Skip to content
Success

Console Output

Skipping 15 KB.. Full Log
86ce525 fixup: ttcn3-bts-test: use an older version of fake_trx.py
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--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 [10/28] COPY	--CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:7c919702a0fee628c9dbd8edee8a8212e398030facdf6f582230d4452f4b96a8 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=7947 -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-04-25 22:48:24
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7947
+ mkdir -p trial-7947
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-04-25_13_28_56.tgz osmo-bts-oc2g.build-2025-04-25_00_51_33.tgz osmo-bts-sysmo.build-2025-04-25_00_51_39.tgz osmo-bts.build-2025-04-25_00_51_43.tgz osmo-ggsn.build-2025-04-25_20_42_32.tgz osmo-hlr.build-2025-04-25_16_36_52.tgz osmo-hnbgw.build-2025-04-25_17_27_38.tgz osmo-mgw.build-2025-04-25_12_03_24.tgz osmo-msc.build-2025-04-25_13_32_27.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-25_07_34_02.tgz osmo-pcu-sysmo.build-2025-04-25_07_36_12.tgz osmo-pcu.build-2025-04-25_07_36_18.tgz osmo-sgsn.build-2025-04-25_20_48_51.tgz osmo-stp.build-2025-04-25_13_25_30.tgz osmo-trx.build-2025-04-25_14_28_09.tgz osmocom-bb.build-2025-04-25_21_17_19.tgz srslte.build-19.tgz trial-7947
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-04-25_13_28_56.md5 osmo-bts-oc2g.build-2025-04-25_00_51_33.md5 osmo-bts-sysmo.build-2025-04-25_00_51_39.md5 osmo-bts.build-2025-04-25_00_51_43.md5 osmo-ggsn.build-2025-04-25_20_42_32.md5 osmo-hlr.build-2025-04-25_16_36_52.md5 osmo-hnbgw.build-2025-04-25_17_27_38.md5 osmo-mgw.build-2025-04-25_12_03_24.md5 osmo-msc.build-2025-04-25_13_32_27.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-25_07_34_02.md5 osmo-pcu-sysmo.build-2025-04-25_07_36_12.md5 osmo-pcu.build-2025-04-25_07_36_18.md5 osmo-sgsn.build-2025-04-25_20_48_51.md5 osmo-stp.build-2025-04-25_13_25_30.md5 osmo-trx.build-2025-04-25_14_28_09.md5 osmocom-bb.build-2025-04-25_21_17_19.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-04-25_13_28_56.md5 osmo-bts-oc2g.build-2025-04-25_00_51_33.md5 osmo-bts-sysmo.build-2025-04-25_00_51_39.md5 osmo-bts.build-2025-04-25_00_51_43.md5 osmo-ggsn.build-2025-04-25_20_42_32.md5 osmo-hlr.build-2025-04-25_16_36_52.md5 osmo-hnbgw.build-2025-04-25_17_27_38.md5 osmo-mgw.build-2025-04-25_12_03_24.md5 osmo-msc.build-2025-04-25_13_32_27.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-25_07_34_02.md5 osmo-pcu-sysmo.build-2025-04-25_07_36_12.md5 osmo-pcu.build-2025-04-25_07_36_18.md5 osmo-sgsn.build-2025-04-25_20_48_51.md5 osmo-stp.build-2025-04-25_13_25_30.md5 osmo-trx.build-2025-04-25_14_28_09.md5 osmocom-bb.build-2025-04-25_21_17_19.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-7947 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7947'
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-7947
--------------------------------------------------------------------------------------------
22:48:25.060813 tst                       trial-7947: Detailed log at /build/trial-7947/run.2025-04-25_22-48-25/log

