Skip to content
Success

Console Output

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:79f3286ba077574ab7d95ad053bb0e95af5ea810ee44bf63ac651672027c0b35 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=8083 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-09-08 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8083
+ mkdir -p trial-8083
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-09-08_13_29_08.tgz osmo-bts-oc2g.build-2025-09-08_21_28_17.tgz osmo-bts-sysmo.build-2025-09-08_21_34_15.tgz osmo-bts.build-2025-09-08_21_34_23.tgz osmo-ggsn.build-2025-09-08_20_47_45.tgz osmo-hlr.build-2025-09-08_16_36_39.tgz osmo-hnbgw.build-2025-09-08_13_30_21.tgz osmo-mgw.build-2025-09-08_08_33_16.tgz osmo-msc.build-2025-09-08_13_34_47.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-09-08_07_34_02.tgz osmo-pcu-sysmo.build-2025-09-08_07_36_23.tgz osmo-pcu.build-2025-09-08_07_36_29.tgz osmo-sgsn.build-2025-09-08_20_50_40.tgz osmo-stp.build-2025-09-08_13_22_57.tgz osmo-trx.build-2025-09-08_14_29_11.tgz osmocom-bb.build-2025-09-08_21_17_12.tgz srslte.build-19.tgz trial-8083
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-09-08_13_29_08.md5 osmo-bts-oc2g.build-2025-09-08_21_28_17.md5 osmo-bts-sysmo.build-2025-09-08_21_34_15.md5 osmo-bts.build-2025-09-08_21_34_23.md5 osmo-ggsn.build-2025-09-08_20_47_45.md5 osmo-hlr.build-2025-09-08_16_36_39.md5 osmo-hnbgw.build-2025-09-08_13_30_21.md5 osmo-mgw.build-2025-09-08_08_33_16.md5 osmo-msc.build-2025-09-08_13_34_47.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-09-08_07_34_02.md5 osmo-pcu-sysmo.build-2025-09-08_07_36_23.md5 osmo-pcu.build-2025-09-08_07_36_29.md5 osmo-sgsn.build-2025-09-08_20_50_40.md5 osmo-stp.build-2025-09-08_13_22_57.md5 osmo-trx.build-2025-09-08_14_29_11.md5 osmocom-bb.build-2025-09-08_21_17_12.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-09-08_13_29_08.md5 osmo-bts-oc2g.build-2025-09-08_21_28_17.md5 osmo-bts-sysmo.build-2025-09-08_21_34_15.md5 osmo-bts.build-2025-09-08_21_34_23.md5 osmo-ggsn.build-2025-09-08_20_47_45.md5 osmo-hlr.build-2025-09-08_16_36_39.md5 osmo-hnbgw.build-2025-09-08_13_30_21.md5 osmo-mgw.build-2025-09-08_08_33_16.md5 osmo-msc.build-2025-09-08_13_34_47.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-09-08_07_34_02.md5 osmo-pcu-sysmo.build-2025-09-08_07_36_23.md5 osmo-pcu.build-2025-09-08_07_36_29.md5 osmo-sgsn.build-2025-09-08_20_50_40.md5 osmo-stp.build-2025-09-08_13_22_57.md5 osmo-trx.build-2025-09-08_14_29_11.md5 osmocom-bb.build-2025-09-08_21_17_12.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-8083 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8083'
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-8083
--------------------------------------------------------------------------------------------
22:48:18.656398 tst                       trial-8083: Detailed log at /build/trial-8083/run.2025-09-08_22-48-18/log

---------------------------------------------------------------------
trial-8083 netreg_mass
---------------------------------------------------------------------
22:48:18.919849 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.920317 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.921384 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.922944 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.967255 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.969118 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.971832 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:19.075021 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-8083 netreg_mass register_default_mass.py
----------------------------------------------
22:48:19.077155 tst       register_default_mass.py:9: Claiming resources for the test
22:48:19.115881 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.117147 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.118228 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.119277 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.120316 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.121422 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.122467 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:19.189880 tst         register_default_mass.py: using LAC 2
22:48:19.235494 tst         register_default_mass.py: using RAC 2
22:48:19.279528 tst         register_default_mass.py: using CellId 2
22:48:19.322788 tst         register_default_mass.py: using BVCI 3
22:48:19.336066 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.337461 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.338697 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.339940 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.341023 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.341735 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.342426 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.343135 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.343856 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.344551 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.345240 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.345902 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.346585 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.347249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.347915 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.348584 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.349316 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.349977 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.350621 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.351281 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.351939 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.352605 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.353288 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.353997 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.354659 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.355330 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.356011 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.356670 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.357349 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.358025 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.358681 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.359334 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.360028 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.360708 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.361367 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.362370 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.363063 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.363745 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.364432 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.365237 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.365899 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.366583 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.367248 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.367913 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.368583 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.369242 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.369885 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.370574 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.371232 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.371884 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.372549 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.373189 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.373812 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.374455 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.375083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.375715 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.376349 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.377002 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.377636 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.378259 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.378883 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.379530 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.380177 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.380855 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.381493 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.382120 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.382769 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.383419 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.384050 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.384687 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.385346 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.385987 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.386738 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.387382 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.388018 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.388648 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.389295 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.389918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.390523 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.391137 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.391752 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.392358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.392997 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.393621 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.394224 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.394847 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.395470 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.396095 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.396746 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.397388 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.398020 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.398643 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.399304 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.399942 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.400589 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.401254 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.401907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.402559 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.403229 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.403888 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.404525 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.405253 tst      register_default_mass.py:21: Launching a simple network
22:48:19.418521 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.577999 run            create_hlr_db(pid=20): Launched
22:48:20.599993 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:20.619783 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:20.639344 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:20.646708 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.904114 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:20.925879 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:20.934993 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:21.505465 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:21.526207 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:24.541623 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:24.720628 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:24.739986 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:24.747402 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:24.777204 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:24.795400 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:24.802175 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:25.196615 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:25.219063 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:31.239600 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:31.432121 run         osmo-bts-virtual(pid=34): Launched
22:48:32.486805 tst         register_default_mass.py: using MSISDN 1001
22:48:32.493424 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:32.587322 tst         register_default_mass.py: using MSISDN 1002
22:48:32.594599 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:32.661597 tst         register_default_mass.py: using MSISDN 1003
22:48:32.668394 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:32.737366 tst         register_default_mass.py: using MSISDN 1004
22:48:32.743932 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:32.806226 tst         register_default_mass.py: using MSISDN 1005
22:48:32.812563 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:32.886573 tst         register_default_mass.py: using MSISDN 1006
22:48:32.892538 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:32.955445 tst         register_default_mass.py: using MSISDN 1007
22:48:32.961892 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:33.025234 tst         register_default_mass.py: using MSISDN 1008
22:48:33.033199 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:33.094099 tst         register_default_mass.py: using MSISDN 1009
22:48:33.104757 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:33.189279 tst         register_default_mass.py: using MSISDN 1010
22:48:33.195504 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:33.616326 tst         register_default_mass.py: using MSISDN 1011
22:48:33.622289 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:33.686814 tst         register_default_mass.py: using MSISDN 1012
22:48:33.692964 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:33.754899 tst         register_default_mass.py: using MSISDN 1013
22:48:33.761909 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:33.865122 tst         register_default_mass.py: using MSISDN 1014
22:48:33.871275 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:33.934309 tst         register_default_mass.py: using MSISDN 1015
22:48:33.940633 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:34.002500 tst         register_default_mass.py: using MSISDN 1016
22:48:34.009188 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:34.077990 tst         register_default_mass.py: using MSISDN 1017
22:48:34.085044 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:34.173208 tst         register_default_mass.py: using MSISDN 1018
22:48:34.179764 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:34.262894 tst         register_default_mass.py: using MSISDN 1019
22:48:34.270880 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:34.334841 tst         register_default_mass.py: using MSISDN 1020
22:48:34.342826 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:34.414853 tst         register_default_mass.py: using MSISDN 1021
22:48:34.422724 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:34.496502 tst         register_default_mass.py: using MSISDN 1022
22:48:34.503377 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:34.587187 tst         register_default_mass.py: using MSISDN 1023
22:48:34.596224 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:34.670043 tst         register_default_mass.py: using MSISDN 1024
22:48:34.677448 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:34.783740 tst         register_default_mass.py: using MSISDN 1025
22:48:34.791124 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:34.862668 tst         register_default_mass.py: using MSISDN 1026
22:48:34.869863 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:34.944077 tst         register_default_mass.py: using MSISDN 1027
22:48:34.950958 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:35.034976 tst         register_default_mass.py: using MSISDN 1028
22:48:35.041554 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:35.142246 tst         register_default_mass.py: using MSISDN 1029
22:48:35.151743 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:35.273486 tst         register_default_mass.py: using MSISDN 1030
22:48:35.280083 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:35.367241 tst         register_default_mass.py: using MSISDN 1031
22:48:35.374378 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:35.446069 tst         register_default_mass.py: using MSISDN 1032
22:48:35.453016 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:35.529626 tst         register_default_mass.py: using MSISDN 1033
22:48:35.536547 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:35.603663 tst         register_default_mass.py: using MSISDN 1034
22:48:35.610246 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:35.687345 tst         register_default_mass.py: using MSISDN 1035
22:48:35.698440 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:35.779476 tst         register_default_mass.py: using MSISDN 1036
22:48:35.786692 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:35.858411 tst         register_default_mass.py: using MSISDN 1037
22:48:35.866005 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:35.989515 tst         register_default_mass.py: using MSISDN 1038
22:48:36.008855 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:36.086192 tst         register_default_mass.py: using MSISDN 1039
22:48:36.101928 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:36.173726 tst         register_default_mass.py: using MSISDN 1040
22:48:36.190308 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:36.272055 tst         register_default_mass.py: using MSISDN 1041
22:48:36.289740 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:36.374514 tst         register_default_mass.py: using MSISDN 1042
22:48:36.389987 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:36.460913 tst         register_default_mass.py: using MSISDN 1043
22:48:36.478712 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:36.718781 tst         register_default_mass.py: using MSISDN 1044
22:48:36.737252 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:36.821815 tst         register_default_mass.py: using MSISDN 1045
22:48:36.835591 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:36.912370 tst         register_default_mass.py: using MSISDN 1046
22:48:36.928429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:37.008775 tst         register_default_mass.py: using MSISDN 1047
22:48:37.023899 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:37.094229 tst         register_default_mass.py: using MSISDN 1048
22:48:37.111264 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:37.192904 tst         register_default_mass.py: using MSISDN 1049
22:48:37.209038 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:37.301717 tst         register_default_mass.py: using MSISDN 1050
22:48:37.316775 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:37.386176 tst         register_default_mass.py: using MSISDN 1051
22:48:37.402299 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:37.480127 tst         register_default_mass.py: using MSISDN 1052
22:48:37.496869 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:37.589113 tst         register_default_mass.py: using MSISDN 1053
22:48:37.603937 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:37.696885 tst         register_default_mass.py: using MSISDN 1054
22:48:37.712259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:37.785512 tst         register_default_mass.py: using MSISDN 1055
22:48:37.800960 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:37.871648 tst         register_default_mass.py: using MSISDN 1056
22:48:37.888989 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:37.977601 tst         register_default_mass.py: using MSISDN 1057
22:48:37.990443 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:38.061737 tst         register_default_mass.py: using MSISDN 1058
22:48:38.079472 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:38.158183 tst         register_default_mass.py: using MSISDN 1059
22:48:38.170293 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:38.244415 tst         register_default_mass.py: using MSISDN 1060
22:48:38.261649 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:38.354642 tst         register_default_mass.py: using MSISDN 1061
22:48:38.363368 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:38.427135 tst         register_default_mass.py: using MSISDN 1062
22:48:38.444145 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:38.521664 tst         register_default_mass.py: using MSISDN 1063
22:48:38.531713 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:38.616738 tst         register_default_mass.py: using MSISDN 1064
22:48:38.632708 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:38.720520 tst         register_default_mass.py: using MSISDN 1065
22:48:38.736602 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:38.812201 tst         register_default_mass.py: using MSISDN 1066
22:48:38.830315 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:39.184179 tst         register_default_mass.py: using MSISDN 1067
22:48:39.197908 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:39.271066 tst         register_default_mass.py: using MSISDN 1068
22:48:39.283099 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:39.368963 tst         register_default_mass.py: using MSISDN 1069
22:48:39.382036 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:39.457761 tst         register_default_mass.py: using MSISDN 1070
22:48:39.468618 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:39.569686 tst         register_default_mass.py: using MSISDN 1071
22:48:39.579436 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:39.648166 tst         register_default_mass.py: using MSISDN 1072
22:48:39.665703 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:39.738622 tst         register_default_mass.py: using MSISDN 1073
22:48:39.755563 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:39.836365 tst         register_default_mass.py: using MSISDN 1074
22:48:39.853154 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:39.943941 tst         register_default_mass.py: using MSISDN 1075
22:48:39.958461 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:40.031391 tst         register_default_mass.py: using MSISDN 1076
22:48:40.048646 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:40.151362 tst         register_default_mass.py: using MSISDN 1077
22:48:40.167066 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:40.245676 tst         register_default_mass.py: using MSISDN 1078
22:48:40.261756 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:40.329270 tst         register_default_mass.py: using MSISDN 1079
22:48:40.344534 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:40.418593 tst         register_default_mass.py: using MSISDN 1080
22:48:40.434303 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:40.522486 tst         register_default_mass.py: using MSISDN 1081
22:48:40.538478 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:40.615281 tst         register_default_mass.py: using MSISDN 1082
22:48:40.631216 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:40.711871 tst         register_default_mass.py: using MSISDN 1083
22:48:40.727577 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:40.804084 tst         register_default_mass.py: using MSISDN 1084
22:48:40.820030 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:40.897022 tst         register_default_mass.py: using MSISDN 1085
22:48:40.912790 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:40.984937 tst         register_default_mass.py: using MSISDN 1086
22:48:41.000951 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:41.076280 tst         register_default_mass.py: using MSISDN 1087
22:48:41.092086 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:41.168104 tst         register_default_mass.py: using MSISDN 1088
22:48:41.185788 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:41.271731 tst         register_default_mass.py: using MSISDN 1089
22:48:41.289992 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:41.365258 tst         register_default_mass.py: using MSISDN 1090
22:48:41.383875 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:41.472143 tst         register_default_mass.py: using MSISDN 1091
22:48:41.490298 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:41.573829 tst         register_default_mass.py: using MSISDN 1092
22:48:41.590954 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:41.667075 tst         register_default_mass.py: using MSISDN 1093
22:48:41.685837 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:41.756056 tst         register_default_mass.py: using MSISDN 1094
22:48:41.774117 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:41.857486 tst         register_default_mass.py: using MSISDN 1095
22:48:41.875536 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:41.969557 tst         register_default_mass.py: using MSISDN 1096
22:48:41.987828 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:42.077776 tst         register_default_mass.py: using MSISDN 1097
22:48:42.094648 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:42.171703 tst         register_default_mass.py: using MSISDN 1098
22:48:42.190122 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:42.279235 tst         register_default_mass.py: using MSISDN 1099
22:48:42.299196 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:42.395716 tst         register_default_mass.py: using MSISDN 1100
22:48:42.415345 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:42.675379 run                             mass: Starting testcase
22:48:42.692530 run                             mass: Pre-launching all virtphy's
22:48:42.710106 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:42.754335 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:42.774480 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:42.820941 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:42.839690 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:42.879362 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:42.898335 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:42.941276 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:42.961102 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:43.004760 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:43.023476 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:43.063139 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:43.082477 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:43.119469 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:43.134562 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:43.160981 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:43.176586 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:43.202153 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:43.216878 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:43.242923 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:43.261604 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:43.284216 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:43.296672 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:43.320836 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:43.339054 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:43.369865 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:43.380787 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:43.400854 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:43.410350 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:43.430779 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:43.445938 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:43.473556 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:43.482734 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:43.503809 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:43.513701 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:43.533009 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:43.541905 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:43.560836 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:43.577096 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:43.597520 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:43.607224 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:43.626943 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:43.636901 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:43.656161 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:43.665607 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:43.685255 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:43.694101 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:43.713463 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:43.847885 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:43.862632 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:43.878067 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:43.899028 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:43.907364 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:43.925576 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:43.935308 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:43.953131 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:43.963066 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:43.981339 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:43.990616 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:44.008523 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:44.021247 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:44.039238 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:44.048272 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:44.067048 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:44.075865 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:44.094253 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:44.102457 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:44.119725 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:44.127600 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:44.144360 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:44.152011 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:44.167895 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:44.175337 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:44.191448 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:44.198871 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:44.214393 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:44.221704 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:44.299683 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:44.305990 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:44.319325 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:44.325566 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:44.338849 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:44.345083 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:44.358394 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:44.364500 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:44.377931 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:44.384138 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:44.397568 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:44.403945 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:44.417516 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:44.423888 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:44.437615 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:44.444079 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:44.458669 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:44.465892 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:44.481349 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:44.488476 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:44.503612 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:44.510663 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:44.525707 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:44.532632 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:44.548431 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:44.555396 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:44.571140 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:44.579454 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:44.596090 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:44.603806 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:44.619988 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:44.627292 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:44.642814 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:44.649877 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:44.665213 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:44.672300 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:44.687348 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:44.693968 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:44.708268 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:44.714717 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:44.729123 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:44.737131 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:44.755125 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:44.764076 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:44.781535 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:44.791155 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:44.809201 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:44.819881 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:44.838184 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:44.846479 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:44.863781 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:44.871656 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:44.889289 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:44.903726 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:44.929034 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:44.938745 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:44.956549 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:44.964774 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:44.982393 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:44.996472 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:45.026554 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:45.041048 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:45.073070 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:45.088148 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:45.113992 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:45.122124 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:45.139598 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:45.149964 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:45.167892 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:45.182646 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:45.213922 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:45.229507 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:45.261494 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:45.275989 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:45.309372 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:45.326791 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:45.363534 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:45.380064 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:45.415116 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:45.430948 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:45.465390 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:45.481093 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:45.514197 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:45.529672 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:45.564280 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:45.580533 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:45.614376 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:45.630539 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:45.664995 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:45.681234 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:45.715252 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:45.731232 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:45.764441 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:45.780215 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:45.814491 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:45.831098 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:45.864322 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:45.880344 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:45.914467 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:45.929674 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:45.962557 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:45.978073 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:46.011653 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:46.027291 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:46.061358 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:46.077362 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:46.111385 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:46.127540 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:46.146116 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:46.155760 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:46.174219 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:46.184138 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:46.202823 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:46.212422 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:46.231070 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:46.240362 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:46.259150 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:46.268190 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:46.286986 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:46.296632 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:46.317967 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:46.327651 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:46.346537 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:46.356132 run                             mass: Checking if sockets are in the filesystem
22:48:46.373483 run                osmo-ms-mob/00000: Starting mobile
22:48:46.395766 run       osmo-ms-mob/00000(pid=135): Launched
22:48:46.418626 run                             mass: MS start registered  {at=20602632.121937532, delay=0.007280990481376648, ms=00000}
22:48:50.571433 run                osmo-ms-mob/00001: Starting mobile
22:48:50.585413 run       osmo-ms-mob/00001(pid=136): Launched
22:48:50.596945 run                             mass: MS start registered  {at=20602636.300290152, delay=0.004929263144731522, ms=00001}
22:48:52.029175 run                             mass: MS performed LU  {at=20602637.73250232, lu_delay=5.610564786940813, ms=00000}
22:48:52.375950 run                osmo-ms-mob/00002: Starting mobile
22:48:52.402572 run       osmo-ms-mob/00002(pid=137): Launched
22:48:52.416295 run                             mass: MS start registered  {at=20602638.11962868, delay=3.472715616226196e-05, ms=00002}
22:48:53.670973 run                osmo-ms-mob/00003: Starting mobile
22:48:53.684791 run       osmo-ms-mob/00003(pid=138): Launched
22:48:53.695556 run                             mass: MS start registered  {at=20602639.398899652, delay=0.004547495394945145, ms=00003}
22:48:54.772477 run                osmo-ms-mob/00004: Starting mobile
22:48:54.786363 run       osmo-ms-mob/00004(pid=139): Launched
22:48:54.797652 run                             mass: MS start registered  {at=20602640.501000028, delay=0.004773363471031189, ms=00004}
22:48:55.559707 run                             mass: MS performed LU  {at=20602641.26304028, lu_delay=4.962750129401684, ms=00001}
22:48:55.771017 run                osmo-ms-mob/00005: Starting mobile
22:48:55.785366 run       osmo-ms-mob/00005(pid=140): Launched
22:48:55.797079 run                             mass: MS start registered  {at=20602641.50042295, delay=0.005123302340507507, ms=00005}
22:48:56.670223 run                osmo-ms-mob/00006: Starting mobile
22:48:56.683446 run       osmo-ms-mob/00006(pid=141): Launched
22:48:56.694806 run                             mass: MS start registered  {at=20602642.398153108, delay=0.005046941339969635, ms=00006}
22:48:57.461167 run                             mass: MS performed LU  {at=20602643.164499156, lu_delay=5.044870477169752, ms=00002}
22:48:57.575343 run                osmo-ms-mob/00007: Starting mobile
22:48:57.589557 run       osmo-ms-mob/00007(pid=142): Launched
22:48:57.600966 run                             mass: MS start registered  {at=20602643.30431254, delay=0.005090877413749695, ms=00007}
22:48:58.370909 run                osmo-ms-mob/00008: Starting mobile
22:48:58.386147 run       osmo-ms-mob/00008(pid=143): Launched
22:48:58.397698 run                             mass: MS start registered  {at=20602644.101048224, delay=0.004988562315702438, ms=00008}
22:48:59.073102 run                osmo-ms-mob/00009: Starting mobile
22:48:59.087630 run       osmo-ms-mob/00009(pid=144): Launched
22:48:59.098875 run                             mass: MS start registered  {at=20602644.80223176, delay=0.004449792206287384, ms=00009}
22:48:59.325417 run                             mass: MS performed LU  {at=20602645.028749898, lu_delay=5.629850246012211, ms=00003}
22:48:59.771181 run                osmo-ms-mob/00010: Starting mobile
22:48:59.784974 run       osmo-ms-mob/00010(pid=145): Launched
22:48:59.796815 run                             mass: MS start registered  {at=20602645.500150718, delay=0.005255896598100662, ms=00010}
22:48:59.842503 run                             mass: MS performed LU  {at=20602645.54583293, lu_delay=5.0448329001665115, ms=00004}
22:49:00.374986 run                osmo-ms-mob/00011: Starting mobile
22:49:00.389588 run       osmo-ms-mob/00011(pid=146): Launched
22:49:00.401572 run                             mass: MS start registered  {at=20602646.104919337, delay=0.005527682602405548, ms=00011}
22:49:00.983540 run                osmo-ms-mob/00012: Starting mobile
22:49:00.997923 run       osmo-ms-mob/00012(pid=147): Launched
22:49:01.009330 run                             mass: MS start registered  {at=20602646.712670356, delay=0.004974298179149628, ms=00012}
22:49:01.227912 run                             mass: MS performed LU  {at=20602646.93115289, lu_delay=4.532999783754349, ms=00006}
22:49:01.272951 run                             mass: MS performed LU  {at=20602646.976265877, lu_delay=5.475842926651239, ms=00005}
22:49:01.570282 run                osmo-ms-mob/00013: Starting mobile
22:49:01.584828 run       osmo-ms-mob/00013(pid=148): Launched
22:49:01.597109 run                             mass: MS start registered  {at=20602647.30045947, delay=0.005616042762994766, ms=00013}
22:49:02.171235 run                osmo-ms-mob/00014: Starting mobile
22:49:02.186186 run       osmo-ms-mob/00014(pid=149): Launched
22:49:02.198138 run                             mass: MS start registered  {at=20602647.901483875, delay=0.00538996234536171, ms=00014}
22:49:02.770907 run                osmo-ms-mob/00015: Starting mobile
22:49:02.787142 run       osmo-ms-mob/00015(pid=150): Launched
22:49:02.798346 run                             mass: MS start registered  {at=20602648.501693115, delay=0.004707302898168564, ms=00015}
22:49:03.092797 run                             mass: MS performed LU  {at=20602648.79599354, lu_delay=4.694945316761732, ms=00008}
22:49:03.138580 run                             mass: MS performed LU  {at=20602648.841879137, lu_delay=5.537566598504782, ms=00007}
22:49:03.154969 run                osmo-ms-mob/00016: Starting mobile
22:49:03.169136 run       osmo-ms-mob/00016(pid=151): Launched
22:49:03.180334 run                             mass: MS start registered  {at=20602648.88368194, delay=0.004672132432460785, ms=00016}
22:49:03.780712 run                osmo-ms-mob/00017: Starting mobile
22:49:03.794760 run       osmo-ms-mob/00017(pid=152): Launched
22:49:03.806158 run                             mass: MS start registered  {at=20602649.50949846, delay=0.004684802144765854, ms=00017}
22:49:04.382561 run                osmo-ms-mob/00018: Starting mobile
22:49:04.396821 run       osmo-ms-mob/00018(pid=153): Launched
22:49:04.408372 run                             mass: MS start registered  {at=20602650.111722276, delay=0.004394650459289551, ms=00018}
22:49:04.770523 run                osmo-ms-mob/00019: Starting mobile
22:49:04.784675 run       osmo-ms-mob/00019(pid=154): Launched
22:49:04.797815 run                             mass: MS start registered  {at=20602650.50114801, delay=0.005694076418876648, ms=00019}
22:49:04.992462 run                             mass: MS performed LU  {at=20602650.695784748, lu_delay=4.590865410864353, ms=00011}
22:49:05.039194 run                             mass: MS performed LU  {at=20602650.742445577, lu_delay=5.242294859141111, ms=00010}
22:49:05.108404 run                             mass: MS performed LU  {at=20602650.81166744, lu_delay=6.0094356797635555, ms=00009}
22:49:05.125144 run                osmo-ms-mob/00020: Starting mobile
22:49:05.139321 run       osmo-ms-mob/00020(pid=155): Launched
22:49:05.150982 run                             mass: MS start registered  {at=20602650.85433219, delay=0.0053044892847537994, ms=00020}
22:49:05.770912 run                osmo-ms-mob/00021: Starting mobile
22:49:05.785462 run       osmo-ms-mob/00021(pid=156): Launched
22:49:05.796985 run                             mass: MS start registered  {at=20602651.50031614, delay=0.00509343296289444, ms=00021}
22:49:06.174413 run                osmo-ms-mob/00022: Starting mobile
22:49:06.189363 run       osmo-ms-mob/00022(pid=157): Launched
22:49:06.200693 run                             mass: MS start registered  {at=20602651.9040434, delay=0.004936136305332184, ms=00022}
22:49:06.670891 run                osmo-ms-mob/00023: Starting mobile
22:49:06.685022 run       osmo-ms-mob/00023(pid=158): Launched
22:49:06.696250 run                             mass: MS start registered  {at=20602652.399597656, delay=0.004636924713850021, ms=00023}
22:49:06.774202 run                             mass: MS performed LU  {at=20602652.47753756, lu_delay=4.576053686439991, ms=00014}
22:49:06.857463 run                             mass: MS performed LU  {at=20602652.560797542, lu_delay=5.84812718629837, ms=00012}
22:49:06.903869 run                             mass: MS performed LU  {at=20602652.607202966, lu_delay=5.306743495166302, ms=00013}
22:49:06.916339 run                osmo-ms-mob/00024: Starting mobile
22:49:06.929887 run       osmo-ms-mob/00024(pid=159): Launched
22:49:06.940892 run                             mass: MS start registered  {at=20602652.6442466, delay=0.004647228866815567, ms=00024}
22:49:07.570592 run                osmo-ms-mob/00025: Starting mobile
22:49:07.584917 run       osmo-ms-mob/00025(pid=160): Launched
22:49:07.598790 run                             mass: MS start registered  {at=20602653.30210364, delay=0.007252432405948639, ms=00025}
22:49:07.971239 run                osmo-ms-mob/00026: Starting mobile
22:49:07.985446 run       osmo-ms-mob/00026(pid=161): Launched
22:49:07.998081 run                             mass: MS start registered  {at=20602653.701411422, delay=0.004641134291887283, ms=00026}
22:49:08.377343 run                osmo-ms-mob/00027: Starting mobile
22:49:08.393823 run       osmo-ms-mob/00027(pid=162): Launched
22:49:08.406947 run                             mass: MS start registered  {at=20602654.11028567, delay=0.0066045597195625305, ms=00027}
22:49:08.758854 run                             mass: MS performed LU  {at=20602654.462187, lu_delay=4.350464724004269, ms=00018}
22:49:08.771137 run                osmo-ms-mob/00028: Starting mobile
22:49:08.785599 run       osmo-ms-mob/00028(pid=163): Launched
22:49:08.797445 run                             mass: MS start registered  {at=20602654.500785075, delay=0.005433868616819382, ms=00028}
22:49:08.804447 run                             mass: MS performed LU  {at=20602654.50780104, lu_delay=6.006107926368713, ms=00015}
22:49:08.874359 run                             mass: MS performed LU  {at=20602654.577689867, lu_delay=5.068191409111023, ms=00017}
22:49:08.910762 run                             mass: MS performed LU  {at=20602654.614091028, lu_delay=5.73040908575058, ms=00016}
22:49:08.922777 run                osmo-ms-mob/00029: Starting mobile
22:49:08.936975 run       osmo-ms-mob/00029(pid=164): Launched
22:49:08.948698 run                             mass: MS start registered  {at=20602654.652037054, delay=0.005327928811311722, ms=00029}
22:49:09.570732 run                osmo-ms-mob/00030: Starting mobile
22:49:09.585182 run       osmo-ms-mob/00030(pid=165): Launched
22:49:09.597254 run                             mass: MS start registered  {at=20602655.300591458, delay=0.005292050540447235, ms=00030}
22:49:09.970069 run                osmo-ms-mob/00031: Starting mobile
22:49:09.983797 run       osmo-ms-mob/00031(pid=166): Launched
22:49:09.995594 run                             mass: MS start registered  {at=20602655.69893441, delay=0.0053164176642894745, ms=00031}
22:49:10.270770 run                osmo-ms-mob/00032: Starting mobile
22:49:10.284527 run       osmo-ms-mob/00032(pid=167): Launched
22:49:10.296131 run                             mass: MS start registered  {at=20602655.999479067, delay=0.004944153130054474, ms=00032}
22:49:10.539464 run                             mass: MS performed LU  {at=20602656.242800787, lu_delay=5.388468597084284, ms=00020}
22:49:10.623060 run                             mass: MS performed LU  {at=20602656.326392375, lu_delay=5.82524436339736, ms=00019}
22:49:10.635143 run                osmo-ms-mob/00033: Starting mobile
22:49:10.649050 run       osmo-ms-mob/00033(pid=168): Launched
22:49:10.660495 run                             mass: MS start registered  {at=20602656.363846418, delay=0.0049832165241241455, ms=00033}
22:49:10.669615 run                             mass: MS performed LU  {at=20602656.372965284, lu_delay=4.872649144381285, ms=00021}
22:49:10.812433 run                             mass: MS performed LU  {at=20602656.515760664, lu_delay=4.611717265099287, ms=00022}
22:49:11.072014 run                osmo-ms-mob/00034: Starting mobile
22:49:11.086060 run       osmo-ms-mob/00034(pid=169): Launched
22:49:11.098930 run                             mass: MS start registered  {at=20602656.802260853, delay=0.006399184465408325, ms=00034}
22:49:11.370726 run                osmo-ms-mob/00035: Starting mobile
22:49:11.385534 run       osmo-ms-mob/00035(pid=170): Launched
22:49:11.397288 run                             mass: MS start registered  {at=20602657.10062934, delay=0.005230255424976349, ms=00035}
22:49:11.772765 run                osmo-ms-mob/00036: Starting mobile
22:49:11.786748 run       osmo-ms-mob/00036(pid=171): Launched
22:49:11.799798 run                             mass: MS start registered  {at=20602657.50314364, delay=0.0066208019852638245, ms=00036}
22:49:12.171998 run                osmo-ms-mob/00037: Starting mobile
22:49:12.186732 run       osmo-ms-mob/00037(pid=172): Launched
22:49:12.198673 run                             mass: MS start registered  {at=20602657.90201258, delay=0.005521584302186966, ms=00037}
22:49:12.484999 run                osmo-ms-mob/00038: Starting mobile
22:49:12.500516 run       osmo-ms-mob/00038(pid=173): Launched
22:49:12.512185 run                             mass: MS start registered  {at=20602658.215522174, delay=0.0052030012011528015, ms=00038}
22:49:12.524538 run                             mass: MS performed LU  {at=20602658.227832984, lu_delay=5.828235328197479, ms=00023}
22:49:12.570313 run                             mass: MS performed LU  {at=20602658.273645453, lu_delay=5.629398852586746, ms=00024}
22:49:12.582675 run                osmo-ms-mob/00039: Starting mobile
22:49:12.596764 run       osmo-ms-mob/00039(pid=174): Launched
22:49:12.608318 run                             mass: MS start registered  {at=20602658.31164792, delay=0.005032353103160858, ms=00039}
22:49:12.640088 run                             mass: MS performed LU  {at=20602658.343426283, lu_delay=4.642014861106873, ms=00026}
22:49:12.676134 run                             mass: MS performed LU  {at=20602658.379470743, lu_delay=5.077367104589939, ms=00025}
22:49:13.171606 run                osmo-ms-mob/00040: Starting mobile
22:49:13.187181 run       osmo-ms-mob/00040(pid=175): Launched
22:49:13.199171 run                             mass: MS start registered  {at=20602658.902510956, delay=0.005509205162525177, ms=00040}
22:49:13.471234 run                osmo-ms-mob/00041: Starting mobile
22:49:13.485398 run       osmo-ms-mob/00041(pid=176): Launched
22:49:13.497061 run                             mass: MS start registered  {at=20602659.200401712, delay=0.0051040612161159515, ms=00041}
22:49:13.770953 run                osmo-ms-mob/00042: Starting mobile
22:49:13.784816 run       osmo-ms-mob/00042(pid=177): Launched
22:49:13.795941 run                             mass: MS start registered  {at=20602659.49928588, delay=0.0047925859689712524, ms=00042}
22:49:14.170663 run                osmo-ms-mob/00043: Starting mobile
22:49:14.184729 run       osmo-ms-mob/00043(pid=178): Launched
22:49:14.196746 run                             mass: MS start registered  {at=20602659.900093578, delay=0.00524212047457695, ms=00043}
22:49:14.305872 run                             mass: MS performed LU  {at=20602660.009204768, lu_delay=5.508419692516327, ms=00028}
22:49:14.388661 run                             mass: MS performed LU  {at=20602660.09198424, lu_delay=5.439947184175253, ms=00029}
22:49:14.400846 run                osmo-ms-mob/00044: Starting mobile
22:49:14.415064 run       osmo-ms-mob/00044(pid=179): Launched
22:49:14.426600 run                             mass: MS start registered  {at=20602660.129941862, delay=0.0037943311035633087, ms=00044}
22:49:14.435538 run                             mass: MS performed LU  {at=20602660.138863645, lu_delay=6.028577975928783, ms=00027}
22:49:14.577938 run                             mass: MS performed LU  {at=20602660.281271663, lu_delay=4.980680204927921, ms=00030}
22:49:14.590359 run                osmo-ms-mob/00045: Starting mobile
22:49:14.605108 run       osmo-ms-mob/00045(pid=180): Launched
22:49:14.611710 run                             mass: MS performed LU  {at=20602660.315067563, lu_delay=4.616133153438568, ms=00031}
22:49:14.618089 run                             mass: MS start registered  {at=20602660.321453832, delay=0.006407339125871658, ms=00045}
22:49:15.082603 run                osmo-ms-mob/00046: Starting mobile
22:49:15.099540 run       osmo-ms-mob/00046(pid=181): Launched
22:49:15.110928 run                             mass: MS start registered  {at=20602660.81427997, delay=0.004792124032974243, ms=00046}
22:49:15.382199 run                osmo-ms-mob/00047: Starting mobile
22:49:15.396446 run       osmo-ms-mob/00047(pid=182): Launched
22:49:15.407802 run                             mass: MS start registered  {at=20602661.1111486, delay=0.004689760506153107, ms=00047}
22:49:15.691155 run                osmo-ms-mob/00048: Starting mobile
22:49:15.706197 run       osmo-ms-mob/00048(pid=183): Launched
22:49:15.718133 run                             mass: MS start registered  {at=20602661.421476424, delay=0.00520927831530571, ms=00048}
22:49:15.996164 run                osmo-ms-mob/00049: Starting mobile
22:49:16.011926 run       osmo-ms-mob/00049(pid=184): Launched
22:49:16.023175 run                             mass: MS start registered  {at=20602661.726526268, delay=0.004945538938045502, ms=00049}
22:49:16.274503 run                osmo-ms-mob/00050: Starting mobile
22:49:16.288438 run       osmo-ms-mob/00050(pid=185): Launched
22:49:16.295016 run                             mass: MS performed LU  {at=20602661.998373013, lu_delay=4.897743672132492, ms=00035}
22:49:16.301310 run                             mass: MS start registered  {at=20602662.00467393, delay=0.006322026252746582, ms=00050}
22:49:16.336186 run                             mass: MS performed LU  {at=20602662.039518908, lu_delay=4.536375269293785, ms=00036}
22:49:16.406192 run                             mass: MS performed LU  {at=20602662.109472606, lu_delay=5.3072117529809475, ms=00034}
22:49:16.422420 run                osmo-ms-mob/00051: Starting mobile
22:49:16.436545 run       osmo-ms-mob/00051(pid=186): Launched
22:49:16.443008 run                             mass: MS performed LU  {at=20602662.146364216, lu_delay=5.782517798244953, ms=00033}
22:49:16.449210 run                             mass: MS start registered  {at=20602662.152575977, delay=0.006232202053070068, ms=00051}
22:49:16.498237 run                             mass: MS performed LU  {at=20602662.20151208, lu_delay=6.2020330131053925, ms=00032}
22:49:16.537184 run                osmo-ms-mob/00052: Starting mobile
22:49:16.551599 run       osmo-ms-mob/00052(pid=187): Launched
22:49:16.562682 run                             mass: MS start registered  {at=20602662.26603581, delay=0.004941996186971664, ms=00052}
22:49:17.522533 run                osmo-ms-mob/00053: Starting mobile
22:49:17.540897 run       osmo-ms-mob/00053(pid=188): Launched
22:49:17.547898 run                             mass: Starting too slowly. Moving on {now=20602663.251264397, sleep=-0.18362746760249138, target=20602663.06763693}
22:49:17.555684 run                             mass: MS start registered  {at=20602663.25904435, delay=0.007782597094774246, ms=00053}
22:49:17.561580 run                             mass: Starting too slowly. Moving on {now=20602663.264950972, sleep=-0.09731404110789299, target=20602663.16763693}
22:49:17.567216 run                             mass: Starting too slowly. Moving on {now=20602663.27058772, sleep=-0.0029507875442504883, target=20602663.267636932}
22:49:17.746102 run                osmo-ms-mob/00054: Starting mobile
22:49:17.759747 run       osmo-ms-mob/00054(pid=189): Launched
22:49:17.766662 run                             mass: Starting too slowly. Moving on {now=20602663.47002608, sleep=-0.102389145642519, target=20602663.367636934}
22:49:17.772854 run                             mass: MS start registered  {at=20602663.47621325, delay=0.006189912557601929, ms=00054}
22:49:17.779286 run                             mass: Starting too slowly. Moving on {now=20602663.482655454, sleep=-0.015018519014120102, target=20602663.467636935}
22:49:17.881406 run                osmo-ms-mob/00055: Starting mobile
22:49:17.896377 run       osmo-ms-mob/00055(pid=190): Launched
22:49:17.907820 run                             mass: MS start registered  {at=20602663.61116633, delay=0.005076270550489426, ms=00055}
22:49:18.182741 run                osmo-ms-mob/00056: Starting mobile
22:49:18.196897 run       osmo-ms-mob/00056(pid=191): Launched
22:49:18.208260 run                             mass: MS start registered  {at=20602663.911612097, delay=0.004910450428724289, ms=00056}
22:49:18.470426 run                osmo-ms-mob/00057: Starting mobile
22:49:18.484198 run       osmo-ms-mob/00057(pid=192): Launched
22:49:18.495647 run                             mass: MS start registered  {at=20602664.198996145, delay=0.005054384469985962, ms=00057}
22:49:18.778065 run                             mass: MS performed LU  {at=20602664.48138806, lu_delay=6.1697401367127895, ms=00039}
22:49:18.792075 run                osmo-ms-mob/00058: Starting mobile
22:49:18.805787 run       osmo-ms-mob/00058(pid=193): Launched
22:49:18.814400 run                             mass: MS performed LU  {at=20602664.517751, lu_delay=6.302228827029467, ms=00038}
22:49:18.820566 run                             mass: MS start registered  {at=20602664.523931704, delay=0.008556220680475235, ms=00058}
22:49:18.832700 run                             mass: MS performed LU  {at=20602664.536051366, lu_delay=6.634038787335157, ms=00037}
22:49:18.844496 run                osmo-ms-mob/00059: Starting mobile
22:49:18.858579 run       osmo-ms-mob/00059(pid=194): Launched
22:49:18.865181 run                             mass: MS performed LU  {at=20602664.56853601, lu_delay=5.368134297430515, ms=00041}
22:49:18.871647 run                             mass: MS start registered  {at=20602664.57501014, delay=0.006493978202342987, ms=00059}
22:49:18.907317 run                             mass: MS performed LU  {at=20602664.610592015, lu_delay=5.708081059157848, ms=00040}
22:49:18.924015 run                osmo-ms-mob/00060: Starting mobile
22:49:18.938050 run       osmo-ms-mob/00060(pid=195): Launched
22:49:18.949507 run                             mass: MS start registered  {at=20602664.652859, delay=0.005151860415935516, ms=00060}
22:49:19.871299 run                osmo-ms-mob/00061: Starting mobile
22:49:19.897560 run       osmo-ms-mob/00061(pid=196): Launched
22:49:19.909965 run                             mass: MS start registered  {at=20602665.613310207, delay=0.005921110510826111, ms=00061}
22:49:19.937052 run                             mass: MS performed LU  {at=20602665.64036803, lu_delay=5.740274451673031, ms=00043}
22:49:19.948187 run                             mass: MS performed LU  {at=20602665.65154799, lu_delay=6.152262110263109, ms=00042}
22:49:19.960110 run                osmo-ms-mob/00062: Starting mobile
22:49:19.974386 run       osmo-ms-mob/00062(pid=197): Launched
22:49:19.980883 run                             mass: MS performed LU  {at=20602665.68424014, lu_delay=4.5730915404856205, ms=00047}
22:49:19.987219 run                             mass: MS start registered  {at=20602665.69058435, delay=0.006365042179822922, ms=00062}
22:49:20.103301 run                             mass: MS performed LU  {at=20602665.806550834, lu_delay=5.676608972251415, ms=00044}
22:49:20.132158 run                osmo-ms-mob/00063: Starting mobile
22:49:20.145745 run       osmo-ms-mob/00063(pid=198): Launched
22:49:20.157509 run                             mass: MS start registered  {at=20602665.860859722, delay=0.005189139395952225, ms=00063}
22:49:20.263943 run                             mass: MS performed LU  {at=20602665.967277817, lu_delay=5.152997847646475, ms=00046}
22:49:20.282479 run                             mass: MS performed LU  {at=20602665.985824976, lu_delay=5.664371144026518, ms=00045}
22:49:20.300435 run                             mass: MS performed LU  {at=20602666.00371176, lu_delay=4.582235336303711, ms=00048}
22:49:20.313944 run                osmo-ms-mob/00064: Starting mobile
22:49:20.328558 run       osmo-ms-mob/00064(pid=199): Launched
22:49:20.340733 run                             mass: MS start registered  {at=20602666.044079453, delay=0.0056784749031066895, ms=00064}
22:49:21.282891 run                osmo-ms-mob/00065: Starting mobile
22:49:21.297569 run       osmo-ms-mob/00065(pid=200): Launched
22:49:21.309339 run                             mass: MS start registered  {at=20602667.01267951, delay=0.005470432341098785, ms=00065}
22:49:21.572455 run                osmo-ms-mob/00066: Starting mobile
22:49:21.587614 run       osmo-ms-mob/00066(pid=201): Launched
22:49:21.599594 run                             mass: MS start registered  {at=20602667.302944925, delay=0.004507631063461304, ms=00066}
22:49:21.837411 run                             mass: MS performed LU  {at=20602667.540746443, lu_delay=5.814220175147057, ms=00049}
22:49:21.920325 run                             mass: MS performed LU  {at=20602667.623625882, lu_delay=5.3575900718569756, ms=00052}
22:49:21.932565 run                osmo-ms-mob/00067: Starting mobile
22:49:21.946606 run       osmo-ms-mob/00067(pid=202): Launched
22:49:21.958134 run                             mass: MS start registered  {at=20602667.6614795, delay=0.005060337483882904, ms=00067}
22:49:21.966912 run                             mass: MS performed LU  {at=20602667.670260966, lu_delay=5.665587034076452, ms=00050}
22:49:22.110295 run                             mass: MS performed LU  {at=20602667.813629895, lu_delay=5.661053918302059, ms=00051}
22:49:22.122747 run                osmo-ms-mob/00068: Starting mobile
22:49:22.137118 run       osmo-ms-mob/00068(pid=203): Launched
22:49:22.148444 run                             mass: MS start registered  {at=20602667.851798337, delay=0.004984799772500992, ms=00068}
22:49:22.670968 run                osmo-ms-mob/00069: Starting mobile
22:49:22.685090 run       osmo-ms-mob/00069(pid=204): Launched
22:49:22.697109 run                             mass: MS start registered  {at=20602668.40045751, delay=0.0051772333681583405, ms=00069}
22:49:23.083013 run                osmo-ms-mob/00070: Starting mobile
22:49:23.098046 run       osmo-ms-mob/00070(pid=205): Launched
22:49:23.109541 run                             mass: MS start registered  {at=20602668.81288994, delay=0.00507209450006485, ms=00070}
22:49:23.124912 run                             mass: MS performed LU  {at=20602668.828258645, lu_delay=4.629262499511242, ms=00057}
22:49:23.488232 run                osmo-ms-mob/00071: Starting mobile
22:49:23.503865 run       osmo-ms-mob/00071(pid=206): Launched
22:49:23.515384 run                             mass: MS start registered  {at=20602669.218734413, delay=0.005010474473237991, ms=00071}
22:49:23.776365 run                             mass: MS performed LU  {at=20602669.479685444, lu_delay=4.904675304889679, ms=00059}
22:49:23.789240 run                osmo-ms-mob/00072: Starting mobile
22:49:23.803619 run       osmo-ms-mob/00072(pid=207): Launched
22:49:23.809991 run                             mass: MS performed LU  {at=20602669.513350025, lu_delay=6.037136774510145, ms=00054}
22:49:23.816170 run                             mass: MS performed LU  {at=20602669.519534603, lu_delay=5.908368274569511, ms=00055}
22:49:23.822294 run                             mass: MS start registered  {at=20602669.525660474, delay=0.012330595403909683, ms=00072}
22:49:24.067402 run                             mass: MS performed LU  {at=20602669.770655364, lu_delay=6.5116110146045685, ms=00053}
22:49:24.096007 run                osmo-ms-mob/00073: Starting mobile
22:49:24.110327 run       osmo-ms-mob/00073(pid=208): Launched
22:49:24.121580 run                             mass: MS start registered  {at=20602669.824936908, delay=0.0048776306211948395, ms=00073}
22:49:24.689911 run                osmo-ms-mob/00074: Starting mobile
22:49:24.704264 run       osmo-ms-mob/00074(pid=209): Launched
22:49:24.710634 run                             mass: MS performed LU  {at=20602670.41399082, lu_delay=4.723406471312046, ms=00062}
22:49:24.716980 run                             mass: MS performed LU  {at=20602670.42032761, lu_delay=4.3762481585145, ms=00064}
22:49:24.723280 run                             mass: MS start registered  {at=20602670.426645964, delay=0.012678127735853195, ms=00074}
22:49:24.744881 run                             mass: MS performed LU  {at=20602670.44817115, lu_delay=5.795312151312828, ms=00060}
22:49:24.759206 run                osmo-ms-mob/00075: Starting mobile
22:49:24.773771 run       osmo-ms-mob/00075(pid=210): Launched
22:49:24.784991 run                             mass: MS start registered  {at=20602670.488344397, delay=0.00472911074757576, ms=00075}
22:49:24.791948 run                             mass: MS performed LU  {at=20602670.495306656, lu_delay=6.583694558590651, ms=00056}
22:49:24.867581 run                             mass: MS performed LU  {at=20602670.570841223, lu_delay=4.95753101631999, ms=00061}
22:49:25.570826 run                osmo-ms-mob/00076: Starting mobile
22:49:25.585402 run       osmo-ms-mob/00076(pid=211): Launched
22:49:25.597207 run                             mass: MS start registered  {at=20602671.30054367, delay=0.005396679043769836, ms=00076}
22:49:25.640564 run                             mass: MS performed LU  {at=20602671.34389842, lu_delay=5.483038697391748, ms=00063}
22:49:25.981699 run                osmo-ms-mob/00077: Starting mobile
22:49:26.016748 run       osmo-ms-mob/00077(pid=212): Launched
22:49:26.029283 run                             mass: MS start registered  {at=20602671.732619744, delay=0.005312930792570114, ms=00077}
22:49:26.481953 run                osmo-ms-mob/00078: Starting mobile
22:49:26.497030 run       osmo-ms-mob/00078(pid=213): Launched
22:49:26.508549 run                             mass: MS start registered  {at=20602672.211886782, delay=0.004775498062372208, ms=00078}
22:49:26.878526 run                osmo-ms-mob/00079: Starting mobile
22:49:26.892600 run       osmo-ms-mob/00079(pid=214): Launched
22:49:26.903940 run                             mass: MS start registered  {at=20602672.60728776, delay=0.004790801554918289, ms=00079}
22:49:27.384972 run                osmo-ms-mob/00080: Starting mobile
22:49:27.399129 run       osmo-ms-mob/00080(pid=215): Launched
22:49:27.410485 run                             mass: MS start registered  {at=20602673.113833364, delay=0.0049294643104076385, ms=00080}
22:49:27.543084 run                             mass: MS performed LU  {at=20602673.246348187, lu_delay=5.584868688136339, ms=00067}
22:49:27.569810 run                             mass: MS performed LU  {at=20602673.273067296, lu_delay=5.970122370868921, ms=00066}
22:49:27.588130 run                             mass: MS performed LU  {at=20602673.291410122, lu_delay=6.278730612248182, ms=00065}
22:49:27.796610 run                             mass: MS performed LU  {at=20602673.49986121, lu_delay=5.648062873631716, ms=00068}
22:49:27.825758 run                osmo-ms-mob/00081: Starting mobile
22:49:27.838893 run       osmo-ms-mob/00081(pid=216): Launched
22:49:27.845036 run                             mass: MS performed LU  {at=20602673.548394945, lu_delay=4.735505003482103, ms=00070}
22:49:27.851104 run                             mass: MS start registered  {at=20602673.55446869, delay=0.006093461066484451, ms=00081}
22:49:27.857057 run                             mass: MS performed LU  {at=20602673.560419854, lu_delay=5.159962344914675, ms=00069}
22:49:28.275096 run                osmo-ms-mob/00082: Starting mobile
22:49:28.290566 run       osmo-ms-mob/00082(pid=217): Launched
22:49:28.302349 run                             mass: MS start registered  {at=20602674.00562622, delay=0.004971943795681, ms=00082}
22:49:29.021991 run                osmo-ms-mob/00083: Starting mobile
22:49:29.040019 run       osmo-ms-mob/00083(pid=218): Launched
22:49:29.046396 run                             mass: Starting too slowly. Moving on {now=20602674.749763515, sleep=-0.08212641254067421, target=20602674.667637102}
22:49:29.052393 run                             mass: MS start registered  {at=20602674.755752083, delay=0.005991142243146896, ms=00083}
22:49:29.415397 run                osmo-ms-mob/00084: Starting mobile
22:49:29.431794 run       osmo-ms-mob/00084(pid=219): Launched
22:49:29.443145 run                             mass: MS start registered  {at=20602675.146482117, delay=0.005182679742574692, ms=00084}
22:49:29.767312 run                             mass: MS performed LU  {at=20602675.47053752, lu_delay=4.982193123549223, ms=00075}
22:49:29.795922 run                osmo-ms-mob/00085: Starting mobile
22:49:29.810363 run       osmo-ms-mob/00085(pid=220): Launched
22:49:29.816805 run                             mass: MS performed LU  {at=20602675.520158593, lu_delay=5.093512628227472, ms=00074}
22:49:29.823015 run                             mass: MS performed LU  {at=20602675.52637948, lu_delay=5.701442573219538, ms=00073}
22:49:29.829597 run                             mass: MS start registered  {at=20602675.53296119, delay=0.012823570519685745, ms=00085}
22:49:30.422277 run                             mass: MS performed LU  {at=20602676.125503853, lu_delay=6.906769439578056, ms=00071}
22:49:30.454628 run                osmo-ms-mob/00086: Starting mobile
22:49:30.468868 run       osmo-ms-mob/00086(pid=221): Launched
22:49:30.480135 run                             mass: MS start registered  {at=20602676.183485232, delay=0.004758324474096298, ms=00086}
22:49:30.582986 run                             mass: MS performed LU  {at=20602676.28631511, lu_delay=6.7606546357274055, ms=00072}
22:49:31.077224 run                osmo-ms-mob/00087: Starting mobile
22:49:31.091394 run       osmo-ms-mob/00087(pid=222): Launched
22:49:31.103811 run                             mass: MS start registered  {at=20602676.807109848, delay=0.005960915237665176, ms=00087}
22:49:31.335719 run                             mass: MS performed LU  {at=20602677.038955126, lu_delay=4.827068343758583, ms=00078}
22:49:31.353044 run                             mass: MS performed LU  {at=20602677.05639597, lu_delay=5.323776226490736, ms=00077}
22:49:31.381400 run                             mass: MS performed LU  {at=20602677.084687773, lu_delay=5.784144103527069, ms=00076}
22:49:31.635824 run                             mass: MS performed LU  {at=20602677.33907967, lu_delay=4.731791909784079, ms=00079}
22:49:31.662438 run                osmo-ms-mob/00088: Starting mobile
22:49:31.676494 run       osmo-ms-mob/00088(pid=223): Launched
22:49:31.687868 run                             mass: MS start registered  {at=20602677.391215444, delay=0.005060061812400818, ms=00088}
22:49:32.282171 run                osmo-ms-mob/00089: Starting mobile
22:49:32.296444 run       osmo-ms-mob/00089(pid=224): Launched
22:49:32.307301 run                             mass: MS start registered  {at=20602678.010650717, delay=0.00459887832403183, ms=00089}
22:49:32.870900 run                osmo-ms-mob/00090: Starting mobile
22:49:32.885582 run       osmo-ms-mob/00090(pid=225): Launched
22:49:32.897069 run                             mass: MS start registered  {at=20602678.600416698, delay=0.004576001316308975, ms=00090}
22:49:33.117082 run                             mass: MS performed LU  {at=20602678.820330553, lu_delay=4.814704332500696, ms=00082}
22:49:33.154121 run                             mass: MS performed LU  {at=20602678.857371286, lu_delay=5.743537921458483, ms=00080}
22:49:33.370219 run                             mass: MS performed LU  {at=20602679.073557872, lu_delay=5.519089180976152, ms=00081}
22:49:33.579283 run                osmo-ms-mob/00091: Starting mobile
22:49:33.593165 run       osmo-ms-mob/00091(pid=226): Launched
22:49:33.604755 run                             mass: MS start registered  {at=20602679.308102865, delay=0.00502227246761322, ms=00091}
22:49:34.829355 run                osmo-ms-mob/00092: Starting mobile
22:49:34.842909 run       osmo-ms-mob/00092(pid=227): Launched
22:49:34.849017 run                             mass: Starting too slowly. Moving on {now=20602680.552386362, sleep=-0.4847491793334484, target=20602680.067637183}
22:49:34.854814 run                             mass: MS start registered  {at=20602680.558174197, delay=0.0057906582951545715, ms=00092}
22:49:34.860707 run                             mass: Starting too slowly. Moving on {now=20602680.564076573, sleep=-0.3964393883943558, target=20602680.167637184}
22:49:34.866658 run                             mass: Starting too slowly. Moving on {now=20602680.57002674, sleep=-0.30238955467939377, target=20602680.267637186}
22:49:34.872405 run                             mass: Starting too slowly. Moving on {now=20602680.5757748, sleep=-0.2081376127898693, target=20602680.367637187}
22:49:34.878228 run                             mass: Starting too slowly. Moving on {now=20602680.581598252, sleep=-0.11396106332540512, target=20602680.46763719}
22:49:34.884038 run                             mass: Starting too slowly. Moving on {now=20602680.58740705, sleep=-0.019769858568906784, target=20602680.56763719}
22:49:35.070599 run                osmo-ms-mob/00093: Starting mobile
22:49:35.084483 run       osmo-ms-mob/00093(pid=228): Launched
22:49:35.095635 run                             mass: MS start registered  {at=20602680.7989857, delay=0.004898935556411743, ms=00093}
22:49:35.853293 run                             mass: MS performed LU  {at=20602681.55662926, lu_delay=6.023668069392443, ms=00085}
22:49:35.970888 run                osmo-ms-mob/00094: Starting mobile
22:49:35.984960 run       osmo-ms-mob/00094(pid=229): Launched
22:49:35.997545 run                             mass: MS start registered  {at=20602681.700887814, delay=0.006179485470056534, ms=00094}
22:49:36.043062 run                             mass: MS performed LU  {at=20602681.746348657, lu_delay=6.599866539239883, ms=00084}
22:49:36.061340 run                             mass: MS performed LU  {at=20602681.76469828, lu_delay=7.008946195244789, ms=00083}
22:49:36.870544 run                osmo-ms-mob/00095: Starting mobile
22:49:36.884186 run       osmo-ms-mob/00095(pid=230): Launched
22:49:36.890433 run                             mass: MS performed LU  {at=20602682.593790784, lu_delay=5.2025753408670425, ms=00088}
22:49:36.897116 run                             mass: MS start registered  {at=20602682.60048065, delay=0.006709713488817215, ms=00095}
22:49:36.903397 run                             mass: MS performed LU  {at=20602682.606756747, lu_delay=5.799646899104118, ms=00087}
22:49:37.389624 run                             mass: MS performed LU  {at=20602683.09295917, lu_delay=5.082308452576399, ms=00089}
22:49:37.883239 run                osmo-ms-mob/00096: Starting mobile
22:49:37.897348 run       osmo-ms-mob/00096(pid=231): Launched
22:49:37.908396 run                             mass: MS start registered  {at=20602683.611747246, delay=0.004699822515249252, ms=00096}
22:49:38.866708 run                             mass: MS performed LU  {at=20602684.5700446, lu_delay=5.261941734701395, ms=00091}
22:49:38.879844 run                osmo-ms-mob/00097: Starting mobile
22:49:38.894047 run       osmo-ms-mob/00097(pid=232): Launched
22:49:38.900534 run                             mass: MS performed LU  {at=20602684.60389304, lu_delay=6.003476344048977, ms=00090}
22:49:38.906745 run                             mass: MS start registered  {at=20602684.61011119, delay=0.006238110363483429, ms=00097}
22:49:40.270851 run                osmo-ms-mob/00098: Starting mobile
22:49:40.284415 run       osmo-ms-mob/00098(pid=233): Launched
22:49:40.295726 run                             mass: MS start registered  {at=20602685.999071654, delay=0.0049579814076423645, ms=00098}
22:49:40.649015 run                             mass: MS performed LU  {at=20602686.35227962, lu_delay=5.553293917328119, ms=00093}
22:49:40.668615 run                             mass: MS performed LU  {at=20602686.371977564, lu_delay=5.813803367316723, ms=00092}
22:49:40.797171 run                             mass: MS performed LU  {at=20602686.500419427, lu_delay=4.799531612545252, ms=00094}
22:49:41.928558 run                             mass: MS performed LU  {at=20602687.631814234, lu_delay=23.107882529497147, ms=00058}
22:49:42.082415 run                osmo-ms-mob/00099: Starting mobile
22:49:42.097400 run       osmo-ms-mob/00099(pid=234): Launched
22:49:42.103817 run                             mass: All started... {duration=55.73954939097166, too_slow=12}
22:49:42.109976 run                             mass: MS start registered  {at=20602687.813334733, delay=0.0061520859599113464, ms=00099}
22:49:42.569096 run                             mass: MS performed LU  {at=20602688.272346158, lu_delay=4.660598911345005, ms=00096}
22:49:42.651434 run                             mass: MS performed LU  {at=20602688.35468485, lu_delay=5.754204198718071, ms=00095}
22:49:44.563042 run                             mass: MS performed LU  {at=20602690.26630206, lu_delay=5.656190872192383, ms=00097}
22:49:46.399532 run                             mass: MS performed LU  {at=20602692.102759145, lu_delay=6.1036874912679195, ms=00098}
22:49:48.301876 run                             mass: MS performed LU  {at=20602694.005125076, lu_delay=6.191790342330933, ms=00099}
22:49:52.989080 run                             mass: MS performed LU  {at=20602698.692414925, lu_delay=22.508929692208767, ms=00086}
22:49:52.995835 run                             mass: Tests done {all_completed=True, max=23.107882529497147, min=4.350464724004269}
22:49:53.001781 tst         register_default_mass.py: Test passed (93.9 sec)
22:49:53.007656 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:53.011367 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:53.014897 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:53.018438 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:53.021963 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:53.025527 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:53.029078 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:53.032638 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:53.036291 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:53.039853 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:53.043385 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:53.046926 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:53.050481 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:53.054062 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:53.057658 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:53.061223 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:53.064792 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:53.068409 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:53.072000 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:53.075579 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:53.079142 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:53.082711 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:53.086274 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:53.089842 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:53.093381 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:53.096950 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:53.100504 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:53.104054 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:53.107501 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:53.110963 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:53.114432 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:53.117962 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:53.121441 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:53.124976 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:53.128525 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:53.132203 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:53.135860 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:53.139381 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:53.142901 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:53.146482 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:53.150033 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:53.153842 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:53.157430 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:53.161002 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:53.164551 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:53.168523 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:53.172129 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:53.175704 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:53.179474 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:53.183126 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:53.186716 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:53.190289 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:53.194327 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:53.198169 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:53.202311 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:53.205913 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:53.209486 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:53.213051 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:53.216615 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:53.220195 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:53.224426 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:53.228016 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:53.231572 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:53.235144 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:53.238698 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:53.242274 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:53.245852 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:53.249412 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:53.253035 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:53.256599 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:53.260175 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:53.263741 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:53.267309 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:53.270959 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:53.274521 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:53.278098 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:53.281662 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:53.285236 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:53.288815 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:53.292640 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:53.296204 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:53.299757 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:53.303318 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:53.306872 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:53.310437 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:53.313988 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:53.317554 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:53.321107 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:53.324684 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:53.328889 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:53.332475 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:53.336037 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:53.339595 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:53.343149 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:53.346706 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:53.350280 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:53.353845 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:53.357420 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:53.361087 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:53.364678 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:53.368266 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:53.371832 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:53.375393 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:53.378975 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:53.382793 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:53.386384 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:53.390031 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:53.393613 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:53.397160 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:53.400753 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:53.404325 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:53.407892 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:53.411473 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:53.415045 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:53.418619 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:53.422173 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:53.425716 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:53.429260 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:53.432812 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:53.436345 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:53.439891 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:53.443430 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:53.446964 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:53.450503 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:53.454034 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:53.457572 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:53.461112 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:53.464652 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:53.468204 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:53.471736 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:53.475320 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:53.478875 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:53.482415 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:53.485966 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:53.489502 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:53.493036 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:53.496397 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:53.499848 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:53.503367 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:53.506908 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:53.510471 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:53.514014 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:53.517569 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:53.521109 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:53.524667 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:53.528185 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:53.531751 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:53.535302 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:53.538839 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:53.542380 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:53.545913 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:53.549453 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:53.552998 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:53.556534 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:53.560088 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:53.563641 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:53.567169 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:53.570719 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:53.574296 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:53.577837 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:53.581372 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:53.584914 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:53.588456 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:53.592013 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:53.595562 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:53.599067 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:53.602477 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:53.605875 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:53.609276 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:53.612673 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:53.616074 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:53.619486 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:53.622871 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:53.626264 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:53.629671 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:53.633075 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:53.636486 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:53.639892 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:53.643289 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:53.646680 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:53.650062 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:53.653454 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:53.656872 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:53.660254 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:53.663649 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:53.667171 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:53.670617 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:53.674122 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:53.677527 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:53.680908 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:53.684329 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:53.687720 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:53.691109 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:53.694507 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:53.697913 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:53.701305 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:53.704737 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:53.708126 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:53.711528 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:53.714948 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:53.718349 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:53.721898 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:53.725200 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:53.728476 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:53.731760 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:53.735034 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:53.738332 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:53.741743 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:53.745126 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:53.748539 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:53.751968 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:53.755388 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:53.758813 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:53.762243 ---      ParallelTerminationStrategy: PID 22 died...
22:49:53.763803 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:53.767598 ---      ParallelTerminationStrategy: PID 23 died...
22:49:53.769141 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:53.772930 ---      ParallelTerminationStrategy: PID 24 died...
22:49:53.774461 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:53.778193 ---      ParallelTerminationStrategy: PID 25 died...
22:49:53.779673 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:53.783319 ---      ParallelTerminationStrategy: PID 26 died...
22:49:53.784807 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:53.788442 ---      ParallelTerminationStrategy: PID 27 died...
22:49:53.789935 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:53.793574 ---      ParallelTerminationStrategy: PID 28 died...
22:49:53.795064 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:53.798775 ---      ParallelTerminationStrategy: PID 29 died...
22:49:53.800266 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:53.803942 ---      ParallelTerminationStrategy: PID 30 died...
22:49:53.805428 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:53.809176 ---      ParallelTerminationStrategy: PID 31 died...
22:49:53.810711 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:53.814540 ---      ParallelTerminationStrategy: PID 32 died...
22:49:53.816091 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:53.819927 ---      ParallelTerminationStrategy: PID 33 died...
22:49:53.821477 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:53.825297 ---      ParallelTerminationStrategy: PID 35 died...
22:49:53.826848 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:53.830687 ---      ParallelTerminationStrategy: PID 36 died...
22:49:53.832239 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:53.836067 ---      ParallelTerminationStrategy: PID 37 died...
22:49:53.837633 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:53.841443 ---      ParallelTerminationStrategy: PID 38 died...
22:49:53.842994 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:53.846827 ---      ParallelTerminationStrategy: PID 39 died...
22:49:53.848375 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:53.852213 ---      ParallelTerminationStrategy: PID 40 died...
22:49:53.853766 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:53.857608 ---      ParallelTerminationStrategy: PID 41 died...
22:49:53.859176 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:53.863016 ---      ParallelTerminationStrategy: PID 42 died...
22:49:53.864560 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:53.868380 ---      ParallelTerminationStrategy: PID 43 died...
22:49:53.869932 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:53.873765 ---      ParallelTerminationStrategy: PID 44 died...
22:49:53.875318 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:53.879116 ---      ParallelTerminationStrategy: PID 45 died...
22:49:53.880675 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:53.884474 ---      ParallelTerminationStrategy: PID 46 died...
22:49:53.886025 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:53.889819 ---      ParallelTerminationStrategy: PID 47 died...
22:49:53.891430 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:53.895228 ---      ParallelTerminationStrategy: PID 48 died...
22:49:53.896763 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:53.900556 ---      ParallelTerminationStrategy: PID 49 died...
22:49:53.902099 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:53.906558 ---      ParallelTerminationStrategy: PID 50 died...
22:49:53.908092 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:53.911868 ---      ParallelTerminationStrategy: PID 51 died...
22:49:53.913417 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:53.917178 ---      ParallelTerminationStrategy: PID 52 died...
22:49:53.918652 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:53.922326 ---      ParallelTerminationStrategy: PID 53 died...
22:49:53.923822 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:53.927453 ---      ParallelTerminationStrategy: PID 54 died...
22:49:53.928996 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:53.932815 ---      ParallelTerminationStrategy: PID 55 died...
22:49:53.934360 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:53.938151 ---      ParallelTerminationStrategy: PID 56 died...
22:49:53.939683 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:53.943338 ---      ParallelTerminationStrategy: PID 57 died...
22:49:53.944833 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:53.948477 ---      ParallelTerminationStrategy: PID 58 died...
22:49:53.949965 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:53.953621 ---      ParallelTerminationStrategy: PID 59 died...
22:49:53.955152 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:53.958961 ---      ParallelTerminationStrategy: PID 60 died...
22:49:53.960504 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:53.964348 ---      ParallelTerminationStrategy: PID 61 died...
22:49:53.965903 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:53.969699 ---      ParallelTerminationStrategy: PID 62 died...
22:49:53.971231 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:53.975119 ---      ParallelTerminationStrategy: PID 63 died...
22:49:53.976711 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:53.980644 ---      ParallelTerminationStrategy: PID 64 died...
22:49:53.982209 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:53.986161 ---      ParallelTerminationStrategy: PID 65 died...
22:49:53.987750 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:53.991679 ---      ParallelTerminationStrategy: PID 66 died...
22:49:53.993274 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:53.997193 ---      ParallelTerminationStrategy: PID 67 died...
22:49:53.998777 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:54.002698 ---      ParallelTerminationStrategy: PID 68 died...
22:49:54.004289 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:54.008206 ---      ParallelTerminationStrategy: PID 69 died...
22:49:54.009797 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:54.013605 ---      ParallelTerminationStrategy: PID 70 died...
22:49:54.015120 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:54.018942 ---      ParallelTerminationStrategy: PID 71 died...
22:49:54.020459 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:54.024213 ---      ParallelTerminationStrategy: PID 72 died...
22:49:54.025740 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:54.029511 ---      ParallelTerminationStrategy: PID 73 died...
22:49:54.031022 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:54.034764 ---      ParallelTerminationStrategy: PID 74 died...
22:49:54.036299 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:54.040110 ---      ParallelTerminationStrategy: PID 75 died...
22:49:54.041594 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:54.045219 ---      ParallelTerminationStrategy: PID 76 died...
22:49:54.046690 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:54.050326 ---      ParallelTerminationStrategy: PID 77 died...
22:49:54.051801 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:54.055451 ---      ParallelTerminationStrategy: PID 78 died...
22:49:54.056938 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:54.060577 ---      ParallelTerminationStrategy: PID 79 died...
22:49:54.062053 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:54.065795 ---      ParallelTerminationStrategy: PID 80 died...
22:49:54.067337 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:54.071163 ---      ParallelTerminationStrategy: PID 81 died...
22:49:54.072700 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:54.076493 ---      ParallelTerminationStrategy: PID 82 died...
22:49:54.078039 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:54.081861 ---      ParallelTerminationStrategy: PID 83 died...
22:49:54.083404 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:54.087244 ---      ParallelTerminationStrategy: PID 84 died...
22:49:54.088779 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:54.092570 ---      ParallelTerminationStrategy: PID 85 died...
22:49:54.094070 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:54.097901 ---      ParallelTerminationStrategy: PID 86 died...
22:49:54.099429 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:54.103237 ---      ParallelTerminationStrategy: PID 87 died...
22:49:54.104785 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:54.108572 ---      ParallelTerminationStrategy: PID 88 died...
22:49:54.110132 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:54.113945 ---      ParallelTerminationStrategy: PID 89 died...
22:49:54.115483 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:54.119278 ---      ParallelTerminationStrategy: PID 90 died...
22:49:54.120818 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:54.124612 ---      ParallelTerminationStrategy: PID 91 died...
22:49:54.126172 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:54.129968 ---      ParallelTerminationStrategy: PID 92 died...
22:49:54.131510 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:54.135283 ---      ParallelTerminationStrategy: PID 93 died...
22:49:54.136835 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:54.140619 ---      ParallelTerminationStrategy: PID 94 died...
22:49:54.142132 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:54.145770 ---      ParallelTerminationStrategy: PID 95 died...
22:49:54.147252 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:54.150886 ---      ParallelTerminationStrategy: PID 96 died...
22:49:54.152351 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:54.156048 ---      ParallelTerminationStrategy: PID 97 died...
22:49:54.157526 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:54.161169 ---      ParallelTerminationStrategy: PID 98 died...
22:49:54.162654 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:54.166311 ---      ParallelTerminationStrategy: PID 99 died...
22:49:54.167784 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:54.171443 ---      ParallelTerminationStrategy: PID 100 died...
22:49:54.172926 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:54.176533 ---      ParallelTerminationStrategy: PID 101 died...
22:49:54.178046 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:54.181833 ---      ParallelTerminationStrategy: PID 102 died...
22:49:54.183336 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:54.187004 ---      ParallelTerminationStrategy: PID 103 died...
22:49:54.188497 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:54.192185 ---      ParallelTerminationStrategy: PID 104 died...
22:49:54.193696 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:54.197412 ---      ParallelTerminationStrategy: PID 105 died...
22:49:54.198949 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:54.202775 ---      ParallelTerminationStrategy: PID 106 died...
22:49:54.204306 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:54.208097 ---      ParallelTerminationStrategy: PID 107 died...
22:49:54.209649 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:54.213450 ---      ParallelTerminationStrategy: PID 108 died...
22:49:54.214995 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:54.218808 ---      ParallelTerminationStrategy: PID 109 died...
22:49:54.220339 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:54.224129 ---      ParallelTerminationStrategy: PID 110 died...
22:49:54.225683 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:54.229480 ---      ParallelTerminationStrategy: PID 111 died...
22:49:54.231030 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:54.234844 ---      ParallelTerminationStrategy: PID 112 died...
22:49:54.236374 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:54.240173 ---      ParallelTerminationStrategy: PID 113 died...
22:49:54.241711 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:54.245503 ---      ParallelTerminationStrategy: PID 114 died...
22:49:54.247040 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:54.250821 ---      ParallelTerminationStrategy: PID 115 died...
22:49:54.252357 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:54.256156 ---      ParallelTerminationStrategy: PID 116 died...
22:49:54.257698 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:54.261505 ---      ParallelTerminationStrategy: PID 117 died...
22:49:54.263046 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:54.266858 ---      ParallelTerminationStrategy: PID 118 died...
22:49:54.268394 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:54.272214 ---      ParallelTerminationStrategy: PID 119 died...
22:49:54.273757 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:54.277551 ---      ParallelTerminationStrategy: PID 120 died...
22:49:54.279088 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:54.282913 ---      ParallelTerminationStrategy: PID 121 died...
22:49:54.284446 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:54.288247 ---      ParallelTerminationStrategy: PID 122 died...
22:49:54.289789 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:54.293574 ---      ParallelTerminationStrategy: PID 123 died...
22:49:54.295109 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:54.298920 ---      ParallelTerminationStrategy: PID 124 died...
22:49:54.300456 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:54.304268 ---      ParallelTerminationStrategy: PID 125 died...
22:49:54.305816 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:54.309614 ---      ParallelTerminationStrategy: PID 126 died...
22:49:54.311158 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:54.314963 ---      ParallelTerminationStrategy: PID 127 died...
22:49:54.316493 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:54.320301 ---      ParallelTerminationStrategy: PID 128 died...
22:49:54.321859 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:54.325644 ---      ParallelTerminationStrategy: PID 129 died...
22:49:54.327180 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:54.330992 ---      ParallelTerminationStrategy: PID 130 died...
22:49:54.332537 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:54.336305 ---      ParallelTerminationStrategy: PID 131 died...
22:49:54.337908 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:54.341711 ---      ParallelTerminationStrategy: PID 132 died...
22:49:54.343261 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:54.347089 ---      ParallelTerminationStrategy: PID 133 died...
22:49:54.348632 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:54.352415 ---      ParallelTerminationStrategy: PID 134 died...
22:49:54.353958 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:54.357739 ---      ParallelTerminationStrategy: PID 135 died...
22:49:54.359276 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:54.363091 ---      ParallelTerminationStrategy: PID 136 died...
22:49:54.364643 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:54.368662 ---      ParallelTerminationStrategy: PID 137 died...
22:49:54.370310 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:54.374249 ---      ParallelTerminationStrategy: PID 138 died...
22:49:54.375809 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:54.381914 ---      ParallelTerminationStrategy: PID 139 died...
22:49:54.383486 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:54.387344 ---      ParallelTerminationStrategy: PID 140 died...
22:49:54.388889 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:54.392729 ---      ParallelTerminationStrategy: PID 141 died...
22:49:54.394287 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:54.398116 ---      ParallelTerminationStrategy: PID 142 died...
22:49:54.399651 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:54.403532 ---      ParallelTerminationStrategy: PID 143 died...
22:49:54.405102 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:54.408948 ---      ParallelTerminationStrategy: PID 144 died...
22:49:54.410515 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:54.414350 ---      ParallelTerminationStrategy: PID 145 died...
22:49:54.415899 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:54.419729 ---      ParallelTerminationStrategy: PID 146 died...
22:49:54.421253 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:54.424976 ---      ParallelTerminationStrategy: PID 147 died...
22:49:54.426454 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:54.430153 ---      ParallelTerminationStrategy: PID 148 died...
22:49:54.431648 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:54.435326 ---      ParallelTerminationStrategy: PID 149 died...
22:49:54.436805 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:54.440494 ---      ParallelTerminationStrategy: PID 150 died...
22:49:54.441968 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:54.445672 ---      ParallelTerminationStrategy: PID 151 died...
22:49:54.447168 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:54.450879 ---      ParallelTerminationStrategy: PID 152 died...
22:49:54.452365 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:54.456053 ---      ParallelTerminationStrategy: PID 153 died...
22:49:54.457568 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:54.461258 ---      ParallelTerminationStrategy: PID 154 died...
22:49:54.462747 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:54.466480 ---      ParallelTerminationStrategy: PID 155 died...
22:49:54.467971 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:54.471649 ---      ParallelTerminationStrategy: PID 156 died...
22:49:54.473165 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:54.476886 ---      ParallelTerminationStrategy: PID 157 died...
22:49:54.478360 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:54.482044 ---      ParallelTerminationStrategy: PID 158 died...
22:49:54.483539 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:54.487234 ---      ParallelTerminationStrategy: PID 159 died...
22:49:54.488846 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:54.492497 ---      ParallelTerminationStrategy: PID 160 died...
22:49:54.494016 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:54.497706 ---      ParallelTerminationStrategy: PID 161 died...
22:49:54.499186 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:54.502865 ---      ParallelTerminationStrategy: PID 162 died...
22:49:54.504344 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:54.508062 ---      ParallelTerminationStrategy: PID 163 died...
22:49:54.509567 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:54.513226 ---      ParallelTerminationStrategy: PID 164 died...
22:49:54.514707 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:54.518466 ---      ParallelTerminationStrategy: PID 165 died...
22:49:54.519944 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:54.523664 ---      ParallelTerminationStrategy: PID 166 died...
22:49:54.525154 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:54.528815 ---      ParallelTerminationStrategy: PID 167 died...
22:49:54.530303 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:54.534053 ---      ParallelTerminationStrategy: PID 168 died...
22:49:54.535529 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:54.539223 ---      ParallelTerminationStrategy: PID 169 died...
22:49:54.540712 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:54.544434 ---      ParallelTerminationStrategy: PID 170 died...
22:49:54.545947 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:54.549660 ---      ParallelTerminationStrategy: PID 171 died...
22:49:54.551140 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:54.554817 ---      ParallelTerminationStrategy: PID 172 died...
22:49:54.556282 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:54.559945 ---      ParallelTerminationStrategy: PID 173 died...
22:49:54.561419 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:54.565158 ---      ParallelTerminationStrategy: PID 174 died...
22:49:54.566635 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:54.570329 ---      ParallelTerminationStrategy: PID 175 died...
22:49:54.571804 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:54.575466 ---      ParallelTerminationStrategy: PID 176 died...
22:49:54.576957 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:54.580631 ---      ParallelTerminationStrategy: PID 177 died...
22:49:54.582117 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:54.585957 ---      ParallelTerminationStrategy: PID 178 died...
22:49:54.587505 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:54.591379 ---      ParallelTerminationStrategy: PID 179 died...
22:49:54.592917 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:54.596753 ---      ParallelTerminationStrategy: PID 180 died...
22:49:54.598289 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:54.602111 ---      ParallelTerminationStrategy: PID 181 died...
22:49:54.603666 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:54.607510 ---      ParallelTerminationStrategy: PID 182 died...
22:49:54.609117 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:54.612935 ---      ParallelTerminationStrategy: PID 183 died...
22:49:54.614536 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:54.618395 ---      ParallelTerminationStrategy: PID 184 died...
22:49:54.619937 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:54.623765 ---      ParallelTerminationStrategy: PID 185 died...
22:49:54.625302 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:54.629164 ---      ParallelTerminationStrategy: PID 186 died...
22:49:54.630711 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:54.634533 ---      ParallelTerminationStrategy: PID 187 died...
22:49:54.636102 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:54.639939 ---      ParallelTerminationStrategy: PID 188 died...
22:49:54.641489 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:54.645337 ---      ParallelTerminationStrategy: PID 189 died...
22:49:54.646873 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:54.650691 ---      ParallelTerminationStrategy: PID 190 died...
22:49:54.652229 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:54.656060 ---      ParallelTerminationStrategy: PID 191 died...
22:49:54.657591 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:54.661426 ---      ParallelTerminationStrategy: PID 192 died...
22:49:54.662959 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:54.666843 ---      ParallelTerminationStrategy: PID 193 died...
22:49:54.668407 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:54.672258 ---      ParallelTerminationStrategy: PID 194 died...
22:49:54.673813 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:54.677636 ---      ParallelTerminationStrategy: PID 195 died...
22:49:54.679169 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:54.682995 ---      ParallelTerminationStrategy: PID 196 died...
22:49:54.684525 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:54.688408 ---      ParallelTerminationStrategy: PID 197 died...
22:49:54.689942 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:54.693762 ---      ParallelTerminationStrategy: PID 198 died...
22:49:54.695314 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:54.699091 ---      ParallelTerminationStrategy: PID 199 died...
22:49:54.700581 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:54.704235 ---      ParallelTerminationStrategy: PID 200 died...
22:49:54.705736 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:54.709447 ---      ParallelTerminationStrategy: PID 201 died...
22:49:54.710909 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:54.714573 ---      ParallelTerminationStrategy: PID 202 died...
22:49:54.716044 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:54.719745 ---      ParallelTerminationStrategy: PID 203 died...
22:49:54.721234 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:54.724933 ---      ParallelTerminationStrategy: PID 204 died...
22:49:54.726411 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:54.730087 ---      ParallelTerminationStrategy: PID 205 died...
22:49:54.731551 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:54.735224 ---      ParallelTerminationStrategy: PID 206 died...
22:49:54.736700 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:54.740414 ---      ParallelTerminationStrategy: PID 207 died...
22:49:54.741934 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:54.745798 ---      ParallelTerminationStrategy: PID 208 died...
22:49:54.747344 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:54.751158 ---      ParallelTerminationStrategy: PID 209 died...
22:49:54.752710 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:54.756560 ---      ParallelTerminationStrategy: PID 210 died...
22:49:54.758111 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:54.761938 ---      ParallelTerminationStrategy: PID 211 died...
22:49:54.763464 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:54.767300 ---      ParallelTerminationStrategy: PID 212 died...
22:49:54.768849 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:54.772670 ---      ParallelTerminationStrategy: PID 213 died...
22:49:54.774203 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:54.778045 ---      ParallelTerminationStrategy: PID 214 died...
22:49:54.779635 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:54.783477 ---      ParallelTerminationStrategy: PID 215 died...
22:49:54.785040 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:54.788869 ---      ParallelTerminationStrategy: PID 216 died...
22:49:54.790406 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:54.794252 ---      ParallelTerminationStrategy: PID 217 died...
22:49:54.795804 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:54.799671 ---      ParallelTerminationStrategy: PID 218 died...
22:49:54.801252 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:54.805130 ---      ParallelTerminationStrategy: PID 219 died...
22:49:54.806688 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:54.810513 ---      ParallelTerminationStrategy: PID 220 died...
22:49:54.812063 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:54.815907 ---      ParallelTerminationStrategy: PID 221 died...
22:49:54.817450 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:54.821340 ---      ParallelTerminationStrategy: PID 222 died...
22:49:54.822887 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:54.826749 ---      ParallelTerminationStrategy: PID 223 died...
22:49:54.828282 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:54.832133 ---      ParallelTerminationStrategy: PID 224 died...
22:49:54.833683 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:54.837508 ---      ParallelTerminationStrategy: PID 225 died...
22:49:54.839058 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:54.842832 ---      ParallelTerminationStrategy: PID 226 died...
22:49:54.844364 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:54.848077 ---      ParallelTerminationStrategy: PID 227 died...
22:49:54.849573 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:54.853258 ---      ParallelTerminationStrategy: PID 228 died...
22:49:54.854735 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:54.858432 ---      ParallelTerminationStrategy: PID 229 died...
22:49:54.859907 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:54.863602 ---      ParallelTerminationStrategy: PID 230 died...
22:49:54.865092 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:54.868804 ---      ParallelTerminationStrategy: PID 231 died...
22:49:54.870286 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:54.874004 ---      ParallelTerminationStrategy: PID 232 died...
22:49:54.875480 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:54.879263 ---      ParallelTerminationStrategy: PID 233 died...
22:49:54.880829 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:54.884634 ---      ParallelTerminationStrategy: PID 234 died...
22:49:54.886183 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:58.289998 ---      ParallelTerminationStrategy: PID 34 died...
22:49:58.295221 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8083 netreg_mass PASS
---------------------------------------------------------------------
22:49:58.371864 tst                       trial-8083: Storing JUnit report in /build/trial-8083/run.2025-09-08_22-48-18/trial-8083.xml

--------------------------------------------------------------------------------------------
trial-8083 PASS
--------------------------------------------------------------------------------------------
22:49:58.383130 tst                       trial-8083: trial-8083: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (93.9 sec)
+ exit_code=0
+ rm -rf trial-8083/inst
+ cd trial-8083
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-09-08 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8083-run.tgz run.2025-09-08_22-48-18
+ tar czf /build/trial-8083-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-09-08_13_29_08.tgz osmo-bts-oc2g.build-2025-09-08_21_28_17.tgz osmo-bts-sysmo.build-2025-09-08_21_34_15.tgz osmo-bts.build-2025-09-08_21_34_23.tgz osmo-ggsn.build-2025-09-08_20_47_45.tgz osmo-hlr.build-2025-09-08_16_36_39.tgz osmo-hnbgw.build-2025-09-08_13_30_21.tgz osmo-mgw.build-2025-09-08_08_33_16.tgz osmo-msc.build-2025-09-08_13_34_47.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-09-08_07_34_02.tgz osmo-pcu-sysmo.build-2025-09-08_07_36_23.tgz osmo-pcu.build-2025-09-08_07_36_29.tgz osmo-sgsn.build-2025-09-08_20_50_40.tgz osmo-stp.build-2025-09-08_13_22_57.tgz osmo-trx.build-2025-09-08_14_29_11.tgz osmocom-bb.build-2025-09-08_21_17_12.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