Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins17639245486460739385.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-8022
+ 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
6a0878f ttcn3-gbproxy-test: run with titan 9.0.0
+ 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:
#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 [ 3/28] RUN     groupadd osmo-gsm-tester
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:d0dd377ed718426d4c01a72cedd28e4aea1930ee05eb93e57ba18ce35f6618f4 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=8023 -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-10 22:48:25
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8023
+ mkdir -p trial-8023
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-07-10_17_56_49.tgz osmo-bts-oc2g.build-2025-07-10_00_51_31.tgz osmo-bts-sysmo.build-2025-07-10_00_51_37.tgz osmo-bts.build-2025-07-10_00_51_41.tgz osmo-ggsn.build-2025-07-10_20_42_22.tgz osmo-hlr.build-2025-07-10_16_36_52.tgz osmo-hnbgw.build-2025-07-10_18_05_45.tgz osmo-mgw.build-2025-07-10_08_33_13.tgz osmo-msc.build-2025-07-10_18_07_04.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-10_07_34_00.tgz osmo-pcu-sysmo.build-2025-07-10_07_36_02.tgz osmo-pcu.build-2025-07-10_07_36_10.tgz osmo-sgsn.build-2025-07-10_20_48_24.tgz osmo-stp.build-2025-07-10_17_53_18.tgz osmo-trx.build-2025-07-10_14_28_58.tgz osmocom-bb.build-2025-07-10_21_17_13.tgz srslte.build-19.tgz trial-8023
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-07-10_17_56_49.md5 osmo-bts-oc2g.build-2025-07-10_00_51_31.md5 osmo-bts-sysmo.build-2025-07-10_00_51_37.md5 osmo-bts.build-2025-07-10_00_51_41.md5 osmo-ggsn.build-2025-07-10_20_42_22.md5 osmo-hlr.build-2025-07-10_16_36_52.md5 osmo-hnbgw.build-2025-07-10_18_05_45.md5 osmo-mgw.build-2025-07-10_08_33_13.md5 osmo-msc.build-2025-07-10_18_07_04.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-10_07_34_00.md5 osmo-pcu-sysmo.build-2025-07-10_07_36_02.md5 osmo-pcu.build-2025-07-10_07_36_10.md5 osmo-sgsn.build-2025-07-10_20_48_24.md5 osmo-stp.build-2025-07-10_17_53_18.md5 osmo-trx.build-2025-07-10_14_28_58.md5 osmocom-bb.build-2025-07-10_21_17_13.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-07-10_17_56_49.md5 osmo-bts-oc2g.build-2025-07-10_00_51_31.md5 osmo-bts-sysmo.build-2025-07-10_00_51_37.md5 osmo-bts.build-2025-07-10_00_51_41.md5 osmo-ggsn.build-2025-07-10_20_42_22.md5 osmo-hlr.build-2025-07-10_16_36_52.md5 osmo-hnbgw.build-2025-07-10_18_05_45.md5 osmo-mgw.build-2025-07-10_08_33_13.md5 osmo-msc.build-2025-07-10_18_07_04.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-10_07_34_00.md5 osmo-pcu-sysmo.build-2025-07-10_07_36_02.md5 osmo-pcu.build-2025-07-10_07_36_10.md5 osmo-sgsn.build-2025-07-10_20_48_24.md5 osmo-stp.build-2025-07-10_17_53_18.md5 osmo-trx.build-2025-07-10_14_28_58.md5 osmocom-bb.build-2025-07-10_21_17_13.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-8023 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8023'
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-8023
--------------------------------------------------------------------------------------------
22:48:25.332001 tst                       trial-8023: Detailed log at /build/trial-8023/run.2025-07-10_22-48-25/log

