Build failed in Jenkins: Osmocom-repo-install-debian9 » nightly,repo-install-test #34

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
Thu Feb 25 10:40:10 UTC 2021


See <https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-debian9/feed=nightly,label=repo-install-test/34/display/redirect>

Changes:


------------------------------------------
[...truncated 3.85 KB...]
+ cd debian9-repo-install-test
+ . ../jenkins-common.sh
+ IMAGE_DIR_PREFIX=..
+ set -x
+ [ x = x ]
+ REPO_USER=osmocom-build
+ [ x<https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-debian9/feed=nightly,label=repo-install-test/ws/> = x ]
+ VOL_BASE_DIR=<https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-debian9/feed=nightly,label=repo-install-test/ws/logs>
+ rm -rf <https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-debian9/feed=nightly,label=repo-install-test/ws/logs>
+ mkdir -p <https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-debian9/feed=nightly,label=repo-install-test/ws/logs>
+ [ ! -d <https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-debian9/feed=nightly,label=repo-install-test/ws/logs> ]
+ [ xjenkins-Osmocom-repo-install-debian9-feed=nightly,label=repo-install-test-34 = x ]
+ basename <https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-debian9/feed=nightly,label=repo-install-test/ws/_docker_playground/debian9-repo-install-test>
+ SUITE_NAME=debian9-repo-install-test
+ NET_NAME=debian9-repo-install-test
+ docker_images_require debian9-repo-install-test
+ local i
+ local from_line
+ local pull_arg
+ local upstream_distro_arg
+ local distro_arg
+ local depends
+ local dir
+ docker_depends debian9-repo-install-test
+ depends=
+ [ -n  ]
+ [ -z  ]
+ docker_upstream_distro_from_image_name debian9-repo-install-test
+ echo debian:stretch
+ upstream_distro_arg=debian:stretch
+ docker_distro_from_image_name debian9-repo-install-test
+ echo debian-stretch
+ distro_arg=debian-stretch
+ docker_dir_from_image_name debian9-repo-install-test
+ echo debian9-repo-install-test
+ dir=debian9-repo-install-test
+ pull_arg=--pull
+ grep ^FROM ../debian9-repo-install-test/Dockerfile
+ from_line=FROM	${REGISTRY}/${UPSTREAM_DISTRO}
+ echo FROM	${REGISTRY}/${UPSTREAM_DISTRO}
+ grep -q $USER
+ echo Building image: debian9-repo-install-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
Building image: debian9-repo-install-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ make -C ../debian9-repo-install-test PULL=--pull UPSTREAM_DISTRO=debian:stretch DISTRO=debian-stretch IMAGE=osmocom-build/debian9-repo-install-test
make: Entering directory '<https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-debian9/feed=nightly,label=repo-install-test/ws/_docker_playground/debian9-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 REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:stretch \
	--build-arg DISTRO=debian-stretch \
	--build-arg OSMOCOM_REPO_MIRROR=http://download.opensuse.org \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_GBPROXY_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 osmocom-build/debian9-repo-install-test:latest .
Sending build context to Docker daemon  4.096kB
Step 1/5 : ARG	USER
Step 2/5 : ARG	REGISTRY=docker.io
Step 3/5 : ARG	UPSTREAM_DISTRO=debian:stretch
Step 4/5 : FROM	${REGISTRY}/${UPSTREAM_DISTRO}
stretch: Pulling from library/debian
Digest: sha256:d0b7b71db141cedc48e1c2807d12b199ffd7ffe75baf272a34c37480dc2159d1
Status: Image is up to date for debian:stretch
 ---> f00be68857e6
Step 5/5 : RUN	apt-get update && 	apt-get install -y --no-install-recommends 		aptitude 		gnupg 		systemd
 ---> Using cache
 ---> b77f7dbd64bb
