Skip to content
Success

Console Output

Skipping 16 KB.. Full Log
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 DONE 0.1s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:85685c974df43d86632d3f02488a8c0dd93651128cceec683a2f6ef43681d1b9 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=7878 -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-02-15 22:48:20
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7878
+ mkdir -p trial-7878
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-02-15_13_25_55.tgz osmo-bts-oc2g.build-2025-02-15_00_51_24.tgz osmo-bts-sysmo.build-2025-02-15_00_51_26.tgz osmo-bts.build-2025-02-15_00_51_39.tgz osmo-ggsn.build-2025-02-15_20_42_37.tgz osmo-hlr.build-2025-02-15_16_37_02.tgz osmo-hnbgw.build-2025-02-15_19_52_58.tgz osmo-mgw.build-2025-02-15_08_33_13.tgz osmo-msc.build-2025-02-15_13_32_37.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-02-15_07_41_26.tgz osmo-pcu-sysmo.build-2025-02-15_07_41_21.tgz osmo-pcu.build-2025-02-15_07_41_32.tgz osmo-sgsn.build-2025-02-15_20_48_05.tgz osmo-stp.build-2025-02-15_13_25_16.tgz osmo-trx.build-2025-02-15_19_57_36.tgz osmocom-bb.build-2025-02-15_21_17_07.tgz srslte.build-19.tgz trial-7878
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-02-15_13_25_55.md5 osmo-bts-oc2g.build-2025-02-15_00_51_24.md5 osmo-bts-sysmo.build-2025-02-15_00_51_26.md5 osmo-bts.build-2025-02-15_00_51_39.md5 osmo-ggsn.build-2025-02-15_20_42_37.md5 osmo-hlr.build-2025-02-15_16_37_02.md5 osmo-hnbgw.build-2025-02-15_19_52_58.md5 osmo-mgw.build-2025-02-15_08_33_13.md5 osmo-msc.build-2025-02-15_13_32_37.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-02-15_07_41_26.md5 osmo-pcu-sysmo.build-2025-02-15_07_41_21.md5 osmo-pcu.build-2025-02-15_07_41_32.md5 osmo-sgsn.build-2025-02-15_20_48_05.md5 osmo-stp.build-2025-02-15_13_25_16.md5 osmo-trx.build-2025-02-15_19_57_36.md5 osmocom-bb.build-2025-02-15_21_17_07.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-02-15_13_25_55.md5 osmo-bts-oc2g.build-2025-02-15_00_51_24.md5 osmo-bts-sysmo.build-2025-02-15_00_51_26.md5 osmo-bts.build-2025-02-15_00_51_39.md5 osmo-ggsn.build-2025-02-15_20_42_37.md5 osmo-hlr.build-2025-02-15_16_37_02.md5 osmo-hnbgw.build-2025-02-15_19_52_58.md5 osmo-mgw.build-2025-02-15_08_33_13.md5 osmo-msc.build-2025-02-15_13_32_37.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-02-15_07_41_26.md5 osmo-pcu-sysmo.build-2025-02-15_07_41_21.md5 osmo-pcu.build-2025-02-15_07_41_32.md5 osmo-sgsn.build-2025-02-15_20_48_05.md5 osmo-stp.build-2025-02-15_13_25_16.md5 osmo-trx.build-2025-02-15_19_57_36.md5 osmocom-bb.build-2025-02-15_21_17_07.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-7878 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7878'
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-7878
--------------------------------------------------------------------------------------------
22:48:20.642780 tst                       trial-7878: Detailed log at /build/trial-7878/run.2025-02-15_22-48-20/log

