Skip to content
This log is too long to show here, 14 KB has been skipped — click to see the complete log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7936
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins14883349752059959537.sh
+ trap clean_up_trap EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
+ rm -rf trial-8375
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
2e9b710 debian-trixie-build: add tshark
+ 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 M3UA_TESTTOOL_BRANCH=osmocom/master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:0e2aca3a197a7fdea6ec63ca15d9d0bb2eb7f9d105c11bc7042f1cfaa7f4a4e8 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8376 -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=2026-06-28 22:48:15
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8376
+ mkdir -p trial-8376
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-06-28_13_29_42.tgz osmo-bts-oc2g.build-2026-06-28_00_51_45.tgz osmo-bts-sysmo.build-2026-06-28_00_51_47.tgz osmo-bts.build-2026-06-28_00_51_52.tgz osmo-ggsn.build-2026-06-28_20_42_56.tgz osmo-hlr.build-2026-06-28_16_36_49.tgz osmo-hnbgw.build-2026-06-28_13_31_13.tgz osmo-mgw.build-2026-06-28_08_33_04.tgz osmo-msc.build-2026-06-28_13_35_20.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-06-28_07_34_51.tgz osmo-pcu-sysmo.build-2026-06-28_07_34_53.tgz osmo-pcu.build-2026-06-28_07_35_00.tgz osmo-sgsn.build-2026-06-28_20_48_30.tgz osmo-stp.build-2026-06-28_13_25_31.tgz osmo-trx.build-2026-06-28_14_22_02.tgz osmocom-bb.build-2026-06-28_21_17_24.tgz srslte.build-19.tgz trial-8376
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-06-28_13_29_42.md5 osmo-bts-oc2g.build-2026-06-28_00_51_45.md5 osmo-bts-sysmo.build-2026-06-28_00_51_47.md5 osmo-bts.build-2026-06-28_00_51_52.md5 osmo-ggsn.build-2026-06-28_20_42_56.md5 osmo-hlr.build-2026-06-28_16_36_49.md5 osmo-hnbgw.build-2026-06-28_13_31_13.md5 osmo-mgw.build-2026-06-28_08_33_04.md5 osmo-msc.build-2026-06-28_13_35_20.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-06-28_07_34_51.md5 osmo-pcu-sysmo.build-2026-06-28_07_34_53.md5 osmo-pcu.build-2026-06-28_07_35_00.md5 osmo-sgsn.build-2026-06-28_20_48_30.md5 osmo-stp.build-2026-06-28_13_25_31.md5 osmo-trx.build-2026-06-28_14_22_02.md5 osmocom-bb.build-2026-06-28_21_17_24.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-06-28_13_29_42.md5 osmo-bts-oc2g.build-2026-06-28_00_51_45.md5 osmo-bts-sysmo.build-2026-06-28_00_51_47.md5 osmo-bts.build-2026-06-28_00_51_52.md5 osmo-ggsn.build-2026-06-28_20_42_56.md5 osmo-hlr.build-2026-06-28_16_36_49.md5 osmo-hnbgw.build-2026-06-28_13_31_13.md5 osmo-mgw.build-2026-06-28_08_33_04.md5 osmo-msc.build-2026-06-28_13_35_20.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-06-28_07_34_51.md5 osmo-pcu-sysmo.build-2026-06-28_07_34_53.md5 osmo-pcu.build-2026-06-28_07_35_00.md5 osmo-sgsn.build-2026-06-28_20_48_30.md5 osmo-stp.build-2026-06-28_13_25_31.md5 osmo-trx.build-2026-06-28_14_22_02.md5 osmocom-bb.build-2026-06-28_21_17_24.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-8376 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8376'
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-8376
--------------------------------------------------------------------------------------------
22:48:15.590984 tst                       trial-8376: Detailed log at /build/trial-8376/run.2026-06-28_22-48-15/log

