Build failed in Jenkins: Osmocom-Debian-install-nightly #409

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/jenkins-notifications@lists.osmocom.org/.

jenkins at lists.osmocom.org jenkins at lists.osmocom.org
Tue Oct 22 04:48:07 UTC 2019


See <https://jenkins.osmocom.org/jenkins/job/Osmocom-Debian-install-nightly/409/display/redirect>

------------------------------------------
Started by timer
Running as SYSTEM
Building remotely on build2-deb9build-ansible (ttcn3 obs osmo-gsm-tester-build osmocom-gerrit-debian9 osmocom-master-debian9 coverity) in workspace <https://jenkins.osmocom.org/jenkins/job/Osmocom-Debian-install-nightly/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://git.osmocom.org/docker-playground
 > git init <https://jenkins.osmocom.org/jenkins/job/Osmocom-Debian-install-nightly/ws/> # timeout=10
Fetching upstream changes from git://git.osmocom.org/docker-playground
 > git --version # timeout=10
 > git fetch --tags --progress git://git.osmocom.org/docker-playground +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://git.osmocom.org/docker-playground # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.osmocom.org/docker-playground # timeout=10
Fetching upstream changes from git://git.osmocom.org/docker-playground
 > git fetch --tags --progress git://git.osmocom.org/docker-playground +refs/heads/*:refs/remotes/origin/*
Seen branch in repository origin/daniel/bscnat_tests
Seen branch in repository origin/daniel/training
Seen branch in repository origin/daniel/wip
Seen branch in repository origin/master
Seen branch in repository origin/neels/wip
Seen branch in repository origin/osmith/fix-bsc-tests
Seen branch in repository origin/osmith/pcu-tests
Seen branch in repository origin/osmith/repo-install-test
Seen branch in repository origin/osmith/retry-release-download
Seen branch in repository origin/osmith/tagged-release-tarballs
Seen branch in repository origin/osmith/ttcn3-gsmtap
Seen branch in repository origin/osmith/ttcn3-latest-fixes
Seen branch in repository origin/pespin/master
Seen branch in repository origin/pmaier/test_01102019
Seen branch in repository origin/refsf/for/master/dyn-pdch
Seen 15 remote branches
 > git show-ref --tags -d # timeout=10
Checking out Revision c66029cd99a69fd8ecd89a2445ffd9b7046c5a73 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c66029cd99a69fd8ecd89a2445ffd9b7046c5a73
Commit message: "Fix ttcn3-pcu-test-latest"
 > git rev-list --no-walk c66029cd99a69fd8ecd89a2445ffd9b7046c5a73 # timeout=10
