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

dS Jenkins jenkins at dev.digitalstrom.org
Thu Feb 7 09:57:42 CET 2019


See <http://dsjenkins.cloudapp.net/jenkins/job/yocto/2394/display/redirect>

------------------------------------------
Started by upstream project "dSS" build number 1830
originally caused by:
 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/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 6fb0fa3cd5083aea40e274c61ae36e1d2d9dbc74 (refs/remotes/origin/master)
 > /opt/bitnami/git/bin/git config core.sparsecheckout # timeout=10
 > /opt/bitnami/git/bin/git checkout -f 6fb0fa3cd5083aea40e274c61ae36e1d2d9dbc74
Commit message: "Merge branch 'dsd-1586_crontab-restart' into 'master'"
 > /opt/bitnami/git/bin/git rev-list --no-walk 6fb0fa3cd5083aea40e274c61ae36e1d2d9dbc74 # timeout=10
[yocto] $ /bin/bash -xe /tmp/****227690169253331044.sh
+ find ./ -name Packages.stamps -exec rm '{}' ';'
+ cp /home/****/****-devel.x509.pem /home/****/****-devel.priv.pem ./
+ git submodule update --init
+ echo /tmp/****227690169253331044.sh
/tmp/****227690169253331044.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)
+ for project in ${projects[@]}
+ '[' -n master ']'
+ '[' master '!=' master ']'
+ 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/31 : FROM centos:7
 ---> 1e1148e4cc2c
Step 2/31 : RUN yum makecache && yum install -y epel-release
 ---> Using cache
 ---> a992ab3b0674
Step 3/31 : ENV CENTOS_MISSING="file"
 ---> Using cache
 ---> 9f9e34fa43ab
Step 4/31 : 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
 ---> cfa8ff1e2011
Step 5/31 : 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
 ---> 226ab20c2fea
Step 6/31 : RUN yum makecache && yum install -y libstdc++-devel.i686 glibc-devel.i686
 ---> Using cache
 ---> 17489c952e8c
Step 7/31 : RUN yum makecache && yum install -y ncurses-devel lzop
 ---> Using cache
 ---> 37c02272d1ec
Step 8/31 : RUN yum makecache && yum install -y python-polib
 ---> Using cache
 ---> b1c8ba942aba
Step 9/31 : 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
 ---> 5236bc3e7b08
Step 10/31 : RUN yum makecache && yum install -y npm
 ---> Using cache
 ---> 355f90621ae4
Step 11/31 : RUN yum makecache && yum install -y which net-tools
 ---> Using cache
 ---> c584c43f53c2
Step 12/31 : RUN yum makecache && yum install -y file zip
 ---> Using cache
 ---> 21d94bb0fbe1
Step 13/31 : RUN yum makecache && yum install -y gnupg2-smime
 ---> Using cache
 ---> ad98bdc49610
Step 14/31 : RUN yum makecache && yum install -y openssl
 ---> Using cache
 ---> 4b7bbb48102a
Step 15/31 : RUN yum makecache && yum install -y python which
 ---> Using cache
 ---> 144a4cc1065e
Step 16/31 : RUN wget http://downloads.yoctoproject.org/releases/yocto/yocto-2.5.1/buildtools/x86_64-buildtools-nativesdk-standalone-2.5.1.sh &&   chmod +x ./x86_64-buildtools-nativesdk-standalone-2.5.1.sh &&   sh ./x86_64-buildtools-nativesdk-standalone-2.5.1.sh -y &&   rm ./x86_64-buildtools-nativesdk-standalone-2.5.1.sh
 ---> Using cache
 ---> d35e5b310925
Step 17/31 : RUN source /opt/poky/2.5.1/environment-setup-x86_64-pokysdk-linux &&     wget https://bootstrap.pypa.io/get-pip.py &&     python3 get-pip.py &&     pip install --ignore-installed --install-option="--prefix=/opt/poky/2.5.1/sysroots/x86_64-pokysdk-linux/" polib &&     rm get-pip.py
 ---> Using cache
 ---> 43f354ba108b
Step 18/31 : RUN yum makecache && yum install -y perl-ExtUtils-MakeMaker
 ---> Using cache
 ---> 1b776038ad35
Step 19/31 : RUN curl -OL "https://gist.githubusercontent.com/simbo1905/ba3e8af9a45435db6093aea35c6150e8/raw/83561e214e36f6556fd6b1ec0a384cf28cb2debf/install-gnupg22.sh" && bash ./install-gnupg22.sh
 ---> Using cache
 ---> ae492f5fb857
Step 20/31 : ARG user
 ---> Using cache
 ---> 7fdc37664651
Step 21/31 : ARG uid
 ---> Using cache
 ---> 1ac6c5a4632a
Step 22/31 : ARG group
 ---> Using cache
 ---> 7af9a4d5d038
Step 23/31 : ARG gid
 ---> Using cache
 ---> 38b01ae1b44f
Step 24/31 : ARG gids
 ---> Using cache
 ---> b9f8dd121919
Step 25/31 : ARG gidsComma
 ---> Using cache
 ---> 75145491a12c
Step 26/31 : RUN groupadd -g ${gid} ${group}
 ---> Using cache
 ---> 8726d5735974
Step 27/31 : RUN for x in $gids; do groupadd -g $x $x || true; done
 ---> Using cache
 ---> b767beb8bacc
Step 28/31 : RUN useradd -N -g ${gid} -G ${gidsComma} -u ${uid} ${user}
 ---> Running in 49fdb2e3c4bd
useradd: group '24' does not exist
useradd: group '27' does not exist
useradd: group '30' does not exist
useradd: group '46' does not exist
useradd: group '116' does not exist
useradd: group '126' does not exist
useradd: group '127' does not exist
The command '/bin/sh -c useradd -N -g ${gid} -G ${gidsComma} -u ${uid} ${user}' returned a non-zero code: 6
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