Skip to content
Success

Console Output

Skipping 17 KB.. Full Log
	--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 [ 3/28] RUN     groupadd osmo-gsm-tester
#7 CACHED

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

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

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

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

#12 [14/28] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen &&     dpkg-reconfigure --frontend=noninteractive locales &&     update-locale LANG=en_US.UTF-8
#12 CACHED

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

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

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

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

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

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

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

#23 [19/28] RUN	IF [ "$(arch)" = "x86_64" ]; then 		apt-get update && 		apt-get install -y --no-install-recommends 			python3-pip 			python3-setuptools 			python3-wheel 			ninja-build 			build-essential 			flex 			bison 			git 			libsctp-dev 			libgnutls28-dev 			libgcrypt-dev 			libssl-dev 			libidn11-dev 			libmongoc-dev 			libbson-dev 			libyaml-dev 			libnghttp2-dev 			libmicrohttpd-dev 			libcurl4-gnutls-dev 			libnghttp2-dev 			meson && 		apt-get clean; 	fi
#23 CACHED

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:0e4ed438b747f4b87bc3f63771b73e0d2df0e04bcf2de364ca1206214b8d584d 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=8051 -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-08-07 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8051
+ mkdir -p trial-8051
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-08-07_13_26_27.tgz osmo-bts-oc2g.build-2025-08-07_00_51_32.tgz osmo-bts-sysmo.build-2025-08-07_00_51_31.tgz osmo-bts.build-2025-08-07_00_51_39.tgz osmo-ggsn.build-2025-08-07_20_42_43.tgz osmo-hlr.build-2025-08-07_16_36_48.tgz osmo-hnbgw.build-2025-08-07_13_30_20.tgz osmo-mgw.build-2025-08-07_08_33_12.tgz osmo-msc.build-2025-08-07_13_34_29.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-07_07_34_00.tgz osmo-pcu-sysmo.build-2025-08-07_07_36_03.tgz osmo-pcu.build-2025-08-07_07_36_11.tgz osmo-sgsn.build-2025-08-07_20_48_46.tgz osmo-stp.build-2025-08-07_13_25_13.tgz osmo-trx.build-2025-08-07_14_29_52.tgz osmocom-bb.build-2025-08-07_21_17_12.tgz srslte.build-19.tgz trial-8051
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-08-07_13_26_27.md5 osmo-bts-oc2g.build-2025-08-07_00_51_32.md5 osmo-bts-sysmo.build-2025-08-07_00_51_31.md5 osmo-bts.build-2025-08-07_00_51_39.md5 osmo-ggsn.build-2025-08-07_20_42_43.md5 osmo-hlr.build-2025-08-07_16_36_48.md5 osmo-hnbgw.build-2025-08-07_13_30_20.md5 osmo-mgw.build-2025-08-07_08_33_12.md5 osmo-msc.build-2025-08-07_13_34_29.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-07_07_34_00.md5 osmo-pcu-sysmo.build-2025-08-07_07_36_03.md5 osmo-pcu.build-2025-08-07_07_36_11.md5 osmo-sgsn.build-2025-08-07_20_48_46.md5 osmo-stp.build-2025-08-07_13_25_13.md5 osmo-trx.build-2025-08-07_14_29_52.md5 osmocom-bb.build-2025-08-07_21_17_12.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-08-07_13_26_27.md5 osmo-bts-oc2g.build-2025-08-07_00_51_32.md5 osmo-bts-sysmo.build-2025-08-07_00_51_31.md5 osmo-bts.build-2025-08-07_00_51_39.md5 osmo-ggsn.build-2025-08-07_20_42_43.md5 osmo-hlr.build-2025-08-07_16_36_48.md5 osmo-hnbgw.build-2025-08-07_13_30_20.md5 osmo-mgw.build-2025-08-07_08_33_12.md5 osmo-msc.build-2025-08-07_13_34_29.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-07_07_34_00.md5 osmo-pcu-sysmo.build-2025-08-07_07_36_03.md5 osmo-pcu.build-2025-08-07_07_36_11.md5 osmo-sgsn.build-2025-08-07_20_48_46.md5 osmo-stp.build-2025-08-07_13_25_13.md5 osmo-trx.build-2025-08-07_14_29_52.md5 osmocom-bb.build-2025-08-07_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-8051 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8051'
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-8051
--------------------------------------------------------------------------------------------
22:48:16.258520 tst                       trial-8051: Detailed log at /build/trial-8051/run.2025-08-07_22-48-16/log

---------------------------------------------------------------------
trial-8051 netreg_mass
---------------------------------------------------------------------
22:48:16.475969 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.476357 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.477221 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.478509 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.522291 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.523111 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.524309 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:16.598080 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-8051 netreg_mass register_default_mass.py
----------------------------------------------
22:48:16.598931 tst       register_default_mass.py:9: Claiming resources for the test
22:48:16.615292 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.615903 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.616400 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.616886 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.617476 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.617975 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.618453 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:16.669754 tst         register_default_mass.py: using LAC 2
22:48:16.708917 tst         register_default_mass.py: using RAC 2
22:48:16.745410 tst         register_default_mass.py: using CellId 2
22:48:16.779201 tst         register_default_mass.py: using BVCI 3
22:48:16.785319 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.786003 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.786584 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.787140 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.787715 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.788266 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.788845 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.789409 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.789976 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.790529 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.791075 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.791646 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.792203 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.792776 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.793344 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.793897 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.794440 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.795003 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.795561 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.796105 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.796676 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.797239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.797814 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.798374 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.798918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.799467 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.800027 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.800576 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.801125 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.801682 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.802260 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.802820 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.803392 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.803972 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.804538 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.805145 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.805713 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.806278 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.806861 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.807421 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.807972 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.808556 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.809147 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.809727 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.810315 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.810892 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.811459 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.812056 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.812637 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.813210 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.813814 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.814392 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.814960 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.815530 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.816117 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.816716 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.817302 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.817889 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.818480 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.819052 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.819633 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.820240 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.820839 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.821430 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.822025 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.822620 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.823204 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.823813 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.824411 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.825014 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.825604 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.826192 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.826889 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.827490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.828073 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.828709 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.829370 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.829989 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.831194 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.831907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.832636 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.833346 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.834036 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.834724 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.835411 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.836084 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.836814 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.837501 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.838170 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.838843 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.839550 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.840235 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.840949 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.841650 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.842324 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.843018 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.843699 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.844384 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.845096 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.845785 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.846456 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.847216 tst      register_default_mass.py:21: Launching a simple network
22:48:16.861054 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.105875 run            create_hlr_db(pid=20): Launched
22:48:18.124242 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.172252 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.216720 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.233668 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.565914 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.586158 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.593396 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.119320 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.136388 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.147918 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.279484 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.296088 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.302361 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.328902 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.345638 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.351973 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.688352 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.706751 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.726500 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.926033 run         osmo-bts-virtual(pid=34): Launched
22:48:29.978022 tst         register_default_mass.py: using MSISDN 1001
22:48:29.984254 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.077071 tst         register_default_mass.py: using MSISDN 1002
22:48:30.083187 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.175774 tst         register_default_mass.py: using MSISDN 1003
22:48:30.182042 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.249149 tst         register_default_mass.py: using MSISDN 1004
22:48:30.256714 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.347605 tst         register_default_mass.py: using MSISDN 1005
22:48:30.353600 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.418928 tst         register_default_mass.py: using MSISDN 1006
22:48:30.424939 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.530538 tst         register_default_mass.py: using MSISDN 1007
22:48:30.536605 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.623693 tst         register_default_mass.py: using MSISDN 1008
22:48:30.633780 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.718177 tst         register_default_mass.py: using MSISDN 1009
22:48:30.727209 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.805772 tst         register_default_mass.py: using MSISDN 1010
22:48:30.811470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.884732 tst         register_default_mass.py: using MSISDN 1011
22:48:30.890643 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.994748 tst         register_default_mass.py: using MSISDN 1012
22:48:31.000461 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.070201 tst         register_default_mass.py: using MSISDN 1013
22:48:31.076158 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.146332 tst         register_default_mass.py: using MSISDN 1014
22:48:31.151998 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.419197 tst         register_default_mass.py: using MSISDN 1015
22:48:31.425077 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.489756 tst         register_default_mass.py: using MSISDN 1016
22:48:31.495500 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.570668 tst         register_default_mass.py: using MSISDN 1017
22:48:31.577585 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.650201 tst         register_default_mass.py: using MSISDN 1018
22:48:31.659047 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.720540 tst         register_default_mass.py: using MSISDN 1019
22:48:31.726500 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.801555 tst         register_default_mass.py: using MSISDN 1020
22:48:31.809308 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.876822 tst         register_default_mass.py: using MSISDN 1021
22:48:31.882494 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.955130 tst         register_default_mass.py: using MSISDN 1022
22:48:31.961350 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.022482 tst         register_default_mass.py: using MSISDN 1023
22:48:32.029615 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.109495 tst         register_default_mass.py: using MSISDN 1024
22:48:32.115619 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.205168 tst         register_default_mass.py: using MSISDN 1025
22:48:32.212693 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.293716 tst         register_default_mass.py: using MSISDN 1026
22:48:32.299778 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.390815 tst         register_default_mass.py: using MSISDN 1027
22:48:32.396547 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.472409 tst         register_default_mass.py: using MSISDN 1028
22:48:32.479664 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.550654 tst         register_default_mass.py: using MSISDN 1029
22:48:32.556633 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.630203 tst         register_default_mass.py: using MSISDN 1030
22:48:32.636192 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.712143 tst         register_default_mass.py: using MSISDN 1031
22:48:32.718243 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.783021 tst         register_default_mass.py: using MSISDN 1032
22:48:32.788996 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.862552 tst         register_default_mass.py: using MSISDN 1033
22:48:32.869625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.946337 tst         register_default_mass.py: using MSISDN 1034
22:48:32.952377 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.039464 tst         register_default_mass.py: using MSISDN 1035
22:48:33.047140 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.127019 tst         register_default_mass.py: using MSISDN 1036
22:48:33.133279 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.202652 tst         register_default_mass.py: using MSISDN 1037
22:48:33.208946 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.285575 tst         register_default_mass.py: using MSISDN 1038
22:48:33.292033 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.365003 tst         register_default_mass.py: using MSISDN 1039
22:48:33.371232 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:33.526957 tst         register_default_mass.py: using MSISDN 1040
22:48:33.533163 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:33.624034 tst         register_default_mass.py: using MSISDN 1041
22:48:33.630560 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:33.697301 tst         register_default_mass.py: using MSISDN 1042
22:48:33.703415 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.775907 tst         register_default_mass.py: using MSISDN 1043
22:48:33.782020 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:33.845310 tst         register_default_mass.py: using MSISDN 1044
22:48:33.853434 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:33.912581 tst         register_default_mass.py: using MSISDN 1045
22:48:33.920161 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.981388 tst         register_default_mass.py: using MSISDN 1046
22:48:33.993934 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:34.081799 tst         register_default_mass.py: using MSISDN 1047
22:48:34.090186 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:34.162614 tst         register_default_mass.py: using MSISDN 1048
22:48:34.169116 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:34.239085 tst         register_default_mass.py: using MSISDN 1049
22:48:34.251996 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:34.333435 tst         register_default_mass.py: using MSISDN 1050
22:48:34.340995 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:34.410602 tst         register_default_mass.py: using MSISDN 1051
22:48:34.424301 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:34.506186 tst         register_default_mass.py: using MSISDN 1052
22:48:34.512426 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:34.589595 tst         register_default_mass.py: using MSISDN 1053
22:48:34.600257 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:34.668891 tst         register_default_mass.py: using MSISDN 1054
22:48:34.683775 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:34.744195 tst         register_default_mass.py: using MSISDN 1055
22:48:34.752174 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:34.827561 tst         register_default_mass.py: using MSISDN 1056
22:48:34.837082 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:34.910992 tst         register_default_mass.py: using MSISDN 1057
22:48:34.917868 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:34.985792 tst         register_default_mass.py: using MSISDN 1058
22:48:34.992474 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:35.063996 tst         register_default_mass.py: using MSISDN 1059
22:48:35.070388 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:35.147045 tst         register_default_mass.py: using MSISDN 1060
22:48:35.153396 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:35.215049 tst         register_default_mass.py: using MSISDN 1061
22:48:35.221985 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:35.285448 tst         register_default_mass.py: using MSISDN 1062
22:48:35.291609 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:35.409000 tst         register_default_mass.py: using MSISDN 1063
22:48:35.414770 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:35.492377 tst         register_default_mass.py: using MSISDN 1064
22:48:35.498017 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:35.577017 tst         register_default_mass.py: using MSISDN 1065
22:48:35.587666 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:35.663668 tst         register_default_mass.py: using MSISDN 1066
22:48:35.669577 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:35.738024 tst         register_default_mass.py: using MSISDN 1067
22:48:35.745224 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:35.833995 tst         register_default_mass.py: using MSISDN 1068
22:48:35.842972 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:35.922951 tst         register_default_mass.py: using MSISDN 1069
22:48:35.928682 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:35.993117 tst         register_default_mass.py: using MSISDN 1070
22:48:35.998746 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:36.068279 tst         register_default_mass.py: using MSISDN 1071
22:48:36.074110 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:36.142640 tst         register_default_mass.py: using MSISDN 1072
22:48:36.148373 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:36.230680 tst         register_default_mass.py: using MSISDN 1073
22:48:36.236620 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:36.313203 tst         register_default_mass.py: using MSISDN 1074
22:48:36.320717 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:36.393003 tst         register_default_mass.py: using MSISDN 1075
22:48:36.414427 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:36.486082 tst         register_default_mass.py: using MSISDN 1076
22:48:36.497203 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:36.565177 tst         register_default_mass.py: using MSISDN 1077
22:48:36.584480 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:36.695616 tst         register_default_mass.py: using MSISDN 1078
22:48:36.701946 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:36.760543 tst         register_default_mass.py: using MSISDN 1079
22:48:36.768203 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:36.841561 tst         register_default_mass.py: using MSISDN 1080
22:48:36.851860 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:36.924754 tst         register_default_mass.py: using MSISDN 1081
22:48:36.930891 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:37.019284 tst         register_default_mass.py: using MSISDN 1082
22:48:37.025486 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:37.114293 tst         register_default_mass.py: using MSISDN 1083
22:48:37.121752 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:37.200011 tst         register_default_mass.py: using MSISDN 1084
22:48:37.205778 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:37.294604 tst         register_default_mass.py: using MSISDN 1085
22:48:37.303292 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:37.389949 tst         register_default_mass.py: using MSISDN 1086
22:48:37.396052 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:37.482120 tst         register_default_mass.py: using MSISDN 1087
22:48:37.488256 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:37.564193 tst         register_default_mass.py: using MSISDN 1088
22:48:37.574875 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:37.661347 tst         register_default_mass.py: using MSISDN 1089
22:48:37.670952 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:37.765196 tst         register_default_mass.py: using MSISDN 1090
22:48:37.771081 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:37.843845 tst         register_default_mass.py: using MSISDN 1091
22:48:37.849640 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:37.917937 tst         register_default_mass.py: using MSISDN 1092
22:48:37.923714 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:38.001154 tst         register_default_mass.py: using MSISDN 1093
22:48:38.010638 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:38.085881 tst         register_default_mass.py: using MSISDN 1094
22:48:38.091903 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:38.180763 tst         register_default_mass.py: using MSISDN 1095
22:48:38.186622 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:38.284489 tst         register_default_mass.py: using MSISDN 1096
22:48:38.290704 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:38.387512 tst         register_default_mass.py: using MSISDN 1097
22:48:38.395447 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:38.457238 tst         register_default_mass.py: using MSISDN 1098
22:48:38.463351 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:38.541630 tst         register_default_mass.py: using MSISDN 1099
22:48:38.547637 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:38.629026 tst         register_default_mass.py: using MSISDN 1100
22:48:38.635109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:38.757607 run                             mass: Starting testcase
22:48:38.763674 run                             mass: Pre-launching all virtphy's
22:48:38.769512 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:38.783319 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:38.789740 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:38.803477 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:38.810199 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:38.824085 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:38.830425 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:38.844271 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:38.850641 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:38.864434 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:38.870790 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:38.884506 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:38.890817 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:38.904595 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:38.910960 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:38.925047 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:38.933335 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:38.947436 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:38.954039 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:38.967841 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:38.974344 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:38.988246 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:38.994691 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:39.008572 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:39.014993 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:39.028886 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:39.035300 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:39.049236 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:39.055679 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:39.069560 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:39.075962 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:39.089857 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:39.096265 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:39.110287 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:39.116766 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:39.130733 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:39.137160 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:39.151146 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:39.157498 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:39.171200 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:39.177503 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:39.191216 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:39.197535 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:39.211232 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:39.217587 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:39.231432 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:39.237808 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:39.251549 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:39.257943 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:39.271895 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:39.278246 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:39.292318 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:39.298671 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:39.312731 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:39.320555 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:39.335154 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:39.341724 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:39.356038 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:39.362719 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:39.376913 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:39.383469 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:39.397548 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:39.404022 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:39.418110 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:39.424597 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:39.438666 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:39.445187 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:39.459305 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:39.465783 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:39.479820 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:39.486767 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:39.500907 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:39.513097 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:39.527622 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:39.534257 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:39.548335 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:39.554796 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:39.569340 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:39.576203 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:39.589714 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:39.595890 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:39.609250 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:39.615530 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:39.629754 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:39.636689 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:39.651834 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:39.658996 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:39.674822 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:39.682388 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:39.698763 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:39.706274 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:39.722754 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:39.730324 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:39.746334 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:39.753505 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:39.769327 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:39.776696 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:39.792658 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:39.799780 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:39.815423 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:39.822515 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:39.837570 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:39.844304 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:39.859536 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:39.866531 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:39.881785 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:39.889078 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:39.904459 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:39.911460 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:39.926692 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:39.933616 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:39.948500 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:39.955232 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:39.969778 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:39.976736 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:39.991723 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:39.998344 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:40.012768 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:40.021555 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:40.036673 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:40.043672 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:40.058548 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:40.065267 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:40.079951 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:40.086682 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:40.101083 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:40.107706 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:40.122534 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:40.129347 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:40.143922 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:40.150816 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:40.165950 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:40.173091 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:40.189126 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:40.196586 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:40.212911 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:40.220392 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:40.237210 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:40.244912 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:40.261392 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:40.268982 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:40.285417 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:40.293468 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:40.310763 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:40.318585 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:40.335345 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:40.342986 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:40.359689 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:40.367298 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:40.383564 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:40.390917 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:40.406762 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:40.414172 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:40.430111 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:40.437503 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:40.453390 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:40.460684 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:40.476421 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:40.483692 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:40.499767 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:40.507293 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:40.525808 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:40.533527 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:40.550020 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:40.557826 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:40.574179 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:40.581748 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:40.598184 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:40.605952 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:40.623007 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:40.630760 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:40.646470 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:40.653470 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:40.668567 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:40.675605 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:40.691274 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:40.698737 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:40.715013 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:40.722598 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:40.739257 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:40.746865 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:40.762584 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:40.769885 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:40.788040 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:40.795515 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:40.810183 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:40.816769 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:40.830824 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:40.837657 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:40.852181 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:40.858958 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:40.874576 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:40.881819 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:40.897881 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:40.905183 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:40.920899 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:40.928108 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:40.943683 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:40.951103 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:40.966714 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:40.973705 run                             mass: Checking if sockets are in the filesystem
22:48:40.988222 run                osmo-ms-mob/00000: Starting mobile
22:48:41.003356 run       osmo-ms-mob/00000(pid=135): Launched
22:48:41.015992 run                             mass: MS start registered  {at=17837826.719318677, delay=0.005644541233778, ms=00000}
22:48:45.192477 run                osmo-ms-mob/00001: Starting mobile
22:48:45.211588 run       osmo-ms-mob/00001(pid=136): Launched
22:48:45.235602 run                             mass: MS start registered  {at=17837830.93889595, delay=0.014564715325832367, ms=00001}
22:48:45.997617 run                             mass: MS performed LU  {at=17837831.70093577, lu_delay=4.981617093086243, ms=00000}
22:48:47.433746 run                osmo-ms-mob/00002: Starting mobile
22:48:47.448778 run       osmo-ms-mob/00002(pid=137): Launched
22:48:47.455214 run                             mass: Starting too slowly. Moving on {now=17837833.158581194, sleep=-0.37482747808098793, target=17837832.783753715}
22:48:47.461162 run                             mass: MS start registered  {at=17837833.164513968, delay=0.005935870110988617, ms=00002}
22:48:47.467041 run                             mass: Starting too slowly. Moving on {now=17837833.1704114, sleep=-0.2866576835513115, target=17837832.883753717}
22:48:47.472721 run                             mass: Starting too slowly. Moving on {now=17837833.176090453, sleep=-0.19233673438429832, target=17837832.98375372}
22:48:47.478380 run                             mass: Starting too slowly. Moving on {now=17837833.18175172, sleep=-0.0979980006814003, target=17837833.08375372}
22:48:47.484060 run                             mass: Starting too slowly. Moving on {now=17837833.187431216, sleep=-0.0036774948239326477, target=17837833.18375372}
22:48:48.291228 run                osmo-ms-mob/00003: Starting mobile
22:48:48.305495 run       osmo-ms-mob/00003(pid=138): Launched
22:48:48.316692 run                             mass: MS start registered  {at=17837834.020043973, delay=0.004752486944198608, ms=00003}
22:48:49.387013 run                osmo-ms-mob/00004: Starting mobile
22:48:49.400423 run       osmo-ms-mob/00004(pid=139): Launched
22:48:49.411865 run                             mass: MS start registered  {at=17837835.115200557, delay=0.005042459815740585, ms=00004}
22:48:50.386507 run                osmo-ms-mob/00005: Starting mobile
22:48:50.400862 run       osmo-ms-mob/00005(pid=140): Launched
22:48:50.412221 run                             mass: MS start registered  {at=17837836.11555097, delay=0.0048777200281620026, ms=00005}
22:48:51.174805 run                             mass: MS performed LU  {at=17837836.87813141, lu_delay=5.939235460013151, ms=00001}
22:48:51.287113 run                osmo-ms-mob/00006: Starting mobile
22:48:51.301128 run       osmo-ms-mob/00006(pid=141): Launched
22:48:51.312473 run                             mass: MS start registered  {at=17837837.01582038, delay=0.004917886108160019, ms=00006}
22:48:52.186730 run                osmo-ms-mob/00007: Starting mobile
22:48:52.199882 run       osmo-ms-mob/00007(pid=142): Launched
22:48:52.210660 run                             mass: MS start registered  {at=17837837.914010372, delay=0.004562888294458389, ms=00007}
22:48:52.988301 run                osmo-ms-mob/00008: Starting mobile
22:48:53.001523 run       osmo-ms-mob/00008(pid=143): Launched
22:48:53.012398 run                             mass: MS start registered  {at=17837838.71573054, delay=0.004786144942045212, ms=00008}
22:48:53.077127 run                             mass: MS performed LU  {at=17837838.780457776, lu_delay=5.615943808108568, ms=00002}
22:48:53.104751 run                             mass: MS performed LU  {at=17837838.80808629, lu_delay=4.788042318075895, ms=00003}
22:48:53.686659 run                osmo-ms-mob/00009: Starting mobile
22:48:53.702305 run       osmo-ms-mob/00009(pid=144): Launched
22:48:53.713486 run                             mass: MS start registered  {at=17837839.416833363, delay=0.0045611001551151276, ms=00009}
22:48:54.386768 run                osmo-ms-mob/00010: Starting mobile
22:48:54.400954 run       osmo-ms-mob/00010(pid=145): Launched
22:48:54.412286 run                             mass: MS start registered  {at=17837840.115635514, delay=0.004743468016386032, ms=00010}
22:48:54.941113 run                             mass: MS performed LU  {at=17837840.64444415, lu_delay=5.529243592172861, ms=00004}
22:48:54.952985 run                osmo-ms-mob/00011: Starting mobile
22:48:54.967016 run       osmo-ms-mob/00011(pid=146): Launched
22:48:54.978260 run                             mass: MS start registered  {at=17837840.681606874, delay=0.004789218306541443, ms=00011}
22:48:55.476412 run                             mass: MS performed LU  {at=17837841.179745145, lu_delay=5.064194176346064, ms=00005}
22:48:55.586770 run                osmo-ms-mob/00012: Starting mobile
22:48:55.600966 run       osmo-ms-mob/00012(pid=147): Launched
22:48:55.612244 run                             mass: MS start registered  {at=17837841.315591622, delay=0.004617437720298767, ms=00012}
22:48:56.187207 run                osmo-ms-mob/00013: Starting mobile
22:48:56.201334 run       osmo-ms-mob/00013(pid=148): Launched
22:48:56.213171 run                             mass: MS start registered  {at=17837841.916487325, delay=0.005330272018909454, ms=00013}
22:48:56.788893 run                osmo-ms-mob/00014: Starting mobile
22:48:56.805284 run       osmo-ms-mob/00014(pid=149): Launched
22:48:56.817203 run                             mass: MS start registered  {at=17837842.52052758, delay=0.0053884536027908325, ms=00014}
22:48:56.842190 run                             mass: MS performed LU  {at=17837842.54550623, lu_delay=4.631495859473944, ms=00007}
22:48:56.870418 run                             mass: MS performed LU  {at=17837842.573747773, lu_delay=5.557927392423153, ms=00006}
22:48:57.396862 run                osmo-ms-mob/00015: Starting mobile
22:48:57.410515 run       osmo-ms-mob/00015(pid=150): Launched
22:48:57.424229 run                             mass: MS start registered  {at=17837843.127570912, delay=0.007451862096786499, ms=00015}
22:48:57.886981 run                osmo-ms-mob/00016: Starting mobile
22:48:57.900311 run       osmo-ms-mob/00016(pid=151): Launched
22:48:57.911565 run                             mass: MS start registered  {at=17837843.61491002, delay=0.004850577563047409, ms=00016}
22:48:58.399641 run                osmo-ms-mob/00017: Starting mobile
22:48:58.413949 run       osmo-ms-mob/00017(pid=152): Launched
22:48:58.425446 run                             mass: MS start registered  {at=17837844.128791146, delay=0.0050312913954257965, ms=00017}
22:48:58.707630 run                             mass: MS performed LU  {at=17837844.41087987, lu_delay=5.695149328559637, ms=00008}
22:48:58.772460 run                             mass: MS performed LU  {at=17837844.475717697, lu_delay=5.058884333819151, ms=00009}
22:48:58.999948 run                osmo-ms-mob/00018: Starting mobile
22:48:59.014708 run       osmo-ms-mob/00018(pid=153): Launched
22:48:59.025450 run                             mass: MS start registered  {at=17837844.72880479, delay=0.004627160727977753, ms=00018}
22:48:59.387198 run                osmo-ms-mob/00019: Starting mobile
22:48:59.400764 run       osmo-ms-mob/00019(pid=154): Launched
22:48:59.411634 run                             mass: MS start registered  {at=17837845.11498619, delay=0.004522591829299927, ms=00019}
22:48:59.901003 run                osmo-ms-mob/00020: Starting mobile
22:48:59.915301 run       osmo-ms-mob/00020(pid=155): Launched
22:48:59.926417 run                             mass: MS start registered  {at=17837845.62976201, delay=0.005003985017538071, ms=00020}
22:49:00.386437 run                osmo-ms-mob/00021: Starting mobile
22:49:00.400520 run       osmo-ms-mob/00021(pid=156): Launched
22:49:00.411857 run                             mass: MS start registered  {at=17837846.11520508, delay=0.004805620759725571, ms=00021}
22:49:00.608759 run                             mass: MS performed LU  {at=17837846.312091142, lu_delay=4.996499519795179, ms=00012}
22:49:00.636536 run                             mass: MS performed LU  {at=17837846.33985298, lu_delay=6.224217467010021, ms=00010}
22:49:00.648823 run                osmo-ms-mob/00022: Starting mobile
22:49:00.662739 run       osmo-ms-mob/00022(pid=157): Launched
22:49:00.673939 run                             mass: MS start registered  {at=17837846.377286427, delay=0.004860591143369675, ms=00022}
22:49:00.723303 run                             mass: MS performed LU  {at=17837846.426640436, lu_delay=5.74503356218338, ms=00011}
22:49:01.286403 run                osmo-ms-mob/00023: Starting mobile
22:49:01.300873 run       osmo-ms-mob/00023(pid=158): Launched
22:49:01.312155 run                             mass: MS start registered  {at=17837847.01550231, delay=0.004643622785806656, ms=00023}
22:49:01.686931 run                osmo-ms-mob/00024: Starting mobile
22:49:01.700433 run       osmo-ms-mob/00024(pid=159): Launched
22:49:01.711600 run                             mass: MS start registered  {at=17837847.41494865, delay=0.00466407835483551, ms=00024}
22:49:02.187835 run                osmo-ms-mob/00025: Starting mobile
22:49:02.251937 run       osmo-ms-mob/00025(pid=160): Launched
22:49:02.266499 run                             mass: MS start registered  {at=17837847.969851047, delay=0.004249073565006256, ms=00025}
22:49:02.389371 run                             mass: MS performed LU  {at=17837848.09270003, lu_delay=4.965129118412733, ms=00015}
22:49:02.473775 run                             mass: MS performed LU  {at=17837848.177073274, lu_delay=5.65654569491744, ms=00014}
22:49:02.497691 run                osmo-ms-mob/00026: Starting mobile
22:49:02.511051 run       osmo-ms-mob/00026(pid=161): Launched
22:49:02.522282 run                             mass: MS start registered  {at=17837848.22562223, delay=0.005084104835987091, ms=00026}
22:49:02.644211 run                             mass: MS performed LU  {at=17837848.34747163, lu_delay=4.732561606913805, ms=00016}
22:49:03.004983 run                osmo-ms-mob/00027: Starting mobile
22:49:03.021019 run       osmo-ms-mob/00027(pid=162): Launched
22:49:03.032117 run                             mass: MS start registered  {at=17837848.7354687, delay=0.004907239228487015, ms=00027}
22:49:03.395306 run                osmo-ms-mob/00028: Starting mobile
22:49:03.408428 run       osmo-ms-mob/00028(pid=163): Launched
22:49:03.420281 run                             mass: MS start registered  {at=17837849.123628277, delay=0.005381520837545395, ms=00028}
22:49:03.786893 run                osmo-ms-mob/00029: Starting mobile
22:49:03.801906 run       osmo-ms-mob/00029(pid=164): Launched
22:49:03.813709 run                             mass: MS start registered  {at=17837849.517015796, delay=0.005357928574085236, ms=00029}
22:49:04.186394 run                osmo-ms-mob/00030: Starting mobile
22:49:04.200281 run       osmo-ms-mob/00030(pid=165): Launched
22:49:04.211505 run                             mass: MS start registered  {at=17837849.91485117, delay=0.004788745194673538, ms=00030}
22:49:04.374791 run                             mass: MS performed LU  {at=17837850.078126304, lu_delay=5.949335157871246, ms=00017}
22:49:04.402284 run                             mass: MS performed LU  {at=17837850.10562967, lu_delay=4.990643482655287, ms=00019}
22:49:04.489985 run                             mass: MS performed LU  {at=17837850.193311278, lu_delay=5.464506488293409, ms=00018}
22:49:04.502558 run                osmo-ms-mob/00031: Starting mobile
22:49:04.516487 run       osmo-ms-mob/00031(pid=166): Launched
22:49:04.528247 run                             mass: MS start registered  {at=17837850.231586292, delay=0.0049281008541584015, ms=00031}
22:49:04.546019 run                             mass: MS performed LU  {at=17837850.24933262, lu_delay=4.61957061290741, ms=00020}
22:49:04.898829 run                osmo-ms-mob/00032: Starting mobile
22:49:04.914362 run       osmo-ms-mob/00032(pid=167): Launched
22:49:04.925876 run                             mass: MS start registered  {at=17837850.629226178, delay=0.004837285727262497, ms=00032}
22:49:05.286441 run                osmo-ms-mob/00033: Starting mobile
22:49:05.300674 run       osmo-ms-mob/00033(pid=168): Launched
22:49:05.312258 run                             mass: MS start registered  {at=17837851.015607297, delay=0.0051947906613349915, ms=00033}
22:49:05.687457 run                osmo-ms-mob/00034: Starting mobile
22:49:05.703050 run       osmo-ms-mob/00034(pid=169): Launched
22:49:05.714510 run                             mass: MS start registered  {at=17837851.417845827, delay=0.00481560081243515, ms=00034}
22:49:05.987249 run                osmo-ms-mob/00035: Starting mobile
22:49:06.002007 run       osmo-ms-mob/00035(pid=170): Launched
22:49:06.013859 run                             mass: MS start registered  {at=17837851.71718578, delay=0.004247535020112991, ms=00035}
22:49:06.155815 run                             mass: MS performed LU  {at=17837851.859151565, lu_delay=5.4818651378154755, ms=00022}
22:49:06.174535 run                             mass: MS performed LU  {at=17837851.87786858, lu_delay=5.762663502246141, ms=00021}
22:49:06.239010 run                             mass: MS performed LU  {at=17837851.94234294, lu_delay=4.926840629428625, ms=00023}
22:49:06.250966 run                osmo-ms-mob/00036: Starting mobile
22:49:06.265057 run       osmo-ms-mob/00036(pid=171): Launched
22:49:06.276630 run                             mass: MS start registered  {at=17837851.979963716, delay=0.005141034722328186, ms=00036}
22:49:06.447646 run                             mass: MS performed LU  {at=17837852.15089799, lu_delay=4.735949341207743, ms=00024}
22:49:06.787371 run                osmo-ms-mob/00037: Starting mobile
22:49:06.801319 run       osmo-ms-mob/00037(pid=172): Launched
22:49:06.813229 run                             mass: MS start registered  {at=17837852.51657007, delay=0.005501456558704376, ms=00037}
22:49:07.088454 run                osmo-ms-mob/00038: Starting mobile
22:49:07.102409 run       osmo-ms-mob/00038(pid=173): Launched
22:49:07.114454 run                             mass: MS start registered  {at=17837852.81779732, delay=0.0052641816437244415, ms=00038}
22:49:07.387413 run                osmo-ms-mob/00039: Starting mobile
22:49:07.401418 run       osmo-ms-mob/00039(pid=174): Launched
22:49:07.412722 run                             mass: MS start registered  {at=17837853.11607419, delay=0.004700463265180588, ms=00039}
22:49:07.788834 run                osmo-ms-mob/00040: Starting mobile
22:49:07.803731 run       osmo-ms-mob/00040(pid=175): Launched
22:49:07.815784 run                             mass: MS start registered  {at=17837853.51912721, delay=0.005613595247268677, ms=00040}
22:49:08.114724 run                osmo-ms-mob/00041: Starting mobile
22:49:08.128874 run       osmo-ms-mob/00041(pid=176): Launched
22:49:08.140018 run                             mass: MS performed LU  {at=17837853.843364283, lu_delay=5.61774205416441, ms=00026}
22:49:08.146216 run                             mass: MS start registered  {at=17837853.84958093, delay=0.010883335024118423, ms=00041}
22:49:08.167871 run                             mass: MS performed LU  {at=17837853.871211987, lu_delay=5.9013609401881695, ms=00025}
22:49:08.179930 run                osmo-ms-mob/00042: Starting mobile
22:49:08.193435 run       osmo-ms-mob/00042(pid=177): Launched
22:49:08.204677 run                             mass: MS start registered  {at=17837853.908023138, delay=0.004939954727888107, ms=00042}
22:49:08.255097 run                             mass: MS performed LU  {at=17837853.95842496, lu_delay=4.441409163177013, ms=00029}
22:49:08.311081 run                             mass: MS performed LU  {at=17837854.014379643, lu_delay=5.27891094237566, ms=00027}
22:49:08.347970 run                             mass: MS performed LU  {at=17837854.051306315, lu_delay=4.927678037434816, ms=00028}
22:49:08.359627 run                osmo-ms-mob/00043: Starting mobile
22:49:08.373181 run       osmo-ms-mob/00043(pid=178): Launched
22:49:08.384695 run                             mass: MS start registered  {at=17837854.088018335, delay=0.004688005894422531, ms=00043}
22:49:09.086946 run                osmo-ms-mob/00044: Starting mobile
22:49:09.101517 run       osmo-ms-mob/00044(pid=179): Launched
22:49:09.112877 run                             mass: MS start registered  {at=17837854.81622526, delay=0.004738643765449524, ms=00044}
22:49:09.386697 run                osmo-ms-mob/00045: Starting mobile
22:49:09.400899 run       osmo-ms-mob/00045(pid=180): Launched
22:49:09.412417 run                             mass: MS start registered  {at=17837855.115760926, delay=0.004960455000400543, ms=00045}
22:49:09.687247 run                osmo-ms-mob/00046: Starting mobile
22:49:09.702069 run       osmo-ms-mob/00046(pid=181): Launched
22:49:09.713620 run                             mass: MS start registered  {at=17837855.416973125, delay=0.0032235458493232727, ms=00046}
22:49:09.987045 run                osmo-ms-mob/00047: Starting mobile
22:49:10.000674 run       osmo-ms-mob/00047(pid=182): Launched
22:49:10.007486 run                             mass: MS performed LU  {at=17837855.710840505, lu_delay=5.479254212230444, ms=00031}
22:49:10.013692 run                             mass: MS start registered  {at=17837855.717056844, delay=0.006239183247089386, ms=00047}
22:49:10.068937 run                             mass: MS performed LU  {at=17837855.77227405, lu_delay=5.857422880828381, ms=00030}
22:49:10.081489 run                osmo-ms-mob/00048: Starting mobile
22:49:10.095292 run       osmo-ms-mob/00048(pid=183): Launched
22:49:10.106510 run                             mass: MS start registered  {at=17837855.809861843, delay=0.004879053682088852, ms=00048}
22:49:10.175392 run                             mass: MS performed LU  {at=17837855.878726017, lu_delay=4.863118719309568, ms=00033}
22:49:10.587260 run                osmo-ms-mob/00049: Starting mobile
22:49:10.601154 run       osmo-ms-mob/00049(pid=184): Launched
22:49:10.612537 run                             mass: MS start registered  {at=17837856.31587836, delay=0.005037333816289902, ms=00049}
22:49:10.887278 run                osmo-ms-mob/00050: Starting mobile
22:49:10.901734 run       osmo-ms-mob/00050(pid=185): Launched
22:49:10.913033 run                             mass: MS start registered  {at=17837856.616379358, delay=0.004877373576164246, ms=00050}
22:49:11.287019 run                osmo-ms-mob/00051: Starting mobile
22:49:11.301133 run       osmo-ms-mob/00051(pid=186): Launched
22:49:11.312751 run                             mass: MS start registered  {at=17837857.016092837, delay=0.004997510462999344, ms=00051}
22:49:11.604193 run                osmo-ms-mob/00052: Starting mobile
22:49:11.620925 run       osmo-ms-mob/00052(pid=187): Launched
22:49:11.632650 run                             mass: MS start registered  {at=17837857.335988153, delay=0.004798058420419693, ms=00052}
22:49:11.786893 run                             mass: MS performed LU  {at=17837857.4900542, lu_delay=5.772868420928717, ms=00035}
22:49:11.814417 run                osmo-ms-mob/00053: Starting mobile
22:49:11.827633 run       osmo-ms-mob/00053(pid=188): Launched
22:49:11.839084 run                             mass: MS start registered  {at=17837857.542425346, delay=0.005152203142642975, ms=00053}
22:49:11.845780 run                             mass: MS performed LU  {at=17837857.549135786, lu_delay=4.7313384637236595, ms=00038}
22:49:11.906552 run                             mass: MS performed LU  {at=17837857.609810647, lu_delay=5.629846930503845, ms=00036}
22:49:11.927106 run                osmo-ms-mob/00054: Starting mobile
22:49:11.940488 run       osmo-ms-mob/00054(pid=189): Launched
22:49:11.951596 run                             mass: MS start registered  {at=17837857.654946685, delay=0.004928920418024063, ms=00054}
22:49:12.095681 run                             mass: MS performed LU  {at=17837857.799011774, lu_delay=6.381165947765112, ms=00034}
22:49:12.505595 run                osmo-ms-mob/00055: Starting mobile
22:49:12.520459 run       osmo-ms-mob/00055(pid=190): Launched
22:49:12.532289 run                             mass: MS start registered  {at=17837858.23563311, delay=0.005245726555585861, ms=00055}
22:49:12.807243 run                osmo-ms-mob/00056: Starting mobile
22:49:12.821628 run       osmo-ms-mob/00056(pid=191): Launched
22:49:12.828957 run                             mass: MS performed LU  {at=17837858.532301567, lu_delay=6.015731498599052, ms=00037}
22:49:12.835215 run                             mass: MS start registered  {at=17837858.538579907, delay=0.007208254188299179, ms=00056}
22:49:12.985927 run                             mass: MS performed LU  {at=17837858.68924192, lu_delay=3.873016659170389, ms=00044}
22:49:12.999271 run                osmo-ms-mob/00057: Starting mobile
22:49:13.013232 run       osmo-ms-mob/00057(pid=192): Launched
22:49:13.024884 run                             mass: MS start registered  {at=17837858.728230126, delay=0.0047377534210681915, ms=00057}
22:49:13.502184 run                osmo-ms-mob/00058: Starting mobile
22:49:13.519445 run       osmo-ms-mob/00058(pid=193): Launched
22:49:13.531405 run                             mass: MS start registered  {at=17837859.234751344, delay=0.004742465913295746, ms=00058}
22:49:13.706763 run                             mass: MS performed LU  {at=17837859.40996179, lu_delay=5.5019386522471905, ms=00042}
22:49:13.729801 run                osmo-ms-mob/00059: Starting mobile
22:49:13.744108 run       osmo-ms-mob/00059(pid=194): Launched
22:49:13.755211 run                             mass: MS start registered  {at=17837859.458565883, delay=0.004669692367315292, ms=00059}
22:49:13.780652 run                             mass: MS performed LU  {at=17837859.483880464, lu_delay=5.634299535304308, ms=00041}
22:49:13.835496 run                             mass: MS performed LU  {at=17837859.53874967, lu_delay=5.450731333345175, ms=00043}
22:49:13.860821 run                osmo-ms-mob/00060: Starting mobile
22:49:13.874819 run       osmo-ms-mob/00060(pid=195): Launched
22:49:13.886024 run                             mass: MS start registered  {at=17837859.589374598, delay=0.004809301346540451, ms=00060}
22:49:14.033742 run                             mass: MS performed LU  {at=17837859.7370656, lu_delay=6.217938389629126, ms=00040}
22:49:14.886236 run                osmo-ms-mob/00061: Starting mobile
22:49:14.904299 run       osmo-ms-mob/00061(pid=196): Launched
22:49:14.910533 run                             mass: Starting too slowly. Moving on {now=17837860.613901794, sleep=-0.3301476687192917, target=17837860.283754125}
22:49:14.916224 run                             mass: MS start registered  {at=17837860.61958339, delay=0.005684506148099899, ms=00061}
22:49:14.922390 run                             mass: Starting too slowly. Moving on {now=17837860.62575946, sleep=-0.2420053333044052, target=17837860.383754127}
22:49:14.928336 run                             mass: Starting too slowly. Moving on {now=17837860.63170603, sleep=-0.1479519009590149, target=17837860.48375413}
22:49:15.543765 run                osmo-ms-mob/00062: Starting mobile
22:49:15.581119 run       osmo-ms-mob/00062(pid=197): Launched
22:49:15.587720 run                             mass: Starting too slowly. Moving on {now=17837861.29108763, sleep=-0.7073335014283657, target=17837860.58375413}
22:49:15.593803 run                             mass: MS start registered  {at=17837861.297161605, delay=0.006076406687498093, ms=00062}
22:49:15.599694 run                             mass: Starting too slowly. Moving on {now=17837861.30306482, sleep=-0.6193106882274151, target=17837860.68375413}
22:49:15.605626 run                             mass: Starting too slowly. Moving on {now=17837861.308996607, sleep=-0.5252424739301205, target=17837860.783754133}
22:49:15.905289 run                osmo-ms-mob/00063: Starting mobile
22:49:15.933273 run       osmo-ms-mob/00063(pid=198): Launched
22:49:15.939637 run                             mass: Starting too slowly. Moving on {now=17837861.64300651, sleep=-0.7592523768544197, target=17837860.883754134}
22:49:15.945657 run                             mass: MS start registered  {at=17837861.649015237, delay=0.006010577082633972, ms=00063}
22:49:15.951606 run                             mass: Starting too slowly. Moving on {now=17837861.654975314, sleep=-0.6712211780250072, target=17837860.983754136}
22:49:15.957362 run                             mass: Starting too slowly. Moving on {now=17837861.66073296, sleep=-0.5769788213074207, target=17837861.083754137}
22:49:15.963332 run                             mass: Starting too slowly. Moving on {now=17837861.66670177, sleep=-0.4829476326704025, target=17837861.18375414}
22:49:15.974572 run                osmo-ms-mob/00064: Starting mobile
22:49:15.988781 run       osmo-ms-mob/00064(pid=199): Launched
22:49:15.995097 run                             mass: Starting too slowly. Moving on {now=17837861.69846689, sleep=-0.4147127494215965, target=17837861.28375414}
22:49:16.001138 run                             mass: MS start registered  {at=17837861.704496253, delay=0.0060317181050777435, ms=00064}
22:49:16.007443 run                             mass: Starting too slowly. Moving on {now=17837861.710812315, sleep=-0.32705817371606827, target=17837861.38375414}
22:49:16.013341 run                             mass: Starting too slowly. Moving on {now=17837861.71671237, sleep=-0.23295822739601135, target=17837861.483754143}
22:49:16.019199 run                             mass: Starting too slowly. Moving on {now=17837861.72257079, sleep=-0.13881664723157883, target=17837861.583754145}
22:49:16.030761 run                osmo-ms-mob/00065: Starting mobile
22:49:16.044919 run       osmo-ms-mob/00065(pid=200): Launched
22:49:16.051708 run                             mass: Starting too slowly. Moving on {now=17837861.755075883, sleep=-0.07132173702120781, target=17837861.683754146}
22:49:16.057734 run                             mass: MS start registered  {at=17837861.761091936, delay=0.006019026041030884, ms=00065}
22:49:16.189999 run                osmo-ms-mob/00066: Starting mobile
22:49:16.204455 run       osmo-ms-mob/00066(pid=201): Launched
22:49:16.215892 run                             mass: MS start registered  {at=17837861.919242322, delay=0.004998791962862015, ms=00066}
22:49:16.262158 run                             mass: MS performed LU  {at=17837861.965496257, lu_delay=4.949403420090675, ms=00051}
22:49:16.601301 run                osmo-ms-mob/00067: Starting mobile
22:49:16.616164 run       osmo-ms-mob/00067(pid=202): Launched
22:49:16.627549 run                             mass: MS start registered  {at=17837862.330904264, delay=0.004822306334972382, ms=00067}
22:49:16.742131 run                             mass: MS performed LU  {at=17837862.445444793, lu_delay=3.9068648852407932, ms=00056}
22:49:16.766027 run                             mass: MS performed LU  {at=17837862.46934427, lu_delay=4.233711160719395, ms=00055}
22:49:16.779816 run                osmo-ms-mob/00068: Starting mobile
22:49:16.794370 run       osmo-ms-mob/00068(pid=203): Launched
22:49:16.806210 run                             mass: MS start registered  {at=17837862.509540927, delay=0.005035512149333954, ms=00068}
22:49:16.894365 run                             mass: MS performed LU  {at=17837862.59770103, lu_delay=6.281822670251131, ms=00049}
22:49:16.965476 run                             mass: MS performed LU  {at=17837862.668656904, lu_delay=7.251683779060841, ms=00046}
22:49:17.021408 run                             mass: MS performed LU  {at=17837862.7246592, lu_delay=6.914797358214855, ms=00048}
22:49:17.046390 run                osmo-ms-mob/00069: Starting mobile
22:49:17.060153 run       osmo-ms-mob/00069(pid=204): Launched
22:49:17.066874 run                             mass: MS performed LU  {at=17837862.77023035, lu_delay=7.654469422996044, ms=00045}
22:49:17.073022 run                             mass: MS start registered  {at=17837862.776387677, delay=0.006178196519613266, ms=00069}
22:49:17.084188 run                             mass: MS performed LU  {at=17837862.787534703, lu_delay=6.171155344694853, ms=00050}
22:49:17.453309 run                             mass: MS performed LU  {at=17837863.156640466, lu_delay=4.428410340100527, ms=00057}
22:49:17.466867 run                osmo-ms-mob/00070: Starting mobile
22:49:17.480173 run       osmo-ms-mob/00070(pid=205): Launched
22:49:17.491718 run                             mass: MS start registered  {at=17837863.19505795, delay=0.005141690373420715, ms=00070}
22:49:17.546115 run                             mass: MS performed LU  {at=17837863.24935482, lu_delay=5.706929475069046, ms=00053}
22:49:17.567608 run                             mass: MS performed LU  {at=17837863.27096893, lu_delay=5.934980776160955, ms=00052}
22:49:18.087511 run                osmo-ms-mob/00071: Starting mobile
22:49:18.101635 run       osmo-ms-mob/00071(pid=206): Launched
22:49:18.113233 run                             mass: MS start registered  {at=17837863.816584077, delay=0.004834812134504318, ms=00071}
22:49:18.499621 run                osmo-ms-mob/00072: Starting mobile
22:49:18.514458 run       osmo-ms-mob/00072(pid=207): Launched
22:49:18.526049 run                             mass: MS start registered  {at=17837864.229395293, delay=0.0054367221891880035, ms=00072}
22:49:18.662312 run                             mass: MS performed LU  {at=17837864.36564593, lu_delay=6.710699245333672, ms=00054}
22:49:18.887416 run                osmo-ms-mob/00073: Starting mobile
22:49:18.901365 run       osmo-ms-mob/00073(pid=208): Launched
22:49:18.912823 run                             mass: MS start registered  {at=17837864.616169848, delay=0.004771452397108078, ms=00073}
22:49:19.287597 run                osmo-ms-mob/00074: Starting mobile
22:49:19.301174 run       osmo-ms-mob/00074(pid=209): Launched
22:49:19.312330 run                             mass: MS start registered  {at=17837865.015668858, delay=0.004731655120849609, ms=00074}
22:49:19.410335 run                             mass: MS performed LU  {at=17837865.113668416, lu_delay=5.524293817579746, ms=00060}
22:49:19.465161 run                             mass: MS performed LU  {at=17837865.16844341, lu_delay=5.933692067861557, ms=00058}
22:49:19.689505 run                osmo-ms-mob/00075: Starting mobile
22:49:19.703730 run       osmo-ms-mob/00075(pid=210): Launched
22:49:19.715141 run                             mass: MS start registered  {at=17837865.418489847, delay=0.0049387142062187195, ms=00075}
22:49:20.191113 run                osmo-ms-mob/00076: Starting mobile
22:49:20.205468 run       osmo-ms-mob/00076(pid=211): Launched
22:49:20.217307 run                             mass: MS start registered  {at=17837865.920648012, delay=0.005193449556827545, ms=00076}
22:49:20.380200 run                             mass: MS performed LU  {at=17837866.083449684, lu_delay=6.62488380074501, ms=00059}
22:49:20.426742 run                             mass: MS performed LU  {at=17837866.13000629, lu_delay=5.510422900319099, ms=00061}
22:49:20.494485 run                             mass: MS performed LU  {at=17837866.19780774, lu_delay=24.28132041543722, ms=00013}
22:49:20.513548 run                osmo-ms-mob/00077: Starting mobile
22:49:20.528048 run       osmo-ms-mob/00077(pid=212): Launched
22:49:20.539374 run                             mass: MS start registered  {at=17837866.242714003, delay=0.004910111427307129, ms=00077}
22:49:20.583047 run                             mass: MS performed LU  {at=17837866.28627904, lu_delay=4.525187104940414, ms=00065}
22:49:20.593921 run                             mass: MS performed LU  {at=17837866.29728413, lu_delay=3.787743203341961, ms=00068}
22:49:21.087294 run                osmo-ms-mob/00078: Starting mobile
22:49:21.102567 run       osmo-ms-mob/00078(pid=213): Launched
22:49:21.114293 run                             mass: MS start registered  {at=17837866.817639586, delay=0.004247263073921204, ms=00078}
22:49:21.256080 run                             mass: MS performed LU  {at=17837866.959416825, lu_delay=5.662255220115185, ms=00062}
22:49:21.310758 run                             mass: MS performed LU  {at=17837867.014095005, lu_delay=5.094852682203054, ms=00066}
22:49:21.487361 run                osmo-ms-mob/00079: Starting mobile
22:49:21.501675 run       osmo-ms-mob/00079(pid=214): Launched
22:49:21.513498 run                             mass: MS start registered  {at=17837867.216833323, delay=0.005083203315734863, ms=00079}
22:49:21.564748 run                             mass: MS performed LU  {at=17837867.26803634, lu_delay=4.937132075428963, ms=00067}
22:49:22.003144 run                osmo-ms-mob/00080: Starting mobile
22:49:22.017875 run       osmo-ms-mob/00080(pid=215): Launched
22:49:22.029036 run                             mass: MS start registered  {at=17837867.732382044, delay=0.004624858498573303, ms=00080}
22:49:22.289740 run                             mass: MS performed LU  {at=17837867.993077133, lu_delay=6.288580879569054, ms=00064}
22:49:22.363356 run                             mass: MS performed LU  {at=17837868.066672973, lu_delay=4.871615022420883, ms=00070}
22:49:22.375952 run                osmo-ms-mob/00081: Starting mobile
22:49:22.396140 run       osmo-ms-mob/00081(pid=216): Launched
22:49:22.407862 run                             mass: MS start registered  {at=17837868.11120391, delay=0.005048979073762894, ms=00081}
22:49:22.900151 run                osmo-ms-mob/00082: Starting mobile
22:49:22.915427 run       osmo-ms-mob/00082(pid=217): Launched
22:49:22.926586 run                             mass: MS start registered  {at=17837868.629923787, delay=0.005025945603847504, ms=00082}
22:49:23.176274 run                             mass: MS performed LU  {at=17837868.87952388, lu_delay=6.103136204183102, ms=00069}
22:49:23.194886 run                             mass: MS performed LU  {at=17837868.898248497, lu_delay=4.6688532046973705, ms=00072}
22:49:23.203633 run                             mass: MS performed LU  {at=17837868.90697598, lu_delay=5.090391904115677, ms=00071}
22:49:23.488720 run                osmo-ms-mob/00083: Starting mobile
22:49:23.502171 run       osmo-ms-mob/00083(pid=218): Launched
22:49:23.513774 run                             mass: MS start registered  {at=17837869.21712469, delay=0.005091726779937744, ms=00083}
22:49:23.987122 run                osmo-ms-mob/00084: Starting mobile
22:49:24.000548 run       osmo-ms-mob/00084(pid=219): Launched
22:49:24.011655 run                             mass: MS start registered  {at=17837869.71500579, delay=0.004711408168077469, ms=00084}
22:49:24.486320 run                osmo-ms-mob/00085: Starting mobile
22:49:24.500739 run       osmo-ms-mob/00085(pid=220): Launched
22:49:24.512854 run                             mass: MS start registered  {at=17837870.216207348, delay=0.005300931632518768, ms=00085}
22:49:24.967405 run                             mass: MS performed LU  {at=17837870.67065352, lu_delay=5.2521636709570885, ms=00075}
22:49:25.003368 run                             mass: MS performed LU  {at=17837870.706636067, lu_delay=5.690967209637165, ms=00074}
22:49:25.017848 run                osmo-ms-mob/00086: Starting mobile
22:49:25.032172 run       osmo-ms-mob/00086(pid=221): Launched
22:49:25.044619 run                             mass: MS start registered  {at=17837870.74795786, delay=0.006050541996955872, ms=00086}
22:49:25.132333 run                             mass: MS performed LU  {at=17837870.83566718, lu_delay=4.915019169449806, ms=00076}
22:49:25.257025 run                             mass: MS performed LU  {at=17837870.960360482, lu_delay=6.344190634787083, ms=00073}
22:49:25.349764 run                             mass: MS performed LU  {at=17837871.05309861, lu_delay=4.81038460880518, ms=00077}
22:49:25.686948 run                osmo-ms-mob/00087: Starting mobile
22:49:25.700298 run       osmo-ms-mob/00087(pid=222): Launched
22:49:25.711889 run                             mass: MS start registered  {at=17837871.415228575, delay=0.00420379638671875, ms=00087}
22:49:26.286704 run                osmo-ms-mob/00088: Starting mobile
22:49:26.302440 run       osmo-ms-mob/00088(pid=223): Launched
22:49:26.314274 run                             mass: MS start registered  {at=17837872.01760882, delay=0.004306040704250336, ms=00088}
22:49:26.896988 run                osmo-ms-mob/00089: Starting mobile
22:49:26.912336 run       osmo-ms-mob/00089(pid=224): Launched
22:49:26.924558 run                             mass: MS start registered  {at=17837872.627895888, delay=0.005838807672262192, ms=00089}
22:49:26.950374 run                             mass: MS performed LU  {at=17837872.653649285, lu_delay=4.5424453765153885, ms=00081}
22:49:26.968699 run                             mass: MS performed LU  {at=17837872.672046352, lu_delay=5.455213028937578, ms=00079}
22:49:27.195139 run                             mass: MS performed LU  {at=17837872.898454867, lu_delay=6.080815281718969, ms=00078}
22:49:27.213567 run                             mass: MS performed LU  {at=17837872.916907378, lu_delay=22.287681199610233, ms=00032}
22:49:27.487410 run                osmo-ms-mob/00090: Starting mobile
22:49:27.501286 run       osmo-ms-mob/00090(pid=225): Launched
22:49:27.512260 run                             mass: MS start registered  {at=17837873.21560807, delay=0.004660002887248993, ms=00090}
22:49:28.186331 run                osmo-ms-mob/00091: Starting mobile
22:49:28.200618 run       osmo-ms-mob/00091(pid=226): Launched
22:49:28.211720 run                             mass: MS start registered  {at=17837873.915072065, delay=0.00455252081155777, ms=00091}
22:49:28.879750 run                             mass: MS performed LU  {at=17837874.5830845, lu_delay=5.36595981195569, ms=00083}
22:49:28.891646 run                osmo-ms-mob/00092: Starting mobile
22:49:28.905848 run       osmo-ms-mob/00092(pid=227): Launched
22:49:28.912510 run                             mass: MS performed LU  {at=17837874.61586562, lu_delay=4.900859832763672, ms=00084}
22:49:28.918835 run                             mass: MS start registered  {at=17837874.622199435, delay=0.006357274949550629, ms=00092}
22:49:28.967587 run                             mass: MS performed LU  {at=17837874.670921054, lu_delay=6.040997266769409, ms=00082}
22:49:29.221634 run                             mass: MS performed LU  {at=17837874.924966995, lu_delay=21.80889280512929, ms=00039}
22:49:29.240118 run                             mass: MS performed LU  {at=17837874.943455618, lu_delay=4.727248270064592, ms=00085}
22:49:29.689898 run                osmo-ms-mob/00093: Starting mobile
22:49:29.704837 run       osmo-ms-mob/00093(pid=228): Launched
22:49:29.717193 run                             mass: MS start registered  {at=17837875.420534834, delay=0.005385175347328186, ms=00093}
22:49:30.587165 run                osmo-ms-mob/00094: Starting mobile
22:49:30.600715 run       osmo-ms-mob/00094(pid=229): Launched
22:49:30.611551 run                             mass: MS start registered  {at=17837876.314899422, delay=0.004633136093616486, ms=00094}
22:49:30.717982 run                             mass: MS performed LU  {at=17837876.421239194, lu_delay=5.673281334340572, ms=00086}
22:49:30.739011 run                             mass: MS performed LU  {at=17837876.442373615, lu_delay=5.02714503929019, ms=00087}
22:49:30.906758 run                             mass: MS performed LU  {at=17837876.61006524, lu_delay=4.592456419020891, ms=00088}
22:49:31.486278 run                osmo-ms-mob/00095: Starting mobile
22:49:31.500650 run       osmo-ms-mob/00095(pid=230): Launched
22:49:31.512085 run                             mass: MS start registered  {at=17837877.215430554, delay=0.00485658273100853, ms=00095}
22:49:32.486762 run                osmo-ms-mob/00096: Starting mobile
22:49:32.500274 run       osmo-ms-mob/00096(pid=231): Launched
22:49:32.511840 run                             mass: MS start registered  {at=17837878.21517186, delay=0.0052200667560100555, ms=00096}
22:49:32.645835 run                             mass: MS performed LU  {at=17837878.349167556, lu_delay=5.133559484034777, ms=00090}
22:49:32.664143 run                             mass: MS performed LU  {at=17837878.36746982, lu_delay=5.739573933184147, ms=00089}
22:49:32.733286 run                             mass: MS performed LU  {at=17837878.43662306, lu_delay=22.719566214829683, ms=00047}
22:49:32.986956 run                             mass: MS performed LU  {at=17837878.69029437, lu_delay=4.775222305208445, ms=00091}
22:49:33.586911 run                osmo-ms-mob/00097: Starting mobile
22:49:33.600928 run       osmo-ms-mob/00097(pid=232): Launched
22:49:33.612074 run                             mass: MS start registered  {at=17837879.315423973, delay=0.0044912658631801605, ms=00097}
22:49:34.482616 run                             mass: MS performed LU  {at=17837880.185905445, lu_delay=5.563706010580063, ms=00092}
22:49:34.500874 run                             mass: MS performed LU  {at=17837880.20422979, lu_delay=4.783694956451654, ms=00093}
22:49:34.886695 run                osmo-ms-mob/00098: Starting mobile
22:49:34.899941 run       osmo-ms-mob/00098(pid=233): Launched
22:49:34.911944 run                             mass: MS start registered  {at=17837880.61527829, delay=0.005733106285333633, ms=00098}
22:49:36.411309 run                             mass: MS performed LU  {at=17837882.11462516, lu_delay=4.899194605648518, ms=00095}
22:49:36.429832 run                             mass: MS performed LU  {at=17837882.133159433, lu_delay=5.818260010331869, ms=00094}
22:49:36.687036 run                osmo-ms-mob/00099: Starting mobile
22:49:36.700322 run       osmo-ms-mob/00099(pid=234): Launched
22:49:36.706432 run                             mass: All started... {duration=55.726047951728106, too_slow=20}
22:49:36.712250 run                             mass: MS start registered  {at=17837882.415608857, delay=0.005810994654893875, ms=00099}
22:49:38.248396 run                             mass: MS performed LU  {at=17837883.9517348, lu_delay=5.736562941223383, ms=00096}
22:49:38.266522 run                             mass: MS performed LU  {at=17837883.969876766, lu_delay=22.320861529558897, ms=00063}
22:49:38.617444 run                             mass: MS performed LU  {at=17837884.320777792, lu_delay=5.005353819578886, ms=00097}
22:49:40.176992 run                             mass: MS performed LU  {at=17837885.8803285, lu_delay=5.265050210058689, ms=00098}
22:49:42.014456 run                             mass: MS performed LU  {at=17837887.71777853, lu_delay=5.302169673144817, ms=00099}
22:49:44.150818 run                             mass: MS performed LU  {at=17837889.85415015, lu_delay=22.121768105775118, ms=00080}
22:49:44.157467 run                             mass: Tests done {all_completed=True, max=24.28132041543722, min=3.787743203341961}
22:49:44.163394 tst         register_default_mass.py: Test passed (87.6 sec)
22:49:44.169017 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:44.172315 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:44.175647 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:44.179074 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:44.182423 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:44.185739 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:44.189075 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:44.192369 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:44.195668 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:44.198974 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:44.202282 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:44.205590 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:44.208902 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:44.212621 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:44.216061 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:44.219355 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:44.223320 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:44.227062 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:44.230567 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:44.234021 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:44.237438 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:44.240906 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:44.244381 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:44.247857 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:44.251354 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:44.255405 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:44.258930 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:44.262503 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:44.265986 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:44.269456 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:44.272872 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:44.277136 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:44.280754 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:44.284134 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:44.287767 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:44.291477 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:44.295181 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:44.298656 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:44.302273 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:44.305964 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:44.309461 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:44.312892 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:44.316717 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:44.320166 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:44.323897 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:44.327351 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:44.330809 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:44.334245 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:44.337689 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:44.341378 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:44.344820 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:44.348274 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:44.351765 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:44.355218 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:44.358659 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:44.362098 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:44.365623 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:44.369101 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:44.373217 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:44.376677 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:44.380091 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:44.383545 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:44.387047 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:44.390472 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:44.393909 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:44.397354 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:44.400820 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:44.404271 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:44.407844 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:44.411302 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:44.414990 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:44.419064 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:44.422563 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:44.426034 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:44.429539 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:44.433008 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:44.436474 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:44.439976 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:44.443549 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:44.447016 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:44.450414 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:44.453799 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:44.457259 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:44.460751 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:44.464081 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:44.467476 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:44.470845 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:44.474250 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:44.477639 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:44.481388 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:44.484851 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:44.488284 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:44.491942 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:44.495519 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:44.499535 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:44.503091 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:44.506658 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:44.510239 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:44.513816 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:44.517373 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:44.520964 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:44.524533 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:44.528237 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:44.531763 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:44.535224 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:44.538678 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:44.542124 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:44.545547 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:44.548978 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:44.552421 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:44.555854 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:44.559291 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:44.562734 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:44.566188 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:44.569620 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:44.573064 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:44.576484 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:44.579896 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:44.583318 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:44.586794 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:44.590222 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:44.593668 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:44.597073 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:44.600489 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:44.603901 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:44.607295 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:44.610685 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:44.614086 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:44.617513 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:44.620935 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:44.624353 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:44.627857 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:44.631280 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:44.634693 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:44.638102 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:44.641543 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:44.644970 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:44.648374 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:44.651795 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:44.655214 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:44.658661 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:44.662085 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:44.665507 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:44.668944 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:44.672348 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:44.675863 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:44.679276 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:44.682676 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:44.686096 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:44.689510 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:44.692916 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:44.696329 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:44.699728 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:44.703142 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:44.706562 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:44.709974 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:44.713399 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:44.716810 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:44.720223 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:44.723629 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:44.727047 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:44.730479 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:44.733965 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:44.737389 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:44.740793 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:44.744193 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:44.747603 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:44.751014 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:44.754432 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:44.757847 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:44.761253 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:44.764667 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:44.768096 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:44.771557 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:44.775019 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:44.778449 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:44.781859 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:44.785282 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:44.788740 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:44.792151 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:44.795559 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:44.798997 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:44.802425 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:44.805839 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:44.809267 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:44.812691 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:44.816113 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:44.819520 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:44.822935 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:44.826349 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:44.829753 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:44.833173 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:44.836593 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:44.840013 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:44.843435 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:44.846841 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:44.850267 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:44.853691 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:44.857105 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:44.860527 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:44.863938 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:44.867350 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:44.870775 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:44.874286 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:44.877932 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:44.881421 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:44.884838 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:44.888249 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:44.891721 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:44.895121 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:44.898511 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:44.901902 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:44.905171 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:44.908442 ---      ParallelTerminationStrategy: PID 22 died...
22:49:44.909951 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:44.913533 ---      ParallelTerminationStrategy: PID 23 died...
22:49:44.915047 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:44.918659 ---      ParallelTerminationStrategy: PID 24 died...
22:49:44.920115 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:44.923775 ---      ParallelTerminationStrategy: PID 25 died...
22:49:44.925253 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:44.928917 ---      ParallelTerminationStrategy: PID 26 died...
22:49:44.930452 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:44.934150 ---      ParallelTerminationStrategy: PID 27 died...
22:49:44.935634 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:44.939305 ---      ParallelTerminationStrategy: PID 28 died...
22:49:44.940822 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:44.944517 ---      ParallelTerminationStrategy: PID 29 died...
22:49:44.946012 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:44.949670 ---      ParallelTerminationStrategy: PID 30 died...
22:49:44.951139 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:44.954700 ---      ParallelTerminationStrategy: PID 31 died...
22:49:44.956153 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:44.959787 ---      ParallelTerminationStrategy: PID 32 died...
22:49:44.961261 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:44.964877 ---      ParallelTerminationStrategy: PID 33 died...
22:49:44.966326 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:44.969944 ---      ParallelTerminationStrategy: PID 35 died...
22:49:44.971404 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:44.975060 ---      ParallelTerminationStrategy: PID 36 died...
22:49:44.976715 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:44.980512 ---      ParallelTerminationStrategy: PID 37 died...
22:49:44.982032 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:44.985727 ---      ParallelTerminationStrategy: PID 38 died...
22:49:44.987223 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:44.990906 ---      ParallelTerminationStrategy: PID 39 died...
22:49:44.992411 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:44.996083 ---      ParallelTerminationStrategy: PID 40 died...
22:49:44.997590 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:45.001294 ---      ParallelTerminationStrategy: PID 41 died...
22:49:45.002775 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:45.006448 ---      ParallelTerminationStrategy: PID 42 died...
22:49:45.007921 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:45.011557 ---      ParallelTerminationStrategy: PID 43 died...
22:49:45.013037 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:45.016674 ---      ParallelTerminationStrategy: PID 44 died...
22:49:45.018157 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:45.021818 ---      ParallelTerminationStrategy: PID 45 died...
22:49:45.023297 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:45.026949 ---      ParallelTerminationStrategy: PID 46 died...
22:49:45.028416 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:45.032068 ---      ParallelTerminationStrategy: PID 47 died...
22:49:45.033575 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:45.037218 ---      ParallelTerminationStrategy: PID 48 died...
22:49:45.038730 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:45.042384 ---      ParallelTerminationStrategy: PID 49 died...
22:49:45.043849 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:45.047499 ---      ParallelTerminationStrategy: PID 50 died...
22:49:45.048966 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:45.052630 ---      ParallelTerminationStrategy: PID 51 died...
22:49:45.054113 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:45.057869 ---      ParallelTerminationStrategy: PID 52 died...
22:49:45.059348 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:45.063050 ---      ParallelTerminationStrategy: PID 53 died...
22:49:45.064530 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:45.068233 ---      ParallelTerminationStrategy: PID 54 died...
22:49:45.069742 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:45.073386 ---      ParallelTerminationStrategy: PID 55 died...
22:49:45.074872 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:45.078524 ---      ParallelTerminationStrategy: PID 56 died...
22:49:45.080004 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:45.083663 ---      ParallelTerminationStrategy: PID 57 died...
22:49:45.085173 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:45.088846 ---      ParallelTerminationStrategy: PID 58 died...
22:49:45.090323 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:45.093965 ---      ParallelTerminationStrategy: PID 59 died...
22:49:45.095496 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:45.099314 ---      ParallelTerminationStrategy: PID 60 died...
22:49:45.100858 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:45.104711 ---      ParallelTerminationStrategy: PID 61 died...
22:49:45.106246 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:45.110030 ---      ParallelTerminationStrategy: PID 62 died...
22:49:45.111580 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:45.115391 ---      ParallelTerminationStrategy: PID 63 died...
22:49:45.116948 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:45.120766 ---      ParallelTerminationStrategy: PID 64 died...
22:49:45.122301 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:45.126104 ---      ParallelTerminationStrategy: PID 65 died...
22:49:45.127638 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:45.131442 ---      ParallelTerminationStrategy: PID 66 died...
22:49:45.132967 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:45.136813 ---      ParallelTerminationStrategy: PID 67 died...
22:49:45.138353 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:45.142158 ---      ParallelTerminationStrategy: PID 68 died...
22:49:45.143682 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:45.147520 ---      ParallelTerminationStrategy: PID 69 died...
22:49:45.149073 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:45.152763 ---      ParallelTerminationStrategy: PID 70 died...
22:49:45.154267 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:45.158052 ---      ParallelTerminationStrategy: PID 71 died...
22:49:45.159606 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:45.163402 ---      ParallelTerminationStrategy: PID 72 died...
22:49:45.164960 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:45.168763 ---      ParallelTerminationStrategy: PID 73 died...
22:49:45.170286 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:45.174150 ---      ParallelTerminationStrategy: PID 74 died...
22:49:45.175680 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:45.179489 ---      ParallelTerminationStrategy: PID 75 died...
22:49:45.181049 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:45.184895 ---      ParallelTerminationStrategy: PID 76 died...
22:49:45.186445 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:45.190291 ---      ParallelTerminationStrategy: PID 77 died...
22:49:45.191858 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:45.195683 ---      ParallelTerminationStrategy: PID 78 died...
22:49:45.197276 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:45.201109 ---      ParallelTerminationStrategy: PID 79 died...
22:49:45.202675 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:45.206499 ---      ParallelTerminationStrategy: PID 80 died...
22:49:45.208060 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:45.211825 ---      ParallelTerminationStrategy: PID 81 died...
22:49:45.213361 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:45.217166 ---      ParallelTerminationStrategy: PID 82 died...
22:49:45.218698 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:45.222501 ---      ParallelTerminationStrategy: PID 83 died...
22:49:45.224029 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:45.227876 ---      ParallelTerminationStrategy: PID 84 died...
22:49:45.229424 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:45.233228 ---      ParallelTerminationStrategy: PID 85 died...
22:49:45.234768 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:45.238565 ---      ParallelTerminationStrategy: PID 86 died...
22:49:45.240109 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:45.243947 ---      ParallelTerminationStrategy: PID 87 died...
22:49:45.245497 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:45.249297 ---      ParallelTerminationStrategy: PID 88 died...
22:49:45.250850 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:45.254652 ---      ParallelTerminationStrategy: PID 89 died...
22:49:45.256179 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:45.260013 ---      ParallelTerminationStrategy: PID 90 died...
22:49:45.261577 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:45.265388 ---      ParallelTerminationStrategy: PID 91 died...
22:49:45.266919 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:45.270720 ---      ParallelTerminationStrategy: PID 92 died...
22:49:45.272254 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:45.276046 ---      ParallelTerminationStrategy: PID 93 died...
22:49:45.277642 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:45.281433 ---      ParallelTerminationStrategy: PID 94 died...
22:49:45.282969 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:45.286765 ---      ParallelTerminationStrategy: PID 95 died...
22:49:45.288321 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:45.292109 ---      ParallelTerminationStrategy: PID 96 died...
22:49:45.293670 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:45.297485 ---      ParallelTerminationStrategy: PID 97 died...
22:49:45.299014 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:45.302835 ---      ParallelTerminationStrategy: PID 98 died...
22:49:45.304360 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:45.308205 ---      ParallelTerminationStrategy: PID 99 died...
22:49:45.309734 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:45.313547 ---      ParallelTerminationStrategy: PID 100 died...
22:49:45.315085 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:45.318900 ---      ParallelTerminationStrategy: PID 101 died...
22:49:45.320428 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:45.324224 ---      ParallelTerminationStrategy: PID 102 died...
22:49:45.325771 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:45.329584 ---      ParallelTerminationStrategy: PID 103 died...
22:49:45.331137 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:45.334925 ---      ParallelTerminationStrategy: PID 104 died...
22:49:45.336463 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:45.340309 ---      ParallelTerminationStrategy: PID 105 died...
22:49:45.341847 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:45.345646 ---      ParallelTerminationStrategy: PID 106 died...
22:49:45.347173 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:45.351018 ---      ParallelTerminationStrategy: PID 107 died...
22:49:45.352546 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:45.356362 ---      ParallelTerminationStrategy: PID 108 died...
22:49:45.357916 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:45.361734 ---      ParallelTerminationStrategy: PID 109 died...
22:49:45.363271 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:45.367065 ---      ParallelTerminationStrategy: PID 110 died...
22:49:45.368608 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:45.372386 ---      ParallelTerminationStrategy: PID 111 died...
22:49:45.373954 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:45.377726 ---      ParallelTerminationStrategy: PID 112 died...
22:49:45.379271 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:45.383092 ---      ParallelTerminationStrategy: PID 113 died...
22:49:45.384633 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:45.388441 ---      ParallelTerminationStrategy: PID 114 died...
22:49:45.389972 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:45.393779 ---      ParallelTerminationStrategy: PID 115 died...
22:49:45.395314 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:45.399122 ---      ParallelTerminationStrategy: PID 116 died...
22:49:45.400679 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:45.404471 ---      ParallelTerminationStrategy: PID 117 died...
22:49:45.406024 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:45.409807 ---      ParallelTerminationStrategy: PID 118 died...
22:49:45.411347 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:45.415122 ---      ParallelTerminationStrategy: PID 119 died...
22:49:45.416685 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:45.420477 ---      ParallelTerminationStrategy: PID 120 died...
22:49:45.422071 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:45.425876 ---      ParallelTerminationStrategy: PID 121 died...
22:49:45.427407 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:45.431224 ---      ParallelTerminationStrategy: PID 122 died...
22:49:45.432752 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:45.436573 ---      ParallelTerminationStrategy: PID 123 died...
22:49:45.438157 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:45.441966 ---      ParallelTerminationStrategy: PID 124 died...
22:49:45.443507 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:45.447307 ---      ParallelTerminationStrategy: PID 125 died...
22:49:45.448858 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:45.452694 ---      ParallelTerminationStrategy: PID 126 died...
22:49:45.454240 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:45.458038 ---      ParallelTerminationStrategy: PID 127 died...
22:49:45.459583 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:45.463378 ---      ParallelTerminationStrategy: PID 128 died...
22:49:45.464926 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:45.468792 ---      ParallelTerminationStrategy: PID 129 died...
22:49:45.470339 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:45.474173 ---      ParallelTerminationStrategy: PID 130 died...
22:49:45.475711 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:45.479556 ---      ParallelTerminationStrategy: PID 131 died...
22:49:45.481083 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:45.484906 ---      ParallelTerminationStrategy: PID 132 died...
22:49:45.486433 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:45.490229 ---      ParallelTerminationStrategy: PID 133 died...
22:49:45.491759 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:45.495575 ---      ParallelTerminationStrategy: PID 134 died...
22:49:45.497113 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:45.500889 ---      ParallelTerminationStrategy: PID 135 died...
22:49:45.502449 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:45.506270 ---      ParallelTerminationStrategy: PID 136 died...
22:49:45.507826 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:45.511694 ---      ParallelTerminationStrategy: PID 137 died...
22:49:45.513255 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:45.516996 ---      ParallelTerminationStrategy: PID 138 died...
22:49:45.518523 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:45.522287 ---      ParallelTerminationStrategy: PID 139 died...
22:49:45.523813 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:45.527550 ---      ParallelTerminationStrategy: PID 140 died...
22:49:45.529020 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:45.532730 ---      ParallelTerminationStrategy: PID 141 died...
22:49:45.534221 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:45.537883 ---      ParallelTerminationStrategy: PID 142 died...
22:49:45.539354 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:45.543083 ---      ParallelTerminationStrategy: PID 143 died...
22:49:45.544662 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:45.548472 ---      ParallelTerminationStrategy: PID 144 died...
22:49:45.550019 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:45.553869 ---      ParallelTerminationStrategy: PID 145 died...
22:49:45.555402 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:45.559077 ---      ParallelTerminationStrategy: PID 146 died...
22:49:45.560550 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:45.564237 ---      ParallelTerminationStrategy: PID 147 died...
22:49:45.565728 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:45.569564 ---      ParallelTerminationStrategy: PID 148 died...
22:49:45.571043 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:45.574730 ---      ParallelTerminationStrategy: PID 149 died...
22:49:45.576207 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:45.579878 ---      ParallelTerminationStrategy: PID 150 died...
22:49:45.581383 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:45.585045 ---      ParallelTerminationStrategy: PID 151 died...
22:49:45.586590 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:45.590243 ---      ParallelTerminationStrategy: PID 152 died...
22:49:45.591724 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:45.595496 ---      ParallelTerminationStrategy: PID 153 died...
22:49:45.597030 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:45.600734 ---      ParallelTerminationStrategy: PID 154 died...
22:49:45.602208 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:45.605924 ---      ParallelTerminationStrategy: PID 155 died...
22:49:45.607392 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:45.611098 ---      ParallelTerminationStrategy: PID 156 died...
22:49:45.612587 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:45.616265 ---      ParallelTerminationStrategy: PID 157 died...
22:49:45.617759 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:45.621478 ---      ParallelTerminationStrategy: PID 158 died...
22:49:45.622953 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:45.626615 ---      ParallelTerminationStrategy: PID 159 died...
22:49:45.628109 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:45.631858 ---      ParallelTerminationStrategy: PID 160 died...
22:49:45.633409 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:45.637269 ---      ParallelTerminationStrategy: PID 161 died...
22:49:45.638804 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:45.642630 ---      ParallelTerminationStrategy: PID 162 died...
22:49:45.644153 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:45.648010 ---      ParallelTerminationStrategy: PID 163 died...
22:49:45.649548 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:45.653418 ---      ParallelTerminationStrategy: PID 164 died...
22:49:45.654970 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:45.658812 ---      ParallelTerminationStrategy: PID 165 died...
22:49:45.660354 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:45.664167 ---      ParallelTerminationStrategy: PID 166 died...
22:49:45.665712 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:45.669520 ---      ParallelTerminationStrategy: PID 167 died...
22:49:45.671001 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:45.674784 ---      ParallelTerminationStrategy: PID 168 died...
22:49:45.676323 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:45.680127 ---      ParallelTerminationStrategy: PID 169 died...
22:49:45.681664 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:45.685528 ---      ParallelTerminationStrategy: PID 170 died...
22:49:45.687072 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:45.690900 ---      ParallelTerminationStrategy: PID 171 died...
22:49:45.692445 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:45.696279 ---      ParallelTerminationStrategy: PID 172 died...
22:49:45.697815 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:45.701677 ---      ParallelTerminationStrategy: PID 173 died...
22:49:45.703215 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:45.707039 ---      ParallelTerminationStrategy: PID 174 died...
22:49:45.708593 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:45.712420 ---      ParallelTerminationStrategy: PID 175 died...
22:49:45.713975 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:45.717827 ---      ParallelTerminationStrategy: PID 176 died...
22:49:45.719375 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:45.723208 ---      ParallelTerminationStrategy: PID 177 died...
22:49:45.724754 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:45.728584 ---      ParallelTerminationStrategy: PID 178 died...
22:49:45.730134 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:45.733988 ---      ParallelTerminationStrategy: PID 179 died...
22:49:45.735529 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:45.739359 ---      ParallelTerminationStrategy: PID 180 died...
22:49:45.740908 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:45.744739 ---      ParallelTerminationStrategy: PID 181 died...
22:49:45.746285 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:45.750168 ---      ParallelTerminationStrategy: PID 182 died...
22:49:45.751730 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:45.755545 ---      ParallelTerminationStrategy: PID 183 died...
22:49:45.757103 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:45.760916 ---      ParallelTerminationStrategy: PID 184 died...
22:49:45.762451 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:45.766300 ---      ParallelTerminationStrategy: PID 185 died...
22:49:45.767844 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:45.771687 ---      ParallelTerminationStrategy: PID 186 died...
22:49:45.773225 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:45.777088 ---      ParallelTerminationStrategy: PID 187 died...
22:49:45.778618 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:45.782479 ---      ParallelTerminationStrategy: PID 188 died...
22:49:45.784029 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:45.787875 ---      ParallelTerminationStrategy: PID 189 died...
22:49:45.789421 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:45.793329 ---      ParallelTerminationStrategy: PID 190 died...
22:49:45.794869 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:45.798697 ---      ParallelTerminationStrategy: PID 191 died...
22:49:45.800251 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:45.804077 ---      ParallelTerminationStrategy: PID 192 died...
22:49:45.805625 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:45.809465 ---      ParallelTerminationStrategy: PID 193 died...
22:49:45.811004 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:45.814863 ---      ParallelTerminationStrategy: PID 194 died...
22:49:45.816395 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:45.820245 ---      ParallelTerminationStrategy: PID 195 died...
22:49:45.821777 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:45.825613 ---      ParallelTerminationStrategy: PID 196 died...
22:49:45.827153 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:45.830987 ---      ParallelTerminationStrategy: PID 197 died...
22:49:45.832520 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:45.836357 ---      ParallelTerminationStrategy: PID 198 died...
22:49:45.837917 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:45.841764 ---      ParallelTerminationStrategy: PID 199 died...
22:49:45.843322 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:45.847147 ---      ParallelTerminationStrategy: PID 200 died...
22:49:45.848729 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:45.852558 ---      ParallelTerminationStrategy: PID 201 died...
22:49:45.854113 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:45.857955 ---      ParallelTerminationStrategy: PID 202 died...
22:49:45.859485 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:45.863329 ---      ParallelTerminationStrategy: PID 203 died...
22:49:45.864908 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:45.868750 ---      ParallelTerminationStrategy: PID 204 died...
22:49:45.870289 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:45.874151 ---      ParallelTerminationStrategy: PID 205 died...
22:49:45.875704 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:45.879650 ---      ParallelTerminationStrategy: PID 206 died...
22:49:45.881199 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:45.885023 ---      ParallelTerminationStrategy: PID 207 died...
22:49:45.886582 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:45.890427 ---      ParallelTerminationStrategy: PID 208 died...
22:49:45.891968 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:45.895820 ---      ParallelTerminationStrategy: PID 209 died...
22:49:45.897370 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:45.901227 ---      ParallelTerminationStrategy: PID 210 died...
22:49:45.902761 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:45.906599 ---      ParallelTerminationStrategy: PID 211 died...
22:49:45.908138 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:45.912021 ---      ParallelTerminationStrategy: PID 212 died...
22:49:45.913566 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:45.917401 ---      ParallelTerminationStrategy: PID 213 died...
22:49:45.918945 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:45.922776 ---      ParallelTerminationStrategy: PID 214 died...
22:49:45.924319 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:45.928166 ---      ParallelTerminationStrategy: PID 215 died...
22:49:45.929737 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:45.933558 ---      ParallelTerminationStrategy: PID 216 died...
22:49:45.935114 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:45.938964 ---      ParallelTerminationStrategy: PID 217 died...
22:49:45.940497 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:45.944351 ---      ParallelTerminationStrategy: PID 218 died...
22:49:45.945912 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:45.949751 ---      ParallelTerminationStrategy: PID 219 died...
22:49:45.951285 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:45.955130 ---      ParallelTerminationStrategy: PID 220 died...
22:49:45.956709 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:45.960534 ---      ParallelTerminationStrategy: PID 221 died...
22:49:45.962069 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:45.965886 ---      ParallelTerminationStrategy: PID 222 died...
22:49:45.967497 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:45.971349 ---      ParallelTerminationStrategy: PID 223 died...
22:49:45.972928 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:45.976744 ---      ParallelTerminationStrategy: PID 224 died...
22:49:45.978298 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:45.982152 ---      ParallelTerminationStrategy: PID 225 died...
22:49:45.983700 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:45.987545 ---      ParallelTerminationStrategy: PID 226 died...
22:49:45.989103 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:45.992944 ---      ParallelTerminationStrategy: PID 227 died...
22:49:45.994474 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:45.998316 ---      ParallelTerminationStrategy: PID 228 died...
22:49:45.999859 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:46.003711 ---      ParallelTerminationStrategy: PID 229 died...
22:49:46.005286 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:46.009132 ---      ParallelTerminationStrategy: PID 230 died...
22:49:46.010688 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:46.014507 ---      ParallelTerminationStrategy: PID 231 died...
22:49:46.016067 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:46.020069 ---      ParallelTerminationStrategy: PID 232 died...
22:49:46.021670 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:46.025520 ---      ParallelTerminationStrategy: PID 233 died...
22:49:46.027054 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:46.030907 ---      ParallelTerminationStrategy: PID 234 died...
22:49:46.032445 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:49.436179 ---      ParallelTerminationStrategy: PID 34 died...
22:49:49.437854 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8051 netreg_mass PASS
---------------------------------------------------------------------
22:49:49.505274 tst                       trial-8051: Storing JUnit report in /build/trial-8051/run.2025-08-07_22-48-16/trial-8051.xml

--------------------------------------------------------------------------------------------
trial-8051 PASS
--------------------------------------------------------------------------------------------
22:49:49.516517 tst                       trial-8051: trial-8051: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (87.6 sec)
+ exit_code=0
+ rm -rf trial-8051/inst
+ cd trial-8051
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-08-07 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8051-run.tgz run.2025-08-07_22-48-16
+ tar czf /build/trial-8051-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-08-07_13_26_27.tgz osmo-bts-oc2g.build-2025-08-07_00_51_32.tgz osmo-bts-sysmo.build-2025-08-07_00_51_31.tgz osmo-bts.build-2025-08-07_00_51_39.tgz osmo-ggsn.build-2025-08-07_20_42_43.tgz osmo-hlr.build-2025-08-07_16_36_48.tgz osmo-hnbgw.build-2025-08-07_13_30_20.tgz osmo-mgw.build-2025-08-07_08_33_12.tgz osmo-msc.build-2025-08-07_13_34_29.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-07_07_34_00.tgz osmo-pcu-sysmo.build-2025-08-07_07_36_03.tgz osmo-pcu.build-2025-08-07_07_36_11.tgz osmo-sgsn.build-2025-08-07_20_48_46.tgz osmo-stp.build-2025-08-07_13_25_13.tgz osmo-trx.build-2025-08-07_14_29_52.tgz osmocom-bb.build-2025-08-07_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