Skip to content
Success

Console Output

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:b7f9ad556b11376b72661716936533a83ed9be799c28c65f6c9e9438124a2b06 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=7866 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-02-03 22:48:20
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7866
+ mkdir -p trial-7866
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-02-03_13_28_21.tgz osmo-bts-oc2g.build-2025-02-03_00_51_31.tgz osmo-bts-sysmo.build-2025-02-03_00_51_30.tgz osmo-bts.build-2025-02-03_00_51_44.tgz osmo-ggsn.build-2025-02-03_20_42_25.tgz osmo-hlr.build-2025-02-03_16_36_56.tgz osmo-hnbgw.build-2025-02-03_13_29_02.tgz osmo-mgw.build-2025-02-03_08_33_14.tgz osmo-msc.build-2025-02-03_13_33_09.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-02-03_07_41_26.tgz osmo-pcu-sysmo.build-2025-02-03_07_41_23.tgz osmo-pcu.build-2025-02-03_07_41_31.tgz osmo-sgsn.build-2025-02-03_20_48_49.tgz osmo-stp.build-2025-02-03_13_25_15.tgz osmo-trx.build-2025-02-03_14_28_43.tgz osmocom-bb.build-2025-02-03_21_17_40.tgz srslte.build-19.tgz trial-7866
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-02-03_13_28_21.md5 osmo-bts-oc2g.build-2025-02-03_00_51_31.md5 osmo-bts-sysmo.build-2025-02-03_00_51_30.md5 osmo-bts.build-2025-02-03_00_51_44.md5 osmo-ggsn.build-2025-02-03_20_42_25.md5 osmo-hlr.build-2025-02-03_16_36_56.md5 osmo-hnbgw.build-2025-02-03_13_29_02.md5 osmo-mgw.build-2025-02-03_08_33_14.md5 osmo-msc.build-2025-02-03_13_33_09.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-02-03_07_41_26.md5 osmo-pcu-sysmo.build-2025-02-03_07_41_23.md5 osmo-pcu.build-2025-02-03_07_41_31.md5 osmo-sgsn.build-2025-02-03_20_48_49.md5 osmo-stp.build-2025-02-03_13_25_15.md5 osmo-trx.build-2025-02-03_14_28_43.md5 osmocom-bb.build-2025-02-03_21_17_40.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-02-03_13_28_21.md5 osmo-bts-oc2g.build-2025-02-03_00_51_31.md5 osmo-bts-sysmo.build-2025-02-03_00_51_30.md5 osmo-bts.build-2025-02-03_00_51_44.md5 osmo-ggsn.build-2025-02-03_20_42_25.md5 osmo-hlr.build-2025-02-03_16_36_56.md5 osmo-hnbgw.build-2025-02-03_13_29_02.md5 osmo-mgw.build-2025-02-03_08_33_14.md5 osmo-msc.build-2025-02-03_13_33_09.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-02-03_07_41_26.md5 osmo-pcu-sysmo.build-2025-02-03_07_41_23.md5 osmo-pcu.build-2025-02-03_07_41_31.md5 osmo-sgsn.build-2025-02-03_20_48_49.md5 osmo-stp.build-2025-02-03_13_25_15.md5 osmo-trx.build-2025-02-03_14_28_43.md5 osmocom-bb.build-2025-02-03_21_17_40.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-7866 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7866'
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-7866
--------------------------------------------------------------------------------------------
22:48:20.244944 tst                       trial-7866: Detailed log at /build/trial-7866/run.2025-02-03_22-48-20/log

