Skip to content
Success

Console Output

Skipping 16 KB.. Full Log
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:e982ad028251129cfafc566b6a367dfad0c2007d7320f98db72a962b5320753a 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=8032 -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-19 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8032
+ mkdir -p trial-8032
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-07-19_13_28_47.tgz osmo-bts-oc2g.build-2025-07-19_00_51_55.tgz osmo-bts-sysmo.build-2025-07-19_00_52_50.tgz osmo-bts.build-2025-07-19_00_52_57.tgz osmo-ggsn.build-2025-07-19_20_43_14.tgz osmo-hlr.build-2025-07-19_16_36_50.tgz osmo-hnbgw.build-2025-07-19_13_29_51.tgz osmo-mgw.build-2025-07-19_08_33_13.tgz osmo-msc.build-2025-07-19_13_32_30.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-19_07_34_00.tgz osmo-pcu-sysmo.build-2025-07-19_07_36_03.tgz osmo-pcu.build-2025-07-19_07_36_12.tgz osmo-sgsn.build-2025-07-19_20_48_50.tgz osmo-stp.build-2025-07-19_13_25_18.tgz osmo-trx.build-2025-07-19_14_28_48.tgz osmocom-bb.build-2025-07-19_21_17_16.tgz srslte.build-19.tgz trial-8032
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-07-19_13_28_47.md5 osmo-bts-oc2g.build-2025-07-19_00_51_55.md5 osmo-bts-sysmo.build-2025-07-19_00_52_50.md5 osmo-bts.build-2025-07-19_00_52_57.md5 osmo-ggsn.build-2025-07-19_20_43_14.md5 osmo-hlr.build-2025-07-19_16_36_50.md5 osmo-hnbgw.build-2025-07-19_13_29_51.md5 osmo-mgw.build-2025-07-19_08_33_13.md5 osmo-msc.build-2025-07-19_13_32_30.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-19_07_34_00.md5 osmo-pcu-sysmo.build-2025-07-19_07_36_03.md5 osmo-pcu.build-2025-07-19_07_36_12.md5 osmo-sgsn.build-2025-07-19_20_48_50.md5 osmo-stp.build-2025-07-19_13_25_18.md5 osmo-trx.build-2025-07-19_14_28_48.md5 osmocom-bb.build-2025-07-19_21_17_16.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-07-19_13_28_47.md5 osmo-bts-oc2g.build-2025-07-19_00_51_55.md5 osmo-bts-sysmo.build-2025-07-19_00_52_50.md5 osmo-bts.build-2025-07-19_00_52_57.md5 osmo-ggsn.build-2025-07-19_20_43_14.md5 osmo-hlr.build-2025-07-19_16_36_50.md5 osmo-hnbgw.build-2025-07-19_13_29_51.md5 osmo-mgw.build-2025-07-19_08_33_13.md5 osmo-msc.build-2025-07-19_13_32_30.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-19_07_34_00.md5 osmo-pcu-sysmo.build-2025-07-19_07_36_03.md5 osmo-pcu.build-2025-07-19_07_36_12.md5 osmo-sgsn.build-2025-07-19_20_48_50.md5 osmo-stp.build-2025-07-19_13_25_18.md5 osmo-trx.build-2025-07-19_14_28_48.md5 osmocom-bb.build-2025-07-19_21_17_16.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-8032 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8032'
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-8032
--------------------------------------------------------------------------------------------
22:48:16.801529 tst                       trial-8032: Detailed log at /build/trial-8032/run.2025-07-19_22-48-16/log

