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/jenkins1720475910537673770.sh
+ rm -rf trial-7748-bin.tgz trial-7748-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 23013
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 12202
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/jenkins16208382834910392695.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-7748
+ 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 .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 4.82kB 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 [ 4/28] RUN     usermod -a -G osmo-gsm-tester jenkins
#7 CACHED

#8 [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
#8 CACHED

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

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

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

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

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

#14 [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
#14 CACHED

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

#16 [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
#16 CACHED

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

#18 [ 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
#18 CACHED

#19 [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
#19 CACHED

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

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

#22 [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
#22 CACHED

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

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

#25 [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
#25 CACHED

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

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

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

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

#30 [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
#30 CACHED

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

#32 [ 3/28] RUN     groupadd osmo-gsm-tester
#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=7749 -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:06:50
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7749
+ mkdir -p trial-7749
+ mv open5gs.build-8.tgz osmo-bsc.build-23013.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-12202.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-7749
+ cat open5gs.build-8.md5 osmo-bsc.build-23013.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-12202.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-23013.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-12202.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-7749 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7749'
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-7749
--------------------------------------------------------------------------------------------
12:06:50.662658 tst                       trial-7749: Detailed log at /build/trial-7749/run.2024-10-16_12-06-50/log

---------------------------------------------------------------------
trial-7749 netreg_mass
---------------------------------------------------------------------
12:06:50.919615 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
12:06:50.920262 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
12:06:50.921602 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
12:06:50.923850 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
12:06:51.000924 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
12:06:51.003430 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
12:06:51.007766 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
12:06:51.145985 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-7749 netreg_mass register_default_mass.py
----------------------------------------------
12:06:51.147224 tst       register_default_mass.py:9: Claiming resources for the test
12:06:51.176300 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
12:06:51.177166 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
12:06:51.177964 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
12:06:51.178760 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
12:06:51.179551 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
12:06:51.180359 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
12:06:51.181159 tst                      netreg_mass: Using 1 x bts (candidates: 1)
12:06:51.215379 tst         register_default_mass.py: using LAC 2
12:06:51.229082 tst         register_default_mass.py: using RAC 2
12:06:51.242642 tst         register_default_mass.py: using CellId 2
12:06:51.255958 tst         register_default_mass.py: using BVCI 3
12:06:51.266645 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.267664 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.268643 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.269615 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.270596 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.271647 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.272578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.273549 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.274500 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.275436 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.276382 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.277315 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.278260 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.279201 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.280153 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.281085 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.282013 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.282943 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.283897 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.284834 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.285763 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.286697 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.287657 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.288600 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.289522 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.290454 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.291383 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.292321 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.293263 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.294197 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.295116 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.296077 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.297018 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.297956 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.298896 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.299836 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.300763 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.301696 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.302627 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.303568 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.304494 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.305419 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.306346 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.307273 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.308207 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.309136 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.310071 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.311011 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.311952 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.312866 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.313790 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.314708 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.315647 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.316582 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.317496 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.318421 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.319380 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.320343 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.321273 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.322188 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.323104 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.324037 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.324970 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.325906 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.326824 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.327756 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.328676 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.329601 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.330522 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.331444 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.332383 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.333312 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.334234 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.335279 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.336216 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.337132 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.338047 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.338977 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.339923 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.340832 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.341744 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.342648 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.343588 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.344499 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.345397 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.346294 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.347202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.348134 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.349051 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.349959 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.350877 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.351794 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.352720 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.353636 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.354545 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.355454 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.356379 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.357304 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.358220 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.359130 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.360088 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:06:51.361130 tst      register_default_mass.py:21: Launching a simple network
12:06:51.380620 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
12:06:51.566957 run            create_hlr_db(pid=20): Launched
12:06:52.588919 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
12:06:52.620685 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
12:06:52.650341 run      osmo-hlr_127.0.42.2(pid=23): Launched
12:06:52.661498 run              osmo-stp_127.0.42.5: Starting osmo-stp
12:06:52.954271 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
12:06:52.984122 run      osmo-stp_127.0.42.5(pid=25): Launched
12:06:52.995346 run              osmo-msc_127.0.42.6: Starting osmo-msc
12:06:53.676288 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
12:06:53.707422 run      osmo-msc_127.0.42.6(pid=27): Launched
12:06:56.730437 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
12:06:57.032163 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
12:06:57.063062 run      osmo-mgw_127.0.42.3(pid=29): Launched
12:06:57.074695 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
12:06:57.123115 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
12:06:57.156118 run      osmo-mgw_127.0.42.4(pid=31): Launched
12:06:57.167704 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
12:06:57.984665 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
12:06:58.015768 run      osmo-bsc_127.0.42.7(pid=33): Launched
12:06:58.032843 run      osmo-bsc_127.0.42.7(pid=33): ERR: Terminated: ERROR {rc=127}  [trial-7749↪netreg_mass↪register_default_mass.py:29↪register_default_mass.py↪osmo-bsc_127.0.42.7↪osmo-bsc_127.0.42.7(pid=33)]
12:06:58.046286 run      osmo-bsc_127.0.42.7(pid=33): stdout: 
| (launched: 2024-10-16_12:06:58.010675) 
12:06:58.059953 run      osmo-bsc_127.0.42.7(pid=33): stderr: 
| (launched: 2024-10-16_12:06:58.015466)
| /build/trial-7749/inst/osmo-bsc/bin/osmo-bsc: error while loading shared libraries: libasan.so.5: cannot open shared object file: No such file or directory 
12:06:58.073556 run      osmo-bsc_127.0.42.7(pid=33): stdout: 
| (launched: 2024-10-16_12:06:58.010675) 
12:06:58.086394 run      osmo-bsc_127.0.42.7(pid=33): stderr: 
| (launched: 2024-10-16_12:06:58.015466)
| /build/trial-7749/inst/osmo-bsc/bin/osmo-bsc: error while loading shared libraries: libasan.so.5: cannot open shared object file: No such file or directory 
12:06:58.102384 tst      register_default_mass.py:29: ERR: Error: osmo-bsc_127.0.42.7(pid=33): Process ended prematurely: osmo-bsc_127.0.42.7(pid=33) [trial-7749↪netreg_mass↪register_default_mass.py:29↪register_default_mass.py↪osmo-bsc_127.0.42.7↪osmo-bsc_127.0.42.7(pid=33)]  [trial-7749↪netreg_mass↪register_default_mass.py:29]
12:06:58.105956 tst      register_default_mass.py:29: Test FAILED (7.0 sec)
12:06:58.111513 run      osmo-mgw_127.0.42.3(pid=29): ERR: Terminated: ERROR {rc=127}  [trial-7749↪netreg_mass↪register_default_mass.py↪register_default_mass.py↪osmo-mgw_127.0.42.3↪osmo-mgw_127.0.42.3(pid=29)]
12:06:58.118930 run      osmo-mgw_127.0.42.3(pid=29): stdout: 
| (launched: 2024-10-16_12:06:57.058095) 
12:06:58.126561 run      osmo-mgw_127.0.42.3(pid=29): stderr: 
| (launched: 2024-10-16_12:06:57.062813)
| /build/trial-7749/inst/osmo-mgw/bin/osmo-mgw: error while loading shared libraries: libasan.so.5: cannot open shared object file: No such file or directory 
12:06:58.137073 run      osmo-mgw_127.0.42.4(pid=31): ERR: Terminated: ERROR {rc=127}  [trial-7749↪netreg_mass↪register_default_mass.py↪register_default_mass.py↪osmo-mgw_127.0.42.4↪osmo-mgw_127.0.42.4(pid=31)]
12:06:58.144536 run      osmo-mgw_127.0.42.4(pid=31): stdout: 
| (launched: 2024-10-16_12:06:57.151032) 
12:06:58.152179 run      osmo-mgw_127.0.42.4(pid=31): stderr: 
| (launched: 2024-10-16_12:06:57.155830)
| /build/trial-7749/inst/osmo-mgw/bin/osmo-mgw: error while loading shared libraries: libasan.so.5: cannot open shared object file: No such file or directory 
12:06:58.159870 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
12:06:58.166388 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
12:06:58.172859 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
12:06:58.179335 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
12:06:58.185808 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
12:06:58.192569 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
12:06:58.200431 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
12:06:58.206878 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
12:06:58.213278 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
12:06:58.219725 ---      ParallelTerminationStrategy: PID 23 died...
12:06:58.222647 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
12:06:58.229665 ---      ParallelTerminationStrategy: PID 22 died...
12:06:58.232535 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
12:06:58.239592 ---      ParallelTerminationStrategy: PID 25 died...
12:06:58.242752 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
12:06:58.251373 ---      ParallelTerminationStrategy: PID 24 died...
12:06:58.254288 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
12:06:58.261397 ---      ParallelTerminationStrategy: PID 26 died...
12:06:58.264266 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
12:06:58.271393 ---      ParallelTerminationStrategy: PID 30 died...
12:06:58.274310 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
12:06:58.281372 ---      ParallelTerminationStrategy: PID 28 died...
12:06:58.284263 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
12:06:58.291434 ---      ParallelTerminationStrategy: PID 32 died...
12:06:58.294395 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
12:06:59.197529 ---      ParallelTerminationStrategy: PID 27 died...
12:06:59.202960 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7749 netreg_mass FAIL
---------------------------------------------------------------------
12:06:59.299779 tst                       trial-7749: Storing JUnit report in /build/trial-7749/run.2024-10-16_12-06-50/trial-7749.xml

--------------------------------------------------------------------------------------------
trial-7749 FAIL
--------------------------------------------------------------------------------------------
12:06:59.312926 tst                       trial-7749: trial-7749: FAIL, 1 suites failed
FAIL: netreg_mass (fail: 1)
    FAIL: register_default_mass.py (7.0 sec) Error: osmo-bsc_127.0.42.7(pid=33): Process ended prematurely: osmo-bsc_127.0.42.7(pid=33) [trial-7749↪netreg_mass↪register_default_mass.py:29↪register_default_mass.py↪osmo-bsc_127.0.42.7↪osmo-bsc_127.0.42.7(pid=33)]
+ rm -rf trial-7749/inst
+ cd trial-7749
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2024-10-16 12:06:50
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7749-run.tgz run.2024-10-16_12-06-50
+ tar czf /build/trial-7749-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-23013.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-12202.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