[Warning] One or more build-args [LIBOSMOCORE_BRANCH OSMOCOM_REPO_MIRROR OSMO_BSC_BRANCH OSMO_HLR_BRANCH OSMO_MSC_BRANCH OSMO_STP_BRANCH OSMO_BTS_BRANCH OSMO_GSM_TESTER_BRANCH OSMO_TTCN3_BRANCH OSMOCOM_REPO_VERSION OSMO_MGW_BRANCH OSMO_PCU_BRANCH OSMO_SIP_BRANCH DISTRO OSMO_BB_BRANCH OSMO_GBPROXY_BRANCH OSMO_GGSN_BRANCH OSMO_IUH_BRANCH OSMO_NITB_BRANCH OSMO_SGSN_BRANCH] were not consumed
Successfully built b77f7dbd64bb
Successfully tagged osmocom-build/debian9-repo-install-test:latest
make: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-debian9/feed=nightly,label=repo-install-test/ws/_docker_playground/debian9-repo-install-test'>
+ docker_image_exists debian9-repo-install-test
+ docker images -q osmocom-build/debian9-repo-install-test
+ test -n b77f7dbd64bb
+ ret=0
+ cd <https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-debian9/feed=nightly,label=repo-install-test/ws/>
+ return 0
+ FEED=nightly
+ PROJ=network:osmocom:nightly
+ CONTAINER=debian9-repo-install-test-nightly
+ [ -z  ]
+ TESTS=
		test_conflict
		install_repo_packages
		test_binaries
		services_check
	
+ [ -z  ]
+ PROJ_CONFLICT=network:osmocom:latest
+ [ debian9 = centos8 ]
+ docker inspect -f {{.State.Running}} debian9-repo-install-test-nightly
+ [  = true ]
+ args=
+ [ -n  ]
+ check_if_systemd_is_running
+ docker run --rm -v <https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-debian9/feed=nightly,label=repo-install-test/ws/scripts/repo-install-test>:/repo-install-test:ro --name debian9-repo-install-test-nightly -e FEED=nightly -e PROJ=network:osmocom:nightly -e PROJ_CONFLICT=network:osmocom:latest -e DISTRO=debian9 -e TESTS=
		test_conflict
		install_repo_packages
		test_binaries
		services_check
	 -e container=docker --tmpfs /run --tmpfs /run/lock --tmpfs /tmp -v /sys/fs/cgroup:/sys/fs/cgroup:ro --cap-add SYS_ADMIN --cap-add SYS_NICE osmocom-build/debian9-repo-install-test /lib/systemd/systemd
+ seq 1 10
+ sleep 1
+ docker exec debian9-repo-install-test-nightly systemctl status
● cb80b345e3e9
    State: running
     Jobs: 0 queued
   Failed: 0 units
    Since: Thu 2021-02-25 10:40:09 UTC; 121ms ago
   CGroup: /docker/cb80b345e3e951162ffccd64d2732545107e1d57c0bbf5600f6b96cb0b0bb8ed
           ├─26 systemctl status
           ├─init.scope
           │ └─1 /lib/systemd/systemd
           └─system.slice
             └─systemd-journald.service
               └─20 /lib/systemd/systemd-journald
+ return
+ ret=0
+ docker exec debian9-repo-install-test-nightly /repo-install-test/run-inside-docker.sh
+ 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

+ distro_obsdir
+ echo Debian_9.0
+ DISTRO_OBSDIR=Debian_9.0
+ check_env
+ [ -n nightly ]
+ echo Checking feed: nightly
+ [ -n network:osmocom:nightly ]
+ echo Checking project: network:osmocom:nightly
+ [ -n network:osmocom:latest ]
+ echo Checking conflicting project: network:osmocom:latest
+ [ -n debian9 ]
+ echo Linux distribution: debian9
+ [ -n 
		test_conflict
		install_repo_packages
		test_binaries
		services_check
	 ]
+ echo Enabled tests: 
		test_conflict
		install_repo_packages
		test_binaries
		services_check
	