---------------------------------------------------------------------
trial-7878 netreg_mass
---------------------------------------------------------------------
22:48:20.846681 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:20.847049 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:20.847877 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:20.849147 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:20.885162 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:20.885970 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:20.887157 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:20.976672 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-7878 netreg_mass register_default_mass.py
----------------------------------------------
22:48:20.977544 tst       register_default_mass.py:9: Claiming resources for the test
22:48:20.994047 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.994659 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.995165 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.995648 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.996122 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.996618 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.997139 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:21.051194 tst         register_default_mass.py: using LAC 2
22:48:21.086803 tst         register_default_mass.py: using RAC 2
22:48:21.124113 tst         register_default_mass.py: using CellId 2
22:48:21.169943 tst         register_default_mass.py: using BVCI 3
22:48:21.176273 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.177008 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.177615 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.178238 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.178832 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.179412 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.180065 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.180697 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.181325 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.181917 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.182500 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.183075 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.183679 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.184300 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.184903 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.185496 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.186099 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.186710 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.187307 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.187921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.188516 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.189124 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.189763 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.190396 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.191001 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.191637 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.192261 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.193025 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.193679 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.194348 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.194965 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.195589 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.196223 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.196897 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.197553 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.198185 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.198829 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.199513 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.200167 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.200818 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.201442 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.202098 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.202744 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.203378 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.204008 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.204667 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.205309 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.205949 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.206601 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.207242 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.207878 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.208524 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.209159 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.209781 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.210424 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.211061 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.211682 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.212331 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.212968 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.213587 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.214201 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.214843 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.215472 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.216097 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.216741 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.217371 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.217991 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.218641 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.219266 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.219907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.220544 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.221177 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.221900 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.222548 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.223186 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.223797 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.224460 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.225103 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.225727 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.226348 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.226990 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.227614 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.228264 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.228902 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.229529 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.230149 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.230764 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.231366 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.231965 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.232592 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.233244 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.233866 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.234502 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.235129 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.235750 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.236390 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.237020 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.237647 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.238277 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.238899 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.239524 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.240246 tst      register_default_mass.py:21: Launching a simple network
22:48:21.252463 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:21.395326 run            create_hlr_db(pid=20): Launched
22:48:22.406979 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:22.425506 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:22.442103 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:22.448330 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:22.627163 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:22.643366 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:22.649450 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:23.088836 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:23.105392 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:26.116417 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:26.266269 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:26.287365 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:26.294589 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:26.324807 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:26.349837 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:26.357042 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:26.826827 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:26.865956 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:32.898223 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:33.086729 run         osmo-bts-virtual(pid=34): Launched
22:48:34.133963 tst         register_default_mass.py: using MSISDN 1001
22:48:34.141525 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:34.219416 tst         register_default_mass.py: using MSISDN 1002
22:48:34.226913 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:34.311766 tst         register_default_mass.py: using MSISDN 1003
22:48:34.320358 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:34.390778 tst         register_default_mass.py: using MSISDN 1004
22:48:34.400998 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:34.473944 tst         register_default_mass.py: using MSISDN 1005
22:48:34.483744 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:34.552164 tst         register_default_mass.py: using MSISDN 1006
22:48:34.568024 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:34.650771 tst         register_default_mass.py: using MSISDN 1007
22:48:34.666564 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:34.805339 tst         register_default_mass.py: using MSISDN 1008
22:48:34.815286 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:34.897021 tst         register_default_mass.py: using MSISDN 1009
22:48:34.909431 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:34.991761 tst         register_default_mass.py: using MSISDN 1010
22:48:35.008381 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:35.093807 tst         register_default_mass.py: using MSISDN 1011
22:48:35.109254 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:35.190529 tst         register_default_mass.py: using MSISDN 1012
22:48:35.206452 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:35.364360 tst         register_default_mass.py: using MSISDN 1013
22:48:35.375301 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:35.444436 tst         register_default_mass.py: using MSISDN 1014
22:48:35.460512 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:35.549131 tst         register_default_mass.py: using MSISDN 1015
22:48:35.564127 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:35.635525 tst         register_default_mass.py: using MSISDN 1016
22:48:35.649365 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:35.726568 tst         register_default_mass.py: using MSISDN 1017
22:48:35.742303 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:36.998293 tst         register_default_mass.py: using MSISDN 1018
22:48:37.014323 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:37.088055 tst         register_default_mass.py: using MSISDN 1019
22:48:37.103213 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:37.192848 tst         register_default_mass.py: using MSISDN 1020
22:48:37.203173 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:37.310562 tst         register_default_mass.py: using MSISDN 1021
22:48:37.325646 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:37.404157 tst         register_default_mass.py: using MSISDN 1022
22:48:37.413868 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:37.520290 tst         register_default_mass.py: using MSISDN 1023
22:48:37.529583 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:37.669574 tst         register_default_mass.py: using MSISDN 1024
22:48:37.682862 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:37.773658 tst         register_default_mass.py: using MSISDN 1025
22:48:37.786718 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:37.897530 tst         register_default_mass.py: using MSISDN 1026
22:48:37.904771 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:37.980996 tst         register_default_mass.py: using MSISDN 1027
22:48:37.997743 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:38.080814 tst         register_default_mass.py: using MSISDN 1028
22:48:38.096522 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:38.186864 tst         register_default_mass.py: using MSISDN 1029
22:48:38.203207 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:38.287743 tst         register_default_mass.py: using MSISDN 1030
22:48:38.303913 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:38.395046 tst         register_default_mass.py: using MSISDN 1031
22:48:38.410223 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:38.487247 tst         register_default_mass.py: using MSISDN 1032
22:48:38.503535 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:38.595036 tst         register_default_mass.py: using MSISDN 1033
22:48:38.605287 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:38.677868 tst         register_default_mass.py: using MSISDN 1034
22:48:38.686238 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:38.758634 tst         register_default_mass.py: using MSISDN 1035
22:48:38.772111 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:38.851303 tst         register_default_mass.py: using MSISDN 1036
22:48:38.861690 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:38.934354 tst         register_default_mass.py: using MSISDN 1037
22:48:38.950971 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:39.051458 tst         register_default_mass.py: using MSISDN 1038
22:48:39.066120 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:39.143152 tst         register_default_mass.py: using MSISDN 1039
22:48:39.159662 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:39.238324 tst         register_default_mass.py: using MSISDN 1040
22:48:39.254304 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:39.337754 tst         register_default_mass.py: using MSISDN 1041
22:48:39.354852 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:39.439082 tst         register_default_mass.py: using MSISDN 1042
22:48:39.448916 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:39.517622 tst         register_default_mass.py: using MSISDN 1043
22:48:39.533863 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:39.617871 tst         register_default_mass.py: using MSISDN 1044
22:48:39.634747 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:39.751524 tst         register_default_mass.py: using MSISDN 1045
22:48:39.762906 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:39.863847 tst         register_default_mass.py: using MSISDN 1046
22:48:39.878893 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:39.975880 tst         register_default_mass.py: using MSISDN 1047
22:48:39.991902 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:40.094618 tst         register_default_mass.py: using MSISDN 1048
22:48:40.109622 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:40.209996 tst         register_default_mass.py: using MSISDN 1049
22:48:40.226855 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:40.332895 tst         register_default_mass.py: using MSISDN 1050
22:48:40.348781 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:40.443086 tst         register_default_mass.py: using MSISDN 1051
22:48:40.459073 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:40.556765 tst         register_default_mass.py: using MSISDN 1052
22:48:40.568842 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:40.661215 tst         register_default_mass.py: using MSISDN 1053
22:48:40.677461 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:40.783515 tst         register_default_mass.py: using MSISDN 1054
22:48:40.800304 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:41.072697 tst         register_default_mass.py: using MSISDN 1055
22:48:41.082714 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:41.273018 tst         register_default_mass.py: using MSISDN 1056
22:48:41.284253 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:41.355497 tst         register_default_mass.py: using MSISDN 1057
22:48:41.365447 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:41.451843 tst         register_default_mass.py: using MSISDN 1058
22:48:41.468297 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:41.559082 tst         register_default_mass.py: using MSISDN 1059
22:48:41.569449 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:41.675070 tst         register_default_mass.py: using MSISDN 1060
22:48:41.690384 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:41.785328 tst         register_default_mass.py: using MSISDN 1061
22:48:41.798840 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:41.883122 tst         register_default_mass.py: using MSISDN 1062
22:48:41.891665 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:41.957171 tst         register_default_mass.py: using MSISDN 1063
22:48:41.973083 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:42.046358 tst         register_default_mass.py: using MSISDN 1064
22:48:42.058994 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:42.144346 tst         register_default_mass.py: using MSISDN 1065
22:48:42.159616 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:42.235179 tst         register_default_mass.py: using MSISDN 1066
22:48:42.249836 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:42.325617 tst         register_default_mass.py: using MSISDN 1067
22:48:42.334239 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:42.398746 tst         register_default_mass.py: using MSISDN 1068
22:48:42.413812 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:42.502104 tst         register_default_mass.py: using MSISDN 1069
22:48:42.514206 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:42.591656 tst         register_default_mass.py: using MSISDN 1070
22:48:42.606072 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:42.682541 tst         register_default_mass.py: using MSISDN 1071
22:48:42.697820 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:42.767753 tst         register_default_mass.py: using MSISDN 1072
22:48:42.782624 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:42.866964 tst         register_default_mass.py: using MSISDN 1073
22:48:42.883178 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:42.952325 tst         register_default_mass.py: using MSISDN 1074
22:48:42.967361 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:43.048245 tst         register_default_mass.py: using MSISDN 1075
22:48:43.063122 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:43.133100 tst         register_default_mass.py: using MSISDN 1076
22:48:43.147529 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:43.230754 tst         register_default_mass.py: using MSISDN 1077
22:48:43.239458 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:43.308151 tst         register_default_mass.py: using MSISDN 1078
22:48:43.321220 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:43.400415 tst         register_default_mass.py: using MSISDN 1079
22:48:43.415357 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:43.505957 tst         register_default_mass.py: using MSISDN 1080
22:48:43.515532 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:43.619977 tst         register_default_mass.py: using MSISDN 1081
22:48:43.629191 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:43.715601 tst         register_default_mass.py: using MSISDN 1082
22:48:43.730091 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:43.811193 tst         register_default_mass.py: using MSISDN 1083
22:48:43.821945 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:43.896573 tst         register_default_mass.py: using MSISDN 1084
22:48:43.911261 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:43.990687 tst         register_default_mass.py: using MSISDN 1085
22:48:44.000111 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:44.074137 tst         register_default_mass.py: using MSISDN 1086
22:48:44.083668 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:44.189966 tst         register_default_mass.py: using MSISDN 1087
22:48:44.200862 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:44.279862 tst         register_default_mass.py: using MSISDN 1088
22:48:44.295919 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:44.396948 tst         register_default_mass.py: using MSISDN 1089
22:48:44.413341 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:44.513672 tst         register_default_mass.py: using MSISDN 1090
22:48:44.530338 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:44.604345 tst         register_default_mass.py: using MSISDN 1091
22:48:44.619149 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:44.731082 tst         register_default_mass.py: using MSISDN 1092
22:48:44.745840 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:44.855269 tst         register_default_mass.py: using MSISDN 1093
22:48:44.871662 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:44.965566 tst         register_default_mass.py: using MSISDN 1094
22:48:44.982210 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:45.091523 tst         register_default_mass.py: using MSISDN 1095
22:48:45.108101 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:45.219736 tst         register_default_mass.py: using MSISDN 1096
22:48:45.234678 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:45.329092 tst         register_default_mass.py: using MSISDN 1097
22:48:45.338654 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:45.446842 tst         register_default_mass.py: using MSISDN 1098
22:48:45.463487 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:45.577125 tst         register_default_mass.py: using MSISDN 1099
22:48:45.593094 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:45.693803 tst         register_default_mass.py: using MSISDN 1100
22:48:45.710266 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:45.976954 run                             mass: Starting testcase
22:48:45.993269 run                             mass: Pre-launching all virtphy's
22:48:46.009811 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:46.048029 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:46.066455 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:46.104384 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:46.121357 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:46.159823 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:46.184301 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:46.223446 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:46.241997 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:46.289956 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:46.304983 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:46.325441 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:46.333204 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:46.349781 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:46.365763 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:46.400822 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:46.418693 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:46.457151 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:46.474976 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:46.513201 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:46.532121 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:46.569542 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:46.587387 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:46.625319 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:46.636163 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:46.656474 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:46.667531 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:46.695698 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:46.713011 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:46.750573 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:46.766347 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:46.786077 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:46.796250 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:46.815723 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:46.825208 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:46.845769 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:46.856258 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:46.877218 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:46.886658 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:46.906959 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:46.925195 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:46.964013 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:46.982108 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:47.021146 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:47.197454 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:47.234069 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:47.249151 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:47.269473 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:47.279089 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:47.300094 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:47.310798 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:47.330689 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:47.341672 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:47.363236 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:47.373837 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:47.395862 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:47.405110 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:47.427451 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:47.438824 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:47.459928 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:47.471760 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:47.494550 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:47.507515 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:47.528406 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:47.537944 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:47.557720 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:47.568918 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:47.596607 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:47.614035 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:47.639323 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:47.653240 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:47.675168 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:47.687883 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:47.722117 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:47.739821 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:47.778740 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:47.796702 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:47.834574 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:47.851944 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:47.890606 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:47.908193 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:47.945575 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:47.963346 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:48.001499 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:48.019166 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:48.057618 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:48.075370 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:48.113101 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:48.130743 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:48.169167 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:48.186828 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:48.225413 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:48.243142 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:48.282680 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:48.300573 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:48.339077 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:48.356863 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:48.394878 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:48.412081 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:48.450177 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:48.467382 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:48.505006 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:48.519257 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:48.555992 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:48.572409 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:48.604475 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:48.613542 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:48.632770 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:48.643960 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:48.663955 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:48.674653 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:48.693929 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:48.704132 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:48.725211 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:48.735947 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:48.755378 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:48.772464 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:48.809843 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:48.827935 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:48.864676 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:48.882089 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:48.921094 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:48.938005 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:48.976937 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:48.994968 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:49.034705 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:49.052715 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:49.089303 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:49.107117 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:49.144989 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:49.162274 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:49.200866 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:49.218811 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:49.257238 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:49.275314 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:49.314277 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:49.331905 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:49.369244 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:49.386601 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:49.424127 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:49.441702 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:49.479190 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:49.497608 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:49.534731 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:49.552109 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:49.590305 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:49.605666 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:49.627210 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:49.645366 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:49.682658 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:49.699901 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:49.738163 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:49.756835 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:49.795532 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:49.815024 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:49.852025 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:49.869672 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:49.908220 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:49.926203 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:49.964006 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:49.981779 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:50.019290 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:50.037136 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:50.075814 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:50.093903 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:50.132497 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:50.150464 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:50.186717 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:50.202465 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:50.236576 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:50.247603 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:50.265282 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:50.272721 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:50.289002 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:50.297028 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:50.313491 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:50.321323 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:50.337198 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:50.344868 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:50.363093 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:50.370698 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:50.386653 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:50.394517 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:50.411692 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:50.419459 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:50.435819 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:50.443581 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:50.460772 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:50.468701 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:50.485769 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:50.493459 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:50.509910 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:50.517654 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:50.534740 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:50.542339 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:50.558935 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:50.566473 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:50.584217 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:50.591720 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:50.608131 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:50.615578 run                             mass: Checking if sockets are in the filesystem
22:48:50.783355 run                osmo-ms-mob/00000: Starting mobile
22:48:50.798234 run       osmo-ms-mob/00000(pid=135): Launched
22:48:50.805342 run                             mass: Starting too slowly. Moving on {now=2890636.508709341, sleep=-0.08271850273013115, target=2890636.425990838}
22:48:50.812153 run                             mass: MS start registered  {at=2890636.515505443, delay=0.00680143665522337, ms=00000}
22:48:54.830995 run                osmo-ms-mob/00001: Starting mobile
22:48:54.849215 run       osmo-ms-mob/00001(pid=136): Launched
22:48:54.864546 run                             mass: MS start registered  {at=2890640.567869329, delay=0.0069999489933252335, ms=00001}
22:48:55.801959 run                             mass: MS performed LU  {at=2890641.505274241, lu_delay=4.989768797997385, ms=00000}
22:48:56.628733 run                osmo-ms-mob/00002: Starting mobile
22:48:56.642908 run       osmo-ms-mob/00002(pid=137): Launched
22:48:56.654937 run                             mass: MS start registered  {at=2890642.35826844, delay=0.005440787877887487, ms=00002}
22:48:57.929003 run                osmo-ms-mob/00003: Starting mobile
22:48:57.943080 run       osmo-ms-mob/00003(pid=138): Launched
22:48:57.954177 run                             mass: MS start registered  {at=2890643.65752324, delay=0.004578980151563883, ms=00003}
22:48:59.029721 run                osmo-ms-mob/00004: Starting mobile
22:48:59.044880 run       osmo-ms-mob/00004(pid=139): Launched
22:48:59.057148 run                             mass: MS start registered  {at=2890644.76049271, delay=0.004840762820094824, ms=00004}
22:49:00.030844 run                osmo-ms-mob/00005: Starting mobile
22:49:00.051343 run       osmo-ms-mob/00005(pid=140): Launched
22:49:00.064681 run                             mass: MS start registered  {at=2890645.767975035, delay=0.005383714102208614, ms=00005}
22:49:00.929384 run                osmo-ms-mob/00006: Starting mobile
22:49:00.945408 run       osmo-ms-mob/00006(pid=141): Launched
22:49:00.958072 run                             mass: MS start registered  {at=2890646.661416117, delay=0.005366330035030842, ms=00006}
22:49:00.980650 run                             mass: MS performed LU  {at=2890646.68398864, lu_delay=6.116119311191142, ms=00001}
22:49:01.829499 run                osmo-ms-mob/00007: Starting mobile
22:49:01.844328 run       osmo-ms-mob/00007(pid=142): Launched
22:49:01.857786 run                             mass: MS start registered  {at=2890647.561110635, delay=0.006381096784025431, ms=00007}
22:49:02.629211 run                osmo-ms-mob/00008: Starting mobile
22:49:02.645189 run       osmo-ms-mob/00008(pid=143): Launched
22:49:02.657901 run                             mass: MS start registered  {at=2890648.361245009, delay=0.005124208051711321, ms=00008}
22:49:02.882125 run                             mass: MS performed LU  {at=2890648.585449888, lu_delay=4.927926647942513, ms=00003}
22:49:02.909764 run                             mass: MS performed LU  {at=2890648.613096044, lu_delay=6.254827604163438, ms=00002}
22:49:03.329569 run                osmo-ms-mob/00009: Starting mobile
22:49:03.345316 run       osmo-ms-mob/00009(pid=144): Launched
22:49:03.357639 run                             mass: MS start registered  {at=2890649.06098442, delay=0.00515197217464447, ms=00009}
22:49:04.029605 run                osmo-ms-mob/00010: Starting mobile
22:49:04.043963 run       osmo-ms-mob/00010(pid=145): Launched
22:49:04.055795 run                             mass: MS start registered  {at=2890649.759146015, delay=0.005264562088996172, ms=00010}
22:49:04.635411 run                osmo-ms-mob/00011: Starting mobile
22:49:04.655629 run       osmo-ms-mob/00011(pid=146): Launched
22:49:04.669169 run                             mass: MS start registered  {at=2890650.372501241, delay=0.0054777842015028, ms=00011}
22:49:04.746383 run                             mass: MS performed LU  {at=2890650.449698788, lu_delay=5.689206078182906, ms=00004}
22:49:04.810870 run                             mass: MS performed LU  {at=2890650.514202713, lu_delay=4.74622767791152, ms=00005}
22:49:05.228513 run                osmo-ms-mob/00012: Starting mobile
22:49:05.242620 run       osmo-ms-mob/00012(pid=147): Launched
22:49:05.253736 run                             mass: MS start registered  {at=2890650.957081526, delay=0.004798273090273142, ms=00012}
22:49:05.836347 run                osmo-ms-mob/00013: Starting mobile
22:49:05.851327 run       osmo-ms-mob/00013(pid=148): Launched
22:49:05.862932 run                             mass: MS start registered  {at=2890651.56626549, delay=0.005275651812553406, ms=00013}
22:49:06.431338 run                osmo-ms-mob/00014: Starting mobile
22:49:06.445762 run       osmo-ms-mob/00014(pid=149): Launched
22:49:06.457160 run                             mass: MS start registered  {at=2890652.16049875, delay=0.004883822984993458, ms=00014}
22:49:06.647934 run                             mass: MS performed LU  {at=2890652.351235619, lu_delay=4.790124983992428, ms=00007}
22:49:06.675511 run                             mass: MS performed LU  {at=2890652.378829582, lu_delay=5.717413465026766, ms=00006}
22:49:07.035595 run                osmo-ms-mob/00015: Starting mobile
22:49:07.049752 run       osmo-ms-mob/00015(pid=150): Launched
22:49:07.061518 run                             mass: MS start registered  {at=2890652.764858286, delay=0.0033907820470631123, ms=00015}
22:49:07.531723 run                osmo-ms-mob/00016: Starting mobile
22:49:07.546262 run       osmo-ms-mob/00016(pid=151): Launched
22:49:07.557932 run                             mass: MS start registered  {at=2890653.261280601, delay=0.005109359044581652, ms=00016}
22:49:08.035790 run                osmo-ms-mob/00017: Starting mobile
22:49:08.050338 run       osmo-ms-mob/00017(pid=152): Launched
22:49:08.061574 run                             mass: MS start registered  {at=2890653.764923603, delay=0.004804479889571667, ms=00017}
22:49:08.511936 run                             mass: MS performed LU  {at=2890654.215270681, lu_delay=5.154286260716617, ms=00009}
22:49:08.576679 run                             mass: MS performed LU  {at=2890654.280009801, lu_delay=5.918764791917056, ms=00008}
22:49:08.588822 run                osmo-ms-mob/00018: Starting mobile
22:49:08.602975 run       osmo-ms-mob/00018(pid=153): Launched
22:49:08.614396 run                             mass: MS start registered  {at=2890654.317749828, delay=0.005012467969208956, ms=00018}
22:49:08.881441 run                             mass: MS performed LU  {at=2890654.58477516, lu_delay=4.825629144906998, ms=00010}
22:49:09.029027 run                osmo-ms-mob/00019: Starting mobile
22:49:09.042495 run       osmo-ms-mob/00019(pid=154): Launched
22:49:09.054059 run                             mass: MS start registered  {at=2890654.75739426, delay=0.0037732007913291454, ms=00019}
22:49:09.529064 run                osmo-ms-mob/00020: Starting mobile
22:49:09.542813 run       osmo-ms-mob/00020(pid=155): Launched
22:49:09.554076 run                             mass: MS start registered  {at=2890655.257416491, delay=0.004962557926774025, ms=00020}
22:49:10.028704 run                osmo-ms-mob/00021: Starting mobile
22:49:10.042688 run       osmo-ms-mob/00021(pid=156): Launched
22:49:10.054419 run                             mass: MS start registered  {at=2890655.757738236, delay=0.005169037729501724, ms=00021}
22:49:10.311665 run                             mass: MS performed LU  {at=2890656.014996975, lu_delay=4.44873148528859, ms=00013}
22:49:10.413665 run                             mass: MS performed LU  {at=2890656.116989659, lu_delay=5.744488418102264, ms=00011}
22:49:10.425616 run                osmo-ms-mob/00022: Starting mobile
22:49:10.439570 run       osmo-ms-mob/00022(pid=157): Launched
22:49:10.448116 run                             mass: MS performed LU  {at=2890656.151473998, lu_delay=5.194392472039908, ms=00012}
22:49:10.454545 run                             mass: MS start registered  {at=2890656.157909687, delay=0.006457148119807243, ms=00022}
22:49:10.929287 run                osmo-ms-mob/00023: Starting mobile
22:49:10.943548 run       osmo-ms-mob/00023(pid=158): Launched
22:49:10.955127 run                             mass: MS start registered  {at=2890656.658465943, delay=0.005178548861294985, ms=00023}
22:49:11.334658 run                osmo-ms-mob/00024: Starting mobile
22:49:11.363748 run       osmo-ms-mob/00024(pid=159): Launched
22:49:11.377087 run                             mass: MS start registered  {at=2890657.080430527, delay=3.320910036563873e-05, ms=00024}
22:49:11.835615 run                osmo-ms-mob/00025: Starting mobile
22:49:11.868153 run       osmo-ms-mob/00025(pid=160): Launched
22:49:11.884367 run                             mass: MS start registered  {at=2890657.587703963, delay=0.001254204660654068, ms=00025}
22:49:12.230173 run                osmo-ms-mob/00026: Starting mobile
22:49:12.244497 run       osmo-ms-mob/00026(pid=161): Launched
22:49:12.257546 run                             mass: MS start registered  {at=2890657.960889757, delay=0.005875888280570507, ms=00026}
22:49:12.278294 run                             mass: MS performed LU  {at=2890657.981633132, lu_delay=5.82113438192755, ms=00014}
22:49:12.343036 run                             mass: MS performed LU  {at=2890658.046367254, lu_delay=5.2815089682117105, ms=00015}
22:49:12.411724 run                             mass: MS performed LU  {at=2890658.115058043, lu_delay=4.853777442127466, ms=00016}
22:49:12.424763 run                osmo-ms-mob/00027: Starting mobile
22:49:12.440579 run       osmo-ms-mob/00027(pid=162): Launched
22:49:12.454143 run                             mass: MS start registered  {at=2890658.157478822, delay=0.005819051060825586, ms=00027}
22:49:13.029679 run                osmo-ms-mob/00028: Starting mobile
22:49:13.043355 run       osmo-ms-mob/00028(pid=163): Launched
22:49:13.055276 run                             mass: MS start registered  {at=2890658.758623394, delay=0.0053195529617369175, ms=00028}
22:49:13.555398 run                osmo-ms-mob/00029: Starting mobile
22:49:13.571730 run       osmo-ms-mob/00029(pid=164): Launched
22:49:13.578742 run                             mass: Starting too slowly. Moving on {now=2890659.282105092, sleep=-0.05611423263326287, target=2890659.2259908593}
22:49:13.590186 run                             mass: MS start registered  {at=2890659.293514354, delay=0.011412024963647127, ms=00029}
22:49:13.831575 run                osmo-ms-mob/00030: Starting mobile
22:49:13.846119 run       osmo-ms-mob/00030(pid=165): Launched
22:49:13.858056 run                             mass: MS start registered  {at=2890659.561392321, delay=0.005219044629484415, ms=00030}
22:49:14.078141 run                             mass: MS performed LU  {at=2890659.781476667, lu_delay=6.016553064342588, ms=00017}
22:49:14.179505 run                             mass: MS performed LU  {at=2890659.882822563, lu_delay=4.625406072009355, ms=00020}
22:49:14.195671 run                osmo-ms-mob/00031: Starting mobile
22:49:14.213383 run       osmo-ms-mob/00031(pid=166): Launched
22:49:14.221692 run                             mass: MS performed LU  {at=2890659.925042431, lu_delay=5.167648171074688, ms=00019}
22:49:14.230034 run                             mass: MS start registered  {at=2890659.933362635, delay=0.00834892364218831, ms=00031}
22:49:14.331251 run                             mass: MS performed LU  {at=2890660.034585148, lu_delay=5.71683531999588, ms=00018}
22:49:14.344478 run                osmo-ms-mob/00032: Starting mobile
22:49:14.360568 run       osmo-ms-mob/00032(pid=167): Launched
22:49:14.373559 run                             mass: MS start registered  {at=2890660.076894025, delay=0.005674050655215979, ms=00032}
22:49:14.930013 run                osmo-ms-mob/00033: Starting mobile
22:49:14.946404 run       osmo-ms-mob/00033(pid=168): Launched
22:49:14.958174 run                             mass: MS start registered  {at=2890660.661524722, delay=0.004810926970094442, ms=00033}
22:49:15.328719 run                osmo-ms-mob/00034: Starting mobile
22:49:15.343160 run       osmo-ms-mob/00034(pid=169): Launched
22:49:15.354832 run                             mass: MS start registered  {at=2890661.058174096, delay=0.005297873169183731, ms=00034}
22:49:15.629243 run                osmo-ms-mob/00035: Starting mobile
22:49:15.644009 run       osmo-ms-mob/00035(pid=170): Launched
22:49:15.656004 run                             mass: MS start registered  {at=2890661.359350481, delay=0.0053108311258256435, ms=00035}
22:49:16.028821 run                osmo-ms-mob/00036: Starting mobile
22:49:16.042985 run       osmo-ms-mob/00036(pid=171): Launched
22:49:16.049948 run                             mass: MS performed LU  {at=2890661.75330063, lu_delay=4.672870102804154, ms=00024}
22:49:16.056455 run                             mass: MS start registered  {at=2890661.759819122, delay=0.006543666124343872, ms=00036}
22:49:16.108193 run                             mass: MS performed LU  {at=2890661.81151672, lu_delay=5.153050777036697, ms=00023}
22:49:16.233179 run                             mass: MS performed LU  {at=2890661.936502641, lu_delay=6.17876440519467, ms=00021}
22:49:16.246364 run                osmo-ms-mob/00037: Starting mobile
22:49:16.260400 run       osmo-ms-mob/00037(pid=172): Launched
22:49:16.272039 run                             mass: MS start registered  {at=2890661.975381882, delay=0.005269841756671667, ms=00037}
22:49:16.728883 run                osmo-ms-mob/00038: Starting mobile
22:49:16.742572 run       osmo-ms-mob/00038(pid=173): Launched
22:49:16.754101 run                             mass: MS start registered  {at=2890662.457442588, delay=0.005162987392395735, ms=00038}
22:49:17.029029 run                osmo-ms-mob/00039: Starting mobile
22:49:17.043920 run       osmo-ms-mob/00039(pid=174): Launched
22:49:17.056092 run                             mass: MS start registered  {at=2890662.759431177, delay=0.004257363732904196, ms=00039}
22:49:17.428830 run                osmo-ms-mob/00040: Starting mobile
22:49:17.442511 run       osmo-ms-mob/00040(pid=175): Launched
22:49:17.454162 run                             mass: MS start registered  {at=2890663.157509439, delay=0.005326921120285988, ms=00040}
22:49:17.728571 run                osmo-ms-mob/00041: Starting mobile
22:49:17.742457 run       osmo-ms-mob/00041(pid=176): Launched
22:49:17.753745 run                             mass: MS start registered  {at=2890663.457094769, delay=0.004898908082395792, ms=00041}
22:49:17.843723 run                             mass: MS performed LU  {at=2890663.547061385, lu_delay=4.788437990937382, ms=00028}
22:49:17.945315 run                             mass: MS performed LU  {at=2890663.648649697, lu_delay=6.060945734381676, ms=00025}
22:49:17.956795 run                osmo-ms-mob/00042: Starting mobile
22:49:17.969958 run       osmo-ms-mob/00042(pid=177): Launched
22:49:17.976192 run                             mass: MS performed LU  {at=2890663.679550658, lu_delay=5.718660900834948, ms=00026}
22:49:17.982051 run                             mass: MS start registered  {at=2890663.685417616, delay=0.005883778911083937, ms=00042}
22:49:18.097000 run                             mass: MS performed LU  {at=2890663.800336527, lu_delay=5.642857705242932, ms=00027}
22:49:18.429149 run                osmo-ms-mob/00043: Starting mobile
22:49:18.442747 run       osmo-ms-mob/00043(pid=178): Launched
22:49:18.454075 run                             mass: MS start registered  {at=2890664.157422952, delay=0.004863217938691378, ms=00043}
22:49:18.729248 run                osmo-ms-mob/00044: Starting mobile
22:49:18.742981 run       osmo-ms-mob/00044(pid=179): Launched
22:49:18.754986 run                             mass: MS start registered  {at=2890664.458332728, delay=0.004326749127358198, ms=00044}
22:49:20.001582 run                osmo-ms-mob/00045: Starting mobile
22:49:20.015258 run       osmo-ms-mob/00045(pid=180): Launched
22:49:20.022177 run                             mass: Starting too slowly. Moving on {now=2890665.725543247, sleep=-0.8995523825287819, target=2890664.8259908645}
22:49:20.028009 run                             mass: MS start registered  {at=2890665.731364801, delay=0.005824347957968712, ms=00045}
22:49:20.034014 run                             mass: Starting too slowly. Moving on {now=2890665.737382976, sleep=-0.8113921112380922, target=2890664.9259908646}
22:49:20.040002 run                             mass: Starting too slowly. Moving on {now=2890665.743370233, sleep=-0.7173793683759868, target=2890665.0259908647}
22:49:20.051510 run                osmo-ms-mob/00046: Starting mobile
22:49:20.065399 run       osmo-ms-mob/00046(pid=181): Launched
22:49:20.071725 run                             mass: Starting too slowly. Moving on {now=2890665.775093194, sleep=-0.6491023292765021, target=2890665.125990865}
22:49:20.077579 run                             mass: MS start registered  {at=2890665.780937081, delay=0.005846335086971521, ms=00046}
22:49:20.083600 run                             mass: Starting too slowly. Moving on {now=2890665.786969797, sleep=-0.5609789323061705, target=2890665.225990865}
22:49:20.089408 run                             mass: Starting too slowly. Moving on {now=2890665.792779513, sleep=-0.46678864816203713, target=2890665.325990865}
22:49:20.100696 run                osmo-ms-mob/00047: Starting mobile
22:49:20.114707 run       osmo-ms-mob/00047(pid=182): Launched
22:49:20.121082 run                             mass: Starting too slowly. Moving on {now=2890665.824449053, sleep=-0.3984581879340112, target=2890665.425990865}
22:49:20.127009 run                             mass: MS start registered  {at=2890665.83035944, delay=0.005912472028285265, ms=00047}
22:49:20.133239 run                             mass: Starting too slowly. Moving on {now=2890665.836606762, sleep=-0.3106158967129886, target=2890665.525990865}
22:49:20.139129 run                             mass: Starting too slowly. Moving on {now=2890665.842499149, sleep=-0.21650828374549747, target=2890665.6259908653}
22:49:20.150447 run                osmo-ms-mob/00048: Starting mobile
22:49:20.164295 run       osmo-ms-mob/00048(pid=183): Launched
22:49:20.170739 run                             mass: Starting too slowly. Moving on {now=2890665.874106887, sleep=-0.14811602141708136, target=2890665.7259908654}
22:49:20.176745 run                             mass: MS start registered  {at=2890665.880103862, delay=0.005999441724270582, ms=00048}
22:49:20.182607 run                             mass: Starting too slowly. Moving on {now=2890665.885977182, sleep=-0.05998631659895182, target=2890665.8259908655}
22:49:20.228791 run                osmo-ms-mob/00049: Starting mobile
22:49:20.242669 run       osmo-ms-mob/00049(pid=184): Launched
22:49:20.254779 run                             mass: MS start registered  {at=2890665.958114824, delay=0.005956414621323347, ms=00049}
22:49:20.516167 run                             mass: MS performed LU  {at=2890666.219495803, lu_delay=6.9259814489632845, ms=00029}
22:49:20.528679 run                osmo-ms-mob/00050: Starting mobile
22:49:20.543837 run       osmo-ms-mob/00050(pid=185): Launched
22:49:20.555413 run                             mass: MS start registered  {at=2890666.258756305, delay=0.005135681014508009, ms=00050}
22:49:20.705124 run                             mass: MS performed LU  {at=2890666.408454415, lu_delay=6.847062094137073, ms=00030}
22:49:20.928537 run                osmo-ms-mob/00051: Starting mobile
22:49:20.942778 run       osmo-ms-mob/00051(pid=186): Launched
22:49:20.954170 run                             mass: MS start registered  {at=2890666.657511363, delay=0.005002180580049753, ms=00051}
22:49:20.960861 run                             mass: MS performed LU  {at=2890666.664216804, lu_delay=6.002692081965506, ms=00033}
22:49:20.977855 run                             mass: MS performed LU  {at=2890666.681170535, lu_delay=6.74780789995566, ms=00031}
22:49:20.991348 run                osmo-ms-mob/00052: Starting mobile
22:49:21.005641 run       osmo-ms-mob/00052(pid=187): Launched
22:49:21.011925 run                             mass: MS performed LU  {at=2890666.71528067, lu_delay=5.6571065741591156, ms=00034}
22:49:21.018225 run                             mass: MS start registered  {at=2890666.721589611, delay=0.00633141677826643, ms=00052}
22:49:21.051159 run                             mass: MS performed LU  {at=2890666.754493301, lu_delay=6.677599275950342, ms=00032}
22:49:21.063080 run                osmo-ms-mob/00053: Starting mobile
22:49:21.077009 run       osmo-ms-mob/00053(pid=188): Launched
22:49:21.088930 run                             mass: MS start registered  {at=2890666.792268715, delay=0.005346474703401327, ms=00053}
22:49:21.608936 run                             mass: MS performed LU  {at=2890667.312273837, lu_delay=5.552454715128988, ms=00036}
22:49:21.710562 run                             mass: MS performed LU  {at=2890667.413886658, lu_delay=4.956444069743156, ms=00038}
22:49:21.723700 run                osmo-ms-mob/00054: Starting mobile
22:49:21.737561 run       osmo-ms-mob/00054(pid=189): Launched
22:49:21.745578 run                             mass: MS performed LU  {at=2890667.448935655, lu_delay=5.4735537730157375, ms=00037}
22:49:21.751857 run                             mass: MS start registered  {at=2890667.455221518, delay=0.0063058119267225266, ms=00054}
22:49:21.863754 run                             mass: MS performed LU  {at=2890667.567083958, lu_delay=4.807652781251818, ms=00039}
22:49:21.875840 run                osmo-ms-mob/00055: Starting mobile
22:49:21.890604 run       osmo-ms-mob/00055(pid=190): Launched
22:49:21.903457 run                             mass: MS start registered  {at=2890667.606797174, delay=0.006567314267158508, ms=00055}
22:49:21.955601 run                             mass: MS performed LU  {at=2890667.658936305, lu_delay=6.299585823900998, ms=00035}
22:49:22.429722 run                osmo-ms-mob/00056: Starting mobile
22:49:22.444032 run       osmo-ms-mob/00056(pid=191): Launched
22:49:22.455684 run                             mass: MS start registered  {at=2890668.159015252, delay=0.004156735725700855, ms=00056}
22:49:22.620368 run                             mass: MS performed LU  {at=2890668.323702395, lu_delay=4.166279443074018, ms=00043}
22:49:22.729094 run                osmo-ms-mob/00057: Starting mobile
22:49:22.743480 run       osmo-ms-mob/00057(pid=192): Launched
22:49:22.754650 run                             mass: MS start registered  {at=2890668.457996419, delay=0.004830033052712679, ms=00057}
22:49:22.761017 run                             mass: MS performed LU  {at=2890668.464375334, lu_delay=4.006042605731636, ms=00044}
22:49:23.129644 run                osmo-ms-mob/00058: Starting mobile
22:49:23.143890 run       osmo-ms-mob/00058(pid=193): Launched
22:49:23.155214 run                             mass: MS start registered  {at=2890668.858560374, delay=0.00498476717621088, ms=00058}
22:49:23.428413 run                osmo-ms-mob/00059: Starting mobile
22:49:23.442299 run       osmo-ms-mob/00059(pid=194): Launched
22:49:23.453708 run                             mass: MS start registered  {at=2890669.157058619, delay=0.005088646896183491, ms=00059}
22:49:23.474114 run                             mass: MS performed LU  {at=2890669.177454752, lu_delay=5.492037136107683, ms=00042}
22:49:23.529749 run                             mass: MS performed LU  {at=2890669.233086145, lu_delay=5.77599137602374, ms=00041}
22:49:23.541853 run                osmo-ms-mob/00060: Starting mobile
22:49:23.555844 run       osmo-ms-mob/00060(pid=195): Launched
22:49:23.567321 run                             mass: MS start registered  {at=2890669.270672037, delay=0.005049522966146469, ms=00060}
22:49:24.128683 run                osmo-ms-mob/00061: Starting mobile
22:49:24.142365 run       osmo-ms-mob/00061(pid=196): Launched
22:49:24.153852 run                             mass: MS start registered  {at=2890669.857185992, delay=0.005256062839180231, ms=00061}
22:49:24.430105 run                osmo-ms-mob/00062: Starting mobile
22:49:24.445577 run       osmo-ms-mob/00062(pid=197): Launched
22:49:24.456598 run                             mass: MS start registered  {at=2890670.159947794, delay=0.004844165872782469, ms=00062}
22:49:24.535354 run                             mass: MS performed LU  {at=2890670.238692576, lu_delay=7.081183136906475, ms=00040}
22:49:24.729307 run                osmo-ms-mob/00063: Starting mobile
22:49:24.742888 run       osmo-ms-mob/00063(pid=198): Launched
22:49:24.754632 run                             mass: MS start registered  {at=2890670.457973642, delay=0.004793102853000164, ms=00063}
22:49:25.129444 run                osmo-ms-mob/00064: Starting mobile
22:49:25.143541 run       osmo-ms-mob/00064(pid=199): Launched
22:49:25.155371 run                             mass: MS start registered  {at=2890670.858715535, delay=0.005255521275103092, ms=00064}
22:49:25.375480 run                             mass: MS performed LU  {at=2890671.078814082, lu_delay=5.198710219934583, ms=00048}
22:49:25.394164 run                             mass: MS performed LU  {at=2890671.097500118, lu_delay=5.366135316900909, ms=00045}
22:49:25.405780 run                osmo-ms-mob/00065: Starting mobile
22:49:25.419462 run       osmo-ms-mob/00065(pid=200): Launched
22:49:25.431226 run                             mass: MS performed LU  {at=2890671.134565876, lu_delay=4.4770545130595565, ms=00051}
22:49:25.437688 run                             mass: MS start registered  {at=2890671.141053612, delay=0.012123570777475834, ms=00065}
22:49:25.685039 run                             mass: MS performed LU  {at=2890671.38837329, lu_delay=5.1296169850975275, ms=00050}
22:49:25.696563 run                osmo-ms-mob/00066: Starting mobile
22:49:25.710341 run       osmo-ms-mob/00066(pid=201): Launched
22:49:25.716784 run                             mass: MS performed LU  {at=2890671.420140997, lu_delay=5.639203915838152, ms=00046}
22:49:25.722979 run                             mass: MS performed LU  {at=2890671.426342843, lu_delay=4.704753232188523, ms=00052}
22:49:25.729022 run                             mass: MS start registered  {at=2890671.432386572, delay=0.012265687808394432, ms=00066}
22:49:26.230562 run                osmo-ms-mob/00067: Starting mobile
22:49:26.248033 run       osmo-ms-mob/00067(pid=202): Launched
22:49:26.263352 run                             mass: MS start registered  {at=2890671.966682537, delay=0.007639394141733646, ms=00067}
22:49:26.299197 run                             mass: MS performed LU  {at=2890672.002450148, lu_delay=6.17209070827812, ms=00047}
22:49:26.340165 run                             mass: MS performed LU  {at=2890672.043465594, lu_delay=3.884450342040509, ms=00056}
22:49:26.354290 run                osmo-ms-mob/00068: Starting mobile
22:49:26.371447 run       osmo-ms-mob/00068(pid=203): Launched
22:49:26.382348 run                             mass: MS performed LU  {at=2890672.085699099, lu_delay=6.127584275323898, ms=00049}
22:49:26.390022 run                             mass: MS performed LU  {at=2890672.093372048, lu_delay=4.48657487379387, ms=00055}
22:49:26.397532 run                             mass: MS start registered  {at=2890672.100889915, delay=0.015215277206152678, ms=00068}
22:49:26.538636 run                             mass: MS performed LU  {at=2890672.24196934, lu_delay=5.4497006251476705, ms=00053}
22:49:26.551736 run                osmo-ms-mob/00069: Starting mobile
22:49:26.567086 run       osmo-ms-mob/00069(pid=204): Launched
22:49:26.580494 run                             mass: MS start registered  {at=2890672.283824966, delay=0.0062755197286605835, ms=00069}
22:49:27.335039 run                osmo-ms-mob/00070: Starting mobile
22:49:27.352885 run       osmo-ms-mob/00070(pid=205): Launched
22:49:27.362915 run                             mass: MS performed LU  {at=2890673.066267266, lu_delay=4.608270846772939, ms=00057}
22:49:27.370561 run                             mass: MS start registered  {at=2890673.073921915, delay=0.007678724359720945, ms=00070}
22:49:27.729556 run                osmo-ms-mob/00071: Starting mobile
22:49:27.745128 run       osmo-ms-mob/00071(pid=206): Launched
22:49:27.757722 run                             mass: MS start registered  {at=2890673.461069488, delay=0.005499852821230888, ms=00071}
22:49:28.129540 run                osmo-ms-mob/00072: Starting mobile
22:49:28.144347 run       osmo-ms-mob/00072(pid=207): Launched
22:49:28.156913 run                             mass: MS start registered  {at=2890673.86026002, delay=0.0056878989562392235, ms=00072}
22:49:28.529367 run                osmo-ms-mob/00073: Starting mobile
22:49:28.543619 run       osmo-ms-mob/00073(pid=208): Launched
22:49:28.555649 run                             mass: MS start registered  {at=2890674.258996767, delay=0.0053010787814855576, ms=00073}
22:49:28.929957 run                osmo-ms-mob/00074: Starting mobile
22:49:28.944982 run       osmo-ms-mob/00074(pid=209): Launched
22:49:28.957432 run                             mass: MS start registered  {at=2890674.660778958, delay=0.005591883789747953, ms=00074}
22:49:29.123101 run                             mass: MS performed LU  {at=2890674.826426339, lu_delay=5.967865964863449, ms=00058}
22:49:29.141071 run                             mass: MS performed LU  {at=2890674.844400232, lu_delay=5.687341613229364, ms=00059}
22:49:29.159968 run                             mass: MS performed LU  {at=2890674.863285664, lu_delay=5.592613627202809, ms=00060}
22:49:29.174816 run                osmo-ms-mob/00075: Starting mobile
22:49:29.192942 run       osmo-ms-mob/00075(pid=210): Launched
22:49:29.207288 run                             mass: MS start registered  {at=2890674.910620203, delay=0.006444726604968309, ms=00075}
22:49:29.413722 run                             mass: MS performed LU  {at=2890675.117039689, lu_delay=5.259853696916252, ms=00061}
22:49:29.450482 run                             mass: MS performed LU  {at=2890675.153818408, lu_delay=4.695844766218215, ms=00063}
22:49:29.829550 run                osmo-ms-mob/00076: Starting mobile
22:49:29.843571 run       osmo-ms-mob/00076(pid=211): Launched
22:49:29.855104 run                             mass: MS start registered  {at=2890675.55845617, delay=0.004951460752636194, ms=00076}
22:49:30.229078 run                osmo-ms-mob/00077: Starting mobile
22:49:30.243312 run       osmo-ms-mob/00077(pid=212): Launched
22:49:30.254727 run                             mass: MS start registered  {at=2890675.958078767, delay=0.004955935291945934, ms=00077}
22:49:30.359041 run                             mass: MS performed LU  {at=2890676.062353477, lu_delay=3.961463561747223, ms=00068}
22:49:30.371823 run                             mass: MS performed LU  {at=2890676.075176984, lu_delay=3.79135201824829, ms=00069}
22:49:30.731267 run                osmo-ms-mob/00078: Starting mobile
22:49:30.744747 run       osmo-ms-mob/00078(pid=213): Launched
22:49:30.755896 run                             mass: MS start registered  {at=2890676.459248433, delay=0.0045925029553473, ms=00078}
22:49:31.106996 run                             mass: MS performed LU  {at=2890676.810300829, lu_delay=5.669247217010707, ms=00065}
22:49:31.118671 run                osmo-ms-mob/00079: Starting mobile
22:49:31.132803 run       osmo-ms-mob/00079(pid=214): Launched
22:49:31.139760 run                             mass: MS performed LU  {at=2890676.84311208, lu_delay=5.98439654475078, ms=00064}
22:49:31.146645 run                             mass: MS performed LU  {at=2890676.850007414, lu_delay=5.417620841879398, ms=00066}
22:49:31.153549 run                             mass: MS start registered  {at=2890676.85691215, delay=0.01382293226197362, ms=00079}
22:49:31.369738 run                             mass: MS performed LU  {at=2890677.07307677, lu_delay=5.106394233182073, ms=00067}
22:49:31.630235 run                osmo-ms-mob/00080: Starting mobile
22:49:31.647037 run       osmo-ms-mob/00080(pid=215): Launched
22:49:31.661412 run                             mass: MS start registered  {at=2890677.364739892, delay=0.006724020931869745, ms=00080}
22:49:32.129003 run                osmo-ms-mob/00081: Starting mobile
22:49:32.143883 run       osmo-ms-mob/00081(pid=216): Launched
22:49:32.155439 run                             mass: MS start registered  {at=2890677.858790346, delay=0.005232286173850298, ms=00081}
22:49:32.529093 run                osmo-ms-mob/00082: Starting mobile
22:49:32.542787 run       osmo-ms-mob/00082(pid=217): Launched
22:49:32.554354 run                             mass: MS start registered  {at=2890678.25770329, delay=0.005118237808346748, ms=00082}
22:49:33.036185 run                             mass: MS performed LU  {at=2890678.739523436, lu_delay=5.278453947976232, ms=00071}
22:49:33.047670 run                osmo-ms-mob/00083: Starting mobile
22:49:33.061527 run       osmo-ms-mob/00083(pid=218): Launched
22:49:33.067805 run                             mass: MS performed LU  {at=2890678.771163202, lu_delay=5.697241286747158, ms=00070}
22:49:33.073793 run                             mass: MS start registered  {at=2890678.777159059, delay=0.006014272104948759, ms=00083}
22:49:33.124013 run                             mass: MS performed LU  {at=2890678.827340544, lu_delay=4.96708052419126, ms=00072}
22:49:33.142442 run                             mass: MS performed LU  {at=2890678.845794025, lu_delay=22.68788433773443, ms=00022}
22:49:33.160954 run                             mass: MS performed LU  {at=2890678.864301511, lu_delay=4.60530474409461, ms=00073}
22:49:33.172354 run                osmo-ms-mob/00084: Starting mobile
22:49:33.185845 run       osmo-ms-mob/00084(pid=219): Launched
22:49:33.196728 run                             mass: MS start registered  {at=2890678.900080277, delay=0.004882459063082933, ms=00084}
22:49:34.128858 run                osmo-ms-mob/00085: Starting mobile
22:49:34.142476 run       osmo-ms-mob/00085(pid=220): Launched
22:49:34.153497 run                             mass: MS start registered  {at=2890679.856849984, delay=0.004940969869494438, ms=00085}
22:49:34.729105 run                osmo-ms-mob/00086: Starting mobile
22:49:34.742803 run       osmo-ms-mob/00086(pid=221): Launched
22:49:34.754020 run                             mass: MS start registered  {at=2890680.457373285, delay=0.004959026351571083, ms=00086}
22:49:34.827614 run                             mass: MS performed LU  {at=2890680.530945811, lu_delay=4.572867043782026, ms=00077}
22:49:34.873428 run                             mass: MS performed LU  {at=2890680.576710623, lu_delay=5.018254453316331, ms=00076}
22:49:34.891643 run                             mass: MS performed LU  {at=2890680.594985504, lu_delay=5.6843653013929725, ms=00075}
22:49:35.098929 run                             mass: MS performed LU  {at=2890680.80226553, lu_delay=6.141486572101712, ms=00074}
22:49:35.329814 run                osmo-ms-mob/00087: Starting mobile
22:49:35.345379 run       osmo-ms-mob/00087(pid=222): Launched
22:49:35.356478 run                             mass: MS start registered  {at=2890681.059830521, delay=0.004745205864310265, ms=00087}
22:49:35.931044 run                osmo-ms-mob/00088: Starting mobile
22:49:35.944512 run       osmo-ms-mob/00088(pid=223): Launched
22:49:35.956143 run                             mass: MS start registered  {at=2890681.659495166, delay=0.005033951252698898, ms=00088}
22:49:36.529377 run                osmo-ms-mob/00089: Starting mobile
22:49:36.543300 run       osmo-ms-mob/00089(pid=224): Launched
22:49:36.554762 run                             mass: MS start registered  {at=2890682.258107027, delay=0.005020724143832922, ms=00089}
22:49:36.802469 run                             mass: MS performed LU  {at=2890682.505779938, lu_delay=5.1410400457680225, ms=00080}
22:49:36.820794 run                             mass: MS performed LU  {at=2890682.524073356, lu_delay=5.667161205783486, ms=00079}
22:49:36.889580 run                             mass: MS performed LU  {at=2890682.592907848, lu_delay=6.133659414947033, ms=00078}
22:49:36.907952 run                             mass: MS performed LU  {at=2890682.61129913, lu_delay=4.752508784178644, ms=00081}
22:49:36.920233 run                osmo-ms-mob/00090: Starting mobile
22:49:36.934133 run       osmo-ms-mob/00090(pid=225): Launched
22:49:36.945880 run                             mass: MS start registered  {at=2890682.649224442, delay=0.005311158951371908, ms=00090}
22:49:37.828859 run                osmo-ms-mob/00091: Starting mobile
22:49:37.844121 run       osmo-ms-mob/00091(pid=226): Launched
22:49:37.855904 run                             mass: MS start registered  {at=2890683.559246504, delay=0.005316120106726885, ms=00091}
22:49:38.528867 run                osmo-ms-mob/00092: Starting mobile
22:49:38.542243 run       osmo-ms-mob/00092(pid=227): Launched
22:49:38.553625 run                             mass: MS start registered  {at=2890684.256976565, delay=0.0035193688236176968, ms=00092}
22:49:38.573907 run                             mass: MS performed LU  {at=2890684.277243671, lu_delay=6.019540381152183, ms=00082}
22:49:38.639325 run                             mass: MS performed LU  {at=2890684.342626975, lu_delay=5.5654679159633815, ms=00083}
22:49:38.657596 run                             mass: MS performed LU  {at=2890684.36093076, lu_delay=5.460850482806563, ms=00084}
22:49:38.828506 run                             mass: MS performed LU  {at=2890684.531832255, lu_delay=4.674982271157205, ms=00085}
22:49:39.329254 run                osmo-ms-mob/00093: Starting mobile
22:49:39.343067 run       osmo-ms-mob/00093(pid=228): Launched
22:49:39.354577 run                             mass: MS start registered  {at=2890685.057928494, delay=0.004782071337103844, ms=00093}
22:49:40.228770 run                osmo-ms-mob/00094: Starting mobile
22:49:40.242803 run       osmo-ms-mob/00094(pid=229): Launched
22:49:40.254056 run                             mass: MS start registered  {at=2890685.957397711, delay=0.004978804849088192, ms=00094}
22:49:40.568397 run                             mass: MS performed LU  {at=2890686.271734554, lu_delay=5.814361268654466, ms=00086}
22:49:40.586730 run                             mass: MS performed LU  {at=2890686.290072673, lu_delay=4.630577506963164, ms=00088}
22:49:40.655221 run                             mass: MS performed LU  {at=2890686.358556554, lu_delay=5.298726033419371, ms=00087}
22:49:41.263042 run                osmo-ms-mob/00095: Starting mobile
22:49:41.558786 run       osmo-ms-mob/00095(pid=230): Launched
22:49:41.567907 run                             mass: Starting too slowly. Moving on {now=2890687.271275999, sleep=-0.3452851139008999, target=2890686.925990885}
22:49:41.573684 run                             mass: MS start registered  {at=2890687.277040128, delay=0.005766090005636215, ms=00095}
22:49:41.579623 run                             mass: Starting too slowly. Moving on {now=2890687.282994213, sleep=-0.25700332783162594, target=2890687.025990885}
22:49:41.585050 run                             mass: Starting too slowly. Moving on {now=2890687.288421981, sleep=-0.16243109572678804, target=2890687.1259908853}
22:49:41.590476 run                             mass: Starting too slowly. Moving on {now=2890687.29384831, sleep=-0.06785742472857237, target=2890687.2259908854}
22:49:42.128591 run                osmo-ms-mob/00096: Starting mobile
22:49:42.142059 run       osmo-ms-mob/00096(pid=231): Launched
22:49:42.153106 run                             mass: MS start registered  {at=2890687.856460011, delay=0.005009745247662067, ms=00096}
22:49:43.027201 run                             mass: MS performed LU  {at=2890688.730539508, lu_delay=5.171293003950268, ms=00091}
22:49:43.111140 run                             mass: MS performed LU  {at=2890688.814460748, lu_delay=6.556353720836341, ms=00089}
22:49:43.122799 run                osmo-ms-mob/00097: Starting mobile
22:49:43.136512 run       osmo-ms-mob/00097(pid=232): Launched
22:49:43.142789 run                             mass: MS performed LU  {at=2890688.846145448, lu_delay=6.19692100584507, ms=00090}
22:49:43.148791 run                             mass: MS start registered  {at=2890688.852157272, delay=0.006033102981746197, ms=00097}
22:49:44.333748 run                             mass: MS performed LU  {at=2890690.037084341, lu_delay=4.979155846871436, ms=00093}
22:49:44.352091 run                             mass: MS performed LU  {at=2890690.055444507, lu_delay=22.60022298898548, ms=00054}
22:49:44.363401 run                osmo-ms-mob/00098: Starting mobile
22:49:44.376844 run       osmo-ms-mob/00098(pid=233): Launched
22:49:44.387797 run                             mass: MS start registered  {at=2890690.091152378, delay=0.004670025780797005, ms=00098}
22:49:44.421599 run                             mass: MS performed LU  {at=2890690.124939426, lu_delay=5.867962860967964, ms=00092}
22:49:46.170486 run                             mass: MS performed LU  {at=2890691.873785971, lu_delay=5.91638826020062, ms=00094}
22:49:46.188704 run                             mass: MS performed LU  {at=2890691.892053307, lu_delay=4.6150131789036095, ms=00095}
22:49:46.200191 run                osmo-ms-mob/00099: Starting mobile
22:49:46.213846 run       osmo-ms-mob/00099(pid=234): Launched
22:49:46.220103 run                             mass: All started... {duration=55.59748102398589, too_slow=17}
22:49:46.225922 run                             mass: MS start registered  {at=2890691.929280486, delay=0.00581261795014143, ms=00099}
22:49:46.557814 run                             mass: MS performed LU  {at=2890692.261151386, lu_delay=22.10120359202847, ms=00062}
22:49:48.099382 run                             mass: MS performed LU  {at=2890693.802714868, lu_delay=5.9462548568844795, ms=00096}
22:49:48.118012 run                             mass: MS performed LU  {at=2890693.821351313, lu_delay=4.969194041099399, ms=00097}
22:49:49.936976 run                             mass: MS performed LU  {at=2890695.640156956, lu_delay=5.5490045780315995, ms=00098}
22:49:51.838064 run                             mass: MS performed LU  {at=2890697.541400825, lu_delay=5.612120339181274, ms=00099}
22:49:51.844267 run                             mass: Tests done {all_completed=True, max=22.68788433773443, min=3.79135201824829}
22:49:51.849674 tst         register_default_mass.py: Test passed (90.9 sec)
22:49:51.855123 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:51.858464 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:51.861863 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:51.865215 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:51.868517 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:51.871804 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:51.875108 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:51.878437 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:51.881755 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:51.885056 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:51.888357 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:51.891624 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:51.894799 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:51.898019 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:51.901349 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:51.905189 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:51.908601 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:51.911977 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:51.915344 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:51.918855 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:51.922209 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:51.925565 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:51.928887 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:51.932265 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:51.935721 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:51.939037 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:51.942482 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:51.945867 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:51.949204 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:51.952505 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:51.955822 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:51.959165 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:51.962672 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:51.966191 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:51.970037 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:51.973360 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:51.976699 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:51.980049 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:51.983726 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:51.987062 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:51.990408 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:51.993745 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:51.997083 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:52.000415 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:52.003756 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:52.007629 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:52.011216 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:52.014553 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:52.017886 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:52.021198 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:52.025131 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:52.028679 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:52.032018 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:52.035356 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:52.038687 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:52.042008 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:52.045344 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:52.048658 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:52.051984 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:52.055308 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:52.059058 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:52.084066 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:52.088166 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:52.091505 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:52.094858 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:52.137020 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:52.140678 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:52.143946 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:52.147867 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:52.151371 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:52.154643 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:52.158552 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:52.161833 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:52.165810 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:52.169071 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:52.173000 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:52.176582 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:52.179961 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:52.183382 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:52.186708 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:52.190025 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:52.193347 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:52.196571 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:52.199939 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:52.203239 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:52.206562 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:52.209856 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:52.213183 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:52.216554 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:52.219845 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:52.223177 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:52.226509 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:52.229834 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:52.233150 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:52.236462 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:52.239789 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:52.243110 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:52.246490 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:52.249797 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:52.253112 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:52.256440 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:52.259787 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:52.263817 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:52.267174 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:52.270673 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:52.274028 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:52.277360 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:52.280690 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:52.284027 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:52.287367 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:52.290687 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:52.294020 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:52.297359 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:52.300705 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:52.304025 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:52.307341 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:52.310657 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:52.313968 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:52.317282 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:52.320582 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:52.323879 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:52.327178 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:52.330479 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:52.333779 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:52.337077 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:52.340371 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:52.343669 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:52.346979 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:52.350221 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:52.353397 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:52.356568 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:52.359731 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:52.362924 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:52.366088 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:52.369273 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:52.372450 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:52.375631 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:52.378836 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:52.382092 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:52.385378 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:52.388854 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:52.392141 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:52.395437 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:52.398761 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:52.402082 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:52.405396 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:52.408684 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:52.411986 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:52.415307 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:52.418619 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:52.422153 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:52.425486 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:52.428801 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:52.432097 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:52.435364 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:52.438659 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:52.441943 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:52.445231 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:52.448527 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:52.451818 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:52.455101 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:52.458386 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:52.461653 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:52.464945 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:52.468223 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:52.471508 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:52.474790 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:52.478075 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:52.481384 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:52.484684 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:52.487982 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:52.491283 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:52.494577 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:52.497862 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:52.501154 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:52.504454 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:52.507749 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:52.511044 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:52.514351 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:52.517595 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:52.521025 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:52.524424 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:52.527693 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:52.530872 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:52.534043 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:52.537204 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:52.540361 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:52.543657 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:52.546975 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:52.550285 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:52.553577 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:52.556873 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:52.560161 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:52.563463 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:52.566764 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:52.570062 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:52.573355 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:52.576650 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:52.579961 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:52.583247 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:52.586547 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:52.589852 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:52.593165 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:52.596471 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:52.599774 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:52.603070 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:52.606392 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:52.609690 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:52.612982 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:52.616280 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:52.619585 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:52.622894 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:52.626181 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:52.629496 ---      ParallelTerminationStrategy: PID 22 died...
22:49:52.630940 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:52.634502 ---      ParallelTerminationStrategy: PID 23 died...
22:49:52.635962 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:52.639476 ---      ParallelTerminationStrategy: PID 24 died...
22:49:52.640965 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:52.644510 ---      ParallelTerminationStrategy: PID 25 died...
22:49:52.645949 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:52.649475 ---      ParallelTerminationStrategy: PID 26 died...
22:49:52.650898 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:52.654477 ---      ParallelTerminationStrategy: PID 27 died...
22:49:52.655903 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:52.659449 ---      ParallelTerminationStrategy: PID 28 died...
22:49:52.660888 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:52.664402 ---      ParallelTerminationStrategy: PID 29 died...
22:49:52.665819 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:52.669336 ---      ParallelTerminationStrategy: PID 30 died...
22:49:52.670763 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:52.674286 ---      ParallelTerminationStrategy: PID 31 died...
22:49:52.675713 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:52.679296 ---      ParallelTerminationStrategy: PID 32 died...
22:49:52.680729 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:52.684306 ---      ParallelTerminationStrategy: PID 33 died...
22:49:52.685748 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:52.689289 ---      ParallelTerminationStrategy: PID 35 died...
22:49:52.690753 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:52.694449 ---      ParallelTerminationStrategy: PID 36 died...
22:49:52.695932 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:52.699603 ---      ParallelTerminationStrategy: PID 37 died...
22:49:52.701099 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:52.704802 ---      ParallelTerminationStrategy: PID 38 died...
22:49:52.706289 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:52.709990 ---      ParallelTerminationStrategy: PID 39 died...
22:49:52.711500 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:52.715178 ---      ParallelTerminationStrategy: PID 40 died...
22:49:52.716697 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:52.720385 ---      ParallelTerminationStrategy: PID 41 died...
22:49:52.721865 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:52.725607 ---      ParallelTerminationStrategy: PID 42 died...
22:49:52.727093 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:52.730764 ---      ParallelTerminationStrategy: PID 43 died...
22:49:52.732251 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:52.735960 ---      ParallelTerminationStrategy: PID 44 died...
22:49:52.737432 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:52.741081 ---      ParallelTerminationStrategy: PID 45 died...
22:49:52.742560 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:52.746201 ---      ParallelTerminationStrategy: PID 46 died...
22:49:52.747684 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:52.751358 ---      ParallelTerminationStrategy: PID 47 died...
22:49:52.752828 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:52.756467 ---      ParallelTerminationStrategy: PID 48 died...
22:49:52.757951 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:52.761632 ---      ParallelTerminationStrategy: PID 49 died...
22:49:52.763126 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:52.766750 ---      ParallelTerminationStrategy: PID 50 died...
22:49:52.768205 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:52.771836 ---      ParallelTerminationStrategy: PID 51 died...
22:49:52.773309 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:52.776970 ---      ParallelTerminationStrategy: PID 52 died...
22:49:52.778436 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:52.782071 ---      ParallelTerminationStrategy: PID 53 died...
22:49:52.783544 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:52.787191 ---      ParallelTerminationStrategy: PID 54 died...
22:49:52.788656 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:52.792129 ---      ParallelTerminationStrategy: PID 55 died...
22:49:52.793544 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:52.797208 ---      ParallelTerminationStrategy: PID 56 died...
22:49:52.798730 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:52.802392 ---      ParallelTerminationStrategy: PID 57 died...
22:49:52.803812 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:52.807302 ---      ParallelTerminationStrategy: PID 58 died...
22:49:52.808789 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:52.812380 ---      ParallelTerminationStrategy: PID 59 died...
22:49:52.813890 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:52.817657 ---      ParallelTerminationStrategy: PID 60 died...
22:49:52.819180 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:52.822995 ---      ParallelTerminationStrategy: PID 61 died...
22:49:52.824487 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:52.828187 ---      ParallelTerminationStrategy: PID 62 died...
22:49:52.829723 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:52.833280 ---      ParallelTerminationStrategy: PID 63 died...
22:49:52.834743 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:52.838271 ---      ParallelTerminationStrategy: PID 64 died...
22:49:52.839713 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:52.843312 ---      ParallelTerminationStrategy: PID 65 died...
22:49:52.844760 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:52.848402 ---      ParallelTerminationStrategy: PID 66 died...
22:49:52.849893 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:52.853588 ---      ParallelTerminationStrategy: PID 67 died...
22:49:52.855070 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:52.858747 ---      ParallelTerminationStrategy: PID 68 died...
22:49:52.860258 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:52.863983 ---      ParallelTerminationStrategy: PID 69 died...
22:49:52.865467 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:52.869212 ---      ParallelTerminationStrategy: PID 70 died...
22:49:52.870695 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:52.874378 ---      ParallelTerminationStrategy: PID 71 died...
22:49:52.875858 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:52.879564 ---      ParallelTerminationStrategy: PID 72 died...
22:49:52.881062 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:52.884734 ---      ParallelTerminationStrategy: PID 73 died...
22:49:52.886234 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:52.889904 ---      ParallelTerminationStrategy: PID 74 died...
22:49:52.891397 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:52.895086 ---      ParallelTerminationStrategy: PID 75 died...
22:49:52.896569 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:52.900247 ---      ParallelTerminationStrategy: PID 76 died...
22:49:52.901759 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:52.905446 ---      ParallelTerminationStrategy: PID 77 died...
22:49:52.906938 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:52.910653 ---      ParallelTerminationStrategy: PID 78 died...
22:49:52.912138 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:52.915808 ---      ParallelTerminationStrategy: PID 79 died...
22:49:52.917304 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:52.920944 ---      ParallelTerminationStrategy: PID 80 died...
22:49:52.922414 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:52.926071 ---      ParallelTerminationStrategy: PID 81 died...
22:49:52.927544 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:52.931168 ---      ParallelTerminationStrategy: PID 82 died...
22:49:52.932632 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:52.936282 ---      ParallelTerminationStrategy: PID 83 died...
22:49:52.937755 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:52.941454 ---      ParallelTerminationStrategy: PID 84 died...
22:49:52.942950 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:52.946620 ---      ParallelTerminationStrategy: PID 85 died...
22:49:52.948102 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:52.951769 ---      ParallelTerminationStrategy: PID 86 died...
22:49:52.953250 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:52.956943 ---      ParallelTerminationStrategy: PID 87 died...
22:49:52.958436 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:52.962084 ---      ParallelTerminationStrategy: PID 88 died...
22:49:52.963568 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:52.967244 ---      ParallelTerminationStrategy: PID 89 died...
22:49:52.968725 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:52.972370 ---      ParallelTerminationStrategy: PID 90 died...
22:49:52.973857 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:52.977495 ---      ParallelTerminationStrategy: PID 91 died...
22:49:52.978957 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:52.982592 ---      ParallelTerminationStrategy: PID 92 died...
22:49:52.984061 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:52.987718 ---      ParallelTerminationStrategy: PID 93 died...
22:49:52.989200 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:52.992828 ---      ParallelTerminationStrategy: PID 94 died...
22:49:52.994301 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:52.997938 ---      ParallelTerminationStrategy: PID 95 died...
22:49:52.999411 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:53.003068 ---      ParallelTerminationStrategy: PID 96 died...
22:49:53.004555 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:53.008208 ---      ParallelTerminationStrategy: PID 97 died...
22:49:53.009713 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:53.013337 ---      ParallelTerminationStrategy: PID 98 died...
22:49:53.014817 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:53.018463 ---      ParallelTerminationStrategy: PID 99 died...
22:49:53.019931 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:53.023564 ---      ParallelTerminationStrategy: PID 100 died...
22:49:53.025055 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:53.028676 ---      ParallelTerminationStrategy: PID 101 died...
22:49:53.030144 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:53.033800 ---      ParallelTerminationStrategy: PID 102 died...
22:49:53.035278 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:53.038921 ---      ParallelTerminationStrategy: PID 103 died...
22:49:53.040399 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:53.044028 ---      ParallelTerminationStrategy: PID 104 died...
22:49:53.045497 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:53.049141 ---      ParallelTerminationStrategy: PID 105 died...
22:49:53.050603 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:53.054252 ---      ParallelTerminationStrategy: PID 106 died...
22:49:53.055737 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:53.059371 ---      ParallelTerminationStrategy: PID 107 died...
22:49:53.060994 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:53.064640 ---      ParallelTerminationStrategy: PID 108 died...
22:49:53.066102 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:53.069738 ---      ParallelTerminationStrategy: PID 109 died...
22:49:53.071215 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:53.074863 ---      ParallelTerminationStrategy: PID 110 died...
22:49:53.076332 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:53.079972 ---      ParallelTerminationStrategy: PID 111 died...
22:49:53.081456 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:53.085131 ---      ParallelTerminationStrategy: PID 112 died...
22:49:53.086655 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:53.090318 ---      ParallelTerminationStrategy: PID 113 died...
22:49:53.091793 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:53.095422 ---      ParallelTerminationStrategy: PID 114 died...
22:49:53.096929 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:53.100568 ---      ParallelTerminationStrategy: PID 115 died...
22:49:53.102036 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:53.105656 ---      ParallelTerminationStrategy: PID 116 died...
22:49:53.107118 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:53.110751 ---      ParallelTerminationStrategy: PID 117 died...
22:49:53.112214 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:53.115836 ---      ParallelTerminationStrategy: PID 118 died...
22:49:53.117315 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:53.120963 ---      ParallelTerminationStrategy: PID 119 died...
22:49:53.122440 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:53.126076 ---      ParallelTerminationStrategy: PID 120 died...
22:49:53.127553 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:53.131257 ---      ParallelTerminationStrategy: PID 121 died...
22:49:53.132752 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:53.136414 ---      ParallelTerminationStrategy: PID 122 died...
22:49:53.137941 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:53.141654 ---      ParallelTerminationStrategy: PID 123 died...
22:49:53.143148 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:53.146902 ---      ParallelTerminationStrategy: PID 124 died...
22:49:53.148383 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:53.152107 ---      ParallelTerminationStrategy: PID 125 died...
22:49:53.153600 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:53.157293 ---      ParallelTerminationStrategy: PID 126 died...
22:49:53.158798 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:53.162494 ---      ParallelTerminationStrategy: PID 127 died...
22:49:53.163988 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:53.167671 ---      ParallelTerminationStrategy: PID 128 died...
22:49:53.169176 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:53.172860 ---      ParallelTerminationStrategy: PID 129 died...
22:49:53.174351 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:53.178063 ---      ParallelTerminationStrategy: PID 130 died...
22:49:53.179559 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:53.183246 ---      ParallelTerminationStrategy: PID 131 died...
22:49:53.184736 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:53.188407 ---      ParallelTerminationStrategy: PID 132 died...
22:49:53.189972 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:53.193642 ---      ParallelTerminationStrategy: PID 133 died...
22:49:53.195121 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:53.198784 ---      ParallelTerminationStrategy: PID 134 died...
22:49:53.200269 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:53.203934 ---      ParallelTerminationStrategy: PID 135 died...
22:49:53.205419 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:53.209111 ---      ParallelTerminationStrategy: PID 136 died...
22:49:53.210593 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:53.214292 ---      ParallelTerminationStrategy: PID 137 died...
22:49:53.215778 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:53.219502 ---      ParallelTerminationStrategy: PID 138 died...
22:49:53.220990 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:53.224682 ---      ParallelTerminationStrategy: PID 139 died...
22:49:53.226164 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:53.229859 ---      ParallelTerminationStrategy: PID 140 died...
22:49:53.231351 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:53.235086 ---      ParallelTerminationStrategy: PID 141 died...
22:49:53.236571 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:53.240294 ---      ParallelTerminationStrategy: PID 142 died...
22:49:53.241781 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:53.245499 ---      ParallelTerminationStrategy: PID 143 died...
22:49:53.246986 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:53.250641 ---      ParallelTerminationStrategy: PID 144 died...
22:49:53.252075 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:53.255699 ---      ParallelTerminationStrategy: PID 145 died...
22:49:53.257177 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:53.260827 ---      ParallelTerminationStrategy: PID 146 died...
22:49:53.262303 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:53.265961 ---      ParallelTerminationStrategy: PID 147 died...
22:49:53.267386 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:53.271022 ---      ParallelTerminationStrategy: PID 148 died...
22:49:53.272492 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:53.276171 ---      ParallelTerminationStrategy: PID 149 died...
22:49:53.277652 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:53.281329 ---      ParallelTerminationStrategy: PID 150 died...
22:49:53.282803 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:53.286393 ---      ParallelTerminationStrategy: PID 151 died...
22:49:53.287805 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:53.291316 ---      ParallelTerminationStrategy: PID 152 died...
22:49:53.292722 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:53.296305 ---      ParallelTerminationStrategy: PID 153 died...
22:49:53.297814 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:53.301459 ---      ParallelTerminationStrategy: PID 154 died...
22:49:53.302928 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:53.306568 ---      ParallelTerminationStrategy: PID 155 died...
22:49:53.308036 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:53.311567 ---      ParallelTerminationStrategy: PID 156 died...
22:49:53.312984 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:53.316462 ---      ParallelTerminationStrategy: PID 157 died...
22:49:53.317892 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:53.321413 ---      ParallelTerminationStrategy: PID 158 died...
22:49:53.322809 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:53.326299 ---      ParallelTerminationStrategy: PID 159 died...
22:49:53.327705 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:53.331219 ---      ParallelTerminationStrategy: PID 160 died...
22:49:53.332632 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:53.336109 ---      ParallelTerminationStrategy: PID 161 died...
22:49:53.337538 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:53.341151 ---      ParallelTerminationStrategy: PID 162 died...
22:49:53.342628 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:53.346293 ---      ParallelTerminationStrategy: PID 163 died...
22:49:53.347763 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:53.351407 ---      ParallelTerminationStrategy: PID 164 died...
22:49:53.352880 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:53.356513 ---      ParallelTerminationStrategy: PID 165 died...
22:49:53.357986 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:53.361666 ---      ParallelTerminationStrategy: PID 166 died...
22:49:53.363139 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:53.366772 ---      ParallelTerminationStrategy: PID 167 died...
22:49:53.368235 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:53.371870 ---      ParallelTerminationStrategy: PID 168 died...
22:49:53.373333 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:53.376971 ---      ParallelTerminationStrategy: PID 169 died...
22:49:53.378440 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:53.382130 ---      ParallelTerminationStrategy: PID 170 died...
22:49:53.383700 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:53.387346 ---      ParallelTerminationStrategy: PID 171 died...
22:49:53.388808 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:53.392443 ---      ParallelTerminationStrategy: PID 172 died...
22:49:53.393905 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:53.397550 ---      ParallelTerminationStrategy: PID 173 died...
22:49:53.399017 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:53.402681 ---      ParallelTerminationStrategy: PID 174 died...
22:49:53.404153 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:53.407790 ---      ParallelTerminationStrategy: PID 175 died...
22:49:53.409249 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:53.412907 ---      ParallelTerminationStrategy: PID 176 died...
22:49:53.414382 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:53.418021 ---      ParallelTerminationStrategy: PID 177 died...
22:49:53.419483 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:53.423124 ---      ParallelTerminationStrategy: PID 178 died...
22:49:53.424589 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:53.428266 ---      ParallelTerminationStrategy: PID 179 died...
22:49:53.429742 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:53.433403 ---      ParallelTerminationStrategy: PID 180 died...
22:49:53.434878 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:53.438545 ---      ParallelTerminationStrategy: PID 181 died...
22:49:53.440017 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:53.443737 ---      ParallelTerminationStrategy: PID 182 died...
22:49:53.445213 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:53.448963 ---      ParallelTerminationStrategy: PID 183 died...
22:49:53.450464 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:53.454140 ---      ParallelTerminationStrategy: PID 184 died...
22:49:53.455607 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:53.459285 ---      ParallelTerminationStrategy: PID 185 died...
22:49:53.460802 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:53.464469 ---      ParallelTerminationStrategy: PID 186 died...
22:49:53.465950 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:53.469614 ---      ParallelTerminationStrategy: PID 187 died...
22:49:53.471081 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:53.474733 ---      ParallelTerminationStrategy: PID 188 died...
22:49:53.476211 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:53.479863 ---      ParallelTerminationStrategy: PID 189 died...
22:49:53.481331 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:53.485015 ---      ParallelTerminationStrategy: PID 190 died...
22:49:53.486485 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:53.490144 ---      ParallelTerminationStrategy: PID 191 died...
22:49:53.491614 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:53.495264 ---      ParallelTerminationStrategy: PID 192 died...
22:49:53.496759 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:53.500423 ---      ParallelTerminationStrategy: PID 193 died...
22:49:53.501907 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:53.505554 ---      ParallelTerminationStrategy: PID 194 died...
22:49:53.507022 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:53.510662 ---      ParallelTerminationStrategy: PID 195 died...
22:49:53.512137 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:53.515785 ---      ParallelTerminationStrategy: PID 196 died...
22:49:53.517306 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:53.520959 ---      ParallelTerminationStrategy: PID 197 died...
22:49:53.522435 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:53.526088 ---      ParallelTerminationStrategy: PID 198 died...
22:49:53.527554 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:53.531251 ---      ParallelTerminationStrategy: PID 199 died...
22:49:53.532721 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:53.536366 ---      ParallelTerminationStrategy: PID 200 died...
22:49:53.537852 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:53.541517 ---      ParallelTerminationStrategy: PID 201 died...
22:49:53.542979 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:53.546614 ---      ParallelTerminationStrategy: PID 202 died...
22:49:53.548077 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:53.551737 ---      ParallelTerminationStrategy: PID 203 died...
22:49:53.553214 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:53.556908 ---      ParallelTerminationStrategy: PID 204 died...
22:49:53.558380 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:53.562021 ---      ParallelTerminationStrategy: PID 205 died...
22:49:53.563495 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:53.567132 ---      ParallelTerminationStrategy: PID 206 died...
22:49:53.568609 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:53.572179 ---      ParallelTerminationStrategy: PID 207 died...
22:49:53.573620 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:53.577184 ---      ParallelTerminationStrategy: PID 208 died...
22:49:53.578648 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:53.582228 ---      ParallelTerminationStrategy: PID 209 died...
22:49:53.583692 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:53.587336 ---      ParallelTerminationStrategy: PID 210 died...
22:49:53.588803 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:53.592461 ---      ParallelTerminationStrategy: PID 211 died...
22:49:53.593951 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:53.597595 ---      ParallelTerminationStrategy: PID 212 died...
22:49:53.599073 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:53.602730 ---      ParallelTerminationStrategy: PID 213 died...
22:49:53.604201 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:53.607842 ---      ParallelTerminationStrategy: PID 214 died...
22:49:53.609340 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:53.612993 ---      ParallelTerminationStrategy: PID 215 died...
22:49:53.614455 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:53.618092 ---      ParallelTerminationStrategy: PID 216 died...
22:49:53.619572 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:53.623260 ---      ParallelTerminationStrategy: PID 217 died...
22:49:53.624715 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:53.628283 ---      ParallelTerminationStrategy: PID 218 died...
22:49:53.629767 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:53.633427 ---      ParallelTerminationStrategy: PID 219 died...
22:49:53.634891 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:53.638574 ---      ParallelTerminationStrategy: PID 220 died...
22:49:53.640050 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:53.643699 ---      ParallelTerminationStrategy: PID 221 died...
22:49:53.645167 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:53.648807 ---      ParallelTerminationStrategy: PID 222 died...
22:49:53.650267 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:53.653909 ---      ParallelTerminationStrategy: PID 223 died...
22:49:53.655381 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:53.659053 ---      ParallelTerminationStrategy: PID 224 died...
22:49:53.660539 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:53.664185 ---      ParallelTerminationStrategy: PID 225 died...
22:49:53.665653 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:53.669306 ---      ParallelTerminationStrategy: PID 226 died...
22:49:53.670777 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:53.674449 ---      ParallelTerminationStrategy: PID 227 died...
22:49:53.675920 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:53.679572 ---      ParallelTerminationStrategy: PID 228 died...
22:49:53.681047 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:53.684693 ---      ParallelTerminationStrategy: PID 229 died...
22:49:53.686158 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:53.689858 ---      ParallelTerminationStrategy: PID 230 died...
22:49:53.691327 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:53.694977 ---      ParallelTerminationStrategy: PID 231 died...
22:49:53.696449 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:53.700106 ---      ParallelTerminationStrategy: PID 232 died...
22:49:53.701673 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:53.705328 ---      ParallelTerminationStrategy: PID 233 died...
22:49:53.706803 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:53.710466 ---      ParallelTerminationStrategy: PID 234 died...
22:49:53.711944 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:57.115179 ---      ParallelTerminationStrategy: PID 34 died...
22:49:57.116836 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7878 netreg_mass PASS
---------------------------------------------------------------------
22:49:57.199325 tst                       trial-7878: Storing JUnit report in /build/trial-7878/run.2025-02-15_22-48-20/trial-7878.xml

