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

dS Jenkins jenkins at dev.digitalstrom.org
Tue Mar 12 14:56:04 CET 2019


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

Changes:

[andreas.fenkart] oeocore-devel: remove statistics packages only used on alpha/beta feeds

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on linux-slave-i5 (build_cluster) 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 417d254d4328a456a627e8fe3f90120b2e8cb61b (refs/remotes/origin/master)
 > /opt/bitnami/git/bin/git config core.sparsecheckout # timeout=10
 > /opt/bitnami/git/bin/git checkout -f 417d254d4328a456a627e8fe3f90120b2e8cb61b
Commit message: "Merge branch 'MR_drop_statistics_packages' into 'master'"
 > /opt/bitnami/git/bin/git rev-list --no-walk 540a1f87b9fadd04601e1409ae55ad1162f01cdd # timeout=10
[oe-core] $ /bin/bash -xe /tmp/jenkins16848957126414947582.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 128 131'
++ echo 4 24 27 30 46 113 128 131
++ tr ' ' ,
+ GIDSCOMMA=4,24,27,30,46,113,128,131
++ id -g
++ id -gn
++ id -u
+ docker build -t oe-core --build-arg gid=1000 --build-arg 'gids=4 24 27 30 46 113 128 131' --build-arg gidsComma=4,24,27,30,46,113,128,131 --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.68kB
Step 1/17 : FROM centos:7
 ---> e934aafc2206
Step 2/17 : RUN yum makecache && yum install -y epel-release
 ---> Using cache
 ---> 40d869c6b983
Step 3/17 : ENV CENTOS_MISSING="texi2html svn libtool"
 ---> Using cache
 ---> 061807645b95
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
 ---> 7a03d61c4ce8
Step 5/17 : RUN yum install -y ncurses-devel
 ---> Using cache
 ---> d382a5ab1182
Step 6/17 : RUN yum makecache && yum install -y python-polib
 ---> Using cache
 ---> 6897b600ce65
Step 7/17 : RUN yum makecache && yum install -y which net-tools zip
 ---> Using cache
 ---> ec2227357eed
Step 8/17 : ARG user
 ---> Using cache
 ---> d2192f839e8b
Step 9/17 : ARG uid
 ---> Using cache
 ---> f65cf79568f9
Step 10/17 : ARG group
 ---> Using cache
 ---> 2ddd572c781a
Step 11/17 : ARG gid
 ---> Using cache
 ---> 7164283f52d3
Step 12/17 : ARG gids
 ---> Using cache
 ---> 2c22d234e13b
Step 13/17 : ARG gidsComma
 ---> Using cache
 ---> 377e26cbaba8
Step 14/17 : RUN groupadd -g ${gid} ${group}
 ---> Using cache
 ---> 6d405a7a434c
Step 15/17 : RUN for x in $gids; do groupadd -g $x $x || true; done
 ---> Using cache
 ---> ead3470e8851
Step 16/17 : RUN useradd -N -g ${gid} -G ${gidsComma} -u ${uid} ${user}
 ---> Using cache
 ---> 1bfe60892fec
Step 17/17 : USER ${user}
 ---> Using cache
 ---> 016d3439c833
Successfully built 016d3439c833
Successfully tagged oe-core:latest
+ 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/>
Loading cache...done.
Loaded 1688 entries from dependency cache.
Parsing recipes...done.
Parsing of 1329 .bb files complete (1287 cached, 42 parsed). 1724 targets, 34 skipped, 0 masked, 0 errors.

OE Build Configuration:
BB_VERSION        = "1.15.0"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "dss11-1gb"
DISTRO            = "angstrom"
DISTRO_VERSION    = "v2019.03-core"
TUNE_FEATURES     = "armv5 dsp thumb arm926ejs"
TARGET_FPU        = "soft"
meta-dss11-devel  = "(detachedfrom417d254):417d254d4328a456a627e8fe3f90120b2e8cb61b"
meta-angstrom     = "(detachedfromaa3afbb):aa3afbb757458b33d540b2ec7793e303ebf930f8"
meta-oe           = "(detachedfrom812d590):812d5908976c56bc3fc2a840233a63dff190f38f"
meta              = "(detachedfrom6e2b53f):6e2b53f47da0e97271fb51b281d24da1e1d549cc"
meta-swupdate     = "(detachedfrom417d254):417d254d4328a456a627e8fe3f90120b2e8cb61b"

