[dss-merge-requests] Build failed in Jenkins: yocto #2611

dS Jenkins jenkins at dev.digitalstrom.org
Wed Mar 20 08:38:03 CET 2019


See <http://dsjenkins.cloudapp.net/jenkins/job/yocto/2611/display/redirect?page=changes>

Changes:

[andreas.fenkart] yocto-env: ensure broken gnupg2-smime is not installed in image

[andreas.fenkart] gnupg/env.sh: invert checks when searching for gpg2

[andreas.fenkart] utilities: import keys: re-use gpg search in gnupg/env.sh

[andreas.fenkart] gnupg/env.sh: comment feed argument to yocto-gpgsm workaround

[andreas.fenkart] yocto-env: describe how to test if default gpgsm is still broken on

[andreas.fenkart] gnupg/env: merge production branch with other feeds

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on linux-slave-i7 (build_cluster build_cluster_fast) in workspace <http://dsjenkins.cloudapp.net/jenkins/job/yocto/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
using GIT_SSH to set credentials 
 > /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 ad44881ce98d9b7d721fc6248a7d65977f0f0802 (refs/remotes/origin/master)
 > /opt/bitnami/git/bin/git config core.sparsecheckout # timeout=10
 > /opt/bitnami/git/bin/git checkout -f ad44881ce98d9b7d721fc6248a7d65977f0f0802
Commit message: "Merge branch 'MR_fix_gpg_path_labyrinth' into 'master'"
 > /opt/bitnami/git/bin/git rev-list --no-walk 2ad6cbef20381ec5b6df67820803bcbcc9fe3b64 # timeout=10
[yocto] $ /bin/bash -xe /tmp/****1934459420604623924.sh
+ find ./ -name Packages.stamps -exec rm '{}' ';'
+ cp /home/****/****-devel.x509.pem /home/****/****-devel.priv.pem ./
+ git submodule update --init
+ echo /tmp/****1934459420604623924.sh
/tmp/****1934459420604623924.sh
+ echo yocto chroot build environment
yocto chroot build environment
+ echo

+ echo 'ERROR_QA_remove="version-going-backwards"'
+ dir=yocto/dS/meta-digitalstrom-devel/
+ EXTRA_CMDS='echo "No extra cmds!"'
+ projects=($sonos $dss_mainline $linux_astralix $libdsuid $dsm_fw_upgrade $dsf_fw_upgrade $dss_websrc_mainline $netatmo_vdc $ds485_client $thanos $vdsm $dss11_usb_upgrade $upnp $heating_controller_logger $motion_detector $ds_doku $event_checker $event_push_notification $event_twitterer $remote_connectivity $hue_ui $ds_assistant_config $dss11_websetup $sdcard_overlay $dss11_utils $ds_assistant $ds485_core $ds485p $sunxi_bin_archive $timed_events $dss11e_u_boot $netatmo_ui $huecontrol2 $dsdata $led_wizard $ds485d $power_metering $libcommchannel $event_mailer $presence_simulator $mcp $dsid_tools $hle_edit $fsl_otp_tool $ds_assistant_configtuner $dss_addon_framework $dss_oe $scene_responder $user_defined_states $shower $auto_off $ds485_netlib $home_connect_ui $dsm_api $device_energy_collector $heating_controller $ds_assistant_ui $rescue_system)
+ which docker
+ true
++ git rev-parse --show-toplevel
+ DSS_OE_DIR=/home/****/workspace/yocto
++ id -un
+ USER=****
++ 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 --rm -t yocto --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=**** --build-arg uid=1000 --build-arg user=**** /home/****/workspace/yocto/yocto-env/
Sending build context to Docker daemon  9.728kB
Step 1/30 : FROM centos:7
 ---> 49f7960eb7e4
Step 2/30 : RUN yum makecache && yum install -y epel-release
 ---> Using cache
 ---> 51acf46022d0
Step 3/30 : ENV CENTOS_MISSING="file"
 ---> Using cache
 ---> 1997de704470
Step 4/30 : RUN yum makecache &&     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     perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue     SDL-devel xterm $CENTOS_MISSING
 ---> Using cache
 ---> bc3452a0aff6
Step 5/30 : RUN wget http://downloads.yoctoproject.org/releases/yocto/yocto-2.0/buildtools/poky-glibc-x86_64-buildtools-tarball-core2-64-buildtools-nativesdk-standalone-2.0.sh &&   sh poky-glibc-x86_64-buildtools-tarball-core2-64-buildtools-nativesdk-standalone-2.0.sh -y &&   rm poky-glibc-x86_64-buildtools-tarball-core2-64-buildtools-nativesdk-standalone-2.0.sh
 ---> Using cache
 ---> 4d56c37c5c7d
Step 6/30 : RUN yum makecache && yum install -y libstdc++-devel.i686 glibc-devel.i686
 ---> Using cache
 ---> 2082f278a852
Step 7/30 : RUN yum makecache && yum install -y ncurses-devel lzop
 ---> Using cache
 ---> 1edf33a471b8
Step 8/30 : RUN yum makecache && yum install -y python-polib
 ---> Using cache
 ---> cba68cc67b28
Step 9/30 : RUN wget https://bootstrap.pypa.io/get-pip.py &&     python get-pip.py &&     pip install --ignore-installed --install-option="--prefix=/opt/poky/2.0/sysroots/x86_64-pokysdk-linux/" polib &&     rm get-pip.py
 ---> Using cache
 ---> 5a7cd6b03110
Step 10/30 : RUN yum makecache && yum install -y npm
 ---> Using cache
 ---> 29dc1bfb4c48
Step 11/30 : RUN yum makecache && yum install -y which net-tools
 ---> Using cache
 ---> d851ec5d5131
Step 12/30 : RUN yum makecache && yum install -y file zip
 ---> Using cache
 ---> 1e175f396f47
Step 13/30 : RUN yum makecache && yum install -y openssl
 ---> Running in 3a3b40af0650
OCI runtime create failed: container_linux.go:348: starting container process caused "process_linux.go:402: container init caused \"process_linux.go:385: running prestart hook 0 caused \\\"fork/exec /usr/bin/dockerd (deleted): no such file or directory\\\"\"": unknown
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