Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins9491134810845935341.sh
+ trap 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/
+ rm -rf trial-8136
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
88b255d common/Release.key: update
+ 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_S1GW_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 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s

#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.0s

#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.0s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#32 [19/28] RUN	IF [ "$(arch)" = "x86_64" ]; then 		apt-get update && 		apt-get install -y --no-install-recommends 			python3-pip 			python3-setuptools 			python3-wheel 			ninja-build 			build-essential 			flex 			bison 			git 			libsctp-dev 			libgnutls28-dev 			libgcrypt-dev 			libssl-dev 			libidn11-dev 			libmongoc-dev 			libbson-dev 			libyaml-dev 			libnghttp2-dev 			libmicrohttpd-dev 			libcurl4-gnutls-dev 			libnghttp2-dev 			meson && 		apt-get clean; 	fi
#32 CACHED

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:20c089f475b275e73ed21b8c3c154742d15ff0faa24766aeb0dcd7936fe30186 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8137 -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-11-01 22:48:24
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8137
+ mkdir -p trial-8137
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-11-01_13_29_04.tgz osmo-bts-oc2g.build-2025-11-01_00_51_41.tgz osmo-bts-sysmo.build-2025-11-01_00_51_43.tgz osmo-bts.build-2025-11-01_00_51_53.tgz osmo-ggsn.build-2025-11-01_20_42_32.tgz osmo-hlr.build-2025-11-01_16_36_49.tgz osmo-hnbgw.build-2025-11-01_13_30_29.tgz osmo-mgw.build-2025-11-01_08_33_14.tgz osmo-msc.build-2025-11-01_13_32_46.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-01_07_34_04.tgz osmo-pcu-sysmo.build-2025-11-01_07_34_08.tgz osmo-pcu.build-2025-11-01_07_36_27.tgz osmo-sgsn.build-2025-11-01_20_48_09.tgz osmo-stp.build-2025-11-01_13_25_29.tgz osmo-trx.build-2025-11-01_14_26_22.tgz osmocom-bb.build-2025-11-01_21_17_20.tgz srslte.build-19.tgz trial-8137
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-11-01_13_29_04.md5 osmo-bts-oc2g.build-2025-11-01_00_51_41.md5 osmo-bts-sysmo.build-2025-11-01_00_51_43.md5 osmo-bts.build-2025-11-01_00_51_53.md5 osmo-ggsn.build-2025-11-01_20_42_32.md5 osmo-hlr.build-2025-11-01_16_36_49.md5 osmo-hnbgw.build-2025-11-01_13_30_29.md5 osmo-mgw.build-2025-11-01_08_33_14.md5 osmo-msc.build-2025-11-01_13_32_46.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-01_07_34_04.md5 osmo-pcu-sysmo.build-2025-11-01_07_34_08.md5 osmo-pcu.build-2025-11-01_07_36_27.md5 osmo-sgsn.build-2025-11-01_20_48_09.md5 osmo-stp.build-2025-11-01_13_25_29.md5 osmo-trx.build-2025-11-01_14_26_22.md5 osmocom-bb.build-2025-11-01_21_17_20.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-11-01_13_29_04.md5 osmo-bts-oc2g.build-2025-11-01_00_51_41.md5 osmo-bts-sysmo.build-2025-11-01_00_51_43.md5 osmo-bts.build-2025-11-01_00_51_53.md5 osmo-ggsn.build-2025-11-01_20_42_32.md5 osmo-hlr.build-2025-11-01_16_36_49.md5 osmo-hnbgw.build-2025-11-01_13_30_29.md5 osmo-mgw.build-2025-11-01_08_33_14.md5 osmo-msc.build-2025-11-01_13_32_46.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-01_07_34_04.md5 osmo-pcu-sysmo.build-2025-11-01_07_34_08.md5 osmo-pcu.build-2025-11-01_07_36_27.md5 osmo-sgsn.build-2025-11-01_20_48_09.md5 osmo-stp.build-2025-11-01_13_25_29.md5 osmo-trx.build-2025-11-01_14_26_22.md5 osmocom-bb.build-2025-11-01_21_17_20.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-8137 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8137'
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-8137
--------------------------------------------------------------------------------------------
22:48:24.251034 tst                       trial-8137: Detailed log at /build/trial-8137/run.2025-11-01_22-48-24/log

