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

Changes:


------------------------------------------
[...truncated 2.17 KiB...]
Commit message: "jobs: add ttcn3-bsc-test-{sccplite,vamos}-asan"
 > git rev-list --no-walk 999600cb29ae3a47f664d7763f84d1b1742d925b # timeout=10
[qemu] $ /bin/sh -xe /tmp/jenkins9049768945261131783.sh
+ export FEED=nightly
+ scripts/repo-install-test.sh debian10
+ dirname scripts/repo-install-test.sh
+ . scripts/common.sh
+ dirname scripts/repo-install-test.sh
+ realpath scripts/..
+ 
OSMO_CI_DIR=<https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-debian10/feed=nightly,label=qemu/ws/>
+ 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=debian10
+ 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
+ [ debian10 = centos8 ]
+ [ debian10 = debian10 ]
+ 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-10.qcow2
+ [ -e /opt/qemu/debian-10.qcow2 ]
+ echo /opt/qemu/debian-10.qcow2
+ qemu-img create -f qcow2 -b /opt/qemu/debian-10.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=6442450944 
backing_file=/opt/qemu/debian-10.qcow2 backing_fmt=qcow2 lazy_refcounts=off 
refcount_bits=16
+ find_free_ssh_port
+ echo (1050931 % 1000) + 22022
+ bc
+ SSH_PORT=22953
+ nc -z 127.0.0.1 22953
+ echo 22953
+ 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:22953-:22 
-nodefaults -pidfile _repo_install_test_data/qemu.pid -serial stdio -smp 16
+ cat _repo_install_test_data/qemu.pid
+ local pid=1050969
+ seq 1 6
+ [ -z 1050969 ]
+ kill -0 1050969
+ TIMEOUT=10s qemu_ssh true
+ timeout 10s sshpass -p root ssh -p 22953 -o StrictHostKeyChecking=no -o 
UserKnownHostsFile=/dev/null root@127.0.0.1 -- true
+ sleep 1
+ [ -z 1050969 ]
+ kill -0 1050969
+ TIMEOUT=10s qemu_ssh true
+ timeout 10s sshpass -p root ssh -p 22953 -o StrictHostKeyChecking=no -o 
UserKnownHostsFile=/dev/null root@127.0.0.1 -- true
Warning: Permanently added '[127.0.0.1]:22953' (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 22953 -o StrictHostKeyChecking=no -o 
UserKnownHostsFile=/dev/null root@127.0.0.1 -- rm -rf /repo-install-test/
Warning: Permanently added '[127.0.0.1]:22953' (ED25519) to the list of known 
hosts.
+ qemu_ssh mkdir /repo-install-test
+ timeout 1m sshpass -p root ssh -p 22953 -o StrictHostKeyChecking=no -o 
UserKnownHostsFile=/dev/null root@127.0.0.1 -- mkdir /repo-install-test
Warning: Permanently added '[127.0.0.1]:22953' (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 22953 -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]:22953' (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 22953 -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]:22953' (ED25519) to the list of known 
hosts.
+ export DISTRO=debian10
+ 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_10
+ DISTRO_OBSDIR=Debian_10
Checking feed: nightly
Checking project: osmocom:nightly
Checking conflicting project: osmocom:latest
Linux distribution: debian10
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 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
        
+ 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
Ign:1 http://security.debian.org/debian-security buster/updates InRelease
Ign:2 http://deb.debian.org/debian buster InRelease
Ign:3 http://deb.debian.org/debian buster-updates InRelease
Err:4 http://security.debian.org/debian-security buster/updates Release
  404  Not Found [IP: 146.75.122.132 80]
Err:5 http://deb.debian.org/debian buster Release
  404  Not Found [IP: 146.75.122.132 80]
Err:6 http://deb.debian.org/debian buster-updates Release
  404  Not Found [IP: 146.75.122.132 80]
Reading package lists...
E: The repository 'http://security.debian.org/debian-security buster/updates 
Release' no longer has a Release file.
E: The repository 'http://deb.debian.org/debian buster Release' no longer has a 
Release file.
E: The repository 'http://deb.debian.org/debian buster-updates Release' no 
longer has a Release file.
+ 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 1050969
+ rm -f _repo_install_test_data/temp.qcow2
Build step 'Execute shell' marked build as failure

Reply via email to