Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins15535764256011471334.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-8140
+ 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
88b255d common/Release.key: update
+ 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_S1GW_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 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s

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

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

#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.0s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#20 [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://archive.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
#20 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:935497c06dbc440ca963245cd56904003053d024aaf809c5f9a893a52ec0db9e done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8141 -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-11-05 22:48:14
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8141
+ mkdir -p trial-8141
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-11-05_13_26_25.tgz osmo-bts-oc2g.build-2025-11-05_00_51_28.tgz osmo-bts-sysmo.build-2025-11-05_00_51_33.tgz osmo-bts.build-2025-11-05_00_51_37.tgz osmo-ggsn.build-2025-11-05_20_42_31.tgz osmo-hlr.build-2025-11-05_16_36_47.tgz osmo-hnbgw.build-2025-11-05_13_30_23.tgz osmo-mgw.build-2025-11-05_08_33_11.tgz osmo-msc.build-2025-11-05_13_32_23.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-05_07_36_07.tgz osmo-pcu-sysmo.build-2025-11-05_07_33_59.tgz osmo-pcu.build-2025-11-05_07_36_10.tgz osmo-sgsn.build-2025-11-05_20_47_51.tgz osmo-stp.build-2025-11-05_13_25_13.tgz osmo-trx.build-2025-11-05_14_27_00.tgz osmocom-bb.build-2025-11-05_21_17_07.tgz srslte.build-19.tgz trial-8141
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-11-05_13_26_25.md5 osmo-bts-oc2g.build-2025-11-05_00_51_28.md5 osmo-bts-sysmo.build-2025-11-05_00_51_33.md5 osmo-bts.build-2025-11-05_00_51_37.md5 osmo-ggsn.build-2025-11-05_20_42_31.md5 osmo-hlr.build-2025-11-05_16_36_47.md5 osmo-hnbgw.build-2025-11-05_13_30_23.md5 osmo-mgw.build-2025-11-05_08_33_11.md5 osmo-msc.build-2025-11-05_13_32_23.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-05_07_36_07.md5 osmo-pcu-sysmo.build-2025-11-05_07_33_59.md5 osmo-pcu.build-2025-11-05_07_36_10.md5 osmo-sgsn.build-2025-11-05_20_47_51.md5 osmo-stp.build-2025-11-05_13_25_13.md5 osmo-trx.build-2025-11-05_14_27_00.md5 osmocom-bb.build-2025-11-05_21_17_07.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-11-05_13_26_25.md5 osmo-bts-oc2g.build-2025-11-05_00_51_28.md5 osmo-bts-sysmo.build-2025-11-05_00_51_33.md5 osmo-bts.build-2025-11-05_00_51_37.md5 osmo-ggsn.build-2025-11-05_20_42_31.md5 osmo-hlr.build-2025-11-05_16_36_47.md5 osmo-hnbgw.build-2025-11-05_13_30_23.md5 osmo-mgw.build-2025-11-05_08_33_11.md5 osmo-msc.build-2025-11-05_13_32_23.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-05_07_36_07.md5 osmo-pcu-sysmo.build-2025-11-05_07_33_59.md5 osmo-pcu.build-2025-11-05_07_36_10.md5 osmo-sgsn.build-2025-11-05_20_47_51.md5 osmo-stp.build-2025-11-05_13_25_13.md5 osmo-trx.build-2025-11-05_14_27_00.md5 osmocom-bb.build-2025-11-05_21_17_07.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-8141 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8141'
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-8141
--------------------------------------------------------------------------------------------
22:48:14.869973 tst                       trial-8141: Detailed log at /build/trial-8141/run.2025-11-05_22-48-14/log

