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

dS Jenkins jenkins at dev.digitalstrom.org
Fri Oct 19 16:20:23 CEST 2018


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

Changes:

[Krzysztof.Michonski] Fix: Rdepend on package, not the recipe

------------------------------------------
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 e6069ebb011db79159b7d7d15ec342ba4bb1336f (refs/remotes/origin/master)
 > /opt/bitnami/git/bin/git config core.sparsecheckout # timeout=10
 > /opt/bitnami/git/bin/git checkout -f e6069ebb011db79159b7d7d15ec342ba4bb1336f
Commit message: "Merge branch 'MR_Fix-incorrect-rdepends-on-oecore' into 'master'"
 > /opt/bitnami/git/bin/git rev-list ef5ff8a05738bb07b0375f0d671afe48f61925fb # timeout=10
[oe-core] $ /bin/bash -xe /tmp/jenkins14178421764940673028.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 1674 entries from dependency cache.
Parsing recipes...done.
Parsing of 1329 .bb files complete (1278 cached, 51 parsed). 1724 targets, 33 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.10-core"
TUNE_FEATURES     = "armv5 dsp thumb arm926ejs"
TARGET_FPU        = "soft"
meta-dss11-devel  = "(detachedfrome6069eb):e6069ebb011db79159b7d7d15ec342ba4bb1336f"
meta-angstrom     = "(detachedfromaa3afbb):aa3afbb757458b33d540b2ec7793e303ebf930f8"
meta-oe           = "(detachedfrom812d590):812d5908976c56bc3fc2a840233a63dff190f38f"
meta              = "(detachedfrom6e2b53f):6e2b53f47da0e97271fb51b281d24da1e1d549cc"
meta-swupdate     = "(detachedfrome6069eb):e6069ebb011db79159b7d7d15ec342ba4bb1336f"

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
ERROR: Nothing RPROVIDES 'linux-4.1.19' (but <http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/dS/meta-dss11-devel/recipes-rescue/rescue-install/rescue-install_git.bb> RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'linux-4.1.19' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['linux-4.1.19']
NOTE: Runtime target 'rescue-install' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['rescue-install', 'linux-4.1.19']
ERROR: Required build target 'dss11-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['dss11-image', 'task-dss-devel-image', 'rescue-install', 'linux-4.1.19']
ERROR: Command execution failed: Traceback (most recent call last):
  File "<http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/OE/bitbake/lib/bb/command.py",> line 87, in runAsyncCommand
    commandmethod(self.cmds_async, self, options)
  File "<http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/OE/bitbake/lib/bb/command.py",> line 192, in buildTargets
    command.cooker.buildTargets(pkgs_to_build, task)
  File "<http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/OE/bitbake/lib/bb/cooker.py",> line 1109, in buildTargets
    taskdata.add_unresolved(localdata, self.status)
  File "<http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/OE/bitbake/lib/bb/taskdata.py",> line 558, in add_unresolved
    self.remove_runtarget(self.getrun_id(target))
  File "<http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/OE/bitbake/lib/bb/taskdata.py",> line 535, in remove_runtarget
    self.fail_fnid(fnid, missing_list)
  File "<http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/OE/bitbake/lib/bb/taskdata.py",> line 494, in fail_fnid
    self.remove_runtarget(target, missing_list)
  File "<http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/OE/bitbake/lib/bb/taskdata.py",> line 535, in remove_runtarget
    self.fail_fnid(fnid, missing_list)
  File "<http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/OE/bitbake/lib/bb/taskdata.py",> line 489, in fail_fnid
    self.remove_buildtarget(target, missing_list)
  File "<http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/OE/bitbake/lib/bb/taskdata.py",> line 509, in remove_buildtarget
    self.fail_fnid(fnid, missing_list)
  File "<http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/OE/bitbake/lib/bb/taskdata.py",> line 489, in fail_fnid
    self.remove_buildtarget(target, missing_list)
  File "<http://dsjenkins.cloudapp.net/jenkins/job/oe-core/ws/OE/bitbake/lib/bb/taskdata.py",> line 519, in remove_buildtarget
    raise bb.providers.NoProvider(target)
NoProvider: dss11-image

Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user Krzysztof.Michonski at digitalstrom.com


More information about the dSS-merge-requests mailing list