NOTE: Resolving any missing task queue dependencies
NOTE: preferred version 2.30.0 of glib-2.0 not available (for item glib-2.0)
NOTE: versions of glib-2.0 available: 1:2.30.1
NOTE: multiple providers are available for runtime ntpdate (ntp, ntp-ssl)
NOTE: consider defining a PREFERRED_PROVIDER entry to match ntpdate
NOTE: preferred version 2.30.0 of glib-2.0 not available (for item glib-2.0-dev)
NOTE: versions of glib-2.0 available: 1:2.30.1
NOTE: preferred version 2.30.0 of glib-2.0 not available (for item glib-2.0)
NOTE: versions of glib-2.0 available: 1:2.30.1
NOTE: multiple providers are available for runtime openssl-conf (openssl, openssl-nativesdk)
NOTE: consider defining a PREFERRED_PROVIDER entry to match openssl-conf
NOTE: preferred version 2.30.0 of glib-2.0-native not available (for item glib-2.0-native)
NOTE: versions of glib-2.0-native available: 1:2.30.1
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
NOTE: Running task 2521 of 4446 (ID: 2392, <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/OE/meta-swupdate/recipes-support/swupdate/swupdate_2017.11.bb,> do_fetch)
NOTE: Running task 2948 of 4446 (ID: 2246, <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/dS/meta-dss11-devel/recipes-system-addons/ventilation-controller/system-addon-ventilation-controller_git.bb,> do_fetch)
NOTE: Running task 2949 of 4446 (ID: 2230, <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/dS/meta-dss11-devel/recipes-system-addons/remote-connectivity/system-addon-remote-connectivity_git.bb,> do_fetch)
NOTE: package swupdate-2017.11-r18: task do_fetch: Started
NOTE: package swupdate-2017.11-r18: task do_fetch: Succeeded
NOTE: Running task 2950 of 4446 (ID: 2388, <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/OE/meta-swupdate/recipes-support/swupdate/swupdate_2017.11.bb,> do_unpack)
NOTE: package system-addon-ventilation-controller-1.2.2+gitr94+78425a1-r1: task do_fetch: Started
NOTE: package swupdate-2017.11-r18: task do_unpack: Started
NOTE: package system-addon-ventilation-controller-1.2.2+gitr94+78425a1-r1: task do_fetch: Succeeded
NOTE: package system-addon-remote-connectivity-1.1.26+gitr347+dce2757-r1: task do_fetch: Started
NOTE: package system-addon-remote-connectivity-1.1.26+gitr347+dce2757-r1: task do_fetch: Succeeded
NOTE: Running task 2951 of 4446 (ID: 2242, <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/dS/meta-dss11-devel/recipes-system-addons/ventilation-controller/system-addon-ventilation-controller_git.bb,> do_unpack)
NOTE: Running task 2952 of 4446 (ID: 2226, <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/dS/meta-dss11-devel/recipes-system-addons/remote-connectivity/system-addon-remote-connectivity_git.bb,> do_unpack)
NOTE: package system-addon-ventilation-controller-1.2.2+gitr94+78425a1-r1: task do_unpack: Started
NOTE: package system-addon-remote-connectivity-1.1.26+gitr347+dce2757-r1: task do_unpack: Started
NOTE: package system-addon-ventilation-controller-1.2.2+gitr94+78425a1-r1: task do_unpack: Succeeded
NOTE: package system-addon-remote-connectivity-1.1.26+gitr347+dce2757-r1: task do_unpack: Succeeded
NOTE: package swupdate-2017.11-r18: task do_unpack: Succeeded
NOTE: Running task 2953 of 4446 (ID: 2389, <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/OE/meta-swupdate/recipes-support/swupdate/swupdate_2017.11.bb,> do_patch)
NOTE: Running task 2954 of 4446 (ID: 2243, <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/dS/meta-dss11-devel/recipes-system-addons/ventilation-controller/system-addon-ventilation-controller_git.bb,> do_patch)
NOTE: Running task 2955 of 4446 (ID: 2227, <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/dS/meta-dss11-devel/recipes-system-addons/remote-connectivity/system-addon-remote-connectivity_git.bb,> do_patch)
NOTE: package swupdate-2017.11-r18: task do_patch: Started
NOTE: package system-addon-ventilation-controller-1.2.2+gitr94+78425a1-r1: task do_patch: Started
NOTE: package system-addon-ventilation-controller-1.2.2+gitr94+78425a1-r1: task do_patch: Succeeded
NOTE: package system-addon-remote-connectivity-1.1.26+gitr347+dce2757-r1: task do_patch: Started
NOTE: Running task 2956 of 4446 (ID: 2248, <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/dS/meta-dss11-devel/recipes-system-addons/ventilation-controller/system-addon-ventilation-controller_git.bb,> do_configure)
NOTE: package system-addon-remote-connectivity-1.1.26+gitr347+dce2757-r1: task do_patch: Succeeded
NOTE: Running task 2958 of 4446 (ID: 2232, <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/dS/meta-dss11-devel/recipes-system-addons/remote-connectivity/system-addon-remote-connectivity_git.bb,> do_configure)
NOTE: package system-addon-ventilation-controller-1.2.2+gitr94+78425a1-r1: task do_configure: Started
NOTE: package system-addon-remote-connectivity-1.1.26+gitr347+dce2757-r1: task do_configure: Started
NOTE: package system-addon-ventilation-controller-1.2.2+gitr94+78425a1-r1: task do_configure: Succeeded
NOTE: package system-addon-remote-connectivity-1.1.26+gitr347+dce2757-r1: task do_configure: Succeeded
NOTE: Running task 2959 of 4446 (ID: 2249, <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/dS/meta-dss11-devel/recipes-system-addons/ventilation-controller/system-addon-ventilation-controller_git.bb,> do_compile)
NOTE: Running task 2960 of 4446 (ID: 2233, <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/dS/meta-dss11-devel/recipes-system-addons/remote-connectivity/system-addon-remote-connectivity_git.bb,> do_compile)
NOTE: package system-addon-ventilation-controller-1.2.2+gitr94+78425a1-r1: task do_compile: Started
NOTE: package system-addon-remote-connectivity-1.1.26+gitr347+dce2757-r1: task do_compile: Started
NOTE: package system-addon-remote-connectivity-1.1.26+gitr347+dce2757-r1: task do_compile: Succeeded
NOTE: Running task 2968 of 4446 (ID: 2235, <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/dS/meta-dss11-devel/recipes-system-addons/remote-connectivity/system-addon-remote-connectivity_git.bb,> do_check)
NOTE: package system-addon-ventilation-controller-1.2.2+gitr94+78425a1-r1: task do_compile: Succeeded
NOTE: Running task 2975 of 4446 (ID: 2251, <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/dS/meta-dss11-devel/recipes-system-addons/ventilation-controller/system-addon-ventilation-controller_git.bb,> do_check)
NOTE: package system-addon-ventilation-controller-1.2.2+gitr94+78425a1-r1: task do_check: Started
NOTE: package system-addon-ventilation-controller-1.2.2+gitr94+78425a1-r1: task do_check: Succeeded
NOTE: package system-addon-remote-connectivity-1.1.26+gitr347+dce2757-r1: task do_check: Started
NOTE: package system-addon-remote-connectivity-1.1.26+gitr347+dce2757-r1: task do_check: Succeeded
NOTE: Running task 2976 of 4446 (ID: 2245, <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/dS/meta-dss11-devel/recipes-system-addons/ventilation-controller/system-addon-ventilation-controller_git.bb,> do_populate_sysroot)
NOTE: Running task 2977 of 4446 (ID: 2229, <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/dS/meta-dss11-devel/recipes-system-addons/remote-connectivity/system-addon-remote-connectivity_git.bb,> do_populate_sysroot)
NOTE: package system-addon-ventilation-controller-1.2.2+gitr94+78425a1-r1: task do_populate_sysroot: Started
NOTE: package system-addon-remote-connectivity-1.1.26+gitr347+dce2757-r1: task do_populate_sysroot: Started
ERROR: Unable to spawn terminal auto: Execution of 'xterm -T "Patch Rejects: Please fix patch rejects manually" -e bash --rcfile <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/angstrom-devel-build-eglibc/work/armv5te-angstrom-linux-gnueabi/swupdate-2017.11-r18/temp/bashrc.732.0.847320270876'> failed with exit code 1:
xterm: Xt error: Can't open display: :99