---------------------------------------------------------------------
trial-7947 netreg_mass
---------------------------------------------------------------------
22:48:25.283791 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:25.284183 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:25.285054 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:25.286348 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:25.332466 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:25.333499 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:25.334806 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:25.421112 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-7947 netreg_mass register_default_mass.py
----------------------------------------------
22:48:25.421877 tst       register_default_mass.py:9: Claiming resources for the test
22:48:25.437057 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:25.437610 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:25.438072 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:25.438520 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:25.438969 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:25.439447 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:25.439902 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:25.490775 tst         register_default_mass.py: using LAC 2
22:48:25.526073 tst         register_default_mass.py: using RAC 2
22:48:25.561217 tst         register_default_mass.py: using CellId 2
22:48:25.600734 tst         register_default_mass.py: using BVCI 3
22:48:25.611269 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.612429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.613287 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.613907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.614493 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.615053 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.615596 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.616162 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.616765 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.617332 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.617907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.618481 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.619066 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.619669 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.620251 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.620839 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.621413 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.621994 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.622560 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.623145 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.623715 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.624288 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.624903 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.625484 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.626066 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.626648 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.627230 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.627866 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.628465 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.629083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.629659 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.630245 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.630845 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.631467 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.632087 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.632694 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.633318 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.633940 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.634550 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.635162 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.635781 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.636403 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.637069 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.637704 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.638316 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.638930 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.639631 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.640260 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.640915 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.641541 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.642173 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.642805 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.643420 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.644046 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.644706 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.645325 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.645973 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.646602 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.647231 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.647839 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.648444 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.649085 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.649720 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.650346 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.650969 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.651595 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.652200 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.652832 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.653460 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.654066 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.654682 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.655306 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.656041 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.656689 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.657314 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.657942 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.658571 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.659317 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.659975 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.660588 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.661232 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.661852 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.662466 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.663094 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.663701 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.664302 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.664961 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.665653 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.666273 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.666892 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.667508 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.668130 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.668761 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.669374 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.669973 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.670612 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.671236 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.671881 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.672521 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.673153 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.673746 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.674449 tst      register_default_mass.py:21: Launching a simple network
22:48:25.686555 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:25.826664 run            create_hlr_db(pid=21): Launched
22:48:26.838190 run            create_hlr_db(pid=21): Terminated: ok {rc=0}
22:48:26.859010 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Launched
22:48:26.879467 run      osmo-hlr_127.0.42.2(pid=24): Launched
22:48:26.886836 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:27.102440 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Launched
22:48:27.121421 run      osmo-stp_127.0.42.5(pid=26): Launched
22:48:27.128576 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:27.667307 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Launched
22:48:27.686453 run      osmo-msc_127.0.42.6(pid=28): Launched
22:48:30.700732 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:30.854475 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Launched
22:48:30.875300 run      osmo-mgw_127.0.42.3(pid=30): Launched
22:48:30.883844 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:30.916446 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Launched
22:48:30.936751 run      osmo-mgw_127.0.42.4(pid=32): Launched
22:48:30.945764 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:31.353356 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Launched
22:48:31.375039 run      osmo-bsc_127.0.42.7(pid=34): Launched
22:48:37.401679 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:37.570547 run         osmo-bts-virtual(pid=35): Launched
22:48:38.618312 tst         register_default_mass.py: using MSISDN 1001
22:48:38.629787 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:38.717951 tst         register_default_mass.py: using MSISDN 1002
22:48:38.734902 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:38.808156 tst         register_default_mass.py: using MSISDN 1003
22:48:38.814135 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:38.892991 tst         register_default_mass.py: using MSISDN 1004
22:48:38.898975 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:38.988017 tst         register_default_mass.py: using MSISDN 1005
22:48:38.994066 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:39.103371 tst         register_default_mass.py: using MSISDN 1006
22:48:39.110326 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:39.201208 tst         register_default_mass.py: using MSISDN 1007
22:48:39.207326 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:39.296161 tst         register_default_mass.py: using MSISDN 1008
22:48:39.302238 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:39.383778 tst         register_default_mass.py: using MSISDN 1009
22:48:39.389955 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:39.478234 tst         register_default_mass.py: using MSISDN 1010
22:48:39.484108 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:39.569260 tst         register_default_mass.py: using MSISDN 1011
22:48:39.576837 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:39.685264 tst         register_default_mass.py: using MSISDN 1012
22:48:39.692834 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:39.757962 tst         register_default_mass.py: using MSISDN 1013
22:48:39.765325 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:39.830025 tst         register_default_mass.py: using MSISDN 1014
22:48:39.836130 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:39.923322 tst         register_default_mass.py: using MSISDN 1015
22:48:39.929375 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:40.010159 tst         register_default_mass.py: using MSISDN 1016
22:48:40.015820 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:40.095489 tst         register_default_mass.py: using MSISDN 1017
22:48:40.101593 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:40.182886 tst         register_default_mass.py: using MSISDN 1018
22:48:40.188758 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:40.265111 tst         register_default_mass.py: using MSISDN 1019
22:48:40.271811 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:40.346542 tst         register_default_mass.py: using MSISDN 1020
22:48:40.352571 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:40.420924 tst         register_default_mass.py: using MSISDN 1021
22:48:40.427078 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:40.498591 tst         register_default_mass.py: using MSISDN 1022
22:48:40.505636 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:40.580223 tst         register_default_mass.py: using MSISDN 1023
22:48:40.586493 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:40.659344 tst         register_default_mass.py: using MSISDN 1024
22:48:40.670309 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:40.748788 tst         register_default_mass.py: using MSISDN 1025
22:48:40.762204 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:40.858473 tst         register_default_mass.py: using MSISDN 1026
22:48:40.869392 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:40.956043 tst         register_default_mass.py: using MSISDN 1027
22:48:40.964210 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:41.029814 tst         register_default_mass.py: using MSISDN 1028
22:48:41.035470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:41.112922 tst         register_default_mass.py: using MSISDN 1029
22:48:41.118642 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:41.193301 tst         register_default_mass.py: using MSISDN 1030
22:48:41.200878 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:41.269623 tst         register_default_mass.py: using MSISDN 1031
22:48:41.275480 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:41.370820 tst         register_default_mass.py: using MSISDN 1032
22:48:41.377898 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:41.471116 tst         register_default_mass.py: using MSISDN 1033
22:48:41.477082 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:41.565843 tst         register_default_mass.py: using MSISDN 1034
22:48:41.571533 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:41.660895 tst         register_default_mass.py: using MSISDN 1035
22:48:41.666785 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:41.747056 tst         register_default_mass.py: using MSISDN 1036
22:48:41.752802 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:41.854751 tst         register_default_mass.py: using MSISDN 1037
22:48:41.861584 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:41.973242 tst         register_default_mass.py: using MSISDN 1038
22:48:41.979341 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:42.073763 tst         register_default_mass.py: using MSISDN 1039
22:48:42.092201 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:42.159533 tst         register_default_mass.py: using MSISDN 1040
22:48:42.165878 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:42.244012 tst         register_default_mass.py: using MSISDN 1041
22:48:42.265230 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:42.339607 tst         register_default_mass.py: using MSISDN 1042
22:48:42.347433 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:42.429369 tst         register_default_mass.py: using MSISDN 1043
22:48:42.450883 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:42.533877 tst         register_default_mass.py: using MSISDN 1044
22:48:42.539745 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:42.617873 tst         register_default_mass.py: using MSISDN 1045
22:48:42.627760 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:42.709493 tst         register_default_mass.py: using MSISDN 1046
22:48:42.722810 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:42.787798 tst         register_default_mass.py: using MSISDN 1047
22:48:42.794136 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:42.875752 tst         register_default_mass.py: using MSISDN 1048
22:48:42.881784 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:43.006195 tst         register_default_mass.py: using MSISDN 1049
22:48:43.016109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:43.086880 tst         register_default_mass.py: using MSISDN 1050
22:48:43.101983 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:43.171024 tst         register_default_mass.py: using MSISDN 1051
22:48:43.177305 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:43.269922 tst         register_default_mass.py: using MSISDN 1052
22:48:43.275888 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:43.365058 tst         register_default_mass.py: using MSISDN 1053
22:48:43.371084 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:43.471015 tst         register_default_mass.py: using MSISDN 1054
22:48:43.477933 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:43.573668 tst         register_default_mass.py: using MSISDN 1055
22:48:43.579829 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:43.658547 tst         register_default_mass.py: using MSISDN 1056
22:48:43.664536 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:43.755301 tst         register_default_mass.py: using MSISDN 1057
22:48:43.762012 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:43.872633 tst         register_default_mass.py: using MSISDN 1058
22:48:43.878679 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:43.993909 tst         register_default_mass.py: using MSISDN 1059
22:48:44.003128 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:44.078739 tst         register_default_mass.py: using MSISDN 1060
22:48:44.085142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:44.172211 tst         register_default_mass.py: using MSISDN 1061
22:48:44.178615 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:44.255520 tst         register_default_mass.py: using MSISDN 1062
22:48:44.262054 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:44.338719 tst         register_default_mass.py: using MSISDN 1063
22:48:44.344584 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:44.417507 tst         register_default_mass.py: using MSISDN 1064
22:48:44.423578 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:44.498247 tst         register_default_mass.py: using MSISDN 1065
22:48:44.506354 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:44.587806 tst         register_default_mass.py: using MSISDN 1066
22:48:44.599106 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:44.687436 tst         register_default_mass.py: using MSISDN 1067
22:48:44.712312 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:44.782614 tst         register_default_mass.py: using MSISDN 1068
22:48:44.788865 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:44.861699 tst         register_default_mass.py: using MSISDN 1069
22:48:44.869940 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:44.953948 tst         register_default_mass.py: using MSISDN 1070
22:48:44.960033 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:45.037313 tst         register_default_mass.py: using MSISDN 1071
22:48:45.043252 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:45.119294 tst         register_default_mass.py: using MSISDN 1072
22:48:45.128260 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:45.227403 tst         register_default_mass.py: using MSISDN 1073
22:48:45.233441 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:45.312334 tst         register_default_mass.py: using MSISDN 1074
22:48:45.319343 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:45.389270 tst         register_default_mass.py: using MSISDN 1075
22:48:45.403748 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:45.471902 tst         register_default_mass.py: using MSISDN 1076
22:48:45.477993 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:45.555188 tst         register_default_mass.py: using MSISDN 1077
22:48:45.561328 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:45.656338 tst         register_default_mass.py: using MSISDN 1078
22:48:45.662415 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:45.739662 tst         register_default_mass.py: using MSISDN 1079
22:48:45.745673 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:45.834543 tst         register_default_mass.py: using MSISDN 1080
22:48:45.840705 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:45.947332 tst         register_default_mass.py: using MSISDN 1081
22:48:45.955330 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:46.017908 tst         register_default_mass.py: using MSISDN 1082
22:48:46.024072 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:46.100309 tst         register_default_mass.py: using MSISDN 1083
22:48:46.106661 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:46.180164 tst         register_default_mass.py: using MSISDN 1084
22:48:46.186243 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:46.268172 tst         register_default_mass.py: using MSISDN 1085
22:48:46.275848 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:46.352108 tst         register_default_mass.py: using MSISDN 1086
22:48:46.358298 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:46.423131 tst         register_default_mass.py: using MSISDN 1087
22:48:46.443697 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:46.526066 tst         register_default_mass.py: using MSISDN 1088
22:48:46.532126 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:46.620220 tst         register_default_mass.py: using MSISDN 1089
22:48:46.626281 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:46.702816 tst         register_default_mass.py: using MSISDN 1090
22:48:46.708603 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:46.778916 tst         register_default_mass.py: using MSISDN 1091
22:48:46.788417 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:46.897105 tst         register_default_mass.py: using MSISDN 1092
22:48:46.903017 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:46.991470 tst         register_default_mass.py: using MSISDN 1093
22:48:47.002089 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:47.064474 tst         register_default_mass.py: using MSISDN 1094
22:48:47.070453 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:47.139231 tst         register_default_mass.py: using MSISDN 1095
22:48:47.154340 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:47.239809 tst         register_default_mass.py: using MSISDN 1096
22:48:47.260661 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:47.336081 tst         register_default_mass.py: using MSISDN 1097
22:48:47.342921 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:47.425504 tst         register_default_mass.py: using MSISDN 1098
22:48:47.440276 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:47.515826 tst         register_default_mass.py: using MSISDN 1099
22:48:47.525762 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:47.598148 tst         register_default_mass.py: using MSISDN 1100
22:48:47.610989 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:47.729967 run                             mass: Starting testcase
22:48:47.735849 run                             mass: Pre-launching all virtphy's
22:48:47.741576 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:47.755084 run   osmo-ms-virt-phy/00000(pid=36): Launched
22:48:47.761488 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:47.775198 run   osmo-ms-virt-phy/00001(pid=37): Launched
22:48:47.781450 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:47.795042 run   osmo-ms-virt-phy/00002(pid=38): Launched
22:48:47.801390 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:47.815169 run   osmo-ms-virt-phy/00003(pid=39): Launched
22:48:47.821496 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:47.835032 run   osmo-ms-virt-phy/00004(pid=40): Launched
22:48:47.841344 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:47.854917 run   osmo-ms-virt-phy/00005(pid=41): Launched
22:48:47.861275 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:47.874837 run   osmo-ms-virt-phy/00006(pid=42): Launched
22:48:47.881132 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:47.894862 run   osmo-ms-virt-phy/00007(pid=43): Launched
22:48:47.901208 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:47.914823 run   osmo-ms-virt-phy/00008(pid=44): Launched
22:48:47.921162 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:47.934816 run   osmo-ms-virt-phy/00009(pid=45): Launched
22:48:47.941123 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:47.954647 run   osmo-ms-virt-phy/00010(pid=46): Launched
22:48:47.960953 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:47.974711 run   osmo-ms-virt-phy/00011(pid=47): Launched
22:48:47.981014 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:47.994592 run   osmo-ms-virt-phy/00012(pid=48): Launched
22:48:48.000949 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:48.014581 run   osmo-ms-virt-phy/00013(pid=49): Launched
22:48:48.020904 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:48.034458 run   osmo-ms-virt-phy/00014(pid=50): Launched
22:48:48.040777 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:48.054400 run   osmo-ms-virt-phy/00015(pid=51): Launched
22:48:48.060858 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:48.074453 run   osmo-ms-virt-phy/00016(pid=52): Launched
22:48:48.080743 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:48.094371 run   osmo-ms-virt-phy/00017(pid=53): Launched
22:48:48.100640 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:48.113940 run   osmo-ms-virt-phy/00018(pid=54): Launched
22:48:48.120162 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:48.133802 run   osmo-ms-virt-phy/00019(pid=55): Launched
22:48:48.140152 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:48.153891 run   osmo-ms-virt-phy/00020(pid=56): Launched
22:48:48.160313 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:48.174036 run   osmo-ms-virt-phy/00021(pid=57): Launched
22:48:48.180384 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:48.194037 run   osmo-ms-virt-phy/00022(pid=58): Launched
22:48:48.200359 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:48.214034 run   osmo-ms-virt-phy/00023(pid=59): Launched
22:48:48.220328 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:48.233910 run   osmo-ms-virt-phy/00024(pid=60): Launched
22:48:48.240179 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:48.253755 run   osmo-ms-virt-phy/00025(pid=61): Launched
22:48:48.260119 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:48.273694 run   osmo-ms-virt-phy/00026(pid=62): Launched
22:48:48.279979 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:48.293592 run   osmo-ms-virt-phy/00027(pid=63): Launched
22:48:48.299919 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:48.313607 run   osmo-ms-virt-phy/00028(pid=64): Launched
22:48:48.319915 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:48.335568 run   osmo-ms-virt-phy/00029(pid=65): Launched
22:48:48.342032 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:48.355786 run   osmo-ms-virt-phy/00030(pid=66): Launched
22:48:48.362312 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:48.375552 run   osmo-ms-virt-phy/00031(pid=67): Launched
22:48:48.381640 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:48.394676 run   osmo-ms-virt-phy/00032(pid=68): Launched
22:48:48.400875 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:48.414051 run   osmo-ms-virt-phy/00033(pid=69): Launched
22:48:48.420174 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:48.433328 run   osmo-ms-virt-phy/00034(pid=70): Launched
22:48:48.439591 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:48.453024 run   osmo-ms-virt-phy/00035(pid=71): Launched
22:48:48.459257 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:48.472765 run   osmo-ms-virt-phy/00036(pid=72): Launched
22:48:48.479096 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:48.492181 run   osmo-ms-virt-phy/00037(pid=73): Launched
22:48:48.498349 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:48.511442 run   osmo-ms-virt-phy/00038(pid=74): Launched
22:48:48.517496 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:48.530441 run   osmo-ms-virt-phy/00039(pid=75): Launched
22:48:48.536693 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:48.549884 run   osmo-ms-virt-phy/00040(pid=76): Launched
22:48:48.556075 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:48.569132 run   osmo-ms-virt-phy/00041(pid=77): Launched
22:48:48.575134 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:48.588914 run   osmo-ms-virt-phy/00042(pid=78): Launched
22:48:48.595297 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:48.608843 run   osmo-ms-virt-phy/00043(pid=79): Launched
22:48:48.615139 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:48.628709 run   osmo-ms-virt-phy/00044(pid=80): Launched
22:48:48.635059 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:48.648691 run   osmo-ms-virt-phy/00045(pid=81): Launched
22:48:48.654998 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:48.668560 run   osmo-ms-virt-phy/00046(pid=82): Launched
22:48:48.674873 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:48.688468 run   osmo-ms-virt-phy/00047(pid=83): Launched
22:48:48.694743 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:48.708290 run   osmo-ms-virt-phy/00048(pid=84): Launched
22:48:48.714643 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:48.728181 run   osmo-ms-virt-phy/00049(pid=85): Launched
22:48:48.734540 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:48.748116 run   osmo-ms-virt-phy/00050(pid=86): Launched
22:48:48.754383 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:48.767910 run   osmo-ms-virt-phy/00051(pid=87): Launched
22:48:48.774177 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:48.787735 run   osmo-ms-virt-phy/00052(pid=88): Launched
22:48:48.794013 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:48.807525 run   osmo-ms-virt-phy/00053(pid=89): Launched
22:48:48.813758 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:48.826978 run   osmo-ms-virt-phy/00054(pid=90): Launched
22:48:48.833366 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:48.846943 run   osmo-ms-virt-phy/00055(pid=91): Launched
22:48:48.853235 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:48.866872 run   osmo-ms-virt-phy/00056(pid=92): Launched
22:48:48.873156 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:48.886672 run   osmo-ms-virt-phy/00057(pid=93): Launched
22:48:48.892948 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:48.906689 run   osmo-ms-virt-phy/00058(pid=94): Launched
22:48:48.912939 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:48.926566 run   osmo-ms-virt-phy/00059(pid=95): Launched
22:48:48.932845 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:48.946376 run   osmo-ms-virt-phy/00060(pid=96): Launched
22:48:48.952713 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:48.966469 run   osmo-ms-virt-phy/00061(pid=97): Launched
22:48:48.972765 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:48.986364 run   osmo-ms-virt-phy/00062(pid=98): Launched
22:48:48.992712 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:49.006311 run   osmo-ms-virt-phy/00063(pid=99): Launched
22:48:49.012587 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:49.026077 run  osmo-ms-virt-phy/00064(pid=100): Launched
22:48:49.032365 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:49.045878 run  osmo-ms-virt-phy/00065(pid=101): Launched
22:48:49.052131 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:49.065618 run  osmo-ms-virt-phy/00066(pid=102): Launched
22:48:49.071856 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:49.085366 run  osmo-ms-virt-phy/00067(pid=103): Launched
22:48:49.091661 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:49.105297 run  osmo-ms-virt-phy/00068(pid=104): Launched
22:48:49.111602 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:49.125234 run  osmo-ms-virt-phy/00069(pid=105): Launched
22:48:49.131474 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:49.145240 run  osmo-ms-virt-phy/00070(pid=106): Launched
22:48:49.151460 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:49.165208 run  osmo-ms-virt-phy/00071(pid=107): Launched
22:48:49.171568 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:49.185417 run  osmo-ms-virt-phy/00072(pid=108): Launched
22:48:49.203817 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:49.217073 run  osmo-ms-virt-phy/00073(pid=109): Launched
22:48:49.223140 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:49.236175 run  osmo-ms-virt-phy/00074(pid=110): Launched
22:48:49.242341 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:49.255842 run  osmo-ms-virt-phy/00075(pid=111): Launched
22:48:49.262171 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:49.275909 run  osmo-ms-virt-phy/00076(pid=112): Launched
22:48:49.282339 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:49.295776 run  osmo-ms-virt-phy/00077(pid=113): Launched
22:48:49.301939 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:49.315090 run  osmo-ms-virt-phy/00078(pid=114): Launched
22:48:49.321199 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:49.334284 run  osmo-ms-virt-phy/00079(pid=115): Launched
22:48:49.340413 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:49.353675 run  osmo-ms-virt-phy/00080(pid=116): Launched
22:48:49.359720 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:49.373368 run  osmo-ms-virt-phy/00081(pid=117): Launched
22:48:49.379674 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:49.393454 run  osmo-ms-virt-phy/00082(pid=118): Launched
22:48:49.399881 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:49.413697 run  osmo-ms-virt-phy/00083(pid=119): Launched
22:48:49.420306 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:49.434327 run  osmo-ms-virt-phy/00084(pid=120): Launched
22:48:49.440727 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:49.454162 run  osmo-ms-virt-phy/00085(pid=121): Launched
22:48:49.460412 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:49.474301 run  osmo-ms-virt-phy/00086(pid=122): Launched
22:48:49.480906 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:49.494752 run  osmo-ms-virt-phy/00087(pid=123): Launched
22:48:49.501217 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:49.514844 run  osmo-ms-virt-phy/00088(pid=124): Launched
22:48:49.521325 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:49.535437 run  osmo-ms-virt-phy/00089(pid=125): Launched
22:48:49.541928 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:49.555921 run  osmo-ms-virt-phy/00090(pid=126): Launched
22:48:49.562222 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:49.576031 run  osmo-ms-virt-phy/00091(pid=127): Launched
22:48:49.582401 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:49.595794 run  osmo-ms-virt-phy/00092(pid=128): Launched
22:48:49.601912 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:49.615634 run  osmo-ms-virt-phy/00093(pid=129): Launched
22:48:49.622050 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:49.636041 run  osmo-ms-virt-phy/00094(pid=130): Launched
22:48:49.642449 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:49.656184 run  osmo-ms-virt-phy/00095(pid=131): Launched
22:48:49.662465 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:49.677771 run  osmo-ms-virt-phy/00096(pid=132): Launched
22:48:49.684220 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:49.697998 run  osmo-ms-virt-phy/00097(pid=133): Launched
22:48:49.704419 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:49.717860 run  osmo-ms-virt-phy/00098(pid=134): Launched
22:48:49.723860 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:49.737004 run  osmo-ms-virt-phy/00099(pid=135): Launched
22:48:49.743159 run                             mass: Checking if sockets are in the filesystem
22:48:49.755371 run                osmo-ms-mob/00000: Starting mobile
22:48:49.769000 run       osmo-ms-mob/00000(pid=136): Launched
22:48:49.781316 run                             mass: MS start registered  {at=8852235.484660642, delay=0.006084388121962547, ms=00000}
22:48:53.960528 run                osmo-ms-mob/00001: Starting mobile
22:48:53.974305 run       osmo-ms-mob/00001(pid=137): Launched
22:48:53.985633 run                             mass: MS start registered  {at=8852239.688974757, delay=0.004935557022690773, ms=00001}
22:48:55.755339 run                osmo-ms-mob/00002: Starting mobile
22:48:55.769392 run       osmo-ms-mob/00002(pid=138): Launched
22:48:55.780938 run                             mass: MS start registered  {at=8852241.484259324, delay=0.0046826861798763275, ms=00002}
22:48:56.053854 run                             mass: MS performed LU  {at=8852241.757169154, lu_delay=6.2725085113197565, ms=00000}
22:48:57.055466 run                osmo-ms-mob/00003: Starting mobile
22:48:57.069710 run       osmo-ms-mob/00003(pid=139): Launched
22:48:57.080916 run                             mass: MS start registered  {at=8852242.784257434, delay=0.004715491086244583, ms=00003}
22:48:58.156535 run                osmo-ms-mob/00004: Starting mobile
22:48:58.170157 run       osmo-ms-mob/00004(pid=140): Launched
22:48:58.181244 run                             mass: MS start registered  {at=8852243.884582197, delay=0.004892138764262199, ms=00004}
22:48:59.154619 run                osmo-ms-mob/00005: Starting mobile
22:48:59.167893 run       osmo-ms-mob/00005(pid=141): Launched
22:48:59.178979 run                             mass: MS start registered  {at=8852244.882326074, delay=0.004706535488367081, ms=00005}
22:48:59.819900 run                             mass: MS performed LU  {at=8852245.523229139, lu_delay=5.834254382178187, ms=00001}
22:49:00.055378 run                osmo-ms-mob/00006: Starting mobile
22:49:00.069066 run       osmo-ms-mob/00006(pid=142): Launched
22:49:00.079726 run                             mass: MS start registered  {at=8852245.783073358, delay=0.004590634256601334, ms=00006}
22:49:00.956210 run                osmo-ms-mob/00007: Starting mobile
22:49:00.970337 run       osmo-ms-mob/00007(pid=143): Launched
22:49:00.981420 run                             mass: MS start registered  {at=8852246.68477037, delay=0.004570847377181053, ms=00007}
22:49:01.721423 run                             mass: MS performed LU  {at=8852247.424756588, lu_delay=5.940497264266014, ms=00002}
22:49:01.733504 run                osmo-ms-mob/00008: Starting mobile
22:49:01.747340 run       osmo-ms-mob/00008(pid=144): Launched
22:49:01.758690 run                             mass: MS start registered  {at=8852247.462039826, delay=0.004540428519248962, ms=00008}
22:49:02.219588 run                             mass: MS performed LU  {at=8852247.92292066, lu_delay=5.138663224875927, ms=00003}
22:49:02.455348 run                osmo-ms-mob/00009: Starting mobile
22:49:02.469422 run       osmo-ms-mob/00009(pid=145): Launched
22:49:02.480601 run                             mass: MS start registered  {at=8852248.18393927, delay=0.004832964390516281, ms=00009}
22:49:03.154773 run                osmo-ms-mob/00010: Starting mobile
22:49:03.168757 run       osmo-ms-mob/00010(pid=146): Launched
22:49:03.180059 run                             mass: MS start registered  {at=8852248.883414106, delay=0.005049858242273331, ms=00010}
22:49:03.586034 run                             mass: MS performed LU  {at=8852249.28936052, lu_delay=5.4047783222049475, ms=00004}
22:49:03.771105 run                osmo-ms-mob/00011: Starting mobile
22:49:03.785125 run       osmo-ms-mob/00011(pid=147): Launched
22:49:03.796439 run                             mass: MS start registered  {at=8852249.499785727, delay=0.00523873046040535, ms=00011}
22:49:04.355024 run                osmo-ms-mob/00012: Starting mobile
22:49:04.368873 run       osmo-ms-mob/00012(pid=148): Launched
22:49:04.380269 run                             mass: MS start registered  {at=8852250.083610443, delay=0.004963299259543419, ms=00012}
22:49:04.956555 run                osmo-ms-mob/00013: Starting mobile
22:49:04.973141 run       osmo-ms-mob/00013(pid=149): Launched
22:49:04.984272 run                             mass: MS start registered  {at=8852250.68761571, delay=0.0047319550067186356, ms=00013}
22:49:05.488674 run                             mass: MS performed LU  {at=8852251.191888455, lu_delay=5.40881509706378, ms=00006}
22:49:05.511823 run                osmo-ms-mob/00014: Starting mobile
22:49:05.525942 run       osmo-ms-mob/00014(pid=150): Launched
22:49:05.532330 run                             mass: MS performed LU  {at=8852251.23568573, lu_delay=6.353359656408429, ms=00005}
22:49:05.539096 run                             mass: MS start registered  {at=8852251.242452571, delay=0.0067878607660532, ms=00014}
22:49:06.003699 run                             mass: MS performed LU  {at=8852251.70701723, lu_delay=5.022246859967709, ms=00007}
22:49:06.155507 run                osmo-ms-mob/00015: Starting mobile
22:49:06.170092 run       osmo-ms-mob/00015(pid=151): Launched
22:49:06.181690 run                             mass: MS start registered  {at=8852251.885037038, delay=0.005022494122385979, ms=00015}
22:49:06.660719 run                osmo-ms-mob/00016: Starting mobile
22:49:06.676284 run       osmo-ms-mob/00016(pid=152): Launched
22:49:06.687722 run                             mass: MS start registered  {at=8852252.391065883, delay=0.004682188853621483, ms=00016}
22:49:07.155351 run                osmo-ms-mob/00017: Starting mobile
22:49:07.168601 run       osmo-ms-mob/00017(pid=153): Launched
22:49:07.179528 run                             mass: MS start registered  {at=8852252.882877354, delay=0.004808921366930008, ms=00017}
22:49:07.250370 run                             mass: MS performed LU  {at=8852252.95369058, lu_delay=5.491650752723217, ms=00008}
22:49:07.352264 run                             mass: MS performed LU  {at=8852253.05557927, lu_delay=4.871639998629689, ms=00009}
22:49:07.754899 run                osmo-ms-mob/00018: Starting mobile
22:49:07.768770 run       osmo-ms-mob/00018(pid=154): Launched
22:49:07.780916 run                             mass: MS start registered  {at=8852253.484256735, delay=0.0059105828404426575, ms=00018}
22:49:08.156535 run                osmo-ms-mob/00019: Starting mobile
22:49:08.170215 run       osmo-ms-mob/00019(pid=155): Launched
22:49:08.181773 run                             mass: MS start registered  {at=8852253.885127882, delay=0.0052391476929187775, ms=00019}
22:49:08.654930 run                osmo-ms-mob/00020: Starting mobile
22:49:08.668381 run       osmo-ms-mob/00020(pid=156): Launched
22:49:08.680117 run                             mass: MS start registered  {at=8852254.38346718, delay=0.00472228042781353, ms=00020}
22:49:09.158846 run                osmo-ms-mob/00021: Starting mobile
22:49:09.174323 run       osmo-ms-mob/00021(pid=157): Launched
22:49:09.186044 run                             mass: MS start registered  {at=8852254.8893873, delay=0.005085932090878487, ms=00021}
22:49:09.253040 run                             mass: MS performed LU  {at=8852254.956304919, lu_delay=4.8726944755762815, ms=00012}
22:49:09.280742 run                             mass: MS performed LU  {at=8852254.984072814, lu_delay=6.10065870732069, ms=00010}
22:49:09.299174 run                             mass: MS performed LU  {at=8852255.002501432, lu_delay=5.502715704962611, ms=00011}
22:49:09.314749 run                osmo-ms-mob/00022: Starting mobile
22:49:09.328375 run       osmo-ms-mob/00022(pid=158): Launched
22:49:09.339532 run                             mass: MS start registered  {at=8852255.042871002, delay=0.0048564765602350235, ms=00022}
22:49:10.056202 run                osmo-ms-mob/00023: Starting mobile
22:49:10.069974 run       osmo-ms-mob/00023(pid=159): Launched
22:49:10.081371 run                             mass: MS start registered  {at=8852255.78471848, delay=0.004888003692030907, ms=00023}
22:49:10.455094 run                osmo-ms-mob/00024: Starting mobile
22:49:10.469106 run       osmo-ms-mob/00024(pid=160): Launched
22:49:10.480654 run                             mass: MS start registered  {at=8852256.183981225, delay=0.0053182244300842285, ms=00024}
22:49:10.955080 run                osmo-ms-mob/00025: Starting mobile
22:49:10.968226 run       osmo-ms-mob/00025(pid=161): Launched
22:49:10.979143 run                             mass: MS start registered  {at=8852256.68249428, delay=0.004675772041082382, ms=00025}
22:49:11.015764 run                             mass: MS performed LU  {at=8852256.7191124, lu_delay=5.476659828796983, ms=00014}
22:49:11.033687 run                             mass: MS performed LU  {at=8852256.73703586, lu_delay=4.851998820900917, ms=00015}
22:49:11.117017 run                             mass: MS performed LU  {at=8852256.820339222, lu_delay=6.1327235121279955, ms=00013}
22:49:11.129001 run                osmo-ms-mob/00026: Starting mobile
22:49:11.142931 run       osmo-ms-mob/00026(pid=162): Launched
22:49:11.153952 run                             mass: MS start registered  {at=8852256.8573043, delay=0.004693867638707161, ms=00026}
22:49:11.523391 run                             mass: MS performed LU  {at=8852257.226724172, lu_delay=4.83565828949213, ms=00016}
22:49:11.755092 run                osmo-ms-mob/00027: Starting mobile
22:49:11.769049 run       osmo-ms-mob/00027(pid=163): Launched
22:49:11.780930 run                             mass: MS start registered  {at=8852257.484272888, delay=0.005556376650929451, ms=00027}
22:49:12.154860 run                osmo-ms-mob/00028: Starting mobile
22:49:12.168590 run       osmo-ms-mob/00028(pid=164): Launched
22:49:12.180171 run                             mass: MS start registered  {at=8852257.883521535, delay=0.005090886726975441, ms=00028}
22:49:12.555287 run                osmo-ms-mob/00029: Starting mobile
22:49:12.568638 run       osmo-ms-mob/00029(pid=165): Launched
22:49:12.581732 run                             mass: MS start registered  {at=8852258.285073869, delay=0.006976213306188583, ms=00029}
22:49:12.955181 run                osmo-ms-mob/00030: Starting mobile
22:49:12.968387 run       osmo-ms-mob/00030(pid=166): Launched
22:49:12.979655 run                             mass: MS start registered  {at=8852258.683004554, delay=0.004929013550281525, ms=00030}
22:49:13.019923 run                             mass: MS performed LU  {at=8852258.723152151, lu_delay=4.838024269789457, ms=00019}
22:49:13.046650 run                             mass: MS performed LU  {at=8852258.749929449, lu_delay=5.265672713518143, ms=00018}
22:49:13.065391 run                             mass: MS performed LU  {at=8852258.768672694, lu_delay=5.8857953399419785, ms=00017}
22:49:13.079073 run                osmo-ms-mob/00031: Starting mobile
22:49:13.092094 run       osmo-ms-mob/00031(pid=167): Launched
22:49:13.103211 run                             mass: MS start registered  {at=8852258.806557778, delay=0.005010794848203659, ms=00031}
22:49:13.655210 run                osmo-ms-mob/00032: Starting mobile
22:49:13.668911 run       osmo-ms-mob/00032(pid=168): Launched
22:49:13.680605 run                             mass: MS start registered  {at=8852259.38394713, delay=0.005354583263397217, ms=00032}
22:49:14.054997 run                osmo-ms-mob/00033: Starting mobile
22:49:14.069080 run       osmo-ms-mob/00033(pid=169): Launched
22:49:14.080378 run                             mass: MS start registered  {at=8852259.78372887, delay=0.0047113653272390366, ms=00033}
22:49:14.457894 run                osmo-ms-mob/00034: Starting mobile
22:49:14.471597 run       osmo-ms-mob/00034(pid=170): Launched
22:49:14.482956 run                             mass: MS start registered  {at=8852260.186306885, delay=0.00014271587133407593, ms=00034}
22:49:14.766074 run                osmo-ms-mob/00035: Starting mobile
22:49:14.780136 run       osmo-ms-mob/00035(pid=171): Launched
22:49:14.787044 run                             mass: MS performed LU  {at=8852260.49039991, lu_delay=5.601012609899044, ms=00021}
22:49:14.793633 run                             mass: MS start registered  {at=8852260.496997323, delay=0.006617523729801178, ms=00035}
22:49:14.800466 run                             mass: MS performed LU  {at=8852260.503818234, lu_delay=6.120351053774357, ms=00020}
22:49:14.883899 run                             mass: MS performed LU  {at=8852260.587153072, lu_delay=5.544282069429755, ms=00022}
22:49:14.908753 run                osmo-ms-mob/00036: Starting mobile
22:49:14.922174 run       osmo-ms-mob/00036(pid=172): Launched
22:49:14.933377 run                             mass: MS start registered  {at=8852260.63672718, delay=0.005007069557905197, ms=00036}
22:49:15.054351 run                             mass: MS performed LU  {at=8852260.757622087, lu_delay=4.972903607413173, ms=00023}
22:49:15.308858 run                             mass: MS performed LU  {at=8852261.012103092, lu_delay=4.828121867030859, ms=00024}
22:49:15.556775 run                osmo-ms-mob/00037: Starting mobile
22:49:15.577395 run       osmo-ms-mob/00037(pid=173): Launched
22:49:15.588481 run                             mass: MS start registered  {at=8852261.291831234, delay=0.004613932222127914, ms=00037}
22:49:15.861991 run                osmo-ms-mob/00038: Starting mobile
22:49:15.875544 run       osmo-ms-mob/00038(pid=174): Launched
22:49:15.886460 run                             mass: MS start registered  {at=8852261.58981046, delay=0.004594136029481888, ms=00038}
22:49:16.246368 run                osmo-ms-mob/00039: Starting mobile
22:49:16.321335 run       osmo-ms-mob/00039(pid=175): Launched
22:49:16.515667 run                             mass: Starting too slowly. Moving on {now=8852262.218976183, sleep=-0.266682518646121, target=8852261.952293664}
22:49:16.525525 run                             mass: MS start registered  {at=8852262.228882838, delay=0.009918298572301865, ms=00039}
22:49:16.531185 run                             mass: Starting too slowly. Moving on {now=8852262.234554525, sleep=-0.18226086162030697, target=8852262.052293664}
22:49:16.536663 run                             mass: Starting too slowly. Moving on {now=8852262.240034597, sleep=-0.08774093352258205, target=8852262.152293663}
22:49:16.755156 run                osmo-ms-mob/00040: Starting mobile
22:49:16.913606 run       osmo-ms-mob/00040(pid=176): Launched
22:49:16.919928 run                             mass: Starting too slowly. Moving on {now=8852262.623298073, sleep=-0.2710044104605913, target=8852262.352293663}
22:49:16.925892 run                             mass: MS performed LU  {at=8852262.62925147, lu_delay=5.946757189929485, ms=00025}
22:49:16.932110 run                             mass: Starting too slowly. Moving on {now=8852262.635480028, sleep=-0.18318636529147625, target=8852262.452293662}
22:49:16.937808 run                             mass: MS performed LU  {at=8852262.641170455, lu_delay=5.156897567212582, ms=00027}
22:49:16.943590 run                             mass: Starting too slowly. Moving on {now=8852262.646961128, sleep=-0.09466746635735035, target=8852262.552293662}
22:49:16.949245 run                             mass: MS performed LU  {at=8852262.652610226, lu_delay=5.795305926352739, ms=00026}
22:49:16.971079 run                osmo-ms-mob/00041: Starting mobile
22:49:16.984943 run       osmo-ms-mob/00041(pid=177): Launched
22:49:16.991225 run                             mass: Starting too slowly. Moving on {now=8852262.69459431, sleep=-0.04230064898729324, target=8852262.652293662}
22:49:16.997183 run                             mass: MS start registered  {at=8852262.700542796, delay=0.07724682800471783, ms=00040}
22:49:17.003202 run                             mass: MS performed LU  {at=8852262.70656479, lu_delay=4.823043255135417, ms=00028}
22:49:17.009231 run                             mass: MS start registered  {at=8852262.71259843, delay=0.01800711825489998, ms=00041}
22:49:17.201533 run                osmo-ms-mob/00042: Starting mobile
22:49:17.269108 run       osmo-ms-mob/00042(pid=178): Launched
22:49:17.275223 run                             mass: Starting too slowly. Moving on {now=8852262.97859261, sleep=-0.026298949494957924, target=8852262.95229366}
22:49:17.281138 run                             mass: MS start registered  {at=8852262.98449747, delay=0.005908044055104256, ms=00042}
22:49:17.555191 run                osmo-ms-mob/00043: Starting mobile
22:49:17.568619 run       osmo-ms-mob/00043(pid=179): Launched
22:49:17.579760 run                             mass: MS start registered  {at=8852263.2831083, delay=0.004876874387264252, ms=00043}
22:49:17.855393 run                osmo-ms-mob/00044: Starting mobile
22:49:17.869841 run       osmo-ms-mob/00044(pid=180): Launched
22:49:17.881047 run                             mass: MS start registered  {at=8852263.584397627, delay=0.0048390403389930725, ms=00044}
22:49:18.155882 run                osmo-ms-mob/00045: Starting mobile
22:49:18.169743 run       osmo-ms-mob/00045(pid=181): Launched
22:49:18.181402 run                             mass: MS start registered  {at=8852263.884742124, delay=0.00514521449804306, ms=00045}
22:49:18.454896 run                osmo-ms-mob/00046: Starting mobile
22:49:18.468952 run       osmo-ms-mob/00046(pid=182): Launched
22:49:18.480149 run                             mass: MS start registered  {at=8852264.183496159, delay=0.0048707351088523865, ms=00046}
22:49:18.547896 run                             mass: MS performed LU  {at=8852264.251220783, lu_delay=5.5682162288576365, ms=00030}
22:49:18.565467 run                             mass: MS performed LU  {at=8852264.268817345, lu_delay=5.983743475750089, ms=00029}
22:49:18.577189 run                osmo-ms-mob/00047: Starting mobile
22:49:18.590953 run       osmo-ms-mob/00047(pid=183): Launched
22:49:18.601912 run                             mass: MS start registered  {at=8852264.30526175, delay=0.004500599578022957, ms=00047}
22:49:18.649249 run                             mass: MS performed LU  {at=8852264.352586154, lu_delay=4.568857284262776, ms=00033}
22:49:18.820047 run                             mass: MS performed LU  {at=8852264.52338084, lu_delay=5.716823061928153, ms=00031}
22:49:18.831874 run                osmo-ms-mob/00048: Starting mobile
22:49:18.845777 run       osmo-ms-mob/00048(pid=184): Launched
22:49:18.852128 run                             mass: MS performed LU  {at=8852264.555485645, lu_delay=5.171538515016437, ms=00032}
22:49:18.858531 run                             mass: MS start registered  {at=8852264.561894208, delay=0.00642925500869751, ms=00048}
22:49:19.356222 run                osmo-ms-mob/00049: Starting mobile
22:49:19.370383 run       osmo-ms-mob/00049(pid=185): Launched
22:49:19.383464 run                             mass: MS start registered  {at=8852265.086801384, delay=0.006436869502067566, ms=00049}
22:49:19.654909 run                osmo-ms-mob/00050: Starting mobile
22:49:19.669267 run       osmo-ms-mob/00050(pid=186): Launched
22:49:19.680586 run                             mass: MS start registered  {at=8852265.383933092, delay=0.005036128684878349, ms=00050}
22:49:20.063507 run                osmo-ms-mob/00051: Starting mobile
22:49:20.077084 run       osmo-ms-mob/00051(pid=187): Launched
22:49:20.090338 run                             mass: MS start registered  {at=8852265.79368312, delay=0.005308495834469795, ms=00051}
22:49:20.354884 run                osmo-ms-mob/00052: Starting mobile
22:49:20.369429 run       osmo-ms-mob/00052(pid=188): Launched
22:49:20.381232 run                             mass: MS start registered  {at=8852266.084575595, delay=0.005233820527791977, ms=00052}
22:49:20.551703 run                             mass: MS performed LU  {at=8852266.254951324, lu_delay=4.665140863507986, ms=00038}
22:49:20.570532 run                osmo-ms-mob/00053: Starting mobile
22:49:20.585191 run       osmo-ms-mob/00053(pid=189): Launched
22:49:20.591752 run                             mass: MS performed LU  {at=8852266.295106975, lu_delay=5.003275740891695, ms=00037}
22:49:20.598509 run                             mass: MS performed LU  {at=8852266.301872425, lu_delay=6.115565540269017, ms=00034}
22:49:20.604615 run                             mass: MS start registered  {at=8852266.307980474, delay=0.012893544510006905, ms=00053}
22:49:20.616049 run                osmo-ms-mob/00054: Starting mobile
22:49:20.629953 run       osmo-ms-mob/00054(pid=190): Launched
22:49:20.640984 run                             mass: MS start registered  {at=8852266.344335997, delay=0.004679722711443901, ms=00054}
22:49:20.740602 run                             mass: MS performed LU  {at=8852266.443867698, lu_delay=5.80714051797986, ms=00036}
22:49:20.759184 run                             mass: MS performed LU  {at=8852266.462471204, lu_delay=5.96547388099134, ms=00035}
22:49:20.774916 run                osmo-ms-mob/00055: Starting mobile
22:49:20.793830 run       osmo-ms-mob/00055(pid=191): Launched
22:49:20.813538 run                             mass: MS start registered  {at=8852266.51685137, delay=0.005743876099586487, ms=00055}
22:49:21.555079 run                osmo-ms-mob/00056: Starting mobile
22:49:21.569004 run       osmo-ms-mob/00056(pid=192): Launched
22:49:21.579899 run                             mass: MS start registered  {at=8852267.283245144, delay=0.00468863919377327, ms=00056}
22:49:21.855293 run                osmo-ms-mob/00057: Starting mobile
22:49:21.869228 run       osmo-ms-mob/00057(pid=193): Launched
22:49:21.880746 run                             mass: MS start registered  {at=8852267.584092522, delay=0.004780519753694534, ms=00057}
22:49:22.256529 run                osmo-ms-mob/00058: Starting mobile
22:49:22.270599 run       osmo-ms-mob/00058(pid=194): Launched
22:49:22.281456 run                             mass: MS start registered  {at=8852267.984805739, delay=0.004719201475381851, ms=00058}
22:49:22.313547 run                             mass: MS performed LU  {at=8852268.016884567, lu_delay=5.788001729175448, ms=00039}
22:49:22.332135 run                             mass: MS performed LU  {at=8852268.035473172, lu_delay=5.334930375218391, ms=00040}
22:49:22.343836 run                osmo-ms-mob/00059: Starting mobile
22:49:22.357998 run       osmo-ms-mob/00059(pid=195): Launched
22:49:22.370327 run                             mass: MS start registered  {at=8852268.073659616, delay=0.0060124993324279785, ms=00059}
22:49:22.415554 run                             mass: MS performed LU  {at=8852268.118884012, lu_delay=5.406285582110286, ms=00041}
22:49:22.586034 run                             mass: MS performed LU  {at=8852268.289371816, lu_delay=5.30487434566021, ms=00042}
22:49:22.597558 run                osmo-ms-mob/00060: Starting mobile
22:49:22.611535 run       osmo-ms-mob/00060(pid=196): Launched
22:49:22.617956 run                             mass: MS performed LU  {at=8852268.321313955, lu_delay=5.0382056552916765, ms=00043}
22:49:22.624556 run                             mass: MS start registered  {at=8852268.327920789, delay=0.006624901667237282, ms=00060}
22:49:22.894383 run                             mass: MS performed LU  {at=8852268.59771796, lu_delay=5.01332033239305, ms=00044}
22:49:23.255864 run                osmo-ms-mob/00061: Starting mobile
22:49:23.269872 run       osmo-ms-mob/00061(pid=197): Launched
22:49:23.281242 run                             mass: MS start registered  {at=8852268.984581454, delay=0.004828868433833122, ms=00061}
22:49:23.554912 run                osmo-ms-mob/00062: Starting mobile
22:49:23.569427 run       osmo-ms-mob/00062(pid=198): Launched
22:49:23.580634 run                             mass: MS start registered  {at=8852269.283972034, delay=0.004775695502758026, ms=00062}
22:49:23.855163 run                osmo-ms-mob/00063: Starting mobile
22:49:23.869108 run       osmo-ms-mob/00063(pid=199): Launched
22:49:23.880807 run                             mass: MS start registered  {at=8852269.58415553, delay=0.005203451961278915, ms=00063}
22:49:24.255425 run                osmo-ms-mob/00064: Starting mobile
22:49:24.268950 run       osmo-ms-mob/00064(pid=200): Launched
22:49:24.280342 run                             mass: MS start registered  {at=8852269.983688453, delay=0.004574693739414215, ms=00064}
22:49:24.316169 run                             mass: MS performed LU  {at=8852270.019502394, lu_delay=5.457608185708523, ms=00048}
22:49:24.343668 run                             mass: MS performed LU  {at=8852270.047002045, lu_delay=5.741740295663476, ms=00047}
22:49:24.362037 run                             mass: MS performed LU  {at=8852270.065386727, lu_delay=4.978585343807936, ms=00049}
22:49:24.373609 run                osmo-ms-mob/00065: Starting mobile
22:49:24.387414 run       osmo-ms-mob/00065(pid=201): Launched
22:49:24.398611 run                             mass: MS start registered  {at=8852270.101955466, delay=0.004812084138393402, ms=00065}
22:49:24.506684 run                             mass: MS performed LU  {at=8852270.209938696, lu_delay=6.325196571648121, ms=00045}
22:49:24.560297 run                             mass: MS performed LU  {at=8852270.263632022, lu_delay=4.879698930308223, ms=00050}
22:49:24.572120 run                osmo-ms-mob/00066: Starting mobile
22:49:24.586267 run       osmo-ms-mob/00066(pid=202): Launched
22:49:24.597739 run                             mass: MS start registered  {at=8852270.3010821, delay=0.005094895139336586, ms=00066}
22:49:25.355740 run                osmo-ms-mob/00067: Starting mobile
22:49:25.370329 run       osmo-ms-mob/00067(pid=203): Launched
22:49:25.383025 run                             mass: MS start registered  {at=8852271.086323272, delay=0.004643874242901802, ms=00067}
22:49:25.590340 run                             mass: MS performed LU  {at=8852271.293671804, lu_delay=3.7095792815089226, ms=00057}
22:49:25.601640 run                osmo-ms-mob/00068: Starting mobile
22:49:25.615356 run       osmo-ms-mob/00068(pid=204): Launched
22:49:25.626855 run                             mass: MS start registered  {at=8852271.330194104, delay=0.005056519061326981, ms=00068}
22:49:26.057851 run                osmo-ms-mob/00069: Starting mobile
22:49:26.073887 run       osmo-ms-mob/00069(pid=205): Launched
22:49:26.080089 run                             mass: MS performed LU  {at=8852271.7834477, lu_delay=5.6988721042871475, ms=00052}
22:49:26.086165 run                             mass: MS start registered  {at=8852271.789530408, delay=0.006099401041865349, ms=00069}
22:49:26.182446 run                             mass: MS performed LU  {at=8852271.88570226, lu_delay=5.368850890547037, ms=00055}
22:49:26.353089 run                             mass: MS performed LU  {at=8852272.056348441, lu_delay=4.773103296756744, ms=00056}
22:49:26.394572 run                osmo-ms-mob/00070: Starting mobile
22:49:26.409367 run       osmo-ms-mob/00070(pid=206): Launched
22:49:26.421172 run                             mass: MS start registered  {at=8852272.124517936, delay=0.005446970462799072, ms=00070}
22:49:26.427434 run                             mass: MS performed LU  {at=8852272.130794186, lu_delay=6.337111067026854, ms=00051}
22:49:26.855741 run                osmo-ms-mob/00071: Starting mobile
22:49:26.870612 run       osmo-ms-mob/00071(pid=207): Launched
22:49:26.882072 run                             mass: MS start registered  {at=8852272.585419152, delay=0.00512954406440258, ms=00071}
22:49:27.255087 run                osmo-ms-mob/00072: Starting mobile
22:49:27.270657 run       osmo-ms-mob/00072(pid=208): Launched
22:49:27.282445 run                             mass: MS start registered  {at=8852272.985773828, delay=0.00512067973613739, ms=00072}
22:49:27.655493 run                osmo-ms-mob/00073: Starting mobile
22:49:27.669523 run       osmo-ms-mob/00073(pid=209): Launched
22:49:27.680586 run                             mass: MS start registered  {at=8852273.383938825, delay=0.004770992323756218, ms=00073}
22:49:28.056695 run                osmo-ms-mob/00074: Starting mobile
22:49:28.070581 run       osmo-ms-mob/00074(pid=210): Launched
22:49:28.081912 run                             mass: MS performed LU  {at=8852273.785242962, lu_delay=4.8006615079939365, ms=00061}
22:49:28.088969 run                             mass: MS start registered  {at=8852273.79233446, delay=0.011592274531722069, ms=00074}
22:49:28.109767 run                             mass: MS performed LU  {at=8852273.813103776, lu_delay=5.828298037871718, ms=00058}
22:49:28.128221 run                             mass: MS performed LU  {at=8852273.831572462, lu_delay=5.7579128462821245, ms=00059}
22:49:28.139785 run                osmo-ms-mob/00075: Starting mobile
22:49:28.153953 run       osmo-ms-mob/00075(pid=211): Launched
22:49:28.165564 run                             mass: MS start registered  {at=8852273.868915092, delay=0.005046315491199493, ms=00075}
22:49:28.271475 run                             mass: MS performed LU  {at=8852273.974806853, lu_delay=5.646886063739657, ms=00060}
22:49:28.326844 run                             mass: MS performed LU  {at=8852274.030179739, lu_delay=4.746207704767585, ms=00062}
22:49:28.955547 run                osmo-ms-mob/00076: Starting mobile
22:49:28.969912 run       osmo-ms-mob/00076(pid=212): Launched
22:49:28.981757 run                             mass: MS start registered  {at=8852274.685080659, delay=0.00542413629591465, ms=00076}
22:49:29.130557 run                             mass: MS performed LU  {at=8852274.833834955, lu_delay=4.850146502256393, ms=00064}
22:49:29.355954 run                osmo-ms-mob/00077: Starting mobile
22:49:29.369998 run       osmo-ms-mob/00077(pid=213): Launched
22:49:29.376506 run                             mass: MS performed LU  {at=8852275.079861997, lu_delay=3.7496678922325373, ms=00068}
22:49:29.382664 run                             mass: MS start registered  {at=8852275.086028138, delay=0.0061880555003881454, ms=00077}
22:49:29.845372 run                             mass: MS performed LU  {at=8852275.548701515, lu_delay=4.462378242984414, ms=00067}
22:49:29.860997 run                osmo-ms-mob/00078: Starting mobile
22:49:29.875725 run       osmo-ms-mob/00078(pid=214): Launched
22:49:29.882302 run                             mass: MS performed LU  {at=8852275.585656889, lu_delay=6.0015013590455055, ms=00063}
22:49:29.888621 run                             mass: MS start registered  {at=8852275.591984667, delay=0.006349366158246994, ms=00078}
22:49:29.947163 run                             mass: MS performed LU  {at=8852275.650436426, lu_delay=5.548480959609151, ms=00065}
22:49:30.191346 run                             mass: MS performed LU  {at=8852275.894672655, lu_delay=5.5935905538499355, ms=00066}
22:49:30.206117 run                osmo-ms-mob/00079: Starting mobile
22:49:30.222066 run       osmo-ms-mob/00079(pid=215): Launched
22:49:30.234077 run                             mass: MS start registered  {at=8852275.937425436, delay=0.005054529756307602, ms=00079}
22:49:30.755397 run                osmo-ms-mob/00080: Starting mobile
22:49:30.769696 run       osmo-ms-mob/00080(pid=216): Launched
22:49:30.781277 run                             mass: MS start registered  {at=8852276.484620927, delay=0.005244811996817589, ms=00080}
22:49:31.264324 run                osmo-ms-mob/00081: Starting mobile
22:49:31.278806 run       osmo-ms-mob/00081(pid=217): Launched
22:49:31.290707 run                             mass: MS start registered  {at=8852276.994056975, delay=0.005478493869304657, ms=00081}
22:49:31.671783 run                osmo-ms-mob/00082: Starting mobile
22:49:31.686255 run       osmo-ms-mob/00082(pid=218): Launched
22:49:31.697546 run                             mass: MS start registered  {at=8852277.400897894, delay=0.004934655502438545, ms=00082}
22:49:31.849060 run                             mass: MS performed LU  {at=8852277.552315313, lu_delay=4.966896161437035, ms=00071}
22:49:31.876166 run                             mass: MS performed LU  {at=8852277.579505125, lu_delay=5.454987188801169, ms=00070}
22:49:31.894970 run                             mass: MS performed LU  {at=8852277.598237693, lu_delay=5.808707285672426, ms=00069}
22:49:32.038266 run                             mass: MS performed LU  {at=8852277.741581539, lu_delay=4.755807710811496, ms=00072}
22:49:32.277542 run                osmo-ms-mob/00083: Starting mobile
22:49:32.291993 run       osmo-ms-mob/00083(pid=219): Launched
22:49:32.303373 run                             mass: MS start registered  {at=8852278.006716153, delay=0.00495116226375103, ms=00083}
22:49:32.771714 run                osmo-ms-mob/00084: Starting mobile
22:49:32.785562 run       osmo-ms-mob/00084(pid=220): Launched
22:49:32.796867 run                             mass: MS start registered  {at=8852278.50021057, delay=0.0037241652607917786, ms=00084}
22:49:33.263281 run                osmo-ms-mob/00085: Starting mobile
22:49:33.277811 run       osmo-ms-mob/00085(pid=221): Launched
22:49:33.289437 run                             mass: MS start registered  {at=8852278.992777443, delay=0.005036519840359688, ms=00085}
22:49:33.610988 run                             mass: MS performed LU  {at=8852279.314243296, lu_delay=5.521908836439252, ms=00074}
22:49:33.629372 run                             mass: MS performed LU  {at=8852279.332693884, lu_delay=5.463778791949153, ms=00075}
22:49:33.712367 run                             mass: MS performed LU  {at=8852279.41565546, lu_delay=4.730574801564217, ms=00076}
22:49:33.724413 run                osmo-ms-mob/00086: Starting mobile
22:49:33.763996 run       osmo-ms-mob/00086(pid=222): Launched
22:49:33.776205 run                             mass: MS start registered  {at=8852279.479553197, delay=0.005059286952018738, ms=00086}
22:49:33.883330 run                             mass: MS performed LU  {at=8852279.586652406, lu_delay=6.202713580802083, ms=00073}
22:49:34.136915 run                             mass: MS performed LU  {at=8852279.840247715, lu_delay=4.754219576716423, ms=00077}
22:49:34.455515 run                osmo-ms-mob/00087: Starting mobile
22:49:34.469462 run       osmo-ms-mob/00087(pid=223): Launched
22:49:34.480739 run                             mass: MS start registered  {at=8852280.18408243, delay=0.004881000146269798, ms=00087}
22:49:35.055574 run                osmo-ms-mob/00088: Starting mobile
22:49:35.069650 run       osmo-ms-mob/00088(pid=224): Launched
22:49:35.081276 run                             mass: MS start registered  {at=8852280.78461553, delay=0.005392216145992279, ms=00088}
22:49:35.615248 run                             mass: MS performed LU  {at=8852281.318494754, lu_delay=5.38106931746006, ms=00079}
22:49:35.642888 run                osmo-ms-mob/00089: Starting mobile
22:49:35.655900 run       osmo-ms-mob/00089(pid=225): Launched
22:49:35.662434 run                             mass: MS performed LU  {at=8852281.365792423, lu_delay=4.8811714965850115, ms=00080}
22:49:35.668507 run                             mass: MS performed LU  {at=8852281.371872295, lu_delay=5.77988762781024, ms=00078}
22:49:35.674301 run                             mass: MS start registered  {at=8852281.377668558, delay=0.011894961819052696, ms=00089}
22:49:36.271559 run                osmo-ms-mob/00090: Starting mobile
22:49:36.286188 run       osmo-ms-mob/00090(pid=226): Launched
22:49:36.297267 run                             mass: MS start registered  {at=8852282.000616562, delay=0.004997115582227707, ms=00090}
22:49:36.965408 run                osmo-ms-mob/00091: Starting mobile
22:49:36.979522 run       osmo-ms-mob/00091(pid=227): Launched
22:49:36.990939 run                             mass: MS start registered  {at=8852282.694290755, delay=0.004802357405424118, ms=00091}
22:49:37.377023 run                             mass: MS performed LU  {at=8852283.080355817, lu_delay=5.073639664798975, ms=00083}
22:49:37.394693 run                             mass: MS performed LU  {at=8852283.0980292, lu_delay=4.5978186298161745, ms=00084}
22:49:37.478203 run                             mass: MS performed LU  {at=8852283.181532633, lu_delay=5.780634738504887, ms=00082}
22:49:37.492967 run                osmo-ms-mob/00092: Starting mobile
22:49:37.506831 run       osmo-ms-mob/00092(pid=228): Launched
22:49:37.518132 run                             mass: MS start registered  {at=8852283.221482322, delay=0.004854433238506317, ms=00092}
22:49:37.649381 run                             mass: MS performed LU  {at=8852283.352715284, lu_delay=6.358658308163285, ms=00081}
22:49:38.653354 run                osmo-ms-mob/00093: Starting mobile
22:49:38.673928 run       osmo-ms-mob/00093(pid=229): Launched
22:49:38.680111 run                             mass: Starting too slowly. Moving on {now=8852284.38347988, sleep=-0.13118629902601242, target=8852284.252293581}
22:49:38.685813 run                             mass: MS start registered  {at=8852284.389173126, delay=0.005695559084415436, ms=00093}
22:49:38.691647 run                             mass: Starting too slowly. Moving on {now=8852284.395017305, sleep=-0.042723724618554115, target=8852284.35229358}
22:49:39.355202 run                osmo-ms-mob/00094: Starting mobile
22:49:39.368562 run       osmo-ms-mob/00094(pid=230): Launched
22:49:39.380194 run                             mass: MS start registered  {at=8852285.083543198, delay=0.005460228770971298, ms=00094}
22:49:40.269104 run                osmo-ms-mob/00095: Starting mobile
22:49:40.283667 run       osmo-ms-mob/00095(pid=231): Launched
22:49:40.294792 run                             mass: MS start registered  {at=8852285.99814489, delay=0.0049138907343149185, ms=00095}
22:49:40.321306 run                             mass: MS performed LU  {at=8852286.024623906, lu_delay=5.840541476383805, ms=00087}
22:49:40.349818 run                             mass: MS performed LU  {at=8852286.053060979, lu_delay=6.573507782071829, ms=00086}
22:49:40.375276 run                             mass: MS performed LU  {at=8852286.078634556, lu_delay=7.085857113823295, ms=00085}
22:49:41.143176 run                             mass: MS performed LU  {at=8852286.846484028, lu_delay=5.46881547011435, ms=00089}
22:49:41.160886 run                             mass: MS performed LU  {at=8852286.86422335, lu_delay=4.863606788218021, ms=00090}
22:49:41.176812 run                osmo-ms-mob/00096: Starting mobile
22:49:41.191227 run       osmo-ms-mob/00096(pid=232): Launched
22:49:41.202721 run                             mass: MS start registered  {at=8852286.906071305, delay=0.004788042977452278, ms=00096}
22:49:41.245661 run                             mass: MS performed LU  {at=8852286.94892382, lu_delay=6.164308290928602, ms=00088}
22:49:41.416443 run                             mass: MS performed LU  {at=8852287.119699977, lu_delay=22.936203818768263, ms=00046}
22:49:42.367844 run                osmo-ms-mob/00097: Starting mobile
22:49:42.381873 run       osmo-ms-mob/00097(pid=233): Launched
22:49:42.393361 run                             mass: MS start registered  {at=8852288.096693486, delay=0.005208373069763184, ms=00097}
22:49:43.082733 run                             mass: MS performed LU  {at=8852288.785980824, lu_delay=5.564498502761126, ms=00092}
22:49:43.145962 run                             mass: MS performed LU  {at=8852288.849196043, lu_delay=6.1549052875489, ms=00091}
22:49:43.335051 run                             mass: MS performed LU  {at=8852289.038371826, lu_delay=22.694035828113556, ms=00054}
22:49:43.408309 run                             mass: MS performed LU  {at=8852289.111656645, lu_delay=4.722483519464731, ms=00093}
22:49:43.426599 run                             mass: MS performed LU  {at=8852289.129944693, lu_delay=22.821964219212532, ms=00053}
22:49:43.655645 run                osmo-ms-mob/00098: Starting mobile
22:49:43.669636 run       osmo-ms-mob/00098(pid=234): Launched
22:49:43.680661 run                             mass: MS start registered  {at=8852289.384013012, delay=0.004719356074929237, ms=00098}
22:49:44.909580 run                             mass: MS performed LU  {at=8852290.612807523, lu_delay=4.614662634208798, ms=00095}
22:49:45.010435 run                             mass: MS performed LU  {at=8852290.713730631, lu_delay=5.6301874332129955, ms=00094}
22:49:45.469522 run                osmo-ms-mob/00099: Starting mobile
22:49:45.483707 run       osmo-ms-mob/00099(pid=235): Launched
22:49:45.489951 run                             mass: All started... {duration=55.74102549441159, too_slow=10}
22:49:45.496015 run                             mass: MS start registered  {at=8852291.199372351, delay=0.006057200953364372, ms=00099}
22:49:46.910928 run                             mass: MS performed LU  {at=8852292.614261216, lu_delay=5.708189910277724, ms=00096}
22:49:47.175377 run                             mass: MS performed LU  {at=8852292.878622422, lu_delay=4.78192893601954, ms=00097}
22:49:48.777890 run                             mass: MS performed LU  {at=8852294.481138848, lu_delay=5.097125835716724, ms=00098}
22:49:50.677232 run                             mass: MS performed LU  {at=8852296.380556704, lu_delay=5.1811843533068895, ms=00099}
22:49:50.685140 run                             mass: Tests done {all_completed=True, max=22.936203818768263, min=3.7095792815089226}
22:49:50.690797 tst         register_default_mass.py: Test passed (85.3 sec)
22:49:50.696190 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Terminating (SIGTERM)
22:49:50.699506 run      osmo-hlr_127.0.42.2(pid=24): Terminating (SIGTERM)
22:49:50.702792 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Terminating (SIGTERM)
22:49:50.706090 run      osmo-stp_127.0.42.5(pid=26): Terminating (SIGTERM)
22:49:50.709404 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Terminating (SIGTERM)
22:49:50.712760 run      osmo-msc_127.0.42.6(pid=28): Terminating (SIGTERM)
22:49:50.716057 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Terminating (SIGTERM)
22:49:50.719423 run      osmo-mgw_127.0.42.3(pid=30): Terminating (SIGTERM)
22:49:50.723925 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Terminating (SIGTERM)
22:49:50.727281 run      osmo-mgw_127.0.42.4(pid=32): Terminating (SIGTERM)
22:49:50.730651 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Terminating (SIGTERM)
22:49:50.734022 run      osmo-bsc_127.0.42.7(pid=34): Terminating (SIGTERM)
22:49:50.737355 run         osmo-bts-virtual(pid=35): Terminating (SIGTERM)
22:49:50.741047 run   osmo-ms-virt-phy/00000(pid=36): Terminating (SIGTERM)
22:49:50.744432 run   osmo-ms-virt-phy/00001(pid=37): Terminating (SIGTERM)
22:49:50.747817 run   osmo-ms-virt-phy/00002(pid=38): Terminating (SIGTERM)
22:49:50.751235 run   osmo-ms-virt-phy/00003(pid=39): Terminating (SIGTERM)
22:49:50.755426 run   osmo-ms-virt-phy/00004(pid=40): Terminating (SIGTERM)
22:49:50.759075 run   osmo-ms-virt-phy/00005(pid=41): Terminating (SIGTERM)
22:49:50.762476 run   osmo-ms-virt-phy/00006(pid=42): Terminating (SIGTERM)
22:49:50.765874 run   osmo-ms-virt-phy/00007(pid=43): Terminating (SIGTERM)
22:49:50.769240 run   osmo-ms-virt-phy/00008(pid=44): Terminating (SIGTERM)
22:49:50.772631 run   osmo-ms-virt-phy/00009(pid=45): Terminating (SIGTERM)
22:49:50.776052 run   osmo-ms-virt-phy/00010(pid=46): Terminating (SIGTERM)
22:49:50.779478 run   osmo-ms-virt-phy/00011(pid=47): Terminating (SIGTERM)
22:49:50.782867 run   osmo-ms-virt-phy/00012(pid=48): Terminating (SIGTERM)
22:49:50.787004 run   osmo-ms-virt-phy/00013(pid=49): Terminating (SIGTERM)
22:49:50.790368 run   osmo-ms-virt-phy/00014(pid=50): Terminating (SIGTERM)
22:49:50.794359 run   osmo-ms-virt-phy/00015(pid=51): Terminating (SIGTERM)
22:49:50.798085 run   osmo-ms-virt-phy/00016(pid=52): Terminating (SIGTERM)
22:49:50.802057 run   osmo-ms-virt-phy/00017(pid=53): Terminating (SIGTERM)
22:49:50.805470 run   osmo-ms-virt-phy/00018(pid=54): Terminating (SIGTERM)
22:49:50.809181 run   osmo-ms-virt-phy/00019(pid=55): Terminating (SIGTERM)
22:49:50.812595 run   osmo-ms-virt-phy/00020(pid=56): Terminating (SIGTERM)
22:49:50.815970 run   osmo-ms-virt-phy/00021(pid=57): Terminating (SIGTERM)
22:49:50.819312 run   osmo-ms-virt-phy/00022(pid=58): Terminating (SIGTERM)
22:49:50.823393 run   osmo-ms-virt-phy/00023(pid=59): Terminating (SIGTERM)
22:49:50.827505 run   osmo-ms-virt-phy/00024(pid=60): Terminating (SIGTERM)
22:49:50.830929 run   osmo-ms-virt-phy/00025(pid=61): Terminating (SIGTERM)
22:49:50.834335 run   osmo-ms-virt-phy/00026(pid=62): Terminating (SIGTERM)
22:49:50.837708 run   osmo-ms-virt-phy/00027(pid=63): Terminating (SIGTERM)
22:49:50.841130 run   osmo-ms-virt-phy/00028(pid=64): Terminating (SIGTERM)
22:49:50.844531 run   osmo-ms-virt-phy/00029(pid=65): Terminating (SIGTERM)
22:49:50.848389 run   osmo-ms-virt-phy/00030(pid=66): Terminating (SIGTERM)
22:49:50.851800 run   osmo-ms-virt-phy/00031(pid=67): Terminating (SIGTERM)
22:49:50.855234 run   osmo-ms-virt-phy/00032(pid=68): Terminating (SIGTERM)
22:49:50.858636 run   osmo-ms-virt-phy/00033(pid=69): Terminating (SIGTERM)
22:49:50.862132 run   osmo-ms-virt-phy/00034(pid=70): Terminating (SIGTERM)
22:49:50.865499 run   osmo-ms-virt-phy/00035(pid=71): Terminating (SIGTERM)
22:49:50.869415 run   osmo-ms-virt-phy/00036(pid=72): Terminating (SIGTERM)
22:49:50.872835 run   osmo-ms-virt-phy/00037(pid=73): Terminating (SIGTERM)
22:49:50.876236 run   osmo-ms-virt-phy/00038(pid=74): Terminating (SIGTERM)
22:49:50.879638 run   osmo-ms-virt-phy/00039(pid=75): Terminating (SIGTERM)
22:49:50.883500 run   osmo-ms-virt-phy/00040(pid=76): Terminating (SIGTERM)
22:49:50.887032 run   osmo-ms-virt-phy/00041(pid=77): Terminating (SIGTERM)
22:49:50.890933 run   osmo-ms-virt-phy/00042(pid=78): Terminating (SIGTERM)
22:49:50.894333 run   osmo-ms-virt-phy/00043(pid=79): Terminating (SIGTERM)
22:49:50.897675 run   osmo-ms-virt-phy/00044(pid=80): Terminating (SIGTERM)
22:49:50.901081 run   osmo-ms-virt-phy/00045(pid=81): Terminating (SIGTERM)
22:49:50.904460 run   osmo-ms-virt-phy/00046(pid=82): Terminating (SIGTERM)
22:49:50.907837 run   osmo-ms-virt-phy/00047(pid=83): Terminating (SIGTERM)
22:49:50.911189 run   osmo-ms-virt-phy/00048(pid=84): Terminating (SIGTERM)
22:49:50.914881 run   osmo-ms-virt-phy/00049(pid=85): Terminating (SIGTERM)
22:49:50.918314 run   osmo-ms-virt-phy/00050(pid=86): Terminating (SIGTERM)
22:49:50.921699 run   osmo-ms-virt-phy/00051(pid=87): Terminating (SIGTERM)
22:49:50.925075 run   osmo-ms-virt-phy/00052(pid=88): Terminating (SIGTERM)
22:49:50.928476 run   osmo-ms-virt-phy/00053(pid=89): Terminating (SIGTERM)
22:49:50.932116 run   osmo-ms-virt-phy/00054(pid=90): Terminating (SIGTERM)
22:49:50.935630 run   osmo-ms-virt-phy/00055(pid=91): Terminating (SIGTERM)
22:49:50.939654 run   osmo-ms-virt-phy/00056(pid=92): Terminating (SIGTERM)
22:49:50.943084 run   osmo-ms-virt-phy/00057(pid=93): Terminating (SIGTERM)
22:49:50.946472 run   osmo-ms-virt-phy/00058(pid=94): Terminating (SIGTERM)
22:49:50.949861 run   osmo-ms-virt-phy/00059(pid=95): Terminating (SIGTERM)
22:49:50.953256 run   osmo-ms-virt-phy/00060(pid=96): Terminating (SIGTERM)
22:49:50.956609 run   osmo-ms-virt-phy/00061(pid=97): Terminating (SIGTERM)
22:49:50.959972 run   osmo-ms-virt-phy/00062(pid=98): Terminating (SIGTERM)
22:49:50.963329 run   osmo-ms-virt-phy/00063(pid=99): Terminating (SIGTERM)
22:49:50.966698 run  osmo-ms-virt-phy/00064(pid=100): Terminating (SIGTERM)
22:49:50.970094 run  osmo-ms-virt-phy/00065(pid=101): Terminating (SIGTERM)
22:49:50.973471 run  osmo-ms-virt-phy/00066(pid=102): Terminating (SIGTERM)
22:49:50.976878 run  osmo-ms-virt-phy/00067(pid=103): Terminating (SIGTERM)
22:49:50.980269 run  osmo-ms-virt-phy/00068(pid=104): Terminating (SIGTERM)
22:49:50.983641 run  osmo-ms-virt-phy/00069(pid=105): Terminating (SIGTERM)
22:49:50.987267 run  osmo-ms-virt-phy/00070(pid=106): Terminating (SIGTERM)
22:49:50.990782 run  osmo-ms-virt-phy/00071(pid=107): Terminating (SIGTERM)
22:49:50.994155 run  osmo-ms-virt-phy/00072(pid=108): Terminating (SIGTERM)
22:49:50.997521 run  osmo-ms-virt-phy/00073(pid=109): Terminating (SIGTERM)
22:49:51.000933 run  osmo-ms-virt-phy/00074(pid=110): Terminating (SIGTERM)
22:49:51.004354 run  osmo-ms-virt-phy/00075(pid=111): Terminating (SIGTERM)
22:49:51.007741 run  osmo-ms-virt-phy/00076(pid=112): Terminating (SIGTERM)
22:49:51.011130 run  osmo-ms-virt-phy/00077(pid=113): Terminating (SIGTERM)
22:49:51.014558 run  osmo-ms-virt-phy/00078(pid=114): Terminating (SIGTERM)
22:49:51.017905 run  osmo-ms-virt-phy/00079(pid=115): Terminating (SIGTERM)
22:49:51.021275 run  osmo-ms-virt-phy/00080(pid=116): Terminating (SIGTERM)
22:49:51.024672 run  osmo-ms-virt-phy/00081(pid=117): Terminating (SIGTERM)
22:49:51.028050 run  osmo-ms-virt-phy/00082(pid=118): Terminating (SIGTERM)
22:49:51.031448 run  osmo-ms-virt-phy/00083(pid=119): Terminating (SIGTERM)
22:49:51.034889 run  osmo-ms-virt-phy/00084(pid=120): Terminating (SIGTERM)
22:49:51.038650 run  osmo-ms-virt-phy/00085(pid=121): Terminating (SIGTERM)
22:49:51.042071 run  osmo-ms-virt-phy/00086(pid=122): Terminating (SIGTERM)
22:49:51.045571 run  osmo-ms-virt-phy/00087(pid=123): Terminating (SIGTERM)
22:49:51.049152 run  osmo-ms-virt-phy/00088(pid=124): Terminating (SIGTERM)
22:49:51.053046 run  osmo-ms-virt-phy/00089(pid=125): Terminating (SIGTERM)
22:49:51.056812 run  osmo-ms-virt-phy/00090(pid=126): Terminating (SIGTERM)
22:49:51.060668 run  osmo-ms-virt-phy/00091(pid=127): Terminating (SIGTERM)
22:49:51.064084 run  osmo-ms-virt-phy/00092(pid=128): Terminating (SIGTERM)
22:49:51.067438 run  osmo-ms-virt-phy/00093(pid=129): Terminating (SIGTERM)
22:49:51.070816 run  osmo-ms-virt-phy/00094(pid=130): Terminating (SIGTERM)
22:49:51.074195 run  osmo-ms-virt-phy/00095(pid=131): Terminating (SIGTERM)
22:49:51.077567 run  osmo-ms-virt-phy/00096(pid=132): Terminating (SIGTERM)
22:49:51.080976 run  osmo-ms-virt-phy/00097(pid=133): Terminating (SIGTERM)
22:49:51.084443 run  osmo-ms-virt-phy/00098(pid=134): Terminating (SIGTERM)
22:49:51.087829 run  osmo-ms-virt-phy/00099(pid=135): Terminating (SIGTERM)
22:49:51.091329 run       osmo-ms-mob/00000(pid=136): Terminating (SIGTERM)
22:49:51.094735 run       osmo-ms-mob/00001(pid=137): Terminating (SIGTERM)
22:49:51.098107 run       osmo-ms-mob/00002(pid=138): Terminating (SIGTERM)
22:49:51.101504 run       osmo-ms-mob/00003(pid=139): Terminating (SIGTERM)
22:49:51.104831 run       osmo-ms-mob/00004(pid=140): Terminating (SIGTERM)
22:49:51.108181 run       osmo-ms-mob/00005(pid=141): Terminating (SIGTERM)
22:49:51.111534 run       osmo-ms-mob/00006(pid=142): Terminating (SIGTERM)
22:49:51.114769 run       osmo-ms-mob/00007(pid=143): Terminating (SIGTERM)
22:49:51.117969 run       osmo-ms-mob/00008(pid=144): Terminating (SIGTERM)
22:49:51.121169 run       osmo-ms-mob/00009(pid=145): Terminating (SIGTERM)
22:49:51.124376 run       osmo-ms-mob/00010(pid=146): Terminating (SIGTERM)
22:49:51.127576 run       osmo-ms-mob/00011(pid=147): Terminating (SIGTERM)
22:49:51.130795 run       osmo-ms-mob/00012(pid=148): Terminating (SIGTERM)
22:49:51.134009 run       osmo-ms-mob/00013(pid=149): Terminating (SIGTERM)
22:49:51.137265 run       osmo-ms-mob/00014(pid=150): Terminating (SIGTERM)
22:49:51.140546 run       osmo-ms-mob/00015(pid=151): Terminating (SIGTERM)
22:49:51.143765 run       osmo-ms-mob/00016(pid=152): Terminating (SIGTERM)
22:49:51.146963 run       osmo-ms-mob/00017(pid=153): Terminating (SIGTERM)
22:49:51.150209 run       osmo-ms-mob/00018(pid=154): Terminating (SIGTERM)
22:49:51.153433 run       osmo-ms-mob/00019(pid=155): Terminating (SIGTERM)
22:49:51.156689 run       osmo-ms-mob/00020(pid=156): Terminating (SIGTERM)
22:49:51.159873 run       osmo-ms-mob/00021(pid=157): Terminating (SIGTERM)
22:49:51.163108 run       osmo-ms-mob/00022(pid=158): Terminating (SIGTERM)
22:49:51.166321 run       osmo-ms-mob/00023(pid=159): Terminating (SIGTERM)
22:49:51.169510 run       osmo-ms-mob/00024(pid=160): Terminating (SIGTERM)
22:49:51.172701 run       osmo-ms-mob/00025(pid=161): Terminating (SIGTERM)
22:49:51.175901 run       osmo-ms-mob/00026(pid=162): Terminating (SIGTERM)
22:49:51.179105 run       osmo-ms-mob/00027(pid=163): Terminating (SIGTERM)
22:49:51.182288 run       osmo-ms-mob/00028(pid=164): Terminating (SIGTERM)
22:49:51.185484 run       osmo-ms-mob/00029(pid=165): Terminating (SIGTERM)
22:49:51.188686 run       osmo-ms-mob/00030(pid=166): Terminating (SIGTERM)
22:49:51.191869 run       osmo-ms-mob/00031(pid=167): Terminating (SIGTERM)
22:49:51.195059 run       osmo-ms-mob/00032(pid=168): Terminating (SIGTERM)
22:49:51.198261 run       osmo-ms-mob/00033(pid=169): Terminating (SIGTERM)
22:49:51.201540 run       osmo-ms-mob/00034(pid=170): Terminating (SIGTERM)
22:49:51.204768 run       osmo-ms-mob/00035(pid=171): Terminating (SIGTERM)
22:49:51.208003 run       osmo-ms-mob/00036(pid=172): Terminating (SIGTERM)
22:49:51.211237 run       osmo-ms-mob/00037(pid=173): Terminating (SIGTERM)
22:49:51.214449 run       osmo-ms-mob/00038(pid=174): Terminating (SIGTERM)
22:49:51.217644 run       osmo-ms-mob/00039(pid=175): Terminating (SIGTERM)
22:49:51.220821 run       osmo-ms-mob/00040(pid=176): Terminating (SIGTERM)
22:49:51.224064 run       osmo-ms-mob/00041(pid=177): Terminating (SIGTERM)
22:49:51.227273 run       osmo-ms-mob/00042(pid=178): Terminating (SIGTERM)
22:49:51.230444 run       osmo-ms-mob/00043(pid=179): Terminating (SIGTERM)
22:49:51.233604 run       osmo-ms-mob/00044(pid=180): Terminating (SIGTERM)
22:49:51.236824 run       osmo-ms-mob/00045(pid=181): Terminating (SIGTERM)
22:49:51.240063 run       osmo-ms-mob/00046(pid=182): Terminating (SIGTERM)
22:49:51.243237 run       osmo-ms-mob/00047(pid=183): Terminating (SIGTERM)
22:49:51.246458 run       osmo-ms-mob/00048(pid=184): Terminating (SIGTERM)
22:49:51.249822 run       osmo-ms-mob/00049(pid=185): Terminating (SIGTERM)
22:49:51.253047 run       osmo-ms-mob/00050(pid=186): Terminating (SIGTERM)
22:49:51.256422 run       osmo-ms-mob/00051(pid=187): Terminating (SIGTERM)
22:49:51.259766 run       osmo-ms-mob/00052(pid=188): Terminating (SIGTERM)
22:49:51.263108 run       osmo-ms-mob/00053(pid=189): Terminating (SIGTERM)
22:49:51.266431 run       osmo-ms-mob/00054(pid=190): Terminating (SIGTERM)
22:49:51.269800 run       osmo-ms-mob/00055(pid=191): Terminating (SIGTERM)
22:49:51.273185 run       osmo-ms-mob/00056(pid=192): Terminating (SIGTERM)
22:49:51.276372 run       osmo-ms-mob/00057(pid=193): Terminating (SIGTERM)
22:49:51.279567 run       osmo-ms-mob/00058(pid=194): Terminating (SIGTERM)
22:49:51.282805 run       osmo-ms-mob/00059(pid=195): Terminating (SIGTERM)
22:49:51.286029 run       osmo-ms-mob/00060(pid=196): Terminating (SIGTERM)
22:49:51.289241 run       osmo-ms-mob/00061(pid=197): Terminating (SIGTERM)
22:49:51.292487 run       osmo-ms-mob/00062(pid=198): Terminating (SIGTERM)
22:49:51.295739 run       osmo-ms-mob/00063(pid=199): Terminating (SIGTERM)
22:49:51.298979 run       osmo-ms-mob/00064(pid=200): Terminating (SIGTERM)
22:49:51.302199 run       osmo-ms-mob/00065(pid=201): Terminating (SIGTERM)
22:49:51.305443 run       osmo-ms-mob/00066(pid=202): Terminating (SIGTERM)
22:49:51.308656 run       osmo-ms-mob/00067(pid=203): Terminating (SIGTERM)
22:49:51.311997 run       osmo-ms-mob/00068(pid=204): Terminating (SIGTERM)
22:49:51.315259 run       osmo-ms-mob/00069(pid=205): Terminating (SIGTERM)
22:49:51.318532 run       osmo-ms-mob/00070(pid=206): Terminating (SIGTERM)
22:49:51.321747 run       osmo-ms-mob/00071(pid=207): Terminating (SIGTERM)
22:49:51.324991 run       osmo-ms-mob/00072(pid=208): Terminating (SIGTERM)
22:49:51.328196 run       osmo-ms-mob/00073(pid=209): Terminating (SIGTERM)
22:49:51.331393 run       osmo-ms-mob/00074(pid=210): Terminating (SIGTERM)
22:49:51.334598 run       osmo-ms-mob/00075(pid=211): Terminating (SIGTERM)
22:49:51.337859 run       osmo-ms-mob/00076(pid=212): Terminating (SIGTERM)
22:49:51.341059 run       osmo-ms-mob/00077(pid=213): Terminating (SIGTERM)
22:49:51.344261 run       osmo-ms-mob/00078(pid=214): Terminating (SIGTERM)
22:49:51.347473 run       osmo-ms-mob/00079(pid=215): Terminating (SIGTERM)
22:49:51.350719 run       osmo-ms-mob/00080(pid=216): Terminating (SIGTERM)
22:49:51.353967 run       osmo-ms-mob/00081(pid=217): Terminating (SIGTERM)
22:49:51.357238 run       osmo-ms-mob/00082(pid=218): Terminating (SIGTERM)
22:49:51.360550 run       osmo-ms-mob/00083(pid=219): Terminating (SIGTERM)
22:49:51.363924 run       osmo-ms-mob/00084(pid=220): Terminating (SIGTERM)
22:49:51.367281 run       osmo-ms-mob/00085(pid=221): Terminating (SIGTERM)
22:49:51.370626 run       osmo-ms-mob/00086(pid=222): Terminating (SIGTERM)
22:49:51.373972 run       osmo-ms-mob/00087(pid=223): Terminating (SIGTERM)
22:49:51.377280 run       osmo-ms-mob/00088(pid=224): Terminating (SIGTERM)
22:49:51.380605 run       osmo-ms-mob/00089(pid=225): Terminating (SIGTERM)
22:49:51.383965 run       osmo-ms-mob/00090(pid=226): Terminating (SIGTERM)
22:49:51.387283 run       osmo-ms-mob/00091(pid=227): Terminating (SIGTERM)
22:49:51.390598 run       osmo-ms-mob/00092(pid=228): Terminating (SIGTERM)
22:49:51.393902 run       osmo-ms-mob/00093(pid=229): Terminating (SIGTERM)
22:49:51.397247 run       osmo-ms-mob/00094(pid=230): Terminating (SIGTERM)
22:49:51.400560 run       osmo-ms-mob/00095(pid=231): Terminating (SIGTERM)
22:49:51.403878 run       osmo-ms-mob/00096(pid=232): Terminating (SIGTERM)
22:49:51.407209 run       osmo-ms-mob/00097(pid=233): Terminating (SIGTERM)
22:49:51.410558 run       osmo-ms-mob/00098(pid=234): Terminating (SIGTERM)
22:49:51.413886 run       osmo-ms-mob/00099(pid=235): Terminating (SIGTERM)
22:49:51.417227 ---      ParallelTerminationStrategy: PID 23 died...
22:49:51.418761 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Terminated: ok {rc=0}
22:49:51.422473 ---      ParallelTerminationStrategy: PID 24 died...
22:49:51.423973 run      osmo-hlr_127.0.42.2(pid=24): Terminated: ok {rc=0}
22:49:51.427671 ---      ParallelTerminationStrategy: PID 25 died...
22:49:51.429154 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Terminated: ok {rc=0}
22:49:51.432902 ---      ParallelTerminationStrategy: PID 26 died...
22:49:51.434418 run      osmo-stp_127.0.42.5(pid=26): Terminated: ok {rc=0}
22:49:51.438087 ---      ParallelTerminationStrategy: PID 27 died...
22:49:51.439601 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Terminated: ok {rc=0}
22:49:51.443368 ---      ParallelTerminationStrategy: PID 28 died...
22:49:51.444884 run      osmo-msc_127.0.42.6(pid=28): Terminated: ok {rc=0}
22:49:51.448502 ---      ParallelTerminationStrategy: PID 29 died...
22:49:51.449978 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Terminated: ok {rc=0}
22:49:51.453545 ---      ParallelTerminationStrategy: PID 30 died...
22:49:51.455001 run      osmo-mgw_127.0.42.3(pid=30): Terminated {rc=15}
22:49:51.458588 ---      ParallelTerminationStrategy: PID 31 died...
22:49:51.460026 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Terminated: ok {rc=0}
22:49:51.463714 ---      ParallelTerminationStrategy: PID 32 died...
22:49:51.465225 run      osmo-mgw_127.0.42.4(pid=32): Terminated {rc=15}
22:49:51.469016 ---      ParallelTerminationStrategy: PID 33 died...
22:49:51.470544 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Terminated: ok {rc=0}
22:49:51.474218 ---      ParallelTerminationStrategy: PID 34 died...
22:49:51.475669 run      osmo-bsc_127.0.42.7(pid=34): Terminated: ok {rc=0}
22:49:51.479333 ---      ParallelTerminationStrategy: PID 36 died...
22:49:51.480803 run   osmo-ms-virt-phy/00000(pid=36): Terminated: ok {rc=0}
22:49:51.484454 ---      ParallelTerminationStrategy: PID 37 died...
22:49:51.485911 run   osmo-ms-virt-phy/00001(pid=37): Terminated: ok {rc=0}
22:49:51.489601 ---      ParallelTerminationStrategy: PID 38 died...
22:49:51.491104 run   osmo-ms-virt-phy/00002(pid=38): Terminated: ok {rc=0}
22:49:51.494861 ---      ParallelTerminationStrategy: PID 39 died...
22:49:51.496378 run   osmo-ms-virt-phy/00003(pid=39): Terminated: ok {rc=0}
22:49:51.500264 ---      ParallelTerminationStrategy: PID 40 died...
22:49:51.501831 run   osmo-ms-virt-phy/00004(pid=40): Terminated: ok {rc=0}
22:49:51.505633 ---      ParallelTerminationStrategy: PID 41 died...
22:49:51.507143 run   osmo-ms-virt-phy/00005(pid=41): Terminated: ok {rc=0}
22:49:51.510969 ---      ParallelTerminationStrategy: PID 42 died...
22:49:51.512508 run   osmo-ms-virt-phy/00006(pid=42): Terminated: ok {rc=0}
22:49:51.516275 ---      ParallelTerminationStrategy: PID 43 died...
22:49:51.517803 run   osmo-ms-virt-phy/00007(pid=43): Terminated: ok {rc=0}
22:49:51.521518 ---      ParallelTerminationStrategy: PID 44 died...
22:49:51.522965 run   osmo-ms-virt-phy/00008(pid=44): Terminated: ok {rc=0}
22:49:51.526615 ---      ParallelTerminationStrategy: PID 45 died...
22:49:51.528067 run   osmo-ms-virt-phy/00009(pid=45): Terminated: ok {rc=0}
22:49:51.531770 ---      ParallelTerminationStrategy: PID 46 died...
22:49:51.533237 run   osmo-ms-virt-phy/00010(pid=46): Terminated: ok {rc=0}
22:49:51.536844 ---      ParallelTerminationStrategy: PID 47 died...
22:49:51.538298 run   osmo-ms-virt-phy/00011(pid=47): Terminated: ok {rc=0}
22:49:51.541914 ---      ParallelTerminationStrategy: PID 48 died...
22:49:51.543381 run   osmo-ms-virt-phy/00012(pid=48): Terminated: ok {rc=0}
22:49:51.547018 ---      ParallelTerminationStrategy: PID 49 died...
22:49:51.548471 run   osmo-ms-virt-phy/00013(pid=49): Terminated: ok {rc=0}
22:49:51.552109 ---      ParallelTerminationStrategy: PID 50 died...
22:49:51.553561 run   osmo-ms-virt-phy/00014(pid=50): Terminated: ok {rc=0}
22:49:51.557322 ---      ParallelTerminationStrategy: PID 51 died...
22:49:51.558870 run   osmo-ms-virt-phy/00015(pid=51): Terminated: ok {rc=0}
22:49:51.562584 ---      ParallelTerminationStrategy: PID 52 died...
22:49:51.564115 run   osmo-ms-virt-phy/00016(pid=52): Terminated: ok {rc=0}
22:49:51.567721 ---      ParallelTerminationStrategy: PID 53 died...
22:49:51.569199 run   osmo-ms-virt-phy/00017(pid=53): Terminated: ok {rc=0}
22:49:51.572793 ---      ParallelTerminationStrategy: PID 54 died...
22:49:51.574226 run   osmo-ms-virt-phy/00018(pid=54): Terminated: ok {rc=0}
22:49:51.577822 ---      ParallelTerminationStrategy: PID 55 died...
22:49:51.579269 run   osmo-ms-virt-phy/00019(pid=55): Terminated: ok {rc=0}
22:49:51.583026 ---      ParallelTerminationStrategy: PID 56 died...
22:49:51.584534 run   osmo-ms-virt-phy/00020(pid=56): Terminated: ok {rc=0}
22:49:51.588254 ---      ParallelTerminationStrategy: PID 57 died...
22:49:51.589795 run   osmo-ms-virt-phy/00021(pid=57): Terminated: ok {rc=0}
22:49:51.593531 ---      ParallelTerminationStrategy: PID 58 died...
22:49:51.595060 run   osmo-ms-virt-phy/00022(pid=58): Terminated: ok {rc=0}
22:49:51.598776 ---      ParallelTerminationStrategy: PID 59 died...
22:49:51.600300 run   osmo-ms-virt-phy/00023(pid=59): Terminated: ok {rc=0}
22:49:51.604047 ---      ParallelTerminationStrategy: PID 60 died...
22:49:51.605593 run   osmo-ms-virt-phy/00024(pid=60): Terminated: ok {rc=0}
22:49:51.609331 ---      ParallelTerminationStrategy: PID 61 died...
22:49:51.610817 run   osmo-ms-virt-phy/00025(pid=61): Terminated: ok {rc=0}
22:49:51.614531 ---      ParallelTerminationStrategy: PID 62 died...
22:49:51.616016 run   osmo-ms-virt-phy/00026(pid=62): Terminated: ok {rc=0}
22:49:51.619764 ---      ParallelTerminationStrategy: PID 63 died...
22:49:51.621259 run   osmo-ms-virt-phy/00027(pid=63): Terminated: ok {rc=0}
22:49:51.624954 ---      ParallelTerminationStrategy: PID 64 died...
22:49:51.626463 run   osmo-ms-virt-phy/00028(pid=64): Terminated: ok {rc=0}
22:49:51.630238 ---      ParallelTerminationStrategy: PID 65 died...
22:49:51.631734 run   osmo-ms-virt-phy/00029(pid=65): Terminated: ok {rc=0}
22:49:51.635440 ---      ParallelTerminationStrategy: PID 66 died...
22:49:51.636977 run   osmo-ms-virt-phy/00030(pid=66): Terminated: ok {rc=0}
22:49:51.640592 ---      ParallelTerminationStrategy: PID 67 died...
22:49:51.642121 run   osmo-ms-virt-phy/00031(pid=67): Terminated: ok {rc=0}
22:49:51.645868 ---      ParallelTerminationStrategy: PID 68 died...
22:49:51.647367 run   osmo-ms-virt-phy/00032(pid=68): Terminated: ok {rc=0}
22:49:51.651099 ---      ParallelTerminationStrategy: PID 69 died...
22:49:51.652599 run   osmo-ms-virt-phy/00033(pid=69): Terminated: ok {rc=0}
22:49:51.656342 ---      ParallelTerminationStrategy: PID 70 died...
22:49:51.657851 run   osmo-ms-virt-phy/00034(pid=70): Terminated: ok {rc=0}
22:49:51.661584 ---      ParallelTerminationStrategy: PID 71 died...
22:49:51.663092 run   osmo-ms-virt-phy/00035(pid=71): Terminated: ok {rc=0}
22:49:51.666842 ---      ParallelTerminationStrategy: PID 72 died...
22:49:51.668372 run   osmo-ms-virt-phy/00036(pid=72): Terminated: ok {rc=0}
22:49:51.672135 ---      ParallelTerminationStrategy: PID 73 died...
22:49:51.673664 run   osmo-ms-virt-phy/00037(pid=73): Terminated: ok {rc=0}
22:49:51.677393 ---      ParallelTerminationStrategy: PID 74 died...
22:49:51.678901 run   osmo-ms-virt-phy/00038(pid=74): Terminated: ok {rc=0}
22:49:51.682625 ---      ParallelTerminationStrategy: PID 75 died...
22:49:51.684134 run   osmo-ms-virt-phy/00039(pid=75): Terminated: ok {rc=0}
22:49:51.687878 ---      ParallelTerminationStrategy: PID 76 died...
22:49:51.689373 run   osmo-ms-virt-phy/00040(pid=76): Terminated: ok {rc=0}
22:49:51.693087 ---      ParallelTerminationStrategy: PID 77 died...
22:49:51.694584 run   osmo-ms-virt-phy/00041(pid=77): Terminated: ok {rc=0}
22:49:51.698454 ---      ParallelTerminationStrategy: PID 78 died...
22:49:51.699955 run   osmo-ms-virt-phy/00042(pid=78): Terminated: ok {rc=0}
22:49:51.703697 ---      ParallelTerminationStrategy: PID 79 died...
22:49:51.705208 run   osmo-ms-virt-phy/00043(pid=79): Terminated: ok {rc=0}
22:49:51.708930 ---      ParallelTerminationStrategy: PID 80 died...
22:49:51.710430 run   osmo-ms-virt-phy/00044(pid=80): Terminated: ok {rc=0}
22:49:51.714167 ---      ParallelTerminationStrategy: PID 81 died...
22:49:51.715692 run   osmo-ms-virt-phy/00045(pid=81): Terminated: ok {rc=0}
22:49:51.719442 ---      ParallelTerminationStrategy: PID 82 died...
22:49:51.721010 run   osmo-ms-virt-phy/00046(pid=82): Terminated: ok {rc=0}
22:49:51.724736 ---      ParallelTerminationStrategy: PID 83 died...
22:49:51.726234 run   osmo-ms-virt-phy/00047(pid=83): Terminated: ok {rc=0}
22:49:51.729961 ---      ParallelTerminationStrategy: PID 84 died...
22:49:51.731458 run   osmo-ms-virt-phy/00048(pid=84): Terminated: ok {rc=0}
22:49:51.735180 ---      ParallelTerminationStrategy: PID 85 died...
22:49:51.736693 run   osmo-ms-virt-phy/00049(pid=85): Terminated: ok {rc=0}
22:49:51.740302 ---      ParallelTerminationStrategy: PID 86 died...
22:49:51.741829 run   osmo-ms-virt-phy/00050(pid=86): Terminated: ok {rc=0}
22:49:51.745463 ---      ParallelTerminationStrategy: PID 87 died...
22:49:51.746908 run   osmo-ms-virt-phy/00051(pid=87): Terminated: ok {rc=0}
22:49:51.750499 ---      ParallelTerminationStrategy: PID 88 died...
22:49:51.751938 run   osmo-ms-virt-phy/00052(pid=88): Terminated: ok {rc=0}
22:49:51.755508 ---      ParallelTerminationStrategy: PID 89 died...
22:49:51.756984 run   osmo-ms-virt-phy/00053(pid=89): Terminated: ok {rc=0}
22:49:51.760550 ---      ParallelTerminationStrategy: PID 90 died...
22:49:51.762057 run   osmo-ms-virt-phy/00054(pid=90): Terminated: ok {rc=0}
22:49:51.765625 ---      ParallelTerminationStrategy: PID 91 died...
22:49:51.767100 run   osmo-ms-virt-phy/00055(pid=91): Terminated: ok {rc=0}
22:49:51.770679 ---      ParallelTerminationStrategy: PID 92 died...
22:49:51.772124 run   osmo-ms-virt-phy/00056(pid=92): Terminated: ok {rc=0}
22:49:51.775690 ---      ParallelTerminationStrategy: PID 93 died...
22:49:51.777149 run   osmo-ms-virt-phy/00057(pid=93): Terminated: ok {rc=0}
22:49:51.780767 ---      ParallelTerminationStrategy: PID 94 died...
22:49:51.782208 run   osmo-ms-virt-phy/00058(pid=94): Terminated: ok {rc=0}
22:49:51.785832 ---      ParallelTerminationStrategy: PID 95 died...
22:49:51.787320 run   osmo-ms-virt-phy/00059(pid=95): Terminated: ok {rc=0}
22:49:51.791079 ---      ParallelTerminationStrategy: PID 96 died...
22:49:51.792520 run   osmo-ms-virt-phy/00060(pid=96): Terminated: ok {rc=0}
22:49:51.796132 ---      ParallelTerminationStrategy: PID 97 died...
22:49:51.797600 run   osmo-ms-virt-phy/00061(pid=97): Terminated: ok {rc=0}
22:49:51.801183 ---      ParallelTerminationStrategy: PID 98 died...
22:49:51.802638 run   osmo-ms-virt-phy/00062(pid=98): Terminated: ok {rc=0}
22:49:51.806210 ---      ParallelTerminationStrategy: PID 99 died...
22:49:51.807696 run   osmo-ms-virt-phy/00063(pid=99): Terminated: ok {rc=0}
22:49:51.811300 ---      ParallelTerminationStrategy: PID 100 died...
22:49:51.812758 run  osmo-ms-virt-phy/00064(pid=100): Terminated: ok {rc=0}
22:49:51.816342 ---      ParallelTerminationStrategy: PID 101 died...
22:49:51.817800 run  osmo-ms-virt-phy/00065(pid=101): Terminated: ok {rc=0}
22:49:51.821437 ---      ParallelTerminationStrategy: PID 102 died...
22:49:51.822886 run  osmo-ms-virt-phy/00066(pid=102): Terminated: ok {rc=0}
22:49:51.826560 ---      ParallelTerminationStrategy: PID 103 died...
22:49:51.828012 run  osmo-ms-virt-phy/00067(pid=103): Terminated: ok {rc=0}
22:49:51.831666 ---      ParallelTerminationStrategy: PID 104 died...
22:49:51.833121 run  osmo-ms-virt-phy/00068(pid=104): Terminated: ok {rc=0}
22:49:51.836718 ---      ParallelTerminationStrategy: PID 105 died...
22:49:51.838148 run  osmo-ms-virt-phy/00069(pid=105): Terminated: ok {rc=0}
22:49:51.841720 ---      ParallelTerminationStrategy: PID 106 died...
22:49:51.843159 run  osmo-ms-virt-phy/00070(pid=106): Terminated: ok {rc=0}
22:49:51.846776 ---      ParallelTerminationStrategy: PID 107 died...
22:49:51.848215 run  osmo-ms-virt-phy/00071(pid=107): Terminated: ok {rc=0}
22:49:51.851806 ---      ParallelTerminationStrategy: PID 108 died...
22:49:51.853258 run  osmo-ms-virt-phy/00072(pid=108): Terminated: ok {rc=0}
22:49:51.856933 ---      ParallelTerminationStrategy: PID 109 died...
22:49:51.858426 run  osmo-ms-virt-phy/00073(pid=109): Terminated: ok {rc=0}
22:49:51.862042 ---      ParallelTerminationStrategy: PID 110 died...
22:49:51.863499 run  osmo-ms-virt-phy/00074(pid=110): Terminated: ok {rc=0}
22:49:51.867049 ---      ParallelTerminationStrategy: PID 111 died...
22:49:51.868508 run  osmo-ms-virt-phy/00075(pid=111): Terminated: ok {rc=0}
22:49:51.872162 ---      ParallelTerminationStrategy: PID 112 died...
22:49:51.873672 run  osmo-ms-virt-phy/00076(pid=112): Terminated: ok {rc=0}
22:49:51.877260 ---      ParallelTerminationStrategy: PID 113 died...
22:49:51.878697 run  osmo-ms-virt-phy/00077(pid=113): Terminated: ok {rc=0}
22:49:51.882343 ---      ParallelTerminationStrategy: PID 114 died...
22:49:51.883843 run  osmo-ms-virt-phy/00078(pid=114): Terminated: ok {rc=0}
22:49:51.887573 ---      ParallelTerminationStrategy: PID 115 died...
22:49:51.889099 run  osmo-ms-virt-phy/00079(pid=115): Terminated: ok {rc=0}
22:49:51.892676 ---      ParallelTerminationStrategy: PID 116 died...
22:49:51.894133 run  osmo-ms-virt-phy/00080(pid=116): Terminated: ok {rc=0}
22:49:51.897723 ---      ParallelTerminationStrategy: PID 117 died...
22:49:51.899170 run  osmo-ms-virt-phy/00081(pid=117): Terminated: ok {rc=0}
22:49:51.902745 ---      ParallelTerminationStrategy: PID 118 died...
22:49:51.904181 run  osmo-ms-virt-phy/00082(pid=118): Terminated: ok {rc=0}
22:49:51.907809 ---      ParallelTerminationStrategy: PID 119 died...
22:49:51.909362 run  osmo-ms-virt-phy/00083(pid=119): Terminated: ok {rc=0}
22:49:51.913102 ---      ParallelTerminationStrategy: PID 120 died...
22:49:51.914628 run  osmo-ms-virt-phy/00084(pid=120): Terminated: ok {rc=0}
22:49:51.918470 ---      ParallelTerminationStrategy: PID 121 died...
22:49:51.919988 run  osmo-ms-virt-phy/00085(pid=121): Terminated: ok {rc=0}
22:49:51.923736 ---      ParallelTerminationStrategy: PID 122 died...
22:49:51.925276 run  osmo-ms-virt-phy/00086(pid=122): Terminated: ok {rc=0}
22:49:51.929006 ---      ParallelTerminationStrategy: PID 123 died...
22:49:51.930505 run  osmo-ms-virt-phy/00087(pid=123): Terminated: ok {rc=0}
22:49:51.934090 ---      ParallelTerminationStrategy: PID 124 died...
22:49:51.935530 run  osmo-ms-virt-phy/00088(pid=124): Terminated: ok {rc=0}
22:49:51.939121 ---      ParallelTerminationStrategy: PID 125 died...
22:49:51.940562 run  osmo-ms-virt-phy/00089(pid=125): Terminated: ok {rc=0}
22:49:51.944169 ---      ParallelTerminationStrategy: PID 126 died...
22:49:51.945648 run  osmo-ms-virt-phy/00090(pid=126): Terminated: ok {rc=0}
22:49:51.949221 ---      ParallelTerminationStrategy: PID 127 died...
22:49:51.950678 run  osmo-ms-virt-phy/00091(pid=127): Terminated: ok {rc=0}
22:49:51.954273 ---      ParallelTerminationStrategy: PID 128 died...
22:49:51.955777 run  osmo-ms-virt-phy/00092(pid=128): Terminated: ok {rc=0}
22:49:51.959344 ---      ParallelTerminationStrategy: PID 129 died...
22:49:51.960811 run  osmo-ms-virt-phy/00093(pid=129): Terminated: ok {rc=0}
22:49:51.964353 ---      ParallelTerminationStrategy: PID 130 died...
22:49:51.965850 run  osmo-ms-virt-phy/00094(pid=130): Terminated: ok {rc=0}
22:49:51.969458 ---      ParallelTerminationStrategy: PID 131 died...
22:49:51.970900 run  osmo-ms-virt-phy/00095(pid=131): Terminated: ok {rc=0}
22:49:51.974474 ---      ParallelTerminationStrategy: PID 132 died...
22:49:51.975920 run  osmo-ms-virt-phy/00096(pid=132): Terminated: ok {rc=0}
22:49:51.979705 ---      ParallelTerminationStrategy: PID 133 died...
22:49:51.981240 run  osmo-ms-virt-phy/00097(pid=133): Terminated: ok {rc=0}
22:49:51.984951 ---      ParallelTerminationStrategy: PID 134 died...
22:49:51.986459 run  osmo-ms-virt-phy/00098(pid=134): Terminated: ok {rc=0}
22:49:51.990195 ---      ParallelTerminationStrategy: PID 135 died...
22:49:51.991703 run  osmo-ms-virt-phy/00099(pid=135): Terminated: ok {rc=0}
22:49:51.995417 ---      ParallelTerminationStrategy: PID 136 died...
22:49:51.996990 run       osmo-ms-mob/00000(pid=136): Terminated {rc=26112}
22:49:52.000711 ---      ParallelTerminationStrategy: PID 137 died...
22:49:52.002257 run       osmo-ms-mob/00001(pid=137): Terminated {rc=26112}
22:49:52.005993 ---      ParallelTerminationStrategy: PID 138 died...
22:49:52.007472 run       osmo-ms-mob/00002(pid=138): Terminated {rc=26112}
22:49:52.011151 ---      ParallelTerminationStrategy: PID 139 died...
22:49:52.012665 run       osmo-ms-mob/00003(pid=139): Terminated {rc=26112}
22:49:52.016359 ---      ParallelTerminationStrategy: PID 140 died...
22:49:52.017829 run       osmo-ms-mob/00004(pid=140): Terminated {rc=26112}
22:49:52.021558 ---      ParallelTerminationStrategy: PID 141 died...
22:49:52.023044 run       osmo-ms-mob/00005(pid=141): Terminated {rc=26112}
22:49:52.026776 ---      ParallelTerminationStrategy: PID 142 died...
22:49:52.028265 run       osmo-ms-mob/00006(pid=142): Terminated {rc=26112}
22:49:52.031948 ---      ParallelTerminationStrategy: PID 143 died...
22:49:52.033424 run       osmo-ms-mob/00007(pid=143): Terminated {rc=26112}
22:49:52.037097 ---      ParallelTerminationStrategy: PID 144 died...
22:49:52.038601 run       osmo-ms-mob/00008(pid=144): Terminated {rc=26112}
22:49:52.042307 ---      ParallelTerminationStrategy: PID 145 died...
22:49:52.043816 run       osmo-ms-mob/00009(pid=145): Terminated {rc=26112}
22:49:52.047489 ---      ParallelTerminationStrategy: PID 146 died...
22:49:52.048983 run       osmo-ms-mob/00010(pid=146): Terminated {rc=26112}
22:49:52.052721 ---      ParallelTerminationStrategy: PID 147 died...
22:49:52.054208 run       osmo-ms-mob/00011(pid=147): Terminated {rc=26112}
22:49:52.057926 ---      ParallelTerminationStrategy: PID 148 died...
22:49:52.059423 run       osmo-ms-mob/00012(pid=148): Terminated {rc=26112}
22:49:52.063114 ---      ParallelTerminationStrategy: PID 149 died...
22:49:52.064608 run       osmo-ms-mob/00013(pid=149): Terminated {rc=26112}
22:49:52.068306 ---      ParallelTerminationStrategy: PID 150 died...
22:49:52.069783 run       osmo-ms-mob/00014(pid=150): Terminated {rc=26112}
22:49:52.073480 ---      ParallelTerminationStrategy: PID 151 died...
22:49:52.074957 run       osmo-ms-mob/00015(pid=151): Terminated {rc=26112}
22:49:52.078674 ---      ParallelTerminationStrategy: PID 152 died...
22:49:52.080165 run       osmo-ms-mob/00016(pid=152): Terminated {rc=26112}
22:49:52.083880 ---      ParallelTerminationStrategy: PID 153 died...
22:49:52.085430 run       osmo-ms-mob/00017(pid=153): Terminated {rc=26112}
22:49:52.089171 ---      ParallelTerminationStrategy: PID 154 died...
22:49:52.090662 run       osmo-ms-mob/00018(pid=154): Terminated {rc=26112}
22:49:52.094403 ---      ParallelTerminationStrategy: PID 155 died...
22:49:52.095878 run       osmo-ms-mob/00019(pid=155): Terminated {rc=26112}
22:49:52.099566 ---      ParallelTerminationStrategy: PID 156 died...
22:49:52.101071 run       osmo-ms-mob/00020(pid=156): Terminated {rc=26112}
22:49:52.104753 ---      ParallelTerminationStrategy: PID 157 died...
22:49:52.106233 run       osmo-ms-mob/00021(pid=157): Terminated {rc=26112}
22:49:52.110064 ---      ParallelTerminationStrategy: PID 158 died...
22:49:52.111576 run       osmo-ms-mob/00022(pid=158): Terminated {rc=26112}
22:49:52.115269 ---      ParallelTerminationStrategy: PID 159 died...
22:49:52.116802 run       osmo-ms-mob/00023(pid=159): Terminated {rc=26112}
22:49:52.120527 ---      ParallelTerminationStrategy: PID 160 died...
22:49:52.122033 run       osmo-ms-mob/00024(pid=160): Terminated {rc=26112}
22:49:52.125801 ---      ParallelTerminationStrategy: PID 161 died...
22:49:52.127303 run       osmo-ms-mob/00025(pid=161): Terminated {rc=26112}
22:49:52.131022 ---      ParallelTerminationStrategy: PID 162 died...
22:49:52.132519 run       osmo-ms-mob/00026(pid=162): Terminated {rc=26112}
22:49:52.136267 ---      ParallelTerminationStrategy: PID 163 died...
22:49:52.137819 run       osmo-ms-mob/00027(pid=163): Terminated {rc=26112}
22:49:52.141562 ---      ParallelTerminationStrategy: PID 164 died...
22:49:52.143053 run       osmo-ms-mob/00028(pid=164): Terminated {rc=26112}
22:49:52.146748 ---      ParallelTerminationStrategy: PID 165 died...
22:49:52.148252 run       osmo-ms-mob/00029(pid=165): Terminated {rc=26112}
22:49:52.151990 ---      ParallelTerminationStrategy: PID 166 died...
22:49:52.153494 run       osmo-ms-mob/00030(pid=166): Terminated {rc=26112}
22:49:52.157207 ---      ParallelTerminationStrategy: PID 167 died...
22:49:52.158690 run       osmo-ms-mob/00031(pid=167): Terminated {rc=26112}
22:49:52.162388 ---      ParallelTerminationStrategy: PID 168 died...
22:49:52.163879 run       osmo-ms-mob/00032(pid=168): Terminated {rc=26112}
22:49:52.167617 ---      ParallelTerminationStrategy: PID 169 died...
22:49:52.169118 run       osmo-ms-mob/00033(pid=169): Terminated {rc=26112}
22:49:52.172800 ---      ParallelTerminationStrategy: PID 170 died...
22:49:52.174289 run       osmo-ms-mob/00034(pid=170): Terminated {rc=26112}
22:49:52.177984 ---      ParallelTerminationStrategy: PID 171 died...
22:49:52.179465 run       osmo-ms-mob/00035(pid=171): Terminated {rc=26112}
22:49:52.183070 ---      ParallelTerminationStrategy: PID 172 died...
22:49:52.184525 run       osmo-ms-mob/00036(pid=172): Terminated {rc=26112}
22:49:52.188177 ---      ParallelTerminationStrategy: PID 173 died...
22:49:52.189657 run       osmo-ms-mob/00037(pid=173): Terminated {rc=26112}
22:49:52.193362 ---      ParallelTerminationStrategy: PID 174 died...
22:49:52.194842 run       osmo-ms-mob/00038(pid=174): Terminated {rc=26112}
22:49:52.198534 ---      ParallelTerminationStrategy: PID 175 died...
22:49:52.200021 run       osmo-ms-mob/00039(pid=175): Terminated {rc=26112}
22:49:52.203729 ---      ParallelTerminationStrategy: PID 176 died...
22:49:52.205244 run       osmo-ms-mob/00040(pid=176): Terminated {rc=26112}
22:49:52.208985 ---      ParallelTerminationStrategy: PID 177 died...
22:49:52.210475 run       osmo-ms-mob/00041(pid=177): Terminated {rc=26112}
22:49:52.214223 ---      ParallelTerminationStrategy: PID 178 died...
22:49:52.215712 run       osmo-ms-mob/00042(pid=178): Terminated {rc=26112}
22:49:52.219406 ---      ParallelTerminationStrategy: PID 179 died...
22:49:52.220935 run       osmo-ms-mob/00043(pid=179): Terminated {rc=26112}
22:49:52.224667 ---      ParallelTerminationStrategy: PID 180 died...
22:49:52.226157 run       osmo-ms-mob/00044(pid=180): Terminated {rc=26112}
22:49:52.229865 ---      ParallelTerminationStrategy: PID 181 died...
22:49:52.231362 run       osmo-ms-mob/00045(pid=181): Terminated {rc=26112}
22:49:52.235058 ---      ParallelTerminationStrategy: PID 182 died...
22:49:52.236541 run       osmo-ms-mob/00046(pid=182): Terminated {rc=26112}
22:49:52.240248 ---      ParallelTerminationStrategy: PID 183 died...
22:49:52.241732 run       osmo-ms-mob/00047(pid=183): Terminated {rc=26112}
22:49:52.245505 ---      ParallelTerminationStrategy: PID 184 died...
22:49:52.246997 run       osmo-ms-mob/00048(pid=184): Terminated {rc=26112}
22:49:52.250707 ---      ParallelTerminationStrategy: PID 185 died...
22:49:52.252197 run       osmo-ms-mob/00049(pid=185): Terminated {rc=26112}
22:49:52.255910 ---      ParallelTerminationStrategy: PID 186 died...
22:49:52.257437 run       osmo-ms-mob/00050(pid=186): Terminated {rc=26112}
22:49:52.261124 ---      ParallelTerminationStrategy: PID 187 died...
22:49:52.262613 run       osmo-ms-mob/00051(pid=187): Terminated {rc=26112}
22:49:52.266319 ---      ParallelTerminationStrategy: PID 188 died...
22:49:52.267817 run       osmo-ms-mob/00052(pid=188): Terminated {rc=26112}
22:49:52.271543 ---      ParallelTerminationStrategy: PID 189 died...
22:49:52.273036 run       osmo-ms-mob/00053(pid=189): Terminated {rc=26112}
22:49:52.276720 ---      ParallelTerminationStrategy: PID 190 died...
22:49:52.278204 run       osmo-ms-mob/00054(pid=190): Terminated {rc=26112}
22:49:52.281917 ---      ParallelTerminationStrategy: PID 191 died...
22:49:52.283401 run       osmo-ms-mob/00055(pid=191): Terminated {rc=26112}
22:49:52.287121 ---      ParallelTerminationStrategy: PID 192 died...
22:49:52.288608 run       osmo-ms-mob/00056(pid=192): Terminated {rc=26112}
22:49:52.292298 ---      ParallelTerminationStrategy: PID 193 died...
22:49:52.293779 run       osmo-ms-mob/00057(pid=193): Terminated {rc=26112}
22:49:52.297475 ---      ParallelTerminationStrategy: PID 194 died...
22:49:52.298984 run       osmo-ms-mob/00058(pid=194): Terminated {rc=26112}
22:49:52.302664 ---      ParallelTerminationStrategy: PID 195 died...
22:49:52.304150 run       osmo-ms-mob/00059(pid=195): Terminated {rc=26112}
22:49:52.307837 ---      ParallelTerminationStrategy: PID 196 died...
22:49:52.309368 run       osmo-ms-mob/00060(pid=196): Terminated {rc=26112}
22:49:52.313071 ---      ParallelTerminationStrategy: PID 197 died...
22:49:52.314567 run       osmo-ms-mob/00061(pid=197): Terminated {rc=26112}
22:49:52.318279 ---      ParallelTerminationStrategy: PID 198 died...
22:49:52.319763 run       osmo-ms-mob/00062(pid=198): Terminated {rc=26112}
22:49:52.323663 ---      ParallelTerminationStrategy: PID 199 died...
22:49:52.325171 run       osmo-ms-mob/00063(pid=199): Terminated {rc=26112}
22:49:52.328864 ---      ParallelTerminationStrategy: PID 200 died...
22:49:52.330342 run       osmo-ms-mob/00064(pid=200): Terminated {rc=26112}
22:49:52.334049 ---      ParallelTerminationStrategy: PID 201 died...
22:49:52.335541 run       osmo-ms-mob/00065(pid=201): Terminated {rc=26112}
22:49:52.339231 ---      ParallelTerminationStrategy: PID 202 died...
22:49:52.340713 run       osmo-ms-mob/00066(pid=202): Terminated {rc=26112}
22:49:52.344410 ---      ParallelTerminationStrategy: PID 203 died...
22:49:52.345915 run       osmo-ms-mob/00067(pid=203): Terminated {rc=26112}
22:49:52.349606 ---      ParallelTerminationStrategy: PID 204 died...
22:49:52.351089 run       osmo-ms-mob/00068(pid=204): Terminated {rc=26112}
22:49:52.354774 ---      ParallelTerminationStrategy: PID 205 died...
22:49:52.356271 run       osmo-ms-mob/00069(pid=205): Terminated {rc=26112}
22:49:52.359970 ---      ParallelTerminationStrategy: PID 206 died...
22:49:52.361470 run       osmo-ms-mob/00070(pid=206): Terminated {rc=26112}
22:49:52.365184 ---      ParallelTerminationStrategy: PID 207 died...
22:49:52.366682 run       osmo-ms-mob/00071(pid=207): Terminated {rc=26112}
22:49:52.370439 ---      ParallelTerminationStrategy: PID 208 died...
22:49:52.371932 run       osmo-ms-mob/00072(pid=208): Terminated {rc=26112}
22:49:52.375626 ---      ParallelTerminationStrategy: PID 209 died...
22:49:52.377130 run       osmo-ms-mob/00073(pid=209): Terminated {rc=26112}
22:49:52.380813 ---      ParallelTerminationStrategy: PID 210 died...
22:49:52.382299 run       osmo-ms-mob/00074(pid=210): Terminated {rc=26112}
22:49:52.385998 ---      ParallelTerminationStrategy: PID 211 died...
22:49:52.387491 run       osmo-ms-mob/00075(pid=211): Terminated {rc=26112}
22:49:52.391198 ---      ParallelTerminationStrategy: PID 212 died...
22:49:52.392691 run       osmo-ms-mob/00076(pid=212): Terminated {rc=26112}
22:49:52.396382 ---      ParallelTerminationStrategy: PID 213 died...
22:49:52.397865 run       osmo-ms-mob/00077(pid=213): Terminated {rc=26112}
22:49:52.401564 ---      ParallelTerminationStrategy: PID 214 died...
22:49:52.403047 run       osmo-ms-mob/00078(pid=214): Terminated {rc=26112}
22:49:52.406751 ---      ParallelTerminationStrategy: PID 215 died...
22:49:52.408235 run       osmo-ms-mob/00079(pid=215): Terminated {rc=26112}
22:49:52.411941 ---      ParallelTerminationStrategy: PID 216 died...
22:49:52.413425 run       osmo-ms-mob/00080(pid=216): Terminated {rc=26112}
22:49:52.417145 ---      ParallelTerminationStrategy: PID 217 died...
22:49:52.418637 run       osmo-ms-mob/00081(pid=217): Terminated {rc=26112}
22:49:52.422328 ---      ParallelTerminationStrategy: PID 218 died...
22:49:52.423823 run       osmo-ms-mob/00082(pid=218): Terminated {rc=26112}
22:49:52.427570 ---      ParallelTerminationStrategy: PID 219 died...
22:49:52.429076 run       osmo-ms-mob/00083(pid=219): Terminated {rc=26112}
22:49:52.432769 ---      ParallelTerminationStrategy: PID 220 died...
22:49:52.434252 run       osmo-ms-mob/00084(pid=220): Terminated {rc=26112}
22:49:52.437955 ---      ParallelTerminationStrategy: PID 221 died...
22:49:52.439438 run       osmo-ms-mob/00085(pid=221): Terminated {rc=26112}
22:49:52.443131 ---      ParallelTerminationStrategy: PID 222 died...
22:49:52.444618 run       osmo-ms-mob/00086(pid=222): Terminated {rc=26112}
22:49:52.448329 ---      ParallelTerminationStrategy: PID 223 died...
22:49:52.449857 run       osmo-ms-mob/00087(pid=223): Terminated {rc=26112}
22:49:52.453566 ---      ParallelTerminationStrategy: PID 224 died...
22:49:52.455051 run       osmo-ms-mob/00088(pid=224): Terminated {rc=26112}
22:49:52.458747 ---      ParallelTerminationStrategy: PID 225 died...
22:49:52.460234 run       osmo-ms-mob/00089(pid=225): Terminated {rc=26112}
22:49:52.463976 ---      ParallelTerminationStrategy: PID 226 died...
22:49:52.465466 run       osmo-ms-mob/00090(pid=226): Terminated {rc=26112}
22:49:52.469157 ---      ParallelTerminationStrategy: PID 227 died...
22:49:52.470654 run       osmo-ms-mob/00091(pid=227): Terminated {rc=26112}
22:49:52.474287 ---      ParallelTerminationStrategy: PID 228 died...
22:49:52.475784 run       osmo-ms-mob/00092(pid=228): Terminated {rc=26112}
22:49:52.479528 ---      ParallelTerminationStrategy: PID 229 died...
22:49:52.481012 run       osmo-ms-mob/00093(pid=229): Terminated {rc=26112}
22:49:52.484744 ---      ParallelTerminationStrategy: PID 230 died...
22:49:52.486244 run       osmo-ms-mob/00094(pid=230): Terminated {rc=26112}
22:49:52.490085 ---      ParallelTerminationStrategy: PID 231 died...
22:49:52.491555 run       osmo-ms-mob/00095(pid=231): Terminated {rc=26112}
22:49:52.495255 ---      ParallelTerminationStrategy: PID 232 died...
22:49:52.496744 run       osmo-ms-mob/00096(pid=232): Terminated {rc=26112}
22:49:52.500435 ---      ParallelTerminationStrategy: PID 233 died...
22:49:52.501966 run       osmo-ms-mob/00097(pid=233): Terminated {rc=26112}
22:49:52.505661 ---      ParallelTerminationStrategy: PID 234 died...
22:49:52.507155 run       osmo-ms-mob/00098(pid=234): Terminated {rc=26112}
22:49:52.510914 ---      ParallelTerminationStrategy: PID 235 died...
22:49:52.512415 run       osmo-ms-mob/00099(pid=235): Terminated {rc=26112}
22:49:55.915948 ---      ParallelTerminationStrategy: PID 35 died...
22:49:55.919076 run         osmo-bts-virtual(pid=35): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7947 netreg_mass PASS
---------------------------------------------------------------------
22:49:56.000367 tst                       trial-7947: Storing JUnit report in /build/trial-7947/run.2025-04-25_22-48-25/trial-7947.xml

