See 
<https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=nightly,label=qemu/1103/display/redirect?page=changes>

Changes:

[Oliver Smith] ansible: hosts: add build4-deb12build-ansible

[Oliver Smith] ansible: jenkins: debian: remove qemu package

[Oliver Smith] ansible: jenkins: use default-jre-headless

[Oliver Smith] jobs/update-osmo-*: add build4-deb12build-ansible

[Oliver Smith] ansible: jenkins: debian: sort packages

[Oliver Smith] ansible: jenkins: debian: add more packages

[Oliver Smith] ansible: qemu: netcat -> netcat-openbsd

[Oliver Smith] scripts/tarballs: add osmo-e1-recorder

[Oliver Smith] scripts/common: osmo_git_last_commit…: add vars

[Oliver Smith] scripts/tarballs: add gapk

[Oliver Smith] scripts/tarballs: add osmo-fl2k, rtl-sdr


------------------------------------------
Started by upstream project "Osmocom-repo-install-centos8" build number 1103
originally caused by:
 Started by timer
Running as SYSTEM
Building remotely on build4-deb12build-ansible (ttcn3 obs qemu osmocom-gerrit 
coverity osmocom-master) in workspace 
<https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=nightly,label=qemu/ws/>
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 
 > <https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=nightly,label=qemu/ws/>
 >  # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-ci
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > 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 7fbb49f87d2ab4f320fe4896e04c2b79e9aa508b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7fbb49f87d2ab4f320fe4896e04c2b79e9aa508b # timeout=10
Commit message: "scripts/tarballs: add osmo-fl2k, rtl-sdr"
 > git rev-list --no-walk 7be78df106bf810fde0ba38da219913228256b8d # timeout=10
[qemu] $ /bin/sh -xe /tmp/jenkins9538689948257777353.sh
+ export FEED=nightly
+ scripts/repo-install-test.sh centos8
+ 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-centos8/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
        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=centos8
+ 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
+ [ centos8 = centos8 ]
+ 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/alma-8.5.qcow2
+ [ -e /opt/qemu/alma-8.5.qcow2 ]
+ echo /opt/qemu/alma-8.5.qcow2
+ qemu-img create -f qcow2 -b /opt/qemu/alma-8.5.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/alma-8.5.qcow2 backing_fmt=qcow2 lazy_refcounts=off 
refcount_bits=16
+ find_free_ssh_port
+ echo (2342771 % 1000) + 22022
+ bc
+ SSH_PORT=22793
+ nc -z 127.0.0.1 22793
+ echo 22793
+ 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:22793-:22 
-nodefaults -pidfile _repo_install_test_data/qemu.pid -serial stdio -smp 16
+ cat _repo_install_test_data/qemu.pid
+ local pid=2342809
+ seq 1 6
+ [ -z 2342809 ]
+ kill -0 2342809
+ TIMEOUT=10s qemu_ssh true
+ timeout 10s sshpass -p root ssh -p 22793 -o StrictHostKeyChecking=no -o 
UserKnownHostsFile=/dev/null [email protected] -- true
+ sleep 1
+ [ -z 2342809 ]
+ kill -0 2342809
+ TIMEOUT=10s qemu_ssh true
+ timeout 10s sshpass -p root ssh -p 22793 -o StrictHostKeyChecking=no -o 
UserKnownHostsFile=/dev/null [email protected] -- true
Warning: Permanently added '[127.0.0.1]:22793' (ED25519) to the list of known 
hosts.
+ return
+ set +x

VM is running!

+ qemu_run_test_script
+ cat
+ qemu_ssh rm -rf /repo-install-test/
+ timeout 1m sshpass -p root ssh -p 22793 -o StrictHostKeyChecking=no -o 
UserKnownHostsFile=/dev/null [email protected] -- rm -rf /repo-install-test/
Warning: Permanently added '[127.0.0.1]:22793' (ED25519) to the list of known 
hosts.
+ qemu_scp -r scripts/repo-install-test [email protected]:/repo-install-test
+ timeout 1m sshpass -p root scp -P 22793 -o StrictHostKeyChecking=no -o 
UserKnownHostsFile=/dev/null -r scripts/repo-install-test 
[email protected]:/repo-install-test
Warning: Permanently added '[127.0.0.1]:22793' (ED25519) to the list of known 
hosts.
scp: realpath /repo-install-test: No such file
scp: upload "/repo-install-test": path canonicalization failed
scp: failed to upload directory scripts/repo-install-test to /repo-install-test
+ 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 2342809
+ rm -f _repo_install_test_data/temp.qcow2
Build step 'Execute shell' marked build as failure

Reply via email to