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

dS Jenkins jenkins at dev.digitalstrom.org
Wed Jul 25 17:15:44 CEST 2018


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

Changes:

[jin] Fix network reset via button press

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on linux-slave-ryzen (build_cluster build_cluster_fastest) 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 e7f613369923fdde0778c68f8ed3fb35e9ec41e0 (refs/remotes/origin/master)
 > /opt/bitnami/git/bin/git config core.sparsecheckout # timeout=10
 > /opt/bitnami/git/bin/git checkout -f e7f613369923fdde0778c68f8ed3fb35e9ec41e0
Commit message: "Merge branch '23504-fix-network-reset-led-code' into 'master'"
 > /opt/bitnami/git/bin/git rev-list 02edace0758bf8e59f4cf264414e294fe9c5c804 # timeout=10
[oe-core] $ /bin/bash -xe /tmp/jenkins13570591974014925726.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 116 126 127'
++ echo 4 24 27 30 46 116 126 127
++ tr ' ' ,
+ GIDSCOMMA=4,24,27,30,46,116,126,127
++ id -g
++ id -gn
++ id -u
+ docker build -t oe-core --build-arg gid=1000 --build-arg 'gids=4 24 27 30 46 116 126 127' --build-arg gidsComma=4,24,27,30,46,116,126,127 --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
 ---> 624c5b3130ea
Step 3/17 : ENV CENTOS_MISSING="texi2html svn libtool"
 ---> Using cache
 ---> ad19a9f8705e
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
 ---> 8da4653de30b
Step 5/17 : RUN yum install -y ncurses-devel
 ---> Using cache
 ---> a001a3966a69
Step 6/17 : RUN yum makecache && yum install -y python-polib
 ---> Using cache
 ---> 7726b7172e10
Step 7/17 : RUN yum makecache && yum install -y which net-tools zip
 ---> Using cache
 ---> 90d646aa0b57
Step 8/17 : ARG user
 ---> Using cache
 ---> 2a2fab2dc945
Step 9/17 : ARG uid
 ---> Using cache
 ---> 06cc6576e7a4
Step 10/17 : ARG group
 ---> Using cache
 ---> 8c6dbc8a1fde
Step 11/17 : ARG gid
 ---> Using cache
 ---> 082847956b96
Step 12/17 : ARG gids
 ---> Using cache
 ---> 39ee2f3e858e
Step 13/17 : ARG gidsComma
 ---> Using cache
 ---> 734afc0197bf
Step 14/17 : RUN groupadd -g ${gid} ${group}
 ---> Using cache
 ---> 8eedbe9e87f0
Step 15/17 : RUN for x in $gids; do groupadd -g $x $x || true; done
 ---> Using cache
 ---> 59deb49509f1
Step 16/17 : RUN useradd -N -g ${gid} -G ${gidsComma} -u ${uid} ${user}
 ---> Using cache
 ---> 883d8bf3063a
Step 17/17 : USER ${user}
 ---> Using cache
 ---> 25d2501f004d