--------------------------------------------------------------------------------------------
trial-7947 PASS
--------------------------------------------------------------------------------------------
22:49:56.011329 tst                       trial-7947: trial-7947: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (85.3 sec)
+ exit_code=0
+ rm -rf trial-7947/inst
+ cd trial-7947
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-04-25 22:48:24
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7947-run.tgz run.2025-04-25_22-48-25
+ tar czf /build/trial-7947-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-04-25_13_28_56.tgz osmo-bts-oc2g.build-2025-04-25_00_51_33.tgz osmo-bts-sysmo.build-2025-04-25_00_51_39.tgz osmo-bts.build-2025-04-25_00_51_43.tgz osmo-ggsn.build-2025-04-25_20_42_32.tgz osmo-hlr.build-2025-04-25_16_36_52.tgz osmo-hnbgw.build-2025-04-25_17_27_38.tgz osmo-mgw.build-2025-04-25_12_03_24.tgz osmo-msc.build-2025-04-25_13_32_27.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-25_07_34_02.tgz osmo-pcu-sysmo.build-2025-04-25_07_36_12.tgz osmo-pcu.build-2025-04-25_07_36_18.tgz osmo-sgsn.build-2025-04-25_20_48_51.tgz osmo-stp.build-2025-04-25_13_25_30.tgz osmo-trx.build-2025-04-25_14_28_09.tgz osmocom-bb.build-2025-04-25_21_17_19.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