Build failed in Jenkins: Osmocom-repo-install-debian10 » nightly,repo-install-test #137

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 Jun 8 10:39:16 UTC 2021


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

Changes:


------------------------------------------
[...truncated 4.92 KB...]
+ SUITE_NAME=debian10-repo-install-test
+ NET_NAME=debian10-repo-install-test
+ docker_images_require debian10-repo-install-test
+ local i
+ local from_line
+ local pull_arg
+ local upstream_distro_arg
+ local distro_arg
+ local depends
+ local dir
+ docker_depends debian10-repo-install-test
+ local feed
+ depends=
+ [ -n  ]
+ docker_distro_from_image_name debian10-repo-install-test
+ echo debian-stretch
+ distro_arg=debian-stretch
+ [ -z  ]
+ docker_upstream_distro_from_image_name debian10-repo-install-test
+ echo debian:buster
+ upstream_distro_arg=debian:buster
+ docker_dir_from_image_name debian10-repo-install-test
+ echo debian10-repo-install-test
+ dir=debian10-repo-install-test
+ pull_arg=--pull
+ grep ^FROM ../debian10-repo-install-test/Dockerfile
+ from_line=FROM	${REGISTRY}/${UPSTREAM_DISTRO}
+ echo FROM	${REGISTRY}/${UPSTREAM_DISTRO}
+ grep -q $USER
+ echo Building image: debian10-repo-install-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
Building image: debian10-repo-install-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ make -C ../debian10-repo-install-test PULL=--pull UPSTREAM_DISTRO=debian:buster DISTRO=debian-stretch IMAGE=osmocom-build/debian10-repo-install-test
make: Entering directory '<https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-debian10/feed=nightly,label=repo-install-test/ws/_docker_playground/debian10-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)
rm -rf .common
cp -r <https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-debian10/feed=nightly,label=repo-install-test/ws/_docker_playground/common> .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:buster \
	--build-arg DISTRO=debian-stretch \
	--build-arg OSMOCOM_REPO_MIRROR=http://download.opensuse.org \
	--build-arg OSMOCOM_REPO_PATH=repositories/network:/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=http://download.opensuse.org \
	--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/debian10-repo-install-test:latest .
Sending build context to Docker daemon   7.68kB
Step 1/5 : ARG	USER
Step 2/5 : ARG	REGISTRY=docker.io
Step 3/5 : ARG	UPSTREAM_DISTRO=debian:buster
Step 4/5 : FROM	${REGISTRY}/${UPSTREAM_DISTRO}
buster: Pulling from library/debian
Digest: sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51
Status: Image is up to date for debian:buster
 ---> 4a7a1f401734
Step 5/5 : RUN	apt-get update && 	apt-get install -y --no-install-recommends 		aptitude 		ca-certificates 		gnupg 		systemd
 ---> Using cache
 ---> d2a1d5de7b77
[Warning] One or more build-args [OSMOCOM_REPO_TESTSUITE_MIRROR OSMO_GSM_TESTER_BRANCH OSMO_HLR_BRANCH OSMO_MSC_BRANCH DISTRO LIBOSMOCORE_BRANCH OSMO_BB_BRANCH OSMO_GBPROXY_BRANCH OSMO_SIP_BRANCH OSMO_STP_BRANCH OSMO_BSC_BRANCH OSMO_BTS_BRANCH OSMO_IUH_BRANCH OSMO_NITB_BRANCH OSMO_SGSN_BRANCH UID OSMOCOM_REPO_MIRROR OSMOCOM_REPO_PATH OSMOCOM_REPO_VERSION OSMO_GGSN_BRANCH OSMO_MGW_BRANCH OSMO_PCU_BRANCH OSMO_TTCN3_BRANCH] were not consumed
Successfully built d2a1d5de7b77
Successfully tagged osmocom-build/debian10-repo-install-test:latest
rm -rf .common
make: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-debian10/feed=nightly,label=repo-install-test/ws/_docker_playground/debian10-repo-install-test'>
+ docker_image_exists debian10-repo-install-test
+ docker images -q osmocom-build/debian10-repo-install-test
+ test -n d2a1d5de7b77
+ list_osmo_packages debian-stretch debian10-repo-install-test
+ local distro=debian-stretch
+ local image=debian10-repo-install-test
+ local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/debian10-repo-install-test -c
+ return
+ ret=0
+ cd <https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-debian10/feed=nightly,label=repo-install-test/ws/>
+ return 0
+ FEED=nightly
+ PROJ=network:osmocom:nightly
+ CONTAINER=debian10-repo-install-test-nightly
+ [ -z  ]
+ TESTS=
		test_conflict
		install_repo_packages
		test_binaries
		services_check
	