Successfully built 25d2501f004d
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 1678 entries from dependency cache.
Parsing recipes...done.
Parsing of 1331 .bb files complete (1279 cached, 52 parsed). 1728 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    = "v2018.07-core"
TUNE_FEATURES     = "armv5 dsp thumb arm926ejs"
TARGET_FPU        = "soft"
meta-dss11-devel  = "(detachedfrome7f6133):e7f613369923fdde0778c68f8ed3fb35e9ec41e0"
meta-angstrom     = "(detachedfromaa3afbb):aa3afbb757458b33d540b2ec7793e303ebf930f8"
meta-oe           = "(detachedfrom812d590):812d5908976c56bc3fc2a840233a63dff190f38f"
meta              = "(detachedfrom6e2b53f):6e2b53f47da0e97271fb51b281d24da1e1d549cc"
meta-swupdate     = "(detachedfrome7f6133):e7f613369923fdde0778c68f8ed3fb35e9ec41e0"

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 2249 of 4486 (ID: 4151, <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/OE/openembedded-core/meta/recipes-extended/libaio/libaio_0.3.109.bb,> do_fetch)
NOTE: Running task 2253 of 4486 (ID: 4400, <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/OE/openembedded-core/meta/recipes-support/liburcu/liburcu_0.6.4.bb,> do_configure)
NOTE: Running task 2254 of 4486 (ID: 4405, <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/OE/openembedded-core/meta/recipes-support/liburcu/liburcu_0.6.4.bb,> do_populate_lic)
NOTE: package libaio-0.3.109-r0: task do_fetch: Started
ERROR: Function 'Fetcher failure for URL: 'ftp://ftp.debian.org/debian/pool/main/liba/libaio/libaio_0.3.109.orig.tar.gz'. Checksum mismatch!
File: '<http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/downloads/libaio_0.3.109.orig.tar.gz'> has md5 checksum b79212491ce964c2c6f3471a29ad1f3f when 435a5b16ca6198eaf01155263d855756 was expected (from URL: 'ftp://ftp.debian.org/debian/pool/main/liba/libaio/libaio_0.3.109.orig.tar.gz')
File: '<http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/downloads/libaio_0.3.109.orig.tar.gz'> has sha256 checksum 62f52cf5e8b7c4d67504c00a9253094e8b1d5be8e71c2e13a72963e613e6452d when bf4a457253cbaab215aea75cb6e18dc8d95bbd507e9920661ff9bdd288c8778d was expected (from URL: 'ftp://ftp.debian.org/debian/pool/main/liba/libaio/libaio_0.3.109.orig.tar.gz')' 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/libaio-0.3.109-r0/temp/log.do_fetch.330>
Log data follows:
| ERROR: Function 'Fetcher failure for URL: 'ftp://ftp.debian.org/debian/pool/main/liba/libaio/libaio_0.3.109.orig.tar.gz'. Checksum mismatch!
| File: '<http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/downloads/libaio_0.3.109.orig.tar.gz'> has md5 checksum b79212491ce964c2c6f3471a29ad1f3f when 435a5b16ca6198eaf01155263d855756 was expected (from URL: 'ftp://ftp.debian.org/debian/pool/main/liba/libaio/libaio_0.3.109.orig.tar.gz')
| File: '<http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/downloads/libaio_0.3.109.orig.tar.gz'> has sha256 checksum 62f52cf5e8b7c4d67504c00a9253094e8b1d5be8e71c2e13a72963e613e6452d when bf4a457253cbaab215aea75cb6e18dc8d95bbd507e9920661ff9bdd288c8778d was expected (from URL: 'ftp://ftp.debian.org/debian/pool/main/liba/libaio/libaio_0.3.109.orig.tar.gz')' failed
NOTE: package libaio-0.3.109-r0: task do_fetch: Failed
NOTE: package liburcu-0.6.4-r0: task do_configure: Started
ERROR: Task 4151 (<http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/OE/openembedded-core/meta/recipes-extended/libaio/libaio_0.3.109.bb,> do_fetch) failed with exit code '1'
Waiting for 1 active tasks to finish:
0: liburcu-0.6.4-r0 do_configure (pid 331)
Waiting for 2 active tasks to finish:
0: liburcu-0.6.4-r0 do_configure (pid 331)
1: liburcu-0.6.4-r0 do_populate_lic (pid 332)
NOTE: package liburcu-0.6.4-r0: task do_populate_lic: Started
Waiting for 1 active tasks to finish:
0: liburcu-0.6.4-r0 do_configure (pid 331)
NOTE: package liburcu-0.6.4-r0: task do_populate_lic: Succeeded
NOTE: package liburcu-0.6.4-r0: task do_configure: Succeeded
ERROR: '<http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/OE/openembedded-core/meta/recipes-extended/libaio/libaio_0.3.109.bb'> failed
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user jin at developer.digitalstrom.org


More information about the dSS-merge-requests mailing list