Skip to content
Success

Console Output

Skipping 15 KB.. Full Log
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
6b78751 debian-bookworm-build: remove pysispm, pydbus
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:0626a3d186e88f5a695de5ac07dbd5aecdd4d22b81b9880f9a52dd7c54231a5f 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=7932 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-04-10 22:48:19
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7932
+ mkdir -p trial-7932
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-04-10_13_26_30.tgz osmo-bts-oc2g.build-2025-04-10_00_51_27.tgz osmo-bts-sysmo.build-2025-04-10_00_51_30.tgz osmo-bts.build-2025-04-10_00_51_37.tgz osmo-ggsn.build-2025-04-10_20_42_29.tgz osmo-hlr.build-2025-04-10_16_37_05.tgz osmo-hnbgw.build-2025-04-10_15_27_47.tgz osmo-mgw.build-2025-04-10_08_33_14.tgz osmo-msc.build-2025-04-10_13_34_47.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-10_07_34_02.tgz osmo-pcu-sysmo.build-2025-04-10_07_34_05.tgz osmo-pcu.build-2025-04-10_07_34_05.tgz osmo-sgsn.build-2025-04-10_20_47_55.tgz osmo-stp.build-2025-04-10_13_25_18.tgz osmo-trx.build-2025-04-10_14_27_04.tgz osmocom-bb.build-2025-04-10_21_17_26.tgz srslte.build-19.tgz trial-7932
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-04-10_13_26_30.md5 osmo-bts-oc2g.build-2025-04-10_00_51_27.md5 osmo-bts-sysmo.build-2025-04-10_00_51_30.md5 osmo-bts.build-2025-04-10_00_51_37.md5 osmo-ggsn.build-2025-04-10_20_42_29.md5 osmo-hlr.build-2025-04-10_16_37_05.md5 osmo-hnbgw.build-2025-04-10_15_27_47.md5 osmo-mgw.build-2025-04-10_08_33_14.md5 osmo-msc.build-2025-04-10_13_34_47.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-10_07_34_02.md5 osmo-pcu-sysmo.build-2025-04-10_07_34_05.md5 osmo-pcu.build-2025-04-10_07_34_05.md5 osmo-sgsn.build-2025-04-10_20_47_55.md5 osmo-stp.build-2025-04-10_13_25_18.md5 osmo-trx.build-2025-04-10_14_27_04.md5 osmocom-bb.build-2025-04-10_21_17_26.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-04-10_13_26_30.md5 osmo-bts-oc2g.build-2025-04-10_00_51_27.md5 osmo-bts-sysmo.build-2025-04-10_00_51_30.md5 osmo-bts.build-2025-04-10_00_51_37.md5 osmo-ggsn.build-2025-04-10_20_42_29.md5 osmo-hlr.build-2025-04-10_16_37_05.md5 osmo-hnbgw.build-2025-04-10_15_27_47.md5 osmo-mgw.build-2025-04-10_08_33_14.md5 osmo-msc.build-2025-04-10_13_34_47.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-10_07_34_02.md5 osmo-pcu-sysmo.build-2025-04-10_07_34_05.md5 osmo-pcu.build-2025-04-10_07_34_05.md5 osmo-sgsn.build-2025-04-10_20_47_55.md5 osmo-stp.build-2025-04-10_13_25_18.md5 osmo-trx.build-2025-04-10_14_27_04.md5 osmocom-bb.build-2025-04-10_21_17_26.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-7932 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7932'
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-7932
--------------------------------------------------------------------------------------------
22:48:19.842053 tst                       trial-7932: Detailed log at /build/trial-7932/run.2025-04-10_22-48-19/log

---------------------------------------------------------------------
trial-7932 netreg_mass
---------------------------------------------------------------------
22:48:20.044340 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:20.044702 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:20.045486 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:20.046662 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:20.087320 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:20.088094 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:20.089255 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:20.163247 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-7932 netreg_mass register_default_mass.py
----------------------------------------------
22:48:20.164000 tst       register_default_mass.py:9: Claiming resources for the test
22:48:20.179889 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.180466 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.180973 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.181467 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.182027 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.182528 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.183008 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:20.238743 tst         register_default_mass.py: using LAC 2
22:48:20.287968 tst         register_default_mass.py: using RAC 2
22:48:20.345582 tst         register_default_mass.py: using CellId 2
22:48:20.406610 tst         register_default_mass.py: using BVCI 3
22:48:20.412730 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.413411 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.413975 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.414516 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.415073 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.415612 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.416133 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.416682 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.417231 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.417750 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.418271 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.418792 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.419315 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.419837 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.420376 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.420946 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.421491 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.422014 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.422537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.423071 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.423588 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.424123 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.424657 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.425190 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.425716 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.426242 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.426758 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.427287 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.427804 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.428330 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.428841 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.429376 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.429904 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.430422 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.430954 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.431479 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.431997 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.432524 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.433061 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.433577 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.434091 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.434619 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.435153 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.435673 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.436191 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.436723 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.437245 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.437767 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.438292 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.438814 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.439353 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.439875 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.440389 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.440919 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.441438 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.441966 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.442485 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.443002 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.443534 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.444046 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.444565 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.445092 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.445605 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.446136 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.446648 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.447163 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.447668 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.448204 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.448734 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.449238 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.449766 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.450281 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.450884 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.451407 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.451924 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.452453 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.452968 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.453497 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.454014 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.454529 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.455043 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.455567 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.456083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.456593 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.457117 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.457620 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.458126 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.458641 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.459155 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.459711 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.460256 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.460796 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.461340 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.461853 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.462362 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.462881 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.463408 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.463918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.464427 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.464947 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.465455 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.466041 tst      register_default_mass.py:21: Launching a simple network
22:48:20.476033 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:20.598905 run            create_hlr_db(pid=20): Launched
22:48:21.611620 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:21.628598 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:21.643916 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:21.649599 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:21.826743 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:21.842370 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:21.848146 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:22.289792 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:22.305357 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:25.317786 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:25.434336 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:25.450448 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:25.457258 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:25.481818 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:25.498436 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:25.505411 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:25.849060 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:25.866123 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:31.887397 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:32.057339 run         osmo-bts-virtual(pid=34): Launched
22:48:33.114317 tst         register_default_mass.py: using MSISDN 1001
22:48:33.125795 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:33.245957 tst         register_default_mass.py: using MSISDN 1002
22:48:33.253360 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:33.426840 tst         register_default_mass.py: using MSISDN 1003
22:48:33.436484 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:33.547526 tst         register_default_mass.py: using MSISDN 1004
22:48:33.553785 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:33.675430 tst         register_default_mass.py: using MSISDN 1005
22:48:33.682312 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:33.801760 tst         register_default_mass.py: using MSISDN 1006
22:48:33.807454 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:33.917519 tst         register_default_mass.py: using MSISDN 1007
22:48:33.924178 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:34.004061 tst         register_default_mass.py: using MSISDN 1008
22:48:34.011770 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:34.088477 tst         register_default_mass.py: using MSISDN 1009
22:48:34.094423 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:34.174716 tst         register_default_mass.py: using MSISDN 1010
22:48:34.180577 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:34.262481 tst         register_default_mass.py: using MSISDN 1011
22:48:34.268312 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:34.343921 tst         register_default_mass.py: using MSISDN 1012
22:48:34.350157 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:34.429042 tst         register_default_mass.py: using MSISDN 1013
22:48:34.436820 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:34.610042 tst         register_default_mass.py: using MSISDN 1014
22:48:34.616989 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:35.031849 tst         register_default_mass.py: using MSISDN 1015
22:48:35.039051 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:35.144480 tst         register_default_mass.py: using MSISDN 1016
22:48:35.150274 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:35.528907 tst         register_default_mass.py: using MSISDN 1017
22:48:35.635457 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:35.736451 tst         register_default_mass.py: using MSISDN 1018
22:48:35.759053 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:35.829324 tst         register_default_mass.py: using MSISDN 1019
22:48:35.845662 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:35.926276 tst         register_default_mass.py: using MSISDN 1020
22:48:35.937234 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:35.997657 tst         register_default_mass.py: using MSISDN 1021
22:48:36.012203 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:36.095959 tst         register_default_mass.py: using MSISDN 1022
22:48:36.116843 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:36.183991 tst         register_default_mass.py: using MSISDN 1023
22:48:36.189862 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:36.272781 tst         register_default_mass.py: using MSISDN 1024
22:48:36.288043 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:36.352601 tst         register_default_mass.py: using MSISDN 1025
22:48:36.369483 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:36.448629 tst         register_default_mass.py: using MSISDN 1026
22:48:36.454576 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:36.541824 tst         register_default_mass.py: using MSISDN 1027
22:48:36.547677 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:36.609182 tst         register_default_mass.py: using MSISDN 1028
22:48:36.620244 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:36.699850 tst         register_default_mass.py: using MSISDN 1029
22:48:36.706051 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:36.785254 tst         register_default_mass.py: using MSISDN 1030
22:48:36.792938 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:36.873721 tst         register_default_mass.py: using MSISDN 1031
22:48:36.879823 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:36.960698 tst         register_default_mass.py: using MSISDN 1032
22:48:36.966792 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:37.059629 tst         register_default_mass.py: using MSISDN 1033
22:48:37.071149 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:37.188372 tst         register_default_mass.py: using MSISDN 1034
22:48:37.194242 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:37.267439 tst         register_default_mass.py: using MSISDN 1035
22:48:37.273445 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:37.390673 tst         register_default_mass.py: using MSISDN 1036
22:48:37.399545 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:37.479973 tst         register_default_mass.py: using MSISDN 1037
22:48:37.485876 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:37.560204 tst         register_default_mass.py: using MSISDN 1038
22:48:37.570316 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:37.643783 tst         register_default_mass.py: using MSISDN 1039
22:48:37.656335 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:37.730874 tst         register_default_mass.py: using MSISDN 1040
22:48:37.744995 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:37.818500 tst         register_default_mass.py: using MSISDN 1041
22:48:37.825606 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:37.924919 tst         register_default_mass.py: using MSISDN 1042
22:48:37.933431 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:38.047289 tst         register_default_mass.py: using MSISDN 1043
22:48:38.056724 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:38.170663 tst         register_default_mass.py: using MSISDN 1044
22:48:38.178976 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:38.282214 tst         register_default_mass.py: using MSISDN 1045
22:48:38.294006 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:38.401592 tst         register_default_mass.py: using MSISDN 1046
22:48:38.407953 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:38.513750 tst         register_default_mass.py: using MSISDN 1047
22:48:38.519832 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:38.608134 tst         register_default_mass.py: using MSISDN 1048
22:48:38.617488 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:38.685536 tst         register_default_mass.py: using MSISDN 1049
22:48:38.691719 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:38.773071 tst         register_default_mass.py: using MSISDN 1050
22:48:38.784465 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:38.856815 tst         register_default_mass.py: using MSISDN 1051
22:48:38.871484 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:38.955688 tst         register_default_mass.py: using MSISDN 1052
22:48:38.973222 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:39.051196 tst         register_default_mass.py: using MSISDN 1053
22:48:39.057031 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:39.159528 tst         register_default_mass.py: using MSISDN 1054
22:48:39.165416 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:39.236346 tst         register_default_mass.py: using MSISDN 1055
22:48:39.241980 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:39.321388 tst         register_default_mass.py: using MSISDN 1056
22:48:39.330699 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:39.405081 tst         register_default_mass.py: using MSISDN 1057
22:48:39.421849 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:39.488176 tst         register_default_mass.py: using MSISDN 1058
22:48:39.500033 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:39.586323 tst         register_default_mass.py: using MSISDN 1059
22:48:39.592730 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:39.703260 tst         register_default_mass.py: using MSISDN 1060
22:48:39.711747 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:39.829907 tst         register_default_mass.py: using MSISDN 1061
22:48:39.835473 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:40.910002 tst         register_default_mass.py: using MSISDN 1062
22:48:40.915905 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:41.032418 tst         register_default_mass.py: using MSISDN 1063
22:48:41.039088 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:41.134053 tst         register_default_mass.py: using MSISDN 1064
22:48:41.154482 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:41.239383 tst         register_default_mass.py: using MSISDN 1065
22:48:41.259518 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:41.331926 tst         register_default_mass.py: using MSISDN 1066
22:48:41.353822 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:41.429465 tst         register_default_mass.py: using MSISDN 1067
22:48:41.452294 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:41.532132 tst         register_default_mass.py: using MSISDN 1068
22:48:41.555282 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:41.688050 tst         register_default_mass.py: using MSISDN 1069
22:48:41.693947 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:41.797269 tst         register_default_mass.py: using MSISDN 1070
22:48:41.803785 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:41.878391 tst         register_default_mass.py: using MSISDN 1071
22:48:41.884377 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:41.974358 tst         register_default_mass.py: using MSISDN 1072
22:48:41.985265 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:42.093086 tst         register_default_mass.py: using MSISDN 1073
22:48:42.100747 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:42.237264 tst         register_default_mass.py: using MSISDN 1074
22:48:42.243651 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:42.356744 tst         register_default_mass.py: using MSISDN 1075
22:48:42.363432 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:42.489242 tst         register_default_mass.py: using MSISDN 1076
22:48:42.495211 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:42.564852 tst         register_default_mass.py: using MSISDN 1077
22:48:42.570383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:42.640087 tst         register_default_mass.py: using MSISDN 1078
22:48:42.645882 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:42.725077 tst         register_default_mass.py: using MSISDN 1079
22:48:42.731167 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:42.808145 tst         register_default_mass.py: using MSISDN 1080
22:48:42.814037 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:42.877317 tst         register_default_mass.py: using MSISDN 1081
22:48:42.884697 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:42.957056 tst         register_default_mass.py: using MSISDN 1082
22:48:42.962827 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:43.048515 tst         register_default_mass.py: using MSISDN 1083
22:48:43.054524 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:43.142899 tst         register_default_mass.py: using MSISDN 1084
22:48:43.149726 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:43.231998 tst         register_default_mass.py: using MSISDN 1085
22:48:43.237809 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:43.303991 tst         register_default_mass.py: using MSISDN 1086
22:48:43.309713 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:43.381200 tst         register_default_mass.py: using MSISDN 1087
22:48:43.388883 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:43.487932 tst         register_default_mass.py: using MSISDN 1088
22:48:43.497428 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:43.597218 tst         register_default_mass.py: using MSISDN 1089
22:48:43.606304 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:43.719903 tst         register_default_mass.py: using MSISDN 1090
22:48:43.726103 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:43.843928 tst         register_default_mass.py: using MSISDN 1091
22:48:43.850044 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:43.948076 tst         register_default_mass.py: using MSISDN 1092
22:48:43.954072 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:44.017031 tst         register_default_mass.py: using MSISDN 1093
22:48:44.022777 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:44.093626 tst         register_default_mass.py: using MSISDN 1094
22:48:44.099338 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:44.175085 tst         register_default_mass.py: using MSISDN 1095
22:48:44.183722 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:44.243918 tst         register_default_mass.py: using MSISDN 1096
22:48:44.249916 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:44.328802 tst         register_default_mass.py: using MSISDN 1097
22:48:44.335066 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:44.406810 tst         register_default_mass.py: using MSISDN 1098
22:48:44.412473 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:44.496514 tst         register_default_mass.py: using MSISDN 1099
22:48:44.508051 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:44.602933 tst         register_default_mass.py: using MSISDN 1100
22:48:44.612752 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:44.748824 run                             mass: Starting testcase
22:48:44.754608 run                             mass: Pre-launching all virtphy's
22:48:44.760232 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:44.773792 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:44.780155 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:44.794080 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:44.800312 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:44.813551 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:44.819598 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:44.832887 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:44.838956 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:44.851894 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:44.858011 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:44.871128 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:44.879102 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:44.892199 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:44.898248 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:44.911097 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:44.917073 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:44.929767 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:44.935695 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:44.948400 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:44.954445 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:44.967154 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:44.973172 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:44.985969 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:44.991950 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:45.004789 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:45.010850 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:45.024022 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:45.030188 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:45.043268 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:45.049518 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:45.063037 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:45.069262 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:45.083006 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:45.089251 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:45.102963 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:45.109225 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:45.122830 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:45.129062 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:45.142612 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:45.148886 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:45.162507 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:45.168837 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:45.182391 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:45.188618 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:45.202062 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:45.208270 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:45.221811 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:45.227997 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:45.241461 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:45.247779 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:45.261301 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:45.267550 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:45.281039 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:45.287380 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:45.300993 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:45.307172 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:45.320774 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:45.327058 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:45.340728 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:45.346979 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:45.360547 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:45.366780 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:45.380388 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:45.386648 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:45.400239 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:45.407217 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:45.420759 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:45.431440 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:45.445737 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:45.452127 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:45.466077 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:45.472313 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:45.485660 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:45.491850 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:45.505525 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:45.511704 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:45.524912 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:45.531018 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:45.544111 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:45.550370 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:45.563811 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:45.570174 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:45.583706 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:45.590047 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:45.603660 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:45.609946 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:45.622960 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:45.628976 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:45.641806 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:45.647759 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:45.660573 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:45.666527 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:45.679398 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:45.685436 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:45.698484 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:45.704654 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:45.717849 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:45.724195 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:45.737930 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:45.744218 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:45.758099 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:45.764361 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:45.778127 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:45.784364 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:45.797466 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:45.803801 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:45.817014 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:45.823188 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:45.836820 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:45.843119 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:45.856806 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:45.863613 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:45.877195 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:45.883591 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:45.897234 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:45.903535 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:45.917355 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:45.923671 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:45.937197 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:45.943545 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:45.957100 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:45.963371 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:45.976912 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:45.983182 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:45.996970 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:46.003237 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:46.017041 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:46.023362 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:46.037117 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:46.043356 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:46.056908 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:46.063190 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:46.076961 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:46.083220 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:46.096661 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:46.102910 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:46.116410 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:46.122687 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:46.136230 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:46.142485 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:46.156009 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:46.162258 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:46.175766 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:46.182002 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:46.194978 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:46.201038 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:46.214905 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:46.221158 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:46.235226 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:46.241583 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:46.255261 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:46.262695 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:46.276474 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:46.282804 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:46.296411 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:46.303310 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:46.319590 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:46.325788 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:46.338908 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:46.345002 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:46.358448 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:46.364801 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:46.378290 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:46.384533 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:46.397785 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:46.403719 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:46.416889 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:46.423076 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:46.436198 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:46.442379 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:46.455585 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:46.461888 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:46.475357 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:46.481551 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:46.494654 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:46.500663 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:46.513875 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:46.519855 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:46.533124 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:46.539369 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:46.552852 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:46.559061 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:46.572501 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:46.578610 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:46.591792 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:46.597738 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:46.610795 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:46.617208 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:46.630713 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:46.636920 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:46.650330 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:46.656557 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:46.670041 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:46.676472 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:46.690135 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:46.696518 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:46.710001 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:46.716203 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:46.729953 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:46.736198 run                             mass: Checking if sockets are in the filesystem
22:48:46.749000 run                osmo-ms-mob/00000: Starting mobile
22:48:46.763235 run       osmo-ms-mob/00000(pid=135): Launched
22:48:46.774693 run                             mass: MS start registered  {at=7556232.47803347, delay=0.005187057889997959, ms=00000}
22:48:50.952905 run                osmo-ms-mob/00001: Starting mobile
22:48:50.978897 run       osmo-ms-mob/00001(pid=136): Launched
22:48:50.997064 run                             mass: MS start registered  {at=7556236.700402247, delay=0.005571453832089901, ms=00001}
22:48:52.417205 run                             mass: MS performed LU  {at=7556238.120522343, lu_delay=5.642488872632384, ms=00000}
22:48:52.748486 run                osmo-ms-mob/00002: Starting mobile
22:48:52.761677 run       osmo-ms-mob/00002(pid=137): Launched
22:48:52.772343 run                             mass: MS start registered  {at=7556238.475688589, delay=0.004682896658778191, ms=00002}
22:48:54.051698 run                osmo-ms-mob/00003: Starting mobile
22:48:54.065405 run       osmo-ms-mob/00003(pid=138): Launched
22:48:54.076524 run                             mass: MS start registered  {at=7556239.779860762, delay=0.004843592643737793, ms=00003}
22:48:55.151260 run                osmo-ms-mob/00004: Starting mobile
22:48:55.165241 run       osmo-ms-mob/00004(pid=139): Launched
22:48:55.179017 run                             mass: MS start registered  {at=7556240.882362077, delay=0.006856589578092098, ms=00004}
22:48:56.149577 run                osmo-ms-mob/00005: Starting mobile
22:48:56.165482 run       osmo-ms-mob/00005(pid=140): Launched
22:48:56.178145 run                             mass: MS start registered  {at=7556241.881485954, delay=0.005535873584449291, ms=00005}
22:48:56.185485 run                             mass: MS performed LU  {at=7556241.888837494, lu_delay=5.188435247167945, ms=00001}
22:48:57.048010 run                osmo-ms-mob/00006: Starting mobile
22:48:57.061324 run       osmo-ms-mob/00006(pid=141): Launched
22:48:57.072563 run                             mass: MS start registered  {at=7556242.77591456, delay=0.004983020015060902, ms=00006}
22:48:57.948487 run                osmo-ms-mob/00007: Starting mobile
22:48:57.962558 run       osmo-ms-mob/00007(pid=142): Launched
22:48:57.974805 run                             mass: MS start registered  {at=7556243.678143934, delay=0.005513599142432213, ms=00007}
22:48:58.084058 run                             mass: MS performed LU  {at=7556243.787371415, lu_delay=5.311682825908065, ms=00002}
22:48:58.749209 run                osmo-ms-mob/00008: Starting mobile
22:48:58.763170 run       osmo-ms-mob/00008(pid=143): Launched
22:48:58.775897 run                             mass: MS start registered  {at=7556244.479251635, delay=0.0018621068447828293, ms=00008}
22:48:59.448617 run                osmo-ms-mob/00009: Starting mobile
22:48:59.462247 run       osmo-ms-mob/00009(pid=144): Launched
22:48:59.473553 run                             mass: MS start registered  {at=7556245.176901867, delay=0.0050822095945477486, ms=00009}
22:48:59.949133 run                             mass: MS performed LU  {at=7556245.652465183, lu_delay=4.770103106275201, ms=00004}
22:48:59.994552 run                             mass: MS performed LU  {at=7556245.697885738, lu_delay=5.918024975806475, ms=00003}
22:49:00.006295 run                osmo-ms-mob/00010: Starting mobile
22:49:00.020299 run       osmo-ms-mob/00010(pid=145): Launched
22:49:00.032118 run                             mass: MS start registered  {at=7556245.735464869, delay=0.005294437520205975, ms=00010}
22:49:00.749829 run                osmo-ms-mob/00011: Starting mobile
22:49:00.769044 run       osmo-ms-mob/00011(pid=146): Launched
22:49:00.792431 run                             mass: MS start registered  {at=7556246.49570516, delay=0.014716203324496746, ms=00011}
22:49:01.348696 run                osmo-ms-mob/00012: Starting mobile
22:49:01.362486 run       osmo-ms-mob/00012(pid=147): Launched
22:49:01.373712 run                             mass: MS start registered  {at=7556247.077064087, delay=0.0048964498564600945, ms=00012}
22:49:01.563506 run                             mass: Starting too slowly. Moving on {now=7556247.266871505, sleep=-0.021207403391599655, target=7556247.245664102}
22:49:01.850117 run                             mass: MS performed LU  {at=7556247.553449643, lu_delay=4.777535082772374, ms=00006}
22:49:01.862169 run                osmo-ms-mob/00013: Starting mobile
22:49:01.876416 run       osmo-ms-mob/00013(pid=148): Launched
22:49:01.887898 run                             mass: MS start registered  {at=7556247.59123834, delay=0.00522612314671278, ms=00013}
22:49:01.895932 run                             mass: MS performed LU  {at=7556247.599276267, lu_delay=5.717790313065052, ms=00005}
22:49:02.548572 run                osmo-ms-mob/00014: Starting mobile
22:49:02.562990 run       osmo-ms-mob/00014(pid=149): Launched
22:49:02.574879 run                             mass: MS start registered  {at=7556248.278227491, delay=0.005170747637748718, ms=00014}
22:49:03.148156 run                osmo-ms-mob/00015: Starting mobile
22:49:03.162485 run       osmo-ms-mob/00015(pid=150): Launched
22:49:03.174415 run                             mass: MS start registered  {at=7556248.87776454, delay=0.005265797488391399, ms=00015}
22:49:03.654101 run                osmo-ms-mob/00016: Starting mobile
22:49:03.670781 run       osmo-ms-mob/00016(pid=151): Launched
22:49:03.683773 run                             mass: MS start registered  {at=7556249.387122276, delay=0.005319690331816673, ms=00016}
22:49:03.714855 run                             mass: MS performed LU  {at=7556249.418184985, lu_delay=4.938933350145817, ms=00008}
22:49:03.760550 run                             mass: MS performed LU  {at=7556249.463883519, lu_delay=5.785739584825933, ms=00007}
22:49:04.148921 run                osmo-ms-mob/00017: Starting mobile
22:49:04.164880 run       osmo-ms-mob/00017(pid=152): Launched
22:49:04.177318 run                             mass: MS start registered  {at=7556249.880670926, delay=0.005255667492747307, ms=00017}
22:49:04.749779 run                osmo-ms-mob/00018: Starting mobile
22:49:04.766057 run       osmo-ms-mob/00018(pid=153): Launched
22:49:04.778869 run                             mass: MS start registered  {at=7556250.482217073, delay=0.005096970126032829, ms=00018}
22:49:05.149119 run                osmo-ms-mob/00019: Starting mobile
22:49:05.164672 run       osmo-ms-mob/00019(pid=154): Launched
22:49:05.178118 run                             mass: MS start registered  {at=7556250.881466532, delay=0.002108202315866947, ms=00019}
22:49:05.615814 run                             mass: MS performed LU  {at=7556251.319126612, lu_delay=4.82342145126313, ms=00011}
22:49:05.628120 run                osmo-ms-mob/00020: Starting mobile
22:49:05.642834 run       osmo-ms-mob/00020(pid=155): Launched
22:49:05.658850 run                             mass: MS start registered  {at=7556251.362188892, delay=0.008181210607290268, ms=00020}
22:49:05.666479 run                             mass: MS performed LU  {at=7556251.369833657, lu_delay=6.192931789904833, ms=00009}
22:49:05.731354 run                             mass: MS performed LU  {at=7556251.434687586, lu_delay=5.699222716502845, ms=00010}
22:49:06.149824 run                osmo-ms-mob/00021: Starting mobile
22:49:06.166817 run       osmo-ms-mob/00021(pid=156): Launched
22:49:06.180664 run                             mass: MS start registered  {at=7556251.883990785, delay=0.00584282074123621, ms=00021}
22:49:06.548605 run                osmo-ms-mob/00022: Starting mobile
22:49:06.563711 run       osmo-ms-mob/00022(pid=157): Launched
22:49:06.576278 run                             mass: MS start registered  {at=7556252.279623251, delay=0.005440333858132362, ms=00022}
22:49:07.049129 run                osmo-ms-mob/00023: Starting mobile
22:49:07.064825 run       osmo-ms-mob/00023(pid=158): Launched
22:49:07.078003 run                             mass: MS start registered  {at=7556252.781350264, delay=0.005687653087079525, ms=00023}
22:49:07.397145 run                             mass: MS performed LU  {at=7556253.10046901, lu_delay=6.0234049232676625, ms=00012}
22:49:07.412507 run                osmo-ms-mob/00024: Starting mobile
22:49:07.427466 run       osmo-ms-mob/00024(pid=159): Launched
22:49:07.440535 run                             mass: MS start registered  {at=7556253.143876803, delay=0.005449851043522358, ms=00024}
22:49:07.480814 run                             mass: MS performed LU  {at=7556253.184135181, lu_delay=5.592896840535104, ms=00013}
22:49:07.526275 run                             mass: MS performed LU  {at=7556253.229609303, lu_delay=4.951381811872125, ms=00014}
22:49:07.950141 run                osmo-ms-mob/00025: Starting mobile
22:49:07.967632 run       osmo-ms-mob/00025(pid=160): Launched
22:49:08.012011 run                             mass: MS start registered  {at=7556253.715368198, delay=0.0005497178062796593, ms=00025}
22:49:08.349670 run                osmo-ms-mob/00026: Starting mobile
22:49:08.366116 run       osmo-ms-mob/00026(pid=161): Launched
22:49:08.379224 run                             mass: MS start registered  {at=7556254.082564766, delay=0.005779566243290901, ms=00026}
22:49:08.749243 run                osmo-ms-mob/00027: Starting mobile
22:49:08.764501 run       osmo-ms-mob/00027(pid=162): Launched
22:49:08.777607 run                             mass: MS start registered  {at=7556254.480944485, delay=0.00556599348783493, ms=00027}
22:49:09.149000 run                osmo-ms-mob/00028: Starting mobile
22:49:09.164823 run       osmo-ms-mob/00028(pid=163): Launched
22:49:09.177678 run                             mass: MS start registered  {at=7556254.881027697, delay=0.005409877747297287, ms=00028}
22:49:09.382059 run                             mass: MS performed LU  {at=7556255.085363248, lu_delay=4.6031461749225855, ms=00018}
22:49:09.428330 run                             mass: MS performed LU  {at=7556255.131614956, lu_delay=5.744492679834366, ms=00016}
22:49:09.442873 run                osmo-ms-mob/00029: Starting mobile
22:49:09.460524 run       osmo-ms-mob/00029(pid=164): Launched
22:49:09.474759 run                             mass: MS start registered  {at=7556255.178102545, delay=3.240257501602173e-05, ms=00029}
22:49:09.497397 run                             mass: MS performed LU  {at=7556255.200716661, lu_delay=5.320045735687017, ms=00017}
22:49:09.533892 run                             mass: MS performed LU  {at=7556255.237221618, lu_delay=6.359457078389823, ms=00015}
22:49:09.951752 run                osmo-ms-mob/00030: Starting mobile
22:49:09.966959 run       osmo-ms-mob/00030(pid=165): Launched
22:49:09.980295 run                             mass: MS start registered  {at=7556255.683638063, delay=0.005529208108782768, ms=00030}
22:49:10.512331 run                osmo-ms-mob/00031: Starting mobile
22:49:10.530503 run       osmo-ms-mob/00031(pid=166): Launched
22:49:10.538012 run                             mass: Starting too slowly. Moving on {now=7556256.241380062, sleep=-0.09571599308401346, target=7556256.145664069}
22:49:10.547136 run                             mass: MS start registered  {at=7556256.25048977, delay=0.009112516418099403, ms=00031}
22:49:10.554909 run                             mass: Starting too slowly. Moving on {now=7556256.258275785, sleep=-0.01261171605437994, target=7556256.2456640685}
22:49:10.649263 run                osmo-ms-mob/00032: Starting mobile
22:49:10.665008 run       osmo-ms-mob/00032(pid=167): Launched
22:49:10.678210 run                             mass: MS start registered  {at=7556256.381558468, delay=0.003256276249885559, ms=00032}
22:49:11.050433 run                osmo-ms-mob/00033: Starting mobile
22:49:11.067867 run       osmo-ms-mob/00033(pid=168): Launched
22:49:11.084730 run                             mass: MS start registered  {at=7556256.788063947, delay=0.008671046234667301, ms=00033}
22:49:11.163133 run                             mass: MS performed LU  {at=7556256.866463944, lu_delay=4.586840692907572, ms=00022}
22:49:11.245851 run                             mass: MS performed LU  {at=7556256.94918267, lu_delay=5.586993777193129, ms=00020}
22:49:11.292412 run                             mass: MS performed LU  {at=7556256.995748866, lu_delay=6.11428233422339, ms=00019}
22:49:11.306124 run                osmo-ms-mob/00034: Starting mobile
22:49:11.322230 run       osmo-ms-mob/00034(pid=169): Launched
22:49:11.335422 run                             mass: MS start registered  {at=7556257.038753799, delay=0.0055560702458024025, ms=00034}
22:49:11.435116 run                             mass: MS performed LU  {at=7556257.138448682, lu_delay=5.254457896575332, ms=00021}
22:49:11.749789 run                osmo-ms-mob/00035: Starting mobile
22:49:11.766631 run       osmo-ms-mob/00035(pid=170): Launched
22:49:11.779854 run                             mass: MS start registered  {at=7556257.483188061, delay=0.005624730139970779, ms=00035}
22:49:12.149118 run                osmo-ms-mob/00036: Starting mobile
22:49:12.165402 run       osmo-ms-mob/00036(pid=171): Launched
22:49:12.178764 run                             mass: MS start registered  {at=7556257.882100603, delay=0.005801555700600147, ms=00036}
22:49:12.549138 run                osmo-ms-mob/00037: Starting mobile
22:49:12.566281 run       osmo-ms-mob/00037(pid=172): Launched
22:49:12.579764 run                             mass: MS start registered  {at=7556258.283112241, delay=0.005697336047887802, ms=00037}
22:49:12.848941 run                osmo-ms-mob/00038: Starting mobile
22:49:12.863408 run       osmo-ms-mob/00038(pid=173): Launched
22:49:12.876944 run                             mass: MS start registered  {at=7556258.58029041, delay=0.005961745977401733, ms=00038}
22:49:13.150188 run                osmo-ms-mob/00039: Starting mobile
22:49:13.165040 run       osmo-ms-mob/00039(pid=174): Launched
22:49:13.172110 run                             mass: MS performed LU  {at=7556258.875465865, lu_delay=6.094115600921214, ms=00023}
22:49:13.180769 run                             mass: MS start registered  {at=7556258.884130376, delay=0.008686584420502186, ms=00039}
22:49:13.193219 run                             mass: MS performed LU  {at=7556258.896565621, lu_delay=5.181197422556579, ms=00025}
22:49:13.299689 run                             mass: MS performed LU  {at=7556259.003021104, lu_delay=4.522076618857682, ms=00027}
22:49:13.312699 run                osmo-ms-mob/00040: Starting mobile
22:49:13.330023 run       osmo-ms-mob/00040(pid=175): Launched
22:49:13.337580 run                             mass: MS performed LU  {at=7556259.040933541, lu_delay=4.958368775434792, ms=00026}
22:49:13.346513 run                             mass: MS start registered  {at=7556259.049874576, delay=0.008961771614849567, ms=00040}
22:49:13.849041 run                osmo-ms-mob/00041: Starting mobile
22:49:13.863629 run       osmo-ms-mob/00041(pid=176): Launched
22:49:13.875958 run                             mass: MS start registered  {at=7556259.579294676, delay=0.005755470134317875, ms=00041}
22:49:14.149065 run                osmo-ms-mob/00042: Starting mobile
22:49:14.164618 run       osmo-ms-mob/00042(pid=177): Launched
22:49:14.178243 run                             mass: MS start registered  {at=7556259.881572332, delay=0.006166129373013973, ms=00042}
22:49:14.550339 run                osmo-ms-mob/00043: Starting mobile
22:49:14.567337 run       osmo-ms-mob/00043(pid=178): Launched
22:49:14.581295 run                             mass: MS start registered  {at=7556260.284627741, delay=0.005706570111215115, ms=00043}
22:49:14.849586 run                osmo-ms-mob/00044: Starting mobile
22:49:14.866325 run       osmo-ms-mob/00044(pid=179): Launched
22:49:14.881889 run                             mass: MS start registered  {at=7556260.585232661, delay=0.005496053025126457, ms=00044}
22:49:14.928639 run                             mass: MS performed LU  {at=7556260.631963266, lu_delay=5.750935569405556, ms=00028}
22:49:15.012337 run                             mass: MS performed LU  {at=7556260.71565364, lu_delay=5.537551094777882, ms=00029}
22:49:15.028257 run                osmo-ms-mob/00045: Starting mobile
22:49:15.045915 run       osmo-ms-mob/00045(pid=180): Launched
22:49:15.060147 run                             mass: MS performed LU  {at=7556260.763489163, lu_delay=5.079851099289954, ms=00030}
22:49:15.072431 run                             mass: MS start registered  {at=7556260.775793723, delay=0.012337174266576767, ms=00045}
22:49:15.201346 run                             mass: MS performed LU  {at=7556260.90467386, lu_delay=4.654184089973569, ms=00031}
22:49:15.216744 run                osmo-ms-mob/00046: Starting mobile
22:49:15.234237 run       osmo-ms-mob/00046(pid=181): Launched
22:49:15.251821 run                             mass: MS start registered  {at=7556260.955144614, delay=0.008358732797205448, ms=00046}
22:49:15.749153 run                osmo-ms-mob/00047: Starting mobile
22:49:15.764952 run       osmo-ms-mob/00047(pid=182): Launched
22:49:15.777996 run                             mass: MS start registered  {at=7556261.481344435, delay=0.005661831237375736, ms=00047}
22:49:16.049447 run                osmo-ms-mob/00048: Starting mobile
22:49:16.066000 run       osmo-ms-mob/00048(pid=183): Launched
22:49:16.079206 run                             mass: MS start registered  {at=7556261.782539083, delay=0.0056978920474648476, ms=00048}
22:49:16.349438 run                osmo-ms-mob/00049: Starting mobile
22:49:16.366240 run       osmo-ms-mob/00049(pid=184): Launched
22:49:16.381176 run                             mass: MS start registered  {at=7556262.08451115, delay=0.007274415343999863, ms=00049}
22:49:16.649719 run                osmo-ms-mob/00050: Starting mobile
22:49:16.665965 run       osmo-ms-mob/00050(pid=185): Launched
22:49:16.679560 run                             mass: MS start registered  {at=7556262.382884875, delay=0.005791736766695976, ms=00050}
22:49:16.830400 run                             mass: MS performed LU  {at=7556262.533734637, lu_delay=5.745670690201223, ms=00033}
22:49:16.913559 run                             mass: MS performed LU  {at=7556262.616882567, lu_delay=5.133694506250322, ms=00035}
22:49:16.959381 run                             mass: MS performed LU  {at=7556262.662697541, lu_delay=5.623943741433322, ms=00034}
22:49:16.973751 run                osmo-ms-mob/00051: Starting mobile
22:49:16.990102 run       osmo-ms-mob/00051(pid=186): Launched
22:49:17.003657 run                             mass: MS start registered  {at=7556262.706996173, delay=0.006155652925372124, ms=00051}
22:49:17.102865 run                             mass: MS performed LU  {at=7556262.80619231, lu_delay=6.424633841961622, ms=00032}
22:49:17.121049 run                             mass: MS performed LU  {at=7556262.824387167, lu_delay=4.54127492569387, ms=00037}
22:49:17.134489 run                osmo-ms-mob/00052: Starting mobile
22:49:17.151156 run       osmo-ms-mob/00052(pid=187): Launched
22:49:17.158528 run                             mass: MS performed LU  {at=7556262.861879559, lu_delay=4.979778956621885, ms=00036}
22:49:17.166051 run                             mass: MS start registered  {at=7556262.869413353, delay=0.007560035213828087, ms=00052}
22:49:17.652290 run                osmo-ms-mob/00053: Starting mobile
22:49:17.669512 run       osmo-ms-mob/00053(pid=188): Launched
22:49:17.687428 run                             mass: MS start registered  {at=7556263.390768587, delay=0.009344561956822872, ms=00053}
22:49:17.949462 run                osmo-ms-mob/00054: Starting mobile
22:49:17.965342 run       osmo-ms-mob/00054(pid=189): Launched
22:49:17.979239 run                             mass: MS start registered  {at=7556263.682570876, delay=0.006396204233169556, ms=00054}
22:49:18.251661 run                osmo-ms-mob/00055: Starting mobile
22:49:18.273466 run       osmo-ms-mob/00055(pid=190): Launched
22:49:18.292700 run                             mass: MS start registered  {at=7556263.996021729, delay=0.010089010931551456, ms=00055}
22:49:18.552387 run                osmo-ms-mob/00056: Starting mobile
22:49:18.568764 run       osmo-ms-mob/00056(pid=191): Launched
22:49:18.582199 run                             mass: MS start registered  {at=7556264.285550611, delay=0.0056131090968847275, ms=00056}
22:49:18.694838 run                             mass: MS performed LU  {at=7556264.398171484, lu_delay=5.348296907730401, ms=00040}
22:49:18.778263 run                             mass: MS performed LU  {at=7556264.481594724, lu_delay=5.59746434725821, ms=00039}
22:49:18.791777 run                osmo-ms-mob/00057: Starting mobile
22:49:18.808169 run       osmo-ms-mob/00057(pid=192): Launched
22:49:18.821577 run                             mass: MS start registered  {at=7556264.524925672, delay=0.005958963185548782, ms=00057}
22:49:18.829123 run                             mass: MS performed LU  {at=7556264.532479335, lu_delay=4.953184658661485, ms=00041}
22:49:18.966982 run                             mass: MS performed LU  {at=7556264.670315931, lu_delay=6.090025520883501, ms=00038}
22:49:19.249230 run                osmo-ms-mob/00058: Starting mobile
22:49:19.264328 run       osmo-ms-mob/00058(pid=193): Launched
22:49:19.276307 run                             mass: MS performed LU  {at=7556264.979644108, lu_delay=5.0980717753991485, ms=00042}
22:49:19.283205 run                             mass: MS start registered  {at=7556264.986569329, delay=0.012053714133799076, ms=00058}
22:49:19.554453 run                osmo-ms-mob/00059: Starting mobile
22:49:19.571530 run       osmo-ms-mob/00059(pid=194): Launched
22:49:19.588451 run                             mass: MS start registered  {at=7556265.291773725, delay=0.007913711480796337, ms=00059}
22:49:19.850926 run                osmo-ms-mob/00060: Starting mobile
22:49:19.868782 run       osmo-ms-mob/00060(pid=195): Launched
22:49:19.883360 run                             mass: MS start registered  {at=7556265.586701388, delay=5.9310346841812134e-05, ms=00060}
22:49:20.249494 run                osmo-ms-mob/00061: Starting mobile
22:49:20.266584 run       osmo-ms-mob/00061(pid=196): Launched
22:49:20.279692 run                             mass: MS start registered  {at=7556265.983030427, delay=0.00562511570751667, ms=00061}
22:49:20.548845 run                osmo-ms-mob/00062: Starting mobile
22:49:20.565833 run       osmo-ms-mob/00062(pid=197): Launched
22:49:20.573648 run                             mass: MS performed LU  {at=7556266.277001103, lu_delay=5.321856489405036, ms=00046}
22:49:20.581115 run                             mass: MS start registered  {at=7556266.284475639, delay=0.007497459650039673, ms=00062}
22:49:20.596498 run                             mass: MS performed LU  {at=7556266.299839476, lu_delay=5.524045753292739, ms=00045}
22:49:20.610296 run                osmo-ms-mob/00063: Starting mobile
22:49:20.627259 run       osmo-ms-mob/00063(pid=198): Launched
22:49:20.640886 run                             mass: MS start registered  {at=7556266.34421118, delay=0.0055434005334973335, ms=00063}
22:49:20.725327 run                             mass: MS performed LU  {at=7556266.428655794, lu_delay=4.947311358526349, ms=00047}
22:49:20.868915 run                             mass: MS performed LU  {at=7556266.572250881, lu_delay=6.287623140029609, ms=00043}
22:49:20.887068 run                             mass: MS performed LU  {at=7556266.590414783, lu_delay=6.0051821218803525, ms=00044}
22:49:20.900043 run                osmo-ms-mob/00064: Starting mobile
22:49:20.915716 run       osmo-ms-mob/00064(pid=199): Launched
22:49:20.928472 run                             mass: MS start registered  {at=7556266.631821011, delay=0.005467836745083332, ms=00064}
22:49:21.601841 run                             mass: MS performed LU  {at=7556267.305170326, lu_delay=5.5226312428712845, ms=00048}
22:49:21.615566 run                osmo-ms-mob/00065: Starting mobile
22:49:21.632831 run       osmo-ms-mob/00065(pid=200): Launched
22:49:21.651151 run                             mass: MS start registered  {at=7556267.354469371, delay=0.009576225653290749, ms=00065}
22:49:21.869457 run                             mass: MS performed LU  {at=7556267.572772095, lu_delay=3.89020121935755, ms=00054}
22:49:21.884720 run                osmo-ms-mob/00066: Starting mobile
22:49:21.901206 run       osmo-ms-mob/00066(pid=201): Launched
22:49:21.914910 run                             mass: MS start registered  {at=7556267.618239727, delay=0.005764401517808437, ms=00066}
22:49:22.348686 run                osmo-ms-mob/00067: Starting mobile
22:49:22.366251 run       osmo-ms-mob/00067(pid=202): Launched
22:49:22.379063 run                             mass: MS start registered  {at=7556268.082410429, delay=0.005394327454268932, ms=00067}
22:49:22.497096 run                             mass: MS performed LU  {at=7556268.200428417, lu_delay=5.493432244285941, ms=00051}
22:49:22.589296 run                             mass: MS performed LU  {at=7556268.292629589, lu_delay=5.423216236755252, ms=00052}
22:49:22.602225 run                osmo-ms-mob/00068: Starting mobile
22:49:22.618219 run       osmo-ms-mob/00068(pid=203): Launched
22:49:22.631322 run                             mass: MS start registered  {at=7556268.334668791, delay=0.0059385960921645164, ms=00068}
22:49:22.695365 run                             mass: MS performed LU  {at=7556268.398697428, lu_delay=6.015812553465366, ms=00050}
22:49:22.806310 run                             mass: MS performed LU  {at=7556268.509645198, lu_delay=5.11887661088258, ms=00053}
22:49:23.049139 run                osmo-ms-mob/00069: Starting mobile
22:49:23.064769 run       osmo-ms-mob/00069(pid=204): Launched
22:49:23.078293 run                             mass: MS start registered  {at=7556268.78162748, delay=0.0059456126764416695, ms=00069}
22:49:23.456320 run                osmo-ms-mob/00070: Starting mobile
22:49:23.489405 run       osmo-ms-mob/00070(pid=205): Launched
22:49:23.504646 run                             mass: MS start registered  {at=7556269.207976278, delay=0.0002620415762066841, ms=00070}
22:49:23.669645 run                             mass: MS performed LU  {at=7556269.372958335, lu_delay=4.848032662644982, ms=00057}
22:49:23.850456 run                osmo-ms-mob/00071: Starting mobile
22:49:23.868286 run       osmo-ms-mob/00071(pid=206): Launched
22:49:23.882860 run                             mass: MS start registered  {at=7556269.586193583, delay=0.006627618335187435, ms=00071}
22:49:24.249558 run                osmo-ms-mob/00072: Starting mobile
22:49:24.264250 run       osmo-ms-mob/00072(pid=207): Launched
22:49:24.277106 run                             mass: MS start registered  {at=7556269.98045571, delay=0.005737505853176117, ms=00072}
22:49:24.324982 run                             mass: MS performed LU  {at=7556270.028314604, lu_delay=4.736540879122913, ms=00059}
22:49:24.361272 run                             mass: MS performed LU  {at=7556270.064607452, lu_delay=4.477906064130366, ms=00060}
22:49:24.491387 run                             mass: MS performed LU  {at=7556270.194719645, lu_delay=5.208150316029787, ms=00058}
22:49:24.504842 run                osmo-ms-mob/00073: Starting mobile
22:49:24.520834 run       osmo-ms-mob/00073(pid=208): Launched
22:49:24.534180 run                             mass: MS start registered  {at=7556270.237524813, delay=0.005766216665506363, ms=00073}
22:49:24.634119 run                             mass: MS performed LU  {at=7556270.337451524, lu_delay=6.051900913007557, ms=00056}
22:49:24.652447 run                             mass: MS performed LU  {at=7556270.355787293, lu_delay=6.359765564091504, ms=00055}
22:49:25.055488 run                osmo-ms-mob/00074: Starting mobile
22:49:25.074086 run       osmo-ms-mob/00074(pid=209): Launched
22:49:25.092015 run                             mass: MS start registered  {at=7556270.795331762, delay=0.00867515616118908, ms=00074}
22:49:25.454082 run                osmo-ms-mob/00075: Starting mobile
22:49:25.471422 run       osmo-ms-mob/00075(pid=210): Launched
22:49:25.484984 run                             mass: MS start registered  {at=7556271.188329768, delay=0.005805272608995438, ms=00075}
22:49:25.530095 run                             mass: MS performed LU  {at=7556271.233426175, lu_delay=3.6151864482089877, ms=00066}
22:49:25.949748 run                osmo-ms-mob/00076: Starting mobile
22:49:25.967570 run       osmo-ms-mob/00076(pid=211): Launched
22:49:25.982223 run                             mass: MS start registered  {at=7556271.685558717, delay=3.599096089601517e-05, ms=00076}
22:49:26.226046 run                             mass: MS performed LU  {at=7556271.929370531, lu_delay=5.644894891418517, ms=00062}
22:49:26.309250 run                             mass: MS performed LU  {at=7556272.012565952, lu_delay=4.658096580766141, ms=00065}
22:49:26.326609 run                osmo-ms-mob/00077: Starting mobile
22:49:26.341312 run       osmo-ms-mob/00077(pid=212): Launched
22:49:26.353876 run                             mass: MS start registered  {at=7556272.05722535, delay=0.005574433133006096, ms=00077}
22:49:26.360779 run                             mass: MS performed LU  {at=7556272.064138513, lu_delay=5.719927333295345, ms=00063}
22:49:26.498932 run                             mass: MS performed LU  {at=7556272.20226495, lu_delay=5.570443938486278, ms=00064}
22:49:26.572381 run                             mass: MS performed LU  {at=7556272.275715571, lu_delay=6.292685143649578, ms=00061}
22:49:26.849147 run                osmo-ms-mob/00078: Starting mobile
22:49:26.863663 run       osmo-ms-mob/00078(pid=213): Launched
22:49:26.876199 run                             mass: MS start registered  {at=7556272.579546227, delay=0.005703114904463291, ms=00078}
22:49:27.557428 run                osmo-ms-mob/00079: Starting mobile
22:49:27.576809 run       osmo-ms-mob/00079(pid=214): Launched
22:49:27.582980 run                             mass: Starting too slowly. Moving on {now=7556273.286350043, sleep=-0.24068603664636612, target=7556273.045664006}
22:49:27.588919 run                             mass: MS start registered  {at=7556273.292280624, delay=0.005932727828621864, ms=00079}
22:49:27.594791 run                             mass: Starting too slowly. Moving on {now=7556273.298161328, sleep=-0.15249732229858637, target=7556273.145664006}
22:49:27.600724 run                             mass: Starting too slowly. Moving on {now=7556273.304092784, sleep=-0.05842877924442291, target=7556273.245664005}
22:49:27.782144 run                osmo-ms-mob/00080: Starting mobile
22:49:27.942769 run       osmo-ms-mob/00080(pid=215): Launched
22:49:27.949055 run                             mass: Starting too slowly. Moving on {now=7556273.652422778, sleep=-0.10675877425819635, target=7556273.545664004}
22:49:27.955128 run                             mass: MS start registered  {at=7556273.658483348, delay=0.006063045933842659, ms=00080}
22:49:27.961346 run                             mass: Starting too slowly. Moving on {now=7556273.664714538, sleep=-0.0190505338832736, target=7556273.645664004}
22:49:28.301093 run                osmo-ms-mob/00081: Starting mobile
22:49:28.314848 run       osmo-ms-mob/00081(pid=216): Launched
22:49:28.326389 run                             mass: MS start registered  {at=7556274.029736626, delay=0.005288395099341869, ms=00081}
22:49:28.649272 run                osmo-ms-mob/00082: Starting mobile
22:49:28.665174 run       osmo-ms-mob/00082(pid=217): Launched
22:49:28.677987 run                             mass: MS start registered  {at=7556274.381341753, delay=0.0018744589760899544, ms=00082}
22:49:29.198118 run                             mass: MS performed LU  {at=7556274.901439817, lu_delay=6.5667710257694125, ms=00068}
22:49:29.213842 run                osmo-ms-mob/00083: Starting mobile
22:49:29.229895 run       osmo-ms-mob/00083(pid=218): Launched
22:49:29.243353 run                             mass: MS start registered  {at=7556274.94668361, delay=0.005942566320300102, ms=00083}
22:49:29.267718 run                             mass: MS performed LU  {at=7556274.971060551, lu_delay=6.189433070831001, ms=00069}
22:49:29.304853 run                             mass: MS performed LU  {at=7556275.008186602, lu_delay=5.4219930190593, ms=00071}
22:49:29.387211 run                             mass: MS performed LU  {at=7556275.090547421, lu_delay=7.00813699234277, ms=00067}
22:49:29.750778 run                osmo-ms-mob/00084: Starting mobile
22:49:29.767767 run       osmo-ms-mob/00084(pid=219): Launched
22:49:29.788442 run                             mass: MS start registered  {at=7556275.491783519, delay=0.009775764308869839, ms=00084}
22:49:29.992234 run                             mass: MS performed LU  {at=7556275.695572641, lu_delay=5.458047827705741, ms=00073}
22:49:30.074896 run                             mass: MS performed LU  {at=7556275.778229161, lu_delay=4.589899392798543, ms=00075}
22:49:30.121471 run                             mass: MS performed LU  {at=7556275.82481198, lu_delay=5.0294802179560065, ms=00074}
22:49:30.133563 run                osmo-ms-mob/00085: Starting mobile
22:49:30.148680 run       osmo-ms-mob/00085(pid=220): Launched
22:49:30.161580 run                             mass: MS start registered  {at=7556275.864924845, delay=0.005991233512759209, ms=00085}
22:49:30.264140 run                             mass: MS performed LU  {at=7556275.967476185, lu_delay=5.987020475789905, ms=00072}
22:49:30.301887 run                             mass: MS performed LU  {at=7556276.005228303, lu_delay=22.8613515002653, ms=00024}
22:49:30.855346 run                osmo-ms-mob/00086: Starting mobile
22:49:30.888062 run       osmo-ms-mob/00086(pid=221): Launched
22:49:30.910982 run                             mass: MS start registered  {at=7556276.614307488, delay=0.00773757416754961, ms=00086}
22:49:30.966051 run                             mass: MS performed LU  {at=7556276.669357348, lu_delay=4.983798631466925, ms=00076}
22:49:31.169628 run                             mass: MS performed LU  {at=7556276.872947143, lu_delay=3.580666519701481, ms=00079}
22:49:31.449275 run                osmo-ms-mob/00087: Starting mobile
22:49:31.465356 run       osmo-ms-mob/00087(pid=222): Launched
22:49:31.478936 run                             mass: MS start registered  {at=7556277.18227842, delay=0.006026282906532288, ms=00087}
22:49:31.967438 run                             mass: MS performed LU  {at=7556277.670753618, lu_delay=5.613528267480433, ms=00077}
22:49:31.983218 run                osmo-ms-mob/00088: Starting mobile
22:49:31.999745 run       osmo-ms-mob/00088(pid=223): Launched
22:49:32.014047 run                             mass: MS start registered  {at=7556277.717354907, delay=0.0067625585943460464, ms=00088}
22:49:32.653936 run                osmo-ms-mob/00089: Starting mobile
22:49:32.670788 run       osmo-ms-mob/00089(pid=224): Launched
22:49:32.684844 run                             mass: MS start registered  {at=7556278.388183195, delay=0.006185819394886494, ms=00089}
22:49:33.250319 run                osmo-ms-mob/00090: Starting mobile
22:49:33.266420 run       osmo-ms-mob/00090(pid=225): Launched
22:49:33.280164 run                             mass: MS start registered  {at=7556278.983499634, delay=0.006270326673984528, ms=00090}
22:49:33.841408 run                             mass: MS performed LU  {at=7556279.544729978, lu_delay=4.59804636798799, ms=00083}
22:49:33.859373 run                             mass: MS performed LU  {at=7556279.562731229, lu_delay=5.904247880913317, ms=00080}
22:49:33.871181 run                osmo-ms-mob/00091: Starting mobile
22:49:33.885536 run       osmo-ms-mob/00091(pid=226): Launched
22:49:33.892475 run                             mass: MS performed LU  {at=7556279.595833344, lu_delay=5.5660967184230685, ms=00081}
22:49:33.899289 run                             mass: MS start registered  {at=7556279.60265313, delay=0.006839384324848652, ms=00091}
22:49:34.140710 run                             mass: MS performed LU  {at=7556279.84404295, lu_delay=5.4627011977136135, ms=00082}
22:49:34.648911 run                osmo-ms-mob/00092: Starting mobile
22:49:34.662909 run       osmo-ms-mob/00092(pid=227): Launched
22:49:34.674747 run                             mass: MS start registered  {at=7556280.378098145, delay=0.0052978601306676865, ms=00092}
22:49:35.448873 run                osmo-ms-mob/00093: Starting mobile
22:49:35.463466 run       osmo-ms-mob/00093(pid=228): Launched
22:49:35.475982 run                             mass: MS start registered  {at=7556281.17932954, delay=0.005601887591183186, ms=00093}
22:49:35.622915 run                             mass: MS performed LU  {at=7556281.326218279, lu_delay=5.834434759803116, ms=00084}
22:49:35.659670 run                             mass: MS performed LU  {at=7556281.363003255, lu_delay=4.748695766553283, ms=00086}
22:49:35.876348 run                             mass: MS performed LU  {at=7556281.579681336, lu_delay=5.714756490662694, ms=00085}
22:49:36.349141 run                osmo-ms-mob/00094: Starting mobile
22:49:36.365523 run       osmo-ms-mob/00094(pid=229): Launched
22:49:36.378418 run                             mass: MS start registered  {at=7556282.081763657, delay=0.005500169470906258, ms=00094}
22:49:37.249765 run                osmo-ms-mob/00095: Starting mobile
22:49:37.266154 run       osmo-ms-mob/00095(pid=230): Launched
22:49:37.279863 run                             mass: MS start registered  {at=7556282.983181802, delay=0.006040881387889385, ms=00095}
22:49:37.607076 run                             mass: MS performed LU  {at=7556283.310328303, lu_delay=5.59297339618206, ms=00088}
22:49:37.625171 run                             mass: MS performed LU  {at=7556283.328499532, lu_delay=4.940316337160766, ms=00089}
22:49:37.652801 run                             mass: MS performed LU  {at=7556283.356130949, lu_delay=6.173852529376745, ms=00087}
22:49:38.254750 run                osmo-ms-mob/00096: Starting mobile
22:49:38.286742 run       osmo-ms-mob/00096(pid=231): Launched
22:49:38.309715 run                             mass: MS start registered  {at=7556284.01304885, delay=0.00756482221186161, ms=00096}
22:49:39.353147 run                osmo-ms-mob/00097: Starting mobile
22:49:39.370773 run       osmo-ms-mob/00097(pid=232): Launched
22:49:39.383348 run                             mass: MS start registered  {at=7556285.086694003, delay=0.005891202017664909, ms=00097}
22:49:39.390687 run                             mass: MS performed LU  {at=7556285.094042469, lu_delay=5.491389338858426, ms=00091}
22:49:39.407195 run                             mass: MS performed LU  {at=7556285.110535991, lu_delay=4.732437846250832, ms=00092}
22:49:39.554786 run                             mass: MS performed LU  {at=7556285.258113166, lu_delay=6.274613532237709, ms=00090}
22:49:39.660334 run                             mass: MS performed LU  {at=7556285.36366678, lu_delay=23.279155630618334, ms=00049}
22:49:40.651540 run                osmo-ms-mob/00098: Starting mobile
22:49:40.665453 run       osmo-ms-mob/00098(pid=233): Launched
22:49:40.678238 run                             mass: MS start registered  {at=7556286.38158283, delay=0.005656600929796696, ms=00098}
22:49:41.372695 run                             mass: MS performed LU  {at=7556287.075970926, lu_delay=5.896641386672854, ms=00093}
22:49:41.391005 run                             mass: MS performed LU  {at=7556287.094333175, lu_delay=5.012569517828524, ms=00094}
22:49:42.448026 run                osmo-ms-mob/00099: Starting mobile
22:49:42.462404 run       osmo-ms-mob/00099(pid=234): Launched
22:49:42.469234 run                             mass: All started... {duration=55.726938815787435, too_slow=8}
22:49:42.476567 run                             mass: MS start registered  {at=7556288.179921377, delay=0.007322510704398155, ms=00099}
22:49:43.301655 run                             mass: MS performed LU  {at=7556289.004989173, lu_delay=4.991940323263407, ms=00096}
22:49:43.320088 run                             mass: MS performed LU  {at=7556289.023423531, lu_delay=6.040241729468107, ms=00095}
22:49:45.139081 run                             mass: MS performed LU  {at=7556290.842414641, lu_delay=5.755720637738705, ms=00097}
22:49:45.507357 run                             mass: MS performed LU  {at=7556291.210652236, lu_delay=4.829069405794144, ms=00098}
22:49:45.627688 run                             mass: MS performed LU  {at=7556291.331023013, lu_delay=22.123046735301614, ms=00070}
22:49:47.067413 run                             mass: MS performed LU  {at=7556292.770746306, lu_delay=4.59082492813468, ms=00099}
22:49:49.140331 run                             mass: MS performed LU  {at=7556294.843610597, lu_delay=22.2640643697232, ms=00078}
22:49:49.149131 run                             mass: Tests done {all_completed=True, max=23.279155630618334, min=3.580666519701481}
22:49:49.155978 tst         register_default_mass.py: Test passed (89.0 sec)
22:49:49.162474 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:49.166389 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:49.170281 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:49.174274 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:49.178205 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:49.182213 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:49.186243 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:49.190349 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:49.194327 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:49.198282 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:49.202287 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:49.206381 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:49.210376 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:49.214433 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:49.218802 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:49.223212 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:49.227374 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:49.231677 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:49.236219 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:49.240559 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:49.244954 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:49.249372 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:49.253763 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:49.258272 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:49.262864 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:49.267262 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:49.271754 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:49.276257 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:49.280648 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:49.285334 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:49.289697 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:49.294052 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:49.298378 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:49.302985 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:49.307797 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:49.312305 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:49.316808 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:49.321145 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:49.325573 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:49.330078 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:49.334366 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:49.338808 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:49.343134 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:49.347737 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:49.352201 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:49.356813 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:49.361236 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:49.365754 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:49.370194 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:49.374620 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:49.379437 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:49.384671 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:49.389063 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:49.393417 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:49.397792 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:49.402215 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:49.406629 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:49.411627 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:49.415966 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:49.420224 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:49.424437 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:49.428860 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:49.433015 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:49.437240 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:49.441469 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:49.445744 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:49.449952 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:49.454204 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:49.458476 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:49.462830 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:49.467086 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:49.471310 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:49.475580 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:49.479923 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:49.484191 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:49.488489 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:49.493342 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:49.498124 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:49.502692 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:49.507059 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:49.511397 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:49.515761 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:49.520255 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:49.524607 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:49.528986 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:49.533239 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:49.537633 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:49.541891 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:49.546236 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:49.550582 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:49.555004 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:49.559430 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:49.563765 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:49.568528 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:49.572998 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:49.577358 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:49.582217 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:49.587073 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:49.591706 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:49.596689 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:49.601059 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:49.605380 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:49.609814 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:49.614176 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:49.618642 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:49.622948 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:49.627521 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:49.632006 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:49.636358 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:49.640790 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:49.645188 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:49.649513 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:49.653842 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:49.658204 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:49.663106 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:49.667394 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:49.671670 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:49.675787 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:49.679809 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:49.684148 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:49.688119 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:49.692145 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:49.696143 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:49.700114 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:49.704089 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:49.708087 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:49.712083 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:49.716337 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:49.720319 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:49.724323 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:49.728300 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:49.732354 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:49.736442 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:49.740410 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:49.744368 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:49.748286 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:49.752290 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:49.756276 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:49.760258 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:49.764229 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:49.768198 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:49.772186 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:49.776186 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:49.780136 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:49.784098 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:49.788061 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:49.792024 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:49.795992 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:49.799985 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:49.803946 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:49.807930 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:49.812252 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:49.816344 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:49.820448 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:49.824571 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:49.828601 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:49.832636 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:49.836743 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:49.840851 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:49.845059 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:49.849301 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:49.853502 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:49.857589 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:49.861808 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:49.865998 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:49.870233 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:49.874574 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:49.878823 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:49.883007 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:49.887080 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:49.891175 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:49.895295 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:49.899365 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:49.903461 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:49.907646 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:49.912060 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:49.916369 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:49.920631 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:49.925046 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:49.929198 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:49.933355 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:49.937435 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:49.941599 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:49.945811 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:49.950167 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:49.954447 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:49.958533 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:49.962552 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:49.966510 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:49.970514 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:49.974468 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:49.978459 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:49.982459 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:49.986480 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:49.990490 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:49.994459 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:49.998445 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:50.002500 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:50.006513 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:50.010599 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:50.014742 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:50.019095 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:50.023246 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:50.027393 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:50.031468 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:50.035505 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:50.039473 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:50.043444 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:50.047400 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:50.051448 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:50.055396 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:50.059363 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:50.063323 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:50.067306 ---      ParallelTerminationStrategy: PID 22 died...
22:49:50.069118 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:50.073564 ---      ParallelTerminationStrategy: PID 23 died...
22:49:50.075326 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:50.079660 ---      ParallelTerminationStrategy: PID 24 died...
22:49:50.081424 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:50.085778 ---      ParallelTerminationStrategy: PID 25 died...
22:49:50.087557 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:50.091965 ---      ParallelTerminationStrategy: PID 26 died...
22:49:50.093750 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:50.098187 ---      ParallelTerminationStrategy: PID 27 died...
22:49:50.099982 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:50.104407 ---      ParallelTerminationStrategy: PID 28 died...
22:49:50.106203 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:50.110692 ---      ParallelTerminationStrategy: PID 29 died...
22:49:50.112550 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:50.117138 ---      ParallelTerminationStrategy: PID 30 died...
22:49:50.119005 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:50.123549 ---      ParallelTerminationStrategy: PID 31 died...
22:49:50.125405 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:50.129947 ---      ParallelTerminationStrategy: PID 32 died...
22:49:50.131730 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:50.136227 ---      ParallelTerminationStrategy: PID 33 died...
22:49:50.138039 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:50.142694 ---      ParallelTerminationStrategy: PID 35 died...
22:49:50.144512 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:50.149026 ---      ParallelTerminationStrategy: PID 36 died...
22:49:50.150936 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:50.155699 ---      ParallelTerminationStrategy: PID 37 died...
22:49:50.157610 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:50.162276 ---      ParallelTerminationStrategy: PID 38 died...
22:49:50.164247 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:50.169136 ---      ParallelTerminationStrategy: PID 39 died...
22:49:50.171106 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:50.175936 ---      ParallelTerminationStrategy: PID 40 died...
22:49:50.177934 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:50.182861 ---      ParallelTerminationStrategy: PID 41 died...
22:49:50.184875 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:50.189616 ---      ParallelTerminationStrategy: PID 42 died...
22:49:50.191526 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:50.196241 ---      ParallelTerminationStrategy: PID 43 died...
22:49:50.198198 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:50.202948 ---      ParallelTerminationStrategy: PID 44 died...
22:49:50.204871 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:50.209590 ---      ParallelTerminationStrategy: PID 45 died...
22:49:50.211475 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:50.216233 ---      ParallelTerminationStrategy: PID 46 died...
22:49:50.218150 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:50.222877 ---      ParallelTerminationStrategy: PID 47 died...
22:49:50.224798 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:50.229496 ---      ParallelTerminationStrategy: PID 48 died...
22:49:50.231409 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:50.236134 ---      ParallelTerminationStrategy: PID 49 died...
22:49:50.238052 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:50.242864 ---      ParallelTerminationStrategy: PID 50 died...
22:49:50.244796 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:50.249505 ---      ParallelTerminationStrategy: PID 51 died...
22:49:50.251398 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:50.256139 ---      ParallelTerminationStrategy: PID 52 died...
22:49:50.258041 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:50.262732 ---      ParallelTerminationStrategy: PID 53 died...
22:49:50.264687 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:50.269433 ---      ParallelTerminationStrategy: PID 54 died...
22:49:50.271354 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:50.276196 ---      ParallelTerminationStrategy: PID 55 died...
22:49:50.278139 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:50.282884 ---      ParallelTerminationStrategy: PID 56 died...
22:49:50.284817 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:50.289535 ---      ParallelTerminationStrategy: PID 57 died...
22:49:50.291451 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:50.296350 ---      ParallelTerminationStrategy: PID 58 died...
22:49:50.298309 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:50.303073 ---      ParallelTerminationStrategy: PID 59 died...
22:49:50.305001 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:50.309721 ---      ParallelTerminationStrategy: PID 60 died...
22:49:50.311632 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:50.316363 ---      ParallelTerminationStrategy: PID 61 died...
22:49:50.318278 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:50.322985 ---      ParallelTerminationStrategy: PID 62 died...
22:49:50.324900 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:50.329629 ---      ParallelTerminationStrategy: PID 63 died...
22:49:50.331535 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:50.336246 ---      ParallelTerminationStrategy: PID 64 died...
22:49:50.338169 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:50.342903 ---      ParallelTerminationStrategy: PID 65 died...
22:49:50.344814 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:50.349509 ---      ParallelTerminationStrategy: PID 66 died...
22:49:50.351413 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:50.356109 ---      ParallelTerminationStrategy: PID 67 died...
22:49:50.358062 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:50.362782 ---      ParallelTerminationStrategy: PID 68 died...
22:49:50.364693 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:50.369378 ---      ParallelTerminationStrategy: PID 69 died...
22:49:50.371281 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:50.376004 ---      ParallelTerminationStrategy: PID 70 died...
22:49:50.377932 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:50.382648 ---      ParallelTerminationStrategy: PID 71 died...
22:49:50.384544 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:50.389262 ---      ParallelTerminationStrategy: PID 72 died...
22:49:50.391168 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:50.395909 ---      ParallelTerminationStrategy: PID 73 died...
22:49:50.397823 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:50.403636 ---      ParallelTerminationStrategy: PID 74 died...
22:49:50.407284 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:50.412214 ---      ParallelTerminationStrategy: PID 75 died...
22:49:50.414301 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:50.419082 ---      ParallelTerminationStrategy: PID 76 died...
22:49:50.421020 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:50.425747 ---      ParallelTerminationStrategy: PID 77 died...
22:49:50.427666 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:50.432344 ---      ParallelTerminationStrategy: PID 78 died...
22:49:50.434281 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:50.439096 ---      ParallelTerminationStrategy: PID 79 died...
22:49:50.441009 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:50.445714 ---      ParallelTerminationStrategy: PID 80 died...
22:49:50.447609 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:50.452300 ---      ParallelTerminationStrategy: PID 81 died...
22:49:50.454239 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:50.458957 ---      ParallelTerminationStrategy: PID 82 died...
22:49:50.460887 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:50.465611 ---      ParallelTerminationStrategy: PID 83 died...
22:49:50.467524 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:50.472248 ---      ParallelTerminationStrategy: PID 84 died...
22:49:50.474175 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:50.478946 ---      ParallelTerminationStrategy: PID 85 died...
22:49:50.481004 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:50.485730 ---      ParallelTerminationStrategy: PID 86 died...
22:49:50.487647 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:50.492473 ---      ParallelTerminationStrategy: PID 87 died...
22:49:50.494447 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:50.499189 ---      ParallelTerminationStrategy: PID 88 died...
22:49:50.501134 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:50.505948 ---      ParallelTerminationStrategy: PID 89 died...
22:49:50.507874 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:50.512660 ---      ParallelTerminationStrategy: PID 90 died...
22:49:50.514652 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:50.519355 ---      ParallelTerminationStrategy: PID 91 died...
22:49:50.521262 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:50.525980 ---      ParallelTerminationStrategy: PID 92 died...
22:49:50.527879 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:50.532605 ---      ParallelTerminationStrategy: PID 93 died...
22:49:50.534614 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:50.539306 ---      ParallelTerminationStrategy: PID 94 died...
22:49:50.541212 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:50.545908 ---      ParallelTerminationStrategy: PID 95 died...
22:49:50.547818 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:50.552537 ---      ParallelTerminationStrategy: PID 96 died...
22:49:50.554481 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:50.559155 ---      ParallelTerminationStrategy: PID 97 died...
22:49:50.561025 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:50.565723 ---      ParallelTerminationStrategy: PID 98 died...
22:49:50.567645 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:50.572321 ---      ParallelTerminationStrategy: PID 99 died...
22:49:50.574234 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:50.578959 ---      ParallelTerminationStrategy: PID 100 died...
22:49:50.580886 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:50.585608 ---      ParallelTerminationStrategy: PID 101 died...
22:49:50.587457 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:50.592153 ---      ParallelTerminationStrategy: PID 102 died...
22:49:50.594046 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:50.598696 ---      ParallelTerminationStrategy: PID 103 died...
22:49:50.600533 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:50.605130 ---      ParallelTerminationStrategy: PID 104 died...
22:49:50.607021 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:50.611657 ---      ParallelTerminationStrategy: PID 105 died...
22:49:50.613557 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:50.618193 ---      ParallelTerminationStrategy: PID 106 died...
22:49:50.620039 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:50.624772 ---      ParallelTerminationStrategy: PID 107 died...
22:49:50.626635 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:50.631288 ---      ParallelTerminationStrategy: PID 108 died...
22:49:50.633203 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:50.638004 ---      ParallelTerminationStrategy: PID 109 died...
22:49:50.639914 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:50.644721 ---      ParallelTerminationStrategy: PID 110 died...
22:49:50.647090 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:50.652026 ---      ParallelTerminationStrategy: PID 111 died...
22:49:50.654056 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:50.659009 ---      ParallelTerminationStrategy: PID 112 died...
22:49:50.661569 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:50.667022 ---      ParallelTerminationStrategy: PID 113 died...
22:49:50.669120 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:50.674179 ---      ParallelTerminationStrategy: PID 114 died...
22:49:50.676232 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:50.681295 ---      ParallelTerminationStrategy: PID 115 died...
22:49:50.683830 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:50.689191 ---      ParallelTerminationStrategy: PID 116 died...
22:49:50.691508 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:50.697151 ---      ParallelTerminationStrategy: PID 117 died...
22:49:50.699296 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:50.704667 ---      ParallelTerminationStrategy: PID 118 died...
22:49:50.706874 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:50.712066 ---      ParallelTerminationStrategy: PID 119 died...
22:49:50.714184 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:50.719400 ---      ParallelTerminationStrategy: PID 120 died...
22:49:50.721593 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:50.727132 ---      ParallelTerminationStrategy: PID 121 died...
22:49:50.729677 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:50.735645 ---      ParallelTerminationStrategy: PID 122 died...
22:49:50.738004 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:50.743646 ---      ParallelTerminationStrategy: PID 123 died...
22:49:50.745957 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:50.751444 ---      ParallelTerminationStrategy: PID 124 died...
22:49:50.753664 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:50.758815 ---      ParallelTerminationStrategy: PID 125 died...
22:49:50.761196 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:50.766615 ---      ParallelTerminationStrategy: PID 126 died...
22:49:50.768802 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:50.773947 ---      ParallelTerminationStrategy: PID 127 died...
22:49:50.776045 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:50.781197 ---      ParallelTerminationStrategy: PID 128 died...
22:49:50.783287 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:50.788412 ---      ParallelTerminationStrategy: PID 129 died...
22:49:50.790464 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:50.795491 ---      ParallelTerminationStrategy: PID 130 died...
22:49:50.797548 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:50.802578 ---      ParallelTerminationStrategy: PID 131 died...
22:49:50.804638 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:50.809670 ---      ParallelTerminationStrategy: PID 132 died...
22:49:50.811735 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:50.816792 ---      ParallelTerminationStrategy: PID 133 died...
22:49:50.818843 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:50.823947 ---      ParallelTerminationStrategy: PID 134 died...
22:49:50.826020 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:50.831105 ---      ParallelTerminationStrategy: PID 135 died...
22:49:50.833297 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:50.838549 ---      ParallelTerminationStrategy: PID 136 died...
22:49:50.840627 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:50.845594 ---      ParallelTerminationStrategy: PID 137 died...
22:49:50.847605 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:50.852647 ---      ParallelTerminationStrategy: PID 138 died...
22:49:50.854690 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:50.859757 ---      ParallelTerminationStrategy: PID 139 died...
22:49:50.861827 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:50.866880 ---      ParallelTerminationStrategy: PID 140 died...
22:49:50.868985 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:50.874224 ---      ParallelTerminationStrategy: PID 141 died...
22:49:50.876293 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:50.881540 ---      ParallelTerminationStrategy: PID 142 died...
22:49:50.883570 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:50.888476 ---      ParallelTerminationStrategy: PID 143 died...
22:49:50.890544 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:50.895616 ---      ParallelTerminationStrategy: PID 144 died...
22:49:50.897668 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:50.902586 ---      ParallelTerminationStrategy: PID 145 died...
22:49:50.904582 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:50.909680 ---      ParallelTerminationStrategy: PID 146 died...
22:49:50.911786 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:50.916928 ---      ParallelTerminationStrategy: PID 147 died...
22:49:50.918964 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:50.923937 ---      ParallelTerminationStrategy: PID 148 died...
22:49:50.926003 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:50.931039 ---      ParallelTerminationStrategy: PID 149 died...
22:49:50.933018 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:50.937948 ---      ParallelTerminationStrategy: PID 150 died...
22:49:50.939952 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:50.944872 ---      ParallelTerminationStrategy: PID 151 died...
22:49:50.946844 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:50.951791 ---      ParallelTerminationStrategy: PID 152 died...
22:49:50.953819 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:50.958735 ---      ParallelTerminationStrategy: PID 153 died...
22:49:50.960792 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:50.965713 ---      ParallelTerminationStrategy: PID 154 died...
22:49:50.967722 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:50.972621 ---      ParallelTerminationStrategy: PID 155 died...
22:49:50.974896 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:50.979924 ---      ParallelTerminationStrategy: PID 156 died...
22:49:50.981998 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:50.986935 ---      ParallelTerminationStrategy: PID 157 died...
22:49:50.988923 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:50.993852 ---      ParallelTerminationStrategy: PID 158 died...
22:49:50.995849 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:51.000853 ---      ParallelTerminationStrategy: PID 159 died...
22:49:51.002846 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:51.007803 ---      ParallelTerminationStrategy: PID 160 died...
22:49:51.009851 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:51.014872 ---      ParallelTerminationStrategy: PID 161 died...
22:49:51.016902 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:51.022030 ---      ParallelTerminationStrategy: PID 162 died...
22:49:51.024057 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:51.028976 ---      ParallelTerminationStrategy: PID 163 died...
22:49:51.030945 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:51.035927 ---      ParallelTerminationStrategy: PID 164 died...
22:49:51.037908 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:51.042796 ---      ParallelTerminationStrategy: PID 165 died...
22:49:51.044797 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:51.049713 ---      ParallelTerminationStrategy: PID 166 died...
22:49:51.051758 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:51.056761 ---      ParallelTerminationStrategy: PID 167 died...
22:49:51.058742 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:51.063645 ---      ParallelTerminationStrategy: PID 168 died...
22:49:51.065636 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:51.070582 ---      ParallelTerminationStrategy: PID 169 died...
22:49:51.072563 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:51.077385 ---      ParallelTerminationStrategy: PID 170 died...
22:49:51.079310 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:51.084053 ---      ParallelTerminationStrategy: PID 171 died...
22:49:51.085976 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:51.090717 ---      ParallelTerminationStrategy: PID 172 died...
22:49:51.092652 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:51.097462 ---      ParallelTerminationStrategy: PID 173 died...
22:49:51.099377 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:51.104133 ---      ParallelTerminationStrategy: PID 174 died...
22:49:51.106138 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:51.110948 ---      ParallelTerminationStrategy: PID 175 died...
22:49:51.112899 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:51.117660 ---      ParallelTerminationStrategy: PID 176 died...
22:49:51.119581 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:51.124262 ---      ParallelTerminationStrategy: PID 177 died...
22:49:51.126147 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:51.130769 ---      ParallelTerminationStrategy: PID 178 died...
22:49:51.132655 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:51.137274 ---      ParallelTerminationStrategy: PID 179 died...
22:49:51.139166 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:51.143807 ---      ParallelTerminationStrategy: PID 180 died...
22:49:51.145685 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:51.150314 ---      ParallelTerminationStrategy: PID 181 died...
22:49:51.152179 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:51.156831 ---      ParallelTerminationStrategy: PID 182 died...
22:49:51.158699 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:51.163335 ---      ParallelTerminationStrategy: PID 183 died...
22:49:51.165201 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:51.169879 ---      ParallelTerminationStrategy: PID 184 died...
22:49:51.171742 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:51.176388 ---      ParallelTerminationStrategy: PID 185 died...
22:49:51.178319 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:51.183111 ---      ParallelTerminationStrategy: PID 186 died...
22:49:51.185009 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:51.189774 ---      ParallelTerminationStrategy: PID 187 died...
22:49:51.191634 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:51.196283 ---      ParallelTerminationStrategy: PID 188 died...
22:49:51.198159 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:51.203891 ---      ParallelTerminationStrategy: PID 189 died...
22:49:51.205931 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:51.211153 ---      ParallelTerminationStrategy: PID 190 died...
22:49:51.213248 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:51.218660 ---      ParallelTerminationStrategy: PID 191 died...
22:49:51.220887 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:51.227060 ---      ParallelTerminationStrategy: PID 192 died...
22:49:51.229855 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:51.235642 ---      ParallelTerminationStrategy: PID 193 died...
22:49:51.237776 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:51.243377 ---      ParallelTerminationStrategy: PID 194 died...
22:49:51.245581 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:51.250902 ---      ParallelTerminationStrategy: PID 195 died...
22:49:51.253064 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:51.258353 ---      ParallelTerminationStrategy: PID 196 died...
22:49:51.262821 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:51.272734 ---      ParallelTerminationStrategy: PID 197 died...
22:49:51.276777 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:51.286790 ---      ParallelTerminationStrategy: PID 198 died...
22:49:51.290894 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:51.301033 ---      ParallelTerminationStrategy: PID 199 died...
22:49:51.305162 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:51.315260 ---      ParallelTerminationStrategy: PID 200 died...
22:49:51.318328 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:51.323830 ---      ParallelTerminationStrategy: PID 201 died...
22:49:51.326018 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:51.331535 ---      ParallelTerminationStrategy: PID 202 died...
22:49:51.333754 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:51.338999 ---      ParallelTerminationStrategy: PID 203 died...
22:49:51.341289 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:51.346635 ---      ParallelTerminationStrategy: PID 204 died...
22:49:51.348909 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:51.354257 ---      ParallelTerminationStrategy: PID 205 died...
22:49:51.356538 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:51.361904 ---      ParallelTerminationStrategy: PID 206 died...
22:49:51.364222 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:51.370343 ---      ParallelTerminationStrategy: PID 207 died...
22:49:51.388387 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:51.397771 ---      ParallelTerminationStrategy: PID 208 died...
22:49:51.401628 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:51.413157 ---      ParallelTerminationStrategy: PID 209 died...
22:49:51.417706 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:51.428468 ---      ParallelTerminationStrategy: PID 210 died...
22:49:51.432955 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:51.443756 ---      ParallelTerminationStrategy: PID 211 died...
22:49:51.448246 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:51.458917 ---      ParallelTerminationStrategy: PID 212 died...
22:49:51.463328 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:51.474721 ---      ParallelTerminationStrategy: PID 213 died...
22:49:51.479333 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:51.490583 ---      ParallelTerminationStrategy: PID 214 died...
22:49:51.495161 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:51.506267 ---      ParallelTerminationStrategy: PID 215 died...
22:49:51.510915 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:51.521701 ---      ParallelTerminationStrategy: PID 216 died...
22:49:51.526188 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:51.537476 ---      ParallelTerminationStrategy: PID 217 died...
22:49:51.542083 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:51.553229 ---      ParallelTerminationStrategy: PID 218 died...
22:49:51.558538 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:51.569732 ---      ParallelTerminationStrategy: PID 219 died...
22:49:51.574218 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:51.585195 ---      ParallelTerminationStrategy: PID 220 died...
22:49:51.589705 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:51.600603 ---      ParallelTerminationStrategy: PID 221 died...
22:49:51.605145 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:51.616250 ---      ParallelTerminationStrategy: PID 222 died...
22:49:51.621764 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:51.632989 ---      ParallelTerminationStrategy: PID 223 died...
22:49:51.637480 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:51.648380 ---      ParallelTerminationStrategy: PID 224 died...
22:49:51.658048 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:51.668746 ---      ParallelTerminationStrategy: PID 225 died...
22:49:51.673164 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:51.683886 ---      ParallelTerminationStrategy: PID 226 died...
22:49:51.688289 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:51.699047 ---      ParallelTerminationStrategy: PID 227 died...
22:49:51.703427 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:51.714262 ---      ParallelTerminationStrategy: PID 228 died...
22:49:51.718635 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:51.729617 ---      ParallelTerminationStrategy: PID 229 died...
22:49:51.734226 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:51.745474 ---      ParallelTerminationStrategy: PID 230 died...
22:49:51.749930 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:51.760745 ---      ParallelTerminationStrategy: PID 231 died...
22:49:51.765065 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:51.775824 ---      ParallelTerminationStrategy: PID 232 died...
22:49:51.780294 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:51.791220 ---      ParallelTerminationStrategy: PID 233 died...
22:49:51.795693 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:51.806660 ---      ParallelTerminationStrategy: PID 234 died...
22:49:51.811094 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:54.500728 ---      ParallelTerminationStrategy: PID 34 died...
22:49:54.505174 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7932 netreg_mass PASS
---------------------------------------------------------------------
22:49:54.677707 tst                       trial-7932: Storing JUnit report in /build/trial-7932/run.2025-04-10_22-48-19/trial-7932.xml

--------------------------------------------------------------------------------------------
trial-7932 PASS
--------------------------------------------------------------------------------------------
22:49:54.706617 tst                       trial-7932: trial-7932: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (89.0 sec)
+ exit_code=0
+ rm -rf trial-7932/inst
+ cd trial-7932
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-04-10 22:48:19
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7932-run.tgz run.2025-04-10_22-48-19
+ tar czf /build/trial-7932-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-04-10_13_26_30.tgz osmo-bts-oc2g.build-2025-04-10_00_51_27.tgz osmo-bts-sysmo.build-2025-04-10_00_51_30.tgz osmo-bts.build-2025-04-10_00_51_37.tgz osmo-ggsn.build-2025-04-10_20_42_29.tgz osmo-hlr.build-2025-04-10_16_37_05.tgz osmo-hnbgw.build-2025-04-10_15_27_47.tgz osmo-mgw.build-2025-04-10_08_33_14.tgz osmo-msc.build-2025-04-10_13_34_47.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-10_07_34_02.tgz osmo-pcu-sysmo.build-2025-04-10_07_34_05.tgz osmo-pcu.build-2025-04-10_07_34_05.tgz osmo-sgsn.build-2025-04-10_20_47_55.tgz osmo-stp.build-2025-04-10_13_25_18.tgz osmo-trx.build-2025-04-10_14_27_04.tgz osmocom-bb.build-2025-04-10_21_17_26.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