Skip to content
Aborted

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/jenkins12720703218539794632.sh
+ rm -rf trial-7750-bin.tgz trial-7750-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 10107
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/jenkins1895192715729850496.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-7750
+ 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 [ 6/28] RUN	PIP3 install --break-system-packages 		"git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" 		pydbus 		pyusb 		pysispm 		pymongo
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#32 [ 9/28] COPY	SSH /root/.ssh
#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=7751 -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:16:11
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7751
+ mkdir -p trial-7751
+ 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-2024-10-16_12_15_03.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-7751
+ 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-2024-10-16_12_15_03.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-2024-10-16_12_15_03.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-7751 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7751'
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-7751
--------------------------------------------------------------------------------------------
12:16:11.942833 tst                       trial-7751: Detailed log at /build/trial-7751/run.2024-10-16_12-16-11/log

---------------------------------------------------------------------
trial-7751 netreg_mass
---------------------------------------------------------------------
12:16:12.200856 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
12:16:12.201515 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
12:16:12.202895 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
12:16:12.205172 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
12:16:12.264631 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
12:16:12.265985 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
12:16:12.268230 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
12:16:12.405608 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-7751 netreg_mass register_default_mass.py
----------------------------------------------
12:16:12.407010 tst       register_default_mass.py:9: Claiming resources for the test
12:16:12.436482 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
12:16:12.437342 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
12:16:12.438151 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
12:16:12.438950 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
12:16:12.439791 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
12:16:12.440616 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
12:16:12.441421 tst                      netreg_mass: Using 1 x bts (candidates: 1)
12:16:12.477618 tst         register_default_mass.py: using LAC 2
12:16:12.495148 tst         register_default_mass.py: using RAC 2
12:16:12.508637 tst         register_default_mass.py: using CellId 2
12:16:12.522018 tst         register_default_mass.py: using BVCI 3
12:16:12.532847 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.533841 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.534810 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.535789 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.536741 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.537704 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.538642 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.539614 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.540578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.541538 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.542495 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.543448 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.544426 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.545391 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.546348 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.547306 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.548277 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.549219 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.550160 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.551102 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.552051 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.553008 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.553968 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.554920 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.555896 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.556843 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.557784 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.558725 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.559709 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.560657 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.561590 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.562523 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.563467 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.564424 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.565372 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.566307 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.567240 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.568197 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.569149 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.570077 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.571016 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.571983 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.572936 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.573872 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.574803 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.575756 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.576702 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.577654 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.578590 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.579527 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.580484 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.581415 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.582345 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.583307 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.584258 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.585195 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.586131 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.587078 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.588053 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.588998 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.589932 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.590875 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.591835 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.592791 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.593722 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.594662 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.595622 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.596578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.597524 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.598464 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.599409 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.600355 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.601289 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.602330 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.603260 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.604203 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.605114 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.606040 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.606965 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.607885 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.608816 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.609749 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.610682 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.611630 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.612552 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.613471 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.614394 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.615315 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.616248 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.617172 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.618109 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.619033 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.619980 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.620914 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.621837 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.622753 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.623693 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.624648 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.625581 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.626511 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.627424 tst                      netreg_mass: Using 1 x modem (candidates: 100)
12:16:12.628453 tst      register_default_mass.py:21: Launching a simple network
12:16:12.647924 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
12:16:12.835801 run            create_hlr_db(pid=20): Launched
12:16:13.859775 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
12:16:13.905006 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
12:16:13.934831 run      osmo-hlr_127.0.42.2(pid=23): Launched
12:16:13.946028 run              osmo-stp_127.0.42.5: Starting osmo-stp
12:16:14.259754 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
12:16:14.289515 run      osmo-stp_127.0.42.5(pid=25): Launched
12:16:14.300660 run              osmo-msc_127.0.42.6: Starting osmo-msc
12:16:14.997150 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
12:16:15.027964 run      osmo-msc_127.0.42.6(pid=27): Launched
12:16:18.050661 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
12:16:18.255488 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
12:16:18.285481 run      osmo-mgw_127.0.42.3(pid=29): Launched
12:16:18.296811 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
12:16:18.344342 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
12:16:18.374809 run      osmo-mgw_127.0.42.4(pid=31): Launched
12:16:18.386291 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
12:16:18.875136 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
12:16:18.905916 run      osmo-bsc_127.0.42.7(pid=33): Launched
12:16:24.944888 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
12:16:25.196577 run         osmo-bts-virtual(pid=34): Launched
12:16:26.255746 tst         register_default_mass.py: using MSISDN 1001
12:16:26.269187 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
12:16:26.330412 tst         register_default_mass.py: using MSISDN 1002
12:16:26.348256 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
12:16:26.397382 tst         register_default_mass.py: using MSISDN 1003
12:16:26.412329 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
12:16:26.451500 tst         register_default_mass.py: using MSISDN 1004
12:16:26.468567 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
12:16:26.499391 tst         register_default_mass.py: using MSISDN 1005
12:16:26.514712 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
12:16:26.539751 tst         register_default_mass.py: using MSISDN 1006
12:16:26.556606 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
12:16:26.597265 tst         register_default_mass.py: using MSISDN 1007
12:16:26.614423 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
12:16:26.650226 tst         register_default_mass.py: using MSISDN 1008
12:16:26.668876 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
12:16:26.686591 tst         register_default_mass.py: using MSISDN 1009
12:16:26.701665 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
12:16:26.718759 tst         register_default_mass.py: using MSISDN 1010
12:16:26.734240 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
12:16:26.752824 tst         register_default_mass.py: using MSISDN 1011
12:16:26.763974 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
12:16:26.779388 tst         register_default_mass.py: using MSISDN 1012
12:16:26.790743 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
12:16:26.807409 tst         register_default_mass.py: using MSISDN 1013
12:16:26.818585 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
12:16:26.836214 tst         register_default_mass.py: using MSISDN 1014
12:16:26.847506 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
12:16:26.865015 tst         register_default_mass.py: using MSISDN 1015
12:16:26.880253 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
12:16:27.071317 tst         register_default_mass.py: using MSISDN 1016
12:16:27.087513 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
12:16:27.103011 tst         register_default_mass.py: using MSISDN 1017
12:16:27.114120 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
12:16:27.130475 tst         register_default_mass.py: using MSISDN 1018
12:16:27.141727 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
12:16:27.157156 tst         register_default_mass.py: using MSISDN 1019
12:16:27.168343 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
12:16:27.184776 tst         register_default_mass.py: using MSISDN 1020
12:16:27.196030 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
12:16:27.211239 tst         register_default_mass.py: using MSISDN 1021
12:16:27.222452 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
12:16:27.240754 tst         register_default_mass.py: using MSISDN 1022
12:16:27.255437 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
12:16:27.271970 tst         register_default_mass.py: using MSISDN 1023
12:16:27.283109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
12:16:27.298603 tst         register_default_mass.py: using MSISDN 1024
12:16:27.309816 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
12:16:27.325471 tst         register_default_mass.py: using MSISDN 1025
12:16:27.336669 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
12:16:27.352194 tst         register_default_mass.py: using MSISDN 1026
12:16:27.363431 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
12:16:27.380618 tst         register_default_mass.py: using MSISDN 1027
12:16:27.394356 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
12:16:27.412532 tst         register_default_mass.py: using MSISDN 1028
12:16:27.427315 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
12:16:27.443802 tst         register_default_mass.py: using MSISDN 1029
12:16:27.454985 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
12:16:27.470364 tst         register_default_mass.py: using MSISDN 1030
12:16:27.481659 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
12:16:27.498243 tst         register_default_mass.py: using MSISDN 1031
12:16:27.509503 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
12:16:27.524942 tst         register_default_mass.py: using MSISDN 1032
12:16:27.536217 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
12:16:27.554614 tst         register_default_mass.py: using MSISDN 1033
12:16:27.568344 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
12:16:27.583631 tst         register_default_mass.py: using MSISDN 1034
12:16:27.594720 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
12:16:27.612449 tst         register_default_mass.py: using MSISDN 1035
12:16:27.626182 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
12:16:27.641581 tst         register_default_mass.py: using MSISDN 1036
12:16:27.652762 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
12:16:27.669908 tst         register_default_mass.py: using MSISDN 1037
12:16:27.681068 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
12:16:27.707495 tst         register_default_mass.py: using MSISDN 1038
12:16:27.720597 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
12:16:27.763839 tst         register_default_mass.py: using MSISDN 1039
12:16:27.780510 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
12:16:27.809965 tst         register_default_mass.py: using MSISDN 1040
12:16:27.825828 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
12:16:27.852404 tst         register_default_mass.py: using MSISDN 1041
12:16:27.864614 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
12:16:27.889443 tst         register_default_mass.py: using MSISDN 1042
12:16:27.903644 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
12:16:27.928573 tst         register_default_mass.py: using MSISDN 1043
12:16:27.944786 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
12:16:27.981646 tst         register_default_mass.py: using MSISDN 1044
12:16:27.998276 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
12:16:28.026557 tst         register_default_mass.py: using MSISDN 1045
12:16:28.042363 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
12:16:28.076945 tst         register_default_mass.py: using MSISDN 1046
12:16:28.091931 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
12:16:28.118268 tst         register_default_mass.py: using MSISDN 1047
12:16:28.134050 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
12:16:28.164677 tst         register_default_mass.py: using MSISDN 1048
12:16:28.177188 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
12:16:28.206741 tst         register_default_mass.py: using MSISDN 1049
12:16:28.221988 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
12:16:28.245396 tst         register_default_mass.py: using MSISDN 1050
12:16:28.259091 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
12:16:28.289809 tst         register_default_mass.py: using MSISDN 1051
12:16:28.305503 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
12:16:28.334471 tst         register_default_mass.py: using MSISDN 1052
12:16:28.348204 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
12:16:28.377691 tst         register_default_mass.py: using MSISDN 1053
12:16:28.393757 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
12:16:28.428771 tst         register_default_mass.py: using MSISDN 1054
12:16:28.445189 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
12:16:28.469423 tst         register_default_mass.py: using MSISDN 1055
12:16:28.485534 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
12:16:28.514579 tst         register_default_mass.py: using MSISDN 1056
12:16:28.531075 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
12:16:28.571792 tst         register_default_mass.py: using MSISDN 1057
12:16:28.589467 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
12:16:28.629746 tst         register_default_mass.py: using MSISDN 1058
12:16:28.646199 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
12:16:28.671135 tst         register_default_mass.py: using MSISDN 1059
12:16:28.683875 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
12:16:28.714811 tst         register_default_mass.py: using MSISDN 1060
12:16:28.729862 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
12:16:28.757463 tst         register_default_mass.py: using MSISDN 1061
12:16:28.771498 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
12:16:28.802631 tst         register_default_mass.py: using MSISDN 1062
12:16:28.817858 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
12:16:28.844719 tst         register_default_mass.py: using MSISDN 1063
12:16:28.860877 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
12:16:28.898611 tst         register_default_mass.py: using MSISDN 1064
12:16:28.913960 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
12:16:28.938047 tst         register_default_mass.py: using MSISDN 1065
12:16:28.953680 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
12:16:28.989597 tst         register_default_mass.py: using MSISDN 1066
12:16:29.005517 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
12:16:29.041047 tst         register_default_mass.py: using MSISDN 1067
12:16:29.057208 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
12:16:29.105674 tst         register_default_mass.py: using MSISDN 1068
12:16:29.122266 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
12:16:29.155542 tst         register_default_mass.py: using MSISDN 1069
12:16:29.170710 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
12:16:29.204821 tst         register_default_mass.py: using MSISDN 1070
12:16:29.223187 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
12:16:29.255106 tst         register_default_mass.py: using MSISDN 1071
12:16:29.272111 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
12:16:29.308317 tst         register_default_mass.py: using MSISDN 1072
12:16:29.324994 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
12:16:29.351497 tst         register_default_mass.py: using MSISDN 1073
12:16:29.366821 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
12:16:29.403894 tst         register_default_mass.py: using MSISDN 1074
12:16:29.420994 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
12:16:29.446969 tst         register_default_mass.py: using MSISDN 1075
12:16:29.460753 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
12:16:29.505497 tst         register_default_mass.py: using MSISDN 1076
12:16:29.520483 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
12:16:29.549285 tst         register_default_mass.py: using MSISDN 1077
12:16:29.566123 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
12:16:29.614524 tst         register_default_mass.py: using MSISDN 1078
12:16:29.632596 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
12:16:29.665640 tst         register_default_mass.py: using MSISDN 1079
12:16:29.679500 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
12:16:29.715822 tst         register_default_mass.py: using MSISDN 1080
12:16:29.733958 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
12:16:29.752214 tst         register_default_mass.py: using MSISDN 1081
12:16:29.763759 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
12:16:29.780134 tst         register_default_mass.py: using MSISDN 1082
12:16:29.791527 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
12:16:29.807359 tst         register_default_mass.py: using MSISDN 1083
12:16:29.818885 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
12:16:29.835545 tst         register_default_mass.py: using MSISDN 1084
12:16:29.846960 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
12:16:29.866026 tst         register_default_mass.py: using MSISDN 1085
12:16:29.877538 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
12:16:29.894344 tst         register_default_mass.py: using MSISDN 1086
12:16:29.905862 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
12:16:29.921643 tst         register_default_mass.py: using MSISDN 1087
12:16:29.933413 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
12:16:29.951006 tst         register_default_mass.py: using MSISDN 1088
12:16:29.965534 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
12:16:29.981045 tst         register_default_mass.py: using MSISDN 1089
12:16:29.992449 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
12:16:30.008413 tst         register_default_mass.py: using MSISDN 1090
12:16:30.020049 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
12:16:30.036994 tst         register_default_mass.py: using MSISDN 1091
12:16:30.051077 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
12:16:30.070098 tst         register_default_mass.py: using MSISDN 1092
12:16:30.081622 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
12:16:30.099680 tst         register_default_mass.py: using MSISDN 1093
12:16:30.114984 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
12:16:30.131617 tst         register_default_mass.py: using MSISDN 1094
12:16:30.143282 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
12:16:30.159287 tst         register_default_mass.py: using MSISDN 1095
12:16:30.170702 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
12:16:30.188479 tst         register_default_mass.py: using MSISDN 1096
12:16:30.202390 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
12:16:30.217853 tst         register_default_mass.py: using MSISDN 1097
12:16:30.229261 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
12:16:30.245045 tst         register_default_mass.py: using MSISDN 1098
12:16:30.256626 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
12:16:30.272469 tst         register_default_mass.py: using MSISDN 1099
12:16:30.283964 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
12:16:30.301068 tst         register_default_mass.py: using MSISDN 1100
12:16:30.315023 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
12:16:30.618906 run                             mass: Starting testcase
12:16:30.630593 run                             mass: Pre-launching all virtphy's
12:16:30.642706 run           osmo-ms-virt-phy/00000: Starting virtphy
12:16:30.670504 run   osmo-ms-virt-phy/00000(pid=35): Launched
12:16:30.683062 run           osmo-ms-virt-phy/00001: Starting virtphy
12:16:30.710332 run   osmo-ms-virt-phy/00001(pid=36): Launched
12:16:30.723016 run           osmo-ms-virt-phy/00002: Starting virtphy
12:16:30.750415 run   osmo-ms-virt-phy/00002(pid=37): Launched
12:16:30.762982 run           osmo-ms-virt-phy/00003: Starting virtphy
12:16:30.790712 run   osmo-ms-virt-phy/00003(pid=38): Launched
12:16:30.803443 run           osmo-ms-virt-phy/00004: Starting virtphy
12:16:30.830985 run   osmo-ms-virt-phy/00004(pid=39): Launched
12:16:30.843670 run           osmo-ms-virt-phy/00005: Starting virtphy
12:16:30.870993 run   osmo-ms-virt-phy/00005(pid=40): Launched
12:16:30.883793 run           osmo-ms-virt-phy/00006: Starting virtphy
12:16:30.911260 run   osmo-ms-virt-phy/00006(pid=41): Launched
12:16:30.923866 run           osmo-ms-virt-phy/00007: Starting virtphy
12:16:30.951776 run   osmo-ms-virt-phy/00007(pid=42): Launched
12:16:30.964516 run           osmo-ms-virt-phy/00008: Starting virtphy
12:16:30.997006 run   osmo-ms-virt-phy/00008(pid=43): Launched
12:16:31.010327 run           osmo-ms-virt-phy/00009: Starting virtphy
12:16:31.038049 run   osmo-ms-virt-phy/00009(pid=44): Launched
12:16:31.050746 run           osmo-ms-virt-phy/00010: Starting virtphy
12:16:31.078165 run   osmo-ms-virt-phy/00010(pid=45): Launched
12:16:31.090703 run           osmo-ms-virt-phy/00011: Starting virtphy
12:16:31.119536 run   osmo-ms-virt-phy/00011(pid=46): Launched
12:16:31.132242 run           osmo-ms-virt-phy/00012: Starting virtphy
12:16:31.159733 run   osmo-ms-virt-phy/00012(pid=47): Launched
12:16:31.172193 run           osmo-ms-virt-phy/00013: Starting virtphy
12:16:31.199157 run   osmo-ms-virt-phy/00013(pid=48): Launched
12:16:31.211772 run           osmo-ms-virt-phy/00014: Starting virtphy
12:16:31.239099 run   osmo-ms-virt-phy/00014(pid=49): Launched
12:16:31.251551 run           osmo-ms-virt-phy/00015: Starting virtphy
12:16:31.278650 run   osmo-ms-virt-phy/00015(pid=50): Launched
12:16:31.291082 run           osmo-ms-virt-phy/00016: Starting virtphy
12:16:31.318812 run   osmo-ms-virt-phy/00016(pid=51): Launched
12:16:31.331585 run           osmo-ms-virt-phy/00017: Starting virtphy
12:16:31.359155 run   osmo-ms-virt-phy/00017(pid=52): Launched
12:16:31.372276 run           osmo-ms-virt-phy/00018: Starting virtphy
12:16:31.402522 run   osmo-ms-virt-phy/00018(pid=53): Launched
12:16:31.415156 run           osmo-ms-virt-phy/00019: Starting virtphy
12:16:31.442290 run   osmo-ms-virt-phy/00019(pid=54): Launched
12:16:31.454727 run           osmo-ms-virt-phy/00020: Starting virtphy
12:16:31.481828 run   osmo-ms-virt-phy/00020(pid=55): Launched
12:16:31.494381 run           osmo-ms-virt-phy/00021: Starting virtphy
12:16:31.521524 run   osmo-ms-virt-phy/00021(pid=56): Launched
12:16:31.534057 run           osmo-ms-virt-phy/00022: Starting virtphy
12:16:31.561216 run   osmo-ms-virt-phy/00022(pid=57): Launched
12:16:31.573755 run           osmo-ms-virt-phy/00023: Starting virtphy
12:16:31.600852 run   osmo-ms-virt-phy/00023(pid=58): Launched
12:16:31.613344 run           osmo-ms-virt-phy/00024: Starting virtphy
12:16:31.640465 run   osmo-ms-virt-phy/00024(pid=59): Launched
12:16:31.652942 run           osmo-ms-virt-phy/00025: Starting virtphy
12:16:31.679997 run   osmo-ms-virt-phy/00025(pid=60): Launched
12:16:31.692689 run           osmo-ms-virt-phy/00026: Starting virtphy
12:16:31.720037 run   osmo-ms-virt-phy/00026(pid=61): Launched
12:16:31.732509 run           osmo-ms-virt-phy/00027: Starting virtphy
12:16:31.760679 run   osmo-ms-virt-phy/00027(pid=62): Launched
12:16:31.773753 run           osmo-ms-virt-phy/00028: Starting virtphy
12:16:31.801496 run   osmo-ms-virt-phy/00028(pid=63): Launched
12:16:31.814255 run           osmo-ms-virt-phy/00029: Starting virtphy
12:16:31.841911 run   osmo-ms-virt-phy/00029(pid=64): Launched
12:16:31.854469 run           osmo-ms-virt-phy/00030: Starting virtphy
12:16:31.881764 run   osmo-ms-virt-phy/00030(pid=65): Launched
12:16:31.894364 run           osmo-ms-virt-phy/00031: Starting virtphy
12:16:31.923205 run   osmo-ms-virt-phy/00031(pid=66): Launched
12:16:31.935740 run           osmo-ms-virt-phy/00032: Starting virtphy
12:16:31.962734 run   osmo-ms-virt-phy/00032(pid=67): Launched
12:16:31.975209 run           osmo-ms-virt-phy/00033: Starting virtphy
12:16:32.002254 run   osmo-ms-virt-phy/00033(pid=68): Launched
12:16:32.014796 run           osmo-ms-virt-phy/00034: Starting virtphy
12:16:32.041860 run   osmo-ms-virt-phy/00034(pid=69): Launched
12:16:32.054360 run           osmo-ms-virt-phy/00035: Starting virtphy
12:16:32.081548 run   osmo-ms-virt-phy/00035(pid=70): Launched
12:16:32.094063 run           osmo-ms-virt-phy/00036: Starting virtphy
12:16:32.121186 run   osmo-ms-virt-phy/00036(pid=71): Launched
12:16:32.133718 run           osmo-ms-virt-phy/00037: Starting virtphy
12:16:32.160944 run   osmo-ms-virt-phy/00037(pid=72): Launched
12:16:32.173439 run           osmo-ms-virt-phy/00038: Starting virtphy
12:16:32.200520 run   osmo-ms-virt-phy/00038(pid=73): Launched
12:16:32.212937 run           osmo-ms-virt-phy/00039: Starting virtphy
12:16:32.240069 run   osmo-ms-virt-phy/00039(pid=74): Launched
12:16:32.252549 run           osmo-ms-virt-phy/00040: Starting virtphy
12:16:32.279652 run   osmo-ms-virt-phy/00040(pid=75): Launched
12:16:32.292121 run           osmo-ms-virt-phy/00041: Starting virtphy
12:16:32.319310 run   osmo-ms-virt-phy/00041(pid=76): Launched
12:16:32.331793 run           osmo-ms-virt-phy/00042: Starting virtphy
12:16:32.358964 run   osmo-ms-virt-phy/00042(pid=77): Launched
12:16:32.371484 run           osmo-ms-virt-phy/00043: Starting virtphy
12:16:32.398785 run   osmo-ms-virt-phy/00043(pid=78): Launched
12:16:32.413505 run           osmo-ms-virt-phy/00044: Starting virtphy
12:16:32.440889 run   osmo-ms-virt-phy/00044(pid=79): Launched
12:16:32.455359 run           osmo-ms-virt-phy/00045: Starting virtphy
12:16:32.488981 run   osmo-ms-virt-phy/00045(pid=80): Launched
12:16:32.501605 run           osmo-ms-virt-phy/00046: Starting virtphy
12:16:32.528915 run   osmo-ms-virt-phy/00046(pid=81): Launched
12:16:32.541461 run           osmo-ms-virt-phy/00047: Starting virtphy
12:16:32.568662 run   osmo-ms-virt-phy/00047(pid=82): Launched
12:16:32.581220 run           osmo-ms-virt-phy/00048: Starting virtphy
12:16:32.609504 run   osmo-ms-virt-phy/00048(pid=83): Launched
12:16:32.622293 run           osmo-ms-virt-phy/00049: Starting virtphy
12:16:32.650284 run   osmo-ms-virt-phy/00049(pid=84): Launched
12:16:32.663157 run           osmo-ms-virt-phy/00050: Starting virtphy
12:16:32.694709 run   osmo-ms-virt-phy/00050(pid=85): Launched
12:16:32.707237 run           osmo-ms-virt-phy/00051: Starting virtphy
12:16:32.735653 run   osmo-ms-virt-phy/00051(pid=86): Launched
12:16:32.748082 run           osmo-ms-virt-phy/00052: Starting virtphy
12:16:32.775056 run   osmo-ms-virt-phy/00052(pid=87): Launched
12:16:32.787539 run           osmo-ms-virt-phy/00053: Starting virtphy
12:16:32.815901 run   osmo-ms-virt-phy/00053(pid=88): Launched
12:16:32.828255 run           osmo-ms-virt-phy/00054: Starting virtphy
12:16:32.857151 run   osmo-ms-virt-phy/00054(pid=89): Launched
12:16:32.869586 run           osmo-ms-virt-phy/00055: Starting virtphy
12:16:32.896616 run   osmo-ms-virt-phy/00055(pid=90): Launched
12:16:32.909009 run           osmo-ms-virt-phy/00056: Starting virtphy
12:16:32.936014 run   osmo-ms-virt-phy/00056(pid=91): Launched
12:16:32.948421 run           osmo-ms-virt-phy/00057: Starting virtphy
12:16:32.975441 run   osmo-ms-virt-phy/00057(pid=92): Launched
12:16:32.987916 run           osmo-ms-virt-phy/00058: Starting virtphy
12:16:33.015172 run   osmo-ms-virt-phy/00058(pid=93): Launched
12:16:33.027608 run           osmo-ms-virt-phy/00059: Starting virtphy
12:16:33.054608 run   osmo-ms-virt-phy/00059(pid=94): Launched
12:16:33.067012 run           osmo-ms-virt-phy/00060: Starting virtphy
12:16:33.093982 run   osmo-ms-virt-phy/00060(pid=95): Launched
12:16:33.106406 run           osmo-ms-virt-phy/00061: Starting virtphy
12:16:33.133351 run   osmo-ms-virt-phy/00061(pid=96): Launched
12:16:33.145731 run           osmo-ms-virt-phy/00062: Starting virtphy
12:16:33.172718 run   osmo-ms-virt-phy/00062(pid=97): Launched
12:16:33.185090 run           osmo-ms-virt-phy/00063: Starting virtphy
12:16:33.212066 run   osmo-ms-virt-phy/00063(pid=98): Launched
12:16:33.224480 run           osmo-ms-virt-phy/00064: Starting virtphy
12:16:33.251357 run   osmo-ms-virt-phy/00064(pid=99): Launched
12:16:33.263795 run           osmo-ms-virt-phy/00065: Starting virtphy
12:16:33.290851 run  osmo-ms-virt-phy/00065(pid=100): Launched
12:16:33.303264 run           osmo-ms-virt-phy/00066: Starting virtphy
12:16:33.330311 run  osmo-ms-virt-phy/00066(pid=101): Launched
12:16:33.342710 run           osmo-ms-virt-phy/00067: Starting virtphy
12:16:33.377892 run  osmo-ms-virt-phy/00067(pid=102): Launched
12:16:33.389861 run           osmo-ms-virt-phy/00068: Starting virtphy
12:16:33.415973 run  osmo-ms-virt-phy/00068(pid=103): Launched
12:16:33.428090 run           osmo-ms-virt-phy/00069: Starting virtphy
12:16:33.454157 run  osmo-ms-virt-phy/00069(pid=104): Launched
12:16:33.466109 run           osmo-ms-virt-phy/00070: Starting virtphy
12:16:33.492128 run  osmo-ms-virt-phy/00070(pid=105): Launched
12:16:33.508802 run           osmo-ms-virt-phy/00071: Starting virtphy
12:16:33.538201 run  osmo-ms-virt-phy/00071(pid=106): Launched
12:16:33.550288 run           osmo-ms-virt-phy/00072: Starting virtphy
12:16:33.576532 run  osmo-ms-virt-phy/00072(pid=107): Launched
12:16:33.588580 run           osmo-ms-virt-phy/00073: Starting virtphy
12:16:33.614837 run  osmo-ms-virt-phy/00073(pid=108): Launched
12:16:33.626914 run           osmo-ms-virt-phy/00074: Starting virtphy
12:16:33.653221 run  osmo-ms-virt-phy/00074(pid=109): Launched
12:16:33.665340 run           osmo-ms-virt-phy/00075: Starting virtphy
12:16:33.691718 run  osmo-ms-virt-phy/00075(pid=110): Launched
12:16:33.703801 run           osmo-ms-virt-phy/00076: Starting virtphy
12:16:33.730000 run  osmo-ms-virt-phy/00076(pid=111): Launched
12:16:33.742132 run           osmo-ms-virt-phy/00077: Starting virtphy
12:16:33.768352 run  osmo-ms-virt-phy/00077(pid=112): Launched
12:16:33.780406 run           osmo-ms-virt-phy/00078: Starting virtphy
12:16:33.806656 run  osmo-ms-virt-phy/00078(pid=113): Launched
12:16:33.818760 run           osmo-ms-virt-phy/00079: Starting virtphy
12:16:33.845010 run  osmo-ms-virt-phy/00079(pid=114): Launched
12:16:33.857088 run           osmo-ms-virt-phy/00080: Starting virtphy
12:16:33.883417 run  osmo-ms-virt-phy/00080(pid=115): Launched
12:16:33.895530 run           osmo-ms-virt-phy/00081: Starting virtphy
12:16:33.921812 run  osmo-ms-virt-phy/00081(pid=116): Launched
12:16:33.933882 run           osmo-ms-virt-phy/00082: Starting virtphy
12:16:33.960171 run  osmo-ms-virt-phy/00082(pid=117): Launched
12:16:33.972444 run           osmo-ms-virt-phy/00083: Starting virtphy
12:16:33.998694 run  osmo-ms-virt-phy/00083(pid=118): Launched
12:16:34.010815 run           osmo-ms-virt-phy/00084: Starting virtphy
12:16:34.039237 run  osmo-ms-virt-phy/00084(pid=119): Launched
12:16:34.051404 run           osmo-ms-virt-phy/00085: Starting virtphy
12:16:34.078994 run  osmo-ms-virt-phy/00085(pid=120): Launched
12:16:34.091055 run           osmo-ms-virt-phy/00086: Starting virtphy
12:16:34.117251 run  osmo-ms-virt-phy/00086(pid=121): Launched
12:16:34.129312 run           osmo-ms-virt-phy/00087: Starting virtphy
12:16:34.155547 run  osmo-ms-virt-phy/00087(pid=122): Launched
12:16:34.167757 run           osmo-ms-virt-phy/00088: Starting virtphy
12:16:34.194516 run  osmo-ms-virt-phy/00088(pid=123): Launched
12:16:34.206847 run           osmo-ms-virt-phy/00089: Starting virtphy
12:16:34.233614 run  osmo-ms-virt-phy/00089(pid=124): Launched
12:16:34.245963 run           osmo-ms-virt-phy/00090: Starting virtphy
12:16:34.272856 run  osmo-ms-virt-phy/00090(pid=125): Launched
12:16:34.285231 run           osmo-ms-virt-phy/00091: Starting virtphy
12:16:34.312052 run  osmo-ms-virt-phy/00091(pid=126): Launched
12:16:34.324334 run           osmo-ms-virt-phy/00092: Starting virtphy
12:16:34.351798 run  osmo-ms-virt-phy/00092(pid=127): Launched
12:16:34.364331 run           osmo-ms-virt-phy/00093: Starting virtphy
12:16:34.391688 run  osmo-ms-virt-phy/00093(pid=128): Launched
12:16:34.404157 run           osmo-ms-virt-phy/00094: Starting virtphy
12:16:34.431571 run  osmo-ms-virt-phy/00094(pid=129): Launched
12:16:34.444153 run           osmo-ms-virt-phy/00095: Starting virtphy
12:16:34.471509 run  osmo-ms-virt-phy/00095(pid=130): Launched
12:16:34.484922 run           osmo-ms-virt-phy/00096: Starting virtphy
12:16:34.512860 run  osmo-ms-virt-phy/00096(pid=131): Launched
12:16:34.525720 run           osmo-ms-virt-phy/00097: Starting virtphy
12:16:34.553339 run  osmo-ms-virt-phy/00097(pid=132): Launched
12:16:34.565967 run           osmo-ms-virt-phy/00098: Starting virtphy
12:16:34.593406 run  osmo-ms-virt-phy/00098(pid=133): Launched
12:16:34.605958 run           osmo-ms-virt-phy/00099: Starting virtphy
12:16:34.633163 run  osmo-ms-virt-phy/00099(pid=134): Launched
12:16:34.645767 run                             mass: Checking if sockets are in the filesystem
Build was aborted
Aborted by Oliver Smith
Archiving artifacts
Recording test results
No test report files were found. Configuration error?
None of the test reports contained any result
[Checks API] No suitable checks publisher found.
Finished: ABORTED