Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins14491966252244699973.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:bookworm chmod -R a+rwX /workspace/
+ rm -rf trial-8032
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
aaf623e Use debian/eol:buster instead of debian:buster
+ 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_REMSIM_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.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 DONE 0.1s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:f69638e01f0688b310b4ccc5badad39f21e9e973a69394ca08f50d8424c195f5 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
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=8033 -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=2025-07-20 22:48:15
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8033
+ mkdir -p trial-8033
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-07-20_13_28_54.tgz osmo-bts-oc2g.build-2025-07-20_00_51_36.tgz osmo-bts-sysmo.build-2025-07-20_00_51_37.tgz osmo-bts.build-2025-07-20_00_51_45.tgz osmo-ggsn.build-2025-07-20_20_42_52.tgz osmo-hlr.build-2025-07-20_16_36_52.tgz osmo-hnbgw.build-2025-07-20_13_30_20.tgz osmo-mgw.build-2025-07-20_08_33_15.tgz osmo-msc.build-2025-07-20_13_34_23.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-20_07_34_02.tgz osmo-pcu-sysmo.build-2025-07-20_07_36_11.tgz osmo-pcu.build-2025-07-20_07_36_18.tgz osmo-sgsn.build-2025-07-20_20_48_37.tgz osmo-stp.build-2025-07-20_13_25_23.tgz osmo-trx.build-2025-07-20_14_28_36.tgz osmocom-bb.build-2025-07-20_21_17_16.tgz srslte.build-19.tgz trial-8033
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-07-20_13_28_54.md5 osmo-bts-oc2g.build-2025-07-20_00_51_36.md5 osmo-bts-sysmo.build-2025-07-20_00_51_37.md5 osmo-bts.build-2025-07-20_00_51_45.md5 osmo-ggsn.build-2025-07-20_20_42_52.md5 osmo-hlr.build-2025-07-20_16_36_52.md5 osmo-hnbgw.build-2025-07-20_13_30_20.md5 osmo-mgw.build-2025-07-20_08_33_15.md5 osmo-msc.build-2025-07-20_13_34_23.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-20_07_34_02.md5 osmo-pcu-sysmo.build-2025-07-20_07_36_11.md5 osmo-pcu.build-2025-07-20_07_36_18.md5 osmo-sgsn.build-2025-07-20_20_48_37.md5 osmo-stp.build-2025-07-20_13_25_23.md5 osmo-trx.build-2025-07-20_14_28_36.md5 osmocom-bb.build-2025-07-20_21_17_16.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-07-20_13_28_54.md5 osmo-bts-oc2g.build-2025-07-20_00_51_36.md5 osmo-bts-sysmo.build-2025-07-20_00_51_37.md5 osmo-bts.build-2025-07-20_00_51_45.md5 osmo-ggsn.build-2025-07-20_20_42_52.md5 osmo-hlr.build-2025-07-20_16_36_52.md5 osmo-hnbgw.build-2025-07-20_13_30_20.md5 osmo-mgw.build-2025-07-20_08_33_15.md5 osmo-msc.build-2025-07-20_13_34_23.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-20_07_34_02.md5 osmo-pcu-sysmo.build-2025-07-20_07_36_11.md5 osmo-pcu.build-2025-07-20_07_36_18.md5 osmo-sgsn.build-2025-07-20_20_48_37.md5 osmo-stp.build-2025-07-20_13_25_23.md5 osmo-trx.build-2025-07-20_14_28_36.md5 osmocom-bb.build-2025-07-20_21_17_16.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-8033 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8033'
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-8033
--------------------------------------------------------------------------------------------
22:48:15.550017 tst                       trial-8033: Detailed log at /build/trial-8033/run.2025-07-20_22-48-15/log