---------------------------------------------------------------------
trial-8141 netreg_mass
---------------------------------------------------------------------
22:48:15.068092 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:15.068457 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:15.069232 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:15.070378 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:15.111636 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:15.112468 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:15.113604 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:15.175626 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-8141 netreg_mass register_default_mass.py
----------------------------------------------
22:48:15.176362 tst       register_default_mass.py:9: Claiming resources for the test
22:48:15.191339 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.191901 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.192344 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.192794 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.193236 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.193685 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.194132 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:15.223936 tst         register_default_mass.py: using LAC 2
22:48:15.245409 tst         register_default_mass.py: using RAC 2
22:48:15.270639 tst         register_default_mass.py: using CellId 2
22:48:15.298985 tst         register_default_mass.py: using BVCI 3
22:48:15.312312 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.312991 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.313588 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.314095 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.314605 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.315103 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.315608 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.316127 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.316674 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.317186 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.317691 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.318194 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.318783 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.319329 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.319846 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.320358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.320880 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.321394 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.321902 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.322411 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.322929 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.323443 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.323960 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.324493 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.325014 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.325528 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.326051 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.326570 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.327078 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.327594 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.328112 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.328629 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.329159 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.329684 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.330199 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.330722 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.331238 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.331746 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.332277 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.332797 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.333297 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.333799 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.334313 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.334823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.335329 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.335846 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.336360 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.336872 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.337384 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.337895 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.338405 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.338904 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.339418 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.339918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.340417 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.340916 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.341428 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.341930 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.342428 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.342933 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.343435 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.343950 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.344461 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.344970 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.345463 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.345971 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.346479 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.346984 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.347481 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.347987 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.348489 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.349024 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.349595 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.350096 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.350612 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.351108 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.351598 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.352096 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.352609 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.353106 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.353597 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.354091 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.354595 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.355089 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.355577 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.356083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.356581 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.357076 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.357588 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.358085 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.358586 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.359099 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.359614 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.360116 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.360628 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.361127 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.361628 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.362126 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.362644 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.363143 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.363640 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.364218 tst      register_default_mass.py:21: Launching a simple network
22:48:15.374032 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:15.491006 run            create_hlr_db(pid=20): Launched
22:48:16.505609 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:16.521772 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:16.536826 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:16.542559 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:16.729150 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:16.743773 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:16.749261 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:17.156580 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:17.173857 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:20.188289 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:20.299672 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:20.314397 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:20.320109 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:20.343449 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:20.358507 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:20.364119 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:20.669664 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:20.684596 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:26.710578 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:26.881302 run         osmo-bts-virtual(pid=34): Launched
22:48:27.916796 tst         register_default_mass.py: using MSISDN 1001
22:48:27.926722 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:27.965929 tst         register_default_mass.py: using MSISDN 1002
22:48:27.984100 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:28.014909 tst         register_default_mass.py: using MSISDN 1003
22:48:28.029752 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:28.060084 tst         register_default_mass.py: using MSISDN 1004
22:48:28.074706 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:28.105532 tst         register_default_mass.py: using MSISDN 1005
22:48:28.120123 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:28.151113 tst         register_default_mass.py: using MSISDN 1006
22:48:28.165765 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:28.196381 tst         register_default_mass.py: using MSISDN 1007
22:48:28.210798 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:28.241278 tst         register_default_mass.py: using MSISDN 1008
22:48:28.255714 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:28.286011 tst         register_default_mass.py: using MSISDN 1009
22:48:28.300150 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:28.338904 tst         register_default_mass.py: using MSISDN 1010
22:48:28.356614 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:28.387003 tst         register_default_mass.py: using MSISDN 1011
22:48:28.401593 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:28.432125 tst         register_default_mass.py: using MSISDN 1012
22:48:28.446570 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:28.476985 tst         register_default_mass.py: using MSISDN 1013
22:48:28.491315 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:28.521823 tst         register_default_mass.py: using MSISDN 1014
22:48:28.536344 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:28.566900 tst         register_default_mass.py: using MSISDN 1015
22:48:28.581347 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:28.611615 tst         register_default_mass.py: using MSISDN 1016
22:48:28.625919 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:28.656401 tst         register_default_mass.py: using MSISDN 1017
22:48:28.670963 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:28.701428 tst         register_default_mass.py: using MSISDN 1018
22:48:28.715749 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:28.746363 tst         register_default_mass.py: using MSISDN 1019
22:48:28.760863 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:28.791436 tst         register_default_mass.py: using MSISDN 1020
22:48:28.805943 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:28.836432 tst         register_default_mass.py: using MSISDN 1021
22:48:28.850936 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:28.889764 tst         register_default_mass.py: using MSISDN 1022
22:48:28.899985 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:28.930264 tst         register_default_mass.py: using MSISDN 1023
22:48:28.939649 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:28.969957 tst         register_default_mass.py: using MSISDN 1024
22:48:28.985643 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:29.016351 tst         register_default_mass.py: using MSISDN 1025
22:48:29.031045 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:29.061964 tst         register_default_mass.py: using MSISDN 1026
22:48:29.076670 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:29.107266 tst         register_default_mass.py: using MSISDN 1027
22:48:29.121899 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:29.152479 tst         register_default_mass.py: using MSISDN 1028
22:48:29.166864 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:29.197514 tst         register_default_mass.py: using MSISDN 1029
22:48:29.212071 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:29.242713 tst         register_default_mass.py: using MSISDN 1030
22:48:29.257363 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:29.288158 tst         register_default_mass.py: using MSISDN 1031
22:48:29.302804 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:29.333965 tst         register_default_mass.py: using MSISDN 1032
22:48:29.348531 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:29.379139 tst         register_default_mass.py: using MSISDN 1033
22:48:29.393395 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:29.424151 tst         register_default_mass.py: using MSISDN 1034
22:48:29.438804 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:29.469357 tst         register_default_mass.py: using MSISDN 1035
22:48:29.483742 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:29.514066 tst         register_default_mass.py: using MSISDN 1036
22:48:29.528005 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:29.558319 tst         register_default_mass.py: using MSISDN 1037
22:48:29.572733 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:29.603562 tst         register_default_mass.py: using MSISDN 1038
22:48:29.618191 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:29.648953 tst         register_default_mass.py: using MSISDN 1039
22:48:29.663471 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:29.694164 tst         register_default_mass.py: using MSISDN 1040
22:48:29.708809 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:29.739644 tst         register_default_mass.py: using MSISDN 1041
22:48:29.754272 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:29.784800 tst         register_default_mass.py: using MSISDN 1042
22:48:29.794626 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:29.825230 tst         register_default_mass.py: using MSISDN 1043
22:48:29.840142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:29.870963 tst         register_default_mass.py: using MSISDN 1044
22:48:29.885653 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:29.915829 tst         register_default_mass.py: using MSISDN 1045
22:48:29.929653 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:29.960352 tst         register_default_mass.py: using MSISDN 1046
22:48:29.974885 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:30.005666 tst         register_default_mass.py: using MSISDN 1047
22:48:30.020191 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:30.050731 tst         register_default_mass.py: using MSISDN 1048
22:48:30.065222 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:30.095621 tst         register_default_mass.py: using MSISDN 1049
22:48:30.110139 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:30.140758 tst         register_default_mass.py: using MSISDN 1050
22:48:30.155212 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:30.185955 tst         register_default_mass.py: using MSISDN 1051
22:48:30.200488 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:30.230871 tst         register_default_mass.py: using MSISDN 1052
22:48:30.245277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:30.275960 tst         register_default_mass.py: using MSISDN 1053
22:48:30.290651 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:30.321015 tst         register_default_mass.py: using MSISDN 1054
22:48:30.335404 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:30.366065 tst         register_default_mass.py: using MSISDN 1055
22:48:30.380497 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:30.411136 tst         register_default_mass.py: using MSISDN 1056
22:48:30.425283 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:30.456060 tst         register_default_mass.py: using MSISDN 1057
22:48:30.470422 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:30.500926 tst         register_default_mass.py: using MSISDN 1058
22:48:30.515143 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:30.545775 tst         register_default_mass.py: using MSISDN 1059
22:48:30.560152 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:30.590483 tst         register_default_mass.py: using MSISDN 1060
22:48:30.604674 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:30.635442 tst         register_default_mass.py: using MSISDN 1061
22:48:30.649792 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:30.680515 tst         register_default_mass.py: using MSISDN 1062
22:48:30.694898 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:30.733980 tst         register_default_mass.py: using MSISDN 1063
22:48:30.751531 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:30.782162 tst         register_default_mass.py: using MSISDN 1064
22:48:30.796630 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:30.827065 tst         register_default_mass.py: using MSISDN 1065
22:48:30.841273 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:30.872194 tst         register_default_mass.py: using MSISDN 1066
22:48:30.886715 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:30.917290 tst         register_default_mass.py: using MSISDN 1067
22:48:30.924575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:30.955245 tst         register_default_mass.py: using MSISDN 1068
22:48:30.969317 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:31.000030 tst         register_default_mass.py: using MSISDN 1069
22:48:31.014304 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:31.044708 tst         register_default_mass.py: using MSISDN 1070
22:48:31.058918 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:31.088956 tst         register_default_mass.py: using MSISDN 1071
22:48:31.103030 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:31.133763 tst         register_default_mass.py: using MSISDN 1072
22:48:31.148041 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:31.178829 tst         register_default_mass.py: using MSISDN 1073
22:48:31.192971 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:31.223656 tst         register_default_mass.py: using MSISDN 1074
22:48:31.237941 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:31.268524 tst         register_default_mass.py: using MSISDN 1075
22:48:31.282971 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:31.313431 tst         register_default_mass.py: using MSISDN 1076
22:48:31.327651 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:31.358320 tst         register_default_mass.py: using MSISDN 1077
22:48:31.372524 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:31.402956 tst         register_default_mass.py: using MSISDN 1078
22:48:31.417253 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:31.448269 tst         register_default_mass.py: using MSISDN 1079
22:48:31.462613 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:31.492891 tst         register_default_mass.py: using MSISDN 1080
22:48:31.507197 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:31.537758 tst         register_default_mass.py: using MSISDN 1081
22:48:31.552019 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:31.582763 tst         register_default_mass.py: using MSISDN 1082
22:48:31.596984 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:31.627460 tst         register_default_mass.py: using MSISDN 1083
22:48:31.641706 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:31.672499 tst         register_default_mass.py: using MSISDN 1084
22:48:31.686948 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:31.717267 tst         register_default_mass.py: using MSISDN 1085
22:48:31.731352 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:31.762491 tst         register_default_mass.py: using MSISDN 1086
22:48:31.776916 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:31.807241 tst         register_default_mass.py: using MSISDN 1087
22:48:31.821337 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:31.852039 tst         register_default_mass.py: using MSISDN 1088
22:48:31.866330 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:31.896706 tst         register_default_mass.py: using MSISDN 1089
22:48:31.910867 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:31.941673 tst         register_default_mass.py: using MSISDN 1090
22:48:31.956013 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:31.990420 tst         register_default_mass.py: using MSISDN 1091
22:48:32.006509 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:32.036713 tst         register_default_mass.py: using MSISDN 1092
22:48:32.051026 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:32.081518 tst         register_default_mass.py: using MSISDN 1093
22:48:32.095778 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:32.126243 tst         register_default_mass.py: using MSISDN 1094
22:48:32.140461 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:32.171220 tst         register_default_mass.py: using MSISDN 1095
22:48:32.185435 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:32.215675 tst         register_default_mass.py: using MSISDN 1096
22:48:32.229909 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:32.260882 tst         register_default_mass.py: using MSISDN 1097
22:48:32.275269 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:32.305407 tst         register_default_mass.py: using MSISDN 1098
22:48:32.319602 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:32.350115 tst         register_default_mass.py: using MSISDN 1099
22:48:32.364213 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:32.394696 tst         register_default_mass.py: using MSISDN 1100
22:48:32.408719 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:32.500381 run                             mass: Starting testcase
22:48:32.505984 run                             mass: Pre-launching all virtphy's
22:48:32.511407 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:32.524450 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:32.530592 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:32.543608 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:32.549694 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:32.562450 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:32.568587 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:32.581875 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:32.587872 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:32.600648 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:32.606559 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:32.619347 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:32.625374 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:32.638211 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:32.644225 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:32.657056 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:32.663043 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:32.675764 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:32.681693 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:32.694559 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:32.700508 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:32.713411 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:32.719366 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:32.732206 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:32.738117 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:32.750920 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:32.756819 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:32.769595 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:32.775527 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:32.788355 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:32.794286 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:32.807136 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:32.813066 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:32.825924 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:32.831941 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:32.844896 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:32.850870 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:32.863722 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:32.869794 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:32.882790 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:32.888779 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:32.901549 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:32.907487 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:32.920263 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:32.926165 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:32.938934 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:32.944821 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:32.957569 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:32.963433 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:32.976176 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:32.982052 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:32.994742 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:33.000637 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:33.013412 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:33.019266 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:33.032028 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:33.038071 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:33.050925 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:33.056943 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:33.069867 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:33.075825 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:33.088826 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:33.094746 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:33.107737 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:33.113673 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:33.126530 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:33.132498 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:33.145408 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:33.151300 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:33.164205 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:33.170137 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:33.183040 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:33.188998 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:33.201920 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:33.207914 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:33.220938 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:33.226889 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:33.239793 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:33.245719 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:33.258613 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:33.264555 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:33.277543 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:33.283511 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:33.296472 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:33.302442 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:33.315440 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:33.321564 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:33.334775 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:33.340796 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:33.353713 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:33.359809 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:33.372936 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:33.378988 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:33.392020 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:33.398044 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:33.410968 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:33.416937 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:33.429858 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:33.435777 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:33.448631 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:33.454594 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:33.467488 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:33.473425 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:33.486313 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:33.492212 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:33.505206 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:33.511141 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:33.524162 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:33.530179 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:33.543100 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:33.549108 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:33.562140 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:33.568099 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:33.581130 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:33.587063 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:33.599985 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:33.605987 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:33.618901 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:33.624895 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:33.637845 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:33.643804 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:33.656868 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:33.662874 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:33.675796 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:33.681735 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:33.694698 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:33.700645 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:33.713569 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:33.719533 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:33.732461 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:33.738459 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:33.751517 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:33.757544 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:33.770631 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:33.776591 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:33.789651 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:33.795600 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:33.808679 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:33.814721 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:33.827698 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:33.833667 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:33.846630 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:33.852758 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:33.865931 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:33.871944 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:33.884905 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:33.890858 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:33.903803 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:33.909981 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:33.923216 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:33.929279 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:33.942296 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:33.948304 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:33.961155 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:33.967133 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:33.980156 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:33.986145 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:33.999171 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:34.005133 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:34.018025 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:34.024093 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:34.037126 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:34.043210 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:34.056208 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:34.062209 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:34.075090 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:34.081029 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:34.093926 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:34.099863 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:34.112792 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:34.118800 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:34.131726 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:34.137838 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:34.150931 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:34.156889 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:34.169788 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:34.175747 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:34.188654 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:34.194603 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:34.207517 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:34.213661 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:34.226665 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:34.232865 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:34.245810 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:34.251765 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:34.264919 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:34.270993 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:34.284243 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:34.290285 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:34.303264 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:34.309302 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:34.322320 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:34.328349 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:34.341384 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:34.347433 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:34.360435 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:34.366425 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:34.379367 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:34.385343 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:34.398302 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:34.404183 run                             mass: Checking if sockets are in the filesystem
22:48:34.437025 run                osmo-ms-mob/00000: Starting mobile
22:48:34.450417 run       osmo-ms-mob/00000(pid=135): Launched
22:48:34.462344 run                             mass: MS start registered  {at=25613820.165693805, delay=0.005782749503850937, ms=00000}
22:48:38.651813 run                osmo-ms-mob/00001: Starting mobile
22:48:38.668571 run       osmo-ms-mob/00001(pid=136): Launched
22:48:38.679199 run                             mass: MS start registered  {at=25613824.382549323, delay=0.004734121263027191, ms=00001}
22:48:39.717617 run                             mass: MS performed LU  {at=25613825.420849845, lu_delay=5.25515604019165, ms=00000}
22:48:40.451008 run                osmo-ms-mob/00002: Starting mobile
22:48:40.467814 run       osmo-ms-mob/00002(pid=137): Launched
22:48:40.478591 run                             mass: MS start registered  {at=25613826.181933794, delay=0.004695814102888107, ms=00002}
22:48:41.752345 run                osmo-ms-mob/00003: Starting mobile
22:48:41.769255 run       osmo-ms-mob/00003(pid=138): Launched
22:48:41.780049 run                             mass: MS start registered  {at=25613827.483396523, delay=0.00474388524889946, ms=00003}
22:48:42.820871 run                osmo-ms-mob/00004: Starting mobile
22:48:42.833931 run       osmo-ms-mob/00004(pid=139): Launched
22:48:42.844854 run                             mass: MS start registered  {at=25613828.548199303, delay=0.004753567278385162, ms=00004}
22:48:43.484017 run                             mass: MS performed LU  {at=25613829.187253147, lu_delay=4.804703824222088, ms=00001}
22:48:43.819724 run                osmo-ms-mob/00005: Starting mobile
22:48:43.832667 run       osmo-ms-mob/00005(pid=140): Launched
22:48:43.843163 run                             mass: MS start registered  {at=25613829.5465145, delay=0.004640147089958191, ms=00005}
22:48:44.742174 run                osmo-ms-mob/00006: Starting mobile
22:48:44.758060 run       osmo-ms-mob/00006(pid=141): Launched
22:48:44.768828 run                             mass: MS start registered  {at=25613830.472180754, delay=0.004826631397008896, ms=00006}
22:48:45.385066 run                             mass: MS performed LU  {at=25613831.088298995, lu_delay=4.90636520087719, ms=00002}
22:48:45.650807 run                osmo-ms-mob/00007: Starting mobile
22:48:45.667460 run       osmo-ms-mob/00007(pid=142): Launched
22:48:45.678263 run                             mass: MS start registered  {at=25613831.381610405, delay=0.004834447056055069, ms=00007}
22:48:46.420117 run                osmo-ms-mob/00008: Starting mobile
22:48:46.433123 run       osmo-ms-mob/00008(pid=143): Launched
22:48:46.443860 run                             mass: MS start registered  {at=25613832.1472121, delay=0.004781242460012436, ms=00008}
22:48:47.152317 run                osmo-ms-mob/00009: Starting mobile
22:48:47.169812 run       osmo-ms-mob/00009(pid=144): Launched
22:48:47.180820 run                             mass: MS start registered  {at=25613832.88415455, delay=0.004743639379739761, ms=00009}
22:48:47.249521 run                             mass: MS performed LU  {at=25613832.952760864, lu_delay=5.46936434134841, ms=00003}
22:48:47.846875 run                osmo-ms-mob/00010: Starting mobile
22:48:47.864799 run       osmo-ms-mob/00010(pid=145): Launched
22:48:47.875678 run                             mass: MS start registered  {at=25613833.579027135, delay=0.004860207438468933, ms=00010}
22:48:48.420017 run                osmo-ms-mob/00011: Starting mobile
22:48:48.433280 run       osmo-ms-mob/00011(pid=146): Launched
22:48:48.444483 run                             mass: MS start registered  {at=25613834.14782952, delay=0.005101826041936874, ms=00011}
22:48:49.019904 run                osmo-ms-mob/00012: Starting mobile
22:48:49.032784 run       osmo-ms-mob/00012(pid=147): Launched
22:48:49.043874 run                             mass: MS start registered  {at=25613834.747224923, delay=0.0047979168593883514, ms=00012}
22:48:49.151060 run                             mass: MS performed LU  {at=25613834.854304377, lu_delay=5.3077898770570755, ms=00005}
22:48:49.178540 run                             mass: MS performed LU  {at=25613834.881780755, lu_delay=6.333581451326609, ms=00004}
22:48:49.651838 run                osmo-ms-mob/00013: Starting mobile
22:48:49.668858 run       osmo-ms-mob/00013(pid=148): Launched
22:48:49.679484 run                             mass: MS start registered  {at=25613835.382833768, delay=0.004649486392736435, ms=00013}
22:48:50.220906 run                osmo-ms-mob/00014: Starting mobile
22:48:50.234129 run       osmo-ms-mob/00014(pid=149): Launched
22:48:50.245099 run                             mass: MS start registered  {at=25613835.948451743, delay=0.004924342036247253, ms=00014}
22:48:50.852273 run                osmo-ms-mob/00015: Starting mobile
22:48:50.868965 run       osmo-ms-mob/00015(pid=150): Launched
22:48:50.879864 run                             mass: MS start registered  {at=25613836.583210334, delay=0.004847213625907898, ms=00015}
22:48:51.014671 run                             mass: MS performed LU  {at=25613836.71791828, lu_delay=5.336307875812054, ms=00007}
22:48:51.080285 run                             mass: MS performed LU  {at=25613836.78352552, lu_delay=6.311344765126705, ms=00006}
22:48:51.323004 run                osmo-ms-mob/00016: Starting mobile
22:48:51.336022 run       osmo-ms-mob/00016(pid=151): Launched
22:48:51.346607 run                             mass: MS start registered  {at=25613837.0499547, delay=0.0046376511454582214, ms=00016}
22:48:51.384023 run                             mass: MS performed LU  {at=25613837.08729736, lu_delay=4.940085262060165, ms=00008}
22:48:51.849882 run                osmo-ms-mob/00017: Starting mobile
22:48:51.867364 run       osmo-ms-mob/00017(pid=152): Launched
22:48:51.880505 run                             mass: MS start registered  {at=25613837.583854094, delay=0.006907660514116287, ms=00017}
22:48:52.462944 run                osmo-ms-mob/00018: Starting mobile
22:48:52.481271 run       osmo-ms-mob/00018(pid=153): Launched
22:48:52.491919 run                             mass: MS start registered  {at=25613838.195273858, delay=0.0045268237590789795, ms=00018}
22:48:52.823227 run                osmo-ms-mob/00019: Starting mobile
22:48:52.836133 run       osmo-ms-mob/00019(pid=154): Launched
22:48:52.846957 run                             mass: MS start registered  {at=25613838.550310113, delay=0.0048062801361083984, ms=00019}
22:48:52.916064 run                             mass: MS performed LU  {at=25613838.619334802, lu_delay=5.735180251300335, ms=00009}
22:48:52.942672 run                             mass: MS performed LU  {at=25613838.64600973, lu_delay=5.066982593387365, ms=00010}
22:48:53.050594 run                             mass: MS performed LU  {at=25613838.753848437, lu_delay=4.606018915772438, ms=00011}
22:48:53.344845 run                osmo-ms-mob/00020: Starting mobile
22:48:53.360783 run       osmo-ms-mob/00020(pid=155): Launched
22:48:53.371628 run                             mass: MS start registered  {at=25613839.074977804, delay=0.004624035209417343, ms=00020}
22:48:53.832460 run                osmo-ms-mob/00021: Starting mobile
22:48:53.846446 run       osmo-ms-mob/00021(pid=156): Launched
22:48:53.858038 run                             mass: MS start registered  {at=25613839.561382238, delay=0.005489576607942581, ms=00021}
22:48:54.221133 run                osmo-ms-mob/00022: Starting mobile
22:48:54.234591 run       osmo-ms-mob/00022(pid=157): Launched
22:48:54.245603 run                             mass: MS start registered  {at=25613839.948952824, delay=0.00484437495470047, ms=00022}
22:48:54.742525 run                osmo-ms-mob/00023: Starting mobile
22:48:54.758867 run       osmo-ms-mob/00023(pid=158): Launched
22:48:54.770317 run                             mass: MS start registered  {at=25613840.47366825, delay=0.0050888024270534515, ms=00023}
22:48:54.780041 run                             mass: MS performed LU  {at=25613840.483393513, lu_delay=5.1005597449839115, ms=00013}
22:48:54.846266 run                             mass: MS performed LU  {at=25613840.54951821, lu_delay=5.802293285727501, ms=00012}
22:48:55.141647 run                osmo-ms-mob/00024: Starting mobile
22:48:55.158247 run       osmo-ms-mob/00024(pid=159): Launched
22:48:55.164405 run                             mass: MS performed LU  {at=25613840.867765, lu_delay=4.919313255697489, ms=00014}
22:48:55.170287 run                             mass: MS start registered  {at=25613840.873654332, delay=0.0059089139103889465, ms=00024}
22:48:55.620574 run                osmo-ms-mob/00025: Starting mobile
22:48:55.634195 run       osmo-ms-mob/00025(pid=160): Launched
22:48:55.645658 run                             mass: MS start registered  {at=25613841.349008787, delay=0.005045551806688309, ms=00025}
22:48:56.043841 run                osmo-ms-mob/00026: Starting mobile
22:48:56.060091 run       osmo-ms-mob/00026(pid=161): Launched
22:48:56.071157 run                             mass: MS start registered  {at=25613841.77451022, delay=0.005110409110784531, ms=00026}
22:48:56.443531 run                osmo-ms-mob/00027: Starting mobile
22:48:56.460175 run       osmo-ms-mob/00027(pid=162): Launched
22:48:56.471211 run                             mass: MS start registered  {at=25613842.174563423, delay=0.005073346197605133, ms=00027}
22:48:56.580401 run                             mass: MS performed LU  {at=25613842.283655938, lu_delay=4.699801843613386, ms=00017}
22:48:56.681908 run                             mass: MS performed LU  {at=25613842.385158777, lu_delay=5.801948443055153, ms=00015}
22:48:56.709877 run                             mass: MS performed LU  {at=25613842.41314908, lu_delay=5.36319437995553, ms=00016}
22:48:56.738253 run                osmo-ms-mob/00028: Starting mobile
22:48:56.751300 run       osmo-ms-mob/00028(pid=163): Launched
22:48:56.762276 run                             mass: MS start registered  {at=25613842.465624165, delay=0.00477832555770874, ms=00028}
22:48:57.231344 run                osmo-ms-mob/00029: Starting mobile
22:48:57.244583 run       osmo-ms-mob/00029(pid=164): Launched
22:48:57.255865 run                             mass: MS start registered  {at=25613842.959215563, delay=0.005029492080211639, ms=00029}
22:48:57.631881 run                osmo-ms-mob/00030: Starting mobile
22:48:57.645499 run       osmo-ms-mob/00030(pid=165): Launched
22:48:57.656835 run                             mass: MS start registered  {at=25613843.360187784, delay=0.004984844475984573, ms=00030}
22:48:58.050477 run                osmo-ms-mob/00031: Starting mobile
22:48:58.065512 run       osmo-ms-mob/00031(pid=166): Launched
22:48:58.077104 run                             mass: MS start registered  {at=25613843.780448303, delay=0.005496066063642502, ms=00031}
22:48:58.320054 run                osmo-ms-mob/00032: Starting mobile
22:48:58.333240 run       osmo-ms-mob/00032(pid=167): Launched
22:48:58.344139 run                             mass: MS start registered  {at=25613844.0474907, delay=0.004899606108665466, ms=00032}
22:48:58.546957 run                             mass: MS performed LU  {at=25613844.25020791, lu_delay=6.054934050887823, ms=00018}
22:48:58.611035 run                             mass: MS performed LU  {at=25613844.314286564, lu_delay=5.239308759570122, ms=00020}
22:48:58.639010 run                osmo-ms-mob/00033: Starting mobile
22:48:58.652042 run       osmo-ms-mob/00033(pid=168): Launched
22:48:58.663005 run                             mass: MS start registered  {at=25613844.366359588, delay=0.00484081357717514, ms=00033}
22:48:58.678905 run                             mass: MS performed LU  {at=25613844.382246733, lu_delay=5.8319366201758385, ms=00019}
22:48:58.716752 run                             mass: MS performed LU  {at=25613844.41999838, lu_delay=4.858616143465042, ms=00021}
22:48:59.150920 run                osmo-ms-mob/00034: Starting mobile
22:48:59.167727 run       osmo-ms-mob/00034(pid=169): Launched
22:48:59.179245 run                             mass: MS start registered  {at=25613844.882593367, delay=0.0052275508642196655, ms=00034}
22:48:59.432357 run                osmo-ms-mob/00035: Starting mobile
22:48:59.446143 run       osmo-ms-mob/00035(pid=170): Launched
22:48:59.457253 run                             mass: MS start registered  {at=25613845.160601918, delay=0.005017377436161041, ms=00035}
22:48:59.820920 run                osmo-ms-mob/00036: Starting mobile
22:48:59.833921 run       osmo-ms-mob/00036(pid=171): Launched
22:48:59.845095 run                             mass: MS start registered  {at=25613845.548444096, delay=0.005041632801294327, ms=00036}
22:49:00.243626 run                osmo-ms-mob/00037: Starting mobile
22:49:00.259902 run       osmo-ms-mob/00037(pid=172): Launched
22:49:00.271038 run                             mass: MS start registered  {at=25613845.97438737, delay=0.004982709884643555, ms=00037}
22:49:00.347005 run                             mass: MS performed LU  {at=25613846.050256506, lu_delay=6.101303681731224, ms=00022}
22:49:00.447856 run                             mass: MS performed LU  {at=25613846.151108272, lu_delay=5.277453940361738, ms=00024}
22:49:00.476597 run                osmo-ms-mob/00038: Starting mobile
22:49:00.489725 run       osmo-ms-mob/00038(pid=173): Launched
22:49:00.495778 run                             mass: MS performed LU  {at=25613846.199140448, lu_delay=4.850131660699844, ms=00025}
22:49:00.501686 run                             mass: MS start registered  {at=25613846.20505281, delay=0.005928691476583481, ms=00038}
22:49:00.619409 run                             mass: MS performed LU  {at=25613846.32265947, lu_delay=5.848991218954325, ms=00023}
22:49:00.647533 run                osmo-ms-mob/00039: Starting mobile
22:49:00.660536 run       osmo-ms-mob/00039(pid=174): Launched
22:49:00.671679 run                             mass: MS start registered  {at=25613846.375034463, delay=0.005193561315536499, ms=00039}
22:49:01.220764 run                osmo-ms-mob/00040: Starting mobile
22:49:01.233967 run       osmo-ms-mob/00040(pid=175): Launched
22:49:01.245384 run                             mass: MS start registered  {at=25613846.948731974, delay=0.005385510623455048, ms=00040}
22:49:01.521077 run                osmo-ms-mob/00041: Starting mobile
22:49:01.534598 run       osmo-ms-mob/00041(pid=176): Launched
22:49:01.546100 run                             mass: MS start registered  {at=25613847.249447457, delay=0.005276348441839218, ms=00041}
22:49:01.862221 run                osmo-ms-mob/00042: Starting mobile
22:49:01.877944 run       osmo-ms-mob/00042(pid=177): Launched
22:49:01.889219 run                             mass: MS start registered  {at=25613847.592567876, delay=0.005170207470655441, ms=00042}
22:49:02.221362 run                osmo-ms-mob/00043: Starting mobile
22:49:02.234386 run       osmo-ms-mob/00043(pid=178): Launched
22:49:02.247009 run                             mass: MS start registered  {at=25613847.95035245, delay=0.0062076374888420105, ms=00043}
22:49:02.312175 run                             mass: MS performed LU  {at=25613848.01543218, lu_delay=4.655244395136833, ms=00030}
22:49:02.377914 run                             mass: MS performed LU  {at=25613848.08116957, lu_delay=5.121954008936882, ms=00029}
22:49:02.423382 run                osmo-ms-mob/00044: Starting mobile
22:49:02.437662 run       osmo-ms-mob/00044(pid=179): Launched
22:49:02.445498 run                             mass: MS performed LU  {at=25613848.14884643, lu_delay=5.683222264051437, ms=00028}
22:49:02.451637 run                             mass: MS start registered  {at=25613848.155003726, delay=0.007937483489513397, ms=00044}
22:49:02.482357 run                             mass: MS performed LU  {at=25613848.18568658, lu_delay=6.411176361143589, ms=00026}
22:49:02.496428 run                osmo-ms-mob/00045: Starting mobile
22:49:02.509818 run       osmo-ms-mob/00045(pid=180): Launched
22:49:02.521207 run                             mass: MS start registered  {at=25613848.224544164, delay=0.0052302442491054535, ms=00045}
22:49:03.117267 run                osmo-ms-mob/00046: Starting mobile
22:49:03.130488 run       osmo-ms-mob/00046(pid=181): Launched
22:49:03.141558 run                             mass: MS start registered  {at=25613848.844912454, delay=0.005143575370311737, ms=00046}
22:49:03.433222 run                osmo-ms-mob/00047: Starting mobile
22:49:03.447442 run       osmo-ms-mob/00047(pid=182): Launched
22:49:03.458475 run                             mass: MS start registered  {at=25613849.161827464, delay=0.0049300119280815125, ms=00047}
22:49:03.736051 run                osmo-ms-mob/00048: Starting mobile
22:49:03.750080 run       osmo-ms-mob/00048(pid=183): Launched
22:49:03.761116 run                             mass: MS start registered  {at=25613849.46446947, delay=0.004861980676651001, ms=00048}
22:49:04.032640 run                osmo-ms-mob/00049: Starting mobile
22:49:04.046355 run       osmo-ms-mob/00049(pid=184): Launched
22:49:04.057423 run                             mass: MS start registered  {at=25613849.76077656, delay=0.005007360130548477, ms=00049}
22:49:04.112824 run                             mass: MS performed LU  {at=25613849.816074, lu_delay=5.449714411050081, ms=00033}
22:49:04.214064 run                             mass: MS performed LU  {at=25613849.917317323, lu_delay=5.869826622307301, ms=00032}
22:49:04.268932 run                osmo-ms-mob/00050: Starting mobile
22:49:04.283989 run       osmo-ms-mob/00050(pid=185): Launched
22:49:04.290008 run                             mass: MS performed LU  {at=25613849.993370295, lu_delay=6.212921991944313, ms=00031}
22:49:04.295809 run                             mass: MS start registered  {at=25613849.999176614, delay=0.005823299288749695, ms=00050}
22:49:04.385977 run                             mass: MS performed LU  {at=25613850.0892272, lu_delay=5.20663383230567, ms=00034}
22:49:04.421592 run                             mass: MS performed LU  {at=25613850.124870226, lu_delay=4.964268308132887, ms=00035}
22:49:04.438688 run                osmo-ms-mob/00051: Starting mobile
22:49:04.451783 run       osmo-ms-mob/00051(pid=186): Launched
22:49:04.462780 run                             mass: MS start registered  {at=25613850.166134693, delay=0.004902716726064682, ms=00051}
22:49:05.018718 run                osmo-ms-mob/00052: Starting mobile
22:49:05.034936 run       osmo-ms-mob/00052(pid=187): Launched
22:49:05.046385 run                             mass: MS start registered  {at=25613850.749727167, delay=0.0052250586450099945, ms=00052}
22:49:05.333747 run                osmo-ms-mob/00053: Starting mobile
22:49:05.347971 run       osmo-ms-mob/00053(pid=188): Launched
22:49:05.358952 run                             mass: MS start registered  {at=25613851.062303104, delay=0.005026914179325104, ms=00053}
22:49:05.632151 run                osmo-ms-mob/00054: Starting mobile
22:49:05.645870 run       osmo-ms-mob/00054(pid=189): Launched
22:49:05.657067 run                             mass: MS start registered  {at=25613851.360421102, delay=0.0051657408475875854, ms=00054}
22:49:05.941032 run                osmo-ms-mob/00055: Starting mobile
22:49:05.957777 run       osmo-ms-mob/00055(pid=190): Launched
22:49:05.968718 run                             mass: MS start registered  {at=25613851.672070626, delay=0.0049062930047512054, ms=00055}
22:49:06.078244 run                             mass: MS performed LU  {at=25613851.781495225, lu_delay=5.576442413032055, ms=00038}
22:49:06.143507 run                             mass: MS performed LU  {at=25613851.84676058, lu_delay=5.872373208403587, ms=00037}
22:49:06.170163 run                osmo-ms-mob/00056: Starting mobile
22:49:06.183203 run       osmo-ms-mob/00056(pid=191): Launched
22:49:06.194024 run                             mass: MS start registered  {at=25613851.897377186, delay=0.0047860778868198395, ms=00056}
22:49:06.210762 run                             mass: MS performed LU  {at=25613851.914116, lu_delay=5.539081536233425, ms=00039}
22:49:06.248436 run                             mass: MS performed LU  {at=25613851.95175753, lu_delay=6.403313435614109, ms=00036}
22:49:06.267450 run                osmo-ms-mob/00057: Starting mobile
22:49:06.280509 run       osmo-ms-mob/00057(pid=192): Launched
22:49:06.291781 run                             mass: MS start registered  {at=25613851.99513267, delay=0.004851382225751877, ms=00057}
22:49:06.321842 run                             mass: MS performed LU  {at=25613852.025113363, lu_delay=5.076381389051676, ms=00040}
22:49:06.577006 run                             mass: MS performed LU  {at=25613852.280256942, lu_delay=5.030809484422207, ms=00041}
22:49:06.931789 run                osmo-ms-mob/00058: Starting mobile
22:49:06.945725 run       osmo-ms-mob/00058(pid=193): Launched
22:49:06.957033 run                             mass: MS start registered  {at=25613852.660384364, delay=0.005186900496482849, ms=00058}
22:49:07.163472 run                             mass: MS performed LU  {at=25613852.866723463, lu_delay=3.7048959992825985, ms=00047}
22:49:07.192946 run                osmo-ms-mob/00059: Starting mobile
22:49:07.206232 run       osmo-ms-mob/00059(pid=194): Launched
22:49:07.217520 run                             mass: MS start registered  {at=25613852.920870576, delay=0.004909958690404892, ms=00059}
22:49:07.533501 run                osmo-ms-mob/00060: Starting mobile
22:49:07.547575 run       osmo-ms-mob/00060(pid=195): Launched
22:49:07.559132 run                             mass: MS start registered  {at=25613853.26247971, delay=0.005560141056776047, ms=00060}
22:49:07.878518 run                             mass: MS performed LU  {at=25613853.581768937, lu_delay=5.631416488438845, ms=00043}
22:49:07.921839 run                osmo-ms-mob/00061: Starting mobile
22:49:07.937841 run       osmo-ms-mob/00061(pid=196): Launched
22:49:07.949201 run                             mass: MS start registered  {at=25613853.65255264, delay=0.005141738802194595, ms=00061}
22:49:07.979420 run                             mass: MS performed LU  {at=25613853.682675555, lu_delay=4.837763100862503, ms=00046}
22:49:08.007097 run                             mass: MS performed LU  {at=25613853.710373767, lu_delay=5.555370040237904, ms=00044}
22:49:08.027892 run                osmo-ms-mob/00062: Starting mobile
22:49:08.041049 run       osmo-ms-mob/00062(pid=197): Launched
22:49:08.051856 run                             mass: MS start registered  {at=25613853.755206723, delay=0.004815429449081421, ms=00062}
22:49:08.151325 run                             mass: MS performed LU  {at=25613853.854576103, lu_delay=5.630031939595938, ms=00045}
22:49:08.186719 run                             mass: MS performed LU  {at=25613853.889996402, lu_delay=6.297428525984287, ms=00042}
22:49:08.203211 run                osmo-ms-mob/00063: Starting mobile
22:49:08.216435 run       osmo-ms-mob/00063(pid=198): Launched
22:49:08.227596 run                             mass: MS start registered  {at=25613853.930947192, delay=0.004792921245098114, ms=00063}
22:49:08.932725 run                osmo-ms-mob/00064: Starting mobile
22:49:08.946501 run       osmo-ms-mob/00064(pid=199): Launched
22:49:08.957778 run                             mass: MS start registered  {at=25613854.66112447, delay=0.004816323518753052, ms=00064}
22:49:09.334726 run                osmo-ms-mob/00065: Starting mobile
22:49:09.349081 run       osmo-ms-mob/00065(pid=200): Launched
22:49:09.360073 run                             mass: MS start registered  {at=25613855.063427243, delay=0.004864558577537537, ms=00065}
22:49:09.633167 run                osmo-ms-mob/00066: Starting mobile
22:49:09.646798 run       osmo-ms-mob/00066(pid=201): Launched
22:49:09.658013 run                             mass: MS start registered  {at=25613855.361365598, delay=0.005293890833854675, ms=00066}
22:49:09.843948 run                             mass: MS performed LU  {at=25613855.547200564, lu_delay=6.08273109421134, ms=00048}
22:49:09.909293 run                             mass: MS performed LU  {at=25613855.61254325, lu_delay=5.851766690611839, ms=00049}
22:49:09.936802 run                osmo-ms-mob/00067: Starting mobile
22:49:09.949747 run       osmo-ms-mob/00067(pid=202): Launched
22:49:09.960785 run                             mass: MS start registered  {at=25613855.664136834, delay=0.004985719919204712, ms=00067}
22:49:09.976363 run                             mass: MS performed LU  {at=25613855.679719962, lu_delay=5.513585269451141, ms=00051}
22:49:10.014637 run                             mass: MS performed LU  {at=25613855.717910368, lu_delay=5.718733754009008, ms=00050}
22:49:10.034935 run                osmo-ms-mob/00068: Starting mobile
22:49:10.048102 run       osmo-ms-mob/00068(pid=203): Launched
22:49:10.054483 run                             mass: MS performed LU  {at=25613855.757840402, lu_delay=5.008113235235214, ms=00052}
22:49:10.060305 run                             mass: MS start registered  {at=25613855.763671268, delay=0.005849462002515793, ms=00068}
22:49:10.087955 run                             mass: MS performed LU  {at=25613855.79129482, lu_delay=4.728991717100143, ms=00053}
22:49:10.730880 run                osmo-ms-mob/00069: Starting mobile
22:49:10.744894 run       osmo-ms-mob/00069(pid=204): Launched
22:49:10.756018 run                             mass: MS start registered  {at=25613856.459367592, delay=0.0051411911845207214, ms=00069}
22:49:11.120351 run                osmo-ms-mob/00070: Starting mobile
22:49:11.133925 run       osmo-ms-mob/00070(pid=205): Launched
22:49:11.144919 run                             mass: MS start registered  {at=25613856.84827166, delay=0.005026455968618393, ms=00070}
22:49:11.532940 run                osmo-ms-mob/00071: Starting mobile
22:49:11.546655 run       osmo-ms-mob/00071(pid=206): Launched
22:49:11.557787 run                             mass: MS start registered  {at=25613857.261137635, delay=0.005167495459318161, ms=00071}
22:49:11.745715 run                             mass: MS performed LU  {at=25613857.44896795, lu_delay=6.088546846061945, ms=00054}
22:49:11.773447 run                             mass: MS performed LU  {at=25613857.476723332, lu_delay=4.8163389675319195, ms=00058}
22:49:11.795954 run                osmo-ms-mob/00072: Starting mobile
22:49:11.808988 run       osmo-ms-mob/00072(pid=207): Launched
22:49:11.820163 run                             mass: MS start registered  {at=25613857.52350362, delay=0.005134832113981247, ms=00072}
22:49:11.916778 run                             mass: MS performed LU  {at=25613857.620031457, lu_delay=5.947960831224918, ms=00055}
22:49:11.953449 run                             mass: MS performed LU  {at=25613857.65672687, lu_delay=5.759349685162306, ms=00056}
22:49:11.990485 run                             mass: MS performed LU  {at=25613857.693735845, lu_delay=4.772865269333124, ms=00059}
22:49:12.038457 run                osmo-ms-mob/00073: Starting mobile
22:49:12.053401 run       osmo-ms-mob/00073(pid=208): Launched
22:49:12.064288 run                             mass: MS start registered  {at=25613857.76763949, delay=0.004992019385099411, ms=00073}
22:49:12.733609 run                osmo-ms-mob/00074: Starting mobile
22:49:12.747358 run       osmo-ms-mob/00074(pid=209): Launched
22:49:12.758422 run                             mass: MS start registered  {at=25613858.46177433, delay=0.004951070994138718, ms=00074}
22:49:13.150164 run                osmo-ms-mob/00075: Starting mobile
22:49:13.165237 run       osmo-ms-mob/00075(pid=210): Launched
22:49:13.176185 run                             mass: MS start registered  {at=25613858.879539665, delay=0.0047612860798835754, ms=00075}
22:49:13.610235 run                             mass: MS performed LU  {at=25613859.31348934, lu_delay=6.051009628921747, ms=00060}
22:49:13.652487 run                osmo-ms-mob/00076: Starting mobile
22:49:13.668212 run       osmo-ms-mob/00076(pid=211): Launched
22:49:13.674434 run                             mass: MS performed LU  {at=25613859.37779471, lu_delay=5.72524207085371, ms=00061}
22:49:13.681017 run                             mass: MS start registered  {at=25613859.38437121, delay=0.006593648344278336, ms=00076}
22:49:13.743915 run                             mass: MS performed LU  {at=25613859.447166022, lu_delay=4.786041550338268, ms=00064}
22:49:13.780033 run                             mass: MS performed LU  {at=25613859.48330027, lu_delay=5.728093545883894, ms=00062}
22:49:13.794384 run                osmo-ms-mob/00077: Starting mobile
22:49:13.807673 run       osmo-ms-mob/00077(pid=212): Launched
22:49:13.817022 run                             mass: MS performed LU  {at=25613859.520363238, lu_delay=5.589416045695543, ms=00063}
22:49:13.823091 run                             mass: MS start registered  {at=25613859.526457626, delay=0.0093463733792305, ms=00077}
22:49:14.533483 run                osmo-ms-mob/00078: Starting mobile
22:49:14.547437 run       osmo-ms-mob/00078(pid=213): Launched
22:49:14.559158 run                             mass: MS start registered  {at=25613860.262507264, delay=0.005453124642372131, ms=00078}
22:49:14.934485 run                osmo-ms-mob/00079: Starting mobile
22:49:14.948401 run       osmo-ms-mob/00079(pid=214): Launched
22:49:14.959715 run                             mass: MS start registered  {at=25613860.66306329, delay=0.005306363105773926, ms=00079}
22:49:15.452587 run                osmo-ms-mob/00080: Starting mobile
22:49:15.470449 run       osmo-ms-mob/00080(pid=215): Launched
22:49:15.476412 run                             mass: MS performed LU  {at=25613861.179771643, lu_delay=6.116344399750233, ms=00065}
22:49:15.482210 run                             mass: MS start registered  {at=25613861.185577277, delay=0.005823470652103424, ms=00080}
22:49:15.510772 run                             mass: MS performed LU  {at=25613861.214073073, lu_delay=5.450401805341244, ms=00068}
22:49:15.719463 run                             mass: MS performed LU  {at=25613861.42269405, lu_delay=5.758557215332985, ms=00067}
22:49:15.919931 run                osmo-ms-mob/00081: Starting mobile
22:49:15.933007 run       osmo-ms-mob/00081(pid=216): Launched
22:49:15.944396 run                             mass: MS start registered  {at=25613861.647748217, delay=0.0049388594925403595, ms=00081}
22:49:16.333204 run                osmo-ms-mob/00082: Starting mobile
22:49:16.347562 run       osmo-ms-mob/00082(pid=217): Launched
22:49:16.359115 run                             mass: MS start registered  {at=25613862.06244496, delay=0.005358297377824783, ms=00082}
22:49:16.933681 run                osmo-ms-mob/00083: Starting mobile
22:49:16.947433 run       osmo-ms-mob/00083(pid=218): Launched
22:49:16.958914 run                             mass: MS start registered  {at=25613862.66226321, delay=0.005134470760822296, ms=00083}
22:49:17.376314 run                             mass: MS performed LU  {at=25613863.07953343, lu_delay=5.556029811501503, ms=00072}
22:49:17.421385 run                osmo-ms-mob/00084: Starting mobile
22:49:17.435523 run       osmo-ms-mob/00084(pid=219): Launched
22:49:17.441693 run                             mass: MS performed LU  {at=25613863.145053677, lu_delay=5.883916042745113, ms=00071}
22:49:17.447516 run                             mass: MS start registered  {at=25613863.15088362, delay=0.005846623331308365, ms=00084}
22:49:17.546307 run                             mass: MS performed LU  {at=25613863.24956248, lu_delay=5.48192298784852, ms=00073}
22:49:17.583820 run                             mass: MS performed LU  {at=25613863.287069783, lu_delay=4.825295452028513, ms=00074}
22:49:17.959995 run                osmo-ms-mob/00085: Starting mobile
22:49:17.976158 run       osmo-ms-mob/00085(pid=220): Launched
22:49:17.990526 run                             mass: MS start registered  {at=25613863.693870775, delay=0.008300919085741043, ms=00085}
22:49:18.534134 run                osmo-ms-mob/00086: Starting mobile
22:49:18.548114 run       osmo-ms-mob/00086(pid=221): Launched
22:49:18.559743 run                             mass: MS start registered  {at=25613864.263093114, delay=0.005404997617006302, ms=00086}
22:49:19.151265 run                osmo-ms-mob/00087: Starting mobile
22:49:19.168494 run       osmo-ms-mob/00087(pid=222): Launched
22:49:19.174621 run                             mass: MS performed LU  {at=25613864.877981674, lu_delay=5.493610464036465, ms=00076}
22:49:19.180404 run                             mass: MS start registered  {at=25613864.883770905, delay=0.0058066025376319885, ms=00087}
22:49:19.212585 run                             mass: MS performed LU  {at=25613864.9158574, lu_delay=6.036317735910416, ms=00075}
22:49:19.276828 run                             mass: MS performed LU  {at=25613864.980087224, lu_delay=5.453629598021507, ms=00077}
22:49:19.484325 run                             mass: MS performed LU  {at=25613865.187580127, lu_delay=4.925072863698006, ms=00078}
22:49:19.521871 run                             mass: MS performed LU  {at=25613865.225152463, lu_delay=23.05058903992176, ms=00027}
22:49:19.540165 run                osmo-ms-mob/00088: Starting mobile
22:49:19.553189 run       osmo-ms-mob/00088(pid=223): Launched
22:49:19.564261 run                             mass: MS start registered  {at=25613865.26761481, delay=0.004995230585336685, ms=00088}
22:49:20.331655 run                osmo-ms-mob/00089: Starting mobile
22:49:20.345587 run       osmo-ms-mob/00089(pid=224): Launched
22:49:20.356527 run                             mass: MS start registered  {at=25613866.059877053, delay=0.004667874425649643, ms=00089}
22:49:20.932311 run                osmo-ms-mob/00090: Starting mobile
22:49:20.946609 run       osmo-ms-mob/00090(pid=225): Launched
22:49:20.957799 run                             mass: MS start registered  {at=25613866.661153123, delay=0.005263030529022217, ms=00090}
22:49:21.142397 run                             mass: MS performed LU  {at=25613866.845649585, lu_delay=4.78320462629199, ms=00082}
22:49:21.205999 run                             mass: MS performed LU  {at=25613866.909253325, lu_delay=5.2615051083266735, ms=00081}
22:49:21.350572 run                             mass: MS performed LU  {at=25613867.0538224, lu_delay=6.390759106725454, ms=00079}
22:49:21.620490 run                osmo-ms-mob/00091: Starting mobile
22:49:21.633990 run       osmo-ms-mob/00091(pid=226): Launched
22:49:21.645256 run                             mass: MS start registered  {at=25613867.348602775, delay=0.005196217447519302, ms=00091}
22:49:22.334212 run                osmo-ms-mob/00092: Starting mobile
22:49:22.348466 run       osmo-ms-mob/00092(pid=227): Launched
22:49:22.359666 run                             mass: MS start registered  {at=25613868.063014288, delay=0.0052236393094062805, ms=00092}
22:49:22.941201 run                             mass: MS performed LU  {at=25613868.644452445, lu_delay=5.493568826466799, ms=00084}
22:49:23.042905 run                             mass: MS performed LU  {at=25613868.74613552, lu_delay=6.083872310817242, ms=00083}
22:49:23.098626 run                osmo-ms-mob/00093: Starting mobile
22:49:23.113736 run       osmo-ms-mob/00093(pid=228): Launched
22:49:23.119720 run                             mass: MS performed LU  {at=25613868.8230838, lu_delay=5.129213023930788, ms=00085}
22:49:23.125470 run                             mass: MS start registered  {at=25613868.82883843, delay=0.00577101856470108, ms=00093}
22:49:23.449568 run                             mass: MS performed LU  {at=25613869.152685806, lu_delay=4.889592692255974, ms=00086}
22:49:24.019814 run                osmo-ms-mob/00094: Starting mobile
22:49:24.033051 run       osmo-ms-mob/00094(pid=229): Launched
22:49:24.044285 run                             mass: MS start registered  {at=25613869.747635834, delay=0.005225386470556259, ms=00094}
22:49:24.907755 run                             mass: MS performed LU  {at=25613870.611003492, lu_delay=5.727232586592436, ms=00087}
22:49:24.949180 run                osmo-ms-mob/00095: Starting mobile
22:49:24.965062 run       osmo-ms-mob/00095(pid=230): Launched
22:49:24.971295 run                             mass: MS performed LU  {at=25613870.67465069, lu_delay=5.407035879790783, ms=00088}
22:49:24.977224 run                             mass: MS start registered  {at=25613870.680591896, delay=0.006118662655353546, ms=00095}
22:49:25.276313 run                             mass: MS performed LU  {at=25613870.97956293, lu_delay=4.919685877859592, ms=00089}
22:49:25.933642 run                osmo-ms-mob/00096: Starting mobile
22:49:25.947422 run       osmo-ms-mob/00096(pid=231): Launched
22:49:25.959077 run                             mass: MS start registered  {at=25613871.662422013, delay=0.00561228021979332, ms=00096}
22:49:26.809089 run                             mass: MS performed LU  {at=25613872.512345124, lu_delay=5.16374234855175, ms=00091}
22:49:26.836712 run                             mass: MS performed LU  {at=25613872.53997224, lu_delay=5.878819115459919, ms=00090}
22:49:26.942433 run                             mass: MS performed LU  {at=25613872.645682637, lu_delay=4.582668349146843, ms=00092}
22:49:26.971930 run                osmo-ms-mob/00097: Starting mobile
22:49:26.985532 run       osmo-ms-mob/00097(pid=232): Launched
22:49:26.997613 run                             mass: MS start registered  {at=25613872.70095724, delay=0.0060923732817173, ms=00097}
22:49:28.352065 run                osmo-ms-mob/00098: Starting mobile
22:49:28.365383 run       osmo-ms-mob/00098(pid=233): Launched
22:49:28.376414 run                             mass: MS start registered  {at=25613874.07976567, delay=0.004999522119760513, ms=00098}
22:49:28.673365 run                             mass: MS performed LU  {at=25613874.37652797, lu_delay=4.628892134875059, ms=00094}
22:49:28.737978 run                             mass: MS performed LU  {at=25613874.44122851, lu_delay=5.612390078604221, ms=00093}
22:49:28.807389 run                             mass: MS performed LU  {at=25613874.510624398, lu_delay=22.515491727739573, ms=00057}
22:49:30.134010 run                osmo-ms-mob/00099: Starting mobile
22:49:30.147870 run       osmo-ms-mob/00099(pid=234): Launched
22:49:30.153858 run                             mass: All started... {duration=55.74409502372146, too_slow=0}
22:49:30.159644 run                             mass: MS start registered  {at=25613875.8630052, delay=0.00577964261174202, ms=00099}
22:49:30.574565 run                             mass: MS performed LU  {at=25613876.277814288, lu_delay=5.59722239151597, ms=00095}
22:49:30.837931 run                             mass: MS performed LU  {at=25613876.541180164, lu_delay=4.878758151084185, ms=00096}
22:49:32.439153 run                             mass: MS performed LU  {at=25613878.142403975, lu_delay=5.441446736454964, ms=00097}
22:49:32.739539 run                             mass: MS performed LU  {at=25613878.44279082, lu_delay=21.983423229306936, ms=00069}
22:49:32.807962 run                             mass: MS performed LU  {at=25613878.511215366, lu_delay=23.149849768728018, ms=00066}
22:49:34.340423 run                             mass: MS performed LU  {at=25613880.043673057, lu_delay=5.963907387107611, ms=00098}
22:49:34.368724 run                             mass: MS performed LU  {at=25613880.071972672, lu_delay=23.223701011389494, ms=00070}
22:49:36.206182 run                             mass: MS performed LU  {at=25613881.90943683, lu_delay=6.046431630849838, ms=00099}
22:49:38.341989 run                             mass: MS performed LU  {at=25613884.045241497, lu_delay=22.8596642203629, ms=00080}
22:49:38.352355 run                             mass: Tests done {all_completed=True, max=23.223701011389494, min=3.7048959992825985}
22:49:38.357815 tst         register_default_mass.py: Test passed (83.2 sec)
22:49:38.363277 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:38.366651 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:38.369988 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:38.373400 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:38.376801 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:38.380203 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:38.383631 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:38.387097 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:38.390564 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:38.393979 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:38.397418 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:38.400860 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:38.404392 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:38.407931 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:38.411487 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:38.415040 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:38.418620 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:38.422195 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:38.425751 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:38.429325 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:38.432896 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:38.436462 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:38.440021 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:38.443584 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:38.447145 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:38.450711 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:38.454261 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:38.457821 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:38.461394 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:38.465030 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:38.468680 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:38.472116 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:38.475575 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:38.479009 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:38.482457 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:38.486162 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:38.489626 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:38.493042 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:38.496905 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:38.500337 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:38.503772 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:38.507205 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:38.510644 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:38.514274 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:38.517714 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:38.521157 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:38.524587 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:38.528008 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:38.532058 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:38.535515 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:38.538971 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:38.542393 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:38.545815 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:38.549245 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:38.552669 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:38.556099 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:38.559546 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:38.563398 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:38.566847 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:38.570293 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:38.573729 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:38.577223 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:38.580652 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:38.583985 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:38.587379 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:38.590787 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:38.594142 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:38.597571 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:38.600928 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:38.604275 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:38.608072 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:38.611552 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:38.615018 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:38.618776 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:38.622204 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:38.625554 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:38.628979 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:38.632327 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:38.635752 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:38.639117 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:38.642481 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:38.645844 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:38.649183 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:38.652473 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:38.655774 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:38.659342 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:38.662941 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:38.667245 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:38.670633 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:38.673971 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:38.677253 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:38.680547 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:38.683850 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:38.687206 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:38.690474 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:38.693769 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:38.697071 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:38.700446 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:38.703811 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:38.707130 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:38.710481 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:38.713754 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:38.717024 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:38.720343 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:38.723655 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:38.726986 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:38.730282 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:38.733619 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:38.736948 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:38.740214 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:38.743571 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:38.746864 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:38.750174 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:38.753475 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:38.756983 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:38.760351 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:38.764139 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:38.767344 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:38.770562 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:38.773754 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:38.776972 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:38.780171 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:38.783368 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:38.786597 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:38.789793 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:38.792991 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:38.796176 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:38.799379 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:38.802575 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:38.805762 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:38.808957 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:38.812143 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:38.815322 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:38.818523 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:38.821719 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:38.824904 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:38.828108 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:38.831294 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:38.834476 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:38.837660 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:38.840836 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:38.844011 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:38.847214 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:38.850405 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:38.853595 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:38.856780 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:38.859966 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:38.863159 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:38.866361 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:38.869556 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:38.872742 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:38.875944 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:38.879145 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:38.882344 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:38.885548 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:38.888744 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:38.891924 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:38.895115 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:38.898309 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:38.901506 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:38.904700 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:38.907894 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:38.911076 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:38.914269 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:38.917464 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:38.920665 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:38.923861 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:38.927053 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:38.930258 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:38.933445 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:38.936638 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:38.939828 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:38.943033 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:38.946244 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:38.949455 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:38.952652 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:38.955831 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:38.959030 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:38.962250 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:38.965455 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:38.968655 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:38.971842 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:38.975051 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:38.978258 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:38.981476 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:38.984670 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:38.987868 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:38.991094 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:38.994288 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:38.997495 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:39.000711 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:39.003911 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:39.007134 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:39.010338 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:39.013541 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:39.016731 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:39.019926 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:39.023121 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:39.026327 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:39.029533 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:39.032737 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:39.035935 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:39.039131 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:39.042342 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:39.045554 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:39.048766 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:39.051967 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:39.055161 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:39.058368 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:39.061572 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:39.064777 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:39.067992 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:39.071204 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:39.074411 ---      ParallelTerminationStrategy: PID 22 died...
22:49:39.075874 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:39.079437 ---      ParallelTerminationStrategy: PID 23 died...
22:49:39.080885 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:39.084417 ---      ParallelTerminationStrategy: PID 24 died...
22:49:39.085869 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:39.089428 ---      ParallelTerminationStrategy: PID 25 died...
22:49:39.090874 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:39.094489 ---      ParallelTerminationStrategy: PID 26 died...
22:49:39.095939 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:39.099586 ---      ParallelTerminationStrategy: PID 27 died...
22:49:39.101078 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:39.104743 ---      ParallelTerminationStrategy: PID 28 died...
22:49:39.106225 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:39.109857 ---      ParallelTerminationStrategy: PID 29 died...
22:49:39.111313 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:39.114915 ---      ParallelTerminationStrategy: PID 30 died...
22:49:39.116384 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:39.119976 ---      ParallelTerminationStrategy: PID 31 died...
22:49:39.121431 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:39.125039 ---      ParallelTerminationStrategy: PID 32 died...
22:49:39.126497 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:39.130119 ---      ParallelTerminationStrategy: PID 33 died...
22:49:39.131582 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:39.135183 ---      ParallelTerminationStrategy: PID 35 died...
22:49:39.136638 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:39.140233 ---      ParallelTerminationStrategy: PID 36 died...
22:49:39.141703 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:39.145304 ---      ParallelTerminationStrategy: PID 37 died...
22:49:39.146766 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:39.150362 ---      ParallelTerminationStrategy: PID 38 died...
22:49:39.151826 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:39.155436 ---      ParallelTerminationStrategy: PID 39 died...
22:49:39.156899 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:39.160501 ---      ParallelTerminationStrategy: PID 40 died...
22:49:39.161969 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:39.165588 ---      ParallelTerminationStrategy: PID 41 died...
22:49:39.167052 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:39.170647 ---      ParallelTerminationStrategy: PID 42 died...
22:49:39.172106 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:39.175705 ---      ParallelTerminationStrategy: PID 43 died...
22:49:39.177153 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:39.180725 ---      ParallelTerminationStrategy: PID 44 died...
22:49:39.182175 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:39.185755 ---      ParallelTerminationStrategy: PID 45 died...
22:49:39.187215 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:39.190806 ---      ParallelTerminationStrategy: PID 46 died...
22:49:39.192266 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:39.195856 ---      ParallelTerminationStrategy: PID 47 died...
22:49:39.197339 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:39.200925 ---      ParallelTerminationStrategy: PID 48 died...
22:49:39.202376 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:39.205981 ---      ParallelTerminationStrategy: PID 49 died...
22:49:39.207429 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:39.211017 ---      ParallelTerminationStrategy: PID 50 died...
22:49:39.212465 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:39.216060 ---      ParallelTerminationStrategy: PID 51 died...
22:49:39.217514 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:39.221094 ---      ParallelTerminationStrategy: PID 52 died...
22:49:39.222558 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:39.226153 ---      ParallelTerminationStrategy: PID 53 died...
22:49:39.227605 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:39.231213 ---      ParallelTerminationStrategy: PID 54 died...
22:49:39.232670 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:39.236245 ---      ParallelTerminationStrategy: PID 55 died...
22:49:39.237701 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:39.241263 ---      ParallelTerminationStrategy: PID 56 died...
22:49:39.242708 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:39.246289 ---      ParallelTerminationStrategy: PID 57 died...
22:49:39.247724 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:39.251304 ---      ParallelTerminationStrategy: PID 58 died...
22:49:39.252751 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:39.256324 ---      ParallelTerminationStrategy: PID 59 died...
22:49:39.257795 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:39.261370 ---      ParallelTerminationStrategy: PID 60 died...
22:49:39.262810 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:39.266379 ---      ParallelTerminationStrategy: PID 61 died...
22:49:39.267835 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:39.271483 ---      ParallelTerminationStrategy: PID 62 died...
22:49:39.272949 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:39.276528 ---      ParallelTerminationStrategy: PID 63 died...
22:49:39.277999 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:39.281568 ---      ParallelTerminationStrategy: PID 64 died...
22:49:39.283014 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:39.286595 ---      ParallelTerminationStrategy: PID 65 died...
22:49:39.288042 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:39.291673 ---      ParallelTerminationStrategy: PID 66 died...
22:49:39.293150 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:39.296773 ---      ParallelTerminationStrategy: PID 67 died...
22:49:39.298245 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:39.301884 ---      ParallelTerminationStrategy: PID 68 died...
22:49:39.303350 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:39.306993 ---      ParallelTerminationStrategy: PID 69 died...
22:49:39.308468 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:39.312109 ---      ParallelTerminationStrategy: PID 70 died...
22:49:39.313593 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:39.317259 ---      ParallelTerminationStrategy: PID 71 died...
22:49:39.318735 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:39.322376 ---      ParallelTerminationStrategy: PID 72 died...
22:49:39.323850 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:39.327508 ---      ParallelTerminationStrategy: PID 73 died...
22:49:39.328990 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:39.332642 ---      ParallelTerminationStrategy: PID 74 died...
22:49:39.334114 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:39.337779 ---      ParallelTerminationStrategy: PID 75 died...
22:49:39.339263 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:39.342908 ---      ParallelTerminationStrategy: PID 76 died...
22:49:39.344378 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:39.348028 ---      ParallelTerminationStrategy: PID 77 died...
22:49:39.349518 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:39.353172 ---      ParallelTerminationStrategy: PID 78 died...
22:49:39.354653 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:39.358298 ---      ParallelTerminationStrategy: PID 79 died...
22:49:39.359779 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:39.363433 ---      ParallelTerminationStrategy: PID 80 died...
22:49:39.364914 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:39.368567 ---      ParallelTerminationStrategy: PID 81 died...
22:49:39.370050 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:39.373700 ---      ParallelTerminationStrategy: PID 82 died...
22:49:39.375185 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:39.378834 ---      ParallelTerminationStrategy: PID 83 died...
22:49:39.380310 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:39.383961 ---      ParallelTerminationStrategy: PID 84 died...
22:49:39.385455 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:39.389106 ---      ParallelTerminationStrategy: PID 85 died...
22:49:39.390578 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:39.394225 ---      ParallelTerminationStrategy: PID 86 died...
22:49:39.395704 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:39.399382 ---      ParallelTerminationStrategy: PID 87 died...
22:49:39.400902 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:39.404679 ---      ParallelTerminationStrategy: PID 88 died...
22:49:39.406168 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:39.409928 ---      ParallelTerminationStrategy: PID 89 died...
22:49:39.411475 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:39.415275 ---      ParallelTerminationStrategy: PID 90 died...
22:49:39.416815 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:39.420603 ---      ParallelTerminationStrategy: PID 91 died...
22:49:39.422158 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:39.425962 ---      ParallelTerminationStrategy: PID 92 died...
22:49:39.427501 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:39.431312 ---      ParallelTerminationStrategy: PID 93 died...
22:49:39.432849 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:39.436669 ---      ParallelTerminationStrategy: PID 94 died...
22:49:39.438215 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:39.442004 ---      ParallelTerminationStrategy: PID 95 died...
22:49:39.443536 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:39.447370 ---      ParallelTerminationStrategy: PID 96 died...
22:49:39.448917 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:39.452719 ---      ParallelTerminationStrategy: PID 97 died...
22:49:39.454265 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:39.458086 ---      ParallelTerminationStrategy: PID 98 died...
22:49:39.459621 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:39.463428 ---      ParallelTerminationStrategy: PID 99 died...
22:49:39.464973 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:39.468765 ---      ParallelTerminationStrategy: PID 100 died...
22:49:39.470312 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:39.474127 ---      ParallelTerminationStrategy: PID 101 died...
22:49:39.475663 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:39.479471 ---      ParallelTerminationStrategy: PID 102 died...
22:49:39.481032 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:39.484825 ---      ParallelTerminationStrategy: PID 103 died...
22:49:39.486380 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:39.490176 ---      ParallelTerminationStrategy: PID 104 died...
22:49:39.491711 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:39.495516 ---      ParallelTerminationStrategy: PID 105 died...
22:49:39.497051 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:39.500840 ---      ParallelTerminationStrategy: PID 106 died...
22:49:39.502382 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:39.506191 ---      ParallelTerminationStrategy: PID 107 died...
22:49:39.507730 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:39.511528 ---      ParallelTerminationStrategy: PID 108 died...
22:49:39.513071 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:39.516894 ---      ParallelTerminationStrategy: PID 109 died...
22:49:39.518448 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:39.522263 ---      ParallelTerminationStrategy: PID 110 died...
22:49:39.523810 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:39.527618 ---      ParallelTerminationStrategy: PID 111 died...
22:49:39.529169 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:39.532969 ---      ParallelTerminationStrategy: PID 112 died...
22:49:39.534506 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:39.538309 ---      ParallelTerminationStrategy: PID 113 died...
22:49:39.539850 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:39.543683 ---      ParallelTerminationStrategy: PID 114 died...
22:49:39.545221 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:39.549013 ---      ParallelTerminationStrategy: PID 115 died...
22:49:39.550552 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:39.554353 ---      ParallelTerminationStrategy: PID 116 died...
22:49:39.555891 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:39.559696 ---      ParallelTerminationStrategy: PID 117 died...
22:49:39.561232 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:39.565020 ---      ParallelTerminationStrategy: PID 118 died...
22:49:39.566570 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:39.570383 ---      ParallelTerminationStrategy: PID 119 died...
22:49:39.571919 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:39.575740 ---      ParallelTerminationStrategy: PID 120 died...
22:49:39.577308 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:39.581108 ---      ParallelTerminationStrategy: PID 121 died...
22:49:39.582650 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:39.586453 ---      ParallelTerminationStrategy: PID 122 died...
22:49:39.587995 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:39.591812 ---      ParallelTerminationStrategy: PID 123 died...
22:49:39.593357 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:39.597163 ---      ParallelTerminationStrategy: PID 124 died...
22:49:39.598705 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:39.602513 ---      ParallelTerminationStrategy: PID 125 died...
22:49:39.604055 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:39.607863 ---      ParallelTerminationStrategy: PID 126 died...
22:49:39.609431 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:39.613225 ---      ParallelTerminationStrategy: PID 127 died...
22:49:39.614772 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:39.618577 ---      ParallelTerminationStrategy: PID 128 died...
22:49:39.620111 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:39.623913 ---      ParallelTerminationStrategy: PID 129 died...
22:49:39.625452 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:39.629252 ---      ParallelTerminationStrategy: PID 130 died...
22:49:39.630789 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:39.634620 ---      ParallelTerminationStrategy: PID 131 died...
22:49:39.636158 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:39.639957 ---      ParallelTerminationStrategy: PID 132 died...
22:49:39.641508 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:39.645299 ---      ParallelTerminationStrategy: PID 133 died...
22:49:39.646837 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:39.650636 ---      ParallelTerminationStrategy: PID 134 died...
22:49:39.652167 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:39.655975 ---      ParallelTerminationStrategy: PID 135 died...
22:49:39.657531 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:39.661386 ---      ParallelTerminationStrategy: PID 136 died...
22:49:39.662940 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:39.666774 ---      ParallelTerminationStrategy: PID 137 died...
22:49:39.668322 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:39.672139 ---      ParallelTerminationStrategy: PID 138 died...
22:49:39.673680 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:39.677515 ---      ParallelTerminationStrategy: PID 139 died...
22:49:39.679067 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:39.682925 ---      ParallelTerminationStrategy: PID 140 died...
22:49:39.684474 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:39.688317 ---      ParallelTerminationStrategy: PID 141 died...
22:49:39.689867 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:39.693730 ---      ParallelTerminationStrategy: PID 142 died...
22:49:39.695268 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:39.699090 ---      ParallelTerminationStrategy: PID 143 died...
22:49:39.700637 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:39.704483 ---      ParallelTerminationStrategy: PID 144 died...
22:49:39.706051 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:39.709901 ---      ParallelTerminationStrategy: PID 145 died...
22:49:39.711446 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:39.715295 ---      ParallelTerminationStrategy: PID 146 died...
22:49:39.716860 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:39.720702 ---      ParallelTerminationStrategy: PID 147 died...
22:49:39.722260 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:39.726096 ---      ParallelTerminationStrategy: PID 148 died...
22:49:39.727642 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:39.731493 ---      ParallelTerminationStrategy: PID 149 died...
22:49:39.733049 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:39.736905 ---      ParallelTerminationStrategy: PID 150 died...
22:49:39.738448 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:39.742298 ---      ParallelTerminationStrategy: PID 151 died...
22:49:39.743855 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:39.747703 ---      ParallelTerminationStrategy: PID 152 died...
22:49:39.749251 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:39.753095 ---      ParallelTerminationStrategy: PID 153 died...
22:49:39.754640 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:39.758476 ---      ParallelTerminationStrategy: PID 154 died...
22:49:39.760019 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:39.763883 ---      ParallelTerminationStrategy: PID 155 died...
22:49:39.765433 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:39.769268 ---      ParallelTerminationStrategy: PID 156 died...
22:49:39.770809 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:39.774654 ---      ParallelTerminationStrategy: PID 157 died...
22:49:39.776201 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:39.780082 ---      ParallelTerminationStrategy: PID 158 died...
22:49:39.781636 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:39.785475 ---      ParallelTerminationStrategy: PID 159 died...
22:49:39.787016 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:39.790854 ---      ParallelTerminationStrategy: PID 160 died...
22:49:39.792393 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:39.796209 ---      ParallelTerminationStrategy: PID 161 died...
22:49:39.797766 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:39.801614 ---      ParallelTerminationStrategy: PID 162 died...
22:49:39.803164 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:39.806983 ---      ParallelTerminationStrategy: PID 163 died...
22:49:39.808526 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:39.812369 ---      ParallelTerminationStrategy: PID 164 died...
22:49:39.813918 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:39.817755 ---      ParallelTerminationStrategy: PID 165 died...
22:49:39.819300 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:39.823143 ---      ParallelTerminationStrategy: PID 166 died...
22:49:39.824681 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:39.828499 ---      ParallelTerminationStrategy: PID 167 died...
22:49:39.830039 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:39.833864 ---      ParallelTerminationStrategy: PID 168 died...
22:49:39.835397 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:39.839266 ---      ParallelTerminationStrategy: PID 169 died...
22:49:39.840815 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:39.844654 ---      ParallelTerminationStrategy: PID 170 died...
22:49:39.846195 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:39.850025 ---      ParallelTerminationStrategy: PID 171 died...
22:49:39.851557 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:39.855392 ---      ParallelTerminationStrategy: PID 172 died...
22:49:39.856929 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:39.860784 ---      ParallelTerminationStrategy: PID 173 died...
22:49:39.862325 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:39.866161 ---      ParallelTerminationStrategy: PID 174 died...
22:49:39.867705 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:39.871548 ---      ParallelTerminationStrategy: PID 175 died...
22:49:39.873128 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:39.876937 ---      ParallelTerminationStrategy: PID 176 died...
22:49:39.878476 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:39.882288 ---      ParallelTerminationStrategy: PID 177 died...
22:49:39.883830 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:39.887648 ---      ParallelTerminationStrategy: PID 178 died...
22:49:39.889210 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:39.893033 ---      ParallelTerminationStrategy: PID 179 died...
22:49:39.894568 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:39.898401 ---      ParallelTerminationStrategy: PID 180 died...
22:49:39.899939 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:39.903805 ---      ParallelTerminationStrategy: PID 181 died...
22:49:39.905345 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:39.909170 ---      ParallelTerminationStrategy: PID 182 died...
22:49:39.910716 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:39.914541 ---      ParallelTerminationStrategy: PID 183 died...
22:49:39.916090 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:39.919900 ---      ParallelTerminationStrategy: PID 184 died...
22:49:39.921436 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:39.925272 ---      ParallelTerminationStrategy: PID 185 died...
22:49:39.926810 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:39.930634 ---      ParallelTerminationStrategy: PID 186 died...
22:49:39.932185 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:39.935993 ---      ParallelTerminationStrategy: PID 187 died...
22:49:39.937541 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:39.941363 ---      ParallelTerminationStrategy: PID 188 died...
22:49:39.942915 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:39.946724 ---      ParallelTerminationStrategy: PID 189 died...
22:49:39.948267 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:39.952083 ---      ParallelTerminationStrategy: PID 190 died...
22:49:39.953630 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:39.957498 ---      ParallelTerminationStrategy: PID 191 died...
22:49:39.959042 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:39.962865 ---      ParallelTerminationStrategy: PID 192 died...
22:49:39.964420 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:39.968217 ---      ParallelTerminationStrategy: PID 193 died...
22:49:39.969772 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:39.973586 ---      ParallelTerminationStrategy: PID 194 died...
22:49:39.975127 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:39.978954 ---      ParallelTerminationStrategy: PID 195 died...
22:49:39.980495 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:39.984329 ---      ParallelTerminationStrategy: PID 196 died...
22:49:39.985872 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:39.989687 ---      ParallelTerminationStrategy: PID 197 died...
22:49:39.991228 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:39.995087 ---      ParallelTerminationStrategy: PID 198 died...
22:49:39.996618 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:40.000430 ---      ParallelTerminationStrategy: PID 199 died...
22:49:40.001972 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:40.005803 ---      ParallelTerminationStrategy: PID 200 died...
22:49:40.007342 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:40.011156 ---      ParallelTerminationStrategy: PID 201 died...
22:49:40.012693 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:40.016503 ---      ParallelTerminationStrategy: PID 202 died...
22:49:40.018058 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:40.021862 ---      ParallelTerminationStrategy: PID 203 died...
22:49:40.023402 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:40.027239 ---      ParallelTerminationStrategy: PID 204 died...
22:49:40.028794 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:40.032631 ---      ParallelTerminationStrategy: PID 205 died...
22:49:40.034172 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:40.038003 ---      ParallelTerminationStrategy: PID 206 died...
22:49:40.039541 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:40.043371 ---      ParallelTerminationStrategy: PID 207 died...
22:49:40.044909 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:40.048706 ---      ParallelTerminationStrategy: PID 208 died...
22:49:40.050254 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:40.054097 ---      ParallelTerminationStrategy: PID 209 died...
22:49:40.055631 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:40.059458 ---      ParallelTerminationStrategy: PID 210 died...
22:49:40.060992 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:40.064812 ---      ParallelTerminationStrategy: PID 211 died...
22:49:40.066357 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:40.070193 ---      ParallelTerminationStrategy: PID 212 died...
22:49:40.071743 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:40.075581 ---      ParallelTerminationStrategy: PID 213 died...
22:49:40.077138 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:40.080947 ---      ParallelTerminationStrategy: PID 214 died...
22:49:40.082484 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:40.086314 ---      ParallelTerminationStrategy: PID 215 died...
22:49:40.087856 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:40.091657 ---      ParallelTerminationStrategy: PID 216 died...
22:49:40.093215 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:40.097038 ---      ParallelTerminationStrategy: PID 217 died...
22:49:40.098570 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:40.102393 ---      ParallelTerminationStrategy: PID 218 died...
22:49:40.103938 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:40.107806 ---      ParallelTerminationStrategy: PID 219 died...
22:49:40.109357 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:40.113188 ---      ParallelTerminationStrategy: PID 220 died...
22:49:40.114737 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:40.118555 ---      ParallelTerminationStrategy: PID 221 died...
22:49:40.120093 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:40.123937 ---      ParallelTerminationStrategy: PID 222 died...
22:49:40.125481 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:40.129314 ---      ParallelTerminationStrategy: PID 223 died...
22:49:40.130852 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:40.134675 ---      ParallelTerminationStrategy: PID 224 died...
22:49:40.136214 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:40.140040 ---      ParallelTerminationStrategy: PID 225 died...
22:49:40.141593 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:40.145441 ---      ParallelTerminationStrategy: PID 226 died...
22:49:40.146974 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:40.150793 ---      ParallelTerminationStrategy: PID 227 died...
22:49:40.152341 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:40.156163 ---      ParallelTerminationStrategy: PID 228 died...
22:49:40.157770 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:40.161615 ---      ParallelTerminationStrategy: PID 229 died...
22:49:40.163154 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:40.166994 ---      ParallelTerminationStrategy: PID 230 died...
22:49:40.168529 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:40.172359 ---      ParallelTerminationStrategy: PID 231 died...
22:49:40.173912 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:40.177765 ---      ParallelTerminationStrategy: PID 232 died...
22:49:40.179304 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:40.183131 ---      ParallelTerminationStrategy: PID 233 died...
22:49:40.184677 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:40.188504 ---      ParallelTerminationStrategy: PID 234 died...
22:49:40.190066 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:43.594618 ---      ParallelTerminationStrategy: PID 34 died...
22:49:43.600996 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8141 netreg_mass PASS
---------------------------------------------------------------------
22:49:43.682381 tst                       trial-8141: Storing JUnit report in /build/trial-8141/run.2025-11-05_22-48-14/trial-8141.xml

--------------------------------------------------------------------------------------------
trial-8141 PASS
--------------------------------------------------------------------------------------------
22:49:43.693393 tst                       trial-8141: trial-8141: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (83.2 sec)
+ exit_code=0
+ rm -rf trial-8141/inst
+ cd trial-8141
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-11-05 22:48:14
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8141-run.tgz run.2025-11-05_22-48-14
+ tar czf /build/trial-8141-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-11-05_13_26_25.tgz osmo-bts-oc2g.build-2025-11-05_00_51_28.tgz osmo-bts-sysmo.build-2025-11-05_00_51_33.tgz osmo-bts.build-2025-11-05_00_51_37.tgz osmo-ggsn.build-2025-11-05_20_42_31.tgz osmo-hlr.build-2025-11-05_16_36_47.tgz osmo-hnbgw.build-2025-11-05_13_30_23.tgz osmo-mgw.build-2025-11-05_08_33_11.tgz osmo-msc.build-2025-11-05_13_32_23.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-05_07_36_07.tgz osmo-pcu-sysmo.build-2025-11-05_07_33_59.tgz osmo-pcu.build-2025-11-05_07_36_10.tgz osmo-sgsn.build-2025-11-05_20_47_51.tgz osmo-stp.build-2025-11-05_13_25_13.tgz osmo-trx.build-2025-11-05_14_27_00.tgz osmocom-bb.build-2025-11-05_21_17_07.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