Build failed in Jenkins: Osmocom-Debian-install-latest #634

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
Sun May 24 04:48:08 UTC 2020


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

------------------------------------------
Started by timer
Running as SYSTEM
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/Osmocom-Debian-install-latest/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-latest/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/* # timeout=10
 > 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/* # timeout=10
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/fixeria/mtrx
Seen branch in repository origin/laforge/ergw
Seen branch in repository origin/master
Seen branch in repository origin/neels/mscpool
Seen branch in repository origin/neels/wip
Seen branch in repository origin/osmith/rpm-local
Seen branch in repository origin/pespin/bts-perf
Seen branch in repository origin/pespin/ergw
Seen branch in repository origin/pespin/ogt
Seen branch in repository origin/pmaier/meastest
Seen branch in repository origin/refsf/for/master/dyn-pdch
Seen 14 remote branches
 > git show-ref --tags -d # timeout=10
Checking out Revision acd141fa61e76d88812b3a5205f7c7295ed1401a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f acd141fa61e76d88812b3a5205f7c7295ed1401a # timeout=10
Commit message: "bsc: drop access-list-name from osmo-bsc.cfg"
 > git rev-list --no-walk acd141fa61e76d88812b3a5205f7c7295ed1401a # timeout=10
[Osmocom-Debian-install-latest] $ /bin/sh -xe /tmp/jenkins4325809720227635509.sh
+ cd debian-repo-install-test
+ FEED=latest ./jenkins.sh
+ [ x = x ]
+ REPO_USER=osmocom-build
+ [ x<https://jenkins.osmocom.org/jenkins/job/Osmocom-Debian-install-latest/ws/> = x ]
+ VOL_BASE_DIR=<https://jenkins.osmocom.org/jenkins/job/Osmocom-Debian-install-latest/ws/logs>
+ rm -rf <https://jenkins.osmocom.org/jenkins/job/Osmocom-Debian-install-latest/ws/logs>
+ mkdir -p <https://jenkins.osmocom.org/jenkins/job/Osmocom-Debian-install-latest/ws/logs>
+ [ xjenkins-Osmocom-Debian-install-latest-634 = x ]
+ basename <https://jenkins.osmocom.org/jenkins/job/Osmocom-Debian-install-latest/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-latest/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_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_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:d4de82f467cf1c7e022e95a1cb074b7d4d38f8ab2c20deeafd884c6a4531d94d
Status: Image is up to date for debian:stretch
 ---> 614bb74b620e
Step 3/4 : COPY	Release.key /tmp/Release.key
 ---> Using cache
 ---> 75d655ff4cd4
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
 ---> 009c96806c29
[Warning] One or more build-args [OSMO_BB_BRANCH OSMO_NITB_BRANCH OSMO_TTCN3_BRANCH OSMO_BSC_BRANCH OSMO_GGSN_BRANCH OSMO_IUH_BRANCH OSMO_PCU_BRANCH OSMO_SIP_BRANCH OSMO_STP_BRANCH OSMO_MGW_BRANCH OSMO_BTS_BRANCH OSMO_GSM_TESTER_BRANCH OSMO_HLR_BRANCH OSMO_MSC_BRANCH OSMO_SGSN_BRANCH] were not consumed
Successfully built 009c96806c29
Successfully tagged osmocom-build/debian-repo-install-test:latest
make: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/Osmocom-Debian-install-latest/ws/debian-repo-install-test'>
+ docker_image_exists debian-repo-install-test
+ docker images -q osmocom-build/debian-repo-install-test
+ test -n 009c96806c29
+ [ -z latest ]
+ CONTAINER=repo-install-test-latest
+ docker inspect -f {{.State.Running}} repo-install-test-latest
+ [  = true ]
+ check_if_systemd_is_running
+ docker run --rm -v <https://jenkins.osmocom.org/jenkins/job/Osmocom-Debian-install-latest/ws/debian-repo-install-test/testdata>:/testdata:ro -v <https://jenkins.osmocom.org/jenkins/job/Osmocom-Debian-install-latest/ws/logs>:/data --name repo-install-test-latest -e FEED=latest -e container=docker --tmpfs /run+  --tmpfs /tmp -v /sys/fs/cgroup:/sys/fs/cgroup:ro --cap-add SYS_ADMIN --cap-add SYS_NICE osmocom-build/debian-repo-install-test /lib/systemd/systemd
seq 1 10
+ sleep 1
+ docker exec repo-install-test-latest systemctl status
● df765d212353
    State: running
     Jobs: 0 queued
   Failed: 0 units
    Since: Sun 2020-05-24 04:46:05 UTC; 590ms ago
   CGroup: /docker/df765d212353774641f44a0c7618650e624f16f0560fbb1bdf9d20380014eb1e
           ├─26 systemctl status
           ├─init.scope
           │ └─1 /lib/systemd/systemd
           └─system.slice
             └─systemd-journald.service
               └─20 /lib/systemd/systemd-journald
+ return
+ docker exec repo-install-test-latest /testdata/repo-install-test.sh
Checking feed: latest
Configuring Osmocom repository
+ SERVICES=
	osmo-bsc
	osmo-gbproxy
	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:/latest/Debian_9.0/
+ OBS=obs://build.opensuse.org/network:osmocom:latest/Debian_9.0
+ check_env
+ [ -n latest ]
+ echo Checking feed: latest
+ configure_osmocom_repo
+ echo Configuring Osmocom repository
+ echo deb http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0/ ./
+ apt-get update
Get:1 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Ign:2 http://deb.debian.org/debian stretch InRelease
Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Hit:4 http://deb.debian.org/debian stretch Release
Get:5 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [527 kB]
Err:7 http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0 ./ InRelease
  Could not connect to download.opensuse.org:80 (195.135.221.134), connection timed out
Fetched 712 kB in 2min 0s (5932 B/s)
Reading package lists...
W: Failed to fetch http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0/./InRelease  Could not connect to download.opensuse.org:80 (195.135.221.134), connection timed out
W: Some index files failed to download. They have been ignored, or old ones used instead.
+ install_repo_packages
+ echo Installing all repository packages
Installing all repository packages
+ aptitude search -F%p ?origin(obs://build.opensuse.org/network:osmocom:latest/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

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

Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
+ test_binaries
+ test_binaries_version osmo-bsc osmo-bts-trx osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-ggsn osmo-hlr osmo-hlr-db-tool osmo-hnbgw osmo-mgw osmo-msc osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp osmo-trx-uhd osmo-trx-usrp1
+ failed=
+ osmo-bsc --version
/testdata/repo-install-test.sh: 75: /testdata/repo-install-test.sh: osmo-bsc: not found
+ ret=127
+ [ -n  ]
+ docker container kill repo-install-test-latest
repo-install-test-latest
+ exit 127
Build step 'Execute shell' marked build as failure



More information about the jenkins-notifications mailing list