---------------------------------------------------------------------
trial-8033 netreg_mass
---------------------------------------------------------------------
22:48:15.761140 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:15.761511 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:15.762331 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:15.763552 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:15.806238 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:15.807605 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:15.809324 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:15.895148 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-8033 netreg_mass register_default_mass.py
----------------------------------------------
22:48:15.896920 tst       register_default_mass.py:9: Claiming resources for the test
22:48:15.913265 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.913827 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.914302 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.914762 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.915219 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.915696 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.916153 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:15.959129 tst         register_default_mass.py: using LAC 2
22:48:16.010318 tst         register_default_mass.py: using RAC 2
22:48:16.056541 tst         register_default_mass.py: using CellId 2
22:48:16.093299 tst         register_default_mass.py: using BVCI 3
22:48:16.102860 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.103538 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.104126 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.104671 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.105203 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.105738 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.106260 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.106808 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.107346 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.107861 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.108381 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.108924 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.109438 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.109941 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.110456 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.110973 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.111521 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.112183 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.112717 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.113254 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.113770 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.114290 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.114824 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.115347 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.115873 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.116394 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.116907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.117415 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.117942 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.118461 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.118967 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.119499 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.120017 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.120555 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.121077 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.121584 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.122105 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.122624 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.123136 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.123640 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.124150 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.124676 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.125193 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.125715 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.126228 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.126731 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.127242 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.127759 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.128265 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.128793 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.129315 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.129825 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.130355 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.130871 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.131378 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.131900 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.132412 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.132928 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.133420 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.133901 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.134375 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.134872 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.135371 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.135868 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.136340 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.136888 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.137376 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.137861 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.138352 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.138850 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.139345 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.139863 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.140450 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.140962 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.141479 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.141981 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.142475 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.142977 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.143490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.143992 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.144486 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.145001 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.145500 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.145986 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.146485 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.146964 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.147441 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.147933 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.148418 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.148914 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.149405 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.149912 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.150403 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.150885 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.151369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.151857 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.152359 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.152864 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.153374 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.153861 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.154343 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.154889 tst      register_default_mass.py:21: Launching a simple network
22:48:16.164922 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:16.288651 run            create_hlr_db(pid=20): Launched
22:48:17.306949 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:17.325931 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:17.341617 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:17.347370 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:17.533965 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:17.549164 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:17.554994 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:17.987046 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:18.003040 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:21.015195 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:21.131146 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:21.146271 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:21.151868 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:21.176121 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:21.191499 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:21.197302 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:21.514981 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:21.531042 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:27.553151 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:27.709815 run         osmo-bts-virtual(pid=34): Launched
22:48:28.755089 tst         register_default_mass.py: using MSISDN 1001
22:48:28.762604 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:28.851539 tst         register_default_mass.py: using MSISDN 1002
22:48:28.859091 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:28.935130 tst         register_default_mass.py: using MSISDN 1003
22:48:28.944786 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:29.016845 tst         register_default_mass.py: using MSISDN 1004
22:48:29.023178 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:29.099627 tst         register_default_mass.py: using MSISDN 1005
22:48:29.105985 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:29.172724 tst         register_default_mass.py: using MSISDN 1006
22:48:29.178747 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:29.250537 tst         register_default_mass.py: using MSISDN 1007
22:48:29.259461 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:29.334294 tst         register_default_mass.py: using MSISDN 1008
22:48:29.341898 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:29.417435 tst         register_default_mass.py: using MSISDN 1009
22:48:29.424242 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:29.503774 tst         register_default_mass.py: using MSISDN 1010
22:48:29.510651 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:29.594296 tst         register_default_mass.py: using MSISDN 1011
22:48:29.600558 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:29.681655 tst         register_default_mass.py: using MSISDN 1012
22:48:29.689354 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:29.775407 tst         register_default_mass.py: using MSISDN 1013
22:48:29.781844 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:29.858232 tst         register_default_mass.py: using MSISDN 1014
22:48:29.863974 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:29.939756 tst         register_default_mass.py: using MSISDN 1015
22:48:29.945842 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.020061 tst         register_default_mass.py: using MSISDN 1016
22:48:30.026228 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.099965 tst         register_default_mass.py: using MSISDN 1017
22:48:30.106030 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.171473 tst         register_default_mass.py: using MSISDN 1018
22:48:30.177497 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.242332 tst         register_default_mass.py: using MSISDN 1019
22:48:30.248088 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:30.311695 tst         register_default_mass.py: using MSISDN 1020
22:48:30.325574 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:30.409995 tst         register_default_mass.py: using MSISDN 1021
22:48:30.416012 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:30.492223 tst         register_default_mass.py: using MSISDN 1022
22:48:30.498300 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:30.573793 tst         register_default_mass.py: using MSISDN 1023
22:48:30.579796 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:30.652761 tst         register_default_mass.py: using MSISDN 1024
22:48:30.658808 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:30.729868 tst         register_default_mass.py: using MSISDN 1025
22:48:30.735836 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:30.809690 tst         register_default_mass.py: using MSISDN 1026
22:48:30.815825 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:30.885747 tst         register_default_mass.py: using MSISDN 1027
22:48:30.895045 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:30.960342 tst         register_default_mass.py: using MSISDN 1028
22:48:30.966590 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.031234 tst         register_default_mass.py: using MSISDN 1029
22:48:31.038202 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.109677 tst         register_default_mass.py: using MSISDN 1030
22:48:31.117330 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.178505 tst         register_default_mass.py: using MSISDN 1031
22:48:31.184890 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.249257 tst         register_default_mass.py: using MSISDN 1032
22:48:31.255383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.316660 tst         register_default_mass.py: using MSISDN 1033
22:48:31.322645 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.397348 tst         register_default_mass.py: using MSISDN 1034
22:48:31.404028 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.464187 tst         register_default_mass.py: using MSISDN 1035
22:48:31.470539 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.537584 tst         register_default_mass.py: using MSISDN 1036
22:48:31.544102 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.607387 tst         register_default_mass.py: using MSISDN 1037
22:48:31.614062 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.678785 tst         register_default_mass.py: using MSISDN 1038
22:48:31.686197 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.750296 tst         register_default_mass.py: using MSISDN 1039
22:48:31.758352 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.820472 tst         register_default_mass.py: using MSISDN 1040
22:48:31.827699 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.900158 tst         register_default_mass.py: using MSISDN 1041
22:48:31.907082 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:31.983110 tst         register_default_mass.py: using MSISDN 1042
22:48:31.989502 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.064912 tst         register_default_mass.py: using MSISDN 1043
22:48:32.071678 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.146761 tst         register_default_mass.py: using MSISDN 1044
22:48:32.153680 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.228394 tst         register_default_mass.py: using MSISDN 1045
22:48:32.234546 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.309267 tst         register_default_mass.py: using MSISDN 1046
22:48:32.315440 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.390434 tst         register_default_mass.py: using MSISDN 1047
22:48:32.399345 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.459089 tst         register_default_mass.py: using MSISDN 1048
22:48:32.465145 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.529959 tst         register_default_mass.py: using MSISDN 1049
22:48:32.537375 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.601662 tst         register_default_mass.py: using MSISDN 1050
22:48:32.609058 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.681011 tst         register_default_mass.py: using MSISDN 1051
22:48:32.686918 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.764871 tst         register_default_mass.py: using MSISDN 1052
22:48:32.770648 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.847113 tst         register_default_mass.py: using MSISDN 1053
22:48:32.857494 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.930652 tst         register_default_mass.py: using MSISDN 1054
22:48:32.947150 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.024239 tst         register_default_mass.py: using MSISDN 1055
22:48:33.037101 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.109232 tst         register_default_mass.py: using MSISDN 1056
22:48:33.130791 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.194600 tst         register_default_mass.py: using MSISDN 1057
22:48:33.215566 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.293850 tst         register_default_mass.py: using MSISDN 1058
22:48:33.311773 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.390972 tst         register_default_mass.py: using MSISDN 1059
22:48:33.412838 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.484100 tst         register_default_mass.py: using MSISDN 1060
22:48:33.489834 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.560018 tst         register_default_mass.py: using MSISDN 1061
22:48:33.581258 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.646871 tst         register_default_mass.py: using MSISDN 1062
22:48:33.655035 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.716520 tst         register_default_mass.py: using MSISDN 1063
22:48:33.722259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.799234 tst         register_default_mass.py: using MSISDN 1064
22:48:33.807941 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.884474 tst         register_default_mass.py: using MSISDN 1065
22:48:33.890430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.968202 tst         register_default_mass.py: using MSISDN 1066
22:48:33.974113 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:34.040513 tst         register_default_mass.py: using MSISDN 1067
22:48:34.046371 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:34.113316 tst         register_default_mass.py: using MSISDN 1068
22:48:34.119286 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:34.185309 tst         register_default_mass.py: using MSISDN 1069
22:48:34.191373 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:34.269925 tst         register_default_mass.py: using MSISDN 1070
22:48:34.280446 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:34.351321 tst         register_default_mass.py: using MSISDN 1071
22:48:34.357432 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:34.422390 tst         register_default_mass.py: using MSISDN 1072
22:48:34.428586 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.500969 tst         register_default_mass.py: using MSISDN 1073
22:48:34.508479 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.579092 tst         register_default_mass.py: using MSISDN 1074
22:48:34.598948 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.667680 tst         register_default_mass.py: using MSISDN 1075
22:48:34.689477 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:34.765618 tst         register_default_mass.py: using MSISDN 1076
22:48:34.785375 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.852507 tst         register_default_mass.py: using MSISDN 1077
22:48:34.868714 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.942226 tst         register_default_mass.py: using MSISDN 1078
22:48:34.949129 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:35.021559 tst         register_default_mass.py: using MSISDN 1079
22:48:35.027611 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:35.106521 tst         register_default_mass.py: using MSISDN 1080
22:48:35.112410 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:35.201643 tst         register_default_mass.py: using MSISDN 1081
22:48:35.208125 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:35.296932 tst         register_default_mass.py: using MSISDN 1082
22:48:35.303351 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:35.397111 tst         register_default_mass.py: using MSISDN 1083
22:48:35.402934 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:35.490906 tst         register_default_mass.py: using MSISDN 1084
22:48:35.496652 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:35.573428 tst         register_default_mass.py: using MSISDN 1085
22:48:35.579533 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:35.680257 tst         register_default_mass.py: using MSISDN 1086
22:48:35.686082 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:35.815139 tst         register_default_mass.py: using MSISDN 1087
22:48:35.889105 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:35.960762 tst         register_default_mass.py: using MSISDN 1088
22:48:35.967317 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:36.201801 tst         register_default_mass.py: using MSISDN 1089
22:48:36.213842 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:36.281959 tst         register_default_mass.py: using MSISDN 1090
22:48:36.288184 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:36.363076 tst         register_default_mass.py: using MSISDN 1091
22:48:36.369139 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:36.439571 tst         register_default_mass.py: using MSISDN 1092
22:48:36.445743 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:36.515245 tst         register_default_mass.py: using MSISDN 1093
22:48:36.521351 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:36.586872 tst         register_default_mass.py: using MSISDN 1094
22:48:36.593142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:36.667841 tst         register_default_mass.py: using MSISDN 1095
22:48:36.677937 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:36.741284 tst         register_default_mass.py: using MSISDN 1096
22:48:36.747462 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:36.819928 tst         register_default_mass.py: using MSISDN 1097
22:48:36.826000 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:36.892905 tst         register_default_mass.py: using MSISDN 1098
22:48:36.899068 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:36.971762 tst         register_default_mass.py: using MSISDN 1099
22:48:36.978270 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:37.041078 tst         register_default_mass.py: using MSISDN 1100
22:48:37.050699 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:37.162186 run                             mass: Starting testcase
22:48:37.168659 run                             mass: Pre-launching all virtphy's
22:48:37.174450 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:37.188322 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:37.194741 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:37.208473 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:37.214803 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:37.228497 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:37.234792 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:37.248766 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:37.255922 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:37.270186 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:37.276764 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:37.290067 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:37.296239 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:37.309849 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:37.316131 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:37.329746 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:37.336072 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:37.349495 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:37.355609 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:37.368806 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:37.374861 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:37.388088 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:37.394324 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:37.407402 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:37.413628 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:37.426832 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:37.433049 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:37.446161 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:37.452239 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:37.465471 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:37.471558 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:37.485145 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:37.491410 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:37.505082 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:37.511333 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:37.524603 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:37.530636 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:37.544461 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:37.550752 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:37.564301 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:37.570552 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:37.583801 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:37.590361 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:37.603685 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:37.610215 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:37.624387 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:37.630758 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:37.644810 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:37.651277 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:37.664970 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:37.671464 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:37.685442 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:37.692029 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:37.705712 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:37.712012 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:37.725731 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:37.732052 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:37.745843 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:37.752128 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:37.765860 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:37.772155 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:37.785788 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:37.792090 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:37.805698 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:37.811982 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:37.825642 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:37.832025 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:37.845695 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:37.851981 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:37.865953 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:37.872214 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:37.885910 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:37.892168 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:37.905854 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:37.912117 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:37.925823 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:37.932150 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:37.945857 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:37.952112 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:37.965877 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:37.972201 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:37.985729 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:37.991986 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:38.005588 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:38.011831 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:38.025384 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:38.031634 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:38.045223 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:38.051432 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:38.064816 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:38.073025 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:38.086491 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:38.092943 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:38.106677 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:38.113156 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:38.126783 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:38.133552 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:38.149096 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:38.155793 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:38.170246 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:38.176611 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:38.190498 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:38.197037 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:38.210893 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:38.217183 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:38.230882 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:38.237379 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:38.251416 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:38.257794 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:38.271656 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:38.278121 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:38.292007 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:38.298385 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:38.311705 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:38.317896 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:38.331709 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:38.338031 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:38.351899 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:38.358251 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:38.371978 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:38.378552 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:38.392477 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:38.398907 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:38.412813 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:38.419311 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:38.433553 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:38.439947 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:38.453649 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:38.459978 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:38.473575 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:38.479797 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:38.493484 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:38.499754 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:38.513516 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:38.519814 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:38.533654 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:38.539919 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:38.553568 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:38.559836 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:38.573814 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:38.580056 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:38.593878 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:38.600308 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:38.614153 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:38.620468 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:38.634340 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:38.640670 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:38.654427 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:38.660795 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:38.674440 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:38.680780 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:38.694457 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:38.700770 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:38.714439 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:38.720729 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:38.734515 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:38.740897 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:38.754765 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:38.761015 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:38.774069 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:38.780105 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:38.793263 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:38.799491 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:38.812852 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:38.819211 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:38.832928 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:38.839239 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:38.853163 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:38.859484 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:38.873384 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:38.879667 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:38.893341 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:38.899603 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:38.913298 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:38.919592 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:38.933600 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:38.939864 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:38.953375 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:38.959611 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:38.972919 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:38.979079 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:38.992610 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:38.998901 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:39.012538 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:39.018832 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:39.032526 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:39.039016 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:39.052838 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:39.059162 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:39.072959 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:39.079436 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:39.093194 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:39.099732 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:39.113497 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:39.119786 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:39.133674 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:39.139977 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:39.153661 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:39.160008 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:39.173794 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:39.180007 run                             mass: Checking if sockets are in the filesystem
22:48:39.192671 run                osmo-ms-mob/00000: Starting mobile
22:48:39.206101 run       osmo-ms-mob/00000(pid=135): Launched
22:48:39.220569 run                             mass: MS start registered  {at=16282624.92390483, delay=0.008189782500267029, ms=00000}
22:48:43.392885 run                osmo-ms-mob/00001: Starting mobile
22:48:43.406930 run       osmo-ms-mob/00001(pid=136): Launched
22:48:43.418175 run                             mass: MS start registered  {at=16282629.121521339, delay=0.005014043301343918, ms=00001}
22:48:44.305011 run                             mass: MS performed LU  {at=16282630.00821911, lu_delay=5.084314279258251, ms=00000}
22:48:45.206583 run                osmo-ms-mob/00002: Starting mobile
22:48:45.220272 run       osmo-ms-mob/00002(pid=137): Launched
22:48:45.231389 run                             mass: MS start registered  {at=16282630.934729716, delay=0.004996852949261665, ms=00002}
22:48:46.492143 run                osmo-ms-mob/00003: Starting mobile
22:48:46.505188 run       osmo-ms-mob/00003(pid=138): Launched
22:48:46.515897 run                             mass: MS start registered  {at=16282632.219244765, delay=0.004682013764977455, ms=00003}
22:48:47.704533 run                osmo-ms-mob/00004: Starting mobile
22:48:47.903108 run       osmo-ms-mob/00004(pid=139): Launched
22:48:47.909158 run                             mass: Starting too slowly. Moving on {now=16282633.612527397, sleep=-0.22323918715119362, target=16282633.38928821}
22:48:47.914974 run                             mass: MS start registered  {at=16282633.61833159, delay=0.005806783214211464, ms=00004}
22:48:47.920779 run                             mass: Starting too slowly. Moving on {now=16282633.624149108, sleep=-0.13486089929938316, target=16282633.489288209}
22:48:47.926353 run                             mass: Starting too slowly. Moving on {now=16282633.62972437, sleep=-0.0404361616820097, target=16282633.589288209}
22:48:48.607051 run                osmo-ms-mob/00005: Starting mobile
22:48:48.620919 run       osmo-ms-mob/00005(pid=140): Launched
22:48:48.631908 run                             mass: MS start registered  {at=16282634.3352533, delay=0.00458594411611557, ms=00005}
22:48:49.011851 run                             mass: MS performed LU  {at=16282634.71515403, lu_delay=5.593632690608501, ms=00001}
22:48:49.499047 run                osmo-ms-mob/00006: Starting mobile
22:48:49.513083 run       osmo-ms-mob/00006(pid=141): Launched
22:48:49.524120 run                             mass: MS start registered  {at=16282635.22746383, delay=0.004660928621888161, ms=00006}
22:48:49.971680 run                             mass: MS performed LU  {at=16282635.675011698, lu_delay=4.740281982347369, ms=00002}
22:48:50.392889 run                osmo-ms-mob/00007: Starting mobile
22:48:50.407166 run       osmo-ms-mob/00007(pid=142): Launched
22:48:50.418308 run                             mass: MS start registered  {at=16282636.12165852, delay=0.004813766106963158, ms=00007}
22:48:51.192153 run                osmo-ms-mob/00008: Starting mobile
22:48:51.205689 run       osmo-ms-mob/00008(pid=143): Launched
22:48:51.216365 run                             mass: MS start registered  {at=16282636.919712108, delay=0.004577627405524254, ms=00008}
22:48:51.882121 run                             mass: MS performed LU  {at=16282637.58545035, lu_delay=5.366205584257841, ms=00003}
22:48:51.893892 run                osmo-ms-mob/00009: Starting mobile
22:48:51.907717 run       osmo-ms-mob/00009(pid=144): Launched
22:48:51.919043 run                             mass: MS start registered  {at=16282637.622395905, delay=0.0050897542387247086, ms=00009}
22:48:52.592440 run                osmo-ms-mob/00010: Starting mobile
22:48:52.605704 run       osmo-ms-mob/00010(pid=145): Launched
22:48:52.616404 run                             mass: MS start registered  {at=16282638.319754766, delay=0.004485258832573891, ms=00010}
22:48:53.192009 run                osmo-ms-mob/00011: Starting mobile
22:48:53.206104 run       osmo-ms-mob/00011(pid=146): Launched
22:48:53.217197 run                             mass: MS start registered  {at=16282638.920549458, delay=0.004804672673344612, ms=00011}
22:48:53.718853 run                             mass: MS performed LU  {at=16282639.422185132, lu_delay=5.803853541612625, ms=00004}
22:48:53.730384 run                osmo-ms-mob/00012: Starting mobile
22:48:53.744345 run       osmo-ms-mob/00012(pid=147): Launched
22:48:53.750823 run                             mass: MS performed LU  {at=16282639.454177616, lu_delay=5.11892431601882, ms=00005}
22:48:53.756913 run                             mass: MS start registered  {at=16282639.460278641, delay=0.006123112514615059, ms=00012}
22:48:54.407789 run                osmo-ms-mob/00013: Starting mobile
22:48:54.422030 run       osmo-ms-mob/00013(pid=148): Launched
22:48:54.433433 run                             mass: MS start registered  {at=16282640.136778807, delay=0.004821984097361565, ms=00013}
22:48:54.993335 run                osmo-ms-mob/00014: Starting mobile
22:48:55.007383 run       osmo-ms-mob/00014(pid=149): Launched
22:48:55.018643 run                             mass: MS start registered  {at=16282640.721976884, delay=0.004843737930059433, ms=00014}
22:48:55.596991 run                osmo-ms-mob/00015: Starting mobile
22:48:55.610482 run       osmo-ms-mob/00015(pid=150): Launched
22:48:55.621311 run                             mass: MS start registered  {at=16282641.324660478, delay=0.004693921655416489, ms=00015}
22:48:55.648031 run                             mass: MS performed LU  {at=16282641.351296797, lu_delay=5.229638276621699, ms=00007}
22:48:55.666422 run                             mass: MS performed LU  {at=16282641.369671598, lu_delay=6.142207767814398, ms=00006}
22:48:56.092112 run                osmo-ms-mob/00016: Starting mobile
22:48:56.105540 run       osmo-ms-mob/00016(pid=151): Launched
22:48:56.117043 run                             mass: MS start registered  {at=16282641.820388393, delay=0.0051164571195840836, ms=00016}
22:48:56.604143 run                osmo-ms-mob/00017: Starting mobile
22:48:56.617984 run       osmo-ms-mob/00017(pid=152): Launched
22:48:56.629399 run                             mass: MS start registered  {at=16282642.33275054, delay=0.005198521539568901, ms=00017}
22:48:57.192042 run                osmo-ms-mob/00018: Starting mobile
22:48:57.206621 run       osmo-ms-mob/00018(pid=153): Launched
22:48:57.218045 run                             mass: MS start registered  {at=16282642.921369696, delay=0.004986494779586792, ms=00018}
22:48:57.484793 run                             mass: MS performed LU  {at=16282643.188061936, lu_delay=6.268349828198552, ms=00008}
22:48:57.503634 run                             mass: MS performed LU  {at=16282643.206904542, lu_delay=4.887149775400758, ms=00010}
22:48:57.520173 run                osmo-ms-mob/00019: Starting mobile
22:48:57.533734 run       osmo-ms-mob/00019(pid=154): Launched
22:48:57.548915 run                             mass: MS start registered  {at=16282643.252253255, delay=0.007094303146004677, ms=00019}
22:48:57.618324 run                             mass: MS performed LU  {at=16282643.321644386, lu_delay=5.699248481541872, ms=00009}
22:48:58.110297 run                osmo-ms-mob/00020: Starting mobile
22:48:58.129779 run       osmo-ms-mob/00020(pid=155): Launched
22:48:58.140797 run                             mass: MS start registered  {at=16282643.844146648, delay=0.004637666046619415, ms=00020}
22:48:58.606561 run                osmo-ms-mob/00021: Starting mobile
22:48:58.620838 run       osmo-ms-mob/00021(pid=156): Launched
22:48:58.631953 run                             mass: MS start registered  {at=16282644.335288001, delay=0.004833487793803215, ms=00021}
22:48:58.999347 run                osmo-ms-mob/00022: Starting mobile
22:48:59.013256 run       osmo-ms-mob/00022(pid=157): Launched
22:48:59.024550 run                             mass: MS start registered  {at=16282644.727897046, delay=0.005044654011726379, ms=00022}
22:48:59.284161 run                             mass: MS performed LU  {at=16282644.987495596, lu_delay=5.527216954156756, ms=00012}
22:48:59.415358 run                             mass: MS performed LU  {at=16282645.118607592, lu_delay=6.198058133944869, ms=00011}
22:48:59.438527 run                osmo-ms-mob/00023: Starting mobile
22:48:59.455674 run       osmo-ms-mob/00023(pid=158): Launched
22:48:59.462009 run                             mass: MS performed LU  {at=16282645.165367506, lu_delay=5.0285886991769075, ms=00013}
22:48:59.468122 run                             mass: MS start registered  {at=16282645.171488289, delay=0.006139868870377541, ms=00023}
22:48:59.896277 run                osmo-ms-mob/00024: Starting mobile
22:48:59.913879 run       osmo-ms-mob/00024(pid=159): Launched
22:48:59.932730 run                             mass: MS start registered  {at=16282645.636045111, delay=0.011791795492172241, ms=00024}
22:49:00.397103 run                osmo-ms-mob/00025: Starting mobile
22:49:00.413497 run       osmo-ms-mob/00025(pid=160): Launched
22:49:00.426065 run                             mass: MS start registered  {at=16282646.129403291, delay=0.005467183887958527, ms=00025}
22:49:00.804745 run                osmo-ms-mob/00026: Starting mobile
22:49:00.821759 run       osmo-ms-mob/00026(pid=161): Launched
22:49:00.832641 run                             mass: MS start registered  {at=16282646.535980964, delay=0.00475410558283329, ms=00026}
22:49:01.191996 run                osmo-ms-mob/00027: Starting mobile
22:49:01.205959 run       osmo-ms-mob/00027(pid=162): Launched
22:49:01.217436 run                             mass: MS start registered  {at=16282646.920775313, delay=0.004987437278032303, ms=00027}
22:49:01.250134 run                             mass: MS performed LU  {at=16282646.95346486, lu_delay=4.620714319869876, ms=00017}
22:49:01.268321 run                             mass: MS performed LU  {at=16282646.97166947, lu_delay=5.151281077414751, ms=00016}
22:49:01.386155 run                             mass: MS performed LU  {at=16282647.08941946, lu_delay=6.367442576214671, ms=00014}
22:49:01.412532 run                osmo-ms-mob/00028: Starting mobile
22:49:01.426161 run       osmo-ms-mob/00028(pid=163): Launched
22:49:01.432447 run                             mass: MS performed LU  {at=16282647.13580537, lu_delay=5.811144892126322, ms=00015}
22:49:01.438527 run                             mass: MS start registered  {at=16282647.141893053, delay=0.006106991320848465, ms=00028}
22:49:02.003855 run                osmo-ms-mob/00029: Starting mobile
22:49:02.017443 run       osmo-ms-mob/00029(pid=164): Launched
22:49:02.029857 run                             mass: MS start registered  {at=16282647.733206678, delay=0.006097428500652313, ms=00029}
22:49:02.393774 run                osmo-ms-mob/00030: Starting mobile
22:49:02.408114 run       osmo-ms-mob/00030(pid=165): Launched
22:49:02.419384 run                             mass: MS start registered  {at=16282648.12273717, delay=0.004970889538526535, ms=00030}
22:49:02.807341 run                osmo-ms-mob/00031: Starting mobile
22:49:02.821256 run       osmo-ms-mob/00031(pid=166): Launched
22:49:02.832578 run                             mass: MS start registered  {at=16282648.535925254, delay=0.004976356402039528, ms=00031}
22:49:03.051845 run                             mass: MS performed LU  {at=16282648.755079718, lu_delay=4.419791717082262, ms=00021}
22:49:03.067869 run                osmo-ms-mob/00032: Starting mobile
22:49:03.081386 run       osmo-ms-mob/00032(pid=167): Launched
22:49:03.093428 run                             mass: MS start registered  {at=16282648.796777427, delay=0.005264848470687866, ms=00032}
22:49:03.180589 run                             mass: MS performed LU  {at=16282648.883854315, lu_delay=5.631601059809327, ms=00019}
22:49:03.199735 run                             mass: MS performed LU  {at=16282648.903093852, lu_delay=5.981724156066775, ms=00018}
22:49:03.322485 run                             mass: MS performed LU  {at=16282649.025819296, lu_delay=5.181672647595406, ms=00020}
22:49:03.334113 run                osmo-ms-mob/00033: Starting mobile
22:49:03.348004 run       osmo-ms-mob/00033(pid=168): Launched
22:49:03.359341 run                             mass: MS start registered  {at=16282649.062689845, delay=0.005096076056361198, ms=00033}
22:49:03.891603 run                osmo-ms-mob/00034: Starting mobile
22:49:03.905176 run       osmo-ms-mob/00034(pid=169): Launched
22:49:03.916405 run                             mass: MS start registered  {at=16282649.61975548, delay=0.00486987829208374, ms=00034}
22:49:04.192767 run                osmo-ms-mob/00035: Starting mobile
22:49:04.206716 run       osmo-ms-mob/00035(pid=170): Launched
22:49:04.218587 run                             mass: MS start registered  {at=16282649.921923796, delay=0.004941016435623169, ms=00035}
22:49:04.592847 run                osmo-ms-mob/00036: Starting mobile
22:49:04.607160 run       osmo-ms-mob/00036(pid=171): Launched
22:49:04.626275 run                             mass: MS start registered  {at=16282650.329607084, delay=0.011926963925361633, ms=00036}
22:49:05.002923 run                osmo-ms-mob/00037: Starting mobile
22:49:05.017620 run       osmo-ms-mob/00037(pid=172): Launched
22:49:05.024204 run                             mass: MS performed LU  {at=16282650.727560064, lu_delay=5.091514952480793, ms=00024}
22:49:05.030594 run                             mass: MS start registered  {at=16282650.733957933, delay=0.006417509168386459, ms=00037}
22:49:05.037015 run                             mass: MS performed LU  {at=16282650.740372514, lu_delay=6.012475468218327, ms=00022}
22:49:05.048475 run                osmo-ms-mob/00038: Starting mobile
22:49:05.062124 run       osmo-ms-mob/00038(pid=173): Launched
22:49:05.073437 run                             mass: MS start registered  {at=16282650.77678456, delay=0.0050040967762470245, ms=00038}
22:49:05.149662 run                             mass: MS performed LU  {at=16282650.85299408, lu_delay=4.723590789362788, ms=00025}
22:49:05.186730 run                             mass: MS performed LU  {at=16282650.890063563, lu_delay=5.718575274571776, ms=00023}
22:49:05.198528 run                osmo-ms-mob/00039: Starting mobile
22:49:05.212338 run       osmo-ms-mob/00039(pid=174): Launched
22:49:05.224229 run                             mass: MS start registered  {at=16282650.927526755, delay=0.005530059337615967, ms=00039}
22:49:05.992263 run                osmo-ms-mob/00040: Starting mobile
22:49:06.006268 run       osmo-ms-mob/00040(pid=175): Launched
22:49:06.017499 run                             mass: MS start registered  {at=16282651.72084685, delay=0.004751220345497131, ms=00040}
22:49:06.297025 run                osmo-ms-mob/00041: Starting mobile
22:49:06.312709 run       osmo-ms-mob/00041(pid=176): Launched
22:49:06.324171 run                             mass: MS start registered  {at=16282652.027503088, delay=0.005059348419308662, ms=00041}
22:49:06.597277 run                osmo-ms-mob/00042: Starting mobile
22:49:06.612379 run       osmo-ms-mob/00042(pid=177): Launched
22:49:06.623865 run                             mass: MS start registered  {at=16282652.327215875, delay=0.004969967529177666, ms=00042}
22:49:06.817072 run                             mass: MS performed LU  {at=16282652.52035717, lu_delay=4.787150491029024, ms=00029}
22:49:06.945895 run                             mass: MS performed LU  {at=16282652.64923042, lu_delay=5.507337367162108, ms=00028}
22:49:06.957800 run                osmo-ms-mob/00043: Starting mobile
22:49:06.972120 run       osmo-ms-mob/00043(pid=178): Launched
22:49:06.978576 run                             mass: MS performed LU  {at=16282652.68192847, lu_delay=4.5591913014650345, ms=00030}
22:49:06.991840 run                             mass: MS start registered  {at=16282652.69515607, delay=0.013254566118121147, ms=00043}
22:49:07.088780 run                             mass: MS performed LU  {at=16282652.792114232, lu_delay=5.871338918805122, ms=00027}
22:49:07.101667 run                osmo-ms-mob/00044: Starting mobile
22:49:07.116051 run       osmo-ms-mob/00044(pid=179): Launched
22:49:07.122503 run                             mass: MS performed LU  {at=16282652.825859988, lu_delay=6.289879024028778, ms=00026}
22:49:07.128763 run                             mass: MS start registered  {at=16282652.832125826, delay=0.006288718432188034, ms=00044}
22:49:07.593412 run                osmo-ms-mob/00045: Starting mobile
22:49:07.608253 run       osmo-ms-mob/00045(pid=180): Launched
22:49:07.619641 run                             mass: MS start registered  {at=16282653.32298644, delay=0.005053089931607246, ms=00045}
22:49:07.892267 run                osmo-ms-mob/00046: Starting mobile
22:49:07.906389 run       osmo-ms-mob/00046(pid=181): Launched
22:49:07.917661 run                             mass: MS start registered  {at=16282653.621014122, delay=0.0048828572034835815, ms=00046}
22:49:08.192123 run                osmo-ms-mob/00047: Starting mobile
22:49:08.205868 run       osmo-ms-mob/00047(pid=182): Launched
22:49:08.217321 run                             mass: MS start registered  {at=16282653.920670044, delay=0.004837267100811005, ms=00047}
22:49:08.491806 run                osmo-ms-mob/00048: Starting mobile
22:49:08.505783 run       osmo-ms-mob/00048(pid=183): Launched
22:49:08.516993 run                             mass: MS start registered  {at=16282654.220344953, delay=0.0051683466881513596, ms=00048}
22:49:08.782395 run                             mass: MS performed LU  {at=16282654.48571383, lu_delay=4.865958349779248, ms=00034}
22:49:08.800235 run                osmo-ms-mob/00049: Starting mobile
22:49:08.813585 run       osmo-ms-mob/00049(pid=184): Launched
22:49:08.819653 run                             mass: MS performed LU  {at=16282654.523011109, lu_delay=5.726233681663871, ms=00032}
22:49:08.825599 run                             mass: MS start registered  {at=16282654.528964961, delay=0.005973696708679199, ms=00049}
22:49:08.953747 run                             mass: MS performed LU  {at=16282654.657001479, lu_delay=6.121076224371791, ms=00031}
22:49:08.979445 run                osmo-ms-mob/00050: Starting mobile
22:49:08.994592 run       osmo-ms-mob/00050(pid=185): Launched
22:49:09.006160 run                             mass: MS start registered  {at=16282654.70951342, delay=0.005297157913446426, ms=00050}
22:49:09.012933 run                             mass: MS performed LU  {at=16282654.716293328, lu_delay=4.7943695317953825, ms=00035}
22:49:09.494595 run                osmo-ms-mob/00051: Starting mobile
22:49:09.516061 run       osmo-ms-mob/00051(pid=186): Launched
22:49:09.528458 run                             mass: MS start registered  {at=16282655.231810197, delay=0.005929160863161087, ms=00051}
22:49:09.797920 run                osmo-ms-mob/00052: Starting mobile
22:49:09.811581 run       osmo-ms-mob/00052(pid=187): Launched
22:49:09.822578 run                             mass: MS start registered  {at=16282655.525928319, delay=0.004939243197441101, ms=00052}
22:49:10.108384 run                osmo-ms-mob/00053: Starting mobile
22:49:10.123813 run       osmo-ms-mob/00053(pid=188): Launched
22:49:10.135642 run                             mass: MS start registered  {at=16282655.838993326, delay=0.004828670993447304, ms=00053}
22:49:10.392182 run                osmo-ms-mob/00054: Starting mobile
22:49:10.407156 run       osmo-ms-mob/00054(pid=189): Launched
22:49:10.418731 run                             mass: MS start registered  {at=16282656.122080006, delay=0.0052080582827329636, ms=00054}
22:49:10.581809 run                             mass: MS performed LU  {at=16282656.285126526, lu_delay=5.508341966196895, ms=00038}
22:49:10.692376 run                osmo-ms-mob/00055: Starting mobile
22:49:10.706133 run       osmo-ms-mob/00055(pid=190): Launched
22:49:10.712657 run                             mass: MS performed LU  {at=16282656.416011242, lu_delay=5.488484486937523, ms=00039}
22:49:10.718723 run                             mass: MS start registered  {at=16282656.422088183, delay=0.006101489067077637, ms=00055}
22:49:10.729590 run                             mass: MS performed LU  {at=16282656.432937542, lu_delay=5.6989796087145805, ms=00037}
22:49:10.741123 run                osmo-ms-mob/00056: Starting mobile
22:49:10.754913 run       osmo-ms-mob/00056(pid=191): Launched
22:49:10.766039 run                             mass: MS start registered  {at=16282656.469388029, delay=0.004692079499363899, ms=00056}
22:49:10.857131 run                             mass: MS performed LU  {at=16282656.560382003, lu_delay=4.839535152539611, ms=00040}
22:49:10.878119 run                             mass: MS performed LU  {at=16282656.581480514, lu_delay=6.251873429864645, ms=00036}
22:49:10.889273 run                osmo-ms-mob/00057: Starting mobile
22:49:10.902905 run       osmo-ms-mob/00057(pid=192): Launched
22:49:10.914202 run                             mass: MS start registered  {at=16282656.61755585, delay=0.005005158483982086, ms=00057}
22:49:11.692159 run                osmo-ms-mob/00058: Starting mobile
22:49:11.707352 run       osmo-ms-mob/00058(pid=193): Launched
22:49:11.720312 run                             mass: MS start registered  {at=16282657.423651246, delay=0.006391122937202454, ms=00058}
22:49:11.943433 run                             mass: MS performed LU  {at=16282657.646767521, lu_delay=3.7260974775999784, ms=00047}
22:49:11.955805 run                osmo-ms-mob/00059: Starting mobile
22:49:11.970744 run       osmo-ms-mob/00059(pid=194): Launched
22:49:11.982044 run                             mass: MS start registered  {at=16282657.68538882, delay=0.004610968753695488, ms=00059}
22:49:12.292416 run                osmo-ms-mob/00060: Starting mobile
22:49:12.306577 run       osmo-ms-mob/00060(pid=195): Launched
22:49:12.319817 run                             mass: MS start registered  {at=16282658.02311027, delay=0.006355211138725281, ms=00060}
22:49:12.483468 run                             mass: MS performed LU  {at=16282658.186803587, lu_delay=5.859587712213397, ms=00042}
22:49:12.538835 run                             mass: MS performed LU  {at=16282658.242169235, lu_delay=4.621155112981796, ms=00046}
22:49:12.565952 run                             mass: MS performed LU  {at=16282658.269297237, lu_delay=4.946310795843601, ms=00045}
22:49:12.580076 run                osmo-ms-mob/00061: Starting mobile
22:49:12.593924 run       osmo-ms-mob/00061(pid=196): Launched
22:49:12.605571 run                             mass: MS start registered  {at=16282658.308912974, delay=0.005337456241250038, ms=00061}
22:49:12.792774 run                             mass: MS performed LU  {at=16282658.496101933, lu_delay=5.800945863127708, ms=00043}
22:49:12.810460 run                             mass: MS performed LU  {at=16282658.513799936, lu_delay=6.486296847462654, ms=00041}
22:49:12.822623 run                osmo-ms-mob/00062: Starting mobile
22:49:12.836586 run       osmo-ms-mob/00062(pid=197): Launched
22:49:12.848360 run                             mass: MS start registered  {at=16282658.551709296, delay=0.005229484289884567, ms=00062}
22:49:13.292647 run                osmo-ms-mob/00063: Starting mobile
22:49:13.307122 run       osmo-ms-mob/00063(pid=198): Launched
22:49:13.319336 run                             mass: MS start registered  {at=16282659.022680648, delay=0.005917903035879135, ms=00063}
22:49:13.406518 run                             mass: MS performed LU  {at=16282659.109821314, lu_delay=6.2776954881846905, ms=00044}
22:49:13.623516 run                             mass: MS performed LU  {at=16282659.326854587, lu_delay=5.106509633362293, ms=00048}
22:49:13.635001 run                osmo-ms-mob/00064: Starting mobile
22:49:13.649080 run       osmo-ms-mob/00064(pid=199): Launched
22:49:13.661007 run                             mass: MS start registered  {at=16282659.36433361, delay=0.0052220262587070465, ms=00064}
22:49:14.096525 run                osmo-ms-mob/00065: Starting mobile
22:49:14.121838 run       osmo-ms-mob/00065(pid=200): Launched
22:49:14.139819 run                             mass: MS start registered  {at=16282659.84315418, delay=0.010315800085663795, ms=00065}
22:49:14.392580 run                osmo-ms-mob/00066: Starting mobile
22:49:14.407000 run       osmo-ms-mob/00066(pid=201): Launched
22:49:14.419351 run                             mass: MS start registered  {at=16282660.122673815, delay=0.005716996267437935, ms=00066}
22:49:14.476928 run                             mass: MS performed LU  {at=16282660.180243542, lu_delay=4.94843334518373, ms=00051}
22:49:14.495052 run                             mass: MS performed LU  {at=16282660.198377624, lu_delay=4.672449305653572, ms=00052}
22:49:14.620108 run                             mass: MS performed LU  {at=16282660.323440054, lu_delay=5.613926634192467, ms=00050}
22:49:14.631577 run                osmo-ms-mob/00067: Starting mobile
22:49:14.645503 run       osmo-ms-mob/00067(pid=202): Launched
22:49:14.651930 run                             mass: MS performed LU  {at=16282660.355289057, lu_delay=5.826324095949531, ms=00049}
22:49:14.658084 run                             mass: MS start registered  {at=16282660.361450914, delay=0.006182767450809479, ms=00067}
22:49:15.092888 run                osmo-ms-mob/00068: Starting mobile
22:49:15.107458 run       osmo-ms-mob/00068(pid=203): Launched
22:49:15.119018 run                             mass: MS start registered  {at=16282660.822367497, delay=0.004565097391605377, ms=00068}
22:49:15.497297 run                osmo-ms-mob/00069: Starting mobile
22:49:15.516839 run       osmo-ms-mob/00069(pid=204): Launched
22:49:15.530889 run                             mass: MS start registered  {at=16282661.234237622, delay=0.0054282136261463165, ms=00069}
22:49:15.892936 run                osmo-ms-mob/00070: Starting mobile
22:49:15.906518 run       osmo-ms-mob/00070(pid=205): Launched
22:49:15.917650 run                             mass: MS start registered  {at=16282661.621001229, delay=0.005029803141951561, ms=00070}
22:49:16.212350 run                             mass: MS performed LU  {at=16282661.915685654, lu_delay=5.793605647981167, ms=00054}
22:49:16.225099 run                osmo-ms-mob/00071: Starting mobile
22:49:16.242669 run       osmo-ms-mob/00071(pid=206): Launched
22:49:16.249282 run                             mass: MS performed LU  {at=16282661.952624662, lu_delay=5.335068812593818, ms=00057}
22:49:16.255487 run                             mass: MS start registered  {at=16282661.958853181, delay=0.006264578551054001, ms=00071}
22:49:16.332174 run                             mass: MS performed LU  {at=16282662.035510004, lu_delay=5.5661219749599695, ms=00056}
22:49:16.484134 run                             mass: MS performed LU  {at=16282662.187467035, lu_delay=6.348473709076643, ms=00053}
22:49:16.495985 run                osmo-ms-mob/00072: Starting mobile
22:49:16.509953 run       osmo-ms-mob/00072(pid=207): Launched
22:49:16.521692 run                             mass: MS start registered  {at=16282662.225014444, delay=0.005360061302781105, ms=00072}
22:49:16.539431 run                             mass: MS performed LU  {at=16282662.242768075, lu_delay=5.820679891854525, ms=00055}
22:49:16.557923 run                             mass: MS performed LU  {at=16282662.261275278, lu_delay=4.575886458158493, ms=00059}
22:49:16.812251 run                             mass: MS performed LU  {at=16282662.51558637, lu_delay=5.091935124248266, ms=00058}
22:49:16.823933 run                osmo-ms-mob/00073: Starting mobile
22:49:16.837746 run       osmo-ms-mob/00073(pid=208): Launched
22:49:16.849322 run                             mass: MS start registered  {at=16282662.552652504, delay=0.005232119932770729, ms=00073}
22:49:17.421506 run                             mass: MS performed LU  {at=16282663.12484088, lu_delay=3.760507270693779, ms=00064}
22:49:17.433419 run                osmo-ms-mob/00074: Starting mobile
22:49:17.447600 run       osmo-ms-mob/00074(pid=209): Launched
22:49:17.459051 run                             mass: MS start registered  {at=16282663.162398066, delay=0.005223819985985756, ms=00074}
22:49:17.895081 run                osmo-ms-mob/00075: Starting mobile
22:49:17.909222 run       osmo-ms-mob/00075(pid=210): Launched
22:49:17.921121 run                             mass: MS start registered  {at=16282663.624460936, delay=0.005224723368883133, ms=00075}
22:49:18.150407 run                             mass: MS performed LU  {at=16282663.853727529, lu_delay=4.83104688115418, ms=00063}
22:49:18.242567 run                             mass: MS performed LU  {at=16282663.945902424, lu_delay=5.39419312775135, ms=00062}
22:49:18.392860 run                osmo-ms-mob/00076: Starting mobile
22:49:18.407864 run       osmo-ms-mob/00076(pid=211): Launched
22:49:18.413947 run                             mass: MS performed LU  {at=16282664.117305571, lu_delay=6.0941953007131815, ms=00060}
22:49:18.420056 run                             mass: MS start registered  {at=16282664.123422448, delay=0.00613638199865818, ms=00076}
22:49:18.792292 run                osmo-ms-mob/00077: Starting mobile
22:49:18.805886 run       osmo-ms-mob/00077(pid=212): Launched
22:49:18.817479 run                             mass: MS start registered  {at=16282664.520826073, delay=0.004899034276604652, ms=00077}
22:49:19.292347 run                osmo-ms-mob/00078: Starting mobile
22:49:19.306485 run       osmo-ms-mob/00078(pid=213): Launched
22:49:19.317677 run                             mass: MS start registered  {at=16282665.02102362, delay=0.004801096394658089, ms=00078}
22:49:19.691885 run                osmo-ms-mob/00079: Starting mobile
22:49:19.705565 run       osmo-ms-mob/00079(pid=214): Launched
22:49:19.716908 run                             mass: MS start registered  {at=16282665.42025552, delay=0.004994997754693031, ms=00079}
22:49:20.079778 run                             mass: MS performed LU  {at=16282665.783097172, lu_delay=4.548859549686313, ms=00069}
22:49:20.098220 run                             mass: MS performed LU  {at=16282665.80156142, lu_delay=4.979193923994899, ms=00068}
22:49:20.109759 run                osmo-ms-mob/00080: Starting mobile
22:49:20.123225 run       osmo-ms-mob/00080(pid=215): Launched
22:49:20.134529 run                             mass: MS start registered  {at=16282665.837875847, delay=0.004677269607782364, ms=00080}
22:49:20.213803 run                             mass: MS performed LU  {at=16282665.917133274, lu_delay=5.555682359263301, ms=00067}
22:49:20.231361 run                             mass: MS performed LU  {at=16282665.934701053, lu_delay=5.812027238309383, ms=00066}
22:49:20.249913 run                             mass: MS performed LU  {at=16282665.953248473, lu_delay=6.110094292089343, ms=00065}
22:49:20.693123 run                osmo-ms-mob/00081: Starting mobile
22:49:20.708609 run       osmo-ms-mob/00081(pid=216): Launched
22:49:20.720118 run                             mass: MS start registered  {at=16282666.423466789, delay=0.004785872995853424, ms=00081}
22:49:21.093174 run                osmo-ms-mob/00082: Starting mobile
22:49:21.106742 run       osmo-ms-mob/00082(pid=217): Launched
22:49:21.118023 run                             mass: MS start registered  {at=16282666.82137248, delay=0.004797669127583504, ms=00082}
22:49:21.691670 run                osmo-ms-mob/00083: Starting mobile
22:49:21.705501 run       osmo-ms-mob/00083(pid=218): Launched
22:49:21.716379 run                             mass: MS start registered  {at=16282667.41973294, delay=0.004798036068677902, ms=00083}
22:49:21.916188 run                             mass: MS performed LU  {at=16282667.61952209, lu_delay=5.660668907687068, ms=00071}
22:49:21.934940 run                             mass: MS performed LU  {at=16282667.63828025, lu_delay=5.085627745836973, ms=00073}
22:49:22.008496 run                             mass: MS performed LU  {at=16282667.711832521, lu_delay=6.090831292793155, ms=00070}
22:49:22.020281 run                osmo-ms-mob/00084: Starting mobile
22:49:22.033781 run       osmo-ms-mob/00084(pid=219): Launched
22:49:22.044640 run                             mass: MS start registered  {at=16282667.747979082, delay=0.004571685567498207, ms=00084}
22:49:22.188335 run                             mass: MS performed LU  {at=16282667.891670266, lu_delay=5.666655821725726, ms=00072}
22:49:22.206928 run                             mass: MS performed LU  {at=16282667.910262724, lu_delay=4.747864658012986, ms=00074}
22:49:22.692703 run                osmo-ms-mob/00085: Starting mobile
22:49:22.706265 run       osmo-ms-mob/00085(pid=220): Launched
22:49:22.717952 run                             mass: MS start registered  {at=16282668.42129033, delay=0.005510054528713226, ms=00085}
22:49:23.297071 run                osmo-ms-mob/00086: Starting mobile
22:49:23.311178 run       osmo-ms-mob/00086(pid=221): Launched
22:49:23.322664 run                             mass: MS start registered  {at=16282669.026013443, delay=0.0051429737359285355, ms=00086}
22:49:23.845092 run                             mass: MS performed LU  {at=16282669.548397066, lu_delay=5.027570992708206, ms=00077}
22:49:23.858017 run                osmo-ms-mob/00087: Starting mobile
22:49:23.871533 run       osmo-ms-mob/00087(pid=222): Launched
22:49:23.878049 run                             mass: MS performed LU  {at=16282669.581405103, lu_delay=5.956944167613983, ms=00075}
22:49:23.884104 run                             mass: MS start registered  {at=16282669.587470787, delay=0.006087614223361015, ms=00087}
22:49:23.979122 run                             mass: MS performed LU  {at=16282669.68245823, lu_delay=5.559035781770945, ms=00076}
22:49:24.232614 run                             mass: MS performed LU  {at=16282669.935951335, lu_delay=4.914927715435624, ms=00078}
22:49:24.492848 run                osmo-ms-mob/00088: Starting mobile
22:49:24.506926 run       osmo-ms-mob/00088(pid=223): Launched
22:49:24.517908 run                             mass: MS start registered  {at=16282670.221261125, delay=0.004798563197255135, ms=00088}
22:49:25.092465 run                osmo-ms-mob/00089: Starting mobile
22:49:25.105643 run       osmo-ms-mob/00089(pid=224): Launched
22:49:25.116771 run                             mass: MS start registered  {at=16282670.82011522, delay=0.004937104880809784, ms=00089}
22:49:25.663476 run                             mass: MS performed LU  {at=16282671.366801621, lu_delay=5.946546101942658, ms=00079}
22:49:25.681033 run                osmo-ms-mob/00090: Starting mobile
22:49:25.694706 run       osmo-ms-mob/00090(pid=225): Launched
22:49:25.706769 run                             mass: MS start registered  {at=16282671.410112763, delay=0.0055299848318099976, ms=00090}
22:49:25.774820 run                             mass: MS performed LU  {at=16282671.478154931, lu_delay=5.0546881426125765, ms=00081}
22:49:25.793189 run                             mass: MS performed LU  {at=16282671.49650938, lu_delay=5.658633533865213, ms=00080}
22:49:25.918324 run                             mass: MS performed LU  {at=16282671.621658415, lu_delay=22.55896857008338, ms=00033}
22:49:25.936833 run                             mass: MS performed LU  {at=16282671.640169783, lu_delay=4.818797303363681, ms=00082}
22:49:26.392840 run                osmo-ms-mob/00091: Starting mobile
22:49:26.406882 run       osmo-ms-mob/00091(pid=226): Launched
22:49:26.418007 run                             mass: MS start registered  {at=16282672.121351905, delay=0.004784870892763138, ms=00091}
22:49:27.092742 run                osmo-ms-mob/00092: Starting mobile
22:49:27.106438 run       osmo-ms-mob/00092(pid=227): Launched
22:49:27.118595 run                             mass: MS start registered  {at=16282672.821934842, delay=0.005746897310018539, ms=00092}
22:49:27.611344 run                             mass: MS performed LU  {at=16282673.314663323, lu_delay=4.893372992053628, ms=00085}
22:49:27.629428 run                             mass: MS performed LU  {at=16282673.332784845, lu_delay=5.584805762395263, ms=00084}
22:49:27.744615 run                             mass: MS performed LU  {at=16282673.447949847, lu_delay=6.02821690775454, ms=00083}
22:49:27.756589 run                osmo-ms-mob/00093: Starting mobile
22:49:27.769974 run       osmo-ms-mob/00093(pid=228): Launched
22:49:27.781792 run                             mass: MS start registered  {at=16282673.485136097, delay=0.005123283714056015, ms=00093}
22:49:28.793247 run                osmo-ms-mob/00094: Starting mobile
22:49:28.807247 run       osmo-ms-mob/00094(pid=229): Launched
22:49:28.818777 run                             mass: MS start registered  {at=16282674.522123707, delay=0.005172332748770714, ms=00094}
22:49:29.540305 run                             mass: MS performed LU  {at=16282675.24362342, lu_delay=5.022362295538187, ms=00088}
22:49:29.558780 run                             mass: MS performed LU  {at=16282675.262134582, lu_delay=5.674663795158267, ms=00087}
22:49:29.570351 run                osmo-ms-mob/00095: Starting mobile
22:49:29.584129 run       osmo-ms-mob/00095(pid=230): Launched
22:49:29.595373 run                             mass: MS start registered  {at=16282675.298722528, delay=0.004804596304893494, ms=00095}
22:49:29.665290 run                             mass: MS performed LU  {at=16282675.36862884, lu_delay=4.548513621091843, ms=00089}
22:49:30.692671 run                osmo-ms-mob/00096: Starting mobile
22:49:30.706020 run       osmo-ms-mob/00096(pid=231): Launched
22:49:30.717530 run                             mass: MS start registered  {at=16282676.420869218, delay=0.0053225308656692505, ms=00096}
22:49:31.377492 run                             mass: MS performed LU  {at=16282677.080753691, lu_delay=5.670640928670764, ms=00090}
22:49:31.395587 run                             mass: MS performed LU  {at=16282677.098937813, lu_delay=4.977585908025503, ms=00091}
22:49:31.791589 run                osmo-ms-mob/00097: Starting mobile
22:49:31.806016 run       osmo-ms-mob/00097(pid=232): Launched
22:49:31.817319 run                             mass: MS start registered  {at=16282677.52066314, delay=0.004899786785244942, ms=00097}
22:49:33.092134 run                osmo-ms-mob/00098: Starting mobile
22:49:33.105629 run       osmo-ms-mob/00098(pid=233): Launched
22:49:33.117664 run                             mass: MS start registered  {at=16282678.821013412, delay=0.005319930613040924, ms=00098}
22:49:33.305693 run                             mass: MS performed LU  {at=16282679.009030748, lu_delay=5.523894650861621, ms=00093}
22:49:33.324160 run                             mass: MS performed LU  {at=16282679.027515283, lu_delay=6.2055804412811995, ms=00092}
22:49:33.629569 run                             mass: MS performed LU  {at=16282679.332905632, lu_delay=4.810781924054027, ms=00094}
22:49:34.896789 run                osmo-ms-mob/00099: Starting mobile
22:49:34.911439 run       osmo-ms-mob/00099(pid=234): Launched
22:49:34.918324 run                             mass: All started... {duration=55.73240341991186, too_slow=3}
22:49:34.925176 run                             mass: MS start registered  {at=16282680.628531495, delay=0.00684347003698349, ms=00099}
22:49:35.142830 run                             mass: MS performed LU  {at=16282680.846112743, lu_delay=5.547390215098858, ms=00095}
22:49:35.313751 run                             mass: MS performed LU  {at=16282681.01708471, lu_delay=22.708171736449003, ms=00061}
22:49:35.397083 run                             mass: MS performed LU  {at=16282681.100418266, lu_delay=4.6795490477234125, ms=00096}
22:49:37.072229 run                             mass: MS performed LU  {at=16282682.775563419, lu_delay=5.254900278523564, ms=00097}
22:49:38.909252 run                             mass: MS performed LU  {at=16282684.61257554, lu_delay=5.791562128812075, ms=00098}
22:49:40.810197 run                             mass: MS performed LU  {at=16282686.513533995, lu_delay=5.885002499446273, ms=00099}
22:49:46.676002 run                             mass: MS performed LU  {at=16282692.37930113, lu_delay=23.353287687525153, ms=00086}
22:49:46.683550 run                             mass: Tests done {all_completed=True, max=23.353287687525153, min=3.7260974775999784}
22:49:46.690566 tst         register_default_mass.py: Test passed (90.8 sec)
22:49:46.697771 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:46.702125 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:46.706310 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:46.710515 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:46.714768 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:46.718879 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:46.723076 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:46.727248 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:46.731413 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:46.735584 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:46.739755 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:46.744048 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:46.748361 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:46.753182 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:46.757590 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:46.761962 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:46.766434 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:46.770919 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:46.775970 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:46.780660 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:46.785296 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:46.790365 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:46.794850 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:46.799541 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:46.804233 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:46.808782 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:46.813126 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:46.817653 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:46.826055 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:46.833384 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:46.838151 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:46.842470 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:46.846860 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:46.851210 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:46.855614 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:46.860154 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:46.864618 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:46.869445 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:46.873957 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:46.878454 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:46.882931 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:46.887848 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:46.892442 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:46.896924 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:46.901438 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:46.906012 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:46.910467 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:46.915359 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:46.919967 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:46.924552 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:46.929242 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:46.934081 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:46.938846 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:46.943596 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:46.948370 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:46.953163 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:46.958564 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:46.963497 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:46.968600 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:47.046313 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:47.049795 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:47.053550 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:47.057870 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:47.062126 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:47.066993 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:47.071493 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:47.076251 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:47.080453 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:47.084701 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:47.088994 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:47.093308 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:47.097711 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:47.102283 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:47.106615 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:47.111051 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:47.115498 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:47.120082 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:47.124533 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:47.129290 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:47.133786 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:47.138675 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:47.143244 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:47.147842 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:47.152293 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:47.157050 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:47.161425 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:47.165702 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:47.170283 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:47.174435 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:47.178594 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:47.182785 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:47.186964 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:47.191894 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:47.196187 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:47.200437 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:47.204704 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:47.208963 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:47.213249 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:47.217654 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:47.222060 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:47.226437 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:47.231501 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:47.235886 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:47.240365 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:47.244755 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:47.249028 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:47.253282 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:47.257572 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:47.261829 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:47.266576 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:47.271226 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:47.275547 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:47.279718 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:47.283912 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:47.288130 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:47.292275 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:47.296431 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:47.300417 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:47.304306 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:47.308145 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:47.311929 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:47.315739 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:47.319619 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:47.323561 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:47.327387 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:47.331143 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:47.334892 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:47.338634 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:47.342388 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:47.346408 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:47.350204 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:47.353925 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:47.357647 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:47.361360 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:47.365006 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:47.368649 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:47.372212 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:47.375829 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:47.379496 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:47.383134 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:47.386719 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:47.390281 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:47.393832 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:47.397409 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:47.400982 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:47.404542 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:47.408118 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:47.411703 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:47.415260 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:47.418775 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:47.422253 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:47.425821 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:47.429312 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:47.432792 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:47.436283 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:47.439846 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:47.443518 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:47.447253 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:47.450979 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:47.454712 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:47.458389 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:47.462042 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:47.465693 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:47.469366 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:47.473250 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:47.477011 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:47.480810 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:47.484618 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:47.488396 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:47.492230 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:47.496028 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:47.499829 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:47.503622 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:47.507443 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:47.511233 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:47.514998 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:47.518707 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:47.522418 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:47.526118 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:47.529840 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:47.533636 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:47.537425 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:47.541240 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:47.545009 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:47.548715 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:47.552435 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:47.556151 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:47.559798 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:47.563430 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:47.567158 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:47.570929 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:47.574652 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:47.578345 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:47.581966 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:47.585531 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:47.589063 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:47.592599 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:47.596207 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:47.599840 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:47.603579 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:47.607360 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:47.611251 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:47.615277 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:47.619307 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:47.623353 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:47.627417 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:47.631465 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:47.635553 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:47.639632 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:47.643685 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:47.647767 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:47.651923 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:47.656039 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:47.660203 ---      ParallelTerminationStrategy: PID 22 died...
22:49:47.662096 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:47.666679 ---      ParallelTerminationStrategy: PID 23 died...
22:49:47.668542 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:47.673075 ---      ParallelTerminationStrategy: PID 24 died...
22:49:47.674928 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:47.679564 ---      ParallelTerminationStrategy: PID 25 died...
22:49:47.681457 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:47.686094 ---      ParallelTerminationStrategy: PID 26 died...
22:49:47.687976 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:47.692897 ---      ParallelTerminationStrategy: PID 27 died...
22:49:47.694758 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:47.699242 ---      ParallelTerminationStrategy: PID 28 died...
22:49:47.701067 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:47.705562 ---      ParallelTerminationStrategy: PID 29 died...
22:49:47.707345 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:47.711744 ---      ParallelTerminationStrategy: PID 30 died...
22:49:47.713529 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:47.717867 ---      ParallelTerminationStrategy: PID 31 died...
22:49:47.719594 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:47.724193 ---      ParallelTerminationStrategy: PID 32 died...
22:49:47.725970 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:47.730304 ---      ParallelTerminationStrategy: PID 33 died...
22:49:47.732055 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:47.736364 ---      ParallelTerminationStrategy: PID 35 died...
22:49:47.738114 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:47.742460 ---      ParallelTerminationStrategy: PID 36 died...
22:49:47.744216 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:47.748575 ---      ParallelTerminationStrategy: PID 37 died...
22:49:47.750375 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:47.754905 ---      ParallelTerminationStrategy: PID 38 died...
22:49:47.756777 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:47.761386 ---      ParallelTerminationStrategy: PID 39 died...
22:49:47.763219 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:47.767703 ---      ParallelTerminationStrategy: PID 40 died...
22:49:47.769556 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:47.774131 ---      ParallelTerminationStrategy: PID 41 died...
22:49:47.775967 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:47.780481 ---      ParallelTerminationStrategy: PID 42 died...
22:49:47.782285 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:47.786724 ---      ParallelTerminationStrategy: PID 43 died...
22:49:47.788570 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:47.793135 ---      ParallelTerminationStrategy: PID 44 died...
22:49:47.795010 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:47.799702 ---      ParallelTerminationStrategy: PID 45 died...
22:49:47.801583 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:47.806260 ---      ParallelTerminationStrategy: PID 46 died...
22:49:47.808132 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:47.812795 ---      ParallelTerminationStrategy: PID 47 died...
22:49:47.814685 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:47.819359 ---      ParallelTerminationStrategy: PID 48 died...
22:49:47.821300 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:47.826176 ---      ParallelTerminationStrategy: PID 49 died...
22:49:47.828112 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:47.832848 ---      ParallelTerminationStrategy: PID 50 died...
22:49:47.834733 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:47.839391 ---      ParallelTerminationStrategy: PID 51 died...
22:49:47.841275 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:47.845916 ---      ParallelTerminationStrategy: PID 52 died...
22:49:47.847801 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:47.852450 ---      ParallelTerminationStrategy: PID 53 died...
22:49:47.854363 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:47.859025 ---      ParallelTerminationStrategy: PID 54 died...
22:49:47.860905 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:47.865555 ---      ParallelTerminationStrategy: PID 55 died...
22:49:47.867427 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:47.872162 ---      ParallelTerminationStrategy: PID 56 died...
22:49:47.874112 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:47.878907 ---      ParallelTerminationStrategy: PID 57 died...
22:49:47.880815 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:47.885455 ---      ParallelTerminationStrategy: PID 58 died...
22:49:47.887318 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:47.891911 ---      ParallelTerminationStrategy: PID 59 died...
22:49:47.893798 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:47.898449 ---      ParallelTerminationStrategy: PID 60 died...
22:49:47.900334 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:47.905044 ---      ParallelTerminationStrategy: PID 61 died...
22:49:47.906979 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:47.911751 ---      ParallelTerminationStrategy: PID 62 died...
22:49:47.913702 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:47.918478 ---      ParallelTerminationStrategy: PID 63 died...
22:49:47.920413 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:47.925090 ---      ParallelTerminationStrategy: PID 64 died...
22:49:47.926966 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:47.931570 ---      ParallelTerminationStrategy: PID 65 died...
22:49:47.933408 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:47.937902 ---      ParallelTerminationStrategy: PID 66 died...
22:49:47.939723 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:47.944262 ---      ParallelTerminationStrategy: PID 67 died...
22:49:47.946072 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:47.950503 ---      ParallelTerminationStrategy: PID 68 died...
22:49:47.952334 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:47.956895 ---      ParallelTerminationStrategy: PID 69 died...
22:49:47.958699 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:47.963062 ---      ParallelTerminationStrategy: PID 70 died...
22:49:47.964849 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:47.969274 ---      ParallelTerminationStrategy: PID 71 died...
22:49:47.971044 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:47.975452 ---      ParallelTerminationStrategy: PID 72 died...
22:49:47.977366 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:47.981860 ---      ParallelTerminationStrategy: PID 73 died...
22:49:47.983652 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:47.988057 ---      ParallelTerminationStrategy: PID 74 died...
22:49:47.989838 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:47.994241 ---      ParallelTerminationStrategy: PID 75 died...
22:49:47.996022 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:48.000439 ---      ParallelTerminationStrategy: PID 76 died...
22:49:48.002237 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:48.006633 ---      ParallelTerminationStrategy: PID 77 died...
22:49:48.008408 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:48.012809 ---      ParallelTerminationStrategy: PID 78 died...
22:49:48.014589 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:48.019022 ---      ParallelTerminationStrategy: PID 79 died...
22:49:48.020808 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:48.025213 ---      ParallelTerminationStrategy: PID 80 died...
22:49:48.027010 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:48.031538 ---      ParallelTerminationStrategy: PID 81 died...
22:49:48.033369 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:48.037999 ---      ParallelTerminationStrategy: PID 82 died...
22:49:48.039871 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:48.044509 ---      ParallelTerminationStrategy: PID 83 died...
22:49:48.046334 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:48.050837 ---      ParallelTerminationStrategy: PID 84 died...
22:49:48.052655 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:48.057074 ---      ParallelTerminationStrategy: PID 85 died...
22:49:48.058861 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:48.063332 ---      ParallelTerminationStrategy: PID 86 died...
22:49:48.065115 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:48.069630 ---      ParallelTerminationStrategy: PID 87 died...
22:49:48.071420 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:48.075897 ---      ParallelTerminationStrategy: PID 88 died...
22:49:48.077714 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:48.082223 ---      ParallelTerminationStrategy: PID 89 died...
22:49:48.084024 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:48.088453 ---      ParallelTerminationStrategy: PID 90 died...
22:49:48.090248 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:48.094797 ---      ParallelTerminationStrategy: PID 91 died...
22:49:48.096581 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:48.101052 ---      ParallelTerminationStrategy: PID 92 died...
22:49:48.102894 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:48.107319 ---      ParallelTerminationStrategy: PID 93 died...
22:49:48.109139 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:48.113654 ---      ParallelTerminationStrategy: PID 94 died...
22:49:48.115432 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:48.119877 ---      ParallelTerminationStrategy: PID 95 died...
22:49:48.121723 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:48.126159 ---      ParallelTerminationStrategy: PID 96 died...
22:49:48.127950 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:48.132444 ---      ParallelTerminationStrategy: PID 97 died...
22:49:48.134289 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:48.138738 ---      ParallelTerminationStrategy: PID 98 died...
22:49:48.140539 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:48.144918 ---      ParallelTerminationStrategy: PID 99 died...
22:49:48.146650 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:48.150960 ---      ParallelTerminationStrategy: PID 100 died...
22:49:48.152663 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:48.156880 ---      ParallelTerminationStrategy: PID 101 died...
22:49:48.158581 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:48.162828 ---      ParallelTerminationStrategy: PID 102 died...
22:49:48.164555 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:48.169219 ---      ParallelTerminationStrategy: PID 103 died...
22:49:48.171083 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:48.175558 ---      ParallelTerminationStrategy: PID 104 died...
22:49:48.177390 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:48.181795 ---      ParallelTerminationStrategy: PID 105 died...
22:49:48.183528 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:48.187846 ---      ParallelTerminationStrategy: PID 106 died...
22:49:48.189627 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:48.194092 ---      ParallelTerminationStrategy: PID 107 died...
22:49:48.195905 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:48.200494 ---      ParallelTerminationStrategy: PID 108 died...
22:49:48.202326 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:48.206757 ---      ParallelTerminationStrategy: PID 109 died...
22:49:48.208609 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:48.213092 ---      ParallelTerminationStrategy: PID 110 died...
22:49:48.214883 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:48.219351 ---      ParallelTerminationStrategy: PID 111 died...
22:49:48.221142 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:48.225550 ---      ParallelTerminationStrategy: PID 112 died...
22:49:48.227351 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:48.231790 ---      ParallelTerminationStrategy: PID 113 died...
22:49:48.233563 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:48.237917 ---      ParallelTerminationStrategy: PID 114 died...
22:49:48.239679 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:48.244066 ---      ParallelTerminationStrategy: PID 115 died...
22:49:48.245850 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:48.250303 ---      ParallelTerminationStrategy: PID 116 died...
22:49:48.252086 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:48.256544 ---      ParallelTerminationStrategy: PID 117 died...
22:49:48.258305 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:48.262753 ---      ParallelTerminationStrategy: PID 118 died...
22:49:48.264503 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:48.268869 ---      ParallelTerminationStrategy: PID 119 died...
22:49:48.270614 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:48.274853 ---      ParallelTerminationStrategy: PID 120 died...
22:49:48.276590 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:48.280888 ---      ParallelTerminationStrategy: PID 121 died...
22:49:48.282628 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:48.287198 ---      ParallelTerminationStrategy: PID 122 died...
22:49:48.289111 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:48.293764 ---      ParallelTerminationStrategy: PID 123 died...
22:49:48.295610 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:48.300208 ---      ParallelTerminationStrategy: PID 124 died...
22:49:48.302075 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:48.306691 ---      ParallelTerminationStrategy: PID 125 died...
22:49:48.308595 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:48.313198 ---      ParallelTerminationStrategy: PID 126 died...
22:49:48.315015 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:48.319546 ---      ParallelTerminationStrategy: PID 127 died...
22:49:48.321445 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:48.326068 ---      ParallelTerminationStrategy: PID 128 died...
22:49:48.327938 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:48.332536 ---      ParallelTerminationStrategy: PID 129 died...
22:49:48.334381 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:48.338904 ---      ParallelTerminationStrategy: PID 130 died...
22:49:48.340712 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:48.345213 ---      ParallelTerminationStrategy: PID 131 died...
22:49:48.347027 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:48.351515 ---      ParallelTerminationStrategy: PID 132 died...
22:49:48.353320 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:48.357808 ---      ParallelTerminationStrategy: PID 133 died...
22:49:48.359620 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:48.364133 ---      ParallelTerminationStrategy: PID 134 died...
22:49:48.366008 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:48.370637 ---      ParallelTerminationStrategy: PID 135 died...
22:49:48.372503 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:48.377181 ---      ParallelTerminationStrategy: PID 136 died...
22:49:48.379125 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:48.383768 ---      ParallelTerminationStrategy: PID 137 died...
22:49:48.385674 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:48.390393 ---      ParallelTerminationStrategy: PID 138 died...
22:49:48.392292 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:48.397032 ---      ParallelTerminationStrategy: PID 139 died...
22:49:48.398933 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:48.403629 ---      ParallelTerminationStrategy: PID 140 died...
22:49:48.405529 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:48.410209 ---      ParallelTerminationStrategy: PID 141 died...
22:49:48.412089 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:48.416687 ---      ParallelTerminationStrategy: PID 142 died...
22:49:48.418544 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:48.423133 ---      ParallelTerminationStrategy: PID 143 died...
22:49:48.424957 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:48.429533 ---      ParallelTerminationStrategy: PID 144 died...
22:49:48.431375 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:48.435991 ---      ParallelTerminationStrategy: PID 145 died...
22:49:48.437877 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:48.442563 ---      ParallelTerminationStrategy: PID 146 died...
22:49:48.444471 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:48.449101 ---      ParallelTerminationStrategy: PID 147 died...
22:49:48.451001 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:48.455608 ---      ParallelTerminationStrategy: PID 148 died...
22:49:48.457457 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:48.461897 ---      ParallelTerminationStrategy: PID 149 died...
22:49:48.463635 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:48.467881 ---      ParallelTerminationStrategy: PID 150 died...
22:49:48.469588 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:48.473822 ---      ParallelTerminationStrategy: PID 151 died...
22:49:48.475530 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:48.479706 ---      ParallelTerminationStrategy: PID 152 died...
22:49:48.481369 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:48.485530 ---      ParallelTerminationStrategy: PID 153 died...
22:49:48.487188 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:48.491326 ---      ParallelTerminationStrategy: PID 154 died...
22:49:48.493000 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:48.497135 ---      ParallelTerminationStrategy: PID 155 died...
22:49:48.498805 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:48.502941 ---      ParallelTerminationStrategy: PID 156 died...
22:49:48.504603 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:48.508764 ---      ParallelTerminationStrategy: PID 157 died...
22:49:48.510443 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:48.514576 ---      ParallelTerminationStrategy: PID 158 died...
22:49:48.516206 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:48.520246 ---      ParallelTerminationStrategy: PID 159 died...
22:49:48.521911 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:48.526066 ---      ParallelTerminationStrategy: PID 160 died...
22:49:48.527728 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:48.531840 ---      ParallelTerminationStrategy: PID 161 died...
22:49:48.533515 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:48.537611 ---      ParallelTerminationStrategy: PID 162 died...
22:49:48.539297 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:48.543543 ---      ParallelTerminationStrategy: PID 163 died...
22:49:48.545301 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:48.549753 ---      ParallelTerminationStrategy: PID 164 died...
22:49:48.551558 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:48.555983 ---      ParallelTerminationStrategy: PID 165 died...
22:49:48.557758 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:48.562163 ---      ParallelTerminationStrategy: PID 166 died...
22:49:48.563892 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:48.568226 ---      ParallelTerminationStrategy: PID 167 died...
22:49:48.569996 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:48.574392 ---      ParallelTerminationStrategy: PID 168 died...
22:49:48.576174 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:48.580642 ---      ParallelTerminationStrategy: PID 169 died...
22:49:48.582422 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:48.586761 ---      ParallelTerminationStrategy: PID 170 died...
22:49:48.588513 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:48.592881 ---      ParallelTerminationStrategy: PID 171 died...
22:49:48.594623 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:48.598907 ---      ParallelTerminationStrategy: PID 172 died...
22:49:48.600628 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:48.605046 ---      ParallelTerminationStrategy: PID 173 died...
22:49:48.606781 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:48.611071 ---      ParallelTerminationStrategy: PID 174 died...
22:49:48.612828 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:48.617103 ---      ParallelTerminationStrategy: PID 175 died...
22:49:48.618815 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:48.623069 ---      ParallelTerminationStrategy: PID 176 died...
22:49:48.624783 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:48.629033 ---      ParallelTerminationStrategy: PID 177 died...
22:49:48.630744 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:48.634971 ---      ParallelTerminationStrategy: PID 178 died...
22:49:48.636705 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:48.640920 ---      ParallelTerminationStrategy: PID 179 died...
22:49:48.642602 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:48.646743 ---      ParallelTerminationStrategy: PID 180 died...
22:49:48.648403 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:48.652561 ---      ParallelTerminationStrategy: PID 181 died...
22:49:48.654234 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:48.658407 ---      ParallelTerminationStrategy: PID 182 died...
22:49:48.660085 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:48.664315 ---      ParallelTerminationStrategy: PID 183 died...
22:49:48.666033 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:48.670338 ---      ParallelTerminationStrategy: PID 184 died...
22:49:48.672094 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:48.676511 ---      ParallelTerminationStrategy: PID 185 died...
22:49:48.678313 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:48.682846 ---      ParallelTerminationStrategy: PID 186 died...
22:49:48.684607 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:48.688960 ---      ParallelTerminationStrategy: PID 187 died...
22:49:48.690671 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:48.694964 ---      ParallelTerminationStrategy: PID 188 died...
22:49:48.696712 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:48.701170 ---      ParallelTerminationStrategy: PID 189 died...
22:49:48.702945 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:48.707377 ---      ParallelTerminationStrategy: PID 190 died...
22:49:48.709141 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:48.713506 ---      ParallelTerminationStrategy: PID 191 died...
22:49:48.715258 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:48.719753 ---      ParallelTerminationStrategy: PID 192 died...
22:49:48.721568 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:48.726042 ---      ParallelTerminationStrategy: PID 193 died...
22:49:48.727845 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:48.732344 ---      ParallelTerminationStrategy: PID 194 died...
22:49:48.734215 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:48.738830 ---      ParallelTerminationStrategy: PID 195 died...
22:49:48.740691 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:48.745278 ---      ParallelTerminationStrategy: PID 196 died...
22:49:48.747144 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:48.751771 ---      ParallelTerminationStrategy: PID 197 died...
22:49:48.753641 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:48.758210 ---      ParallelTerminationStrategy: PID 198 died...
22:49:48.760031 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:48.764542 ---      ParallelTerminationStrategy: PID 199 died...
22:49:48.766371 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:48.770866 ---      ParallelTerminationStrategy: PID 200 died...
22:49:48.772668 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:48.777141 ---      ParallelTerminationStrategy: PID 201 died...
22:49:48.778944 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:48.783397 ---      ParallelTerminationStrategy: PID 202 died...
22:49:48.785226 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:48.789699 ---      ParallelTerminationStrategy: PID 203 died...
22:49:48.791520 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:48.795986 ---      ParallelTerminationStrategy: PID 204 died...
22:49:48.797781 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:48.802272 ---      ParallelTerminationStrategy: PID 205 died...
22:49:48.804065 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:48.808576 ---      ParallelTerminationStrategy: PID 206 died...
22:49:48.810390 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:48.814867 ---      ParallelTerminationStrategy: PID 207 died...
22:49:48.816679 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:48.821162 ---      ParallelTerminationStrategy: PID 208 died...
22:49:48.822961 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:48.827429 ---      ParallelTerminationStrategy: PID 209 died...
22:49:48.829232 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:48.833690 ---      ParallelTerminationStrategy: PID 210 died...
22:49:48.835521 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:48.840084 ---      ParallelTerminationStrategy: PID 211 died...
22:49:48.841931 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:48.846427 ---      ParallelTerminationStrategy: PID 212 died...
22:49:48.848225 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:48.852724 ---      ParallelTerminationStrategy: PID 213 died...
22:49:48.854531 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:48.859098 ---      ParallelTerminationStrategy: PID 214 died...
22:49:48.860915 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:48.865393 ---      ParallelTerminationStrategy: PID 215 died...
22:49:48.867190 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:48.871655 ---      ParallelTerminationStrategy: PID 216 died...
22:49:48.873545 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:48.878137 ---      ParallelTerminationStrategy: PID 217 died...
22:49:48.879986 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:48.884559 ---      ParallelTerminationStrategy: PID 218 died...
22:49:48.886372 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:48.890832 ---      ParallelTerminationStrategy: PID 219 died...
22:49:48.892664 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:48.897317 ---      ParallelTerminationStrategy: PID 220 died...
22:49:48.899248 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:48.903855 ---      ParallelTerminationStrategy: PID 221 died...
22:49:48.905661 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:48.910147 ---      ParallelTerminationStrategy: PID 222 died...
22:49:48.911949 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:48.916429 ---      ParallelTerminationStrategy: PID 223 died...
22:49:48.918246 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:48.922717 ---      ParallelTerminationStrategy: PID 224 died...
22:49:48.924520 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:48.929013 ---      ParallelTerminationStrategy: PID 225 died...
22:49:48.930834 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:48.935319 ---      ParallelTerminationStrategy: PID 226 died...
22:49:48.937146 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:48.941600 ---      ParallelTerminationStrategy: PID 227 died...
22:49:48.943407 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:48.947856 ---      ParallelTerminationStrategy: PID 228 died...
22:49:48.949602 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:48.954072 ---      ParallelTerminationStrategy: PID 229 died...
22:49:48.955875 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:48.960343 ---      ParallelTerminationStrategy: PID 230 died...
22:49:48.962145 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:48.966603 ---      ParallelTerminationStrategy: PID 231 died...
22:49:48.968404 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:48.972881 ---      ParallelTerminationStrategy: PID 232 died...
22:49:48.974697 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:48.979181 ---      ParallelTerminationStrategy: PID 233 died...
22:49:48.981016 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:48.985546 ---      ParallelTerminationStrategy: PID 234 died...
22:49:48.987418 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:52.391901 ---      ParallelTerminationStrategy: PID 34 died...
22:49:52.393651 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8033 netreg_mass PASS
---------------------------------------------------------------------
22:49:52.470534 tst                       trial-8033: Storing JUnit report in /build/trial-8033/run.2025-07-20_22-48-15/trial-8033.xml

