Skip to content
Failed

Console Output

Started by user Oliver Smith
Running as SYSTEM
Building remotely on host2-deb11build-ansible (obs osmocom-gerrit osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/osmo-gsm-tester/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gerrit.osmocom.org/osmo-gsm-tester # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-gsm-tester
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
 > git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-gsm-tester +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 7abbf2984132cf5777f792813ec796e254094d30 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7abbf2984132cf5777f792813ec796e254094d30 # timeout=10
Commit message: "contrib/jenkins-*: libosmo-sccp -> libosmo-sigtran"
 > git rev-list --no-walk 7abbf2984132cf5777f792813ec796e254094d30 # timeout=10
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins9141304950486545107.sh
+ rm -rf trial-7749-bin.tgz trial-7749-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 23014
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 10106
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 9093
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 11897
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 12203
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 9931
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 37366
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 6719
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 39071
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 7069
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-nitb" build number 17155
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-stp" build number 12493
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 6563
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 10630
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 6756
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 8128
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 5475
Copied 2 artifacts from "osmo-gsm-tester_build-open5gs" build number 8
Copied 2 artifacts from "osmo-gsm-tester_build-srslte" build number 19
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 6563
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins14520801410072860494.sh
+ trap clean_up_trap EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: Cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bullseye chmod -R a+rwX /workspace/
+ rm -rf trial-7749
+ rm -rf docker-playground
+ git clone --depth=1 --branch=osmith/wip https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
2bc5e0e osmo-gsm-tester: use debian-bookworm-build
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
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 /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/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:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--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_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_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_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_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 \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.82kB done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#3 DONE 0.0s

#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build
#4 DONE 0.0s

#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.0s

#6 https://gerrit.osmocom.org/plugins/gitiles/osmo-gsm-tester/+/master?format=TEXT
#6 DONE 0.0s

#7 [15/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		telnet 		libosmocore-dev 		libosmo-abis-dev 		libosmo-gsup-client-dev 		libosmo-netif-dev 		libosmo-ranap-dev 		libosmo-sigtran-dev 		libsmpp34-dev 		libgtp-dev 		libasn1c-dev && 	apt-get clean
#7 CACHED

#8 [16/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cmake 		libfftw3-dev 		libmbedtls-dev 		libboost-program-options-dev 		libconfig++-dev 		libsctp-dev 		libpcsclite-dev 		libuhd-dev 		libczmq-dev 		libsoapysdr-dev 		soapysdr-module-lms7 && 	apt-get clean
#8 CACHED

#9 [26/28] RUN     mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#9 CACHED

#10 [27/28] COPY	RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#10 CACHED

#11 [23/28] RUN	CD osmo-gsm-tester && 	git fetch && git checkout master && 	(git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#11 CACHED

#12 [10/28] COPY	--CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#12 CACHED

#13 [11/28] RUN     chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#13 CACHED

#14 [ 6/28] RUN	PIP3 install --break-system-packages 		"git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" 		pydbus 		pyusb 		pysispm 		pymongo
#14 CACHED

#15 [22/28] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#15 CACHED

#16 [21/28] RUN	GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#16 CACHED

#17 [ 5/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		dbus 		tcpdump 		sqlite3 		python3 		python3-setuptools 		python3-yaml 		python3-mako 		python3-gi 		python3-numpy 		python3-wheel 		python3-watchdog 		ofono 		patchelf 		sudo 		libcap2-bin 		python3-pip 		udhcpc 		iperf3 		locales
#17 CACHED

#18 [ 8/28] RUN	MKDIR /var/run/sshd
#18 CACHED

#19 [24/28] RUN     mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#19 CACHED

#20 [ 9/28] COPY	SSH /root/.ssh
#20 CACHED

#21 [ 7/28] RUN	APT-GET update && apt-get install -y openssh-server
#21 CACHED

#22 [25/28] RUN     mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#22 CACHED

#23 [14/28] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen &&     dpkg-reconfigure --frontend=noninteractive locales &&     update-locale LANG=en_US.UTF-8
#23 CACHED

#24 [17/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		gnuradio && 	apt-get clean
#24 CACHED

#25 [ 2/28] RUN     useradd -ms /bin/bash jenkins
#25 CACHED

#26 [ 3/28] RUN     groupadd osmo-gsm-tester
#26 CACHED

#27 [13/28] RUN	CHOWN -R jenkins:jenkins                  /osmo-gsm-tester-*
#27 CACHED

#28 [19/28] RUN	IF [ "$(arch)" = "x86_64" ]; then 		apt-get update && 		apt-get install -y --no-install-recommends 			python3-pip 			python3-setuptools 			python3-wheel 			ninja-build 			build-essential 			flex 			bison 			git 			libsctp-dev 			libgnutls28-dev 			libgcrypt-dev 			libssl-dev 			libidn11-dev 			libmongoc-dev 			libbson-dev 			libyaml-dev 			libnghttp2-dev 			libmicrohttpd-dev 			libcurl4-gnutls-dev 			libnghttp2-dev 			meson && 		apt-get clean; 	fi
#28 CACHED

#29 [18/28] RUN	SET -x && 	mkdir -p /tmp/mongodb && 	cd /tmp/mongodb && 	wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && 	wget "http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" 		> /etc/apt/sources.list.d/mongodb-org.list && 	apt-get update && 	apt-get install -y mongodb-org && 	apt-get clean && 	cd / && 	rm -rf /tmp/mongodb && 	rm /etc/apt/sources.list.d/mongodb-org.list && 	sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#29 CACHED

#30 [12/28] RUN	MKDIR -p /osmo-gsm-tester-srsue                  /osmo-gsm-tester-srsenb                  /osmo-gsm-tester-srsepc                  /osmo-gsm-tester-trx 		 /osmo-gsm-tester-grbroker 		 /osmo-gsm-tester-open5gs
#30 CACHED

#31 [ 4/28] RUN     usermod -a -G osmo-gsm-tester jenkins
#31 CACHED

#32 [20/28] WORKDIR	/TMP
#32 CACHED

#33 [28/28] WORKDIR	/DATA
#33 CACHED

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:b75d7f2b445f1f11037918abc91712e1a9d788427f0c1fde60ec3e09b6d00705 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=7750 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2024-10-16 12:13:15
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7750
+ mkdir -p trial-7750
+ mv open5gs.build-8.tgz osmo-bsc.build-2024-10-16_12_09_44.tgz osmo-bts-oc2g.build-8128.tgz osmo-bts-sysmo.build-10630.tgz osmo-bts.build-10106.tgz osmo-ggsn.build-9093.tgz osmo-hlr.build-2024-10-16_11_58_45.tgz osmo-hnbgw.build-9931.tgz osmo-mgw.build-2024-10-16_12_08_20.tgz osmo-msc.build-2024-10-16_12_03_03.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-5475.tgz osmo-pcu-sysmo.build-6756.tgz osmo-pcu.build-6719.tgz osmo-sgsn.build-39071.tgz osmo-stp.build-2024-10-16_12_06_25.tgz osmo-trx.build-7069.tgz osmocom-bb.build-6563.tgz srslte.build-19.tgz trial-7750
+ cat open5gs.build-8.md5 osmo-bsc.build-2024-10-16_12_09_44.md5 osmo-bts-oc2g.build-8128.md5 osmo-bts-sysmo.build-10630.md5 osmo-bts.build-10106.md5 osmo-ggsn.build-9093.md5 osmo-hlr.build-2024-10-16_11_58_45.md5 osmo-hnbgw.build-9931.md5 osmo-mgw.build-2024-10-16_12_08_20.md5 osmo-msc.build-2024-10-16_12_03_03.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-5475.md5 osmo-pcu-sysmo.build-6756.md5 osmo-pcu.build-6719.md5 osmo-sgsn.build-39071.md5 osmo-stp.build-2024-10-16_12_06_25.md5 osmo-trx.build-7069.md5 osmocom-bb.build-6563.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2024-10-16_12_09_44.md5 osmo-bts-oc2g.build-8128.md5 osmo-bts-sysmo.build-10630.md5 osmo-bts.build-10106.md5 osmo-ggsn.build-9093.md5 osmo-hlr.build-2024-10-16_11_58_45.md5 osmo-hnbgw.build-9931.md5 osmo-mgw.build-2024-10-16_12_08_20.md5 osmo-msc.build-2024-10-16_12_03_03.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-5475.md5 osmo-pcu-sysmo.build-6756.md5 osmo-pcu.build-6719.md5 osmo-sgsn.build-39071.md5 osmo-stp.build-2024-10-16_12_06_25.md5 osmo-trx.build-7069.md5 osmocom-bb.build-6563.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-7750 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7750'
tests: None
/build/osmo-gsm-tester/src/osmo_gsm_tester/obj/ms_android.py:201: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if not(self.get_assigned_addr() is ''):

--------------------------------------------------------------------------------------------
trial-7750
--------------------------------------------------------------------------------------------
12:13:15.416838 tst                       trial-7750: Detailed log at /build/trial-7750/run.2024-10-16_12-13-15/log

---------------------------------------------------------------------
trial-7750 netreg_mass
---------------------------------------------------------------------
12:13:15.673938 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
12:13:15.674579 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
12:13:15.675940 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
12:13:15.678165 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
12:13:15.736538 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
12:13:15.737881 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
12:13:15.740138 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
12:13:15.871037 tst                      netreg_mass: RESERVED RESOURCES for netreg_mass:
bts
  OsmoBTS Virtual
ip_address
  127.0.42.2
  127.0.42.3
  127.0.42.4
  127.0.42.5
  127.0.42.6
  127.0.42.7
modem
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile

----------------------------------------------
trial-7750 netreg_mass register_default_mass.py
----------------------------------------------
12:13:15.872255 tst       register_default_mass.py:9: Claiming resources for the test
12:13:15.902307 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
12:13:15.903192 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
12:13:15.904038 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
12:13:15.904862 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
12:13:15.905677 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
12:13:15.906506 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
12:13:15.907329 tst                      netreg_mass: Using 1 x bts (candidates: 1)
12:13:15.943005 tst         register_default_mass.py: using LAC 2
12:13:15.957660 tst         register_default_mass.py: using RAC 2
12:13:15.971610 tst         register_default_mass.py: using CellId 2
12:13:15.987112 tst         register_default_mass.py: using BVCI 3
12:13:15.998332 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:15.999400 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.000396 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.001357 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.002305 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.003284 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.004240 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.005185 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.006127 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.007054 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.008019 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.008982 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.009929 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.010867 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.011811 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.012737 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.013657 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.014580 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.015500 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.016461 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.017380 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.018305 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.019229 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.020170 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.021094 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.022019 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.022941 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.023887 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.024815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.025737 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.026651 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.027578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.028508 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.029439 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.030365 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.031284 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.032216 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.033145 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.034067 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.034984 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.035908 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.036824 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.037743 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.038656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.039587 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.040498 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.041409 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.042351 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.043266 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.044193 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.045109 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.046058 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.046977 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.047898 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.048800 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.049707 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.050619 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.051532 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.052450 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.053355 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.054258 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.055160 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.056176 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.057129 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.058062 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.059005 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.059960 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.060907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.061855 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.062787 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.063730 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.064684 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.066082 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.067688 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.068999 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.069921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.070844 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.071783 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.072721 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.073645 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.074573 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.075495 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.076430 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.077353 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.078271 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.079183 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.080124 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.081049 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.081974 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.082900 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.083894 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.084824 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.085758 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.086690 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.087630 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.088579 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.089514 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.090448 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.091385 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.092323 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.093244 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:13:16.094271 tst      register_default_mass.py:21: Launching a simple network
12:13:16.113877 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
12:13:16.299549 run            create_hlr_db(pid=20): Launched
12:13:17.323097 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
12:13:17.355477 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
12:13:17.385386 run      osmo-hlr_127.0.42.2(pid=23): Launched
12:13:17.396704 run              osmo-stp_127.0.42.5: Starting osmo-stp
12:13:17.686806 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
12:13:17.717399 run      osmo-stp_127.0.42.5(pid=25): Launched
12:13:17.728992 run              osmo-msc_127.0.42.6: Starting osmo-msc
12:13:18.429153 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
12:13:18.460592 run      osmo-msc_127.0.42.6(pid=27): Launched
12:13:21.484436 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
12:13:21.695102 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
12:13:21.726809 run      osmo-mgw_127.0.42.3(pid=29): Launched
12:13:21.738220 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
12:13:21.787412 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
12:13:21.817747 run      osmo-mgw_127.0.42.4(pid=31): Launched
12:13:21.829296 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
12:13:22.330212 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
12:13:22.364648 run      osmo-bsc_127.0.42.7(pid=33): Launched
12:13:28.403981 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
12:13:28.751056 run         osmo-bts-virtual(pid=34): Launched
12:13:28.768199 run         osmo-bts-virtual(pid=34): ERR: Terminated: ERROR {rc=127}  [trial-7750↪netreg_mass↪register_default_mass.py:30↪register_default_mass.py↪osmo-bts-virtual↪osmo-bts-virtual(pid=34)]
12:13:28.780325 run         osmo-bts-virtual(pid=34): stdout: 
| (launched: 2024-10-16_12:13:28.745997) 
12:13:28.792497 run         osmo-bts-virtual(pid=34): stderr: 
| (launched: 2024-10-16_12:13:28.750758)
| /build/trial-7750/inst/osmo-bts/bin/osmo-bts-virtual: error while loading shared libraries: libasan.so.5: cannot open shared object file: No such file or directory 
12:13:28.804607 run         osmo-bts-virtual(pid=34): stdout: 
| (launched: 2024-10-16_12:13:28.745997) 
12:13:28.815956 run         osmo-bts-virtual(pid=34): stderr: 
| (launched: 2024-10-16_12:13:28.750758)
| /build/trial-7750/inst/osmo-bts/bin/osmo-bts-virtual: error while loading shared libraries: libasan.so.5: cannot open shared object file: No such file or directory 
12:13:28.829945 tst      register_default_mass.py:30: ERR: Error: osmo-bts-virtual(pid=34): Process ended prematurely: osmo-bts-virtual(pid=34) [trial-7750↪netreg_mass↪register_default_mass.py:30↪register_default_mass.py↪osmo-bts-virtual↪osmo-bts-virtual(pid=34)]  [trial-7750↪netreg_mass↪register_default_mass.py:30]
12:13:28.832650 tst      register_default_mass.py:30: Test FAILED (13.0 sec)
12:13:28.834801 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
12:13:28.841067 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
12:13:28.847309 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
12:13:28.853534 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
12:13:28.859872 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
12:13:28.866175 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
12:13:28.872479 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
12:13:28.878854 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
12:13:28.885165 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
12:13:28.891476 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
12:13:28.897744 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
12:13:28.904015 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
12:13:28.910277 ---      ParallelTerminationStrategy: PID 22 died...
12:13:28.913074 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
12:13:28.920026 ---      ParallelTerminationStrategy: PID 23 died...
12:13:28.922771 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
12:13:28.929753 ---      ParallelTerminationStrategy: PID 24 died...
12:13:28.932555 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
12:13:28.939399 ---      ParallelTerminationStrategy: PID 25 died...
12:13:28.942179 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
12:13:28.949013 ---      ParallelTerminationStrategy: PID 26 died...
12:13:28.951798 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
12:13:28.958663 ---      ParallelTerminationStrategy: PID 27 died...
12:13:28.961459 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
12:13:28.968374 ---      ParallelTerminationStrategy: PID 28 died...
12:13:28.971158 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
12:13:28.978046 ---      ParallelTerminationStrategy: PID 29 died...
12:13:28.980847 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
12:13:28.987884 ---      ParallelTerminationStrategy: PID 30 died...
12:13:28.990656 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
12:13:28.997602 ---      ParallelTerminationStrategy: PID 31 died...
12:13:29.000395 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
12:13:29.007319 ---      ParallelTerminationStrategy: PID 32 died...
12:13:29.010133 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
12:13:29.491063 ---      ParallelTerminationStrategy: PID 33 died...
12:13:29.496510 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7750 netreg_mass FAIL
---------------------------------------------------------------------
12:13:29.593788 tst                       trial-7750: Storing JUnit report in /build/trial-7750/run.2024-10-16_12-13-15/trial-7750.xml

--------------------------------------------------------------------------------------------
trial-7750 FAIL
--------------------------------------------------------------------------------------------
12:13:29.608429 tst                       trial-7750: trial-7750: FAIL, 1 suites failed
FAIL: netreg_mass (fail: 1)
    FAIL: register_default_mass.py (13.0 sec) Error: osmo-bts-virtual(pid=34): Process ended prematurely: osmo-bts-virtual(pid=34) [trial-7750↪netreg_mass↪register_default_mass.py:30↪register_default_mass.py↪osmo-bts-virtual↪osmo-bts-virtual(pid=34)]
+ rm -rf trial-7750/inst
+ cd trial-7750
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2024-10-16 12:13:15
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7750-run.tgz run.2024-10-16_12-13-15
+ tar czf /build/trial-7750-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2024-10-16_12_09_44.tgz osmo-bts-oc2g.build-8128.tgz osmo-bts-sysmo.build-10630.tgz osmo-bts.build-10106.tgz osmo-ggsn.build-9093.tgz osmo-hlr.build-2024-10-16_11_58_45.tgz osmo-hnbgw.build-9931.tgz osmo-mgw.build-2024-10-16_12_08_20.tgz osmo-msc.build-2024-10-16_12_03_03.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-5475.tgz osmo-pcu-sysmo.build-6756.tgz osmo-pcu.build-6719.tgz osmo-sgsn.build-39071.tgz osmo-stp.build-2024-10-16_12_06_25.tgz osmo-trx.build-7069.tgz osmocom-bb.build-6563.tgz srslte.build-19.tgz
+ exit 1
+ clean_up_trap
+ set +x

### Clean up ###

+ trap - EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: Cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bullseye chmod -R a+rwX /workspace/
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
An attempt to send an e-mail to empty list of recipients, ignored.
Finished: FAILURE