+ configure_keep_cache
+ [ -z  ]
+ return
+ configure_osmocom_repo network:osmocom:nightly
+ configure_osmocom_repo_debian network:osmocom:nightly
+ local proj=network:osmocom:nightly
Checking feed: nightly
Checking project: network:osmocom:nightly
Checking conflicting project: network:osmocom:latest
Linux distribution: debian9
Enabled tests: 
		test_conflict
		install_repo_packages
		test_binaries
		services_check
	
+ proj_with_slashes network:osmocom:nightly
+ echo network:osmocom:nightly
+ sed s.:.:/.g
+ local obs_repo=download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0/
+ local release_key=/var/cache/apt/network:osmocom:nightly_Release.key
+ echo Configuring Osmocom repository
Configuring Osmocom repository
+ echo deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0/ ./
+ [ -e /var/cache/apt/network:osmocom:nightly_Release.key ]
+ apt install -y wget

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

Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  ca-certificates libffi6 libgmp10 libgnutls30 libhogweed4 libidn2-0
  libp11-kit0 libpsl5 libssl1.1 libtasn1-6 libunistring0 openssl publicsuffix
Suggested packages:
  gnutls-bin
The following NEW packages will be installed:
  ca-certificates libffi6 libgmp10 libgnutls30 libhogweed4 libidn2-0
  libp11-kit0 libpsl5 libssl1.1 libtasn1-6 libunistring0 openssl publicsuffix
  wget
0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded.
Need to get 5024 kB of archives.
After this operation, 13.8 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian stretch/main amd64 libgmp10 amd64 2:6.1.2+dfsg-1 [253 kB]
Err:2 http://security.debian.org/debian-security stretch/updates/main amd64 libssl1.1 amd64 1.1.0l-1~deb9u2
  404  Not Found [IP: 151.101.194.132 80]
Get:3 http://security.debian.org/debian-security stretch/updates/main amd64 libp11-kit0 amd64 0.23.3-2+deb9u1 [112 kB]
Get:4 http://deb.debian.org/debian stretch/main amd64 libhogweed4 amd64 3.3-1+b2 [136 kB]
Get:5 http://deb.debian.org/debian stretch/main amd64 libffi6 amd64 3.2.1-6 [20.4 kB]
Get:6 http://deb.debian.org/debian stretch/main amd64 libtasn1-6 amd64 4.10-1.1+deb9u1 [50.6 kB]
Get:7 http://deb.debian.org/debian stretch/main amd64 libgnutls30 amd64 3.5.8-5+deb9u5 [896 kB]
Get:8 http://security.debian.org/debian-security stretch/updates/main amd64 openssl amd64 1.1.0l-1~deb9u2 [748 kB]
Get:9 http://deb.debian.org/debian stretch/main amd64 libunistring0 amd64 0.9.6+really0.9.3-0.1 [279 kB]
Get:10 http://deb.debian.org/debian stretch/main amd64 libidn2-0 amd64 0.16-1+deb9u1 [60.7 kB]
Get:11 http://deb.debian.org/debian stretch/main amd64 libpsl5 amd64 0.17.0-3 [41.8 kB]
Get:12 http://deb.debian.org/debian stretch/main amd64 wget amd64 1.18-5+deb9u3 [800 kB]
Get:13 http://deb.debian.org/debian stretch/main amd64 ca-certificates all 20200601~deb9u1 [160 kB]
Get:14 http://deb.debian.org/debian stretch/main amd64 publicsuffix all 20190415.1030-0+deb9u1 [108 kB]
Fetched 3667 kB in 0s (48.8 MB/s)
E: Failed to fetch http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.0l-1~deb9u2_amd64.deb  404  Not Found [IP: 151.101.194.132 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
+ ret=1
+ [ -n  ]
+ docker container kill debian9-repo-install-test-nightly
debian9-repo-install-test-nightly
+ exit 1
Build step 'Execute shell' marked build as failure



More information about the jenkins-notifications mailing list