Skip to content
Success

Console Output

Skipping 17 KB.. Full Log
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 DONE 0.1s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#18 [18/28] RUN	SET -x && 	mkdir -p /tmp/mongodb && 	cd /tmp/mongodb && 	wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && 	wget "http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" 		> /etc/apt/sources.list.d/mongodb-org.list && 	apt-get update && 	apt-get install -y mongodb-org && 	apt-get clean && 	cd / && 	rm -rf /tmp/mongodb && 	rm /etc/apt/sources.list.d/mongodb-org.list && 	sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#18 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:dd4d49fcf63814b1a6d1467ebfd00a7b5e49ba76d02af5bcb9ab4fe2b4a94686 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8038 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-07-25 22:48:22
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8038
+ mkdir -p trial-8038
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-07-25_13_26_30.tgz osmo-bts-oc2g.build-2025-07-25_00_51_30.tgz osmo-bts-sysmo.build-2025-07-25_00_51_36.tgz osmo-bts.build-2025-07-25_00_51_41.tgz osmo-ggsn.build-2025-07-25_20_42_31.tgz osmo-hlr.build-2025-07-25_16_36_50.tgz osmo-hnbgw.build-2025-07-25_13_30_21.tgz osmo-mgw.build-2025-07-25_08_33_13.tgz osmo-msc.build-2025-07-25_13_35_02.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-25_07_34_00.tgz osmo-pcu-sysmo.build-2025-07-25_07_36_01.tgz osmo-pcu.build-2025-07-25_07_36_09.tgz osmo-sgsn.build-2025-07-25_20_48_37.tgz osmo-stp.build-2025-07-25_13_25_18.tgz osmo-trx.build-2025-07-25_14_30_12.tgz osmocom-bb.build-2025-07-25_21_17_08.tgz srslte.build-19.tgz trial-8038
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-07-25_13_26_30.md5 osmo-bts-oc2g.build-2025-07-25_00_51_30.md5 osmo-bts-sysmo.build-2025-07-25_00_51_36.md5 osmo-bts.build-2025-07-25_00_51_41.md5 osmo-ggsn.build-2025-07-25_20_42_31.md5 osmo-hlr.build-2025-07-25_16_36_50.md5 osmo-hnbgw.build-2025-07-25_13_30_21.md5 osmo-mgw.build-2025-07-25_08_33_13.md5 osmo-msc.build-2025-07-25_13_35_02.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-25_07_34_00.md5 osmo-pcu-sysmo.build-2025-07-25_07_36_01.md5 osmo-pcu.build-2025-07-25_07_36_09.md5 osmo-sgsn.build-2025-07-25_20_48_37.md5 osmo-stp.build-2025-07-25_13_25_18.md5 osmo-trx.build-2025-07-25_14_30_12.md5 osmocom-bb.build-2025-07-25_21_17_08.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-07-25_13_26_30.md5 osmo-bts-oc2g.build-2025-07-25_00_51_30.md5 osmo-bts-sysmo.build-2025-07-25_00_51_36.md5 osmo-bts.build-2025-07-25_00_51_41.md5 osmo-ggsn.build-2025-07-25_20_42_31.md5 osmo-hlr.build-2025-07-25_16_36_50.md5 osmo-hnbgw.build-2025-07-25_13_30_21.md5 osmo-mgw.build-2025-07-25_08_33_13.md5 osmo-msc.build-2025-07-25_13_35_02.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-25_07_34_00.md5 osmo-pcu-sysmo.build-2025-07-25_07_36_01.md5 osmo-pcu.build-2025-07-25_07_36_09.md5 osmo-sgsn.build-2025-07-25_20_48_37.md5 osmo-stp.build-2025-07-25_13_25_18.md5 osmo-trx.build-2025-07-25_14_30_12.md5 osmocom-bb.build-2025-07-25_21_17_08.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-8038 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8038'
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-8038
--------------------------------------------------------------------------------------------
22:48:22.824375 tst                       trial-8038: Detailed log at /build/trial-8038/run.2025-07-25_22-48-22/log

---------------------------------------------------------------------
trial-8038 netreg_mass
---------------------------------------------------------------------
22:48:23.194159 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:23.195049 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:23.196877 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:23.199589 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:23.273557 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:23.275444 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:23.278194 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:23.383437 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-8038 netreg_mass register_default_mass.py
----------------------------------------------
22:48:23.384409 tst       register_default_mass.py:9: Claiming resources for the test
22:48:23.403885 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.404617 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.405208 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.405762 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.406316 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.406917 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.407487 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:23.461222 tst         register_default_mass.py: using LAC 2
22:48:23.498638 tst         register_default_mass.py: using RAC 2
22:48:23.535874 tst         register_default_mass.py: using CellId 2
22:48:23.572739 tst         register_default_mass.py: using BVCI 3
22:48:23.578402 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.579054 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.579587 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.580100 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.580647 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.581166 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.581668 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.582195 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.582722 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.583219 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.583733 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.584249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.584774 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.585295 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.585813 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.586320 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.586834 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.587365 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.587869 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.588375 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.588912 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.589429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.589941 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.590465 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.590970 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.591472 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.591975 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.592495 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.593005 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.593514 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.594029 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.594539 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.595066 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.595588 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.596093 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.596605 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.597111 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.597623 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.598129 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.598644 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.599144 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.599659 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.600176 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.600690 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.601212 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.601719 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.602230 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.602761 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.603290 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.603814 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.604367 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.604906 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.605432 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.605964 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.606504 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.607125 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.607666 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.608217 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.608768 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.609309 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.609880 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.610429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.610977 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.611554 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.612121 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.612688 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.613273 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.613852 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.614413 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.614985 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.615548 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.616103 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.616779 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.617377 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.618100 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.618673 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.619264 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.619865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.620458 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.621060 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.621653 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.622242 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.622848 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.623439 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.624018 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.624637 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.625233 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.625821 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.626425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.627028 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.627635 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.628263 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.628894 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.629509 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.630118 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.630741 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.631349 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.631957 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.632584 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.633198 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.633805 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.634495 tst      register_default_mass.py:21: Launching a simple network
22:48:23.646448 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:23.775811 run            create_hlr_db(pid=20): Launched
22:48:24.788951 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:24.827093 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:24.863496 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:24.877822 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:25.201079 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:25.222666 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:25.231576 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:25.809890 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:25.831706 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:28.844253 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:28.991618 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:29.011516 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:29.019010 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:29.048989 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:29.067083 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:29.073996 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:29.452880 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:29.473853 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:35.498764 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:35.762131 run         osmo-bts-virtual(pid=34): Launched
22:48:36.809057 tst         register_default_mass.py: using MSISDN 1001
22:48:36.815101 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:36.895448 tst         register_default_mass.py: using MSISDN 1002
22:48:36.902170 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:36.967732 tst         register_default_mass.py: using MSISDN 1003
22:48:36.974019 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:37.038017 tst         register_default_mass.py: using MSISDN 1004
22:48:37.044301 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:37.109521 tst         register_default_mass.py: using MSISDN 1005
22:48:37.115483 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:37.180874 tst         register_default_mass.py: using MSISDN 1006
22:48:37.191607 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:37.248961 tst         register_default_mass.py: using MSISDN 1007
22:48:37.255311 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:37.328133 tst         register_default_mass.py: using MSISDN 1008
22:48:37.334145 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:37.408012 tst         register_default_mass.py: using MSISDN 1009
22:48:37.414389 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:37.479237 tst         register_default_mass.py: using MSISDN 1010
22:48:37.489358 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:37.567473 tst         register_default_mass.py: using MSISDN 1011
22:48:37.573612 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:37.634256 tst         register_default_mass.py: using MSISDN 1012
22:48:37.641621 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:37.701800 tst         register_default_mass.py: using MSISDN 1013
22:48:37.709356 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:37.788982 tst         register_default_mass.py: using MSISDN 1014
22:48:37.799326 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:37.871853 tst         register_default_mass.py: using MSISDN 1015
22:48:37.878157 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:37.950892 tst         register_default_mass.py: using MSISDN 1016
22:48:37.957002 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:38.030686 tst         register_default_mass.py: using MSISDN 1017
22:48:38.040548 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:38.112495 tst         register_default_mass.py: using MSISDN 1018
22:48:38.118609 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:38.179708 tst         register_default_mass.py: using MSISDN 1019
22:48:38.186581 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:38.262682 tst         register_default_mass.py: using MSISDN 1020
22:48:38.273218 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:38.341691 tst         register_default_mass.py: using MSISDN 1021
22:48:38.352852 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:38.427890 tst         register_default_mass.py: using MSISDN 1022
22:48:38.434690 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:38.507722 tst         register_default_mass.py: using MSISDN 1023
22:48:38.514426 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:38.582684 tst         register_default_mass.py: using MSISDN 1024
22:48:38.588799 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:38.654491 tst         register_default_mass.py: using MSISDN 1025
22:48:38.661002 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:38.722790 tst         register_default_mass.py: using MSISDN 1026
22:48:38.729147 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:38.799997 tst         register_default_mass.py: using MSISDN 1027
22:48:38.806031 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:38.869748 tst         register_default_mass.py: using MSISDN 1028
22:48:38.877568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:38.939188 tst         register_default_mass.py: using MSISDN 1029
22:48:38.948010 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:39.009789 tst         register_default_mass.py: using MSISDN 1030
22:48:39.016017 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:39.076137 tst         register_default_mass.py: using MSISDN 1031
22:48:39.082976 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:39.145044 tst         register_default_mass.py: using MSISDN 1032
22:48:39.153528 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:39.222154 tst         register_default_mass.py: using MSISDN 1033
22:48:39.228338 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:39.293819 tst         register_default_mass.py: using MSISDN 1034
22:48:39.303090 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:39.369821 tst         register_default_mass.py: using MSISDN 1035
22:48:39.379334 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:39.438874 tst         register_default_mass.py: using MSISDN 1036
22:48:39.444989 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:39.525387 tst         register_default_mass.py: using MSISDN 1037
22:48:39.535222 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:39.605216 tst         register_default_mass.py: using MSISDN 1038
22:48:39.611357 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:39.682722 tst         register_default_mass.py: using MSISDN 1039
22:48:39.688733 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:39.753689 tst         register_default_mass.py: using MSISDN 1040
22:48:39.763017 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:39.823456 tst         register_default_mass.py: using MSISDN 1041
22:48:39.833962 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:39.893935 tst         register_default_mass.py: using MSISDN 1042
22:48:39.900151 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:39.965163 tst         register_default_mass.py: using MSISDN 1043
22:48:39.975801 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:40.044766 tst         register_default_mass.py: using MSISDN 1044
22:48:40.051069 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:40.118198 tst         register_default_mass.py: using MSISDN 1045
22:48:40.124086 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:40.194457 tst         register_default_mass.py: using MSISDN 1046
22:48:40.200847 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:40.281167 tst         register_default_mass.py: using MSISDN 1047
22:48:40.287165 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:40.350652 tst         register_default_mass.py: using MSISDN 1048
22:48:40.359654 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:40.428065 tst         register_default_mass.py: using MSISDN 1049
22:48:40.434150 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:40.511527 tst         register_default_mass.py: using MSISDN 1050
22:48:40.517554 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:40.584621 tst         register_default_mass.py: using MSISDN 1051
22:48:40.590634 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:40.671107 tst         register_default_mass.py: using MSISDN 1052
22:48:40.677623 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:40.737125 tst         register_default_mass.py: using MSISDN 1053
22:48:40.744987 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:40.810721 tst         register_default_mass.py: using MSISDN 1054
22:48:40.817100 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:40.880581 tst         register_default_mass.py: using MSISDN 1055
22:48:40.886531 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:40.953004 tst         register_default_mass.py: using MSISDN 1056
22:48:40.959059 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:41.031799 tst         register_default_mass.py: using MSISDN 1057
22:48:41.040331 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:41.104342 tst         register_default_mass.py: using MSISDN 1058
22:48:41.114701 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:41.184427 tst         register_default_mass.py: using MSISDN 1059
22:48:41.192343 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:41.280294 tst         register_default_mass.py: using MSISDN 1060
22:48:41.287282 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:41.379779 tst         register_default_mass.py: using MSISDN 1061
22:48:41.387141 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:41.473433 tst         register_default_mass.py: using MSISDN 1062
22:48:41.479535 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:41.565614 tst         register_default_mass.py: using MSISDN 1063
22:48:41.571613 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:41.635687 tst         register_default_mass.py: using MSISDN 1064
22:48:41.642200 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:41.712524 tst         register_default_mass.py: using MSISDN 1065
22:48:41.724204 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:41.798073 tst         register_default_mass.py: using MSISDN 1066
22:48:41.805330 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:41.876318 tst         register_default_mass.py: using MSISDN 1067
22:48:41.882428 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:41.957603 tst         register_default_mass.py: using MSISDN 1068
22:48:41.963781 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:42.036973 tst         register_default_mass.py: using MSISDN 1069
22:48:42.043299 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:42.122696 tst         register_default_mass.py: using MSISDN 1070
22:48:42.128978 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:42.198516 tst         register_default_mass.py: using MSISDN 1071
22:48:42.205118 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:42.352330 tst         register_default_mass.py: using MSISDN 1072
22:48:42.358701 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:42.426306 tst         register_default_mass.py: using MSISDN 1073
22:48:42.432260 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:42.516298 tst         register_default_mass.py: using MSISDN 1074
22:48:42.522430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:42.587602 tst         register_default_mass.py: using MSISDN 1075
22:48:42.594134 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:42.664977 tst         register_default_mass.py: using MSISDN 1076
22:48:42.671060 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:42.743403 tst         register_default_mass.py: using MSISDN 1077
22:48:42.749724 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:42.829825 tst         register_default_mass.py: using MSISDN 1078
22:48:42.835961 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:42.912980 tst         register_default_mass.py: using MSISDN 1079
22:48:42.919133 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:42.984178 tst         register_default_mass.py: using MSISDN 1080
22:48:42.992508 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:43.061084 tst         register_default_mass.py: using MSISDN 1081
22:48:43.067323 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:43.139898 tst         register_default_mass.py: using MSISDN 1082
22:48:43.148259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:43.210117 tst         register_default_mass.py: using MSISDN 1083
22:48:43.216171 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:43.277973 tst         register_default_mass.py: using MSISDN 1084
22:48:43.288583 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:43.363804 tst         register_default_mass.py: using MSISDN 1085
22:48:43.369899 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:43.444146 tst         register_default_mass.py: using MSISDN 1086
22:48:43.450345 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:43.523005 tst         register_default_mass.py: using MSISDN 1087
22:48:43.529359 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:43.606637 tst         register_default_mass.py: using MSISDN 1088
22:48:43.615493 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:43.689555 tst         register_default_mass.py: using MSISDN 1089
22:48:43.697259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:43.778307 tst         register_default_mass.py: using MSISDN 1090
22:48:43.785241 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:43.869262 tst         register_default_mass.py: using MSISDN 1091
22:48:43.877179 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:43.958378 tst         register_default_mass.py: using MSISDN 1092
22:48:43.964601 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:44.040103 tst         register_default_mass.py: using MSISDN 1093
22:48:44.047060 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:44.111772 tst         register_default_mass.py: using MSISDN 1094
22:48:44.118502 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:44.215110 tst         register_default_mass.py: using MSISDN 1095
22:48:44.224100 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:44.287493 tst         register_default_mass.py: using MSISDN 1096
22:48:44.293583 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:44.365851 tst         register_default_mass.py: using MSISDN 1097
22:48:44.375950 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:44.439065 tst         register_default_mass.py: using MSISDN 1098
22:48:44.447087 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:44.544769 tst         register_default_mass.py: using MSISDN 1099
22:48:44.552712 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:44.613560 tst         register_default_mass.py: using MSISDN 1100
22:48:44.621266 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:44.737589 run                             mass: Starting testcase
22:48:44.744227 run                             mass: Pre-launching all virtphy's
22:48:44.750569 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:44.767694 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:44.774659 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:44.790520 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:44.797806 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:44.813583 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:44.820805 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:44.837076 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:44.844393 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:44.859948 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:44.868206 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:44.884430 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:44.892064 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:44.908606 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:44.916087 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:44.931921 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:44.939173 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:44.954787 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:44.961844 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:44.977076 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:44.984259 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:44.999547 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:45.006555 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:45.021813 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:45.028760 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:45.043993 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:45.051005 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:45.066064 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:45.073095 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:45.088036 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:45.094924 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:45.109839 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:45.116754 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:45.132065 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:45.139311 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:45.155021 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:45.163467 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:45.179696 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:45.187037 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:45.202578 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:45.209910 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:45.225617 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:45.232725 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:45.248216 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:45.255381 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:45.271261 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:45.278462 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:45.294073 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:45.301502 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:45.317549 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:45.324933 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:45.340559 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:45.347745 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:45.363207 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:45.370182 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:45.385518 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:45.392505 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:45.407945 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:45.415100 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:45.430523 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:45.437503 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:45.453568 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:45.461106 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:45.476903 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:45.484234 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:45.499802 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:45.507043 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:45.522214 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:45.529468 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:45.545007 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:45.552131 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:45.567431 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:45.574590 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:45.590545 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:45.597814 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:45.613338 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:45.620533 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:45.635632 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:45.642642 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:45.657682 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:45.664641 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:45.679737 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:45.686596 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:45.702086 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:45.709412 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:45.725061 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:45.732284 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:45.748119 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:45.755393 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:45.770926 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:45.778115 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:45.794068 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:45.801559 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:45.818173 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:45.825810 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:45.842390 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:45.849748 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:45.865881 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:45.872994 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:45.888087 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:45.895074 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:45.910408 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:45.917563 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:45.933871 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:45.942687 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:45.960573 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:45.968496 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:45.985442 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:45.993263 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:46.009574 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:46.017057 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:46.032955 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:46.040158 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:46.055565 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:46.062724 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:46.078345 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:46.085620 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:46.101463 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:46.108762 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:46.124205 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:46.131354 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:46.149165 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:46.156717 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:46.172829 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:46.180136 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:46.197339 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:46.204946 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:46.221513 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:46.228842 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:46.244784 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:46.252116 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:46.268089 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:46.281879 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:46.298727 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:46.305805 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:46.322115 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:46.330056 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:46.346926 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:46.354690 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:46.371173 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:46.378868 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:46.395304 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:46.402836 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:46.418818 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:46.427232 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:46.442990 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:46.450591 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:46.466835 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:46.474228 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:46.490190 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:46.497443 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:46.512983 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:46.520163 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:46.535472 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:46.542490 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:46.557429 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:46.564293 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:46.579463 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:46.586538 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:46.602465 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:46.609744 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:46.625540 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:46.632662 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:46.648327 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:46.655714 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:46.671413 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:46.678933 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:46.695649 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:46.703276 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:46.719694 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:46.727194 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:46.743661 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:46.751198 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:46.767654 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:46.775848 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:46.791989 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:46.799307 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:46.815100 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:46.822381 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:46.837902 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:46.844883 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:46.860553 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:46.867772 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:46.883664 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:46.890828 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:46.906840 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:46.914134 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:46.929862 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:46.936974 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:46.954107 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:46.960939 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:46.975525 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:46.984947 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:47.000407 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:47.007931 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:47.024761 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:47.032249 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:47.048060 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:47.055321 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:47.070168 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:47.076806 run                             mass: Checking if sockets are in the filesystem
22:48:47.090747 run                osmo-ms-mob/00000: Starting mobile
22:48:47.106131 run       osmo-ms-mob/00000(pid=135): Launched
22:48:47.119576 run                             mass: MS start registered  {at=16714632.822913088, delay=0.00621969997882843, ms=00000}
22:48:51.290221 run                osmo-ms-mob/00001: Starting mobile
22:48:51.305061 run       osmo-ms-mob/00001(pid=136): Launched
22:48:51.317234 run                             mass: MS start registered  {at=16714637.020579036, delay=0.005204293876886368, ms=00001}
22:48:52.357121 run                             mass: MS performed LU  {at=16714638.060445856, lu_delay=5.237532768398523, ms=00000}
22:48:53.090404 run                osmo-ms-mob/00002: Starting mobile
22:48:53.104439 run       osmo-ms-mob/00002(pid=137): Launched
22:48:53.119556 run                             mass: MS start registered  {at=16714638.822854647, delay=0.007424619048833847, ms=00002}
22:48:54.398799 run                osmo-ms-mob/00003: Starting mobile
22:48:54.420756 run       osmo-ms-mob/00003(pid=138): Launched
22:48:54.435230 run                             mass: MS start registered  {at=16714640.138561066, delay=0.0054816994816064835, ms=00003}
22:48:55.499219 run                osmo-ms-mob/00004: Starting mobile
22:48:55.537052 run       osmo-ms-mob/00004(pid=139): Launched
22:48:55.561271 run                             mass: MS start registered  {at=16714641.264583884, delay=0.006297903135418892, ms=00004}
22:48:56.123074 run                             mass: MS performed LU  {at=16714641.82639145, lu_delay=4.8058124128729105, ms=00001}
22:48:56.495788 run                osmo-ms-mob/00005: Starting mobile
22:48:56.513751 run       osmo-ms-mob/00005(pid=140): Launched
22:48:56.529457 run                             mass: MS start registered  {at=16714642.232785108, delay=0.007098151370882988, ms=00005}
22:48:57.392264 run                osmo-ms-mob/00006: Starting mobile
22:48:57.412072 run       osmo-ms-mob/00006(pid=141): Launched
22:48:57.426624 run                             mass: MS start registered  {at=16714643.129961113, delay=0.006749510765075684, ms=00006}
22:48:58.024059 run                             mass: MS performed LU  {at=16714643.727368629, lu_delay=4.904513981193304, ms=00002}
22:48:58.291234 run                osmo-ms-mob/00007: Starting mobile
22:48:58.308413 run       osmo-ms-mob/00007(pid=142): Launched
22:48:58.325177 run                             mass: MS start registered  {at=16714644.028497545, delay=0.008554184809327126, ms=00007}
22:48:59.091842 run                osmo-ms-mob/00008: Starting mobile
22:48:59.110027 run       osmo-ms-mob/00008(pid=143): Launched
22:48:59.124951 run                             mass: MS start registered  {at=16714644.828294655, delay=0.0057716332376003265, ms=00008}
22:48:59.794852 run                osmo-ms-mob/00009: Starting mobile
22:48:59.814936 run       osmo-ms-mob/00009(pid=144): Launched
22:48:59.829201 run                             mass: MS start registered  {at=16714645.532545013, delay=3.44347208738327e-05, ms=00009}
22:48:59.888738 run                             mass: MS performed LU  {at=16714645.592048146, lu_delay=5.453487079590559, ms=00003}
22:49:00.494303 run                osmo-ms-mob/00010: Starting mobile
22:49:00.513486 run       osmo-ms-mob/00010(pid=145): Launched
22:49:00.526032 run                             mass: MS start registered  {at=16714646.22937458, delay=0.005571812391281128, ms=00010}
22:49:01.093189 run                osmo-ms-mob/00011: Starting mobile
22:49:01.110017 run       osmo-ms-mob/00011(pid=146): Launched
22:49:01.124160 run                             mass: MS start registered  {at=16714646.827501288, delay=0.00470404326915741, ms=00011}
22:49:01.696915 run                osmo-ms-mob/00012: Starting mobile
22:49:01.731046 run       osmo-ms-mob/00012(pid=147): Launched
22:49:01.746829 run                             mass: MS start registered  {at=16714647.450168649, delay=3.672391176223755e-05, ms=00012}
22:49:01.790769 run                             mass: MS performed LU  {at=16714647.494082095, lu_delay=5.261296987533569, ms=00005}
22:49:01.817880 run                             mass: MS performed LU  {at=16714647.521188494, lu_delay=6.256604610010982, ms=00004}
22:49:02.291370 run                osmo-ms-mob/00013: Starting mobile
22:49:02.309121 run       osmo-ms-mob/00013(pid=148): Launched
22:49:02.322609 run                             mass: MS start registered  {at=16714648.025943026, delay=0.005560193210840225, ms=00013}
22:49:02.890823 run                osmo-ms-mob/00014: Starting mobile
22:49:02.907993 run       osmo-ms-mob/00014(pid=149): Launched
22:49:02.922202 run                             mass: MS start registered  {at=16714648.625540987, delay=0.00036487169563770294, ms=00014}
22:49:03.490911 run                osmo-ms-mob/00015: Starting mobile
22:49:03.508206 run       osmo-ms-mob/00015(pid=150): Launched
22:49:03.522251 run                             mass: MS start registered  {at=16714649.225596678, delay=3.1460076570510864e-05, ms=00015}
22:49:03.654666 run                             mass: MS performed LU  {at=16714649.357993117, lu_delay=6.228032004088163, ms=00006}
22:49:03.718848 run                             mass: MS performed LU  {at=16714649.42217598, lu_delay=5.393678434193134, ms=00007}
22:49:03.990189 run                osmo-ms-mob/00016: Starting mobile
22:49:04.006698 run       osmo-ms-mob/00016(pid=151): Launched
22:49:04.024109 run                             mass: MS performed LU  {at=16714649.72743051, lu_delay=4.899135854095221, ms=00008}
22:49:04.037926 run                             mass: MS start registered  {at=16714649.741280252, delay=0.02246887981891632, ms=00016}
22:49:04.490110 run                osmo-ms-mob/00017: Starting mobile
22:49:04.506906 run       osmo-ms-mob/00017(pid=152): Launched
22:49:04.518754 run                             mass: MS start registered  {at=16714650.22210153, delay=0.004745075479149818, ms=00017}
22:49:05.094196 run                osmo-ms-mob/00018: Starting mobile
22:49:05.110491 run       osmo-ms-mob/00018(pid=153): Launched
22:49:05.124366 run                             mass: MS start registered  {at=16714650.827710574, delay=3.659538924694061e-05, ms=00018}
22:49:05.489488 run                osmo-ms-mob/00019: Starting mobile
22:49:05.504793 run       osmo-ms-mob/00019(pid=154): Launched
22:49:05.517180 run                             mass: MS start registered  {at=16714651.220526762, delay=0.005403105169534683, ms=00019}
22:49:05.556121 run                             mass: MS performed LU  {at=16714651.259453483, lu_delay=5.030078902840614, ms=00010}
22:49:05.583762 run                             mass: MS performed LU  {at=16714651.287091965, lu_delay=5.754546951502562, ms=00009}
22:49:05.689797 run                             mass: MS performed LU  {at=16714651.393127894, lu_delay=4.565626606345177, ms=00011}
22:49:05.990823 run                osmo-ms-mob/00020: Starting mobile
22:49:06.006093 run       osmo-ms-mob/00020(pid=155): Launched
22:49:06.020236 run                             mass: MS start registered  {at=16714651.723574528, delay=0.0060150232166051865, ms=00020}
22:49:06.490516 run                osmo-ms-mob/00021: Starting mobile
22:49:06.514827 run       osmo-ms-mob/00021(pid=156): Launched
22:49:06.529306 run                             mass: MS start registered  {at=16714652.232647434, delay=3.290921449661255e-05, ms=00021}
22:49:06.890205 run                osmo-ms-mob/00022: Starting mobile
22:49:06.906027 run       osmo-ms-mob/00022(pid=157): Launched
22:49:06.918292 run                             mass: MS start registered  {at=16714652.621637557, delay=0.005218282341957092, ms=00022}
22:49:07.390405 run                osmo-ms-mob/00023: Starting mobile
22:49:07.405855 run       osmo-ms-mob/00023(pid=158): Launched
22:49:07.418147 run                             mass: MS start registered  {at=16714653.121487932, delay=0.005184199661016464, ms=00023}
22:49:07.425440 run                             mass: MS performed LU  {at=16714653.128797246, lu_delay=5.102854220196605, ms=00013}
22:49:07.484594 run                             mass: MS performed LU  {at=16714653.187912967, lu_delay=5.737744318321347, ms=00012}
22:49:07.796849 run                osmo-ms-mob/00024: Starting mobile
22:49:07.814703 run       osmo-ms-mob/00024(pid=159): Launched
22:49:07.822386 run                             mass: MS performed LU  {at=16714653.525739277, lu_delay=4.900198290124536, ms=00014}
22:49:07.834853 run                             mass: MS start registered  {at=16714653.538187834, delay=0.01247541606426239, ms=00024}
22:49:08.290110 run                osmo-ms-mob/00025: Starting mobile
22:49:08.304069 run       osmo-ms-mob/00025(pid=160): Launched
22:49:08.316193 run                             mass: MS start registered  {at=16714654.019536333, delay=0.005129281431436539, ms=00025}
22:49:08.690427 run                osmo-ms-mob/00026: Starting mobile
22:49:08.705146 run       osmo-ms-mob/00026(pid=161): Launched
22:49:08.717044 run                             mass: MS start registered  {at=16714654.420392847, delay=0.005238642916083336, ms=00026}
22:49:09.089753 run                osmo-ms-mob/00027: Starting mobile
22:49:09.102935 run       osmo-ms-mob/00027(pid=162): Launched
22:49:09.114175 run                             mass: MS start registered  {at=16714654.817520214, delay=0.005137065425515175, ms=00027}
22:49:09.219678 run                             mass: MS performed LU  {at=16714654.923011698, lu_delay=4.700910167768598, ms=00017}
22:49:09.322142 run                             mass: MS performed LU  {at=16714655.025477493, lu_delay=5.799880815669894, ms=00015}
22:49:09.349720 run                             mass: MS performed LU  {at=16714655.053056216, lu_delay=5.311775963753462, ms=00016}
22:49:09.361756 run                osmo-ms-mob/00028: Starting mobile
22:49:09.375789 run       osmo-ms-mob/00028(pid=163): Launched
22:49:09.386932 run                             mass: MS start registered  {at=16714655.090276131, delay=0.004629846662282944, ms=00028}
22:49:09.889512 run                osmo-ms-mob/00029: Starting mobile
22:49:09.903754 run       osmo-ms-mob/00029(pid=164): Launched
22:49:09.915613 run                             mass: MS start registered  {at=16714655.618963959, delay=0.0046953000128269196, ms=00029}
22:49:10.289589 run                osmo-ms-mob/00030: Starting mobile
22:49:10.305242 run       osmo-ms-mob/00030(pid=165): Launched
22:49:10.316759 run                             mass: MS start registered  {at=16714656.020108948, delay=0.002818875014781952, ms=00030}
22:49:10.694393 run                osmo-ms-mob/00031: Starting mobile
22:49:10.708459 run       osmo-ms-mob/00031(pid=166): Launched
22:49:10.720302 run                             mass: MS start registered  {at=16714656.42364634, delay=0.0048844050616025925, ms=00031}
22:49:10.989894 run                osmo-ms-mob/00032: Starting mobile
22:49:11.003666 run       osmo-ms-mob/00032(pid=167): Launched
22:49:11.015351 run                             mass: MS start registered  {at=16714656.718698155, delay=0.005177609622478485, ms=00032}
22:49:11.185747 run                             mass: MS performed LU  {at=16714656.889080118, lu_delay=5.165505589917302, ms=00020}
22:49:11.251326 run                             mass: MS performed LU  {at=16714656.954663292, lu_delay=4.722015857696533, ms=00021}
22:49:11.263234 run                osmo-ms-mob/00033: Starting mobile
22:49:11.277646 run       osmo-ms-mob/00033(pid=168): Launched
22:49:11.289130 run                             mass: MS start registered  {at=16714656.992463956, delay=0.005086205899715424, ms=00033}
22:49:11.320095 run                             mass: MS performed LU  {at=16714657.023431076, lu_delay=5.80290431343019, ms=00019}
22:49:11.357348 run                             mass: MS performed LU  {at=16714657.060680363, lu_delay=6.232969788834453, ms=00018}
22:49:11.790365 run                osmo-ms-mob/00034: Starting mobile
22:49:11.805129 run       osmo-ms-mob/00034(pid=169): Launched
22:49:11.816937 run                             mass: MS start registered  {at=16714657.520279452, delay=0.004996530711650848, ms=00034}
22:49:12.089763 run                osmo-ms-mob/00035: Starting mobile
22:49:12.103894 run       osmo-ms-mob/00035(pid=170): Launched
22:49:12.115648 run                             mass: MS start registered  {at=16714657.81898793, delay=0.005408117547631264, ms=00035}
22:49:12.489924 run                osmo-ms-mob/00036: Starting mobile
22:49:12.504324 run       osmo-ms-mob/00036(pid=171): Launched
22:49:12.518582 run                             mass: MS start registered  {at=16714658.221887583, delay=0.006747441366314888, ms=00036}
22:49:12.893319 run                osmo-ms-mob/00037: Starting mobile
22:49:12.911043 run       osmo-ms-mob/00037(pid=172): Launched
22:49:12.924852 run                             mass: MS start registered  {at=16714658.62818148, delay=0.005697529762983322, ms=00037}
22:49:12.985588 run                             mass: MS performed LU  {at=16714658.68892203, lu_delay=5.150734197348356, ms=00024}
22:49:13.087946 run                             mass: MS performed LU  {at=16714658.791272316, lu_delay=6.169634759426117, ms=00022}
22:49:13.100372 run                osmo-ms-mob/00038: Starting mobile
22:49:13.114910 run       osmo-ms-mob/00038(pid=173): Launched
22:49:13.122697 run                             mass: MS performed LU  {at=16714658.82605232, lu_delay=4.806515986099839, ms=00025}
22:49:13.129611 run                             mass: MS start registered  {at=16714658.83297322, delay=0.006943756714463234, ms=00038}
22:49:13.258326 run                             mass: MS performed LU  {at=16714658.961658401, lu_delay=5.840170469135046, ms=00023}
22:49:13.272607 run                osmo-ms-mob/00039: Starting mobile
22:49:13.302926 run       osmo-ms-mob/00039(pid=174): Launched
22:49:13.318048 run                             mass: MS start registered  {at=16714659.021373067, delay=0.0020106639713048935, ms=00039}
22:49:13.890693 run                osmo-ms-mob/00040: Starting mobile
22:49:13.904429 run       osmo-ms-mob/00040(pid=175): Launched
22:49:13.916474 run                             mass: MS start registered  {at=16714659.619822511, delay=0.005505699664354324, ms=00040}
22:49:14.189985 run                osmo-ms-mob/00041: Starting mobile
22:49:14.205569 run       osmo-ms-mob/00041(pid=176): Launched
22:49:14.218413 run                             mass: MS start registered  {at=16714659.921745423, delay=0.0058366358280181885, ms=00041}
22:49:14.490125 run                osmo-ms-mob/00042: Starting mobile
22:49:14.504777 run       osmo-ms-mob/00042(pid=177): Launched
22:49:14.516839 run                             mass: MS start registered  {at=16714660.220182275, delay=0.005146775394678116, ms=00042}
22:49:14.891307 run                osmo-ms-mob/00043: Starting mobile
22:49:14.907559 run       osmo-ms-mob/00043(pid=178): Launched
22:49:14.921226 run                             mass: MS start registered  {at=16714660.624557221, delay=0.006118094548583031, ms=00043}
22:49:14.952432 run                             mass: MS performed LU  {at=16714660.655763494, lu_delay=5.036799535155296, ms=00029}
22:49:15.016317 run                             mass: MS performed LU  {at=16714660.71963157, lu_delay=5.902111355215311, ms=00027}
22:49:15.030308 run                osmo-ms-mob/00044: Starting mobile
22:49:15.046225 run       osmo-ms-mob/00044(pid=179): Launched
22:49:15.059772 run                             mass: MS start registered  {at=16714660.763110897, delay=0.005939815193414688, ms=00044}
22:49:15.085592 run                             mass: MS performed LU  {at=16714660.788917124, lu_delay=5.698640992864966, ms=00028}
22:49:15.122976 run                             mass: MS performed LU  {at=16714660.826240815, lu_delay=6.405847968533635, ms=00026}
22:49:15.144008 run                osmo-ms-mob/00045: Starting mobile
22:49:15.157531 run       osmo-ms-mob/00045(pid=180): Launched
22:49:15.164228 run                             mass: MS performed LU  {at=16714660.867585164, lu_delay=4.847476216033101, ms=00030}
22:49:15.170352 run                             mass: MS start registered  {at=16714660.873716433, delay=0.0061532724648714066, ms=00045}
22:49:15.789704 run                osmo-ms-mob/00046: Starting mobile
22:49:15.804129 run       osmo-ms-mob/00046(pid=181): Launched
22:49:15.815589 run                             mass: MS start registered  {at=16714661.518939665, delay=0.004998624324798584, ms=00046}
22:49:16.090427 run                osmo-ms-mob/00047: Starting mobile
22:49:16.104655 run       osmo-ms-mob/00047(pid=182): Launched
22:49:16.116264 run                             mass: MS start registered  {at=16714661.819612347, delay=0.005293464288115501, ms=00047}
22:49:16.390836 run                osmo-ms-mob/00048: Starting mobile
22:49:16.405141 run       osmo-ms-mob/00048(pid=183): Launched
22:49:16.416998 run                             mass: MS start registered  {at=16714662.120333467, delay=0.005112314596772194, ms=00048}
22:49:16.696520 run                osmo-ms-mob/00049: Starting mobile
22:49:16.725388 run       osmo-ms-mob/00049(pid=184): Launched
22:49:16.739735 run                             mass: MS start registered  {at=16714662.443068456, delay=0.006186187267303467, ms=00049}
22:49:16.752060 run                             mass: MS performed LU  {at=16714662.455363465, lu_delay=4.9350840132683516, ms=00034}
22:49:16.853585 run                             mass: MS performed LU  {at=16714662.556905804, lu_delay=5.5644418485462666, ms=00033}
22:49:16.869733 run                osmo-ms-mob/00050: Starting mobile
22:49:16.886937 run       osmo-ms-mob/00050(pid=185): Launched
22:49:16.894833 run                             mass: MS performed LU  {at=16714662.59818492, lu_delay=5.8794867657125, ms=00032}
22:49:16.902282 run                             mass: MS start registered  {at=16714662.605643017, delay=0.007485847920179367, ms=00050}
22:49:17.024532 run                             mass: MS performed LU  {at=16714662.72785912, lu_delay=4.908871190622449, ms=00035}
22:49:17.061527 run                             mass: MS performed LU  {at=16714662.76484394, lu_delay=6.3411976005882025, ms=00031}
22:49:17.080269 run                osmo-ms-mob/00051: Starting mobile
22:49:17.119012 run       osmo-ms-mob/00051(pid=186): Launched
22:49:17.145531 run                             mass: MS start registered  {at=16714662.84883539, delay=0.0074051301926374435, ms=00051}
22:49:17.699219 run                osmo-ms-mob/00052: Starting mobile
22:49:17.738507 run       osmo-ms-mob/00052(pid=187): Launched
22:49:17.762885 run                             mass: MS start registered  {at=16714663.466199152, delay=0.00670420378446579, ms=00052}
22:49:17.999155 run                osmo-ms-mob/00053: Starting mobile
22:49:18.035298 run       osmo-ms-mob/00053(pid=188): Launched
22:49:18.060842 run                             mass: MS start registered  {at=16714663.764145777, delay=0.0072773527354002, ms=00053}
22:49:18.495406 run                osmo-ms-mob/00054: Starting mobile
22:49:18.526436 run       osmo-ms-mob/00054(pid=189): Launched
22:49:18.532784 run                             mass: Starting too slowly. Moving on {now=16714664.23615217, sleep=-0.14949787594377995, target=16714664.086654294}
22:49:18.538913 run                             mass: Starting too slowly. Moving on {now=16714664.242280914, sleep=-0.05562661960721016, target=16714664.186654294}
22:49:18.544958 run                             mass: MS start registered  {at=16714664.248316878, delay=0.01216747984290123, ms=00054}
22:49:18.589246 run                osmo-ms-mob/00055: Starting mobile
22:49:18.603169 run       osmo-ms-mob/00055(pid=190): Launched
22:49:18.614781 run                             mass: MS start registered  {at=16714664.318125686, delay=0.005069766193628311, ms=00055}
22:49:18.621950 run                             mass: MS performed LU  {at=16714664.325305423, lu_delay=5.492332203313708, ms=00038}
22:49:18.653258 run                             mass: MS performed LU  {at=16714664.356585171, lu_delay=6.134697588160634, ms=00036}
22:49:18.666627 run                osmo-ms-mob/00056: Starting mobile
22:49:18.682206 run       osmo-ms-mob/00056(pid=191): Launched
22:49:18.695565 run                             mass: MS start registered  {at=16714664.398899624, delay=0.005798961967229843, ms=00056}
22:49:18.782317 run                             mass: MS performed LU  {at=16714664.485637994, lu_delay=5.464264927431941, ms=00039}
22:49:19.161622 run                             mass: MS performed LU  {at=16714664.864945566, lu_delay=6.236764086410403, ms=00037}
22:49:19.176455 run                osmo-ms-mob/00057: Starting mobile
22:49:19.193009 run       osmo-ms-mob/00057(pid=192): Launched
22:49:19.202336 run                             mass: MS performed LU  {at=16714664.905686922, lu_delay=4.983941499143839, ms=00041}
22:49:19.211767 run                             mass: MS start registered  {at=16714664.915128404, delay=0.009465409442782402, ms=00057}
22:49:19.590978 run                osmo-ms-mob/00058: Starting mobile
22:49:19.606513 run       osmo-ms-mob/00058(pid=193): Launched
22:49:19.620032 run                             mass: MS start registered  {at=16714665.323369918, delay=0.005959257483482361, ms=00058}
22:49:19.834295 run                             mass: MS performed LU  {at=16714665.53761554, lu_delay=3.7180031929165125, ms=00047}
22:49:19.851745 run                osmo-ms-mob/00059: Starting mobile
22:49:19.871558 run       osmo-ms-mob/00059(pid=194): Launched
22:49:19.885641 run                             mass: MS start registered  {at=16714665.588981895, delay=0.0062268804758787155, ms=00059}
22:49:19.913406 run                             mass: MS performed LU  {at=16714665.616723347, lu_delay=5.996900836005807, ms=00040}
22:49:20.190351 run                osmo-ms-mob/00060: Starting mobile
22:49:20.205449 run       osmo-ms-mob/00060(pid=195): Launched
22:49:20.217820 run                             mass: MS start registered  {at=16714665.921162251, delay=0.005581961944699287, ms=00060}
22:49:20.517991 run                             mass: MS performed LU  {at=16714666.221306078, lu_delay=5.347589645534754, ms=00045}
22:49:20.542855 run                osmo-ms-mob/00061: Starting mobile
22:49:20.564603 run       osmo-ms-mob/00061(pid=196): Launched
22:49:20.572243 run                             mass: MS performed LU  {at=16714666.275593022, lu_delay=4.756653357297182, ms=00046}
22:49:20.580106 run                             mass: MS start registered  {at=16714666.283466088, delay=0.007903600111603737, ms=00061}
22:49:20.647167 run                             mass: MS performed LU  {at=16714666.3504796, lu_delay=5.58736870251596, ms=00044}
22:49:20.661909 run                osmo-ms-mob/00062: Starting mobile
22:49:20.678125 run       osmo-ms-mob/00062(pid=197): Launched
22:49:20.691869 run                             mass: MS start registered  {at=16714666.395209407, delay=0.0061866119503974915, ms=00062}
22:49:20.826429 run                             mass: MS performed LU  {at=16714666.52976368, lu_delay=6.309581404551864, ms=00042}
22:49:20.864175 run                             mass: MS performed LU  {at=16714666.567506105, lu_delay=5.942948883399367, ms=00043}
22:49:20.878753 run                osmo-ms-mob/00063: Starting mobile
22:49:20.895668 run       osmo-ms-mob/00063(pid=198): Launched
22:49:20.910375 run                             mass: MS start registered  {at=16714666.613708803, delay=0.006281744688749313, ms=00063}
22:49:21.590186 run                osmo-ms-mob/00064: Starting mobile
22:49:21.604953 run       osmo-ms-mob/00064(pid=199): Launched
22:49:21.616061 run                             mass: MS start registered  {at=16714667.319410428, delay=0.004392249509692192, ms=00064}
22:49:21.989490 run                osmo-ms-mob/00065: Starting mobile
22:49:22.002776 run       osmo-ms-mob/00065(pid=200): Launched
22:49:22.014771 run                             mass: MS start registered  {at=16714667.7181146, delay=0.005729636177420616, ms=00065}
22:49:22.289816 run                osmo-ms-mob/00066: Starting mobile
22:49:22.302892 run       osmo-ms-mob/00066(pid=201): Launched
22:49:22.314407 run                             mass: MS start registered  {at=16714668.017743832, delay=0.005389934405684471, ms=00066}
22:49:22.381653 run                             mass: MS performed LU  {at=16714668.084986152, lu_delay=5.236150762066245, ms=00051}
22:49:22.418952 run                             mass: MS performed LU  {at=16714668.122287374, lu_delay=5.516644356772304, ms=00050}
22:49:22.456137 run                             mass: MS performed LU  {at=16714668.159470242, lu_delay=6.039136774837971, ms=00048}
22:49:22.467624 run                osmo-ms-mob/00067: Starting mobile
22:49:22.480919 run       osmo-ms-mob/00067(pid=202): Launched
22:49:22.491928 run                             mass: MS start registered  {at=16714668.19527864, delay=0.004849262535572052, ms=00067}
22:49:22.728213 run                             mass: MS performed LU  {at=16714668.431547603, lu_delay=5.98847914673388, ms=00049}
22:49:22.737436 run                             mass: MS performed LU  {at=16714668.440788047, lu_delay=4.676642270758748, ms=00053}
22:49:22.749035 run                osmo-ms-mob/00068: Starting mobile
22:49:22.762637 run       osmo-ms-mob/00068(pid=203): Launched
22:49:22.773918 run                             mass: MS start registered  {at=16714668.477267439, delay=0.004798009991645813, ms=00068}
22:49:23.389432 run                osmo-ms-mob/00069: Starting mobile
22:49:23.405199 run       osmo-ms-mob/00069(pid=204): Launched
22:49:23.416870 run                             mass: MS start registered  {at=16714669.120205462, delay=0.0052791498601436615, ms=00069}
22:49:23.595592 run                             mass: MS performed LU  {at=16714669.298922118, lu_delay=3.7099402230232954, ms=00059}
22:49:23.888284 run                osmo-ms-mob/00070: Starting mobile
22:49:23.902339 run       osmo-ms-mob/00070(pid=205): Launched
22:49:23.908870 run                             mass: Starting too slowly. Moving on {now=16714669.612239555, sleep=-0.02558528073132038, target=16714669.586654274}
22:49:23.915117 run                             mass: MS start registered  {at=16714669.618474394, delay=0.006237490102648735, ms=00070}
22:49:24.964475 run                osmo-ms-mob/00071: Starting mobile
22:49:24.978527 run       osmo-ms-mob/00071(pid=206): Launched
22:49:24.985110 run                             mass: Starting too slowly. Moving on {now=16714670.68847937, sleep=-0.7018250972032547, target=16714669.986654272}
22:49:24.991211 run                             mass: MS performed LU  {at=16714670.694569468, lu_delay=6.446252590045333, ms=00054}
22:49:24.997231 run                             mass: Starting too slowly. Moving on {now=16714670.700600715, sleep=-0.6139464434236288, target=16714670.086654272}
22:49:25.003216 run                             mass: MS performed LU  {at=16714670.706576157, lu_delay=5.791447753086686, ms=00057}
22:49:25.009202 run                             mass: Starting too slowly. Moving on {now=16714670.712571617, sleep=-0.5259173456579447, target=16714670.186654272}
22:49:25.015023 run                             mass: MS performed LU  {at=16714670.718384204, lu_delay=6.400258518755436, ms=00055}
22:49:25.020885 run                             mass: Starting too slowly. Moving on {now=16714670.72425586, sleep=-0.43760158866643906, target=16714670.286654271}
22:49:25.026878 run                             mass: MS performed LU  {at=16714670.730236784, lu_delay=5.406866865232587, ms=00058}
22:49:25.441301 run                osmo-ms-mob/00072: Starting mobile
22:49:25.455394 run       osmo-ms-mob/00072(pid=207): Launched
22:49:25.461834 run                             mass: Starting too slowly. Moving on {now=16714671.16520264, sleep=-0.7785483691841364, target=16714670.38665427}
22:49:25.467713 run                             mass: MS start registered  {at=16714671.171072274, delay=0.48259556852281094, ms=00071}
22:49:25.474102 run                             mass: Starting too slowly. Moving on {now=16714671.177471295, sleep=-0.6908170245587826, target=16714670.48665427}
22:49:25.479867 run                             mass: MS start registered  {at=16714671.183227794, delay=0.01802746020257473, ms=00072}
22:49:25.485665 run                             mass: Starting too slowly. Moving on {now=16714671.189035412, sleep=-0.6023811418563128, target=16714670.58665427}
22:49:25.491266 run                             mass: Starting too slowly. Moving on {now=16714671.194637123, sleep=-0.5079828538000584, target=16714670.68665427}
22:49:25.647165 run                osmo-ms-mob/00073: Starting mobile
22:49:25.660478 run       osmo-ms-mob/00073(pid=208): Launched
22:49:25.666561 run                             mass: Starting too slowly. Moving on {now=16714671.36993138, sleep=-0.5832771100103855, target=16714670.78665427}
22:49:25.672247 run                             mass: MS start registered  {at=16714671.375605525, delay=0.005676647648215294, ms=00073}
22:49:25.678294 run                             mass: Starting too slowly. Moving on {now=16714671.381663214, sleep=-0.4950089454650879, target=16714670.886654269}
22:49:25.683913 run                             mass: Starting too slowly. Moving on {now=16714671.387283899, sleep=-0.40062963031232357, target=16714670.986654269}
22:49:25.689814 run                             mass: Starting too slowly. Moving on {now=16714671.393184328, sleep=-0.3065300602465868, target=16714671.086654268}
22:49:25.700548 run                osmo-ms-mob/00074: Starting mobile
22:49:25.714527 run       osmo-ms-mob/00074(pid=209): Launched
22:49:25.720865 run                             mass: Starting too slowly. Moving on {now=16714671.42423249, sleep=-0.2375782225281, target=16714671.186654268}
22:49:25.726806 run                             mass: MS start registered  {at=16714671.430164633, delay=0.0059348903596401215, ms=00074}
22:49:25.733114 run                             mass: Starting too slowly. Moving on {now=16714671.436480574, sleep=-0.1498263068497181, target=16714671.286654267}
22:49:25.739098 run                             mass: Starting too slowly. Moving on {now=16714671.44246795, sleep=-0.055813683196902275, target=16714671.386654267}
22:49:25.789623 run                osmo-ms-mob/00075: Starting mobile
22:49:25.803557 run       osmo-ms-mob/00075(pid=210): Launched
22:49:25.814889 run                             mass: MS start registered  {at=16714671.518232249, delay=0.004730992019176483, ms=00075}
22:49:26.289298 run                osmo-ms-mob/00076: Starting mobile
22:49:26.302606 run       osmo-ms-mob/00076(pid=211): Launched
22:49:26.313874 run                             mass: MS start registered  {at=16714672.017224628, delay=0.005062021315097809, ms=00076}
22:49:26.619069 run                             mass: MS performed LU  {at=16714672.322399234, lu_delay=5.927189826965332, ms=00062}
22:49:26.645109 run                osmo-ms-mob/00077: Starting mobile
22:49:26.660009 run       osmo-ms-mob/00077(pid=212): Launched
22:49:26.666403 run                             mass: MS performed LU  {at=16714672.369758705, lu_delay=5.050348276272416, ms=00064}
22:49:26.672513 run                             mass: MS start registered  {at=16714672.375879146, delay=0.006144270300865173, ms=00077}
22:49:26.692829 run                             mass: MS performed LU  {at=16714672.396120764, lu_delay=6.474958512932062, ms=00060}
22:49:26.720756 run                             mass: MS performed LU  {at=16714672.423925208, lu_delay=6.14045912027359, ms=00061}
22:49:26.738840 run                             mass: MS performed LU  {at=16714672.442132756, lu_delay=5.828423952683806, ms=00063}
22:49:26.751924 run                osmo-ms-mob/00078: Starting mobile
22:49:26.765976 run       osmo-ms-mob/00078(pid=213): Launched
22:49:26.779476 run                             mass: MS start registered  {at=16714672.48282586, delay=0.004007229581475258, ms=00078}
22:49:27.589924 run                osmo-ms-mob/00079: Starting mobile
22:49:27.603365 run       osmo-ms-mob/00079(pid=214): Launched
22:49:27.614764 run                             mass: MS start registered  {at=16714673.318102458, delay=0.004939330741763115, ms=00079}
22:49:28.049085 run                             mass: MS performed LU  {at=16714673.752417106, lu_delay=5.27514966763556, ms=00068}
22:49:28.062405 run                osmo-ms-mob/00080: Starting mobile
22:49:28.076326 run       osmo-ms-mob/00080(pid=215): Launched
22:49:28.086387 run                             mass: MS performed LU  {at=16714673.789725024, lu_delay=5.594446383416653, ms=00067}
22:49:28.093199 run                             mass: MS start registered  {at=16714673.796556054, delay=0.010256294161081314, ms=00080}
22:49:28.123103 run                             mass: MS performed LU  {at=16714673.826418972, lu_delay=5.808675140142441, ms=00066}
22:49:28.377354 run                             mass: MS performed LU  {at=16714674.080684572, lu_delay=6.362569972872734, ms=00065}
22:49:28.395850 run                             mass: MS performed LU  {at=16714674.099190308, lu_delay=4.978984845802188, ms=00069}
22:49:28.407931 run                osmo-ms-mob/00081: Starting mobile
22:49:28.422674 run       osmo-ms-mob/00081(pid=216): Launched
22:49:28.434279 run                             mass: MS start registered  {at=16714674.137615241, delay=0.005051245912909508, ms=00081}
22:49:28.991999 run                osmo-ms-mob/00082: Starting mobile
22:49:29.005615 run       osmo-ms-mob/00082(pid=217): Launched
22:49:29.018476 run                             mass: MS start registered  {at=16714674.721817767, delay=0.0064880941063165665, ms=00082}
22:49:29.589357 run                osmo-ms-mob/00083: Starting mobile
22:49:29.603252 run       osmo-ms-mob/00083(pid=218): Launched
22:49:29.614338 run                             mass: MS start registered  {at=16714675.317689845, delay=0.004690488800406456, ms=00083}
22:49:30.016774 run                             mass: MS performed LU  {at=16714675.719988385, lu_delay=4.548916110768914, ms=00071}
22:49:30.036821 run                osmo-ms-mob/00084: Starting mobile
22:49:30.049728 run       osmo-ms-mob/00084(pid=219): Launched
22:49:30.055707 run                             mass: MS performed LU  {at=16714675.759067621, lu_delay=4.575839826837182, ms=00072}
22:49:30.061383 run                             mass: MS start registered  {at=16714675.764750145, delay=0.005699809640645981, ms=00084}
22:49:30.079875 run                             mass: MS performed LU  {at=16714675.783209188, lu_delay=6.164734793826938, ms=00070}
22:49:30.385413 run                             mass: MS performed LU  {at=16714676.088663466, lu_delay=4.71305794082582, ms=00073}
22:49:30.605061 run                osmo-ms-mob/00085: Starting mobile
22:49:30.619153 run       osmo-ms-mob/00085(pid=220): Launched
22:49:30.630418 run                             mass: MS start registered  {at=16714676.33375869, delay=0.004973273724317551, ms=00085}
22:49:31.206476 run                osmo-ms-mob/00086: Starting mobile
22:49:31.220543 run       osmo-ms-mob/00086(pid=221): Launched
22:49:31.231645 run                             mass: MS start registered  {at=16714676.934995726, delay=0.004897790029644966, ms=00086}
22:49:31.790080 run                osmo-ms-mob/00087: Starting mobile
22:49:31.804473 run       osmo-ms-mob/00087(pid=222): Launched
22:49:31.814909 run                             mass: MS performed LU  {at=16714677.518252295, lu_delay=5.501027666032314, ms=00076}
22:49:31.821227 run                             mass: MS start registered  {at=16714677.524592912, delay=0.009410129860043526, ms=00087}
22:49:31.944431 run                             mass: MS performed LU  {at=16714677.647694234, lu_delay=6.129461985081434, ms=00075}
22:49:32.088469 run                             mass: MS performed LU  {at=16714677.791740205, lu_delay=5.308914344757795, ms=00078}
22:49:32.106342 run                             mass: MS performed LU  {at=16714677.809657553, lu_delay=5.433778407052159, ms=00077}
22:49:32.390332 run                osmo-ms-mob/00088: Starting mobile
22:49:32.404196 run       osmo-ms-mob/00088(pid=223): Launched
22:49:32.416760 run                             mass: MS start registered  {at=16714678.12009733, delay=0.006188413128256798, ms=00088}
22:49:32.990023 run                osmo-ms-mob/00089: Starting mobile
22:49:33.003815 run       osmo-ms-mob/00089(pid=224): Launched
22:49:33.015257 run                             mass: MS start registered  {at=16714678.718598915, delay=0.004960538819432259, ms=00089}
22:49:33.590706 run                osmo-ms-mob/00090: Starting mobile
22:49:33.604836 run       osmo-ms-mob/00090(pid=225): Launched
22:49:33.616423 run                             mass: MS start registered  {at=16714679.31977155, delay=0.0048310887068510056, ms=00090}
22:49:33.781454 run                             mass: MS performed LU  {at=16714679.484778352, lu_delay=5.688222298398614, ms=00080}
22:49:33.846470 run                             mass: MS performed LU  {at=16714679.549728908, lu_delay=4.827911140397191, ms=00082}
22:49:33.914812 run                             mass: MS performed LU  {at=16714679.618113853, lu_delay=5.4804986119270325, ms=00081}
22:49:34.305416 run                osmo-ms-mob/00091: Starting mobile
22:49:34.319793 run       osmo-ms-mob/00091(pid=226): Launched
22:49:34.330884 run                             mass: MS start registered  {at=16714680.034232892, delay=0.004878757521510124, ms=00091}
22:49:34.990370 run                osmo-ms-mob/00092: Starting mobile
22:49:35.004930 run       osmo-ms-mob/00092(pid=227): Launched
22:49:35.016314 run                             mass: MS start registered  {at=16714680.719662493, delay=0.004940839484333992, ms=00092}
22:49:35.581301 run                             mass: MS performed LU  {at=16714681.284633812, lu_delay=5.519883666187525, ms=00084}
22:49:35.618401 run                             mass: MS performed LU  {at=16714681.321734624, lu_delay=4.987975934520364, ms=00085}
22:49:35.710076 run                             mass: MS performed LU  {at=16714681.413408427, lu_delay=6.095718581229448, ms=00083}
22:49:35.721784 run                osmo-ms-mob/00093: Starting mobile
22:49:35.736096 run       osmo-ms-mob/00093(pid=228): Launched
22:49:35.747081 run                             mass: MS start registered  {at=16714681.450423319, delay=0.004754740744829178, ms=00093}
22:49:35.871889 run                             mass: MS performed LU  {at=16714681.575220069, lu_delay=4.640224343165755, ms=00086}
22:49:36.723728 run                osmo-ms-mob/00094: Starting mobile
22:49:36.740965 run       osmo-ms-mob/00094(pid=229): Launched
22:49:36.752763 run                             mass: MS start registered  {at=16714682.456103334, delay=0.005407355725765228, ms=00094}
22:49:37.547680 run                             mass: MS performed LU  {at=16714683.250997618, lu_delay=5.130900288000703, ms=00088}
22:49:37.559796 run                osmo-ms-mob/00095: Starting mobile
22:49:37.573792 run       osmo-ms-mob/00095(pid=230): Launched
22:49:37.585450 run                             mass: MS start registered  {at=16714683.288797688, delay=0.005234649404883385, ms=00095}
22:49:37.611316 run                             mass: MS performed LU  {at=16714683.3146564, lu_delay=5.790063487365842, ms=00087}
22:49:37.916607 run                             mass: MS performed LU  {at=16714683.619934807, lu_delay=4.901335891336203, ms=00089}
22:49:38.591866 run                osmo-ms-mob/00096: Starting mobile
22:49:38.605363 run       osmo-ms-mob/00096(pid=231): Launched
22:49:38.616742 run                             mass: MS start registered  {at=16714684.320090856, delay=0.004970697686076164, ms=00096}
22:49:39.346289 run                             mass: MS performed LU  {at=16714685.049623659, lu_delay=5.015390766784549, ms=00091}
22:49:39.364860 run                             mass: MS performed LU  {at=16714685.068191487, lu_delay=21.601992335170507, ms=00052}
22:49:39.476121 run                             mass: MS performed LU  {at=16714685.179441694, lu_delay=5.859670143574476, ms=00090}
22:49:39.620012 run                             mass: MS performed LU  {at=16714685.323324885, lu_delay=4.603662392124534, ms=00092}
22:49:39.633981 run                osmo-ms-mob/00097: Starting mobile
22:49:39.648450 run       osmo-ms-mob/00097(pid=232): Launched
22:49:39.660079 run                             mass: MS start registered  {at=16714685.363428878, delay=0.0030235666781663895, ms=00097}
22:49:41.078638 run                osmo-ms-mob/00098: Starting mobile
22:49:41.092173 run       osmo-ms-mob/00098(pid=233): Launched
22:49:41.098571 run                             mass: Starting too slowly. Moving on {now=16714686.801937796, sleep=-0.015283586457371712, target=16714686.78665421}
22:49:41.104473 run                             mass: MS start registered  {at=16714686.807828007, delay=0.005893120542168617, ms=00098}
22:49:41.312968 run                             mass: MS performed LU  {at=16714687.016298229, lu_delay=5.565874909982085, ms=00093}
22:49:41.330994 run                             mass: MS performed LU  {at=16714687.034329535, lu_delay=4.578226201236248, ms=00094}
22:49:41.848019 run                             mass: MS performed LU  {at=16714687.551332602, lu_delay=23.15243297815323, ms=00056}
22:49:42.789938 run                osmo-ms-mob/00099: Starting mobile
22:49:42.803944 run       osmo-ms-mob/00099(pid=234): Launched
22:49:42.810367 run                             mass: All started... {duration=55.7270807698369, too_slow=19}
22:49:42.816358 run                             mass: MS start registered  {at=16714688.5197158, delay=0.005984671413898468, ms=00099}
22:49:43.241802 run                             mass: MS performed LU  {at=16714688.945138313, lu_delay=5.656340625137091, ms=00095}
22:49:43.330275 run                             mass: MS performed LU  {at=16714689.033514462, lu_delay=4.713423606008291, ms=00096}
22:49:45.079821 run                             mass: MS performed LU  {at=16714690.783035407, lu_delay=5.419606529176235, ms=00097}
22:49:46.981204 run                             mass: MS performed LU  {at=16714692.684457136, lu_delay=5.876629129052162, ms=00098}
22:49:51.199941 run                             mass: MS performed LU  {at=16714696.903198605, lu_delay=8.383482804521918, ms=00099}
22:49:51.216296 run                             mass: MS performed LU  {at=16714696.919643898, lu_delay=23.601541439071298, ms=00079}
22:49:51.244681 run                             mass: MS performed LU  {at=16714696.948009152, lu_delay=25.517844518646598, ms=00074}
22:49:51.250949 run                             mass: Tests done {all_completed=True, max=25.517844518646598, min=3.7099402230232954}
22:49:51.256647 tst         register_default_mass.py: Test passed (87.9 sec)
22:49:51.262376 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:51.265911 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:51.269408 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:51.272899 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:51.276371 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:51.279873 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:51.283358 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:51.286823 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:51.290294 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:51.293769 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:51.297242 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:51.300734 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:51.304066 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:51.307564 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:51.311036 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:51.314532 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:51.318031 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:51.321565 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:51.325092 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:51.328606 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:51.332086 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:51.335548 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:51.339289 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:51.343136 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:51.346691 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:51.350194 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:51.353684 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:51.357157 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:51.360865 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:51.364359 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:51.367843 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:51.371298 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:51.374789 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:51.378236 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:51.381672 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:51.385170 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:51.388907 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:51.392416 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:51.395936 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:51.399421 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:51.402906 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:51.406553 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:51.410074 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:51.413571 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:51.417032 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:51.420516 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:51.423985 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:51.427478 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:51.430929 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:51.434637 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:51.438153 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:51.441598 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:51.445109 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:51.448594 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:51.452134 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:51.455628 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:51.459057 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:51.462494 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:51.465963 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:51.469418 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:51.472906 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:51.476399 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:51.479953 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:51.483437 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:51.486965 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:51.490388 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:51.493864 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:51.497350 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:51.500839 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:51.504302 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:51.507682 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:51.511097 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:51.514503 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:51.517977 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:51.521391 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:51.524864 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:51.528355 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:51.531843 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:51.535362 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:51.538888 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:51.542377 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:51.545860 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:51.549474 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:51.552963 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:51.556438 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:51.559933 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:51.563444 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:51.566932 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:51.570412 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:51.573908 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:51.577462 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:51.580959 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:51.584452 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:51.587929 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:51.591422 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:51.594942 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:51.598439 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:51.602115 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:51.605610 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:51.609080 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:51.612826 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:51.616329 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:51.619814 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:51.623310 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:51.626817 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:51.630309 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:51.633791 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:51.637272 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:51.640771 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:51.644240 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:51.647727 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:51.651215 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:51.654694 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:51.658186 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:51.661694 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:51.665159 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:51.668638 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:51.672092 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:51.675563 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:51.679022 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:51.682422 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:51.685753 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:51.689077 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:51.692413 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:51.695887 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:51.699372 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:51.702882 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:51.706346 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:51.709766 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:51.713233 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:51.716696 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:51.720138 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:51.723606 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:51.727053 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:51.730522 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:51.733976 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:51.737430 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:51.740871 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:51.744274 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:51.747735 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:51.751204 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:51.754705 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:51.758192 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:51.761681 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:51.765148 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:51.768616 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:51.772096 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:51.775533 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:51.779013 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:51.782431 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:51.785794 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:51.789115 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:51.792430 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:51.795760 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:51.799072 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:51.802386 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:51.805706 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:51.809026 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:51.812342 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:51.815659 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:51.818924 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:51.822176 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:51.825426 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:51.828676 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:51.831927 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:51.835173 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:51.838456 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:51.841699 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:51.845046 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:51.848278 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:51.851517 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:51.854812 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:51.858082 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:51.861328 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:51.864578 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:51.867823 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:51.871080 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:51.874406 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:51.877664 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:51.880951 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:51.884255 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:51.887511 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:51.890778 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:51.894039 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:51.897314 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:51.900628 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:51.903947 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:51.907321 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:51.910738 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:51.914181 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:51.917607 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:51.920923 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:51.924261 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:51.927589 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:51.930925 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:51.934361 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:51.937796 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:51.941106 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:51.944362 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:51.947692 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:51.951089 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:51.954406 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:51.957763 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:51.961233 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:51.964699 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:51.968144 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:51.971549 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:51.974935 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:51.978391 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:51.981849 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:51.985308 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:51.988776 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:51.992250 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:51.995723 ---      ParallelTerminationStrategy: PID 22 died...
22:49:51.997292 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:52.001062 ---      ParallelTerminationStrategy: PID 23 died...
22:49:52.002607 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:52.006399 ---      ParallelTerminationStrategy: PID 24 died...
22:49:52.007969 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:52.011811 ---      ParallelTerminationStrategy: PID 25 died...
22:49:52.013374 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:52.017190 ---      ParallelTerminationStrategy: PID 26 died...
22:49:52.018742 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:52.022529 ---      ParallelTerminationStrategy: PID 27 died...
22:49:52.024070 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:52.027788 ---      ParallelTerminationStrategy: PID 28 died...
22:49:52.029284 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:52.033011 ---      ParallelTerminationStrategy: PID 29 died...
22:49:52.034509 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:52.038191 ---      ParallelTerminationStrategy: PID 30 died...
22:49:52.039684 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:52.043377 ---      ParallelTerminationStrategy: PID 31 died...
22:49:52.044896 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:52.048584 ---      ParallelTerminationStrategy: PID 32 died...
22:49:52.050146 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:52.054014 ---      ParallelTerminationStrategy: PID 33 died...
22:49:52.055579 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:52.059464 ---      ParallelTerminationStrategy: PID 35 died...
22:49:52.061035 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:52.064917 ---      ParallelTerminationStrategy: PID 36 died...
22:49:52.066488 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:52.070337 ---      ParallelTerminationStrategy: PID 37 died...
22:49:52.071881 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:52.075748 ---      ParallelTerminationStrategy: PID 38 died...
22:49:52.077312 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:52.081182 ---      ParallelTerminationStrategy: PID 39 died...
22:49:52.082753 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:52.086635 ---      ParallelTerminationStrategy: PID 40 died...
22:49:52.088202 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:52.092086 ---      ParallelTerminationStrategy: PID 41 died...
22:49:52.093669 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:52.097587 ---      ParallelTerminationStrategy: PID 42 died...
22:49:52.099158 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:52.103039 ---      ParallelTerminationStrategy: PID 43 died...
22:49:52.104592 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:52.108442 ---      ParallelTerminationStrategy: PID 44 died...
22:49:52.110005 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:52.113855 ---      ParallelTerminationStrategy: PID 45 died...
22:49:52.115406 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:52.119249 ---      ParallelTerminationStrategy: PID 46 died...
22:49:52.120804 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:52.124601 ---      ParallelTerminationStrategy: PID 47 died...
22:49:52.126151 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:52.129949 ---      ParallelTerminationStrategy: PID 48 died...
22:49:52.131485 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:52.135306 ---      ParallelTerminationStrategy: PID 49 died...
22:49:52.136851 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:52.140686 ---      ParallelTerminationStrategy: PID 50 died...
22:49:52.142238 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:52.146067 ---      ParallelTerminationStrategy: PID 51 died...
22:49:52.147618 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:52.151454 ---      ParallelTerminationStrategy: PID 52 died...
22:49:52.153000 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:52.156828 ---      ParallelTerminationStrategy: PID 53 died...
22:49:52.158374 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:52.162209 ---      ParallelTerminationStrategy: PID 54 died...
22:49:52.163762 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:52.167573 ---      ParallelTerminationStrategy: PID 55 died...
22:49:52.169127 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:52.172944 ---      ParallelTerminationStrategy: PID 56 died...
22:49:52.174512 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:52.178360 ---      ParallelTerminationStrategy: PID 57 died...
22:49:52.180002 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:52.183847 ---      ParallelTerminationStrategy: PID 58 died...
22:49:52.185410 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:52.189297 ---      ParallelTerminationStrategy: PID 59 died...
22:49:52.190851 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:52.194668 ---      ParallelTerminationStrategy: PID 60 died...
22:49:52.196207 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:52.199914 ---      ParallelTerminationStrategy: PID 61 died...
22:49:52.201388 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:52.205045 ---      ParallelTerminationStrategy: PID 62 died...
22:49:52.206534 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:52.210236 ---      ParallelTerminationStrategy: PID 63 died...
22:49:52.211722 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:52.215381 ---      ParallelTerminationStrategy: PID 64 died...
22:49:52.216872 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:52.220577 ---      ParallelTerminationStrategy: PID 65 died...
22:49:52.222083 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:52.225751 ---      ParallelTerminationStrategy: PID 66 died...
22:49:52.227228 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:52.230941 ---      ParallelTerminationStrategy: PID 67 died...
22:49:52.232420 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:52.236116 ---      ParallelTerminationStrategy: PID 68 died...
22:49:52.237690 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:52.241528 ---      ParallelTerminationStrategy: PID 69 died...
22:49:52.243069 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:52.246896 ---      ParallelTerminationStrategy: PID 70 died...
22:49:52.248446 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:52.252278 ---      ParallelTerminationStrategy: PID 71 died...
22:49:52.253832 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:52.257661 ---      ParallelTerminationStrategy: PID 72 died...
22:49:52.259210 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:52.263041 ---      ParallelTerminationStrategy: PID 73 died...
22:49:52.264592 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:52.268413 ---      ParallelTerminationStrategy: PID 74 died...
22:49:52.269967 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:52.273794 ---      ParallelTerminationStrategy: PID 75 died...
22:49:52.275286 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:52.278954 ---      ParallelTerminationStrategy: PID 76 died...
22:49:52.280438 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:52.284146 ---      ParallelTerminationStrategy: PID 77 died...
22:49:52.285627 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:52.289370 ---      ParallelTerminationStrategy: PID 78 died...
22:49:52.290851 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:52.294514 ---      ParallelTerminationStrategy: PID 79 died...
22:49:52.295993 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:52.299697 ---      ParallelTerminationStrategy: PID 80 died...
22:49:52.301220 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:52.305013 ---      ParallelTerminationStrategy: PID 81 died...
22:49:52.306504 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:52.310186 ---      ParallelTerminationStrategy: PID 82 died...
22:49:52.311663 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:52.315358 ---      ParallelTerminationStrategy: PID 83 died...
22:49:52.316851 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:52.320490 ---      ParallelTerminationStrategy: PID 84 died...
22:49:52.321971 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:52.325649 ---      ParallelTerminationStrategy: PID 85 died...
22:49:52.327129 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:52.330805 ---      ParallelTerminationStrategy: PID 86 died...
22:49:52.332274 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:52.336066 ---      ParallelTerminationStrategy: PID 87 died...
22:49:52.337592 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:52.341418 ---      ParallelTerminationStrategy: PID 88 died...
22:49:52.342983 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:52.346804 ---      ParallelTerminationStrategy: PID 89 died...
22:49:52.348351 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:52.352260 ---      ParallelTerminationStrategy: PID 90 died...
22:49:52.353822 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:52.357661 ---      ParallelTerminationStrategy: PID 91 died...
22:49:52.359200 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:52.363025 ---      ParallelTerminationStrategy: PID 92 died...
22:49:52.364861 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:52.368701 ---      ParallelTerminationStrategy: PID 93 died...
22:49:52.370238 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:52.374049 ---      ParallelTerminationStrategy: PID 94 died...
22:49:52.375592 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:52.379389 ---      ParallelTerminationStrategy: PID 95 died...
22:49:52.380933 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:52.384758 ---      ParallelTerminationStrategy: PID 96 died...
22:49:52.386302 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:52.390137 ---      ParallelTerminationStrategy: PID 97 died...
22:49:52.391675 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:52.395480 ---      ParallelTerminationStrategy: PID 98 died...
22:49:52.397038 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:52.400850 ---      ParallelTerminationStrategy: PID 99 died...
22:49:52.402381 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:52.406185 ---      ParallelTerminationStrategy: PID 100 died...
22:49:52.407725 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:52.411534 ---      ParallelTerminationStrategy: PID 101 died...
22:49:52.413074 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:52.416887 ---      ParallelTerminationStrategy: PID 102 died...
22:49:52.418429 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:52.422292 ---      ParallelTerminationStrategy: PID 103 died...
22:49:52.423839 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:52.427657 ---      ParallelTerminationStrategy: PID 104 died...
22:49:52.429204 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:52.433005 ---      ParallelTerminationStrategy: PID 105 died...
22:49:52.434550 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:52.438377 ---      ParallelTerminationStrategy: PID 106 died...
22:49:52.439911 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:52.443732 ---      ParallelTerminationStrategy: PID 107 died...
22:49:52.445272 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:52.449084 ---      ParallelTerminationStrategy: PID 108 died...
22:49:52.450624 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:52.454477 ---      ParallelTerminationStrategy: PID 109 died...
22:49:52.456023 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:52.459836 ---      ParallelTerminationStrategy: PID 110 died...
22:49:52.461379 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:52.465176 ---      ParallelTerminationStrategy: PID 111 died...
22:49:52.466716 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:52.470557 ---      ParallelTerminationStrategy: PID 112 died...
22:49:52.472108 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:52.475913 ---      ParallelTerminationStrategy: PID 113 died...
22:49:52.477450 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:52.481254 ---      ParallelTerminationStrategy: PID 114 died...
22:49:52.482792 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:52.486608 ---      ParallelTerminationStrategy: PID 115 died...
22:49:52.488155 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:52.491954 ---      ParallelTerminationStrategy: PID 116 died...
22:49:52.493511 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:52.497392 ---      ParallelTerminationStrategy: PID 117 died...
22:49:52.498942 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:52.502743 ---      ParallelTerminationStrategy: PID 118 died...
22:49:52.504287 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:52.508089 ---      ParallelTerminationStrategy: PID 119 died...
22:49:52.509640 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:52.513439 ---      ParallelTerminationStrategy: PID 120 died...
22:49:52.514969 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:52.518764 ---      ParallelTerminationStrategy: PID 121 died...
22:49:52.520298 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:52.524100 ---      ParallelTerminationStrategy: PID 122 died...
22:49:52.525654 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:52.529472 ---      ParallelTerminationStrategy: PID 123 died...
22:49:52.531013 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:52.534821 ---      ParallelTerminationStrategy: PID 124 died...
22:49:52.536366 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:52.540186 ---      ParallelTerminationStrategy: PID 125 died...
22:49:52.541722 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:52.545525 ---      ParallelTerminationStrategy: PID 126 died...
22:49:52.547058 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:52.550857 ---      ParallelTerminationStrategy: PID 127 died...
22:49:52.552400 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:52.556235 ---      ParallelTerminationStrategy: PID 128 died...
22:49:52.557769 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:52.561563 ---      ParallelTerminationStrategy: PID 129 died...
22:49:52.563107 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:52.566922 ---      ParallelTerminationStrategy: PID 130 died...
22:49:52.568464 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:52.572315 ---      ParallelTerminationStrategy: PID 131 died...
22:49:52.573870 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:52.577762 ---      ParallelTerminationStrategy: PID 132 died...
22:49:52.579307 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:52.583099 ---      ParallelTerminationStrategy: PID 133 died...
22:49:52.584667 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:52.588454 ---      ParallelTerminationStrategy: PID 134 died...
22:49:52.589994 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:52.593787 ---      ParallelTerminationStrategy: PID 135 died...
22:49:52.595327 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:52.599155 ---      ParallelTerminationStrategy: PID 136 died...
22:49:52.600703 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:52.604533 ---      ParallelTerminationStrategy: PID 137 died...
22:49:52.606102 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:52.609923 ---      ParallelTerminationStrategy: PID 138 died...
22:49:52.611468 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:52.615288 ---      ParallelTerminationStrategy: PID 139 died...
22:49:52.616847 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:52.620667 ---      ParallelTerminationStrategy: PID 140 died...
22:49:52.622198 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:52.626142 ---      ParallelTerminationStrategy: PID 141 died...
22:49:52.627660 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:52.631405 ---      ParallelTerminationStrategy: PID 142 died...
22:49:52.633005 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:52.636848 ---      ParallelTerminationStrategy: PID 143 died...
22:49:52.638410 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:52.642334 ---      ParallelTerminationStrategy: PID 144 died...
22:49:52.643932 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:52.647757 ---      ParallelTerminationStrategy: PID 145 died...
22:49:52.649266 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:52.652947 ---      ParallelTerminationStrategy: PID 146 died...
22:49:52.654431 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:52.658140 ---      ParallelTerminationStrategy: PID 147 died...
22:49:52.659688 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:52.663522 ---      ParallelTerminationStrategy: PID 148 died...
22:49:52.665109 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:52.668991 ---      ParallelTerminationStrategy: PID 149 died...
22:49:52.670537 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:52.674400 ---      ParallelTerminationStrategy: PID 150 died...
22:49:52.675962 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:52.679847 ---      ParallelTerminationStrategy: PID 151 died...
22:49:52.681400 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:52.685222 ---      ParallelTerminationStrategy: PID 152 died...
22:49:52.686768 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:52.690592 ---      ParallelTerminationStrategy: PID 153 died...
22:49:52.692132 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:52.695957 ---      ParallelTerminationStrategy: PID 154 died...
22:49:52.697502 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:52.701329 ---      ParallelTerminationStrategy: PID 155 died...
22:49:52.702876 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:52.706714 ---      ParallelTerminationStrategy: PID 156 died...
22:49:52.708268 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:52.712093 ---      ParallelTerminationStrategy: PID 157 died...
22:49:52.713668 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:52.717496 ---      ParallelTerminationStrategy: PID 158 died...
22:49:52.719049 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:52.725212 ---      ParallelTerminationStrategy: PID 159 died...
22:49:52.726763 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:52.730620 ---      ParallelTerminationStrategy: PID 160 died...
22:49:52.732168 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:52.736003 ---      ParallelTerminationStrategy: PID 161 died...
22:49:52.737554 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:52.741425 ---      ParallelTerminationStrategy: PID 162 died...
22:49:52.742998 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:52.746877 ---      ParallelTerminationStrategy: PID 163 died...
22:49:52.748422 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:52.752252 ---      ParallelTerminationStrategy: PID 164 died...
22:49:52.753803 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:52.757668 ---      ParallelTerminationStrategy: PID 165 died...
22:49:52.759218 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:52.763066 ---      ParallelTerminationStrategy: PID 166 died...
22:49:52.764621 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:52.768466 ---      ParallelTerminationStrategy: PID 167 died...
22:49:52.770010 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:52.773906 ---      ParallelTerminationStrategy: PID 168 died...
22:49:52.775457 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:52.779309 ---      ParallelTerminationStrategy: PID 169 died...
22:49:52.780852 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:52.784682 ---      ParallelTerminationStrategy: PID 170 died...
22:49:52.786230 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:52.790084 ---      ParallelTerminationStrategy: PID 171 died...
22:49:52.791635 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:52.795507 ---      ParallelTerminationStrategy: PID 172 died...
22:49:52.797069 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:52.800931 ---      ParallelTerminationStrategy: PID 173 died...
22:49:52.802465 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:52.806300 ---      ParallelTerminationStrategy: PID 174 died...
22:49:52.807837 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:52.811685 ---      ParallelTerminationStrategy: PID 175 died...
22:49:52.813225 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:52.817064 ---      ParallelTerminationStrategy: PID 176 died...
22:49:52.818611 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:52.822445 ---      ParallelTerminationStrategy: PID 177 died...
22:49:52.824001 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:52.827887 ---      ParallelTerminationStrategy: PID 178 died...
22:49:52.829430 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:52.833501 ---      ParallelTerminationStrategy: PID 179 died...
22:49:52.835047 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:52.838899 ---      ParallelTerminationStrategy: PID 180 died...
22:49:52.840446 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:52.844341 ---      ParallelTerminationStrategy: PID 181 died...
22:49:52.845894 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:52.849672 ---      ParallelTerminationStrategy: PID 182 died...
22:49:52.851138 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:52.854789 ---      ParallelTerminationStrategy: PID 183 died...
22:49:52.856255 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:52.859933 ---      ParallelTerminationStrategy: PID 184 died...
22:49:52.861422 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:52.865087 ---      ParallelTerminationStrategy: PID 185 died...
22:49:52.866808 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:52.870593 ---      ParallelTerminationStrategy: PID 186 died...
22:49:52.872144 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:52.875984 ---      ParallelTerminationStrategy: PID 187 died...
22:49:52.877565 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:52.881392 ---      ParallelTerminationStrategy: PID 188 died...
22:49:52.882960 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:52.886784 ---      ParallelTerminationStrategy: PID 189 died...
22:49:52.888333 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:52.892156 ---      ParallelTerminationStrategy: PID 190 died...
22:49:52.893698 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:52.897551 ---      ParallelTerminationStrategy: PID 191 died...
22:49:52.899103 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:52.902929 ---      ParallelTerminationStrategy: PID 192 died...
22:49:52.904472 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:52.908304 ---      ParallelTerminationStrategy: PID 193 died...
22:49:52.909853 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:52.913683 ---      ParallelTerminationStrategy: PID 194 died...
22:49:52.915228 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:52.919044 ---      ParallelTerminationStrategy: PID 195 died...
22:49:52.920653 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:52.924430 ---      ParallelTerminationStrategy: PID 196 died...
22:49:52.925975 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:52.929746 ---      ParallelTerminationStrategy: PID 197 died...
22:49:52.931213 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:52.934949 ---      ParallelTerminationStrategy: PID 198 died...
22:49:52.936416 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:52.940123 ---      ParallelTerminationStrategy: PID 199 died...
22:49:52.941613 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:52.945380 ---      ParallelTerminationStrategy: PID 200 died...
22:49:52.946936 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:52.950783 ---      ParallelTerminationStrategy: PID 201 died...
22:49:52.952334 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:52.956182 ---      ParallelTerminationStrategy: PID 202 died...
22:49:52.957746 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:52.961600 ---      ParallelTerminationStrategy: PID 203 died...
22:49:52.963134 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:52.966966 ---      ParallelTerminationStrategy: PID 204 died...
22:49:52.968507 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:52.972321 ---      ParallelTerminationStrategy: PID 205 died...
22:49:52.973872 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:52.977728 ---      ParallelTerminationStrategy: PID 206 died...
22:49:52.979288 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:52.983168 ---      ParallelTerminationStrategy: PID 207 died...
22:49:52.984709 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:52.988554 ---      ParallelTerminationStrategy: PID 208 died...
22:49:52.990301 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:52.994133 ---      ParallelTerminationStrategy: PID 209 died...
22:49:52.995682 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:52.999524 ---      ParallelTerminationStrategy: PID 210 died...
22:49:53.001069 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:53.004907 ---      ParallelTerminationStrategy: PID 211 died...
22:49:53.006444 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:53.010248 ---      ParallelTerminationStrategy: PID 212 died...
22:49:53.011791 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:53.015619 ---      ParallelTerminationStrategy: PID 213 died...
22:49:53.017183 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:53.021018 ---      ParallelTerminationStrategy: PID 214 died...
22:49:53.022569 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:53.026444 ---      ParallelTerminationStrategy: PID 215 died...
22:49:53.028003 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:53.031853 ---      ParallelTerminationStrategy: PID 216 died...
22:49:53.033412 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:53.037232 ---      ParallelTerminationStrategy: PID 217 died...
22:49:53.038778 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:53.042615 ---      ParallelTerminationStrategy: PID 218 died...
22:49:53.044154 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:53.048122 ---      ParallelTerminationStrategy: PID 219 died...
22:49:53.049662 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:53.053521 ---      ParallelTerminationStrategy: PID 220 died...
22:49:53.055066 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:53.058904 ---      ParallelTerminationStrategy: PID 221 died...
22:49:53.060443 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:53.064272 ---      ParallelTerminationStrategy: PID 222 died...
22:49:53.065834 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:53.069667 ---      ParallelTerminationStrategy: PID 223 died...
22:49:53.071211 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:53.075081 ---      ParallelTerminationStrategy: PID 224 died...
22:49:53.076672 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:53.080508 ---      ParallelTerminationStrategy: PID 225 died...
22:49:53.082059 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:53.085895 ---      ParallelTerminationStrategy: PID 226 died...
22:49:53.087434 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:53.091275 ---      ParallelTerminationStrategy: PID 227 died...
22:49:53.092823 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:53.096680 ---      ParallelTerminationStrategy: PID 228 died...
22:49:53.098230 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:53.102089 ---      ParallelTerminationStrategy: PID 229 died...
22:49:53.103635 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:53.107493 ---      ParallelTerminationStrategy: PID 230 died...
22:49:53.109043 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:53.112908 ---      ParallelTerminationStrategy: PID 231 died...
22:49:53.114451 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:53.118283 ---      ParallelTerminationStrategy: PID 232 died...
22:49:53.119838 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:53.123691 ---      ParallelTerminationStrategy: PID 233 died...
22:49:53.125230 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:53.129059 ---      ParallelTerminationStrategy: PID 234 died...
22:49:53.130598 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:56.534298 ---      ParallelTerminationStrategy: PID 34 died...
22:49:56.535958 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8038 netreg_mass PASS
---------------------------------------------------------------------
22:49:56.608541 tst                       trial-8038: Storing JUnit report in /build/trial-8038/run.2025-07-25_22-48-22/trial-8038.xml

--------------------------------------------------------------------------------------------
trial-8038 PASS
--------------------------------------------------------------------------------------------
22:49:56.624386 tst                       trial-8038: trial-8038: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (87.9 sec)
+ exit_code=0
+ rm -rf trial-8038/inst
+ cd trial-8038
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-07-25 22:48:22
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8038-run.tgz run.2025-07-25_22-48-22
+ tar czf /build/trial-8038-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-07-25_13_26_30.tgz osmo-bts-oc2g.build-2025-07-25_00_51_30.tgz osmo-bts-sysmo.build-2025-07-25_00_51_36.tgz osmo-bts.build-2025-07-25_00_51_41.tgz osmo-ggsn.build-2025-07-25_20_42_31.tgz osmo-hlr.build-2025-07-25_16_36_50.tgz osmo-hnbgw.build-2025-07-25_13_30_21.tgz osmo-mgw.build-2025-07-25_08_33_13.tgz osmo-msc.build-2025-07-25_13_35_02.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-25_07_34_00.tgz osmo-pcu-sysmo.build-2025-07-25_07_36_01.tgz osmo-pcu.build-2025-07-25_07_36_09.tgz osmo-sgsn.build-2025-07-25_20_48_37.tgz osmo-stp.build-2025-07-25_13_25_18.tgz osmo-trx.build-2025-07-25_14_30_12.tgz osmocom-bb.build-2025-07-25_21_17_08.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