+ [ -z  ]
+ PROJ_CONFLICT=network:osmocom:latest
+ [ debian10 = centos8 ]
+ docker inspect -f {{.State.Running}} debian10-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-debian10/feed=nightly,label=repo-install-test/ws/scripts/repo-install-test>:/repo-install-test:ro --name debian10-repo-install-test-nightly -e FEED=nightly -e PROJ=network:osmocom:nightly -e PROJ_CONFLICT=network:osmocom:latest -e DISTRO=debian10 -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/debian10-repo-install-test /lib/systemd/systemd
+ seq 1 10
+ sleep 1
+ docker exec debian10-repo-install-test-nightly systemctl status
● 80aa08a12dd3
    State: running
     Jobs: 0 queued
   Failed: 0 units
    Since: Tue 2021-06-08 10:38:13 UTC; 449ms ago
   CGroup: /docker/80aa08a12dd3c49db286c627f2092470968234f20894bbaa326e05cbffc4e873
           ├─31 systemctl status
           ├─init.scope
           │ └─1 /lib/systemd/systemd
           └─system.slice
             └─systemd-journald.service
               └─21 /lib/systemd/systemd-journald
+ return
+ ret=0
+ docker exec debian10-repo-install-test-nightly /repo-install-test/run-inside-docker.sh
Checking feed: nightly
Checking project: network:osmocom:nightly
Checking conflicting project: network:osmocom:latest
Linux distribution: debian10
Enabled tests: 
		test_conflict
		install_repo_packages
		test_binaries
		services_check
	
+ 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_10
+ DISTRO_OBSDIR=Debian_10
+ 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 debian10 ]
+ echo Linux distribution: debian10
+ [ -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
+ proj_with_slashes network:osmocom:nightly
+ echo network:osmocom:nightly
+ sed s.:.:/.g
+ local obs_repo=download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_10/
+ local release_key=/var/cache/apt/network:osmocom:nightly_Release.key
+ echo Configuring Osmocom repository
+ [ -e /var/cache/apt/network:osmocom:nightly_Release.key ]
Configuring Osmocom repository
+ apt-get update
Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:2 http://security.debian.org/debian-security buster/updates/main amd64 Packages [291 kB]
Err:3 http://deb.debian.org/debian buster InRelease
  Could not connect to deb.debian.org:80 (199.232.138.132). - connect (111: Connection refused) Could not connect to deb.debian.org:80 (2a04:4e42:3::644), connection timed out
Err:4 http://deb.debian.org/debian buster-updates InRelease
  Unable to connect to deb.debian.org:http:
Fetched 357 kB in 30s (11.8 kB/s)
Reading package lists...
W: Failed to fetch http://deb.debian.org/debian/dists/buster/InRelease  Could not connect to deb.debian.org:80 (199.232.138.132). - connect (111: Connection refused) Could not connect to deb.debian.org:80 (2a04:4e42:3::644), connection timed out
W: Failed to fetch http://deb.debian.org/debian/dists/buster-updates/InRelease  Unable to connect to deb.debian.org:http:
W: Some index files failed to download. They have been ignored, or old ones used instead.
+ 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:
  libpcre2-8-0 libpsl5 publicsuffix
The following NEW packages will be installed:
  libpcre2-8-0 libpsl5 publicsuffix wget
0 upgraded, 4 newly installed, 0 to remove and 1 not upgraded.
Need to get 1285 kB of archives.
After this operation, 4328 kB of additional disk space will be used.
Err:1 http://deb.debian.org/debian buster/main amd64 libpcre2-8-0 amd64 10.32-5
  503  Service Unavailable [IP: 199.232.138.132 80]
Err:2 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2
  Could not connect to deb.debian.org:80 (199.232.138.132). - connect (111: Connection refused) Could not connect to deb.debian.org:80 (2a04:4e42:3::644), connection timed out [IP: 199.232.138.132 80]
Err:3 http://deb.debian.org/debian buster/main amd64 wget amd64 1.20.1-1.1
  Unable to connect to deb.debian.org:http: [IP: 199.232.138.132 80]
Err:4 http://deb.debian.org/debian buster/main amd64 publicsuffix all 20190415.1030-1
  Unable to connect to deb.debian.org:http: [IP: 199.232.138.132 80]
E: Failed to fetch http://deb.debian.org/debian/pool/main/p/pcre2/libpcre2-8-0_10.32-5_amd64.deb  503  Service Unavailable [IP: 199.232.138.132 80]
E: Failed to fetch http://deb.debian.org/debian/pool/main/libp/libpsl/libpsl5_0.20.2-2_amd64.deb  Could not connect to deb.debian.org:80 (199.232.138.132). - connect (111: Connection refused) Could not connect to deb.debian.org:80 (2a04:4e42:3::644), connection timed out [IP: 199.232.138.132 80]
E: Failed to fetch http://deb.debian.org/debian/pool/main/w/wget/wget_1.20.1-1.1_amd64.deb  Unable to connect to deb.debian.org:http: [IP: 199.232.138.132 80]
E: Failed to fetch http://deb.debian.org/debian/pool/main/p/publicsuffix/publicsuffix_20190415.1030-1_all.deb  Unable to connect to deb.debian.org:http: [IP: 199.232.138.132 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
+ ret=1
+ [ -n  ]
+ docker container kill debian10-repo-install-test-nightly
debian10-repo-install-test-nightly
+ exit 1
Build step 'Execute shell' marked build as failure



More information about the jenkins-notifications mailing list