---------------------------------------------------------------------
trial-8032 netreg_mass
---------------------------------------------------------------------
22:48:17.006312 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.006670 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.007449 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.008616 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.045615 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.046354 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.047443 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.112960 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-8032 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.113737 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.129128 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.129665 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.130146 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.130601 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.131072 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.131548 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.132007 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.187754 tst         register_default_mass.py: using LAC 2
22:48:17.240954 tst         register_default_mass.py: using RAC 2
22:48:17.295746 tst         register_default_mass.py: using CellId 2
22:48:17.340979 tst         register_default_mass.py: using BVCI 3
22:48:17.352887 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.353590 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.354136 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.354666 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.355194 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.355734 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.356240 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.356802 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.357347 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.357861 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.358380 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.358895 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.359430 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.359980 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.360523 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.361061 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.361604 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.362130 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.362646 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.363165 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.363700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.364233 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.364779 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.365327 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.365845 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.366365 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.366906 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.367429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.367957 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.368497 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.369022 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.369546 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.370094 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.370628 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.371152 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.371679 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.372216 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.372749 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.373287 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.373815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.374332 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.374850 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.375392 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.375911 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.376453 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.376991 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.377513 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.378057 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.378582 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.379107 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.379647 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.380167 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.380697 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.381230 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.381748 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.382265 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.382790 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.383315 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.383839 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.384362 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.384895 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.385436 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.385970 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.386493 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.387023 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.387551 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.388064 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.388592 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.389128 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.389640 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.390175 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.390697 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.391295 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.391823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.392338 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.392855 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.393381 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.393902 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.394421 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.394942 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.395489 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.396003 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.396531 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.397045 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.397549 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.398067 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.398577 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.399083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.399603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.400116 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.400634 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.401170 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.401691 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.402208 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.402736 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.403242 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.403758 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.404288 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.404816 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.405342 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.405867 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.406441 tst      register_default_mass.py:21: Launching a simple network
22:48:17.416533 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.537715 run            create_hlr_db(pid=20): Launched
22:48:18.547878 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.564893 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.580309 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.586222 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.768956 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.784477 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.790320 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.222557 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.238521 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.249089 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.366675 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.382867 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.388966 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.413952 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.429726 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.435661 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.755971 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.771656 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.796875 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.950894 run         osmo-bts-virtual(pid=34): Launched
22:48:30.012017 tst         register_default_mass.py: using MSISDN 1001
22:48:30.018702 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.122365 tst         register_default_mass.py: using MSISDN 1002
22:48:30.131071 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.203792 tst         register_default_mass.py: using MSISDN 1003
22:48:30.214550 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.299422 tst         register_default_mass.py: using MSISDN 1004
22:48:30.312216 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.399819 tst         register_default_mass.py: using MSISDN 1005
22:48:30.406418 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.488996 tst         register_default_mass.py: using MSISDN 1006
22:48:30.495401 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.565209 tst         register_default_mass.py: using MSISDN 1007
22:48:30.571632 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.652738 tst         register_default_mass.py: using MSISDN 1008
22:48:30.663904 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.725871 tst         register_default_mass.py: using MSISDN 1009
22:48:30.732674 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.811161 tst         register_default_mass.py: using MSISDN 1010
22:48:30.819352 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.889765 tst         register_default_mass.py: using MSISDN 1011
22:48:30.902666 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.990554 tst         register_default_mass.py: using MSISDN 1012
22:48:31.003211 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.080798 tst         register_default_mass.py: using MSISDN 1013
22:48:31.092987 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.155427 tst         register_default_mass.py: using MSISDN 1014
22:48:31.168377 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.358532 tst         register_default_mass.py: using MSISDN 1015
22:48:31.371090 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.435054 tst         register_default_mass.py: using MSISDN 1016
22:48:31.481857 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.565141 tst         register_default_mass.py: using MSISDN 1017
22:48:31.571768 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.650676 tst         register_default_mass.py: using MSISDN 1018
22:48:31.663385 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.730891 tst         register_default_mass.py: using MSISDN 1019
22:48:31.743210 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.826983 tst         register_default_mass.py: using MSISDN 1020
22:48:31.835949 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.906220 tst         register_default_mass.py: using MSISDN 1021
22:48:31.912174 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.038507 tst         register_default_mass.py: using MSISDN 1022
22:48:32.048135 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.107946 tst         register_default_mass.py: using MSISDN 1023
22:48:32.119744 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.196185 tst         register_default_mass.py: using MSISDN 1024
22:48:32.204914 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.265875 tst         register_default_mass.py: using MSISDN 1025
22:48:32.272458 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.356150 tst         register_default_mass.py: using MSISDN 1026
22:48:32.362769 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.445767 tst         register_default_mass.py: using MSISDN 1027
22:48:32.455259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.531503 tst         register_default_mass.py: using MSISDN 1028
22:48:32.538609 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.605440 tst         register_default_mass.py: using MSISDN 1029
22:48:32.615044 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.682356 tst         register_default_mass.py: using MSISDN 1030
22:48:32.688464 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.776492 tst         register_default_mass.py: using MSISDN 1031
22:48:32.794414 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.872313 tst         register_default_mass.py: using MSISDN 1032
22:48:32.879433 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.959299 tst         register_default_mass.py: using MSISDN 1033
22:48:32.966310 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.048971 tst         register_default_mass.py: using MSISDN 1034
22:48:33.057491 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.154299 tst         register_default_mass.py: using MSISDN 1035
22:48:33.161139 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.241329 tst         register_default_mass.py: using MSISDN 1036
22:48:33.248137 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.320798 tst         register_default_mass.py: using MSISDN 1037
22:48:33.328620 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.407682 tst         register_default_mass.py: using MSISDN 1038
22:48:33.415100 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.490520 tst         register_default_mass.py: using MSISDN 1039
22:48:33.498275 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:33.576915 tst         register_default_mass.py: using MSISDN 1040
22:48:33.586225 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:33.662688 tst         register_default_mass.py: using MSISDN 1041
22:48:33.675107 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:33.751771 tst         register_default_mass.py: using MSISDN 1042
22:48:33.758782 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.834084 tst         register_default_mass.py: using MSISDN 1043
22:48:33.842604 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:33.922381 tst         register_default_mass.py: using MSISDN 1044
22:48:33.934930 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:34.009524 tst         register_default_mass.py: using MSISDN 1045
22:48:34.019107 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:34.093315 tst         register_default_mass.py: using MSISDN 1046
22:48:34.105037 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:34.181644 tst         register_default_mass.py: using MSISDN 1047
22:48:34.190594 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:34.264836 tst         register_default_mass.py: using MSISDN 1048
22:48:34.274352 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:34.344676 tst         register_default_mass.py: using MSISDN 1049
22:48:34.353509 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:34.426098 tst         register_default_mass.py: using MSISDN 1050
22:48:34.435218 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:34.516258 tst         register_default_mass.py: using MSISDN 1051
22:48:34.531743 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:34.617193 tst         register_default_mass.py: using MSISDN 1052
22:48:34.633203 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:34.726317 tst         register_default_mass.py: using MSISDN 1053
22:48:34.737633 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:34.816139 tst         register_default_mass.py: using MSISDN 1054
22:48:34.825297 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:34.894062 tst         register_default_mass.py: using MSISDN 1055
22:48:34.905848 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:34.982499 tst         register_default_mass.py: using MSISDN 1056
22:48:34.991797 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:35.067439 tst         register_default_mass.py: using MSISDN 1057
22:48:35.077326 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:35.162740 tst         register_default_mass.py: using MSISDN 1058
22:48:35.171831 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:35.242730 tst         register_default_mass.py: using MSISDN 1059
22:48:35.258571 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:35.339048 tst         register_default_mass.py: using MSISDN 1060
22:48:35.348099 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:35.427289 tst         register_default_mass.py: using MSISDN 1061
22:48:35.438618 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:35.506887 tst         register_default_mass.py: using MSISDN 1062
22:48:35.515470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:35.591712 tst         register_default_mass.py: using MSISDN 1063
22:48:35.600477 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:35.680045 tst         register_default_mass.py: using MSISDN 1064
22:48:35.688193 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:35.757069 tst         register_default_mass.py: using MSISDN 1065
22:48:35.766262 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:35.834139 tst         register_default_mass.py: using MSISDN 1066
22:48:35.844215 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:35.914766 tst         register_default_mass.py: using MSISDN 1067
22:48:35.924042 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:36.004368 tst         register_default_mass.py: using MSISDN 1068
22:48:36.017455 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:36.121687 tst         register_default_mass.py: using MSISDN 1069
22:48:36.136815 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:36.237584 tst         register_default_mass.py: using MSISDN 1070
22:48:36.245417 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:36.314443 tst         register_default_mass.py: using MSISDN 1071
22:48:36.329539 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:36.403267 tst         register_default_mass.py: using MSISDN 1072
22:48:36.418781 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:36.507900 tst         register_default_mass.py: using MSISDN 1073
22:48:36.521651 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:36.603563 tst         register_default_mass.py: using MSISDN 1074
22:48:36.611640 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:36.689511 tst         register_default_mass.py: using MSISDN 1075
22:48:36.700113 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:36.784930 tst         register_default_mass.py: using MSISDN 1076
22:48:36.793678 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:36.870560 tst         register_default_mass.py: using MSISDN 1077
22:48:36.881568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:36.955913 tst         register_default_mass.py: using MSISDN 1078
22:48:36.972521 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:37.050909 tst         register_default_mass.py: using MSISDN 1079
22:48:37.066181 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:37.153677 tst         register_default_mass.py: using MSISDN 1080
22:48:37.163153 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:37.247054 tst         register_default_mass.py: using MSISDN 1081
22:48:37.258916 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:37.331873 tst         register_default_mass.py: using MSISDN 1082
22:48:37.348515 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:37.442217 tst         register_default_mass.py: using MSISDN 1083
22:48:37.454133 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:37.526185 tst         register_default_mass.py: using MSISDN 1084
22:48:37.540922 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:37.628488 tst         register_default_mass.py: using MSISDN 1085
22:48:37.644200 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:37.728088 tst         register_default_mass.py: using MSISDN 1086
22:48:37.742957 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:37.829555 tst         register_default_mass.py: using MSISDN 1087
22:48:37.840237 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:37.913007 tst         register_default_mass.py: using MSISDN 1088
22:48:37.927555 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:38.005418 tst         register_default_mass.py: using MSISDN 1089
22:48:38.020915 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:38.103904 tst         register_default_mass.py: using MSISDN 1090
22:48:38.113028 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:38.187008 tst         register_default_mass.py: using MSISDN 1091
22:48:38.199201 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:38.283570 tst         register_default_mass.py: using MSISDN 1092
22:48:38.296554 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:38.366322 tst         register_default_mass.py: using MSISDN 1093
22:48:38.374162 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:38.451067 tst         register_default_mass.py: using MSISDN 1094
22:48:38.460069 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:38.543892 tst         register_default_mass.py: using MSISDN 1095
22:48:38.552585 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:38.627430 tst         register_default_mass.py: using MSISDN 1096
22:48:38.637261 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:38.711285 tst         register_default_mass.py: using MSISDN 1097
22:48:38.727340 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:38.812651 tst         register_default_mass.py: using MSISDN 1098
22:48:38.822351 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:38.886859 tst         register_default_mass.py: using MSISDN 1099
22:48:38.895837 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:38.969472 tst         register_default_mass.py: using MSISDN 1100
22:48:38.983350 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:39.143520 run                             mass: Starting testcase
22:48:39.152388 run                             mass: Pre-launching all virtphy's
22:48:39.161181 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:39.180563 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:39.189438 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:39.208543 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:39.218062 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:39.237710 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:39.246980 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:39.265691 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:39.274857 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:39.293651 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:39.302442 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:39.321311 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:39.330239 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:39.350084 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:39.359039 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:39.377662 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:39.386753 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:39.405113 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:39.414068 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:39.432615 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:39.441204 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:39.463309 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:39.472338 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:39.491836 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:39.504333 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:39.523310 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:39.533044 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:39.553683 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:39.566749 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:39.587277 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:39.605189 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:39.641919 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:39.658656 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:39.694147 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:39.711064 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:39.747673 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:39.765323 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:39.802985 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:39.820290 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:39.856380 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:39.873801 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:39.900608 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:39.911941 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:39.932228 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:39.941304 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:39.961299 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:39.970847 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:39.990389 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:40.001287 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:40.022392 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:40.032785 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:40.067947 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:40.086475 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:40.124107 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:40.139218 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:40.158177 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:40.167356 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:40.191503 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:40.208389 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:40.243672 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:40.260468 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:40.296887 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:40.313990 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:40.350091 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:40.366594 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:40.402235 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:40.412228 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:40.431705 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:40.440558 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:40.459283 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:40.468677 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:40.487981 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:40.497689 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:40.517293 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:40.527755 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:40.549263 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:40.560480 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:40.583029 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:40.593894 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:40.616893 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:40.635465 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:40.674164 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:40.691582 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:40.728042 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:40.745072 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:40.781949 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:40.799335 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:40.836731 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:40.854115 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:40.884030 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:40.894050 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:40.918510 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:40.929870 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:40.948968 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:40.957672 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:40.976145 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:40.985748 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:41.004765 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:41.022287 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:41.056406 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:41.068085 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:41.094890 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:41.111895 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:41.150106 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:41.168077 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:41.205928 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:41.223767 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:41.262844 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:41.277853 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:41.298285 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:41.316880 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:41.349271 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:41.358437 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:41.378607 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:41.388951 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:41.408334 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:41.418272 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:41.437367 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:41.446386 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:41.465641 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:41.476113 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:41.495181 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:41.505448 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:41.525012 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:41.534013 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:41.552925 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:41.562334 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:41.580980 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:41.590810 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:41.609718 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:41.618603 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:41.637745 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:41.646874 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:41.665930 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:41.675291 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:41.705269 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:41.714739 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:41.733713 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:41.744145 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:41.763290 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:41.771982 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:41.790976 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:41.800507 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:41.819520 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:41.829329 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:41.848376 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:41.857198 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:41.875767 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:41.884355 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:41.902973 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:41.920449 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:41.947116 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:41.961483 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:41.989485 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:42.006204 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:42.042049 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:42.058138 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:42.091343 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:42.100097 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:42.119003 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:42.127714 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:42.146840 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:42.155727 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:42.175022 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:42.184773 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:42.213098 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:42.223030 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:42.241385 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:42.249747 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:42.266828 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:42.274615 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:42.291154 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:42.298229 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:42.313108 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:42.338069 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:42.372438 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:42.389618 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:42.426768 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:42.444014 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:42.480576 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:42.497707 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:42.522907 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:42.532108 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:42.563863 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:42.575168 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:42.595532 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:42.613108 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:42.644970 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:42.655476 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:42.675336 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:42.693672 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:42.730644 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:42.748457 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:42.785001 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:42.801824 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:42.836955 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:42.853586 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:42.891080 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:42.908231 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:42.944314 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:42.961895 run                             mass: Checking if sockets are in the filesystem
22:48:42.995298 run                osmo-ms-mob/00000: Starting mobile
22:48:43.031906 run       osmo-ms-mob/00000(pid=135): Launched
22:48:43.054539 run                             mass: MS start registered  {at=16196228.757854456, delay=0.006167521700263023, ms=00000}
22:48:47.193788 run                osmo-ms-mob/00001: Starting mobile
22:48:47.226228 run       osmo-ms-mob/00001(pid=136): Launched
22:48:47.241911 run                             mass: MS start registered  {at=16196232.945223946, delay=0.005992397665977478, ms=00001}
22:48:48.990232 run                osmo-ms-mob/00002: Starting mobile
22:48:49.011478 run       osmo-ms-mob/00002(pid=137): Launched
22:48:49.028432 run                             mass: MS start registered  {at=16196234.731717909, delay=0.0046019162982702255, ms=00002}
22:48:49.311162 run                             mass: MS performed LU  {at=16196235.014433812, lu_delay=6.256579356268048, ms=00000}
22:48:50.291275 run                osmo-ms-mob/00003: Starting mobile
22:48:50.314451 run       osmo-ms-mob/00003(pid=138): Launched
22:48:50.328551 run                             mass: MS start registered  {at=16196236.031888012, delay=4.1173771023750305e-05, ms=00003}
22:48:51.392088 run                osmo-ms-mob/00004: Starting mobile
22:48:51.422993 run       osmo-ms-mob/00004(pid=139): Launched
22:48:51.436539 run                             mass: MS start registered  {at=16196237.139881553, delay=3.385171294212341e-05, ms=00004}
22:48:52.384791 run                osmo-ms-mob/00005: Starting mobile
22:48:52.398298 run       osmo-ms-mob/00005(pid=140): Launched
22:48:52.409433 run                             mass: MS start registered  {at=16196238.112771625, delay=0.004546193405985832, ms=00005}
22:48:53.075815 run                             mass: MS performed LU  {at=16196238.779132709, lu_delay=5.833908762782812, ms=00001}
22:48:53.285006 run                osmo-ms-mob/00006: Starting mobile
22:48:53.298662 run       osmo-ms-mob/00006(pid=141): Launched
22:48:53.309824 run                             mass: MS start registered  {at=16196239.013166744, delay=0.004725119099020958, ms=00006}
22:48:54.195370 run                osmo-ms-mob/00007: Starting mobile
22:48:54.243790 run       osmo-ms-mob/00007(pid=142): Launched
22:48:54.269905 run                             mass: MS start registered  {at=16196239.973214164, delay=0.006553657352924347, ms=00007}
22:48:54.977074 run                             mass: MS performed LU  {at=16196240.680405982, lu_delay=5.948688073083758, ms=00002}
22:48:54.989475 run                osmo-ms-mob/00008: Starting mobile
22:48:55.051395 run       osmo-ms-mob/00008(pid=143): Launched
22:48:55.063334 run                             mass: MS start registered  {at=16196240.766683398, delay=0.004757808521389961, ms=00008}
22:48:55.475913 run                             mass: MS performed LU  {at=16196241.1792157, lu_delay=5.147327687591314, ms=00003}
22:48:55.685142 run                osmo-ms-mob/00009: Starting mobile
22:48:55.699256 run       osmo-ms-mob/00009(pid=144): Launched
22:48:55.711141 run                             mass: MS start registered  {at=16196241.414472893, delay=0.005408748984336853, ms=00009}
22:48:56.384274 run                osmo-ms-mob/00010: Starting mobile
22:48:56.397821 run       osmo-ms-mob/00010(pid=145): Launched
22:48:56.409405 run                             mass: MS start registered  {at=16196242.11275892, delay=0.0052830372005701065, ms=00010}
22:48:56.842012 run                             mass: MS performed LU  {at=16196242.545331819, lu_delay=5.405450265854597, ms=00004}
22:48:56.984999 run                osmo-ms-mob/00011: Starting mobile
22:48:56.998862 run       osmo-ms-mob/00011(pid=146): Launched
22:48:57.010734 run                             mass: MS start registered  {at=16196242.714080723, delay=0.005086135119199753, ms=00011}
22:48:57.377342 run                             mass: MS performed LU  {at=16196243.080653211, lu_delay=4.967881586402655, ms=00005}
22:48:57.591575 run                osmo-ms-mob/00012: Starting mobile
22:48:57.607302 run       osmo-ms-mob/00012(pid=147): Launched
22:48:57.618618 run                             mass: MS start registered  {at=16196243.321967592, delay=0.004585951566696167, ms=00012}
22:48:58.185692 run                osmo-ms-mob/00013: Starting mobile
22:48:58.199565 run       osmo-ms-mob/00013(pid=148): Launched
22:48:58.211347 run                             mass: MS start registered  {at=16196243.914688619, delay=0.005409853532910347, ms=00013}
22:48:58.744777 run                             mass: MS performed LU  {at=16196244.447994428, lu_delay=5.434827683493495, ms=00006}
22:48:58.768254 run                osmo-ms-mob/00014: Starting mobile
22:48:58.782287 run       osmo-ms-mob/00014(pid=149): Launched
22:48:58.793518 run                             mass: MS start registered  {at=16196244.496865902, delay=0.004917943850159645, ms=00014}
22:48:59.007121 run                             mass: MS performed LU  {at=16196244.710419718, lu_delay=4.737205553799868, ms=00007}
22:48:59.384881 run                osmo-ms-mob/00015: Starting mobile
22:48:59.398993 run       osmo-ms-mob/00015(pid=150): Launched
22:48:59.410130 run                             mass: MS start registered  {at=16196245.11347961, delay=0.004427922889590263, ms=00015}
22:48:59.884499 run                osmo-ms-mob/00016: Starting mobile
22:48:59.898064 run       osmo-ms-mob/00016(pid=151): Launched
22:48:59.910001 run                             mass: MS start registered  {at=16196245.613342134, delay=0.004993187263607979, ms=00016}
22:49:00.386873 run                osmo-ms-mob/00017: Starting mobile
22:49:00.404643 run       osmo-ms-mob/00017(pid=152): Launched
22:49:00.417637 run                             mass: MS start registered  {at=16196246.120976584, delay=0.0050103627145290375, ms=00017}
22:49:00.607521 run                             mass: MS performed LU  {at=16196246.31085505, lu_delay=5.544171651825309, ms=00008}
22:49:00.672230 run                             mass: MS performed LU  {at=16196246.375562396, lu_delay=4.961089503020048, ms=00009}
22:49:00.987494 run                osmo-ms-mob/00018: Starting mobile
22:49:01.001998 run       osmo-ms-mob/00018(pid=153): Launched
22:49:01.013912 run                             mass: MS start registered  {at=16196246.71725497, delay=0.005035672336816788, ms=00018}
22:49:01.384072 run                osmo-ms-mob/00019: Starting mobile
22:49:01.397810 run       osmo-ms-mob/00019(pid=154): Launched
22:49:01.409120 run                             mass: MS start registered  {at=16196247.112460768, delay=0.004849079996347427, ms=00019}
22:49:01.896669 run                osmo-ms-mob/00020: Starting mobile
22:49:01.910186 run       osmo-ms-mob/00020(pid=155): Launched
22:49:01.921969 run                             mass: MS start registered  {at=16196247.62530863, delay=0.005432572215795517, ms=00020}
22:49:02.384157 run                osmo-ms-mob/00021: Starting mobile
22:49:02.399017 run       osmo-ms-mob/00021(pid=156): Launched
22:49:02.410082 run                             mass: MS start registered  {at=16196248.113433026, delay=0.004533829167485237, ms=00021}
22:49:02.509311 run                             mass: MS performed LU  {at=16196248.212647514, lu_delay=6.0998885948210955, ms=00010}
22:49:02.537221 run                             mass: MS performed LU  {at=16196248.24054925, lu_delay=5.526468526571989, ms=00011}
22:49:02.626019 run                             mass: MS performed LU  {at=16196248.329267453, lu_delay=5.0072998609393835, ms=00012}
22:49:02.653275 run                osmo-ms-mob/00022: Starting mobile
22:49:02.666916 run       osmo-ms-mob/00022(pid=157): Launched
22:49:02.677857 run                             mass: MS start registered  {at=16196248.381205015, delay=0.004771718755364418, ms=00022}
22:49:03.285596 run                osmo-ms-mob/00023: Starting mobile
22:49:03.299628 run       osmo-ms-mob/00023(pid=158): Launched
22:49:03.311642 run                             mass: MS start registered  {at=16196249.01497808, delay=0.005627317354083061, ms=00023}
22:49:03.684266 run                osmo-ms-mob/00024: Starting mobile
22:49:03.699241 run       osmo-ms-mob/00024(pid=159): Launched
22:49:03.710938 run                             mass: MS start registered  {at=16196249.414277527, delay=0.0050934962928295135, ms=00024}
22:49:04.185065 run                osmo-ms-mob/00025: Starting mobile
22:49:04.199115 run       osmo-ms-mob/00025(pid=160): Launched
22:49:04.210758 run                             mass: MS start registered  {at=16196249.914103344, delay=0.004650644958019257, ms=00025}
22:49:04.290920 run                             mass: MS performed LU  {at=16196249.994257284, lu_delay=6.079568665474653, ms=00013}
22:49:04.374184 run                             mass: MS performed LU  {at=16196250.077516565, lu_delay=4.964036954566836, ms=00015}
22:49:04.544528 run                             mass: MS performed LU  {at=16196250.247862345, lu_delay=4.634520210325718, ms=00016}
22:49:04.556060 run                osmo-ms-mob/00026: Starting mobile
22:49:04.570157 run       osmo-ms-mob/00026(pid=161): Launched
22:49:04.581613 run                             mass: MS start registered  {at=16196250.284955146, delay=0.00510757602751255, ms=00026}
22:49:04.984119 run                osmo-ms-mob/00027: Starting mobile
22:49:04.999348 run       osmo-ms-mob/00027(pid=162): Launched
22:49:05.011188 run                             mass: MS start registered  {at=16196250.71453054, delay=0.004834413528442383, ms=00027}
22:49:05.384502 run                osmo-ms-mob/00028: Starting mobile
22:49:05.398448 run       osmo-ms-mob/00028(pid=163): Launched
22:49:05.409834 run                             mass: MS start registered  {at=16196251.113185318, delay=0.005052870139479637, ms=00028}
22:49:05.784502 run                osmo-ms-mob/00029: Starting mobile
22:49:05.798678 run       osmo-ms-mob/00029(pid=164): Launched
22:49:05.811438 run                             mass: MS start registered  {at=16196251.514767809, delay=0.004942081868648529, ms=00029}
22:49:06.184482 run                osmo-ms-mob/00030: Starting mobile
22:49:06.198741 run       osmo-ms-mob/00030(pid=165): Launched
22:49:06.210925 run                             mass: MS start registered  {at=16196251.914258938, delay=0.0055320654064416885, ms=00030}
22:49:06.275338 run                             mass: MS performed LU  {at=16196251.978674963, lu_delay=4.866214195266366, ms=00019}
22:49:06.302992 run                             mass: MS performed LU  {at=16196252.00631923, lu_delay=5.289064260199666, ms=00018}
22:49:06.391063 run                             mass: MS performed LU  {at=16196252.094397355, lu_delay=5.973420770838857, ms=00017}
22:49:06.404073 run                osmo-ms-mob/00031: Starting mobile
22:49:06.417802 run       osmo-ms-mob/00031(pid=166): Launched
22:49:06.429585 run                             mass: MS start registered  {at=16196252.132928103, delay=0.005069117993116379, ms=00031}
22:49:06.446209 run                             mass: MS performed LU  {at=16196252.149548696, lu_delay=4.524240067228675, ms=00020}
22:49:06.886473 run                osmo-ms-mob/00032: Starting mobile
22:49:06.900898 run       osmo-ms-mob/00032(pid=167): Launched
22:49:06.912375 run                             mass: MS start registered  {at=16196252.615709262, delay=0.00490344874560833, ms=00032}
22:49:07.285278 run                osmo-ms-mob/00033: Starting mobile
22:49:07.299319 run       osmo-ms-mob/00033(pid=168): Launched
22:49:07.311097 run                             mass: MS start registered  {at=16196253.014444228, delay=0.005398677662014961, ms=00033}
22:49:07.685959 run                osmo-ms-mob/00034: Starting mobile
22:49:07.700280 run       osmo-ms-mob/00034(pid=169): Launched
22:49:07.713421 run                             mass: MS start registered  {at=16196253.416743023, delay=0.006629282608628273, ms=00034}
22:49:07.985563 run                osmo-ms-mob/00035: Starting mobile
22:49:07.999483 run       osmo-ms-mob/00035(pid=170): Launched
22:49:08.010677 run                             mass: MS start registered  {at=16196253.71402301, delay=0.0047383662313222885, ms=00035}
22:49:08.056582 run                             mass: MS performed LU  {at=16196253.759899687, lu_delay=5.646466661244631, ms=00021}
22:49:08.075267 run                             mass: MS performed LU  {at=16196253.778601976, lu_delay=5.397396961227059, ms=00022}
22:49:08.140069 run                             mass: MS performed LU  {at=16196253.843399413, lu_delay=4.828421333804727, ms=00023}
22:49:08.151919 run                osmo-ms-mob/00036: Starting mobile
22:49:08.165614 run       osmo-ms-mob/00036(pid=171): Launched
22:49:08.176764 run                             mass: MS start registered  {at=16196253.880110633, delay=0.00472581572830677, ms=00036}
22:49:08.347306 run                             mass: MS performed LU  {at=16196254.05063952, lu_delay=4.636361991986632, ms=00024}
22:49:08.784481 run                osmo-ms-mob/00037: Starting mobile
22:49:08.797516 run       osmo-ms-mob/00037(pid=172): Launched
22:49:08.808733 run                             mass: MS start registered  {at=16196254.512083653, delay=0.004690641537308693, ms=00037}
22:49:09.085183 run                osmo-ms-mob/00038: Starting mobile
22:49:09.102354 run       osmo-ms-mob/00038(pid=173): Launched
22:49:09.113573 run                             mass: MS start registered  {at=16196254.816918438, delay=0.005078744143247604, ms=00038}
22:49:09.385612 run                osmo-ms-mob/00039: Starting mobile
22:49:09.399577 run       osmo-ms-mob/00039(pid=174): Launched
22:49:09.411475 run                             mass: MS start registered  {at=16196255.114812616, delay=0.005555769428610802, ms=00039}
22:49:09.784175 run                osmo-ms-mob/00040: Starting mobile
22:49:09.798075 run       osmo-ms-mob/00040(pid=175): Launched
22:49:09.809596 run                             mass: MS start registered  {at=16196255.512939656, delay=0.0051585715264081955, ms=00040}
22:49:10.041444 run                             mass: MS performed LU  {at=16196255.744753972, lu_delay=5.459798825904727, ms=00026}
22:49:10.053876 run                osmo-ms-mob/00041: Starting mobile
22:49:10.068343 run       osmo-ms-mob/00041(pid=176): Launched
22:49:10.075345 run                             mass: MS performed LU  {at=16196255.778694093, lu_delay=5.864590749144554, ms=00025}
22:49:10.081899 run                             mass: MS start registered  {at=16196255.785252284, delay=0.006590606644749641, ms=00041}
22:49:10.156611 run                             mass: MS performed LU  {at=16196255.859945105, lu_delay=5.145414564758539, ms=00027}
22:49:10.168457 run                osmo-ms-mob/00042: Starting mobile
22:49:10.184184 run       osmo-ms-mob/00042(pid=177): Launched
22:49:10.195070 run                             mass: MS start registered  {at=16196255.898428649, delay=0.0024769585579633713, ms=00042}
22:49:10.212110 run                             mass: MS performed LU  {at=16196255.915457377, lu_delay=4.80227205902338, ms=00028}
22:49:10.784188 run                osmo-ms-mob/00043: Starting mobile
22:49:10.797556 run       osmo-ms-mob/00043(pid=178): Launched
22:49:10.808473 run                             mass: MS start registered  {at=16196256.511826336, delay=0.004846109077334404, ms=00043}
22:49:11.084122 run                osmo-ms-mob/00044: Starting mobile
22:49:11.097565 run       osmo-ms-mob/00044(pid=179): Launched
22:49:11.109229 run                             mass: MS start registered  {at=16196256.812567955, delay=0.005157556384801865, ms=00044}
22:49:11.383957 run                osmo-ms-mob/00045: Starting mobile
22:49:11.397338 run       osmo-ms-mob/00045(pid=180): Launched
22:49:11.408428 run                             mass: MS start registered  {at=16196257.11177363, delay=0.004909813404083252, ms=00045}
22:49:11.687263 run                osmo-ms-mob/00046: Starting mobile
22:49:11.701315 run       osmo-ms-mob/00046(pid=181): Launched
22:49:11.712461 run                             mass: MS start registered  {at=16196257.415809214, delay=0.004652278497815132, ms=00046}
22:49:11.822012 run                             mass: MS performed LU  {at=16196257.525344431, lu_delay=5.392416328191757, ms=00031}
22:49:11.905898 run                             mass: MS performed LU  {at=16196257.609234368, lu_delay=6.094466559588909, ms=00029}
22:49:11.917755 run                osmo-ms-mob/00047: Starting mobile
22:49:11.931800 run       osmo-ms-mob/00047(pid=182): Launched
22:49:11.942895 run                             mass: MS start registered  {at=16196257.64623993, delay=0.004533858969807625, ms=00047}
22:49:11.970221 run                             mass: MS performed LU  {at=16196257.673548847, lu_delay=5.057839585468173, ms=00032}
22:49:12.076006 run                             mass: MS performed LU  {at=16196257.779325845, lu_delay=5.865066906437278, ms=00030}
22:49:12.101830 run                osmo-ms-mob/00048: Starting mobile
22:49:12.115741 run       osmo-ms-mob/00048(pid=183): Launched
22:49:12.122080 run                             mass: MS performed LU  {at=16196257.825439394, lu_delay=4.810995165258646, ms=00033}
22:49:12.128051 run                             mass: MS start registered  {at=16196257.831418129, delay=0.005998114123940468, ms=00048}
22:49:12.585899 run                osmo-ms-mob/00049: Starting mobile
22:49:12.599723 run       osmo-ms-mob/00049(pid=184): Launched
22:49:12.611343 run                             mass: MS start registered  {at=16196258.314693522, delay=0.004737835377454758, ms=00049}
22:49:12.884492 run                osmo-ms-mob/00050: Starting mobile
22:49:12.898519 run       osmo-ms-mob/00050(pid=185): Launched
22:49:12.909533 run                             mass: MS start registered  {at=16196258.612886323, delay=0.004638483747839928, ms=00050}
22:49:13.284912 run                osmo-ms-mob/00051: Starting mobile
22:49:13.299177 run       osmo-ms-mob/00051(pid=186): Launched
22:49:13.310468 run                             mass: MS start registered  {at=16196259.013815472, delay=0.004793880507349968, ms=00051}
22:49:13.584612 run                osmo-ms-mob/00052: Starting mobile
22:49:13.597770 run       osmo-ms-mob/00052(pid=187): Launched
22:49:13.608544 run                             mass: MS start registered  {at=16196259.311893128, delay=0.004549790173768997, ms=00052}
22:49:13.686346 run                             mass: MS performed LU  {at=16196259.389678104, lu_delay=5.675655093044043, ms=00035}
22:49:13.742407 run                             mass: MS performed LU  {at=16196259.445747834, lu_delay=4.933664180338383, ms=00037}
22:49:13.753860 run                osmo-ms-mob/00053: Starting mobile
22:49:13.767631 run       osmo-ms-mob/00053(pid=188): Launched
22:49:13.778455 run                             mass: MS start registered  {at=16196259.481808312, delay=0.004666583612561226, ms=00053}
22:49:13.834098 run                             mass: MS performed LU  {at=16196259.537432758, lu_delay=5.657322125509381, ms=00036}
22:49:14.014667 run                             mass: MS performed LU  {at=16196259.718004044, lu_delay=4.901085605844855, ms=00038}
22:49:14.026670 run                osmo-ms-mob/00054: Starting mobile
22:49:14.040410 run       osmo-ms-mob/00054(pid=189): Launched
22:49:14.051663 run                             mass: MS start registered  {at=16196259.755006084, delay=0.004830332472920418, ms=00054}
22:49:14.268502 run                             mass: MS performed LU  {at=16196259.971822986, lu_delay=4.857010370120406, ms=00039}
22:49:14.484686 run                osmo-ms-mob/00055: Starting mobile
22:49:14.498366 run       osmo-ms-mob/00055(pid=190): Launched
22:49:14.509949 run                             mass: MS start registered  {at=16196260.213290907, delay=0.00505744107067585, ms=00055}
22:49:14.729894 run                             mass: MS performed LU  {at=16196260.433228716, lu_delay=7.016485692933202, ms=00034}
22:49:14.741741 run                osmo-ms-mob/00056: Starting mobile
22:49:14.755543 run       osmo-ms-mob/00056(pid=191): Launched
22:49:14.766758 run                             mass: MS start registered  {at=16196260.470107917, delay=0.0046337805688381195, ms=00056}
22:49:15.084009 run                osmo-ms-mob/00057: Starting mobile
22:49:15.097189 run       osmo-ms-mob/00057(pid=192): Launched
22:49:15.108210 run                             mass: MS start registered  {at=16196260.81155572, delay=0.00486539863049984, ms=00057}
22:49:15.484432 run                osmo-ms-mob/00058: Starting mobile
22:49:15.498133 run       osmo-ms-mob/00058(pid=193): Launched
22:49:15.509193 run                             mass: MS start registered  {at=16196261.2125463, delay=0.00459231436252594, ms=00058}
22:49:15.606963 run                             mass: MS performed LU  {at=16196261.31028938, lu_delay=4.79846304282546, ms=00043}
22:49:15.735737 run                             mass: MS performed LU  {at=16196261.43906422, lu_delay=5.540635570883751, ms=00042}
22:49:15.747672 run                osmo-ms-mob/00059: Starting mobile
22:49:15.761470 run       osmo-ms-mob/00059(pid=194): Launched
22:49:15.772896 run                             mass: MS start registered  {at=16196261.476237206, delay=0.005019316449761391, ms=00059}
22:49:15.879375 run                             mass: MS performed LU  {at=16196261.582710164, lu_delay=6.069770507514477, ms=00040}
22:49:15.934246 run                             mass: MS performed LU  {at=16196261.63758756, lu_delay=4.825019605457783, ms=00044}
22:49:15.945243 run                osmo-ms-mob/00060: Starting mobile
22:49:15.958115 run       osmo-ms-mob/00060(pid=195): Launched
22:49:15.968884 run                             mass: MS start registered  {at=16196261.672234181, delay=0.004683550447225571, ms=00060}
22:49:16.483971 run                osmo-ms-mob/00061: Starting mobile
22:49:16.497252 run       osmo-ms-mob/00061(pid=196): Launched
22:49:16.507972 run                             mass: MS start registered  {at=16196262.21131756, delay=0.004504496231675148, ms=00061}
22:49:16.784339 run                osmo-ms-mob/00062: Starting mobile
22:49:16.798105 run       osmo-ms-mob/00062(pid=197): Launched
22:49:16.809692 run                             mass: MS start registered  {at=16196262.513045155, delay=0.004967803135514259, ms=00062}
22:49:17.085298 run                osmo-ms-mob/00063: Starting mobile
22:49:17.099626 run       osmo-ms-mob/00063(pid=198): Launched
22:49:17.110852 run                             mass: MS start registered  {at=16196262.814197514, delay=0.004783233627676964, ms=00063}
22:49:17.452128 run                             mass: MS performed LU  {at=16196263.155462617, lu_delay=5.3240444883704185, ms=00048}
22:49:17.464083 run                osmo-ms-mob/00064: Starting mobile
22:49:17.477800 run       osmo-ms-mob/00064(pid=199): Launched
22:49:17.489118 run                             mass: MS start registered  {at=16196263.192465607, delay=0.003531472757458687, ms=00064}
22:49:17.507874 run                             mass: MS performed LU  {at=16196263.21120748, lu_delay=4.598321156576276, ms=00050}
22:49:17.553794 run                             mass: MS performed LU  {at=16196263.257127982, lu_delay=5.841318767517805, ms=00046}
22:49:17.779913 run                             mass: MS performed LU  {at=16196263.483248487, lu_delay=6.371474856510758, ms=00045}
22:49:17.961708 run                osmo-ms-mob/00065: Starting mobile
22:49:17.974882 run       osmo-ms-mob/00065(pid=200): Launched
22:49:17.981457 run                             mass: Starting too slowly. Moving on {now=16196263.68482508, sleep=-0.0032705962657928467, target=16196263.681554483}
22:49:17.987355 run                             mass: MS performed LU  {at=16196263.690713964, lu_delay=6.044474033638835, ms=00047}
22:49:17.993160 run                             mass: MS start registered  {at=16196263.696526095, delay=0.011703385040163994, ms=00065}
22:49:18.547054 run                osmo-ms-mob/00066: Starting mobile
22:49:18.560776 run       osmo-ms-mob/00066(pid=201): Launched
22:49:18.567137 run                             mass: Starting too slowly. Moving on {now=16196264.270505834, sleep=-0.2889513522386551, target=16196263.981554482}
22:49:18.573024 run                             mass: MS performed LU  {at=16196264.276383506, lu_delay=5.961689984425902, ms=00049}
22:49:18.579088 run                             mass: Starting too slowly. Moving on {now=16196264.282457126, sleep=-0.20090264454483986, target=16196264.081554482}
22:49:18.585171 run                             mass: MS start registered  {at=16196264.288531292, delay=0.018027761951088905, ms=00066}
22:49:18.591210 run                             mass: Starting too slowly. Moving on {now=16196264.29457937, sleep=-0.1130248885601759, target=16196264.181554481}
22:49:18.597020 run                             mass: Starting too slowly. Moving on {now=16196264.300391344, sleep=-0.018836863338947296, target=16196264.281554481}
22:49:18.723082 run                osmo-ms-mob/00067: Starting mobile
22:49:19.042392 run       osmo-ms-mob/00067(pid=202): Launched
22:49:19.048744 run                             mass: Starting too slowly. Moving on {now=16196264.752112553, sleep=-0.37055807188153267, target=16196264.38155448}
22:49:19.054405 run                             mass: MS start registered  {at=16196264.75776352, delay=0.005653269588947296, ms=00067}
22:49:19.060352 run                             mass: Starting too slowly. Moving on {now=16196264.763721567, sleep=-0.2821670863777399, target=16196264.48155448}
22:49:19.066377 run                             mass: Starting too slowly. Moving on {now=16196264.769746687, sleep=-0.1881922073662281, target=16196264.58155448}
22:49:19.255733 run                osmo-ms-mob/00068: Starting mobile
22:49:19.269519 run       osmo-ms-mob/00068(pid=203): Launched
22:49:19.275668 run                             mass: Starting too slowly. Moving on {now=16196264.979037862, sleep=-0.29748338274657726, target=16196264.68155448}
22:49:19.319056 run                             mass: MS start registered  {at=16196265.022414226, delay=0.04337902180850506, ms=00068}
22:49:19.325306 run                             mass: Starting too slowly. Moving on {now=16196265.028673919, sleep=-0.24711943976581097, target=16196264.78155448}
22:49:19.331035 run                             mass: Starting too slowly. Moving on {now=16196265.034406373, sleep=-0.1528518944978714, target=16196264.881554479}
22:49:19.336665 run                             mass: Starting too slowly. Moving on {now=16196265.040036622, sleep=-0.05848214402794838, target=16196264.981554478}
22:49:19.348211 run                osmo-ms-mob/00069: Starting mobile
22:49:19.362067 run       osmo-ms-mob/00069(pid=204): Launched
22:49:19.373640 run                             mass: MS start registered  {at=16196265.07699132, delay=0.0045095086097717285, ms=00069}
22:49:19.663309 run                             mass: MS performed LU  {at=16196265.366577763, lu_delay=5.8847694508731365, ms=00053}
22:49:19.675128 run                osmo-ms-mob/00070: Starting mobile
22:49:19.689704 run       osmo-ms-mob/00070(pid=205): Launched
22:49:19.696025 run                             mass: MS performed LU  {at=16196265.399382524, lu_delay=6.0874893963336945, ms=00052}
22:49:19.702662 run                             mass: MS performed LU  {at=16196265.406026011, lu_delay=6.39221053943038, ms=00051}
22:49:19.708806 run                             mass: MS start registered  {at=16196265.412171166, delay=0.012809287756681442, ms=00070}
22:49:20.085491 run                osmo-ms-mob/00071: Starting mobile
22:49:20.100207 run       osmo-ms-mob/00071(pid=206): Launched
22:49:20.111985 run                             mass: MS start registered  {at=16196265.815333031, delay=0.0049835629761219025, ms=00071}
22:49:20.314167 run                             mass: MS performed LU  {at=16196266.017480455, lu_delay=6.262474371120334, ms=00054}
22:49:20.351298 run                             mass: MS performed LU  {at=16196266.054638688, lu_delay=5.584530770778656, ms=00056}
22:49:20.363289 run                osmo-ms-mob/00072: Starting mobile
22:49:20.377235 run       osmo-ms-mob/00072(pid=207): Launched
22:49:20.389338 run                             mass: MS start registered  {at=16196266.092686115, delay=0.005298608914017677, ms=00072}
22:49:20.406084 run                             mass: MS performed LU  {at=16196266.109429048, lu_delay=5.8961381409317255, ms=00055}
22:49:20.884708 run                osmo-ms-mob/00073: Starting mobile
22:49:20.898176 run       osmo-ms-mob/00073(pid=208): Launched
22:49:20.909885 run                             mass: MS start registered  {at=16196266.613231057, delay=0.004858586937189102, ms=00073}
22:49:21.284769 run                osmo-ms-mob/00074: Starting mobile
22:49:21.298796 run       osmo-ms-mob/00074(pid=209): Launched
22:49:21.309904 run                             mass: MS start registered  {at=16196267.013261512, delay=0.00452922098338604, ms=00074}
22:49:21.320399 run                             mass: MS performed LU  {at=16196267.023730073, lu_delay=4.812412513419986, ms=00061}
22:49:21.338038 run                             mass: MS performed LU  {at=16196267.041384494, lu_delay=5.8288381937891245, ms=00058}
22:49:21.453772 run                             mass: MS performed LU  {at=16196267.157092184, lu_delay=6.345536462962627, ms=00057}
22:49:21.468943 run                osmo-ms-mob/00075: Starting mobile
22:49:21.482542 run       osmo-ms-mob/00075(pid=210): Launched
22:49:21.493579 run                             mass: MS start registered  {at=16196267.19692727, delay=0.004634484648704529, ms=00075}
22:49:21.509257 run                             mass: MS performed LU  {at=16196267.212592416, lu_delay=5.540358234196901, ms=00060}
22:49:21.545538 run                             mass: MS performed LU  {at=16196267.248875286, lu_delay=5.772638080641627, ms=00059}
22:49:21.620104 run                             mass: MS performed LU  {at=16196267.323435966, lu_delay=4.8103908114135265, ms=00062}
22:49:21.799704 run                             mass: MS performed LU  {at=16196267.503038663, lu_delay=23.006172761321068, ms=00014}
22:49:21.813540 run                osmo-ms-mob/00076: Starting mobile
22:49:21.827488 run       osmo-ms-mob/00076(pid=211): Launched
22:49:21.838432 run                             mass: MS start registered  {at=16196267.541781051, delay=0.004653697833418846, ms=00076}
22:49:22.585889 run                osmo-ms-mob/00077: Starting mobile
22:49:22.600136 run       osmo-ms-mob/00077(pid=212): Launched
22:49:22.611111 run                             mass: MS start registered  {at=16196268.314464767, delay=0.004447717219591141, ms=00077}
22:49:23.084244 run                osmo-ms-mob/00078: Starting mobile
22:49:23.098044 run       osmo-ms-mob/00078(pid=213): Launched
22:49:23.109061 run                             mass: MS start registered  {at=16196268.812415447, delay=0.004582928493618965, ms=00078}
22:49:23.119878 run                             mass: MS performed LU  {at=16196268.823231814, lu_delay=5.630766207352281, ms=00064}
22:49:23.138421 run                             mass: MS performed LU  {at=16196268.841758147, lu_delay=6.027560632675886, ms=00063}
22:49:23.175900 run                             mass: MS performed LU  {at=16196268.879234377, lu_delay=5.182708282023668, ms=00065}
22:49:23.187721 run                osmo-ms-mob/00079: Starting mobile
22:49:23.201487 run       osmo-ms-mob/00079(pid=214): Launched
22:49:23.213036 run                             mass: MS start registered  {at=16196268.916379958, delay=0.005130019038915634, ms=00079}
22:49:23.465940 run                             mass: MS performed LU  {at=16196269.169272037, lu_delay=4.880740744993091, ms=00066}
22:49:23.985169 run                osmo-ms-mob/00080: Starting mobile
22:49:24.050389 run       osmo-ms-mob/00080(pid=215): Launched
22:49:24.061554 run                             mass: MS start registered  {at=16196269.764900338, delay=0.004821395501494408, ms=00080}
22:49:24.484320 run                osmo-ms-mob/00081: Starting mobile
22:49:24.497920 run       osmo-ms-mob/00081(pid=216): Launched
22:49:24.509155 run                             mass: MS start registered  {at=16196270.212496636, delay=0.0048757996410131454, ms=00081}
22:49:24.884911 run                osmo-ms-mob/00082: Starting mobile
22:49:24.899431 run       osmo-ms-mob/00082(pid=217): Launched
22:49:24.911128 run                             mass: MS start registered  {at=16196270.614463799, delay=0.005179425701498985, ms=00082}
22:49:25.086167 run                             mass: MS performed LU  {at=16196270.789401712, lu_delay=5.766987485811114, ms=00068}
22:49:25.104251 run                             mass: MS performed LU  {at=16196270.807601443, lu_delay=5.7306101229041815, ms=00069}
22:49:25.219749 run                             mass: MS performed LU  {at=16196270.923065078, lu_delay=4.830378962680697, ms=00072}
22:49:25.385718 run                             mass: MS performed LU  {at=16196271.089056006, lu_delay=5.273722974583507, ms=00071}
22:49:25.397532 run                osmo-ms-mob/00083: Starting mobile
22:49:25.411325 run       osmo-ms-mob/00083(pid=218): Launched
22:49:25.422692 run                             mass: MS start registered  {at=16196271.126034306, delay=0.004658056423068047, ms=00083}
22:49:25.984815 run                osmo-ms-mob/00084: Starting mobile
22:49:25.998143 run       osmo-ms-mob/00084(pid=219): Launched
22:49:26.009913 run                             mass: MS start registered  {at=16196271.71326337, delay=0.005125716328620911, ms=00084}
22:49:26.484251 run                osmo-ms-mob/00085: Starting mobile
22:49:26.497707 run       osmo-ms-mob/00085(pid=220): Launched
22:49:26.508312 run                             mass: MS start registered  {at=16196272.211665455, delay=0.004502393305301666, ms=00085}
22:49:26.885366 run                             mass: MS performed LU  {at=16196272.588699425, lu_delay=5.9754683673381805, ms=00073}
22:49:26.904063 run                             mass: MS performed LU  {at=16196272.607411228, lu_delay=5.41048395819962, ms=00075}
22:49:26.915512 run                osmo-ms-mob/00086: Starting mobile
22:49:26.929789 run       osmo-ms-mob/00086(pid=221): Launched
22:49:26.941451 run                             mass: MS start registered  {at=16196272.644792441, delay=0.005434045568108559, ms=00086}
22:49:26.947569 run                             mass: MS performed LU  {at=16196272.650929974, lu_delay=5.109148923307657, ms=00076}
22:49:27.195012 run                             mass: MS performed LU  {at=16196272.898344524, lu_delay=5.885083012282848, ms=00074}
22:49:27.684450 run                osmo-ms-mob/00087: Starting mobile
22:49:27.697868 run       osmo-ms-mob/00087(pid=222): Launched
22:49:27.709126 run                             mass: MS start registered  {at=16196273.412479466, delay=0.005200197920203209, ms=00087}
22:49:28.285581 run                osmo-ms-mob/00088: Starting mobile
22:49:28.299650 run       osmo-ms-mob/00088(pid=223): Launched
22:49:28.310832 run                             mass: MS start registered  {at=16196274.014179084, delay=0.004855358973145485, ms=00088}
22:49:28.851585 run                             mass: MS performed LU  {at=16196274.554905774, lu_delay=5.742490326985717, ms=00078}
22:49:28.864330 run                osmo-ms-mob/00089: Starting mobile
22:49:28.878277 run       osmo-ms-mob/00089(pid=224): Launched
22:49:28.884553 run                             mass: MS performed LU  {at=16196274.587909829, lu_delay=5.671529870480299, ms=00079}
22:49:28.890643 run                             mass: MS start registered  {at=16196274.594009638, delay=0.0061202384531497955, ms=00089}
22:49:28.916299 run                             mass: MS performed LU  {at=16196274.619636662, lu_delay=4.85473632439971, ms=00080}
22:49:28.985125 run                             mass: MS performed LU  {at=16196274.688452447, lu_delay=6.37398768030107, ms=00077}
22:49:29.330931 run                             mass: MS performed LU  {at=16196275.034264566, lu_delay=4.821767929941416, ms=00081}
22:49:29.484766 run                osmo-ms-mob/00090: Starting mobile
22:49:29.498766 run       osmo-ms-mob/00090(pid=225): Launched
22:49:29.510353 run                             mass: MS start registered  {at=16196275.213698903, delay=0.005226433277130127, ms=00090}
22:49:30.184951 run                osmo-ms-mob/00091: Starting mobile
22:49:30.199073 run       osmo-ms-mob/00091(pid=226): Launched
22:49:30.210446 run                             mass: MS start registered  {at=16196275.913797377, delay=0.00489344447851181, ms=00091}
22:49:30.651059 run                             mass: MS performed LU  {at=16196276.35439476, lu_delay=5.228360453620553, ms=00083}
22:49:30.669630 run                             mass: MS performed LU  {at=16196276.372971417, lu_delay=5.758507618680596, ms=00082}
22:49:30.707383 run                             mass: MS performed LU  {at=16196276.410714513, lu_delay=4.697451142594218, ms=00084}
22:49:30.718833 run                osmo-ms-mob/00092: Starting mobile
22:49:30.731992 run       osmo-ms-mob/00092(pid=227): Launched
22:49:30.743160 run                             mass: MS start registered  {at=16196276.446514508, delay=0.005060063675045967, ms=00092}
22:49:31.688741 run                osmo-ms-mob/00093: Starting mobile
22:49:31.703454 run       osmo-ms-mob/00093(pid=228): Launched
22:49:31.714968 run                             mass: MS start registered  {at=16196277.418308862, delay=0.004987018182873726, ms=00093}
22:49:32.584281 run                osmo-ms-mob/00094: Starting mobile
22:49:32.598386 run       osmo-ms-mob/00094(pid=229): Launched
22:49:32.609654 run                             mass: MS start registered  {at=16196278.31300672, delay=0.004905017092823982, ms=00094}
22:49:32.617160 run                             mass: MS performed LU  {at=16196278.320499346, lu_delay=4.908019879832864, ms=00087}
22:49:32.635509 run                             mass: MS performed LU  {at=16196278.338862414, lu_delay=6.12719695828855, ms=00085}
22:49:32.663175 run                             mass: MS performed LU  {at=16196278.366519365, lu_delay=5.7217269241809845, ms=00086}
22:49:32.917771 run                             mass: MS performed LU  {at=16196278.621105272, lu_delay=22.83585298806429, ms=00041}
22:49:32.986309 run                             mass: MS performed LU  {at=16196278.689640801, lu_delay=4.67546171694994, ms=00088}
22:49:33.485444 run                osmo-ms-mob/00095: Starting mobile
22:49:33.499237 run       osmo-ms-mob/00095(pid=230): Launched
22:49:33.510620 run                             mass: MS start registered  {at=16196279.213967014, delay=0.005067506805062294, ms=00095}
22:49:34.435902 run                             mass: MS performed LU  {at=16196280.139235198, lu_delay=5.545225560665131, ms=00089}
22:49:34.447806 run                osmo-ms-mob/00096: Starting mobile
22:49:34.461950 run       osmo-ms-mob/00096(pid=231): Launched
22:49:34.473571 run                             mass: MS start registered  {at=16196280.176914224, delay=0.005307510495185852, ms=00096}
22:49:34.652280 run                             mass: MS performed LU  {at=16196280.355599068, lu_delay=5.141900165006518, ms=00090}
22:49:35.585071 run                osmo-ms-mob/00097: Starting mobile
22:49:35.599196 run       osmo-ms-mob/00097(pid=232): Launched
22:49:35.611407 run                             mass: MS start registered  {at=16196281.314756002, delay=0.005647601559758186, ms=00097}
22:49:36.383566 run                             mass: MS performed LU  {at=16196282.08689153, lu_delay=5.640377022325993, ms=00092}
22:49:36.401571 run                             mass: MS performed LU  {at=16196282.104926743, lu_delay=4.686617881059647, ms=00093}
22:49:36.664908 run                             mass: MS performed LU  {at=16196282.3682412, lu_delay=6.454443823546171, ms=00091}
22:49:36.884189 run                osmo-ms-mob/00098: Starting mobile
22:49:36.897609 run       osmo-ms-mob/00098(pid=233): Launched
22:49:36.909307 run                             mass: MS start registered  {at=16196282.612658028, delay=0.004681730642914772, ms=00098}
22:49:38.164701 run                             mass: MS performed LU  {at=16196283.868011996, lu_delay=5.5550052765756845, ms=00094}
22:49:38.331098 run                             mass: MS performed LU  {at=16196284.034434702, lu_delay=4.820467688143253, ms=00095}
22:49:38.684403 run                osmo-ms-mob/00099: Starting mobile
22:49:38.698205 run       osmo-ms-mob/00099(pid=234): Launched
22:49:38.704329 run                             mass: All started... {duration=55.726144295185804, too_slow=12}
22:49:38.710407 run                             mass: MS start registered  {at=16196284.413765693, delay=0.0060703083872795105, ms=00099}
22:49:40.148774 run                             mass: MS performed LU  {at=16196285.85210083, lu_delay=5.6751866061240435, ms=00096}
22:49:40.403051 run                             mass: MS performed LU  {at=16196286.106362838, lu_delay=4.7916068360209465, ms=00097}
22:49:42.078559 run                             mass: MS performed LU  {at=16196287.781892624, lu_delay=5.169234596192837, ms=00098}
22:49:42.166263 run                             mass: MS performed LU  {at=16196287.869588971, lu_delay=22.45741780474782, ms=00070}
22:49:42.332353 run                             mass: MS performed LU  {at=16196288.035687832, lu_delay=23.27792431227863, ms=00067}
22:49:43.915614 run                             mass: MS performed LU  {at=16196289.618935384, lu_delay=5.205169690772891, ms=00099}
22:49:43.922490 run                             mass: Tests done {all_completed=True, max=23.27792431227863, min=4.524240067228675}
22:49:43.928142 tst         register_default_mass.py: Test passed (86.8 sec)
22:49:43.933824 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:43.937298 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:43.940730 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:43.944123 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:43.947555 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:43.950975 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:43.954376 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:43.957801 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:43.961188 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:43.964569 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:43.967951 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:43.971363 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:43.974775 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:43.978172 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:43.981616 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:43.985035 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:43.988720 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:43.992223 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:43.995652 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:43.999080 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:44.002524 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:44.005934 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:44.009356 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:44.012797 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:44.016211 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:44.019648 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:44.023071 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:44.026481 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:44.029917 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:44.034298 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:44.041123 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:44.044599 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:44.048501 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:44.052048 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:44.055700 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:44.059389 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:44.062836 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:44.066292 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:44.069753 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:44.073781 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:44.077444 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:44.080903 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:44.084325 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:44.088196 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:44.091629 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:44.095029 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:44.098454 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:44.101877 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:44.105671 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:44.109108 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:44.113158 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:44.116598 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:44.120034 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:44.123579 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:44.126994 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:44.130487 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:44.133942 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:44.137374 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:44.140777 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:44.144162 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:44.147550 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:44.151094 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:44.154544 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:44.157960 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:44.161379 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:44.164802 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:44.168816 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:44.172222 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:44.175641 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:44.179075 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:44.182530 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:44.185977 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:44.189840 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:44.193513 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:44.197919 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:44.201547 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:44.204960 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:44.208361 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:44.211786 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:44.215203 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:44.218617 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:44.222044 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:44.226054 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:44.229507 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:44.233130 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:44.236534 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:44.239957 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:44.243382 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:44.246817 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:44.250255 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:44.253679 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:44.257096 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:44.260505 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:44.263913 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:44.267334 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:44.270721 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:44.274121 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:44.277530 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:44.280941 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:44.284347 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:44.287749 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:44.291162 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:44.294620 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:44.298036 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:44.301465 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:44.304895 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:44.308307 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:44.312075 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:44.316152 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:44.319589 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:44.323031 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:44.326442 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:44.329834 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:44.333263 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:44.336701 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:44.340095 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:44.343519 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:44.346912 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:44.350281 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:44.353674 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:44.357038 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:44.360407 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:44.363766 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:44.367141 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:44.370508 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:44.373904 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:44.377295 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:44.380697 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:44.384091 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:44.387471 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:44.390906 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:44.394285 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:44.397678 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:44.401089 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:44.404480 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:44.407880 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:44.411290 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:44.414684 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:44.418089 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:44.421494 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:44.424885 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:44.428253 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:44.431650 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:44.435045 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:44.438443 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:44.441828 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:44.445224 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:44.448682 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:44.452075 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:44.455452 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:44.458836 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:44.462227 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:44.465618 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:44.468998 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:44.472421 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:44.476110 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:44.479872 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:44.483692 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:44.487484 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:44.491381 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:44.495296 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:44.499201 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:44.503107 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:44.506997 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:44.510915 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:44.514825 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:44.518728 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:44.522630 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:44.526529 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:44.530446 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:44.534350 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:44.538234 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:44.542131 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:44.546034 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:44.549944 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:44.553841 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:44.557760 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:44.561669 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:44.565580 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:44.569513 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:44.573431 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:44.577330 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:44.581267 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:44.585183 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:44.589108 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:44.593182 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:44.597093 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:44.601015 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:44.604929 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:44.608836 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:44.612739 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:44.616670 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:44.620619 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:44.624596 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:44.628643 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:44.632669 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:44.636672 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:44.640692 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:44.644718 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:44.648716 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:44.652759 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:44.656807 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:44.660838 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:44.664884 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:44.668897 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:44.672933 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:44.676969 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:44.680935 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:44.684744 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:44.688534 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:44.692335 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:44.696066 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:44.699675 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:44.703223 ---      ParallelTerminationStrategy: PID 22 died...
22:49:44.704823 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:44.708757 ---      ParallelTerminationStrategy: PID 23 died...
22:49:44.710345 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:44.714261 ---      ParallelTerminationStrategy: PID 24 died...
22:49:44.715844 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:44.719829 ---      ParallelTerminationStrategy: PID 25 died...
22:49:44.721438 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:44.725231 ---      ParallelTerminationStrategy: PID 26 died...
22:49:44.726780 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:44.730702 ---      ParallelTerminationStrategy: PID 27 died...
22:49:44.732327 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:44.736295 ---      ParallelTerminationStrategy: PID 28 died...
22:49:44.737914 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:44.741855 ---      ParallelTerminationStrategy: PID 29 died...
22:49:44.743381 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:44.747188 ---      ParallelTerminationStrategy: PID 30 died...
22:49:44.748789 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:44.752664 ---      ParallelTerminationStrategy: PID 31 died...
22:49:44.754247 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:44.758165 ---      ParallelTerminationStrategy: PID 32 died...
22:49:44.759743 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:44.763662 ---      ParallelTerminationStrategy: PID 33 died...
22:49:44.765285 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:44.769291 ---      ParallelTerminationStrategy: PID 35 died...
22:49:44.770919 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:44.774894 ---      ParallelTerminationStrategy: PID 36 died...
22:49:44.776502 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:44.780473 ---      ParallelTerminationStrategy: PID 37 died...
22:49:44.782076 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:44.786063 ---      ParallelTerminationStrategy: PID 38 died...
22:49:44.787686 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:44.791690 ---      ParallelTerminationStrategy: PID 39 died...
22:49:44.793292 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:44.797260 ---      ParallelTerminationStrategy: PID 40 died...
22:49:44.798862 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:44.802854 ---      ParallelTerminationStrategy: PID 41 died...
22:49:44.804495 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:44.808504 ---      ParallelTerminationStrategy: PID 42 died...
22:49:44.810110 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:44.814085 ---      ParallelTerminationStrategy: PID 43 died...
22:49:44.815690 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:44.819650 ---      ParallelTerminationStrategy: PID 44 died...
22:49:44.821259 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:44.825194 ---      ParallelTerminationStrategy: PID 45 died...
22:49:44.826789 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:44.830778 ---      ParallelTerminationStrategy: PID 46 died...
22:49:44.832386 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:44.836405 ---      ParallelTerminationStrategy: PID 47 died...
22:49:44.838009 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:44.841963 ---      ParallelTerminationStrategy: PID 48 died...
22:49:44.843564 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:44.847515 ---      ParallelTerminationStrategy: PID 49 died...
22:49:44.849111 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:44.853083 ---      ParallelTerminationStrategy: PID 50 died...
22:49:44.854679 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:44.858630 ---      ParallelTerminationStrategy: PID 51 died...
22:49:44.860227 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:44.864243 ---      ParallelTerminationStrategy: PID 52 died...
22:49:44.865883 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:44.870052 ---      ParallelTerminationStrategy: PID 53 died...
22:49:44.871735 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:44.875874 ---      ParallelTerminationStrategy: PID 54 died...
22:49:44.877552 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:44.881720 ---      ParallelTerminationStrategy: PID 55 died...
22:49:44.883421 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:44.887570 ---      ParallelTerminationStrategy: PID 56 died...
22:49:44.889246 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:44.893224 ---      ParallelTerminationStrategy: PID 57 died...
22:49:44.894818 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:44.898805 ---      ParallelTerminationStrategy: PID 58 died...
22:49:44.900497 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:44.905736 ---      ParallelTerminationStrategy: PID 59 died...
22:49:44.907331 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:44.911286 ---      ParallelTerminationStrategy: PID 60 died...
22:49:44.912889 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:44.916869 ---      ParallelTerminationStrategy: PID 61 died...
22:49:44.918475 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:44.922417 ---      ParallelTerminationStrategy: PID 62 died...
22:49:44.924026 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:44.927985 ---      ParallelTerminationStrategy: PID 63 died...
22:49:44.929613 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:44.933581 ---      ParallelTerminationStrategy: PID 64 died...
22:49:44.935177 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:44.939133 ---      ParallelTerminationStrategy: PID 65 died...
22:49:44.940727 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:44.944708 ---      ParallelTerminationStrategy: PID 66 died...
22:49:44.946311 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:44.950262 ---      ParallelTerminationStrategy: PID 67 died...
22:49:44.951870 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:44.955831 ---      ParallelTerminationStrategy: PID 68 died...
22:49:44.957438 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:44.961460 ---      ParallelTerminationStrategy: PID 69 died...
22:49:44.963070 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:44.967020 ---      ParallelTerminationStrategy: PID 70 died...
22:49:44.968616 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:44.972568 ---      ParallelTerminationStrategy: PID 71 died...
22:49:44.974164 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:44.978140 ---      ParallelTerminationStrategy: PID 72 died...
22:49:44.979738 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:44.983703 ---      ParallelTerminationStrategy: PID 73 died...
22:49:44.985316 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:44.989264 ---      ParallelTerminationStrategy: PID 74 died...
22:49:44.990858 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:44.994821 ---      ParallelTerminationStrategy: PID 75 died...
22:49:44.996415 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:45.000367 ---      ParallelTerminationStrategy: PID 76 died...
22:49:45.001987 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:45.005917 ---      ParallelTerminationStrategy: PID 77 died...
22:49:45.007506 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:45.011478 ---      ParallelTerminationStrategy: PID 78 died...
22:49:45.013071 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:45.017038 ---      ParallelTerminationStrategy: PID 79 died...
22:49:45.018639 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:45.022478 ---      ParallelTerminationStrategy: PID 80 died...
22:49:45.024048 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:45.027943 ---      ParallelTerminationStrategy: PID 81 died...
22:49:45.029520 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:45.033376 ---      ParallelTerminationStrategy: PID 82 died...
22:49:45.034947 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:45.039607 ---      ParallelTerminationStrategy: PID 83 died...
22:49:45.041282 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:45.045133 ---      ParallelTerminationStrategy: PID 84 died...
22:49:45.046691 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:45.050602 ---      ParallelTerminationStrategy: PID 85 died...
22:49:45.052169 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:45.056036 ---      ParallelTerminationStrategy: PID 86 died...
22:49:45.058567 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:45.062605 ---      ParallelTerminationStrategy: PID 87 died...
22:49:45.064176 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:45.068091 ---      ParallelTerminationStrategy: PID 88 died...
22:49:45.069680 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:45.073689 ---      ParallelTerminationStrategy: PID 89 died...
22:49:45.075307 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:45.079446 ---      ParallelTerminationStrategy: PID 90 died...
22:49:45.081184 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:45.085288 ---      ParallelTerminationStrategy: PID 91 died...
22:49:45.086942 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:45.091032 ---      ParallelTerminationStrategy: PID 92 died...
22:49:45.092704 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:45.096794 ---      ParallelTerminationStrategy: PID 93 died...
22:49:45.098448 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:45.102426 ---      ParallelTerminationStrategy: PID 94 died...
22:49:45.104035 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:45.108025 ---      ParallelTerminationStrategy: PID 95 died...
22:49:45.109655 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:45.113662 ---      ParallelTerminationStrategy: PID 96 died...
22:49:45.115324 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:45.119390 ---      ParallelTerminationStrategy: PID 97 died...
22:49:45.121013 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:45.124971 ---      ParallelTerminationStrategy: PID 98 died...
22:49:45.126557 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:45.130510 ---      ParallelTerminationStrategy: PID 99 died...
22:49:45.132102 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:45.135956 ---      ParallelTerminationStrategy: PID 100 died...
22:49:45.137512 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:45.141383 ---      ParallelTerminationStrategy: PID 101 died...
22:49:45.142936 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:45.146811 ---      ParallelTerminationStrategy: PID 102 died...
22:49:45.148380 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:45.152290 ---      ParallelTerminationStrategy: PID 103 died...
22:49:45.153872 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:45.157751 ---      ParallelTerminationStrategy: PID 104 died...
22:49:45.159312 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:45.163175 ---      ParallelTerminationStrategy: PID 105 died...
22:49:45.164734 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:45.168609 ---      ParallelTerminationStrategy: PID 106 died...
22:49:45.170167 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:45.174045 ---      ParallelTerminationStrategy: PID 107 died...
22:49:45.175610 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:45.179486 ---      ParallelTerminationStrategy: PID 108 died...
22:49:45.181092 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:45.185068 ---      ParallelTerminationStrategy: PID 109 died...
22:49:45.186662 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:45.190639 ---      ParallelTerminationStrategy: PID 110 died...
22:49:45.192239 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:45.196071 ---      ParallelTerminationStrategy: PID 111 died...
22:49:45.197604 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:45.201365 ---      ParallelTerminationStrategy: PID 112 died...
22:49:45.202891 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:45.206727 ---      ParallelTerminationStrategy: PID 113 died...
22:49:45.208247 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:45.212021 ---      ParallelTerminationStrategy: PID 114 died...
22:49:45.213552 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:45.217470 ---      ParallelTerminationStrategy: PID 115 died...
22:49:45.219148 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:45.223307 ---      ParallelTerminationStrategy: PID 116 died...
22:49:45.224979 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:45.228962 ---      ParallelTerminationStrategy: PID 117 died...
22:49:45.230565 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:45.234520 ---      ParallelTerminationStrategy: PID 118 died...
22:49:45.236122 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:45.240086 ---      ParallelTerminationStrategy: PID 119 died...
22:49:45.241707 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:45.245688 ---      ParallelTerminationStrategy: PID 120 died...
22:49:45.247287 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:45.251263 ---      ParallelTerminationStrategy: PID 121 died...
22:49:45.252864 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:45.256996 ---      ParallelTerminationStrategy: PID 122 died...
22:49:45.258680 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:45.262822 ---      ParallelTerminationStrategy: PID 123 died...
22:49:45.264485 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:45.268690 ---      ParallelTerminationStrategy: PID 124 died...
22:49:45.270368 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:45.274512 ---      ParallelTerminationStrategy: PID 125 died...
22:49:45.276196 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:45.280336 ---      ParallelTerminationStrategy: PID 126 died...
22:49:45.282027 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:45.286200 ---      ParallelTerminationStrategy: PID 127 died...
22:49:45.287881 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:45.292117 ---      ParallelTerminationStrategy: PID 128 died...
22:49:45.293838 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:45.298075 ---      ParallelTerminationStrategy: PID 129 died...
22:49:45.299783 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:45.304032 ---      ParallelTerminationStrategy: PID 130 died...
22:49:45.305771 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:45.310017 ---      ParallelTerminationStrategy: PID 131 died...
22:49:45.311742 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:45.316002 ---      ParallelTerminationStrategy: PID 132 died...
22:49:45.317729 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:45.321983 ---      ParallelTerminationStrategy: PID 133 died...
22:49:45.323732 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:45.328163 ---      ParallelTerminationStrategy: PID 134 died...
22:49:45.329941 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:45.334443 ---      ParallelTerminationStrategy: PID 135 died...
22:49:45.336270 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:45.340781 ---      ParallelTerminationStrategy: PID 136 died...
22:49:45.342599 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:45.347032 ---      ParallelTerminationStrategy: PID 137 died...
22:49:45.348746 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:45.352986 ---      ParallelTerminationStrategy: PID 138 died...
22:49:45.354673 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:45.358974 ---      ParallelTerminationStrategy: PID 139 died...
22:49:45.360714 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:45.365031 ---      ParallelTerminationStrategy: PID 140 died...
22:49:45.366775 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:45.371084 ---      ParallelTerminationStrategy: PID 141 died...
22:49:45.372827 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:45.377122 ---      ParallelTerminationStrategy: PID 142 died...
22:49:45.378787 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:45.382904 ---      ParallelTerminationStrategy: PID 143 died...
22:49:45.384554 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:45.388654 ---      ParallelTerminationStrategy: PID 144 died...
22:49:45.390312 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:45.394310 ---      ParallelTerminationStrategy: PID 145 died...
22:49:45.395873 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:45.399812 ---      ParallelTerminationStrategy: PID 146 died...
22:49:45.401339 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:45.405084 ---      ParallelTerminationStrategy: PID 147 died...
22:49:45.406587 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:45.410332 ---      ParallelTerminationStrategy: PID 148 died...
22:49:45.411846 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:45.415601 ---      ParallelTerminationStrategy: PID 149 died...
22:49:45.417119 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:45.420983 ---      ParallelTerminationStrategy: PID 150 died...
22:49:45.422524 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:45.426433 ---      ParallelTerminationStrategy: PID 151 died...
22:49:45.428026 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:45.431968 ---      ParallelTerminationStrategy: PID 152 died...
22:49:45.433559 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:45.437353 ---      ParallelTerminationStrategy: PID 153 died...
22:49:45.438859 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:45.442621 ---      ParallelTerminationStrategy: PID 154 died...
22:49:45.444128 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:45.447909 ---      ParallelTerminationStrategy: PID 155 died...
22:49:45.449422 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:45.453228 ---      ParallelTerminationStrategy: PID 156 died...
22:49:45.454776 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:45.458619 ---      ParallelTerminationStrategy: PID 157 died...
22:49:45.460151 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:45.464000 ---      ParallelTerminationStrategy: PID 158 died...
22:49:45.465557 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:45.469463 ---      ParallelTerminationStrategy: PID 159 died...
22:49:45.471039 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:45.474975 ---      ParallelTerminationStrategy: PID 160 died...
22:49:45.476550 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:45.480490 ---      ParallelTerminationStrategy: PID 161 died...
22:49:45.482122 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:45.486057 ---      ParallelTerminationStrategy: PID 162 died...
22:49:45.487641 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:45.491570 ---      ParallelTerminationStrategy: PID 163 died...
22:49:45.493181 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:45.497119 ---      ParallelTerminationStrategy: PID 164 died...
22:49:45.498701 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:45.502616 ---      ParallelTerminationStrategy: PID 165 died...
22:49:45.504194 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:45.508258 ---      ParallelTerminationStrategy: PID 166 died...
22:49:45.509949 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:45.514082 ---      ParallelTerminationStrategy: PID 167 died...
22:49:45.515749 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:45.519856 ---      ParallelTerminationStrategy: PID 168 died...
22:49:45.521523 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:45.525669 ---      ParallelTerminationStrategy: PID 169 died...
22:49:45.527339 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:45.531399 ---      ParallelTerminationStrategy: PID 170 died...
22:49:45.532973 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:45.536910 ---      ParallelTerminationStrategy: PID 171 died...
22:49:45.538425 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:45.542182 ---      ParallelTerminationStrategy: PID 172 died...
22:49:45.543687 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:45.547403 ---      ParallelTerminationStrategy: PID 173 died...
22:49:45.548886 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:45.552549 ---      ParallelTerminationStrategy: PID 174 died...
22:49:45.554031 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:45.557784 ---      ParallelTerminationStrategy: PID 175 died...
22:49:45.559288 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:45.563045 ---      ParallelTerminationStrategy: PID 176 died...
22:49:45.564559 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:45.568345 ---      ParallelTerminationStrategy: PID 177 died...
22:49:45.569889 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:45.573703 ---      ParallelTerminationStrategy: PID 178 died...
22:49:45.575235 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:45.579097 ---      ParallelTerminationStrategy: PID 179 died...
22:49:45.580605 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:45.584279 ---      ParallelTerminationStrategy: PID 180 died...
22:49:45.585761 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:45.589430 ---      ParallelTerminationStrategy: PID 181 died...
22:49:45.590940 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:45.594624 ---      ParallelTerminationStrategy: PID 182 died...
22:49:45.596102 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:45.599836 ---      ParallelTerminationStrategy: PID 183 died...
22:49:45.601345 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:45.605121 ---      ParallelTerminationStrategy: PID 184 died...
22:49:45.606643 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:45.610398 ---      ParallelTerminationStrategy: PID 185 died...
22:49:45.611924 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:45.615798 ---      ParallelTerminationStrategy: PID 186 died...
22:49:45.617376 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:45.621312 ---      ParallelTerminationStrategy: PID 187 died...
22:49:45.622891 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:45.626824 ---      ParallelTerminationStrategy: PID 188 died...
22:49:45.628393 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:45.632175 ---      ParallelTerminationStrategy: PID 189 died...
22:49:45.633685 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:45.637449 ---      ParallelTerminationStrategy: PID 190 died...
22:49:45.638964 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:45.642674 ---      ParallelTerminationStrategy: PID 191 died...
22:49:45.644156 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:45.647886 ---      ParallelTerminationStrategy: PID 192 died...
22:49:45.649374 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:45.653115 ---      ParallelTerminationStrategy: PID 193 died...
22:49:45.654632 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:45.658438 ---      ParallelTerminationStrategy: PID 194 died...
22:49:45.659986 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:45.663818 ---      ParallelTerminationStrategy: PID 195 died...
22:49:45.665364 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:45.669209 ---      ParallelTerminationStrategy: PID 196 died...
22:49:45.670752 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:45.674592 ---      ParallelTerminationStrategy: PID 197 died...
22:49:45.676129 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:45.680023 ---      ParallelTerminationStrategy: PID 198 died...
22:49:45.681587 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:45.685441 ---      ParallelTerminationStrategy: PID 199 died...
22:49:45.686998 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:45.690844 ---      ParallelTerminationStrategy: PID 200 died...
22:49:45.692440 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:45.696408 ---      ParallelTerminationStrategy: PID 201 died...
22:49:45.698057 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:45.702141 ---      ParallelTerminationStrategy: PID 202 died...
22:49:45.703733 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:45.707679 ---      ParallelTerminationStrategy: PID 203 died...
22:49:45.709265 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:45.713185 ---      ParallelTerminationStrategy: PID 204 died...
22:49:45.714765 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:45.718724 ---      ParallelTerminationStrategy: PID 205 died...
22:49:45.720325 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:45.724150 ---      ParallelTerminationStrategy: PID 206 died...
22:49:45.725680 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:45.729442 ---      ParallelTerminationStrategy: PID 207 died...
22:49:45.730950 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:45.734722 ---      ParallelTerminationStrategy: PID 208 died...
22:49:45.736259 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:45.740112 ---      ParallelTerminationStrategy: PID 209 died...
22:49:45.741667 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:45.745546 ---      ParallelTerminationStrategy: PID 210 died...
22:49:45.747094 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:45.751037 ---      ParallelTerminationStrategy: PID 211 died...
22:49:45.752619 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:45.756559 ---      ParallelTerminationStrategy: PID 212 died...
22:49:45.758146 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:45.762100 ---      ParallelTerminationStrategy: PID 213 died...
22:49:45.763709 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:45.767696 ---      ParallelTerminationStrategy: PID 214 died...
22:49:45.769278 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:45.773220 ---      ParallelTerminationStrategy: PID 215 died...
22:49:45.774824 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:45.778886 ---      ParallelTerminationStrategy: PID 216 died...
22:49:45.780580 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:45.784797 ---      ParallelTerminationStrategy: PID 217 died...
22:49:45.786483 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:45.790664 ---      ParallelTerminationStrategy: PID 218 died...
22:49:45.792348 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:45.796596 ---      ParallelTerminationStrategy: PID 219 died...
22:49:45.798327 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:45.802622 ---      ParallelTerminationStrategy: PID 220 died...
22:49:45.804344 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:45.808618 ---      ParallelTerminationStrategy: PID 221 died...
22:49:45.810341 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:45.814686 ---      ParallelTerminationStrategy: PID 222 died...
22:49:45.816417 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:45.820776 ---      ParallelTerminationStrategy: PID 223 died...
22:49:45.822540 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:45.827095 ---      ParallelTerminationStrategy: PID 224 died...
22:49:45.828868 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:45.833260 ---      ParallelTerminationStrategy: PID 225 died...
22:49:45.835054 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:45.839581 ---      ParallelTerminationStrategy: PID 226 died...
22:49:45.841457 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:45.845914 ---      ParallelTerminationStrategy: PID 227 died...
22:49:45.847695 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:45.852556 ---      ParallelTerminationStrategy: PID 228 died...
22:49:45.854358 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:45.858766 ---      ParallelTerminationStrategy: PID 229 died...
22:49:45.860476 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:45.864772 ---      ParallelTerminationStrategy: PID 230 died...
22:49:45.866529 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:45.870878 ---      ParallelTerminationStrategy: PID 231 died...
22:49:45.872628 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:45.876979 ---      ParallelTerminationStrategy: PID 232 died...
22:49:45.878721 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:45.883053 ---      ParallelTerminationStrategy: PID 233 died...
22:49:45.885143 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:45.889494 ---      ParallelTerminationStrategy: PID 234 died...
22:49:45.891247 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:49.295306 ---      ParallelTerminationStrategy: PID 34 died...
22:49:49.297019 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8032 netreg_mass PASS
---------------------------------------------------------------------
22:49:49.368476 tst                       trial-8032: Storing JUnit report in /build/trial-8032/run.2025-07-19_22-48-16/trial-8032.xml

