Skip to content
Success

Console Output

Skipping 16 KB.. Full Log
	--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 DONE 0.1s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#18 [16/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cmake 		libfftw3-dev 		libmbedtls-dev 		libboost-program-options-dev 		libconfig++-dev 		libsctp-dev 		libpcsclite-dev 		libuhd-dev 		libczmq-dev 		libsoapysdr-dev 		soapysdr-module-lms7 && 	apt-get clean
#18 CACHED

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

#20 [23/28] RUN	CD osmo-gsm-tester && 	git fetch && git checkout master && 	(git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#20 CACHED

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

#22 [15/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		telnet 		libosmocore-dev 		libosmo-abis-dev 		libosmo-gsup-client-dev 		libosmo-netif-dev 		libosmo-ranap-dev 		libosmo-sigtran-dev 		libsmpp34-dev 		libgtp-dev 		libasn1c-dev && 	apt-get clean
#22 CACHED

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

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

#25 [ 6/28] RUN	PIP3 install --break-system-packages 		"git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" 		pydbus 		pyusb 		pysispm 		pymongo
#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 [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
#28 CACHED

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:53be6353352059fdb62f091e464f0e783db31314ff6a912cdb806a76b4f28d8a 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s

 2 warnings found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
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=8092 -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-09-17 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8092
+ mkdir -p trial-8092
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-09-17_13_29_26.tgz osmo-bts-oc2g.build-2025-09-17_00_51_38.tgz osmo-bts-sysmo.build-2025-09-17_00_51_43.tgz osmo-bts.build-2025-09-17_00_51_50.tgz osmo-ggsn.build-2025-09-17_20_42_36.tgz osmo-hlr.build-2025-09-17_16_36_49.tgz osmo-hnbgw.build-2025-09-17_13_30_34.tgz osmo-mgw.build-2025-09-17_08_33_11.tgz osmo-msc.build-2025-09-17_13_33_17.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-09-17_07_33_59.tgz osmo-pcu-sysmo.build-2025-09-17_07_36_03.tgz osmo-pcu.build-2025-09-17_07_36_10.tgz osmo-sgsn.build-2025-09-17_20_48_22.tgz osmo-stp.build-2025-09-17_13_26_09.tgz osmo-trx.build-2025-09-17_14_26_21.tgz osmocom-bb.build-2025-09-17_21_17_26.tgz srslte.build-19.tgz trial-8092
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-09-17_13_29_26.md5 osmo-bts-oc2g.build-2025-09-17_00_51_38.md5 osmo-bts-sysmo.build-2025-09-17_00_51_43.md5 osmo-bts.build-2025-09-17_00_51_50.md5 osmo-ggsn.build-2025-09-17_20_42_36.md5 osmo-hlr.build-2025-09-17_16_36_49.md5 osmo-hnbgw.build-2025-09-17_13_30_34.md5 osmo-mgw.build-2025-09-17_08_33_11.md5 osmo-msc.build-2025-09-17_13_33_17.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-09-17_07_33_59.md5 osmo-pcu-sysmo.build-2025-09-17_07_36_03.md5 osmo-pcu.build-2025-09-17_07_36_10.md5 osmo-sgsn.build-2025-09-17_20_48_22.md5 osmo-stp.build-2025-09-17_13_26_09.md5 osmo-trx.build-2025-09-17_14_26_21.md5 osmocom-bb.build-2025-09-17_21_17_26.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-09-17_13_29_26.md5 osmo-bts-oc2g.build-2025-09-17_00_51_38.md5 osmo-bts-sysmo.build-2025-09-17_00_51_43.md5 osmo-bts.build-2025-09-17_00_51_50.md5 osmo-ggsn.build-2025-09-17_20_42_36.md5 osmo-hlr.build-2025-09-17_16_36_49.md5 osmo-hnbgw.build-2025-09-17_13_30_34.md5 osmo-mgw.build-2025-09-17_08_33_11.md5 osmo-msc.build-2025-09-17_13_33_17.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-09-17_07_33_59.md5 osmo-pcu-sysmo.build-2025-09-17_07_36_03.md5 osmo-pcu.build-2025-09-17_07_36_10.md5 osmo-sgsn.build-2025-09-17_20_48_22.md5 osmo-stp.build-2025-09-17_13_26_09.md5 osmo-trx.build-2025-09-17_14_26_21.md5 osmocom-bb.build-2025-09-17_21_17_26.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-8092 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8092'
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-8092
--------------------------------------------------------------------------------------------
22:48:16.656708 tst                       trial-8092: Detailed log at /build/trial-8092/run.2025-09-17_22-48-16/log

---------------------------------------------------------------------
trial-8092 netreg_mass
---------------------------------------------------------------------
22:48:16.880087 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.880478 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.881405 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.882765 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.927072 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.928536 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.930761 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.027496 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-8092 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.028327 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.044964 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.045573 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.046069 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.046568 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.047054 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.047557 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.048039 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.092757 tst         register_default_mass.py: using LAC 2
22:48:17.128635 tst         register_default_mass.py: using RAC 2
22:48:17.162233 tst         register_default_mass.py: using CellId 2
22:48:17.196176 tst         register_default_mass.py: using BVCI 3
22:48:17.202641 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.203325 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.203907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.204493 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.205069 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.205650 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.206201 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.206761 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.207348 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.207931 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.208522 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.209141 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.209733 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.210329 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.210901 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.211473 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.212049 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.212611 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.213185 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.213747 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.214319 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.214888 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.215478 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.216062 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.216698 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.218027 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.219183 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.220427 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.221292 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.221922 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.222516 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.223132 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.223749 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.224363 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.224995 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.225598 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.226192 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.226808 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.227418 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.228033 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.228689 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.229304 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.229937 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.230550 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.231155 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.231772 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.232382 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.233091 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.233739 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.234381 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.235031 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.235670 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.236313 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.236971 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.237606 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.238231 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.238873 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.239510 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.240132 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.240770 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.241386 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.242003 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.242642 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.243300 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.243924 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.244557 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.245223 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.245869 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.246488 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.247098 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.247710 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.248323 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.249088 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.249742 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.250383 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.251023 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.251649 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.252276 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.253025 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.253672 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.254299 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.254916 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.255556 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.256181 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.256806 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.257436 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.258062 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.258699 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.259337 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.259961 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.260593 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.261225 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.261849 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.262483 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.263102 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.263705 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.264324 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.264963 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.265582 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.266191 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.266809 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.267484 tst      register_default_mass.py:21: Launching a simple network
22:48:17.280016 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.419791 run            create_hlr_db(pid=20): Launched
22:48:18.430633 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.450412 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.469445 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.476773 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.689310 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.708595 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.715268 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.195419 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.213242 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.223989 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.354270 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.373031 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.381212 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.412310 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.431429 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.439356 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.815521 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.834704 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.854599 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.089952 run         osmo-bts-virtual(pid=34): Launched
22:48:30.141087 tst         register_default_mass.py: using MSISDN 1001
22:48:30.147001 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.237153 tst         register_default_mass.py: using MSISDN 1002
22:48:30.247379 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.315045 tst         register_default_mass.py: using MSISDN 1003
22:48:30.321437 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.533790 tst         register_default_mass.py: using MSISDN 1004
22:48:30.539648 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.622444 tst         register_default_mass.py: using MSISDN 1005
22:48:30.633260 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.701511 tst         register_default_mass.py: using MSISDN 1006
22:48:30.707521 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.773665 tst         register_default_mass.py: using MSISDN 1007
22:48:30.779718 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.855227 tst         register_default_mass.py: using MSISDN 1008
22:48:30.861208 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.927567 tst         register_default_mass.py: using MSISDN 1009
22:48:30.935989 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.015865 tst         register_default_mass.py: using MSISDN 1010
22:48:31.022009 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.089147 tst         register_default_mass.py: using MSISDN 1011
22:48:31.102312 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.232302 tst         register_default_mass.py: using MSISDN 1012
22:48:31.240818 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.322550 tst         register_default_mass.py: using MSISDN 1013
22:48:31.331958 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.419168 tst         register_default_mass.py: using MSISDN 1014
22:48:31.425418 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.557986 tst         register_default_mass.py: using MSISDN 1015
22:48:31.564146 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.675497 tst         register_default_mass.py: using MSISDN 1016
22:48:31.682027 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.795221 tst         register_default_mass.py: using MSISDN 1017
22:48:31.804166 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.903066 tst         register_default_mass.py: using MSISDN 1018
22:48:31.908980 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.987614 tst         register_default_mass.py: using MSISDN 1019
22:48:31.993627 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.068144 tst         register_default_mass.py: using MSISDN 1020
22:48:32.078126 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.152770 tst         register_default_mass.py: using MSISDN 1021
22:48:32.159238 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.242864 tst         register_default_mass.py: using MSISDN 1022
22:48:32.248966 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.332919 tst         register_default_mass.py: using MSISDN 1023
22:48:32.340640 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.412371 tst         register_default_mass.py: using MSISDN 1024
22:48:32.421305 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.530493 tst         register_default_mass.py: using MSISDN 1025
22:48:32.537237 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.615198 tst         register_default_mass.py: using MSISDN 1026
22:48:32.621530 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.696384 tst         register_default_mass.py: using MSISDN 1027
22:48:32.703686 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.775574 tst         register_default_mass.py: using MSISDN 1028
22:48:32.781656 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.857574 tst         register_default_mass.py: using MSISDN 1029
22:48:32.864244 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.931819 tst         register_default_mass.py: using MSISDN 1030
22:48:32.940318 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:33.008575 tst         register_default_mass.py: using MSISDN 1031
22:48:33.015255 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:33.091087 tst         register_default_mass.py: using MSISDN 1032
22:48:33.097542 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:33.174241 tst         register_default_mass.py: using MSISDN 1033
22:48:33.180604 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.257017 tst         register_default_mass.py: using MSISDN 1034
22:48:33.263301 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.336922 tst         register_default_mass.py: using MSISDN 1035
22:48:33.343188 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.411732 tst         register_default_mass.py: using MSISDN 1036
22:48:33.419179 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.504348 tst         register_default_mass.py: using MSISDN 1037
22:48:33.510533 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.580794 tst         register_default_mass.py: using MSISDN 1038
22:48:33.593538 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.688191 tst         register_default_mass.py: using MSISDN 1039
22:48:33.700918 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:33.792083 tst         register_default_mass.py: using MSISDN 1040
22:48:34.030876 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:34.812068 tst         register_default_mass.py: using MSISDN 1041
22:48:34.818430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:35.013965 tst         register_default_mass.py: using MSISDN 1042
22:48:35.021686 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:35.098012 tst         register_default_mass.py: using MSISDN 1043
22:48:35.104003 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:35.177183 tst         register_default_mass.py: using MSISDN 1044
22:48:35.183087 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:35.250371 tst         register_default_mass.py: using MSISDN 1045
22:48:35.256393 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:35.337372 tst         register_default_mass.py: using MSISDN 1046
22:48:35.343353 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:35.409376 tst         register_default_mass.py: using MSISDN 1047
22:48:35.415948 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:35.499293 tst         register_default_mass.py: using MSISDN 1048
22:48:35.505455 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:35.580655 tst         register_default_mass.py: using MSISDN 1049
22:48:35.592699 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:35.681294 tst         register_default_mass.py: using MSISDN 1050
22:48:35.693662 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:35.781623 tst         register_default_mass.py: using MSISDN 1051
22:48:35.792938 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:35.863189 tst         register_default_mass.py: using MSISDN 1052
22:48:35.870078 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:35.950111 tst         register_default_mass.py: using MSISDN 1053
22:48:35.961840 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:36.036312 tst         register_default_mass.py: using MSISDN 1054
22:48:36.044990 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:36.190598 tst         register_default_mass.py: using MSISDN 1055
22:48:36.200953 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:36.271925 tst         register_default_mass.py: using MSISDN 1056
22:48:36.282934 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:36.356307 tst         register_default_mass.py: using MSISDN 1057
22:48:36.362523 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:36.424911 tst         register_default_mass.py: using MSISDN 1058
22:48:36.431280 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:36.509310 tst         register_default_mass.py: using MSISDN 1059
22:48:36.519263 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:36.579107 tst         register_default_mass.py: using MSISDN 1060
22:48:36.588089 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:36.658364 tst         register_default_mass.py: using MSISDN 1061
22:48:36.664581 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:36.735595 tst         register_default_mass.py: using MSISDN 1062
22:48:36.741845 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:36.811114 tst         register_default_mass.py: using MSISDN 1063
22:48:36.817460 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:36.879693 tst         register_default_mass.py: using MSISDN 1064
22:48:36.886100 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:36.949511 tst         register_default_mass.py: using MSISDN 1065
22:48:36.955903 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:37.024837 tst         register_default_mass.py: using MSISDN 1066
22:48:37.031547 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:37.093546 tst         register_default_mass.py: using MSISDN 1067
22:48:37.100154 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:37.161698 tst         register_default_mass.py: using MSISDN 1068
22:48:37.168257 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:37.263049 tst         register_default_mass.py: using MSISDN 1069
22:48:37.269241 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:37.333034 tst         register_default_mass.py: using MSISDN 1070
22:48:37.339467 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:37.406844 tst         register_default_mass.py: using MSISDN 1071
22:48:37.417815 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:37.499517 tst         register_default_mass.py: using MSISDN 1072
22:48:37.505836 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:37.583198 tst         register_default_mass.py: using MSISDN 1073
22:48:37.589312 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:37.657250 tst         register_default_mass.py: using MSISDN 1074
22:48:37.668322 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:37.756262 tst         register_default_mass.py: using MSISDN 1075
22:48:37.766187 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:37.838038 tst         register_default_mass.py: using MSISDN 1076
22:48:37.847288 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:37.921447 tst         register_default_mass.py: using MSISDN 1077
22:48:37.933379 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:37.993887 tst         register_default_mass.py: using MSISDN 1078
22:48:37.999956 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:38.072145 tst         register_default_mass.py: using MSISDN 1079
22:48:38.078468 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:38.152099 tst         register_default_mass.py: using MSISDN 1080
22:48:38.161996 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:38.229260 tst         register_default_mass.py: using MSISDN 1081
22:48:38.235554 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:38.306923 tst         register_default_mass.py: using MSISDN 1082
22:48:38.313029 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:38.378296 tst         register_default_mass.py: using MSISDN 1083
22:48:38.384449 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:38.457342 tst         register_default_mass.py: using MSISDN 1084
22:48:38.464160 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:38.527078 tst         register_default_mass.py: using MSISDN 1085
22:48:38.533288 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:38.608362 tst         register_default_mass.py: using MSISDN 1086
22:48:38.615211 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:38.679262 tst         register_default_mass.py: using MSISDN 1087
22:48:38.686684 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:38.762428 tst         register_default_mass.py: using MSISDN 1088
22:48:38.773198 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:38.843997 tst         register_default_mass.py: using MSISDN 1089
22:48:38.852399 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:38.923181 tst         register_default_mass.py: using MSISDN 1090
22:48:38.929571 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:38.996744 tst         register_default_mass.py: using MSISDN 1091
22:48:39.002618 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:39.070396 tst         register_default_mass.py: using MSISDN 1092
22:48:39.076797 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:39.146685 tst         register_default_mass.py: using MSISDN 1093
22:48:39.154300 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:39.233184 tst         register_default_mass.py: using MSISDN 1094
22:48:39.244104 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:39.311047 tst         register_default_mass.py: using MSISDN 1095
22:48:39.319073 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:39.406016 tst         register_default_mass.py: using MSISDN 1096
22:48:39.417979 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:39.489132 tst         register_default_mass.py: using MSISDN 1097
22:48:39.499362 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:39.587018 tst         register_default_mass.py: using MSISDN 1098
22:48:39.593557 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:39.668014 tst         register_default_mass.py: using MSISDN 1099
22:48:39.676458 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:39.740033 tst         register_default_mass.py: using MSISDN 1100
22:48:39.746473 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:39.875298 run                             mass: Starting testcase
22:48:39.882097 run                             mass: Pre-launching all virtphy's
22:48:39.888673 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:39.904506 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:39.911997 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:39.928447 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:39.936090 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:39.951825 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:39.959062 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:39.975888 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:39.983827 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:40.000470 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:40.008281 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:40.025270 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:40.033115 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:40.050038 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:40.058298 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:40.076014 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:40.084087 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:40.101282 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:40.110090 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:40.127543 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:40.135721 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:40.152978 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:40.160920 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:40.178408 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:40.190254 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:40.208043 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:40.216499 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:40.233818 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:40.241459 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:40.257913 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:40.265171 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:40.281129 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:40.288528 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:40.304514 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:40.316722 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:40.333686 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:40.341565 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:40.357922 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:40.365491 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:40.381133 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:40.388568 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:40.404720 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:40.412308 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:40.428717 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:40.436323 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:40.452923 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:40.474724 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:40.507967 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:40.515267 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:40.530705 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:40.537754 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:40.553239 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:40.560459 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:40.576374 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:40.584102 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:40.600927 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:40.609122 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:40.628899 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:40.636564 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:40.653279 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:40.660746 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:40.677160 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:40.684674 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:40.700935 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:40.708431 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:40.724893 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:40.732281 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:40.748357 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:40.756105 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:40.773370 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:40.781106 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:40.797630 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:40.805360 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:40.822259 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:40.829870 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:40.846171 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:40.853579 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:40.869946 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:40.877521 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:40.893730 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:40.901134 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:40.917375 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:40.925028 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:40.941765 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:40.949153 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:40.965760 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:40.973223 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:40.989990 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:40.997571 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:41.013892 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:41.022883 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:41.039369 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:41.046671 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:41.062777 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:41.070286 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:41.086482 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:41.093834 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:41.109555 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:41.116561 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:41.132418 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:41.139767 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:41.155855 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:41.162980 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:41.179061 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:41.186683 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:41.202908 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:41.210631 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:41.226671 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:41.233965 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:41.250072 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:41.257546 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:41.273603 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:41.280926 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:41.297309 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:41.305635 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:41.322238 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:41.331177 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:41.348040 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:41.355778 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:41.372396 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:41.380119 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:41.396273 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:41.403636 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:41.419707 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:41.427370 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:41.443418 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:41.450708 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:41.466985 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:41.474653 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:41.490875 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:41.498939 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:41.517264 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:41.526263 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:41.546512 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:41.562638 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:41.595633 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:41.610731 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:41.644095 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:41.659467 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:41.693005 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:41.708769 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:41.742200 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:41.757580 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:41.788278 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:41.796954 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:41.815281 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:41.825955 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:41.844280 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:41.853065 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:41.871220 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:41.879724 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:41.897962 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:41.906159 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:41.924007 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:41.932599 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:41.950762 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:41.959672 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:41.977312 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:41.986536 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:42.004222 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:42.012493 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:42.029751 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:42.037540 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:42.078400 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:42.085935 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:42.102097 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:42.109924 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:42.126553 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:42.135006 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:42.151866 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:42.159732 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:42.176260 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:42.184075 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:42.201113 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:42.208987 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:42.225733 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:42.233154 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:42.249822 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:42.257609 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:42.274455 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:42.282224 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:42.324790 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:42.341989 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:42.360345 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:42.369016 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:42.386260 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:42.394327 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:42.411907 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:42.420146 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:42.437146 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:42.446585 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:42.464240 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:42.472581 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:42.490079 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:42.498120 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:42.514505 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:42.522086 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:42.538564 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:42.545778 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:42.561781 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:42.569155 run                             mass: Checking if sockets are in the filesystem
22:48:42.585637 run                osmo-ms-mob/00000: Starting mobile
22:48:42.603228 run       osmo-ms-mob/00000(pid=135): Launched
22:48:42.631914 run                             mass: MS start registered  {at=21380228.33523866, delay=0.021179981529712677, ms=00000}
22:48:46.785099 run                osmo-ms-mob/00001: Starting mobile
22:48:46.800978 run       osmo-ms-mob/00001(pid=136): Launched
22:48:46.813773 run                             mass: MS start registered  {at=21380232.517007507, delay=0.005575709044933319, ms=00001}
22:48:47.569266 run                             mass: MS performed LU  {at=21380233.272595838, lu_delay=4.937357176095247, ms=00000}
22:48:48.583909 run                osmo-ms-mob/00002: Starting mobile
22:48:48.602335 run       osmo-ms-mob/00002(pid=137): Launched
22:48:48.626258 run                             mass: MS start registered  {at=21380234.329547238, delay=0.014893442392349243, ms=00002}
22:48:49.886483 run                osmo-ms-mob/00003: Starting mobile
22:48:49.905144 run       osmo-ms-mob/00003(pid=138): Launched
22:48:49.919835 run                             mass: MS start registered  {at=21380235.62315192, delay=0.0057630836963653564, ms=00003}
22:48:50.993806 run                osmo-ms-mob/00004: Starting mobile
22:48:51.036081 run       osmo-ms-mob/00004(pid=139): Launched
22:48:51.055339 run                             mass: MS start registered  {at=21380236.758676022, delay=3.679841756820679e-05, ms=00004}
22:48:51.806086 run                             mass: MS performed LU  {at=21380237.509384107, lu_delay=4.99237659946084, ms=00001}
22:48:51.992144 run                osmo-ms-mob/00005: Starting mobile
22:48:52.017980 run       osmo-ms-mob/00005(pid=140): Launched
22:48:52.044138 run                             mass: MS start registered  {at=21380237.747433193, delay=0.013656742870807648, ms=00005}
22:48:52.886730 run                osmo-ms-mob/00006: Starting mobile
22:48:52.910638 run       osmo-ms-mob/00006(pid=141): Launched
22:48:52.931329 run                             mass: MS start registered  {at=21380238.63465443, delay=0.009905453771352768, ms=00006}
22:48:53.707410 run                             mass: MS performed LU  {at=21380239.41069789, lu_delay=5.081150650978088, ms=00002}
22:48:53.741619 run                osmo-ms-mob/00007: Starting mobile
22:48:53.782329 run       osmo-ms-mob/00007(pid=142): Launched
22:48:53.802928 run                             mass: MS start registered  {at=21380239.506242808, delay=0.0015930905938148499, ms=00007}
22:48:54.586617 run                osmo-ms-mob/00008: Starting mobile
22:48:54.614011 run       osmo-ms-mob/00008(pid=143): Launched
22:48:54.636333 run                             mass: MS start registered  {at=21380240.339635238, delay=0.01007009670138359, ms=00008}
22:48:55.101084 run                             mass: MS performed LU  {at=21380240.80437927, lu_delay=5.181227348744869, ms=00003}
22:48:55.292908 run                osmo-ms-mob/00009: Starting mobile
22:48:55.331940 run       osmo-ms-mob/00009(pid=144): Launched
22:48:55.357769 run                             mass: MS start registered  {at=21380241.061074086, delay=0.006781235337257385, ms=00009}
22:48:55.983917 run                osmo-ms-mob/00010: Starting mobile
22:48:56.002369 run       osmo-ms-mob/00010(pid=145): Launched
22:48:56.024638 run                             mass: MS start registered  {at=21380241.727934744, delay=0.012656088918447495, ms=00010}
22:48:56.589827 run                osmo-ms-mob/00011: Starting mobile
22:48:56.621147 run       osmo-ms-mob/00011(pid=146): Launched
22:48:56.642998 run                             mass: MS start registered  {at=21380242.34632307, delay=0.006832316517829895, ms=00011}
22:48:57.001786 run                             mass: MS performed LU  {at=21380242.7051015, lu_delay=4.95766830816865, ms=00005}
22:48:57.029361 run                             mass: MS performed LU  {at=21380242.73269095, lu_delay=5.974014926701784, ms=00004}
22:48:57.043729 run                osmo-ms-mob/00012: Starting mobile
22:48:57.071712 run       osmo-ms-mob/00012(pid=147): Launched
22:48:57.084835 run                             mass: MS start registered  {at=21380242.788153164, delay=0.005866222083568573, ms=00012}
22:48:57.785121 run                osmo-ms-mob/00013: Starting mobile
22:48:57.802259 run       osmo-ms-mob/00013(pid=148): Launched
22:48:57.818720 run                             mass: MS start registered  {at=21380243.522055857, delay=0.007522124797105789, ms=00013}
22:48:58.389388 run                osmo-ms-mob/00014: Starting mobile
22:48:58.412562 run       osmo-ms-mob/00014(pid=149): Launched
22:48:58.433582 run                             mass: MS start registered  {at=21380244.136895273, delay=0.012491390109062195, ms=00014}
22:48:58.866885 run                             mass: MS performed LU  {at=21380244.570201773, lu_delay=5.935547344386578, ms=00006}
22:48:58.931360 run                             mass: MS performed LU  {at=21380244.63469877, lu_delay=5.128455962985754, ms=00007}
22:48:58.945506 run                osmo-ms-mob/00015: Starting mobile
22:48:58.962611 run       osmo-ms-mob/00015(pid=150): Launched
22:48:58.979409 run                             mass: MS start registered  {at=21380244.682736784, delay=0.007971812039613724, ms=00015}
22:48:59.490338 run                osmo-ms-mob/00016: Starting mobile
22:48:59.523628 run       osmo-ms-mob/00016(pid=151): Launched
22:48:59.537889 run                             mass: MS start registered  {at=21380245.241236657, delay=3.0994415283203125e-05, ms=00016}
22:48:59.988548 run                osmo-ms-mob/00017: Starting mobile
22:49:00.011710 run       osmo-ms-mob/00017(pid=152): Launched
22:49:00.030629 run                             mass: MS start registered  {at=21380245.73394842, delay=0.009215187281370163, ms=00017}
22:49:00.583249 run                osmo-ms-mob/00018: Starting mobile
22:49:00.602267 run       osmo-ms-mob/00018(pid=153): Launched
22:49:00.615570 run                             mass: MS start registered  {at=21380246.318888135, delay=0.005509931594133377, ms=00018}
22:49:00.767930 run                             mass: MS performed LU  {at=21380246.4712527, lu_delay=5.410178612917662, ms=00009}
22:49:00.795405 run                             mass: MS performed LU  {at=21380246.498759408, lu_delay=6.159124169498682, ms=00008}
22:49:00.883110 run                             mass: MS performed LU  {at=21380246.586430997, lu_delay=4.858496252447367, ms=00010}
22:49:00.898941 run                osmo-ms-mob/00019: Starting mobile
22:49:00.917191 run       osmo-ms-mob/00019(pid=154): Launched
22:49:00.930190 run                             mass: MS start registered  {at=21380246.633539762, delay=0.005075771361589432, ms=00019}
22:49:01.483565 run                osmo-ms-mob/00020: Starting mobile
22:49:01.500062 run       osmo-ms-mob/00020(pid=155): Launched
22:49:01.514837 run                             mass: MS start registered  {at=21380247.21817988, delay=0.006286941468715668, ms=00020}
22:49:01.983781 run                osmo-ms-mob/00021: Starting mobile
22:49:02.000658 run       osmo-ms-mob/00021(pid=156): Launched
22:49:02.017252 run                             mass: MS start registered  {at=21380247.720585242, delay=0.008625492453575134, ms=00021}
22:49:02.383771 run                osmo-ms-mob/00022: Starting mobile
22:49:02.401546 run       osmo-ms-mob/00022(pid=157): Launched
22:49:02.421367 run                             mass: MS start registered  {at=21380248.12467918, delay=0.011114194989204407, ms=00022}
22:49:02.632068 run                             mass: MS performed LU  {at=21380248.33538169, lu_delay=5.989058621227741, ms=00011}
22:49:02.696969 run                             mass: MS performed LU  {at=21380248.400301855, lu_delay=5.612148690968752, ms=00012}
22:49:02.887474 run                osmo-ms-mob/00023: Starting mobile
22:49:02.905187 run       osmo-ms-mob/00023(pid=158): Launched
22:49:02.919024 run                             mass: MS start registered  {at=21380248.622364406, delay=0.0054216645658016205, ms=00023}
22:49:03.288224 run                osmo-ms-mob/00024: Starting mobile
22:49:03.307660 run       osmo-ms-mob/00024(pid=159): Launched
22:49:03.320896 run                             mass: MS start registered  {at=21380249.024234843, delay=0.0013130716979503632, ms=00024}
22:49:03.788323 run                osmo-ms-mob/00025: Starting mobile
22:49:03.807422 run       osmo-ms-mob/00025(pid=160): Launched
22:49:03.826051 run                             mass: MS start registered  {at=21380249.52939018, delay=0.008417613804340363, ms=00025}
22:49:04.189986 run                osmo-ms-mob/00026: Starting mobile
22:49:04.223274 run       osmo-ms-mob/00026(pid=161): Launched
22:49:04.237759 run                             mass: MS start registered  {at=21380249.941091925, delay=0.0031018853187561035, ms=00026}
22:49:04.533393 run                             mass: MS performed LU  {at=21380250.23670138, lu_delay=6.099806107580662, ms=00014}
22:49:04.548836 run                osmo-ms-mob/00027: Starting mobile
22:49:04.570279 run       osmo-ms-mob/00027(pid=162): Launched
22:49:04.584711 run                             mass: MS performed LU  {at=21380250.288046777, lu_delay=5.605309993028641, ms=00015}
22:49:04.594485 run                             mass: MS start registered  {at=21380250.297839608, delay=0.009852334856987, ms=00027}
22:49:04.648683 run                             mass: MS performed LU  {at=21380250.35197897, lu_delay=5.110742311924696, ms=00016}
22:49:04.921271 run                             mass: MS performed LU  {at=21380250.624591116, lu_delay=4.890642695128918, ms=00017}
22:49:04.946790 run                osmo-ms-mob/00028: Starting mobile
22:49:04.970584 run       osmo-ms-mob/00028(pid=163): Launched
22:49:04.988674 run                             mass: MS start registered  {at=21380250.69198462, delay=0.009608756750822067, ms=00028}
22:49:05.388603 run                osmo-ms-mob/00029: Starting mobile
22:49:05.409832 run       osmo-ms-mob/00029(pid=164): Launched
22:49:05.424120 run                             mass: MS start registered  {at=21380251.127465673, delay=3.306567668914795e-05, ms=00029}
22:49:05.787282 run                osmo-ms-mob/00030: Starting mobile
22:49:05.805180 run       osmo-ms-mob/00030(pid=165): Launched
22:49:05.826447 run                             mass: MS start registered  {at=21380251.529778294, delay=0.012620948255062103, ms=00030}
22:49:06.183595 run                osmo-ms-mob/00031: Starting mobile
22:49:06.200788 run       osmo-ms-mob/00031(pid=166): Launched
22:49:06.217479 run                             mass: MS start registered  {at=21380251.920817506, delay=0.007959321141242981, ms=00031}
22:49:06.352496 run                             mass: MS performed LU  {at=21380252.055829797, lu_delay=5.736941661685705, ms=00018}
22:49:06.398804 run                             mass: MS performed LU  {at=21380252.10213717, lu_delay=4.883957289159298, ms=00020}
22:49:06.413702 run                osmo-ms-mob/00032: Starting mobile
22:49:06.431530 run       osmo-ms-mob/00032(pid=167): Launched
22:49:06.445726 run                             mass: MS start registered  {at=21380252.14907134, delay=3.1795352697372437e-05, ms=00032}
22:49:06.462519 run                             mass: MS performed LU  {at=21380252.165857278, lu_delay=5.532317515462637, ms=00019}
22:49:06.606239 run                             mass: MS performed LU  {at=21380252.30955912, lu_delay=4.588973879814148, ms=00021}
22:49:06.885144 run                osmo-ms-mob/00033: Starting mobile
22:49:06.902553 run       osmo-ms-mob/00033(pid=168): Launched
22:49:06.920255 run                             mass: MS start registered  {at=21380252.62358046, delay=0.008473694324493408, ms=00033}
22:49:07.283718 run                osmo-ms-mob/00034: Starting mobile
22:49:07.302200 run       osmo-ms-mob/00034(pid=169): Launched
22:49:07.316168 run                             mass: MS start registered  {at=21380253.01950434, delay=0.005891710519790649, ms=00034}
22:49:07.583184 run                osmo-ms-mob/00035: Starting mobile
22:49:07.600022 run       osmo-ms-mob/00035(pid=170): Launched
22:49:07.612835 run                             mass: MS start registered  {at=21380253.316178598, delay=0.005029819905757904, ms=00035}
22:49:07.985027 run                osmo-ms-mob/00036: Starting mobile
22:49:08.006209 run       osmo-ms-mob/00036(pid=171): Launched
22:49:08.019392 run                             mass: MS start registered  {at=21380253.722735595, delay=0.005409996956586838, ms=00036}
22:49:08.299555 run                             mass: MS performed LU  {at=21380254.002873234, lu_delay=5.380508828908205, ms=00023}
22:49:08.315023 run                osmo-ms-mob/00037: Starting mobile
22:49:08.333373 run       osmo-ms-mob/00037(pid=172): Launched
22:49:08.342375 run                             mass: MS performed LU  {at=21380254.04572384, lu_delay=5.921044658869505, ms=00022}
22:49:08.355402 run                             mass: MS start registered  {at=21380254.05873845, delay=0.01304786279797554, ms=00037}
22:49:08.414829 run                             mass: MS performed LU  {at=21380254.11814668, lu_delay=5.093911837786436, ms=00024}
22:49:08.440508 run                osmo-ms-mob/00038: Starting mobile
22:49:08.461379 run       osmo-ms-mob/00038(pid=173): Launched
22:49:08.475461 run                             mass: MS start registered  {at=21380254.1788016, delay=0.005622994154691696, ms=00038}
22:49:08.687148 run                             mass: MS performed LU  {at=21380254.39046448, lu_delay=4.861074302345514, ms=00025}
22:49:08.984598 run                osmo-ms-mob/00039: Starting mobile
22:49:09.010431 run       osmo-ms-mob/00039(pid=174): Launched
22:49:09.023642 run                             mass: MS start registered  {at=21380254.726984344, delay=0.005164552479982376, ms=00039}
22:49:09.386643 run                osmo-ms-mob/00040: Starting mobile
22:49:09.405158 run       osmo-ms-mob/00040(pid=175): Launched
22:49:09.426446 run                             mass: MS start registered  {at=21380255.129770156, delay=0.008978597819805145, ms=00040}
22:49:09.684392 run                osmo-ms-mob/00041: Starting mobile
22:49:09.703334 run       osmo-ms-mob/00041(pid=176): Launched
22:49:09.717046 run                             mass: MS start registered  {at=21380255.42039945, delay=2.172216773033142e-05, ms=00041}
22:49:09.984001 run                osmo-ms-mob/00042: Starting mobile
22:49:10.001402 run       osmo-ms-mob/00042(pid=177): Launched
22:49:10.019089 run                             mass: MS start registered  {at=21380255.722412527, delay=0.009782366454601288, ms=00042}
22:49:10.081408 run                             mass: MS performed LU  {at=21380255.784727, lu_delay=5.486887391656637, ms=00027}
22:49:10.164076 run                             mass: MS performed LU  {at=21380255.86738899, lu_delay=5.926297064870596, ms=00026}
22:49:10.228579 run                             mass: MS performed LU  {at=21380255.93189756, lu_delay=5.239912938326597, ms=00028}
22:49:10.245073 run                osmo-ms-mob/00043: Starting mobile
22:49:10.263136 run       osmo-ms-mob/00043(pid=178): Launched
22:49:10.280389 run                             mass: MS start registered  {at=21380255.98372254, delay=0.008402615785598755, ms=00043}
22:49:10.353776 run                             mass: MS performed LU  {at=21380256.057109866, lu_delay=4.92964419350028, ms=00029}
22:49:10.690105 run                osmo-ms-mob/00044: Starting mobile
22:49:10.715558 run       osmo-ms-mob/00044(pid=179): Launched
22:49:10.733803 run                             mass: MS start registered  {at=21380256.43714422, delay=0.008999478071928024, ms=00044}
22:49:10.983874 run                osmo-ms-mob/00045: Starting mobile
22:49:11.001554 run       osmo-ms-mob/00045(pid=180): Launched
22:49:11.017425 run                             mass: MS start registered  {at=21380256.72076989, delay=3.262236714363098e-05, ms=00045}
22:49:11.283960 run                osmo-ms-mob/00046: Starting mobile
22:49:11.302285 run       osmo-ms-mob/00046(pid=181): Launched
22:49:11.319686 run                             mass: MS start registered  {at=21380257.023016345, delay=0.007923409342765808, ms=00046}
22:49:11.588344 run                osmo-ms-mob/00047: Starting mobile
22:49:11.615409 run       osmo-ms-mob/00047(pid=182): Launched
22:49:11.634493 run                             mass: MS start registered  {at=21380257.33782074, delay=0.006666671484708786, ms=00047}
22:49:11.883719 run                osmo-ms-mob/00048: Starting mobile
22:49:11.901881 run       osmo-ms-mob/00048(pid=183): Launched
22:49:11.919099 run                             mass: MS start registered  {at=21380257.622433763, delay=0.006464626640081406, ms=00048}
22:49:12.065268 run                             mass: MS performed LU  {at=21380257.76858897, lu_delay=5.145008511841297, ms=00033}
22:49:12.092888 run                             mass: MS performed LU  {at=21380257.79621685, lu_delay=5.647145509719849, ms=00032}
22:49:12.110710 run                osmo-ms-mob/00049: Starting mobile
22:49:12.128509 run       osmo-ms-mob/00049(pid=184): Launched
22:49:12.150619 run                             mass: MS start registered  {at=21380257.853935435, delay=0.012864436954259872, ms=00049}
22:49:12.217929 run                             mass: MS performed LU  {at=21380257.921241164, lu_delay=4.901736825704575, ms=00034}
22:49:12.255169 run                             mass: MS performed LU  {at=21380257.95846331, lu_delay=6.428685016930103, ms=00030}
22:49:12.281619 run                osmo-ms-mob/00050: Starting mobile
22:49:12.312477 run       osmo-ms-mob/00050(pid=185): Launched
22:49:12.332878 run                             mass: MS start registered  {at=21380258.036206428, delay=0.005801256746053696, ms=00050}
22:49:12.508677 run                             mass: MS performed LU  {at=21380258.211978786, lu_delay=4.8958001881837845, ms=00035}
22:49:12.883943 run                osmo-ms-mob/00051: Starting mobile
22:49:12.904009 run       osmo-ms-mob/00051(pid=186): Launched
22:49:12.922524 run                             mass: MS start registered  {at=21380258.625845067, delay=0.008976101875305176, ms=00051}
22:49:13.190240 run                osmo-ms-mob/00052: Starting mobile
22:49:13.222745 run       osmo-ms-mob/00052(pid=187): Launched
22:49:13.241174 run                             mass: MS start registered  {at=21380258.944495257, delay=0.003629840910434723, ms=00052}
22:49:13.488240 run                osmo-ms-mob/00053: Starting mobile
22:49:13.512314 run       osmo-ms-mob/00053(pid=188): Launched
22:49:13.527933 run                             mass: MS start registered  {at=21380259.231270704, delay=0.007698856294155121, ms=00053}
22:49:13.783587 run                osmo-ms-mob/00054: Starting mobile
22:49:13.800115 run       osmo-ms-mob/00054(pid=189): Launched
22:49:13.813902 run                             mass: MS start registered  {at=21380259.517234057, delay=0.005745787173509598, ms=00054}
22:49:13.929541 run                             mass: MS performed LU  {at=21380259.632859755, lu_delay=5.910124160349369, ms=00036}
22:49:13.994536 run                             mass: MS performed LU  {at=21380259.697850354, lu_delay=5.5190487541258335, ms=00038}
22:49:14.010445 run                osmo-ms-mob/00055: Starting mobile
22:49:14.029110 run       osmo-ms-mob/00055(pid=190): Launched
22:49:14.043940 run                             mass: MS start registered  {at=21380259.747283626, delay=3.676488995552063e-05, ms=00055}
22:49:14.119779 run                             mass: MS performed LU  {at=21380259.82309529, lu_delay=5.096110947430134, ms=00039}
22:49:14.174870 run                             mass: MS performed LU  {at=21380259.878203828, lu_delay=4.748433671891689, ms=00040}
22:49:14.190872 run                osmo-ms-mob/00056: Starting mobile
22:49:14.211085 run       osmo-ms-mob/00056(pid=191): Launched
22:49:14.224969 run                             mass: MS start registered  {at=21380259.928291135, delay=0.005410589277744293, ms=00056}
22:49:14.684307 run                osmo-ms-mob/00057: Starting mobile
22:49:14.705368 run       osmo-ms-mob/00057(pid=192): Launched
22:49:14.719754 run                             mass: MS start registered  {at=21380260.42310794, delay=2.4259090423583984e-05, ms=00057}
22:49:15.085725 run                osmo-ms-mob/00058: Starting mobile
22:49:15.103717 run       osmo-ms-mob/00058(pid=193): Launched
22:49:15.118753 run                             mass: MS start registered  {at=21380260.822088998, delay=0.005521953105926514, ms=00058}
22:49:15.389138 run                osmo-ms-mob/00059: Starting mobile
22:49:15.420798 run       osmo-ms-mob/00059(pid=194): Launched
22:49:15.433808 run                             mass: MS start registered  {at=21380261.13716118, delay=0.0014641806483268738, ms=00059}
22:49:15.684292 run                osmo-ms-mob/00060: Starting mobile
22:49:15.700834 run       osmo-ms-mob/00060(pid=195): Launched
22:49:15.713647 run                             mass: MS start registered  {at=21380261.416993886, delay=0.005252569913864136, ms=00060}
22:49:15.747999 run                             mass: MS performed LU  {at=21380261.451332435, lu_delay=5.014188215136528, ms=00044}
22:49:15.831206 run                             mass: MS performed LU  {at=21380261.534541108, lu_delay=4.813771218061447, ms=00045}
22:49:15.859304 run                             mass: MS performed LU  {at=21380261.56262312, lu_delay=6.142223671078682, ms=00041}
22:49:15.872666 run                osmo-ms-mob/00061: Starting mobile
22:49:15.889545 run       osmo-ms-mob/00061(pid=196): Launched
22:49:15.907145 run                             mass: MS start registered  {at=21380261.61047141, delay=0.009192362427711487, ms=00061}
22:49:16.021370 run                             mass: MS performed LU  {at=21380261.724689815, lu_delay=5.740967273712158, ms=00043}
22:49:16.039385 run                             mass: MS performed LU  {at=21380261.742714364, lu_delay=6.020301837474108, ms=00042}
22:49:16.058451 run                osmo-ms-mob/00062: Starting mobile
22:49:16.081669 run       osmo-ms-mob/00062(pid=197): Launched
22:49:16.097062 run                             mass: MS start registered  {at=21380261.800396804, delay=0.005840510129928589, ms=00062}
22:49:16.311182 run                             mass: MS performed LU  {at=21380262.014496285, lu_delay=4.991479940712452, ms=00046}
22:49:16.685963 run                osmo-ms-mob/00063: Starting mobile
22:49:16.703999 run       osmo-ms-mob/00063(pid=198): Launched
22:49:16.723375 run                             mass: MS start registered  {at=21380262.426690333, delay=0.010203137993812561, ms=00063}
22:49:16.924873 run                             mass: MS performed LU  {at=21380262.62820314, lu_delay=5.0057693757116795, ms=00048}
22:49:17.084782 run                osmo-ms-mob/00064: Starting mobile
22:49:17.102070 run       osmo-ms-mob/00064(pid=199): Launched
22:49:17.110323 run                             mass: MS performed LU  {at=21380262.813676313, lu_delay=3.869181055575609, ms=00052}
22:49:17.118109 run                             mass: MS start registered  {at=21380262.821470637, delay=0.007817983627319336, ms=00064}
22:49:17.482401 run                osmo-ms-mob/00065: Starting mobile
22:49:17.497871 run       osmo-ms-mob/00065(pid=200): Launched
22:49:17.510814 run                             mass: MS start registered  {at=21380263.214164317, delay=0.005563121289014816, ms=00065}
22:49:17.649799 run                             mass: MS performed LU  {at=21380263.35313371, lu_delay=4.727288641035557, ms=00051}
22:49:17.695444 run                             mass: MS performed LU  {at=21380263.398767706, lu_delay=6.0609469674527645, ms=00047}
22:49:17.709479 run                osmo-ms-mob/00066: Starting mobile
22:49:17.725346 run       osmo-ms-mob/00066(pid=201): Launched
22:49:17.737626 run                             mass: MS start registered  {at=21380263.44097666, delay=0.0052150338888168335, ms=00066}
22:49:17.760492 run                             mass: MS performed LU  {at=21380263.463843282, lu_delay=5.6099078468978405, ms=00049}
22:49:17.940526 run                             mass: MS performed LU  {at=21380263.643855248, lu_delay=5.607648819684982, ms=00050}
22:49:18.188869 run                osmo-ms-mob/00067: Starting mobile
22:49:18.206150 run       osmo-ms-mob/00067(pid=202): Launched
22:49:18.219336 run                             mass: MS start registered  {at=21380263.922671918, delay=0.004975106567144394, ms=00067}
22:49:18.482747 run                osmo-ms-mob/00068: Starting mobile
22:49:18.499983 run       osmo-ms-mob/00068(pid=203): Launched
22:49:18.513360 run                             mass: MS start registered  {at=21380264.21670652, delay=0.005417168140411377, ms=00068}
22:49:18.885257 run                osmo-ms-mob/00069: Starting mobile
22:49:18.902485 run       osmo-ms-mob/00069(pid=204): Launched
22:49:18.917668 run                             mass: MS start registered  {at=21380264.620982353, delay=0.006886139512062073, ms=00069}
22:49:19.288071 run                osmo-ms-mob/00070: Starting mobile
22:49:19.307203 run       osmo-ms-mob/00070(pid=205): Launched
22:49:19.323243 run                             mass: MS start registered  {at=21380265.02657922, delay=0.008123692125082016, ms=00070}
22:49:19.596570 run                             mass: MS performed LU  {at=21380265.299904928, lu_delay=5.782670870423317, ms=00054}
22:49:19.612610 run                osmo-ms-mob/00071: Starting mobile
22:49:19.629734 run       osmo-ms-mob/00071(pid=206): Launched
22:49:19.638035 run                             mass: MS performed LU  {at=21380265.341388766, lu_delay=6.110118061304092, ms=00053}
22:49:19.646818 run                             mass: MS start registered  {at=21380265.35016275, delay=0.008799314498901367, ms=00071}
22:49:19.712070 run                             mass: MS performed LU  {at=21380265.41540532, lu_delay=4.992297377437353, ms=00057}
22:49:19.749688 run                             mass: MS performed LU  {at=21380265.453003127, lu_delay=5.5247119925916195, ms=00056}
22:49:19.764130 run                osmo-ms-mob/00072: Starting mobile
22:49:19.782028 run       osmo-ms-mob/00072(pid=207): Launched
22:49:19.790908 run                             mass: MS performed LU  {at=21380265.494260248, lu_delay=5.746976621448994, ms=00055}
22:49:19.799039 run                             mass: MS start registered  {at=21380265.502400085, delay=0.008164115250110626, ms=00072}
22:49:19.807082 run                             mass: MS performed LU  {at=21380265.51043615, lu_delay=4.688347153365612, ms=00058}
22:49:20.077178 run                             mass: MS performed LU  {at=21380265.78051152, lu_delay=22.25845566391945, ms=00013}
22:49:20.089499 run                osmo-ms-mob/00073: Starting mobile
22:49:20.105088 run       osmo-ms-mob/00073(pid=208): Launched
22:49:20.117410 run                             mass: MS start registered  {at=21380265.82075266, delay=0.00520661473274231, ms=00073}
22:49:20.682087 run                             mass: MS performed LU  {at=21380266.385422137, lu_delay=3.563951499760151, ms=00064}
22:49:20.883560 run                osmo-ms-mob/00074: Starting mobile
22:49:20.903948 run       osmo-ms-mob/00074(pid=209): Launched
22:49:20.917770 run                             mass: MS start registered  {at=21380266.621106304, delay=0.005136903375387192, ms=00074}
22:49:21.283541 run                osmo-ms-mob/00075: Starting mobile
22:49:21.299562 run       osmo-ms-mob/00075(pid=210): Launched
22:49:21.313390 run                             mass: MS start registered  {at=21380267.01673755, delay=0.005851659923791885, ms=00075}
22:49:21.378345 run                             mass: MS performed LU  {at=21380267.08167964, lu_delay=5.281282834708691, ms=00062}
22:49:21.461690 run                             mass: MS performed LU  {at=21380267.164991174, lu_delay=4.73830084130168, ms=00063}
22:49:21.526403 run                             mass: MS performed LU  {at=21380267.229737937, lu_delay=6.092576757073402, ms=00059}
22:49:21.651381 run                             mass: MS performed LU  {at=21380267.354715943, lu_delay=5.744244534522295, ms=00061}
22:49:21.665753 run                osmo-ms-mob/00076: Starting mobile
22:49:21.683368 run       osmo-ms-mob/00076(pid=211): Launched
22:49:21.697592 run                             mass: MS start registered  {at=21380267.400922228, delay=0.006123203784227371, ms=00076}
22:49:21.706467 run                             mass: MS performed LU  {at=21380267.409821868, lu_delay=5.992827981710434, ms=00060}
22:49:22.184113 run                osmo-ms-mob/00077: Starting mobile
22:49:22.201620 run       osmo-ms-mob/00077(pid=212): Launched
22:49:22.216874 run                             mass: MS start registered  {at=21380267.92021637, delay=0.00590219721198082, ms=00077}
22:49:22.688306 run                osmo-ms-mob/00078: Starting mobile
22:49:22.705538 run       osmo-ms-mob/00078(pid=213): Launched
22:49:22.718735 run                             mass: MS start registered  {at=21380268.422078524, delay=0.005416765809059143, ms=00078}
22:49:23.084256 run                osmo-ms-mob/00079: Starting mobile
22:49:23.101203 run       osmo-ms-mob/00079(pid=214): Launched
22:49:23.122650 run                             mass: MS start registered  {at=21380268.82598108, delay=0.012593261897563934, ms=00079}
22:49:23.362537 run                             mass: MS performed LU  {at=21380269.065853525, lu_delay=4.849147003144026, ms=00068}
22:49:23.390187 run                             mass: MS performed LU  {at=21380269.09352937, lu_delay=5.879365053027868, ms=00065}
22:49:23.478431 run                             mass: MS performed LU  {at=21380269.1817446, lu_delay=5.740767940878868, ms=00066}
22:49:23.498071 run                osmo-ms-mob/00080: Starting mobile
22:49:23.517571 run       osmo-ms-mob/00080(pid=215): Launched
22:49:23.527613 run                             mass: MS performed LU  {at=21380269.230964907, lu_delay=5.308292988687754, ms=00067}
22:49:23.538973 run                             mass: MS start registered  {at=21380269.242323898, delay=0.011386077851057053, ms=00080}
22:49:23.553717 run                             mass: MS performed LU  {at=21380269.25706229, lu_delay=4.63607993721962, ms=00069}
22:49:24.083363 run                osmo-ms-mob/00081: Starting mobile
22:49:24.100366 run       osmo-ms-mob/00081(pid=216): Launched
22:49:24.113341 run                             mass: MS start registered  {at=21380269.8166847, delay=0.005300961434841156, ms=00081}
22:49:24.593191 run                osmo-ms-mob/00082: Starting mobile
22:49:24.614201 run       osmo-ms-mob/00082(pid=217): Launched
22:49:24.621971 run                             mass: Starting too slowly. Moving on {now=21380270.325338777, sleep=-0.04579915851354599, target=21380270.27953962}
22:49:24.629727 run                             mass: MS start registered  {at=21380270.333081394, delay=0.0077451542019844055, ms=00082}
22:49:25.454010 run                osmo-ms-mob/00083: Starting mobile
22:49:25.872686 run       osmo-ms-mob/00083(pid=218): Launched
22:49:25.880163 run                             mass: Starting too slowly. Moving on {now=21380271.583531294, sleep=-0.7039916664361954, target=21380270.879539628}
22:49:25.887724 run                             mass: MS performed LU  {at=21380271.591065943, lu_delay=6.564486723393202, ms=00070}
22:49:25.895370 run                             mass: Starting too slowly. Moving on {now=21380271.59873804, sleep=-0.6191984117031097, target=21380270.97953963}
22:49:25.902600 run                             mass: MS performed LU  {at=21380271.605961107, lu_delay=5.785208445042372, ms=00073}
22:49:25.910387 run                             mass: Starting too slowly. Moving on {now=21380271.613754526, sleep=-0.5342148952186108, target=21380271.07953963}
22:49:25.917699 run                             mass: MS performed LU  {at=21380271.621058233, lu_delay=6.118658147752285, ms=00072}
22:49:25.925397 run                             mass: Starting too slowly. Moving on {now=21380271.62876472, sleep=-0.4492250867187977, target=21380271.179539632}
22:49:25.932760 run                             mass: MS performed LU  {at=21380271.63612121, lu_delay=6.285958461463451, ms=00071}
22:49:25.940609 run                             mass: Starting too slowly. Moving on {now=21380271.643977217, sleep=-0.3644375838339329, target=21380271.279539634}
22:49:25.947911 run                             mass: MS performed LU  {at=21380271.651272383, lu_delay=5.030166078358889, ms=00074}
22:49:25.962223 run                osmo-ms-mob/00084: Starting mobile
22:49:25.979327 run       osmo-ms-mob/00084(pid=219): Launched
22:49:25.988046 run                             mass: Starting too slowly. Moving on {now=21380271.69141256, sleep=-0.3118729256093502, target=21380271.379539635}
22:49:25.995347 run                             mass: MS start registered  {at=21380271.698702607, delay=0.1151738315820694, ms=00083}
22:49:26.002992 run                             mass: Starting too slowly. Moving on {now=21380271.706359252, sleep=-0.22681961581110954, target=21380271.479539637}
22:49:26.010193 run                             mass: MS start registered  {at=21380271.71354995, delay=0.022139769047498703, ms=00084}
22:49:26.017605 run                             mass: Starting too slowly. Moving on {now=21380271.720974926, sleep=-0.14143528789281845, target=21380271.579539638}
22:49:26.024757 run                             mass: Starting too slowly. Moving on {now=21380271.728127185, sleep=-0.04858754575252533, target=21380271.67953964}
22:49:26.082844 run                osmo-ms-mob/00085: Starting mobile
22:49:26.100221 run       osmo-ms-mob/00085(pid=220): Launched
22:49:26.113522 run                             mass: MS start registered  {at=21380271.81686945, delay=0.00549636036157608, ms=00085}
22:49:26.687324 run                osmo-ms-mob/00086: Starting mobile
22:49:26.704272 run       osmo-ms-mob/00086(pid=221): Launched
22:49:26.717205 run                             mass: MS start registered  {at=21380272.42054911, delay=0.005113814026117325, ms=00086}
22:49:27.284046 run                osmo-ms-mob/00087: Starting mobile
22:49:27.301385 run       osmo-ms-mob/00087(pid=222): Launched
22:49:27.321681 run                             mass: MS start registered  {at=21380273.02501338, delay=0.011481743305921555, ms=00087}
22:49:27.363775 run                             mass: MS performed LU  {at=21380273.06709431, lu_delay=5.146877940744162, ms=00077}
22:49:27.391335 run                             mass: MS performed LU  {at=21380273.094679516, lu_delay=5.69375728815794, ms=00076}
22:49:27.516636 run                             mass: MS performed LU  {at=21380273.219948404, lu_delay=4.7978698797523975, ms=00078}
22:49:27.883986 run                osmo-ms-mob/00088: Starting mobile
22:49:27.901008 run       osmo-ms-mob/00088(pid=223): Launched
22:49:27.913876 run                             mass: MS start registered  {at=21380273.617222678, delay=0.004898030310869217, ms=00088}
22:49:28.485152 run                osmo-ms-mob/00089: Starting mobile
22:49:28.503107 run       osmo-ms-mob/00089(pid=224): Launched
22:49:28.516656 run                             mass: MS start registered  {at=21380274.219979793, delay=0.005429707467556, ms=00089}
22:49:28.909774 run                             mass: MS performed LU  {at=21380274.61308158, lu_delay=5.370757680386305, ms=00080}
22:49:28.993661 run                             mass: MS performed LU  {at=21380274.696974557, lu_delay=4.880289856344461, ms=00081}
22:49:29.166011 run                osmo-ms-mob/00090: Starting mobile
22:49:29.183180 run       osmo-ms-mob/00090(pid=225): Launched
22:49:29.191110 run                             mass: Starting too slowly. Moving on {now=21380274.894477148, sleep=-0.01493746042251587, target=21380274.879539687}
22:49:29.198518 run                             mass: MS performed LU  {at=21380274.90187148, lu_delay=6.075890399515629, ms=00079}
22:49:29.206690 run                             mass: MS performed LU  {at=21380274.910050005, lu_delay=22.989232499152422, ms=00031}
22:49:29.214286 run                             mass: MS start registered  {at=21380274.91764806, delay=0.02317378669977188, ms=00090}
22:49:29.783938 run                osmo-ms-mob/00091: Starting mobile
22:49:29.801967 run       osmo-ms-mob/00091(pid=226): Launched
22:49:29.816300 run                             mass: MS start registered  {at=21380275.51964714, delay=0.00606931746006012, ms=00091}
22:49:30.483875 run                osmo-ms-mob/00092: Starting mobile
22:49:30.500569 run       osmo-ms-mob/00092(pid=227): Launched
22:49:30.514089 run                             mass: MS start registered  {at=21380276.217431925, delay=0.005856458097696304, ms=00092}
22:49:30.811317 run                             mass: MS performed LU  {at=21380276.514652595, lu_delay=4.697783146053553, ms=00085}
22:49:30.894129 run                             mass: MS performed LU  {at=21380276.59744015, lu_delay=4.883890200406313, ms=00084}
22:49:30.922783 run                             mass: MS performed LU  {at=21380276.62609717, lu_delay=4.927394561469555, ms=00083}
22:49:31.083778 run                             mass: MS performed LU  {at=21380276.787105512, lu_delay=6.454024117439985, ms=00082}
22:49:31.101956 run                             mass: MS performed LU  {at=21380276.805299103, lu_delay=22.746560651808977, ms=00037}
22:49:31.115581 run                osmo-ms-mob/00093: Starting mobile
22:49:31.132041 run       osmo-ms-mob/00093(pid=228): Launched
22:49:31.144967 run                             mass: MS start registered  {at=21380276.8483174, delay=0.001213420182466507, ms=00093}
22:49:32.191466 run                osmo-ms-mob/00094: Starting mobile
22:49:32.227155 run       osmo-ms-mob/00094(pid=229): Launched
22:49:32.242592 run                             mass: MS start registered  {at=21380277.945929132, delay=4.244223237037659e-05, ms=00094}
22:49:32.675717 run                             mass: MS performed LU  {at=21380278.379038136, lu_delay=5.958489026874304, ms=00086}
22:49:32.759682 run                             mass: MS performed LU  {at=21380278.46300349, lu_delay=4.845780812203884, ms=00088}
22:49:32.823992 run                             mass: MS performed LU  {at=21380278.527315196, lu_delay=5.502301815897226, ms=00087}
22:49:33.091059 run                osmo-ms-mob/00095: Starting mobile
22:49:33.130581 run       osmo-ms-mob/00095(pid=230): Launched
22:49:33.153626 run                             mass: MS start registered  {at=21380278.85694578, delay=0.0030425414443016052, ms=00095}
22:49:34.086276 run                osmo-ms-mob/00096: Starting mobile
22:49:34.104842 run       osmo-ms-mob/00096(pid=231): Launched
22:49:34.118429 run                             mass: MS start registered  {at=21380279.821773563, delay=0.005492992699146271, ms=00096}
22:49:34.660007 run                             mass: MS performed LU  {at=21380280.36332359, lu_delay=6.143343798816204, ms=00089}
22:49:34.687619 run                             mass: MS performed LU  {at=21380280.39095951, lu_delay=5.473311450332403, ms=00090}
22:49:34.775554 run                             mass: MS performed LU  {at=21380280.47887494, lu_delay=4.959227800369263, ms=00091}
22:49:35.188657 run                osmo-ms-mob/00097: Starting mobile
22:49:35.207961 run       osmo-ms-mob/00097(pid=232): Launched
22:49:35.221431 run                             mass: MS start registered  {at=21380280.92477927, delay=0.00271717831492424, ms=00097}
22:49:36.485611 run                osmo-ms-mob/00098: Starting mobile
22:49:36.509257 run       osmo-ms-mob/00098(pid=233): Launched
22:49:36.525332 run                             mass: MS performed LU  {at=21380282.228657175, lu_delay=5.380339775234461, ms=00093}
22:49:36.541354 run                             mass: MS start registered  {at=21380282.24470411, delay=0.017814353108406067, ms=00098}
22:49:36.590055 run                             mass: MS performed LU  {at=21380282.293374225, lu_delay=6.075942300260067, ms=00092}
22:49:38.285450 run                osmo-ms-mob/00099: Starting mobile
22:49:38.303246 run       osmo-ms-mob/00099(pid=234): Launched
22:49:38.311383 run                             mass: All started... {duration=55.735211592167616, too_slow=11}
22:49:38.322338 run                             mass: MS start registered  {at=21380284.02569295, delay=0.010946184396743774, ms=00099}
22:49:38.425675 run                             mass: MS performed LU  {at=21380284.12898739, lu_delay=6.183058258146048, ms=00094}
22:49:38.454193 run                             mass: MS performed LU  {at=21380284.15751346, lu_delay=5.300567679107189, ms=00095}
22:49:40.290327 run                             mass: MS performed LU  {at=21380285.993615948, lu_delay=5.06883667781949, ms=00097}
22:49:40.355542 run                             mass: MS performed LU  {at=21380286.05887712, lu_delay=6.237103559076786, ms=00096}
22:49:42.192172 run                             mass: MS performed LU  {at=21380287.89549497, lu_delay=5.650790862739086, ms=00098}
22:49:44.057320 run                             mass: MS performed LU  {at=21380289.760655448, lu_delay=5.734962496906519, ms=00099}
22:49:44.573121 run                             mass: MS performed LU  {at=21380290.276455037, lu_delay=23.259717486798763, ms=00075}
22:49:44.580255 run                             mass: Tests done {all_completed=True, max=23.259717486798763, min=3.563951499760151}
22:49:44.587037 tst         register_default_mass.py: Test passed (87.6 sec)
22:49:44.593841 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:44.598048 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:44.602288 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:44.606522 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:44.610761 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:44.615091 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:44.619461 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:44.623811 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:44.628190 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:44.632486 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:44.636827 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:44.641166 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:44.645508 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:44.650197 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:44.654549 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:44.658952 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:44.663486 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:44.668328 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:44.677912 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:44.685945 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:44.691551 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:44.696898 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:44.701837 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:44.707019 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:44.711717 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:44.717432 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:44.722303 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:44.726946 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:44.731547 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:44.736506 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:44.741197 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:44.745855 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:44.750485 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:44.755683 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:44.760718 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:44.765846 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:44.770605 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:44.775319 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:44.779941 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:44.784693 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:44.789295 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:44.793954 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:44.798605 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:44.803859 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:44.808524 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:44.813261 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:44.817858 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:44.822474 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:44.827090 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:44.831681 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:44.836338 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:44.840969 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:44.845585 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:44.850404 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:44.855015 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:44.859631 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:44.864226 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:44.868703 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:44.873230 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:44.877888 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:44.882548 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:44.887171 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:44.891814 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:44.897079 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:44.902151 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:44.906922 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:44.911722 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:44.916470 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:44.921173 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:44.925938 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:44.930570 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:44.935173 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:44.939781 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:44.948203 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:44.953020 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:44.957869 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:44.962973 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:44.968358 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:44.973199 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:44.978004 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:44.982798 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:44.988323 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:44.993210 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:44.998103 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:45.002931 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:45.007722 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:45.012527 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:45.017320 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:45.022095 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:45.026894 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:45.031679 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:45.039375 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:45.048243 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:45.056623 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:45.064777 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:45.073023 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:45.077546 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:45.082201 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:45.086887 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:45.091355 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:45.095869 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:45.100460 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:45.105105 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:45.109709 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:45.114321 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:45.118933 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:45.123557 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:45.128278 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:45.132973 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:45.137709 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:45.142465 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:45.147145 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:45.151803 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:45.156726 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:45.161367 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:45.166191 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:45.170970 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:45.175709 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:45.180050 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:45.184293 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:45.188485 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:45.192587 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:45.196787 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:45.200994 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:45.205188 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:45.209389 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:45.213604 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:45.217797 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:45.222066 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:45.226356 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:45.230638 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:45.234859 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:45.239144 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:45.243381 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:45.247587 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:45.251807 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:45.256086 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:45.260299 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:45.264640 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:45.268910 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:45.273102 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:45.277297 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:45.281556 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:45.285757 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:45.290032 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:45.294220 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:45.298420 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:45.302720 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:45.306947 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:45.311237 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:45.315428 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:45.319655 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:45.323905 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:45.328099 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:45.332357 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:45.336594 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:45.340913 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:45.345292 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:45.349776 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:45.354253 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:45.358712 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:45.363161 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:45.367602 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:45.372021 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:45.376477 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:45.380913 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:45.385561 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:45.390047 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:45.394523 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:45.399059 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:45.403504 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:45.407942 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:45.412367 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:45.416802 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:45.421248 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:45.425681 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:45.429984 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:45.434265 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:45.438450 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:45.442646 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:45.446842 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:45.451019 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:45.455225 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:45.459408 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:45.463581 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:45.467775 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:45.471955 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:45.476146 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:45.480339 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:45.484521 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:45.488704 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:45.492951 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:45.497151 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:45.501351 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:45.505614 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:45.509922 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:45.514231 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:45.518493 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:45.522672 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:45.526873 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:45.531074 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:45.535258 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:45.539546 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:45.543853 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:45.548155 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:45.552516 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:45.556824 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:45.561171 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:45.565513 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:45.569823 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:45.574129 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:45.578441 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:45.582723 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:45.586989 ---      ParallelTerminationStrategy: PID 22 died...
22:49:45.588956 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:45.593659 ---      ParallelTerminationStrategy: PID 23 died...
22:49:45.595581 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:45.600354 ---      ParallelTerminationStrategy: PID 24 died...
22:49:45.602297 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:45.607125 ---      ParallelTerminationStrategy: PID 25 died...
22:49:45.609084 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:45.613855 ---      ParallelTerminationStrategy: PID 26 died...
22:49:45.615779 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:45.620560 ---      ParallelTerminationStrategy: PID 27 died...
22:49:45.622475 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:45.627192 ---      ParallelTerminationStrategy: PID 28 died...
22:49:45.629126 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:45.633834 ---      ParallelTerminationStrategy: PID 29 died...
22:49:45.635741 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:45.640417 ---      ParallelTerminationStrategy: PID 30 died...
22:49:45.642348 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:45.647023 ---      ParallelTerminationStrategy: PID 31 died...
22:49:45.648955 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:45.653678 ---      ParallelTerminationStrategy: PID 32 died...
22:49:45.655573 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:45.660305 ---      ParallelTerminationStrategy: PID 33 died...
22:49:45.662219 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:45.666974 ---      ParallelTerminationStrategy: PID 35 died...
22:49:45.668946 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:45.673801 ---      ParallelTerminationStrategy: PID 36 died...
22:49:45.675756 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:45.680573 ---      ParallelTerminationStrategy: PID 37 died...
22:49:45.682547 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:45.687514 ---      ParallelTerminationStrategy: PID 38 died...
22:49:45.689546 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:45.694527 ---      ParallelTerminationStrategy: PID 39 died...
22:49:45.696505 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:45.701383 ---      ParallelTerminationStrategy: PID 40 died...
22:49:45.703398 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:45.708387 ---      ParallelTerminationStrategy: PID 41 died...
22:49:45.710405 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:45.715352 ---      ParallelTerminationStrategy: PID 42 died...
22:49:45.717367 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:45.722331 ---      ParallelTerminationStrategy: PID 43 died...
22:49:45.724335 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:45.729150 ---      ParallelTerminationStrategy: PID 44 died...
22:49:45.731087 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:45.735877 ---      ParallelTerminationStrategy: PID 45 died...
22:49:45.737843 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:45.742547 ---      ParallelTerminationStrategy: PID 46 died...
22:49:45.744439 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:45.749183 ---      ParallelTerminationStrategy: PID 47 died...
22:49:45.751086 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:45.755818 ---      ParallelTerminationStrategy: PID 48 died...
22:49:45.757720 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:45.762399 ---      ParallelTerminationStrategy: PID 49 died...
22:49:45.764287 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:45.768970 ---      ParallelTerminationStrategy: PID 50 died...
22:49:45.770861 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:45.775521 ---      ParallelTerminationStrategy: PID 51 died...
22:49:45.777436 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:45.782076 ---      ParallelTerminationStrategy: PID 52 died...
22:49:45.783963 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:45.788619 ---      ParallelTerminationStrategy: PID 53 died...
22:49:45.790512 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:45.795193 ---      ParallelTerminationStrategy: PID 54 died...
22:49:45.797077 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:45.801755 ---      ParallelTerminationStrategy: PID 55 died...
22:49:45.803634 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:45.808318 ---      ParallelTerminationStrategy: PID 56 died...
22:49:45.810222 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:45.815002 ---      ParallelTerminationStrategy: PID 57 died...
22:49:45.816942 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:45.821674 ---      ParallelTerminationStrategy: PID 58 died...
22:49:45.823546 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:45.828256 ---      ParallelTerminationStrategy: PID 59 died...
22:49:45.830166 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:45.834859 ---      ParallelTerminationStrategy: PID 60 died...
22:49:45.836757 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:45.841424 ---      ParallelTerminationStrategy: PID 61 died...
22:49:45.843308 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:45.848063 ---      ParallelTerminationStrategy: PID 62 died...
22:49:45.849951 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:45.854606 ---      ParallelTerminationStrategy: PID 63 died...
22:49:45.856533 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:45.861229 ---      ParallelTerminationStrategy: PID 64 died...
22:49:45.863189 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:45.867849 ---      ParallelTerminationStrategy: PID 65 died...
22:49:45.869726 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:45.874472 ---      ParallelTerminationStrategy: PID 66 died...
22:49:45.876351 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:45.881102 ---      ParallelTerminationStrategy: PID 67 died...
22:49:45.883024 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:45.887750 ---      ParallelTerminationStrategy: PID 68 died...
22:49:45.889646 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:45.894398 ---      ParallelTerminationStrategy: PID 69 died...
22:49:45.896325 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:45.901172 ---      ParallelTerminationStrategy: PID 70 died...
22:49:45.903111 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:45.907950 ---      ParallelTerminationStrategy: PID 71 died...
22:49:45.909892 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:45.914679 ---      ParallelTerminationStrategy: PID 72 died...
22:49:45.916615 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:45.921469 ---      ParallelTerminationStrategy: PID 73 died...
22:49:45.923405 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:45.928096 ---      ParallelTerminationStrategy: PID 74 died...
22:49:45.930031 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:45.934777 ---      ParallelTerminationStrategy: PID 75 died...
22:49:45.936680 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:45.941437 ---      ParallelTerminationStrategy: PID 76 died...
22:49:45.943373 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:45.948180 ---      ParallelTerminationStrategy: PID 77 died...
22:49:45.950145 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:45.955057 ---      ParallelTerminationStrategy: PID 78 died...
22:49:45.957077 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:45.962023 ---      ParallelTerminationStrategy: PID 79 died...
22:49:45.963976 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:45.968764 ---      ParallelTerminationStrategy: PID 80 died...
22:49:45.970699 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:45.975486 ---      ParallelTerminationStrategy: PID 81 died...
22:49:45.977408 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:45.982087 ---      ParallelTerminationStrategy: PID 82 died...
22:49:45.983967 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:45.988617 ---      ParallelTerminationStrategy: PID 83 died...
22:49:45.990500 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:45.995174 ---      ParallelTerminationStrategy: PID 84 died...
22:49:45.997079 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:46.001868 ---      ParallelTerminationStrategy: PID 85 died...
22:49:46.003800 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:46.008516 ---      ParallelTerminationStrategy: PID 86 died...
22:49:46.010403 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:46.015066 ---      ParallelTerminationStrategy: PID 87 died...
22:49:46.016947 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:46.021623 ---      ParallelTerminationStrategy: PID 88 died...
22:49:46.023510 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:46.028151 ---      ParallelTerminationStrategy: PID 89 died...
22:49:46.030038 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:46.034765 ---      ParallelTerminationStrategy: PID 90 died...
22:49:46.036645 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:46.041325 ---      ParallelTerminationStrategy: PID 91 died...
22:49:46.043267 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:46.047919 ---      ParallelTerminationStrategy: PID 92 died...
22:49:46.049818 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:46.054566 ---      ParallelTerminationStrategy: PID 93 died...
22:49:46.056452 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:46.061131 ---      ParallelTerminationStrategy: PID 94 died...
22:49:46.063005 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:46.067744 ---      ParallelTerminationStrategy: PID 95 died...
22:49:46.069638 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:46.074308 ---      ParallelTerminationStrategy: PID 96 died...
22:49:46.076188 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:46.080850 ---      ParallelTerminationStrategy: PID 97 died...
22:49:46.082800 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:46.087605 ---      ParallelTerminationStrategy: PID 98 died...
22:49:46.089561 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:46.094357 ---      ParallelTerminationStrategy: PID 99 died...
22:49:46.096299 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:46.100966 ---      ParallelTerminationStrategy: PID 100 died...
22:49:46.102853 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:46.107516 ---      ParallelTerminationStrategy: PID 101 died...
22:49:46.109503 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:46.114362 ---      ParallelTerminationStrategy: PID 102 died...
22:49:46.116257 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:46.120939 ---      ParallelTerminationStrategy: PID 103 died...
22:49:46.122821 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:46.127504 ---      ParallelTerminationStrategy: PID 104 died...
22:49:46.129394 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:46.134075 ---      ParallelTerminationStrategy: PID 105 died...
22:49:46.135914 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:46.140511 ---      ParallelTerminationStrategy: PID 106 died...
22:49:46.142431 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:46.146959 ---      ParallelTerminationStrategy: PID 107 died...
22:49:46.148805 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:46.153418 ---      ParallelTerminationStrategy: PID 108 died...
22:49:46.155240 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:46.159837 ---      ParallelTerminationStrategy: PID 109 died...
22:49:46.161694 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:46.166272 ---      ParallelTerminationStrategy: PID 110 died...
22:49:46.168104 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:46.172698 ---      ParallelTerminationStrategy: PID 111 died...
22:49:46.174559 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:46.179123 ---      ParallelTerminationStrategy: PID 112 died...
22:49:46.181003 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:46.185593 ---      ParallelTerminationStrategy: PID 113 died...
22:49:46.187432 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:46.192067 ---      ParallelTerminationStrategy: PID 114 died...
22:49:46.193930 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:46.198580 ---      ParallelTerminationStrategy: PID 115 died...
22:49:46.200442 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:46.205042 ---      ParallelTerminationStrategy: PID 116 died...
22:49:46.206920 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:46.211574 ---      ParallelTerminationStrategy: PID 117 died...
22:49:46.213466 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:46.218118 ---      ParallelTerminationStrategy: PID 118 died...
22:49:46.219994 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:46.224657 ---      ParallelTerminationStrategy: PID 119 died...
22:49:46.226542 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:46.231184 ---      ParallelTerminationStrategy: PID 120 died...
22:49:46.233062 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:46.237727 ---      ParallelTerminationStrategy: PID 121 died...
22:49:46.239612 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:46.244379 ---      ParallelTerminationStrategy: PID 122 died...
22:49:46.246336 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:46.251153 ---      ParallelTerminationStrategy: PID 123 died...
22:49:46.253098 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:46.257900 ---      ParallelTerminationStrategy: PID 124 died...
22:49:46.259839 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:46.264560 ---      ParallelTerminationStrategy: PID 125 died...
22:49:46.266447 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:46.271107 ---      ParallelTerminationStrategy: PID 126 died...
22:49:46.273008 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:46.277732 ---      ParallelTerminationStrategy: PID 127 died...
22:49:46.279666 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:46.284362 ---      ParallelTerminationStrategy: PID 128 died...
22:49:46.286245 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:46.290972 ---      ParallelTerminationStrategy: PID 129 died...
22:49:46.292911 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:46.297694 ---      ParallelTerminationStrategy: PID 130 died...
22:49:46.299622 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:46.304411 ---      ParallelTerminationStrategy: PID 131 died...
22:49:46.306372 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:46.311156 ---      ParallelTerminationStrategy: PID 132 died...
22:49:46.313094 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:46.317866 ---      ParallelTerminationStrategy: PID 133 died...
22:49:46.319799 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:46.324628 ---      ParallelTerminationStrategy: PID 134 died...
22:49:46.326580 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:46.331355 ---      ParallelTerminationStrategy: PID 135 died...
22:49:46.333298 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:46.338082 ---      ParallelTerminationStrategy: PID 136 died...
22:49:46.340017 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:46.344730 ---      ParallelTerminationStrategy: PID 137 died...
22:49:46.346622 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:46.351414 ---      ParallelTerminationStrategy: PID 138 died...
22:49:46.353305 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:46.358119 ---      ParallelTerminationStrategy: PID 139 died...
22:49:46.360017 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:46.364814 ---      ParallelTerminationStrategy: PID 140 died...
22:49:46.366738 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:46.371482 ---      ParallelTerminationStrategy: PID 141 died...
22:49:46.373424 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:46.378203 ---      ParallelTerminationStrategy: PID 142 died...
22:49:46.380105 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:46.384883 ---      ParallelTerminationStrategy: PID 143 died...
22:49:46.386777 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:46.391577 ---      ParallelTerminationStrategy: PID 144 died...
22:49:46.393469 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:46.398258 ---      ParallelTerminationStrategy: PID 145 died...
22:49:46.400192 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:46.404997 ---      ParallelTerminationStrategy: PID 146 died...
22:49:46.406947 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:46.411779 ---      ParallelTerminationStrategy: PID 147 died...
22:49:46.413743 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:46.418557 ---      ParallelTerminationStrategy: PID 148 died...
22:49:46.420456 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:46.425169 ---      ParallelTerminationStrategy: PID 149 died...
22:49:46.427086 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:46.431841 ---      ParallelTerminationStrategy: PID 150 died...
22:49:46.433755 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:46.438553 ---      ParallelTerminationStrategy: PID 151 died...
22:49:46.440461 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:46.445315 ---      ParallelTerminationStrategy: PID 152 died...
22:49:46.447254 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:46.452182 ---      ParallelTerminationStrategy: PID 153 died...
22:49:46.454179 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:46.459157 ---      ParallelTerminationStrategy: PID 154 died...
22:49:46.461176 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:46.466219 ---      ParallelTerminationStrategy: PID 155 died...
22:49:46.468240 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:46.473235 ---      ParallelTerminationStrategy: PID 156 died...
22:49:46.475245 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:46.480233 ---      ParallelTerminationStrategy: PID 157 died...
22:49:46.482232 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:46.487202 ---      ParallelTerminationStrategy: PID 158 died...
22:49:46.489209 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:46.494186 ---      ParallelTerminationStrategy: PID 159 died...
22:49:46.496206 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:46.501303 ---      ParallelTerminationStrategy: PID 160 died...
22:49:46.503338 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:46.508346 ---      ParallelTerminationStrategy: PID 161 died...
22:49:46.510375 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:46.515417 ---      ParallelTerminationStrategy: PID 162 died...
22:49:46.517439 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:46.522469 ---      ParallelTerminationStrategy: PID 163 died...
22:49:46.524493 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:46.529638 ---      ParallelTerminationStrategy: PID 164 died...
22:49:46.531668 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:46.536683 ---      ParallelTerminationStrategy: PID 165 died...
22:49:46.538712 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:46.543759 ---      ParallelTerminationStrategy: PID 166 died...
22:49:46.545792 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:46.550804 ---      ParallelTerminationStrategy: PID 167 died...
22:49:46.552817 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:46.557837 ---      ParallelTerminationStrategy: PID 168 died...
22:49:46.559856 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:46.564778 ---      ParallelTerminationStrategy: PID 169 died...
22:49:46.566729 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:46.571558 ---      ParallelTerminationStrategy: PID 170 died...
22:49:46.573469 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:46.578268 ---      ParallelTerminationStrategy: PID 171 died...
22:49:46.580208 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:46.584992 ---      ParallelTerminationStrategy: PID 172 died...
22:49:46.586879 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:46.591697 ---      ParallelTerminationStrategy: PID 173 died...
22:49:46.593632 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:46.598386 ---      ParallelTerminationStrategy: PID 174 died...
22:49:46.600335 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:46.605134 ---      ParallelTerminationStrategy: PID 175 died...
22:49:46.607024 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:46.611816 ---      ParallelTerminationStrategy: PID 176 died...
22:49:46.613761 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:46.618456 ---      ParallelTerminationStrategy: PID 177 died...
22:49:46.620390 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:46.625178 ---      ParallelTerminationStrategy: PID 178 died...
22:49:46.627064 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:46.631849 ---      ParallelTerminationStrategy: PID 179 died...
22:49:46.633736 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:46.638433 ---      ParallelTerminationStrategy: PID 180 died...
22:49:46.640318 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:46.645094 ---      ParallelTerminationStrategy: PID 181 died...
22:49:46.646970 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:46.651743 ---      ParallelTerminationStrategy: PID 182 died...
22:49:46.653650 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:46.658411 ---      ParallelTerminationStrategy: PID 183 died...
22:49:46.660357 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:46.665194 ---      ParallelTerminationStrategy: PID 184 died...
22:49:46.667149 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:46.671942 ---      ParallelTerminationStrategy: PID 185 died...
22:49:46.673928 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:46.678784 ---      ParallelTerminationStrategy: PID 186 died...
22:49:46.680784 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:46.685704 ---      ParallelTerminationStrategy: PID 187 died...
22:49:46.687649 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:46.692487 ---      ParallelTerminationStrategy: PID 188 died...
22:49:46.694458 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:46.699295 ---      ParallelTerminationStrategy: PID 189 died...
22:49:46.701192 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:46.705961 ---      ParallelTerminationStrategy: PID 190 died...
22:49:46.707854 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:46.712644 ---      ParallelTerminationStrategy: PID 191 died...
22:49:46.714540 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:46.719234 ---      ParallelTerminationStrategy: PID 192 died...
22:49:46.721144 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:46.725838 ---      ParallelTerminationStrategy: PID 193 died...
22:49:46.727746 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:46.732546 ---      ParallelTerminationStrategy: PID 194 died...
22:49:46.734497 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:46.739271 ---      ParallelTerminationStrategy: PID 195 died...
22:49:46.741161 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:46.745855 ---      ParallelTerminationStrategy: PID 196 died...
22:49:46.747748 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:46.752497 ---      ParallelTerminationStrategy: PID 197 died...
22:49:46.754404 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:46.759108 ---      ParallelTerminationStrategy: PID 198 died...
22:49:46.761041 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:46.765889 ---      ParallelTerminationStrategy: PID 199 died...
22:49:46.767840 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:46.772588 ---      ParallelTerminationStrategy: PID 200 died...
22:49:46.774486 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:46.779261 ---      ParallelTerminationStrategy: PID 201 died...
22:49:46.781233 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:46.786061 ---      ParallelTerminationStrategy: PID 202 died...
22:49:46.787957 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:46.792821 ---      ParallelTerminationStrategy: PID 203 died...
22:49:46.794791 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:46.799699 ---      ParallelTerminationStrategy: PID 204 died...
22:49:46.801656 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:46.806514 ---      ParallelTerminationStrategy: PID 205 died...
22:49:46.808457 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:46.813433 ---      ParallelTerminationStrategy: PID 206 died...
22:49:46.815379 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:46.820317 ---      ParallelTerminationStrategy: PID 207 died...
22:49:46.822269 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:46.827169 ---      ParallelTerminationStrategy: PID 208 died...
22:49:46.829173 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:46.834121 ---      ParallelTerminationStrategy: PID 209 died...
22:49:46.836067 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:46.841020 ---      ParallelTerminationStrategy: PID 210 died...
22:49:46.842963 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:46.847786 ---      ParallelTerminationStrategy: PID 211 died...
22:49:46.849730 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:46.854708 ---      ParallelTerminationStrategy: PID 212 died...
22:49:46.856687 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:46.861513 ---      ParallelTerminationStrategy: PID 213 died...
22:49:46.863398 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:46.868092 ---      ParallelTerminationStrategy: PID 214 died...
22:49:46.870000 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:46.874735 ---      ParallelTerminationStrategy: PID 215 died...
22:49:46.876629 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:46.881351 ---      ParallelTerminationStrategy: PID 216 died...
22:49:46.883246 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:46.887952 ---      ParallelTerminationStrategy: PID 217 died...
22:49:46.889885 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:46.894585 ---      ParallelTerminationStrategy: PID 218 died...
22:49:46.896474 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:46.901181 ---      ParallelTerminationStrategy: PID 219 died...
22:49:46.903075 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:46.907817 ---      ParallelTerminationStrategy: PID 220 died...
22:49:46.909716 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:46.914462 ---      ParallelTerminationStrategy: PID 221 died...
22:49:46.916353 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:46.920997 ---      ParallelTerminationStrategy: PID 222 died...
22:49:46.922907 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:46.927643 ---      ParallelTerminationStrategy: PID 223 died...
22:49:46.929541 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:46.934254 ---      ParallelTerminationStrategy: PID 224 died...
22:49:46.936139 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:46.940851 ---      ParallelTerminationStrategy: PID 225 died...
22:49:46.942753 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:46.947458 ---      ParallelTerminationStrategy: PID 226 died...
22:49:46.949346 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:46.954042 ---      ParallelTerminationStrategy: PID 227 died...
22:49:46.955938 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:46.960670 ---      ParallelTerminationStrategy: PID 228 died...
22:49:46.962566 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:46.967266 ---      ParallelTerminationStrategy: PID 229 died...
22:49:46.969163 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:46.973900 ---      ParallelTerminationStrategy: PID 230 died...
22:49:46.975790 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:46.980482 ---      ParallelTerminationStrategy: PID 231 died...
22:49:46.982403 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:46.987113 ---      ParallelTerminationStrategy: PID 232 died...
22:49:46.989016 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:46.993718 ---      ParallelTerminationStrategy: PID 233 died...
22:49:46.995606 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:47.000339 ---      ParallelTerminationStrategy: PID 234 died...
22:49:47.002232 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:49.685383 ---      ParallelTerminationStrategy: PID 34 died...
22:49:49.690423 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8092 netreg_mass PASS
---------------------------------------------------------------------
22:49:49.844074 tst                       trial-8092: Storing JUnit report in /build/trial-8092/run.2025-09-17_22-48-16/trial-8092.xml