---------------------------------------------------------------------
trial-8137 netreg_mass
---------------------------------------------------------------------
22:48:24.452506 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:24.452896 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:24.453703 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:24.454899 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:24.496077 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:24.496956 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:24.498098 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:24.559828 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-8137 netreg_mass register_default_mass.py
----------------------------------------------
22:48:24.560548 tst       register_default_mass.py:9: Claiming resources for the test
22:48:24.575528 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:24.576031 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:24.576480 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:24.576921 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:24.577348 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:24.577793 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:24.578239 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:24.608916 tst         register_default_mass.py: using LAC 2
22:48:24.630809 tst         register_default_mass.py: using RAC 2
22:48:24.656172 tst         register_default_mass.py: using CellId 2
22:48:24.684340 tst         register_default_mass.py: using BVCI 3
22:48:24.697688 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.698374 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.698953 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.699471 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.699985 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.700511 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.701009 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.701531 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.702052 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.702557 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.703066 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.703577 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.704182 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.704740 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.705259 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.705778 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.706303 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.706827 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.707347 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.707865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.708382 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.708903 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.709418 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.709940 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.710447 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.710964 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.711484 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.711992 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.712523 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.713046 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.713554 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.714072 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.714600 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.715123 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.715656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.716178 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.716708 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.717240 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.717773 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.718285 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.718805 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.719328 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.719846 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.720373 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.720894 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.721399 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.721911 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.722443 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.722955 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.723466 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.723988 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.724494 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.724999 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.725516 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.726026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.726534 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.727041 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.727554 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.728054 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.728546 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.729054 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.729569 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.730078 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.730586 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.731098 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.731608 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.732107 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.732632 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.733147 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.733646 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.734163 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.734675 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.735256 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.735774 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.736279 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.736783 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.737294 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.737800 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.738301 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.738812 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.739318 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.739815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.740312 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.740833 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.741333 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.741827 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.742342 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.742844 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.743342 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.743858 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.744369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.744884 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.745410 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.745924 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.746422 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.746920 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.747431 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.747934 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.748446 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.748962 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.749460 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.750015 tst      register_default_mass.py:21: Launching a simple network
22:48:24.760053 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:24.877363 run            create_hlr_db(pid=20): Launched
22:48:25.891730 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:25.915763 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:25.930820 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:25.936463 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:26.120886 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:26.135858 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:26.141465 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:26.551981 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:26.566773 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:29.581413 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:29.692957 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:29.707762 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:29.713347 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:29.736540 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:29.751291 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:29.756936 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:30.062190 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:30.077459 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:36.109488 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:36.280217 run         osmo-bts-virtual(pid=34): Launched
22:48:37.316721 tst         register_default_mass.py: using MSISDN 1001
22:48:37.331312 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:37.371489 tst         register_default_mass.py: using MSISDN 1002
22:48:37.389410 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:37.420799 tst         register_default_mass.py: using MSISDN 1003
22:48:37.436001 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:37.467587 tst         register_default_mass.py: using MSISDN 1004
22:48:37.482581 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:37.514045 tst         register_default_mass.py: using MSISDN 1005
22:48:37.528964 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:37.560155 tst         register_default_mass.py: using MSISDN 1006
22:48:37.574896 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:37.606375 tst         register_default_mass.py: using MSISDN 1007
22:48:37.621456 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:37.652742 tst         register_default_mass.py: using MSISDN 1008
22:48:37.667650 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:37.699303 tst         register_default_mass.py: using MSISDN 1009
22:48:37.714403 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:37.745634 tst         register_default_mass.py: using MSISDN 1010
22:48:37.760436 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:37.792093 tst         register_default_mass.py: using MSISDN 1011
22:48:37.807055 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:37.838575 tst         register_default_mass.py: using MSISDN 1012
22:48:37.853461 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:37.884791 tst         register_default_mass.py: using MSISDN 1013
22:48:37.899844 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:37.931484 tst         register_default_mass.py: using MSISDN 1014
22:48:37.946559 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:37.977795 tst         register_default_mass.py: using MSISDN 1015
22:48:37.992555 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:38.024016 tst         register_default_mass.py: using MSISDN 1016
22:48:38.038819 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:38.069173 tst         register_default_mass.py: using MSISDN 1017
22:48:38.083514 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:38.112516 tst         register_default_mass.py: using MSISDN 1018
22:48:38.126298 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:38.155168 tst         register_default_mass.py: using MSISDN 1019
22:48:38.168677 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:38.197691 tst         register_default_mass.py: using MSISDN 1020
22:48:38.211252 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:38.240258 tst         register_default_mass.py: using MSISDN 1021
22:48:38.253823 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:38.282695 tst         register_default_mass.py: using MSISDN 1022
22:48:38.296086 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:38.333334 tst         register_default_mass.py: using MSISDN 1023
22:48:38.350194 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:38.379191 tst         register_default_mass.py: using MSISDN 1024
22:48:38.393129 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:38.422125 tst         register_default_mass.py: using MSISDN 1025
22:48:38.433924 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:38.461479 tst         register_default_mass.py: using MSISDN 1026
22:48:38.472552 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:38.501027 tst         register_default_mass.py: using MSISDN 1027
22:48:38.513979 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:38.541296 tst         register_default_mass.py: using MSISDN 1028
22:48:38.554068 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:38.581302 tst         register_default_mass.py: using MSISDN 1029
22:48:38.593807 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:38.621020 tst         register_default_mass.py: using MSISDN 1030
22:48:38.633604 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:38.660905 tst         register_default_mass.py: using MSISDN 1031
22:48:38.673515 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:38.700606 tst         register_default_mass.py: using MSISDN 1032
22:48:38.713182 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:38.740387 tst         register_default_mass.py: using MSISDN 1033
22:48:38.752979 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:38.780266 tst         register_default_mass.py: using MSISDN 1034
22:48:38.792828 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:38.820064 tst         register_default_mass.py: using MSISDN 1035
22:48:38.832641 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:38.859777 tst         register_default_mass.py: using MSISDN 1036
22:48:38.872291 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:38.899521 tst         register_default_mass.py: using MSISDN 1037
22:48:38.912174 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:38.939402 tst         register_default_mass.py: using MSISDN 1038
22:48:38.952053 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:38.979679 tst         register_default_mass.py: using MSISDN 1039
22:48:38.992528 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:39.020667 tst         register_default_mass.py: using MSISDN 1040
22:48:39.033761 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:39.061579 tst         register_default_mass.py: using MSISDN 1041
22:48:39.074522 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:39.102474 tst         register_default_mass.py: using MSISDN 1042
22:48:39.115421 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:39.143281 tst         register_default_mass.py: using MSISDN 1043
22:48:39.156234 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:39.184232 tst         register_default_mass.py: using MSISDN 1044
22:48:39.197259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:39.225059 tst         register_default_mass.py: using MSISDN 1045
22:48:39.237977 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:39.265850 tst         register_default_mass.py: using MSISDN 1046
22:48:39.278794 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:39.306866 tst         register_default_mass.py: using MSISDN 1047
22:48:39.319902 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:39.348064 tst         register_default_mass.py: using MSISDN 1048
22:48:39.361159 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:39.389187 tst         register_default_mass.py: using MSISDN 1049
22:48:39.402339 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:39.430368 tst         register_default_mass.py: using MSISDN 1050
22:48:39.443436 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:39.471288 tst         register_default_mass.py: using MSISDN 1051
22:48:39.484174 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:39.511848 tst         register_default_mass.py: using MSISDN 1052
22:48:39.524680 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:39.552669 tst         register_default_mass.py: using MSISDN 1053
22:48:39.565646 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:39.622929 tst         register_default_mass.py: using MSISDN 1054
22:48:39.644257 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:39.720251 tst         register_default_mass.py: using MSISDN 1055
22:48:39.742530 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:39.810954 tst         register_default_mass.py: using MSISDN 1056
22:48:39.832926 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:39.862126 tst         register_default_mass.py: using MSISDN 1057
22:48:39.876396 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:39.905426 tst         register_default_mass.py: using MSISDN 1058
22:48:39.919019 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:39.947703 tst         register_default_mass.py: using MSISDN 1059
22:48:39.961229 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:39.990276 tst         register_default_mass.py: using MSISDN 1060
22:48:40.003814 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:40.032474 tst         register_default_mass.py: using MSISDN 1061
22:48:40.045947 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:40.074477 tst         register_default_mass.py: using MSISDN 1062
22:48:40.087929 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:40.116772 tst         register_default_mass.py: using MSISDN 1063
22:48:40.130103 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:40.158707 tst         register_default_mass.py: using MSISDN 1064
22:48:40.172034 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:40.200766 tst         register_default_mass.py: using MSISDN 1065
22:48:40.214346 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:40.243224 tst         register_default_mass.py: using MSISDN 1066
22:48:40.256595 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:40.285597 tst         register_default_mass.py: using MSISDN 1067
22:48:40.299174 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:40.327713 tst         register_default_mass.py: using MSISDN 1068
22:48:40.341075 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:40.369822 tst         register_default_mass.py: using MSISDN 1069
22:48:40.383351 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:40.412411 tst         register_default_mass.py: using MSISDN 1070
22:48:40.425896 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:40.461845 tst         register_default_mass.py: using MSISDN 1071
22:48:40.478706 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:40.507744 tst         register_default_mass.py: using MSISDN 1072
22:48:40.521613 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:40.552317 tst         register_default_mass.py: using MSISDN 1073
22:48:40.566685 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:40.597602 tst         register_default_mass.py: using MSISDN 1074
22:48:40.612174 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:40.643139 tst         register_default_mass.py: using MSISDN 1075
22:48:40.657801 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:40.688925 tst         register_default_mass.py: using MSISDN 1076
22:48:40.703643 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:40.734725 tst         register_default_mass.py: using MSISDN 1077
22:48:40.749482 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:40.780873 tst         register_default_mass.py: using MSISDN 1078
22:48:40.795691 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:40.826700 tst         register_default_mass.py: using MSISDN 1079
22:48:40.841465 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:40.872534 tst         register_default_mass.py: using MSISDN 1080
22:48:40.887134 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:40.918213 tst         register_default_mass.py: using MSISDN 1081
22:48:40.932969 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:40.963449 tst         register_default_mass.py: using MSISDN 1082
22:48:40.977979 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:41.008604 tst         register_default_mass.py: using MSISDN 1083
22:48:41.023057 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:41.054000 tst         register_default_mass.py: using MSISDN 1084
22:48:41.068630 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:41.099737 tst         register_default_mass.py: using MSISDN 1085
22:48:41.114483 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:41.145629 tst         register_default_mass.py: using MSISDN 1086
22:48:41.160352 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:41.194136 tst         register_default_mass.py: using MSISDN 1087
22:48:41.210278 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:41.241638 tst         register_default_mass.py: using MSISDN 1088
22:48:41.256516 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:41.287567 tst         register_default_mass.py: using MSISDN 1089
22:48:41.302303 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:41.333013 tst         register_default_mass.py: using MSISDN 1090
22:48:41.347608 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:41.378989 tst         register_default_mass.py: using MSISDN 1091
22:48:41.393783 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:41.424935 tst         register_default_mass.py: using MSISDN 1092
22:48:41.439610 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:41.470881 tst         register_default_mass.py: using MSISDN 1093
22:48:41.485660 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:41.516992 tst         register_default_mass.py: using MSISDN 1094
22:48:41.531882 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:41.563151 tst         register_default_mass.py: using MSISDN 1095
22:48:41.578056 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:41.609231 tst         register_default_mass.py: using MSISDN 1096
22:48:41.623914 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:41.654966 tst         register_default_mass.py: using MSISDN 1097
22:48:41.669798 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:41.701082 tst         register_default_mass.py: using MSISDN 1098
22:48:41.715920 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:41.747334 tst         register_default_mass.py: using MSISDN 1099
22:48:41.762196 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:41.793482 tst         register_default_mass.py: using MSISDN 1100
22:48:41.808322 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:41.900387 run                             mass: Starting testcase
22:48:41.905899 run                             mass: Pre-launching all virtphy's
22:48:41.911280 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:41.924286 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:41.930264 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:41.943228 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:41.949229 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:41.962040 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:41.967986 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:41.980867 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:41.986832 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:41.999644 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:42.005659 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:42.018366 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:42.024447 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:42.037414 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:42.043493 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:42.056439 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:42.062437 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:42.075461 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:42.081443 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:42.094189 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:42.100158 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:42.112852 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:42.118780 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:42.131396 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:42.137307 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:42.149950 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:42.155954 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:42.168824 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:42.174780 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:42.187571 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:42.193614 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:42.206392 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:42.212334 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:42.225162 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:42.231167 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:42.244062 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:42.250006 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:42.262883 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:42.268868 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:42.281624 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:42.287588 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:42.300382 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:42.306311 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:42.319170 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:42.325138 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:42.337933 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:42.343876 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:42.356684 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:42.362624 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:42.375416 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:42.381365 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:42.394154 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:42.400085 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:42.412918 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:42.418872 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:42.431841 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:42.437821 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:42.450687 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:42.456608 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:42.469459 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:42.475515 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:42.488301 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:42.494422 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:42.507254 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:42.513173 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:42.525960 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:42.531890 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:42.544693 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:42.550621 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:42.563409 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:42.569363 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:42.582214 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:42.588146 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:42.601021 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:42.606949 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:42.619807 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:42.625743 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:42.638642 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:42.644632 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:42.657461 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:42.663515 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:42.676360 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:42.682438 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:42.695436 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:42.701395 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:42.714328 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:42.720250 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:42.733218 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:42.739129 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:42.751943 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:42.757860 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:42.770626 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:42.776542 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:42.789307 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:42.795226 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:42.808007 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:42.813978 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:42.826860 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:42.832807 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:42.845634 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:42.851527 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:42.864328 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:42.870322 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:42.883146 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:42.889076 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:42.901977 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:42.907943 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:42.920882 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:42.926818 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:42.939627 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:42.945697 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:42.958544 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:42.964653 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:42.977603 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:42.983535 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:42.996369 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:43.002343 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:43.015137 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:43.021083 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:43.033924 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:43.039898 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:43.052718 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:43.058633 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:43.071443 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:43.077384 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:43.090174 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:43.096092 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:43.108898 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:43.114832 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:43.127658 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:43.133714 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:43.146576 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:43.152600 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:43.165494 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:43.171414 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:43.184350 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:43.190319 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:43.203328 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:43.209289 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:43.222131 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:43.228030 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:43.240856 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:43.246765 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:43.259492 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:43.265451 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:43.278244 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:43.284137 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:43.296929 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:43.302877 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:43.315687 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:43.321667 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:43.334495 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:43.340449 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:43.353248 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:43.359169 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:43.372222 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:43.378258 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:43.391276 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:43.397239 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:43.410007 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:43.416095 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:43.429027 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:43.435148 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:43.448011 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:43.453985 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:43.466784 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:43.472750 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:43.485546 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:43.491979 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:43.505067 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:43.511063 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:43.523871 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:43.529803 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:43.542583 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:43.548549 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:43.561414 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:43.567336 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:43.580124 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:43.586072 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:43.598836 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:43.604971 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:43.617778 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:43.623864 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:43.636746 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:43.642721 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:43.655843 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:43.661802 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:43.674808 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:43.680757 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:43.693621 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:43.699540 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:43.712363 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:43.718336 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:43.731212 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:43.737309 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:43.750225 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:43.756211 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:43.769154 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:43.775131 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:43.788009 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:43.793907 run                             mass: Checking if sockets are in the filesystem
22:48:43.826081 run                osmo-ms-mob/00000: Starting mobile
22:48:43.839370 run       osmo-ms-mob/00000(pid=135): Launched
22:48:43.851228 run                             mass: MS start registered  {at=25268229.554576177, delay=0.0058923810720443726, ms=00000}
22:48:48.041612 run                osmo-ms-mob/00001: Starting mobile
22:48:48.058378 run       osmo-ms-mob/00001(pid=136): Launched
22:48:48.068742 run                             mass: MS start registered  {at=25268233.77208905, delay=0.0043536461889743805, ms=00001}
22:48:49.108421 run                             mass: MS performed LU  {at=25268234.81165689, lu_delay=5.257080711424351, ms=00000}
22:48:49.832938 run                osmo-ms-mob/00002: Starting mobile
22:48:49.848953 run       osmo-ms-mob/00002(pid=137): Launched
22:48:49.859561 run                             mass: MS start registered  {at=25268235.5629051, delay=0.004671655595302582, ms=00002}
22:48:51.141397 run                osmo-ms-mob/00003: Starting mobile
22:48:51.158550 run       osmo-ms-mob/00003(pid=138): Launched
22:48:51.169121 run                             mass: MS start registered  {at=25268236.872470398, delay=0.004529338330030441, ms=00003}
22:48:52.232897 run                osmo-ms-mob/00004: Starting mobile
22:48:52.249094 run       osmo-ms-mob/00004(pid=139): Launched
22:48:52.259519 run                             mass: MS start registered  {at=25268237.96287171, delay=0.004343785345554352, ms=00004}
22:48:52.873818 run                             mass: MS performed LU  {at=25268238.577060293, lu_delay=4.804971244186163, ms=00001}
22:48:53.210479 run                osmo-ms-mob/00005: Starting mobile
22:48:53.223363 run       osmo-ms-mob/00005(pid=140): Launched
22:48:53.233793 run                             mass: MS start registered  {at=25268238.937144883, delay=0.00444808229804039, ms=00005}
22:48:54.109407 run                osmo-ms-mob/00006: Starting mobile
22:48:54.122212 run       osmo-ms-mob/00006(pid=141): Launched
22:48:54.132670 run                             mass: MS start registered  {at=25268239.83601168, delay=0.004518255591392517, ms=00006}
22:48:54.775665 run                             mass: MS performed LU  {at=25268240.478905648, lu_delay=4.916000548750162, ms=00002}
22:48:55.041473 run                osmo-ms-mob/00007: Starting mobile
22:48:55.058167 run       osmo-ms-mob/00007(pid=142): Launched
22:48:55.068548 run                             mass: MS start registered  {at=25268240.77189832, delay=0.004428185522556305, ms=00007}
22:48:55.810484 run                osmo-ms-mob/00008: Starting mobile
22:48:55.823460 run       osmo-ms-mob/00008(pid=143): Launched
22:48:55.834023 run                             mass: MS start registered  {at=25268241.53737619, delay=0.004600115120410919, ms=00008}
22:48:56.541513 run                osmo-ms-mob/00009: Starting mobile
22:48:56.558852 run       osmo-ms-mob/00009(pid=144): Launched
22:48:56.569736 run                             mass: MS start registered  {at=25268242.273088817, delay=0.004607688635587692, ms=00009}
22:48:56.640342 run                             mass: MS performed LU  {at=25268242.343585607, lu_delay=5.471115209162235, ms=00003}
22:48:57.241570 run                osmo-ms-mob/00010: Starting mobile
22:48:57.258708 run       osmo-ms-mob/00010(pid=145): Launched
22:48:57.269367 run                             mass: MS start registered  {at=25268242.972719487, delay=0.004650283604860306, ms=00010}
22:48:57.810157 run                osmo-ms-mob/00011: Starting mobile
22:48:57.823493 run       osmo-ms-mob/00011(pid=146): Launched
22:48:57.834420 run                             mass: MS start registered  {at=25268243.53777179, delay=0.0049051158130168915, ms=00011}
22:48:58.409401 run                osmo-ms-mob/00012: Starting mobile
22:48:58.422417 run       osmo-ms-mob/00012(pid=147): Launched
22:48:58.433345 run                             mass: MS start registered  {at=25268244.136691477, delay=0.004990939050912857, ms=00012}
22:48:58.542639 run                             mass: MS performed LU  {at=25268244.24588623, lu_delay=6.283014517277479, ms=00004}
22:48:58.568992 run                             mass: MS performed LU  {at=25268244.272270203, lu_delay=5.33512531965971, ms=00005}
22:48:59.044215 run                osmo-ms-mob/00013: Starting mobile
22:48:59.075757 run       osmo-ms-mob/00013(pid=148): Launched
22:48:59.086715 run                             mass: MS start registered  {at=25268244.790064137, delay=0.004887890070676804, ms=00013}
22:48:59.622653 run                osmo-ms-mob/00014: Starting mobile
22:48:59.638500 run       osmo-ms-mob/00014(pid=149): Launched
22:48:59.649103 run                             mass: MS start registered  {at=25268245.352456085, delay=0.004490114748477936, ms=00014}
22:49:00.233249 run                osmo-ms-mob/00015: Starting mobile
22:49:00.250108 run       osmo-ms-mob/00015(pid=150): Launched
22:49:00.260706 run                             mass: MS start registered  {at=25268245.964060064, delay=0.004562646150588989, ms=00015}
22:49:00.406102 run                             mass: MS performed LU  {at=25268246.10934753, lu_delay=6.273335848003626, ms=00006}
22:49:00.471019 run                             mass: MS performed LU  {at=25268246.174283247, lu_delay=5.402384925633669, ms=00007}
22:49:00.710948 run                osmo-ms-mob/00016: Starting mobile
22:49:00.723991 run       osmo-ms-mob/00016(pid=151): Launched
22:49:00.734641 run                             mass: MS start registered  {at=25268246.437994834, delay=0.004558399319648743, ms=00016}
22:49:00.775662 run                             mass: MS performed LU  {at=25268246.4789142, lu_delay=4.941538009792566, ms=00008}
22:49:01.231969 run                osmo-ms-mob/00017: Starting mobile
22:49:01.248425 run       osmo-ms-mob/00017(pid=152): Launched
22:49:01.259800 run                             mass: MS start registered  {at=25268246.96315035, delay=0.0051378048956394196, ms=00017}
22:49:01.832260 run                osmo-ms-mob/00018: Starting mobile
22:49:01.848321 run       osmo-ms-mob/00018(pid=153): Launched
22:49:01.859184 run                             mass: MS start registered  {at=25268247.562537964, delay=0.004815559834241867, ms=00018}
22:49:02.231101 run                osmo-ms-mob/00019: Starting mobile
22:49:02.247131 run       osmo-ms-mob/00019(pid=154): Launched
22:49:02.257890 run                             mass: MS start registered  {at=25268247.96124433, delay=0.004731200635433197, ms=00019}
22:49:02.306969 run                             mass: MS performed LU  {at=25268248.010226753, lu_delay=5.037507265806198, ms=00010}
22:49:02.334110 run                             mass: MS performed LU  {at=25268248.03744579, lu_delay=5.764356974512339, ms=00009}
22:49:02.440681 run                             mass: MS performed LU  {at=25268248.143904738, lu_delay=4.606132946908474, ms=00011}
22:49:02.709297 run                osmo-ms-mob/00020: Starting mobile
22:49:02.722683 run       osmo-ms-mob/00020(pid=155): Launched
22:49:02.733771 run                             mass: MS start registered  {at=25268248.437121898, delay=0.005039844661951065, ms=00020}
22:49:03.222039 run                osmo-ms-mob/00021: Starting mobile
22:49:03.235862 run       osmo-ms-mob/00021(pid=156): Launched
22:49:03.246657 run                             mass: MS start registered  {at=25268248.95001185, delay=0.00465952605009079, ms=00021}
22:49:03.623925 run                osmo-ms-mob/00022: Starting mobile
22:49:03.637816 run       osmo-ms-mob/00022(pid=157): Launched
22:49:03.648563 run                             mass: MS start registered  {at=25268249.351918064, delay=0.0047380998730659485, ms=00022}
22:49:04.131276 run                osmo-ms-mob/00023: Starting mobile
22:49:04.144441 run       osmo-ms-mob/00023(pid=158): Launched
22:49:04.155180 run                             mass: MS start registered  {at=25268249.85853411, delay=0.004770949482917786, ms=00023}
22:49:04.170527 run                             mass: MS performed LU  {at=25268249.873851947, lu_delay=5.083787810057402, ms=00013}
22:49:04.236807 run                             mass: MS performed LU  {at=25268249.940061, lu_delay=5.803369522094727, ms=00012}
22:49:04.532179 run                osmo-ms-mob/00024: Starting mobile
22:49:04.548642 run       osmo-ms-mob/00024(pid=159): Launched
22:49:04.554763 run                             mass: MS performed LU  {at=25268250.25812302, lu_delay=4.905666936188936, ms=00014}
22:49:04.560568 run                             mass: MS start registered  {at=25268250.263935924, delay=0.005831588059663773, ms=00024}
22:49:05.021051 run                osmo-ms-mob/00025: Starting mobile
22:49:05.034603 run       osmo-ms-mob/00025(pid=160): Launched
22:49:05.045597 run                             mass: MS start registered  {at=25268250.74895001, delay=0.004692930728197098, ms=00025}
22:49:05.409869 run                osmo-ms-mob/00026: Starting mobile
22:49:05.422929 run       osmo-ms-mob/00026(pid=161): Launched
22:49:05.433587 run                             mass: MS start registered  {at=25268251.136941142, delay=0.004579644650220871, ms=00026}
22:49:05.841945 run                osmo-ms-mob/00027: Starting mobile
22:49:05.858900 run       osmo-ms-mob/00027(pid=162): Launched
22:49:05.869906 run                             mass: MS start registered  {at=25268251.573259804, delay=0.004711434245109558, ms=00027}
22:49:05.971463 run                             mass: MS performed LU  {at=25268251.674715467, lu_delay=5.236720632761717, ms=00016}
22:49:06.073388 run                             mass: MS performed LU  {at=25268251.776640896, lu_delay=5.812580831348896, ms=00015}
22:49:06.100401 run                             mass: MS performed LU  {at=25268251.803680416, lu_delay=4.840530067682266, ms=00017}
22:49:06.148681 run                osmo-ms-mob/00028: Starting mobile
22:49:06.163770 run       osmo-ms-mob/00028(pid=163): Launched
22:49:06.174329 run                             mass: MS start registered  {at=25268251.877682716, delay=0.004586018621921539, ms=00028}
22:49:06.641036 run                osmo-ms-mob/00029: Starting mobile
22:49:06.657516 run       osmo-ms-mob/00029(pid=164): Launched
22:49:06.668531 run                             mass: MS start registered  {at=25268252.37188067, delay=0.00483611598610878, ms=00029}
22:49:07.028332 run                osmo-ms-mob/00030: Starting mobile
22:49:07.045677 run       osmo-ms-mob/00030(pid=165): Launched
22:49:07.056517 run                             mass: MS start registered  {at=25268252.759871766, delay=0.004722725600004196, ms=00030}
22:49:07.410237 run                osmo-ms-mob/00031: Starting mobile
22:49:07.423646 run       osmo-ms-mob/00031(pid=166): Launched
22:49:07.434292 run                             mass: MS start registered  {at=25268253.137645897, delay=0.0046350061893463135, ms=00031}
22:49:07.731901 run                osmo-ms-mob/00032: Starting mobile
22:49:07.748206 run       osmo-ms-mob/00032(pid=167): Launched
22:49:07.758847 run                             mass: MS start registered  {at=25268253.46220103, delay=0.004531837999820709, ms=00032}
22:49:07.937978 run                             mass: MS performed LU  {at=25268253.641233724, lu_delay=6.078695759177208, ms=00018}
22:49:08.002414 run                             mass: MS performed LU  {at=25268253.705691516, lu_delay=5.744447186589241, ms=00019}
22:49:08.029334 run                osmo-ms-mob/00033: Starting mobile
22:49:08.042288 run       osmo-ms-mob/00033(pid=168): Launched
22:49:08.053037 run                             mass: MS start registered  {at=25268253.756395027, delay=0.004747547209262848, ms=00033}
22:49:08.070633 run                             mass: MS performed LU  {at=25268253.773987334, lu_delay=5.336865436285734, ms=00020}
22:49:08.108750 run                             mass: MS performed LU  {at=25268253.811997764, lu_delay=4.861985914409161, ms=00021}
22:49:08.541104 run                osmo-ms-mob/00034: Starting mobile
22:49:08.558195 run       osmo-ms-mob/00034(pid=169): Launched
22:49:08.569152 run                             mass: MS start registered  {at=25268254.27250214, delay=0.004652254283428192, ms=00034}
22:49:08.826916 run                osmo-ms-mob/00035: Starting mobile
22:49:08.841005 run       osmo-ms-mob/00035(pid=170): Launched
22:49:08.852060 run                             mass: MS start registered  {at=25268254.55540919, delay=0.005063697695732117, ms=00035}
22:49:09.210671 run                osmo-ms-mob/00036: Starting mobile
22:49:09.223650 run       osmo-ms-mob/00036(pid=171): Launched
22:49:09.234552 run                             mass: MS start registered  {at=25268254.937906146, delay=0.004864919930696487, ms=00036}
22:49:09.632708 run                osmo-ms-mob/00037: Starting mobile
22:49:09.649157 run       osmo-ms-mob/00037(pid=172): Launched
22:49:09.659840 run                             mass: MS start registered  {at=25268255.363192145, delay=0.00468740239739418, ms=00037}
22:49:09.737694 run                             mass: MS performed LU  {at=25268255.440931175, lu_delay=5.176995251327753, ms=00024}
22:49:09.839102 run                             mass: MS performed LU  {at=25268255.54235615, lu_delay=5.68382203951478, ms=00023}
22:49:09.868393 run                osmo-ms-mob/00038: Starting mobile
22:49:09.881347 run       osmo-ms-mob/00038(pid=173): Launched
22:49:09.887439 run                             mass: MS performed LU  {at=25268255.590801045, lu_delay=4.841851036995649, ms=00025}
22:49:09.893334 run                             mass: MS start registered  {at=25268255.59670122, delay=0.00591648742556572, ms=00038}
22:49:10.010429 run                             mass: MS performed LU  {at=25268255.713678367, lu_delay=6.361760303378105, ms=00022}
22:49:10.024293 run                osmo-ms-mob/00039: Starting mobile
22:49:10.037489 run       osmo-ms-mob/00039(pid=174): Launched
22:49:10.048125 run                             mass: MS start registered  {at=25268255.751480684, delay=0.0046594031155109406, ms=00039}
22:49:10.641109 run                osmo-ms-mob/00040: Starting mobile
22:49:10.657869 run       osmo-ms-mob/00040(pid=175): Launched
22:49:10.669119 run                             mass: MS start registered  {at=25268256.372467317, delay=0.004858899861574173, ms=00040}
22:49:10.910443 run                osmo-ms-mob/00041: Starting mobile
22:49:10.923933 run       osmo-ms-mob/00041(pid=176): Launched
22:49:10.935840 run                             mass: MS start registered  {at=25268256.639182996, delay=0.005564358085393906, ms=00041}
22:49:11.223497 run                osmo-ms-mob/00042: Starting mobile
22:49:11.237382 run       osmo-ms-mob/00042(pid=177): Launched
22:49:11.248060 run                             mass: MS start registered  {at=25268256.95141486, delay=0.004652850329875946, ms=00042}
22:49:11.634005 run                osmo-ms-mob/00043: Starting mobile
22:49:11.647225 run       osmo-ms-mob/00043(pid=178): Launched
22:49:11.658169 run                             mass: MS start registered  {at=25268257.36151809, delay=0.004787050187587738, ms=00043}
22:49:11.703402 run                             mass: MS performed LU  {at=25268257.40667087, lu_delay=5.034790199249983, ms=00029}
22:49:11.767966 run                             mass: MS performed LU  {at=25268257.471221246, lu_delay=5.5935385301709175, ms=00028}
22:49:11.795543 run                osmo-ms-mob/00044: Starting mobile
22:49:11.808444 run       osmo-ms-mob/00044(pid=179): Launched
22:49:11.819194 run                             mass: MS start registered  {at=25268257.52254967, delay=0.004809368401765823, ms=00044}
22:49:11.836139 run                             mass: MS performed LU  {at=25268257.539490305, lu_delay=5.966230500489473, ms=00027}
22:49:11.911406 run                             mass: MS performed LU  {at=25268257.614657264, lu_delay=4.854785498231649, ms=00030}
22:49:11.938916 run                osmo-ms-mob/00045: Starting mobile
22:49:11.951883 run       osmo-ms-mob/00045(pid=180): Launched
22:49:11.962565 run                             mass: MS start registered  {at=25268257.665921547, delay=0.004648983478546143, ms=00045}
22:49:12.531201 run                osmo-ms-mob/00046: Starting mobile
22:49:12.547724 run       osmo-ms-mob/00046(pid=181): Launched
22:49:12.558887 run                             mass: MS start registered  {at=25268258.26224097, delay=0.0047941021621227264, ms=00046}
22:49:12.810140 run                osmo-ms-mob/00047: Starting mobile
22:49:12.823389 run       osmo-ms-mob/00047(pid=182): Launched
22:49:12.835896 run                             mass: MS start registered  {at=25268258.539238058, delay=0.006345540285110474, ms=00047}
22:49:13.123838 run                osmo-ms-mob/00048: Starting mobile
22:49:13.137948 run       osmo-ms-mob/00048(pid=183): Launched
22:49:13.148922 run                             mass: MS start registered  {at=25268258.852275774, delay=0.004843436181545258, ms=00048}
22:49:13.432117 run                osmo-ms-mob/00049: Starting mobile
22:49:13.448210 run       osmo-ms-mob/00049(pid=184): Launched
22:49:13.459116 run                             mass: MS start registered  {at=25268259.16246767, delay=0.005027003586292267, ms=00049}
22:49:13.604231 run                             mass: MS performed LU  {at=25268259.30748535, lu_delay=4.752076160162687, ms=00035}
22:49:13.632937 run                osmo-ms-mob/00050: Starting mobile
22:49:13.645829 run       osmo-ms-mob/00050(pid=185): Launched
22:49:13.651993 run                             mass: MS performed LU  {at=25268259.355354115, lu_delay=5.5989590883255005, ms=00033}
22:49:13.657789 run                             mass: MS start registered  {at=25268259.361156747, delay=0.005819991230964661, ms=00050}
22:49:13.776810 run                             mass: MS performed LU  {at=25268259.480064392, lu_delay=6.017863363027573, ms=00032}
22:49:13.812156 run                             mass: MS performed LU  {at=25268259.515433, lu_delay=6.377787102013826, ms=00031}
22:49:13.829023 run                osmo-ms-mob/00051: Starting mobile
22:49:13.842004 run       osmo-ms-mob/00051(pid=186): Launched
22:49:13.852820 run                             mass: MS start registered  {at=25268259.556174032, delay=0.004870843142271042, ms=00051}
22:49:14.410180 run                osmo-ms-mob/00052: Starting mobile
22:49:14.423163 run       osmo-ms-mob/00052(pid=187): Launched
22:49:14.434142 run                             mass: MS start registered  {at=25268260.137434125, delay=0.004550039768218994, ms=00052}
22:49:14.723228 run                osmo-ms-mob/00053: Starting mobile
22:49:14.737286 run       osmo-ms-mob/00053(pid=188): Launched
22:49:14.748029 run                             mass: MS start registered  {at=25268260.45138458, delay=0.004770983010530472, ms=00053}
22:49:15.023145 run                osmo-ms-mob/00054: Starting mobile
22:49:15.037021 run       osmo-ms-mob/00054(pid=189): Launched
22:49:15.047759 run                             mass: MS start registered  {at=25268260.751110688, delay=0.004744317382574081, ms=00054}
22:49:15.309846 run                osmo-ms-mob/00055: Starting mobile
22:49:15.322926 run       osmo-ms-mob/00055(pid=190): Launched
22:49:15.333581 run                             mass: MS start registered  {at=25268261.036934756, delay=0.004685807973146439, ms=00055}
22:49:15.469341 run                             mass: MS performed LU  {at=25268261.172574744, lu_delay=6.234668597579002, ms=00036}
22:49:15.534080 run                             mass: MS performed LU  {at=25268261.237333037, lu_delay=5.87414089217782, ms=00037}
22:49:15.560395 run                osmo-ms-mob/00056: Starting mobile
22:49:15.573571 run       osmo-ms-mob/00056(pid=191): Launched
22:49:15.584172 run                             mass: MS start registered  {at=25268261.287529755, delay=0.00464397668838501, ms=00056}
22:49:15.601601 run                             mass: MS performed LU  {at=25268261.30493601, lu_delay=5.553455326706171, ms=00039}
22:49:15.677320 run                             mass: MS performed LU  {at=25268261.380572885, lu_delay=5.00810556858778, ms=00040}
22:49:15.704886 run                osmo-ms-mob/00057: Starting mobile
22:49:15.718098 run       osmo-ms-mob/00057(pid=192): Launched
22:49:15.728819 run                             mass: MS start registered  {at=25268261.43217393, delay=0.004735197871923447, ms=00057}
22:49:15.967162 run                             mass: MS performed LU  {at=25268261.670414742, lu_delay=5.0312317460775375, ms=00041}
22:49:16.329786 run                osmo-ms-mob/00058: Starting mobile
22:49:16.345784 run       osmo-ms-mob/00058(pid=193): Launched
22:49:16.357026 run                             mass: MS start registered  {at=25268262.060375646, delay=0.004979435354471207, ms=00058}
22:49:16.530632 run                             mass: MS performed LU  {at=25268262.233874723, lu_delay=3.97163375467062, ms=00046}
22:49:16.559508 run                osmo-ms-mob/00059: Starting mobile
22:49:16.572856 run       osmo-ms-mob/00059(pid=194): Launched
22:49:16.578856 run                             mass: MS performed LU  {at=25268262.282215577, lu_delay=3.7429775185883045, ms=00047}
22:49:16.584747 run                             mass: MS start registered  {at=25268262.288113423, delay=0.005916189402341843, ms=00059}
22:49:16.940870 run                osmo-ms-mob/00060: Starting mobile
22:49:16.956272 run       osmo-ms-mob/00060(pid=195): Launched
22:49:16.967082 run                             mass: MS start registered  {at=25268262.670435958, delay=0.004858911037445068, ms=00060}
22:49:17.340417 run                osmo-ms-mob/00061: Starting mobile
22:49:17.355515 run       osmo-ms-mob/00061(pid=196): Launched
22:49:17.361525 run                             mass: MS performed LU  {at=25268263.06488439, lu_delay=5.703366301953793, ms=00043}
22:49:17.367278 run                             mass: MS start registered  {at=25268263.070645157, delay=0.005780693143606186, ms=00061}
22:49:17.373391 run                             mass: MS performed LU  {at=25268263.07675222, lu_delay=5.410830672830343, ms=00045}
22:49:17.384060 run                osmo-ms-mob/00062: Starting mobile
22:49:17.397363 run       osmo-ms-mob/00062(pid=197): Launched
22:49:17.408094 run                             mass: MS start registered  {at=25268263.111447547, delay=0.004751838743686676, ms=00062}
22:49:17.577845 run                             mass: MS performed LU  {at=25268263.28110272, lu_delay=5.758553050458431, ms=00044}
22:49:17.950780 run                osmo-ms-mob/00063: Starting mobile
22:49:17.968241 run       osmo-ms-mob/00063(pid=198): Launched
22:49:17.979150 run                             mass: MS start registered  {at=25268263.682503007, delay=0.004756193608045578, ms=00063}
22:49:18.331795 run                osmo-ms-mob/00064: Starting mobile
22:49:18.347054 run       osmo-ms-mob/00064(pid=199): Launched
22:49:18.358737 run                             mass: MS start registered  {at=25268264.062082913, delay=0.005341671407222748, ms=00064}
22:49:18.739788 run                osmo-ms-mob/00065: Starting mobile
22:49:18.755053 run       osmo-ms-mob/00065(pid=200): Launched
22:49:18.766459 run                             mass: MS start registered  {at=25268264.469807964, delay=0.005466599017381668, ms=00065}
22:49:19.021582 run                osmo-ms-mob/00066: Starting mobile
22:49:19.035338 run       osmo-ms-mob/00066(pid=201): Launched
22:49:19.046196 run                             mass: MS start registered  {at=25268264.74955151, delay=0.004911772906780243, ms=00066}
22:49:19.235158 run                             mass: MS performed LU  {at=25268264.938416086, lu_delay=4.8009819611907005, ms=00052}
22:49:19.299886 run                             mass: MS performed LU  {at=25268265.003136467, lu_delay=6.150860693305731, ms=00048}
22:49:19.343374 run                osmo-ms-mob/00067: Starting mobile
22:49:19.357236 run       osmo-ms-mob/00067(pid=202): Launched
22:49:19.367830 run                             mass: MS performed LU  {at=25268265.071181256, lu_delay=5.710024509578943, ms=00050}
22:49:19.373777 run                             mass: MS start registered  {at=25268265.077144284, delay=0.010599955916404724, ms=00067}
22:49:19.405856 run                             mass: MS performed LU  {at=25268265.109128986, lu_delay=5.552954953163862, ms=00051}
22:49:19.427580 run                osmo-ms-mob/00068: Starting mobile
22:49:19.440405 run       osmo-ms-mob/00068(pid=203): Launched
22:49:19.446938 run                             mass: MS performed LU  {at=25268265.15029751, lu_delay=5.987829841673374, ms=00049}
22:49:19.452825 run                             mass: MS start registered  {at=25268265.15619201, delay=0.0059129707515239716, ms=00068}
22:49:19.497298 run                             mass: MS performed LU  {at=25268265.20056907, lu_delay=4.749184489250183, ms=00053}
22:49:20.123912 run                osmo-ms-mob/00069: Starting mobile
22:49:20.138384 run       osmo-ms-mob/00069(pid=204): Launched
22:49:20.150028 run                             mass: MS start registered  {at=25268265.853369452, delay=0.005560979247093201, ms=00069}
22:49:20.273278 run                             mass: MS performed LU  {at=25268265.97649524, lu_delay=4.939560484141111, ms=00055}
22:49:20.352181 run                             mass: MS performed LU  {at=25268266.055448838, lu_delay=5.304338149726391, ms=00054}
22:49:20.522637 run                osmo-ms-mob/00070: Starting mobile
22:49:20.536855 run       osmo-ms-mob/00070(pid=205): Launched
22:49:20.547805 run                             mass: MS start registered  {at=25268266.251157176, delay=0.004970628768205643, ms=00070}
22:49:20.941307 run                osmo-ms-mob/00071: Starting mobile
22:49:20.956872 run       osmo-ms-mob/00071(pid=206): Launched
22:49:20.967686 run                             mass: MS start registered  {at=25268266.671040535, delay=0.004636414349079132, ms=00071}
22:49:21.072438 run                             mass: MS performed LU  {at=25268266.77568343, lu_delay=5.343509498983622, ms=00057}
22:49:21.108277 run                             mass: MS performed LU  {at=25268266.811555587, lu_delay=5.524025831371546, ms=00056}
22:49:21.136058 run                             mass: MS performed LU  {at=25268266.839369614, lu_delay=4.551256190985441, ms=00059}
22:49:21.152459 run                osmo-ms-mob/00072: Starting mobile
22:49:21.165641 run       osmo-ms-mob/00072(pid=207): Launched
22:49:21.176535 run                             mass: MS start registered  {at=25268266.879889227, delay=0.004594244062900543, ms=00072}
22:49:21.723651 run                osmo-ms-mob/00073: Starting mobile
22:49:21.737773 run       osmo-ms-mob/00073(pid=208): Launched
22:49:21.748512 run                             mass: MS start registered  {at=25268267.451866206, delay=0.004627317190170288, ms=00073}
22:49:22.122744 run                osmo-ms-mob/00074: Starting mobile
22:49:22.137086 run       osmo-ms-mob/00074(pid=209): Launched
22:49:22.148116 run                             mass: MS start registered  {at=25268267.851470213, delay=0.004846680909395218, ms=00074}
22:49:22.523935 run                osmo-ms-mob/00075: Starting mobile
22:49:22.538285 run       osmo-ms-mob/00075(pid=210): Launched
22:49:22.548990 run                             mass: MS start registered  {at=25268268.25234434, delay=0.0047333501279354095, ms=00075}
22:49:23.040207 run                osmo-ms-mob/00076: Starting mobile
22:49:23.055736 run       osmo-ms-mob/00076(pid=211): Launched
22:49:23.061718 run                             mass: MS performed LU  {at=25268268.765078496, lu_delay=4.702995583415031, ms=00064}
22:49:23.067772 run                             mass: MS performed LU  {at=25268268.771137796, lu_delay=6.100701838731766, ms=00060}
22:49:23.073570 run                             mass: MS start registered  {at=25268268.776937887, delay=0.011878006160259247, ms=00076}
22:49:23.134606 run                             mass: MS performed LU  {at=25268268.83785939, lu_delay=5.767214231193066, ms=00061}
22:49:23.149208 run                osmo-ms-mob/00077: Starting mobile
22:49:23.162468 run       osmo-ms-mob/00077(pid=212): Launched
22:49:23.170299 run                             mass: MS performed LU  {at=25268268.873652592, lu_delay=5.191149584949017, ms=00063}
22:49:23.176294 run                             mass: MS start registered  {at=25268268.879661094, delay=0.007705565541982651, ms=00077}
22:49:23.209601 run                             mass: MS performed LU  {at=25268268.912865385, lu_delay=5.801417838782072, ms=00062}
22:49:23.922836 run                osmo-ms-mob/00078: Starting mobile
22:49:23.936555 run       osmo-ms-mob/00078(pid=213): Launched
22:49:23.947919 run                             mass: MS start registered  {at=25268269.651266318, delay=0.0050958022475242615, ms=00078}
22:49:24.309549 run                osmo-ms-mob/00079: Starting mobile
22:49:24.323244 run       osmo-ms-mob/00079(pid=214): Launched
22:49:24.334095 run                             mass: MS start registered  {at=25268270.03744934, delay=0.004896290600299835, ms=00079}
22:49:24.842249 run                osmo-ms-mob/00080: Starting mobile
22:49:24.859364 run       osmo-ms-mob/00080(pid=215): Launched
22:49:24.865443 run                             mass: MS performed LU  {at=25268270.568802953, lu_delay=4.7154335007071495, ms=00069}
22:49:24.871274 run                             mass: MS start registered  {at=25268270.57464227, delay=0.0058579519391059875, ms=00080}
22:49:24.901388 run                             mass: MS performed LU  {at=25268270.604717053, lu_delay=6.134909089654684, ms=00065}
22:49:24.930038 run                             mass: MS performed LU  {at=25268270.63333734, lu_delay=5.477145332843065, ms=00068}
22:49:25.109361 run                             mass: MS performed LU  {at=25268270.81261366, lu_delay=5.735469374805689, ms=00067}
22:49:25.138807 run                osmo-ms-mob/00081: Starting mobile
22:49:25.151932 run       osmo-ms-mob/00081(pid=216): Launched
22:49:25.157987 run                             mass: MS performed LU  {at=25268270.861349333, lu_delay=6.111797824501991, ms=00066}
22:49:25.164023 run                             mass: MS performed LU  {at=25268270.86738791, lu_delay=4.616230733692646, ms=00070}
22:49:25.169807 run                             mass: MS start registered  {at=25268270.873174086, delay=0.011843666434288025, ms=00081}
22:49:25.731789 run                osmo-ms-mob/00082: Starting mobile
22:49:25.748840 run       osmo-ms-mob/00082(pid=217): Launched
22:49:25.765882 run                             mass: MS start registered  {at=25268271.469224624, delay=0.010703407227993011, ms=00082}
22:49:26.338400 run                osmo-ms-mob/00083: Starting mobile
22:49:26.353160 run       osmo-ms-mob/00083(pid=218): Launched
22:49:26.364308 run                             mass: MS start registered  {at=25268272.067661215, delay=0.004975486546754837, ms=00083}
22:49:26.766774 run                             mass: MS performed LU  {at=25268272.469797477, lu_delay=5.017931271344423, ms=00073}
22:49:26.808785 run                osmo-ms-mob/00084: Starting mobile
22:49:26.824230 run       osmo-ms-mob/00084(pid=219): Launched
22:49:26.830297 run                             mass: MS performed LU  {at=25268272.53365628, lu_delay=5.862615745514631, ms=00071}
22:49:26.836138 run                             mass: MS start registered  {at=25268272.53950589, delay=0.005867179483175278, ms=00084}
22:49:26.900548 run                             mass: MS performed LU  {at=25268272.60379826, lu_delay=4.752328045666218, ms=00074}
22:49:27.333541 run                osmo-ms-mob/00085: Starting mobile
22:49:27.349103 run       osmo-ms-mob/00085(pid=220): Launched
22:49:27.359845 run                             mass: MS start registered  {at=25268273.063199215, delay=0.004622615873813629, ms=00085}
22:49:27.920353 run                osmo-ms-mob/00086: Starting mobile
22:49:27.933692 run       osmo-ms-mob/00086(pid=221): Launched
22:49:27.944879 run                             mass: MS start registered  {at=25268273.648224104, delay=0.005220495164394379, ms=00086}
22:49:28.541462 run                osmo-ms-mob/00087: Starting mobile
22:49:28.558646 run       osmo-ms-mob/00087(pid=222): Launched
22:49:28.565306 run                             mass: MS performed LU  {at=25268274.268656142, lu_delay=6.016311801970005, ms=00075}
22:49:28.571221 run                             mass: MS start registered  {at=25268274.274588045, delay=0.0065131112933158875, ms=00087}
22:49:28.667803 run                             mass: MS performed LU  {at=25268274.371064685, lu_delay=4.719798367470503, ms=00078}
22:49:28.695207 run                             mass: MS performed LU  {at=25268274.398441356, lu_delay=5.5187802612781525, ms=00077}
22:49:28.840100 run                             mass: MS performed LU  {at=25268274.543354426, lu_delay=5.766416538506746, ms=00076}
22:49:28.864594 run                             mass: MS performed LU  {at=25268274.5679564, lu_delay=23.431015256792307, ms=00026}
22:49:28.875708 run                osmo-ms-mob/00088: Starting mobile
22:49:28.888612 run       osmo-ms-mob/00088(pid=223): Launched
22:49:28.899688 run                             mass: MS start registered  {at=25268274.603043064, delay=0.005132682621479034, ms=00088}
22:49:29.722800 run                osmo-ms-mob/00089: Starting mobile
22:49:29.737210 run       osmo-ms-mob/00089(pid=224): Launched
22:49:29.748089 run                             mass: MS start registered  {at=25268275.451443404, delay=0.004621516913175583, ms=00089}
22:49:30.329556 run                osmo-ms-mob/00090: Starting mobile
22:49:30.343698 run       osmo-ms-mob/00090(pid=225): Launched
22:49:30.354494 run                             mass: MS start registered  {at=25268276.057849705, delay=0.004747871309518814, ms=00090}
22:49:30.532451 run                             mass: MS performed LU  {at=25268276.23559437, lu_delay=6.198145028203726, ms=00079}
22:49:30.597008 run                             mass: MS performed LU  {at=25268276.300261404, lu_delay=5.427087318152189, ms=00081}
22:49:30.758558 run                             mass: MS performed LU  {at=25268276.461812377, lu_delay=5.887170106172562, ms=00080}
22:49:30.783256 run                             mass: MS performed LU  {at=25268276.4866166, lu_delay=22.21411446109414, ms=00034}
22:49:31.024107 run                osmo-ms-mob/00091: Starting mobile
22:49:31.037722 run       osmo-ms-mob/00091(pid=226): Launched
22:49:31.049385 run                             mass: MS start registered  {at=25268276.75273585, delay=0.005580272525548935, ms=00091}
22:49:31.723239 run                osmo-ms-mob/00092: Starting mobile
22:49:31.736989 run       osmo-ms-mob/00092(pid=227): Launched
22:49:31.748129 run                             mass: MS start registered  {at=25268277.45148138, delay=0.00515379011631012, ms=00092}
22:49:32.332440 run                             mass: MS performed LU  {at=25268278.035694487, lu_delay=5.496188595890999, ms=00084}
22:49:32.433467 run                             mass: MS performed LU  {at=25268278.136720743, lu_delay=5.07352152839303, ms=00085}
22:49:32.488071 run                osmo-ms-mob/00093: Starting mobile
22:49:32.503121 run       osmo-ms-mob/00093(pid=228): Launched
22:49:32.509187 run                             mass: MS performed LU  {at=25268278.21254953, lu_delay=6.144888315349817, ms=00083}
22:49:32.515030 run                             mass: MS start registered  {at=25268278.21839701, delay=0.005863867700099945, ms=00093}
22:49:32.605559 run                             mass: MS performed LU  {at=25268278.308810245, lu_delay=4.660586141049862, ms=00086}
22:49:32.629068 run                             mass: MS performed LU  {at=25268278.332429763, lu_delay=22.735728543251753, ms=00038}
22:49:33.409663 run                osmo-ms-mob/00094: Starting mobile
22:49:33.422840 run       osmo-ms-mob/00094(pid=229): Launched
22:49:33.434112 run                             mass: MS start registered  {at=25268279.137466494, delay=0.005147434771060944, ms=00094}
22:49:34.233207 run                             mass: MS performed LU  {at=25268279.93646062, lu_delay=4.485017217695713, ms=00089}
22:49:34.288083 run                osmo-ms-mob/00095: Starting mobile
22:49:34.303358 run       osmo-ms-mob/00095(pid=230): Launched
22:49:34.309373 run                             mass: MS performed LU  {at=25268280.012733683, lu_delay=5.738145638257265, ms=00087}
22:49:34.315147 run                             mass: MS start registered  {at=25268280.01851457, delay=0.005799129605293274, ms=00095}
22:49:34.362364 run                             mass: MS performed LU  {at=25268280.065638036, lu_delay=5.462594971060753, ms=00088}
22:49:34.524084 run                             mass: MS performed LU  {at=25268280.22733676, lu_delay=23.275921899825335, ms=00042}
22:49:35.310054 run                osmo-ms-mob/00096: Starting mobile
22:49:35.323501 run       osmo-ms-mob/00096(pid=231): Launched
22:49:35.334419 run                             mass: MS start registered  {at=25268281.03776917, delay=0.004878584295511246, ms=00096}
22:49:36.199871 run                             mass: MS performed LU  {at=25268281.903122265, lu_delay=5.845272559672594, ms=00090}
22:49:36.227012 run                             mass: MS performed LU  {at=25268281.930290565, lu_delay=5.177554715424776, ms=00091}
22:49:36.408948 run                osmo-ms-mob/00097: Starting mobile
22:49:36.421966 run       osmo-ms-mob/00097(pid=232): Launched
22:49:36.433072 run                             mass: MS start registered  {at=25268282.136426836, delay=0.0050811246037483215, ms=00097}
22:49:36.568508 run                             mass: MS performed LU  {at=25268282.271763362, lu_delay=4.820281982421875, ms=00092}
22:49:37.733714 run                osmo-ms-mob/00098: Starting mobile
22:49:37.747217 run       osmo-ms-mob/00098(pid=233): Launched
22:49:37.758805 run                             mass: MS start registered  {at=25268283.462160405, delay=0.005290508270263672, ms=00098}
22:49:38.064215 run                             mass: MS performed LU  {at=25268283.767438672, lu_delay=5.549041662365198, ms=00093}
22:49:38.129427 run                             mass: MS performed LU  {at=25268283.83267943, lu_delay=4.695212934166193, ms=00094}
22:49:38.197638 run                             mass: MS performed LU  {at=25268283.90089783, lu_delay=21.840522184967995, ms=00058}
22:49:39.523302 run                osmo-ms-mob/00099: Starting mobile
22:49:39.537160 run       osmo-ms-mob/00099(pid=234): Launched
22:49:39.543077 run                             mass: All started... {duration=55.74357566609979, too_slow=0}
22:49:39.548613 run                             mass: MS start registered  {at=25268285.251973327, delay=0.005528554320335388, ms=00099}
22:49:39.965351 run                             mass: MS performed LU  {at=25268285.66860397, lu_delay=5.650089401751757, ms=00095}
22:49:40.228579 run                             mass: MS performed LU  {at=25268285.931831483, lu_delay=4.89406231418252, ms=00096}
22:49:41.829877 run                             mass: MS performed LU  {at=25268287.533086304, lu_delay=5.396659467369318, ms=00097}
22:49:43.732057 run                             mass: MS performed LU  {at=25268289.43530882, lu_delay=5.973148416727781, ms=00098}
22:49:43.994215 run                             mass: MS performed LU  {at=25268289.697467104, lu_delay=22.817577876150608, ms=00072}
22:49:45.597082 run                             mass: MS performed LU  {at=25268291.300334223, lu_delay=6.048360895365477, ms=00099}
22:49:47.732530 run                             mass: MS performed LU  {at=25268293.435782287, lu_delay=21.966557662934065, ms=00082}
22:49:47.742923 run                             mass: Tests done {all_completed=True, max=23.431015256792307, min=3.7429775185883045}
22:49:47.748340 tst         register_default_mass.py: Test passed (83.2 sec)
22:49:47.753663 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:47.756903 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:47.760122 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:47.763351 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:47.766600 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:47.769897 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:47.773202 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:47.776486 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:47.779722 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:47.782998 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:47.786286 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:47.789599 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:47.792921 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:47.796204 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:47.799578 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:47.802875 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:47.806316 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:47.809761 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:47.813196 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:47.816525 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:47.819837 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:47.823174 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:47.826465 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:47.829763 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:47.833150 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:47.836537 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:47.839901 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:47.843278 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:47.846642 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:47.850010 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:47.853439 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:47.857058 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:47.860445 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:47.864300 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:47.867714 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:47.871082 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:47.874680 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:47.878035 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:47.881472 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:47.884770 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:47.888172 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:47.891582 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:47.894998 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:47.898413 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:47.901991 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:47.905666 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:47.909660 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:47.913508 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:47.916930 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:47.920501 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:47.923927 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:47.927348 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:47.930758 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:47.934181 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:47.937596 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:47.941029 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:47.944444 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:47.947847 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:47.951253 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:47.954671 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:47.958073 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:47.961921 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:47.965655 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:47.969332 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:47.972749 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:47.976147 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:47.979564 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:47.982972 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:47.986386 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:47.989799 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:47.993219 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:47.996619 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:48.000027 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:48.003431 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:48.006847 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:48.010251 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:48.013662 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:48.017075 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:48.020480 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:48.023903 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:48.027306 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:48.030729 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:48.034152 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:48.037572 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:48.040982 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:48.044381 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:48.047791 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:48.051196 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:48.054614 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:48.058026 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:48.061436 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:48.064850 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:48.068262 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:48.071669 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:48.075072 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:48.078485 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:48.081908 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:48.085325 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:48.088745 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:48.092701 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:48.096462 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:48.099962 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:48.103377 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:48.106793 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:48.110267 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:48.113671 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:48.117078 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:48.120487 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:48.123909 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:48.127315 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:48.130747 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:48.134152 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:48.137575 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:48.140992 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:48.144391 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:48.147790 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:48.151182 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:48.154575 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:48.157981 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:48.161350 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:48.164595 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:48.167848 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:48.171106 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:48.174361 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:48.177620 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:48.180875 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:48.184121 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:48.187383 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:48.190641 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:48.193882 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:48.197138 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:48.200385 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:48.203640 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:48.206906 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:48.210163 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:48.213412 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:48.216658 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:48.219904 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:48.223167 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:48.226419 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:48.229673 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:48.232921 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:48.236167 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:48.239403 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:48.242655 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:48.245912 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:48.249154 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:48.252394 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:48.255627 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:48.258881 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:48.262134 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:48.265387 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:48.268630 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:48.271868 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:48.275111 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:48.278365 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:48.281594 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:48.284841 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:48.288119 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:48.291355 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:48.294596 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:48.297847 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:48.301092 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:48.304325 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:48.307589 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:48.310820 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:48.314063 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:48.317308 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:48.320545 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:48.323787 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:48.327037 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:48.330291 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:48.333528 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:48.336774 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:48.340013 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:48.343261 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:48.346516 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:48.349766 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:48.353017 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:48.356256 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:48.359508 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:48.362754 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:48.366009 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:48.369276 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:48.372539 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:48.375786 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:48.379018 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:48.382269 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:48.385522 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:48.388772 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:48.392005 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:48.395256 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:48.398495 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:48.401748 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:48.404987 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:48.408232 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:48.411489 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:48.414717 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:48.417965 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:48.421234 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:48.424493 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:48.427747 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:48.430990 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:48.434244 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:48.437492 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:48.440729 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:48.443970 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:48.447225 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:48.450473 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:48.453724 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:48.456979 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:48.460226 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:48.463483 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:48.466736 ---      ParallelTerminationStrategy: PID 22 died...
22:49:48.468206 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:48.471816 ---      ParallelTerminationStrategy: PID 23 died...
22:49:48.473282 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:48.476856 ---      ParallelTerminationStrategy: PID 24 died...
22:49:48.478311 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:48.481923 ---      ParallelTerminationStrategy: PID 25 died...
22:49:48.483395 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:48.487003 ---      ParallelTerminationStrategy: PID 26 died...
22:49:48.488456 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:48.492091 ---      ParallelTerminationStrategy: PID 27 died...
22:49:48.493572 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:48.497205 ---      ParallelTerminationStrategy: PID 28 died...
22:49:48.498672 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:48.502291 ---      ParallelTerminationStrategy: PID 29 died...
22:49:48.503745 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:48.507399 ---      ParallelTerminationStrategy: PID 30 died...
22:49:48.508880 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:48.512499 ---      ParallelTerminationStrategy: PID 31 died...
22:49:48.513981 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:48.517648 ---      ParallelTerminationStrategy: PID 32 died...
22:49:48.519128 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:48.522794 ---      ParallelTerminationStrategy: PID 33 died...
22:49:48.524277 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:48.527912 ---      ParallelTerminationStrategy: PID 35 died...
22:49:48.529412 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:48.533051 ---      ParallelTerminationStrategy: PID 36 died...
22:49:48.534530 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:48.538160 ---      ParallelTerminationStrategy: PID 37 died...
22:49:48.539635 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:48.543278 ---      ParallelTerminationStrategy: PID 38 died...
22:49:48.544768 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:48.548431 ---      ParallelTerminationStrategy: PID 39 died...
22:49:48.549907 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:48.553543 ---      ParallelTerminationStrategy: PID 40 died...
22:49:48.555018 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:48.558658 ---      ParallelTerminationStrategy: PID 41 died...
22:49:48.560137 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:48.563773 ---      ParallelTerminationStrategy: PID 42 died...
22:49:48.565250 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:48.568922 ---      ParallelTerminationStrategy: PID 43 died...
22:49:48.570393 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:48.574024 ---      ParallelTerminationStrategy: PID 44 died...
22:49:48.575489 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:48.579112 ---      ParallelTerminationStrategy: PID 45 died...
22:49:48.580578 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:48.584209 ---      ParallelTerminationStrategy: PID 46 died...
22:49:48.585680 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:48.589302 ---      ParallelTerminationStrategy: PID 47 died...
22:49:48.590761 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:48.594395 ---      ParallelTerminationStrategy: PID 48 died...
22:49:48.595871 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:48.599520 ---      ParallelTerminationStrategy: PID 49 died...
22:49:48.601000 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:48.604609 ---      ParallelTerminationStrategy: PID 50 died...
22:49:48.606097 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:48.609721 ---      ParallelTerminationStrategy: PID 51 died...
22:49:48.611186 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:48.614791 ---      ParallelTerminationStrategy: PID 52 died...
22:49:48.616250 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:48.619855 ---      ParallelTerminationStrategy: PID 53 died...
22:49:48.621326 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:48.624940 ---      ParallelTerminationStrategy: PID 54 died...
22:49:48.626408 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:48.630036 ---      ParallelTerminationStrategy: PID 55 died...
22:49:48.631498 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:48.635128 ---      ParallelTerminationStrategy: PID 56 died...
22:49:48.636600 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:48.640244 ---      ParallelTerminationStrategy: PID 57 died...
22:49:48.641718 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:48.645351 ---      ParallelTerminationStrategy: PID 58 died...
22:49:48.646808 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:48.650427 ---      ParallelTerminationStrategy: PID 59 died...
22:49:48.651887 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:48.655515 ---      ParallelTerminationStrategy: PID 60 died...
22:49:48.657006 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:48.660604 ---      ParallelTerminationStrategy: PID 61 died...
22:49:48.662079 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:48.665744 ---      ParallelTerminationStrategy: PID 62 died...
22:49:48.667220 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:48.670863 ---      ParallelTerminationStrategy: PID 63 died...
22:49:48.672324 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:48.675944 ---      ParallelTerminationStrategy: PID 64 died...
22:49:48.677428 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:48.681039 ---      ParallelTerminationStrategy: PID 65 died...
22:49:48.682500 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:48.686133 ---      ParallelTerminationStrategy: PID 66 died...
22:49:48.687596 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:48.691202 ---      ParallelTerminationStrategy: PID 67 died...
22:49:48.692666 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:48.696287 ---      ParallelTerminationStrategy: PID 68 died...
22:49:48.697755 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:48.701387 ---      ParallelTerminationStrategy: PID 69 died...
22:49:48.702861 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:48.706484 ---      ParallelTerminationStrategy: PID 70 died...
22:49:48.707939 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:48.711544 ---      ParallelTerminationStrategy: PID 71 died...
22:49:48.713014 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:48.716649 ---      ParallelTerminationStrategy: PID 72 died...
22:49:48.718116 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:48.721734 ---      ParallelTerminationStrategy: PID 73 died...
22:49:48.723205 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:48.726847 ---      ParallelTerminationStrategy: PID 74 died...
22:49:48.728300 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:48.731919 ---      ParallelTerminationStrategy: PID 75 died...
22:49:48.733389 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:48.737007 ---      ParallelTerminationStrategy: PID 76 died...
22:49:48.738470 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:48.742092 ---      ParallelTerminationStrategy: PID 77 died...
22:49:48.743556 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:48.747215 ---      ParallelTerminationStrategy: PID 78 died...
22:49:48.748690 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:48.752311 ---      ParallelTerminationStrategy: PID 79 died...
22:49:48.753786 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:48.757405 ---      ParallelTerminationStrategy: PID 80 died...
22:49:48.758863 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:48.762473 ---      ParallelTerminationStrategy: PID 81 died...
22:49:48.763937 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:48.767562 ---      ParallelTerminationStrategy: PID 82 died...
22:49:48.769028 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:48.772646 ---      ParallelTerminationStrategy: PID 83 died...
22:49:48.774117 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:48.777744 ---      ParallelTerminationStrategy: PID 84 died...
22:49:48.779210 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:48.782823 ---      ParallelTerminationStrategy: PID 85 died...
22:49:48.784293 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:48.787945 ---      ParallelTerminationStrategy: PID 86 died...
22:49:48.789426 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:48.793043 ---      ParallelTerminationStrategy: PID 87 died...
22:49:48.794504 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:48.798143 ---      ParallelTerminationStrategy: PID 88 died...
22:49:48.799611 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:48.803232 ---      ParallelTerminationStrategy: PID 89 died...
22:49:48.804698 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:48.808315 ---      ParallelTerminationStrategy: PID 90 died...
22:49:48.809797 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:48.813421 ---      ParallelTerminationStrategy: PID 91 died...
22:49:48.814884 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:48.818511 ---      ParallelTerminationStrategy: PID 92 died...
22:49:48.819982 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:48.823617 ---      ParallelTerminationStrategy: PID 93 died...
22:49:48.825080 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:48.828688 ---      ParallelTerminationStrategy: PID 94 died...
22:49:48.830150 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:48.833777 ---      ParallelTerminationStrategy: PID 95 died...
22:49:48.835231 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:48.838858 ---      ParallelTerminationStrategy: PID 96 died...
22:49:48.840330 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:48.843945 ---      ParallelTerminationStrategy: PID 97 died...
22:49:48.845431 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:48.849062 ---      ParallelTerminationStrategy: PID 98 died...
22:49:48.850530 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:48.854150 ---      ParallelTerminationStrategy: PID 99 died...
22:49:48.855612 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:48.859218 ---      ParallelTerminationStrategy: PID 100 died...
22:49:48.860685 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:48.864310 ---      ParallelTerminationStrategy: PID 101 died...
22:49:48.865784 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:48.869412 ---      ParallelTerminationStrategy: PID 102 died...
22:49:48.870883 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:48.874479 ---      ParallelTerminationStrategy: PID 103 died...
22:49:48.875947 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:48.879550 ---      ParallelTerminationStrategy: PID 104 died...
22:49:48.881028 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:48.884653 ---      ParallelTerminationStrategy: PID 105 died...
22:49:48.886118 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:48.889746 ---      ParallelTerminationStrategy: PID 106 died...
22:49:48.891207 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:48.894824 ---      ParallelTerminationStrategy: PID 107 died...
22:49:48.896300 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:48.899908 ---      ParallelTerminationStrategy: PID 108 died...
22:49:48.901383 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:48.905029 ---      ParallelTerminationStrategy: PID 109 died...
22:49:48.906509 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:48.910140 ---      ParallelTerminationStrategy: PID 110 died...
22:49:48.911605 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:48.915243 ---      ParallelTerminationStrategy: PID 111 died...
22:49:48.916738 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:48.920345 ---      ParallelTerminationStrategy: PID 112 died...
22:49:48.921819 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:48.925436 ---      ParallelTerminationStrategy: PID 113 died...
22:49:48.926895 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:48.930535 ---      ParallelTerminationStrategy: PID 114 died...
22:49:48.931998 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:48.935617 ---      ParallelTerminationStrategy: PID 115 died...
22:49:48.937094 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:48.940708 ---      ParallelTerminationStrategy: PID 116 died...
22:49:48.942170 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:48.945801 ---      ParallelTerminationStrategy: PID 117 died...
22:49:48.947295 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:48.950907 ---      ParallelTerminationStrategy: PID 118 died...
22:49:48.952368 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:48.956001 ---      ParallelTerminationStrategy: PID 119 died...
22:49:48.957476 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:48.961096 ---      ParallelTerminationStrategy: PID 120 died...
22:49:48.962559 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:48.966199 ---      ParallelTerminationStrategy: PID 121 died...
22:49:48.967667 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:48.971285 ---      ParallelTerminationStrategy: PID 122 died...
22:49:48.972759 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:48.976368 ---      ParallelTerminationStrategy: PID 123 died...
22:49:48.977865 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:48.981482 ---      ParallelTerminationStrategy: PID 124 died...
22:49:48.982934 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:48.986552 ---      ParallelTerminationStrategy: PID 125 died...
22:49:48.988007 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:48.991607 ---      ParallelTerminationStrategy: PID 126 died...
22:49:48.993082 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:48.996704 ---      ParallelTerminationStrategy: PID 127 died...
22:49:48.998184 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:49.001817 ---      ParallelTerminationStrategy: PID 128 died...
22:49:49.003277 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:49.006900 ---      ParallelTerminationStrategy: PID 129 died...
22:49:49.008360 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:49.011980 ---      ParallelTerminationStrategy: PID 130 died...
22:49:49.013453 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:49.017070 ---      ParallelTerminationStrategy: PID 131 died...
22:49:49.018545 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:49.022162 ---      ParallelTerminationStrategy: PID 132 died...
22:49:49.023620 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:49.027241 ---      ParallelTerminationStrategy: PID 133 died...
22:49:49.028704 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:49.032327 ---      ParallelTerminationStrategy: PID 134 died...
22:49:49.033822 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:49.037444 ---      ParallelTerminationStrategy: PID 135 died...
22:49:49.038903 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:49.042549 ---      ParallelTerminationStrategy: PID 136 died...
22:49:49.044012 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:49.047666 ---      ParallelTerminationStrategy: PID 137 died...
22:49:49.049134 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:49.052785 ---      ParallelTerminationStrategy: PID 138 died...
22:49:49.054258 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:49.057901 ---      ParallelTerminationStrategy: PID 139 died...
22:49:49.059368 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:49.062997 ---      ParallelTerminationStrategy: PID 140 died...
22:49:49.064459 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:49.068098 ---      ParallelTerminationStrategy: PID 141 died...
22:49:49.069582 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:49.073222 ---      ParallelTerminationStrategy: PID 142 died...
22:49:49.074697 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:49.078327 ---      ParallelTerminationStrategy: PID 143 died...
22:49:49.079785 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:49.083417 ---      ParallelTerminationStrategy: PID 144 died...
22:49:49.084886 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:49.088516 ---      ParallelTerminationStrategy: PID 145 died...
22:49:49.089985 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:49.093639 ---      ParallelTerminationStrategy: PID 146 died...
22:49:49.095106 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:49.098751 ---      ParallelTerminationStrategy: PID 147 died...
22:49:49.100216 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:49.103854 ---      ParallelTerminationStrategy: PID 148 died...
22:49:49.105349 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:49.109006 ---      ParallelTerminationStrategy: PID 149 died...
22:49:49.110472 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:49.114112 ---      ParallelTerminationStrategy: PID 150 died...
22:49:49.115584 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:49.119217 ---      ParallelTerminationStrategy: PID 151 died...
22:49:49.120692 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:49.124335 ---      ParallelTerminationStrategy: PID 152 died...
22:49:49.125832 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:49.129484 ---      ParallelTerminationStrategy: PID 153 died...
22:49:49.130947 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:49.134598 ---      ParallelTerminationStrategy: PID 154 died...
22:49:49.136059 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:49.139732 ---      ParallelTerminationStrategy: PID 155 died...
22:49:49.141214 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:49.144850 ---      ParallelTerminationStrategy: PID 156 died...
22:49:49.146347 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:49.150003 ---      ParallelTerminationStrategy: PID 157 died...
22:49:49.151477 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:49.155130 ---      ParallelTerminationStrategy: PID 158 died...
22:49:49.156594 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:49.160261 ---      ParallelTerminationStrategy: PID 159 died...
22:49:49.161759 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:49.165396 ---      ParallelTerminationStrategy: PID 160 died...
22:49:49.166861 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:49.170506 ---      ParallelTerminationStrategy: PID 161 died...
22:49:49.171978 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:49.175629 ---      ParallelTerminationStrategy: PID 162 died...
22:49:49.177099 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:49.180744 ---      ParallelTerminationStrategy: PID 163 died...
22:49:49.182209 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:49.185868 ---      ParallelTerminationStrategy: PID 164 died...
22:49:49.187325 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:49.190942 ---      ParallelTerminationStrategy: PID 165 died...
22:49:49.192404 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:49.196029 ---      ParallelTerminationStrategy: PID 166 died...
22:49:49.197503 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:49.201135 ---      ParallelTerminationStrategy: PID 167 died...
22:49:49.202603 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:49.206234 ---      ParallelTerminationStrategy: PID 168 died...
22:49:49.207695 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:49.211344 ---      ParallelTerminationStrategy: PID 169 died...
22:49:49.212814 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:49.216468 ---      ParallelTerminationStrategy: PID 170 died...
22:49:49.217957 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:49.221630 ---      ParallelTerminationStrategy: PID 171 died...
22:49:49.223102 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:49.226741 ---      ParallelTerminationStrategy: PID 172 died...
22:49:49.228204 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:49.231855 ---      ParallelTerminationStrategy: PID 173 died...
22:49:49.233335 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:49.236979 ---      ParallelTerminationStrategy: PID 174 died...
22:49:49.238446 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:49.242126 ---      ParallelTerminationStrategy: PID 175 died...
22:49:49.243589 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:49.247240 ---      ParallelTerminationStrategy: PID 176 died...
22:49:49.248716 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:49.252362 ---      ParallelTerminationStrategy: PID 177 died...
22:49:49.253863 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:49.257509 ---      ParallelTerminationStrategy: PID 178 died...
22:49:49.258979 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:49.262620 ---      ParallelTerminationStrategy: PID 179 died...
22:49:49.264089 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:49.267741 ---      ParallelTerminationStrategy: PID 180 died...
22:49:49.269206 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:49.272862 ---      ParallelTerminationStrategy: PID 181 died...
22:49:49.274341 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:49.278008 ---      ParallelTerminationStrategy: PID 182 died...
22:49:49.279473 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:49.283132 ---      ParallelTerminationStrategy: PID 183 died...
22:49:49.284605 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:49.288257 ---      ParallelTerminationStrategy: PID 184 died...
22:49:49.289729 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:49.293392 ---      ParallelTerminationStrategy: PID 185 died...
22:49:49.294853 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:49.298481 ---      ParallelTerminationStrategy: PID 186 died...
22:49:49.299946 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:49.303595 ---      ParallelTerminationStrategy: PID 187 died...
22:49:49.305077 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:49.308731 ---      ParallelTerminationStrategy: PID 188 died...
22:49:49.310205 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:49.313848 ---      ParallelTerminationStrategy: PID 189 died...
22:49:49.315325 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:49.318977 ---      ParallelTerminationStrategy: PID 190 died...
22:49:49.320437 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:49.324107 ---      ParallelTerminationStrategy: PID 191 died...
22:49:49.325588 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:49.329242 ---      ParallelTerminationStrategy: PID 192 died...
22:49:49.330709 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:49.334337 ---      ParallelTerminationStrategy: PID 193 died...
22:49:49.335804 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:49.339449 ---      ParallelTerminationStrategy: PID 194 died...
22:49:49.340926 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:49.344568 ---      ParallelTerminationStrategy: PID 195 died...
22:49:49.346061 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:49.349734 ---      ParallelTerminationStrategy: PID 196 died...
22:49:49.351200 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:49.354890 ---      ParallelTerminationStrategy: PID 197 died...
22:49:49.356360 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:49.360016 ---      ParallelTerminationStrategy: PID 198 died...
22:49:49.361495 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:49.365161 ---      ParallelTerminationStrategy: PID 199 died...
22:49:49.366629 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:49.370280 ---      ParallelTerminationStrategy: PID 200 died...
22:49:49.371749 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:49.375381 ---      ParallelTerminationStrategy: PID 201 died...
22:49:49.376853 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:49.380506 ---      ParallelTerminationStrategy: PID 202 died...
22:49:49.381984 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:49.385634 ---      ParallelTerminationStrategy: PID 203 died...
22:49:49.387096 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:49.390737 ---      ParallelTerminationStrategy: PID 204 died...
22:49:49.392212 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:49.395871 ---      ParallelTerminationStrategy: PID 205 died...
22:49:49.397347 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:49.401004 ---      ParallelTerminationStrategy: PID 206 died...
22:49:49.402462 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:49.406135 ---      ParallelTerminationStrategy: PID 207 died...
22:49:49.407612 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:49.411286 ---      ParallelTerminationStrategy: PID 208 died...
22:49:49.412763 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:49.416396 ---      ParallelTerminationStrategy: PID 209 died...
22:49:49.417867 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:49.421524 ---      ParallelTerminationStrategy: PID 210 died...
22:49:49.422989 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:49.426661 ---      ParallelTerminationStrategy: PID 211 died...
22:49:49.428136 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:49.431791 ---      ParallelTerminationStrategy: PID 212 died...
22:49:49.433271 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:49.436914 ---      ParallelTerminationStrategy: PID 213 died...
22:49:49.438386 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:49.442029 ---      ParallelTerminationStrategy: PID 214 died...
22:49:49.443492 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:49.447137 ---      ParallelTerminationStrategy: PID 215 died...
22:49:49.448606 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:49.452274 ---      ParallelTerminationStrategy: PID 216 died...
22:49:49.453758 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:49.457403 ---      ParallelTerminationStrategy: PID 217 died...
22:49:49.458866 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:49.462560 ---      ParallelTerminationStrategy: PID 218 died...
22:49:49.464030 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:49.467670 ---      ParallelTerminationStrategy: PID 219 died...
22:49:49.469177 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:49.472829 ---      ParallelTerminationStrategy: PID 220 died...
22:49:49.474296 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:49.477929 ---      ParallelTerminationStrategy: PID 221 died...
22:49:49.479400 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:49.483058 ---      ParallelTerminationStrategy: PID 222 died...
22:49:49.484528 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:49.488188 ---      ParallelTerminationStrategy: PID 223 died...
22:49:49.489673 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:49.493320 ---      ParallelTerminationStrategy: PID 224 died...
22:49:49.494796 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:49.498447 ---      ParallelTerminationStrategy: PID 225 died...
22:49:49.499915 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:49.503561 ---      ParallelTerminationStrategy: PID 226 died...
22:49:49.505046 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:49.508703 ---      ParallelTerminationStrategy: PID 227 died...
22:49:49.510163 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:49.513846 ---      ParallelTerminationStrategy: PID 228 died...
22:49:49.515320 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:49.518953 ---      ParallelTerminationStrategy: PID 229 died...
22:49:49.520423 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:49.524105 ---      ParallelTerminationStrategy: PID 230 died...
22:49:49.525587 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:49.529242 ---      ParallelTerminationStrategy: PID 231 died...
22:49:49.530709 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:49.534385 ---      ParallelTerminationStrategy: PID 232 died...
22:49:49.535851 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:49.539513 ---      ParallelTerminationStrategy: PID 233 died...
22:49:49.540989 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:49.544652 ---      ParallelTerminationStrategy: PID 234 died...
22:49:49.546149 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:52.950578 ---      ParallelTerminationStrategy: PID 34 died...
22:49:52.956988 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8137 netreg_mass PASS
---------------------------------------------------------------------
22:49:53.032159 tst                       trial-8137: Storing JUnit report in /build/trial-8137/run.2025-11-01_22-48-24/trial-8137.xml

--------------------------------------------------------------------------------------------
trial-8137 PASS
--------------------------------------------------------------------------------------------
22:49:53.042911 tst                       trial-8137: trial-8137: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (83.2 sec)
+ exit_code=0
+ rm -rf trial-8137/inst
+ cd trial-8137
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-11-01 22:48:24
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8137-run.tgz run.2025-11-01_22-48-24
+ tar czf /build/trial-8137-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-11-01_13_29_04.tgz osmo-bts-oc2g.build-2025-11-01_00_51_41.tgz osmo-bts-sysmo.build-2025-11-01_00_51_43.tgz osmo-bts.build-2025-11-01_00_51_53.tgz osmo-ggsn.build-2025-11-01_20_42_32.tgz osmo-hlr.build-2025-11-01_16_36_49.tgz osmo-hnbgw.build-2025-11-01_13_30_29.tgz osmo-mgw.build-2025-11-01_08_33_14.tgz osmo-msc.build-2025-11-01_13_32_46.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-01_07_34_04.tgz osmo-pcu-sysmo.build-2025-11-01_07_34_08.tgz osmo-pcu.build-2025-11-01_07_36_27.tgz osmo-sgsn.build-2025-11-01_20_48_09.tgz osmo-stp.build-2025-11-01_13_25_29.tgz osmo-trx.build-2025-11-01_14_26_22.tgz osmocom-bb.build-2025-11-01_21_17_20.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