---------------------------------------------------------------------
trial-8023 netreg_mass
---------------------------------------------------------------------
22:48:25.543262 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:25.543633 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:25.544450 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:25.545656 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:25.580161 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:25.580937 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:25.582078 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:25.650243 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-8023 netreg_mass register_default_mass.py
----------------------------------------------
22:48:25.651054 tst       register_default_mass.py:9: Claiming resources for the test
22:48:25.667054 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:25.667619 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:25.668095 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:25.668557 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:25.669031 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:25.669502 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:25.669960 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:25.719685 tst         register_default_mass.py: using LAC 2
22:48:25.763353 tst         register_default_mass.py: using RAC 2
22:48:25.808317 tst         register_default_mass.py: using CellId 2
22:48:25.844622 tst         register_default_mass.py: using BVCI 3
22:48:25.850363 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.851008 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.851540 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.852046 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.852561 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.853100 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.853603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.854113 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.854649 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.855168 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.855678 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.856204 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.856744 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.857270 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.857803 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.858322 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.858830 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.859359 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.859878 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.860394 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.860925 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.861450 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.861967 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.862502 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.863016 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.863535 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.864058 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.864564 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.865080 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.865608 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.866118 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.866629 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.867162 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.867688 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.868213 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.868732 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.869241 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.869764 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.870281 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.870787 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.871306 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.871835 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.872353 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.872867 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.873392 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.873906 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.874417 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.874932 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.875461 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.875975 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.876509 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.877037 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.877553 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.878069 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.878588 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.879100 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.879604 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.880123 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.880638 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.881142 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.881657 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.882169 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.882683 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.883210 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.883720 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.884232 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.884759 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.885281 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.885783 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.886295 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.886808 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.887315 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.887911 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.888441 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.888948 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.889434 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.889927 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.890418 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.890918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.891400 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.891882 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.892358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.892865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.893354 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.893840 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.894327 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.894811 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.895295 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.895804 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.896295 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.896796 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.897286 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.897779 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.898272 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.898753 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.899231 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.899728 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.900226 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.900712 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.901202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.901686 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.902220 tst      register_default_mass.py:21: Launching a simple network
22:48:25.911849 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:26.033677 run            create_hlr_db(pid=20): Launched
22:48:27.048440 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:27.066102 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:27.081509 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:27.087220 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:27.268999 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:27.284619 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:27.290493 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:27.730489 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:27.745707 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:30.760545 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:30.876880 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:30.892312 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:30.898160 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:30.922324 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:30.938022 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:30.943822 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:31.267114 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:31.282616 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:37.299527 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:37.451212 run         osmo-bts-virtual(pid=34): Launched
22:48:38.499045 tst         register_default_mass.py: using MSISDN 1001
22:48:38.505051 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:38.648519 tst         register_default_mass.py: using MSISDN 1002
22:48:38.654543 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:38.781745 tst         register_default_mass.py: using MSISDN 1003
22:48:38.787733 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:38.877528 tst         register_default_mass.py: using MSISDN 1004
22:48:38.883231 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:38.961185 tst         register_default_mass.py: using MSISDN 1005
22:48:38.966923 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:39.053001 tst         register_default_mass.py: using MSISDN 1006
22:48:39.058656 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:39.136368 tst         register_default_mass.py: using MSISDN 1007
22:48:39.142399 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:39.223097 tst         register_default_mass.py: using MSISDN 1008
22:48:39.229798 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:39.307245 tst         register_default_mass.py: using MSISDN 1009
22:48:39.313260 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:39.400729 tst         register_default_mass.py: using MSISDN 1010
22:48:39.408114 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:39.578688 tst         register_default_mass.py: using MSISDN 1011
22:48:39.584648 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:39.662688 tst         register_default_mass.py: using MSISDN 1012
22:48:39.668742 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:39.742020 tst         register_default_mass.py: using MSISDN 1013
22:48:39.747914 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:39.835170 tst         register_default_mass.py: using MSISDN 1014
22:48:39.840879 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:39.914392 tst         register_default_mass.py: using MSISDN 1015
22:48:39.920360 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:40.002761 tst         register_default_mass.py: using MSISDN 1016
22:48:40.008856 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:40.077861 tst         register_default_mass.py: using MSISDN 1017
22:48:40.084463 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:40.165202 tst         register_default_mass.py: using MSISDN 1018
22:48:40.171173 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:40.256233 tst         register_default_mass.py: using MSISDN 1019
22:48:40.262196 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:40.344239 tst         register_default_mass.py: using MSISDN 1020
22:48:40.349949 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:40.416586 tst         register_default_mass.py: using MSISDN 1021
22:48:40.424385 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:40.495562 tst         register_default_mass.py: using MSISDN 1022
22:48:40.501566 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:40.569420 tst         register_default_mass.py: using MSISDN 1023
22:48:40.576509 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:40.658103 tst         register_default_mass.py: using MSISDN 1024
22:48:40.664109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:40.760386 tst         register_default_mass.py: using MSISDN 1025
22:48:40.766379 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:40.844819 tst         register_default_mass.py: using MSISDN 1026
22:48:40.850558 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:40.934981 tst         register_default_mass.py: using MSISDN 1027
22:48:40.940973 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:41.006457 tst         register_default_mass.py: using MSISDN 1028
22:48:41.012525 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:41.097326 tst         register_default_mass.py: using MSISDN 1029
22:48:41.103387 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:41.185469 tst         register_default_mass.py: using MSISDN 1030
22:48:41.191506 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:41.276851 tst         register_default_mass.py: using MSISDN 1031
22:48:41.286876 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:41.349731 tst         register_default_mass.py: using MSISDN 1032
22:48:41.371102 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:41.458962 tst         register_default_mass.py: using MSISDN 1033
22:48:41.469346 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:41.539732 tst         register_default_mass.py: using MSISDN 1034
22:48:41.557041 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:41.632474 tst         register_default_mass.py: using MSISDN 1035
22:48:41.637991 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:41.718954 tst         register_default_mass.py: using MSISDN 1036
22:48:41.735780 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:41.816497 tst         register_default_mass.py: using MSISDN 1037
22:48:41.822601 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:41.892899 tst         register_default_mass.py: using MSISDN 1038
22:48:41.900638 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:41.983179 tst         register_default_mass.py: using MSISDN 1039
22:48:41.989188 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:42.059265 tst         register_default_mass.py: using MSISDN 1040
22:48:42.065156 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:42.134856 tst         register_default_mass.py: using MSISDN 1041
22:48:42.140699 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:42.228185 tst         register_default_mass.py: using MSISDN 1042
22:48:42.233855 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:42.312880 tst         register_default_mass.py: using MSISDN 1043
22:48:42.318977 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:42.398762 tst         register_default_mass.py: using MSISDN 1044
22:48:42.404730 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:42.478339 tst         register_default_mass.py: using MSISDN 1045
22:48:42.490021 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:42.568516 tst         register_default_mass.py: using MSISDN 1046
22:48:42.590344 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:42.652873 tst         register_default_mass.py: using MSISDN 1047
22:48:42.673551 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:42.746582 tst         register_default_mass.py: using MSISDN 1048
22:48:42.759262 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:42.819890 tst         register_default_mass.py: using MSISDN 1049
22:48:42.839436 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:42.934627 tst         register_default_mass.py: using MSISDN 1050
22:48:42.952657 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:43.034275 tst         register_default_mass.py: using MSISDN 1051
22:48:43.050376 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:43.126574 tst         register_default_mass.py: using MSISDN 1052
22:48:43.148319 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:43.228271 tst         register_default_mass.py: using MSISDN 1053
22:48:43.238422 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:43.312380 tst         register_default_mass.py: using MSISDN 1054
22:48:43.333875 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:43.405494 tst         register_default_mass.py: using MSISDN 1055
22:48:43.415440 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:43.492298 tst         register_default_mass.py: using MSISDN 1056
22:48:43.501964 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:43.579284 tst         register_default_mass.py: using MSISDN 1057
22:48:43.601358 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:43.678541 tst         register_default_mass.py: using MSISDN 1058
22:48:43.687142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:43.761274 tst         register_default_mass.py: using MSISDN 1059
22:48:43.777289 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:43.857829 tst         register_default_mass.py: using MSISDN 1060
22:48:43.877892 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:43.952332 tst         register_default_mass.py: using MSISDN 1061
22:48:43.969682 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:44.035920 tst         register_default_mass.py: using MSISDN 1062
22:48:44.054050 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:44.119182 tst         register_default_mass.py: using MSISDN 1063
22:48:44.136456 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:44.208285 tst         register_default_mass.py: using MSISDN 1064
22:48:44.214444 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:44.280074 tst         register_default_mass.py: using MSISDN 1065
22:48:44.286111 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:44.359320 tst         register_default_mass.py: using MSISDN 1066
22:48:44.365391 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:44.446641 tst         register_default_mass.py: using MSISDN 1067
22:48:44.452354 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:44.525656 tst         register_default_mass.py: using MSISDN 1068
22:48:44.531563 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:44.595613 tst         register_default_mass.py: using MSISDN 1069
22:48:44.601245 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:44.666136 tst         register_default_mass.py: using MSISDN 1070
22:48:44.672229 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:44.780695 tst         register_default_mass.py: using MSISDN 1071
22:48:44.786672 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:44.874224 tst         register_default_mass.py: using MSISDN 1072
22:48:44.880352 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:44.945897 tst         register_default_mass.py: using MSISDN 1073
22:48:44.953321 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:45.033605 tst         register_default_mass.py: using MSISDN 1074
22:48:45.042879 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:45.103584 tst         register_default_mass.py: using MSISDN 1075
22:48:45.109463 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:45.191231 tst         register_default_mass.py: using MSISDN 1076
22:48:45.197065 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:45.270594 tst         register_default_mass.py: using MSISDN 1077
22:48:45.280167 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:45.365116 tst         register_default_mass.py: using MSISDN 1078
22:48:45.373009 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:45.459473 tst         register_default_mass.py: using MSISDN 1079
22:48:45.465533 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:45.539504 tst         register_default_mass.py: using MSISDN 1080
22:48:45.545519 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:45.629036 tst         register_default_mass.py: using MSISDN 1081
22:48:45.638524 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:45.699519 tst         register_default_mass.py: using MSISDN 1082
22:48:45.706875 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:45.781934 tst         register_default_mass.py: using MSISDN 1083
22:48:45.804344 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:45.879815 tst         register_default_mass.py: using MSISDN 1084
22:48:45.897304 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:45.957333 tst         register_default_mass.py: using MSISDN 1085
22:48:45.975800 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:46.046106 tst         register_default_mass.py: using MSISDN 1086
22:48:46.052096 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:46.128641 tst         register_default_mass.py: using MSISDN 1087
22:48:46.134680 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:46.205984 tst         register_default_mass.py: using MSISDN 1088
22:48:46.211904 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:46.285200 tst         register_default_mass.py: using MSISDN 1089
22:48:46.290961 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:46.357715 tst         register_default_mass.py: using MSISDN 1090
22:48:46.363492 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:46.429331 tst         register_default_mass.py: using MSISDN 1091
22:48:46.434945 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:46.517230 tst         register_default_mass.py: using MSISDN 1092
22:48:46.523082 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:46.597498 tst         register_default_mass.py: using MSISDN 1093
22:48:46.603498 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:46.688408 tst         register_default_mass.py: using MSISDN 1094
22:48:46.694447 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:46.767988 tst         register_default_mass.py: using MSISDN 1095
22:48:46.774149 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:46.845976 tst         register_default_mass.py: using MSISDN 1096
22:48:46.852007 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:47.007162 tst         register_default_mass.py: using MSISDN 1097
22:48:47.013727 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:47.106535 tst         register_default_mass.py: using MSISDN 1098
22:48:47.112644 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:47.186683 tst         register_default_mass.py: using MSISDN 1099
22:48:47.197688 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:47.262104 tst         register_default_mass.py: using MSISDN 1100
22:48:47.268131 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:47.383195 run                             mass: Starting testcase
22:48:47.389261 run                             mass: Pre-launching all virtphy's
22:48:47.395020 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:47.408961 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:47.415455 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:47.429257 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:47.435730 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:47.449386 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:47.455740 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:47.469156 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:47.475221 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:47.488905 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:47.495274 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:47.509101 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:47.515563 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:47.529338 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:47.535825 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:47.549667 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:47.556106 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:47.570086 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:47.576423 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:47.590118 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:47.596424 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:47.610335 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:47.616650 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:47.630365 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:47.636695 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:47.650559 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:47.656876 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:47.670572 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:47.676903 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:47.690551 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:47.696791 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:47.710373 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:47.716588 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:47.729811 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:47.736089 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:47.749732 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:47.756035 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:47.769753 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:47.776091 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:47.789780 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:47.796079 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:47.809758 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:47.817864 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:47.831565 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:47.837855 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:47.851530 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:47.857814 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:47.871550 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:47.877843 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:47.891581 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:47.897872 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:47.911531 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:47.917843 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:47.931547 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:47.937832 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:47.951442 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:47.957770 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:47.971414 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:47.977778 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:47.991516 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:47.997842 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:48.011476 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:48.017776 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:48.031589 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:48.037894 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:48.051574 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:48.057919 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:48.071686 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:48.077972 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:48.091707 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:48.098014 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:48.111705 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:48.118008 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:48.131751 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:48.140722 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:48.154977 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:48.161299 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:48.175083 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:48.181453 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:48.195174 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:48.201546 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:48.215194 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:48.221576 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:48.235278 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:48.241587 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:48.255222 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:48.261504 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:48.275199 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:48.281478 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:48.295072 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:48.301369 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:48.315206 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:48.321607 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:48.335247 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:48.341521 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:48.355252 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:48.361518 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:48.375494 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:48.381988 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:48.395856 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:48.402364 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:48.416184 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:48.422595 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:48.436394 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:48.447195 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:48.461380 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:48.467970 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:48.482030 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:48.488421 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:48.502407 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:48.508856 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:48.522734 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:48.529165 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:48.543228 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:48.549796 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:48.563821 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:48.570194 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:48.584003 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:48.590426 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:48.604211 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:48.610524 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:48.624296 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:48.630616 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:48.644335 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:48.650656 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:48.664327 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:48.670674 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:48.684450 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:48.690769 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:48.704618 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:48.710952 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:48.724483 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:48.730749 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:48.744460 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:48.750792 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:48.764601 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:48.770940 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:48.784792 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:48.791104 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:48.805161 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:48.811478 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:48.825466 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:48.831803 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:48.845659 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:48.851964 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:48.865705 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:48.872020 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:48.885733 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:48.892026 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:48.905751 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:48.912068 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:48.925791 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:48.932106 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:48.945803 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:48.952131 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:48.965318 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:48.971502 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:48.984615 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:48.990645 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:49.004055 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:49.010428 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:49.024217 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:49.030782 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:49.044505 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:49.050879 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:49.064844 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:49.071232 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:49.085168 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:49.091569 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:49.105385 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:49.111831 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:49.125817 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:49.132331 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:49.146309 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:49.152736 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:49.166428 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:49.172609 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:49.186289 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:49.192636 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:49.206120 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:49.212426 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:49.226021 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:49.232255 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:49.246155 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:49.252871 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:49.267602 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:49.274247 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:49.288971 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:49.296020 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:49.309757 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:49.316064 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:49.329748 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:49.336040 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:49.349631 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:49.355882 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:49.369496 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:49.375783 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:49.389402 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:49.395701 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:49.409287 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:49.415523 run                             mass: Checking if sockets are in the filesystem
22:48:49.428183 run                osmo-ms-mob/00000: Starting mobile
22:48:49.441958 run       osmo-ms-mob/00000(pid=135): Launched
22:48:49.457780 run                             mass: MS start registered  {at=15418635.161123639, delay=0.00954921543598175, ms=00000}
22:48:53.638514 run                osmo-ms-mob/00001: Starting mobile
22:48:53.679747 run       osmo-ms-mob/00001(pid=136): Launched
22:48:53.703846 run                             mass: MS start registered  {at=15418639.40715197, delay=0.006576191633939743, ms=00001}
22:48:54.515236 run                             mass: MS performed LU  {at=15418640.218535421, lu_delay=5.057411782443523, ms=00000}
22:48:55.437035 run                osmo-ms-mob/00002: Starting mobile
22:48:55.473361 run       osmo-ms-mob/00002(pid=137): Launched
22:48:55.498195 run                             mass: MS start registered  {at=15418641.201487476, delay=0.007236173376441002, ms=00002}
22:48:56.731665 run                osmo-ms-mob/00003: Starting mobile
22:48:56.747950 run       osmo-ms-mob/00003(pid=138): Launched
22:48:56.761460 run                             mass: MS start registered  {at=15418642.464781735, delay=0.006061496213078499, ms=00003}
22:48:57.828791 run                osmo-ms-mob/00004: Starting mobile
22:48:57.844195 run       osmo-ms-mob/00004(pid=139): Launched
22:48:57.857327 run                             mass: MS start registered  {at=15418643.560652066, delay=0.005815140902996063, ms=00004}
22:48:58.834369 run                osmo-ms-mob/00005: Starting mobile
22:48:58.865784 run       osmo-ms-mob/00005(pid=140): Launched
22:48:58.888882 run                             mass: MS start registered  {at=15418644.592193171, delay=0.006998036056756973, ms=00005}
22:48:59.694069 run                             mass: MS performed LU  {at=15418645.397380926, lu_delay=5.990228956565261, ms=00001}
22:48:59.716929 run                osmo-ms-mob/00006: Starting mobile
22:48:59.735867 run       osmo-ms-mob/00006(pid=141): Launched
22:48:59.757957 run                             mass: MS start registered  {at=15418645.461267801, delay=0.013415845111012459, ms=00006}
22:49:00.631771 run                osmo-ms-mob/00007: Starting mobile
22:49:00.648768 run       osmo-ms-mob/00007(pid=142): Launched
22:49:00.661683 run                             mass: MS start registered  {at=15418646.36502607, delay=0.005144745111465454, ms=00007}
22:49:01.430887 run                osmo-ms-mob/00008: Starting mobile
22:49:01.445535 run       osmo-ms-mob/00008(pid=143): Launched
22:49:01.457691 run                             mass: MS start registered  {at=15418647.161027245, delay=0.005156315863132477, ms=00008}
22:49:01.594672 run                             mass: MS performed LU  {at=15418647.29800048, lu_delay=6.096513003110886, ms=00002}
22:49:01.622062 run                             mass: MS performed LU  {at=15418647.325402081, lu_delay=4.860620345920324, ms=00003}
22:49:02.128383 run                osmo-ms-mob/00009: Starting mobile
22:49:02.144297 run       osmo-ms-mob/00009(pid=144): Launched
22:49:02.157190 run                             mass: MS start registered  {at=15418647.860534575, delay=0.0053589195013046265, ms=00009}
22:49:02.829298 run                osmo-ms-mob/00010: Starting mobile
22:49:02.844510 run       osmo-ms-mob/00010(pid=145): Launched
22:49:02.857496 run                             mass: MS start registered  {at=15418648.560831862, delay=0.0054696667939424515, ms=00010}
22:49:03.429087 run                osmo-ms-mob/00011: Starting mobile
22:49:03.447479 run       osmo-ms-mob/00011(pid=146): Launched
22:49:03.459715 run                             mass: MS performed LU  {at=15418649.163030813, lu_delay=5.602378746494651, ms=00004}
22:49:03.471726 run                             mass: MS start registered  {at=15418649.175087938, delay=0.01620309241116047, ms=00011}
22:49:03.994393 run                             mass: MS performed LU  {at=15418649.697706694, lu_delay=5.105513522401452, ms=00005}
22:49:04.012005 run                osmo-ms-mob/00012: Starting mobile
22:49:04.029742 run       osmo-ms-mob/00012(pid=147): Launched
22:49:04.051474 run                             mass: MS start registered  {at=15418649.754805608, delay=0.013347398489713669, ms=00012}
22:49:04.634295 run                osmo-ms-mob/00013: Starting mobile
22:49:04.654002 run       osmo-ms-mob/00013(pid=148): Launched
22:49:04.668405 run                             mass: MS start registered  {at=15418650.371750837, delay=3.279559314250946e-05, ms=00013}
22:49:05.228311 run                osmo-ms-mob/00014: Starting mobile
22:49:05.244954 run       osmo-ms-mob/00014(pid=149): Launched
22:49:05.258509 run                             mass: MS start registered  {at=15418650.961864285, delay=0.00024180114269256592, ms=00014}
22:49:05.360892 run                             mass: MS performed LU  {at=15418651.064222723, lu_delay=5.602954922243953, ms=00006}
22:49:05.388380 run                             mass: MS performed LU  {at=15418651.091720328, lu_delay=4.726694257929921, ms=00007}
22:49:05.828111 run                osmo-ms-mob/00015: Starting mobile
22:49:05.843978 run       osmo-ms-mob/00015(pid=150): Launched
22:49:05.856995 run                             mass: MS start registered  {at=15418651.560340537, delay=0.005547046661376953, ms=00015}
22:49:06.328380 run                osmo-ms-mob/00016: Starting mobile
22:49:06.343215 run       osmo-ms-mob/00016(pid=151): Launched
22:49:06.356112 run                             mass: MS start registered  {at=15418652.059454968, delay=0.005791887640953064, ms=00016}
22:49:06.827586 run                osmo-ms-mob/00017: Starting mobile
22:49:06.842571 run       osmo-ms-mob/00017(pid=152): Launched
22:49:06.854897 run                             mass: MS start registered  {at=15418652.558242662, delay=0.005066880956292152, ms=00017}
22:49:07.225509 run                             mass: MS performed LU  {at=15418652.92884549, lu_delay=5.767818244174123, ms=00008}
22:49:07.290144 run                             mass: MS performed LU  {at=15418652.993475804, lu_delay=5.1329412292689085, ms=00009}
22:49:07.304364 run                osmo-ms-mob/00018: Starting mobile
22:49:07.320758 run       osmo-ms-mob/00018(pid=153): Launched
22:49:07.333861 run                             mass: MS start registered  {at=15418653.037184745, delay=0.005192991346120834, ms=00018}
22:49:07.827945 run                osmo-ms-mob/00019: Starting mobile
22:49:07.842405 run       osmo-ms-mob/00019(pid=154): Launched
22:49:07.854163 run                             mass: MS start registered  {at=15418653.55750077, delay=0.005178656429052353, ms=00019}
22:49:08.328392 run                osmo-ms-mob/00020: Starting mobile
22:49:08.342337 run       osmo-ms-mob/00020(pid=155): Launched
22:49:08.353594 run                             mass: MS start registered  {at=15418654.056936152, delay=0.004823425784707069, ms=00020}
22:49:08.827826 run                osmo-ms-mob/00021: Starting mobile
22:49:08.842121 run       osmo-ms-mob/00021(pid=156): Launched
22:49:08.856407 run                             mass: MS start registered  {at=15418654.559751008, delay=0.0077223628759384155, ms=00021}
22:49:09.126437 run                             mass: MS performed LU  {at=15418654.829771508, lu_delay=6.268939645960927, ms=00010}
22:49:09.138437 run                osmo-ms-mob/00022: Starting mobile
22:49:09.152460 run       osmo-ms-mob/00022(pid=157): Launched
22:49:09.159233 run                             mass: MS performed LU  {at=15418654.862589724, lu_delay=5.687501786276698, ms=00011}
22:49:09.165461 run                             mass: MS start registered  {at=15418654.868825538, delay=0.006257291883230209, ms=00022}
22:49:09.241930 run                             mass: MS performed LU  {at=15418654.945266113, lu_delay=5.190460504963994, ms=00012}
22:49:09.496037 run                             mass: MS performed LU  {at=15418655.19937327, lu_delay=4.827622432261705, ms=00013}
22:49:09.727862 run                osmo-ms-mob/00023: Starting mobile
22:49:09.743652 run       osmo-ms-mob/00023(pid=158): Launched
22:49:09.756623 run                             mass: MS start registered  {at=15418655.459963636, delay=0.005390314385294914, ms=00023}
22:49:10.128240 run                osmo-ms-mob/00024: Starting mobile
22:49:10.142599 run       osmo-ms-mob/00024(pid=159): Launched
22:49:10.154148 run                             mass: MS start registered  {at=15418655.857498262, delay=0.0051426514983177185, ms=00024}
22:49:10.627745 run                osmo-ms-mob/00025: Starting mobile
22:49:10.641908 run       osmo-ms-mob/00025(pid=160): Launched
22:49:10.652995 run                             mass: MS start registered  {at=15418656.356346847, delay=0.004749657586216927, ms=00025}
22:49:10.926082 run                             mass: MS performed LU  {at=15418656.6294205, lu_delay=4.569965532049537, ms=00016}
22:49:10.937997 run                osmo-ms-mob/00026: Starting mobile
22:49:10.952095 run       osmo-ms-mob/00026(pid=161): Launched
22:49:10.963728 run                             mass: MS start registered  {at=15418656.667066587, delay=0.005319138988852501, ms=00026}
22:49:10.991435 run                             mass: MS performed LU  {at=15418656.694771543, lu_delay=5.732907257974148, ms=00014}
22:49:11.056098 run                             mass: MS performed LU  {at=15418656.759432971, lu_delay=5.199092434719205, ms=00015}
22:49:11.427775 run                osmo-ms-mob/00027: Starting mobile
22:49:11.442175 run       osmo-ms-mob/00027(pid=162): Launched
22:49:11.453419 run                             mass: MS start registered  {at=15418657.156763902, delay=0.0048160310834646225, ms=00027}
22:49:11.827917 run                osmo-ms-mob/00028: Starting mobile
22:49:11.842588 run       osmo-ms-mob/00028(pid=163): Launched
22:49:11.853918 run                             mass: MS start registered  {at=15418657.557256436, delay=0.0049362704157829285, ms=00028}
22:49:12.227476 run                osmo-ms-mob/00029: Starting mobile
22:49:12.241238 run       osmo-ms-mob/00029(pid=164): Launched
22:49:12.252543 run                             mass: MS start registered  {at=15418657.955889497, delay=0.005138862878084183, ms=00029}
22:49:12.628183 run                osmo-ms-mob/00030: Starting mobile
22:49:12.642335 run       osmo-ms-mob/00030(pid=165): Launched
22:49:12.653825 run                             mass: MS start registered  {at=15418658.357175251, delay=0.0050157587975263596, ms=00030}
22:49:12.892611 run                             mass: MS performed LU  {at=15418658.595944729, lu_delay=5.038443958386779, ms=00019}
22:49:12.920314 run                             mass: MS performed LU  {at=15418658.623649875, lu_delay=5.5864651296287775, ms=00018}
22:49:12.932278 run                osmo-ms-mob/00031: Starting mobile
22:49:12.946111 run       osmo-ms-mob/00031(pid=166): Launched
22:49:12.957336 run                             mass: MS start registered  {at=15418658.66068377, delay=0.004805576056241989, ms=00031}
22:49:13.008015 run                             mass: MS performed LU  {at=15418658.71135783, lu_delay=6.153115168213844, ms=00017}
22:49:13.261061 run                             mass: MS performed LU  {at=15418658.964398962, lu_delay=4.907462809234858, ms=00020}
22:49:13.273531 run                osmo-ms-mob/00032: Starting mobile
22:49:13.287161 run       osmo-ms-mob/00032(pid=167): Launched
22:49:13.298900 run                             mass: MS start registered  {at=15418659.002245802, delay=0.004566311836242676, ms=00032}
22:49:13.727881 run                osmo-ms-mob/00033: Starting mobile
22:49:13.742360 run       osmo-ms-mob/00033(pid=168): Launched
22:49:13.753794 run                             mass: MS start registered  {at=15418659.457140472, delay=0.00504777766764164, ms=00033}
22:49:14.128209 run                osmo-ms-mob/00034: Starting mobile
22:49:14.142209 run       osmo-ms-mob/00034(pid=169): Launched
22:49:14.153658 run                             mass: MS start registered  {at=15418659.857012372, delay=0.004119563847780228, ms=00034}
22:49:14.428095 run                osmo-ms-mob/00035: Starting mobile
22:49:14.443183 run       osmo-ms-mob/00035(pid=170): Launched
22:49:14.454724 run                             mass: MS start registered  {at=15418660.158069665, delay=0.004538718611001968, ms=00035}
22:49:14.692388 run                             mass: MS performed LU  {at=15418660.395724235, lu_delay=5.835973227396607, ms=00021}
22:49:14.756714 run                             mass: MS performed LU  {at=15418660.460048204, lu_delay=5.000084567815065, ms=00023}
22:49:14.768115 run                osmo-ms-mob/00036: Starting mobile
22:49:14.781635 run       osmo-ms-mob/00036(pid=171): Launched
22:49:14.793170 run                             mass: MS start registered  {at=15418660.496515285, delay=0.005115784704685211, ms=00036}
22:49:14.821272 run                             mass: MS performed LU  {at=15418660.524594791, lu_delay=5.655769253149629, ms=00022}
22:49:14.946091 run                             mass: MS performed LU  {at=15418660.649426227, lu_delay=4.7919279653579, ms=00024}
22:49:15.228673 run                osmo-ms-mob/00037: Starting mobile
22:49:15.242618 run       osmo-ms-mob/00037(pid=172): Launched
22:49:15.253977 run                             mass: MS start registered  {at=15418660.957326032, delay=0.004959572106599808, ms=00037}
22:49:15.527320 run                osmo-ms-mob/00038: Starting mobile
22:49:15.540536 run       osmo-ms-mob/00038(pid=173): Launched
22:49:15.551980 run                             mass: MS start registered  {at=15418661.25532039, delay=0.005261171609163284, ms=00038}
22:49:15.827779 run                osmo-ms-mob/00039: Starting mobile
22:49:15.842053 run       osmo-ms-mob/00039(pid=174): Launched
22:49:15.853109 run                             mass: MS start registered  {at=15418661.55645388, delay=0.004741175100207329, ms=00039}
22:49:16.227283 run                osmo-ms-mob/00040: Starting mobile
22:49:16.240631 run       osmo-ms-mob/00040(pid=175): Launched
22:49:16.251499 run                             mass: MS start registered  {at=15418661.954842685, delay=0.004693979397416115, ms=00040}
22:49:16.527663 run                osmo-ms-mob/00041: Starting mobile
22:49:16.541286 run       osmo-ms-mob/00041(pid=176): Launched
22:49:16.553213 run                             mass: MS start registered  {at=15418662.256553985, delay=0.0052116308361291885, ms=00041}
22:49:16.658126 run                             mass: MS performed LU  {at=15418662.361445012, lu_delay=5.204681109637022, ms=00027}
22:49:16.685909 run                             mass: MS performed LU  {at=15418662.389251564, lu_delay=5.722184976562858, ms=00026}
22:49:16.698218 run                osmo-ms-mob/00042: Starting mobile
22:49:16.711977 run       osmo-ms-mob/00042(pid=177): Launched
22:49:16.723102 run                             mass: MS start registered  {at=15418662.426450554, delay=0.004607535898685455, ms=00042}
22:49:16.773855 run                             mass: MS performed LU  {at=15418662.477193663, lu_delay=4.91993722692132, ms=00028}
22:49:16.792306 run                             mass: MS performed LU  {at=15418662.495652063, lu_delay=6.139305215328932, ms=00025}
22:49:17.083197 run                             mass: MS performed LU  {at=15418662.786515897, lu_delay=4.830626400187612, ms=00029}
22:49:17.097658 run                osmo-ms-mob/00043: Starting mobile
22:49:17.111220 run       osmo-ms-mob/00043(pid=178): Launched
22:49:17.122811 run                             mass: MS start registered  {at=15418662.826158548, delay=0.005079936236143112, ms=00043}
22:49:17.527433 run                osmo-ms-mob/00044: Starting mobile
22:49:17.541788 run       osmo-ms-mob/00044(pid=179): Launched
22:49:17.553422 run                             mass: MS start registered  {at=15418663.256726982, delay=0.0051407162100076675, ms=00044}
22:49:17.828045 run                osmo-ms-mob/00045: Starting mobile
22:49:17.842075 run       osmo-ms-mob/00045(pid=180): Launched
22:49:17.853256 run                             mass: MS start registered  {at=15418663.556601986, delay=0.004741178825497627, ms=00045}
22:49:18.127954 run                osmo-ms-mob/00046: Starting mobile
22:49:18.141618 run       osmo-ms-mob/00046(pid=181): Launched
22:49:18.153229 run                             mass: MS start registered  {at=15418663.856568715, delay=0.005002424120903015, ms=00046}
22:49:18.428099 run                osmo-ms-mob/00047: Starting mobile
22:49:18.442446 run       osmo-ms-mob/00047(pid=182): Launched
22:49:18.454681 run                             mass: MS start registered  {at=15418664.15802236, delay=0.005471197888255119, ms=00047}
22:49:18.461258 run                             mass: MS performed LU  {at=15418664.164614595, lu_delay=5.503930825740099, ms=00031}
22:49:18.523164 run                             mass: MS performed LU  {at=15418664.22648743, lu_delay=4.76934695802629, ms=00033}
22:49:18.538056 run                osmo-ms-mob/00048: Starting mobile
22:49:18.552288 run       osmo-ms-mob/00048(pid=183): Launched
22:49:18.563881 run                             mass: MS start registered  {at=15418664.267223608, delay=0.004884539172053337, ms=00048}
22:49:18.587048 run                             mass: MS performed LU  {at=15418664.29037332, lu_delay=5.288127517327666, ms=00032}
22:49:18.749077 run                             mass: MS performed LU  {at=15418664.45241057, lu_delay=4.595398196950555, ms=00034}
22:49:18.761239 run                osmo-ms-mob/00049: Starting mobile
22:49:18.775132 run       osmo-ms-mob/00049(pid=184): Launched
22:49:18.786771 run                             mass: MS start registered  {at=15418664.490108874, delay=0.005049925297498703, ms=00049}
22:49:19.328134 run                osmo-ms-mob/00050: Starting mobile
22:49:19.341986 run       osmo-ms-mob/00050(pid=185): Launched
22:49:19.355447 run                             mass: MS start registered  {at=15418665.058777226, delay=0.006984405219554901, ms=00050}
22:49:19.728616 run                osmo-ms-mob/00051: Starting mobile
22:49:19.742597 run       osmo-ms-mob/00051(pid=186): Launched
22:49:19.754451 run                             mass: MS start registered  {at=15418665.457798136, delay=0.004922525957226753, ms=00051}
22:49:20.027731 run                osmo-ms-mob/00052: Starting mobile
22:49:20.041412 run       osmo-ms-mob/00052(pid=187): Launched
22:49:20.052533 run                             mass: MS start registered  {at=15418665.755884359, delay=0.005008019506931305, ms=00052}
22:49:20.327767 run                osmo-ms-mob/00053: Starting mobile
22:49:20.342327 run       osmo-ms-mob/00053(pid=188): Launched
22:49:20.353770 run                             mass: MS start registered  {at=15418666.05710828, delay=0.004998011514544487, ms=00053}
22:49:20.423810 run                             mass: MS performed LU  {at=15418666.127138186, lu_delay=4.570684306323528, ms=00039}
22:49:20.451459 run                             mass: MS performed LU  {at=15418666.154810252, lu_delay=5.658294966444373, ms=00036}
22:49:20.462708 run                osmo-ms-mob/00054: Starting mobile
22:49:20.475968 run       osmo-ms-mob/00054(pid=189): Launched
22:49:20.486900 run                             mass: MS start registered  {at=15418666.190253697, delay=0.004535883665084839, ms=00054}
22:49:20.539687 run                             mass: MS performed LU  {at=15418666.243020028, lu_delay=4.9876996371895075, ms=00038}
22:49:20.558190 run                             mass: MS performed LU  {at=15418666.261523644, lu_delay=5.304197611287236, ms=00037}
22:49:20.570190 run                osmo-ms-mob/00055: Starting mobile
22:49:20.583635 run       osmo-ms-mob/00055(pid=190): Launched
22:49:20.595254 run                             mass: MS start registered  {at=15418666.298577916, delay=0.005353076383471489, ms=00055}
22:49:20.613871 run                             mass: MS performed LU  {at=15418666.317201069, lu_delay=6.159131404012442, ms=00035}
22:49:21.228768 run                osmo-ms-mob/00056: Starting mobile
22:49:21.242815 run       osmo-ms-mob/00056(pid=191): Launched
22:49:21.256251 run                             mass: MS start registered  {at=15418666.959589608, delay=0.006705407053232193, ms=00056}
22:49:21.527886 run                osmo-ms-mob/00057: Starting mobile
22:49:21.542413 run       osmo-ms-mob/00057(pid=192): Launched
22:49:21.553787 run                             mass: MS start registered  {at=15418667.257132983, delay=0.00479482114315033, ms=00057}
22:49:21.927834 run                osmo-ms-mob/00058: Starting mobile
22:49:21.941981 run       osmo-ms-mob/00058(pid=193): Launched
22:49:21.953391 run                             mass: MS start registered  {at=15418667.656726278, delay=0.004878997802734375, ms=00058}
22:49:22.230513 run                osmo-ms-mob/00059: Starting mobile
22:49:22.244203 run       osmo-ms-mob/00059(pid=194): Launched
22:49:22.255247 run                             mass: MS start registered  {at=15418667.958596742, delay=0.004621805623173714, ms=00059}
22:49:22.288325 run                             mass: MS performed LU  {at=15418667.991661984, lu_delay=5.735107999294996, ms=00041}
22:49:22.353264 run                             mass: MS performed LU  {at=15418668.056598393, lu_delay=6.101755708456039, ms=00040}
22:49:22.365089 run                osmo-ms-mob/00060: Starting mobile
22:49:22.379237 run       osmo-ms-mob/00060(pid=195): Launched
22:49:22.390593 run                             mass: MS start registered  {at=15418668.093944322, delay=0.004863161593675613, ms=00060}
22:49:22.515008 run                             mass: MS performed LU  {at=15418668.21834309, lu_delay=4.961616108193994, ms=00044}
22:49:22.533498 run                             mass: MS performed LU  {at=15418668.236840026, lu_delay=5.41068147867918, ms=00043}
22:49:22.551588 run                             mass: MS performed LU  {at=15418668.254935917, lu_delay=4.69833393022418, ms=00045}
22:49:22.563263 run                osmo-ms-mob/00061: Starting mobile
22:49:22.577109 run       osmo-ms-mob/00061(pid=196): Launched
22:49:22.588659 run                             mass: MS start registered  {at=15418668.291995993, delay=0.005125092342495918, ms=00061}
22:49:23.228038 run                osmo-ms-mob/00062: Starting mobile
22:49:23.241888 run       osmo-ms-mob/00062(pid=197): Launched
22:49:23.252870 run                             mass: MS start registered  {at=15418668.956216782, delay=0.004824662581086159, ms=00062}
22:49:23.528168 run                osmo-ms-mob/00063: Starting mobile
22:49:23.542422 run       osmo-ms-mob/00063(pid=198): Launched
22:49:23.554244 run                             mass: MS start registered  {at=15418669.257598218, delay=0.005247361958026886, ms=00063}
22:49:23.561956 run                             mass: MS performed LU  {at=15418669.265306218, lu_delay=3.8075080811977386, ms=00051}
22:49:23.927488 run                osmo-ms-mob/00064: Starting mobile
22:49:23.941585 run       osmo-ms-mob/00064(pid=199): Launched
22:49:23.952838 run                             mass: MS start registered  {at=15418669.656189933, delay=0.004741676151752472, ms=00064}
22:49:24.189803 run                             mass: MS performed LU  {at=15418669.893138995, lu_delay=5.735116634517908, ms=00047}
22:49:24.217530 run                             mass: MS performed LU  {at=15418669.920864752, lu_delay=5.430755877867341, ms=00049}
22:49:24.229573 run                osmo-ms-mob/00065: Starting mobile
22:49:24.243622 run       osmo-ms-mob/00065(pid=200): Launched
22:49:24.255170 run                             mass: MS start registered  {at=15418669.95851484, delay=0.00486854650080204, ms=00065}
22:49:24.304903 run                             mass: MS performed LU  {at=15418670.008214133, lu_delay=6.151645418256521, ms=00046}
22:49:24.323465 run                             mass: MS performed LU  {at=15418670.02678365, lu_delay=5.759560042992234, ms=00048}
22:49:24.336382 run                osmo-ms-mob/00066: Starting mobile
22:49:24.350510 run       osmo-ms-mob/00066(pid=201): Launched
22:49:24.362718 run                             mass: MS start registered  {at=15418670.06605391, delay=0.00580216757953167, ms=00066}
22:49:24.380030 run                             mass: MS performed LU  {at=15418670.083364934, lu_delay=5.024587707594037, ms=00050}
22:49:25.028715 run                osmo-ms-mob/00067: Starting mobile
22:49:25.045590 run       osmo-ms-mob/00067(pid=202): Launched
22:49:25.058651 run                             mass: MS start registered  {at=15418670.76199625, delay=0.005365755409002304, ms=00067}
22:49:25.328439 run                osmo-ms-mob/00068: Starting mobile
22:49:25.349126 run       osmo-ms-mob/00068(pid=203): Launched
22:49:25.362744 run                             mass: MS start registered  {at=15418671.066078685, delay=0.005800491198897362, ms=00068}
22:49:25.731043 run                osmo-ms-mob/00069: Starting mobile
22:49:25.745037 run       osmo-ms-mob/00069(pid=204): Launched
22:49:25.756334 run                             mass: MS start registered  {at=15418671.459687136, delay=0.004472728818655014, ms=00069}
22:49:26.008918 run                             mass: MS performed LU  {at=15418671.712254127, lu_delay=5.52200043015182, ms=00054}
22:49:26.054079 run                             mass: MS performed LU  {at=15418671.75739824, lu_delay=5.458820324391127, ms=00055}
22:49:26.069285 run                osmo-ms-mob/00070: Starting mobile
22:49:26.085681 run       osmo-ms-mob/00070(pid=205): Launched
22:49:26.098800 run                             mass: MS start registered  {at=15418671.802141938, delay=0.005480213090777397, ms=00070}
22:49:26.118520 run                             mass: MS performed LU  {at=15418671.821838548, lu_delay=5.764730269089341, ms=00053}
22:49:26.280028 run                             mass: MS performed LU  {at=15418671.983363662, lu_delay=6.227479303255677, ms=00052}
22:49:26.298702 run                             mass: MS performed LU  {at=15418672.002038121, lu_delay=5.04244851320982, ms=00056}
22:49:26.312421 run                osmo-ms-mob/00071: Starting mobile
22:49:26.329244 run       osmo-ms-mob/00071(pid=206): Launched
22:49:26.336847 run                             mass: MS performed LU  {at=15418672.040201701, lu_delay=4.783068718388677, ms=00057}
22:49:26.344319 run                             mass: MS start registered  {at=15418672.047680425, delay=0.007503824308514595, ms=00071}
22:49:26.927875 run                osmo-ms-mob/00072: Starting mobile
22:49:26.941635 run       osmo-ms-mob/00072(pid=207): Launched
22:49:26.954124 run                             mass: MS start registered  {at=15418672.65747289, delay=0.002138787880539894, ms=00072}
22:49:27.329042 run                osmo-ms-mob/00073: Starting mobile
22:49:27.343178 run       osmo-ms-mob/00073(pid=208): Launched
22:49:27.349905 run                             mass: MS performed LU  {at=15418673.053261137, lu_delay=3.795662919059396, ms=00063}
22:49:27.356488 run                             mass: MS start registered  {at=15418673.059851397, delay=0.006637858226895332, ms=00073}
22:49:27.728607 run                osmo-ms-mob/00074: Starting mobile
22:49:27.743897 run       osmo-ms-mob/00074(pid=209): Launched
22:49:27.756391 run                             mass: MS start registered  {at=15418673.459739001, delay=0.005380699411034584, ms=00074}
22:49:27.955682 run                             mass: MS performed LU  {at=15418673.659010636, lu_delay=4.702793853357434, ms=00062}
22:49:27.983789 run                             mass: MS performed LU  {at=15418673.687119594, lu_delay=6.030393315479159, ms=00058}
22:49:27.997123 run                osmo-ms-mob/00075: Starting mobile
22:49:28.013094 run       osmo-ms-mob/00075(pid=210): Launched
22:49:28.026037 run                             mass: MS start registered  {at=15418673.72937782, delay=0.005270546302199364, ms=00075}
22:49:28.071209 run                             mass: MS performed LU  {at=15418673.774544047, lu_delay=5.6805997248739, ms=00060}
22:49:28.089111 run                             mass: MS performed LU  {at=15418673.792443546, lu_delay=5.500447552651167, ms=00061}
22:49:28.145156 run                             mass: MS performed LU  {at=15418673.848490655, lu_delay=5.889893913641572, ms=00059}
22:49:28.628244 run                osmo-ms-mob/00076: Starting mobile
22:49:28.642321 run       osmo-ms-mob/00076(pid=211): Launched
22:49:28.654095 run                             mass: MS start registered  {at=15418674.357444907, delay=0.0038711093366146088, ms=00076}
22:49:29.027939 run                osmo-ms-mob/00077: Starting mobile
22:49:29.045532 run       osmo-ms-mob/00077(pid=212): Launched
22:49:29.059923 run                             mass: MS start registered  {at=15418674.76325244, delay=0.005706973373889923, ms=00077}
22:49:29.529106 run                osmo-ms-mob/00078: Starting mobile
22:49:29.544961 run       osmo-ms-mob/00078(pid=213): Launched
22:49:29.558063 run                             mass: MS start registered  {at=15418675.261377605, delay=0.005617078393697739, ms=00078}
22:49:29.756983 run                             mass: MS performed LU  {at=15418675.460221132, lu_delay=5.804031198844314, ms=00064}
22:49:29.821150 run                             mass: MS performed LU  {at=15418675.524457257, lu_delay=5.565942417830229, ms=00065}
22:49:29.849101 run                osmo-ms-mob/00079: Starting mobile
22:49:29.882587 run       osmo-ms-mob/00079(pid=214): Launched
22:49:29.898567 run                             mass: MS performed LU  {at=15418675.601906877, lu_delay=5.535852966830134, ms=00066}
22:49:29.912503 run                             mass: MS start registered  {at=15418675.615854364, delay=0.013985037803649902, ms=00079}
22:49:30.009988 run                             mass: MS performed LU  {at=15418675.713292383, lu_delay=4.951296132057905, ms=00067}
22:49:30.046692 run                             mass: MS performed LU  {at=15418675.750010177, lu_delay=4.683931492269039, ms=00068}
22:49:30.432049 run                osmo-ms-mob/00080: Starting mobile
22:49:30.449344 run       osmo-ms-mob/00080(pid=215): Launched
22:49:30.467768 run                             mass: MS start registered  {at=15418676.171087082, delay=0.010241009294986725, ms=00080}
22:49:30.933520 run                osmo-ms-mob/00081: Starting mobile
22:49:30.952016 run       osmo-ms-mob/00081(pid=216): Launched
22:49:30.971015 run                             mass: MS start registered  {at=15418676.674342144, delay=0.009412681683897972, ms=00081}
22:49:31.329339 run                osmo-ms-mob/00082: Starting mobile
22:49:31.346321 run       osmo-ms-mob/00082(pid=217): Launched
22:49:31.363815 run                             mass: MS start registered  {at=15418677.067139504, delay=0.009132063016295433, ms=00082}
22:49:31.721867 run                             mass: MS performed LU  {at=15418677.425199902, lu_delay=4.7677270118147135, ms=00072}
22:49:31.749450 run                             mass: MS performed LU  {at=15418677.452777842, lu_delay=5.650635903701186, ms=00070}
22:49:31.763186 run                osmo-ms-mob/00083: Starting mobile
22:49:31.781253 run       osmo-ms-mob/00083(pid=218): Launched
22:49:31.792478 run                             mass: MS start registered  {at=15418677.495825348, delay=0.0046978909522295, ms=00083}
22:49:31.837220 run                             mass: MS performed LU  {at=15418677.54054252, lu_delay=5.492862096056342, ms=00071}
22:49:31.854942 run                             mass: MS performed LU  {at=15418677.558293182, lu_delay=6.0986060462892056, ms=00069}
22:49:32.146470 run                             mass: MS performed LU  {at=15418677.849787487, lu_delay=4.789936089888215, ms=00073}
22:49:32.428663 run                osmo-ms-mob/00084: Starting mobile
22:49:32.442020 run       osmo-ms-mob/00084(pid=219): Launched
22:49:32.453018 run                             mass: MS start registered  {at=15418678.156363467, delay=0.004768194630742073, ms=00084}
22:49:32.927877 run                osmo-ms-mob/00085: Starting mobile
22:49:32.942007 run       osmo-ms-mob/00085(pid=220): Launched
22:49:32.953557 run                             mass: MS start registered  {at=15418678.656904984, delay=0.004908464848995209, ms=00085}
22:49:33.521230 run                             mass: MS performed LU  {at=15418679.224561712, lu_delay=5.495183892548084, ms=00075}
22:49:33.533071 run                osmo-ms-mob/00086: Starting mobile
22:49:33.547935 run       osmo-ms-mob/00086(pid=221): Launched
22:49:33.560053 run                             mass: MS start registered  {at=15418679.263399174, delay=0.005795534700155258, ms=00086}
22:49:33.586031 run                             mass: MS performed LU  {at=15418679.289351441, lu_delay=5.829612439498305, ms=00074}
22:49:33.650283 run                             mass: MS performed LU  {at=15418679.353613174, lu_delay=4.99616826698184, ms=00076}
22:49:33.776274 run                             mass: MS performed LU  {at=15418679.47953039, lu_delay=4.716277949512005, ms=00077}
22:49:34.143500 run                osmo-ms-mob/00087: Starting mobile
22:49:34.157411 run       osmo-ms-mob/00087(pid=222): Launched
22:49:34.168716 run                             mass: MS start registered  {at=15418679.872066312, delay=0.005156036466360092, ms=00087}
22:49:34.728403 run                osmo-ms-mob/00088: Starting mobile
22:49:34.743235 run       osmo-ms-mob/00088(pid=223): Launched
22:49:34.754633 run                             mass: MS start registered  {at=15418680.457980903, delay=0.0051010046154260635, ms=00088}
22:49:35.328327 run                osmo-ms-mob/00089: Starting mobile
22:49:35.342230 run       osmo-ms-mob/00089(pid=224): Launched
22:49:35.353709 run                             mass: MS start registered  {at=15418681.057056854, delay=0.005013743415474892, ms=00089}
22:49:35.487379 run                             mass: MS performed LU  {at=15418681.190698322, lu_delay=5.019611239433289, ms=00080}
22:49:35.515100 run                             mass: MS performed LU  {at=15418681.218436979, lu_delay=5.602582614868879, ms=00079}
22:49:35.602456 run                             mass: MS performed LU  {at=15418681.305788714, lu_delay=6.044411109760404, ms=00078}
22:49:35.621034 run                             mass: MS performed LU  {at=15418681.32436954, lu_delay=22.96719428896904, ms=00030}
22:49:35.912195 run                             mass: MS performed LU  {at=15418681.615482261, lu_delay=4.941140117123723, ms=00081}
22:49:35.924581 run                osmo-ms-mob/00090: Starting mobile
22:49:35.938416 run       osmo-ms-mob/00090(pid=225): Launched
22:49:35.949986 run                             mass: MS start registered  {at=15418681.653334353, delay=0.005097787827253342, ms=00090}
22:49:36.627521 run                osmo-ms-mob/00091: Starting mobile
22:49:36.641326 run       osmo-ms-mob/00091(pid=226): Launched
22:49:36.653063 run                             mass: MS start registered  {at=15418682.356414119, delay=0.004980182275176048, ms=00091}
22:49:37.287415 run                             mass: MS performed LU  {at=15418682.990751678, lu_delay=5.494926329702139, ms=00083}
22:49:37.299252 run                osmo-ms-mob/00092: Starting mobile
22:49:37.313206 run       osmo-ms-mob/00092(pid=227): Launched
22:49:37.325311 run                             mass: MS start registered  {at=15418683.028656013, delay=0.005870187655091286, ms=00092}
22:49:37.351817 run                             mass: MS performed LU  {at=15418683.05515161, lu_delay=4.898788142949343, ms=00084}
22:49:37.416705 run                             mass: MS performed LU  {at=15418683.120028768, lu_delay=6.052889263257384, ms=00082}
22:49:37.541216 run                             mass: MS performed LU  {at=15418683.244547684, lu_delay=4.587642699480057, ms=00085}
22:49:38.127597 run                osmo-ms-mob/00093: Starting mobile
22:49:38.141600 run       osmo-ms-mob/00093(pid=228): Launched
22:49:38.154683 run                             mass: MS start registered  {at=15418683.858027648, delay=0.006716784089803696, ms=00093}
22:49:39.028291 run                osmo-ms-mob/00094: Starting mobile
22:49:39.041989 run       osmo-ms-mob/00094(pid=229): Launched
22:49:39.054275 run                             mass: MS start registered  {at=15418684.757610941, delay=0.00572626106441021, ms=00094}
22:49:39.252816 run                             mass: MS performed LU  {at=15418684.956150262, lu_delay=5.692751087248325, ms=00086}
22:49:39.280316 run                             mass: MS performed LU  {at=15418684.983653106, lu_delay=5.111586794257164, ms=00087}
22:49:39.368164 run                             mass: MS performed LU  {at=15418685.071498558, lu_delay=22.64504800364375, ms=00042}
22:49:39.622441 run                             mass: MS performed LU  {at=15418685.325776823, lu_delay=4.86779591999948, ms=00088}
22:49:39.927945 run                osmo-ms-mob/00095: Starting mobile
22:49:39.942138 run       osmo-ms-mob/00095(pid=230): Launched
22:49:39.954071 run                             mass: MS start registered  {at=15418685.657406384, delay=0.005317399278283119, ms=00095}
22:49:40.929805 run                osmo-ms-mob/00096: Starting mobile
22:49:40.943142 run       osmo-ms-mob/00096(pid=231): Launched
22:49:40.954361 run                             mass: MS start registered  {at=15418686.65771403, delay=0.004925841465592384, ms=00096}
22:49:41.118736 run                             mass: MS performed LU  {at=15418686.821990134, lu_delay=5.168655781075358, ms=00090}
22:49:41.182649 run                             mass: MS performed LU  {at=15418686.885987215, lu_delay=5.828930361196399, ms=00089}
22:49:41.288312 run                             mass: MS performed LU  {at=15418686.99164924, lu_delay=4.63523512147367, ms=00091}
22:49:42.027808 run                osmo-ms-mob/00097: Starting mobile
22:49:42.042073 run       osmo-ms-mob/00097(pid=232): Launched
22:49:42.054127 run                             mass: MS start registered  {at=15418687.75747443, delay=0.005481822416186333, ms=00097}
22:49:43.019303 run                             mass: MS performed LU  {at=15418688.722640019, lu_delay=5.693984005600214, ms=00092}
22:49:43.046739 run                             mass: MS performed LU  {at=15418688.750074869, lu_delay=4.89204722084105, ms=00093}
22:49:43.327928 run                osmo-ms-mob/00098: Starting mobile
22:49:43.341909 run       osmo-ms-mob/00098(pid=233): Launched
22:49:43.353383 run                             mass: MS start registered  {at=15418689.056731874, delay=0.005086096003651619, ms=00098}
22:49:44.883971 run                             mass: MS performed LU  {at=15418690.58725802, lu_delay=5.829647079110146, ms=00094}
22:49:44.948764 run                             mass: MS performed LU  {at=15418690.652060408, lu_delay=4.994654024019837, ms=00095}
22:49:45.133775 run                osmo-ms-mob/00099: Starting mobile
22:49:45.162428 run       osmo-ms-mob/00099(pid=234): Launched
22:49:45.176553 run                             mass: All started... {duration=55.755073895677924, too_slow=0}
22:49:45.189442 run                             mass: MS start registered  {at=15418690.89278407, delay=0.012877222150564194, ms=00099}
22:49:46.785158 run                             mass: MS performed LU  {at=15418692.488472585, lu_delay=5.8307585548609495, ms=00096}
22:49:46.813264 run                             mass: MS performed LU  {at=15418692.51657451, lu_delay=4.759100079536438, ms=00097}
22:49:48.884975 run                             mass: MS performed LU  {at=15418694.588259041, lu_delay=5.531527167186141, ms=00098}
22:49:50.550607 run                             mass: MS performed LU  {at=15418696.253920602, lu_delay=5.361136531457305, ms=00099}
22:49:50.565675 run                             mass: Tests done {all_completed=True, max=22.96719428896904, min=3.795662919059396}
22:49:50.579875 tst         register_default_mass.py: Test passed (84.9 sec)
22:49:50.594288 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:50.603312 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:50.612278 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:50.621142 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:50.629967 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:50.639121 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:50.648406 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:50.657886 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:50.667581 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:50.677177 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:50.686396 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:50.695663 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:50.704826 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:50.713931 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:50.723356 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:50.737107 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:50.746264 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:50.755651 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:50.765352 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:50.775004 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:50.784476 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:50.793873 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:50.803420 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:50.813061 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:50.822831 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:50.832188 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:50.841751 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:50.851396 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:50.860959 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:50.870488 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:50.880058 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:50.889838 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:50.899319 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:50.908958 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:50.918691 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:50.928384 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:50.937943 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:50.947600 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:50.957057 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:50.966688 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:50.976358 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:50.985802 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:50.995321 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:51.005301 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:51.014983 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:51.024971 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:51.034972 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:51.044954 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:51.054876 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:51.065172 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:51.075699 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:51.086304 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:51.096465 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:51.106872 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:51.117127 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:51.127235 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:51.137264 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:51.146970 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:51.156809 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:51.166904 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:51.176575 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:51.186549 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:51.196287 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:51.205894 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:51.215692 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:51.225345 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:51.234753 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:51.244532 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:51.254331 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:51.264239 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:51.273737 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:51.283136 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:51.292162 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:51.301238 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:51.310192 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:51.319085 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:51.328169 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:51.337224 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:51.345900 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:51.354398 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:51.362831 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:51.370940 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:51.377987 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:51.382938 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:51.387568 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:51.392072 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:51.396399 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:51.400876 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:51.405157 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:51.409488 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:51.413868 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:51.418327 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:51.422768 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:51.427098 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:51.431497 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:51.435805 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:51.440131 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:51.444427 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:51.448805 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:51.453112 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:51.457413 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:51.461754 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:51.466048 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:51.470354 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:51.474640 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:51.478952 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:51.483337 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:51.488154 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:51.492415 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:51.496714 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:51.500934 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:51.505218 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:51.510225 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:51.514536 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:51.518818 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:51.522995 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:51.527154 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:51.531197 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:51.535126 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:51.538980 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:51.542810 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:51.546645 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:51.550426 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:51.554195 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:51.557986 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:51.561843 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:51.565794 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:51.569757 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:51.573761 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:51.577731 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:51.581751 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:51.585760 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:51.589952 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:51.594143 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:51.598337 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:51.602497 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:51.606631 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:51.610733 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:51.614858 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:51.619042 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:51.623102 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:51.627161 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:51.631171 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:51.635143 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:51.639219 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:51.654163 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:51.657741 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:51.661287 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:51.664847 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:51.668394 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:51.672032 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:51.675582 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:51.679188 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:51.682777 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:51.686406 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:51.689986 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:51.693628 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:51.697516 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:51.701301 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:51.704926 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:51.708586 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:51.712277 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:51.715946 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:51.719630 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:51.723317 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:51.727080 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:51.730906 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:51.734763 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:51.738614 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:51.742472 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:51.746323 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:51.750185 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:51.754051 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:51.757924 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:51.761806 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:51.765741 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:51.769715 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:51.773645 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:51.777494 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:51.781327 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:51.785240 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:51.789200 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:51.793051 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:51.796899 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:51.800752 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:51.804631 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:51.808880 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:51.812830 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:51.816835 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:51.820902 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:51.824952 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:51.828882 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:51.832807 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:51.836771 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:51.840808 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:51.844834 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:51.848980 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:51.853173 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:51.857225 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:51.861196 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:51.865128 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:51.869058 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:51.872938 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:51.876757 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:51.880577 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:51.884405 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:51.888331 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:51.892252 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:51.896190 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:51.900130 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:51.904056 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:51.907991 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:51.911934 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:51.916096 ---      ParallelTerminationStrategy: PID 22 died...
22:49:51.918027 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:51.922878 ---      ParallelTerminationStrategy: PID 23 died...
22:49:51.924836 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:51.929740 ---      ParallelTerminationStrategy: PID 24 died...
22:49:51.931739 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:51.936602 ---      ParallelTerminationStrategy: PID 25 died...
22:49:51.938612 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:51.943510 ---      ParallelTerminationStrategy: PID 26 died...
22:49:51.945465 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:51.950369 ---      ParallelTerminationStrategy: PID 27 died...
22:49:51.952315 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:51.957143 ---      ParallelTerminationStrategy: PID 28 died...
22:49:51.959098 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:51.963878 ---      ParallelTerminationStrategy: PID 29 died...
22:49:51.965825 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:51.970740 ---      ParallelTerminationStrategy: PID 30 died...
22:49:51.972735 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:51.977570 ---      ParallelTerminationStrategy: PID 31 died...
22:49:51.979586 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:51.984535 ---      ParallelTerminationStrategy: PID 32 died...
22:49:51.986547 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:51.991447 ---      ParallelTerminationStrategy: PID 33 died...
22:49:51.993421 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:51.998219 ---      ParallelTerminationStrategy: PID 35 died...
22:49:52.000168 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:52.005068 ---      ParallelTerminationStrategy: PID 36 died...
22:49:52.007029 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:52.011786 ---      ParallelTerminationStrategy: PID 37 died...
22:49:52.013757 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:52.018543 ---      ParallelTerminationStrategy: PID 38 died...
22:49:52.020484 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:52.025234 ---      ParallelTerminationStrategy: PID 39 died...
22:49:52.027182 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:52.032003 ---      ParallelTerminationStrategy: PID 40 died...
22:49:52.033961 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:52.038734 ---      ParallelTerminationStrategy: PID 41 died...
22:49:52.040701 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:52.045472 ---      ParallelTerminationStrategy: PID 42 died...
22:49:52.047398 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:52.052149 ---      ParallelTerminationStrategy: PID 43 died...
22:49:52.054073 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:52.058760 ---      ParallelTerminationStrategy: PID 44 died...
22:49:52.060637 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:52.065290 ---      ParallelTerminationStrategy: PID 45 died...
22:49:52.067175 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:52.071791 ---      ParallelTerminationStrategy: PID 46 died...
22:49:52.073680 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:52.078212 ---      ParallelTerminationStrategy: PID 47 died...
22:49:52.080043 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:52.084522 ---      ParallelTerminationStrategy: PID 48 died...
22:49:52.086392 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:52.090925 ---      ParallelTerminationStrategy: PID 49 died...
22:49:52.092749 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:52.097312 ---      ParallelTerminationStrategy: PID 50 died...
22:49:52.099152 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:52.103632 ---      ParallelTerminationStrategy: PID 51 died...
22:49:52.105430 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:52.109797 ---      ParallelTerminationStrategy: PID 52 died...
22:49:52.111576 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:52.115930 ---      ParallelTerminationStrategy: PID 53 died...
22:49:52.117726 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:52.122133 ---      ParallelTerminationStrategy: PID 54 died...
22:49:52.123907 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:52.128301 ---      ParallelTerminationStrategy: PID 55 died...
22:49:52.130092 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:52.134490 ---      ParallelTerminationStrategy: PID 56 died...
22:49:52.136278 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:52.140668 ---      ParallelTerminationStrategy: PID 57 died...
22:49:52.142440 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:52.146802 ---      ParallelTerminationStrategy: PID 58 died...
22:49:52.148542 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:52.152816 ---      ParallelTerminationStrategy: PID 59 died...
22:49:52.154549 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:52.158940 ---      ParallelTerminationStrategy: PID 60 died...
22:49:52.160680 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:52.165076 ---      ParallelTerminationStrategy: PID 61 died...
22:49:52.166863 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:52.171268 ---      ParallelTerminationStrategy: PID 62 died...
22:49:52.173045 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:52.177417 ---      ParallelTerminationStrategy: PID 63 died...
22:49:52.179151 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:52.183523 ---      ParallelTerminationStrategy: PID 64 died...
22:49:52.185304 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:52.189564 ---      ParallelTerminationStrategy: PID 65 died...
22:49:52.191314 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:52.195629 ---      ParallelTerminationStrategy: PID 66 died...
22:49:52.197429 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:52.201813 ---      ParallelTerminationStrategy: PID 67 died...
22:49:52.203596 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:52.207945 ---      ParallelTerminationStrategy: PID 68 died...
22:49:52.209685 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:52.213962 ---      ParallelTerminationStrategy: PID 69 died...
22:49:52.215732 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:52.220026 ---      ParallelTerminationStrategy: PID 70 died...
22:49:52.221739 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:52.225842 ---      ParallelTerminationStrategy: PID 71 died...
22:49:52.227489 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:52.231453 ---      ParallelTerminationStrategy: PID 72 died...
22:49:52.233020 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:52.236896 ---      ParallelTerminationStrategy: PID 73 died...
22:49:52.238478 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:52.242313 ---      ParallelTerminationStrategy: PID 74 died...
22:49:52.243840 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:52.247613 ---      ParallelTerminationStrategy: PID 75 died...
22:49:52.249151 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:52.252930 ---      ParallelTerminationStrategy: PID 76 died...
22:49:52.254460 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:52.258276 ---      ParallelTerminationStrategy: PID 77 died...
22:49:52.259810 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:52.263577 ---      ParallelTerminationStrategy: PID 78 died...
22:49:52.265122 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:52.268923 ---      ParallelTerminationStrategy: PID 79 died...
22:49:52.270465 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:52.274275 ---      ParallelTerminationStrategy: PID 80 died...
22:49:52.275830 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:52.279830 ---      ParallelTerminationStrategy: PID 81 died...
22:49:52.281572 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:52.286272 ---      ParallelTerminationStrategy: PID 82 died...
22:49:52.288271 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:52.293339 ---      ParallelTerminationStrategy: PID 83 died...
22:49:52.295356 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:52.300377 ---      ParallelTerminationStrategy: PID 84 died...
22:49:52.302383 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:52.307332 ---      ParallelTerminationStrategy: PID 85 died...
22:49:52.309337 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:52.314228 ---      ParallelTerminationStrategy: PID 86 died...
22:49:52.316171 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:52.320969 ---      ParallelTerminationStrategy: PID 87 died...
22:49:52.322911 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:52.327680 ---      ParallelTerminationStrategy: PID 88 died...
22:49:52.329728 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:52.334525 ---      ParallelTerminationStrategy: PID 89 died...
22:49:52.336463 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:52.341236 ---      ParallelTerminationStrategy: PID 90 died...
22:49:52.343164 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:52.347972 ---      ParallelTerminationStrategy: PID 91 died...
22:49:52.349897 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:52.354633 ---      ParallelTerminationStrategy: PID 92 died...
22:49:52.356548 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:52.361309 ---      ParallelTerminationStrategy: PID 93 died...
22:49:52.363226 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:52.367890 ---      ParallelTerminationStrategy: PID 94 died...
22:49:52.369806 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:52.374545 ---      ParallelTerminationStrategy: PID 95 died...
22:49:52.376474 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:52.381296 ---      ParallelTerminationStrategy: PID 96 died...
22:49:52.383242 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:52.387869 ---      ParallelTerminationStrategy: PID 97 died...
22:49:52.389735 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:52.394397 ---      ParallelTerminationStrategy: PID 98 died...
22:49:52.396258 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:52.400776 ---      ParallelTerminationStrategy: PID 99 died...
22:49:52.402583 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:52.406965 ---      ParallelTerminationStrategy: PID 100 died...
22:49:52.408749 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:52.413130 ---      ParallelTerminationStrategy: PID 101 died...
22:49:52.414903 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:52.419355 ---      ParallelTerminationStrategy: PID 102 died...
22:49:52.421197 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:52.425678 ---      ParallelTerminationStrategy: PID 103 died...
22:49:52.427458 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:52.431948 ---      ParallelTerminationStrategy: PID 104 died...
22:49:52.433798 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:52.438299 ---      ParallelTerminationStrategy: PID 105 died...
22:49:52.440134 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:52.444617 ---      ParallelTerminationStrategy: PID 106 died...
22:49:52.446451 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:52.450962 ---      ParallelTerminationStrategy: PID 107 died...
22:49:52.452805 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:52.457301 ---      ParallelTerminationStrategy: PID 108 died...
22:49:52.459129 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:52.463620 ---      ParallelTerminationStrategy: PID 109 died...
22:49:52.465476 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:52.469958 ---      ParallelTerminationStrategy: PID 110 died...
22:49:52.471793 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:52.476298 ---      ParallelTerminationStrategy: PID 111 died...
22:49:52.478085 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:52.482558 ---      ParallelTerminationStrategy: PID 112 died...
22:49:52.484355 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:52.488763 ---      ParallelTerminationStrategy: PID 113 died...
22:49:52.490564 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:52.494967 ---      ParallelTerminationStrategy: PID 114 died...
22:49:52.496721 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:52.500936 ---      ParallelTerminationStrategy: PID 115 died...
22:49:52.502731 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:52.506823 ---      ParallelTerminationStrategy: PID 116 died...
22:49:52.508473 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:52.512529 ---      ParallelTerminationStrategy: PID 117 died...
22:49:52.514165 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:52.518141 ---      ParallelTerminationStrategy: PID 118 died...
22:49:52.519755 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:52.523713 ---      ParallelTerminationStrategy: PID 119 died...
22:49:52.525333 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:52.529307 ---      ParallelTerminationStrategy: PID 120 died...
22:49:52.530930 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:52.534999 ---      ParallelTerminationStrategy: PID 121 died...
22:49:52.536622 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:52.540660 ---      ParallelTerminationStrategy: PID 122 died...
22:49:52.542311 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:52.546390 ---      ParallelTerminationStrategy: PID 123 died...
22:49:52.548131 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:52.552343 ---      ParallelTerminationStrategy: PID 124 died...
22:49:52.554049 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:52.558216 ---      ParallelTerminationStrategy: PID 125 died...
22:49:52.559921 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:52.564221 ---      ParallelTerminationStrategy: PID 126 died...
22:49:52.565991 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:52.570267 ---      ParallelTerminationStrategy: PID 127 died...
22:49:52.572086 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:52.576537 ---      ParallelTerminationStrategy: PID 128 died...
22:49:52.578347 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:52.582973 ---      ParallelTerminationStrategy: PID 129 died...
22:49:52.584758 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:52.589156 ---      ParallelTerminationStrategy: PID 130 died...
22:49:52.590923 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:52.595260 ---      ParallelTerminationStrategy: PID 131 died...
22:49:52.597064 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:52.601528 ---      ParallelTerminationStrategy: PID 132 died...
22:49:52.603358 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:52.607792 ---      ParallelTerminationStrategy: PID 133 died...
22:49:52.609614 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:52.614025 ---      ParallelTerminationStrategy: PID 134 died...
22:49:52.615809 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:52.620200 ---      ParallelTerminationStrategy: PID 135 died...
22:49:52.621952 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:52.626312 ---      ParallelTerminationStrategy: PID 136 died...
22:49:52.628101 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:52.632454 ---      ParallelTerminationStrategy: PID 137 died...
22:49:52.634216 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:52.638582 ---      ParallelTerminationStrategy: PID 138 died...
22:49:52.640334 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:52.644716 ---      ParallelTerminationStrategy: PID 139 died...
22:49:52.646500 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:52.650878 ---      ParallelTerminationStrategy: PID 140 died...
22:49:52.652600 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:52.656899 ---      ParallelTerminationStrategy: PID 141 died...
22:49:52.658625 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:52.662930 ---      ParallelTerminationStrategy: PID 142 died...
22:49:52.664672 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:52.669100 ---      ParallelTerminationStrategy: PID 143 died...
22:49:52.671021 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:52.675555 ---      ParallelTerminationStrategy: PID 144 died...
22:49:52.677391 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:52.681889 ---      ParallelTerminationStrategy: PID 145 died...
22:49:52.683659 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:52.688060 ---      ParallelTerminationStrategy: PID 146 died...
22:49:52.689844 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:52.694152 ---      ParallelTerminationStrategy: PID 147 died...
22:49:52.695882 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:52.700279 ---      ParallelTerminationStrategy: PID 148 died...
22:49:52.702074 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:52.706604 ---      ParallelTerminationStrategy: PID 149 died...
22:49:52.708416 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:52.712901 ---      ParallelTerminationStrategy: PID 150 died...
22:49:52.714679 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:52.719117 ---      ParallelTerminationStrategy: PID 151 died...
22:49:52.720883 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:52.725194 ---      ParallelTerminationStrategy: PID 152 died...
22:49:52.726927 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:52.731195 ---      ParallelTerminationStrategy: PID 153 died...
22:49:52.732882 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:52.736948 ---      ParallelTerminationStrategy: PID 154 died...
22:49:52.738562 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:52.742466 ---      ParallelTerminationStrategy: PID 155 died...
22:49:52.744054 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:52.747959 ---      ParallelTerminationStrategy: PID 156 died...
22:49:52.749526 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:52.753450 ---      ParallelTerminationStrategy: PID 157 died...
22:49:52.755014 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:52.759007 ---      ParallelTerminationStrategy: PID 158 died...
22:49:52.760623 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:52.764594 ---      ParallelTerminationStrategy: PID 159 died...
22:49:52.766163 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:52.770192 ---      ParallelTerminationStrategy: PID 160 died...
22:49:52.771821 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:52.776088 ---      ParallelTerminationStrategy: PID 161 died...
22:49:52.777998 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:52.782714 ---      ParallelTerminationStrategy: PID 162 died...
22:49:52.785391 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:52.790350 ---      ParallelTerminationStrategy: PID 163 died...
22:49:52.792395 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:52.797361 ---      ParallelTerminationStrategy: PID 164 died...
22:49:52.799358 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:52.804413 ---      ParallelTerminationStrategy: PID 165 died...
22:49:52.806416 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:52.811350 ---      ParallelTerminationStrategy: PID 166 died...
22:49:52.813328 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:52.818084 ---      ParallelTerminationStrategy: PID 167 died...
22:49:52.820019 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:52.824893 ---      ParallelTerminationStrategy: PID 168 died...
22:49:52.826877 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:52.831827 ---      ParallelTerminationStrategy: PID 169 died...
22:49:52.833801 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:52.838678 ---      ParallelTerminationStrategy: PID 170 died...
22:49:52.840660 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:52.845575 ---      ParallelTerminationStrategy: PID 171 died...
22:49:52.847618 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:52.852668 ---      ParallelTerminationStrategy: PID 172 died...
22:49:52.854724 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:52.859889 ---      ParallelTerminationStrategy: PID 173 died...
22:49:52.862033 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:52.867081 ---      ParallelTerminationStrategy: PID 174 died...
22:49:52.869107 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:52.874206 ---      ParallelTerminationStrategy: PID 175 died...
22:49:52.876252 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:52.881301 ---      ParallelTerminationStrategy: PID 176 died...
22:49:52.883357 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:52.888393 ---      ParallelTerminationStrategy: PID 177 died...
22:49:52.890438 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:52.895457 ---      ParallelTerminationStrategy: PID 178 died...
22:49:52.897553 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:52.902643 ---      ParallelTerminationStrategy: PID 179 died...
22:49:52.904679 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:52.909692 ---      ParallelTerminationStrategy: PID 180 died...
22:49:52.911727 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:52.916778 ---      ParallelTerminationStrategy: PID 181 died...
22:49:52.918835 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:52.923930 ---      ParallelTerminationStrategy: PID 182 died...
22:49:52.925964 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:52.930998 ---      ParallelTerminationStrategy: PID 183 died...
22:49:52.933143 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:52.938138 ---      ParallelTerminationStrategy: PID 184 died...
22:49:52.940126 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:52.945109 ---      ParallelTerminationStrategy: PID 185 died...
22:49:52.947118 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:52.952053 ---      ParallelTerminationStrategy: PID 186 died...
22:49:52.954042 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:52.959111 ---      ParallelTerminationStrategy: PID 187 died...
22:49:52.961146 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:52.966226 ---      ParallelTerminationStrategy: PID 188 died...
22:49:52.968257 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:52.973338 ---      ParallelTerminationStrategy: PID 189 died...
22:49:52.975394 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:52.980433 ---      ParallelTerminationStrategy: PID 190 died...
22:49:52.982468 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:52.987538 ---      ParallelTerminationStrategy: PID 191 died...
22:49:52.989582 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:52.994699 ---      ParallelTerminationStrategy: PID 192 died...
22:49:52.996757 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:53.001826 ---      ParallelTerminationStrategy: PID 193 died...
22:49:53.003868 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:53.008979 ---      ParallelTerminationStrategy: PID 194 died...
22:49:53.011020 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:53.016335 ---      ParallelTerminationStrategy: PID 195 died...
22:49:53.018417 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:53.023549 ---      ParallelTerminationStrategy: PID 196 died...
22:49:53.025610 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:53.030716 ---      ParallelTerminationStrategy: PID 197 died...
22:49:53.032779 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:53.038112 ---      ParallelTerminationStrategy: PID 198 died...
22:49:53.040227 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:53.045409 ---      ParallelTerminationStrategy: PID 199 died...
22:49:53.047537 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:53.052688 ---      ParallelTerminationStrategy: PID 200 died...
22:49:53.054755 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:53.059895 ---      ParallelTerminationStrategy: PID 201 died...
22:49:53.061959 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:53.067171 ---      ParallelTerminationStrategy: PID 202 died...
22:49:53.069336 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:53.074598 ---      ParallelTerminationStrategy: PID 203 died...
22:49:53.076722 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:53.081978 ---      ParallelTerminationStrategy: PID 204 died...
22:49:53.084085 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:53.089388 ---      ParallelTerminationStrategy: PID 205 died...
22:49:53.091512 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:53.096775 ---      ParallelTerminationStrategy: PID 206 died...
22:49:53.098914 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:53.104212 ---      ParallelTerminationStrategy: PID 207 died...
22:49:53.106359 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:53.111839 ---      ParallelTerminationStrategy: PID 208 died...
22:49:53.114060 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:53.119516 ---      ParallelTerminationStrategy: PID 209 died...
22:49:53.121699 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:53.127062 ---      ParallelTerminationStrategy: PID 210 died...
22:49:53.129311 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:53.134772 ---      ParallelTerminationStrategy: PID 211 died...
22:49:53.137006 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:53.146008 ---      ParallelTerminationStrategy: PID 212 died...
22:49:53.150136 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:53.160285 ---      ParallelTerminationStrategy: PID 213 died...
22:49:53.164453 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:53.174460 ---      ParallelTerminationStrategy: PID 214 died...
22:49:53.178450 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:53.188285 ---      ParallelTerminationStrategy: PID 215 died...
22:49:53.192277 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:53.202262 ---      ParallelTerminationStrategy: PID 216 died...
22:49:53.206124 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:53.215532 ---      ParallelTerminationStrategy: PID 217 died...
22:49:53.219357 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:53.225348 ---      ParallelTerminationStrategy: PID 218 died...
22:49:53.227500 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:53.232912 ---      ParallelTerminationStrategy: PID 219 died...
22:49:53.234997 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:53.240187 ---      ParallelTerminationStrategy: PID 220 died...
22:49:53.242458 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:53.247707 ---      ParallelTerminationStrategy: PID 221 died...
22:49:53.249854 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:53.255357 ---      ParallelTerminationStrategy: PID 222 died...
22:49:53.257494 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:53.262852 ---      ParallelTerminationStrategy: PID 223 died...
22:49:53.265005 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:53.270267 ---      ParallelTerminationStrategy: PID 224 died...
22:49:53.272406 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:53.277670 ---      ParallelTerminationStrategy: PID 225 died...
22:49:53.279788 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:53.285069 ---      ParallelTerminationStrategy: PID 226 died...
22:49:53.287190 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:53.292442 ---      ParallelTerminationStrategy: PID 227 died...
22:49:53.294566 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:53.299843 ---      ParallelTerminationStrategy: PID 228 died...
22:49:53.302004 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:53.307349 ---      ParallelTerminationStrategy: PID 229 died...
22:49:53.309548 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:53.314970 ---      ParallelTerminationStrategy: PID 230 died...
22:49:53.317216 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:53.322516 ---      ParallelTerminationStrategy: PID 231 died...
22:49:53.324740 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:53.334638 ---      ParallelTerminationStrategy: PID 232 died...
22:49:53.338546 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:53.348091 ---      ParallelTerminationStrategy: PID 233 died...
22:49:53.351965 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:53.361424 ---      ParallelTerminationStrategy: PID 234 died...
22:49:53.365259 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:56.053011 ---      ParallelTerminationStrategy: PID 34 died...
22:49:56.055505 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8023 netreg_mass PASS
---------------------------------------------------------------------
22:49:56.138431 tst                       trial-8023: Storing JUnit report in /build/trial-8023/run.2025-07-10_22-48-25/trial-8023.xml