--------------------------------------------------------------------------------------------
trial-7878 PASS
--------------------------------------------------------------------------------------------
22:49:57.210636 tst                       trial-7878: trial-7878: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (90.9 sec)
+ exit_code=0
+ rm -rf trial-7878/inst
+ cd trial-7878
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-02-15 22:48:20
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7878-run.tgz run.2025-02-15_22-48-20
+ tar czf /build/trial-7878-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-02-15_13_25_55.tgz osmo-bts-oc2g.build-2025-02-15_00_51_24.tgz osmo-bts-sysmo.build-2025-02-15_00_51_26.tgz osmo-bts.build-2025-02-15_00_51_39.tgz osmo-ggsn.build-2025-02-15_20_42_37.tgz osmo-hlr.build-2025-02-15_16_37_02.tgz osmo-hnbgw.build-2025-02-15_19_52_58.tgz osmo-mgw.build-2025-02-15_08_33_13.tgz osmo-msc.build-2025-02-15_13_32_37.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-02-15_07_41_26.tgz osmo-pcu-sysmo.build-2025-02-15_07_41_21.tgz osmo-pcu.build-2025-02-15_07_41_32.tgz osmo-sgsn.build-2025-02-15_20_48_05.tgz osmo-stp.build-2025-02-15_13_25_16.tgz osmo-trx.build-2025-02-15_19_57_36.tgz osmocom-bb.build-2025-02-15_21_17_07.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x

### Clean up ###

+ trap - EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS