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

dS Jenkins jenkins at dev.digitalstrom.org
Thu Feb 7 10:55:17 CET 2019


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

Changes:

[jin] Integrate testing rsync scripts into kiss-release

------------------------------------------
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 1faaf0ea648f3226b35c45d1aace6a712f530131 (refs/remotes/origin/master)
 > /opt/bitnami/git/bin/git config core.sparsecheckout # timeout=10
 > /opt/bitnami/git/bin/git checkout -f 1faaf0ea648f3226b35c45d1aace6a712f530131
Commit message: "Merge branch 'syncfeed-testing' into 'master'"
 > /opt/bitnami/git/bin/git rev-list --no-walk 6fb0fa3cd5083aea40e274c61ae36e1d2d9dbc74 # timeout=10
[oe-core] $ /bin/bash -xe /tmp/jenkins3113599037711727122.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
 ---> 1e1148e4cc2c
Step 2/17 : RUN yum makecache && yum install -y epel-release
 ---> Using cache
 ---> a992ab3b0674
Step 3/17 : ENV CENTOS_MISSING="texi2html svn libtool"
 ---> Using cache
 ---> 3058d64595f6
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
 ---> e62e2f87aebd
Step 5/17 : RUN yum install -y ncurses-devel
 ---> Using cache
 ---> 0b489c0961ae
Step 6/17 : RUN yum makecache && yum install -y python-polib
 ---> Using cache
 ---> efca6eda4fe8
Step 7/17 : RUN yum makecache && yum install -y which net-tools zip
 ---> Using cache
 ---> 4bb7b9088f9d
Step 8/17 : ARG user
 ---> Using cache
 ---> fabede63b6c4
Step 9/17 : ARG uid
 ---> Using cache
 ---> deea7f28bf16
Step 10/17 : ARG group
 ---> Using cache
 ---> fd75261c48fd
Step 11/17 : ARG gid
 ---> Using cache
 ---> c46bf6482327
Step 12/17 : ARG gids
 ---> Using cache
 ---> 35b234c15bcb
Step 13/17 : ARG gidsComma
 ---> Using cache
 ---> 20a6339eb29c
Step 14/17 : RUN groupadd -g ${gid} ${group}
 ---> Using cache
 ---> 4d9d362021f5
Step 15/17 : RUN for x in $gids; do groupadd -g $x $x || true; done
 ---> Using cache
 ---> 8c88b14671ba
Step 16/17 : RUN useradd -N -g ${gid} -G ${gidsComma} -u ${uid} ${user}
 ---> Running in bf09004f53d8
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
Not sending mail to unregistered user jin at developer.digitalstrom.org


More information about the dSS-merge-requests mailing list