Skip to content
Success

Console Output

This log is too long to show here, 19 KB has been skipped — click to see the complete log
#12 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:3b46218c97a735ebf49625071d44d16851b5c9135b22bff5d892daf74b65cff5 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8222 -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=2026-01-25 22:49:15
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8222
+ mkdir -p trial-8222
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-01-25_13_32_24.tgz osmo-bts-oc2g.build-2026-01-25_22_11_04.tgz osmo-bts-sysmo.build-2026-01-25_22_11_34.tgz osmo-bts.build-2026-01-25_22_11_14.tgz osmo-ggsn.build-2026-01-25_22_22_58.tgz osmo-hlr.build-2026-01-25_16_36_54.tgz osmo-hnbgw.build-2026-01-25_22_31_41.tgz osmo-mgw.build-2026-01-25_08_33_08.tgz osmo-msc.build-2026-01-25_13_39_16.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-25_22_12_20.tgz osmo-pcu-sysmo.build-2026-01-25_22_11_57.tgz osmo-pcu.build-2026-01-25_22_12_12.tgz osmo-sgsn.build-2026-01-25_22_32_02.tgz osmo-stp.build-2026-01-25_13_23_02.tgz osmo-trx.build-2026-01-25_22_30_06.tgz osmocom-bb.build-2026-01-25_22_22_02.tgz srslte.build-19.tgz trial-8222
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-01-25_13_32_24.md5 osmo-bts-oc2g.build-2026-01-25_22_11_04.md5 osmo-bts-sysmo.build-2026-01-25_22_11_34.md5 osmo-bts.build-2026-01-25_22_11_14.md5 osmo-ggsn.build-2026-01-25_22_22_58.md5 osmo-hlr.build-2026-01-25_16_36_54.md5 osmo-hnbgw.build-2026-01-25_22_31_41.md5 osmo-mgw.build-2026-01-25_08_33_08.md5 osmo-msc.build-2026-01-25_13_39_16.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-25_22_12_20.md5 osmo-pcu-sysmo.build-2026-01-25_22_11_57.md5 osmo-pcu.build-2026-01-25_22_12_12.md5 osmo-sgsn.build-2026-01-25_22_32_02.md5 osmo-stp.build-2026-01-25_13_23_02.md5 osmo-trx.build-2026-01-25_22_30_06.md5 osmocom-bb.build-2026-01-25_22_22_02.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-01-25_13_32_24.md5 osmo-bts-oc2g.build-2026-01-25_22_11_04.md5 osmo-bts-sysmo.build-2026-01-25_22_11_34.md5 osmo-bts.build-2026-01-25_22_11_14.md5 osmo-ggsn.build-2026-01-25_22_22_58.md5 osmo-hlr.build-2026-01-25_16_36_54.md5 osmo-hnbgw.build-2026-01-25_22_31_41.md5 osmo-mgw.build-2026-01-25_08_33_08.md5 osmo-msc.build-2026-01-25_13_39_16.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-25_22_12_20.md5 osmo-pcu-sysmo.build-2026-01-25_22_11_57.md5 osmo-pcu.build-2026-01-25_22_12_12.md5 osmo-sgsn.build-2026-01-25_22_32_02.md5 osmo-stp.build-2026-01-25_13_23_02.md5 osmo-trx.build-2026-01-25_22_30_06.md5 osmocom-bb.build-2026-01-25_22_22_02.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-8222 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8222'
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-8222
--------------------------------------------------------------------------------------------
22:49:16.823087 tst                       trial-8222: Detailed log at /build/trial-8222/run.2026-01-25_22-49-16/log

---------------------------------------------------------------------
trial-8222 netreg_mass
---------------------------------------------------------------------
22:49:17.041568 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:49:17.041953 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:49:17.042832 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:49:17.044036 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:49:17.096727 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:49:17.098202 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:49:17.099651 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:49:17.190644 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-8222 netreg_mass register_default_mass.py
----------------------------------------------
22:49:17.193263 tst       register_default_mass.py:9: Claiming resources for the test
22:49:17.232532 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:17.233750 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:17.234949 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:17.235901 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:17.236505 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:17.237120 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:17.237711 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:49:17.301229 tst         register_default_mass.py: using LAC 2
22:49:17.368203 tst         register_default_mass.py: using RAC 2
22:49:17.575592 tst         register_default_mass.py: using CellId 2
22:49:17.656398 tst         register_default_mass.py: using BVCI 3
22:49:17.671342 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.672855 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.674176 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.675624 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.676951 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.678290 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.679573 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.680852 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.682111 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.683364 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.684614 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.685827 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.687198 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.688436 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.689664 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.690927 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.692170 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.693399 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.694665 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.695970 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.697205 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.698443 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.699666 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.700880 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.702104 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.703349 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.704578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.705814 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.707171 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.708409 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.709697 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.710961 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.712202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.713468 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.714760 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.715984 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.717169 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.718403 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.719615 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.720819 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.722034 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.723257 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.724470 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.725672 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.726901 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.728102 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.729267 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.730510 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.731731 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.732941 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.734419 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.735635 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.736848 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.738042 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.739252 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.740430 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.741581 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.742721 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.743814 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.744866 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.745924 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.747276 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.748598 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.749854 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.751095 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.752338 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.753573 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.754881 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.756111 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.757316 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.758587 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.759829 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.761224 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.762446 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.763670 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.764899 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.766100 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.767356 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.768735 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.769936 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.771171 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.772387 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.773609 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.774842 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.776041 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.777273 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.778565 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.779780 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.780980 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.782163 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.783388 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.784601 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.785833 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.787068 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.788499 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.789675 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.791070 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.792505 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.793925 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.795276 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.796587 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:17.797997 tst      register_default_mass.py:21: Launching a simple network
22:49:17.820918 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:49:18.071597 run            create_hlr_db(pid=20): Launched
22:49:20.092522 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:49:20.111498 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:49:20.132601 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:49:20.138717 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:49:20.341493 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:49:20.357255 run      osmo-stp_127.0.42.5(pid=25): Launched
22:49:20.363414 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:49:20.944854 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:49:20.960509 run      osmo-msc_127.0.42.6(pid=27): Launched
22:49:23.974350 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:49:24.211214 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:49:24.241588 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:49:24.253677 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:49:24.300082 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:49:24.316187 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:49:24.322066 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:49:24.771131 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:49:24.790803 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:49:30.967298 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:49:31.138174 run         osmo-bts-virtual(pid=34): Launched
22:49:32.191892 tst         register_default_mass.py: using MSISDN 1001
22:49:32.197871 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:49:32.310197 tst         register_default_mass.py: using MSISDN 1002
22:49:32.316245 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:49:32.415724 tst         register_default_mass.py: using MSISDN 1003
22:49:32.421816 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:49:32.508549 tst         register_default_mass.py: using MSISDN 1004
22:49:32.517380 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:49:32.716619 tst         register_default_mass.py: using MSISDN 1005
22:49:32.723415 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:49:32.792752 tst         register_default_mass.py: using MSISDN 1006
22:49:32.805190 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:49:32.893005 tst         register_default_mass.py: using MSISDN 1007
22:49:32.899488 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:49:32.977683 tst         register_default_mass.py: using MSISDN 1008
22:49:32.984480 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:49:33.074083 tst         register_default_mass.py: using MSISDN 1009
22:49:33.080509 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:49:33.268741 tst         register_default_mass.py: using MSISDN 1010
22:49:33.274574 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:49:33.355054 tst         register_default_mass.py: using MSISDN 1011
22:49:33.360867 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:49:33.471730 tst         register_default_mass.py: using MSISDN 1012
22:49:33.477430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:49:33.557127 tst         register_default_mass.py: using MSISDN 1013
22:49:33.562826 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:49:33.633325 tst         register_default_mass.py: using MSISDN 1014
22:49:33.639201 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:49:33.715096 tst         register_default_mass.py: using MSISDN 1015
22:49:33.721222 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:49:33.817032 tst         register_default_mass.py: using MSISDN 1016
22:49:33.823148 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:49:33.912129 tst         register_default_mass.py: using MSISDN 1017
22:49:33.924232 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:49:34.069205 tst         register_default_mass.py: using MSISDN 1018
22:49:34.075989 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:49:34.326715 tst         register_default_mass.py: using MSISDN 1019
22:49:34.332745 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:49:34.479909 tst         register_default_mass.py: using MSISDN 1020
22:49:34.485803 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:49:34.833564 tst         register_default_mass.py: using MSISDN 1021
22:49:34.839500 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:49:35.007892 tst         register_default_mass.py: using MSISDN 1022
22:49:35.015219 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:49:35.150159 tst         register_default_mass.py: using MSISDN 1023
22:49:35.159929 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:49:35.245254 tst         register_default_mass.py: using MSISDN 1024
22:49:35.266005 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:49:35.424490 tst         register_default_mass.py: using MSISDN 1025
22:49:35.438245 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:49:35.516891 tst         register_default_mass.py: using MSISDN 1026
22:49:35.523355 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:49:36.131979 tst         register_default_mass.py: using MSISDN 1027
22:49:36.138955 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:49:36.476899 tst         register_default_mass.py: using MSISDN 1028
22:49:36.530053 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:49:36.784306 tst         register_default_mass.py: using MSISDN 1029
22:49:36.805650 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:49:36.882732 tst         register_default_mass.py: using MSISDN 1030
22:49:36.888741 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:49:36.965196 tst         register_default_mass.py: using MSISDN 1031
22:49:36.971890 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:49:37.060485 tst         register_default_mass.py: using MSISDN 1032
22:49:37.066553 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:49:37.187177 tst         register_default_mass.py: using MSISDN 1033
22:49:37.208073 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:49:37.315961 tst         register_default_mass.py: using MSISDN 1034
22:49:37.322980 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:49:37.457528 tst         register_default_mass.py: using MSISDN 1035
22:49:37.465752 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:49:37.624857 tst         register_default_mass.py: using MSISDN 1036
22:49:37.632081 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:49:38.146845 tst         register_default_mass.py: using MSISDN 1037
22:49:38.154136 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:49:40.277016 tst         register_default_mass.py: using MSISDN 1038
22:49:40.285403 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:49:40.463030 tst         register_default_mass.py: using MSISDN 1039
22:49:40.473552 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:49:40.586070 tst         register_default_mass.py: using MSISDN 1040
22:49:40.592216 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:49:40.681442 tst         register_default_mass.py: using MSISDN 1041
22:49:40.687578 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:49:40.770977 tst         register_default_mass.py: using MSISDN 1042
22:49:40.776993 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:49:40.861829 tst         register_default_mass.py: using MSISDN 1043
22:49:40.867832 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:49:40.964585 tst         register_default_mass.py: using MSISDN 1044
22:49:40.970911 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:49:41.631216 tst         register_default_mass.py: using MSISDN 1045
22:49:41.638723 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:49:41.854781 tst         register_default_mass.py: using MSISDN 1046
22:49:41.860740 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:49:41.939041 tst         register_default_mass.py: using MSISDN 1047
22:49:41.945180 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:49:42.026641 tst         register_default_mass.py: using MSISDN 1048
22:49:42.032910 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:49:42.121961 tst         register_default_mass.py: using MSISDN 1049
22:49:42.128038 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:49:42.230410 tst         register_default_mass.py: using MSISDN 1050
22:49:42.236510 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:49:42.312803 tst         register_default_mass.py: using MSISDN 1051
22:49:42.318967 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:49:42.417992 tst         register_default_mass.py: using MSISDN 1052
22:49:42.426012 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:49:42.511897 tst         register_default_mass.py: using MSISDN 1053
22:49:42.518087 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:49:42.623070 tst         register_default_mass.py: using MSISDN 1054
22:49:42.628776 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:49:42.727605 tst         register_default_mass.py: using MSISDN 1055
22:49:42.733214 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:49:42.806281 tst         register_default_mass.py: using MSISDN 1056
22:49:42.811979 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:49:42.918533 tst         register_default_mass.py: using MSISDN 1057
22:49:42.924631 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:49:43.017695 tst         register_default_mass.py: using MSISDN 1058
22:49:43.023534 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:49:43.126658 tst         register_default_mass.py: using MSISDN 1059
22:49:43.132820 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:49:43.224369 tst         register_default_mass.py: using MSISDN 1060
22:49:43.230516 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:49:43.335419 tst         register_default_mass.py: using MSISDN 1061
22:49:43.341214 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:49:43.419486 tst         register_default_mass.py: using MSISDN 1062
22:49:43.425354 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:49:43.511798 tst         register_default_mass.py: using MSISDN 1063
22:49:43.517913 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:49:43.600466 tst         register_default_mass.py: using MSISDN 1064
22:49:43.606627 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:49:43.689088 tst         register_default_mass.py: using MSISDN 1065
22:49:43.695323 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:49:43.771243 tst         register_default_mass.py: using MSISDN 1066
22:49:43.777312 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:49:44.111867 tst         register_default_mass.py: using MSISDN 1067
22:49:44.134202 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:49:44.237812 tst         register_default_mass.py: using MSISDN 1068
22:49:44.245786 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:49:44.347184 tst         register_default_mass.py: using MSISDN 1069
22:49:44.355817 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:49:44.451392 tst         register_default_mass.py: using MSISDN 1070
22:49:44.468720 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:49:44.570137 tst         register_default_mass.py: using MSISDN 1071
22:49:44.576179 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:49:44.659847 tst         register_default_mass.py: using MSISDN 1072
22:49:44.668684 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:49:44.745073 tst         register_default_mass.py: using MSISDN 1073
22:49:44.750837 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:49:44.853686 tst         register_default_mass.py: using MSISDN 1074
22:49:44.859667 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:49:44.997874 tst         register_default_mass.py: using MSISDN 1075
22:49:45.007926 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:49:45.088617 tst         register_default_mass.py: using MSISDN 1076
22:49:45.108337 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:49:45.235150 tst         register_default_mass.py: using MSISDN 1077
22:49:45.245898 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:49:45.319404 tst         register_default_mass.py: using MSISDN 1078
22:49:45.325454 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:49:45.399528 tst         register_default_mass.py: using MSISDN 1079
22:49:45.407232 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:49:45.496304 tst         register_default_mass.py: using MSISDN 1080
22:49:45.502261 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:49:45.772050 tst         register_default_mass.py: using MSISDN 1081
22:49:45.780564 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:49:45.866307 tst         register_default_mass.py: using MSISDN 1082
22:49:45.874112 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:49:45.969087 tst         register_default_mass.py: using MSISDN 1083
22:49:45.990026 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:49:46.088773 tst         register_default_mass.py: using MSISDN 1084
22:49:46.094780 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:49:46.198896 tst         register_default_mass.py: using MSISDN 1085
22:49:46.204897 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:49:46.289001 tst         register_default_mass.py: using MSISDN 1086
22:49:46.308488 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:49:46.404146 tst         register_default_mass.py: using MSISDN 1087
22:49:46.411036 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:49:46.519565 tst         register_default_mass.py: using MSISDN 1088
22:49:46.526981 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:49:46.620113 tst         register_default_mass.py: using MSISDN 1089
22:49:46.628822 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:49:48.120320 tst         register_default_mass.py: using MSISDN 1090
22:49:48.139339 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:49:48.264836 tst         register_default_mass.py: using MSISDN 1091
22:49:48.271641 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:49:48.424703 tst         register_default_mass.py: using MSISDN 1092
22:49:48.431142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:49:48.623758 tst         register_default_mass.py: using MSISDN 1093
22:49:48.633390 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:49:48.891332 tst         register_default_mass.py: using MSISDN 1094
22:49:48.900590 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:49:49.221534 tst         register_default_mass.py: using MSISDN 1095
22:49:49.227255 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:49:50.067592 tst         register_default_mass.py: using MSISDN 1096
22:49:50.082115 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:49:50.254778 tst         register_default_mass.py: using MSISDN 1097
22:49:50.274784 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:49:50.388694 tst         register_default_mass.py: using MSISDN 1098
22:49:50.402776 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:49:50.528445 tst         register_default_mass.py: using MSISDN 1099
22:49:50.549479 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:49:50.670149 tst         register_default_mass.py: using MSISDN 1100
22:49:50.691173 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:49:50.823052 run                             mass: Starting testcase
22:49:50.828791 run                             mass: Pre-launching all virtphy's
22:49:50.834177 run           osmo-ms-virt-phy/00000: Starting virtphy
22:49:50.847232 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:49:50.853279 run           osmo-ms-virt-phy/00001: Starting virtphy
22:49:50.866501 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:49:50.872481 run           osmo-ms-virt-phy/00002: Starting virtphy
22:49:50.885133 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:49:50.891162 run           osmo-ms-virt-phy/00003: Starting virtphy
22:49:50.903964 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:49:50.910066 run           osmo-ms-virt-phy/00004: Starting virtphy
22:49:50.923181 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:49:50.929105 run           osmo-ms-virt-phy/00005: Starting virtphy
22:49:50.941904 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:49:50.948088 run           osmo-ms-virt-phy/00006: Starting virtphy
22:49:50.961012 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:49:50.967185 run           osmo-ms-virt-phy/00007: Starting virtphy
22:49:50.979956 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:49:50.986063 run           osmo-ms-virt-phy/00008: Starting virtphy
22:49:50.999522 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:49:51.005790 run           osmo-ms-virt-phy/00009: Starting virtphy
22:49:51.019561 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:49:51.026189 run           osmo-ms-virt-phy/00010: Starting virtphy
22:49:51.039753 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:49:51.045969 run           osmo-ms-virt-phy/00011: Starting virtphy
22:49:51.059135 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:49:51.065239 run           osmo-ms-virt-phy/00012: Starting virtphy
22:49:51.120695 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:49:51.126612 run           osmo-ms-virt-phy/00013: Starting virtphy
22:49:51.139274 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:49:51.145264 run           osmo-ms-virt-phy/00014: Starting virtphy
22:49:51.157908 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:49:51.164001 run           osmo-ms-virt-phy/00015: Starting virtphy
22:49:51.176776 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:49:51.182630 run           osmo-ms-virt-phy/00016: Starting virtphy
22:49:51.195366 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:49:51.201482 run           osmo-ms-virt-phy/00017: Starting virtphy
22:49:51.214306 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:49:51.220341 run           osmo-ms-virt-phy/00018: Starting virtphy
22:49:51.233348 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:49:51.239376 run           osmo-ms-virt-phy/00019: Starting virtphy
22:49:51.252307 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:49:51.258203 run           osmo-ms-virt-phy/00020: Starting virtphy
22:49:51.270938 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:49:51.276841 run           osmo-ms-virt-phy/00021: Starting virtphy
22:49:51.289611 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:49:51.295630 run           osmo-ms-virt-phy/00022: Starting virtphy
22:49:51.308336 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:49:51.314247 run           osmo-ms-virt-phy/00023: Starting virtphy
22:49:51.326995 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:49:51.332874 run           osmo-ms-virt-phy/00024: Starting virtphy
22:49:51.345590 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:49:51.351502 run           osmo-ms-virt-phy/00025: Starting virtphy
22:49:51.364234 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:49:51.370138 run           osmo-ms-virt-phy/00026: Starting virtphy
22:49:51.382964 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:49:51.388874 run           osmo-ms-virt-phy/00027: Starting virtphy
22:49:51.401896 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:49:51.407958 run           osmo-ms-virt-phy/00028: Starting virtphy
22:49:51.420996 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:49:51.427123 run           osmo-ms-virt-phy/00029: Starting virtphy
22:49:51.440143 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:49:51.446103 run           osmo-ms-virt-phy/00030: Starting virtphy
22:49:51.459449 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:49:51.465652 run           osmo-ms-virt-phy/00031: Starting virtphy
22:49:51.479249 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:49:51.485508 run           osmo-ms-virt-phy/00032: Starting virtphy
22:49:51.498864 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:49:51.505135 run           osmo-ms-virt-phy/00033: Starting virtphy
22:49:51.518095 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:49:51.524166 run           osmo-ms-virt-phy/00034: Starting virtphy
22:49:51.537189 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:49:51.543223 run           osmo-ms-virt-phy/00035: Starting virtphy
22:49:51.556142 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:49:51.562195 run           osmo-ms-virt-phy/00036: Starting virtphy
22:49:51.575174 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:49:51.581326 run           osmo-ms-virt-phy/00037: Starting virtphy
22:49:51.595083 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:49:51.601385 run           osmo-ms-virt-phy/00038: Starting virtphy
22:49:51.615081 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:49:51.621312 run           osmo-ms-virt-phy/00039: Starting virtphy
22:49:51.634848 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:49:51.641177 run           osmo-ms-virt-phy/00040: Starting virtphy
22:49:51.654430 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:49:51.660623 run           osmo-ms-virt-phy/00041: Starting virtphy
22:49:51.674420 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:49:51.680630 run           osmo-ms-virt-phy/00042: Starting virtphy
22:49:51.693865 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:49:51.700080 run           osmo-ms-virt-phy/00043: Starting virtphy
22:49:51.713297 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:49:51.719322 run           osmo-ms-virt-phy/00044: Starting virtphy
22:49:51.732356 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:49:51.738403 run           osmo-ms-virt-phy/00045: Starting virtphy
22:49:51.751453 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:49:51.757625 run           osmo-ms-virt-phy/00046: Starting virtphy
22:49:51.771453 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:49:51.777852 run           osmo-ms-virt-phy/00047: Starting virtphy
22:49:51.791100 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:49:51.797265 run           osmo-ms-virt-phy/00048: Starting virtphy
22:49:51.810415 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:49:51.816484 run           osmo-ms-virt-phy/00049: Starting virtphy
22:49:51.829631 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:49:51.835701 run           osmo-ms-virt-phy/00050: Starting virtphy
22:49:51.848738 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:49:51.854669 run           osmo-ms-virt-phy/00051: Starting virtphy
22:49:51.867784 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:49:51.873845 run           osmo-ms-virt-phy/00052: Starting virtphy
22:49:51.887043 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:49:51.893074 run           osmo-ms-virt-phy/00053: Starting virtphy
22:49:51.906707 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:49:51.912922 run           osmo-ms-virt-phy/00054: Starting virtphy
22:49:51.926112 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:49:51.932117 run           osmo-ms-virt-phy/00055: Starting virtphy
22:49:51.945273 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:49:51.951271 run           osmo-ms-virt-phy/00056: Starting virtphy
22:49:51.964668 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:49:51.970802 run           osmo-ms-virt-phy/00057: Starting virtphy
22:49:51.983866 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:49:51.990033 run           osmo-ms-virt-phy/00058: Starting virtphy
22:49:52.003212 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:49:52.009483 run           osmo-ms-virt-phy/00059: Starting virtphy
22:49:52.022671 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:49:52.028666 run           osmo-ms-virt-phy/00060: Starting virtphy
22:49:52.041711 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:49:52.047773 run           osmo-ms-virt-phy/00061: Starting virtphy
22:49:52.060907 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:49:52.066905 run           osmo-ms-virt-phy/00062: Starting virtphy
22:49:52.080042 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:49:52.086039 run           osmo-ms-virt-phy/00063: Starting virtphy
22:49:52.098989 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:49:52.105062 run           osmo-ms-virt-phy/00064: Starting virtphy
22:49:52.118034 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:49:52.123979 run           osmo-ms-virt-phy/00065: Starting virtphy
22:49:52.137047 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:49:52.143062 run           osmo-ms-virt-phy/00066: Starting virtphy
22:49:52.156166 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:49:52.162527 run           osmo-ms-virt-phy/00067: Starting virtphy
22:49:52.176335 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:49:52.182743 run           osmo-ms-virt-phy/00068: Starting virtphy
22:49:52.196178 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:49:52.202340 run           osmo-ms-virt-phy/00069: Starting virtphy
22:49:52.215547 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:49:52.221569 run           osmo-ms-virt-phy/00070: Starting virtphy
22:49:52.234627 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:49:52.240611 run           osmo-ms-virt-phy/00071: Starting virtphy
22:49:52.253620 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:49:52.259658 run           osmo-ms-virt-phy/00072: Starting virtphy
22:49:52.272511 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:49:52.278559 run           osmo-ms-virt-phy/00073: Starting virtphy
22:49:52.291366 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:49:52.297368 run           osmo-ms-virt-phy/00074: Starting virtphy
22:49:52.310216 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:49:52.316214 run           osmo-ms-virt-phy/00075: Starting virtphy
22:49:52.329521 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:49:52.335785 run           osmo-ms-virt-phy/00076: Starting virtphy
22:49:52.349141 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:49:52.355371 run           osmo-ms-virt-phy/00077: Starting virtphy
22:49:52.368828 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:49:52.374982 run           osmo-ms-virt-phy/00078: Starting virtphy
22:49:52.388235 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:49:52.394289 run           osmo-ms-virt-phy/00079: Starting virtphy
22:49:52.407665 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:49:52.413874 run           osmo-ms-virt-phy/00080: Starting virtphy
22:49:52.427134 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:49:52.433075 run           osmo-ms-virt-phy/00081: Starting virtphy
22:49:52.445924 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:49:52.451960 run           osmo-ms-virt-phy/00082: Starting virtphy
22:49:52.465129 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:49:52.471383 run           osmo-ms-virt-phy/00083: Starting virtphy
22:49:52.497642 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:49:52.503848 run           osmo-ms-virt-phy/00084: Starting virtphy
22:49:52.517466 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:49:52.523523 run           osmo-ms-virt-phy/00085: Starting virtphy
22:49:52.536686 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:49:52.542895 run           osmo-ms-virt-phy/00086: Starting virtphy
22:49:52.556370 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:49:52.562643 run           osmo-ms-virt-phy/00087: Starting virtphy
22:49:52.576203 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:49:52.582453 run           osmo-ms-virt-phy/00088: Starting virtphy
22:49:52.595933 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:49:52.602202 run           osmo-ms-virt-phy/00089: Starting virtphy
22:49:52.616124 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:49:52.622348 run           osmo-ms-virt-phy/00090: Starting virtphy
22:49:52.635701 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:49:52.641657 run           osmo-ms-virt-phy/00091: Starting virtphy
22:49:52.654782 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:49:52.660850 run           osmo-ms-virt-phy/00092: Starting virtphy
22:49:52.673907 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:49:52.679897 run           osmo-ms-virt-phy/00093: Starting virtphy
22:49:52.693243 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:49:52.699531 run           osmo-ms-virt-phy/00094: Starting virtphy
22:49:52.713101 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:49:52.719312 run           osmo-ms-virt-phy/00095: Starting virtphy
22:49:52.732836 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:49:52.739052 run           osmo-ms-virt-phy/00096: Starting virtphy
22:49:52.752507 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:49:52.758743 run           osmo-ms-virt-phy/00097: Starting virtphy
22:49:52.772329 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:49:52.778605 run           osmo-ms-virt-phy/00098: Starting virtphy
22:49:52.791844 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:49:52.797858 run           osmo-ms-virt-phy/00099: Starting virtphy
22:49:52.810912 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:49:52.817245 run                             mass: Checking if sockets are in the filesystem
22:49:52.829987 run                osmo-ms-mob/00000: Starting mobile
22:49:52.843773 run       osmo-ms-mob/00000(pid=135): Launched
22:49:52.862489 run                             mass: MS start registered  {at=71909592.16815981, delay=0.012490063905715942, ms=00000}
22:49:57.036213 run                osmo-ms-mob/00001: Starting mobile
22:49:57.050453 run       osmo-ms-mob/00001(pid=136): Launched
22:49:57.062411 run                             mass: MS start registered  {at=71909596.36807781, delay=0.005172073841094971, ms=00001}
22:49:58.829761 run                osmo-ms-mob/00002: Starting mobile
22:49:58.843196 run       osmo-ms-mob/00002(pid=137): Launched
22:49:58.855531 run                             mass: MS start registered  {at=71909598.16118254, delay=0.006040439009666443, ms=00002}
22:49:59.031083 run                             mass: MS performed LU  {at=71909598.33673583, lu_delay=6.168576017022133, ms=00000}
22:50:00.129809 run                osmo-ms-mob/00003: Starting mobile
22:50:00.143278 run       osmo-ms-mob/00003(pid=138): Launched
22:50:00.154831 run                             mass: MS start registered  {at=71909599.46050306, delay=0.005148604512214661, ms=00003}
22:50:01.229815 run                osmo-ms-mob/00004: Starting mobile
22:50:01.242967 run       osmo-ms-mob/00004(pid=139): Launched
22:50:01.254496 run                             mass: MS start registered  {at=71909600.560167, delay=0.005103841423988342, ms=00004}
22:50:02.229658 run                osmo-ms-mob/00005: Starting mobile
22:50:02.245528 run       osmo-ms-mob/00005(pid=140): Launched
22:50:02.257587 run                             mass: MS start registered  {at=71909601.56324762, delay=0.005642890930175781, ms=00005}
22:50:02.797475 run                             mass: MS performed LU  {at=71909602.10312921, lu_delay=5.735051393508911, ms=00001}
22:50:03.130211 run                osmo-ms-mob/00006: Starting mobile
22:50:03.143979 run       osmo-ms-mob/00006(pid=141): Launched
22:50:03.155817 run                             mass: MS start registered  {at=71909602.46146016, delay=0.005244910717010498, ms=00006}
22:50:04.032501 run                osmo-ms-mob/00007: Starting mobile
22:50:04.046514 run       osmo-ms-mob/00007(pid=142): Launched
22:50:04.058502 run                             mass: MS start registered  {at=71909603.36417629, delay=0.005499988794326782, ms=00007}
22:50:04.698720 run                             mass: MS performed LU  {at=71909604.00436114, lu_delay=5.843178600072861, ms=00002}
22:50:04.829361 run                osmo-ms-mob/00008: Starting mobile
22:50:04.842943 run       osmo-ms-mob/00008(pid=143): Launched
22:50:04.854085 run                             mass: MS start registered  {at=71909604.15975769, delay=0.005036547780036926, ms=00008}
22:50:05.197472 run                             mass: MS performed LU  {at=71909604.50312854, lu_delay=5.0426254868507385, ms=00003}
22:50:05.530403 run                osmo-ms-mob/00009: Starting mobile
22:50:05.544728 run       osmo-ms-mob/00009(pid=144): Launched
22:50:05.556647 run                             mass: MS start registered  {at=71909604.86231568, delay=0.005218952894210815, ms=00009}
22:50:06.229329 run                osmo-ms-mob/00010: Starting mobile
22:50:06.243280 run       osmo-ms-mob/00010(pid=145): Launched
22:50:06.255180 run                             mass: MS start registered  {at=71909605.56082483, delay=0.005848288536071777, ms=00010}
22:50:06.563172 run                             mass: MS performed LU  {at=71909605.8688283, lu_delay=5.308661296963692, ms=00004}
22:50:06.831711 run                osmo-ms-mob/00011: Starting mobile
22:50:06.844910 run       osmo-ms-mob/00011(pid=146): Launched
22:50:06.856926 run                             mass: MS start registered  {at=71909606.16259487, delay=0.005519047379493713, ms=00011}
22:50:07.429463 run                osmo-ms-mob/00012: Starting mobile
22:50:07.443808 run       osmo-ms-mob/00012(pid=147): Launched
22:50:07.455834 run                             mass: MS start registered  {at=71909606.76149772, delay=0.005587905645370483, ms=00012}
22:50:08.029733 run                osmo-ms-mob/00013: Starting mobile
22:50:08.043618 run       osmo-ms-mob/00013(pid=148): Launched
22:50:08.055439 run                             mass: MS start registered  {at=71909607.36110832, delay=0.005429178476333618, ms=00013}
22:50:08.464092 run                             mass: MS performed LU  {at=71909607.76974835, lu_delay=6.206500723958015, ms=00005}
22:50:08.491725 run                             mass: MS performed LU  {at=71909607.7974055, lu_delay=5.335945338010788, ms=00006}
22:50:08.836057 run                osmo-ms-mob/00014: Starting mobile
22:50:08.850126 run       osmo-ms-mob/00014(pid=149): Launched
22:50:08.856314 run                             mass: Starting too slowly. Moving on {now=71909608.16200949, sleep=-0.13298141956329346, target=71909608.02902807}
22:50:08.861978 run                             mass: MS start registered  {at=71909608.16766264, delay=0.005656436085700989, ms=00014}
22:50:08.867706 run                             mass: Starting too slowly. Moving on {now=71909608.17340323, sleep=-0.04437516629695892, target=71909608.12902807}
22:50:10.005077 run                osmo-ms-mob/00015: Starting mobile
22:50:10.116146 run       osmo-ms-mob/00015(pid=150): Launched
22:50:10.122289 run                             mass: Starting too slowly. Moving on {now=71909609.42798541, sleep=-0.7989573776721954, target=71909608.62902804}
22:50:10.128089 run                             mass: MS start registered  {at=71909609.43377504, delay=0.005793720483779907, ms=00015}
22:50:10.133903 run                             mass: Starting too slowly. Moving on {now=71909609.43960081, sleep=-0.7105727791786194, target=71909608.72902803}
22:50:10.139539 run                             mass: Starting too slowly. Moving on {now=71909609.44523774, sleep=-0.6162097156047821, target=71909608.82902803}
22:50:10.145148 run                             mass: Starting too slowly. Moving on {now=71909609.45084736, sleep=-0.5218193382024765, target=71909608.92902802}
22:50:10.150802 run                             mass: Starting too slowly. Moving on {now=71909609.45650104, sleep=-0.4274730235338211, target=71909609.02902801}
22:50:10.754415 run                osmo-ms-mob/00016: Starting mobile
22:50:10.772762 run       osmo-ms-mob/00016(pid=151): Launched
22:50:10.779209 run                             mass: Starting too slowly. Moving on {now=71909610.08490296, sleep=-0.9558749496936798, target=71909609.129028}
22:50:10.785216 run                             mass: Starting too slowly. Moving on {now=71909610.09091114, sleep=-0.861883133649826, target=71909609.229028}
22:50:10.791110 run                             mass: Starting too slowly. Moving on {now=71909610.09680729, sleep=-0.7677792906761169, target=71909609.329028}
22:50:10.796854 run                             mass: Starting too slowly. Moving on {now=71909610.10255145, sleep=-0.6735234558582306, target=71909609.42902799}
22:50:10.802799 run                             mass: Starting too slowly. Moving on {now=71909610.10849604, sleep=-0.5794680565595627, target=71909609.52902798}
22:50:10.944360 run                osmo-ms-mob/00017: Starting mobile
22:50:10.975668 run       osmo-ms-mob/00017(pid=152): Launched
22:50:10.982040 run                             mass: Starting too slowly. Moving on {now=71909610.28773619, sleep=-0.6587082147598267, target=71909609.62902798}
22:50:10.987989 run                             mass: Starting too slowly. Moving on {now=71909610.2936869, sleep=-0.5646589249372482, target=71909609.72902797}
22:50:10.994049 run                             mass: Starting too slowly. Moving on {now=71909610.299746, sleep=-0.47071804106235504, target=71909609.82902797}
22:50:10.999839 run                             mass: Starting too slowly. Moving on {now=71909610.30553739, sleep=-0.376509428024292, target=71909609.92902796}
22:50:11.005487 run                             mass: Starting too slowly. Moving on {now=71909610.3111857, sleep=-0.2821577489376068, target=71909610.02902795}
22:50:11.011476 run                             mass: Starting too slowly. Moving on {now=71909610.31717397, sleep=-0.18814602494239807, target=71909610.12902795}
22:50:11.106867 run                osmo-ms-mob/00018: Starting mobile
22:50:11.123863 run       osmo-ms-mob/00018(pid=153): Launched
22:50:11.130462 run                             mass: Starting too slowly. Moving on {now=71909610.43615565, sleep=-0.20712770521640778, target=71909610.22902794}
22:50:11.136423 run                             mass: Starting too slowly. Moving on {now=71909610.44212107, sleep=-0.11309313774108887, target=71909610.32902794}
22:50:11.142329 run                             mass: Starting too slowly. Moving on {now=71909610.44802704, sleep=-0.018999114632606506, target=71909610.42902793}
22:50:11.562181 run                osmo-ms-mob/00019: Starting mobile
22:50:11.576345 run       osmo-ms-mob/00019(pid=154): Launched
22:50:11.582521 run                             mass: Starting too slowly. Moving on {now=71909610.88821708, sleep=-0.2591891586780548, target=71909610.62902792}
22:50:11.588384 run                             mass: Starting too slowly. Moving on {now=71909610.89408226, sleep=-0.1650543510913849, target=71909610.72902791}
22:50:11.594169 run                             mass: Starting too slowly. Moving on {now=71909610.89986832, sleep=-0.07084041833877563, target=71909610.8290279}
22:50:11.924225 run                osmo-ms-mob/00020: Starting mobile
22:50:12.380560 run       osmo-ms-mob/00020(pid=155): Launched
22:50:12.387671 run                             mass: Starting too slowly. Moving on {now=71909611.69336586, sleep=-0.564337968826294, target=71909611.12902789}
22:50:12.393537 run                             mass: MS start registered  {at=71909611.69922216, delay=0.8110079765319824, ms=00019}
22:50:12.399317 run                             mass: Starting too slowly. Moving on {now=71909611.70501482, sleep=-0.47598694264888763, target=71909611.22902788}
22:50:12.405439 run                             mass: MS start registered  {at=71909611.71112517, delay=1.4233921617269516, ms=00017}
22:50:12.411280 run                             mass: Starting too slowly. Moving on {now=71909611.71697786, sleep=-0.38794998824596405, target=71909611.32902788}
22:50:12.416903 run                             mass: MS start registered  {at=71909611.72259364, delay=1.2864407002925873, ms=00018}
22:50:12.422828 run                             mass: Starting too slowly. Moving on {now=71909611.72852601, sleep=-0.29949814081192017, target=71909611.42902787}
22:50:12.428406 run                             mass: MS start registered  {at=71909611.73409656, delay=1.6491982489824295, ms=00016}
22:50:12.434106 run                             mass: Starting too slowly. Moving on {now=71909611.73980454, sleep=-0.2107766717672348, target=71909611.52902786}
22:50:12.439692 run                             mass: MS start registered  {at=71909611.74538453, delay=0.05202150344848633, ms=00020}
22:50:12.497142 run                osmo-ms-mob/00021: Starting mobile
22:50:12.510776 run       osmo-ms-mob/00021(pid=156): Launched
22:50:12.517438 run                             mass: Starting too slowly. Moving on {now=71909611.8231343, sleep=-0.19410644471645355, target=71909611.62902786}
22:50:12.523519 run                             mass: MS start registered  {at=71909611.82920375, delay=0.0060728490352630615, ms=00021}
22:50:12.529611 run                             mass: Starting too slowly. Moving on {now=71909611.8353081, sleep=-0.10628025233745575, target=71909611.72902785}
22:50:12.535440 run                             mass: Starting too slowly. Moving on {now=71909611.84113914, sleep=-0.012111291289329529, target=71909611.82902785}
22:50:12.782452 run                osmo-ms-mob/00022: Starting mobile
22:50:12.796343 run       osmo-ms-mob/00022(pid=157): Launched
22:50:12.802564 run                             mass: Starting too slowly. Moving on {now=71909612.10826097, sleep=-0.07923313975334167, target=71909612.02902783}
22:50:12.808407 run                             mass: MS start registered  {at=71909612.11409275, delay=0.005835205316543579, ms=00022}
22:50:13.130102 run                osmo-ms-mob/00023: Starting mobile
22:50:13.144032 run       osmo-ms-mob/00023(pid=158): Launched
22:50:13.156560 run                             mass: MS start registered  {at=71909612.4622238, delay=0.005880191922187805, ms=00023}
22:50:13.530232 run                osmo-ms-mob/00024: Starting mobile
22:50:13.544348 run       osmo-ms-mob/00024(pid=159): Launched
22:50:13.556615 run                             mass: MS start registered  {at=71909612.86228739, delay=0.005865886807441711, ms=00024}
22:50:14.029501 run                osmo-ms-mob/00025: Starting mobile
22:50:14.043319 run       osmo-ms-mob/00025(pid=160): Launched
22:50:14.055273 run                             mass: MS start registered  {at=71909613.36093594, delay=0.0052383095026016235, ms=00025}
22:50:14.141374 run                             mass: MS performed LU  {at=71909613.4470283, lu_delay=7.284433424472809, ms=00011}
22:50:14.159328 run                             mass: MS performed LU  {at=71909613.46498714, lu_delay=9.30522945523262, ms=00008}
22:50:14.229169 run                             mass: MS performed LU  {at=71909613.53482893, lu_delay=10.170652642846107, ms=00007}
22:50:14.241157 run                osmo-ms-mob/00026: Starting mobile
22:50:14.255021 run       osmo-ms-mob/00026(pid=161): Launched
22:50:14.261502 run                             mass: MS performed LU  {at=71909613.56718354, lu_delay=6.805685818195343, ms=00012}
22:50:14.267637 run                             mass: MS performed LU  {at=71909613.57332699, lu_delay=5.405664354562759, ms=00014}
22:50:14.273659 run                             mass: MS start registered  {at=71909613.57935157, delay=0.012191802263259888, ms=00026}
22:50:14.284401 run                             mass: MS performed LU  {at=71909613.59006314, lu_delay=6.2289548218250275, ms=00013}
22:50:14.295897 run                osmo-ms-mob/00027: Starting mobile
22:50:14.309885 run       osmo-ms-mob/00027(pid=162): Launched
22:50:14.321607 run                             mass: MS start registered  {at=71909613.62727845, delay=0.005437776446342468, ms=00027}
22:50:14.330695 run                             mass: MS performed LU  {at=71909613.63637035, lu_delay=8.774054661393166, ms=00009}
22:50:14.348350 run                             mass: MS performed LU  {at=71909613.65402238, lu_delay=8.0931975543499, ms=00010}
22:50:15.230929 run                osmo-ms-mob/00028: Starting mobile
22:50:15.244637 run       osmo-ms-mob/00028(pid=163): Launched
22:50:15.256626 run                             mass: MS start registered  {at=71909614.56229973, delay=0.005521908402442932, ms=00028}
22:50:15.630010 run                osmo-ms-mob/00029: Starting mobile
22:50:15.643899 run       osmo-ms-mob/00029(pid=164): Launched
22:50:15.655860 run                             mass: MS start registered  {at=71909614.96153674, delay=0.005354136228561401, ms=00029}
22:50:15.950041 run                             mass: MS performed LU  {at=71909615.2556993, lu_delay=5.821924269199371, ms=00015}
22:50:15.961940 run                osmo-ms-mob/00030: Starting mobile
22:50:15.975883 run       osmo-ms-mob/00030(pid=165): Launched
22:50:15.987982 run                             mass: MS start registered  {at=71909615.29365511, delay=0.005817517638206482, ms=00030}
22:50:16.429381 run                osmo-ms-mob/00031: Starting mobile
22:50:16.443279 run       osmo-ms-mob/00031(pid=166): Launched
22:50:16.457754 run                             mass: MS start registered  {at=71909615.76341523, delay=0.00788174569606781, ms=00031}
22:50:16.730285 run                osmo-ms-mob/00032: Starting mobile
22:50:16.744255 run       osmo-ms-mob/00032(pid=167): Launched
22:50:16.756451 run                             mass: MS start registered  {at=71909616.06212316, delay=0.005723491311073303, ms=00032}
22:50:17.131244 run                osmo-ms-mob/00033: Starting mobile
22:50:17.144994 run       osmo-ms-mob/00033(pid=168): Launched
22:50:17.157103 run                             mass: MS start registered  {at=71909616.46277307, delay=0.005673840641975403, ms=00033}
22:50:17.529532 run                osmo-ms-mob/00034: Starting mobile
22:50:17.543546 run       osmo-ms-mob/00034(pid=169): Launched
22:50:17.555929 run                             mass: MS start registered  {at=71909616.86159153, delay=0.006122961640357971, ms=00034}
22:50:17.829464 run                osmo-ms-mob/00035: Starting mobile
22:50:17.843450 run       osmo-ms-mob/00035(pid=170): Launched
22:50:17.855516 run                             mass: MS start registered  {at=71909617.16118822, delay=0.005648568272590637, ms=00035}
22:50:17.878766 run                             mass: MS performed LU  {at=71909617.18443522, lu_delay=5.461841583251953, ms=00018}
22:50:17.925468 run                             mass: MS performed LU  {at=71909617.23112525, lu_delay=5.4857407212257385, ms=00020}
22:50:17.994795 run                             mass: MS performed LU  {at=71909617.30046129, lu_delay=4.83823749423027, ms=00023}
22:50:18.006154 run                osmo-ms-mob/00036: Starting mobile
22:50:18.019480 run       osmo-ms-mob/00036(pid=171): Launched
22:50:18.031060 run                             mass: MS performed LU  {at=71909617.33672848, lu_delay=5.60263192653656, ms=00016}
22:50:18.037116 run                             mass: MS start registered  {at=71909617.34280854, delay=0.011045172810554504, ms=00036}
22:50:18.049870 run                             mass: MS performed LU  {at=71909617.35553943, lu_delay=5.644414260983467, ms=00017}
22:50:18.322229 run                             mass: MS performed LU  {at=71909617.62788877, lu_delay=4.765601381659508, ms=00024}
22:50:18.334278 run                osmo-ms-mob/00037: Starting mobile
22:50:18.348142 run       osmo-ms-mob/00037(pid=172): Launched
22:50:18.360460 run                             mass: MS start registered  {at=71909617.66612613, delay=0.0055160969495773315, ms=00037}
22:50:18.751256 run                             mass: MS performed LU  {at=71909618.05687715, lu_delay=4.429598703980446, ms=00027}
22:50:18.758199 run                             mass: MS performed LU  {at=71909618.0638887, lu_delay=4.70295275747776, ms=00025}
22:50:18.770536 run                osmo-ms-mob/00038: Starting mobile
22:50:18.788204 run       osmo-ms-mob/00038(pid=173): Launched
22:50:18.795092 run                             mass: MS performed LU  {at=71909618.1007718, lu_delay=6.4015496373176575, ms=00019}
22:50:18.801287 run                             mass: MS start registered  {at=71909618.10696764, delay=0.0062226057052612305, ms=00038}
22:50:18.810793 run                             mass: MS performed LU  {at=71909618.11646658, lu_delay=6.287262827157974, ms=00021}
22:50:18.822674 run                osmo-ms-mob/00039: Starting mobile
22:50:18.836748 run       osmo-ms-mob/00039(pid=174): Launched
22:50:18.848720 run                             mass: MS start registered  {at=71909618.15438744, delay=0.005801036953926086, ms=00039}
22:50:18.973438 run                             mass: MS performed LU  {at=71909618.27907784, lu_delay=4.699726268649101, ms=00026}
22:50:19.629759 run                osmo-ms-mob/00040: Starting mobile
22:50:19.643762 run       osmo-ms-mob/00040(pid=175): Launched
22:50:19.655869 run                             mass: MS start registered  {at=71909618.96151061, delay=0.005795896053314209, ms=00040}
22:50:19.770831 run                             mass: MS performed LU  {at=71909619.07646891, lu_delay=4.5141691863536835, ms=00028}
22:50:19.929038 run                osmo-ms-mob/00041: Starting mobile
22:50:19.943006 run       osmo-ms-mob/00041(pid=176): Launched
22:50:19.955035 run                             mass: MS start registered  {at=71909619.26069775, delay=0.005751252174377441, ms=00041}
22:50:20.229347 run                osmo-ms-mob/00042: Starting mobile
22:50:20.243750 run       osmo-ms-mob/00042(pid=177): Launched
22:50:20.256163 run                             mass: MS start registered  {at=71909619.56182012, delay=0.006110057234764099, ms=00042}
22:50:20.630294 run                osmo-ms-mob/00043: Starting mobile
22:50:20.644673 run       osmo-ms-mob/00043(pid=178): Launched
22:50:20.657058 run                             mass: MS start registered  {at=71909619.962697, delay=0.006066069006919861, ms=00043}
22:50:20.929549 run                osmo-ms-mob/00044: Starting mobile
22:50:20.943484 run       osmo-ms-mob/00044(pid=179): Launched
22:50:20.955687 run                             mass: MS start registered  {at=71909620.26135871, delay=0.005698397755622864, ms=00044}
22:50:21.230145 run                osmo-ms-mob/00045: Starting mobile
22:50:21.243991 run       osmo-ms-mob/00045(pid=180): Launched
22:50:21.255763 run                             mass: MS start registered  {at=71909620.56143436, delay=0.005478039383888245, ms=00045}
22:50:21.530238 run                osmo-ms-mob/00046: Starting mobile
22:50:21.544558 run       osmo-ms-mob/00046(pid=181): Launched
22:50:21.556522 run                             mass: MS start registered  {at=71909620.86217305, delay=0.005682811141014099, ms=00046}
22:50:21.644809 run                             mass: MS performed LU  {at=71909620.9504677, lu_delay=4.888344541192055, ms=00032}
22:50:21.691476 run                             mass: MS performed LU  {at=71909620.9971353, lu_delay=5.233720064163208, ms=00031}
22:50:21.703269 run                osmo-ms-mob/00047: Starting mobile
22:50:21.717024 run       osmo-ms-mob/00047(pid=182): Launched
22:50:21.728831 run                             mass: MS start registered  {at=71909621.03450155, delay=0.005406215786933899, ms=00047}
22:50:21.760373 run                             mass: MS performed LU  {at=71909621.06602924, lu_delay=5.772374123334885, ms=00030}
22:50:21.797665 run                             mass: MS performed LU  {at=71909621.1033225, lu_delay=6.141785770654678, ms=00029}
22:50:21.809461 run                osmo-ms-mob/00048: Starting mobile
22:50:21.823542 run       osmo-ms-mob/00048(pid=183): Launched
22:50:21.829919 run                             mass: MS performed LU  {at=71909621.13560279, lu_delay=4.67282971739769, ms=00033}
22:50:21.836381 run                             mass: MS start registered  {at=71909621.142071, delay=0.006490081548690796, ms=00048}
22:50:22.429928 run                osmo-ms-mob/00049: Starting mobile
22:50:22.443694 run       osmo-ms-mob/00049(pid=184): Launched
22:50:22.455654 run                             mass: MS start registered  {at=71909621.76132135, delay=0.005585089325904846, ms=00049}
22:50:22.471138 run                             mass: MS performed LU  {at=71909621.7768025, lu_delay=4.433993950486183, ms=00036}
22:50:22.692284 run                             mass: MS performed LU  {at=71909621.99793698, lu_delay=3.8909693360328674, ms=00038}
22:50:22.704419 run                osmo-ms-mob/00050: Starting mobile
22:50:22.718382 run       osmo-ms-mob/00050(pid=185): Launched
22:50:22.731021 run                             mass: MS start registered  {at=71909622.03667876, delay=0.00643274188041687, ms=00050}
22:50:23.129432 run                osmo-ms-mob/00051: Starting mobile
22:50:23.143098 run       osmo-ms-mob/00051(pid=186): Launched
22:50:23.155831 run                             mass: MS start registered  {at=71909622.4614955, delay=0.00633317232131958, ms=00051}
22:50:23.429996 run                osmo-ms-mob/00052: Starting mobile
22:50:23.444220 run       osmo-ms-mob/00052(pid=187): Launched
22:50:23.456758 run                             mass: MS start registered  {at=71909622.76242575, delay=0.0059168338775634766, ms=00052}
22:50:23.518318 run                             mass: MS performed LU  {at=71909622.82394426, lu_delay=5.9623527228832245, ms=00034}
22:50:23.537185 run                             mass: MS performed LU  {at=71909622.8428479, lu_delay=5.681659683585167, ms=00035}
22:50:23.549135 run                osmo-ms-mob/00053: Starting mobile
22:50:23.563594 run       osmo-ms-mob/00053(pid=188): Launched
22:50:23.575797 run                             mass: MS start registered  {at=71909622.88146724, delay=0.005139142274856567, ms=00053}
22:50:24.031897 run                osmo-ms-mob/00054: Starting mobile
22:50:24.052051 run       osmo-ms-mob/00054(pid=189): Launched
22:50:24.063969 run                             mass: MS start registered  {at=71909623.36964187, delay=0.005599483847618103, ms=00054}
22:50:24.330151 run                osmo-ms-mob/00055: Starting mobile
22:50:24.344134 run       osmo-ms-mob/00055(pid=190): Launched
22:50:24.356638 run                             mass: MS start registered  {at=71909623.66231148, delay=0.005976572632789612, ms=00055}
22:50:24.469581 run                             mass: MS performed LU  {at=71909623.77521521, lu_delay=6.1090890765190125, ms=00037}
22:50:24.515246 run                             mass: MS performed LU  {at=71909623.82090396, lu_delay=5.66651651263237, ms=00039}
22:50:24.527278 run                osmo-ms-mob/00056: Starting mobile
22:50:24.541569 run       osmo-ms-mob/00056(pid=191): Launched
22:50:24.554175 run                             mass: MS start registered  {at=71909623.85983299, delay=0.005935207009315491, ms=00056}
22:50:24.929737 run                osmo-ms-mob/00057: Starting mobile
22:50:24.944412 run       osmo-ms-mob/00057(pid=192): Launched
22:50:24.956527 run                             mass: MS start registered  {at=71909624.26219282, delay=0.005462631583213806, ms=00057}
22:50:25.330372 run                osmo-ms-mob/00058: Starting mobile
22:50:25.344374 run       osmo-ms-mob/00058(pid=193): Launched
22:50:25.356779 run                             mass: MS start registered  {at=71909624.66243942, delay=0.004202604293823242, ms=00058}
22:50:25.392166 run                             mass: MS performed LU  {at=71909624.6978205, lu_delay=5.736309885978699, ms=00040}
22:50:25.439011 run                             mass: MS performed LU  {at=71909624.74466793, lu_delay=5.483970180153847, ms=00041}
22:50:25.450727 run                osmo-ms-mob/00059: Starting mobile
22:50:25.464967 run       osmo-ms-mob/00059(pid=194): Launched
22:50:25.478685 run                             mass: MS start registered  {at=71909624.78433245, delay=0.007152944803237915, ms=00059}
22:50:25.526280 run                             mass: MS performed LU  {at=71909624.83193998, lu_delay=5.270119860768318, ms=00042}
22:50:25.545089 run                             mass: MS performed LU  {at=71909624.85074647, lu_delay=4.888049468398094, ms=00043}
22:50:25.557315 run                osmo-ms-mob/00060: Starting mobile
22:50:25.571402 run       osmo-ms-mob/00060(pid=195): Launched
22:50:25.577739 run                             mass: MS performed LU  {at=71909624.88342217, lu_delay=4.622063457965851, ms=00044}
22:50:25.584446 run                             mass: MS start registered  {at=71909624.89013472, delay=0.0067368000745773315, ms=00060}
22:50:26.330283 run                osmo-ms-mob/00061: Starting mobile
22:50:26.344383 run       osmo-ms-mob/00061(pid=196): Launched
22:50:26.356369 run                             mass: MS start registered  {at=71909625.66203474, delay=0.005581215023994446, ms=00061}
22:50:26.629467 run                osmo-ms-mob/00062: Starting mobile
22:50:26.643323 run       osmo-ms-mob/00062(pid=197): Launched
22:50:26.655745 run                             mass: MS start registered  {at=71909625.961404, delay=0.006017476320266724, ms=00062}
22:50:26.712558 run                             mass: MS performed LU  {at=71909626.0182128, lu_delay=5.156039744615555, ms=00046}
22:50:26.931500 run                osmo-ms-mob/00063: Starting mobile
22:50:26.945357 run       osmo-ms-mob/00063(pid=198): Launched
22:50:26.957575 run                             mass: MS start registered  {at=71909626.26324639, delay=0.005143016576766968, ms=00063}
22:50:27.229513 run                             mass: MS performed LU  {at=71909626.53517152, lu_delay=5.9737371653318405, ms=00045}
22:50:27.241512 run                osmo-ms-mob/00064: Starting mobile
22:50:27.255891 run       osmo-ms-mob/00064(pid=199): Launched
22:50:27.267708 run                             mass: MS start registered  {at=71909626.57338291, delay=0.005426943302154541, ms=00064}
22:50:27.284018 run                             mass: MS performed LU  {at=71909626.5896824, lu_delay=5.447611406445503, ms=00048}
22:50:27.293516 run                             mass: MS performed LU  {at=71909626.59919694, lu_delay=4.837875589728355, ms=00049}
22:50:27.537998 run                             mass: MS performed LU  {at=71909626.84365714, lu_delay=5.809155583381653, ms=00047}
22:50:27.549783 run                osmo-ms-mob/00065: Starting mobile
22:50:27.563273 run       osmo-ms-mob/00065(pid=200): Launched
22:50:27.575052 run                             mass: MS performed LU  {at=71909626.88071288, lu_delay=4.844034120440483, ms=00050}
22:50:27.581312 run                             mass: MS start registered  {at=71909626.88700278, delay=0.011810436844825745, ms=00065}
22:50:28.030541 run                osmo-ms-mob/00066: Starting mobile
22:50:28.044001 run       osmo-ms-mob/00066(pid=201): Launched
22:50:28.056031 run                             mass: MS start registered  {at=71909627.36167164, delay=0.005710169672966003, ms=00066}
22:50:28.431137 run                osmo-ms-mob/00067: Starting mobile
22:50:28.445413 run       osmo-ms-mob/00067(pid=202): Launched
22:50:28.459447 run                             mass: MS start registered  {at=71909627.76512773, delay=0.005850315093994141, ms=00067}
22:50:28.729967 run                osmo-ms-mob/00068: Starting mobile
22:50:28.743190 run       osmo-ms-mob/00068(pid=203): Launched
22:50:28.754920 run                             mass: MS start registered  {at=71909628.06059356, delay=0.005650937557220459, ms=00068}
22:50:29.130395 run                osmo-ms-mob/00069: Starting mobile
22:50:29.144142 run       osmo-ms-mob/00069(pid=204): Launched
22:50:29.156515 run                             mass: MS start registered  {at=71909628.46218225, delay=0.005904600024223328, ms=00069}
22:50:29.163245 run                             mass: MS performed LU  {at=71909628.46892755, lu_delay=4.609094560146332, ms=00056}
22:50:29.204529 run                             mass: MS performed LU  {at=71909628.51019026, lu_delay=4.847878783941269, ms=00055}
22:50:29.292066 run                             mass: MS performed LU  {at=71909628.59772527, lu_delay=5.228083401918411, ms=00054}
22:50:29.303630 run                osmo-ms-mob/00070: Starting mobile
22:50:29.317097 run       osmo-ms-mob/00070(pid=205): Launched
22:50:29.323450 run                             mass: MS performed LU  {at=71909628.62913272, lu_delay=5.866706967353821, ms=00052}
22:50:29.329497 run                             mass: MS performed LU  {at=71909628.63518526, lu_delay=6.173689752817154, ms=00051}
22:50:29.335587 run                             mass: MS start registered  {at=71909628.64127792, delay=0.012166261672973633, ms=00070}
22:50:29.930512 run                osmo-ms-mob/00071: Starting mobile
22:50:29.944395 run       osmo-ms-mob/00071(pid=206): Launched
22:50:29.957142 run                             mass: MS start registered  {at=71909629.26281503, delay=0.006241530179977417, ms=00071}
22:50:30.329534 run                osmo-ms-mob/00072: Starting mobile
22:50:30.343802 run       osmo-ms-mob/00072(pid=207): Launched
22:50:30.356026 run                             mass: MS start registered  {at=71909629.66169283, delay=0.005606561899185181, ms=00072}
22:50:30.729532 run                osmo-ms-mob/00073: Starting mobile
22:50:30.745381 run       osmo-ms-mob/00073(pid=208): Launched
22:50:30.757275 run                             mass: MS start registered  {at=71909630.06294675, delay=0.0050738900899887085, ms=00073}
22:50:30.995567 run                             mass: MS performed LU  {at=71909630.301223, lu_delay=5.516890540719032, ms=00059}
22:50:31.059706 run                             mass: MS performed LU  {at=71909630.36536527, lu_delay=4.703330531716347, ms=00061}
22:50:31.071525 run                osmo-ms-mob/00074: Starting mobile
22:50:31.085183 run       osmo-ms-mob/00074(pid=209): Launched
22:50:31.097024 run                             mass: MS start registered  {at=71909630.40269503, delay=0.005618497729301453, ms=00074}
22:50:31.105543 run                             mass: MS performed LU  {at=71909630.41122004, lu_delay=6.149027228355408, ms=00057}
22:50:31.249444 run                             mass: MS performed LU  {at=71909630.55510288, lu_delay=5.66496816277504, ms=00060}
22:50:31.267561 run                             mass: MS performed LU  {at=71909630.57321678, lu_delay=5.910777360200882, ms=00058}
22:50:31.282486 run                osmo-ms-mob/00075: Starting mobile
22:50:31.296622 run       osmo-ms-mob/00075(pid=210): Launched
22:50:31.303105 run                             mass: MS performed LU  {at=71909630.60878825, lu_delay=4.6473842561244965, ms=00062}
22:50:31.309237 run                             mass: MS start registered  {at=71909630.61492965, delay=0.006162211298942566, ms=00075}
22:50:32.030153 run                osmo-ms-mob/00076: Starting mobile
22:50:32.044002 run       osmo-ms-mob/00076(pid=211): Launched
22:50:32.056141 run                             mass: MS start registered  {at=71909631.36181621, delay=0.005465909838676453, ms=00076}
22:50:32.430177 run                osmo-ms-mob/00077: Starting mobile
22:50:32.444350 run       osmo-ms-mob/00077(pid=212): Launched
22:50:32.456442 run                             mass: MS start registered  {at=71909631.76209255, delay=0.005770951509475708, ms=00077}
22:50:32.923692 run                             mass: MS performed LU  {at=71909632.22931042, lu_delay=5.655927509069443, ms=00064}
22:50:32.938092 run                osmo-ms-mob/00078: Starting mobile
22:50:32.951257 run       osmo-ms-mob/00078(pid=213): Launched
22:50:32.962699 run                             mass: MS start registered  {at=71909632.26837197, delay=0.005330190062522888, ms=00078}
22:50:32.970561 run                             mass: MS performed LU  {at=71909632.27621932, lu_delay=5.3892165422439575, ms=00065}
22:50:33.057988 run                             mass: MS performed LU  {at=71909632.36364503, lu_delay=6.1003986448049545, ms=00063}
22:50:33.076765 run                             mass: MS performed LU  {at=71909632.38242449, lu_delay=5.020752847194672, ms=00066}
22:50:33.088439 run                osmo-ms-mob/00079: Starting mobile
22:50:33.101899 run       osmo-ms-mob/00079(pid=214): Launched
22:50:33.113676 run                             mass: MS start registered  {at=71909632.41931307, delay=0.0053452253341674805, ms=00079}
22:50:33.329843 run                             mass: MS performed LU  {at=71909632.63549994, lu_delay=4.8703722059726715, ms=00067}
22:50:33.829315 run                osmo-ms-mob/00080: Starting mobile
22:50:33.842914 run       osmo-ms-mob/00080(pid=215): Launched
22:50:33.854541 run                             mass: MS start registered  {at=71909633.1602204, delay=0.005282178521156311, ms=00080}
22:50:34.331330 run                osmo-ms-mob/00081: Starting mobile
22:50:34.345424 run       osmo-ms-mob/00081(pid=216): Launched
22:50:34.357546 run                             mass: MS start registered  {at=71909633.66321552, delay=0.00551798939704895, ms=00081}
22:50:34.729084 run                osmo-ms-mob/00082: Starting mobile
22:50:34.743596 run       osmo-ms-mob/00082(pid=217): Launched
22:50:34.755598 run                             mass: MS start registered  {at=71909634.06127474, delay=0.005669653415679932, ms=00082}
22:50:34.870966 run                             mass: MS performed LU  {at=71909634.17662504, lu_delay=4.9138100147247314, ms=00071}
22:50:34.996201 run                             mass: MS performed LU  {at=71909634.30186087, lu_delay=6.241267308592796, ms=00068}
22:50:35.014427 run                             mass: MS performed LU  {at=71909634.32006341, lu_delay=5.857881158590317, ms=00069}
22:50:35.032767 run                             mass: MS performed LU  {at=71909634.33841528, lu_delay=22.22432252764702, ms=00022}
22:50:35.050964 run                             mass: MS performed LU  {at=71909634.35664581, lu_delay=4.694952979683876, ms=00072}
22:50:35.062686 run                osmo-ms-mob/00083: Starting mobile
22:50:35.076647 run       osmo-ms-mob/00083(pid=218): Launched
22:50:35.082909 run                             mass: MS performed LU  {at=71909634.3885945, lu_delay=5.7473165690898895, ms=00070}
22:50:35.088953 run                             mass: MS start registered  {at=71909634.39464523, delay=0.006070554256439209, ms=00083}
22:50:35.829380 run                osmo-ms-mob/00084: Starting mobile
22:50:35.843236 run       osmo-ms-mob/00084(pid=219): Launched
22:50:35.855163 run                             mass: MS start registered  {at=71909635.1608332, delay=0.005600646138191223, ms=00084}
22:50:36.329458 run                osmo-ms-mob/00085: Starting mobile
22:50:36.343760 run       osmo-ms-mob/00085(pid=220): Launched
22:50:36.356708 run                             mass: MS start registered  {at=71909635.66237025, delay=0.006541505455970764, ms=00085}
22:50:36.689981 run                             mass: MS performed LU  {at=71909635.99564044, lu_delay=4.6338242292404175, ms=00076}
22:50:36.735749 run                             mass: MS performed LU  {at=71909636.04140867, lu_delay=5.426479026675224, ms=00075}
22:50:36.824091 run                             mass: MS performed LU  {at=71909636.12975323, lu_delay=5.7270582020282745, ms=00074}
22:50:36.836328 run                osmo-ms-mob/00086: Starting mobile
22:50:36.850180 run       osmo-ms-mob/00086(pid=221): Launched
22:50:36.856751 run                             mass: MS performed LU  {at=71909636.16243231, lu_delay=6.09948556125164, ms=00073}
22:50:36.863539 run                             mass: MS start registered  {at=71909636.1692207, delay=0.0068116337060928345, ms=00086}
22:50:37.542733 run                osmo-ms-mob/00087: Starting mobile
22:50:37.567791 run       osmo-ms-mob/00087(pid=222): Launched
22:50:37.579628 run                             mass: MS start registered  {at=71909636.8853054, delay=0.005705773830413818, ms=00087}
22:50:38.129811 run                osmo-ms-mob/00088: Starting mobile
22:50:38.143527 run       osmo-ms-mob/00088(pid=223): Launched
22:50:38.155531 run                             mass: MS start registered  {at=71909637.46120475, delay=0.005629301071166992, ms=00088}
22:50:38.508356 run                             mass: MS performed LU  {at=71909637.81399511, lu_delay=6.051902562379837, ms=00077}
22:50:38.590755 run                             mass: MS performed LU  {at=71909637.89640379, lu_delay=4.736183390021324, ms=00080}
22:50:38.637468 run                             mass: MS performed LU  {at=71909637.94309469, lu_delay=5.5237816125154495, ms=00079}
22:50:38.649373 run                osmo-ms-mob/00089: Starting mobile
22:50:38.663216 run       osmo-ms-mob/00089(pid=224): Launched
22:50:38.675557 run                             mass: MS start registered  {at=71909637.9812219, delay=0.006071999669075012, ms=00089}
22:50:38.762013 run                             mass: MS performed LU  {at=71909638.06767078, lu_delay=5.79929880797863, ms=00078}
22:50:39.332826 run                osmo-ms-mob/00090: Starting mobile
22:50:39.346937 run       osmo-ms-mob/00090(pid=225): Launched
22:50:39.359036 run                             mass: MS start registered  {at=71909638.66470447, delay=0.005667448043823242, ms=00090}
22:50:40.032969 run                osmo-ms-mob/00091: Starting mobile
22:50:40.046812 run       osmo-ms-mob/00091(pid=226): Launched
22:50:40.059035 run                             mass: MS start registered  {at=71909639.36469722, delay=0.005828991532325745, ms=00091}
22:50:40.456419 run                             mass: MS performed LU  {at=71909639.76205023, lu_delay=4.601217031478882, ms=00084}
22:50:40.502086 run                             mass: MS performed LU  {at=71909639.80773357, lu_delay=5.413088336586952, ms=00083}
22:50:40.589907 run                             mass: MS performed LU  {at=71909639.89556605, lu_delay=6.232350528240204, ms=00081}
22:50:40.602436 run                osmo-ms-mob/00092: Starting mobile
22:50:40.617399 run       osmo-ms-mob/00092(pid=227): Launched
22:50:40.623913 run                             mass: MS performed LU  {at=71909639.92959715, lu_delay=5.868322417140007, ms=00082}
22:50:40.630086 run                             mass: MS start registered  {at=71909639.93577813, delay=0.006204381585121155, ms=00092}
22:50:41.531307 run                osmo-ms-mob/00093: Starting mobile
22:50:41.547422 run       osmo-ms-mob/00093(pid=228): Launched
22:50:41.560590 run                             mass: MS start registered  {at=71909640.86625355, delay=0.003211110830307007, ms=00093}
22:50:42.274222 run                             mass: MS performed LU  {at=71909641.57985187, lu_delay=5.917481616139412, ms=00085}
22:50:42.356731 run                             mass: MS performed LU  {at=71909641.66238533, lu_delay=4.777079924941063, ms=00087}
22:50:42.368795 run                osmo-ms-mob/00094: Starting mobile
22:50:42.382901 run       osmo-ms-mob/00094(pid=229): Launched
22:50:42.402458 run                             mass: MS start registered  {at=71909641.7080971, delay=0.012938693165779114, ms=00094}
22:50:42.410420 run                             mass: MS performed LU  {at=71909641.71609938, lu_delay=5.546878680586815, ms=00086}
22:50:43.330643 run                osmo-ms-mob/00095: Starting mobile
22:50:43.345155 run       osmo-ms-mob/00095(pid=230): Launched
22:50:43.358471 run                             mass: MS start registered  {at=71909642.66413729, delay=3.489851951599121e-05, ms=00095}
22:50:44.336567 run                osmo-ms-mob/00096: Starting mobile
22:50:44.350840 run       osmo-ms-mob/00096(pid=231): Launched
22:50:44.363349 run                             mass: MS start registered  {at=71909643.6690113, delay=0.005570366978645325, ms=00096}
22:50:44.590742 run                             mass: MS performed LU  {at=71909643.89638826, lu_delay=5.231683790683746, ms=00090}
22:50:44.692457 run                             mass: MS performed LU  {at=71909643.99810131, lu_delay=6.5368965566158295, ms=00088}
22:50:44.738168 run                             mass: MS performed LU  {at=71909644.043805, lu_delay=6.062583103775978, ms=00089}
22:50:45.433472 run                osmo-ms-mob/00097: Starting mobile
22:50:45.448163 run       osmo-ms-mob/00097(pid=232): Launched
22:50:45.459964 run                             mass: MS start registered  {at=71909644.7656404, delay=0.005503788590431213, ms=00097}
22:50:46.123215 run                             mass: MS performed LU  {at=71909645.42885265, lu_delay=6.064155429601669, ms=00091}
22:50:46.169482 run                             mass: MS performed LU  {at=71909645.4751384, lu_delay=5.539360269904137, ms=00092}
22:50:46.256936 run                             mass: MS performed LU  {at=71909645.5625944, lu_delay=4.696340844035149, ms=00093}
22:50:46.510153 run                             mass: MS performed LU  {at=71909645.81581132, lu_delay=22.934344083070755, ms=00053}
22:50:46.730021 run                osmo-ms-mob/00098: Starting mobile
22:50:46.744885 run       osmo-ms-mob/00098(pid=233): Launched
22:50:46.757251 run                             mass: MS start registered  {at=71909646.06291245, delay=0.005834713578224182, ms=00098}
22:50:47.987786 run                             mass: MS performed LU  {at=71909647.29342426, lu_delay=5.585327163338661, ms=00094}
22:50:48.033400 run                             mass: MS performed LU  {at=71909647.33907081, lu_delay=4.674933522939682, ms=00095}
22:50:48.596619 run                osmo-ms-mob/00099: Starting mobile
22:50:48.613295 run       osmo-ms-mob/00099(pid=234): Launched
22:50:48.622635 run                             mass: All started... {duration=55.799300611019135, too_slow=33}
22:50:48.628872 run                             mass: MS start registered  {at=71909647.93455452, delay=0.006228968501091003, ms=00099}
22:50:49.888922 run                             mass: MS performed LU  {at=71909649.1945759, lu_delay=5.525564610958099, ms=00096}
22:50:50.405605 run                             mass: MS performed LU  {at=71909649.71124652, lu_delay=4.945606127381325, ms=00097}
22:50:51.753313 run                             mass: MS performed LU  {at=71909651.05896978, lu_delay=4.996057331562042, ms=00098}
22:50:53.654533 run                             mass: MS performed LU  {at=71909652.9601721, lu_delay=5.0256175845861435, ms=00099}
22:50:53.661969 run                             mass: Tests done {all_completed=True, max=22.934344083070755, min=3.8909693360328674}
22:50:53.667873 tst         register_default_mass.py: Test passed (96.5 sec)
22:50:53.673514 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:50:53.676947 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:50:53.680359 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:50:53.683844 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:50:53.687243 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:50:53.690645 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:50:53.694059 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:50:53.697515 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:50:53.700901 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:50:53.704270 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:50:53.707655 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:50:53.711024 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:50:53.714386 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:50:53.717736 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:50:53.721110 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:50:53.724483 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:50:53.727887 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:50:53.731737 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:50:53.735145 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:50:53.738548 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:50:53.741947 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:50:53.745352 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:50:53.748749 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:50:53.752376 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:50:53.755818 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:50:53.759218 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:50:53.763350 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:50:53.766745 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:50:53.770913 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:50:53.774311 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:50:53.777697 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:50:53.781318 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:50:53.784725 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:50:53.788126 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:50:53.791511 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:50:53.794897 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:50:53.798583 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:50:53.802087 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:50:53.805573 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:50:53.809026 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:50:53.812540 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:50:53.815949 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:50:53.819382 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:50:53.823284 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:50:53.826974 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:50:53.830399 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:50:53.833806 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:50:53.837250 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:50:53.840662 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:50:53.844894 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:50:53.848398 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:50:53.852147 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:50:53.855614 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:50:53.858999 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:50:53.862463 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:50:53.865940 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:50:53.869438 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:50:53.872908 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:50:53.876590 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:50:53.880179 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:50:53.884186 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:50:53.887681 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:50:53.891214 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:50:53.895094 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:50:53.898859 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:50:53.903021 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:50:53.906543 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:50:53.910042 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:50:53.913554 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:50:53.917041 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:50:53.920465 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:50:53.923960 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:50:53.927377 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:50:53.930771 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:50:53.934208 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:50:53.937712 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:50:53.941189 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:50:53.944657 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:50:53.948103 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:50:53.951583 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:50:53.955070 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:50:53.958570 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:50:53.962020 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:50:53.965507 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:50:53.968955 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:50:53.972459 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:50:53.975950 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:50:53.979424 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:50:53.982920 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:50:53.987061 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:50:53.990565 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:50:53.994027 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:50:53.997443 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:50:54.000905 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:50:54.004371 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:50:54.007838 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:50:54.011352 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:50:54.014921 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:50:54.018498 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:50:54.022393 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:50:54.026242 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:50:54.029769 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:50:54.033270 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:50:54.036790 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:50:54.040275 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:50:54.043765 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:50:54.047258 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:50:54.050783 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:50:54.054263 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:50:54.057749 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:50:54.061246 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:50:54.064733 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:50:54.068218 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:50:54.071703 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:50:54.075218 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:50:54.078680 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:50:54.082058 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:50:54.085373 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:50:54.088678 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:50:54.092003 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:50:54.095340 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:50:54.098661 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:50:54.101980 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:50:54.105297 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:50:54.108617 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:50:54.111940 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:50:54.115255 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:50:54.118576 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:50:54.121882 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:50:54.125217 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:50:54.128515 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:50:54.131843 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:50:54.135160 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:50:54.138471 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:50:54.141771 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:50:54.145097 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:50:54.148409 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:50:54.151727 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:50:54.155037 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:50:54.158366 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:50:54.161691 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:50:54.165016 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:50:54.168329 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:50:54.171651 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:50:54.174959 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:50:54.178270 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:50:54.181583 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:50:54.184908 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:50:54.188238 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:50:54.191567 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:50:54.194898 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:50:54.198211 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:50:54.201519 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:50:54.204834 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:50:54.208166 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:50:55.676536 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:50:55.713811 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:50:55.723089 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:50:55.726833 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:50:55.730035 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:50:55.733234 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:50:55.736433 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:50:55.739622 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:50:55.742802 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:50:55.745920 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:50:55.749059 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:50:55.752181 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:50:55.755330 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:50:55.758476 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:50:55.761601 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:50:55.764749 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:50:55.767884 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:50:55.771015 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:50:55.774125 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:50:55.777271 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:50:55.780403 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:50:55.783543 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:50:55.786657 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:50:55.789782 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:50:55.792913 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:50:55.796049 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:50:55.799228 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:50:55.802417 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:50:55.805602 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:50:55.808796 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:50:55.811996 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:50:55.815205 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:50:55.818403 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:50:55.821596 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:50:55.824806 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:50:55.828007 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:50:55.831214 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:50:55.834402 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:50:55.837594 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:50:55.840799 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:50:55.844009 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:50:55.847209 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:50:55.850405 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:50:55.853615 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:50:55.856819 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:50:55.860032 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:50:55.863224 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:50:55.866425 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:50:55.869604 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:50:55.872832 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:50:55.876053 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:50:55.879267 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:50:55.882481 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:50:55.885687 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:50:55.888895 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:50:55.892100 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:50:55.895317 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:50:55.898518 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:50:55.901743 ---      ParallelTerminationStrategy: PID 22 died...
22:50:55.903220 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:50:55.906771 ---      ParallelTerminationStrategy: PID 23 died...
22:50:55.908213 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:50:55.911741 ---      ParallelTerminationStrategy: PID 24 died...
22:50:55.913180 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:50:55.916752 ---      ParallelTerminationStrategy: PID 25 died...
22:50:55.918193 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:50:55.921763 ---      ParallelTerminationStrategy: PID 26 died...
22:50:55.923213 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:50:55.926798 ---      ParallelTerminationStrategy: PID 27 died...
22:50:55.928249 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:50:55.931811 ---      ParallelTerminationStrategy: PID 28 died...
22:50:55.933254 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:50:55.936807 ---      ParallelTerminationStrategy: PID 29 died...
22:50:55.938267 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:50:55.941869 ---      ParallelTerminationStrategy: PID 30 died...
22:50:55.943349 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:50:55.946915 ---      ParallelTerminationStrategy: PID 31 died...
22:50:55.948365 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:50:55.951933 ---      ParallelTerminationStrategy: PID 32 died...
22:50:55.953374 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:50:55.956957 ---      ParallelTerminationStrategy: PID 33 died...
22:50:55.958440 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:50:55.962029 ---      ParallelTerminationStrategy: PID 35 died...
22:50:55.963492 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:50:55.967069 ---      ParallelTerminationStrategy: PID 36 died...
22:50:55.968525 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:50:55.972110 ---      ParallelTerminationStrategy: PID 37 died...
22:50:55.973550 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:50:55.977131 ---      ParallelTerminationStrategy: PID 38 died...
22:50:55.978605 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:50:55.982180 ---      ParallelTerminationStrategy: PID 39 died...
22:50:55.983627 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:50:55.987206 ---      ParallelTerminationStrategy: PID 40 died...
22:50:55.988661 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:50:55.992275 ---      ParallelTerminationStrategy: PID 41 died...
22:50:55.993718 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:50:55.997291 ---      ParallelTerminationStrategy: PID 42 died...
22:50:55.998734 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:50:56.002282 ---      ParallelTerminationStrategy: PID 43 died...
22:50:56.162934 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:50:56.166763 ---      ParallelTerminationStrategy: PID 44 died...
22:50:56.168246 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:50:56.171815 ---      ParallelTerminationStrategy: PID 45 died...
22:50:56.173270 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:50:56.176844 ---      ParallelTerminationStrategy: PID 46 died...
22:50:56.178284 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:50:56.181871 ---      ParallelTerminationStrategy: PID 47 died...
22:50:56.183331 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:50:56.186905 ---      ParallelTerminationStrategy: PID 48 died...
22:50:56.188352 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:50:56.191947 ---      ParallelTerminationStrategy: PID 49 died...
22:50:56.193415 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:50:56.197059 ---      ParallelTerminationStrategy: PID 50 died...
22:50:56.200176 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:50:56.203973 ---      ParallelTerminationStrategy: PID 51 died...
22:50:56.205522 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:50:56.209280 ---      ParallelTerminationStrategy: PID 52 died...
22:50:56.210831 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:50:56.214657 ---      ParallelTerminationStrategy: PID 53 died...
22:50:56.216199 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:50:56.219970 ---      ParallelTerminationStrategy: PID 54 died...
22:50:56.221456 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:50:56.225137 ---      ParallelTerminationStrategy: PID 55 died...
22:50:56.226668 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:50:56.230403 ---      ParallelTerminationStrategy: PID 56 died...
22:50:56.231883 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:50:56.235554 ---      ParallelTerminationStrategy: PID 57 died...
22:50:56.237037 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:50:56.240707 ---      ParallelTerminationStrategy: PID 58 died...
22:50:56.242258 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:50:56.246056 ---      ParallelTerminationStrategy: PID 59 died...
22:50:56.247551 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:50:56.251220 ---      ParallelTerminationStrategy: PID 60 died...
22:50:56.252705 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:50:56.256406 ---      ParallelTerminationStrategy: PID 61 died...
22:50:56.257887 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:50:56.261569 ---      ParallelTerminationStrategy: PID 62 died...
22:50:56.263064 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:50:56.266748 ---      ParallelTerminationStrategy: PID 63 died...
22:50:56.268226 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:50:56.271907 ---      ParallelTerminationStrategy: PID 64 died...
22:50:56.273388 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:50:56.277046 ---      ParallelTerminationStrategy: PID 65 died...
22:50:56.278525 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:50:56.282252 ---      ParallelTerminationStrategy: PID 66 died...
22:50:56.283749 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:50:56.287490 ---      ParallelTerminationStrategy: PID 67 died...
22:50:56.289046 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:50:56.292763 ---      ParallelTerminationStrategy: PID 68 died...
22:50:56.294239 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:50:56.297965 ---      ParallelTerminationStrategy: PID 69 died...
22:50:56.299468 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:50:56.303131 ---      ParallelTerminationStrategy: PID 70 died...
22:50:56.304620 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:50:56.308376 ---      ParallelTerminationStrategy: PID 71 died...
22:50:56.309863 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:50:56.313539 ---      ParallelTerminationStrategy: PID 72 died...
22:50:56.315031 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:50:56.318753 ---      ParallelTerminationStrategy: PID 73 died...
22:50:56.320230 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:50:56.323918 ---      ParallelTerminationStrategy: PID 74 died...
22:50:56.325409 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:50:56.329246 ---      ParallelTerminationStrategy: PID 75 died...
22:50:56.330802 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:50:56.334652 ---      ParallelTerminationStrategy: PID 76 died...
22:50:56.336201 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:50:56.340037 ---      ParallelTerminationStrategy: PID 77 died...
22:50:56.341579 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:50:56.345445 ---      ParallelTerminationStrategy: PID 78 died...
22:50:56.347009 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:50:56.350870 ---      ParallelTerminationStrategy: PID 79 died...
22:50:56.352425 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:50:56.356257 ---      ParallelTerminationStrategy: PID 80 died...
22:50:56.357802 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:50:56.361651 ---      ParallelTerminationStrategy: PID 81 died...
22:50:56.363193 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:50:56.367046 ---      ParallelTerminationStrategy: PID 82 died...
22:50:56.368595 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:50:56.372437 ---      ParallelTerminationStrategy: PID 83 died...
22:50:56.373986 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:50:56.381664 ---      ParallelTerminationStrategy: PID 84 died...
22:50:56.383310 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:50:56.387188 ---      ParallelTerminationStrategy: PID 85 died...
22:50:56.388755 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:50:56.392617 ---      ParallelTerminationStrategy: PID 86 died...
22:50:56.394170 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:50:56.398025 ---      ParallelTerminationStrategy: PID 87 died...
22:50:56.399577 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:50:56.403418 ---      ParallelTerminationStrategy: PID 88 died...
22:50:56.404964 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:50:56.408793 ---      ParallelTerminationStrategy: PID 89 died...
22:50:56.410359 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:50:56.414195 ---      ParallelTerminationStrategy: PID 90 died...
22:50:56.415744 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:50:56.419583 ---      ParallelTerminationStrategy: PID 91 died...
22:50:56.421123 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:50:56.424967 ---      ParallelTerminationStrategy: PID 92 died...
22:50:56.426538 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:50:56.430373 ---      ParallelTerminationStrategy: PID 93 died...
22:50:56.431907 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:50:56.435742 ---      ParallelTerminationStrategy: PID 94 died...
22:50:56.437296 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:50:56.441134 ---      ParallelTerminationStrategy: PID 95 died...
22:50:56.442680 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:50:56.446508 ---      ParallelTerminationStrategy: PID 96 died...
22:50:56.448067 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:50:56.451908 ---      ParallelTerminationStrategy: PID 97 died...
22:50:56.453453 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:50:56.457257 ---      ParallelTerminationStrategy: PID 98 died...
22:50:56.458791 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:50:56.462616 ---      ParallelTerminationStrategy: PID 99 died...
22:50:56.464164 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:50:56.467966 ---      ParallelTerminationStrategy: PID 100 died...
22:50:56.469505 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:50:56.473323 ---      ParallelTerminationStrategy: PID 101 died...
22:50:56.474865 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:50:56.478673 ---      ParallelTerminationStrategy: PID 102 died...
22:50:56.480212 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:50:56.484072 ---      ParallelTerminationStrategy: PID 103 died...
22:50:56.485601 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:50:56.489402 ---      ParallelTerminationStrategy: PID 104 died...
22:50:56.490951 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:50:56.494905 ---      ParallelTerminationStrategy: PID 105 died...
22:50:56.496414 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:50:56.504136 ---      ParallelTerminationStrategy: PID 106 died...
22:50:56.505666 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:50:56.509393 ---      ParallelTerminationStrategy: PID 107 died...
22:50:56.510904 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:50:56.514593 ---      ParallelTerminationStrategy: PID 108 died...
22:50:56.516091 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:50:56.520045 ---      ParallelTerminationStrategy: PID 109 died...
22:50:56.521532 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:50:56.525211 ---      ParallelTerminationStrategy: PID 110 died...
22:50:56.526737 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:50:56.530448 ---      ParallelTerminationStrategy: PID 111 died...
22:50:56.531948 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:50:56.535666 ---      ParallelTerminationStrategy: PID 112 died...
22:50:56.537170 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:50:56.540910 ---      ParallelTerminationStrategy: PID 113 died...
22:50:56.542421 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:50:56.546147 ---      ParallelTerminationStrategy: PID 114 died...
22:50:56.547936 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:50:56.551725 ---      ParallelTerminationStrategy: PID 115 died...
22:50:56.553227 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:50:56.556913 ---      ParallelTerminationStrategy: PID 116 died...
22:50:56.558409 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:50:56.562101 ---      ParallelTerminationStrategy: PID 117 died...
22:50:56.563548 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:50:56.567215 ---      ParallelTerminationStrategy: PID 118 died...
22:50:56.568707 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:50:56.572396 ---      ParallelTerminationStrategy: PID 119 died...
22:50:56.573894 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:50:56.577592 ---      ParallelTerminationStrategy: PID 120 died...
22:50:56.579992 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:50:56.584867 ---      ParallelTerminationStrategy: PID 121 died...
22:50:56.586321 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:50:56.589879 ---      ParallelTerminationStrategy: PID 122 died...
22:50:56.591336 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:50:56.594894 ---      ParallelTerminationStrategy: PID 123 died...
22:50:56.596343 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:50:56.599905 ---      ParallelTerminationStrategy: PID 124 died...
22:50:56.601345 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:50:56.604920 ---      ParallelTerminationStrategy: PID 125 died...
22:50:56.606386 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:50:56.610112 ---      ParallelTerminationStrategy: PID 126 died...
22:50:56.611652 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:50:56.615451 ---      ParallelTerminationStrategy: PID 127 died...
22:50:56.616956 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:50:56.620671 ---      ParallelTerminationStrategy: PID 128 died...
22:50:56.622185 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:50:56.625896 ---      ParallelTerminationStrategy: PID 129 died...
22:50:56.627406 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:50:56.631139 ---      ParallelTerminationStrategy: PID 130 died...
22:50:56.632644 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:50:56.636471 ---      ParallelTerminationStrategy: PID 131 died...
22:50:56.637964 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:50:56.641699 ---      ParallelTerminationStrategy: PID 132 died...
22:50:56.643205 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:50:56.646915 ---      ParallelTerminationStrategy: PID 133 died...
22:50:56.648415 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:50:56.652124 ---      ParallelTerminationStrategy: PID 134 died...
22:50:56.653615 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:50:56.657337 ---      ParallelTerminationStrategy: PID 135 died...
22:50:56.658846 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:50:56.662576 ---      ParallelTerminationStrategy: PID 136 died...
22:50:56.664082 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:50:56.667869 ---      ParallelTerminationStrategy: PID 137 died...
22:50:56.669386 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:50:56.673092 ---      ParallelTerminationStrategy: PID 138 died...
22:50:56.674593 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:50:56.678378 ---      ParallelTerminationStrategy: PID 139 died...
22:50:56.679881 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:50:56.683643 ---      ParallelTerminationStrategy: PID 140 died...
22:50:56.685149 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:50:56.688867 ---      ParallelTerminationStrategy: PID 141 died...
22:50:56.690356 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:50:56.694078 ---      ParallelTerminationStrategy: PID 142 died...
22:50:56.695593 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:50:56.699328 ---      ParallelTerminationStrategy: PID 143 died...
22:50:56.700838 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:50:56.704624 ---      ParallelTerminationStrategy: PID 144 died...
22:50:56.706135 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:50:56.709868 ---      ParallelTerminationStrategy: PID 145 died...
22:50:56.711421 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:50:56.715129 ---      ParallelTerminationStrategy: PID 146 died...
22:50:56.716633 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:50:56.720347 ---      ParallelTerminationStrategy: PID 147 died...
22:50:56.721848 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:50:56.725612 ---      ParallelTerminationStrategy: PID 148 died...
22:50:56.727125 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:50:56.730853 ---      ParallelTerminationStrategy: PID 149 died...
22:50:56.732346 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:50:56.736074 ---      ParallelTerminationStrategy: PID 150 died...
22:50:56.737563 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:50:56.741308 ---      ParallelTerminationStrategy: PID 151 died...
22:50:56.742821 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:50:56.746572 ---      ParallelTerminationStrategy: PID 152 died...
22:50:56.748086 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:50:56.751857 ---      ParallelTerminationStrategy: PID 153 died...
22:50:56.753362 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:50:56.757116 ---      ParallelTerminationStrategy: PID 154 died...
22:50:56.758634 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:50:56.762394 ---      ParallelTerminationStrategy: PID 155 died...
22:50:56.763895 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:50:56.767698 ---      ParallelTerminationStrategy: PID 156 died...
22:50:56.769205 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:50:56.772930 ---      ParallelTerminationStrategy: PID 157 died...
22:50:56.774467 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:50:56.778208 ---      ParallelTerminationStrategy: PID 158 died...
22:50:56.779737 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:50:56.783504 ---      ParallelTerminationStrategy: PID 159 died...
22:50:56.785008 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:50:56.788753 ---      ParallelTerminationStrategy: PID 160 died...
22:50:56.790260 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:50:56.793999 ---      ParallelTerminationStrategy: PID 161 died...
22:50:56.795505 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:50:56.799540 ---      ParallelTerminationStrategy: PID 162 died...
22:50:56.801047 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:50:56.804783 ---      ParallelTerminationStrategy: PID 163 died...
22:50:56.806277 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:50:56.809985 ---      ParallelTerminationStrategy: PID 164 died...
22:50:56.811488 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:50:56.815184 ---      ParallelTerminationStrategy: PID 165 died...
22:50:56.816623 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:50:56.820211 ---      ParallelTerminationStrategy: PID 166 died...
22:50:56.821646 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:50:56.825377 ---      ParallelTerminationStrategy: PID 167 died...
22:50:56.826879 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:50:56.830644 ---      ParallelTerminationStrategy: PID 168 died...
22:50:56.834754 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:50:56.838569 ---      ParallelTerminationStrategy: PID 169 died...
22:50:56.840076 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:50:56.843864 ---      ParallelTerminationStrategy: PID 170 died...
22:50:56.845374 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:50:56.849101 ---      ParallelTerminationStrategy: PID 171 died...
22:50:56.850609 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:50:56.854337 ---      ParallelTerminationStrategy: PID 172 died...
22:50:56.855832 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:50:56.859560 ---      ParallelTerminationStrategy: PID 173 died...
22:50:56.861058 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:50:56.864777 ---      ParallelTerminationStrategy: PID 174 died...
22:50:56.866279 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:50:56.870004 ---      ParallelTerminationStrategy: PID 175 died...
22:50:56.871492 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:50:56.875208 ---      ParallelTerminationStrategy: PID 176 died...
22:50:56.876648 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:50:56.880205 ---      ParallelTerminationStrategy: PID 177 died...
22:50:56.881638 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:50:56.885200 ---      ParallelTerminationStrategy: PID 178 died...
22:50:56.886633 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:50:56.890205 ---      ParallelTerminationStrategy: PID 179 died...
22:50:56.891670 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:50:56.895366 ---      ParallelTerminationStrategy: PID 180 died...
22:50:56.896870 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:50:56.900459 ---      ParallelTerminationStrategy: PID 181 died...
22:50:56.901888 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:50:56.905517 ---      ParallelTerminationStrategy: PID 182 died...
22:50:56.907065 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:50:56.910677 ---      ParallelTerminationStrategy: PID 183 died...
22:50:56.912106 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:50:56.915681 ---      ParallelTerminationStrategy: PID 184 died...
22:50:56.917119 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:50:56.920705 ---      ParallelTerminationStrategy: PID 185 died...
22:50:56.922133 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:50:56.925707 ---      ParallelTerminationStrategy: PID 186 died...
22:50:56.927182 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:50:56.930733 ---      ParallelTerminationStrategy: PID 187 died...
22:50:56.932187 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:50:56.935750 ---      ParallelTerminationStrategy: PID 188 died...
22:50:56.937192 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:50:56.940862 ---      ParallelTerminationStrategy: PID 189 died...
22:50:56.942304 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:50:56.945880 ---      ParallelTerminationStrategy: PID 190 died...
22:50:56.947346 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:50:56.950958 ---      ParallelTerminationStrategy: PID 191 died...
22:50:56.952406 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:50:56.956038 ---      ParallelTerminationStrategy: PID 192 died...
22:50:56.957475 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:50:56.961094 ---      ParallelTerminationStrategy: PID 193 died...
22:50:56.962554 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:50:56.966179 ---      ParallelTerminationStrategy: PID 194 died...
22:50:56.967637 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:50:56.971230 ---      ParallelTerminationStrategy: PID 195 died...
22:50:56.972668 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:50:56.976234 ---      ParallelTerminationStrategy: PID 196 died...
22:50:56.977666 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:50:56.981237 ---      ParallelTerminationStrategy: PID 197 died...
22:50:56.982675 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:50:56.986216 ---      ParallelTerminationStrategy: PID 198 died...
22:50:56.987660 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:50:56.991235 ---      ParallelTerminationStrategy: PID 199 died...
22:50:56.992675 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:50:56.997024 ---      ParallelTerminationStrategy: PID 200 died...
22:50:56.998455 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:50:57.002031 ---      ParallelTerminationStrategy: PID 201 died...
22:50:57.003484 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:50:57.007102 ---      ParallelTerminationStrategy: PID 202 died...
22:50:57.008542 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:50:57.012190 ---      ParallelTerminationStrategy: PID 203 died...
22:50:57.013696 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:50:57.017392 ---      ParallelTerminationStrategy: PID 204 died...
22:50:57.018871 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:50:57.022504 ---      ParallelTerminationStrategy: PID 205 died...
22:50:57.023941 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:50:57.027529 ---      ParallelTerminationStrategy: PID 206 died...
22:50:57.028960 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:50:57.032634 ---      ParallelTerminationStrategy: PID 207 died...
22:50:57.034134 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:50:57.037835 ---      ParallelTerminationStrategy: PID 208 died...
22:50:57.039279 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:50:57.042932 ---      ParallelTerminationStrategy: PID 209 died...
22:50:57.044428 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:50:57.048067 ---      ParallelTerminationStrategy: PID 210 died...
22:50:57.049686 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:50:57.053452 ---      ParallelTerminationStrategy: PID 211 died...
22:50:57.054963 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:50:57.058663 ---      ParallelTerminationStrategy: PID 212 died...
22:50:57.060147 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:50:57.063836 ---      ParallelTerminationStrategy: PID 213 died...
22:50:57.065319 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:50:57.068998 ---      ParallelTerminationStrategy: PID 214 died...
22:50:57.070493 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:50:57.074200 ---      ParallelTerminationStrategy: PID 215 died...
22:50:57.075686 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:50:57.079376 ---      ParallelTerminationStrategy: PID 216 died...
22:50:57.080856 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:50:57.084560 ---      ParallelTerminationStrategy: PID 217 died...
22:50:57.086043 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:50:57.089769 ---      ParallelTerminationStrategy: PID 218 died...
22:50:57.091260 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:50:57.094971 ---      ParallelTerminationStrategy: PID 219 died...
22:50:57.096444 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:50:57.100136 ---      ParallelTerminationStrategy: PID 220 died...
22:50:57.101611 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:50:57.105300 ---      ParallelTerminationStrategy: PID 221 died...
22:50:57.106829 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:50:57.110512 ---      ParallelTerminationStrategy: PID 222 died...
22:50:57.111993 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:50:57.115706 ---      ParallelTerminationStrategy: PID 223 died...
22:50:57.117185 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:50:57.120871 ---      ParallelTerminationStrategy: PID 224 died...
22:50:57.122376 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:50:57.126067 ---      ParallelTerminationStrategy: PID 225 died...
22:50:57.127551 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:50:57.131252 ---      ParallelTerminationStrategy: PID 226 died...
22:50:57.132764 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:50:57.136467 ---      ParallelTerminationStrategy: PID 227 died...
22:50:57.137942 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:50:57.141686 ---      ParallelTerminationStrategy: PID 228 died...
22:50:57.143223 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:50:57.147037 ---      ParallelTerminationStrategy: PID 229 died...
22:50:57.148551 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:50:57.152400 ---      ParallelTerminationStrategy: PID 230 died...
22:50:57.153937 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:50:57.157680 ---      ParallelTerminationStrategy: PID 231 died...
22:50:57.159189 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:50:57.162975 ---      ParallelTerminationStrategy: PID 232 died...
22:50:57.164450 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:50:57.168293 ---      ParallelTerminationStrategy: PID 233 died...
22:50:57.169849 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:50:57.173546 ---      ParallelTerminationStrategy: PID 234 died...
22:50:57.175157 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:51:00.578648 ---      ParallelTerminationStrategy: PID 34 died...
22:51:00.580353 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8222 netreg_mass PASS
---------------------------------------------------------------------
22:51:00.669195 tst                       trial-8222: Storing JUnit report in /build/trial-8222/run.2026-01-25_22-49-16/trial-8222.xml

--------------------------------------------------------------------------------------------
trial-8222 PASS
--------------------------------------------------------------------------------------------
22:51:00.698043 tst                       trial-8222: trial-8222: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (96.5 sec)
+ exit_code=0
+ rm -rf trial-8222/inst
+ cd trial-8222
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-01-25 22:49:15
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8222-run.tgz run.2026-01-25_22-49-16
+ tar czf /build/trial-8222-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-01-25_13_32_24.tgz osmo-bts-oc2g.build-2026-01-25_22_11_04.tgz osmo-bts-sysmo.build-2026-01-25_22_11_34.tgz osmo-bts.build-2026-01-25_22_11_14.tgz osmo-ggsn.build-2026-01-25_22_22_58.tgz osmo-hlr.build-2026-01-25_16_36_54.tgz osmo-hnbgw.build-2026-01-25_22_31_41.tgz osmo-mgw.build-2026-01-25_08_33_08.tgz osmo-msc.build-2026-01-25_13_39_16.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-25_22_12_20.tgz osmo-pcu-sysmo.build-2026-01-25_22_11_57.tgz osmo-pcu.build-2026-01-25_22_12_12.tgz osmo-sgsn.build-2026-01-25_22_32_02.tgz osmo-stp.build-2026-01-25_13_23_02.tgz osmo-trx.build-2026-01-25_22_30_06.tgz osmocom-bb.build-2026-01-25_22_22_02.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