ERROR: Function 'patch_do_patch' failed
ERROR: Logfile of failure stored in: <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/angstrom-devel-build-eglibc/work/armv5te-angstrom-linux-gnueabi/swupdate-2017.11-r18/temp/log.do_patch.732>
Log data follows:
| NOTE: Applying patch 'cms_binary.patch' (dS/meta-dss11-devel/recipes-support/swupdate/swupdate/cms_binary.patch)
| NOTE: Applying patch 'disable-verification-flag.patch' (dS/meta-dss11-devel/recipes-support/swupdate/swupdate/disable-verification-flag.patch)
| NOTE: Applying patch 'filename-length.patch' (dS/meta-dss11-devel/recipes-support/swupdate/swupdate/filename-length.patch)
| NOTE: Applying patch 'disable-flash-lock-check.patch' (dS/meta-dss11-devel/recipes-support/swupdate/swupdate/disable-flash-lock-check.patch)
| DEBUG: Attempting to spawn terminal "gnome"
| DEBUG: Attempting to spawn terminal "konsole"
| DEBUG: Attempting to spawn terminal "xfce"
| DEBUG: Attempting to spawn terminal "rxvt"
| DEBUG: Attempting to spawn terminal "xterm"
| ERROR: Unable to spawn terminal auto: Execution of 'xterm -T "Patch Rejects: Please fix patch rejects manually" -e bash --rcfile <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/angstrom-devel-build-eglibc/work/armv5te-angstrom-linux-gnueabi/swupdate-2017.11-r18/temp/bashrc.732.0.847320270876'> failed with exit code 1:
| xterm: Xt error: Can't open display: :99
| 
| ERROR: Function 'patch_do_patch' failed
NOTE: package swupdate-2017.11-r18: task do_patch: Failed
ERROR: Task 2389 (<http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/OE/meta-swupdate/recipes-support/swupdate/swupdate_2017.11.bb,> do_patch) failed with exit code '1'
Waiting for 2 active tasks to finish:
0: system-addon-ventilation-controller-1.2.2+gitr94+78425a1-r1 do_populate_sysroot (pid 1108)
1: system-addon-remote-connectivity-1.1.26+gitr347+dce2757-r1 do_populate_sysroot (pid 1109)
Waiting for 1 active tasks to finish:
0: system-addon-remote-connectivity-1.1.26+gitr347+dce2757-r1 do_populate_sysroot (pid 1109)
NOTE: package system-addon-ventilation-controller-1.2.2+gitr94+78425a1-r1: task do_populate_sysroot: Succeeded
NOTE: package system-addon-remote-connectivity-1.1.26+gitr347+dce2757-r1: task do_populate_sysroot: Succeeded
ERROR: '<http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/OE/meta-swupdate/recipes-support/swupdate/swupdate_2017.11.bb'> failed
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user andreas.fenkart at dev.digitalstrom.org


More information about the dSS-merge-requests mailing list