[dss-merge-requests] Build failed in Jenkins: oe-core #449

dS Jenkins jenkins at dev.digitalstrom.org
Fri Mar 2 00:36:54 CET 2018


See <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/449/display/redirect?page=changes>

Changes:

[andreas.fenkart] rescue-testing: prepare rs-upload / rescue-initramfs for swuimage

[andreas.fenkart] targets-testing: dssip: RS_KERNEL_NAME is removed from rs-upload script

[andreas.fenkart] yocto-testing: generate/install resue-swuimage on dss11e/dss20/dssip

[andreas.fenkart] rescue-devel: remove forgotten PREFERRED_VERSION_swupdate

[andreas.fenkart] rescue-testing: update meta-swupdate to provide 2017.11 recipe

[andreas.fenkart] yocto-testing: import swupdate 2017.11 needed to install rescue-swuimage

[andreas.fenkart] yocto-testing: swupdate add custom lua handlers

[andreas.fenkart] buildyoctofeed: add rescue-swuimage package to testing feed

[andreas.fenkart] sign-release: enable gnupg-native workaround for testing too

[andreas.fenkart] rescue-testing: rescue-swuimage: extend cmdline version check to support

[andreas.fenkart] testing: bug: virgin rootfs must not contain /var/lib/systemupdate

[jin] Add metadata for sorting add-ons in the overview for testing feed

[jin] Add metadata for sorting add-ons in the overview for the dev feed

[andreas.fenkart] gnupg: yocto-gpgsm: bugdir undefined TOPDIR

[andreas.fenkart] targets: testing: dss11-1gb-t1-yocto: update BBMASK

[jin] Synced devel and testing feed configurations

------------------------------------------
Started by an SCM change
Building remotely on linux-slave (build_group) in workspace <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/>
 > /opt/bitnami/git/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /opt/bitnami/git/bin/git config remote.origin.url https://git.digitalstrom.org/dss-oe/dss-oe.git # timeout=10
Fetching upstream changes from https://git.digitalstrom.org/dss-oe/dss-oe.git
 > /opt/bitnami/git/bin/git --version # timeout=10
 > /opt/bitnami/git/bin/git fetch --tags --progress https://git.digitalstrom.org/dss-oe/dss-oe.git +refs/heads/*:refs/remotes/origin/*
 > /opt/bitnami/git/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /opt/bitnami/git/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision effe8dbe3d448e34946f6dc12fce2fa809a9fcd9 (refs/remotes/origin/master)
 > /opt/bitnami/git/bin/git config core.sparsecheckout # timeout=10
 > /opt/bitnami/git/bin/git checkout -f effe8dbe3d448e34946f6dc12fce2fa809a9fcd9
Commit message: "Synced devel and testing feed configurations"
 > /opt/bitnami/git/bin/git rev-list 3ebeab646fd58dda90cdd42fca8e15214dee89af # timeout=10
[oe-core] $ /bin/bash -xe /tmp/jenkins7200776719260002166.sh
+ git submodule update --init
+ echo oe-core chroot build environment
oe-core chroot build environment
+ echo

+ which docker
+ true
++ git rev-parse --show-toplevel
+ DSS_OE_DIR=<http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/>
++ id -un
+ USER=jenkins
++ id -G
++ cut '-d ' -f2-
+ GIDS='4 24 27 30 46 113 115 128 999'
++ echo 4 24 27 30 46 113 115 128 999
++ tr ' ' ,
+ GIDSCOMMA=4,24,27,30,46,113,115,128,999
++ id -g
++ id -gn
++ id -u
+ docker build -t oe-core --build-arg gid=1000 --build-arg 'gids=4 24 27 30 46 113 115 128 999' --build-arg gidsComma=4,24,27,30,46,113,115,128,999 --build-arg group=jenkins --build-arg uid=1000 --build-arg user=jenkins <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/oe-core-env/>
Sending build context to Docker daemon  7.68 kB
Step 1/17 : FROM centos:7
 ---> 8140d0c64310
Step 2/17 : RUN yum makecache && yum install -y epel-release
 ---> Using cache
 ---> dde2b8177d3f
Step 3/17 : ENV CENTOS_MISSING "texi2html svn libtool"
 ---> Using cache
 ---> 007eefebf4e5
Step 4/17 : RUN yum install -y gawk make wget tar bzip2 gzip python unzip perl patch     diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat     SDL-devel xterm $CENTOS_MISSING
 ---> Using cache
 ---> 4d054cf5b030
Step 5/17 : RUN yum install -y ncurses-devel
 ---> Using cache
 ---> 689b86e5c289
Step 6/17 : RUN yum makecache && yum install -y python-polib
 ---> Using cache
 ---> 40ae382d6fdc
Step 7/17 : RUN yum makecache && yum install -y which net-tools
 ---> Using cache
 ---> 3a92799cfb26
Step 8/17 : ARG user
 ---> Using cache
 ---> 2a89694aa952
Step 9/17 : ARG uid
 ---> Using cache
 ---> 6e3daa7037bc
Step 10/17 : ARG group
 ---> Using cache
 ---> bc55153ebb24
Step 11/17 : ARG gid
 ---> Using cache
 ---> d96ca879eb3a
Step 12/17 : ARG gids
 ---> Using cache
 ---> e277b07a22c6
Step 13/17 : ARG gidsComma
 ---> Using cache
 ---> 7608f9297480
Step 14/17 : RUN groupadd -g ${gid} ${group}
 ---> Using cache
 ---> e511c08f3ef3
Step 15/17 : RUN for x in $gids; do groupadd -g $x $x || true; done
 ---> Using cache
 ---> 7e5dfc53aff9
Step 16/17 : RUN useradd -N -g ${gid} -G ${gidsComma} -u ${uid} ${user}
 ---> Using cache
 ---> 762cc2dd4b81
Step 17/17 : USER ${user}
 ---> Using cache
 ---> b6e3412dcb43
Successfully built b6e3412dcb43
+ nice docker run -v <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/>:<http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/> --net=host -e DISPLAY -v /home/jenkins/.Xauthority:/home/jenkins/.Xauthority oe-core /bin/bash -c 'cd <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/;> pwd; source setup-oe-core.sh targets/devel/dss11-1gb;     					  bitbake dss11-image'
<http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/>
DEBUG: Removed the following variables from the environment: PSEUDO_BINDIR, ORG_LD_LIBRARY_PATH, PSEUDO_LOCALSTATEDIR, PSEUDO_LIBDIR, LD_LIBRARY_PATH, SHLVL, BBFETCH2, LD_PRELOAD, PYTHONPATH, PSEUDO_OPTS, HOSTNAME, PSEUDO_PREFIX, SCRIPTS_BASE_VERSION, CENTOS_MISSING
DEBUG: Found bblayers.conf (<http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/targets/devel/dss11-1gb/conf/bblayers.conf)>
DEBUG: LOAD <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/targets/devel/dss11-1gb/conf/bblayers.conf>
DEBUG: Adding layer <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/dS/meta-dss11-${RELEASE_TYPE}>
DEBUG: LOAD <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/dS/meta-dss11-${RELEASE_TYPE}/conf/layer.conf>
ERROR: Unable to parse <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/dS/meta-dss11-${RELEASE_TYPE}/conf/layer.conf>: [Errno 2] No such file or directory: '<http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/dS/meta-dss11-${RELEASE_TYPE}/conf/layer.conf'>
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user jin at developer.digitalstrom.org
Not sending mail to unregistered user andreas.fenkart at dev.digitalstrom.org


More information about the dSS-merge-requests mailing list