[Osmocom-Debian-install-nightly] $ /bin/sh -xe /tmp/jenkins845918398086979893.sh
+ cd debian-repo-install-test
+ FEED=nightly ./jenkins.sh
+ [ x = x ]
+ REPO_USER=osmocom-build
+ [ x<https://jenkins.osmocom.org/jenkins/job/Osmocom-Debian-install-nightly/ws/> = x ]
+ VOL_BASE_DIR=<https://jenkins.osmocom.org/jenkins/job/Osmocom-Debian-install-nightly/ws/logs>
+ rm -rf <https://jenkins.osmocom.org/jenkins/job/Osmocom-Debian-install-nightly/ws/logs>
+ mkdir -p <https://jenkins.osmocom.org/jenkins/job/Osmocom-Debian-install-nightly/ws/logs>
+ [ xjenkins-Osmocom-Debian-install-nightly-409 = x ]
+ basename <https://jenkins.osmocom.org/jenkins/job/Osmocom-Debian-install-nightly/ws/debian-repo-install-test>
+ SUITE_NAME=debian-repo-install-test
+ NET_NAME=debian-repo-install-test
+ docker_images_require debian-repo-install-test
+ local from_line
+ local pull_arg
+ [ -z  ]
+ pull_arg=--pull
+ grep ^FROM ../debian-repo-install-test/Dockerfile
+ from_line=FROM	debian:stretch
+ echo FROM	debian:stretch
+ grep -q $USER
+ echo Building image: debian-repo-install-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
Building image: debian-repo-install-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ PULL=--pull make -C ../debian-repo-install-test
make: Entering directory '<https://jenkins.osmocom.org/jenkins/job/Osmocom-Debian-install-nightly/ws/debian-repo-install-test'>
awk: fatal: cannot open file `.release' for reading (No such file or directory)
awk: fatal: cannot open file `.release' for reading (No such file or directory)
awk: fatal: cannot open file `.release' for reading (No such file or directory)
INFO: .release created
release=0.0.0
docker build --build-arg USER=osmocom-build --build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--pull -t docker.io/osmocom-build/debian-repo-install-test:latest .
Sending build context to Docker daemon  14.34kB
Step 1/4 : ARG	USER
Step 2/4 : FROM	debian:stretch
stretch: Pulling from library/debian
Digest: sha256:67344662277c1b24385859a31f71610a2bdda0e2492835542555f33c95a47dee
Status: Image is up to date for debian:stretch
 ---> 4f5edfdf153f
Step 3/4 : COPY	Release.key /tmp/Release.key
 ---> Using cache
 ---> e1cff0046be4
Step 4/4 : RUN	apt-get update && 	apt-get install -y --no-install-recommends 		aptitude 		gnupg 		systemd && 	apt-key add /tmp/Release.key && 	rm /tmp/Release.key
 ---> Using cache
 ---> c99dd11778c2
[Warning] One or more build-args [OSMO_SIP_BRANCH OSMO_STP_BRANCH OSMO_GGSN_BRANCH OSMO_HLR_BRANCH OSMO_NITB_BRANCH OSMO_BSC_BRANCH OSMO_BTS_BRANCH OSMO_PCU_BRANCH OSMO_SGSN_BRANCH OSMO_TTCN3_BRANCH OSMO_IUH_BRANCH OSMO_MGW_BRANCH OSMO_MSC_BRANCH] were not consumed
Successfully built c99dd11778c2
Successfully tagged osmocom-build/debian-repo-install-test:latest
make: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/Osmocom-Debian-install-nightly/ws/debian-repo-install-test'>
+ docker_image_exists debian-repo-install-test
+ docker images -q osmocom-build/debian-repo-install-test
+ test -n c99dd11778c2
+ [ -z nightly ]
+ CONTAINER=repo-install-test-nightly
+ docker inspect -f {{.State.Running}} repo-install-test-nightly
+ [  = true ]
+ check_if_systemd_is_running
+ docker run --rm -v <https://jenkins.osmocom.org/jenkins/job/Osmocom-Debian-install-nightly/ws/debian-repo-install-test/testdata>:/testdata:ro -v <https://jenkins.osmocom.org/jenkins/job/Osmocom-Debian-install-nightly/ws/logs>:/data --name repo-install-test-nightly -e FEED=nightly -e container=docker --tmpfs+  /run --tmpfs /tmp -v /sys/fs/cgroup:/sys/fs/cgroup:ro --cap-add SYS_ADMIN --cap-add SYS_NICEseq osmocom-build/debian-repo-install-test /lib/systemd/systemd
 1 10
+ sleep 1
+ docker exec repo-install-test-nightly systemctl status
● 942d4b059d5d
    State: running
     Jobs: 0 queued
   Failed: 0 units
    Since: Tue 2019-10-22 04:48:03 UTC; 632ms ago
   CGroup: /docker/942d4b059d5df3beac09a7f482dd3af5c7536075ef0277594e0b627c25cfd95e
           ├─26 systemctl status
           ├─init.scope
           │ └─1 /lib/systemd/systemd
           └─system.slice
             └─systemd-journald.service
               └─19 /lib/systemd/systemd-journald
+ return
+ docker exec repo-install-test-nightly /testdata/repo-install-test.sh
Checking feed: nightly
Configuring Osmocom repository
+ SERVICES=
	osmo-bsc
	osmo-gbproxy
	osmo-ggsn
	osmo-gtphub
	osmo-hlr
	osmo-mgw
	osmo-msc
	osmo-pcap-client
	osmo-sip-connector
	osmo-stp

+ SERVICES_NIGHTLY=
	osmo-pcap-server
	osmo-sgsn
	osmo-pcu
	osmo-hnbgw
	osmo-bts-virtual

+ HTTP=http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0/
+ OBS=obs://build.opensuse.org/network:osmocom:nightly/Debian_9.0
+ check_env
+ [ -n nightly ]
+ echo Checking feed: nightly
+ configure_osmocom_repo
+ echo Configuring Osmocom repository
+ echo deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0/ ./
+ apt-get update
Get:1 http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0 ./ InRelease [1593 B]
Ign:2 http://cdn-fastly.deb.debian.org/debian stretch InRelease
Get:3 http://security-cdn.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Get:4 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Hit:5 http://cdn-fastly.deb.debian.org/debian stretch Release
Get:6 http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0 ./ Packages [101 kB]
Get:7 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB]
Fetched 789 kB in 0s (2111 kB/s)
Reading package lists...
+ install_repo_packages
+ echo Installing all repository packages
Installing all repository packages
+ aptitude search -F%p ?origin(obs://build.opensuse.org/network:osmocom:nightly/Debian_9.0) ?architecture(native)
+ sort
+ grep -v ^# /testdata/blacklist.txt
+ sort -u
+ comm -23 /data/osmocom_packages_all.txt /data/blacklist.txt
+ cat /data/osmocom_packages.txt
+ apt install -y abisip-find binutils-arm-osmo-eabi binutils-arm-osmo-eabi-dbgsym libasn1c-dbg libasn1c-dev libasn1c1 libgtp-dbg libgtp-dev libgtp5 libgtpnl-dbg libgtpnl-dev libgtpnl0 liblimesuite-dev liblimesuite19.04-1 liblimesuite19.04-1-dbgsym liborcania-dev liborcania1.2 liborcania1.2-dbgsym libosmo-abis libosmo-abis-dbg libosmo-abis-dev libosmo-fl2k-dev libosmo-fl2k0 libosmo-fl2k0-dbgsym libosmo-gsup-client-dev libosmo-gsup-client0 libosmo-mgcp-client-dev libosmo-mgcp-client6 libosmo-mgcp-client6-dbgsym libosmo-netif-dbg libosmo-netif-dev libosmo-netif-doc libosmo-ranap-dbg libosmo-ranap-dev libosmo-ranap2 libosmo-rspro-dev libosmo-rspro0 libosmo-rspro0-dbgsym libosmo-sccp-dev libosmo-sigtran-dbg libosmo-sigtran-dev libosmo-sigtran-doc libosmo-sigtran3 libosmoabis6 libosmocodec-doc libosmocodec0 libosmocoding-doc libosmocoding0 libosmocore libosmocore-dbg libosmocore-dev libosmocore-doc libosmocore-utils libosmocore12 libosmoctrl-doc libosmoctrl0 libosmodsp-dbg libosmodsp-dev libosmodsp-doc libosmodsp0 libosmogb-doc libosmogb9 libosmogsm-doc libosmogsm13 libosmonetif8 libosmosim0 libosmotrau2 libosmovty-doc libosmovty4 librtlsdr-dev librtlsdr0 librtlsdr0-dbgsym libsmpp1 libsmpp34-dbg libsmpp34-dev libsmpp34-utils libulfius-dev libulfius2.5 libulfius2.5-dbgsym libusrp-dev libusrp-doc libusrp-firmware libusrp-utils libusrp-utils-dbgsym libusrp1 libusrp1-dbgsym libyder-dev libyder2.0 libyder2.0-dbgsym limesuite limesuite-dbgsym limesuite-images limesuite-images19.04 limesuite-udev osmo-bsc osmo-bsc-bs11-utils osmo-bsc-dbg osmo-bsc-doc osmo-bsc-ipaccess-utils osmo-bsc-meas-utils osmo-bts-doc osmo-bts-trx osmo-bts-trx-dbg osmo-bts-virtual osmo-bts-virtual-dbg osmo-fl2k osmo-fl2k-dbgsym osmo-gbproxy osmo-gbproxy-dbg osmo-ggsn osmo-ggsn-dbg osmo-ggsn-doc osmo-gsm-manuals-dev osmo-gtphub osmo-gtphub-dbg osmo-hlr osmo-hlr-dbg osmo-hlr-doc osmo-hnbgw osmo-hnbgw-dbg osmo-mgw osmo-mgw-dbgsym osmo-mgw-doc osmo-msc osmo-msc-dbg osmo-msc-doc osmo-pcap-client osmo-pcap-client-dbg osmo-pcap-server osmo-pcap-server-dbg osmo-pcu osmo-pcu-dbg osmo-pcu-doc osmo-remsim-bankd osmo-remsim-bankd-dbgsym osmo-remsim-client osmo-remsim-client-dbgsym osmo-remsim-doc osmo-remsim-server osmo-remsim-server-dbgsym osmo-sgsn osmo-sgsn-dbg osmo-sgsn-doc osmo-sip-connector osmo-sip-connector-dbg osmo-sip-connector-doc osmo-stp osmo-stp-dbg osmo-stp-doc osmo-sysmon osmo-sysmon-dbg osmo-trx osmo-trx-dbg osmo-trx-doc osmo-trx-lms osmo-trx-uhd osmo-trx-usrp1 osmocom-nightly python2-osmopy-libs python2-osmopy-utils python3-osmopy-libs python3-osmopy-utils rtl-sdr rtl-sdr-dbgsym simtrace2-firmware simtrace2-utils simtrace2-utils-dbgsym

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libosmo-sigtran-doc : Depends: libosmo-sigtran3 (= 1.1.0.11.26a4) but 1.1.0.9.ecb2 is to be installed
E: Unable to correct problems, you have held broken packages.
+ ret=100
+ [ -n  ]
+ docker container kill repo-install-test-nightly
repo-install-test-nightly
+ exit 100
Build step 'Execute shell' marked build as failure



More information about the jenkins-notifications mailing list