Skip to content
Success

Console Output

Skipping 17 KB.. Full Log
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

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

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

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

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

#13 [12/28] RUN	MKDIR -p /osmo-gsm-tester-srsue                  /osmo-gsm-tester-srsenb                  /osmo-gsm-tester-srsepc                  /osmo-gsm-tester-trx 		 /osmo-gsm-tester-grbroker 		 /osmo-gsm-tester-open5gs
#13 CACHED

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

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

#16 [16/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cmake 		libfftw3-dev 		libmbedtls-dev 		libboost-program-options-dev 		libconfig++-dev 		libsctp-dev 		libpcsclite-dev 		libuhd-dev 		libczmq-dev 		libsoapysdr-dev 		soapysdr-module-lms7 && 	apt-get clean
#16 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:e961355438c1c411b5956b1e42dcbd0d5b1990a21adf29b233d6c8a80c967773 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=8036 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-07-23 22:48:21
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8036
+ mkdir -p trial-8036
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-07-23_13_26_22.tgz osmo-bts-oc2g.build-2025-07-23_00_51_32.tgz osmo-bts-sysmo.build-2025-07-23_00_51_37.tgz osmo-bts.build-2025-07-23_00_51_44.tgz osmo-ggsn.build-2025-07-23_20_42_53.tgz osmo-hlr.build-2025-07-23_16_37_00.tgz osmo-hnbgw.build-2025-07-23_13_53_47.tgz osmo-mgw.build-2025-07-23_08_33_12.tgz osmo-msc.build-2025-07-23_13_32_27.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-23_07_33_58.tgz osmo-pcu-sysmo.build-2025-07-23_07_37_03.tgz osmo-pcu.build-2025-07-23_07_37_10.tgz osmo-sgsn.build-2025-07-23_20_49_04.tgz osmo-stp.build-2025-07-23_13_25_09.tgz osmo-trx.build-2025-07-23_14_30_07.tgz osmocom-bb.build-2025-07-23_21_17_17.tgz srslte.build-19.tgz trial-8036
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-07-23_13_26_22.md5 osmo-bts-oc2g.build-2025-07-23_00_51_32.md5 osmo-bts-sysmo.build-2025-07-23_00_51_37.md5 osmo-bts.build-2025-07-23_00_51_44.md5 osmo-ggsn.build-2025-07-23_20_42_53.md5 osmo-hlr.build-2025-07-23_16_37_00.md5 osmo-hnbgw.build-2025-07-23_13_53_47.md5 osmo-mgw.build-2025-07-23_08_33_12.md5 osmo-msc.build-2025-07-23_13_32_27.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-23_07_33_58.md5 osmo-pcu-sysmo.build-2025-07-23_07_37_03.md5 osmo-pcu.build-2025-07-23_07_37_10.md5 osmo-sgsn.build-2025-07-23_20_49_04.md5 osmo-stp.build-2025-07-23_13_25_09.md5 osmo-trx.build-2025-07-23_14_30_07.md5 osmocom-bb.build-2025-07-23_21_17_17.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-07-23_13_26_22.md5 osmo-bts-oc2g.build-2025-07-23_00_51_32.md5 osmo-bts-sysmo.build-2025-07-23_00_51_37.md5 osmo-bts.build-2025-07-23_00_51_44.md5 osmo-ggsn.build-2025-07-23_20_42_53.md5 osmo-hlr.build-2025-07-23_16_37_00.md5 osmo-hnbgw.build-2025-07-23_13_53_47.md5 osmo-mgw.build-2025-07-23_08_33_12.md5 osmo-msc.build-2025-07-23_13_32_27.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-23_07_33_58.md5 osmo-pcu-sysmo.build-2025-07-23_07_37_03.md5 osmo-pcu.build-2025-07-23_07_37_10.md5 osmo-sgsn.build-2025-07-23_20_49_04.md5 osmo-stp.build-2025-07-23_13_25_09.md5 osmo-trx.build-2025-07-23_14_30_07.md5 osmocom-bb.build-2025-07-23_21_17_17.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-8036 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8036'
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-8036
--------------------------------------------------------------------------------------------
22:48:21.688988 tst                       trial-8036: Detailed log at /build/trial-8036/run.2025-07-23_22-48-21/log