--------------------------------------------------------------------------------------------
trial-8033 PASS
--------------------------------------------------------------------------------------------
22:49:52.481754 tst                       trial-8033: trial-8033: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (90.8 sec)
+ exit_code=0
+ rm -rf trial-8033/inst
+ cd trial-8033
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-07-20 22:48:15
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8033-run.tgz run.2025-07-20_22-48-15
+ tar czf /build/trial-8033-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-07-20_13_28_54.tgz osmo-bts-oc2g.build-2025-07-20_00_51_36.tgz osmo-bts-sysmo.build-2025-07-20_00_51_37.tgz osmo-bts.build-2025-07-20_00_51_45.tgz osmo-ggsn.build-2025-07-20_20_42_52.tgz osmo-hlr.build-2025-07-20_16_36_52.tgz osmo-hnbgw.build-2025-07-20_13_30_20.tgz osmo-mgw.build-2025-07-20_08_33_15.tgz osmo-msc.build-2025-07-20_13_34_23.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-20_07_34_02.tgz osmo-pcu-sysmo.build-2025-07-20_07_36_11.tgz osmo-pcu.build-2025-07-20_07_36_18.tgz osmo-sgsn.build-2025-07-20_20_48_37.tgz osmo-stp.build-2025-07-20_13_25_23.tgz osmo-trx.build-2025-07-20_14_28_36.tgz osmocom-bb.build-2025-07-20_21_17_16.tgz srslte.build-19.tgz
+ exit 0
+ 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:bookworm chmod -R a+rwX /workspace/
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS