Build failed in Jenkins: master-osmo-bsc » a1=default,a2=default,a3=default,a4=default,osmocom-master-debian9 #4378

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

jenkins at lists.osmocom.org jenkins at lists.osmocom.org
Wed Dec 5 14:27:50 UTC 2018


See <https://jenkins.osmocom.org/jenkins/job/master-osmo-bsc/a1=default,a2=default,a3=default,a4=default,label=osmocom-master-debian9/4378/display/redirect>

------------------------------------------
Started by upstream project "master-osmo-bsc" build number 4378
originally caused by:
 Started by upstream project "master-libosmo-sccp" build number 1887
 originally caused by:
  Started by user Oliver Smith
Building remotely on build2-deb9build-ansible (ttcn3 osmo-gsm-tester-build osmocom-gerrit-debian9 osmocom-master-debian9 coverity) in workspace <https://jenkins.osmocom.org/jenkins/job/master-osmo-bsc/a1=default,a2=default,a3=default,a4=default,label=osmocom-master-debian9/ws/>
Cloning the remote Git repository
Cloning repository git://git.osmocom.org/osmo-bsc
 > git init <https://jenkins.osmocom.org/jenkins/job/master-osmo-bsc/a1=default,a2=default,a3=default,a4=default,label=osmocom-master-debian9/ws/> # timeout=10
Fetching upstream changes from git://git.osmocom.org/osmo-bsc
 > git --version # timeout=10
 > git fetch --tags --progress git://git.osmocom.org/osmo-bsc +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://git.osmocom.org/osmo-bsc # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.osmocom.org/osmo-bsc # timeout=10
Fetching upstream changes from git://git.osmocom.org/osmo-bsc
 > git fetch --tags --progress git://git.osmocom.org/osmo-bsc +refs/heads/*:refs/remotes/origin/*
Checking out Revision ab9a259cd2e5f0d188ebfecdb2a271e8c0dba94b (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ab9a259cd2e5f0d188ebfecdb2a271e8c0dba94b
Commit message: "contrib/jenkins.sh: build and publish manuals"
First time build. Skipping changelog.
[osmocom-master-debian9] $ /bin/sh -xe /tmp/jenkins8998976724133794624.sh
+ docker run --rm=true -e HOME=/build -e MAKE=make -e PARALLEL_MAKE=-j 8 -e PATH=/usr/local/bin:/usr/bin:/bin:/usr/games:/home/osmocom-build/bin:/build_bin -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e WITH_MANUALS=1 -e PUBLISH=1 -w /build -i -u build -v <https://jenkins.osmocom.org/jenkins/job/master-osmo-bsc/a1=default,a2=default,a3=default,a4=default,label=osmocom-master-debian9/ws/>:/build -v /home/osmocom-build/bin:/build_bin -v /home/osmocom-build/.ssh:/home/build/.ssh:ro osmocom:amd64 /build/contrib/jenkins.sh
+ base=/build
+ deps=/build/deps
+ inst=/build/deps/install
+ export deps inst
+ osmo-clean-workspace.sh
+ chmod -R +w .
+ git checkout -f HEAD
+ git clean -dxf
+ [ -d /build/deps ]
+ [ -d layer1-headers ]
+ mkdir /build/deps
+ osmo-build-dep.sh libosmocore '' '--disable-doxygen --enable-gnutls'
+ mkdir -p /build/deps



 =============================== libosmocore ===============================

+ cd /build/deps
+ osmo-deps.sh libosmocore 
+ project=libosmocore
+ branch=master
+ git branch -a
+ grep -c remotes/origin/master$
+ [ x1 != x0 ]
+ branch=origin/master
+ test -d libosmocore
+ git clone git://git.osmocom.org/libosmocore libosmocore
Cloning into 'libosmocore'...
+ cd libosmocore
+ git fetch --tags origin
+ git fetch origin
+ deps= osmo-clean-workspace.sh
+ chmod -R +w .
+ git checkout -f HEAD
Your branch is up-to-date with 'origin/master'.
+ git clean -dxf
+ [ -d  ]
+ [ -d layer1-headers ]
+ git checkout -f origin/master
Note: checking out 'origin/master'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at 14f24c6... LCLS: update osmo_lcls struct
+ git rev-parse HEAD
14f24c678f122576849eb400c8e64f7f4f403f3f
+ cd libosmocore
+ mkdir -p /build/deps/install/stow
+ autoreconf --install --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:21: installing './compile'
configure.ac:23: installing './config.guess'
configure.ac:23: installing './config.sub'
configure.ac:8: installing './install-sh'
configure.ac:8: installing './missing'
src/Makefile.am: installing './depcomp'
+ ./configure --prefix=/build/deps/install/stow/libosmocore --with-systemdsystemunitdir=/build/deps/install/stow/libosmocore/lib/systemd/system --disable-doxygen --enable-gnutls
configure: WARNING: unrecognized options: --with-systemdsystemunitdir
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... ./configure: line 3662: cannot create temp file for here-document: No space left on device
sed: can't read conftest.c: No such file or directory
configure: error: in `/build/deps/libosmocore':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details
sort: fflush failed: standard output: No space left on device
sort: write error
./configure: line 54: echo: write error: No space left on device
./configure: line 75: printf: write error: No space left on device
./configure: line 76: echo: write error: No space left on device
cat: write error: No space left on device
./configure: line 78: echo: write error: No space left on device
./configure: line 82: printf: write error: No space left on device
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE



More information about the gerrit-log mailing list