---------------------------------------------------------------------
trial-8036 netreg_mass
---------------------------------------------------------------------
22:48:21.906420 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:21.906782 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:21.907610 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:21.908837 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:21.954203 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:21.955189 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:21.956465 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:22.030619 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-8036 netreg_mass register_default_mass.py
----------------------------------------------
22:48:22.031483 tst       register_default_mass.py:9: Claiming resources for the test
22:48:22.047249 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.047851 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.048371 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.048856 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.049322 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.049804 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.050268 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:22.100054 tst         register_default_mass.py: using LAC 2
22:48:22.138707 tst         register_default_mass.py: using RAC 2
22:48:22.172725 tst         register_default_mass.py: using CellId 2
22:48:22.271513 tst         register_default_mass.py: using BVCI 3
22:48:22.277986 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.278702 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.279288 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.279860 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.280512 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.281089 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.281649 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.282220 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.282817 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.283387 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.283972 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.284544 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.285134 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.285743 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.286331 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.286936 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.287538 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.288129 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.288723 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.289347 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.289955 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.290583 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.291202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.291814 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.292415 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.293035 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.293642 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.294249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.294879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.295505 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.296117 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.296748 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.297383 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.298016 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.298663 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.299286 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.299914 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.352331 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.352914 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.353452 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.353966 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.354498 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.355124 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.355649 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.356174 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.356688 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.357186 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.357688 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.358184 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.358684 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.359201 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.359696 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.360186 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.360695 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.361211 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.361715 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.362222 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.362752 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.363268 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.363772 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.364295 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.364816 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.365338 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.365856 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.366390 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.366921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.367442 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.367980 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.368516 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.369040 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.369573 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.370107 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.370737 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.371273 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.371793 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.372308 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.372844 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.373369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.373891 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.374411 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.374944 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.375470 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.375994 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.376536 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.377077 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.377602 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.378149 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.378684 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.379220 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.379769 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.380306 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.380841 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.381379 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.382135 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.382726 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.383266 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.383799 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.384343 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.384913 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.385462 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.385991 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.386608 tst      register_default_mass.py:21: Launching a simple network
22:48:22.397694 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:22.525738 run            create_hlr_db(pid=19): Launched
22:48:23.535931 run            create_hlr_db(pid=19): Terminated: ok {rc=0}
22:48:23.553372 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Launched
22:48:23.569084 run      osmo-hlr_127.0.42.2(pid=22): Launched
22:48:23.574930 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:23.758058 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Launched
22:48:23.775652 run      osmo-stp_127.0.42.5(pid=24): Launched
22:48:23.785516 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:24.238501 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Launched
22:48:24.255612 run      osmo-msc_127.0.42.6(pid=26): Launched
22:48:27.266526 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:27.391484 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Launched
22:48:27.412022 run      osmo-mgw_127.0.42.3(pid=28): Launched
22:48:27.418614 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:27.446541 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Launched
22:48:27.463750 run      osmo-mgw_127.0.42.4(pid=30): Launched
22:48:27.470998 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:27.818809 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Launched
22:48:27.838016 run      osmo-bsc_127.0.42.7(pid=32): Launched
22:48:33.865507 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:34.040522 run         osmo-bts-virtual(pid=33): Launched
22:48:35.088416 tst         register_default_mass.py: using MSISDN 1001
22:48:35.094320 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:35.189737 tst         register_default_mass.py: using MSISDN 1002
22:48:35.195592 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:35.269729 tst         register_default_mass.py: using MSISDN 1003
22:48:35.275783 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:35.340312 tst         register_default_mass.py: using MSISDN 1004
22:48:35.346105 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:35.421012 tst         register_default_mass.py: using MSISDN 1005
22:48:35.426872 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:35.495447 tst         register_default_mass.py: using MSISDN 1006
22:48:35.501584 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:35.573915 tst         register_default_mass.py: using MSISDN 1007
22:48:35.580110 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:35.669927 tst         register_default_mass.py: using MSISDN 1008
22:48:35.675771 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:35.742473 tst         register_default_mass.py: using MSISDN 1009
22:48:35.748404 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:35.815355 tst         register_default_mass.py: using MSISDN 1010
22:48:35.821614 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:35.905307 tst         register_default_mass.py: using MSISDN 1011
22:48:35.913186 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:35.978687 tst         register_default_mass.py: using MSISDN 1012
22:48:35.984807 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:36.057059 tst         register_default_mass.py: using MSISDN 1013
22:48:36.066695 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:36.212684 tst         register_default_mass.py: using MSISDN 1014
22:48:36.218835 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:36.303294 tst         register_default_mass.py: using MSISDN 1015
22:48:36.310018 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:36.388220 tst         register_default_mass.py: using MSISDN 1016
22:48:36.394159 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:36.476116 tst         register_default_mass.py: using MSISDN 1017
22:48:36.481956 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:36.549240 tst         register_default_mass.py: using MSISDN 1018
22:48:36.556807 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:36.684420 tst         register_default_mass.py: using MSISDN 1019
22:48:36.694269 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:36.752747 tst         register_default_mass.py: using MSISDN 1020
22:48:36.760457 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:36.826221 tst         register_default_mass.py: using MSISDN 1021
22:48:36.836994 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:36.912916 tst         register_default_mass.py: using MSISDN 1022
22:48:36.918907 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:36.979605 tst         register_default_mass.py: using MSISDN 1023
22:48:36.986100 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:37.050577 tst         register_default_mass.py: using MSISDN 1024
22:48:37.057826 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:37.132523 tst         register_default_mass.py: using MSISDN 1025
22:48:37.138565 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:37.214562 tst         register_default_mass.py: using MSISDN 1026
22:48:37.220952 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:37.299381 tst         register_default_mass.py: using MSISDN 1027
22:48:37.307188 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:37.382959 tst         register_default_mass.py: using MSISDN 1028
22:48:37.388915 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:37.462360 tst         register_default_mass.py: using MSISDN 1029
22:48:37.468455 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:37.545744 tst         register_default_mass.py: using MSISDN 1030
22:48:37.551666 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:37.622579 tst         register_default_mass.py: using MSISDN 1031
22:48:37.629763 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:37.692105 tst         register_default_mass.py: using MSISDN 1032
22:48:37.698328 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:37.769440 tst         register_default_mass.py: using MSISDN 1033
22:48:37.775508 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:37.840002 tst         register_default_mass.py: using MSISDN 1034
22:48:37.845729 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:37.909707 tst         register_default_mass.py: using MSISDN 1035
22:48:37.915345 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:37.984993 tst         register_default_mass.py: using MSISDN 1036
22:48:37.992598 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:38.054559 tst         register_default_mass.py: using MSISDN 1037
22:48:38.060607 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:38.131807 tst         register_default_mass.py: using MSISDN 1038
22:48:38.137923 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:38.203240 tst         register_default_mass.py: using MSISDN 1039
22:48:38.209429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:38.340032 tst         register_default_mass.py: using MSISDN 1040
22:48:38.345853 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:38.410622 tst         register_default_mass.py: using MSISDN 1041
22:48:38.416373 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:38.483893 tst         register_default_mass.py: using MSISDN 1042
22:48:38.489778 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:38.549749 tst         register_default_mass.py: using MSISDN 1043
22:48:38.557347 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:38.628396 tst         register_default_mass.py: using MSISDN 1044
22:48:38.634520 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:38.697838 tst         register_default_mass.py: using MSISDN 1045
22:48:38.704061 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:38.780761 tst         register_default_mass.py: using MSISDN 1046
22:48:38.787070 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:38.871636 tst         register_default_mass.py: using MSISDN 1047
22:48:38.877821 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:38.945690 tst         register_default_mass.py: using MSISDN 1048
22:48:38.951838 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:39.029384 tst         register_default_mass.py: using MSISDN 1049
22:48:39.035544 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:39.116662 tst         register_default_mass.py: using MSISDN 1050
22:48:39.124844 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:39.200134 tst         register_default_mass.py: using MSISDN 1051
22:48:39.206864 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:39.281268 tst         register_default_mass.py: using MSISDN 1052
22:48:39.291493 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:39.377509 tst         register_default_mass.py: using MSISDN 1053
22:48:39.385167 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:39.448028 tst         register_default_mass.py: using MSISDN 1054
22:48:39.454793 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:39.516465 tst         register_default_mass.py: using MSISDN 1055
22:48:39.522821 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:39.592234 tst         register_default_mass.py: using MSISDN 1056
22:48:39.600759 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:39.686360 tst         register_default_mass.py: using MSISDN 1057
22:48:39.692279 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:39.768993 tst         register_default_mass.py: using MSISDN 1058
22:48:39.775518 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:39.865733 tst         register_default_mass.py: using MSISDN 1059
22:48:39.876585 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:39.946861 tst         register_default_mass.py: using MSISDN 1060
22:48:39.952877 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:40.024099 tst         register_default_mass.py: using MSISDN 1061
22:48:40.034181 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:40.094474 tst         register_default_mass.py: using MSISDN 1062
22:48:40.101736 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:40.176660 tst         register_default_mass.py: using MSISDN 1063
22:48:40.182779 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:40.263457 tst         register_default_mass.py: using MSISDN 1064
22:48:40.269637 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:40.346476 tst         register_default_mass.py: using MSISDN 1065
22:48:40.352523 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:40.426183 tst         register_default_mass.py: using MSISDN 1066
22:48:40.432097 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:40.512413 tst         register_default_mass.py: using MSISDN 1067
22:48:40.518613 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:40.595720 tst         register_default_mass.py: using MSISDN 1068
22:48:40.602388 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:40.667597 tst         register_default_mass.py: using MSISDN 1069
22:48:40.674343 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:40.747681 tst         register_default_mass.py: using MSISDN 1070
22:48:40.756329 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:40.819382 tst         register_default_mass.py: using MSISDN 1071
22:48:40.826372 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:40.900127 tst         register_default_mass.py: using MSISDN 1072
22:48:40.906284 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:40.985991 tst         register_default_mass.py: using MSISDN 1073
22:48:40.993442 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:41.060125 tst         register_default_mass.py: using MSISDN 1074
22:48:41.066350 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:41.147118 tst         register_default_mass.py: using MSISDN 1075
22:48:41.153119 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:41.230587 tst         register_default_mass.py: using MSISDN 1076
22:48:41.238467 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:41.310800 tst         register_default_mass.py: using MSISDN 1077
22:48:41.317492 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:41.399012 tst         register_default_mass.py: using MSISDN 1078
22:48:41.408155 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:41.478880 tst         register_default_mass.py: using MSISDN 1079
22:48:41.485844 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:41.551582 tst         register_default_mass.py: using MSISDN 1080
22:48:41.561185 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:41.643079 tst         register_default_mass.py: using MSISDN 1081
22:48:41.650928 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:41.716101 tst         register_default_mass.py: using MSISDN 1082
22:48:41.722037 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:41.788015 tst         register_default_mass.py: using MSISDN 1083
22:48:41.793992 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:41.869176 tst         register_default_mass.py: using MSISDN 1084
22:48:41.878530 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:41.955181 tst         register_default_mass.py: using MSISDN 1085
22:48:41.961368 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:42.032108 tst         register_default_mass.py: using MSISDN 1086
22:48:42.037873 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:42.126295 tst         register_default_mass.py: using MSISDN 1087
22:48:42.132000 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:42.217843 tst         register_default_mass.py: using MSISDN 1088
22:48:42.228542 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:42.315372 tst         register_default_mass.py: using MSISDN 1089
22:48:42.321217 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:42.389416 tst         register_default_mass.py: using MSISDN 1090
22:48:42.395579 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:42.462412 tst         register_default_mass.py: using MSISDN 1091
22:48:42.468167 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:42.542383 tst         register_default_mass.py: using MSISDN 1092
22:48:42.548181 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:42.626534 tst         register_default_mass.py: using MSISDN 1093
22:48:42.633417 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:42.701593 tst         register_default_mass.py: using MSISDN 1094
22:48:42.707537 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:42.790288 tst         register_default_mass.py: using MSISDN 1095
22:48:42.796086 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:42.872403 tst         register_default_mass.py: using MSISDN 1096
22:48:42.878283 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:42.953733 tst         register_default_mass.py: using MSISDN 1097
22:48:42.959584 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:43.030446 tst         register_default_mass.py: using MSISDN 1098
22:48:43.036189 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:43.115920 tst         register_default_mass.py: using MSISDN 1099
22:48:43.125873 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:43.203394 tst         register_default_mass.py: using MSISDN 1100
22:48:43.209181 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:43.322166 run                             mass: Starting testcase
22:48:43.328295 run                             mass: Pre-launching all virtphy's
22:48:43.333940 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:43.348166 run   osmo-ms-virt-phy/00000(pid=34): Launched
22:48:43.354355 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:43.367542 run   osmo-ms-virt-phy/00001(pid=35): Launched
22:48:43.373688 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:43.386953 run   osmo-ms-virt-phy/00002(pid=36): Launched
22:48:43.393223 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:43.406752 run   osmo-ms-virt-phy/00003(pid=37): Launched
22:48:43.413179 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:43.427011 run   osmo-ms-virt-phy/00004(pid=38): Launched
22:48:43.433431 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:43.446729 run   osmo-ms-virt-phy/00005(pid=39): Launched
22:48:43.452860 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:43.466288 run   osmo-ms-virt-phy/00006(pid=40): Launched
22:48:43.472380 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:43.485799 run   osmo-ms-virt-phy/00007(pid=41): Launched
22:48:43.491909 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:43.505428 run   osmo-ms-virt-phy/00008(pid=42): Launched
22:48:43.511836 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:43.525645 run   osmo-ms-virt-phy/00009(pid=43): Launched
22:48:43.532250 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:43.546034 run   osmo-ms-virt-phy/00010(pid=44): Launched
22:48:43.552364 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:43.565822 run   osmo-ms-virt-phy/00011(pid=45): Launched
22:48:43.572008 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:43.585181 run   osmo-ms-virt-phy/00012(pid=46): Launched
22:48:43.591389 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:43.604746 run   osmo-ms-virt-phy/00013(pid=47): Launched
22:48:43.610966 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:43.624234 run   osmo-ms-virt-phy/00014(pid=48): Launched
22:48:43.630456 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:43.643711 run   osmo-ms-virt-phy/00015(pid=49): Launched
22:48:43.650024 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:43.663485 run   osmo-ms-virt-phy/00016(pid=50): Launched
22:48:43.669578 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:43.682745 run   osmo-ms-virt-phy/00017(pid=51): Launched
22:48:43.688876 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:43.702136 run   osmo-ms-virt-phy/00018(pid=52): Launched
22:48:43.708272 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:43.721852 run   osmo-ms-virt-phy/00019(pid=53): Launched
22:48:43.728196 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:43.741676 run   osmo-ms-virt-phy/00020(pid=54): Launched
22:48:43.747793 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:43.761243 run   osmo-ms-virt-phy/00021(pid=55): Launched
22:48:43.767541 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:43.780953 run   osmo-ms-virt-phy/00022(pid=56): Launched
22:48:43.787503 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:43.801200 run   osmo-ms-virt-phy/00023(pid=57): Launched
22:48:43.807541 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:43.821270 run   osmo-ms-virt-phy/00024(pid=58): Launched
22:48:43.827610 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:43.841443 run   osmo-ms-virt-phy/00025(pid=59): Launched
22:48:43.847803 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:43.861606 run   osmo-ms-virt-phy/00026(pid=60): Launched
22:48:43.868015 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:43.881418 run   osmo-ms-virt-phy/00027(pid=61): Launched
22:48:43.887778 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:43.901570 run   osmo-ms-virt-phy/00028(pid=62): Launched
22:48:43.908048 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:43.921905 run   osmo-ms-virt-phy/00029(pid=63): Launched
22:48:43.928240 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:43.941921 run   osmo-ms-virt-phy/00030(pid=64): Launched
22:48:43.948206 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:43.961764 run   osmo-ms-virt-phy/00031(pid=65): Launched
22:48:43.968058 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:43.981630 run   osmo-ms-virt-phy/00032(pid=66): Launched
22:48:43.987785 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:44.001264 run   osmo-ms-virt-phy/00033(pid=67): Launched
22:48:44.007523 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:44.021163 run   osmo-ms-virt-phy/00034(pid=68): Launched
22:48:44.027576 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:44.041561 run   osmo-ms-virt-phy/00035(pid=69): Launched
22:48:44.048111 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:44.062109 run   osmo-ms-virt-phy/00036(pid=70): Launched
22:48:44.068538 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:44.082643 run   osmo-ms-virt-phy/00037(pid=71): Launched
22:48:44.089150 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:44.102812 run   osmo-ms-virt-phy/00038(pid=72): Launched
22:48:44.109101 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:44.122399 run   osmo-ms-virt-phy/00039(pid=73): Launched
22:48:44.128578 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:44.141957 run   osmo-ms-virt-phy/00040(pid=74): Launched
22:48:44.148266 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:44.161684 run   osmo-ms-virt-phy/00041(pid=75): Launched
22:48:44.167997 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:44.181284 run   osmo-ms-virt-phy/00042(pid=76): Launched
22:48:44.187417 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:44.200988 run   osmo-ms-virt-phy/00043(pid=77): Launched
22:48:44.207293 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:44.220571 run   osmo-ms-virt-phy/00044(pid=78): Launched
22:48:44.226703 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:44.240285 run   osmo-ms-virt-phy/00045(pid=79): Launched
22:48:44.246390 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:44.259951 run   osmo-ms-virt-phy/00046(pid=80): Launched
22:48:44.266278 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:44.279774 run   osmo-ms-virt-phy/00047(pid=81): Launched
22:48:44.286143 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:44.299726 run   osmo-ms-virt-phy/00048(pid=82): Launched
22:48:44.305805 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:44.319141 run   osmo-ms-virt-phy/00049(pid=83): Launched
22:48:44.325352 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:44.338657 run   osmo-ms-virt-phy/00050(pid=84): Launched
22:48:44.344899 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:44.358332 run   osmo-ms-virt-phy/00051(pid=85): Launched
22:48:44.364628 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:44.378273 run   osmo-ms-virt-phy/00052(pid=86): Launched
22:48:44.384691 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:44.398488 run   osmo-ms-virt-phy/00053(pid=87): Launched
22:48:44.404918 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:44.418808 run   osmo-ms-virt-phy/00054(pid=88): Launched
22:48:44.425514 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:44.439627 run   osmo-ms-virt-phy/00055(pid=89): Launched
22:48:44.446204 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:44.460242 run   osmo-ms-virt-phy/00056(pid=90): Launched
22:48:44.466580 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:44.481019 run   osmo-ms-virt-phy/00057(pid=91): Launched
22:48:44.487675 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:44.501906 run   osmo-ms-virt-phy/00058(pid=92): Launched
22:48:44.508431 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:44.522212 run   osmo-ms-virt-phy/00059(pid=93): Launched
22:48:44.528423 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:44.541958 run   osmo-ms-virt-phy/00060(pid=94): Launched
22:48:44.548559 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:44.562603 run   osmo-ms-virt-phy/00061(pid=95): Launched
22:48:44.569140 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:44.583456 run   osmo-ms-virt-phy/00062(pid=96): Launched
22:48:44.589999 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:44.604196 run   osmo-ms-virt-phy/00063(pid=97): Launched
22:48:44.610642 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:44.624458 run   osmo-ms-virt-phy/00064(pid=98): Launched
22:48:44.630930 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:44.645021 run   osmo-ms-virt-phy/00065(pid=99): Launched
22:48:44.651541 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:44.665787 run  osmo-ms-virt-phy/00066(pid=100): Launched
22:48:44.672256 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:44.688231 run  osmo-ms-virt-phy/00067(pid=101): Launched
22:48:44.694738 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:44.709070 run  osmo-ms-virt-phy/00068(pid=102): Launched
22:48:44.715793 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:44.730275 run  osmo-ms-virt-phy/00069(pid=103): Launched
22:48:44.737089 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:44.751185 run  osmo-ms-virt-phy/00070(pid=104): Launched
22:48:44.757605 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:44.771477 run  osmo-ms-virt-phy/00071(pid=105): Launched
22:48:44.777895 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:44.791853 run  osmo-ms-virt-phy/00072(pid=106): Launched
22:48:44.798312 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:44.811969 run  osmo-ms-virt-phy/00073(pid=107): Launched
22:48:44.818321 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:44.831981 run  osmo-ms-virt-phy/00074(pid=108): Launched
22:48:44.838343 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:44.852142 run  osmo-ms-virt-phy/00075(pid=109): Launched
22:48:44.858489 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:44.872170 run  osmo-ms-virt-phy/00076(pid=110): Launched
22:48:44.878819 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:44.893245 run  osmo-ms-virt-phy/00077(pid=111): Launched
22:48:44.900097 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:44.914456 run  osmo-ms-virt-phy/00078(pid=112): Launched
22:48:44.920952 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:44.935193 run  osmo-ms-virt-phy/00079(pid=113): Launched
22:48:44.941894 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:44.956013 run  osmo-ms-virt-phy/00080(pid=114): Launched
22:48:44.964519 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:44.978726 run  osmo-ms-virt-phy/00081(pid=115): Launched
22:48:44.985216 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:44.999034 run  osmo-ms-virt-phy/00082(pid=116): Launched
22:48:45.005626 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:45.019365 run  osmo-ms-virt-phy/00083(pid=117): Launched
22:48:45.025725 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:45.039413 run  osmo-ms-virt-phy/00084(pid=118): Launched
22:48:45.045758 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:45.059441 run  osmo-ms-virt-phy/00085(pid=119): Launched
22:48:45.065754 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:45.080248 run  osmo-ms-virt-phy/00086(pid=120): Launched
22:48:45.087109 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:45.101328 run  osmo-ms-virt-phy/00087(pid=121): Launched
22:48:45.110528 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:45.124362 run  osmo-ms-virt-phy/00088(pid=122): Launched
22:48:45.130911 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:45.144744 run  osmo-ms-virt-phy/00089(pid=123): Launched
22:48:45.151399 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:45.165376 run  osmo-ms-virt-phy/00090(pid=124): Launched
22:48:45.171744 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:45.185689 run  osmo-ms-virt-phy/00091(pid=125): Launched
22:48:45.192014 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:45.205995 run  osmo-ms-virt-phy/00092(pid=126): Launched
22:48:45.212368 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:45.226144 run  osmo-ms-virt-phy/00093(pid=127): Launched
22:48:45.232515 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:45.246381 run  osmo-ms-virt-phy/00094(pid=128): Launched
22:48:45.252764 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:45.266619 run  osmo-ms-virt-phy/00095(pid=129): Launched
22:48:45.273015 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:45.287681 run  osmo-ms-virt-phy/00096(pid=130): Launched
22:48:45.295500 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:45.311812 run  osmo-ms-virt-phy/00097(pid=131): Launched
22:48:45.319309 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:45.335220 run  osmo-ms-virt-phy/00098(pid=132): Launched
22:48:45.342508 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:45.358330 run  osmo-ms-virt-phy/00099(pid=133): Launched
22:48:45.365658 run                             mass: Checking if sockets are in the filesystem
22:48:45.380587 run                osmo-ms-mob/00000: Starting mobile
22:48:45.396976 run       osmo-ms-mob/00000(pid=134): Launched
22:48:45.412885 run                             mass: MS start registered  {at=16541831.116207466, delay=0.008265631273388863, ms=00000}
22:48:49.580395 run                osmo-ms-mob/00001: Starting mobile
22:48:49.595539 run       osmo-ms-mob/00001(pid=135): Launched
22:48:49.608477 run                             mass: MS start registered  {at=16541835.311804531, delay=0.005986271426081657, ms=00001}
22:48:50.636602 run                             mass: MS performed LU  {at=16541836.33989689, lu_delay=5.223689423874021, ms=00000}
22:48:51.385266 run                osmo-ms-mob/00002: Starting mobile
22:48:51.406322 run       osmo-ms-mob/00002(pid=136): Launched
22:48:51.426944 run                             mass: MS start registered  {at=16541837.130219756, delay=0.010433156043291092, ms=00002}
22:48:52.775162 run                osmo-ms-mob/00003: Starting mobile
22:48:52.809903 run       osmo-ms-mob/00003(pid=137): Launched
22:48:52.827459 run                             mass: Starting too slowly. Moving on {now=16541838.530809462, sleep=-0.054730797186493874, target=16541838.476078665}
22:48:52.844188 run                             mass: MS start registered  {at=16541838.547516637, delay=0.016713453456759453, ms=00003}
22:48:53.787350 run                osmo-ms-mob/00004: Starting mobile
22:48:53.812798 run       osmo-ms-mob/00004(pid=138): Launched
22:48:53.829363 run                             mass: MS start registered  {at=16541839.532674508, delay=0.0005199257284402847, ms=00004}
22:48:54.402411 run                             mass: MS performed LU  {at=16541840.105714647, lu_delay=4.79391011595726, ms=00001}
22:48:54.782022 run                osmo-ms-mob/00005: Starting mobile
22:48:54.802337 run       osmo-ms-mob/00005(pid=139): Launched
22:48:54.817274 run                             mass: MS start registered  {at=16541840.520591635, delay=0.006484946236014366, ms=00005}
22:48:55.680403 run                osmo-ms-mob/00006: Starting mobile
22:48:55.697759 run       osmo-ms-mob/00006(pid=140): Launched
22:48:55.717505 run                             mass: MS start registered  {at=16541841.420819111, delay=0.010795461013913155, ms=00006}
22:48:56.303905 run                             mass: MS performed LU  {at=16541842.007185291, lu_delay=4.876965535804629, ms=00002}
22:48:56.581703 run                osmo-ms-mob/00007: Starting mobile
22:48:56.599092 run       osmo-ms-mob/00007(pid=141): Launched
22:48:56.613277 run                             mass: MS start registered  {at=16541842.31661232, delay=0.003465358167886734, ms=00007}
22:48:57.928815 run                osmo-ms-mob/00008: Starting mobile
22:48:57.959119 run       osmo-ms-mob/00008(pid=142): Launched
22:48:57.974531 run                             mass: Starting too slowly. Moving on {now=16541843.677891085, sleep=-0.5018124375492334, target=16541843.176078647}
22:48:57.987992 run                             mass: MS start registered  {at=16541843.69133586, delay=0.01344856433570385, ms=00008}
22:48:58.002139 run                             mass: Starting too slowly. Moving on {now=16541843.705499174, sleep=-0.4294205270707607, target=16541843.276078647}
22:48:58.015790 run                             mass: Starting too slowly. Moving on {now=16541843.719150262, sleep=-0.34307161532342434, target=16541843.376078647}
22:48:58.029736 run                             mass: Starting too slowly. Moving on {now=16541843.733094305, sleep=-0.25701565854251385, target=16541843.476078646}
22:48:58.043479 run                             mass: Starting too slowly. Moving on {now=16541843.746840648, sleep=-0.17076200246810913, target=16541843.576078646}
22:48:58.057347 run                             mass: Starting too slowly. Moving on {now=16541843.760708941, sleep=-0.08463029563426971, target=16541843.676078646}
22:48:58.081697 run                osmo-ms-mob/00009: Starting mobile
22:48:58.097279 run       osmo-ms-mob/00009(pid=143): Launched
22:48:58.117550 run                             mass: MS start registered  {at=16541843.820850223, delay=0.0124495979398489, ms=00009}
22:48:58.787059 run                osmo-ms-mob/00010: Starting mobile
22:48:58.813349 run       osmo-ms-mob/00010(pid=144): Launched
22:48:58.838177 run                             mass: MS start registered  {at=16541844.541489767, delay=0.014543585479259491, ms=00010}
22:48:58.873803 run                             mass: MS performed LU  {at=16541844.5771273, lu_delay=6.02961066365242, ms=00003}
22:48:59.380605 run                osmo-ms-mob/00011: Starting mobile
22:48:59.395722 run       osmo-ms-mob/00011(pid=145): Launched
22:48:59.407592 run                             mass: MS start registered  {at=16541845.110939259, delay=0.005040930584073067, ms=00011}
22:48:59.986441 run                osmo-ms-mob/00012: Starting mobile
22:49:00.010480 run       osmo-ms-mob/00012(pid=146): Launched
22:49:00.024669 run                             mass: MS start registered  {at=16541845.7279648, delay=0.005958303809165955, ms=00012}
22:49:00.069773 run                             mass: MS performed LU  {at=16541845.773076689, lu_delay=5.252485053613782, ms=00005}
22:49:00.097485 run                             mass: MS performed LU  {at=16541845.800809054, lu_delay=6.268134545534849, ms=00004}
22:49:00.589119 run                osmo-ms-mob/00013: Starting mobile
22:49:00.623464 run       osmo-ms-mob/00013(pid=147): Launched
22:49:00.644105 run                             mass: MS start registered  {at=16541846.347415417, delay=0.010835455730557442, ms=00013}
22:49:01.191776 run                osmo-ms-mob/00014: Starting mobile
22:49:01.240262 run       osmo-ms-mob/00014(pid=148): Launched
22:49:01.269454 run                             mass: MS start registered  {at=16541846.972731914, delay=0.008678721264004707, ms=00014}
22:49:01.782071 run                osmo-ms-mob/00015: Starting mobile
22:49:01.799784 run       osmo-ms-mob/00015(pid=149): Launched
22:49:01.816774 run                             mass: MS start registered  {at=16541847.520092437, delay=0.008296381682157516, ms=00015}
22:49:01.934214 run                             mass: MS performed LU  {at=16541847.63754286, lu_delay=5.320930540561676, ms=00007}
22:49:01.999268 run                             mass: MS performed LU  {at=16541847.702566294, lu_delay=6.281747182831168, ms=00006}
22:49:02.284304 run                osmo-ms-mob/00016: Starting mobile
22:49:02.302059 run       osmo-ms-mob/00016(pid=150): Launched
22:49:02.318117 run                             mass: MS start registered  {at=16541848.021448676, delay=0.008343959227204323, ms=00016}
22:49:02.779869 run                osmo-ms-mob/00017: Starting mobile
22:49:02.795614 run       osmo-ms-mob/00017(pid=151): Launched
22:49:02.809366 run                             mass: MS start registered  {at=16541848.51269851, delay=0.006377527490258217, ms=00017}
22:49:03.379865 run                osmo-ms-mob/00018: Starting mobile
22:49:03.395293 run       osmo-ms-mob/00018(pid=152): Launched
22:49:03.407622 run                             mass: MS start registered  {at=16541849.110962018, delay=0.004901435226202011, ms=00018}
22:49:03.780673 run                osmo-ms-mob/00019: Starting mobile
22:49:03.799054 run       osmo-ms-mob/00019(pid=153): Launched
22:49:03.812868 run                             mass: MS start registered  {at=16541849.516205072, delay=0.005670689046382904, ms=00019}
22:49:03.834960 run                             mass: MS performed LU  {at=16541849.538290977, lu_delay=4.996801210567355, ms=00010}
22:49:03.862796 run                             mass: MS performed LU  {at=16541849.566128315, lu_delay=5.745278092101216, ms=00009}
22:49:03.950425 run                             mass: MS performed LU  {at=16541849.653759727, lu_delay=4.54282046854496, ms=00011}
22:49:03.969187 run                             mass: MS performed LU  {at=16541849.672522796, lu_delay=5.981186935678124, ms=00008}
22:49:03.983446 run                osmo-ms-mob/00020: Starting mobile
22:49:03.998893 run       osmo-ms-mob/00020(pid=154): Launched
22:49:04.011676 run                             mass: MS start registered  {at=16541849.7149986, delay=0.005037158727645874, ms=00020}
22:49:04.785429 run                osmo-ms-mob/00021: Starting mobile
22:49:04.801704 run       osmo-ms-mob/00021(pid=155): Launched
22:49:04.814146 run                             mass: MS start registered  {at=16541850.517495608, delay=0.0050497036427259445, ms=00021}
22:49:05.183833 run                osmo-ms-mob/00022: Starting mobile
22:49:05.201159 run       osmo-ms-mob/00022(pid=156): Launched
22:49:05.213505 run                             mass: MS start registered  {at=16541850.916840665, delay=0.005379091948270798, ms=00022}
22:49:05.678729 run                osmo-ms-mob/00023: Starting mobile
22:49:05.692815 run       osmo-ms-mob/00023(pid=157): Launched
22:49:05.700093 run                             mass: MS performed LU  {at=16541851.403440475, lu_delay=5.675475675612688, ms=00012}
22:49:05.706943 run                             mass: MS start registered  {at=16541851.410306977, delay=0.007595164701342583, ms=00023}
22:49:05.764807 run                             mass: MS performed LU  {at=16541851.468139827, lu_delay=5.120724409818649, ms=00013}
22:49:05.870222 run                             mass: MS performed LU  {at=16541851.573555427, lu_delay=4.600823512300849, ms=00014}
22:49:05.882115 run                osmo-ms-mob/00024: Starting mobile
22:49:05.896904 run       osmo-ms-mob/00024(pid=158): Launched
22:49:05.910070 run                             mass: MS start registered  {at=16541851.61341083, delay=0.006204640492796898, ms=00024}
22:49:06.582131 run                osmo-ms-mob/00025: Starting mobile
22:49:06.597125 run       osmo-ms-mob/00025(pid=159): Launched
22:49:06.609408 run                             mass: MS start registered  {at=16541852.312748555, delay=0.005030244588851929, ms=00025}
22:49:06.979171 run                osmo-ms-mob/00026: Starting mobile
22:49:06.993137 run       osmo-ms-mob/00026(pid=160): Launched
22:49:07.005095 run                             mass: MS start registered  {at=16541852.708421905, delay=0.005309555679559708, ms=00026}
22:49:07.379402 run                osmo-ms-mob/00027: Starting mobile
22:49:07.393935 run       osmo-ms-mob/00027(pid=161): Launched
22:49:07.406155 run                             mass: MS start registered  {at=16541853.10948291, delay=0.005239496007561684, ms=00027}
22:49:07.601406 run                             mass: MS performed LU  {at=16541853.304736784, lu_delay=5.283288108184934, ms=00016}
22:49:07.629118 run                             mass: MS performed LU  {at=16541853.332453229, lu_delay=4.819754717871547, ms=00017}
22:49:07.643067 run                osmo-ms-mob/00028: Starting mobile
22:49:07.658573 run       osmo-ms-mob/00028(pid=162): Launched
22:49:07.671183 run                             mass: MS start registered  {at=16541853.374526324, delay=0.00545143149793148, ms=00028}
22:49:07.716038 run                             mass: MS performed LU  {at=16541853.419372655, lu_delay=5.899280218407512, ms=00015}
22:49:08.179497 run                osmo-ms-mob/00029: Starting mobile
22:49:08.195185 run       osmo-ms-mob/00029(pid=163): Launched
22:49:08.208497 run                             mass: MS start registered  {at=16541853.911833989, delay=0.005403660237789154, ms=00029}
22:49:08.580726 run                osmo-ms-mob/00030: Starting mobile
22:49:08.598587 run       osmo-ms-mob/00030(pid=164): Launched
22:49:08.613789 run                             mass: MS start registered  {at=16541854.317127455, delay=3.64501029253006e-05, ms=00030}
22:49:08.980738 run                osmo-ms-mob/00031: Starting mobile
22:49:08.995641 run       osmo-ms-mob/00031(pid=165): Launched
22:49:09.007841 run                             mass: MS start registered  {at=16541854.711190226, delay=0.005299899727106094, ms=00031}
22:49:09.279075 run                osmo-ms-mob/00032: Starting mobile
22:49:09.294680 run       osmo-ms-mob/00032(pid=166): Launched
22:49:09.307133 run                             mass: MS start registered  {at=16541855.010479, delay=0.0053716301918029785, ms=00032}
22:49:09.382027 run                             mass: MS performed LU  {at=16541855.085363273, lu_delay=5.56915820017457, ms=00019}
22:49:09.466047 run                             mass: MS performed LU  {at=16541855.169370579, lu_delay=4.6518749706447124, ms=00021}
22:49:09.529801 run                             mass: MS performed LU  {at=16541855.233133323, lu_delay=5.5181347243487835, ms=00020}
22:49:09.542694 run                osmo-ms-mob/00033: Starting mobile
22:49:09.558471 run       osmo-ms-mob/00033(pid=167): Launched
22:49:09.571588 run                             mass: MS start registered  {at=16541855.274898948, delay=0.005618866533041, ms=00033}
22:49:09.635864 run                             mass: MS performed LU  {at=16541855.339188926, lu_delay=6.228226907551289, ms=00018}
22:49:10.079670 run                osmo-ms-mob/00034: Starting mobile
22:49:10.095889 run       osmo-ms-mob/00034(pid=168): Launched
22:49:10.109080 run                             mass: MS start registered  {at=16541855.812427366, delay=0.005462421104311943, ms=00034}
22:49:10.378860 run                osmo-ms-mob/00035: Starting mobile
22:49:10.393523 run       osmo-ms-mob/00035(pid=169): Launched
22:49:10.405569 run                             mass: MS start registered  {at=16541856.108917665, delay=0.005265463143587112, ms=00035}
22:49:10.779141 run                osmo-ms-mob/00036: Starting mobile
22:49:10.793849 run       osmo-ms-mob/00036(pid=170): Launched
22:49:10.806945 run                             mass: MS start registered  {at=16541856.510283204, delay=0.0063041094690561295, ms=00036}
22:49:11.189520 run                osmo-ms-mob/00037: Starting mobile
22:49:11.230715 run       osmo-ms-mob/00037(pid=171): Launched
22:49:11.253237 run                             mass: MS start registered  {at=16541856.956542581, delay=0.003167117014527321, ms=00037}
22:49:11.367499 run                             mass: MS performed LU  {at=16541857.07081176, lu_delay=4.362389855086803, ms=00026}
22:49:11.394396 run                             mass: MS performed LU  {at=16541857.097686416, lu_delay=4.784937860444188, ms=00025}
22:49:11.411389 run                osmo-ms-mob/00038: Starting mobile
22:49:11.430960 run       osmo-ms-mob/00038(pid=172): Launched
22:49:11.452485 run                             mass: MS start registered  {at=16541857.155793658, delay=0.010995844379067421, ms=00038}
22:49:11.482356 run                             mass: MS performed LU  {at=16541857.18566787, lu_delay=5.775360893458128, ms=00023}
22:49:11.538331 run                             mass: MS performed LU  {at=16541857.241632635, lu_delay=5.628221804276109, ms=00024}
22:49:11.571118 run                osmo-ms-mob/00039: Starting mobile
22:49:11.612598 run       osmo-ms-mob/00039(pid=173): Launched
22:49:11.632735 run                             mass: MS performed LU  {at=16541857.336062113, lu_delay=6.419221447780728, ms=00022}
22:49:11.653421 run                             mass: MS start registered  {at=16541857.356763942, delay=0.020768139511346817, ms=00039}
22:49:12.181108 run                osmo-ms-mob/00040: Starting mobile
22:49:12.199655 run       osmo-ms-mob/00040(pid=174): Launched
22:49:12.214573 run                             mass: MS start registered  {at=16541857.917901795, delay=0.006705433130264282, ms=00040}
22:49:12.481122 run                osmo-ms-mob/00041: Starting mobile
22:49:12.494967 run       osmo-ms-mob/00041(pid=175): Launched
22:49:12.506976 run                             mass: MS start registered  {at=16541858.210323565, delay=0.0034634489566087723, ms=00041}
22:49:12.779529 run                osmo-ms-mob/00042: Starting mobile
22:49:12.795700 run       osmo-ms-mob/00042(pid=176): Launched
22:49:12.807011 run                             mass: MS start registered  {at=16541858.510363448, delay=0.004645496606826782, ms=00042}
22:49:13.147896 run                             mass: MS performed LU  {at=16541858.851231758, lu_delay=5.4767054338008165, ms=00028}
22:49:13.160477 run                osmo-ms-mob/00043: Starting mobile
22:49:13.175077 run       osmo-ms-mob/00043(pid=177): Launched
22:49:13.187244 run                             mass: MS start registered  {at=16541858.890585983, delay=0.0056105852127075195, ms=00043}
22:49:13.231058 run                             mass: MS performed LU  {at=16541858.934391918, lu_delay=4.617264462634921, ms=00030}
22:49:13.295868 run                             mass: MS performed LU  {at=16541858.999198126, lu_delay=5.889715215191245, ms=00027}
22:49:13.315158 run                osmo-ms-mob/00044: Starting mobile
22:49:13.329251 run       osmo-ms-mob/00044(pid=178): Launched
22:49:13.340761 run                             mass: MS start registered  {at=16541859.044096135, delay=0.00510852225124836, ms=00044}
22:49:13.401862 run                             mass: MS performed LU  {at=16541859.105172548, lu_delay=5.193338559940457, ms=00029}
22:49:14.049042 run                osmo-ms-mob/00045: Starting mobile
22:49:14.062882 run       osmo-ms-mob/00045(pid=179): Launched
22:49:14.069353 run                             mass: Starting too slowly. Moving on {now=16541859.772722252, sleep=-0.19664366543293, target=16541859.576078586}
22:49:14.075346 run                             mass: MS start registered  {at=16541859.778703691, delay=0.005983829498291016, ms=00045}
22:49:14.081836 run                             mass: Starting too slowly. Moving on {now=16541859.785202743, sleep=-0.10912415757775307, target=16541859.676078586}
22:49:14.087871 run                             mass: Starting too slowly. Moving on {now=16541859.79123945, sleep=-0.015160864219069481, target=16541859.776078586}
22:49:14.100133 run                osmo-ms-mob/00046: Starting mobile
22:49:14.114499 run       osmo-ms-mob/00046(pid=180): Launched
22:49:14.126213 run                             mass: MS start registered  {at=16541859.829558559, delay=0.004984969273209572, ms=00046}
22:49:14.388274 run                osmo-ms-mob/00047: Starting mobile
22:49:14.402434 run       osmo-ms-mob/00047(pid=181): Launched
22:49:14.414159 run                             mass: MS start registered  {at=16541860.117503667, delay=0.0051251184195280075, ms=00047}
22:49:14.678702 run                osmo-ms-mob/00048: Starting mobile
22:49:14.693127 run       osmo-ms-mob/00048(pid=182): Launched
22:49:14.704437 run                             mass: MS start registered  {at=16541860.407787586, delay=0.0048223938792943954, ms=00048}
22:49:14.978845 run                osmo-ms-mob/00049: Starting mobile
22:49:14.993204 run       osmo-ms-mob/00049(pid=183): Launched
22:49:15.004483 run                             mass: MS start registered  {at=16541860.707830632, delay=0.004776539281010628, ms=00049}
22:49:15.279225 run                osmo-ms-mob/00050: Starting mobile
22:49:15.293206 run       osmo-ms-mob/00050(pid=184): Launched
22:49:15.305242 run                             mass: MS start registered  {at=16541861.008580947, delay=0.005740644410252571, ms=00050}
22:49:15.603737 run                             mass: MS performed LU  {at=16541861.307049027, lu_delay=6.296570027247071, ms=00032}
22:49:15.615871 run                osmo-ms-mob/00051: Starting mobile
22:49:15.629836 run       osmo-ms-mob/00051(pid=185): Launched
22:49:15.636847 run                             mass: MS performed LU  {at=16541861.340200905, lu_delay=6.0653019566088915, ms=00033}
22:49:15.648413 run                             mass: MS start registered  {at=16541861.351772994, delay=0.011596526950597763, ms=00051}
22:49:15.718958 run                             mass: MS performed LU  {at=16541861.422290023, lu_delay=6.711099797859788, ms=00031}
22:49:15.731447 run                osmo-ms-mob/00052: Starting mobile
22:49:15.745481 run       osmo-ms-mob/00052(pid=186): Launched
22:49:15.757320 run                             mass: MS start registered  {at=16541861.460668407, delay=0.004990668967366219, ms=00052}
22:49:15.774100 run                             mass: MS performed LU  {at=16541861.477434829, lu_delay=4.967151625081897, ms=00036}
22:49:15.792757 run                             mass: MS performed LU  {at=16541861.496091979, lu_delay=5.387174313887954, ms=00035}
22:49:15.804833 run                osmo-ms-mob/00053: Starting mobile
22:49:15.819366 run       osmo-ms-mob/00053(pid=187): Launched
22:49:15.826019 run                             mass: MS performed LU  {at=16541861.529374024, lu_delay=5.71694665774703, ms=00034}
22:49:15.832227 run                             mass: MS start registered  {at=16541861.535592541, delay=0.006240295246243477, ms=00053}
22:49:16.579423 run                osmo-ms-mob/00054: Starting mobile
22:49:16.593033 run       osmo-ms-mob/00054(pid=188): Launched
22:49:16.604478 run                             mass: MS start registered  {at=16541862.307824448, delay=0.004981134086847305, ms=00054}
22:49:16.879538 run                osmo-ms-mob/00055: Starting mobile
22:49:16.893397 run       osmo-ms-mob/00055(pid=189): Launched
22:49:16.905461 run                             mass: MS start registered  {at=16541862.608797917, delay=0.005512606352567673, ms=00055}
22:49:16.914384 run                             mass: MS performed LU  {at=16541862.617733886, lu_delay=5.260969944298267, ms=00039}
22:49:16.997090 run                             mass: MS performed LU  {at=16541862.700425249, lu_delay=5.743882667273283, ms=00037}
22:49:17.008717 run                osmo-ms-mob/00056: Starting mobile
22:49:17.022223 run       osmo-ms-mob/00056(pid=190): Launched
22:49:17.033252 run                             mass: MS start registered  {at=16541862.736602064, delay=0.004515882581472397, ms=00056}
22:49:17.061543 run                             mass: MS performed LU  {at=16541862.764877388, lu_delay=5.609083730727434, ms=00038}
22:49:17.168154 run                             mass: MS performed LU  {at=16541862.87148891, lu_delay=4.953587114810944, ms=00040}
22:49:17.180345 run                osmo-ms-mob/00057: Starting mobile
22:49:17.194998 run       osmo-ms-mob/00057(pid=191): Launched
22:49:17.206659 run                             mass: MS start registered  {at=16541862.909996169, delay=0.005291938781738281, ms=00057}
22:49:17.241571 run                             mass: MS performed LU  {at=16541862.944891367, lu_delay=4.734567802399397, ms=00041}
22:49:17.879372 run                osmo-ms-mob/00058: Starting mobile
22:49:17.893932 run       osmo-ms-mob/00058(pid=192): Launched
22:49:17.905259 run                             mass: MS start registered  {at=16541863.60861065, delay=0.00421479158103466, ms=00058}
22:49:18.179401 run                osmo-ms-mob/00059: Starting mobile
22:49:18.193765 run       osmo-ms-mob/00059(pid=193): Launched
22:49:18.206158 run                             mass: MS start registered  {at=16541863.909463853, delay=0.0057968273758888245, ms=00059}
22:49:18.481568 run                osmo-ms-mob/00060: Starting mobile
22:49:18.497329 run       osmo-ms-mob/00060(pid=194): Launched
22:49:18.508930 run                             mass: MS start registered  {at=16541864.212279182, delay=0.0051323845982551575, ms=00060}
22:49:18.878788 run                osmo-ms-mob/00061: Starting mobile
22:49:18.892764 run       osmo-ms-mob/00061(pid=195): Launched
22:49:18.900177 run                             mass: MS performed LU  {at=16541864.603524722, lu_delay=4.824821030721068, ms=00045}
22:49:18.908631 run                             mass: MS start registered  {at=16541864.611990146, delay=0.008493458852171898, ms=00061}
22:49:18.926523 run                             mass: MS performed LU  {at=16541864.62985615, lu_delay=4.512352483347058, ms=00047}
22:49:18.938363 run                osmo-ms-mob/00062: Starting mobile
22:49:18.952116 run       osmo-ms-mob/00062(pid=196): Launched
22:49:18.963381 run                             mass: MS start registered  {at=16541864.666727904, delay=0.004759743809700012, ms=00062}
22:49:19.013747 run                             mass: MS performed LU  {at=16541864.717080023, lu_delay=4.887521464377642, ms=00046}
22:49:19.070450 run                             mass: MS performed LU  {at=16541864.773713654, lu_delay=5.729617519304156, ms=00044}
22:49:19.452008 run                osmo-ms-mob/00063: Starting mobile
22:49:19.479751 run       osmo-ms-mob/00063(pid=197): Launched
22:49:19.486535 run                             mass: MS performed LU  {at=16541865.189890552, lu_delay=6.299304569140077, ms=00043}
22:49:19.492710 run                             mass: MS performed LU  {at=16541865.19607448, lu_delay=6.685711031779647, ms=00042}
22:49:19.499248 run                             mass: MS start registered  {at=16541865.202612508, delay=0.012744326144456863, ms=00063}
22:49:20.306897 run                osmo-ms-mob/00064: Starting mobile
22:49:20.324214 run       osmo-ms-mob/00064(pid=198): Launched
22:49:20.330436 run                             mass: Starting too slowly. Moving on {now=16541866.033804625, sleep=-0.35772606171667576, target=16541865.676078564}
22:49:20.336275 run                             mass: MS start registered  {at=16541866.039633853, delay=0.005831731483340263, ms=00064}
22:49:20.342285 run                             mass: Starting too slowly. Moving on {now=16541866.045654492, sleep=-0.2695759292691946, target=16541865.776078563}
22:49:20.348091 run                             mass: Starting too slowly. Moving on {now=16541866.051462473, sleep=-0.17538391053676605, target=16541865.876078563}
22:49:20.353930 run                             mass: Starting too slowly. Moving on {now=16541866.057300985, sleep=-0.08122242242097855, target=16541865.976078562}
22:49:20.871356 run                osmo-ms-mob/00065: Starting mobile
22:49:20.913166 run       osmo-ms-mob/00065(pid=199): Launched
22:49:20.919550 run                             mass: Starting too slowly. Moving on {now=16541866.622918352, sleep=-0.5468397904187441, target=16541866.076078562}
22:49:20.925609 run                             mass: Starting too slowly. Moving on {now=16541866.628976967, sleep=-0.45289840549230576, target=16541866.176078562}
22:49:20.931393 run                             mass: MS start registered  {at=16541866.634751463, delay=0.011835301294922829, ms=00065}
22:49:20.937490 run                             mass: Starting too slowly. Moving on {now=16541866.640858358, sleep=-0.3647797964513302, target=16541866.276078561}
22:49:20.948531 run                osmo-ms-mob/00066: Starting mobile
22:49:20.962583 run       osmo-ms-mob/00066(pid=200): Launched
22:49:20.969042 run                             mass: Starting too slowly. Moving on {now=16541866.672410568, sleep=-0.29633200727403164, target=16541866.376078561}
22:49:20.975369 run                             mass: MS start registered  {at=16541866.6787271, delay=0.006318818777799606, ms=00066}
22:49:20.981511 run                             mass: Starting too slowly. Moving on {now=16541866.68488023, sleep=-0.20880166999995708, target=16541866.47607856}
22:49:20.987464 run                             mass: Starting too slowly. Moving on {now=16541866.690835375, sleep=-0.11475681513547897, target=16541866.57607856}
22:49:20.993549 run                             mass: Starting too slowly. Moving on {now=16541866.696915338, sleep=-0.020836777985095978, target=16541866.67607856}
22:49:21.005279 run                osmo-ms-mob/00067: Starting mobile
22:49:21.019555 run       osmo-ms-mob/00067(pid=201): Launched
22:49:21.031020 run                             mass: MS start registered  {at=16541866.734371264, delay=0.005151316523551941, ms=00067}
22:49:21.279707 run                osmo-ms-mob/00068: Starting mobile
22:49:21.293800 run       osmo-ms-mob/00068(pid=202): Launched
22:49:21.305397 run                             mass: MS start registered  {at=16541867.00874674, delay=0.005004880949854851, ms=00068}
22:49:21.682738 run                osmo-ms-mob/00069: Starting mobile
22:49:21.697085 run       osmo-ms-mob/00069(pid=203): Launched
22:49:21.709181 run                             mass: MS start registered  {at=16541867.412522841, delay=0.005572076886892319, ms=00069}
22:49:21.852280 run                             mass: MS performed LU  {at=16541867.55558497, lu_delay=4.818982906639576, ms=00056}
22:49:21.875497 run                             mass: MS performed LU  {at=16541867.578835592, lu_delay=3.6693717390298843, ms=00059}
22:49:21.949178 run                             mass: MS performed LU  {at=16541867.652511634, lu_delay=6.944681001827121, ms=00049}
22:49:21.961084 run                osmo-ms-mob/00070: Starting mobile
22:49:21.974853 run       osmo-ms-mob/00070(pid=204): Launched
22:49:21.981411 run                             mass: MS performed LU  {at=16541867.684767077, lu_delay=6.224098669365048, ms=00052}
22:49:21.988483 run                             mass: MS performed LU  {at=16541867.691845778, lu_delay=7.284058192744851, ms=00048}
22:49:21.995088 run                             mass: MS performed LU  {at=16541867.69843409, lu_delay=6.162841549143195, ms=00053}
22:49:22.001619 run                             mass: MS start registered  {at=16541867.704983298, delay=0.020238157361745834, ms=00070}
22:49:22.014150 run                osmo-ms-mob/00071: Starting mobile
22:49:22.028170 run       osmo-ms-mob/00071(pid=205): Launched
22:49:22.039906 run                             mass: MS start registered  {at=16541867.743254235, delay=0.005014259368181229, ms=00071}
22:49:22.091875 run                             mass: MS performed LU  {at=16541867.795185572, lu_delay=6.4434125777333975, ms=00051}
22:49:22.110911 run                             mass: MS performed LU  {at=16541867.81424902, lu_delay=6.805668072775006, ms=00050}
22:49:22.553920 run                             mass: MS performed LU  {at=16541868.257256938, lu_delay=4.648646287620068, ms=00058}
22:49:22.565983 run                osmo-ms-mob/00072: Starting mobile
22:49:22.580489 run       osmo-ms-mob/00072(pid=206): Launched
22:49:22.591932 run                             mass: MS start registered  {at=16541868.295282915, delay=0.00493633933365345, ms=00072}
22:49:22.600065 run                             mass: MS performed LU  {at=16541868.303413104, lu_delay=5.995588656514883, ms=00054}
22:49:22.618024 run                             mass: MS performed LU  {at=16541868.32136523, lu_delay=5.411369061097503, ms=00057}
22:49:22.636422 run                             mass: MS performed LU  {at=16541868.339771427, lu_delay=5.730973510071635, ms=00055}
22:49:22.648297 run                osmo-ms-mob/00073: Starting mobile
22:49:22.662500 run       osmo-ms-mob/00073(pid=207): Launched
22:49:22.673944 run                             mass: MS start registered  {at=16541868.377291566, delay=0.004867693409323692, ms=00073}
22:49:23.495290 run                             mass: MS performed LU  {at=16541869.19862705, lu_delay=3.996014541015029, ms=00063}
22:49:23.679846 run                osmo-ms-mob/00074: Starting mobile
22:49:23.693984 run       osmo-ms-mob/00074(pid=208): Launched
22:49:23.705600 run                             mass: MS start registered  {at=16541869.4089442, delay=0.005076006054878235, ms=00074}
22:49:24.083705 run                osmo-ms-mob/00075: Starting mobile
22:49:24.100107 run       osmo-ms-mob/00075(pid=209): Launched
22:49:24.111596 run                             mass: MS start registered  {at=16541869.81494457, delay=0.004899557679891586, ms=00075}
22:49:24.579294 run                osmo-ms-mob/00076: Starting mobile
22:49:24.593479 run       osmo-ms-mob/00076(pid=210): Launched
22:49:24.605133 run                             mass: MS start registered  {at=16541870.308481758, delay=0.005030946806073189, ms=00076}
22:49:24.992261 run                osmo-ms-mob/00077: Starting mobile
22:49:25.007844 run       osmo-ms-mob/00077(pid=211): Launched
22:49:25.019302 run                             mass: MS start registered  {at=16541870.722650882, delay=0.004897380247712135, ms=00077}
22:49:25.486207 run                osmo-ms-mob/00078: Starting mobile
22:49:25.501747 run       osmo-ms-mob/00078(pid=212): Launched
22:49:25.513021 run                             mass: MS start registered  {at=16541871.216363246, delay=0.004761053249239922, ms=00078}
22:49:25.623736 run                             mass: MS performed LU  {at=16541871.326990183, lu_delay=7.1147110015153885, ms=00060}
22:49:25.725062 run                             mass: MS performed LU  {at=16541871.428309904, lu_delay=6.761582000181079, ms=00062}
22:49:25.752147 run                             mass: MS performed LU  {at=16541871.455479676, lu_delay=6.843489529564977, ms=00061}
22:49:25.765897 run                osmo-ms-mob/00079: Starting mobile
22:49:25.779768 run       osmo-ms-mob/00079(pid=213): Launched
22:49:25.791193 run                             mass: MS start registered  {at=16541871.49453604, delay=0.0051039885729551315, ms=00079}
22:49:25.895559 run                             mass: MS performed LU  {at=16541871.598866781, lu_delay=3.8938834834843874, ms=00070}
22:49:25.902175 run                             mass: MS performed LU  {at=16541871.60554003, lu_delay=3.8622857946902514, ms=00071}
22:49:26.347084 run                             mass: MS performed LU  {at=16541872.050416846, lu_delay=6.010782992467284, ms=00064}
22:49:26.359230 run                osmo-ms-mob/00080: Starting mobile
22:49:26.373536 run       osmo-ms-mob/00080(pid=214): Launched
22:49:26.380191 run                             mass: MS performed LU  {at=16541872.083543308, lu_delay=5.448791844770312, ms=00065}
22:49:26.386726 run                             mass: MS performed LU  {at=16541872.090089535, lu_delay=5.411362435668707, ms=00066}
22:49:26.392852 run                             mass: MS start registered  {at=16541872.096215224, delay=0.012697184458374977, ms=00080}
22:49:26.638292 run                             mass: MS performed LU  {at=16541872.341589779, lu_delay=4.929066937416792, ms=00069}
22:49:26.658513 run                             mass: MS performed LU  {at=16541872.361870524, lu_delay=5.353123784065247, ms=00068}
22:49:26.670346 run                osmo-ms-mob/00081: Starting mobile
22:49:26.684254 run       osmo-ms-mob/00081(pid=215): Launched
22:49:26.690423 run                             mass: MS performed LU  {at=16541872.393781751, lu_delay=5.659410487860441, ms=00067}
22:49:26.697232 run                             mass: MS start registered  {at=16541872.400595987, delay=0.00683441199362278, ms=00081}
22:49:27.279868 run                osmo-ms-mob/00082: Starting mobile
22:49:27.294857 run       osmo-ms-mob/00082(pid=216): Launched
22:49:27.301350 run                             mass: MS performed LU  {at=16541873.004706992, lu_delay=3.5957627911120653, ms=00074}
22:49:27.308115 run                             mass: MS start registered  {at=16541873.011476533, delay=0.006790094077587128, ms=00082}
22:49:27.879515 run                osmo-ms-mob/00083: Starting mobile
22:49:27.893818 run       osmo-ms-mob/00083(pid=217): Launched
22:49:27.905079 run                             mass: MS start registered  {at=16541873.60843194, delay=0.004886304959654808, ms=00083}
22:49:28.294867 run                             mass: MS performed LU  {at=16541873.998174787, lu_delay=5.620883220806718, ms=00073}
22:49:28.306813 run                osmo-ms-mob/00084: Starting mobile
22:49:28.321060 run       osmo-ms-mob/00084(pid=218): Launched
22:49:28.333061 run                             mass: MS start registered  {at=16541874.036398387, delay=0.005378900095820427, ms=00084}
22:49:28.359342 run                             mass: MS performed LU  {at=16541874.062690914, lu_delay=5.76740799844265, ms=00072}
22:49:28.879206 run                osmo-ms-mob/00085: Starting mobile
22:49:28.893461 run       osmo-ms-mob/00085(pid=219): Launched
22:49:28.905018 run                             mass: MS start registered  {at=16541874.608371392, delay=0.004832545295357704, ms=00085}
22:49:29.478929 run                osmo-ms-mob/00086: Starting mobile
22:49:29.492803 run       osmo-ms-mob/00086(pid=220): Launched
22:49:29.503917 run                             mass: MS start registered  {at=16541875.207269749, delay=0.004835247993469238, ms=00086}
22:49:30.090652 run                osmo-ms-mob/00087: Starting mobile
22:49:30.106223 run       osmo-ms-mob/00087(pid=221): Launched
22:49:30.117247 run                             mass: MS start registered  {at=16541875.82059804, delay=0.004747193306684494, ms=00087}
22:49:30.196525 run                             mass: MS performed LU  {at=16541875.899778161, lu_delay=4.683414915576577, ms=00078}
22:49:30.224310 run                             mass: MS performed LU  {at=16541875.927635595, lu_delay=5.6191538367420435, ms=00076}
22:49:30.312157 run                             mass: MS performed LU  {at=16541876.015421564, lu_delay=6.200476992875338, ms=00075}
22:49:30.344704 run                             mass: MS performed LU  {at=16541876.04803466, lu_delay=5.3253837786614895, ms=00077}
22:49:30.355350 run                             mass: MS performed LU  {at=16541876.058713702, lu_delay=4.5641776621341705, ms=00079}
22:49:30.366972 run                osmo-ms-mob/00088: Starting mobile
22:49:30.380603 run       osmo-ms-mob/00088(pid=222): Launched
22:49:30.391617 run                             mass: MS start registered  {at=16541876.094966162, delay=0.004549721255898476, ms=00088}
22:49:31.278562 run                osmo-ms-mob/00089: Starting mobile
22:49:31.293498 run       osmo-ms-mob/00089(pid=223): Launched
22:49:31.304789 run                             mass: MS start registered  {at=16541877.008141384, delay=0.0048925988376140594, ms=00089}
22:49:31.878666 run                osmo-ms-mob/00090: Starting mobile
22:49:31.892748 run       osmo-ms-mob/00090(pid=224): Launched
22:49:31.908088 run                             mass: MS start registered  {at=16541877.611445911, delay=2.0166859030723572e-05, ms=00090}
22:49:32.015248 run                             mass: MS performed LU  {at=16541877.71857463, lu_delay=5.6223594062030315, ms=00080}
22:49:32.060675 run                             mass: MS performed LU  {at=16541877.763915805, lu_delay=4.752439271658659, ms=00082}
22:49:32.125676 run                             mass: MS performed LU  {at=16541877.829007559, lu_delay=5.4284115713089705, ms=00081}
22:49:32.594850 run                osmo-ms-mob/00091: Starting mobile
22:49:32.609062 run       osmo-ms-mob/00091(pid=225): Launched
22:49:32.620426 run                             mass: MS start registered  {at=16541878.323778259, delay=0.004796195775270462, ms=00091}
22:49:33.279340 run                osmo-ms-mob/00092: Starting mobile
22:49:33.298227 run       osmo-ms-mob/00092(pid=226): Launched
22:49:33.309594 run                             mass: MS start registered  {at=16541879.01294179, delay=0.004710514098405838, ms=00092}
22:49:33.961847 run                             mass: MS performed LU  {at=16541879.6651817, lu_delay=6.056749759241939, ms=00083}
22:49:33.989412 run                             mass: MS performed LU  {at=16541879.692756625, lu_delay=5.084385232999921, ms=00085}
22:49:34.000949 run                osmo-ms-mob/00093: Starting mobile
22:49:34.014574 run       osmo-ms-mob/00093(pid=227): Launched
22:49:34.025765 run                             mass: MS start registered  {at=16541879.729116606, delay=0.0047868117690086365, ms=00093}
22:49:34.077669 run                             mass: MS performed LU  {at=16541879.78100162, lu_delay=5.744603233411908, ms=00084}
22:49:34.330476 run                             mass: MS performed LU  {at=16541880.033812836, lu_delay=4.826543087139726, ms=00086}
22:49:34.992554 run                osmo-ms-mob/00094: Starting mobile
22:49:35.006986 run       osmo-ms-mob/00094(pid=228): Launched
22:49:35.018366 run                             mass: MS start registered  {at=16541880.72171896, delay=0.004966560751199722, ms=00094}
22:49:35.827975 run                             mass: MS performed LU  {at=16541881.53119946, lu_delay=5.710601421073079, ms=00087}
22:49:35.851662 run                osmo-ms-mob/00095: Starting mobile
22:49:35.865107 run       osmo-ms-mob/00095(pid=229): Launched
22:49:35.876969 run                             mass: MS start registered  {at=16541881.580316303, delay=0.005473081022500992, ms=00095}
22:49:35.890706 run                             mass: MS performed LU  {at=16541881.594043238, lu_delay=5.499077076092362, ms=00088}
22:49:35.997622 run                             mass: MS performed LU  {at=16541881.700937968, lu_delay=4.6927965842187405, ms=00089}
22:49:36.879546 run                osmo-ms-mob/00096: Starting mobile
22:49:36.893642 run       osmo-ms-mob/00096(pid=230): Launched
22:49:36.905392 run                             mass: MS start registered  {at=16541882.608738804, delay=0.005371728911995888, ms=00096}
22:49:37.727787 run                             mass: MS performed LU  {at=16541883.431101974, lu_delay=5.107323715463281, ms=00091}
22:49:37.979247 run                osmo-ms-mob/00097: Starting mobile
22:49:37.993009 run       osmo-ms-mob/00097(pid=231): Launched
22:49:37.999324 run                             mass: MS performed LU  {at=16541883.702682585, lu_delay=6.091236673295498, ms=00090}
22:49:38.005356 run                             mass: MS start registered  {at=16541883.708722658, delay=0.006060168147087097, ms=00097}
22:49:38.078456 run                             mass: MS performed LU  {at=16541883.781790826, lu_delay=4.7688490357249975, ms=00092}
22:49:39.279215 run                osmo-ms-mob/00098: Starting mobile
22:49:39.293202 run       osmo-ms-mob/00098(pid=232): Launched
22:49:39.304208 run                             mass: MS start registered  {at=16541885.007558625, delay=0.0048035066574811935, ms=00098}
22:49:39.593865 run                             mass: MS performed LU  {at=16541885.297125354, lu_delay=5.568008748814464, ms=00093}
22:49:39.891693 run                             mass: MS performed LU  {at=16541885.59501195, lu_delay=4.873292990028858, ms=00094}
22:49:41.093816 run                osmo-ms-mob/00099: Starting mobile
22:49:41.107419 run       osmo-ms-mob/00099(pid=233): Launched
22:49:41.113674 run                             mass: All started... {duration=55.74096213653684, too_slow=21}
22:49:41.119585 run                             mass: MS start registered  {at=16541886.822943516, delay=0.005906565114855766, ms=00099}
22:49:41.493908 run                             mass: MS performed LU  {at=16541887.19723322, lu_delay=4.588494416326284, ms=00096}
22:49:41.521531 run                             mass: MS performed LU  {at=16541887.224856002, lu_delay=5.644539698958397, ms=00095}
22:49:44.299261 run                             mass: MS performed LU  {at=16541890.00259215, lu_delay=6.293869491666555, ms=00097}
22:49:45.260184 run                             mass: MS performed LU  {at=16541890.963434072, lu_delay=5.955875447019935, ms=00098}
22:49:47.172067 run                             mass: MS performed LU  {at=16541892.875317605, lu_delay=6.05237408913672, ms=00099}
22:49:47.193740 run                             mass: Tests done {all_completed=True, max=7.284058192744851, min=3.5957627911120653}
22:49:47.199852 tst         register_default_mass.py: Test passed (85.2 sec)
22:49:47.205430 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminating (SIGTERM)
22:49:47.208783 run      osmo-hlr_127.0.42.2(pid=22): Terminating (SIGTERM)
22:49:47.212116 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminating (SIGTERM)
22:49:47.215411 run      osmo-stp_127.0.42.5(pid=24): Terminating (SIGTERM)
22:49:47.218722 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminating (SIGTERM)
22:49:47.222156 run      osmo-msc_127.0.42.6(pid=26): Terminating (SIGTERM)
22:49:47.225638 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminating (SIGTERM)
22:49:47.229087 run      osmo-mgw_127.0.42.3(pid=28): Terminating (SIGTERM)
22:49:47.232548 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminating (SIGTERM)
22:49:47.235994 run      osmo-mgw_127.0.42.4(pid=30): Terminating (SIGTERM)
22:49:47.239414 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminating (SIGTERM)
22:49:47.242890 run      osmo-bsc_127.0.42.7(pid=32): Terminating (SIGTERM)
22:49:47.246328 run         osmo-bts-virtual(pid=33): Terminating (SIGTERM)
22:49:47.250202 run   osmo-ms-virt-phy/00000(pid=34): Terminating (SIGTERM)
22:49:47.253745 run   osmo-ms-virt-phy/00001(pid=35): Terminating (SIGTERM)
22:49:47.257285 run   osmo-ms-virt-phy/00002(pid=36): Terminating (SIGTERM)
22:49:47.260785 run   osmo-ms-virt-phy/00003(pid=37): Terminating (SIGTERM)
22:49:47.264351 run   osmo-ms-virt-phy/00004(pid=38): Terminating (SIGTERM)
22:49:47.270210 run   osmo-ms-virt-phy/00005(pid=39): Terminating (SIGTERM)
22:49:47.275149 run   osmo-ms-virt-phy/00006(pid=40): Terminating (SIGTERM)
22:49:47.278838 run   osmo-ms-virt-phy/00007(pid=41): Terminating (SIGTERM)
22:49:47.282400 run   osmo-ms-virt-phy/00008(pid=42): Terminating (SIGTERM)
22:49:47.286616 run   osmo-ms-virt-phy/00009(pid=43): Terminating (SIGTERM)
22:49:47.290237 run   osmo-ms-virt-phy/00010(pid=44): Terminating (SIGTERM)
22:49:47.293765 run   osmo-ms-virt-phy/00011(pid=45): Terminating (SIGTERM)
22:49:47.297215 run   osmo-ms-virt-phy/00012(pid=46): Terminating (SIGTERM)
22:49:47.300657 run   osmo-ms-virt-phy/00013(pid=47): Terminating (SIGTERM)
22:49:47.304084 run   osmo-ms-virt-phy/00014(pid=48): Terminating (SIGTERM)
22:49:47.307766 run   osmo-ms-virt-phy/00015(pid=49): Terminating (SIGTERM)
22:49:47.311424 run   osmo-ms-virt-phy/00016(pid=50): Terminating (SIGTERM)
22:49:47.315551 run   osmo-ms-virt-phy/00017(pid=51): Terminating (SIGTERM)
22:49:47.319432 run   osmo-ms-virt-phy/00018(pid=52): Terminating (SIGTERM)
22:49:47.322965 run   osmo-ms-virt-phy/00019(pid=53): Terminating (SIGTERM)
22:49:47.326500 run   osmo-ms-virt-phy/00020(pid=54): Terminating (SIGTERM)
22:49:47.330045 run   osmo-ms-virt-phy/00021(pid=55): Terminating (SIGTERM)
22:49:47.333822 run   osmo-ms-virt-phy/00022(pid=56): Terminating (SIGTERM)
22:49:47.337395 run   osmo-ms-virt-phy/00023(pid=57): Terminating (SIGTERM)
22:49:47.340974 run   osmo-ms-virt-phy/00024(pid=58): Terminating (SIGTERM)
22:49:47.344549 run   osmo-ms-virt-phy/00025(pid=59): Terminating (SIGTERM)
22:49:47.348096 run   osmo-ms-virt-phy/00026(pid=60): Terminating (SIGTERM)
22:49:47.351697 run   osmo-ms-virt-phy/00027(pid=61): Terminating (SIGTERM)
22:49:47.355281 run   osmo-ms-virt-phy/00028(pid=62): Terminating (SIGTERM)
22:49:47.358916 run   osmo-ms-virt-phy/00029(pid=63): Terminating (SIGTERM)
22:49:47.362497 run   osmo-ms-virt-phy/00030(pid=64): Terminating (SIGTERM)
22:49:47.366065 run   osmo-ms-virt-phy/00031(pid=65): Terminating (SIGTERM)
22:49:47.369641 run   osmo-ms-virt-phy/00032(pid=66): Terminating (SIGTERM)
22:49:47.373318 run   osmo-ms-virt-phy/00033(pid=67): Terminating (SIGTERM)
22:49:47.376811 run   osmo-ms-virt-phy/00034(pid=68): Terminating (SIGTERM)
22:49:47.380927 run   osmo-ms-virt-phy/00035(pid=69): Terminating (SIGTERM)
22:49:47.384405 run   osmo-ms-virt-phy/00036(pid=70): Terminating (SIGTERM)
22:49:47.388135 run   osmo-ms-virt-phy/00037(pid=71): Terminating (SIGTERM)
22:49:47.391811 run   osmo-ms-virt-phy/00038(pid=72): Terminating (SIGTERM)
22:49:47.395534 run   osmo-ms-virt-phy/00039(pid=73): Terminating (SIGTERM)
22:49:47.399391 run   osmo-ms-virt-phy/00040(pid=74): Terminating (SIGTERM)
22:49:47.403112 run   osmo-ms-virt-phy/00041(pid=75): Terminating (SIGTERM)
22:49:47.406747 run   osmo-ms-virt-phy/00042(pid=76): Terminating (SIGTERM)
22:49:47.410250 run   osmo-ms-virt-phy/00043(pid=77): Terminating (SIGTERM)
22:49:47.413730 run   osmo-ms-virt-phy/00044(pid=78): Terminating (SIGTERM)
22:49:47.417222 run   osmo-ms-virt-phy/00045(pid=79): Terminating (SIGTERM)
22:49:47.420713 run   osmo-ms-virt-phy/00046(pid=80): Terminating (SIGTERM)
22:49:47.424175 run   osmo-ms-virt-phy/00047(pid=81): Terminating (SIGTERM)
22:49:47.427809 run   osmo-ms-virt-phy/00048(pid=82): Terminating (SIGTERM)
22:49:47.431713 run   osmo-ms-virt-phy/00049(pid=83): Terminating (SIGTERM)
22:49:47.435745 run   osmo-ms-virt-phy/00050(pid=84): Terminating (SIGTERM)
22:49:47.439489 run   osmo-ms-virt-phy/00051(pid=85): Terminating (SIGTERM)
22:49:47.442990 run   osmo-ms-virt-phy/00052(pid=86): Terminating (SIGTERM)
22:49:47.446544 run   osmo-ms-virt-phy/00053(pid=87): Terminating (SIGTERM)
22:49:47.450102 run   osmo-ms-virt-phy/00054(pid=88): Terminating (SIGTERM)
22:49:47.453759 run   osmo-ms-virt-phy/00055(pid=89): Terminating (SIGTERM)
22:49:47.457351 run   osmo-ms-virt-phy/00056(pid=90): Terminating (SIGTERM)
22:49:47.460996 run   osmo-ms-virt-phy/00057(pid=91): Terminating (SIGTERM)
22:49:47.464589 run   osmo-ms-virt-phy/00058(pid=92): Terminating (SIGTERM)
22:49:47.468126 run   osmo-ms-virt-phy/00059(pid=93): Terminating (SIGTERM)
22:49:47.471762 run   osmo-ms-virt-phy/00060(pid=94): Terminating (SIGTERM)
22:49:47.475379 run   osmo-ms-virt-phy/00061(pid=95): Terminating (SIGTERM)
22:49:47.479053 run   osmo-ms-virt-phy/00062(pid=96): Terminating (SIGTERM)
22:49:47.482828 run   osmo-ms-virt-phy/00063(pid=97): Terminating (SIGTERM)
22:49:47.486958 run   osmo-ms-virt-phy/00064(pid=98): Terminating (SIGTERM)
22:49:47.490641 run   osmo-ms-virt-phy/00065(pid=99): Terminating (SIGTERM)
22:49:47.494387 run  osmo-ms-virt-phy/00066(pid=100): Terminating (SIGTERM)
22:49:47.498062 run  osmo-ms-virt-phy/00067(pid=101): Terminating (SIGTERM)
22:49:47.501537 run  osmo-ms-virt-phy/00068(pid=102): Terminating (SIGTERM)
22:49:47.505118 run  osmo-ms-virt-phy/00069(pid=103): Terminating (SIGTERM)
22:49:47.508616 run  osmo-ms-virt-phy/00070(pid=104): Terminating (SIGTERM)
22:49:47.512064 run  osmo-ms-virt-phy/00071(pid=105): Terminating (SIGTERM)
22:49:47.515521 run  osmo-ms-virt-phy/00072(pid=106): Terminating (SIGTERM)
22:49:47.518970 run  osmo-ms-virt-phy/00073(pid=107): Terminating (SIGTERM)
22:49:47.522849 run  osmo-ms-virt-phy/00074(pid=108): Terminating (SIGTERM)
22:49:47.526356 run  osmo-ms-virt-phy/00075(pid=109): Terminating (SIGTERM)
22:49:47.530473 run  osmo-ms-virt-phy/00076(pid=110): Terminating (SIGTERM)
22:49:47.533944 run  osmo-ms-virt-phy/00077(pid=111): Terminating (SIGTERM)
22:49:47.537405 run  osmo-ms-virt-phy/00078(pid=112): Terminating (SIGTERM)
22:49:47.540875 run  osmo-ms-virt-phy/00079(pid=113): Terminating (SIGTERM)
22:49:47.544336 run  osmo-ms-virt-phy/00080(pid=114): Terminating (SIGTERM)
22:49:47.547834 run  osmo-ms-virt-phy/00081(pid=115): Terminating (SIGTERM)
22:49:47.551350 run  osmo-ms-virt-phy/00082(pid=116): Terminating (SIGTERM)
22:49:47.554798 run  osmo-ms-virt-phy/00083(pid=117): Terminating (SIGTERM)
22:49:47.558258 run  osmo-ms-virt-phy/00084(pid=118): Terminating (SIGTERM)
22:49:47.561741 run  osmo-ms-virt-phy/00085(pid=119): Terminating (SIGTERM)
22:49:47.565212 run  osmo-ms-virt-phy/00086(pid=120): Terminating (SIGTERM)
22:49:47.568724 run  osmo-ms-virt-phy/00087(pid=121): Terminating (SIGTERM)
22:49:47.572180 run  osmo-ms-virt-phy/00088(pid=122): Terminating (SIGTERM)
22:49:47.575641 run  osmo-ms-virt-phy/00089(pid=123): Terminating (SIGTERM)
22:49:47.579567 run  osmo-ms-virt-phy/00090(pid=124): Terminating (SIGTERM)
22:49:47.582967 run  osmo-ms-virt-phy/00091(pid=125): Terminating (SIGTERM)
22:49:47.586363 run  osmo-ms-virt-phy/00092(pid=126): Terminating (SIGTERM)
22:49:47.589782 run  osmo-ms-virt-phy/00093(pid=127): Terminating (SIGTERM)
22:49:47.597465 run  osmo-ms-virt-phy/00094(pid=128): Terminating (SIGTERM)
22:49:47.602683 run  osmo-ms-virt-phy/00095(pid=129): Terminating (SIGTERM)
22:49:47.606481 run  osmo-ms-virt-phy/00096(pid=130): Terminating (SIGTERM)
22:49:47.609936 run  osmo-ms-virt-phy/00097(pid=131): Terminating (SIGTERM)
22:49:47.613429 run  osmo-ms-virt-phy/00098(pid=132): Terminating (SIGTERM)
22:49:47.616908 run  osmo-ms-virt-phy/00099(pid=133): Terminating (SIGTERM)
22:49:47.620381 run       osmo-ms-mob/00000(pid=134): Terminating (SIGTERM)
22:49:47.623863 run       osmo-ms-mob/00001(pid=135): Terminating (SIGTERM)
22:49:47.627317 run       osmo-ms-mob/00002(pid=136): Terminating (SIGTERM)
22:49:47.630685 run       osmo-ms-mob/00003(pid=137): Terminating (SIGTERM)
22:49:47.634049 run       osmo-ms-mob/00004(pid=138): Terminating (SIGTERM)
22:49:47.637353 run       osmo-ms-mob/00005(pid=139): Terminating (SIGTERM)
22:49:47.640666 run       osmo-ms-mob/00006(pid=140): Terminating (SIGTERM)
22:49:47.643980 run       osmo-ms-mob/00007(pid=141): Terminating (SIGTERM)
22:49:47.647270 run       osmo-ms-mob/00008(pid=142): Terminating (SIGTERM)
22:49:47.650580 run       osmo-ms-mob/00009(pid=143): Terminating (SIGTERM)
22:49:47.653906 run       osmo-ms-mob/00010(pid=144): Terminating (SIGTERM)
22:49:47.657218 run       osmo-ms-mob/00011(pid=145): Terminating (SIGTERM)
22:49:47.660514 run       osmo-ms-mob/00012(pid=146): Terminating (SIGTERM)
22:49:47.663914 run       osmo-ms-mob/00013(pid=147): Terminating (SIGTERM)
22:49:47.667357 run       osmo-ms-mob/00014(pid=148): Terminating (SIGTERM)
22:49:47.670795 run       osmo-ms-mob/00015(pid=149): Terminating (SIGTERM)
22:49:47.674226 run       osmo-ms-mob/00016(pid=150): Terminating (SIGTERM)
22:49:47.677691 run       osmo-ms-mob/00017(pid=151): Terminating (SIGTERM)
22:49:47.681144 run       osmo-ms-mob/00018(pid=152): Terminating (SIGTERM)
22:49:47.684582 run       osmo-ms-mob/00019(pid=153): Terminating (SIGTERM)
22:49:47.688015 run       osmo-ms-mob/00020(pid=154): Terminating (SIGTERM)
22:49:47.691463 run       osmo-ms-mob/00021(pid=155): Terminating (SIGTERM)
22:49:47.694907 run       osmo-ms-mob/00022(pid=156): Terminating (SIGTERM)
22:49:47.698368 run       osmo-ms-mob/00023(pid=157): Terminating (SIGTERM)
22:49:47.701822 run       osmo-ms-mob/00024(pid=158): Terminating (SIGTERM)
22:49:47.705523 run       osmo-ms-mob/00025(pid=159): Terminating (SIGTERM)
22:49:47.708973 run       osmo-ms-mob/00026(pid=160): Terminating (SIGTERM)
22:49:47.712418 run       osmo-ms-mob/00027(pid=161): Terminating (SIGTERM)
22:49:47.715875 run       osmo-ms-mob/00028(pid=162): Terminating (SIGTERM)
22:49:47.719314 run       osmo-ms-mob/00029(pid=163): Terminating (SIGTERM)
22:49:47.722648 run       osmo-ms-mob/00030(pid=164): Terminating (SIGTERM)
22:49:47.725928 run       osmo-ms-mob/00031(pid=165): Terminating (SIGTERM)
22:49:47.729226 run       osmo-ms-mob/00032(pid=166): Terminating (SIGTERM)
22:49:47.732500 run       osmo-ms-mob/00033(pid=167): Terminating (SIGTERM)
22:49:47.735806 run       osmo-ms-mob/00034(pid=168): Terminating (SIGTERM)
22:49:47.739144 run       osmo-ms-mob/00035(pid=169): Terminating (SIGTERM)
22:49:47.742470 run       osmo-ms-mob/00036(pid=170): Terminating (SIGTERM)
22:49:47.745754 run       osmo-ms-mob/00037(pid=171): Terminating (SIGTERM)
22:49:47.749033 run       osmo-ms-mob/00038(pid=172): Terminating (SIGTERM)
22:49:47.752374 run       osmo-ms-mob/00039(pid=173): Terminating (SIGTERM)
22:49:47.755824 run       osmo-ms-mob/00040(pid=174): Terminating (SIGTERM)
22:49:47.759250 run       osmo-ms-mob/00041(pid=175): Terminating (SIGTERM)
22:49:47.762682 run       osmo-ms-mob/00042(pid=176): Terminating (SIGTERM)
22:49:47.766092 run       osmo-ms-mob/00043(pid=177): Terminating (SIGTERM)
22:49:47.769503 run       osmo-ms-mob/00044(pid=178): Terminating (SIGTERM)
22:49:47.772947 run       osmo-ms-mob/00045(pid=179): Terminating (SIGTERM)
22:49:47.776374 run       osmo-ms-mob/00046(pid=180): Terminating (SIGTERM)
22:49:47.779792 run       osmo-ms-mob/00047(pid=181): Terminating (SIGTERM)
22:49:47.783192 run       osmo-ms-mob/00048(pid=182): Terminating (SIGTERM)
22:49:47.786596 run       osmo-ms-mob/00049(pid=183): Terminating (SIGTERM)
22:49:47.789997 run       osmo-ms-mob/00050(pid=184): Terminating (SIGTERM)
22:49:47.793411 run       osmo-ms-mob/00051(pid=185): Terminating (SIGTERM)
22:49:47.796836 run       osmo-ms-mob/00052(pid=186): Terminating (SIGTERM)
22:49:47.800260 run       osmo-ms-mob/00053(pid=187): Terminating (SIGTERM)
22:49:47.803696 run       osmo-ms-mob/00054(pid=188): Terminating (SIGTERM)
22:49:47.807108 run       osmo-ms-mob/00055(pid=189): Terminating (SIGTERM)
22:49:47.810434 run       osmo-ms-mob/00056(pid=190): Terminating (SIGTERM)
22:49:47.813842 run       osmo-ms-mob/00057(pid=191): Terminating (SIGTERM)
22:49:47.817112 run       osmo-ms-mob/00058(pid=192): Terminating (SIGTERM)
22:49:47.820421 run       osmo-ms-mob/00059(pid=193): Terminating (SIGTERM)
22:49:47.823848 run       osmo-ms-mob/00060(pid=194): Terminating (SIGTERM)
22:49:47.827264 run       osmo-ms-mob/00061(pid=195): Terminating (SIGTERM)
22:49:47.830680 run       osmo-ms-mob/00062(pid=196): Terminating (SIGTERM)
22:49:47.834091 run       osmo-ms-mob/00063(pid=197): Terminating (SIGTERM)
22:49:47.837490 run       osmo-ms-mob/00064(pid=198): Terminating (SIGTERM)
22:49:47.840901 run       osmo-ms-mob/00065(pid=199): Terminating (SIGTERM)
22:49:47.844278 run       osmo-ms-mob/00066(pid=200): Terminating (SIGTERM)
22:49:47.847722 run       osmo-ms-mob/00067(pid=201): Terminating (SIGTERM)
22:49:47.851140 run       osmo-ms-mob/00068(pid=202): Terminating (SIGTERM)
22:49:47.854555 run       osmo-ms-mob/00069(pid=203): Terminating (SIGTERM)
22:49:47.857908 run       osmo-ms-mob/00070(pid=204): Terminating (SIGTERM)
22:49:47.861232 run       osmo-ms-mob/00071(pid=205): Terminating (SIGTERM)
22:49:47.864642 run       osmo-ms-mob/00072(pid=206): Terminating (SIGTERM)
22:49:47.867900 run       osmo-ms-mob/00073(pid=207): Terminating (SIGTERM)
22:49:47.871183 run       osmo-ms-mob/00074(pid=208): Terminating (SIGTERM)
22:49:47.874553 run       osmo-ms-mob/00075(pid=209): Terminating (SIGTERM)
22:49:47.877960 run       osmo-ms-mob/00076(pid=210): Terminating (SIGTERM)
22:49:47.881381 run       osmo-ms-mob/00077(pid=211): Terminating (SIGTERM)
22:49:47.884791 run       osmo-ms-mob/00078(pid=212): Terminating (SIGTERM)
22:49:47.888193 run       osmo-ms-mob/00079(pid=213): Terminating (SIGTERM)
22:49:47.891594 run       osmo-ms-mob/00080(pid=214): Terminating (SIGTERM)
22:49:47.895013 run       osmo-ms-mob/00081(pid=215): Terminating (SIGTERM)
22:49:47.898417 run       osmo-ms-mob/00082(pid=216): Terminating (SIGTERM)
22:49:47.901693 run       osmo-ms-mob/00083(pid=217): Terminating (SIGTERM)
22:49:47.904974 run       osmo-ms-mob/00084(pid=218): Terminating (SIGTERM)
22:49:47.908299 run       osmo-ms-mob/00085(pid=219): Terminating (SIGTERM)
22:49:47.911592 run       osmo-ms-mob/00086(pid=220): Terminating (SIGTERM)
22:49:47.914912 run       osmo-ms-mob/00087(pid=221): Terminating (SIGTERM)
22:49:47.918176 run       osmo-ms-mob/00088(pid=222): Terminating (SIGTERM)
22:49:47.921436 run       osmo-ms-mob/00089(pid=223): Terminating (SIGTERM)
22:49:47.924707 run       osmo-ms-mob/00090(pid=224): Terminating (SIGTERM)
22:49:47.927970 run       osmo-ms-mob/00091(pid=225): Terminating (SIGTERM)
22:49:47.931262 run       osmo-ms-mob/00092(pid=226): Terminating (SIGTERM)
22:49:47.934574 run       osmo-ms-mob/00093(pid=227): Terminating (SIGTERM)
22:49:47.937868 run       osmo-ms-mob/00094(pid=228): Terminating (SIGTERM)
22:49:47.941300 run       osmo-ms-mob/00095(pid=229): Terminating (SIGTERM)
22:49:47.944734 run       osmo-ms-mob/00096(pid=230): Terminating (SIGTERM)
22:49:47.948162 run       osmo-ms-mob/00097(pid=231): Terminating (SIGTERM)
22:49:47.951580 run       osmo-ms-mob/00098(pid=232): Terminating (SIGTERM)
22:49:47.954990 run       osmo-ms-mob/00099(pid=233): Terminating (SIGTERM)
22:49:47.958491 ---      ParallelTerminationStrategy: PID 21 died...
22:49:47.960032 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminated: ok {rc=0}
22:49:47.963649 ---      ParallelTerminationStrategy: PID 22 died...
22:49:47.965140 run      osmo-hlr_127.0.42.2(pid=22): Terminated: ok {rc=0}
22:49:47.968878 ---      ParallelTerminationStrategy: PID 23 died...
22:49:47.970402 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminated: ok {rc=0}
22:49:47.974190 ---      ParallelTerminationStrategy: PID 24 died...
22:49:47.975731 run      osmo-stp_127.0.42.5(pid=24): Terminated: ok {rc=0}
22:49:47.979465 ---      ParallelTerminationStrategy: PID 25 died...
22:49:47.981001 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminated: ok {rc=0}
22:49:47.984805 ---      ParallelTerminationStrategy: PID 26 died...
22:49:47.986332 run      osmo-msc_127.0.42.6(pid=26): Terminated: ok {rc=0}
22:49:47.990049 ---      ParallelTerminationStrategy: PID 27 died...
22:49:47.991520 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminated: ok {rc=0}
22:49:47.995148 ---      ParallelTerminationStrategy: PID 28 died...
22:49:47.996639 run      osmo-mgw_127.0.42.3(pid=28): Terminated {rc=15}
22:49:48.000326 ---      ParallelTerminationStrategy: PID 29 died...
22:49:48.001883 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminated: ok {rc=0}
22:49:48.005662 ---      ParallelTerminationStrategy: PID 30 died...
22:49:48.007199 run      osmo-mgw_127.0.42.4(pid=30): Terminated {rc=15}
22:49:48.011003 ---      ParallelTerminationStrategy: PID 31 died...
22:49:48.012531 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminated: ok {rc=0}
22:49:48.016347 ---      ParallelTerminationStrategy: PID 32 died...
22:49:48.017925 run      osmo-bsc_127.0.42.7(pid=32): Terminated: ok {rc=0}
22:49:48.021730 ---      ParallelTerminationStrategy: PID 34 died...
22:49:48.023288 run   osmo-ms-virt-phy/00000(pid=34): Terminated: ok {rc=0}
22:49:48.027084 ---      ParallelTerminationStrategy: PID 35 died...
22:49:48.028622 run   osmo-ms-virt-phy/00001(pid=35): Terminated: ok {rc=0}
22:49:48.032426 ---      ParallelTerminationStrategy: PID 36 died...
22:49:48.033985 run   osmo-ms-virt-phy/00002(pid=36): Terminated: ok {rc=0}
22:49:48.037743 ---      ParallelTerminationStrategy: PID 37 died...
22:49:48.039501 run   osmo-ms-virt-phy/00003(pid=37): Terminated: ok {rc=0}
22:49:48.043501 ---      ParallelTerminationStrategy: PID 38 died...
22:49:48.045072 run   osmo-ms-virt-phy/00004(pid=38): Terminated: ok {rc=0}
22:49:48.048871 ---      ParallelTerminationStrategy: PID 39 died...
22:49:48.050414 run   osmo-ms-virt-phy/00005(pid=39): Terminated: ok {rc=0}
22:49:48.054240 ---      ParallelTerminationStrategy: PID 40 died...
22:49:48.055792 run   osmo-ms-virt-phy/00006(pid=40): Terminated: ok {rc=0}
22:49:48.059589 ---      ParallelTerminationStrategy: PID 41 died...
22:49:48.061134 run   osmo-ms-virt-phy/00007(pid=41): Terminated: ok {rc=0}
22:49:48.064936 ---      ParallelTerminationStrategy: PID 42 died...
22:49:48.066489 run   osmo-ms-virt-phy/00008(pid=42): Terminated: ok {rc=0}
22:49:48.070278 ---      ParallelTerminationStrategy: PID 43 died...
22:49:48.071814 run   osmo-ms-virt-phy/00009(pid=43): Terminated: ok {rc=0}
22:49:48.075623 ---      ParallelTerminationStrategy: PID 44 died...
22:49:48.077183 run   osmo-ms-virt-phy/00010(pid=44): Terminated: ok {rc=0}
22:49:48.081011 ---      ParallelTerminationStrategy: PID 45 died...
22:49:48.082558 run   osmo-ms-virt-phy/00011(pid=45): Terminated: ok {rc=0}
22:49:48.086386 ---      ParallelTerminationStrategy: PID 46 died...
22:49:48.087932 run   osmo-ms-virt-phy/00012(pid=46): Terminated: ok {rc=0}
22:49:48.091720 ---      ParallelTerminationStrategy: PID 47 died...
22:49:48.093284 run   osmo-ms-virt-phy/00013(pid=47): Terminated: ok {rc=0}
22:49:48.097092 ---      ParallelTerminationStrategy: PID 48 died...
22:49:48.098643 run   osmo-ms-virt-phy/00014(pid=48): Terminated: ok {rc=0}
22:49:48.102478 ---      ParallelTerminationStrategy: PID 49 died...
22:49:48.104015 run   osmo-ms-virt-phy/00015(pid=49): Terminated: ok {rc=0}
22:49:48.107804 ---      ParallelTerminationStrategy: PID 50 died...
22:49:48.109333 run   osmo-ms-virt-phy/00016(pid=50): Terminated: ok {rc=0}
22:49:48.113128 ---      ParallelTerminationStrategy: PID 51 died...
22:49:48.114661 run   osmo-ms-virt-phy/00017(pid=51): Terminated: ok {rc=0}
22:49:48.118462 ---      ParallelTerminationStrategy: PID 52 died...
22:49:48.119988 run   osmo-ms-virt-phy/00018(pid=52): Terminated: ok {rc=0}
22:49:48.123772 ---      ParallelTerminationStrategy: PID 53 died...
22:49:48.125298 run   osmo-ms-virt-phy/00019(pid=53): Terminated: ok {rc=0}
22:49:48.129091 ---      ParallelTerminationStrategy: PID 54 died...
22:49:48.130563 run   osmo-ms-virt-phy/00020(pid=54): Terminated: ok {rc=0}
22:49:48.134163 ---      ParallelTerminationStrategy: PID 55 died...
22:49:48.135617 run   osmo-ms-virt-phy/00021(pid=55): Terminated: ok {rc=0}
22:49:48.139233 ---      ParallelTerminationStrategy: PID 56 died...
22:49:48.140705 run   osmo-ms-virt-phy/00022(pid=56): Terminated: ok {rc=0}
22:49:48.144314 ---      ParallelTerminationStrategy: PID 57 died...
22:49:48.145793 run   osmo-ms-virt-phy/00023(pid=57): Terminated: ok {rc=0}
22:49:48.149439 ---      ParallelTerminationStrategy: PID 58 died...
22:49:48.150908 run   osmo-ms-virt-phy/00024(pid=58): Terminated: ok {rc=0}
22:49:48.154556 ---      ParallelTerminationStrategy: PID 59 died...
22:49:48.156012 run   osmo-ms-virt-phy/00025(pid=59): Terminated: ok {rc=0}
22:49:48.159636 ---      ParallelTerminationStrategy: PID 60 died...
22:49:48.161112 run   osmo-ms-virt-phy/00026(pid=60): Terminated: ok {rc=0}
22:49:48.164725 ---      ParallelTerminationStrategy: PID 61 died...
22:49:48.166200 run   osmo-ms-virt-phy/00027(pid=61): Terminated: ok {rc=0}
22:49:48.169906 ---      ParallelTerminationStrategy: PID 62 died...
22:49:48.171437 run   osmo-ms-virt-phy/00028(pid=62): Terminated: ok {rc=0}
22:49:48.175251 ---      ParallelTerminationStrategy: PID 63 died...
22:49:48.176780 run   osmo-ms-virt-phy/00029(pid=63): Terminated: ok {rc=0}
22:49:48.180567 ---      ParallelTerminationStrategy: PID 64 died...
22:49:48.182094 run   osmo-ms-virt-phy/00030(pid=64): Terminated: ok {rc=0}
22:49:48.185837 ---      ParallelTerminationStrategy: PID 65 died...
22:49:48.187340 run   osmo-ms-virt-phy/00031(pid=65): Terminated: ok {rc=0}
22:49:48.191060 ---      ParallelTerminationStrategy: PID 66 died...
22:49:48.192529 run   osmo-ms-virt-phy/00032(pid=66): Terminated: ok {rc=0}
22:49:48.196189 ---      ParallelTerminationStrategy: PID 67 died...
22:49:48.197678 run   osmo-ms-virt-phy/00033(pid=67): Terminated: ok {rc=0}
22:49:48.201292 ---      ParallelTerminationStrategy: PID 68 died...
22:49:48.202761 run   osmo-ms-virt-phy/00034(pid=68): Terminated: ok {rc=0}
22:49:48.206388 ---      ParallelTerminationStrategy: PID 69 died...
22:49:48.207849 run   osmo-ms-virt-phy/00035(pid=69): Terminated: ok {rc=0}
22:49:48.211481 ---      ParallelTerminationStrategy: PID 70 died...
22:49:48.213016 run   osmo-ms-virt-phy/00036(pid=70): Terminated: ok {rc=0}
22:49:48.216724 ---      ParallelTerminationStrategy: PID 71 died...
22:49:48.218198 run   osmo-ms-virt-phy/00037(pid=71): Terminated: ok {rc=0}
22:49:48.222235 ---      ParallelTerminationStrategy: PID 72 died...
22:49:48.223765 run   osmo-ms-virt-phy/00038(pid=72): Terminated: ok {rc=0}
22:49:48.227577 ---      ParallelTerminationStrategy: PID 73 died...
22:49:48.229134 run   osmo-ms-virt-phy/00039(pid=73): Terminated: ok {rc=0}
22:49:48.287903 ---      ParallelTerminationStrategy: PID 74 died...
22:49:48.289703 run   osmo-ms-virt-phy/00040(pid=74): Terminated: ok {rc=0}
22:49:48.293502 ---      ParallelTerminationStrategy: PID 75 died...
22:49:48.295021 run   osmo-ms-virt-phy/00041(pid=75): Terminated: ok {rc=0}
22:49:48.298835 ---      ParallelTerminationStrategy: PID 76 died...
22:49:48.300366 run   osmo-ms-virt-phy/00042(pid=76): Terminated: ok {rc=0}
22:49:48.304016 ---      ParallelTerminationStrategy: PID 77 died...
22:49:48.305521 run   osmo-ms-virt-phy/00043(pid=77): Terminated: ok {rc=0}
22:49:48.309176 ---      ParallelTerminationStrategy: PID 78 died...
22:49:48.310652 run   osmo-ms-virt-phy/00044(pid=78): Terminated: ok {rc=0}
22:49:48.314293 ---      ParallelTerminationStrategy: PID 79 died...
22:49:48.315770 run   osmo-ms-virt-phy/00045(pid=79): Terminated: ok {rc=0}
22:49:48.319407 ---      ParallelTerminationStrategy: PID 80 died...
22:49:48.320885 run   osmo-ms-virt-phy/00046(pid=80): Terminated: ok {rc=0}
22:49:48.324546 ---      ParallelTerminationStrategy: PID 81 died...
22:49:48.326052 run   osmo-ms-virt-phy/00047(pid=81): Terminated: ok {rc=0}
22:49:48.329687 ---      ParallelTerminationStrategy: PID 82 died...
22:49:48.331157 run   osmo-ms-virt-phy/00048(pid=82): Terminated: ok {rc=0}
22:49:48.334807 ---      ParallelTerminationStrategy: PID 83 died...
22:49:48.353044 run   osmo-ms-virt-phy/00049(pid=83): Terminated: ok {rc=0}
22:49:48.356827 ---      ParallelTerminationStrategy: PID 84 died...
22:49:48.358350 run   osmo-ms-virt-phy/00050(pid=84): Terminated: ok {rc=0}
22:49:48.362093 ---      ParallelTerminationStrategy: PID 85 died...
22:49:48.363613 run   osmo-ms-virt-phy/00051(pid=85): Terminated: ok {rc=0}
22:49:48.367360 ---      ParallelTerminationStrategy: PID 86 died...
22:49:48.368899 run   osmo-ms-virt-phy/00052(pid=86): Terminated: ok {rc=0}
22:49:48.372673 ---      ParallelTerminationStrategy: PID 87 died...
22:49:48.374187 run   osmo-ms-virt-phy/00053(pid=87): Terminated: ok {rc=0}
22:49:48.377908 ---      ParallelTerminationStrategy: PID 88 died...
22:49:48.379410 run   osmo-ms-virt-phy/00054(pid=88): Terminated: ok {rc=0}
22:49:48.383121 ---      ParallelTerminationStrategy: PID 89 died...
22:49:48.384643 run   osmo-ms-virt-phy/00055(pid=89): Terminated: ok {rc=0}
22:49:48.389552 ---      ParallelTerminationStrategy: PID 90 died...
22:49:48.391076 run   osmo-ms-virt-phy/00056(pid=90): Terminated: ok {rc=0}
22:49:48.394836 ---      ParallelTerminationStrategy: PID 91 died...
22:49:48.396355 run   osmo-ms-virt-phy/00057(pid=91): Terminated: ok {rc=0}
22:49:48.400122 ---      ParallelTerminationStrategy: PID 92 died...
22:49:48.401644 run   osmo-ms-virt-phy/00058(pid=92): Terminated: ok {rc=0}
22:49:48.405409 ---      ParallelTerminationStrategy: PID 93 died...
22:49:48.406945 run   osmo-ms-virt-phy/00059(pid=93): Terminated: ok {rc=0}
22:49:48.410931 ---      ParallelTerminationStrategy: PID 94 died...
22:49:48.412471 run   osmo-ms-virt-phy/00060(pid=94): Terminated: ok {rc=0}
22:49:48.416248 ---      ParallelTerminationStrategy: PID 95 died...
22:49:48.417801 run   osmo-ms-virt-phy/00061(pid=95): Terminated: ok {rc=0}
22:49:48.421582 ---      ParallelTerminationStrategy: PID 96 died...
22:49:48.423103 run   osmo-ms-virt-phy/00062(pid=96): Terminated: ok {rc=0}
22:49:48.426880 ---      ParallelTerminationStrategy: PID 97 died...
22:49:48.428407 run   osmo-ms-virt-phy/00063(pid=97): Terminated: ok {rc=0}
22:49:48.432219 ---      ParallelTerminationStrategy: PID 98 died...
22:49:48.433766 run   osmo-ms-virt-phy/00064(pid=98): Terminated: ok {rc=0}
22:49:48.437570 ---      ParallelTerminationStrategy: PID 99 died...
22:49:48.439117 run   osmo-ms-virt-phy/00065(pid=99): Terminated: ok {rc=0}
22:49:48.442942 ---      ParallelTerminationStrategy: PID 100 died...
22:49:48.444494 run  osmo-ms-virt-phy/00066(pid=100): Terminated: ok {rc=0}
22:49:48.448327 ---      ParallelTerminationStrategy: PID 101 died...
22:49:48.449874 run  osmo-ms-virt-phy/00067(pid=101): Terminated: ok {rc=0}
22:49:48.453689 ---      ParallelTerminationStrategy: PID 102 died...
22:49:48.455240 run  osmo-ms-virt-phy/00068(pid=102): Terminated: ok {rc=0}
22:49:48.459046 ---      ParallelTerminationStrategy: PID 103 died...
22:49:48.460594 run  osmo-ms-virt-phy/00069(pid=103): Terminated: ok {rc=0}
22:49:48.464397 ---      ParallelTerminationStrategy: PID 104 died...
22:49:48.465965 run  osmo-ms-virt-phy/00070(pid=104): Terminated: ok {rc=0}
22:49:48.469767 ---      ParallelTerminationStrategy: PID 105 died...
22:49:48.471316 run  osmo-ms-virt-phy/00071(pid=105): Terminated: ok {rc=0}
22:49:48.475117 ---      ParallelTerminationStrategy: PID 106 died...
22:49:48.476776 run  osmo-ms-virt-phy/00072(pid=106): Terminated: ok {rc=0}
22:49:48.480629 ---      ParallelTerminationStrategy: PID 107 died...
22:49:48.482165 run  osmo-ms-virt-phy/00073(pid=107): Terminated: ok {rc=0}
22:49:48.485939 ---      ParallelTerminationStrategy: PID 108 died...
22:49:48.487452 run  osmo-ms-virt-phy/00074(pid=108): Terminated: ok {rc=0}
22:49:48.491224 ---      ParallelTerminationStrategy: PID 109 died...
22:49:48.492747 run  osmo-ms-virt-phy/00075(pid=109): Terminated: ok {rc=0}
22:49:48.496461 ---      ParallelTerminationStrategy: PID 110 died...
22:49:48.497987 run  osmo-ms-virt-phy/00076(pid=110): Terminated: ok {rc=0}
22:49:48.501748 ---      ParallelTerminationStrategy: PID 111 died...
22:49:48.503275 run  osmo-ms-virt-phy/00077(pid=111): Terminated: ok {rc=0}
22:49:48.507030 ---      ParallelTerminationStrategy: PID 112 died...
22:49:48.508558 run  osmo-ms-virt-phy/00078(pid=112): Terminated: ok {rc=0}
22:49:48.512210 ---      ParallelTerminationStrategy: PID 113 died...
22:49:48.513687 run  osmo-ms-virt-phy/00079(pid=113): Terminated: ok {rc=0}
22:49:48.517328 ---      ParallelTerminationStrategy: PID 114 died...
22:49:48.518796 run  osmo-ms-virt-phy/00080(pid=114): Terminated: ok {rc=0}
22:49:48.522401 ---      ParallelTerminationStrategy: PID 115 died...
22:49:48.523849 run  osmo-ms-virt-phy/00081(pid=115): Terminated: ok {rc=0}
22:49:48.527467 ---      ParallelTerminationStrategy: PID 116 died...
22:49:48.528923 run  osmo-ms-virt-phy/00082(pid=116): Terminated: ok {rc=0}
22:49:48.532537 ---      ParallelTerminationStrategy: PID 117 died...
22:49:48.533998 run  osmo-ms-virt-phy/00083(pid=117): Terminated: ok {rc=0}
22:49:48.537617 ---      ParallelTerminationStrategy: PID 118 died...
22:49:48.539048 run  osmo-ms-virt-phy/00084(pid=118): Terminated: ok {rc=0}
22:49:48.542633 ---      ParallelTerminationStrategy: PID 119 died...
22:49:48.544080 run  osmo-ms-virt-phy/00085(pid=119): Terminated: ok {rc=0}
22:49:48.547706 ---      ParallelTerminationStrategy: PID 120 died...
22:49:48.549172 run  osmo-ms-virt-phy/00086(pid=120): Terminated: ok {rc=0}
22:49:48.552779 ---      ParallelTerminationStrategy: PID 121 died...
22:49:48.554236 run  osmo-ms-virt-phy/00087(pid=121): Terminated: ok {rc=0}
22:49:48.557858 ---      ParallelTerminationStrategy: PID 122 died...
22:49:48.559306 run  osmo-ms-virt-phy/00088(pid=122): Terminated: ok {rc=0}
22:49:48.562922 ---      ParallelTerminationStrategy: PID 123 died...
22:49:48.564378 run  osmo-ms-virt-phy/00089(pid=123): Terminated: ok {rc=0}
22:49:48.567976 ---      ParallelTerminationStrategy: PID 124 died...
22:49:48.569408 run  osmo-ms-virt-phy/00090(pid=124): Terminated: ok {rc=0}
22:49:48.572934 ---      ParallelTerminationStrategy: PID 125 died...
22:49:48.574374 run  osmo-ms-virt-phy/00091(pid=125): Terminated: ok {rc=0}
22:49:48.577990 ---      ParallelTerminationStrategy: PID 126 died...
22:49:48.579428 run  osmo-ms-virt-phy/00092(pid=126): Terminated: ok {rc=0}
22:49:48.582982 ---      ParallelTerminationStrategy: PID 127 died...
22:49:48.584453 run  osmo-ms-virt-phy/00093(pid=127): Terminated: ok {rc=0}
22:49:48.588006 ---      ParallelTerminationStrategy: PID 128 died...
22:49:48.589451 run  osmo-ms-virt-phy/00094(pid=128): Terminated: ok {rc=0}
22:49:48.593099 ---      ParallelTerminationStrategy: PID 129 died...
22:49:48.594537 run  osmo-ms-virt-phy/00095(pid=129): Terminated: ok {rc=0}
22:49:48.598093 ---      ParallelTerminationStrategy: PID 130 died...
22:49:48.599527 run  osmo-ms-virt-phy/00096(pid=130): Terminated: ok {rc=0}
22:49:48.603199 ---      ParallelTerminationStrategy: PID 131 died...
22:49:48.604721 run  osmo-ms-virt-phy/00097(pid=131): Terminated: ok {rc=0}
22:49:48.608369 ---      ParallelTerminationStrategy: PID 132 died...
22:49:48.609853 run  osmo-ms-virt-phy/00098(pid=132): Terminated: ok {rc=0}
22:49:48.613474 ---      ParallelTerminationStrategy: PID 133 died...
22:49:48.614928 run  osmo-ms-virt-phy/00099(pid=133): Terminated: ok {rc=0}
22:49:48.618645 ---      ParallelTerminationStrategy: PID 134 died...
22:49:48.620179 run       osmo-ms-mob/00000(pid=134): Terminated {rc=26112}
22:49:48.623975 ---      ParallelTerminationStrategy: PID 135 died...
22:49:48.625506 run       osmo-ms-mob/00001(pid=135): Terminated {rc=26112}
22:49:48.629315 ---      ParallelTerminationStrategy: PID 136 died...
22:49:48.630826 run       osmo-ms-mob/00002(pid=136): Terminated {rc=26112}
22:49:48.634568 ---      ParallelTerminationStrategy: PID 137 died...
22:49:48.636081 run       osmo-ms-mob/00003(pid=137): Terminated {rc=26112}
22:49:48.639862 ---      ParallelTerminationStrategy: PID 138 died...
22:49:48.641375 run       osmo-ms-mob/00004(pid=138): Terminated {rc=26112}
22:49:48.645104 ---      ParallelTerminationStrategy: PID 139 died...
22:49:48.646609 run       osmo-ms-mob/00005(pid=139): Terminated {rc=26112}
22:49:48.650375 ---      ParallelTerminationStrategy: PID 140 died...
22:49:48.651873 run       osmo-ms-mob/00006(pid=140): Terminated {rc=26112}
22:49:48.655610 ---      ParallelTerminationStrategy: PID 141 died...
22:49:48.657125 run       osmo-ms-mob/00007(pid=141): Terminated {rc=26112}
22:49:48.660855 ---      ParallelTerminationStrategy: PID 142 died...
22:49:48.662357 run       osmo-ms-mob/00008(pid=142): Terminated {rc=26112}
22:49:48.666073 ---      ParallelTerminationStrategy: PID 143 died...
22:49:48.667569 run       osmo-ms-mob/00009(pid=143): Terminated {rc=26112}
22:49:48.671333 ---      ParallelTerminationStrategy: PID 144 died...
22:49:48.672840 run       osmo-ms-mob/00010(pid=144): Terminated {rc=26112}
22:49:48.676578 ---      ParallelTerminationStrategy: PID 145 died...
22:49:48.678082 run       osmo-ms-mob/00011(pid=145): Terminated {rc=26112}
22:49:48.681818 ---      ParallelTerminationStrategy: PID 146 died...
22:49:48.683334 run       osmo-ms-mob/00012(pid=146): Terminated {rc=26112}
22:49:48.687169 ---      ParallelTerminationStrategy: PID 147 died...
22:49:48.688708 run       osmo-ms-mob/00013(pid=147): Terminated {rc=26112}
22:49:48.692456 ---      ParallelTerminationStrategy: PID 148 died...
22:49:48.694009 run       osmo-ms-mob/00014(pid=148): Terminated {rc=26112}
22:49:48.697768 ---      ParallelTerminationStrategy: PID 149 died...
22:49:48.699288 run       osmo-ms-mob/00015(pid=149): Terminated {rc=26112}
22:49:48.703051 ---      ParallelTerminationStrategy: PID 150 died...
22:49:48.704564 run       osmo-ms-mob/00016(pid=150): Terminated {rc=26112}
22:49:48.708355 ---      ParallelTerminationStrategy: PID 151 died...
22:49:48.709865 run       osmo-ms-mob/00017(pid=151): Terminated {rc=26112}
22:49:48.713640 ---      ParallelTerminationStrategy: PID 152 died...
22:49:48.715153 run       osmo-ms-mob/00018(pid=152): Terminated {rc=26112}
22:49:48.718943 ---      ParallelTerminationStrategy: PID 153 died...
22:49:48.720457 run       osmo-ms-mob/00019(pid=153): Terminated {rc=26112}
22:49:48.724069 ---      ParallelTerminationStrategy: PID 154 died...
22:49:48.725546 run       osmo-ms-mob/00020(pid=154): Terminated {rc=26112}
22:49:48.729175 ---      ParallelTerminationStrategy: PID 155 died...
22:49:48.730681 run       osmo-ms-mob/00021(pid=155): Terminated {rc=26112}
22:49:48.734455 ---      ParallelTerminationStrategy: PID 156 died...
22:49:48.735972 run       osmo-ms-mob/00022(pid=156): Terminated {rc=26112}
22:49:48.739781 ---      ParallelTerminationStrategy: PID 157 died...
22:49:48.741299 run       osmo-ms-mob/00023(pid=157): Terminated {rc=26112}
22:49:48.745071 ---      ParallelTerminationStrategy: PID 158 died...
22:49:48.746598 run       osmo-ms-mob/00024(pid=158): Terminated {rc=26112}
22:49:48.750368 ---      ParallelTerminationStrategy: PID 159 died...
22:49:48.751878 run       osmo-ms-mob/00025(pid=159): Terminated {rc=26112}
22:49:48.755616 ---      ParallelTerminationStrategy: PID 160 died...
22:49:48.757132 run       osmo-ms-mob/00026(pid=160): Terminated {rc=26112}
22:49:48.760919 ---      ParallelTerminationStrategy: PID 161 died...
22:49:48.762439 run       osmo-ms-mob/00027(pid=161): Terminated {rc=26112}
22:49:48.766231 ---      ParallelTerminationStrategy: PID 162 died...
22:49:48.767742 run       osmo-ms-mob/00028(pid=162): Terminated {rc=26112}
22:49:48.771501 ---      ParallelTerminationStrategy: PID 163 died...
22:49:48.773046 run       osmo-ms-mob/00029(pid=163): Terminated {rc=26112}
22:49:48.776811 ---      ParallelTerminationStrategy: PID 164 died...
22:49:48.778324 run       osmo-ms-mob/00030(pid=164): Terminated {rc=26112}
22:49:48.782098 ---      ParallelTerminationStrategy: PID 165 died...
22:49:48.783609 run       osmo-ms-mob/00031(pid=165): Terminated {rc=26112}
22:49:48.787364 ---      ParallelTerminationStrategy: PID 166 died...
22:49:48.788870 run       osmo-ms-mob/00032(pid=166): Terminated {rc=26112}
22:49:48.792650 ---      ParallelTerminationStrategy: PID 167 died...
22:49:48.794172 run       osmo-ms-mob/00033(pid=167): Terminated {rc=26112}
22:49:48.797955 ---      ParallelTerminationStrategy: PID 168 died...
22:49:48.799471 run       osmo-ms-mob/00034(pid=168): Terminated {rc=26112}
22:49:48.803243 ---      ParallelTerminationStrategy: PID 169 died...
22:49:48.804744 run       osmo-ms-mob/00035(pid=169): Terminated {rc=26112}
22:49:48.808500 ---      ParallelTerminationStrategy: PID 170 died...
22:49:48.810014 run       osmo-ms-mob/00036(pid=170): Terminated {rc=26112}
22:49:48.813854 ---      ParallelTerminationStrategy: PID 171 died...
22:49:48.815373 run       osmo-ms-mob/00037(pid=171): Terminated {rc=26112}
22:49:48.819136 ---      ParallelTerminationStrategy: PID 172 died...
22:49:48.820654 run       osmo-ms-mob/00038(pid=172): Terminated {rc=26112}
22:49:48.824395 ---      ParallelTerminationStrategy: PID 173 died...
22:49:48.825935 run       osmo-ms-mob/00039(pid=173): Terminated {rc=26112}
22:49:48.829675 ---      ParallelTerminationStrategy: PID 174 died...
22:49:48.831188 run       osmo-ms-mob/00040(pid=174): Terminated {rc=26112}
22:49:48.834936 ---      ParallelTerminationStrategy: PID 175 died...
22:49:48.836452 run       osmo-ms-mob/00041(pid=175): Terminated {rc=26112}
22:49:48.840222 ---      ParallelTerminationStrategy: PID 176 died...
22:49:48.841773 run       osmo-ms-mob/00042(pid=176): Terminated {rc=26112}
22:49:48.845539 ---      ParallelTerminationStrategy: PID 177 died...
22:49:48.847069 run       osmo-ms-mob/00043(pid=177): Terminated {rc=26112}
22:49:48.850825 ---      ParallelTerminationStrategy: PID 178 died...
22:49:48.852343 run       osmo-ms-mob/00044(pid=178): Terminated {rc=26112}
22:49:48.856129 ---      ParallelTerminationStrategy: PID 179 died...
22:49:48.857641 run       osmo-ms-mob/00045(pid=179): Terminated {rc=26112}
22:49:48.865458 ---      ParallelTerminationStrategy: PID 180 died...
22:49:48.867029 run       osmo-ms-mob/00046(pid=180): Terminated {rc=26112}
22:49:48.870948 ---      ParallelTerminationStrategy: PID 181 died...
22:49:48.872515 run       osmo-ms-mob/00047(pid=181): Terminated {rc=26112}
22:49:48.876431 ---      ParallelTerminationStrategy: PID 182 died...
22:49:48.878016 run       osmo-ms-mob/00048(pid=182): Terminated {rc=26112}
22:49:48.881846 ---      ParallelTerminationStrategy: PID 183 died...
22:49:48.883347 run       osmo-ms-mob/00049(pid=183): Terminated {rc=26112}
22:49:48.887053 ---      ParallelTerminationStrategy: PID 184 died...
22:49:48.888552 run       osmo-ms-mob/00050(pid=184): Terminated {rc=26112}
22:49:48.892282 ---      ParallelTerminationStrategy: PID 185 died...
22:49:48.893813 run       osmo-ms-mob/00051(pid=185): Terminated {rc=26112}
22:49:48.897556 ---      ParallelTerminationStrategy: PID 186 died...
22:49:48.899056 run       osmo-ms-mob/00052(pid=186): Terminated {rc=26112}
22:49:48.902768 ---      ParallelTerminationStrategy: PID 187 died...
22:49:48.904271 run       osmo-ms-mob/00053(pid=187): Terminated {rc=26112}
22:49:48.908018 ---      ParallelTerminationStrategy: PID 188 died...
22:49:48.909521 run       osmo-ms-mob/00054(pid=188): Terminated {rc=26112}
22:49:48.913286 ---      ParallelTerminationStrategy: PID 189 died...
22:49:48.914792 run       osmo-ms-mob/00055(pid=189): Terminated {rc=26112}
22:49:48.918584 ---      ParallelTerminationStrategy: PID 190 died...
22:49:48.920100 run       osmo-ms-mob/00056(pid=190): Terminated {rc=26112}
22:49:48.923894 ---      ParallelTerminationStrategy: PID 191 died...
22:49:48.925412 run       osmo-ms-mob/00057(pid=191): Terminated {rc=26112}
22:49:48.929197 ---      ParallelTerminationStrategy: PID 192 died...
22:49:48.930696 run       osmo-ms-mob/00058(pid=192): Terminated {rc=26112}
22:49:48.934443 ---      ParallelTerminationStrategy: PID 193 died...
22:49:48.935941 run       osmo-ms-mob/00059(pid=193): Terminated {rc=26112}
22:49:48.939579 ---      ParallelTerminationStrategy: PID 194 died...
22:49:48.941045 run       osmo-ms-mob/00060(pid=194): Terminated {rc=26112}
22:49:48.944664 ---      ParallelTerminationStrategy: PID 195 died...
22:49:48.946148 run       osmo-ms-mob/00061(pid=195): Terminated {rc=26112}
22:49:48.949838 ---      ParallelTerminationStrategy: PID 196 died...
22:49:48.951294 run       osmo-ms-mob/00062(pid=196): Terminated {rc=26112}
22:49:48.954965 ---      ParallelTerminationStrategy: PID 197 died...
22:49:48.956432 run       osmo-ms-mob/00063(pid=197): Terminated {rc=26112}
22:49:48.960045 ---      ParallelTerminationStrategy: PID 198 died...
22:49:48.961518 run       osmo-ms-mob/00064(pid=198): Terminated {rc=26112}
22:49:48.965261 ---      ParallelTerminationStrategy: PID 199 died...
22:49:48.966784 run       osmo-ms-mob/00065(pid=199): Terminated {rc=26112}
22:49:48.970558 ---      ParallelTerminationStrategy: PID 200 died...
22:49:48.972076 run       osmo-ms-mob/00066(pid=200): Terminated {rc=26112}
22:49:48.975829 ---      ParallelTerminationStrategy: PID 201 died...
22:49:48.977369 run       osmo-ms-mob/00067(pid=201): Terminated {rc=26112}
22:49:48.981127 ---      ParallelTerminationStrategy: PID 202 died...
22:49:48.982641 run       osmo-ms-mob/00068(pid=202): Terminated {rc=26112}
22:49:48.986421 ---      ParallelTerminationStrategy: PID 203 died...
22:49:48.987937 run       osmo-ms-mob/00069(pid=203): Terminated {rc=26112}
22:49:48.991704 ---      ParallelTerminationStrategy: PID 204 died...
22:49:48.993240 run       osmo-ms-mob/00070(pid=204): Terminated {rc=26112}
22:49:48.997014 ---      ParallelTerminationStrategy: PID 205 died...
22:49:48.998520 run       osmo-ms-mob/00071(pid=205): Terminated {rc=26112}
22:49:49.002287 ---      ParallelTerminationStrategy: PID 206 died...
22:49:49.004076 run       osmo-ms-mob/00072(pid=206): Terminated {rc=26112}
22:49:49.007854 ---      ParallelTerminationStrategy: PID 207 died...
22:49:49.009378 run       osmo-ms-mob/00073(pid=207): Terminated {rc=26112}
22:49:49.013161 ---      ParallelTerminationStrategy: PID 208 died...
22:49:49.014683 run       osmo-ms-mob/00074(pid=208): Terminated {rc=26112}
22:49:49.018453 ---      ParallelTerminationStrategy: PID 209 died...
22:49:49.019968 run       osmo-ms-mob/00075(pid=209): Terminated {rc=26112}
22:49:49.023757 ---      ParallelTerminationStrategy: PID 210 died...
22:49:49.025264 run       osmo-ms-mob/00076(pid=210): Terminated {rc=26112}
22:49:49.029029 ---      ParallelTerminationStrategy: PID 211 died...
22:49:49.030539 run       osmo-ms-mob/00077(pid=211): Terminated {rc=26112}
22:49:49.034303 ---      ParallelTerminationStrategy: PID 212 died...
22:49:49.035819 run       osmo-ms-mob/00078(pid=212): Terminated {rc=26112}
22:49:49.039592 ---      ParallelTerminationStrategy: PID 213 died...
22:49:49.041105 run       osmo-ms-mob/00079(pid=213): Terminated {rc=26112}
22:49:49.044869 ---      ParallelTerminationStrategy: PID 214 died...
22:49:49.046506 run       osmo-ms-mob/00080(pid=214): Terminated {rc=26112}
22:49:49.050289 ---      ParallelTerminationStrategy: PID 215 died...
22:49:49.051803 run       osmo-ms-mob/00081(pid=215): Terminated {rc=26112}
22:49:49.055607 ---      ParallelTerminationStrategy: PID 216 died...
22:49:49.057196 run       osmo-ms-mob/00082(pid=216): Terminated {rc=26112}
22:49:49.060971 ---      ParallelTerminationStrategy: PID 217 died...
22:49:49.062488 run       osmo-ms-mob/00083(pid=217): Terminated {rc=26112}
22:49:49.066288 ---      ParallelTerminationStrategy: PID 218 died...
22:49:49.067798 run       osmo-ms-mob/00084(pid=218): Terminated {rc=26112}
22:49:49.071570 ---      ParallelTerminationStrategy: PID 219 died...
22:49:49.073092 run       osmo-ms-mob/00085(pid=219): Terminated {rc=26112}
22:49:49.076865 ---      ParallelTerminationStrategy: PID 220 died...
22:49:49.078376 run       osmo-ms-mob/00086(pid=220): Terminated {rc=26112}
22:49:49.082148 ---      ParallelTerminationStrategy: PID 221 died...
22:49:49.083670 run       osmo-ms-mob/00087(pid=221): Terminated {rc=26112}
22:49:49.087436 ---      ParallelTerminationStrategy: PID 222 died...
22:49:49.088963 run       osmo-ms-mob/00088(pid=222): Terminated {rc=26112}
22:49:49.092742 ---      ParallelTerminationStrategy: PID 223 died...
22:49:49.094269 run       osmo-ms-mob/00089(pid=223): Terminated {rc=26112}
22:49:49.098057 ---      ParallelTerminationStrategy: PID 224 died...
22:49:49.099583 run       osmo-ms-mob/00090(pid=224): Terminated {rc=26112}
22:49:49.103325 ---      ParallelTerminationStrategy: PID 225 died...
22:49:49.104780 run       osmo-ms-mob/00091(pid=225): Terminated {rc=26112}
22:49:49.108378 ---      ParallelTerminationStrategy: PID 226 died...
22:49:49.109831 run       osmo-ms-mob/00092(pid=226): Terminated {rc=26112}
22:49:49.113458 ---      ParallelTerminationStrategy: PID 227 died...
22:49:49.114913 run       osmo-ms-mob/00093(pid=227): Terminated {rc=26112}
22:49:49.118555 ---      ParallelTerminationStrategy: PID 228 died...
22:49:49.120001 run       osmo-ms-mob/00094(pid=228): Terminated {rc=26112}
22:49:49.123614 ---      ParallelTerminationStrategy: PID 229 died...
22:49:49.125080 run       osmo-ms-mob/00095(pid=229): Terminated {rc=26112}
22:49:49.128806 ---      ParallelTerminationStrategy: PID 230 died...
22:49:49.130300 run       osmo-ms-mob/00096(pid=230): Terminated {rc=26112}
22:49:49.133950 ---      ParallelTerminationStrategy: PID 231 died...
22:49:49.135390 run       osmo-ms-mob/00097(pid=231): Terminated {rc=26112}
22:49:49.139005 ---      ParallelTerminationStrategy: PID 232 died...
22:49:49.140447 run       osmo-ms-mob/00098(pid=232): Terminated {rc=26112}
22:49:49.144073 ---      ParallelTerminationStrategy: PID 233 died...
22:49:49.145581 run       osmo-ms-mob/00099(pid=233): Terminated {rc=26112}
22:49:52.549263 ---      ParallelTerminationStrategy: PID 33 died...
22:49:52.557234 run         osmo-bts-virtual(pid=33): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8036 netreg_mass PASS
---------------------------------------------------------------------
22:49:52.641938 tst                       trial-8036: Storing JUnit report in /build/trial-8036/run.2025-07-23_22-48-21/trial-8036.xml

--------------------------------------------------------------------------------------------
trial-8036 PASS
--------------------------------------------------------------------------------------------
22:49:52.652185 tst                       trial-8036: trial-8036: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (85.2 sec)
+ exit_code=0
+ rm -rf trial-8036/inst
+ cd trial-8036
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-07-23 22:48:21
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8036-run.tgz run.2025-07-23_22-48-21
+ tar czf /build/trial-8036-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-07-23_13_26_22.tgz osmo-bts-oc2g.build-2025-07-23_00_51_32.tgz osmo-bts-sysmo.build-2025-07-23_00_51_37.tgz osmo-bts.build-2025-07-23_00_51_44.tgz osmo-ggsn.build-2025-07-23_20_42_53.tgz osmo-hlr.build-2025-07-23_16_37_00.tgz osmo-hnbgw.build-2025-07-23_13_53_47.tgz osmo-mgw.build-2025-07-23_08_33_12.tgz osmo-msc.build-2025-07-23_13_32_27.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-23_07_33_58.tgz osmo-pcu-sysmo.build-2025-07-23_07_37_03.tgz osmo-pcu.build-2025-07-23_07_37_10.tgz osmo-sgsn.build-2025-07-23_20_49_04.tgz osmo-stp.build-2025-07-23_13_25_09.tgz osmo-trx.build-2025-07-23_14_30_07.tgz osmocom-bb.build-2025-07-23_21_17_17.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