Skip to content
Failed

Console Output

Started by upstream project "Osmocom-repo-install-debian12" build number 631
originally caused by:
 Started by timer
Running as SYSTEM
Building remotely on build5-deb12build-ansible (ttcn3 obs osmo-gsm-tester-build ttcn3-ggsn-test-kernel-git ttcn3_with_linux_6.1_or_higher qemu io_uring osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/Osmocom-repo-install-debian12/feed/nightly/label/qemu
The recommended git tool is: NONE
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://gerrit.osmocom.org/osmo-ci
 > git init /home/osmocom-build/jenkins/workspace/Osmocom-repo-install-debian12/feed/nightly/label/qemu # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-ci
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
 > git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-ci +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gerrit.osmocom.org/osmo-ci # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 9a18ebaa78fc255a0aea42186a2743829d69162e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9a18ebaa78fc255a0aea42186a2743829d69162e # timeout=10
Commit message: "obs: gerrit_binpkgs: set --allow-unknown-package"
 > git rev-list --no-walk 9a18ebaa78fc255a0aea42186a2743829d69162e # timeout=10
[qemu] $ /bin/sh -xe /tmp/jenkins16191185033574001761.sh
+ export FEED=nightly
+ scripts/repo-install-test.sh debian12
+ dirname scripts/repo-install-test.sh
+ . scripts/common.sh
+ dirname scripts/repo-install-test.sh
+ realpath scripts/..
+ OSMO_CI_DIR=/home/osmocom-build/jenkins/workspace/Osmocom-repo-install-debian12/feed/nightly/label/qemu
+ OSMO_GIT_URL_GITEA=https://gitea.osmocom.org
+ OSMO_GIT_URL_GERRIT=https://gerrit.osmocom.org
+ OSMO_RELEASE_REPOS=
	libasn1c
	libosmo-abis
	libosmo-gprs
	libosmo-netif
	libosmo-pfcp
	libosmo-sccp-legacy
	libosmo-sigtran
	libosmocore
	libsmpp34
	libusrp
	osmo-bsc
	osmo-bts
	osmo-cbc
	osmo-e1d
	osmo-gbproxy
	osmo-ggsn
	osmo-gsm-manuals
	osmo-hlr
	osmo-hnodeb
	osmo-hnbgw
	osmo-iuh
	osmo-mgw
	osmo-msc
	osmo-pcap
	osmo-pcu
	osmo-remsim
	osmo-sgsn
	osmo-sip-connector
	osmo-smlc
	osmo-sysmon
	osmo-trx
	osmo-uecups
	osmo-upf
	osmocom-bb
	simtrace2

+ OSMO_BRANCH_DOCKER_PLAYGROUND=master
+ DOMAIN=downloads.osmocom.org
+ DISTRO=debian12
+ DISTROS=
	centos8
	debian10
	debian11
	debian12

+ IMG_DIR=/opt/qemu
+ TEST_DIR=scripts/repo-install-test
+ IMG_PATH=_repo_install_test_data/temp.qcow2
+ PID_FILE=_repo_install_test_data/qemu.pid
+ PORT_FILE=_repo_install_test_data/qemu.port
+ LOG_FILE=_repo_install_test_data/qemu.log
+ check_usage
+ local i
+ [ debian12 = centos8 ]
+ [ debian12 = debian10 ]
+ [ debian12 = debian11 ]
+ [ debian12 = debian12 ]
+ return
+ FEED=nightly
+ PROJ=osmocom:nightly
+ [ -z  ]
+ TESTS=
		test_conflict
		install_repo_packages
		test_binaries
		services_check
	
+ [ -z  ]
+ PROJ_CONFLICT=osmocom:latest
+ clean_up
+ [ -n  ]
+ [ -e _repo_install_test_data/qemu.pid ]
+ rm -f _repo_install_test_data/temp.qcow2
+ trap clean_up_trap EXIT INT TERM 0
+ qemu_start
+ [ -n  ]
+ prepare_img
+ dirname _repo_install_test_data/temp.qcow2
+ mkdir -p _repo_install_test_data
+ get_backing_img_path
+ local ret=
+ ret=/opt/qemu/debian-12.qcow2
+ [ -e /opt/qemu/debian-12.qcow2 ]
+ echo /opt/qemu/debian-12.qcow2
+ qemu-img create -f qcow2 -b /opt/qemu/debian-12.qcow2 -F qcow2 _repo_install_test_data/temp.qcow2
Formatting '_repo_install_test_data/temp.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=8589934592 backing_file=/opt/qemu/debian-12.qcow2 backing_fmt=qcow2 lazy_refcounts=off refcount_bits=16
+ find_free_ssh_port
+ echo (1555732 % 1000) + 22022
+ bc
+ SSH_PORT=22754
+ nc -z 127.0.0.1 22754
+ echo 22754
+ qemu_ssh_wait
+ set +x

Waiting for VM to boot up...

+ sleep 1
+ timeout 1h qemu-system-x86_64 -cpu host -device virtio-net-pci,netdev=net -display none -drive file=_repo_install_test_data/temp.qcow2,format=qcow2 -enable-kvm -m 1024 -netdev user,id=net,hostfwd=tcp:127.0.0.1:22754-:22 -nodefaults -pidfile _repo_install_test_data/qemu.pid -serial stdio -smp 16
+ cat _repo_install_test_data/qemu.pid
+ local pid=1555751
+ seq 1 6
+ [ -z 1555751 ]
+ kill -0 1555751
+ TIMEOUT=10s qemu_ssh true
+ timeout 10s sshpass -p root ssh -p 22754 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- true
+ sleep 1
+ [ -z 1555751 ]
+ kill -0 1555751
+ TIMEOUT=10s qemu_ssh true
+ timeout 10s sshpass -p root ssh -p 22754 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- true
Warning: Permanently added '[127.0.0.1]:22754' (ED25519) to the list of known hosts.
+ return
+ set +x

VM is running!

+ qemu_prepare_vm
+ qemu_run_test_script
+ cat
+ qemu_ssh rm -rf /repo-install-test/
+ timeout 1m sshpass -p root ssh -p 22754 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- rm -rf /repo-install-test/
Warning: Permanently added '[127.0.0.1]:22754' (ED25519) to the list of known hosts.
+ qemu_ssh mkdir /repo-install-test
+ timeout 1m sshpass -p root ssh -p 22754 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- mkdir /repo-install-test
Warning: Permanently added '[127.0.0.1]:22754' (ED25519) to the list of known hosts.
+ qemu_scp -r scripts/repo-install-test/run-inside-env.sh scripts/repo-install-test/run-inside.sh root@127.0.0.1:/repo-install-test
+ timeout 1m sshpass -p root scp -P 22754 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -r scripts/repo-install-test/run-inside-env.sh scripts/repo-install-test/run-inside.sh root@127.0.0.1:/repo-install-test
Warning: Permanently added '[127.0.0.1]:22754' (ED25519) to the list of known hosts.
+ TIMEOUT=1h qemu_ssh sh -ex /repo-install-test/run-inside-env.sh
+ timeout 1h sshpass -p root ssh -p 22754 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- sh -ex /repo-install-test/run-inside-env.sh
Warning: Permanently added '[127.0.0.1]:22754' (ED25519) to the list of known hosts.
+ export DISTRO=debian12
+ export DOMAIN=downloads.osmocom.org
+ export FEED=nightly
+ export PROJ=osmocom:nightly
+ export PROJ_CONFLICT=osmocom:latest
+ export SKIP_PREPARE_VM=
+ export TESTS=
		test_conflict
		install_repo_packages
		test_binaries
		services_check
	
+ /repo-install-test/run-inside.sh
+ SERVICES=
	osmo-bsc
	osmo-bts-virtual
	osmo-cbc
	osmo-e1d
	osmo-gbproxy
	osmo-ggsn
	osmo-gtphub
	osmo-hlr
	osmo-hnbgw
	osmo-hnodeb
	osmo-mgw
	osmo-msc
	osmo-pcap-client
	osmo-pcap-server
	osmo-pcu
	osmo-remsim-bankd
	osmo-remsim-server
	osmo-sgsn
	osmo-sip-connector
	osmo-smlc
	osmo-stp

+ SERVICES_NIGHTLY=
	osmo-bsc-nat

+ distro_obsdir
+ echo Debian_12
+ DISTRO_OBSDIR=Debian_12
Checking feed: nightly
Checking project: osmocom:nightly
Checking conflicting project: osmocom:latest
Linux distribution: debian12
Enabled tests: 
		test_conflict
		install_repo_packages
		test_binaries
		services_check
	
+ check_env
+ [ -n nightly ]
+ echo Checking feed: nightly
+ [ -n osmocom:nightly ]
+ echo Checking project: osmocom:nightly
+ [ -n osmocom:latest ]
+ echo Checking conflicting project: osmocom:latest
+ [ -n debian12 ]
+ echo Linux distribution: debian12
+ [ -n 
		test_conflict
		install_repo_packages
		test_binaries
		services_check
	 ]
+ echo Enabled tests: 
		test_conflict
		install_repo_packages
		test_binaries
		services_check
	
+ prepare_vm
+ [ -n  ]
+ prepare_vm_debian
+ ln -sf /bin/true /usr/bin/fmtutil
+ echo path-exclude=/usr/bin/fmtutil
+ apt-get update --allow-releaseinfo-change
Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
Get:2 http://security.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:3 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:4 http://security.debian.org/debian-security bookworm-security/non-free-firmware Sources [796 B]
Get:5 http://security.debian.org/debian-security bookworm-security/main Sources [148 kB]
Get:6 http://security.debian.org/debian-security bookworm-security/main amd64 Packages [250 kB]
Get:7 http://security.debian.org/debian-security bookworm-security/main Translation-en [150 kB]
Get:8 http://security.debian.org/debian-security bookworm-security/non-free-firmware amd64 Packages [688 B]
Get:9 http://security.debian.org/debian-security bookworm-security/non-free-firmware Translation-en [472 B]
Get:10 http://deb.debian.org/debian bookworm/non-free-firmware Sources [6,440 B]
Get:11 http://deb.debian.org/debian bookworm/main Sources [9,495 kB]
Get:12 http://deb.debian.org/debian bookworm/main amd64 Packages [8,792 kB]
Get:13 http://deb.debian.org/debian bookworm/main Translation-en [6,109 kB]
Get:14 http://deb.debian.org/debian bookworm/non-free-firmware amd64 Packages [6,240 B]
Get:15 http://deb.debian.org/debian bookworm/non-free-firmware Translation-en [20.9 kB]
Get:16 http://deb.debian.org/debian bookworm-updates/main Sources [796 B]
Get:17 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [512 B]
Get:18 http://deb.debian.org/debian bookworm-updates/main Translation-en [360 B]
Fetched 25.2 MB in 2s (13.7 MB/s)
Reading package lists...
+ apt-get install -y --no-install-recommends aptitude ca-certificates gnupg2 wget
Reading package lists...
Building dependency tree...
Reading state information...
ca-certificates is already the newest version (20230311).
The following additional packages will be installed:
  aptitude-common dirmngr gnupg gnupg-l10n gnupg-utils gpg gpg-agent
  gpg-wks-client gpg-wks-server gpgconf gpgsm libassuan0
  libboost-iostreams1.74.0 libcwidget4 libksba8 libnpth0 libsigc++-2.0-0v5
  libxapian30 pinentry-curses
Suggested packages:
  apt-xapian-index aptitude-doc-en | aptitude-doc debtags pinentry-gnome3 tor
  parcimonie xloadimage scdaemon libcwidget-dev xapian-tools pinentry-doc
Recommended packages:
  libdpkg-perl
The following NEW packages will be installed:
  aptitude aptitude-common dirmngr gnupg gnupg-l10n gnupg-utils gnupg2 gpg
  gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm libassuan0
  libboost-iostreams1.74.0 libcwidget4 libksba8 libnpth0 libsigc++-2.0-0v5
  libxapian30 pinentry-curses
The following packages will be upgraded:
  wget
1 upgraded, 21 newly installed, 0 to remove and 103 not upgraded.
Need to get 14.1 MB of archives.
After this operation, 37.2 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 wget amd64 1.21.3-1+deb12u1 [937 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 aptitude-common all 0.8.13-5 [1,777 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 libboost-iostreams1.74.0 amd64 1.74.0+ds1-21 [240 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 libsigc++-2.0-0v5 amd64 2.12.0-1 [25.7 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 libcwidget4 amd64 0.5.18-6 [309 kB]
Get:6 http://deb.debian.org/debian bookworm/main amd64 libxapian30 amd64 1.4.22-1 [1,100 kB]
Get:7 http://deb.debian.org/debian bookworm/main amd64 aptitude amd64 0.8.13-5 [1,369 kB]
Get:8 http://deb.debian.org/debian bookworm/main amd64 libassuan0 amd64 2.5.5-5 [48.5 kB]
Get:9 http://deb.debian.org/debian bookworm/main amd64 gpgconf amd64 2.2.40-1.1 [564 kB]
Get:10 http://deb.debian.org/debian bookworm/main amd64 libksba8 amd64 1.6.3-2 [128 kB]
Get:11 http://deb.debian.org/debian bookworm/main amd64 libnpth0 amd64 1.6-3 [19.0 kB]
Get:12 http://deb.debian.org/debian bookworm/main amd64 dirmngr amd64 2.2.40-1.1 [792 kB]
Get:13 http://deb.debian.org/debian bookworm/main amd64 gnupg-l10n all 2.2.40-1.1 [1,093 kB]
Get:14 http://deb.debian.org/debian bookworm/main amd64 gnupg-utils amd64 2.2.40-1.1 [927 kB]
Get:15 http://deb.debian.org/debian bookworm/main amd64 gpg amd64 2.2.40-1.1 [949 kB]
Get:16 http://deb.debian.org/debian bookworm/main amd64 pinentry-curses amd64 1.2.1-1 [77.4 kB]
Get:17 http://deb.debian.org/debian bookworm/main amd64 gpg-agent amd64 2.2.40-1.1 [695 kB]
Get:18 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-client amd64 2.2.40-1.1 [541 kB]
Get:19 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-server amd64 2.2.40-1.1 [531 kB]
Get:20 http://deb.debian.org/debian bookworm/main amd64 gpgsm amd64 2.2.40-1.1 [671 kB]
Get:21 http://deb.debian.org/debian bookworm/main amd64 gnupg all 2.2.40-1.1 [846 kB]
Get:22 http://deb.debian.org/debian bookworm/main amd64 gnupg2 all 2.2.40-1.1 [445 kB]
apt-listchanges: Reading changelogs...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin: 
Fetched 14.1 MB in 0s (88.2 MB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 28262 files and directories currently installed.)
Preparing to unpack .../00-wget_1.21.3-1+deb12u1_amd64.deb ...
Unpacking wget (1.21.3-1+deb12u1) over (1.21.3-1+b2) ...
Selecting previously unselected package aptitude-common.
Preparing to unpack .../01-aptitude-common_0.8.13-5_all.deb ...
Unpacking aptitude-common (0.8.13-5) ...
Selecting previously unselected package libboost-iostreams1.74.0:amd64.
Preparing to unpack .../02-libboost-iostreams1.74.0_1.74.0+ds1-21_amd64.deb ...
Unpacking libboost-iostreams1.74.0:amd64 (1.74.0+ds1-21) ...
Selecting previously unselected package libsigc++-2.0-0v5:amd64.
Preparing to unpack .../03-libsigc++-2.0-0v5_2.12.0-1_amd64.deb ...
Unpacking libsigc++-2.0-0v5:amd64 (2.12.0-1) ...
Selecting previously unselected package libcwidget4:amd64.
Preparing to unpack .../04-libcwidget4_0.5.18-6_amd64.deb ...
Unpacking libcwidget4:amd64 (0.5.18-6) ...
Selecting previously unselected package libxapian30:amd64.
Preparing to unpack .../05-libxapian30_1.4.22-1_amd64.deb ...
Unpacking libxapian30:amd64 (1.4.22-1) ...
Selecting previously unselected package aptitude.
Preparing to unpack .../06-aptitude_0.8.13-5_amd64.deb ...
Unpacking aptitude (0.8.13-5) ...
Selecting previously unselected package libassuan0:amd64.
Preparing to unpack .../07-libassuan0_2.5.5-5_amd64.deb ...
Unpacking libassuan0:amd64 (2.5.5-5) ...
Selecting previously unselected package gpgconf.
Preparing to unpack .../08-gpgconf_2.2.40-1.1_amd64.deb ...
Unpacking gpgconf (2.2.40-1.1) ...
Selecting previously unselected package libksba8:amd64.
Preparing to unpack .../09-libksba8_1.6.3-2_amd64.deb ...
Unpacking libksba8:amd64 (1.6.3-2) ...
Selecting previously unselected package libnpth0:amd64.
Preparing to unpack .../10-libnpth0_1.6-3_amd64.deb ...
Unpacking libnpth0:amd64 (1.6-3) ...
Selecting previously unselected package dirmngr.
Preparing to unpack .../11-dirmngr_2.2.40-1.1_amd64.deb ...
Unpacking dirmngr (2.2.40-1.1) ...
Selecting previously unselected package gnupg-l10n.
Preparing to unpack .../12-gnupg-l10n_2.2.40-1.1_all.deb ...
Unpacking gnupg-l10n (2.2.40-1.1) ...
Selecting previously unselected package gnupg-utils.
Preparing to unpack .../13-gnupg-utils_2.2.40-1.1_amd64.deb ...
Unpacking gnupg-utils (2.2.40-1.1) ...
Selecting previously unselected package gpg.
Preparing to unpack .../14-gpg_2.2.40-1.1_amd64.deb ...
Unpacking gpg (2.2.40-1.1) ...
Selecting previously unselected package pinentry-curses.
Preparing to unpack .../15-pinentry-curses_1.2.1-1_amd64.deb ...
Unpacking pinentry-curses (1.2.1-1) ...
Selecting previously unselected package gpg-agent.
Preparing to unpack .../16-gpg-agent_2.2.40-1.1_amd64.deb ...
Unpacking gpg-agent (2.2.40-1.1) ...
Selecting previously unselected package gpg-wks-client.
Preparing to unpack .../17-gpg-wks-client_2.2.40-1.1_amd64.deb ...
Unpacking gpg-wks-client (2.2.40-1.1) ...
Selecting previously unselected package gpg-wks-server.
Preparing to unpack .../18-gpg-wks-server_2.2.40-1.1_amd64.deb ...
Unpacking gpg-wks-server (2.2.40-1.1) ...
Selecting previously unselected package gpgsm.
Preparing to unpack .../19-gpgsm_2.2.40-1.1_amd64.deb ...
Unpacking gpgsm (2.2.40-1.1) ...
Selecting previously unselected package gnupg.
Preparing to unpack .../20-gnupg_2.2.40-1.1_all.deb ...
Unpacking gnupg (2.2.40-1.1) ...
Selecting previously unselected package gnupg2.
Preparing to unpack .../21-gnupg2_2.2.40-1.1_all.deb ...
Unpacking gnupg2 (2.2.40-1.1) ...
Setting up libksba8:amd64 (1.6.3-2) ...
Setting up libxapian30:amd64 (1.4.22-1) ...
Setting up wget (1.21.3-1+deb12u1) ...
Setting up libboost-iostreams1.74.0:amd64 (1.74.0+ds1-21) ...
Setting up libnpth0:amd64 (1.6-3) ...
Setting up libassuan0:amd64 (2.5.5-5) ...
Setting up gnupg-l10n (2.2.40-1.1) ...
Setting up libsigc++-2.0-0v5:amd64 (2.12.0-1) ...
Setting up aptitude-common (0.8.13-5) ...
Setting up gpgconf (2.2.40-1.1) ...
Setting up gpg (2.2.40-1.1) ...
Setting up gnupg-utils (2.2.40-1.1) ...
Setting up pinentry-curses (1.2.1-1) ...
Setting up gpg-agent (2.2.40-1.1) ...
Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
Setting up gpgsm (2.2.40-1.1) ...
Setting up dirmngr (2.2.40-1.1) ...
Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
Setting up libcwidget4:amd64 (0.5.18-6) ...
Setting up aptitude (0.8.13-5) ...
update-alternatives: using /usr/bin/aptitude-curses to provide /usr/bin/aptitude (aptitude) in auto mode
Setting up gpg-wks-server (2.2.40-1.1) ...
Setting up gpg-wks-client (2.2.40-1.1) ...
Setting up gnupg (2.2.40-1.1) ...
Setting up gnupg2 (2.2.40-1.1) ...
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for libc-bin (2.36-9) ...
+ configure_osmocom_repo osmocom:nightly
+ configure_osmocom_repo_debian osmocom:nightly
+ local proj=osmocom:nightly
+ proj_with_slashes osmocom:nightly
+ sed s.:.:/.g
+ echo osmocom:nightly
Configuring Osmocom repository
+ local obs_repo=downloads.osmocom.org/packages/osmocom:/nightly/Debian_12/
+ echo Configuring Osmocom repository
+ [ -e /tmp/Release.key ]
+ wget -O /tmp/Release.key https://obs.osmocom.org/projects/osmocom:nightly/public_key
--2025-04-04 02:32:31--  https://obs.osmocom.org/projects/osmocom:nightly/public_key
Resolving obs.osmocom.org (obs.osmocom.org)... 148.251.236.141, 2a01:4f8:201:344a::2
Connecting to obs.osmocom.org (obs.osmocom.org)|148.251.236.141|:443... connected.
HTTP request sent, awaiting response... 503 Service Unavailable
2025-04-04 02:32:31 ERROR 503: Service Unavailable.

+ clean_up_trap
+ [ -n  ]
+ set +x

### Clean up ###

+ trap - EXIT INT TERM 0
+ clean_up
+ [ -n  ]
+ [ -e _repo_install_test_data/qemu.pid ]
+ cat _repo_install_test_data/qemu.pid
+ kill 1555751
+ rm -f _repo_install_test_data/temp.qcow2
Build step 'Execute shell' marked build as failure
Sending e-mails to: jenkins-notifications@lists.osmocom.org
Finished: FAILURE