--------------------------------------------------------------------------------------------
trial-8023 PASS
--------------------------------------------------------------------------------------------
22:49:56.149710 tst                       trial-8023: trial-8023: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (84.9 sec)
+ exit_code=0
+ rm -rf trial-8023/inst
+ cd trial-8023
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-07-10 22:48:25
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8023-run.tgz run.2025-07-10_22-48-25
+ tar czf /build/trial-8023-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-07-10_17_56_49.tgz osmo-bts-oc2g.build-2025-07-10_00_51_31.tgz osmo-bts-sysmo.build-2025-07-10_00_51_37.tgz osmo-bts.build-2025-07-10_00_51_41.tgz osmo-ggsn.build-2025-07-10_20_42_22.tgz osmo-hlr.build-2025-07-10_16_36_52.tgz osmo-hnbgw.build-2025-07-10_18_05_45.tgz osmo-mgw.build-2025-07-10_08_33_13.tgz osmo-msc.build-2025-07-10_18_07_04.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-10_07_34_00.tgz osmo-pcu-sysmo.build-2025-07-10_07_36_02.tgz osmo-pcu.build-2025-07-10_07_36_10.tgz osmo-sgsn.build-2025-07-10_20_48_24.tgz osmo-stp.build-2025-07-10_17_53_18.tgz osmo-trx.build-2025-07-10_14_28_58.tgz osmocom-bb.build-2025-07-10_21_17_13.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