---------------------------------------------------------------------
trial-7866 netreg_mass
---------------------------------------------------------------------
22:48:20.481678 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:20.482085 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:20.482967 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:20.484308 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:20.531122 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:20.531935 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:20.533155 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:20.604399 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-7866 netreg_mass register_default_mass.py
----------------------------------------------
22:48:20.605218 tst       register_default_mass.py:9: Claiming resources for the test
22:48:20.621863 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.622468 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.623104 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.623596 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.624078 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.624600 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.625112 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:20.676737 tst         register_default_mass.py: using LAC 2
22:48:20.715532 tst         register_default_mass.py: using RAC 2
22:48:20.748460 tst         register_default_mass.py: using CellId 2
22:48:20.789722 tst         register_default_mass.py: using BVCI 3
22:48:20.800017 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.800735 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.801362 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.801962 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.802546 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.803145 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.803714 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.804293 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.804919 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.805508 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.806089 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.806695 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.807302 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.807908 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.808527 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.809153 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.809764 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.810396 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.811034 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.811663 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.812314 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.812996 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.813653 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.814312 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.814950 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.815589 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.816249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.816899 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.817563 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.818211 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.818844 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.819507 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.820166 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.820850 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.821550 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.822210 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.822866 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.823537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.824188 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.824828 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.825488 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.826129 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.826769 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.827425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.828071 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.828713 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.829356 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.830011 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.830655 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.831302 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.831937 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.832578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.833213 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.833833 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.834467 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.835094 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.835705 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.836329 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.836953 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.837562 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.838167 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.838766 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.839382 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.839995 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.840581 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.841177 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.841797 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.842398 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.842991 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.843588 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.844190 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.844796 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.845506 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.846122 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.846737 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.847342 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.847933 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.848525 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.849138 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.849738 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.850337 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.850951 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.851554 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.852158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.852784 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.853392 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.854017 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.854633 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.855243 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.855875 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.856496 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.857112 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.857768 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.858419 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.859047 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.859694 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.860312 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.860928 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.861551 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.862170 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.862767 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.863450 tst      register_default_mass.py:21: Launching a simple network
22:48:20.875384 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:21.018516 run            create_hlr_db(pid=20): Launched
22:48:22.029674 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:22.047152 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:22.063382 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:22.069486 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:22.265937 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:22.282616 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:22.288913 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:22.745524 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:22.761367 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:25.775350 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:25.939878 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:25.958216 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:25.964963 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:25.993928 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:26.012299 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:26.019219 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:26.369704 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:26.387583 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:32.414211 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:32.592797 run         osmo-bts-virtual(pid=34): Launched
22:48:33.653285 tst         register_default_mass.py: using MSISDN 1001
22:48:33.666594 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:33.769591 tst         register_default_mass.py: using MSISDN 1002
22:48:33.783029 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:33.879536 tst         register_default_mass.py: using MSISDN 1003
22:48:33.892955 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:33.969158 tst         register_default_mass.py: using MSISDN 1004
22:48:33.981627 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:34.079361 tst         register_default_mass.py: using MSISDN 1005
22:48:34.086282 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:34.185349 tst         register_default_mass.py: using MSISDN 1006
22:48:34.192634 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:34.293460 tst         register_default_mass.py: using MSISDN 1007
22:48:34.301906 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:34.411805 tst         register_default_mass.py: using MSISDN 1008
22:48:34.420464 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:34.508975 tst         register_default_mass.py: using MSISDN 1009
22:48:34.518601 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:34.598359 tst         register_default_mass.py: using MSISDN 1010
22:48:34.605772 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:34.688700 tst         register_default_mass.py: using MSISDN 1011
22:48:34.702817 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:34.939437 tst         register_default_mass.py: using MSISDN 1012
22:48:34.952162 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:35.063252 tst         register_default_mass.py: using MSISDN 1013
22:48:35.072503 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:35.166355 tst         register_default_mass.py: using MSISDN 1014
22:48:35.174382 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:35.268648 tst         register_default_mass.py: using MSISDN 1015
22:48:35.283580 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:35.381205 tst         register_default_mass.py: using MSISDN 1016
22:48:35.388244 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:35.453484 tst         register_default_mass.py: using MSISDN 1017
22:48:35.460177 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:35.533382 tst         register_default_mass.py: using MSISDN 1018
22:48:35.539553 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:35.614451 tst         register_default_mass.py: using MSISDN 1019
22:48:35.626075 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:35.707705 tst         register_default_mass.py: using MSISDN 1020
22:48:35.714323 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:35.796931 tst         register_default_mass.py: using MSISDN 1021
22:48:35.803700 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:35.883946 tst         register_default_mass.py: using MSISDN 1022
22:48:35.896610 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:35.975199 tst         register_default_mass.py: using MSISDN 1023
22:48:35.981800 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:36.047799 tst         register_default_mass.py: using MSISDN 1024
22:48:36.054436 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:36.122762 tst         register_default_mass.py: using MSISDN 1025
22:48:36.133300 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:36.207868 tst         register_default_mass.py: using MSISDN 1026
22:48:36.216767 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:36.305696 tst         register_default_mass.py: using MSISDN 1027
22:48:36.313577 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:36.377439 tst         register_default_mass.py: using MSISDN 1028
22:48:36.385118 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:36.467174 tst         register_default_mass.py: using MSISDN 1029
22:48:36.474511 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:36.557150 tst         register_default_mass.py: using MSISDN 1030
22:48:36.569254 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:36.667245 tst         register_default_mass.py: using MSISDN 1031
22:48:36.674452 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:36.748655 tst         register_default_mass.py: using MSISDN 1032
22:48:36.761112 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:36.833424 tst         register_default_mass.py: using MSISDN 1033
22:48:36.841746 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:36.913700 tst         register_default_mass.py: using MSISDN 1034
22:48:36.920297 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:36.998318 tst         register_default_mass.py: using MSISDN 1035
22:48:37.004291 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:37.072382 tst         register_default_mass.py: using MSISDN 1036
22:48:37.079261 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:37.157144 tst         register_default_mass.py: using MSISDN 1037
22:48:37.173452 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:37.274269 tst         register_default_mass.py: using MSISDN 1038
22:48:37.288695 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:37.375825 tst         register_default_mass.py: using MSISDN 1039
22:48:37.389893 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:37.481370 tst         register_default_mass.py: using MSISDN 1040
22:48:37.495302 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:37.589822 tst         register_default_mass.py: using MSISDN 1041
22:48:37.603144 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:37.715247 tst         register_default_mass.py: using MSISDN 1042
22:48:37.724608 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:37.829143 tst         register_default_mass.py: using MSISDN 1043
22:48:37.835304 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:37.959311 tst         register_default_mass.py: using MSISDN 1044
22:48:37.966440 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:38.071066 tst         register_default_mass.py: using MSISDN 1045
22:48:38.077568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:38.162659 tst         register_default_mass.py: using MSISDN 1046
22:48:38.168609 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:38.232601 tst         register_default_mass.py: using MSISDN 1047
22:48:38.238873 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:38.317831 tst         register_default_mass.py: using MSISDN 1048
22:48:38.328364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:38.409950 tst         register_default_mass.py: using MSISDN 1049
22:48:38.416646 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:38.493514 tst         register_default_mass.py: using MSISDN 1050
22:48:38.499565 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:38.567763 tst         register_default_mass.py: using MSISDN 1051
22:48:38.575782 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:38.651225 tst         register_default_mass.py: using MSISDN 1052
22:48:38.657539 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:38.739430 tst         register_default_mass.py: using MSISDN 1053
22:48:38.745254 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:38.822086 tst         register_default_mass.py: using MSISDN 1054
22:48:38.828702 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:38.891496 tst         register_default_mass.py: using MSISDN 1055
22:48:38.903091 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:38.987091 tst         register_default_mass.py: using MSISDN 1056
22:48:38.998237 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:39.060354 tst         register_default_mass.py: using MSISDN 1057
22:48:39.067067 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:39.130725 tst         register_default_mass.py: using MSISDN 1058
22:48:39.137723 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:39.199226 tst         register_default_mass.py: using MSISDN 1059
22:48:39.208075 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:39.279430 tst         register_default_mass.py: using MSISDN 1060
22:48:39.285379 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:39.360177 tst         register_default_mass.py: using MSISDN 1061
22:48:39.369182 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:39.427369 tst         register_default_mass.py: using MSISDN 1062
22:48:39.438515 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:39.500342 tst         register_default_mass.py: using MSISDN 1063
22:48:39.514229 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:39.585896 tst         register_default_mass.py: using MSISDN 1064
22:48:39.599152 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:39.679093 tst         register_default_mass.py: using MSISDN 1065
22:48:39.693441 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:39.786424 tst         register_default_mass.py: using MSISDN 1066
22:48:39.800344 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:40.016444 tst         register_default_mass.py: using MSISDN 1067
22:48:40.030287 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:40.117136 tst         register_default_mass.py: using MSISDN 1068
22:48:40.130135 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:40.223275 tst         register_default_mass.py: using MSISDN 1069
22:48:40.234751 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:40.337424 tst         register_default_mass.py: using MSISDN 1070
22:48:40.349682 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:40.426766 tst         register_default_mass.py: using MSISDN 1071
22:48:40.438572 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:40.518975 tst         register_default_mass.py: using MSISDN 1072
22:48:40.524865 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:40.599563 tst         register_default_mass.py: using MSISDN 1073
22:48:40.605583 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:40.669504 tst         register_default_mass.py: using MSISDN 1074
22:48:40.681442 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:40.769776 tst         register_default_mass.py: using MSISDN 1075
22:48:40.783642 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:40.852928 tst         register_default_mass.py: using MSISDN 1076
22:48:40.866903 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:40.958360 tst         register_default_mass.py: using MSISDN 1077
22:48:40.971537 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:41.054074 tst         register_default_mass.py: using MSISDN 1078
22:48:41.067171 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:41.145536 tst         register_default_mass.py: using MSISDN 1079
22:48:41.213635 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:41.457088 tst         register_default_mass.py: using MSISDN 1080
22:48:41.470344 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:41.569913 tst         register_default_mass.py: using MSISDN 1081
22:48:41.580359 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:41.712793 tst         register_default_mass.py: using MSISDN 1082
22:48:41.725092 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:41.825112 tst         register_default_mass.py: using MSISDN 1083
22:48:41.832285 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:41.940502 tst         register_default_mass.py: using MSISDN 1084
22:48:41.947494 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:42.046528 tst         register_default_mass.py: using MSISDN 1085
22:48:42.056105 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:42.147007 tst         register_default_mass.py: using MSISDN 1086
22:48:42.154418 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:42.213507 tst         register_default_mass.py: using MSISDN 1087
22:48:42.221705 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:42.282784 tst         register_default_mass.py: using MSISDN 1088
22:48:42.289560 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:42.362645 tst         register_default_mass.py: using MSISDN 1089
22:48:42.369279 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:42.447367 tst         register_default_mass.py: using MSISDN 1090
22:48:42.456168 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:42.515230 tst         register_default_mass.py: using MSISDN 1091
22:48:42.521964 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:42.599110 tst         register_default_mass.py: using MSISDN 1092
22:48:42.606351 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:42.683105 tst         register_default_mass.py: using MSISDN 1093
22:48:42.691012 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:42.757493 tst         register_default_mass.py: using MSISDN 1094
22:48:42.771117 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:42.854304 tst         register_default_mass.py: using MSISDN 1095
22:48:42.869618 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:42.966612 tst         register_default_mass.py: using MSISDN 1096
22:48:42.980101 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:43.087937 tst         register_default_mass.py: using MSISDN 1097
22:48:43.095272 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:43.180651 tst         register_default_mass.py: using MSISDN 1098
22:48:43.193834 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:43.270126 tst         register_default_mass.py: using MSISDN 1099
22:48:43.282683 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:43.371343 tst         register_default_mass.py: using MSISDN 1100
22:48:43.382017 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:43.533617 run                             mass: Starting testcase
22:48:43.540961 run                             mass: Pre-launching all virtphy's
22:48:43.548047 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:43.564995 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:43.574439 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:43.591512 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:43.600100 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:43.617874 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:43.627023 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:43.644692 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:43.656571 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:43.673373 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:43.682291 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:43.699645 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:43.709656 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:43.727085 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:43.735503 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:43.754020 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:43.764710 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:43.785040 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:43.794101 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:43.814537 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:43.823821 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:43.843222 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:43.855388 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:43.875017 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:43.891604 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:43.921339 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:43.937062 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:43.970509 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:43.985413 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:44.017358 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:44.032535 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:44.064979 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:44.080168 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:44.112719 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:44.127822 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:44.254670 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:44.269330 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:44.300755 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:44.314737 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:44.353493 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:44.368237 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:44.395095 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:44.404617 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:44.437168 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:44.451911 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:44.484151 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:44.499580 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:44.535552 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:44.551227 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:44.583605 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:44.598668 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:44.631530 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:44.647047 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:44.679662 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:44.695721 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:44.730422 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:44.746806 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:44.780384 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:44.795927 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:44.828802 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:44.841454 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:44.860314 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:44.874004 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:44.902758 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:44.911496 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:44.929885 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:44.944997 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:44.977304 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:44.992437 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:45.014559 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:45.023854 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:45.041137 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:45.050766 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:45.068438 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:45.076843 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:45.094515 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:45.103752 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:45.121902 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:45.137980 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:45.171358 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:45.180852 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:45.203700 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:45.212198 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:45.229722 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:45.238559 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:45.255717 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:45.264147 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:45.281529 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:45.290547 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:45.307897 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:45.319894 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:45.337222 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:45.345629 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:45.363986 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:45.373211 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:45.391972 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:45.401013 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:45.419546 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:45.428334 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:45.446214 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:45.461973 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:45.495068 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:45.509652 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:45.536411 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:45.548043 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:45.564791 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:45.578364 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:45.595396 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:45.603257 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:45.620358 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:45.628416 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:45.645594 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:45.653955 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:45.672128 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:45.685936 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:45.705964 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:45.771907 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:45.791149 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:45.800520 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:45.819585 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:45.836678 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:45.873359 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:45.890653 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:45.929001 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:45.947668 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:45.988526 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:46.006306 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:46.045628 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:46.064550 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:46.104871 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:46.123180 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:46.173222 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:46.192710 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:46.234051 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:46.252160 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:46.294908 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:46.314076 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:46.356323 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:46.375323 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:46.416775 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:46.434183 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:46.494550 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:46.512888 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:46.549166 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:46.559557 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:46.578956 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:46.596818 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:46.622538 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:46.635025 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:46.655308 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:46.665054 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:46.684990 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:46.703054 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:46.740603 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:46.758249 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:46.785914 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:46.794762 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:46.812978 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:46.822731 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:46.840771 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:46.849727 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:46.867599 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:46.876508 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:46.894265 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:46.903588 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:46.921315 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:46.931306 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:46.949330 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:46.957635 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:46.975351 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:46.984768 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:47.003741 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:47.012588 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:47.038071 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:47.054047 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:47.086146 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:47.100695 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:47.123712 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:47.138872 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:47.174782 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:47.194817 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:47.237020 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:47.255589 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:47.292493 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:47.308129 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:47.342204 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:47.356425 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:47.373925 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:47.384426 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:47.402032 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:47.410339 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:47.427272 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:47.435902 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:47.454848 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:47.463603 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:47.483140 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:47.497726 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:47.525016 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:47.535293 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:47.552932 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:47.561047 run                             mass: Checking if sockets are in the filesystem
22:48:47.577203 run                osmo-ms-mob/00000: Starting mobile
22:48:47.594514 run       osmo-ms-mob/00000(pid=135): Launched
22:48:47.610076 run                             mass: MS start registered  {at=1853833.313406936, delay=0.001342001836746931, ms=00000}
22:48:51.781844 run                osmo-ms-mob/00001: Starting mobile
22:48:51.812651 run       osmo-ms-mob/00001(pid=136): Launched
22:48:51.834736 run                             mass: MS start registered  {at=1853837.53806193, delay=0.0072422330267727375, ms=00001}
22:48:52.953279 run                             mass: MS performed LU  {at=1853838.656588971, lu_delay=5.3431820350233465, ms=00000}
22:48:53.582506 run                osmo-ms-mob/00002: Starting mobile
22:48:53.614186 run       osmo-ms-mob/00002(pid=137): Launched
22:48:53.637340 run                             mass: MS start registered  {at=1853839.340617755, delay=0.013689721934497356, ms=00002}
22:48:54.881343 run                osmo-ms-mob/00003: Starting mobile
22:48:54.913020 run       osmo-ms-mob/00003(pid=138): Launched
22:48:54.935688 run                             mass: MS start registered  {at=1853840.639016344, delay=0.007290150970220566, ms=00003}
22:48:55.978571 run                osmo-ms-mob/00004: Starting mobile
22:48:55.996772 run       osmo-ms-mob/00004(pid=139): Launched
22:48:56.012839 run                             mass: MS start registered  {at=1853841.716176634, delay=3.620190545916557e-05, ms=00004}
22:48:56.718973 run                             mass: MS performed LU  {at=1853842.422283269, lu_delay=4.884221338899806, ms=00001}
22:48:56.982494 run                osmo-ms-mob/00005: Starting mobile
22:48:57.015094 run       osmo-ms-mob/00005(pid=140): Launched
22:48:57.037153 run                             mass: MS start registered  {at=1853842.740475728, delay=0.006587957963347435, ms=00005}
22:48:57.882028 run                osmo-ms-mob/00006: Starting mobile
22:48:57.914267 run       osmo-ms-mob/00006(pid=141): Launched
22:48:57.928737 run                             mass: MS start registered  {at=1853843.632080094, delay=3.402796573936939e-05, ms=00006}
22:48:58.620587 run                             mass: MS performed LU  {at=1853844.32389471, lu_delay=4.983276955084875, ms=00002}
22:48:58.782501 run                osmo-ms-mob/00007: Starting mobile
22:48:58.813672 run       osmo-ms-mob/00007(pid=142): Launched
22:48:58.835738 run                             mass: MS start registered  {at=1853844.539071882, delay=0.007103742798790336, ms=00007}
22:48:59.581590 run                osmo-ms-mob/00008: Starting mobile
22:48:59.612254 run       osmo-ms-mob/00008(pid=143): Launched
22:48:59.635365 run                             mass: MS start registered  {at=1853845.338678237, delay=0.007337813964113593, ms=00008}
22:49:00.282458 run                osmo-ms-mob/00009: Starting mobile
22:49:00.314756 run       osmo-ms-mob/00009(pid=144): Launched
22:49:00.337965 run                             mass: MS start registered  {at=1853846.04129565, delay=0.00810358696617186, ms=00009}
22:49:00.484814 run                             mass: MS performed LU  {at=1853846.18812924, lu_delay=5.5491128959693015, ms=00003}
22:49:00.981326 run                osmo-ms-mob/00010: Starting mobile
22:49:01.012769 run       osmo-ms-mob/00010(pid=145): Launched
22:49:01.028161 run                             mass: MS performed LU  {at=1853846.731500562, lu_delay=5.015323928091675, ms=00004}
22:49:01.043253 run                             mass: MS start registered  {at=1853846.746603325, delay=0.015141600044444203, ms=00010}
22:49:01.581775 run                osmo-ms-mob/00011: Starting mobile
22:49:01.603331 run       osmo-ms-mob/00011(pid=146): Launched
22:49:01.622207 run                             mass: MS start registered  {at=1853847.325522473, delay=0.009895105147734284, ms=00011}
22:49:02.182034 run                osmo-ms-mob/00012: Starting mobile
22:49:02.213001 run       osmo-ms-mob/00012(pid=147): Launched
22:49:02.235812 run                             mass: MS start registered  {at=1853847.939145776, delay=0.007060372969135642, ms=00012}
22:49:02.385615 run                             mass: MS performed LU  {at=1853848.088932429, lu_delay=5.348456701030955, ms=00005}
22:49:02.431809 run                             mass: MS performed LU  {at=1853848.135133218, lu_delay=4.503053124062717, ms=00006}
22:49:02.781988 run                osmo-ms-mob/00013: Starting mobile
22:49:02.812490 run       osmo-ms-mob/00013(pid=148): Launched
22:49:02.834929 run                             mass: MS start registered  {at=1853848.538239265, delay=0.010302182054147124, ms=00013}
22:49:03.381473 run                osmo-ms-mob/00014: Starting mobile
22:49:03.411751 run       osmo-ms-mob/00014(pid=149): Launched
22:49:03.434300 run                             mass: MS start registered  {at=1853849.137610529, delay=0.01322510908357799, ms=00014}
22:49:03.982944 run                osmo-ms-mob/00015: Starting mobile
22:49:04.020233 run       osmo-ms-mob/00015(pid=150): Launched
22:49:04.037959 run                             mass: MS start registered  {at=1853849.741296317, delay=3.869691863656044e-05, ms=00015}
22:49:04.250227 run                             mass: MS performed LU  {at=1853849.953532839, lu_delay=5.4144609570503235, ms=00007}
22:49:04.482477 run                osmo-ms-mob/00016: Starting mobile
22:49:04.515182 run       osmo-ms-mob/00016(pid=151): Launched
22:49:04.530401 run                             mass: MS start registered  {at=1853850.233744747, delay=3.358209505677223e-05, ms=00016}
22:49:04.767235 run                             mass: MS performed LU  {at=1853850.470552905, lu_delay=5.131874667946249, ms=00008}
22:49:04.983670 run                osmo-ms-mob/00017: Starting mobile
22:49:05.017848 run       osmo-ms-mob/00017(pid=152): Launched
22:49:05.060968 run                             mass: MS start registered  {at=1853850.764280416, delay=0.026747913099825382, ms=00017}
22:49:05.583253 run                osmo-ms-mob/00018: Starting mobile
22:49:05.611148 run       osmo-ms-mob/00018(pid=153): Launched
22:49:05.631603 run                             mass: MS start registered  {at=1853851.334918863, delay=0.006102649960666895, ms=00018}
22:49:05.981730 run                osmo-ms-mob/00019: Starting mobile
22:49:06.011508 run       osmo-ms-mob/00019(pid=154): Launched
22:49:06.033134 run                             mass: MS start registered  {at=1853851.736454443, delay=0.007636244175955653, ms=00019}
22:49:06.266843 run                             mass: MS performed LU  {at=1853851.97016201, lu_delay=5.223558685043827, ms=00010}
22:49:06.387277 run                             mass: MS performed LU  {at=1853852.09058983, lu_delay=6.049294180003926, ms=00009}
22:49:06.415418 run                osmo-ms-mob/00020: Starting mobile
22:49:06.449189 run       osmo-ms-mob/00020(pid=155): Launched
22:49:06.465485 run                             mass: MS performed LU  {at=1853852.168824717, lu_delay=4.8433022438548505, ms=00011}
22:49:06.479961 run                             mass: MS start registered  {at=1853852.183312504, delay=0.01452764798887074, ms=00020}
22:49:06.980088 run                osmo-ms-mob/00021: Starting mobile
22:49:06.997711 run       osmo-ms-mob/00021(pid=156): Launched
22:49:07.014098 run                             mass: MS start registered  {at=1853852.717426628, delay=0.007905395003035665, ms=00021}
22:49:07.380991 run                osmo-ms-mob/00022: Starting mobile
22:49:07.408426 run       osmo-ms-mob/00022(pid=157): Launched
22:49:07.422662 run                             mass: MS start registered  {at=1853853.126006745, delay=3.330712206661701e-05, ms=00022}
22:49:07.880967 run                osmo-ms-mob/00023: Starting mobile
22:49:07.912251 run       osmo-ms-mob/00023(pid=158): Launched
22:49:07.929755 run                             mass: MS start registered  {at=1853853.633079578, delay=0.002464149845764041, ms=00023}
22:49:08.015950 run                             mass: MS performed LU  {at=1853853.719264877, lu_delay=5.780119101051241, ms=00012}
22:49:08.062635 run                             mass: MS performed LU  {at=1853853.765956419, lu_delay=5.227717153960839, ms=00013}
22:49:08.168411 run                             mass: MS performed LU  {at=1853853.871734076, lu_delay=4.734123546862975, ms=00014}
22:49:08.194711 run                osmo-ms-mob/00024: Starting mobile
22:49:08.226306 run       osmo-ms-mob/00024(pid=159): Launched
22:49:08.240859 run                             mass: MS start registered  {at=1853853.944203174, delay=3.2773008570075035e-05, ms=00024}
22:49:08.781626 run                osmo-ms-mob/00025: Starting mobile
22:49:08.812047 run       osmo-ms-mob/00025(pid=160): Launched
22:49:08.826193 run                             mass: MS start registered  {at=1853854.529535401, delay=0.0002039989922195673, ms=00025}
22:49:09.178878 run                osmo-ms-mob/00026: Starting mobile
22:49:09.196933 run       osmo-ms-mob/00026(pid=161): Launched
22:49:09.217059 run                             mass: MS start registered  {at=1853854.920380703, delay=0.011473763966932893, ms=00026}
22:49:09.582842 run                osmo-ms-mob/00027: Starting mobile
22:49:09.614814 run       osmo-ms-mob/00027(pid=162): Launched
22:49:09.638120 run                             mass: MS start registered  {at=1853855.341442469, delay=0.007265634136274457, ms=00027}
22:49:09.917172 run                             mass: MS performed LU  {at=1853855.620490384, lu_delay=5.879194067092612, ms=00015}
22:49:09.943755 run                osmo-ms-mob/00028: Starting mobile
22:49:09.974095 run       osmo-ms-mob/00028(pid=163): Launched
22:49:09.989255 run                             mass: MS performed LU  {at=1853855.692597284, lu_delay=5.458852536976337, ms=00016}
22:49:10.004212 run                             mass: MS start registered  {at=1853855.707563871, delay=0.015003317967057228, ms=00028}
22:49:10.033373 run                             mass: MS performed LU  {at=1853855.736687331, lu_delay=4.97240691492334, ms=00017}
22:49:10.380607 run                osmo-ms-mob/00029: Starting mobile
22:49:10.403891 run       osmo-ms-mob/00029(pid=164): Launched
22:49:10.422016 run                             mass: MS start registered  {at=1853856.125334078, delay=0.0083930438850075, ms=00029}
22:49:10.782377 run                osmo-ms-mob/00030: Starting mobile
22:49:10.815473 run       osmo-ms-mob/00030(pid=165): Launched
22:49:10.831148 run                             mass: MS start registered  {at=1853856.534484013, delay=0.0006857949774712324, ms=00030}
22:49:11.182604 run                osmo-ms-mob/00031: Starting mobile
22:49:11.215296 run       osmo-ms-mob/00031(pid=166): Launched
22:49:11.239029 run                             mass: MS start registered  {at=1853856.942338294, delay=0.008446899941191077, ms=00031}
22:49:11.483193 run                osmo-ms-mob/00032: Starting mobile
22:49:11.519467 run       osmo-ms-mob/00032(pid=167): Launched
22:49:11.534827 run                             mass: MS start registered  {at=1853857.238168306, delay=3.5176053643226624e-05, ms=00032}
22:49:11.699040 run                             mass: MS performed LU  {at=1853857.402349021, lu_delay=5.219036516966298, ms=00020}
22:49:11.782749 run                             mass: MS performed LU  {at=1853857.486063718, lu_delay=4.768637089990079, ms=00021}
22:49:11.809868 run                osmo-ms-mob/00033: Starting mobile
22:49:11.843741 run       osmo-ms-mob/00033(pid=168): Launched
22:49:11.858869 run                             mass: MS performed LU  {at=1853857.562209878, lu_delay=5.825755434809253, ms=00019}
22:49:11.873503 run                             mass: MS start registered  {at=1853857.576854738, delay=0.014682439854368567, ms=00033}
22:49:11.952887 run                             mass: MS performed LU  {at=1853857.656195867, lu_delay=6.321277004200965, ms=00018}
22:49:12.285574 run                osmo-ms-mob/00034: Starting mobile
22:49:12.324894 run       osmo-ms-mob/00034(pid=169): Launched
22:49:12.351295 run                             mass: MS start registered  {at=1853858.054600515, delay=0.007683767005801201, ms=00034}
22:49:12.582993 run                osmo-ms-mob/00035: Starting mobile
22:49:12.611324 run       osmo-ms-mob/00035(pid=170): Launched
22:49:12.634706 run                             mass: MS start registered  {at=1853858.3380322, delay=0.014082477893680334, ms=00035}
22:49:12.982602 run                osmo-ms-mob/00036: Starting mobile
22:49:13.016570 run       osmo-ms-mob/00036(pid=171): Launched
22:49:13.040550 run                             mass: MS start registered  {at=1853858.743867767, delay=0.007737867999821901, ms=00036}
22:49:13.382878 run                osmo-ms-mob/00037: Starting mobile
22:49:13.417469 run       osmo-ms-mob/00037(pid=172): Launched
22:49:13.441842 run                             mass: MS start registered  {at=1853859.145156802, delay=0.0073457579128444195, ms=00037}
22:49:13.682520 run                osmo-ms-mob/00038: Starting mobile
22:49:13.717380 run       osmo-ms-mob/00038(pid=173): Launched
22:49:13.734167 run                             mass: MS performed LU  {at=1853859.437506232, lu_delay=4.517125529004261, ms=00026}
22:49:13.749944 run                             mass: MS performed LU  {at=1853859.45329562, lu_delay=4.923760219011456, ms=00025}
22:49:13.765083 run                             mass: MS start registered  {at=1853859.468433669, delay=0.030967243015766144, ms=00038}
22:49:13.793018 run                osmo-ms-mob/00039: Starting mobile
22:49:13.827163 run       osmo-ms-mob/00039(pid=174): Launched
22:49:13.842733 run                             mass: MS performed LU  {at=1853859.546074767, lu_delay=5.601871592923999, ms=00024}
22:49:13.857593 run                             mass: MS start registered  {at=1853859.56094355, delay=0.01490205293521285, ms=00039}
22:49:13.872754 run                             mass: MS performed LU  {at=1853859.576084178, lu_delay=5.943004600005224, ms=00023}
22:49:14.384272 run                osmo-ms-mob/00040: Starting mobile
22:49:14.419725 run       osmo-ms-mob/00040(pid=175): Launched
22:49:14.436054 run                             mass: MS start registered  {at=1853860.139391306, delay=4.0014972910284996e-05, ms=00040}
22:49:14.682532 run                osmo-ms-mob/00041: Starting mobile
22:49:14.714931 run       osmo-ms-mob/00041(pid=176): Launched
22:49:14.735654 run                             mass: MS start registered  {at=1853860.438973888, delay=0.0061931421514600515, ms=00041}
22:49:14.982077 run                osmo-ms-mob/00042: Starting mobile
22:49:15.002430 run       osmo-ms-mob/00042(pid=177): Launched
22:49:15.019989 run                             mass: MS start registered  {at=1853860.723313154, delay=0.009035416878759861, ms=00042}
22:49:15.381598 run                osmo-ms-mob/00043: Starting mobile
22:49:15.411924 run       osmo-ms-mob/00043(pid=178): Launched
22:49:15.433521 run                             mass: MS start registered  {at=1853861.136851966, delay=0.00766760902479291, ms=00043}
22:49:15.464541 run                             mass: MS performed LU  {at=1853861.16785639, lu_delay=4.633372376905754, ms=00030}
22:49:15.547553 run                             mass: MS performed LU  {at=1853861.250873171, lu_delay=5.125539093045518, ms=00029}
22:49:15.572105 run                osmo-ms-mob/00044: Starting mobile
22:49:15.601498 run       osmo-ms-mob/00044(pid=179): Launched
22:49:15.615289 run                             mass: MS performed LU  {at=1853861.318633313, lu_delay=5.97719084401615, ms=00027}
22:49:15.628767 run                             mass: MS start registered  {at=1853861.332122623, delay=0.013526214053854346, ms=00044}
22:49:15.718849 run                             mass: MS performed LU  {at=1853861.422167486, lu_delay=5.714603614993393, ms=00028}
22:49:15.744198 run                osmo-ms-mob/00045: Starting mobile
22:49:15.771020 run       osmo-ms-mob/00045(pid=180): Launched
22:49:15.792514 run                             mass: MS start registered  {at=1853861.495831374, delay=0.0118748031090945, ms=00045}
22:49:16.282680 run                osmo-ms-mob/00046: Starting mobile
22:49:16.314659 run       osmo-ms-mob/00046(pid=181): Launched
22:49:16.336436 run                             mass: MS start registered  {at=1853862.039766839, delay=0.00592066696844995, ms=00046}
22:49:16.582772 run                osmo-ms-mob/00047: Starting mobile
22:49:16.616379 run       osmo-ms-mob/00047(pid=182): Launched
22:49:16.639932 run                             mass: MS start registered  {at=1853862.343238514, delay=0.007879724958911538, ms=00047}
22:49:16.881651 run                osmo-ms-mob/00048: Starting mobile
22:49:16.907661 run       osmo-ms-mob/00048(pid=183): Launched
22:49:16.927079 run                             mass: MS start registered  {at=1853862.63039228, delay=0.009150456869974732, ms=00048}
22:49:17.181917 run                osmo-ms-mob/00049: Starting mobile
22:49:17.206900 run       osmo-ms-mob/00049(pid=184): Launched
22:49:17.226045 run                             mass: MS start registered  {at=1853862.929366883, delay=0.009439341956749558, ms=00049}
22:49:17.329064 run                             mass: MS performed LU  {at=1853863.032399583, lu_delay=6.090061289025471, ms=00031}
22:49:17.385008 run                             mass: MS performed LU  {at=1853863.088341721, lu_delay=4.344473954057321, ms=00036}
22:49:17.398969 run                osmo-ms-mob/00050: Starting mobile
22:49:17.416368 run       osmo-ms-mob/00050(pid=185): Launched
22:49:17.429959 run                             mass: MS performed LU  {at=1853863.133305539, lu_delay=4.795273338910192, ms=00035}
22:49:17.443275 run                             mass: MS start registered  {at=1853863.146630772, delay=0.01335577992722392, ms=00050}
22:49:17.674749 run                             mass: MS performed LU  {at=1853863.378082831, lu_delay=5.323482315987349, ms=00034}
22:49:17.882400 run                osmo-ms-mob/00051: Starting mobile
22:49:17.913210 run       osmo-ms-mob/00051(pid=186): Launched
22:49:17.930711 run                             mass: MS start registered  {at=1853863.634049707, delay=0.0035394071601331234, ms=00051}
22:49:18.182329 run                osmo-ms-mob/00052: Starting mobile
22:49:18.213059 run       osmo-ms-mob/00052(pid=187): Launched
22:49:18.234228 run                             mass: MS start registered  {at=1853863.937561052, delay=0.006259019020944834, ms=00052}
22:49:18.289197 run                             mass: MS performed LU  {at=1853863.992517039, lu_delay=6.415662301005796, ms=00033}
22:49:18.372252 run                             mass: MS performed LU  {at=1853864.075571275, lu_delay=6.837402969133109, ms=00032}
22:49:18.398223 run                osmo-ms-mob/00053: Starting mobile
22:49:18.429099 run       osmo-ms-mob/00053(pid=188): Launched
22:49:18.451765 run                             mass: MS start registered  {at=1853864.155088584, delay=0.007106428034603596, ms=00053}
22:49:18.542746 run                             mass: MS performed LU  {at=1853864.246058216, lu_delay=4.10666690999642, ms=00040}
22:49:18.550771 run                             mass: MS performed LU  {at=1853864.254132135, lu_delay=3.8151582470163703, ms=00041}
22:49:18.568901 run                osmo-ms-mob/00054: Starting mobile
22:49:18.599000 run       osmo-ms-mob/00054(pid=189): Launched
22:49:18.614030 run                             mass: MS start registered  {at=1853864.317369466, delay=0.0010434780269861221, ms=00054}
22:49:19.081005 run                osmo-ms-mob/00055: Starting mobile
22:49:19.111487 run       osmo-ms-mob/00055(pid=190): Launched
22:49:19.133038 run                             mass: MS start registered  {at=1853864.836372521, delay=0.006652513053268194, ms=00055}
22:49:19.248798 run                             mass: MS performed LU  {at=1853864.952112045, lu_delay=5.391168494941667, ms=00039}
22:49:19.341360 run                             mass: MS performed LU  {at=1853865.044681897, lu_delay=5.899525095010176, ms=00037}
22:49:19.362786 run                osmo-ms-mob/00056: Starting mobile
22:49:19.380686 run       osmo-ms-mob/00056(pid=191): Launched
22:49:19.388883 run                             mass: MS performed LU  {at=1853865.092236011, lu_delay=5.623802341986448, ms=00038}
22:49:19.410878 run                             mass: MS start registered  {at=1853865.11422029, delay=0.022009023930877447, ms=00056}
22:49:20.337968 run                osmo-ms-mob/00057: Starting mobile
22:49:20.448232 run       osmo-ms-mob/00057(pid=192): Launched
22:49:20.455485 run                             mass: Starting too slowly. Moving on {now=1853866.158851817, sleep=-0.6867940691299736, target=1853865.472057748}
22:49:20.462721 run                             mass: MS start registered  {at=1853866.166056424, delay=0.007207200862467289, ms=00057}
22:49:20.470970 run                             mass: Starting too slowly. Moving on {now=1853866.174336514, sleep=-0.6022787659894675, target=1853865.572057748}
22:49:20.478314 run                             mass: Starting too slowly. Moving on {now=1853866.181681253, sleep=-0.509623504942283, target=1853865.672057748}
22:49:20.485765 run                             mass: Starting too slowly. Moving on {now=1853866.189132452, sleep=-0.41707470384426415, target=1853865.7720577482}
22:49:20.500198 run                osmo-ms-mob/00058: Starting mobile
22:49:20.517023 run       osmo-ms-mob/00058(pid=193): Launched
22:49:20.525230 run                             mass: Starting too slowly. Moving on {now=1853866.22859497, sleep=-0.35653722169809043, target=1853865.8720577483}
22:49:20.532674 run                             mass: Starting too slowly. Moving on {now=1853866.236040472, sleep=-0.2639827236998826, target=1853865.9720577484}
22:49:20.540482 run                             mass: MS start registered  {at=1853866.243835871, delay=0.015243381028994918, ms=00058}
22:49:20.548183 run                             mass: Starting too slowly. Moving on {now=1853866.251550283, sleep=-0.17949253460392356, target=1853866.0720577484}
22:49:20.562773 run                osmo-ms-mob/00059: Starting mobile
22:49:20.580220 run       osmo-ms-mob/00059(pid=194): Launched
22:49:20.589332 run                             mass: Starting too slowly. Moving on {now=1853866.292696657, sleep=-0.12063890835270286, target=1853866.1720577485}
22:49:20.597013 run                             mass: Starting too slowly. Moving on {now=1853866.300380821, sleep=-0.028323072474449873, target=1853866.2720577486}
22:49:20.604675 run                             mass: MS start registered  {at=1853866.308028109, delay=0.015334339812397957, ms=00059}
22:49:20.681922 run                osmo-ms-mob/00060: Starting mobile
22:49:20.707722 run       osmo-ms-mob/00060(pid=195): Launched
22:49:20.721912 run                             mass: MS start registered  {at=1853866.425266469, delay=2.146582119166851e-05, ms=00060}
22:49:21.082118 run                osmo-ms-mob/00061: Starting mobile
22:49:21.113769 run       osmo-ms-mob/00061(pid=196): Launched
22:49:21.128854 run                             mass: MS start registered  {at=1853866.832195166, delay=3.427197225391865e-05, ms=00061}
22:49:21.381280 run                osmo-ms-mob/00062: Starting mobile
22:49:21.412192 run       osmo-ms-mob/00062(pid=197): Launched
22:49:21.426338 run                             mass: MS performed LU  {at=1853867.129682531, lu_delay=5.992830565199256, ms=00043}
22:49:21.440364 run                             mass: MS performed LU  {at=1853867.14371726, lu_delay=5.811594637110829, ms=00044}
22:49:21.454287 run                             mass: MS performed LU  {at=1853867.157639473, lu_delay=6.434326319023967, ms=00042}
22:49:21.479956 run                osmo-ms-mob/00063: Starting mobile
22:49:21.510517 run       osmo-ms-mob/00063(pid=198): Launched
22:49:21.524569 run                             mass: MS start registered  {at=1853867.227911526, delay=0.09826478408649564, ms=00062}
22:49:21.538684 run                             mass: MS performed LU  {at=1853867.242028663, lu_delay=5.74619728885591, ms=00045}
22:49:21.552722 run                             mass: MS start registered  {at=1853867.256076253, delay=0.028199112974107265, ms=00063}
22:49:21.583835 run                             mass: MS performed LU  {at=1853867.287145948, lu_delay=5.2473791090305895, ms=00046}
22:49:21.610372 run                osmo-ms-mob/00064: Starting mobile
22:49:21.640491 run       osmo-ms-mob/00064(pid=199): Launched
22:49:21.655265 run                             mass: MS start registered  {at=1853867.358599099, delay=0.006414622068405151, ms=00064}
22:49:22.183966 run                             mass: MS performed LU  {at=1853867.887286599, lu_delay=5.544048085110262, ms=00047}
22:49:22.225887 run                             mass: MS performed LU  {at=1853867.929198653, lu_delay=3.611829187022522, ms=00054}
22:49:22.304082 run                             mass: MS performed LU  {at=1853868.007406301, lu_delay=5.0780394182074815, ms=00049}
22:49:22.319699 run                osmo-ms-mob/00065: Starting mobile
22:49:22.338321 run       osmo-ms-mob/00065(pid=200): Launched
22:49:22.346639 run                             mass: MS performed LU  {at=1853868.049985519, lu_delay=4.415935811819509, ms=00051}
22:49:22.355911 run                             mass: MS start registered  {at=1853868.059272231, delay=0.00931438198313117, ms=00065}
22:49:22.777007 run                osmo-ms-mob/00066: Starting mobile
22:49:22.796327 run       osmo-ms-mob/00066(pid=201): Launched
22:49:22.813848 run                             mass: MS start registered  {at=1853868.51717516, delay=0.008761338191106915, ms=00066}
22:49:23.015006 run                             mass: MS performed LU  {at=1853868.718324139, lu_delay=4.780763087095693, ms=00052}
22:49:23.089142 run                             mass: MS performed LU  {at=1853868.79247474, lu_delay=4.6373861560132354, ms=00053}
22:49:23.106681 run                osmo-ms-mob/00067: Starting mobile
22:49:23.130174 run       osmo-ms-mob/00067(pid=202): Launched
22:49:23.145580 run                             mass: MS performed LU  {at=1853868.84891965, lu_delay=6.218527370132506, ms=00048}
22:49:23.160031 run                             mass: MS start registered  {at=1853868.863384422, delay=0.014502431964501739, ms=00067}
22:49:23.485460 run                osmo-ms-mob/00068: Starting mobile
22:49:23.508197 run       osmo-ms-mob/00068(pid=203): Launched
22:49:23.532752 run                             mass: MS start registered  {at=1853869.236059235, delay=0.008236763998866081, ms=00068}
22:49:23.886363 run                osmo-ms-mob/00069: Starting mobile
22:49:23.927133 run       osmo-ms-mob/00069(pid=204): Launched
22:49:23.945982 run                             mass: MS start registered  {at=1853869.649316033, delay=6.167218089103699e-05, ms=00069}
22:49:24.286204 run                osmo-ms-mob/00070: Starting mobile
22:49:24.326642 run       osmo-ms-mob/00070(pid=205): Launched
22:49:24.345917 run                             mass: MS start registered  {at=1853870.049250475, delay=0.0002861400134861469, ms=00070}
22:49:24.685935 run                osmo-ms-mob/00071: Starting mobile
22:49:24.726385 run       osmo-ms-mob/00071(pid=206): Launched
22:49:24.752239 run                             mass: MS start registered  {at=1853870.455547944, delay=0.006552495993673801, ms=00071}
22:49:24.962493 run                             mass: MS performed LU  {at=1853870.665786218, lu_delay=5.551565927919, ms=00056}
22:49:24.981109 run                             mass: MS performed LU  {at=1853870.684438806, lu_delay=5.8480662850197405, ms=00055}
22:49:25.011726 run                osmo-ms-mob/00072: Starting mobile
22:49:25.051843 run       osmo-ms-mob/00072(pid=207): Launched
22:49:25.077697 run                             mass: MS start registered  {at=1853870.780996061, delay=0.007205240894109011, ms=00072}
22:49:25.114340 run                             mass: MS performed LU  {at=1853870.8176454, lu_delay=4.509617291158065, ms=00059}
22:49:25.244331 run                             mass: MS performed LU  {at=1853870.947634711, lu_delay=4.7037988398224115, ms=00058}
22:49:25.262789 run                             mass: MS performed LU  {at=1853870.96612232, lu_delay=4.800065896008164, ms=00057}
22:49:25.293000 run                osmo-ms-mob/00073: Starting mobile
22:49:25.314962 run       osmo-ms-mob/00073(pid=208): Launched
22:49:25.339993 run                             mass: MS start registered  {at=1853871.043314696, delay=0.011301627149805427, ms=00073}
22:49:25.886233 run                osmo-ms-mob/00074: Starting mobile
22:49:25.927033 run       osmo-ms-mob/00074(pid=209): Launched
22:49:25.952929 run                             mass: MS start registered  {at=1853871.656236862, delay=0.009697349974885583, ms=00074}
22:49:26.282078 run                osmo-ms-mob/00075: Starting mobile
22:49:26.314536 run       osmo-ms-mob/00075(pid=210): Launched
22:49:26.330045 run                             mass: MS start registered  {at=1853872.033385054, delay=3.608805127441883e-05, ms=00075}
22:49:26.785002 run                osmo-ms-mob/00076: Starting mobile
22:49:26.826580 run       osmo-ms-mob/00076(pid=211): Launched
22:49:26.842264 run                             mass: MS performed LU  {at=1853872.545606949, lu_delay=6.120340480003506, ms=00060}
22:49:26.852817 run                             mass: MS performed LU  {at=1853872.556173167, lu_delay=5.300096913939342, ms=00063}
22:49:26.863442 run                             mass: MS performed LU  {at=1853872.566798629, lu_delay=5.2081995299085975, ms=00064}
22:49:26.874080 run                             mass: MS start registered  {at=1853872.57742702, delay=0.03185603115707636, ms=00076}
22:49:26.893223 run                osmo-ms-mob/00077: Starting mobile
22:49:26.915133 run       osmo-ms-mob/00077(pid=212): Launched
22:49:26.934118 run                             mass: MS start registered  {at=1853872.637440341, delay=0.0005276340525597334, ms=00077}
22:49:27.071404 run                             mass: MS performed LU  {at=1853872.774715617, lu_delay=5.942520451033488, ms=00061}
22:49:27.090409 run                             mass: MS performed LU  {at=1853872.793750487, lu_delay=5.565838960930705, ms=00062}
22:49:27.343680 run                             mass: MS performed LU  {at=1853873.046992245, lu_delay=4.987720013828948, ms=00065}
22:49:27.682187 run                osmo-ms-mob/00078: Starting mobile
22:49:27.701565 run       osmo-ms-mob/00078(pid=213): Launched
22:49:27.719986 run                             mass: MS start registered  {at=1853873.423312508, delay=0.009325057035312057, ms=00078}
22:49:28.086302 run                osmo-ms-mob/00079: Starting mobile
22:49:28.126878 run       osmo-ms-mob/00079(pid=214): Launched
22:49:28.153261 run                             mass: MS start registered  {at=1853873.856575946, delay=0.007353716995567083, ms=00079}
22:49:28.583567 run                osmo-ms-mob/00080: Starting mobile
22:49:28.625468 run       osmo-ms-mob/00080(pid=215): Launched
22:49:28.651678 run                             mass: MS start registered  {at=1853874.354976865, delay=0.013305167900398374, ms=00080}
22:49:28.728804 run                             mass: MS performed LU  {at=1853874.432109549, lu_delay=4.782793515827507, ms=00069}
22:49:28.747261 run                             mass: MS performed LU  {at=1853874.45058837, lu_delay=5.214529135031626, ms=00068}
22:49:28.774892 run                             mass: MS performed LU  {at=1853874.478190435, lu_delay=5.614806013181806, ms=00067}
22:49:29.028449 run                             mass: MS performed LU  {at=1853874.731749352, lu_delay=6.214574191952124, ms=00066}
22:49:29.060291 run                osmo-ms-mob/00081: Starting mobile
22:49:29.099972 run       osmo-ms-mob/00081(pid=216): Launched
22:49:29.118797 run                             mass: MS performed LU  {at=1853874.822127938, lu_delay=4.772877463139594, ms=00070}
22:49:29.136947 run                             mass: MS start registered  {at=1853874.840292517, delay=0.018212606199085712, ms=00081}
22:49:29.479829 run                osmo-ms-mob/00082: Starting mobile
22:49:29.505453 run       osmo-ms-mob/00082(pid=217): Launched
22:49:29.527879 run                             mass: MS start registered  {at=1853875.23115819, delay=0.0037442760076373816, ms=00082}
22:49:30.082871 run                osmo-ms-mob/00083: Starting mobile
22:49:30.114354 run       osmo-ms-mob/00083(pid=218): Launched
22:49:30.140004 run                             mass: MS start registered  {at=1853875.843313735, delay=0.007260709069669247, ms=00083}
22:49:30.528590 run                             mass: MS performed LU  {at=1853876.231902871, lu_delay=5.18858817499131, ms=00073}
22:49:30.551370 run                osmo-ms-mob/00084: Starting mobile
22:49:30.575912 run       osmo-ms-mob/00084(pid=219): Launched
22:49:30.592761 run                             mass: MS performed LU  {at=1853876.296094223, lu_delay=5.515098161995411, ms=00072}
22:49:30.605876 run                             mass: MS performed LU  {at=1853876.309233669, lu_delay=4.652996806893498, ms=00074}
22:49:30.619034 run                             mass: MS start registered  {at=1853876.322390922, delay=0.026345240185037255, ms=00084}
22:49:30.819585 run                             mass: MS performed LU  {at=1853876.522891282, lu_delay=6.067343338159844, ms=00071}
22:49:31.086876 run                osmo-ms-mob/00085: Starting mobile
22:49:31.127592 run       osmo-ms-mob/00085(pid=220): Launched
22:49:31.145080 run                             mass: MS performed LU  {at=1853876.848419597, lu_delay=23.722412851871923, ms=00022}
22:49:31.162205 run                             mass: MS start registered  {at=1853876.865556597, delay=0.017172126099467278, ms=00085}
22:49:31.683923 run                osmo-ms-mob/00086: Starting mobile
22:49:31.714601 run       osmo-ms-mob/00086(pid=221): Launched
22:49:31.741837 run                             mass: MS start registered  {at=1853877.445125699, delay=0.007378746056929231, ms=00086}
22:49:32.282573 run                osmo-ms-mob/00087: Starting mobile
22:49:32.304917 run       osmo-ms-mob/00087(pid=222): Launched
22:49:32.330208 run                             mass: MS start registered  {at=1853878.033524683, delay=0.008945059962570667, ms=00087}
22:49:32.494140 run                             mass: MS performed LU  {at=1853878.19743188, lu_delay=6.1640468260739, ms=00075}
22:49:32.513591 run                             mass: MS performed LU  {at=1853878.216934142, lu_delay=5.579493800876662, ms=00077}
22:49:32.540373 run                             mass: MS performed LU  {at=1853878.243682818, lu_delay=5.6662557979580015, ms=00076}
22:49:32.794067 run                             mass: MS performed LU  {at=1853878.497374673, lu_delay=5.074062164872885, ms=00078}
22:49:32.824573 run                osmo-ms-mob/00088: Starting mobile
22:49:32.862130 run       osmo-ms-mob/00088(pid=223): Launched
22:49:32.881664 run                             mass: MS performed LU  {at=1853878.584993927, lu_delay=4.728417980950326, ms=00079}
22:49:32.895643 run                             mass: MS start registered  {at=1853878.598999722, delay=0.01405398384667933, ms=00088}
22:49:33.485978 run                osmo-ms-mob/00089: Starting mobile
22:49:33.527588 run       osmo-ms-mob/00089(pid=224): Launched
22:49:33.554612 run                             mass: MS start registered  {at=1853879.25791035, delay=0.007800309220328927, ms=00089}
22:49:34.085044 run                osmo-ms-mob/00090: Starting mobile
22:49:34.126360 run       osmo-ms-mob/00090(pid=225): Launched
22:49:34.149684 run                             mass: MS start registered  {at=1853879.852981952, delay=0.00690577900968492, ms=00090}
22:49:34.313141 run                             mass: MS performed LU  {at=1853880.016425849, lu_delay=5.1761333318427205, ms=00081}
22:49:34.331745 run                             mass: MS performed LU  {at=1853880.035064408, lu_delay=4.803906218148768, ms=00082}
22:49:34.529945 run                             mass: MS performed LU  {at=1853880.233246154, lu_delay=5.878269288921729, ms=00080}
22:49:34.782169 run                osmo-ms-mob/00091: Starting mobile
22:49:34.808275 run       osmo-ms-mob/00091(pid=226): Launched
22:49:34.829809 run                             mass: MS start registered  {at=1853880.53312581, delay=0.008840413996949792, ms=00091}
22:49:35.479562 run                osmo-ms-mob/00092: Starting mobile
22:49:35.504025 run       osmo-ms-mob/00092(pid=227): Launched
22:49:35.526206 run                             mass: MS start registered  {at=1853881.229449182, delay=0.005047673126682639, ms=00092}
22:49:36.260142 run                             mass: MS performed LU  {at=1853881.963450937, lu_delay=6.12013720208779, ms=00083}
22:49:36.294331 run                osmo-ms-mob/00093: Starting mobile
22:49:36.335014 run       osmo-ms-mob/00093(pid=228): Launched
22:49:36.354397 run                             mass: MS performed LU  {at=1853882.057728335, lu_delay=5.735337412916124, ms=00084}
22:49:36.373391 run                             mass: MS performed LU  {at=1853882.076735171, lu_delay=5.211178574012592, ms=00085}
22:49:36.391352 run                             mass: MS start registered  {at=1853882.094697109, delay=0.03701338800601661, ms=00093}
22:49:36.795988 run                             mass: MS performed LU  {at=1853882.499290674, lu_delay=5.054164974950254, ms=00086}
22:49:37.181049 run                osmo-ms-mob/00094: Starting mobile
22:49:37.207739 run       osmo-ms-mob/00094(pid=229): Launched
22:49:37.231885 run                             mass: MS start registered  {at=1853882.93521562, delay=0.01122585404664278, ms=00094}
22:49:38.041370 run                             mass: MS performed LU  {at=1853883.744675108, lu_delay=5.1456753860693425, ms=00088}
22:49:38.075432 run                osmo-ms-mob/00095: Starting mobile
22:49:38.115284 run       osmo-ms-mob/00095(pid=230): Launched
22:49:38.134431 run                             mass: MS performed LU  {at=1853883.837773772, lu_delay=5.804249088978395, ms=00087}
22:49:38.149760 run                             mass: MS start registered  {at=1853883.853110493, delay=0.015370287001132965, ms=00095}
22:49:38.314211 run                             mass: MS performed LU  {at=1853884.017507512, lu_delay=4.759597161784768, ms=00089}
22:49:39.084938 run                osmo-ms-mob/00096: Starting mobile
22:49:39.125654 run       osmo-ms-mob/00096(pid=231): Launched
22:49:39.150277 run                             mass: MS start registered  {at=1853884.853578911, delay=0.006248365854844451, ms=00096}
22:49:40.029427 run                             mass: MS performed LU  {at=1853885.732738914, lu_delay=5.87975696194917, ms=00090}
22:49:40.049005 run                             mass: MS performed LU  {at=1853885.752353335, lu_delay=5.2192275249399245, ms=00091}
22:49:40.088197 run                osmo-ms-mob/00097: Starting mobile
22:49:40.133509 run       osmo-ms-mob/00097(pid=232): Launched
22:49:40.159266 run                             mass: MS start registered  {at=1853885.862584111, delay=0.00746908294968307, ms=00097}
22:49:40.308409 run                             mass: MS performed LU  {at=1853886.011707545, lu_delay=22.865076773101464, ms=00050}
22:49:40.327082 run                             mass: MS performed LU  {at=1853886.030413806, lu_delay=4.800964623922482, ms=00092}
22:49:41.485602 run                osmo-ms-mob/00098: Starting mobile
22:49:41.528054 run       osmo-ms-mob/00098(pid=233): Launched
22:49:41.554876 run                             mass: MS start registered  {at=1853887.258186802, delay=0.006671597948297858, ms=00098}
22:49:41.807574 run                             mass: MS performed LU  {at=1853887.510874026, lu_delay=5.416176917031407, ms=00093}
22:49:42.060859 run                             mass: MS performed LU  {at=1853887.764165638, lu_delay=4.828950017923489, ms=00094}
22:49:43.286621 run                osmo-ms-mob/00099: Starting mobile
22:49:43.327215 run       osmo-ms-mob/00099(pid=234): Launched
22:49:43.345483 run                             mass: All started... {duration=55.7767777191475, too_slow=9}
22:49:43.362067 run                             mass: MS start registered  {at=1853889.065401963, delay=0.016573919914662838, ms=00099}
22:49:43.791957 run                             mass: MS performed LU  {at=1853889.495240384, lu_delay=4.641661473084241, ms=00096}
22:49:43.810688 run                             mass: MS performed LU  {at=1853889.514019932, lu_delay=5.66090943897143, ms=00095}
22:49:45.722093 run                             mass: MS performed LU  {at=1853891.425390847, lu_delay=5.562806735979393, ms=00097}
22:49:47.558065 run                             mass: MS performed LU  {at=1853893.261367094, lu_delay=6.003180291969329, ms=00098}
22:49:49.461161 run                             mass: MS performed LU  {at=1853895.16447274, lu_delay=6.099070776952431, ms=00099}
22:49:49.479703 run                             mass: Tests done {all_completed=True, max=23.722412851871923, min=3.611829187022522}
22:49:49.497483 tst         register_default_mass.py: Test passed (88.9 sec)
22:49:49.511986 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:49.520912 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:49.529818 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:49.538926 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:49.548192 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:49.557327 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:49.566257 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:49.575160 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:49.583966 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:49.592485 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:49.600351 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:49.608571 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:49.617972 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:49.627473 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:49.636746 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:49.647406 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:49.659534 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:49.668935 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:49.678333 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:49.687343 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:49.695264 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:49.704066 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:49.712868 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:49.721611 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:49.730310 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:49.739133 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:49.747890 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:49.758038 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:49.768251 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:49.777247 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:49.785992 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:49.794830 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:49.803569 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:49.812438 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:49.821289 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:49.830052 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:49.838691 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:49.847387 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:49.856100 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:49.864892 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:49.881620 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:49.890483 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:49.899105 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:49.907693 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:49.916349 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:49.925086 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:49.933687 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:49.942344 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:49.951033 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:49.959709 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:49.968469 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:49.977144 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:49.985774 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:49.994432 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:50.002939 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:50.011519 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:50.020126 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:50.028811 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:50.037399 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:50.045954 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:50.054485 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:50.063261 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:50.071975 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:50.080615 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:50.089143 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:50.097944 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:50.106382 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:50.114777 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:50.123592 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:50.134013 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:50.144041 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:50.154216 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:50.164442 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:50.175060 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:50.185370 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:50.195622 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:50.206116 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:50.216299 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:50.226468 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:50.236101 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:50.245999 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:50.252243 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:50.258136 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:50.264296 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:50.269890 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:50.275956 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:50.282534 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:50.290825 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:50.296698 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:50.303043 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:50.308993 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:50.315060 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:50.322065 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:50.330117 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:50.335256 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:50.342116 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:50.348105 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:50.354597 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:50.360351 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:50.365682 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:50.370809 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:50.377397 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:50.382877 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:50.389032 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:50.394742 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:50.402028 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:50.410017 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:50.419154 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:50.428917 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:50.447911 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:50.459932 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:50.469186 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:50.481499 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:50.492807 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:50.503989 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:50.512637 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:50.521070 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:50.528141 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:50.535265 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:50.542959 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:50.550388 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:50.556390 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:50.562905 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:50.571462 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:50.580228 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:50.589014 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:50.597748 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:50.606306 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:50.614757 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:50.623271 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:50.631474 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:50.637021 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:50.642113 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:50.647554 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:50.652789 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:50.657797 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:50.662757 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:50.667630 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:50.672436 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:50.677372 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:50.682264 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:50.687121 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:50.692235 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:50.697253 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:50.702202 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:50.707025 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:50.711899 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:50.716751 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:50.721574 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:50.726982 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:50.733239 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:50.739023 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:50.745342 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:50.751753 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:50.758398 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:50.764959 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:50.770391 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:50.776363 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:50.781195 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:50.786038 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:50.790830 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:50.796719 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:50.802053 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:50.807548 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:50.813505 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:50.818380 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:50.823199 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:50.828157 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:50.833067 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:50.838353 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:50.843571 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:50.848681 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:50.853631 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:50.858511 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:50.863517 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:50.868357 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:50.873235 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:50.878101 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:50.883390 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:50.889888 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:50.895473 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:50.900837 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:50.906375 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:50.911638 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:50.916542 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:50.921994 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:50.927187 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:50.959811 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:50.964425 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:50.968887 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:50.973350 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:50.978035 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:50.982711 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:50.987389 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:50.992391 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:50.997231 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:51.002065 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:51.007218 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:51.012112 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:51.016898 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:51.021714 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:51.026541 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:51.031294 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:51.036107 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:51.040986 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:51.046177 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:51.051073 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:51.055847 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:51.060593 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:51.065444 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:51.070167 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:51.075166 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:51.079902 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:51.084915 ---      ParallelTerminationStrategy: PID 22 died...
22:49:51.087162 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:51.092514 ---      ParallelTerminationStrategy: PID 23 died...
22:49:51.094768 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:51.100004 ---      ParallelTerminationStrategy: PID 24 died...
22:49:51.102155 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:51.107391 ---      ParallelTerminationStrategy: PID 25 died...
22:49:51.111098 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:51.122186 ---      ParallelTerminationStrategy: PID 26 died...
22:49:51.126451 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:51.136496 ---      ParallelTerminationStrategy: PID 27 died...
22:49:51.140571 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:51.148032 ---      ParallelTerminationStrategy: PID 28 died...
22:49:51.150206 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:51.155394 ---      ParallelTerminationStrategy: PID 29 died...
22:49:51.157492 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:51.162909 ---      ParallelTerminationStrategy: PID 30 died...
22:49:51.165025 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:51.170165 ---      ParallelTerminationStrategy: PID 31 died...
22:49:51.196091 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:51.204524 ---      ParallelTerminationStrategy: PID 32 died...
22:49:51.206636 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:51.211841 ---      ParallelTerminationStrategy: PID 33 died...
22:49:51.213927 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:51.218932 ---      ParallelTerminationStrategy: PID 35 died...
22:49:51.221045 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:51.226347 ---      ParallelTerminationStrategy: PID 36 died...
22:49:51.228436 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:51.236014 ---      ParallelTerminationStrategy: PID 37 died...
22:49:51.240276 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:51.250493 ---      ParallelTerminationStrategy: PID 38 died...
22:49:51.253880 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:51.259287 ---      ParallelTerminationStrategy: PID 39 died...
22:49:51.261447 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:51.266912 ---      ParallelTerminationStrategy: PID 40 died...
22:49:51.269096 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:51.274568 ---      ParallelTerminationStrategy: PID 41 died...
22:49:51.276775 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:51.282358 ---      ParallelTerminationStrategy: PID 42 died...
22:49:51.284521 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:51.289943 ---      ParallelTerminationStrategy: PID 43 died...
22:49:51.292084 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:51.297246 ---      ParallelTerminationStrategy: PID 44 died...
22:49:51.299361 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:51.304360 ---      ParallelTerminationStrategy: PID 45 died...
22:49:51.306396 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:51.311387 ---      ParallelTerminationStrategy: PID 46 died...
22:49:51.313413 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:51.318396 ---      ParallelTerminationStrategy: PID 47 died...
22:49:51.320400 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:51.325491 ---      ParallelTerminationStrategy: PID 48 died...
22:49:51.327580 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:51.332719 ---      ParallelTerminationStrategy: PID 49 died...
22:49:51.334792 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:51.339808 ---      ParallelTerminationStrategy: PID 50 died...
22:49:51.341973 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:51.346998 ---      ParallelTerminationStrategy: PID 51 died...
22:49:51.349081 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:51.354039 ---      ParallelTerminationStrategy: PID 52 died...
22:49:51.356062 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:51.360999 ---      ParallelTerminationStrategy: PID 53 died...
22:49:51.363004 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:51.368051 ---      ParallelTerminationStrategy: PID 54 died...
22:49:51.370159 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:51.375258 ---      ParallelTerminationStrategy: PID 55 died...
22:49:51.377341 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:51.383177 ---      ParallelTerminationStrategy: PID 56 died...
22:49:51.385505 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:51.391455 ---      ParallelTerminationStrategy: PID 57 died...
22:49:51.393715 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:51.399500 ---      ParallelTerminationStrategy: PID 58 died...
22:49:51.401728 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:51.407262 ---      ParallelTerminationStrategy: PID 59 died...
22:49:51.409419 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:51.415263 ---      ParallelTerminationStrategy: PID 60 died...
22:49:51.417454 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:51.422759 ---      ParallelTerminationStrategy: PID 61 died...
22:49:51.425170 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:51.431144 ---      ParallelTerminationStrategy: PID 62 died...
22:49:51.433744 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:51.439465 ---      ParallelTerminationStrategy: PID 63 died...
22:49:51.441672 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:51.447133 ---      ParallelTerminationStrategy: PID 64 died...
22:49:51.449350 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:51.454682 ---      ParallelTerminationStrategy: PID 65 died...
22:49:51.456870 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:51.462165 ---      ParallelTerminationStrategy: PID 66 died...
22:49:51.464316 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:51.469838 ---      ParallelTerminationStrategy: PID 67 died...
22:49:51.472105 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:51.477361 ---      ParallelTerminationStrategy: PID 68 died...
22:49:51.479945 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:51.486573 ---      ParallelTerminationStrategy: PID 69 died...
22:49:51.489245 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:51.495050 ---      ParallelTerminationStrategy: PID 70 died...
22:49:51.498070 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:51.504188 ---      ParallelTerminationStrategy: PID 71 died...
22:49:51.506802 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:51.512469 ---      ParallelTerminationStrategy: PID 72 died...
22:49:51.514999 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:51.526286 ---      ParallelTerminationStrategy: PID 73 died...
22:49:51.530782 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:51.542051 ---      ParallelTerminationStrategy: PID 74 died...
22:49:51.546721 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:51.558209 ---      ParallelTerminationStrategy: PID 75 died...
22:49:51.562780 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:51.574044 ---      ParallelTerminationStrategy: PID 76 died...
22:49:51.578567 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:51.589744 ---      ParallelTerminationStrategy: PID 77 died...
22:49:51.594078 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:51.604565 ---      ParallelTerminationStrategy: PID 78 died...
22:49:51.608847 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:51.619507 ---      ParallelTerminationStrategy: PID 79 died...
22:49:51.624103 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:51.635074 ---      ParallelTerminationStrategy: PID 80 died...
22:49:51.639429 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:51.649758 ---      ParallelTerminationStrategy: PID 81 died...
22:49:51.653929 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:51.664560 ---      ParallelTerminationStrategy: PID 82 died...
22:49:51.669110 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:51.680423 ---      ParallelTerminationStrategy: PID 83 died...
22:49:51.684876 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:51.695202 ---      ParallelTerminationStrategy: PID 84 died...
22:49:51.699647 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:51.709942 ---      ParallelTerminationStrategy: PID 85 died...
22:49:51.714237 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:51.724533 ---      ParallelTerminationStrategy: PID 86 died...
22:49:51.728793 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:51.739152 ---      ParallelTerminationStrategy: PID 87 died...
22:49:51.743312 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:51.753760 ---      ParallelTerminationStrategy: PID 88 died...
22:49:51.758018 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:51.768289 ---      ParallelTerminationStrategy: PID 89 died...
22:49:51.772736 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:51.783291 ---      ParallelTerminationStrategy: PID 90 died...
22:49:51.787850 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:51.799082 ---      ParallelTerminationStrategy: PID 91 died...
22:49:51.803669 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:51.814572 ---      ParallelTerminationStrategy: PID 92 died...
22:49:51.819050 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:51.829744 ---      ParallelTerminationStrategy: PID 93 died...
22:49:51.834149 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:51.845296 ---      ParallelTerminationStrategy: PID 94 died...
22:49:51.849955 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:51.861107 ---      ParallelTerminationStrategy: PID 95 died...
22:49:51.865987 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:51.876972 ---      ParallelTerminationStrategy: PID 96 died...
22:49:51.881505 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:51.892134 ---      ParallelTerminationStrategy: PID 97 died...
22:49:51.897105 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:51.908043 ---      ParallelTerminationStrategy: PID 98 died...
22:49:51.912393 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:51.922841 ---      ParallelTerminationStrategy: PID 99 died...
22:49:51.927137 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:51.937753 ---      ParallelTerminationStrategy: PID 100 died...
22:49:51.942264 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:51.953212 ---      ParallelTerminationStrategy: PID 101 died...
22:49:51.958018 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:51.969550 ---      ParallelTerminationStrategy: PID 102 died...
22:49:51.974126 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:51.984996 ---      ParallelTerminationStrategy: PID 103 died...
22:49:51.989405 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:52.000167 ---      ParallelTerminationStrategy: PID 104 died...
22:49:52.004937 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:52.016256 ---      ParallelTerminationStrategy: PID 105 died...
22:49:52.021147 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:52.032030 ---      ParallelTerminationStrategy: PID 106 died...
22:49:52.036660 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:52.047876 ---      ParallelTerminationStrategy: PID 107 died...
22:49:52.052465 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:52.063918 ---      ParallelTerminationStrategy: PID 108 died...
22:49:52.068344 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:52.079685 ---      ParallelTerminationStrategy: PID 109 died...
22:49:52.084243 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:52.095472 ---      ParallelTerminationStrategy: PID 110 died...
22:49:52.100152 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:52.111776 ---      ParallelTerminationStrategy: PID 111 died...
22:49:52.118657 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:52.130289 ---      ParallelTerminationStrategy: PID 112 died...
22:49:52.134945 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:52.146797 ---      ParallelTerminationStrategy: PID 113 died...
22:49:52.151473 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:52.163118 ---      ParallelTerminationStrategy: PID 114 died...
22:49:52.167970 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:52.179310 ---      ParallelTerminationStrategy: PID 115 died...
22:49:52.184128 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:52.195269 ---      ParallelTerminationStrategy: PID 116 died...
22:49:52.199706 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:52.210883 ---      ParallelTerminationStrategy: PID 117 died...
22:49:52.215537 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:52.226455 ---      ParallelTerminationStrategy: PID 118 died...
22:49:52.230767 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:52.241672 ---      ParallelTerminationStrategy: PID 119 died...
22:49:52.246035 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:52.256759 ---      ParallelTerminationStrategy: PID 120 died...
22:49:52.261162 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:52.271947 ---      ParallelTerminationStrategy: PID 121 died...
22:49:52.276431 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:52.287859 ---      ParallelTerminationStrategy: PID 122 died...
22:49:52.292232 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:52.303158 ---      ParallelTerminationStrategy: PID 123 died...
22:49:52.307513 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:52.318662 ---      ParallelTerminationStrategy: PID 124 died...
22:49:52.322896 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:52.333216 ---      ParallelTerminationStrategy: PID 125 died...
22:49:52.337389 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:52.347647 ---      ParallelTerminationStrategy: PID 126 died...
22:49:52.352006 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:52.363264 ---      ParallelTerminationStrategy: PID 127 died...
22:49:52.367941 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:52.379053 ---      ParallelTerminationStrategy: PID 128 died...
22:49:52.383242 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:52.393603 ---      ParallelTerminationStrategy: PID 129 died...
22:49:52.397440 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:52.406837 ---      ParallelTerminationStrategy: PID 130 died...
22:49:52.410705 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:52.420528 ---      ParallelTerminationStrategy: PID 131 died...
22:49:52.424659 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:52.431982 ---      ParallelTerminationStrategy: PID 132 died...
22:49:52.434131 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:52.440309 ---      ParallelTerminationStrategy: PID 133 died...
22:49:52.442399 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:52.447376 ---      ParallelTerminationStrategy: PID 134 died...
22:49:52.449504 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:52.454526 ---      ParallelTerminationStrategy: PID 135 died...
22:49:52.456510 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:52.461521 ---      ParallelTerminationStrategy: PID 136 died...
22:49:52.463599 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:52.468939 ---      ParallelTerminationStrategy: PID 137 died...
22:49:52.471113 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:52.476377 ---      ParallelTerminationStrategy: PID 138 died...
22:49:52.480017 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:52.486369 ---      ParallelTerminationStrategy: PID 139 died...
22:49:52.488707 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:52.494301 ---      ParallelTerminationStrategy: PID 140 died...
22:49:52.496675 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:52.502261 ---      ParallelTerminationStrategy: PID 141 died...
22:49:52.504574 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:52.510004 ---      ParallelTerminationStrategy: PID 142 died...
22:49:52.512293 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:52.517895 ---      ParallelTerminationStrategy: PID 143 died...
22:49:52.520115 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:52.525804 ---      ParallelTerminationStrategy: PID 144 died...
22:49:52.528239 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:52.537160 ---      ParallelTerminationStrategy: PID 145 died...
22:49:52.540772 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:52.547096 ---      ParallelTerminationStrategy: PID 146 died...
22:49:52.549358 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:52.554798 ---      ParallelTerminationStrategy: PID 147 died...
22:49:52.556974 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:52.562395 ---      ParallelTerminationStrategy: PID 148 died...
22:49:52.564565 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:52.569865 ---      ParallelTerminationStrategy: PID 149 died...
22:49:52.572018 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:52.577377 ---      ParallelTerminationStrategy: PID 150 died...
22:49:52.579524 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:52.584832 ---      ParallelTerminationStrategy: PID 151 died...
22:49:52.587015 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:52.592488 ---      ParallelTerminationStrategy: PID 152 died...
22:49:52.594829 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:52.600239 ---      ParallelTerminationStrategy: PID 153 died...
22:49:52.602443 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:52.608036 ---      ParallelTerminationStrategy: PID 154 died...
22:49:52.610453 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:52.616008 ---      ParallelTerminationStrategy: PID 155 died...
22:49:52.618338 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:52.623922 ---      ParallelTerminationStrategy: PID 156 died...
22:49:52.626161 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:52.631781 ---      ParallelTerminationStrategy: PID 157 died...
22:49:52.634056 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:52.639545 ---      ParallelTerminationStrategy: PID 158 died...
22:49:52.643405 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:52.654438 ---      ParallelTerminationStrategy: PID 159 died...
22:49:52.658665 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:52.668844 ---      ParallelTerminationStrategy: PID 160 died...
22:49:52.672953 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:52.683326 ---      ParallelTerminationStrategy: PID 161 died...
22:49:52.687626 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:52.698267 ---      ParallelTerminationStrategy: PID 162 died...
22:49:52.702365 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:52.712470 ---      ParallelTerminationStrategy: PID 163 died...
22:49:52.716511 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:52.726654 ---      ParallelTerminationStrategy: PID 164 died...
22:49:52.730730 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:52.740829 ---      ParallelTerminationStrategy: PID 165 died...
22:49:52.744944 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:52.755425 ---      ParallelTerminationStrategy: PID 166 died...
22:49:52.759558 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:52.769470 ---      ParallelTerminationStrategy: PID 167 died...
22:49:52.773600 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:52.783664 ---      ParallelTerminationStrategy: PID 168 died...
22:49:52.787807 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:52.797912 ---      ParallelTerminationStrategy: PID 169 died...
22:49:52.802195 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:52.812506 ---      ParallelTerminationStrategy: PID 170 died...
22:49:52.816660 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:52.826790 ---      ParallelTerminationStrategy: PID 171 died...
22:49:52.830926 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:52.841241 ---      ParallelTerminationStrategy: PID 172 died...
22:49:52.845427 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:52.855833 ---      ParallelTerminationStrategy: PID 173 died...
22:49:52.860113 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:52.870401 ---      ParallelTerminationStrategy: PID 174 died...
22:49:52.874413 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:52.884591 ---      ParallelTerminationStrategy: PID 175 died...
22:49:52.888991 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:52.899249 ---      ParallelTerminationStrategy: PID 176 died...
22:49:52.903338 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:52.913293 ---      ParallelTerminationStrategy: PID 177 died...
22:49:52.917508 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:52.928128 ---      ParallelTerminationStrategy: PID 178 died...
22:49:52.932160 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:52.942177 ---      ParallelTerminationStrategy: PID 179 died...
22:49:52.946262 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:52.956252 ---      ParallelTerminationStrategy: PID 180 died...
22:49:52.960417 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:52.970428 ---      ParallelTerminationStrategy: PID 181 died...
22:49:52.974501 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:52.984373 ---      ParallelTerminationStrategy: PID 182 died...
22:49:52.988393 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:52.997949 ---      ParallelTerminationStrategy: PID 183 died...
22:49:53.001853 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:53.011458 ---      ParallelTerminationStrategy: PID 184 died...
22:49:53.015392 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:53.024956 ---      ParallelTerminationStrategy: PID 185 died...
22:49:53.028920 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:53.038508 ---      ParallelTerminationStrategy: PID 186 died...
22:49:53.042439 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:53.051962 ---      ParallelTerminationStrategy: PID 187 died...
22:49:53.055843 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:53.062467 ---      ParallelTerminationStrategy: PID 188 died...
22:49:53.064517 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:53.069613 ---      ParallelTerminationStrategy: PID 189 died...
22:49:53.071683 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:53.080844 ---      ParallelTerminationStrategy: PID 190 died...
22:49:53.084820 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:53.091927 ---      ParallelTerminationStrategy: PID 191 died...
22:49:53.095291 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:53.100496 ---      ParallelTerminationStrategy: PID 192 died...
22:49:53.102597 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:53.107773 ---      ParallelTerminationStrategy: PID 193 died...
22:49:53.110183 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:53.115267 ---      ParallelTerminationStrategy: PID 194 died...
22:49:53.117340 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:53.122518 ---      ParallelTerminationStrategy: PID 195 died...
22:49:53.124575 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:53.129604 ---      ParallelTerminationStrategy: PID 196 died...
22:49:53.131645 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:53.136751 ---      ParallelTerminationStrategy: PID 197 died...
22:49:53.138756 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:53.143716 ---      ParallelTerminationStrategy: PID 198 died...
22:49:53.145760 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:53.150848 ---      ParallelTerminationStrategy: PID 199 died...
22:49:53.152933 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:53.157971 ---      ParallelTerminationStrategy: PID 200 died...
22:49:53.160022 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:53.165135 ---      ParallelTerminationStrategy: PID 201 died...
22:49:53.167132 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:53.172251 ---      ParallelTerminationStrategy: PID 202 died...
22:49:53.174295 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:53.179243 ---      ParallelTerminationStrategy: PID 203 died...
22:49:53.181285 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:53.186390 ---      ParallelTerminationStrategy: PID 204 died...
22:49:53.188442 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:53.193542 ---      ParallelTerminationStrategy: PID 205 died...
22:49:53.195582 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:53.200665 ---      ParallelTerminationStrategy: PID 206 died...
22:49:53.202718 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:53.207646 ---      ParallelTerminationStrategy: PID 207 died...
22:49:53.209654 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:53.214657 ---      ParallelTerminationStrategy: PID 208 died...
22:49:53.216627 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:53.221457 ---      ParallelTerminationStrategy: PID 209 died...
22:49:53.223367 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:53.228129 ---      ParallelTerminationStrategy: PID 210 died...
22:49:53.230056 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:53.234797 ---      ParallelTerminationStrategy: PID 211 died...
22:49:53.236711 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:53.241351 ---      ParallelTerminationStrategy: PID 212 died...
22:49:53.243218 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:53.247857 ---      ParallelTerminationStrategy: PID 213 died...
22:49:53.249741 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:53.254451 ---      ParallelTerminationStrategy: PID 214 died...
22:49:53.256358 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:53.261132 ---      ParallelTerminationStrategy: PID 215 died...
22:49:53.263078 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:53.267871 ---      ParallelTerminationStrategy: PID 216 died...
22:49:53.269792 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:53.274688 ---      ParallelTerminationStrategy: PID 217 died...
22:49:53.276649 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:53.281512 ---      ParallelTerminationStrategy: PID 218 died...
22:49:53.283535 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:53.288445 ---      ParallelTerminationStrategy: PID 219 died...
22:49:53.290461 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:53.295418 ---      ParallelTerminationStrategy: PID 220 died...
22:49:53.297421 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:53.302365 ---      ParallelTerminationStrategy: PID 221 died...
22:49:53.304365 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:53.309201 ---      ParallelTerminationStrategy: PID 222 died...
22:49:53.311180 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:53.316108 ---      ParallelTerminationStrategy: PID 223 died...
22:49:53.318023 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:53.322916 ---      ParallelTerminationStrategy: PID 224 died...
22:49:53.324930 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:53.330042 ---      ParallelTerminationStrategy: PID 225 died...
22:49:53.332143 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:53.337307 ---      ParallelTerminationStrategy: PID 226 died...
22:49:53.339433 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:53.362372 ---      ParallelTerminationStrategy: PID 227 died...
22:49:53.366686 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:53.377529 ---      ParallelTerminationStrategy: PID 228 died...
22:49:53.381892 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:53.392489 ---      ParallelTerminationStrategy: PID 229 died...
22:49:53.396808 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:53.406869 ---      ParallelTerminationStrategy: PID 230 died...
22:49:53.410985 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:53.421532 ---      ParallelTerminationStrategy: PID 231 died...
22:49:53.425788 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:53.436616 ---      ParallelTerminationStrategy: PID 232 died...
22:49:53.441080 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:53.451531 ---      ParallelTerminationStrategy: PID 233 died...
22:49:53.456018 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:53.467123 ---      ParallelTerminationStrategy: PID 234 died...
22:49:53.471370 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:54.899466 ---      ParallelTerminationStrategy: PID 34 died...
22:49:54.903814 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7866 netreg_mass PASS
---------------------------------------------------------------------
22:49:55.061922 tst                       trial-7866: Storing JUnit report in /build/trial-7866/run.2025-02-03_22-48-20/trial-7866.xml