---------------------------------------------------------------------
trial-8376 netreg_mass
---------------------------------------------------------------------
22:48:15.797483 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:15.797858 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:15.798651 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:15.799815 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:15.842278 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:15.843165 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:15.844420 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:15.907448 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-8376 netreg_mass register_default_mass.py
----------------------------------------------
22:48:15.908239 tst       register_default_mass.py:9: Claiming resources for the test
22:48:15.923120 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.923646 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.924130 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.924577 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.925012 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.925469 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.925924 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:15.957121 tst         register_default_mass.py: using LAC 2
22:48:15.980030 tst         register_default_mass.py: using RAC 2
22:48:16.007132 tst         register_default_mass.py: using CellId 2
22:48:16.037342 tst         register_default_mass.py: using BVCI 3
22:48:16.051257 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.051973 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.052580 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.053133 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.053644 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.054173 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.054680 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.055187 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.055720 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.056229 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.056728 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.057246 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.057780 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.058317 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.058824 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.059363 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.059888 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.060422 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.060943 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.061469 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.062002 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.062536 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.063055 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.063596 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.064118 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.064635 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.065169 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.065691 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.066211 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.066747 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.067261 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.067779 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.068308 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.068837 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.069354 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.069890 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.070417 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.070942 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.071466 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.071993 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.072511 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.073033 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.073566 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.074090 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.074606 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.075131 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.075660 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.076182 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.076700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.077228 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.077751 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.078284 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.078799 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.079314 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.079842 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.080362 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.080875 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.081409 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.081934 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.082445 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.082950 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.083475 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.083997 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.084509 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.085009 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.085531 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.086040 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.086573 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.087089 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.087590 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.088113 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.088631 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.089201 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.089726 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.090248 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.090762 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.091284 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.091796 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.092304 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.092821 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.093338 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.093845 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.094378 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.094899 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.095405 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.095914 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.096434 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.096938 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.097441 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.097961 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.098479 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.098987 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.099514 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.100031 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.100536 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.101034 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.101548 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.102062 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.102592 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.103110 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.103613 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.104176 tst      register_default_mass.py:21: Launching a simple network
22:48:16.113982 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:16.232521 run            create_hlr_db(pid=20): Launched
22:48:17.246964 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:17.262833 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:17.277430 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:17.282957 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:17.473350 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:17.488077 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:17.493531 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:17.914117 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:17.928769 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:20.943313 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:21.082794 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:21.097266 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:21.102726 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:21.125483 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:21.139903 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:21.145428 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:21.461164 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:21.476116 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:27.502186 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:27.676564 run         osmo-bts-virtual(pid=34): Launched
22:48:28.711746 tst         register_default_mass.py: using MSISDN 1001
22:48:28.725746 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:28.764053 tst         register_default_mass.py: using MSISDN 1002
22:48:28.781287 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:28.810638 tst         register_default_mass.py: using MSISDN 1003
22:48:28.824714 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:28.854472 tst         register_default_mass.py: using MSISDN 1004
22:48:28.868555 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:28.898356 tst         register_default_mass.py: using MSISDN 1005
22:48:28.907984 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:28.937564 tst         register_default_mass.py: using MSISDN 1006
22:48:28.952929 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:28.982821 tst         register_default_mass.py: using MSISDN 1007
22:48:28.996954 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:29.026716 tst         register_default_mass.py: using MSISDN 1008
22:48:29.040801 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:29.070476 tst         register_default_mass.py: using MSISDN 1009
22:48:29.084490 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:29.114241 tst         register_default_mass.py: using MSISDN 1010
22:48:29.128305 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:29.158136 tst         register_default_mass.py: using MSISDN 1011
22:48:29.172375 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:29.202934 tst         register_default_mass.py: using MSISDN 1012
22:48:29.217388 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:29.251724 tst         register_default_mass.py: using MSISDN 1013
22:48:29.267874 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:29.298543 tst         register_default_mass.py: using MSISDN 1014
22:48:29.313160 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:29.343942 tst         register_default_mass.py: using MSISDN 1015
22:48:29.358585 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:29.389009 tst         register_default_mass.py: using MSISDN 1016
22:48:29.403446 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:29.433693 tst         register_default_mass.py: using MSISDN 1017
22:48:29.448062 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:29.478679 tst         register_default_mass.py: using MSISDN 1018
22:48:29.493168 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:29.523752 tst         register_default_mass.py: using MSISDN 1019
22:48:29.538043 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:29.568225 tst         register_default_mass.py: using MSISDN 1020
22:48:29.582388 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:29.613059 tst         register_default_mass.py: using MSISDN 1021
22:48:29.625660 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:29.656351 tst         register_default_mass.py: using MSISDN 1022
22:48:29.670726 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:29.701658 tst         register_default_mass.py: using MSISDN 1023
22:48:29.715253 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:29.745658 tst         register_default_mass.py: using MSISDN 1024
22:48:29.759872 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:29.790590 tst         register_default_mass.py: using MSISDN 1025
22:48:29.805064 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:29.835308 tst         register_default_mass.py: using MSISDN 1026
22:48:29.849673 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:29.880111 tst         register_default_mass.py: using MSISDN 1027
22:48:29.894420 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:29.924900 tst         register_default_mass.py: using MSISDN 1028
22:48:29.939345 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:29.969819 tst         register_default_mass.py: using MSISDN 1029
22:48:29.984222 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:30.014569 tst         register_default_mass.py: using MSISDN 1030
22:48:30.028958 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:30.059403 tst         register_default_mass.py: using MSISDN 1031
22:48:30.073737 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:30.103810 tst         register_default_mass.py: using MSISDN 1032
22:48:30.118061 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:30.148313 tst         register_default_mass.py: using MSISDN 1033
22:48:30.162703 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:30.193255 tst         register_default_mass.py: using MSISDN 1034
22:48:30.207763 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:30.238178 tst         register_default_mass.py: using MSISDN 1035
22:48:30.252617 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:30.283170 tst         register_default_mass.py: using MSISDN 1036
22:48:30.297603 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:30.328422 tst         register_default_mass.py: using MSISDN 1037
22:48:30.343019 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:30.373555 tst         register_default_mass.py: using MSISDN 1038
22:48:30.388025 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:30.418705 tst         register_default_mass.py: using MSISDN 1039
22:48:30.433160 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:30.463288 tst         register_default_mass.py: using MSISDN 1040
22:48:30.477476 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:30.507306 tst         register_default_mass.py: using MSISDN 1041
22:48:30.521223 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:30.550586 tst         register_default_mass.py: using MSISDN 1042
22:48:30.564423 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:30.594143 tst         register_default_mass.py: using MSISDN 1043
22:48:30.608227 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:30.638199 tst         register_default_mass.py: using MSISDN 1044
22:48:30.652315 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:30.682257 tst         register_default_mass.py: using MSISDN 1045
22:48:30.696461 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:30.726260 tst         register_default_mass.py: using MSISDN 1046
22:48:30.740404 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:30.770138 tst         register_default_mass.py: using MSISDN 1047
22:48:30.784360 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:30.814201 tst         register_default_mass.py: using MSISDN 1048
22:48:30.828314 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:30.858013 tst         register_default_mass.py: using MSISDN 1049
22:48:30.872044 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:30.901728 tst         register_default_mass.py: using MSISDN 1050
22:48:30.915734 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:30.945769 tst         register_default_mass.py: using MSISDN 1051
22:48:30.959917 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:30.989860 tst         register_default_mass.py: using MSISDN 1052
22:48:31.003967 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:31.033987 tst         register_default_mass.py: using MSISDN 1053
22:48:31.048242 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:31.077719 tst         register_default_mass.py: using MSISDN 1054
22:48:31.091720 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:31.121473 tst         register_default_mass.py: using MSISDN 1055
22:48:31.135287 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:31.164925 tst         register_default_mass.py: using MSISDN 1056
22:48:31.178884 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:31.208668 tst         register_default_mass.py: using MSISDN 1057
22:48:31.222722 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:31.252584 tst         register_default_mass.py: using MSISDN 1058
22:48:31.266600 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:31.296353 tst         register_default_mass.py: using MSISDN 1059
22:48:31.310366 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:31.340349 tst         register_default_mass.py: using MSISDN 1060
22:48:31.354506 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:31.384243 tst         register_default_mass.py: using MSISDN 1061
22:48:31.398247 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:31.427623 tst         register_default_mass.py: using MSISDN 1062
22:48:31.441427 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:31.471338 tst         register_default_mass.py: using MSISDN 1063
22:48:31.485428 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:31.515190 tst         register_default_mass.py: using MSISDN 1064
22:48:31.529210 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:31.559157 tst         register_default_mass.py: using MSISDN 1065
22:48:31.573338 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:31.603138 tst         register_default_mass.py: using MSISDN 1066
22:48:31.617078 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:31.646858 tst         register_default_mass.py: using MSISDN 1067
22:48:31.660982 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:31.690841 tst         register_default_mass.py: using MSISDN 1068
22:48:31.704943 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:31.734724 tst         register_default_mass.py: using MSISDN 1069
22:48:31.748831 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:31.778875 tst         register_default_mass.py: using MSISDN 1070
22:48:31.793023 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:31.822778 tst         register_default_mass.py: using MSISDN 1071
22:48:31.836726 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:31.866536 tst         register_default_mass.py: using MSISDN 1072
22:48:31.880545 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:31.910469 tst         register_default_mass.py: using MSISDN 1073
22:48:31.924573 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:31.954416 tst         register_default_mass.py: using MSISDN 1074
22:48:31.964057 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:31.994461 tst         register_default_mass.py: using MSISDN 1075
22:48:32.010180 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:32.040637 tst         register_default_mass.py: using MSISDN 1076
22:48:32.055194 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:32.085522 tst         register_default_mass.py: using MSISDN 1077
22:48:32.099810 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:32.130425 tst         register_default_mass.py: using MSISDN 1078
22:48:32.144789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:32.175185 tst         register_default_mass.py: using MSISDN 1079
22:48:32.189278 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:32.219541 tst         register_default_mass.py: using MSISDN 1080
22:48:32.233810 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:32.264020 tst         register_default_mass.py: using MSISDN 1081
22:48:32.278378 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:32.308603 tst         register_default_mass.py: using MSISDN 1082
22:48:32.322913 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:32.353352 tst         register_default_mass.py: using MSISDN 1083
22:48:32.367743 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:32.397902 tst         register_default_mass.py: using MSISDN 1084
22:48:32.412236 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:32.442302 tst         register_default_mass.py: using MSISDN 1085
22:48:32.456453 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:32.486490 tst         register_default_mass.py: using MSISDN 1086
22:48:32.500653 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:32.530844 tst         register_default_mass.py: using MSISDN 1087
22:48:32.545159 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:32.575744 tst         register_default_mass.py: using MSISDN 1088
22:48:32.590059 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:32.620204 tst         register_default_mass.py: using MSISDN 1089
22:48:32.634376 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:32.664835 tst         register_default_mass.py: using MSISDN 1090
22:48:32.679361 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:32.709619 tst         register_default_mass.py: using MSISDN 1091
22:48:32.723935 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:32.754339 tst         register_default_mass.py: using MSISDN 1092
22:48:32.768744 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:32.799237 tst         register_default_mass.py: using MSISDN 1093
22:48:32.813716 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:32.843995 tst         register_default_mass.py: using MSISDN 1094
22:48:32.858386 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:32.888520 tst         register_default_mass.py: using MSISDN 1095
22:48:32.902903 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:32.933060 tst         register_default_mass.py: using MSISDN 1096
22:48:32.947277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:32.977320 tst         register_default_mass.py: using MSISDN 1097
22:48:32.991446 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:33.021944 tst         register_default_mass.py: using MSISDN 1098
22:48:33.036418 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:33.066852 tst         register_default_mass.py: using MSISDN 1099
22:48:33.081207 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:33.111495 tst         register_default_mass.py: using MSISDN 1100
22:48:33.125860 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:33.217153 run                             mass: Starting testcase
22:48:33.222651 run                             mass: Pre-launching all virtphy's
22:48:33.227987 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:33.240898 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:33.246963 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:33.259831 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:33.265797 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:33.278552 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:33.284547 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:33.297362 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:33.303359 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:33.316140 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:33.322058 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:33.334791 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:33.340794 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:33.353595 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:33.359591 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:33.372407 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:33.378282 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:33.390972 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:33.396857 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:33.409523 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:33.415463 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:33.428164 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:33.434017 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:33.446825 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:33.452708 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:33.465425 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:33.471326 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:33.484049 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:33.489914 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:33.502620 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:33.508482 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:33.521160 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:33.527021 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:33.539937 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:33.545894 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:33.558704 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:33.564663 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:33.577377 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:33.583334 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:33.596157 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:33.602154 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:33.614979 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:33.620965 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:33.633892 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:33.639865 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:33.652706 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:33.658701 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:33.671469 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:33.677360 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:33.690100 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:33.696046 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:33.708874 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:33.714812 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:33.727637 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:33.733623 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:33.746440 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:33.752425 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:33.765225 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:33.771154 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:33.783946 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:33.789828 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:33.802637 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:33.808541 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:33.821388 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:33.827368 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:33.840251 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:33.846187 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:33.858976 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:33.864892 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:33.877687 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:33.883609 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:33.896468 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:33.902414 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:33.915210 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:33.921155 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:33.933948 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:33.939859 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:33.952634 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:33.958583 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:33.971396 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:33.977338 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:33.990124 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:33.996039 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:34.008803 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:34.014744 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:34.027523 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:34.033471 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:34.046330 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:34.052284 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:34.065133 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:34.071015 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:34.083853 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:34.089759 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:34.102524 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:34.108528 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:34.121394 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:34.127348 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:34.140177 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:34.146147 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:34.158989 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:34.164920 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:34.177719 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:34.183628 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:34.196331 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:34.202297 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:34.215057 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:34.221005 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:34.233758 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:34.239697 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:34.252481 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:34.258395 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:34.271217 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:34.277139 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:34.289894 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:34.295996 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:34.308793 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:34.314827 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:34.327537 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:34.333444 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:34.346282 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:34.352320 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:34.365404 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:34.371427 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:34.384187 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:34.390181 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:34.403036 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:34.408956 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:34.421821 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:34.427845 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:34.440630 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:34.446532 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:34.459297 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:34.465240 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:34.477944 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:34.483907 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:34.496682 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:34.502623 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:34.515352 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:34.521232 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:34.534118 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:34.540046 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:34.552876 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:34.558817 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:34.571606 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:34.577594 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:34.590454 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:34.596537 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:34.609368 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:34.615315 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:34.628234 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:34.634156 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:34.646992 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:34.652978 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:34.665719 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:34.671700 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:34.684431 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:34.690375 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:34.703141 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:34.709070 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:34.721798 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:34.727743 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:34.740595 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:34.746527 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:34.759281 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:34.765256 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:34.777999 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:34.784070 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:34.796929 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:34.802841 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:34.815740 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:34.821661 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:34.834563 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:34.840459 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:34.853168 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:34.859108 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:34.871844 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:34.877782 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:34.890563 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:34.896487 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:34.909197 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:34.915111 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:34.927834 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:34.933757 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:34.946502 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:34.952424 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:34.965151 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:34.971082 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:34.983804 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:34.989714 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:35.002616 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:35.008486 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:35.021353 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:35.027280 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:35.040084 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:35.046084 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:35.058849 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:35.064819 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:35.077588 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:35.083564 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:35.096344 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:35.102225 run                             mass: Checking if sockets are in the filesystem
22:48:35.134176 run                osmo-ms-mob/00000: Starting mobile
22:48:35.147107 run       osmo-ms-mob/00000(pid=135): Launched
22:48:35.157971 run                             mass: MS start registered  {at=3597843.451797089, delay=0.004904562141746283, ms=00000}
22:48:39.349465 run                osmo-ms-mob/00001: Starting mobile
22:48:39.365877 run       osmo-ms-mob/00001(pid=136): Launched
22:48:39.376446 run                             mass: MS start registered  {at=3597847.670271403, delay=0.004670788999646902, ms=00001}
22:48:40.505422 run                             mass: MS performed LU  {at=3597848.799129285, lu_delay=5.347332195844501, ms=00000}
22:48:41.149232 run                osmo-ms-mob/00002: Starting mobile
22:48:41.165826 run       osmo-ms-mob/00002(pid=137): Launched
22:48:41.176447 run                             mass: MS start registered  {at=3597849.470269523, delay=0.004659238271415234, ms=00002}
22:48:42.449186 run                osmo-ms-mob/00003: Starting mobile
22:48:42.465737 run       osmo-ms-mob/00003(pid=138): Launched
22:48:42.476298 run                             mass: MS start registered  {at=3597850.770125121, delay=0.004675326868891716, ms=00003}
22:48:43.518355 run                osmo-ms-mob/00004: Starting mobile
22:48:43.531162 run       osmo-ms-mob/00004(pid=139): Launched
22:48:43.542114 run                             mass: MS start registered  {at=3597851.835940751, delay=0.004828105680644512, ms=00004}
22:48:44.271060 run                             mass: MS performed LU  {at=3597852.564776803, lu_delay=4.894505399744958, ms=00001}
22:48:44.517796 run                osmo-ms-mob/00005: Starting mobile
22:48:44.530666 run       osmo-ms-mob/00005(pid=140): Launched
22:48:44.541153 run                             mass: MS start registered  {at=3597852.834980654, delay=0.004548116121441126, ms=00005}
22:48:45.418015 run                osmo-ms-mob/00006: Starting mobile
22:48:45.431092 run       osmo-ms-mob/00006(pid=141): Launched
22:48:45.441689 run                             mass: MS start registered  {at=3597853.735518531, delay=0.004708271007984877, ms=00006}
22:48:46.172911 run                             mass: MS performed LU  {at=3597854.46662213, lu_delay=4.996352606918663, ms=00002}
22:48:46.349699 run                osmo-ms-mob/00007: Starting mobile
22:48:46.366556 run       osmo-ms-mob/00007(pid=142): Launched
22:48:46.377277 run                             mass: MS start registered  {at=3597854.671105373, delay=0.004793900065124035, ms=00007}
22:48:47.117536 run                osmo-ms-mob/00008: Starting mobile
22:48:47.130333 run       osmo-ms-mob/00008(pid=143): Launched
22:48:47.141032 run                             mass: MS start registered  {at=3597855.434856599, delay=0.0047942353412508965, ms=00008}
22:48:47.818670 run                osmo-ms-mob/00009: Starting mobile
22:48:47.831433 run       osmo-ms-mob/00009(pid=144): Launched
22:48:47.841953 run                             mass: MS start registered  {at=3597856.135781082, delay=0.004603094886988401, ms=00009}
22:48:48.036246 run                             mass: MS performed LU  {at=3597856.329963867, lu_delay=5.559838746208698, ms=00003}
22:48:48.549271 run                osmo-ms-mob/00010: Starting mobile
22:48:48.566466 run       osmo-ms-mob/00010(pid=145): Launched
22:48:48.572388 run                             mass: MS performed LU  {at=3597856.866221222, lu_delay=5.030280471313745, ms=00004}
22:48:48.578250 run                             mass: MS start registered  {at=3597856.872090674, delay=0.005886516999453306, ms=00010}
22:48:49.117691 run                osmo-ms-mob/00011: Starting mobile
22:48:49.130810 run       osmo-ms-mob/00011(pid=146): Launched
22:48:49.141655 run                             mass: MS start registered  {at=3597857.435480174, delay=0.0049421112053096294, ms=00011}
22:48:49.717987 run                osmo-ms-mob/00012: Starting mobile
22:48:49.731149 run       osmo-ms-mob/00012(pid=147): Launched
22:48:49.741665 run                             mass: MS start registered  {at=3597858.035492823, delay=0.004590975120663643, ms=00012}
22:48:49.937740 run                             mass: MS performed LU  {at=3597858.23145988, lu_delay=5.396479225717485, ms=00005}
22:48:50.349963 run                osmo-ms-mob/00013: Starting mobile
22:48:50.366848 run       osmo-ms-mob/00013(pid=148): Launched
22:48:50.377478 run                             mass: MS start registered  {at=3597858.671308503, delay=0.004778739996254444, ms=00013}
22:48:50.455054 run                             mass: MS performed LU  {at=3597858.748773305, lu_delay=5.013254774268717, ms=00006}
22:48:50.917782 run                osmo-ms-mob/00014: Starting mobile
22:48:50.930914 run       osmo-ms-mob/00014(pid=149): Launched
22:48:50.941511 run                             mass: MS start registered  {at=3597859.235341261, delay=0.004645020235329866, ms=00014}
22:48:51.518399 run                osmo-ms-mob/00015: Starting mobile
22:48:51.531507 run       osmo-ms-mob/00015(pid=150): Launched
22:48:51.542775 run                             mass: MS start registered  {at=3597859.836600752, delay=0.005368805956095457, ms=00015}
22:48:51.802747 run                             mass: MS performed LU  {at=3597860.096464804, lu_delay=4.661608204711229, ms=00008}
22:48:51.849364 run                             mass: MS performed LU  {at=3597860.143091414, lu_delay=5.471986040938646, ms=00007}
22:48:52.049271 run                osmo-ms-mob/00016: Starting mobile
22:48:52.066052 run       osmo-ms-mob/00016(pid=151): Launched
22:48:52.076813 run                             mass: MS start registered  {at=3597860.370639995, delay=0.004830416291952133, ms=00016}
22:48:52.539747 run                osmo-ms-mob/00017: Starting mobile
22:48:52.555849 run       osmo-ms-mob/00017(pid=152): Launched
22:48:52.566553 run                             mass: MS start registered  {at=3597860.860382739, delay=0.004761474207043648, ms=00017}
22:48:53.119001 run                osmo-ms-mob/00018: Starting mobile
22:48:53.132106 run       osmo-ms-mob/00018(pid=153): Launched
22:48:53.143023 run                             mass: MS start registered  {at=3597861.436848594, delay=0.005016970913857222, ms=00018}
22:48:53.540376 run                osmo-ms-mob/00019: Starting mobile
22:48:53.556365 run       osmo-ms-mob/00019(pid=154): Launched
22:48:53.566936 run                             mass: MS start registered  {at=3597861.860766173, delay=0.004664865788072348, ms=00019}
22:48:53.703679 run                             mass: MS performed LU  {at=3597861.997404635, lu_delay=5.125313960947096, ms=00010}
22:48:53.749901 run                             mass: MS performed LU  {at=3597862.043626182, lu_delay=5.90784509992227, ms=00009}
22:48:54.049418 run                osmo-ms-mob/00020: Starting mobile
22:48:54.067144 run       osmo-ms-mob/00020(pid=155): Launched
22:48:54.073062 run                             mass: MS performed LU  {at=3597862.36689733, lu_delay=4.931417156010866, ms=00011}
22:48:54.078740 run                             mass: MS start registered  {at=3597862.372582522, delay=0.005704171024262905, ms=00020}
22:48:54.530716 run                osmo-ms-mob/00021: Starting mobile
22:48:54.545117 run       osmo-ms-mob/00021(pid=156): Launched
22:48:54.556599 run                             mass: MS start registered  {at=3597862.850425429, delay=0.005218805279582739, ms=00021}
22:48:54.933829 run                osmo-ms-mob/00022: Starting mobile
22:48:54.949189 run       osmo-ms-mob/00022(pid=157): Launched
22:48:54.960423 run                             mass: MS start registered  {at=3597863.254248538, delay=0.004956759978085756, ms=00022}
22:48:55.449675 run                osmo-ms-mob/00023: Starting mobile
22:48:55.466736 run       osmo-ms-mob/00023(pid=158): Launched
22:48:55.477553 run                             mass: MS start registered  {at=3597863.771377373, delay=0.004858382977545261, ms=00023}
22:48:55.483775 run                             mass: MS performed LU  {at=3597863.77761186, lu_delay=4.542270598933101, ms=00014}
22:48:55.568118 run                             mass: MS performed LU  {at=3597863.861843959, lu_delay=5.190535455942154, ms=00013}
22:48:55.615087 run                             mass: MS performed LU  {at=3597863.908816062, lu_delay=5.87332323892042, ms=00012}
22:48:55.638510 run                osmo-ms-mob/00024: Starting mobile
22:48:55.651324 run       osmo-ms-mob/00024(pid=159): Launched
22:48:55.661934 run                             mass: MS start registered  {at=3597863.955766658, delay=0.004663442727178335, ms=00024}
22:48:56.340159 run                osmo-ms-mob/00025: Starting mobile
22:48:56.356141 run       osmo-ms-mob/00025(pid=160): Launched
22:48:56.366795 run                             mass: MS start registered  {at=3597864.660624412, delay=0.00467640208080411, ms=00025}
22:48:56.717805 run                osmo-ms-mob/00026: Starting mobile
22:48:56.730786 run       osmo-ms-mob/00026(pid=161): Launched
22:48:56.741500 run                             mass: MS start registered  {at=3597865.035327472, delay=0.004696534015238285, ms=00026}
22:48:57.147145 run                osmo-ms-mob/00027: Starting mobile
22:48:57.163958 run       osmo-ms-mob/00027(pid=162): Launched
22:48:57.174808 run                             mass: MS start registered  {at=3597865.468630174, delay=0.004661699291318655, ms=00027}
22:48:57.469902 run                             mass: MS performed LU  {at=3597865.763627781, lu_delay=5.9270270289853215, ms=00015}
22:48:57.485313 run                osmo-ms-mob/00028: Starting mobile
22:48:57.498319 run       osmo-ms-mob/00028(pid=163): Launched
22:48:57.508909 run                             mass: MS start registered  {at=3597865.802741312, delay=0.004620731808245182, ms=00028}
22:48:57.515010 run                             mass: MS performed LU  {at=3597865.808847932, lu_delay=4.948465193156153, ms=00017}
22:48:57.585647 run                             mass: MS performed LU  {at=3597865.879374038, lu_delay=5.508734042756259, ms=00016}
22:48:57.857764 run                             mass: MS performed LU  {at=3597866.151490496, lu_delay=4.714641902130097, ms=00018}
22:48:57.886818 run                osmo-ms-mob/00029: Starting mobile
22:48:57.899985 run       osmo-ms-mob/00029(pid=164): Launched
22:48:57.910700 run                             mass: MS start registered  {at=3597866.204529669, delay=0.004777743946760893, ms=00029}
22:48:58.318966 run                osmo-ms-mob/00030: Starting mobile
22:48:58.332037 run       osmo-ms-mob/00030(pid=165): Launched
22:48:58.342707 run                             mass: MS start registered  {at=3597866.636533336, delay=0.004776126705110073, ms=00030}
22:48:58.718028 run                osmo-ms-mob/00031: Starting mobile
22:48:58.731248 run       osmo-ms-mob/00031(pid=166): Launched
22:48:58.741912 run                             mass: MS start registered  {at=3597867.035741553, delay=0.00475179310888052, ms=00031}
22:48:59.048080 run                osmo-ms-mob/00032: Starting mobile
22:48:59.065416 run       osmo-ms-mob/00032(pid=167): Launched
22:48:59.076206 run                             mass: MS start registered  {at=3597867.370034202, delay=0.00458050612360239, ms=00032}
22:48:59.251408 run                             mass: MS performed LU  {at=3597867.545135041, lu_delay=5.172552518546581, ms=00020}
22:48:59.334790 run                             mass: MS performed LU  {at=3597867.628514935, lu_delay=5.767748761922121, ms=00019}
22:48:59.386611 run                osmo-ms-mob/00033: Starting mobile
22:48:59.401235 run       osmo-ms-mob/00033(pid=168): Launched
22:48:59.407153 run                             mass: MS performed LU  {at=3597867.700989576, lu_delay=4.85056414688006, ms=00021}
22:48:59.412833 run                             mass: MS start registered  {at=3597867.70667593, delay=0.005702522117644548, ms=00033}
22:48:59.847005 run                osmo-ms-mob/00034: Starting mobile
22:48:59.862814 run       osmo-ms-mob/00034(pid=169): Launched
22:48:59.873820 run                             mass: MS start registered  {at=3597868.167649392, delay=0.0048782420344650745, ms=00034}
22:49:00.117578 run                osmo-ms-mob/00035: Starting mobile
22:49:00.130335 run       osmo-ms-mob/00035(pid=170): Launched
22:49:00.140841 run                             mass: MS start registered  {at=3597868.43467058, delay=0.004610687028616667, ms=00035}
22:49:00.518589 run                osmo-ms-mob/00036: Starting mobile
22:49:00.531672 run       osmo-ms-mob/00036(pid=171): Launched
22:49:00.542421 run                             mass: MS start registered  {at=3597868.836248415, delay=0.004850017838180065, ms=00036}
22:49:00.930477 run                osmo-ms-mob/00037: Starting mobile
22:49:00.944661 run       osmo-ms-mob/00037(pid=172): Launched
22:49:00.955713 run                             mass: MS start registered  {at=3597869.249535539, delay=0.005233947187662125, ms=00037}
22:49:01.217527 run                osmo-ms-mob/00038: Starting mobile
22:49:01.230106 run       osmo-ms-mob/00038(pid=173): Launched
22:49:01.236185 run                             mass: MS performed LU  {at=3597869.530021235, lu_delay=5.574254577048123, ms=00024}
22:49:01.241897 run                             mass: MS start registered  {at=3597869.535739829, delay=0.005735599901527166, ms=00038}
22:49:01.281067 run                             mass: MS performed LU  {at=3597869.574792567, lu_delay=6.320544029120356, ms=00022}
22:49:01.299761 run                osmo-ms-mob/00039: Starting mobile
22:49:01.312383 run       osmo-ms-mob/00039(pid=174): Launched
22:49:01.322965 run                             mass: MS start registered  {at=3597869.616797429, delay=0.0047293780371546745, ms=00039}
22:49:01.349889 run                             mass: MS performed LU  {at=3597869.643641412, lu_delay=5.872264038771391, ms=00023}
22:49:01.387898 run                             mass: MS performed LU  {at=3597869.681647223, lu_delay=5.021022811066359, ms=00025}
22:49:01.641723 run                             mass: MS performed LU  {at=3597869.935449465, lu_delay=4.900121993385255, ms=00026}
22:49:01.670750 run                osmo-ms-mob/00040: Starting mobile
22:49:01.683548 run       osmo-ms-mob/00040(pid=175): Launched
22:49:01.694950 run                             mass: MS start registered  {at=3597869.988769701, delay=0.005189238116145134, ms=00040}
22:49:02.219985 run                osmo-ms-mob/00041: Starting mobile
22:49:02.233167 run       osmo-ms-mob/00041(pid=176): Launched
22:49:02.243853 run                             mass: MS start registered  {at=3597870.537678289, delay=0.004732909146696329, ms=00041}
22:49:02.518448 run                osmo-ms-mob/00042: Starting mobile
22:49:02.531537 run       osmo-ms-mob/00042(pid=177): Launched
22:49:02.545351 run                             mass: MS start registered  {at=3597870.839176546, delay=0.007598242722451687, ms=00042}
22:49:02.941237 run                osmo-ms-mob/00043: Starting mobile
22:49:02.957367 run       osmo-ms-mob/00043(pid=178): Launched
22:49:02.967980 run                             mass: MS start registered  {at=3597871.261808501, delay=0.004705809988081455, ms=00043}
22:49:03.016860 run                             mass: MS performed LU  {at=3597871.310587814, lu_delay=5.507846502121538, ms=00028}
22:49:03.100036 run                             mass: MS performed LU  {at=3597871.393766619, lu_delay=4.757233283016831, ms=00030}
22:49:03.114275 run                osmo-ms-mob/00044: Starting mobile
22:49:03.127108 run       osmo-ms-mob/00044(pid=179): Launched
22:49:03.137721 run                             mass: MS start registered  {at=3597871.431550999, delay=0.004711751360446215, ms=00044}
22:49:03.144615 run                             mass: MS performed LU  {at=3597871.438446846, lu_delay=5.23391717672348, ms=00029}
22:49:03.308004 run                             mass: MS performed LU  {at=3597871.601735532, lu_delay=6.133105357643217, ms=00027}
22:49:03.321967 run                osmo-ms-mob/00045: Starting mobile
22:49:03.335065 run       osmo-ms-mob/00045(pid=180): Launched
22:49:03.345645 run                             mass: MS start registered  {at=3597871.639475301, delay=0.004678134806454182, ms=00045}
22:49:03.860337 run                osmo-ms-mob/00046: Starting mobile
22:49:03.873586 run       osmo-ms-mob/00046(pid=181): Launched
22:49:03.884252 run                             mass: MS start registered  {at=3597872.178079893, delay=0.0045311120338737965, ms=00046}
22:49:04.128238 run                osmo-ms-mob/00047: Starting mobile
22:49:04.141563 run       osmo-ms-mob/00047(pid=182): Launched
22:49:04.152426 run                             mass: MS start registered  {at=3597872.446252938, delay=0.004730602726340294, ms=00047}
22:49:04.419434 run                osmo-ms-mob/00048: Starting mobile
22:49:04.432576 run       osmo-ms-mob/00048(pid=183): Launched
22:49:04.443893 run                             mass: MS start registered  {at=3597872.737721879, delay=0.005027769133448601, ms=00048}
22:49:04.726747 run                osmo-ms-mob/00049: Starting mobile
22:49:04.739917 run       osmo-ms-mob/00049(pid=184): Launched
22:49:04.750560 run                             mass: MS start registered  {at=3597873.044386405, delay=0.004530960228294134, ms=00049}
22:49:05.001063 run                             mass: MS performed LU  {at=3597873.294786436, lu_delay=5.127137043979019, ms=00034}
22:49:05.015984 run                osmo-ms-mob/00050: Starting mobile
22:49:05.028901 run       osmo-ms-mob/00050(pid=185): Launched
22:49:05.039546 run                             mass: MS start registered  {at=3597873.333376285, delay=0.004663391038775444, ms=00050}
22:49:05.045880 run                             mass: MS performed LU  {at=3597873.339709652, lu_delay=6.303968098945916, ms=00031}
22:49:05.117219 run                             mass: MS performed LU  {at=3597873.410944837, lu_delay=5.70426890719682, ms=00033}
22:49:05.154009 run                             mass: MS performed LU  {at=3597873.447758576, lu_delay=6.0777243738994, ms=00032}
22:49:05.176584 run                osmo-ms-mob/00051: Starting mobile
22:49:05.189571 run       osmo-ms-mob/00051(pid=186): Launched
22:49:05.197728 run                             mass: MS performed LU  {at=3597873.491561537, lu_delay=5.056890957057476, ms=00035}
22:49:05.203683 run                             mass: MS start registered  {at=3597873.497524489, delay=0.0059808832593262196, ms=00051}
22:49:05.444391 run                             mass: MS performed LU  {at=3597873.738117826, lu_delay=4.901869411114603, ms=00036}
22:49:05.458496 run                osmo-ms-mob/00052: Starting mobile
22:49:05.471570 run       osmo-ms-mob/00052(pid=187): Launched
22:49:05.482424 run                             mass: MS start registered  {at=3597873.776254009, delay=0.004827035125344992, ms=00052}
22:49:06.018494 run                osmo-ms-mob/00053: Starting mobile
22:49:06.031510 run       osmo-ms-mob/00053(pid=188): Launched
22:49:06.042353 run                             mass: MS start registered  {at=3597874.336182002, delay=0.004652155097573996, ms=00053}
22:49:06.329179 run                osmo-ms-mob/00054: Starting mobile
22:49:06.342535 run       osmo-ms-mob/00054(pid=189): Launched
22:49:06.354179 run                             mass: MS start registered  {at=3597874.647982168, delay=0.004416429903358221, ms=00054}
22:49:06.632836 run                osmo-ms-mob/00055: Starting mobile
22:49:06.646682 run       osmo-ms-mob/00055(pid=190): Launched
22:49:06.657396 run                             mass: MS start registered  {at=3597874.95122497, delay=0.004796531982719898, ms=00055}
22:49:06.783128 run                             mass: MS performed LU  {at=3597875.076853867, lu_delay=5.088084165938199, ms=00040}
22:49:06.866289 run                             mass: MS performed LU  {at=3597875.15999477, lu_delay=5.910459230653942, ms=00037}
22:49:06.880105 run                osmo-ms-mob/00056: Starting mobile
22:49:06.893017 run       osmo-ms-mob/00056(pid=191): Launched
22:49:06.903625 run                             mass: MS start registered  {at=3597875.19745692, delay=0.004727676045149565, ms=00056}
22:49:06.911165 run                             mass: MS performed LU  {at=3597875.204991817, lu_delay=5.669251988176256, ms=00038}
22:49:07.074289 run                             mass: MS performed LU  {at=3597875.367982627, lu_delay=5.751185197848827, ms=00039}
22:49:07.088665 run                osmo-ms-mob/00057: Starting mobile
22:49:07.101864 run       osmo-ms-mob/00057(pid=192): Launched
22:49:07.108901 run                             mass: MS performed LU  {at=3597875.402727679, lu_delay=4.865049389656633, ms=00041}
22:49:07.114802 run                             mass: MS start registered  {at=3597875.408644828, delay=0.006951387971639633, ms=00057}
22:49:07.640272 run                osmo-ms-mob/00058: Starting mobile
22:49:07.656141 run       osmo-ms-mob/00058(pid=193): Launched
22:49:07.666918 run                             mass: MS start registered  {at=3597875.960744989, delay=0.0047506713308393955, ms=00058}
22:49:07.918095 run                osmo-ms-mob/00059: Starting mobile
22:49:07.931173 run       osmo-ms-mob/00059(pid=194): Launched
22:49:07.942271 run                             mass: MS start registered  {at=3597876.236096963, delay=0.0051304129883646965, ms=00059}
22:49:08.232553 run                osmo-ms-mob/00060: Starting mobile
22:49:08.246324 run       osmo-ms-mob/00060(pid=195): Launched
22:49:08.257288 run                             mass: MS start registered  {at=3597876.551114034, delay=0.004570407792925835, ms=00060}
22:49:08.640022 run                osmo-ms-mob/00061: Starting mobile
22:49:08.656418 run       osmo-ms-mob/00061(pid=196): Launched
22:49:08.667109 run                             mass: MS start registered  {at=3597876.96093932, delay=0.00467671686783433, ms=00061}
22:49:08.766958 run                             mass: MS performed LU  {at=3597877.060682676, lu_delay=5.421207374893129, ms=00045}
22:49:08.813364 run                             mass: MS performed LU  {at=3597877.107088705, lu_delay=4.929008812177926, ms=00046}
22:49:08.836132 run                osmo-ms-mob/00062: Starting mobile
22:49:08.849108 run       osmo-ms-mob/00062(pid=197): Launched
22:49:08.859878 run                             mass: MS start registered  {at=3597877.153708999, delay=0.004784286953508854, ms=00062}
22:49:08.881635 run                             mass: MS performed LU  {at=3597877.175454927, lu_delay=5.743903927970678, ms=00044}
22:49:08.919786 run                             mass: MS performed LU  {at=3597877.213528705, lu_delay=5.95172020373866, ms=00043}
22:49:08.941132 run                osmo-ms-mob/00063: Starting mobile
22:49:08.954030 run       osmo-ms-mob/00063(pid=198): Launched
22:49:08.960291 run                             mass: MS performed LU  {at=3597877.254124766, lu_delay=6.414948220364749, ms=00042}
22:49:08.966083 run                             mass: MS start registered  {at=3597877.259924894, delay=0.005819140002131462, ms=00063}
22:49:08.973587 run                             mass: MS performed LU  {at=3597877.267417128, lu_delay=4.821164190303534, ms=00047}
22:49:09.247060 run                             mass: MS performed LU  {at=3597877.54078373, lu_delay=4.803061850834638, ms=00048}
22:49:09.260816 run                osmo-ms-mob/00064: Starting mobile
22:49:09.273681 run       osmo-ms-mob/00064(pid=199): Launched
22:49:09.284925 run                             mass: MS start registered  {at=3597877.578748599, delay=0.0052884602919220924, ms=00064}
22:49:10.031413 run                osmo-ms-mob/00065: Starting mobile
22:49:10.044978 run       osmo-ms-mob/00065(pid=200): Launched
22:49:10.055627 run                             mass: MS start registered  {at=3597878.349456798, delay=0.004762787837535143, ms=00065}
22:49:10.330689 run                osmo-ms-mob/00066: Starting mobile
22:49:10.344156 run       osmo-ms-mob/00066(pid=201): Launched
22:49:10.355185 run                             mass: MS start registered  {at=3597878.649014554, delay=0.004784774966537952, ms=00066}
22:49:10.547829 run                             mass: MS performed LU  {at=3597878.841552645, lu_delay=5.797166239935905, ms=00049}
22:49:10.631287 run                             mass: MS performed LU  {at=3597878.925008038, lu_delay=5.148754029069096, ms=00052}
22:49:10.659492 run                osmo-ms-mob/00067: Starting mobile
22:49:10.672358 run       osmo-ms-mob/00067(pid=202): Launched
22:49:10.678417 run                             mass: MS performed LU  {at=3597878.972252321, lu_delay=5.4747278317809105, ms=00051}
22:49:10.684141 run                             mass: MS start registered  {at=3597878.977983747, delay=0.005746683105826378, ms=00067}
22:49:10.839954 run                             mass: MS performed LU  {at=3597879.133676436, lu_delay=5.800300150644034, ms=00050}
22:49:10.867979 run                osmo-ms-mob/00068: Starting mobile
22:49:10.881080 run       osmo-ms-mob/00068(pid=203): Launched
22:49:10.887174 run                             mass: MS performed LU  {at=3597879.181009705, lu_delay=4.844827703200281, ms=00053}
22:49:10.892954 run                             mass: MS start registered  {at=3597879.186797171, delay=0.0058063967153429985, ms=00068}
22:49:11.430566 run                osmo-ms-mob/00069: Starting mobile
22:49:11.444200 run       osmo-ms-mob/00069(pid=204): Launched
22:49:11.455583 run                             mass: MS start registered  {at=3597879.749410301, delay=0.005130489822477102, ms=00069}
22:49:11.831464 run                osmo-ms-mob/00070: Starting mobile
22:49:11.844922 run       osmo-ms-mob/00070(pid=205): Launched
22:49:11.856054 run                             mass: MS start registered  {at=3597880.149880057, delay=0.005217459984123707, ms=00070}
22:49:12.231138 run                osmo-ms-mob/00071: Starting mobile
22:49:12.245304 run       osmo-ms-mob/00071(pid=206): Launched
22:49:12.256457 run                             mass: MS start registered  {at=3597880.550282845, delay=0.0049231830053031445, ms=00071}
22:49:12.532944 run                             mass: MS performed LU  {at=3597880.826669034, lu_delay=5.629212114028633, ms=00056}
22:49:12.561308 run                osmo-ms-mob/00072: Starting mobile
22:49:12.573876 run       osmo-ms-mob/00072(pid=207): Launched
22:49:12.579936 run                             mass: MS performed LU  {at=3597880.873772501, lu_delay=5.922547530848533, ms=00055}
22:49:12.585671 run                             mass: MS start registered  {at=3597880.879514188, delay=0.00575669202953577, ms=00072}
22:49:12.648312 run                             mass: MS performed LU  {at=3597880.94203816, lu_delay=6.29405599180609, ms=00054}
22:49:12.685310 run                             mass: MS performed LU  {at=3597880.979056003, lu_delay=5.018311013933271, ms=00058}
22:49:12.702393 run                osmo-ms-mob/00073: Starting mobile
22:49:12.715642 run       osmo-ms-mob/00073(pid=208): Launched
22:49:12.721773 run                             mass: MS performed LU  {at=3597881.015607832, lu_delay=4.779510869178921, ms=00059}
22:49:12.727583 run                             mass: MS start registered  {at=3597881.021424961, delay=0.005833550821989775, ms=00073}
22:49:12.739850 run                             mass: MS performed LU  {at=3597881.03368344, lu_delay=5.625038612168282, ms=00057}
22:49:13.433028 run                osmo-ms-mob/00074: Starting mobile
22:49:13.446629 run       osmo-ms-mob/00074(pid=209): Launched
22:49:13.457697 run                             mass: MS start registered  {at=3597881.751519399, delay=0.005083281081169844, ms=00074}
22:49:13.830352 run                osmo-ms-mob/00075: Starting mobile
22:49:13.844399 run       osmo-ms-mob/00075(pid=210): Launched
22:49:13.855363 run                             mass: MS start registered  {at=3597882.149185178, delay=0.00504316808655858, ms=00075}
22:49:14.358367 run                osmo-ms-mob/00076: Starting mobile
22:49:14.375324 run       osmo-ms-mob/00076(pid=211): Launched
22:49:14.381241 run                             mass: MS performed LU  {at=3597882.675075048, lu_delay=5.714135728310794, ms=00061}
22:49:14.387054 run                             mass: MS start registered  {at=3597882.680896348, delay=0.005840348079800606, ms=00076}
22:49:14.396103 run                             mass: MS performed LU  {at=3597882.689930097, lu_delay=5.111181498039514, ms=00064}
22:49:14.444472 run                             mass: MS performed LU  {at=3597882.7381989, lu_delay=5.478274005930871, ms=00063}
22:49:14.469425 run                osmo-ms-mob/00077: Starting mobile
22:49:14.482061 run       osmo-ms-mob/00077(pid=212): Launched
22:49:14.492894 run                             mass: MS start registered  {at=3597882.786725899, delay=0.005046176258474588, ms=00077}
22:49:14.606353 run                             mass: MS performed LU  {at=3597882.900083325, lu_delay=5.746374325826764, ms=00062}
22:49:14.642374 run                             mass: MS performed LU  {at=3597882.936120187, lu_delay=6.385006153024733, ms=00060}
22:49:15.251237 run                osmo-ms-mob/00078: Starting mobile
22:49:15.269340 run       osmo-ms-mob/00078(pid=213): Launched
22:49:15.280533 run                             mass: MS start registered  {at=3597883.574359328, delay=0.004988240078091621, ms=00078}
22:49:15.619734 run                osmo-ms-mob/00079: Starting mobile
22:49:15.632636 run       osmo-ms-mob/00079(pid=214): Launched
22:49:15.643747 run                             mass: MS start registered  {at=3597883.937573632, delay=0.004756222013384104, ms=00079}
22:49:16.138644 run                osmo-ms-mob/00080: Starting mobile
22:49:16.154858 run       osmo-ms-mob/00080(pid=215): Launched
22:49:16.166108 run                             mass: MS start registered  {at=3597884.45993183, delay=0.005283772014081478, ms=00080}
22:49:16.298925 run                             mass: MS performed LU  {at=3597884.592642013, lu_delay=6.243185215163976, ms=00065}
22:49:16.345320 run                             mass: MS performed LU  {at=3597884.639047663, lu_delay=5.990033109206706, ms=00066}
22:49:16.413536 run                             mass: MS performed LU  {at=3597884.707261237, lu_delay=5.729277489706874, ms=00067}
22:49:16.450576 run                             mass: MS performed LU  {at=3597884.744323756, lu_delay=4.994913455098867, ms=00069}
22:49:16.467991 run                osmo-ms-mob/00081: Starting mobile
22:49:16.481514 run       osmo-ms-mob/00081(pid=216): Launched
22:49:16.492625 run                             mass: MS start registered  {at=3597884.786450551, delay=0.004716631956398487, ms=00081}
22:49:16.741356 run                             mass: MS performed LU  {at=3597885.03505927, lu_delay=4.885179212782532, ms=00070}
22:49:17.030811 run                osmo-ms-mob/00082: Starting mobile
22:49:17.044589 run       osmo-ms-mob/00082(pid=217): Launched
22:49:17.055414 run                             mass: MS start registered  {at=3597885.349236322, delay=0.004760736133903265, ms=00082}
22:49:17.630752 run                osmo-ms-mob/00083: Starting mobile
22:49:17.644196 run       osmo-ms-mob/00083(pid=218): Launched
22:49:17.655124 run                             mass: MS start registered  {at=3597885.948949387, delay=0.004657068755477667, ms=00083}
22:49:18.079721 run                             mass: MS performed LU  {at=3597886.373444032, lu_delay=5.352019071113318, ms=00073}
22:49:18.133248 run                osmo-ms-mob/00084: Starting mobile
22:49:18.148593 run       osmo-ms-mob/00084(pid=219): Launched
22:49:18.159273 run                             mass: MS start registered  {at=3597886.453102065, delay=0.004736581817269325, ms=00084}
22:49:18.165611 run                             mass: MS performed LU  {at=3597886.459446622, lu_delay=4.707927222829312, ms=00074}
22:49:18.209623 run                             mass: MS performed LU  {at=3597886.50337212, lu_delay=5.95308927539736, ms=00071}
22:49:18.371577 run                             mass: MS performed LU  {at=3597886.665302049, lu_delay=5.785787860862911, ms=00072}
22:49:18.646254 run                osmo-ms-mob/00085: Starting mobile
22:49:18.661551 run       osmo-ms-mob/00085(pid=220): Launched
22:49:18.672305 run                             mass: MS start registered  {at=3597886.966133562, delay=0.004807319026440382, ms=00085}
22:49:19.230989 run                osmo-ms-mob/00086: Starting mobile
22:49:19.244790 run       osmo-ms-mob/00086(pid=221): Launched
22:49:19.255765 run                             mass: MS start registered  {at=3597887.54959085, delay=0.004664500709623098, ms=00086}
22:49:19.847752 run                osmo-ms-mob/00087: Starting mobile
22:49:19.862838 run       osmo-ms-mob/00087(pid=222): Launched
22:49:19.873484 run                             mass: MS start registered  {at=3597888.167314341, delay=0.004701879806816578, ms=00087}
22:49:20.065036 run                             mass: MS performed LU  {at=3597888.358758793, lu_delay=5.572032894007862, ms=00077}
22:49:20.110572 run                             mass: MS performed LU  {at=3597888.404296343, lu_delay=5.7233999953605235, ms=00076}
22:49:20.180189 run                             mass: MS performed LU  {at=3597888.473912919, lu_delay=6.324727741070092, ms=00075}
22:49:20.216849 run                             mass: MS performed LU  {at=3597888.5105962, lu_delay=4.936236871872097, ms=00078}
22:49:20.249162 run                osmo-ms-mob/00088: Starting mobile
22:49:20.263142 run       osmo-ms-mob/00088(pid=223): Launched
22:49:20.274103 run                             mass: MS start registered  {at=3597888.567931553, delay=0.004994342103600502, ms=00088}
22:49:20.507835 run                             mass: MS performed LU  {at=3597888.801557917, lu_delay=4.863984284922481, ms=00079}
22:49:21.030475 run                osmo-ms-mob/00089: Starting mobile
22:49:21.044163 run       osmo-ms-mob/00089(pid=224): Launched
22:49:21.055050 run                             mass: MS start registered  {at=3597889.348874901, delay=0.00500362878665328, ms=00089}
22:49:21.618186 run                osmo-ms-mob/00090: Starting mobile
22:49:21.631346 run       osmo-ms-mob/00090(pid=225): Launched
22:49:21.642147 run                             mass: MS start registered  {at=3597889.935976919, delay=0.004833999555557966, ms=00090}
22:49:21.846264 run                             mass: MS performed LU  {at=3597890.139960375, lu_delay=5.68002854520455, ms=00080}
22:49:21.929483 run                             mass: MS performed LU  {at=3597890.223213757, lu_delay=4.873977434821427, ms=00082}
22:49:21.975678 run                             mass: MS performed LU  {at=3597890.269430279, lu_delay=5.482979727908969, ms=00081}
22:49:22.332275 run                osmo-ms-mob/00091: Starting mobile
22:49:22.345889 run       osmo-ms-mob/00091(pid=226): Launched
22:49:22.356974 run                             mass: MS start registered  {at=3597890.650795037, delay=0.005128923803567886, ms=00091}
22:49:23.018438 run                osmo-ms-mob/00092: Starting mobile
22:49:23.031883 run       osmo-ms-mob/00092(pid=227): Launched
22:49:23.042996 run                             mass: MS start registered  {at=3597891.336824662, delay=0.005043725948780775, ms=00092}
22:49:23.844673 run                osmo-ms-mob/00093: Starting mobile
22:49:23.863536 run       osmo-ms-mob/00093(pid=228): Launched
22:49:23.870817 run                             mass: MS performed LU  {at=3597892.164652661, lu_delay=6.215703274123371, ms=00083}
22:49:23.876741 run                             mass: MS start registered  {at=3597892.17058322, delay=0.005947633180767298, ms=00093}
22:49:23.882437 run                             mass: MS performed LU  {at=3597892.176275572, lu_delay=5.21014200989157, ms=00085}
22:49:23.945738 run                             mass: MS performed LU  {at=3597892.239462136, lu_delay=5.78636007104069, ms=00084}
22:49:23.982745 run                             mass: MS performed LU  {at=3597892.276511169, lu_delay=4.726920319255441, ms=00086}
22:49:24.731169 run                osmo-ms-mob/00094: Starting mobile
22:49:24.744875 run       osmo-ms-mob/00094(pid=229): Launched
22:49:24.756144 run                             mass: MS start registered  {at=3597893.049966439, delay=0.005245615262538195, ms=00094}
22:49:25.658954 run                osmo-ms-mob/00095: Starting mobile
22:49:25.676047 run       osmo-ms-mob/00095(pid=230): Launched
22:49:25.682099 run                             mass: MS performed LU  {at=3597893.975933588, lu_delay=5.408002035226673, ms=00088}
22:49:25.687959 run                             mass: MS start registered  {at=3597893.981801506, delay=0.005886940285563469, ms=00095}
22:49:25.693953 run                             mass: MS performed LU  {at=3597893.987788343, lu_delay=4.638913441915065, ms=00089}
22:49:25.741118 run                             mass: MS performed LU  {at=3597894.034844341, lu_delay=5.867530000396073, ms=00087}
22:49:26.616956 run                osmo-ms-mob/00096: Starting mobile
22:49:26.629833 run       osmo-ms-mob/00096(pid=231): Launched
22:49:26.641030 run                             mass: MS start registered  {at=3597894.934855742, delay=0.004914131946861744, ms=00096}
22:49:27.596517 run                             mass: MS performed LU  {at=3597895.890242498, lu_delay=5.954265579115599, ms=00090}
22:49:27.642602 run                             mass: MS performed LU  {at=3597895.936325244, lu_delay=5.285530207213014, ms=00091}
22:49:27.685567 run                osmo-ms-mob/00097: Starting mobile
22:49:27.701145 run       osmo-ms-mob/00097(pid=232): Launched
22:49:27.712086 run                             mass: MS start registered  {at=3597896.005913114, delay=0.0049162330105900764, ms=00097}
22:49:27.947401 run                             mass: MS performed LU  {at=3597896.241127512, lu_delay=4.9043028498999774, ms=00092}
22:49:29.058088 run                osmo-ms-mob/00098: Starting mobile
22:49:29.074280 run       osmo-ms-mob/00098(pid=233): Launched
22:49:29.084893 run                             mass: MS start registered  {at=3597897.37872233, delay=0.0045885262079536915, ms=00098}
22:49:29.460812 run                             mass: MS performed LU  {at=3597897.754523677, lu_delay=4.704557237681001, ms=00094}
22:49:29.507149 run                             mass: MS performed LU  {at=3597897.800875347, lu_delay=5.630292126908898, ms=00093}
22:49:30.831954 run                osmo-ms-mob/00099: Starting mobile
22:49:30.846067 run       osmo-ms-mob/00099(pid=234): Launched
22:49:30.852071 run                             mass: All started... {duration=55.74427986005321, too_slow=0}
22:49:30.857808 run                             mass: MS start registered  {at=3597899.151642892, delay=0.005729755852371454, ms=00099}
22:49:31.361803 run                             mass: MS performed LU  {at=3597899.655531587, lu_delay=4.720675845164806, ms=00096}
22:49:31.408549 run                             mass: MS performed LU  {at=3597899.702274964, lu_delay=5.720473458059132, ms=00095}
22:49:33.226844 run                             mass: MS performed LU  {at=3597901.520528096, lu_delay=5.514614981599152, ms=00097}
22:49:33.508167 run                             mass: MS performed LU  {at=3597901.801893755, lu_delay=22.61509658396244, ms=00068}
22:49:35.128212 run                             mass: MS performed LU  {at=3597903.421937327, lu_delay=6.0432149968110025, ms=00098}
22:49:36.994037 run                             mass: MS performed LU  {at=3597905.287767874, lu_delay=6.136124982032925, ms=00099}
22:49:37.003179 run                             mass: Tests done {all_completed=True, max=22.61509658396244, min=4.542270598933101}
22:49:37.008553 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:37.013732 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:37.016952 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:37.020103 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:37.023309 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:37.026473 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:37.029685 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:37.032928 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:37.036274 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:37.039609 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:37.043583 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:37.046795 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:37.049995 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:37.053214 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:37.056417 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:37.059631 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:37.062858 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:37.066167 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:37.069493 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:37.072844 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:37.076141 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:37.079370 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:37.082616 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:37.085869 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:37.089182 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:37.093084 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:37.096337 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:37.099643 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:37.102998 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:37.106321 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:37.109618 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:37.112927 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:37.116283 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:37.119643 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:37.122980 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:37.126351 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:37.129600 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:37.132887 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:37.136456 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:37.139768 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:37.143108 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:37.146793 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:37.150172 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:37.153758 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:37.157099 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:37.160894 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:37.164293 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:37.167670 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:37.171338 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:37.174922 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:37.178603 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:37.182078 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:37.185440 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:37.188770 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:37.192040 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:37.195376 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:37.198841 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:37.202248 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:37.206188 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:37.209529 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:37.212899 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:37.216258 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:37.219608 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:37.222953 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:37.226349 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:37.229687 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:37.233152 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:37.236580 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:37.240308 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:37.243664 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:37.247106 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:37.250990 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:37.254338 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:37.258103 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:37.261456 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:37.264808 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:37.268143 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:37.271734 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:37.275082 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:37.278421 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:37.281695 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:37.285023 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:37.288368 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:37.291711 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:37.295032 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:37.298371 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:37.301703 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:37.305056 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:37.308398 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:37.311749 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:37.315088 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:37.318439 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:37.321776 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:37.325117 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:37.328467 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:37.331828 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:37.335174 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:37.338920 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:37.342263 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:37.346193 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:37.349531 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:37.352874 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:37.356208 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:37.359540 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:37.362887 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:37.366241 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:37.369573 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:37.372912 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:37.376254 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:37.379595 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:37.382930 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:37.386266 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:37.389609 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:37.392954 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:37.396295 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:37.399622 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:37.402940 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:37.406277 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:37.409602 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:37.412926 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:37.416253 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:37.419610 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:37.422940 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:37.426256 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:37.429442 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:37.432635 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:37.435834 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:37.439020 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:37.442198 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:37.445386 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:37.448564 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:37.451754 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:37.454955 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:37.458135 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:37.461330 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:37.464518 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:37.467699 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:37.470886 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:37.474066 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:37.477252 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:37.480437 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:37.483626 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:37.486817 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:37.490008 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:37.493230 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:37.496418 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:37.499610 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:37.502789 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:37.505970 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:37.509164 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:37.512342 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:37.515524 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:37.518712 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:37.521890 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:37.525077 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:37.528256 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:37.531434 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:37.534626 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:37.537811 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:37.541012 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:37.544202 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:37.547381 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:37.550575 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:37.553753 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:37.556939 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:37.560123 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:37.563302 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:37.566487 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:37.569657 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:37.572837 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:37.576008 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:37.579195 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:37.582374 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:37.585555 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:37.588741 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:37.591911 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:37.595092 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:37.598279 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:37.601461 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:37.604645 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:37.607842 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:37.611026 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:37.614212 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:37.617404 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:37.620592 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:37.623772 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:37.626950 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:37.630123 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:37.633321 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:37.636505 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:37.639691 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:37.642878 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:37.646055 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:37.649244 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:37.652427 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:37.655610 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:37.658794 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:37.661965 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:37.665148 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:37.668335 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:37.671525 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:37.674711 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:37.677892 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:37.681070 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:37.684252 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:37.687434 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:37.690614 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:37.693797 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:37.696980 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:37.700174 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:37.703358 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:37.706559 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:37.709746 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:37.712954 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:37.716193 ---      ParallelTerminationStrategy: PID 22 died...
22:49:37.717650 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:37.721215 ---      ParallelTerminationStrategy: PID 23 died...
22:49:37.722663 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:37.726232 ---      ParallelTerminationStrategy: PID 24 died...
22:49:37.727680 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:37.731252 ---      ParallelTerminationStrategy: PID 25 died...
22:49:37.732689 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:37.736233 ---      ParallelTerminationStrategy: PID 26 died...
22:49:37.737684 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:37.741271 ---      ParallelTerminationStrategy: PID 27 died...
22:49:37.742725 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:37.746279 ---      ParallelTerminationStrategy: PID 28 died...
22:49:37.747727 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:37.751291 ---      ParallelTerminationStrategy: PID 29 died...
22:49:37.752738 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:37.756318 ---      ParallelTerminationStrategy: PID 30 died...
22:49:37.757757 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:37.761341 ---      ParallelTerminationStrategy: PID 31 died...
22:49:37.762797 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:37.766400 ---      ParallelTerminationStrategy: PID 32 died...
22:49:37.767861 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:37.771480 ---      ParallelTerminationStrategy: PID 33 died...
22:49:37.772938 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:37.776524 ---      ParallelTerminationStrategy: PID 35 died...
22:49:37.777978 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:37.781567 ---      ParallelTerminationStrategy: PID 36 died...
22:49:37.783031 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:37.786609 ---      ParallelTerminationStrategy: PID 37 died...
22:49:37.788061 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:37.791631 ---      ParallelTerminationStrategy: PID 38 died...
22:49:37.793084 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:37.796662 ---      ParallelTerminationStrategy: PID 39 died...
22:49:37.798110 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:37.801703 ---      ParallelTerminationStrategy: PID 40 died...
22:49:37.803160 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:37.806746 ---      ParallelTerminationStrategy: PID 41 died...
22:49:37.808203 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:37.811789 ---      ParallelTerminationStrategy: PID 42 died...
22:49:37.813231 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:37.816791 ---      ParallelTerminationStrategy: PID 43 died...
22:49:37.818244 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:37.821804 ---      ParallelTerminationStrategy: PID 44 died...
22:49:37.823263 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:37.826831 ---      ParallelTerminationStrategy: PID 45 died...
22:49:37.828275 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:37.831813 ---      ParallelTerminationStrategy: PID 46 died...
22:49:37.833255 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:37.836813 ---      ParallelTerminationStrategy: PID 47 died...
22:49:37.838259 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:37.841794 ---      ParallelTerminationStrategy: PID 48 died...
22:49:37.843254 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:37.846791 ---      ParallelTerminationStrategy: PID 49 died...
22:49:37.848230 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:37.851790 ---      ParallelTerminationStrategy: PID 50 died...
22:49:37.853229 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:37.856781 ---      ParallelTerminationStrategy: PID 51 died...
22:49:37.858228 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:37.861774 ---      ParallelTerminationStrategy: PID 52 died...
22:49:37.863219 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:37.866773 ---      ParallelTerminationStrategy: PID 53 died...
22:49:37.868206 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:37.871766 ---      ParallelTerminationStrategy: PID 54 died...
22:49:37.873206 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:37.876765 ---      ParallelTerminationStrategy: PID 55 died...
22:49:37.878215 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:37.881754 ---      ParallelTerminationStrategy: PID 56 died...
22:49:37.883208 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:37.886755 ---      ParallelTerminationStrategy: PID 57 died...
22:49:37.888180 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:37.891729 ---      ParallelTerminationStrategy: PID 58 died...
22:49:37.893171 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:37.896745 ---      ParallelTerminationStrategy: PID 59 died...
22:49:37.898186 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:37.901724 ---      ParallelTerminationStrategy: PID 60 died...
22:49:37.903167 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:37.906720 ---      ParallelTerminationStrategy: PID 61 died...
22:49:37.908161 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:37.911710 ---      ParallelTerminationStrategy: PID 62 died...
22:49:37.913152 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:37.916699 ---      ParallelTerminationStrategy: PID 63 died...
22:49:37.918139 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:37.921684 ---      ParallelTerminationStrategy: PID 64 died...
22:49:37.923138 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:37.926686 ---      ParallelTerminationStrategy: PID 65 died...
22:49:37.928130 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:37.931683 ---      ParallelTerminationStrategy: PID 66 died...
22:49:37.933120 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:37.936689 ---      ParallelTerminationStrategy: PID 67 died...
22:49:37.938127 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:37.941682 ---      ParallelTerminationStrategy: PID 68 died...
22:49:37.943133 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:37.946670 ---      ParallelTerminationStrategy: PID 69 died...
22:49:37.948101 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:37.951659 ---      ParallelTerminationStrategy: PID 70 died...
22:49:37.953104 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:37.956672 ---      ParallelTerminationStrategy: PID 71 died...
22:49:37.958112 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:37.961682 ---      ParallelTerminationStrategy: PID 72 died...
22:49:37.963128 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:37.966693 ---      ParallelTerminationStrategy: PID 73 died...
22:49:37.968132 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:37.971698 ---      ParallelTerminationStrategy: PID 74 died...
22:49:37.973135 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:37.976695 ---      ParallelTerminationStrategy: PID 75 died...
22:49:37.978130 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:37.981694 ---      ParallelTerminationStrategy: PID 76 died...
22:49:37.983153 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:37.986701 ---      ParallelTerminationStrategy: PID 77 died...
22:49:37.988145 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:37.991688 ---      ParallelTerminationStrategy: PID 78 died...
22:49:37.993117 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:37.996674 ---      ParallelTerminationStrategy: PID 79 died...
22:49:37.998111 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:38.001661 ---      ParallelTerminationStrategy: PID 80 died...
22:49:38.003104 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:38.006669 ---      ParallelTerminationStrategy: PID 81 died...
22:49:38.008108 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:38.011654 ---      ParallelTerminationStrategy: PID 82 died...
22:49:38.013100 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:38.016650 ---      ParallelTerminationStrategy: PID 83 died...
22:49:38.018088 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:38.021654 ---      ParallelTerminationStrategy: PID 84 died...
22:49:38.023101 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:38.026654 ---      ParallelTerminationStrategy: PID 85 died...
22:49:38.028087 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:38.031633 ---      ParallelTerminationStrategy: PID 86 died...
22:49:38.033070 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:38.036662 ---      ParallelTerminationStrategy: PID 87 died...
22:49:38.038089 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:38.041620 ---      ParallelTerminationStrategy: PID 88 died...
22:49:38.043063 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:38.046614 ---      ParallelTerminationStrategy: PID 89 died...
22:49:38.048048 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:38.051590 ---      ParallelTerminationStrategy: PID 90 died...
22:49:38.053028 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:38.056602 ---      ParallelTerminationStrategy: PID 91 died...
22:49:38.058039 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:38.061578 ---      ParallelTerminationStrategy: PID 92 died...
22:49:38.063016 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:38.066560 ---      ParallelTerminationStrategy: PID 93 died...
22:49:38.067994 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:38.071536 ---      ParallelTerminationStrategy: PID 94 died...
22:49:38.072971 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:38.076512 ---      ParallelTerminationStrategy: PID 95 died...
22:49:38.077958 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:38.081514 ---      ParallelTerminationStrategy: PID 96 died...
22:49:38.082955 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:38.086508 ---      ParallelTerminationStrategy: PID 97 died...
22:49:38.087943 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:38.091495 ---      ParallelTerminationStrategy: PID 98 died...
22:49:38.092940 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:38.096515 ---      ParallelTerminationStrategy: PID 99 died...
22:49:38.097952 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:38.101507 ---      ParallelTerminationStrategy: PID 100 died...
22:49:38.102976 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:38.106520 ---      ParallelTerminationStrategy: PID 101 died...
22:49:38.107956 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:38.111506 ---      ParallelTerminationStrategy: PID 102 died...
22:49:38.112943 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:38.116490 ---      ParallelTerminationStrategy: PID 103 died...
22:49:38.117930 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:38.121512 ---      ParallelTerminationStrategy: PID 104 died...
22:49:38.122958 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:38.126509 ---      ParallelTerminationStrategy: PID 105 died...
22:49:38.127948 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:38.131499 ---      ParallelTerminationStrategy: PID 106 died...
22:49:38.132938 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:38.136488 ---      ParallelTerminationStrategy: PID 107 died...
22:49:38.137926 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:38.141471 ---      ParallelTerminationStrategy: PID 108 died...
22:49:38.142938 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:38.146489 ---      ParallelTerminationStrategy: PID 109 died...
22:49:38.147933 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:38.151499 ---      ParallelTerminationStrategy: PID 110 died...
22:49:38.152932 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:38.156500 ---      ParallelTerminationStrategy: PID 111 died...
22:49:38.157945 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:38.161508 ---      ParallelTerminationStrategy: PID 112 died...
22:49:38.162960 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:38.166519 ---      ParallelTerminationStrategy: PID 113 died...
22:49:38.168015 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:38.171723 ---      ParallelTerminationStrategy: PID 114 died...
22:49:38.173215 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:38.176906 ---      ParallelTerminationStrategy: PID 115 died...
22:49:38.178411 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:38.182105 ---      ParallelTerminationStrategy: PID 116 died...
22:49:38.183606 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:38.187308 ---      ParallelTerminationStrategy: PID 117 died...
22:49:38.188814 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:38.192525 ---      ParallelTerminationStrategy: PID 118 died...
22:49:38.194020 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:38.197714 ---      ParallelTerminationStrategy: PID 119 died...
22:49:38.199226 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:38.202937 ---      ParallelTerminationStrategy: PID 120 died...
22:49:38.204443 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:38.208138 ---      ParallelTerminationStrategy: PID 121 died...
22:49:38.209633 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:38.213352 ---      ParallelTerminationStrategy: PID 122 died...
22:49:38.214859 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:38.218559 ---      ParallelTerminationStrategy: PID 123 died...
22:49:38.220061 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:38.223758 ---      ParallelTerminationStrategy: PID 124 died...
22:49:38.225256 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:38.228964 ---      ParallelTerminationStrategy: PID 125 died...
22:49:38.230483 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:38.234189 ---      ParallelTerminationStrategy: PID 126 died...
22:49:38.235690 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:38.239384 ---      ParallelTerminationStrategy: PID 127 died...
22:49:38.240876 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:38.244576 ---      ParallelTerminationStrategy: PID 128 died...
22:49:38.246074 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:38.249780 ---      ParallelTerminationStrategy: PID 129 died...
22:49:38.251286 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:38.254992 ---      ParallelTerminationStrategy: PID 130 died...
22:49:38.256488 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:38.260187 ---      ParallelTerminationStrategy: PID 131 died...
22:49:38.261683 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:38.265390 ---      ParallelTerminationStrategy: PID 132 died...
22:49:38.266891 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:38.270601 ---      ParallelTerminationStrategy: PID 133 died...
22:49:38.272105 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:38.275827 ---      ParallelTerminationStrategy: PID 134 died...
22:49:38.277326 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:38.281028 ---      ParallelTerminationStrategy: PID 135 died...
22:49:38.282533 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:38.286311 ---      ParallelTerminationStrategy: PID 136 died...
22:49:38.287816 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:38.291561 ---      ParallelTerminationStrategy: PID 137 died...
22:49:38.293065 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:38.296799 ---      ParallelTerminationStrategy: PID 138 died...
22:49:38.298306 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:38.302043 ---      ParallelTerminationStrategy: PID 139 died...
22:49:38.303558 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:38.307274 ---      ParallelTerminationStrategy: PID 140 died...
22:49:38.308780 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:38.312511 ---      ParallelTerminationStrategy: PID 141 died...
22:49:38.314014 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:38.317722 ---      ParallelTerminationStrategy: PID 142 died...
22:49:38.319227 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:38.322932 ---      ParallelTerminationStrategy: PID 143 died...
22:49:38.324432 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:38.328159 ---      ParallelTerminationStrategy: PID 144 died...
22:49:38.329652 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:38.333382 ---      ParallelTerminationStrategy: PID 145 died...
22:49:38.334880 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:38.338600 ---      ParallelTerminationStrategy: PID 146 died...
22:49:38.340091 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:38.343835 ---      ParallelTerminationStrategy: PID 147 died...
22:49:38.345341 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:38.349070 ---      ParallelTerminationStrategy: PID 148 died...
22:49:38.350577 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:38.354297 ---      ParallelTerminationStrategy: PID 149 died...
22:49:38.355791 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:38.359532 ---      ParallelTerminationStrategy: PID 150 died...
22:49:38.361024 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:38.364740 ---      ParallelTerminationStrategy: PID 151 died...
22:49:38.366239 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:38.369961 ---      ParallelTerminationStrategy: PID 152 died...
22:49:38.371464 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:38.375194 ---      ParallelTerminationStrategy: PID 153 died...
22:49:38.376704 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:38.380424 ---      ParallelTerminationStrategy: PID 154 died...
22:49:38.381931 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:38.385667 ---      ParallelTerminationStrategy: PID 155 died...
22:49:38.387171 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:38.390885 ---      ParallelTerminationStrategy: PID 156 died...
22:49:38.392383 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:38.396092 ---      ParallelTerminationStrategy: PID 157 died...
22:49:38.397588 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:38.401321 ---      ParallelTerminationStrategy: PID 158 died...
22:49:38.402826 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:38.406540 ---      ParallelTerminationStrategy: PID 159 died...
22:49:38.408040 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:38.411760 ---      ParallelTerminationStrategy: PID 160 died...
22:49:38.413264 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:38.416987 ---      ParallelTerminationStrategy: PID 161 died...
22:49:38.418489 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:38.422211 ---      ParallelTerminationStrategy: PID 162 died...
22:49:38.423704 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:38.427426 ---      ParallelTerminationStrategy: PID 163 died...
22:49:38.428924 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:38.432637 ---      ParallelTerminationStrategy: PID 164 died...
22:49:38.434134 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:38.437894 ---      ParallelTerminationStrategy: PID 165 died...
22:49:38.439390 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:38.443115 ---      ParallelTerminationStrategy: PID 166 died...
22:49:38.444612 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:38.448344 ---      ParallelTerminationStrategy: PID 167 died...
22:49:38.449839 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:38.453565 ---      ParallelTerminationStrategy: PID 168 died...
22:49:38.455062 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:38.458796 ---      ParallelTerminationStrategy: PID 169 died...
22:49:38.460300 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:38.464033 ---      ParallelTerminationStrategy: PID 170 died...
22:49:38.465531 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:38.469257 ---      ParallelTerminationStrategy: PID 171 died...
22:49:38.470758 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:38.474471 ---      ParallelTerminationStrategy: PID 172 died...
22:49:38.475968 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:38.479703 ---      ParallelTerminationStrategy: PID 173 died...
22:49:38.481212 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:38.484940 ---      ParallelTerminationStrategy: PID 174 died...
22:49:38.486440 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:38.490160 ---      ParallelTerminationStrategy: PID 175 died...
22:49:38.491658 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:38.495370 ---      ParallelTerminationStrategy: PID 176 died...
22:49:38.496864 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:38.500591 ---      ParallelTerminationStrategy: PID 177 died...
22:49:38.502097 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:38.505820 ---      ParallelTerminationStrategy: PID 178 died...
22:49:38.507342 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:38.511077 ---      ParallelTerminationStrategy: PID 179 died...
22:49:38.512575 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:38.516310 ---      ParallelTerminationStrategy: PID 180 died...
22:49:38.517806 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:38.521534 ---      ParallelTerminationStrategy: PID 181 died...
22:49:38.523041 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:38.526764 ---      ParallelTerminationStrategy: PID 182 died...
22:49:38.528272 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:38.531987 ---      ParallelTerminationStrategy: PID 183 died...
22:49:38.533487 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:38.537239 ---      ParallelTerminationStrategy: PID 184 died...
22:49:38.538756 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:38.542478 ---      ParallelTerminationStrategy: PID 185 died...
22:49:38.543978 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:38.547707 ---      ParallelTerminationStrategy: PID 186 died...
22:49:38.549208 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:38.552926 ---      ParallelTerminationStrategy: PID 187 died...
22:49:38.554421 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:38.558138 ---      ParallelTerminationStrategy: PID 188 died...
22:49:38.559643 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:38.563375 ---      ParallelTerminationStrategy: PID 189 died...
22:49:38.564872 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:38.568587 ---      ParallelTerminationStrategy: PID 190 died...
22:49:38.570087 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:38.573689 ---      ParallelTerminationStrategy: PID 191 died...
22:49:38.575186 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:38.578910 ---      ParallelTerminationStrategy: PID 192 died...
22:49:38.580412 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:38.584127 ---      ParallelTerminationStrategy: PID 193 died...
22:49:38.585627 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:38.589356 ---      ParallelTerminationStrategy: PID 194 died...
22:49:38.590830 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:38.594503 ---      ParallelTerminationStrategy: PID 195 died...
22:49:38.596001 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:38.599675 ---      ParallelTerminationStrategy: PID 196 died...
22:49:38.601112 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:38.604686 ---      ParallelTerminationStrategy: PID 197 died...
22:49:38.606126 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:38.609716 ---      ParallelTerminationStrategy: PID 198 died...
22:49:38.611164 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:38.614743 ---      ParallelTerminationStrategy: PID 199 died...
22:49:38.616187 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:38.619750 ---      ParallelTerminationStrategy: PID 200 died...
22:49:38.621197 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:38.624774 ---      ParallelTerminationStrategy: PID 201 died...
22:49:38.626217 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:38.629782 ---      ParallelTerminationStrategy: PID 202 died...
22:49:38.631232 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:38.634800 ---      ParallelTerminationStrategy: PID 203 died...
22:49:38.636248 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:38.639840 ---      ParallelTerminationStrategy: PID 204 died...
22:49:38.641281 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:38.644869 ---      ParallelTerminationStrategy: PID 205 died...
22:49:38.646321 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:38.649895 ---      ParallelTerminationStrategy: PID 206 died...
22:49:38.651348 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:38.654931 ---      ParallelTerminationStrategy: PID 207 died...
22:49:38.656377 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:38.659950 ---      ParallelTerminationStrategy: PID 208 died...
22:49:38.661393 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:38.664971 ---      ParallelTerminationStrategy: PID 209 died...
22:49:38.666425 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:38.669985 ---      ParallelTerminationStrategy: PID 210 died...
22:49:38.671434 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:38.675015 ---      ParallelTerminationStrategy: PID 211 died...
22:49:38.676459 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:38.680039 ---      ParallelTerminationStrategy: PID 212 died...
22:49:38.681474 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:38.685048 ---      ParallelTerminationStrategy: PID 213 died...
22:49:38.686512 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:38.690095 ---      ParallelTerminationStrategy: PID 214 died...
22:49:38.691535 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:38.695127 ---      ParallelTerminationStrategy: PID 215 died...
22:49:38.696559 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:38.700126 ---      ParallelTerminationStrategy: PID 216 died...
22:49:38.701562 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:38.705134 ---      ParallelTerminationStrategy: PID 217 died...
22:49:38.706590 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:38.710186 ---      ParallelTerminationStrategy: PID 218 died...
22:49:38.711634 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:38.715228 ---      ParallelTerminationStrategy: PID 219 died...
22:49:38.716678 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:38.720275 ---      ParallelTerminationStrategy: PID 220 died...
22:49:38.721726 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:38.725329 ---      ParallelTerminationStrategy: PID 221 died...
22:49:38.726788 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:38.730382 ---      ParallelTerminationStrategy: PID 222 died...
22:49:38.731832 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:38.735432 ---      ParallelTerminationStrategy: PID 223 died...
22:49:38.736881 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:38.740478 ---      ParallelTerminationStrategy: PID 224 died...
22:49:38.741921 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:38.745518 ---      ParallelTerminationStrategy: PID 225 died...
22:49:38.746973 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:38.750588 ---      ParallelTerminationStrategy: PID 226 died...
22:49:38.752035 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:38.755650 ---      ParallelTerminationStrategy: PID 227 died...
22:49:38.757102 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:38.760721 ---      ParallelTerminationStrategy: PID 228 died...
22:49:38.762169 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:38.765763 ---      ParallelTerminationStrategy: PID 229 died...
22:49:38.767214 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:38.770802 ---      ParallelTerminationStrategy: PID 230 died...
22:49:38.772253 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:38.775845 ---      ParallelTerminationStrategy: PID 231 died...
22:49:38.777289 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:38.780869 ---      ParallelTerminationStrategy: PID 232 died...
22:49:38.782325 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:38.785897 ---      ParallelTerminationStrategy: PID 233 died...
22:49:38.787345 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:38.790938 ---      ParallelTerminationStrategy: PID 234 died...
22:49:38.792465 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:42.196862 ---      ParallelTerminationStrategy: PID 34 died...
22:49:42.202928 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8376 netreg_mass PASS
---------------------------------------------------------------------
22:49:42.280182 tst                       trial-8376: Storing JUnit report in /build/trial-8376/run.2026-06-28_22-48-15/trial-8376.xml

--------------------------------------------------------------------------------------------
trial-8376 PASS
--------------------------------------------------------------------------------------------
22:49:42.290299 tst                       trial-8376: trial-8376: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8376/inst
+ cd trial-8376
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-06-28 22:48:15
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8376-run.tgz run.2026-06-28_22-48-15
+ tar czf /build/trial-8376-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-06-28_13_29_42.tgz osmo-bts-oc2g.build-2026-06-28_00_51_45.tgz osmo-bts-sysmo.build-2026-06-28_00_51_47.tgz osmo-bts.build-2026-06-28_00_51_52.tgz osmo-ggsn.build-2026-06-28_20_42_56.tgz osmo-hlr.build-2026-06-28_16_36_49.tgz osmo-hnbgw.build-2026-06-28_13_31_13.tgz osmo-mgw.build-2026-06-28_08_33_04.tgz osmo-msc.build-2026-06-28_13_35_20.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-06-28_07_34_51.tgz osmo-pcu-sysmo.build-2026-06-28_07_34_53.tgz osmo-pcu.build-2026-06-28_07_35_00.tgz osmo-sgsn.build-2026-06-28_20_48_30.tgz osmo-stp.build-2026-06-28_13_25_31.tgz osmo-trx.build-2026-06-28_14_22_02.tgz osmocom-bb.build-2026-06-28_21_17_24.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