--------------------------------------------------------------------------------------------
trial-8092 PASS
--------------------------------------------------------------------------------------------
22:49:49.894749 tst                       trial-8092: trial-8092: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (87.6 sec)
+ exit_code=0
+ rm -rf trial-8092/inst
+ cd trial-8092
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-09-17 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8092-run.tgz run.2025-09-17_22-48-16
+ tar czf /build/trial-8092-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-09-17_13_29_26.tgz osmo-bts-oc2g.build-2025-09-17_00_51_38.tgz osmo-bts-sysmo.build-2025-09-17_00_51_43.tgz osmo-bts.build-2025-09-17_00_51_50.tgz osmo-ggsn.build-2025-09-17_20_42_36.tgz osmo-hlr.build-2025-09-17_16_36_49.tgz osmo-hnbgw.build-2025-09-17_13_30_34.tgz osmo-mgw.build-2025-09-17_08_33_11.tgz osmo-msc.build-2025-09-17_13_33_17.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-09-17_07_33_59.tgz osmo-pcu-sysmo.build-2025-09-17_07_36_03.tgz osmo-pcu.build-2025-09-17_07_36_10.tgz osmo-sgsn.build-2025-09-17_20_48_22.tgz osmo-stp.build-2025-09-17_13_26_09.tgz osmo-trx.build-2025-09-17_14_26_21.tgz osmocom-bb.build-2025-09-17_21_17_26.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