Skip to content
Success

Console Output

Skipping 19 KB.. Full Log
#12 CACHED

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

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

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

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

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

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

#19 [13/28] RUN	CHOWN -R jenkins:jenkins                  /osmo-gsm-tester-*
#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 [17/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		gnuradio && 	apt-get clean
#21 CACHED

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

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

#24 [ 9/28] COPY	SSH /root/.ssh
#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 [27/28] COPY	RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#27 CACHED

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:fa484c02b7a3f0be15f10919bad504f7651c52e12bb955f9fb58f57a7c18adc4 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
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=8045 -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-01 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8045
+ mkdir -p trial-8045
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-08-01_13_26_20.tgz osmo-bts-oc2g.build-2025-08-01_00_51_31.tgz osmo-bts-sysmo.build-2025-08-01_00_51_36.tgz osmo-bts.build-2025-08-01_00_51_43.tgz osmo-ggsn.build-2025-08-01_20_46_37.tgz osmo-hlr.build-2025-08-01_16_36_49.tgz osmo-hnbgw.build-2025-08-01_13_30_01.tgz osmo-mgw.build-2025-08-01_08_33_15.tgz osmo-msc.build-2025-08-01_13_32_17.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-01_07_34_02.tgz osmo-pcu-sysmo.build-2025-08-01_07_36_56.tgz osmo-pcu.build-2025-08-01_07_37_05.tgz osmo-sgsn.build-2025-08-01_20_48_59.tgz osmo-stp.build-2025-08-01_13_25_06.tgz osmo-trx.build-2025-08-01_14_29_16.tgz osmocom-bb.build-2025-08-01_21_17_07.tgz srslte.build-19.tgz trial-8045
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-08-01_13_26_20.md5 osmo-bts-oc2g.build-2025-08-01_00_51_31.md5 osmo-bts-sysmo.build-2025-08-01_00_51_36.md5 osmo-bts.build-2025-08-01_00_51_43.md5 osmo-ggsn.build-2025-08-01_20_46_37.md5 osmo-hlr.build-2025-08-01_16_36_49.md5 osmo-hnbgw.build-2025-08-01_13_30_01.md5 osmo-mgw.build-2025-08-01_08_33_15.md5 osmo-msc.build-2025-08-01_13_32_17.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-01_07_34_02.md5 osmo-pcu-sysmo.build-2025-08-01_07_36_56.md5 osmo-pcu.build-2025-08-01_07_37_05.md5 osmo-sgsn.build-2025-08-01_20_48_59.md5 osmo-stp.build-2025-08-01_13_25_06.md5 osmo-trx.build-2025-08-01_14_29_16.md5 osmocom-bb.build-2025-08-01_21_17_07.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-08-01_13_26_20.md5 osmo-bts-oc2g.build-2025-08-01_00_51_31.md5 osmo-bts-sysmo.build-2025-08-01_00_51_36.md5 osmo-bts.build-2025-08-01_00_51_43.md5 osmo-ggsn.build-2025-08-01_20_46_37.md5 osmo-hlr.build-2025-08-01_16_36_49.md5 osmo-hnbgw.build-2025-08-01_13_30_01.md5 osmo-mgw.build-2025-08-01_08_33_15.md5 osmo-msc.build-2025-08-01_13_32_17.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-01_07_34_02.md5 osmo-pcu-sysmo.build-2025-08-01_07_36_56.md5 osmo-pcu.build-2025-08-01_07_37_05.md5 osmo-sgsn.build-2025-08-01_20_48_59.md5 osmo-stp.build-2025-08-01_13_25_06.md5 osmo-trx.build-2025-08-01_14_29_16.md5 osmocom-bb.build-2025-08-01_21_17_07.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-8045 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8045'
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-8045
--------------------------------------------------------------------------------------------
22:48:19.411579 tst                       trial-8045: Detailed log at /build/trial-8045/run.2025-08-01_22-48-19/log

---------------------------------------------------------------------
trial-8045 netreg_mass
---------------------------------------------------------------------
22:48:19.680050 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:19.680504 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:19.681509 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:19.682974 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:19.734939 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:19.736567 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:19.738076 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:19.850433 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-8045 netreg_mass register_default_mass.py
----------------------------------------------
22:48:19.851435 tst       register_default_mass.py:9: Claiming resources for the test
22:48:19.871112 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.871859 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.872475 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.873062 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.873646 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.874253 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.874836 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:19.932147 tst         register_default_mass.py: using LAC 2
22:48:19.969236 tst         register_default_mass.py: using RAC 2
22:48:20.002458 tst         register_default_mass.py: using CellId 2
22:48:20.037420 tst         register_default_mass.py: using BVCI 3
22:48:20.043974 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.044736 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.045396 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.046003 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.046607 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.047188 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.047759 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.048373 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.048979 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.049557 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.050157 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.050753 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.051394 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.052011 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.052618 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.053257 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.053887 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.054521 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.055147 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.055771 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.056420 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.057070 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.057717 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.058371 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.059005 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.059632 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.060280 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.060924 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.061558 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.062310 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.062945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.063578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.064235 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.064905 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.065550 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.066199 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.066838 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.067480 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.068133 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.068767 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.069415 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.070118 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.070753 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.071414 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.072048 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.072679 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.073331 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.073979 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.074605 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.075251 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.075899 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.076525 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.077174 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.077813 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.078460 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.079089 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.079712 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.080358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.080995 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.081624 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.082266 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.082903 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.083535 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.084175 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.084809 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.085422 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.086055 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.086691 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.087310 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.087920 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.088551 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.089178 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.089916 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.090548 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.091173 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.091805 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.092428 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.093058 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.093698 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.094321 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.094932 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.095553 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.096182 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.096815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.097459 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.098083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.098700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.099316 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.099966 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.100610 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.101265 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.101922 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.102576 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.103216 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.103866 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.104506 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.105148 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.105814 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.106460 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.107094 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.107741 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.108468 tst      register_default_mass.py:21: Launching a simple network
22:48:20.121336 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:20.275587 run            create_hlr_db(pid=20): Launched
22:48:21.289523 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:21.310883 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:21.332160 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:21.339764 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:21.573550 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:21.596845 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:21.609446 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:22.153981 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:22.190773 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:25.211667 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:25.348278 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:25.366695 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:25.373549 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:25.402388 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:25.420424 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:25.427275 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:25.853172 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:25.874471 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:31.907039 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:32.102601 run         osmo-bts-virtual(pid=34): Launched
22:48:33.215001 tst         register_default_mass.py: using MSISDN 1001
22:48:33.223566 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:33.359460 tst         register_default_mass.py: using MSISDN 1002
22:48:33.368960 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:33.456236 tst         register_default_mass.py: using MSISDN 1003
22:48:33.473334 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:33.570676 tst         register_default_mass.py: using MSISDN 1004
22:48:33.581563 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:33.656808 tst         register_default_mass.py: using MSISDN 1005
22:48:33.668347 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:33.900322 tst         register_default_mass.py: using MSISDN 1006
22:48:33.916733 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:34.008318 tst         register_default_mass.py: using MSISDN 1007
22:48:34.025632 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:34.109290 tst         register_default_mass.py: using MSISDN 1008
22:48:34.126222 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:34.215917 tst         register_default_mass.py: using MSISDN 1009
22:48:34.227955 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:34.313447 tst         register_default_mass.py: using MSISDN 1010
22:48:34.330835 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:34.413956 tst         register_default_mass.py: using MSISDN 1011
22:48:34.422621 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:34.498445 tst         register_default_mass.py: using MSISDN 1012
22:48:34.517082 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:34.601113 tst         register_default_mass.py: using MSISDN 1013
22:48:34.618382 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:34.728806 tst         register_default_mass.py: using MSISDN 1014
22:48:34.747569 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:34.829603 tst         register_default_mass.py: using MSISDN 1015
22:48:34.847421 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:34.923267 tst         register_default_mass.py: using MSISDN 1016
22:48:34.940112 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:35.024586 tst         register_default_mass.py: using MSISDN 1017
22:48:35.043695 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:35.140565 tst         register_default_mass.py: using MSISDN 1018
22:48:35.159574 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:35.241709 tst         register_default_mass.py: using MSISDN 1019
22:48:35.260279 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:35.347432 tst         register_default_mass.py: using MSISDN 1020
22:48:35.364458 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:35.449956 tst         register_default_mass.py: using MSISDN 1021
22:48:35.467043 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:35.547139 tst         register_default_mass.py: using MSISDN 1022
22:48:35.564192 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:35.647227 tst         register_default_mass.py: using MSISDN 1023
22:48:35.665561 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:35.760486 tst         register_default_mass.py: using MSISDN 1024
22:48:35.779034 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:35.881750 tst         register_default_mass.py: using MSISDN 1025
22:48:35.901514 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:36.007922 tst         register_default_mass.py: using MSISDN 1026
22:48:36.027261 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:36.127158 tst         register_default_mass.py: using MSISDN 1027
22:48:36.145365 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:36.252308 tst         register_default_mass.py: using MSISDN 1028
22:48:36.262100 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:36.346518 tst         register_default_mass.py: using MSISDN 1029
22:48:36.362625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:36.448316 tst         register_default_mass.py: using MSISDN 1030
22:48:36.458219 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:36.524396 tst         register_default_mass.py: using MSISDN 1031
22:48:36.542619 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:36.627594 tst         register_default_mass.py: using MSISDN 1032
22:48:36.644776 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:36.720635 tst         register_default_mass.py: using MSISDN 1033
22:48:36.737457 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:36.819385 tst         register_default_mass.py: using MSISDN 1034
22:48:36.834567 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:36.921116 tst         register_default_mass.py: using MSISDN 1035
22:48:36.937382 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:37.022097 tst         register_default_mass.py: using MSISDN 1036
22:48:37.039170 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:37.132134 tst         register_default_mass.py: using MSISDN 1037
22:48:37.150168 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:37.233353 tst         register_default_mass.py: using MSISDN 1038
22:48:37.250159 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:37.341222 tst         register_default_mass.py: using MSISDN 1039
22:48:37.358714 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:37.457311 tst         register_default_mass.py: using MSISDN 1040
22:48:37.474512 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:37.556227 tst         register_default_mass.py: using MSISDN 1041
22:48:37.572347 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:37.661222 tst         register_default_mass.py: using MSISDN 1042
22:48:37.679379 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:37.815029 tst         register_default_mass.py: using MSISDN 1043
22:48:37.833049 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:37.938078 tst         register_default_mass.py: using MSISDN 1044
22:48:37.952821 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:38.185925 tst         register_default_mass.py: using MSISDN 1045
22:48:38.197805 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:38.293322 tst         register_default_mass.py: using MSISDN 1046
22:48:38.310705 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:38.395382 tst         register_default_mass.py: using MSISDN 1047
22:48:38.411084 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:38.491008 tst         register_default_mass.py: using MSISDN 1048
22:48:38.505338 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:38.585964 tst         register_default_mass.py: using MSISDN 1049
22:48:38.601910 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:38.678153 tst         register_default_mass.py: using MSISDN 1050
22:48:38.691787 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:38.775378 tst         register_default_mass.py: using MSISDN 1051
22:48:38.791973 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:39.087283 tst         register_default_mass.py: using MSISDN 1052
22:48:39.103508 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:39.182193 tst         register_default_mass.py: using MSISDN 1053
22:48:39.200526 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:39.286187 tst         register_default_mass.py: using MSISDN 1054
22:48:39.304750 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:39.399955 tst         register_default_mass.py: using MSISDN 1055
22:48:39.415167 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:39.498535 tst         register_default_mass.py: using MSISDN 1056
22:48:39.514539 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:39.585890 tst         register_default_mass.py: using MSISDN 1057
22:48:39.605500 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:39.674622 tst         register_default_mass.py: using MSISDN 1058
22:48:39.690762 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:39.764316 tst         register_default_mass.py: using MSISDN 1059
22:48:39.781502 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:39.871429 tst         register_default_mass.py: using MSISDN 1060
22:48:39.901446 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:40.335449 tst         register_default_mass.py: using MSISDN 1061
22:48:40.349246 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:40.434571 tst         register_default_mass.py: using MSISDN 1062
22:48:40.451101 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:40.543038 tst         register_default_mass.py: using MSISDN 1063
22:48:40.559275 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:40.635687 tst         register_default_mass.py: using MSISDN 1064
22:48:40.654958 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:40.734020 tst         register_default_mass.py: using MSISDN 1065
22:48:40.750521 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:40.823360 tst         register_default_mass.py: using MSISDN 1066
22:48:40.841328 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:40.934659 tst         register_default_mass.py: using MSISDN 1067
22:48:40.952184 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:41.040375 tst         register_default_mass.py: using MSISDN 1068
22:48:41.057960 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:41.146693 tst         register_default_mass.py: using MSISDN 1069
22:48:41.165480 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:41.257341 tst         register_default_mass.py: using MSISDN 1070
22:48:41.274924 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:41.370159 tst         register_default_mass.py: using MSISDN 1071
22:48:41.388325 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:41.472869 tst         register_default_mass.py: using MSISDN 1072
22:48:41.489369 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:41.579014 tst         register_default_mass.py: using MSISDN 1073
22:48:41.594698 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:41.681402 tst         register_default_mass.py: using MSISDN 1074
22:48:41.699245 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:41.778978 tst         register_default_mass.py: using MSISDN 1075
22:48:41.795122 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:41.884464 tst         register_default_mass.py: using MSISDN 1076
22:48:41.898835 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:41.977299 tst         register_default_mass.py: using MSISDN 1077
22:48:41.992622 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:42.102745 tst         register_default_mass.py: using MSISDN 1078
22:48:42.117344 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:42.190894 tst         register_default_mass.py: using MSISDN 1079
22:48:42.205654 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:42.330569 tst         register_default_mass.py: using MSISDN 1080
22:48:42.348662 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:42.510054 tst         register_default_mass.py: using MSISDN 1081
22:48:42.528181 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:42.620724 tst         register_default_mass.py: using MSISDN 1082
22:48:42.633956 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:42.706600 tst         register_default_mass.py: using MSISDN 1083
22:48:42.718356 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:42.794692 tst         register_default_mass.py: using MSISDN 1084
22:48:42.811067 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:42.896907 tst         register_default_mass.py: using MSISDN 1085
22:48:42.914329 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:42.992072 tst         register_default_mass.py: using MSISDN 1086
22:48:43.003225 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:43.079712 tst         register_default_mass.py: using MSISDN 1087
22:48:43.095577 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:43.173386 tst         register_default_mass.py: using MSISDN 1088
22:48:43.186647 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:43.268121 tst         register_default_mass.py: using MSISDN 1089
22:48:43.285371 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:43.365510 tst         register_default_mass.py: using MSISDN 1090
22:48:43.382504 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:43.467404 tst         register_default_mass.py: using MSISDN 1091
22:48:43.484611 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:43.575016 tst         register_default_mass.py: using MSISDN 1092
22:48:43.591980 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:43.679735 tst         register_default_mass.py: using MSISDN 1093
22:48:43.689368 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:43.762312 tst         register_default_mass.py: using MSISDN 1094
22:48:43.779373 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:43.859472 tst         register_default_mass.py: using MSISDN 1095
22:48:43.870811 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:43.944510 tst         register_default_mass.py: using MSISDN 1096
22:48:43.953962 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:44.034795 tst         register_default_mass.py: using MSISDN 1097
22:48:44.051744 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:44.140315 tst         register_default_mass.py: using MSISDN 1098
22:48:44.157315 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:45.874084 tst         register_default_mass.py: using MSISDN 1099
22:48:45.883196 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:45.966570 tst         register_default_mass.py: using MSISDN 1100
22:48:45.983236 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:46.201388 run                             mass: Starting testcase
22:48:46.214324 run                             mass: Pre-launching all virtphy's
22:48:46.226225 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:46.258003 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:46.274018 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:46.302852 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:46.318890 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:46.344096 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:46.358044 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:46.382202 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:46.396275 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:46.425843 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:46.445136 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:46.487840 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:46.508052 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:46.550330 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:46.565134 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:46.594538 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:46.612825 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:46.652102 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:46.663923 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:46.688309 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:46.701592 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:46.727508 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:46.747654 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:46.785637 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:46.797367 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:46.830520 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:46.849576 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:46.889018 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:46.907416 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:46.946626 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:46.964795 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:47.003920 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:47.021796 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:47.053573 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:47.072188 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:47.112188 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:47.131444 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:47.172549 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:47.191060 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:47.230500 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:47.248875 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:47.289005 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:47.308271 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:47.348979 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:47.368290 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:47.410621 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:47.429647 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:47.471053 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:47.490331 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:47.531193 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:47.549463 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:47.591225 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:47.609998 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:47.651101 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:47.670012 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:47.710396 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:47.729552 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:47.771178 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:47.784310 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:47.807171 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:47.822564 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:47.842688 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:47.853007 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:47.872564 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:47.882047 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:47.901777 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:47.912314 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:47.936013 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:47.945801 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:47.965821 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:47.976426 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:47.998799 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:48.013871 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:48.038211 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:48.048934 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:48.070968 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:48.081105 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:48.109569 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:48.124226 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:48.146940 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:48.166939 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:48.208996 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:48.228117 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:48.269929 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:48.289664 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:48.331010 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:48.350849 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:48.391138 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:48.409957 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:48.439079 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:48.448411 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:48.470590 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:48.489373 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:48.530182 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:48.548496 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:48.587026 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:48.597364 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:48.617375 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:48.628337 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:48.650773 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:48.662967 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:48.686656 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:48.700665 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:48.722030 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:48.733405 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:48.755326 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:48.765849 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:48.785955 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:48.796968 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:48.818574 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:48.832453 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:48.857960 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:48.877955 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:48.919837 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:48.938421 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:48.978612 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:48.997042 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:49.035738 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:49.054727 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:49.094438 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:49.112824 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:49.150956 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:49.169301 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:49.210714 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:49.228748 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:49.270266 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:49.289395 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:49.329617 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:49.346234 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:49.372031 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:49.387403 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:49.412967 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:49.432361 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:49.474764 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:49.494663 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:49.536756 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:49.556176 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:49.597560 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:49.614650 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:49.647507 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:49.660669 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:49.688318 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:49.705690 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:49.744552 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:49.765335 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:49.809241 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:49.823327 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:49.848238 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:49.862783 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:49.892010 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:49.903491 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:49.930262 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:49.942291 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:49.967048 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:49.980713 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:50.003505 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:50.016703 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:50.038635 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:50.058317 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:50.100382 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:50.119673 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:50.161020 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:50.180914 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:50.220795 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:50.235293 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:50.266389 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:50.278084 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:50.301870 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:50.316005 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:50.342944 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:50.355455 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:50.382766 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:50.403232 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:50.445386 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:50.463765 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:50.486530 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:50.498368 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:50.520890 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:50.540528 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:50.564220 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:50.583869 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:50.634860 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:50.653130 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:50.695639 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:50.710427 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:50.735059 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:50.746818 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:50.772967 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:50.793444 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:50.834474 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:50.853178 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:50.895366 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:50.908587 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:50.935392 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:50.945722 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:50.969914 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:50.984019 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:51.008553 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:51.020222 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:51.047462 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:51.059759 run                             mass: Checking if sockets are in the filesystem
22:48:51.084848 run                osmo-ms-mob/00000: Starting mobile
22:48:51.110396 run       osmo-ms-mob/00000(pid=135): Launched
22:48:51.134629 run                             mass: MS start registered  {at=17319436.837922968, delay=0.006789948791265488, ms=00000}
22:48:55.289198 run                osmo-ms-mob/00001: Starting mobile
22:48:55.312528 run       osmo-ms-mob/00001(pid=136): Launched
22:48:55.330805 run                             mass: MS start registered  {at=17319441.03408144, delay=0.007572665810585022, ms=00001}
22:48:56.232043 run                             mass: MS performed LU  {at=17319441.935348693, lu_delay=5.097425725311041, ms=00000}
22:48:57.087204 run                osmo-ms-mob/00002: Starting mobile
22:48:57.114755 run       osmo-ms-mob/00002(pid=137): Launched
22:48:57.135910 run                             mass: MS start registered  {at=17319442.83922284, delay=0.0006881169974803925, ms=00002}
22:48:58.385512 run                osmo-ms-mob/00003: Starting mobile
22:48:58.417448 run       osmo-ms-mob/00003(pid=138): Launched
22:48:58.440876 run                             mass: MS start registered  {at=17319444.14419474, delay=0.007389232516288757, ms=00003}
22:48:59.487362 run                osmo-ms-mob/00004: Starting mobile
22:48:59.525534 run       osmo-ms-mob/00004(pid=139): Launched
22:48:59.553807 run                             mass: MS start registered  {at=17319445.25711674, delay=0.0076899342238903046, ms=00004}
22:49:00.468874 run                             mass: MS performed LU  {at=17319446.17217119, lu_delay=5.1380897499620914, ms=00001}
22:49:00.494475 run                osmo-ms-mob/00005: Starting mobile
22:49:00.520326 run       osmo-ms-mob/00005(pid=140): Launched
22:49:00.547069 run                             mass: MS start registered  {at=17319446.25037524, delay=0.01032542809844017, ms=00005}
22:49:01.389961 run                osmo-ms-mob/00006: Starting mobile
22:49:01.435080 run       osmo-ms-mob/00006(pid=141): Launched
22:49:01.458249 run                             mass: MS start registered  {at=17319447.161566053, delay=0.0026541240513324738, ms=00006}
22:49:01.900820 run                             mass: MS performed LU  {at=17319447.6041137, lu_delay=4.764890860766172, ms=00002}
22:49:02.288232 run                osmo-ms-mob/00007: Starting mobile
22:49:02.331080 run       osmo-ms-mob/00007(pid=142): Launched
22:49:02.357392 run                             mass: MS start registered  {at=17319448.06070857, delay=0.006951905786991119, ms=00007}
22:49:03.216820 run                osmo-ms-mob/00008: Starting mobile
22:49:03.259825 run       osmo-ms-mob/00008(pid=143): Launched
22:49:03.279890 run                             mass: Starting too slowly. Moving on {now=17319448.983245973, sleep=-0.10779163986444473, target=17319448.875454333}
22:49:03.297589 run                             mass: MS start registered  {at=17319449.00092679, delay=0.017685648053884506, ms=00008}
22:49:03.315168 run                             mass: Starting too slowly. Moving on {now=17319449.018524475, sleep=-0.04307014122605324, target=17319448.975454334}
22:49:03.786072 run                osmo-ms-mob/00009: Starting mobile
22:49:03.824284 run       osmo-ms-mob/00009(pid=144): Launched
22:49:03.850644 run                             mass: MS start registered  {at=17319449.55395327, delay=0.006993211805820465, ms=00009}
22:49:04.234748 run                             mass: MS performed LU  {at=17319449.938046344, lu_delay=5.793851602822542, ms=00003}
22:49:04.490207 run                osmo-ms-mob/00010: Starting mobile
22:49:04.516983 run       osmo-ms-mob/00010(pid=145): Launched
22:49:04.536855 run                             mass: MS start registered  {at=17319450.240179434, delay=0.0016234852373600006, ms=00010}
22:49:05.085618 run                osmo-ms-mob/00011: Starting mobile
22:49:05.117390 run       osmo-ms-mob/00011(pid=146): Launched
22:49:05.137342 run                             mass: MS start registered  {at=17319450.84066091, delay=0.0036418475210666656, ms=00011}
22:49:05.664811 run                             mass: MS performed LU  {at=17319451.36813979, lu_delay=5.117764547467232, ms=00005}
22:49:05.679336 run                osmo-ms-mob/00012: Starting mobile
22:49:05.697540 run       osmo-ms-mob/00012(pid=147): Launched
22:49:05.706322 run                             mass: MS performed LU  {at=17319451.40967243, lu_delay=6.15255569294095, ms=00004}
22:49:05.719093 run                             mass: MS start registered  {at=17319451.422430035, delay=0.012786231935024261, ms=00012}
22:49:06.280571 run                osmo-ms-mob/00013: Starting mobile
22:49:06.297832 run       osmo-ms-mob/00013(pid=148): Launched
22:49:06.312487 run                             mass: MS start registered  {at=17319452.0158331, delay=3.399699926376343e-05, ms=00013}
22:49:06.879359 run                osmo-ms-mob/00014: Starting mobile
22:49:06.896492 run       osmo-ms-mob/00014(pid=149): Launched
22:49:06.910355 run                             mass: MS start registered  {at=17319452.613701664, delay=0.006052050739526749, ms=00014}
22:49:07.479634 run                osmo-ms-mob/00015: Starting mobile
22:49:07.497598 run       osmo-ms-mob/00015(pid=150): Launched
22:49:07.511093 run                             mass: MS start registered  {at=17319453.21444159, delay=0.005006764084100723, ms=00015}
22:49:07.529716 run                             mass: MS performed LU  {at=17319453.233059384, lu_delay=6.071493331342936, ms=00006}
22:49:07.593857 run                             mass: MS performed LU  {at=17319453.297188044, lu_delay=5.236479472368956, ms=00007}
22:49:07.979722 run                osmo-ms-mob/00016: Starting mobile
22:49:07.997359 run       osmo-ms-mob/00016(pid=151): Launched
22:49:08.016196 run                             mass: MS start registered  {at=17319453.71949487, delay=0.009441934525966644, ms=00016}
22:49:08.488951 run                osmo-ms-mob/00017: Starting mobile
22:49:08.529292 run       osmo-ms-mob/00017(pid=152): Launched
22:49:08.553907 run                             mass: MS start registered  {at=17319454.257225618, delay=0.005996875464916229, ms=00017}
22:49:09.088503 run                osmo-ms-mob/00018: Starting mobile
22:49:09.129062 run       osmo-ms-mob/00018(pid=153): Launched
22:49:09.148743 run                             mass: MS start registered  {at=17319454.852071017, delay=0.0012676045298576355, ms=00018}
22:49:09.430854 run                             mass: MS performed LU  {at=17319455.134162534, lu_delay=5.5802092626690865, ms=00009}
22:49:09.458595 run                osmo-ms-mob/00019: Starting mobile
22:49:09.478820 run       osmo-ms-mob/00019(pid=154): Launched
22:49:09.488749 run                             mass: MS performed LU  {at=17319455.192098238, lu_delay=6.191171448677778, ms=00008}
22:49:09.502098 run                             mass: MS start registered  {at=17319455.205426365, delay=0.013358965516090393, ms=00019}
22:49:09.546229 run                             mass: MS performed LU  {at=17319455.249536876, lu_delay=5.009357441216707, ms=00010}
22:49:09.981918 run                osmo-ms-mob/00020: Starting mobile
22:49:09.999287 run       osmo-ms-mob/00020(pid=155): Launched
22:49:10.012994 run                             mass: MS start registered  {at=17319455.716323737, delay=0.005307387560606003, ms=00020}
22:49:10.486028 run                osmo-ms-mob/00021: Starting mobile
22:49:10.506630 run       osmo-ms-mob/00021(pid=156): Launched
22:49:10.522294 run                             mass: MS start registered  {at=17319456.2256261, delay=0.005915869027376175, ms=00021}
22:49:10.885424 run                osmo-ms-mob/00022: Starting mobile
22:49:10.907585 run       osmo-ms-mob/00022(pid=157): Launched
22:49:10.930397 run                             mass: MS start registered  {at=17319456.633710355, delay=0.013651557266712189, ms=00022}
22:49:11.212752 run                             mass: MS performed LU  {at=17319456.91608165, lu_delay=6.0754207372665405, ms=00011}
22:49:11.295210 run                             mass: MS performed LU  {at=17319456.998523604, lu_delay=5.576093569397926, ms=00012}
22:49:11.311816 run                osmo-ms-mob/00023: Starting mobile
22:49:11.331050 run       osmo-ms-mob/00023(pid=158): Launched
22:49:11.351349 run                             mass: MS start registered  {at=17319457.054661002, delay=0.010334499180316925, ms=00023}
22:49:11.366556 run                             mass: MS performed LU  {at=17319457.069908217, lu_delay=5.054075118154287, ms=00013}
22:49:11.466168 run                             mass: MS performed LU  {at=17319457.16945774, lu_delay=4.555756077170372, ms=00014}
22:49:11.798981 run                osmo-ms-mob/00024: Starting mobile
22:49:11.815065 run       osmo-ms-mob/00024(pid=159): Launched
22:49:11.828204 run                             mass: MS start registered  {at=17319457.53155161, delay=0.005250897258520126, ms=00024}
22:49:12.278818 run                osmo-ms-mob/00025: Starting mobile
22:49:12.296961 run       osmo-ms-mob/00025(pid=160): Launched
22:49:12.310299 run                             mass: MS start registered  {at=17319458.013629835, delay=0.005274474620819092, ms=00025}
22:49:12.678550 run                osmo-ms-mob/00026: Starting mobile
22:49:12.694610 run       osmo-ms-mob/00026(pid=161): Launched
22:49:12.707613 run                             mass: MS start registered  {at=17319458.4109543, delay=0.005570262670516968, ms=00026}
22:49:13.079009 run                osmo-ms-mob/00027: Starting mobile
22:49:13.094680 run       osmo-ms-mob/00027(pid=162): Launched
22:49:13.107526 run                             mass: MS start registered  {at=17319458.81086121, delay=0.005661435425281525, ms=00027}
22:49:13.197126 run                             mass: MS performed LU  {at=17319458.9004592, lu_delay=5.180964328348637, ms=00016}
22:49:13.224885 run                             mass: MS performed LU  {at=17319458.928219274, lu_delay=4.670993655920029, ms=00017}
22:49:13.311780 run                             mass: MS performed LU  {at=17319459.015112326, lu_delay=5.800670735538006, ms=00015}
22:49:13.328595 run                osmo-ms-mob/00028: Starting mobile
22:49:13.345660 run       osmo-ms-mob/00028(pid=163): Launched
22:49:13.358703 run                             mass: MS start registered  {at=17319459.062045727, delay=0.005381107330322266, ms=00028}
22:49:13.879241 run                osmo-ms-mob/00029: Starting mobile
22:49:13.896066 run       osmo-ms-mob/00029(pid=164): Launched
22:49:13.909420 run                             mass: MS start registered  {at=17319459.612762116, delay=0.005327202379703522, ms=00029}
22:49:14.278605 run                osmo-ms-mob/00030: Starting mobile
22:49:14.295834 run       osmo-ms-mob/00030(pid=165): Launched
22:49:14.309389 run                             mass: MS start registered  {at=17319460.012726236, delay=0.005759689956903458, ms=00030}
22:49:14.678469 run                osmo-ms-mob/00031: Starting mobile
22:49:14.693393 run       osmo-ms-mob/00031(pid=166): Launched
22:49:14.705583 run                             mass: MS start registered  {at=17319460.408929482, delay=0.005307134240865707, ms=00031}
22:49:14.979073 run                osmo-ms-mob/00032: Starting mobile
22:49:14.995162 run       osmo-ms-mob/00032(pid=167): Launched
22:49:15.003838 run                             mass: MS performed LU  {at=17319460.707190588, lu_delay=5.855119571089745, ms=00018}
22:49:15.011272 run                             mass: MS start registered  {at=17319460.714633487, delay=0.007468275725841522, ms=00032}
22:49:15.061157 run                             mass: MS performed LU  {at=17319460.76446433, lu_delay=5.5590379647910595, ms=00019}
22:49:15.126369 run                             mass: MS performed LU  {at=17319460.82969877, lu_delay=5.113375034183264, ms=00020}
22:49:15.151762 run                osmo-ms-mob/00033: Starting mobile
22:49:15.180950 run       osmo-ms-mob/00033(pid=168): Launched
22:49:15.197820 run                             mass: MS start registered  {at=17319460.901159946, delay=4.0762126445770264e-05, ms=00033}
22:49:15.232237 run                             mass: MS performed LU  {at=17319460.935532205, lu_delay=4.709906104952097, ms=00021}
22:49:15.787033 run                osmo-ms-mob/00034: Starting mobile
22:49:15.821714 run       osmo-ms-mob/00034(pid=169): Launched
22:49:15.838963 run                             mass: MS start registered  {at=17319461.54229968, delay=3.849714994430542e-05, ms=00034}
22:49:16.084591 run                osmo-ms-mob/00035: Starting mobile
22:49:16.102862 run       osmo-ms-mob/00035(pid=170): Launched
22:49:16.120804 run                             mass: MS start registered  {at=17319461.82411634, delay=0.00910893827676773, ms=00035}
22:49:16.480740 run                osmo-ms-mob/00036: Starting mobile
22:49:16.497144 run       osmo-ms-mob/00036(pid=171): Launched
22:49:16.515027 run                             mass: MS start registered  {at=17319462.218320493, delay=0.008352626115083694, ms=00036}
22:49:16.879683 run                osmo-ms-mob/00037: Starting mobile
22:49:16.899512 run       osmo-ms-mob/00037(pid=172): Launched
22:49:16.912800 run                             mass: MS start registered  {at=17319462.61612266, delay=0.005587432533502579, ms=00037}
22:49:16.962761 run                             mass: MS performed LU  {at=17319462.666090053, lu_delay=4.652460217475891, ms=00025}
22:49:16.990352 run                             mass: MS performed LU  {at=17319462.693686992, lu_delay=6.059976637363434, ms=00022}
22:49:17.004305 run                osmo-ms-mob/00038: Starting mobile
22:49:17.021032 run       osmo-ms-mob/00038(pid=173): Launched
22:49:17.034691 run                             mass: MS start registered  {at=17319462.73803875, delay=0.006049513816833496, ms=00038}
22:49:17.077548 run                             mass: MS performed LU  {at=17319462.780878816, lu_delay=5.7262178137898445, ms=00023}
22:49:17.133440 run                             mass: MS performed LU  {at=17319462.836770196, lu_delay=5.305218584835529, ms=00024}
22:49:17.147349 run                osmo-ms-mob/00039: Starting mobile
22:49:17.163742 run       osmo-ms-mob/00039(pid=174): Launched
22:49:17.177120 run                             mass: MS start registered  {at=17319462.88046396, delay=0.0060045234858989716, ms=00039}
22:49:17.882722 run                osmo-ms-mob/00040: Starting mobile
22:49:17.899834 run       osmo-ms-mob/00040(pid=175): Launched
22:49:17.917631 run                             mass: MS start registered  {at=17319463.620945964, delay=0.009151071310043335, ms=00040}
22:49:18.179465 run                osmo-ms-mob/00041: Starting mobile
22:49:18.196116 run       osmo-ms-mob/00041(pid=176): Launched
22:49:18.209501 run                             mass: MS start registered  {at=17319463.912847664, delay=0.005743030458688736, ms=00041}
22:49:18.478358 run                osmo-ms-mob/00042: Starting mobile
22:49:18.492068 run       osmo-ms-mob/00042(pid=177): Launched
22:49:18.504373 run                             mass: MS start registered  {at=17319464.207712073, delay=0.005899887531995773, ms=00042}
22:49:18.743993 run                             mass: MS performed LU  {at=17319464.44733002, lu_delay=5.3852842934429646, ms=00028}
22:49:18.827389 run                             mass: MS performed LU  {at=17319464.530721087, lu_delay=6.119766786694527, ms=00026}
22:49:18.838651 run                osmo-ms-mob/00043: Starting mobile
22:49:18.851797 run       osmo-ms-mob/00043(pid=178): Launched
22:49:18.862777 run                             mass: MS start registered  {at=17319464.566118047, delay=0.0048852115869522095, ms=00043}
22:49:18.891319 run                             mass: MS performed LU  {at=17319464.594662804, lu_delay=5.783801592886448, ms=00027}
22:49:18.997819 run                             mass: MS performed LU  {at=17319464.70115315, lu_delay=5.088391035795212, ms=00029}
22:49:19.009357 run                osmo-ms-mob/00044: Starting mobile
22:49:19.023670 run       osmo-ms-mob/00044(pid=179): Launched
22:49:19.034861 run                             mass: MS start registered  {at=17319464.738202933, delay=0.005007736384868622, ms=00044}
22:49:19.041733 run                             mass: MS performed LU  {at=17319464.745093115, lu_delay=4.732366878539324, ms=00030}
22:49:19.480095 run                osmo-ms-mob/00045: Starting mobile
22:49:19.497837 run       osmo-ms-mob/00045(pid=180): Launched
22:49:19.514212 run                             mass: MS start registered  {at=17319465.217520494, delay=0.007813483476638794, ms=00045}
22:49:19.781043 run                osmo-ms-mob/00046: Starting mobile
22:49:19.800304 run       osmo-ms-mob/00046(pid=181): Launched
22:49:19.819550 run                             mass: MS start registered  {at=17319465.522871643, delay=0.008535418659448624, ms=00046}
22:49:20.081696 run                osmo-ms-mob/00047: Starting mobile
22:49:20.099106 run       osmo-ms-mob/00047(pid=182): Launched
22:49:20.113098 run                             mass: MS start registered  {at=17319465.81643403, delay=0.005939185619354248, ms=00047}
22:49:20.379652 run                osmo-ms-mob/00048: Starting mobile
22:49:20.397077 run       osmo-ms-mob/00048(pid=183): Launched
22:49:20.411316 run                             mass: MS start registered  {at=17319466.11465127, delay=0.005974330008029938, ms=00048}
22:49:20.679355 run                osmo-ms-mob/00049: Starting mobile
22:49:20.696771 run       osmo-ms-mob/00049(pid=184): Launched
22:49:20.711042 run                             mass: MS start registered  {at=17319466.414384346, delay=0.006322599947452545, ms=00049}
22:49:20.728930 run                             mass: MS performed LU  {at=17319466.43226783, lu_delay=4.608151488006115, ms=00035}
22:49:20.755660 run                             mass: MS performed LU  {at=17319466.45898426, lu_delay=5.7443507723510265, ms=00032}
22:49:20.770445 run                osmo-ms-mob/00050: Starting mobile
22:49:20.789772 run       osmo-ms-mob/00050(pid=185): Launched
22:49:20.808341 run                             mass: MS start registered  {at=17319466.511643182, delay=0.007588248699903488, ms=00050}
22:49:20.844275 run                             mass: MS performed LU  {at=17319466.547592554, lu_delay=6.138663072139025, ms=00031}
22:49:20.900135 run                             mass: MS performed LU  {at=17319466.60342248, lu_delay=5.061122801154852, ms=00034}
22:49:20.936344 run                             mass: MS performed LU  {at=17319466.639638036, lu_delay=5.73847809061408, ms=00033}
22:49:20.969660 run                osmo-ms-mob/00051: Starting mobile
22:49:21.009106 run       osmo-ms-mob/00051(pid=186): Launched
22:49:21.025600 run                             mass: MS start registered  {at=17319466.728903003, delay=0.005047358572483063, ms=00051}
22:49:21.680818 run                osmo-ms-mob/00052: Starting mobile
22:49:21.696523 run       osmo-ms-mob/00052(pid=187): Launched
22:49:21.709674 run                             mass: MS start registered  {at=17319467.41301599, delay=0.005355820059776306, ms=00052}
22:49:21.984074 run                osmo-ms-mob/00053: Starting mobile
22:49:22.009833 run       osmo-ms-mob/00053(pid=188): Launched
22:49:22.031203 run                             mass: MS start registered  {at=17319467.734506227, delay=0.003536585718393326, ms=00053}
22:49:22.288053 run                osmo-ms-mob/00054: Starting mobile
22:49:22.315054 run       osmo-ms-mob/00054(pid=189): Launched
22:49:22.332267 run                             mass: MS start registered  {at=17319468.035603512, delay=0.0001202709972858429, ms=00054}
22:49:22.583040 run                osmo-ms-mob/00055: Starting mobile
22:49:22.601255 run       osmo-ms-mob/00055(pid=190): Launched
22:49:22.609939 run                             mass: MS performed LU  {at=17319468.313286547, lu_delay=4.692340582609177, ms=00040}
22:49:22.619677 run                             mass: MS start registered  {at=17319468.323025234, delay=0.00976942852139473, ms=00055}
22:49:22.657390 run                             mass: MS performed LU  {at=17319468.360690385, lu_delay=5.744567725807428, ms=00037}
22:49:22.678786 run                osmo-ms-mob/00056: Starting mobile
22:49:22.697684 run       osmo-ms-mob/00056(pid=191): Launched
22:49:22.713459 run                             mass: MS start registered  {at=17319468.416779466, delay=0.006850503385066986, ms=00056}
22:49:22.800734 run                             mass: MS performed LU  {at=17319468.50404718, lu_delay=5.76600843295455, ms=00038}
22:49:22.837445 run                             mass: MS performed LU  {at=17319468.540761203, lu_delay=4.627913538366556, ms=00041}
22:49:22.858694 run                osmo-ms-mob/00057: Starting mobile
22:49:22.875782 run       osmo-ms-mob/00057(pid=192): Launched
22:49:22.889538 run                             mass: MS start registered  {at=17319468.592878625, delay=0.005918912589550018, ms=00057}
22:49:23.582960 run                osmo-ms-mob/00058: Starting mobile
22:49:23.602277 run       osmo-ms-mob/00058(pid=193): Launched
22:49:23.616450 run                             mass: MS start registered  {at=17319469.319795396, delay=3.332272171974182e-05, ms=00058}
22:49:23.890877 run                osmo-ms-mob/00059: Starting mobile
22:49:23.910762 run       osmo-ms-mob/00059(pid=194): Launched
22:49:23.924007 run                             mass: MS start registered  {at=17319469.627350654, delay=3.319978713989258e-05, ms=00059}
22:49:24.185618 run                osmo-ms-mob/00060: Starting mobile
22:49:24.220365 run       osmo-ms-mob/00060(pid=195): Launched
22:49:24.237324 run                             mass: MS start registered  {at=17319469.94066115, delay=0.0007180981338024139, ms=00060}
22:49:24.493799 run                             mass: MS performed LU  {at=17319470.197116517, lu_delay=5.458913583308458, ms=00044}
22:49:24.512174 run                osmo-ms-mob/00061: Starting mobile
22:49:24.529082 run       osmo-ms-mob/00061(pid=196): Launched
22:49:24.538042 run                             mass: MS performed LU  {at=17319470.24139456, lu_delay=4.718522917479277, ms=00046}
22:49:24.545548 run                             mass: MS start registered  {at=17319470.24891133, delay=0.007541932165622711, ms=00061}
22:49:24.609375 run                             mass: MS performed LU  {at=17319470.31269176, lu_delay=5.7465737126767635, ms=00043}
22:49:24.629127 run                osmo-ms-mob/00062: Starting mobile
22:49:24.647265 run       osmo-ms-mob/00062(pid=197): Launched
22:49:24.664263 run                             mass: MS start registered  {at=17319470.36758862, delay=0.007818251848220825, ms=00062}
22:49:24.678225 run                             mass: MS performed LU  {at=17319470.381571304, lu_delay=6.173859231173992, ms=00042}
22:49:24.701925 run                             mass: MS performed LU  {at=17319470.40526023, lu_delay=5.187739737331867, ms=00045}
22:49:24.715077 run                osmo-ms-mob/00063: Starting mobile
22:49:24.730781 run       osmo-ms-mob/00063(pid=198): Launched
22:49:24.743930 run                             mass: MS start registered  {at=17319470.447256003, delay=0.005514863878488541, ms=00063}
22:49:24.974467 run                             mass: MS performed LU  {at=17319470.67779572, lu_delay=4.861361689865589, ms=00047}
22:49:25.579832 run                osmo-ms-mob/00064: Starting mobile
22:49:25.597781 run       osmo-ms-mob/00064(pid=199): Launched
22:49:25.611285 run                             mass: MS performed LU  {at=17319471.314638734, lu_delay=5.199987463653088, ms=00048}
22:49:25.619907 run                             mass: MS start registered  {at=17319471.3232682, delay=0.008654113858938217, ms=00064}
22:49:25.980719 run                osmo-ms-mob/00065: Starting mobile
22:49:25.997679 run       osmo-ms-mob/00065(pid=200): Launched
22:49:26.011321 run                             mass: MS start registered  {at=17319471.714660868, delay=0.004961155354976654, ms=00065}
22:49:26.285536 run                osmo-ms-mob/00066: Starting mobile
22:49:26.317899 run       osmo-ms-mob/00066(pid=201): Launched
22:49:26.333650 run                             mass: MS performed LU  {at=17319472.03699088, lu_delay=5.525347698479891, ms=00050}
22:49:26.349400 run                             mass: MS start registered  {at=17319472.052751265, delay=0.01579621061682701, ms=00066}
22:49:26.359867 run                             mass: MS performed LU  {at=17319472.06321625, lu_delay=4.650200258940458, ms=00052}
22:49:26.423023 run                             mass: MS performed LU  {at=17319472.1263567, lu_delay=5.39745369553566, ms=00051}
22:49:26.439107 run                osmo-ms-mob/00067: Starting mobile
22:49:26.471794 run       osmo-ms-mob/00067(pid=202): Launched
22:49:26.488651 run                             mass: MS start registered  {at=17319472.191971064, delay=0.0014602020382881165, ms=00067}
22:49:26.603573 run                             mass: MS performed LU  {at=17319472.306896936, lu_delay=5.8925125896930695, ms=00049}
22:49:26.978894 run                osmo-ms-mob/00068: Starting mobile
22:49:26.994276 run       osmo-ms-mob/00068(pid=203): Launched
22:49:27.007968 run                             mass: MS start registered  {at=17319472.711312875, delay=0.005741197615861893, ms=00068}
22:49:27.379526 run                osmo-ms-mob/00069: Starting mobile
22:49:27.396157 run       osmo-ms-mob/00069(pid=204): Launched
22:49:27.412362 run                             mass: MS start registered  {at=17319473.11569507, delay=0.008126109838485718, ms=00069}
22:49:27.439014 run                             mass: MS performed LU  {at=17319473.142349735, lu_delay=3.5149990804493427, ms=00059}
22:49:27.779539 run                osmo-ms-mob/00070: Starting mobile
22:49:27.795935 run       osmo-ms-mob/00070(pid=205): Launched
22:49:27.809082 run                             mass: MS start registered  {at=17319473.51241668, delay=0.004898186773061752, ms=00070}
22:49:28.139716 run                             mass: MS performed LU  {at=17319473.84304806, lu_delay=5.807444546371698, ms=00054}
22:49:28.152894 run                osmo-ms-mob/00071: Starting mobile
22:49:28.169251 run       osmo-ms-mob/00071(pid=206): Launched
22:49:28.182444 run                             mass: MS start registered  {at=17319473.885786917, delay=0.0057006292045116425, ms=00071}
22:49:28.195698 run                             mass: MS performed LU  {at=17319473.89900572, lu_delay=5.306127093732357, ms=00057}
22:49:28.287535 run                             mass: MS performed LU  {at=17319473.99086838, lu_delay=5.574088912457228, ms=00056}
22:49:28.467866 run                             mass: MS performed LU  {at=17319474.171197638, lu_delay=6.436691410839558, ms=00053}
22:49:28.480472 run                osmo-ms-mob/00072: Starting mobile
22:49:28.495030 run       osmo-ms-mob/00072(pid=207): Launched
22:49:28.504166 run                             mass: MS performed LU  {at=17319474.207505457, lu_delay=4.887710060924292, ms=00058}
22:49:28.511332 run                             mass: MS start registered  {at=17319474.21469508, delay=0.009271282702684402, ms=00072}
22:49:28.978481 run                osmo-ms-mob/00073: Starting mobile
22:49:28.992074 run       osmo-ms-mob/00073(pid=208): Launched
22:49:29.004030 run                             mass: MS start registered  {at=17319474.707376707, delay=0.0052132196724414825, ms=00073}
22:49:29.183168 run                             mass: MS performed LU  {at=17319474.88649361, lu_delay=6.563468374311924, ms=00055}
22:49:29.427549 run                osmo-ms-mob/00074: Starting mobile
22:49:29.442357 run       osmo-ms-mob/00074(pid=209): Launched
22:49:29.455221 run                             mass: MS start registered  {at=17319475.158568703, delay=0.005658384412527084, ms=00074}
22:49:30.341758 run                osmo-ms-mob/00075: Starting mobile
22:49:30.359247 run       osmo-ms-mob/00075(pid=210): Launched
22:49:30.366131 run                             mass: Starting too slowly. Moving on {now=17319476.0694977, sleep=-0.4940429702401161, target=17319475.57545473}
22:49:30.372376 run                             mass: MS start registered  {at=17319476.075733423, delay=0.006238330155611038, ms=00075}
22:49:30.378405 run                             mass: Starting too slowly. Moving on {now=17319476.08177451, sleep=-0.4063197784125805, target=17319475.675454732}
22:49:30.384144 run                             mass: Starting too slowly. Moving on {now=17319476.087515075, sleep=-0.3120603412389755, target=17319475.775454734}
22:49:30.389774 run                             mass: Starting too slowly. Moving on {now=17319476.093144897, sleep=-0.21769016236066818, target=17319475.875454735}
22:49:30.395424 run                             mass: Starting too slowly. Moving on {now=17319476.098794915, sleep=-0.1233401782810688, target=17319475.975454737}
22:49:30.650422 run                osmo-ms-mob/00076: Starting mobile
22:49:30.664847 run       osmo-ms-mob/00076(pid=211): Launched
22:49:30.671281 run                             mass: Starting too slowly. Moving on {now=17319476.374650322, sleep=-0.29919558390975, target=17319476.075454738}
22:49:30.677308 run                             mass: MS start registered  {at=17319476.380668215, delay=0.006020676344633102, ms=00076}
22:49:30.683571 run                             mass: Starting too slowly. Moving on {now=17319476.38694023, sleep=-0.21148549020290375, target=17319476.17545474}
22:49:30.689994 run                             mass: Starting too slowly. Moving on {now=17319476.393362496, sleep=-0.11790775507688522, target=17319476.27545474}
22:49:30.695921 run                             mass: Starting too slowly. Moving on {now=17319476.399290968, sleep=-0.023836225271224976, target=17319476.375454742}
22:49:31.038574 run                osmo-ms-mob/00077: Starting mobile
22:49:32.666290 run       osmo-ms-mob/00077(pid=212): Launched
22:49:32.673438 run                             mass: Starting too slowly. Moving on {now=17319478.376804445, sleep=-1.901349700987339, target=17319476.475454744}
22:49:32.679516 run                             mass: MS start registered  {at=17319478.382874295, delay=0.006072111427783966, ms=00077}
22:49:32.686307 run                             mass: Starting too slowly. Moving on {now=17319478.38967397, sleep=-1.8142192251980305, target=17319476.575454745}
22:49:32.692333 run                             mass: Starting too slowly. Moving on {now=17319478.39570299, sleep=-1.720248244702816, target=17319476.675454747}
22:49:32.698259 run                             mass: Starting too slowly. Moving on {now=17319478.40162938, sleep=-1.626174632459879, target=17319476.77545475}
22:49:32.704376 run                             mass: Starting too slowly. Moving on {now=17319478.40774383, sleep=-1.5322890803217888, target=17319476.87545475}
22:49:32.716108 run                osmo-ms-mob/00078: Starting mobile
22:49:32.730163 run       osmo-ms-mob/00078(pid=213): Launched
22:49:32.739100 run                             mass: Starting too slowly. Moving on {now=17319478.442466125, sleep=-1.4670113734900951, target=17319476.97545475}
22:49:32.745181 run                             mass: MS start registered  {at=17319478.44853815, delay=0.00607449933886528, ms=00078}
22:49:32.751247 run                             mass: Starting too slowly. Moving on {now=17319478.454616725, sleep=-1.379161972552538, target=17319477.075454753}
22:49:32.757412 run                             mass: Starting too slowly. Moving on {now=17319478.46078097, sleep=-1.2853262163698673, target=17319477.175454754}
22:49:32.763534 run                             mass: Starting too slowly. Moving on {now=17319478.46690371, sleep=-1.1914489530026913, target=17319477.275454756}
22:49:32.774923 run                osmo-ms-mob/00079: Starting mobile
22:49:32.789175 run       osmo-ms-mob/00079(pid=214): Launched
22:49:32.795456 run                             mass: Starting too slowly. Moving on {now=17319478.49882511, sleep=-1.1233703531324863, target=17319477.375454757}
22:49:32.801791 run                             mass: Starting too slowly. Moving on {now=17319478.50515971, sleep=-1.0297049507498741, target=17319477.47545476}
22:49:32.807820 run                             mass: MS start registered  {at=17319478.51117753, delay=0.012355156242847443, ms=00079}
22:49:32.813874 run                             mass: Starting too slowly. Moving on {now=17319478.517243482, sleep=-0.9417887218296528, target=17319477.57545476}
22:49:32.820100 run                             mass: Starting too slowly. Moving on {now=17319478.523469158, sleep=-0.8480143956840038, target=17319477.67545476}
22:49:32.826141 run                             mass: Starting too slowly. Moving on {now=17319478.529509258, sleep=-0.754054494202137, target=17319477.775454763}
22:49:32.837444 run                osmo-ms-mob/00080: Starting mobile
22:49:32.851612 run       osmo-ms-mob/00080(pid=215): Launched
22:49:32.858285 run                             mass: Starting too slowly. Moving on {now=17319478.561651886, sleep=-0.6861971206963062, target=17319477.875454765}
22:49:32.864392 run                             mass: MS start registered  {at=17319478.567748494, delay=0.006098829209804535, ms=00080}
22:49:32.870700 run                             mass: Starting too slowly. Moving on {now=17319478.574067596, sleep=-0.598612830042839, target=17319477.975454766}
22:49:32.876989 run                             mass: Starting too slowly. Moving on {now=17319478.58035778, sleep=-0.5049030110239983, target=17319478.075454768}
22:49:32.882765 run                             mass: Starting too slowly. Moving on {now=17319478.586134866, sleep=-0.4106800965964794, target=17319478.17545477}
22:49:32.888579 run                             mass: Starting too slowly. Moving on {now=17319478.59194812, sleep=-0.31649335101246834, target=17319478.27545477}
22:49:32.899941 run                osmo-ms-mob/00081: Starting mobile
22:49:32.913780 run       osmo-ms-mob/00081(pid=216): Launched
22:49:32.920873 run                             mass: Starting too slowly. Moving on {now=17319478.62423569, sleep=-0.24878091737627983, target=17319478.375454772}
22:49:32.926933 run                             mass: MS start registered  {at=17319478.63029083, delay=0.006058558821678162, ms=00081}
22:49:32.932998 run                             mass: Starting too slowly. Moving on {now=17319478.63636667, sleep=-0.1609118953347206, target=17319478.475454774}
22:49:32.939319 run                             mass: Starting too slowly. Moving on {now=17319478.642686404, sleep=-0.06723162904381752, target=17319478.575454775}
22:49:32.978565 run                osmo-ms-mob/00082: Starting mobile
22:49:32.992471 run       osmo-ms-mob/00082(pid=217): Launched
22:49:33.004208 run                             mass: MS start registered  {at=17319478.707563605, delay=0.004919465631246567, ms=00082}
22:49:33.377956 run                             mass: MS performed LU  {at=17319479.081261218, lu_delay=4.3738845102488995, ms=00073}
22:49:33.387495 run                             mass: MS performed LU  {at=17319479.09085376, lu_delay=5.578437078744173, ms=00070}
22:49:33.402624 run                osmo-ms-mob/00083: Starting mobile
22:49:33.420155 run       osmo-ms-mob/00083(pid=218): Launched
22:49:33.428089 run                             mass: MS performed LU  {at=17319479.131443296, lu_delay=5.245656378567219, ms=00071}
22:49:33.435890 run                             mass: MS start registered  {at=17319479.139251743, delay=0.00783388689160347, ms=00083}
22:49:33.825304 run                             mass: MS performed LU  {at=17319479.528635547, lu_delay=9.587974395602942, ms=00060}
22:49:33.862947 run                             mass: MS performed LU  {at=17319479.566275377, lu_delay=9.198686756193638, ms=00062}
22:49:33.890567 run                             mass: MS performed LU  {at=17319479.593893487, lu_delay=6.882580611854792, ms=00068}
22:49:33.905766 run                osmo-ms-mob/00084: Starting mobile
22:49:33.922985 run       osmo-ms-mob/00084(pid=219): Launched
22:49:33.930741 run                             mass: MS performed LU  {at=17319479.634094648, lu_delay=8.310826446861029, ms=00064}
22:49:33.938850 run                             mass: MS performed LU  {at=17319479.64220937, lu_delay=6.526514299213886, ms=00069}
22:49:33.946406 run                             mass: MS start registered  {at=17319479.649767905, delay=0.015698488801717758, ms=00084}
22:49:33.955403 run                             mass: MS performed LU  {at=17319479.65873555, lu_delay=9.409824222326279, ms=00061}
22:49:34.024285 run                             mass: MS performed LU  {at=17319479.72762024, lu_delay=7.535649176687002, ms=00067}
22:49:34.040007 run                osmo-ms-mob/00085: Starting mobile
22:49:34.058284 run       osmo-ms-mob/00085(pid=220): Launched
22:49:34.066438 run                             mass: MS performed LU  {at=17319479.769790523, lu_delay=9.322534520179033, ms=00063}
22:49:34.074070 run                             mass: MS start registered  {at=17319479.77742977, delay=0.0076644644141197205, ms=00085}
22:49:34.082250 run                             mass: MS performed LU  {at=17319479.785604473, lu_delay=7.732853207737207, ms=00066}
22:49:34.116206 run                             mass: MS performed LU  {at=17319479.819508206, lu_delay=8.104847338050604, ms=00065}
22:49:34.153415 run                             mass: MS performed LU  {at=17319479.856746025, lu_delay=5.6420509442687035, ms=00072}
22:49:34.735046 run                             mass: MS performed LU  {at=17319480.438379593, lu_delay=4.057711377739906, ms=00076}
22:49:34.750087 run                osmo-ms-mob/00086: Starting mobile
22:49:34.768063 run       osmo-ms-mob/00086(pid=221): Launched
22:49:34.783251 run                             mass: MS start registered  {at=17319480.486562047, delay=0.007204461842775345, ms=00086}
22:49:35.788848 run                osmo-ms-mob/00087: Starting mobile
22:49:35.828219 run       osmo-ms-mob/00087(pid=222): Launched
22:49:35.846833 run                             mass: MS performed LU  {at=17319481.550165083, lu_delay=5.474431660026312, ms=00075}
22:49:35.864281 run                             mass: MS start registered  {at=17319481.567628417, delay=0.017510786652565002, ms=00087}
22:49:36.388749 run                osmo-ms-mob/00088: Starting mobile
22:49:36.418102 run       osmo-ms-mob/00088(pid=223): Launched
22:49:36.437032 run                             mass: MS start registered  {at=17319482.140338454, delay=0.00826491042971611, ms=00088}
22:49:36.715384 run                             mass: MS performed LU  {at=17319482.41868534, lu_delay=7.260116636753082, ms=00074}
22:49:36.979882 run                osmo-ms-mob/00089: Starting mobile
22:49:36.998549 run       osmo-ms-mob/00089(pid=224): Launched
22:49:37.016515 run                             mass: MS start registered  {at=17319482.71984674, delay=0.009152822196483612, ms=00089}
22:49:37.584164 run                osmo-ms-mob/00090: Starting mobile
22:49:37.608098 run       osmo-ms-mob/00090(pid=225): Launched
22:49:37.622477 run                             mass: MS start registered  {at=17319483.325809136, delay=0.005003482103347778, ms=00090}
22:49:37.702560 run                             mass: MS performed LU  {at=17319483.405875605, lu_delay=4.894698075950146, ms=00079}
22:49:37.721099 run                             mass: MS performed LU  {at=17319483.424435653, lu_delay=4.716872047632933, ms=00082}
22:49:37.790310 run                             mass: MS performed LU  {at=17319483.4936188, lu_delay=5.110744506120682, ms=00077}
22:49:37.808025 run                             mass: MS performed LU  {at=17319483.511333913, lu_delay=4.94358541816473, ms=00080}
22:49:37.826790 run                             mass: MS performed LU  {at=17319483.530117497, lu_delay=5.0815793462097645, ms=00078}
22:49:37.845880 run                             mass: MS performed LU  {at=17319483.549209934, lu_delay=4.91891910508275, ms=00081}
22:49:37.860335 run                osmo-ms-mob/00091: Starting mobile
22:49:37.878149 run       osmo-ms-mob/00091(pid=226): Launched
22:49:37.892315 run                             mass: MS start registered  {at=17319483.59564435, delay=0.006300635635852814, ms=00091}
22:49:38.978881 run                osmo-ms-mob/00092: Starting mobile
22:49:38.994028 run       osmo-ms-mob/00092(pid=227): Launched
22:49:39.006649 run                             mass: MS start registered  {at=17319484.70998685, delay=0.0053115114569664, ms=00092}
22:49:39.512016 run                             mass: MS performed LU  {at=17319485.215326235, lu_delay=5.437896464020014, ms=00085}
22:49:39.538508 run                             mass: MS performed LU  {at=17319485.241795126, lu_delay=4.755233079195023, ms=00086}
22:49:39.556963 run                             mass: MS performed LU  {at=17319485.260303397, lu_delay=5.610535491257906, ms=00084}
22:49:39.571836 run                osmo-ms-mob/00093: Starting mobile
22:49:39.587479 run       osmo-ms-mob/00093(pid=228): Launched
22:49:39.599979 run                             mass: MS start registered  {at=17319485.30332853, delay=0.005298011004924774, ms=00093}
22:49:39.765180 run                             mass: MS performed LU  {at=17319485.468514614, lu_delay=6.329262871295214, ms=00083}
22:49:39.783825 run                             mass: MS performed LU  {at=17319485.487163167, lu_delay=22.606699205935, ms=00039}
22:49:39.802200 run                             mass: MS performed LU  {at=17319485.505547334, lu_delay=23.28722684085369, ms=00036}
22:49:40.679139 run                osmo-ms-mob/00094: Starting mobile
22:49:40.696782 run       osmo-ms-mob/00094(pid=229): Launched
22:49:40.711233 run                             mass: MS start registered  {at=17319486.41455059, delay=0.0065772645175457, ms=00094}
22:49:41.468587 run                             mass: MS performed LU  {at=17319487.17190529, lu_delay=5.031566835939884, ms=00088}
22:49:41.486902 run                             mass: MS performed LU  {at=17319487.190243732, lu_delay=5.622615315020084, ms=00087}
22:49:41.500906 run                osmo-ms-mob/00095: Starting mobile
22:49:41.517768 run       osmo-ms-mob/00095(pid=230): Launched
22:49:41.532669 run                             mass: MS start registered  {at=17319487.236010764, delay=0.006816264241933823, ms=00095}
22:49:41.791355 run                             mass: MS performed LU  {at=17319487.49466381, lu_delay=4.774817068129778, ms=00089}
22:49:42.581076 run                osmo-ms-mob/00096: Starting mobile
22:49:42.597447 run       osmo-ms-mob/00096(pid=231): Launched
22:49:42.611123 run                             mass: MS start registered  {at=17319488.314463068, delay=0.005314990878105164, ms=00096}
22:49:43.305010 run                             mass: MS performed LU  {at=17319489.00834442, lu_delay=5.412700068205595, ms=00091}
22:49:43.323086 run                             mass: MS performed LU  {at=17319489.02643088, lu_delay=5.700621742755175, ms=00090}
22:49:43.678916 run                osmo-ms-mob/00097: Starting mobile
22:49:43.695612 run       osmo-ms-mob/00097(pid=232): Launched
22:49:43.709220 run                             mass: MS start registered  {at=17319489.412565343, delay=0.005689702928066254, ms=00097}
22:49:44.981974 run                osmo-ms-mob/00098: Starting mobile
22:49:44.999492 run       osmo-ms-mob/00098(pid=233): Launched
22:49:45.016866 run                             mass: MS start registered  {at=17319490.720174473, delay=0.008856143802404404, ms=00098}
22:49:45.234444 run                             mass: MS performed LU  {at=17319490.937759493, lu_delay=5.634430963546038, ms=00093}
22:49:45.253129 run                             mass: MS performed LU  {at=17319490.956449654, lu_delay=6.246462803333998, ms=00092}
22:49:45.556820 run                             mass: MS performed LU  {at=17319491.260137558, lu_delay=4.845586966723204, ms=00094}
22:49:46.784381 run                osmo-ms-mob/00099: Starting mobile
22:49:46.801568 run       osmo-ms-mob/00099(pid=234): Launched
22:49:46.809599 run                             mass: All started... {duration=55.73750961571932, too_slow=33}
22:49:46.817159 run                             mass: MS start registered  {at=17319492.520512998, delay=0.007553786039352417, ms=00099}
22:49:47.071324 run                             mass: MS performed LU  {at=17319492.774619177, lu_delay=5.53860841318965, ms=00095}
22:49:47.324983 run                             mass: MS performed LU  {at=17319493.02831805, lu_delay=4.713854983448982, ms=00096}
22:49:49.000166 run                             mass: MS performed LU  {at=17319494.7034986, lu_delay=5.290933255106211, ms=00097}
22:49:50.837243 run                             mass: MS performed LU  {at=17319496.54054765, lu_delay=5.820373177528381, ms=00098}
22:49:52.738256 run                             mass: MS performed LU  {at=17319498.441591997, lu_delay=5.921078998595476, ms=00099}
22:49:52.744757 run                             mass: Tests done {all_completed=True, max=23.28722684085369, min=3.5149990804493427}
22:49:52.750670 tst         register_default_mass.py: Test passed (92.9 sec)
22:49:52.756404 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:52.759909 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:52.763368 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:52.766818 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:52.770282 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:52.773746 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:52.777214 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:52.780682 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:52.784143 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:52.787610 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:52.791065 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:52.794546 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:52.798003 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:52.801440 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:52.804916 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:52.808377 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:52.811898 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:52.815425 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:52.818954 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:52.822627 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:52.826208 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:52.829994 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:52.833483 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:52.836983 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:52.840445 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:52.843904 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:52.847365 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:52.850829 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:52.854339 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:52.857788 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:52.861351 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:52.865563 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:52.869472 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:52.873421 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:52.877421 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:52.881674 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:52.885833 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:52.889977 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:52.894114 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:52.898226 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:52.902416 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:52.906623 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:52.911009 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:52.915312 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:52.919768 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:52.924256 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:52.928960 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:52.933421 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:52.937881 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:52.942262 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:52.946614 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:52.951178 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:52.955643 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:52.960015 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:52.964383 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:52.968721 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:52.973190 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:52.977530 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:52.981810 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:52.986219 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:52.990574 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:52.994932 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:52.999283 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:53.003644 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:53.007982 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:53.012345 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:53.016619 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:53.020843 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:53.024992 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:53.029220 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:53.033447 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:53.037709 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:53.041956 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:53.046099 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:53.050337 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:53.054595 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:53.058821 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:53.063154 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:53.067469 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:53.071683 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:53.075896 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:53.080124 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:53.084295 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:53.088615 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:53.093023 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:53.097500 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:53.102070 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:53.106532 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:53.110877 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:53.115140 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:53.119334 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:53.123354 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:53.127287 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:53.131167 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:53.135045 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:53.138935 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:53.142812 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:53.146780 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:53.150696 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:53.154560 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:53.158294 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:53.161950 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:53.165489 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:53.169032 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:53.172607 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:53.176186 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:53.179867 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:53.183574 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:53.187242 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:53.190840 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:53.194356 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:53.197875 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:53.201341 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:53.204778 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:53.208266 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:53.211788 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:53.215298 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:53.218794 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:53.222225 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:53.225688 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:53.229119 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:53.232551 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:53.235978 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:53.239418 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:53.242871 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:53.246302 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:53.250908 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:53.257237 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:53.264338 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:53.271715 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:53.283103 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:53.290900 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:53.304661 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:53.320116 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:53.326515 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:53.332021 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:53.336772 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:53.341278 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:53.345581 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:53.349854 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:53.354102 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:53.358327 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:53.362936 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:53.367312 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:53.371689 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:53.376054 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:53.380390 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:53.384694 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:53.388897 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:53.393055 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:53.397250 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:53.401450 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:53.405616 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:53.409757 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:53.413878 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:53.417952 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:53.422110 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:53.426395 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:53.430708 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:53.434956 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:53.439271 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:53.443564 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:53.447782 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:53.451962 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:53.456239 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:53.460439 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:53.464639 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:53.468839 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:53.473087 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:53.477289 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:53.481488 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:53.485688 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:53.489794 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:53.493977 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:53.498060 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:53.502258 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:53.506464 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:53.510691 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:53.514785 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:53.518941 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:53.523169 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:53.527366 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:53.531543 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:53.535684 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:53.539811 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:53.543949 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:53.548070 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:53.552158 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:53.556246 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:53.560327 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:53.564417 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:53.568495 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:53.572590 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:53.576685 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:53.580774 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:53.584887 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:53.588963 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:53.593019 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:53.597086 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:53.601179 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:53.605290 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:53.609470 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:53.613646 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:53.617849 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:53.622008 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:53.626219 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:53.630487 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:53.634657 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:53.638897 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:53.643094 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:53.647221 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:53.651412 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:53.655670 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:53.660462 ---      ParallelTerminationStrategy: PID 22 died...
22:49:53.662538 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:53.667289 ---      ParallelTerminationStrategy: PID 23 died...
22:49:53.669158 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:53.673636 ---      ParallelTerminationStrategy: PID 24 died...
22:49:53.675456 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:53.679854 ---      ParallelTerminationStrategy: PID 25 died...
22:49:53.681692 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:53.685937 ---      ParallelTerminationStrategy: PID 26 died...
22:49:53.687651 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:53.691911 ---      ParallelTerminationStrategy: PID 27 died...
22:49:53.693612 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:53.697763 ---      ParallelTerminationStrategy: PID 28 died...
22:49:53.699437 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:53.703827 ---      ParallelTerminationStrategy: PID 29 died...
22:49:53.705813 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:53.710397 ---      ParallelTerminationStrategy: PID 30 died...
22:49:53.712470 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:53.716956 ---      ParallelTerminationStrategy: PID 31 died...
22:49:53.718726 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:53.723079 ---      ParallelTerminationStrategy: PID 32 died...
22:49:53.724812 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:53.729046 ---      ParallelTerminationStrategy: PID 33 died...
22:49:53.730758 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:53.734897 ---      ParallelTerminationStrategy: PID 35 died...
22:49:53.736589 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:53.740729 ---      ParallelTerminationStrategy: PID 36 died...
22:49:53.742402 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:53.746549 ---      ParallelTerminationStrategy: PID 37 died...
22:49:53.748236 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:53.752361 ---      ParallelTerminationStrategy: PID 38 died...
22:49:53.754048 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:53.758167 ---      ParallelTerminationStrategy: PID 39 died...
22:49:53.759865 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:53.764126 ---      ParallelTerminationStrategy: PID 40 died...
22:49:53.765848 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:53.770071 ---      ParallelTerminationStrategy: PID 41 died...
22:49:53.771794 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:53.775979 ---      ParallelTerminationStrategy: PID 42 died...
22:49:53.777732 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:53.782016 ---      ParallelTerminationStrategy: PID 43 died...
22:49:53.783713 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:53.787941 ---      ParallelTerminationStrategy: PID 44 died...
22:49:53.789662 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:53.793863 ---      ParallelTerminationStrategy: PID 45 died...
22:49:53.795602 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:53.799775 ---      ParallelTerminationStrategy: PID 46 died...
22:49:53.801472 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:53.805567 ---      ParallelTerminationStrategy: PID 47 died...
22:49:53.807192 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:53.811159 ---      ParallelTerminationStrategy: PID 48 died...
22:49:53.812772 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:53.816682 ---      ParallelTerminationStrategy: PID 49 died...
22:49:53.818269 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:53.822190 ---      ParallelTerminationStrategy: PID 50 died...
22:49:53.823814 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:53.827729 ---      ParallelTerminationStrategy: PID 51 died...
22:49:53.829304 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:53.833129 ---      ParallelTerminationStrategy: PID 52 died...
22:49:53.834695 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:53.838634 ---      ParallelTerminationStrategy: PID 53 died...
22:49:53.840212 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:53.844132 ---      ParallelTerminationStrategy: PID 54 died...
22:49:53.845755 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:53.849671 ---      ParallelTerminationStrategy: PID 55 died...
22:49:53.851268 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:53.855300 ---      ParallelTerminationStrategy: PID 56 died...
22:49:53.856930 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:53.860924 ---      ParallelTerminationStrategy: PID 57 died...
22:49:53.862512 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:53.866424 ---      ParallelTerminationStrategy: PID 58 died...
22:49:53.868045 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:53.871987 ---      ParallelTerminationStrategy: PID 59 died...
22:49:53.873685 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:53.877673 ---      ParallelTerminationStrategy: PID 60 died...
22:49:53.879278 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:53.883282 ---      ParallelTerminationStrategy: PID 61 died...
22:49:53.884923 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:53.888947 ---      ParallelTerminationStrategy: PID 62 died...
22:49:53.890579 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:53.894574 ---      ParallelTerminationStrategy: PID 63 died...
22:49:53.896212 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:53.900255 ---      ParallelTerminationStrategy: PID 64 died...
22:49:53.901966 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:53.905982 ---      ParallelTerminationStrategy: PID 65 died...
22:49:53.907610 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:53.911629 ---      ParallelTerminationStrategy: PID 66 died...
22:49:53.913293 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:53.917446 ---      ParallelTerminationStrategy: PID 67 died...
22:49:53.919083 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:53.923074 ---      ParallelTerminationStrategy: PID 68 died...
22:49:53.924739 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:53.928731 ---      ParallelTerminationStrategy: PID 69 died...
22:49:53.930353 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:53.934384 ---      ParallelTerminationStrategy: PID 70 died...
22:49:53.936000 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:53.939982 ---      ParallelTerminationStrategy: PID 71 died...
22:49:53.941601 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:53.945597 ---      ParallelTerminationStrategy: PID 72 died...
22:49:53.947221 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:53.951241 ---      ParallelTerminationStrategy: PID 73 died...
22:49:53.952838 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:53.956801 ---      ParallelTerminationStrategy: PID 74 died...
22:49:53.958414 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:53.962380 ---      ParallelTerminationStrategy: PID 75 died...
22:49:53.963958 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:53.967972 ---      ParallelTerminationStrategy: PID 76 died...
22:49:53.969572 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:53.973508 ---      ParallelTerminationStrategy: PID 77 died...
22:49:53.975161 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:53.979271 ---      ParallelTerminationStrategy: PID 78 died...
22:49:53.980947 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:53.985103 ---      ParallelTerminationStrategy: PID 79 died...
22:49:53.986804 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:53.991068 ---      ParallelTerminationStrategy: PID 80 died...
22:49:53.992856 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:53.997400 ---      ParallelTerminationStrategy: PID 81 died...
22:49:53.999233 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:54.003903 ---      ParallelTerminationStrategy: PID 82 died...
22:49:54.005788 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:54.010394 ---      ParallelTerminationStrategy: PID 83 died...
22:49:54.012216 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:54.016654 ---      ParallelTerminationStrategy: PID 84 died...
22:49:54.018394 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:54.022617 ---      ParallelTerminationStrategy: PID 85 died...
22:49:54.024306 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:54.028424 ---      ParallelTerminationStrategy: PID 86 died...
22:49:54.030095 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:54.034134 ---      ParallelTerminationStrategy: PID 87 died...
22:49:54.035758 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:54.039805 ---      ParallelTerminationStrategy: PID 88 died...
22:49:54.041435 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:54.045470 ---      ParallelTerminationStrategy: PID 89 died...
22:49:54.047042 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:54.050961 ---      ParallelTerminationStrategy: PID 90 died...
22:49:54.052555 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:54.056361 ---      ParallelTerminationStrategy: PID 91 died...
22:49:54.057962 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:54.061806 ---      ParallelTerminationStrategy: PID 92 died...
22:49:54.063383 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:54.067266 ---      ParallelTerminationStrategy: PID 93 died...
22:49:54.068847 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:54.072766 ---      ParallelTerminationStrategy: PID 94 died...
22:49:54.074351 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:54.078331 ---      ParallelTerminationStrategy: PID 95 died...
22:49:54.079962 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:54.083990 ---      ParallelTerminationStrategy: PID 96 died...
22:49:54.085666 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:54.089676 ---      ParallelTerminationStrategy: PID 97 died...
22:49:54.091307 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:54.095372 ---      ParallelTerminationStrategy: PID 98 died...
22:49:54.097024 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:54.101127 ---      ParallelTerminationStrategy: PID 99 died...
22:49:54.102788 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:54.107041 ---      ParallelTerminationStrategy: PID 100 died...
22:49:54.108753 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:54.112980 ---      ParallelTerminationStrategy: PID 101 died...
22:49:54.114637 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:54.118752 ---      ParallelTerminationStrategy: PID 102 died...
22:49:54.120409 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:54.124524 ---      ParallelTerminationStrategy: PID 103 died...
22:49:54.126169 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:54.130194 ---      ParallelTerminationStrategy: PID 104 died...
22:49:54.131837 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:54.136052 ---      ParallelTerminationStrategy: PID 105 died...
22:49:54.137749 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:54.142026 ---      ParallelTerminationStrategy: PID 106 died...
22:49:54.143797 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:54.148183 ---      ParallelTerminationStrategy: PID 107 died...
22:49:54.150026 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:54.154328 ---      ParallelTerminationStrategy: PID 108 died...
22:49:54.156096 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:54.160419 ---      ParallelTerminationStrategy: PID 109 died...
22:49:54.162168 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:54.166564 ---      ParallelTerminationStrategy: PID 110 died...
22:49:54.168350 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:54.172718 ---      ParallelTerminationStrategy: PID 111 died...
22:49:54.174457 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:54.178821 ---      ParallelTerminationStrategy: PID 112 died...
22:49:54.180562 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:54.184902 ---      ParallelTerminationStrategy: PID 113 died...
22:49:54.186652 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:54.190943 ---      ParallelTerminationStrategy: PID 114 died...
22:49:54.192743 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:54.197219 ---      ParallelTerminationStrategy: PID 115 died...
22:49:54.199064 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:54.203644 ---      ParallelTerminationStrategy: PID 116 died...
22:49:54.205559 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:54.210330 ---      ParallelTerminationStrategy: PID 117 died...
22:49:54.212291 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:54.217135 ---      ParallelTerminationStrategy: PID 118 died...
22:49:54.219083 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:54.223805 ---      ParallelTerminationStrategy: PID 119 died...
22:49:54.225711 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:54.230445 ---      ParallelTerminationStrategy: PID 120 died...
22:49:54.232315 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:54.236998 ---      ParallelTerminationStrategy: PID 121 died...
22:49:54.238896 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:54.243598 ---      ParallelTerminationStrategy: PID 122 died...
22:49:54.245486 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:54.250219 ---      ParallelTerminationStrategy: PID 123 died...
22:49:54.252231 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:54.257108 ---      ParallelTerminationStrategy: PID 124 died...
22:49:54.259061 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:54.263742 ---      ParallelTerminationStrategy: PID 125 died...
22:49:54.265645 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:54.270275 ---      ParallelTerminationStrategy: PID 126 died...
22:49:54.272107 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:54.276613 ---      ParallelTerminationStrategy: PID 127 died...
22:49:54.278429 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:54.282869 ---      ParallelTerminationStrategy: PID 128 died...
22:49:54.284707 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:54.289174 ---      ParallelTerminationStrategy: PID 129 died...
22:49:54.290973 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:54.295579 ---      ParallelTerminationStrategy: PID 130 died...
22:49:54.297489 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:54.302063 ---      ParallelTerminationStrategy: PID 131 died...
22:49:54.303884 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:54.308427 ---      ParallelTerminationStrategy: PID 132 died...
22:49:54.310311 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:54.314971 ---      ParallelTerminationStrategy: PID 133 died...
22:49:54.316917 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:54.321669 ---      ParallelTerminationStrategy: PID 134 died...
22:49:54.323527 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:54.328058 ---      ParallelTerminationStrategy: PID 135 died...
22:49:54.329911 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:54.334513 ---      ParallelTerminationStrategy: PID 136 died...
22:49:54.336359 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:54.340999 ---      ParallelTerminationStrategy: PID 137 died...
22:49:54.342836 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:54.347407 ---      ParallelTerminationStrategy: PID 138 died...
22:49:54.349260 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:54.353920 ---      ParallelTerminationStrategy: PID 139 died...
22:49:54.355810 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:54.360533 ---      ParallelTerminationStrategy: PID 140 died...
22:49:54.362457 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:54.367026 ---      ParallelTerminationStrategy: PID 141 died...
22:49:54.368867 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:54.373551 ---      ParallelTerminationStrategy: PID 142 died...
22:49:54.375466 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:54.380092 ---      ParallelTerminationStrategy: PID 143 died...
22:49:54.381940 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:54.386552 ---      ParallelTerminationStrategy: PID 144 died...
22:49:54.388386 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:54.392984 ---      ParallelTerminationStrategy: PID 145 died...
22:49:54.394795 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:54.399282 ---      ParallelTerminationStrategy: PID 146 died...
22:49:54.402081 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:54.406579 ---      ParallelTerminationStrategy: PID 147 died...
22:49:54.408378 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:54.412896 ---      ParallelTerminationStrategy: PID 148 died...
22:49:54.414685 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:54.419196 ---      ParallelTerminationStrategy: PID 149 died...
22:49:54.421009 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:54.425541 ---      ParallelTerminationStrategy: PID 150 died...
22:49:54.427403 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:54.432019 ---      ParallelTerminationStrategy: PID 151 died...
22:49:54.433867 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:54.438369 ---      ParallelTerminationStrategy: PID 152 died...
22:49:54.440174 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:54.444696 ---      ParallelTerminationStrategy: PID 153 died...
22:49:54.446538 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:54.451027 ---      ParallelTerminationStrategy: PID 154 died...
22:49:54.452822 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:54.457322 ---      ParallelTerminationStrategy: PID 155 died...
22:49:54.459176 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:54.463789 ---      ParallelTerminationStrategy: PID 156 died...
22:49:54.465664 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:54.470256 ---      ParallelTerminationStrategy: PID 157 died...
22:49:54.472107 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:54.476816 ---      ParallelTerminationStrategy: PID 158 died...
22:49:54.478676 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:54.483460 ---      ParallelTerminationStrategy: PID 159 died...
22:49:54.485311 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:54.490021 ---      ParallelTerminationStrategy: PID 160 died...
22:49:54.491879 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:54.496474 ---      ParallelTerminationStrategy: PID 161 died...
22:49:54.498319 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:54.502941 ---      ParallelTerminationStrategy: PID 162 died...
22:49:54.504882 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:54.509612 ---      ParallelTerminationStrategy: PID 163 died...
22:49:54.511552 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:54.516475 ---      ParallelTerminationStrategy: PID 164 died...
22:49:54.518361 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:54.523078 ---      ParallelTerminationStrategy: PID 165 died...
22:49:54.524955 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:54.530281 ---      ParallelTerminationStrategy: PID 166 died...
22:49:54.532185 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:54.536924 ---      ParallelTerminationStrategy: PID 167 died...
22:49:54.538837 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:54.543443 ---      ParallelTerminationStrategy: PID 168 died...
22:49:54.545315 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:54.550001 ---      ParallelTerminationStrategy: PID 169 died...
22:49:54.551875 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:54.556527 ---      ParallelTerminationStrategy: PID 170 died...
22:49:54.558395 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:54.563293 ---      ParallelTerminationStrategy: PID 171 died...
22:49:54.565162 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:54.569810 ---      ParallelTerminationStrategy: PID 172 died...
22:49:54.571652 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:54.576378 ---      ParallelTerminationStrategy: PID 173 died...
22:49:54.578266 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:54.582837 ---      ParallelTerminationStrategy: PID 174 died...
22:49:54.584701 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:54.589265 ---      ParallelTerminationStrategy: PID 175 died...
22:49:54.591099 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:54.595680 ---      ParallelTerminationStrategy: PID 176 died...
22:49:54.597560 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:54.602538 ---      ParallelTerminationStrategy: PID 177 died...
22:49:54.604382 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:54.608931 ---      ParallelTerminationStrategy: PID 178 died...
22:49:54.610754 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:54.618007 ---      ParallelTerminationStrategy: PID 179 died...
22:49:54.621449 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:54.630306 ---      ParallelTerminationStrategy: PID 180 died...
22:49:54.633360 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:54.637773 ---      ParallelTerminationStrategy: PID 181 died...
22:49:54.639564 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:54.644269 ---      ParallelTerminationStrategy: PID 182 died...
22:49:54.646078 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:54.650565 ---      ParallelTerminationStrategy: PID 183 died...
22:49:54.652358 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:54.657130 ---      ParallelTerminationStrategy: PID 184 died...
22:49:54.659014 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:54.663582 ---      ParallelTerminationStrategy: PID 185 died...
22:49:54.665378 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:54.669843 ---      ParallelTerminationStrategy: PID 186 died...
22:49:54.671729 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:54.676314 ---      ParallelTerminationStrategy: PID 187 died...
22:49:54.678179 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:54.682911 ---      ParallelTerminationStrategy: PID 188 died...
22:49:54.684815 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:54.689364 ---      ParallelTerminationStrategy: PID 189 died...
22:49:54.691222 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:54.695791 ---      ParallelTerminationStrategy: PID 190 died...
22:49:54.697568 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:54.702441 ---      ParallelTerminationStrategy: PID 191 died...
22:49:54.704257 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:54.709596 ---      ParallelTerminationStrategy: PID 192 died...
22:49:54.711491 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:54.715981 ---      ParallelTerminationStrategy: PID 193 died...
22:49:54.717795 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:54.722243 ---      ParallelTerminationStrategy: PID 194 died...
22:49:54.724403 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:54.728886 ---      ParallelTerminationStrategy: PID 195 died...
22:49:54.730682 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:54.735175 ---      ParallelTerminationStrategy: PID 196 died...
22:49:54.737030 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:54.741610 ---      ParallelTerminationStrategy: PID 197 died...
22:49:54.743485 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:54.748155 ---      ParallelTerminationStrategy: PID 198 died...
22:49:54.750036 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:54.754731 ---      ParallelTerminationStrategy: PID 199 died...
22:49:54.756618 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:54.761300 ---      ParallelTerminationStrategy: PID 200 died...
22:49:54.763179 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:54.767891 ---      ParallelTerminationStrategy: PID 201 died...
22:49:54.769791 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:54.774501 ---      ParallelTerminationStrategy: PID 202 died...
22:49:54.776382 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:54.781116 ---      ParallelTerminationStrategy: PID 203 died...
22:49:54.783017 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:54.787783 ---      ParallelTerminationStrategy: PID 204 died...
22:49:54.789737 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:54.794456 ---      ParallelTerminationStrategy: PID 205 died...
22:49:54.796383 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:54.801181 ---      ParallelTerminationStrategy: PID 206 died...
22:49:54.803114 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:54.807911 ---      ParallelTerminationStrategy: PID 207 died...
22:49:54.809797 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:54.814452 ---      ParallelTerminationStrategy: PID 208 died...
22:49:54.816363 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:54.821066 ---      ParallelTerminationStrategy: PID 209 died...
22:49:54.822942 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:54.827767 ---      ParallelTerminationStrategy: PID 210 died...
22:49:54.829605 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:54.834284 ---      ParallelTerminationStrategy: PID 211 died...
22:49:54.836152 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:54.840807 ---      ParallelTerminationStrategy: PID 212 died...
22:49:54.842638 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:54.847225 ---      ParallelTerminationStrategy: PID 213 died...
22:49:54.849103 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:54.854059 ---      ParallelTerminationStrategy: PID 214 died...
22:49:54.855935 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:54.860580 ---      ParallelTerminationStrategy: PID 215 died...
22:49:54.862413 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:54.867062 ---      ParallelTerminationStrategy: PID 216 died...
22:49:54.868956 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:54.873649 ---      ParallelTerminationStrategy: PID 217 died...
22:49:54.875523 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:54.880137 ---      ParallelTerminationStrategy: PID 218 died...
22:49:54.881973 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:54.886518 ---      ParallelTerminationStrategy: PID 219 died...
22:49:54.888383 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:54.892964 ---      ParallelTerminationStrategy: PID 220 died...
22:49:54.894791 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:54.899334 ---      ParallelTerminationStrategy: PID 221 died...
22:49:54.901406 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:54.905962 ---      ParallelTerminationStrategy: PID 222 died...
22:49:54.907787 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:54.912356 ---      ParallelTerminationStrategy: PID 223 died...
22:49:54.914224 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:54.918755 ---      ParallelTerminationStrategy: PID 224 died...
22:49:54.920588 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:54.925492 ---      ParallelTerminationStrategy: PID 225 died...
22:49:54.927316 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:54.931977 ---      ParallelTerminationStrategy: PID 226 died...
22:49:54.933837 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:54.938368 ---      ParallelTerminationStrategy: PID 227 died...
22:49:54.940187 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:54.944685 ---      ParallelTerminationStrategy: PID 228 died...
22:49:54.946513 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:54.951086 ---      ParallelTerminationStrategy: PID 229 died...
22:49:54.952918 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:54.957446 ---      ParallelTerminationStrategy: PID 230 died...
22:49:54.959273 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:54.963768 ---      ParallelTerminationStrategy: PID 231 died...
22:49:54.965599 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:54.970172 ---      ParallelTerminationStrategy: PID 232 died...
22:49:54.971995 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:54.976536 ---      ParallelTerminationStrategy: PID 233 died...
22:49:54.978367 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:54.982909 ---      ParallelTerminationStrategy: PID 234 died...
22:49:54.984733 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:58.388832 ---      ParallelTerminationStrategy: PID 34 died...
22:49:58.390534 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8045 netreg_mass PASS
---------------------------------------------------------------------
22:49:58.829457 tst                       trial-8045: Storing JUnit report in /build/trial-8045/run.2025-08-01_22-48-19/trial-8045.xml

--------------------------------------------------------------------------------------------
trial-8045 PASS
--------------------------------------------------------------------------------------------
22:49:59.075593 tst                       trial-8045: trial-8045: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (92.9 sec)
+ exit_code=0
+ rm -rf trial-8045/inst
+ cd trial-8045
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-08-01 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8045-run.tgz run.2025-08-01_22-48-19
+ tar czf /build/trial-8045-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-08-01_13_26_20.tgz osmo-bts-oc2g.build-2025-08-01_00_51_31.tgz osmo-bts-sysmo.build-2025-08-01_00_51_36.tgz osmo-bts.build-2025-08-01_00_51_43.tgz osmo-ggsn.build-2025-08-01_20_46_37.tgz osmo-hlr.build-2025-08-01_16_36_49.tgz osmo-hnbgw.build-2025-08-01_13_30_01.tgz osmo-mgw.build-2025-08-01_08_33_15.tgz osmo-msc.build-2025-08-01_13_32_17.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-01_07_34_02.tgz osmo-pcu-sysmo.build-2025-08-01_07_36_56.tgz osmo-pcu.build-2025-08-01_07_37_05.tgz osmo-sgsn.build-2025-08-01_20_48_59.tgz osmo-stp.build-2025-08-01_13_25_06.tgz osmo-trx.build-2025-08-01_14_29_16.tgz osmocom-bb.build-2025-08-01_21_17_07.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