--------------------------------------------------------------------------------------------
trial-7866 PASS
--------------------------------------------------------------------------------------------
22:49:55.096377 tst                       trial-7866: trial-7866: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (88.9 sec)
+ exit_code=0
+ rm -rf trial-7866/inst
+ cd trial-7866
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-02-03 22:48:20
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7866-run.tgz run.2025-02-03_22-48-20
+ tar czf /build/trial-7866-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-02-03_13_28_21.tgz osmo-bts-oc2g.build-2025-02-03_00_51_31.tgz osmo-bts-sysmo.build-2025-02-03_00_51_30.tgz osmo-bts.build-2025-02-03_00_51_44.tgz osmo-ggsn.build-2025-02-03_20_42_25.tgz osmo-hlr.build-2025-02-03_16_36_56.tgz osmo-hnbgw.build-2025-02-03_13_29_02.tgz osmo-mgw.build-2025-02-03_08_33_14.tgz osmo-msc.build-2025-02-03_13_33_09.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-02-03_07_41_26.tgz osmo-pcu-sysmo.build-2025-02-03_07_41_23.tgz osmo-pcu.build-2025-02-03_07_41_31.tgz osmo-sgsn.build-2025-02-03_20_48_49.tgz osmo-stp.build-2025-02-03_13_25_15.tgz osmo-trx.build-2025-02-03_14_28_43.tgz osmocom-bb.build-2025-02-03_21_17_40.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