--------------------------------------------------------------------------------------------
trial-8032 PASS
--------------------------------------------------------------------------------------------
22:49:49.379656 tst                       trial-8032: trial-8032: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (86.8 sec)
+ exit_code=0
+ rm -rf trial-8032/inst
+ cd trial-8032
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-07-19 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8032-run.tgz run.2025-07-19_22-48-16
+ tar czf /build/trial-8032-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-07-19_13_28_47.tgz osmo-bts-oc2g.build-2025-07-19_00_51_55.tgz osmo-bts-sysmo.build-2025-07-19_00_52_50.tgz osmo-bts.build-2025-07-19_00_52_57.tgz osmo-ggsn.build-2025-07-19_20_43_14.tgz osmo-hlr.build-2025-07-19_16_36_50.tgz osmo-hnbgw.build-2025-07-19_13_29_51.tgz osmo-mgw.build-2025-07-19_08_33_13.tgz osmo-msc.build-2025-07-19_13_32_30.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-19_07_34_00.tgz osmo-pcu-sysmo.build-2025-07-19_07_36_03.tgz osmo-pcu.build-2025-07-19_07_36_12.tgz osmo-sgsn.build-2025-07-19_20_48_50.tgz osmo-stp.build-2025-07-19_13_25_18.tgz osmo-trx.build-2025-07-19_14_28_48.tgz osmocom-bb.build-2025-07-19_21_17_16.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x

### Clean up ###

+ trap - EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS