Skip to content
Success

Console Output

Skipping 16 KB.. Full Log
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

#3 [internal] load .dockerignore
#3 transferring context:
#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.2s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#22 [26/28] RUN     mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#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 [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
#24 CACHED

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:5f41b5219c104ee9d1ffb6829a5e59c60b84939c86f900cad7307ea19f8b5bc0 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=7934 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-04-12 22:48:15
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7934
+ mkdir -p trial-7934
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-04-12_22_11_41.tgz osmo-bts-oc2g.build-2025-04-12_00_51_39.tgz osmo-bts-sysmo.build-2025-04-12_00_51_38.tgz osmo-bts.build-2025-04-12_00_51_42.tgz osmo-ggsn.build-2025-04-12_20_42_31.tgz osmo-hlr.build-2025-04-12_16_37_05.tgz osmo-hnbgw.build-2025-04-12_22_16_21.tgz osmo-mgw.build-2025-04-12_08_33_14.tgz osmo-msc.build-2025-04-12_22_20_21.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-12_07_34_01.tgz osmo-pcu-sysmo.build-2025-04-12_07_34_02.tgz osmo-pcu.build-2025-04-12_07_34_02.tgz osmo-sgsn.build-2025-04-12_22_18_53.tgz osmo-stp.build-2025-04-12_22_08_19.tgz osmo-trx.build-2025-04-12_14_27_33.tgz osmocom-bb.build-2025-04-12_21_17_15.tgz srslte.build-19.tgz trial-7934
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-04-12_22_11_41.md5 osmo-bts-oc2g.build-2025-04-12_00_51_39.md5 osmo-bts-sysmo.build-2025-04-12_00_51_38.md5 osmo-bts.build-2025-04-12_00_51_42.md5 osmo-ggsn.build-2025-04-12_20_42_31.md5 osmo-hlr.build-2025-04-12_16_37_05.md5 osmo-hnbgw.build-2025-04-12_22_16_21.md5 osmo-mgw.build-2025-04-12_08_33_14.md5 osmo-msc.build-2025-04-12_22_20_21.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-12_07_34_01.md5 osmo-pcu-sysmo.build-2025-04-12_07_34_02.md5 osmo-pcu.build-2025-04-12_07_34_02.md5 osmo-sgsn.build-2025-04-12_22_18_53.md5 osmo-stp.build-2025-04-12_22_08_19.md5 osmo-trx.build-2025-04-12_14_27_33.md5 osmocom-bb.build-2025-04-12_21_17_15.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-04-12_22_11_41.md5 osmo-bts-oc2g.build-2025-04-12_00_51_39.md5 osmo-bts-sysmo.build-2025-04-12_00_51_38.md5 osmo-bts.build-2025-04-12_00_51_42.md5 osmo-ggsn.build-2025-04-12_20_42_31.md5 osmo-hlr.build-2025-04-12_16_37_05.md5 osmo-hnbgw.build-2025-04-12_22_16_21.md5 osmo-mgw.build-2025-04-12_08_33_14.md5 osmo-msc.build-2025-04-12_22_20_21.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-12_07_34_01.md5 osmo-pcu-sysmo.build-2025-04-12_07_34_02.md5 osmo-pcu.build-2025-04-12_07_34_02.md5 osmo-sgsn.build-2025-04-12_22_18_53.md5 osmo-stp.build-2025-04-12_22_08_19.md5 osmo-trx.build-2025-04-12_14_27_33.md5 osmocom-bb.build-2025-04-12_21_17_15.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-7934 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7934'
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-7934
--------------------------------------------------------------------------------------------
22:48:15.937811 tst                       trial-7934: Detailed log at /build/trial-7934/run.2025-04-12_22-48-15/log

---------------------------------------------------------------------
trial-7934 netreg_mass
---------------------------------------------------------------------
22:48:16.157528 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.157909 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.158759 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.160035 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.206874 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.207732 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.208935 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:16.311639 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-7934 netreg_mass register_default_mass.py
----------------------------------------------
22:48:16.312461 tst       register_default_mass.py:9: Claiming resources for the test
22:48:16.329013 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.329656 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.330172 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.330660 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.331137 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.331648 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.332137 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:16.385176 tst         register_default_mass.py: using LAC 2
22:48:16.421587 tst         register_default_mass.py: using RAC 2
22:48:16.457961 tst         register_default_mass.py: using CellId 2
22:48:16.503308 tst         register_default_mass.py: using BVCI 3
22:48:16.509480 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.510158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.510732 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.511287 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.511824 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.512385 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.512936 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.513485 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.514039 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.514596 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.515137 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.515685 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.516259 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.516845 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.517415 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.518014 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.518595 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.519195 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.519784 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.520374 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.521059 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.521687 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.522313 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.522964 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.523584 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.524217 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.524862 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.525489 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.526132 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.526774 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.527394 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.528023 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.528730 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.529389 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.530054 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.530689 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.531314 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.531965 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.532608 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.533248 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.533871 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.534555 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.535196 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.535823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.536465 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.537089 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.537712 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.538387 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.539017 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.539658 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.540281 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.540921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.541551 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.542161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.542766 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.543386 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.544089 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.544714 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.545347 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.545958 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.546587 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.547206 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.547814 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.548442 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.549138 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.549749 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.550357 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.550987 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.551601 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.552192 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.552822 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.553440 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.554178 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.554791 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.555391 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.555999 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.556582 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.557196 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.557796 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.558378 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.558970 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.559578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.560165 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.560757 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.561355 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.561941 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.562521 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.563150 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.563741 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.564327 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.564950 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.565548 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.566148 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.566752 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.567352 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.567938 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.568550 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.569157 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.569741 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.570318 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.570906 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.571623 tst      register_default_mass.py:21: Launching a simple network
22:48:16.583347 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:16.718539 run            create_hlr_db(pid=20): Launched
22:48:17.731662 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:17.750373 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:17.767336 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:17.773319 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:17.971752 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:17.986953 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:17.993096 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:18.418087 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:18.434100 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:21.445241 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:21.565346 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:21.583573 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:21.589659 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:21.614865 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:21.630988 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:21.637139 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.042197 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.058576 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.076847 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.233973 run         osmo-bts-virtual(pid=34): Launched
22:48:29.279678 tst         register_default_mass.py: using MSISDN 1001
22:48:29.286025 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:29.384830 tst         register_default_mass.py: using MSISDN 1002
22:48:29.395651 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:29.487848 tst         register_default_mass.py: using MSISDN 1003
22:48:29.494005 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:29.590277 tst         register_default_mass.py: using MSISDN 1004
22:48:29.596351 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:29.669192 tst         register_default_mass.py: using MSISDN 1005
22:48:29.675240 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:29.751089 tst         register_default_mass.py: using MSISDN 1006
22:48:29.761775 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:29.831955 tst         register_default_mass.py: using MSISDN 1007
22:48:29.838051 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:29.931107 tst         register_default_mass.py: using MSISDN 1008
22:48:29.938635 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.020502 tst         register_default_mass.py: using MSISDN 1009
22:48:30.026971 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.106881 tst         register_default_mass.py: using MSISDN 1010
22:48:30.120345 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.191940 tst         register_default_mass.py: using MSISDN 1011
22:48:30.204295 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.280179 tst         register_default_mass.py: using MSISDN 1012
22:48:30.289911 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.364299 tst         register_default_mass.py: using MSISDN 1013
22:48:30.376399 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.460748 tst         register_default_mass.py: using MSISDN 1014
22:48:30.468534 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.548778 tst         register_default_mass.py: using MSISDN 1015
22:48:30.556125 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.679266 tst         register_default_mass.py: using MSISDN 1016
22:48:30.701032 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.781951 tst         register_default_mass.py: using MSISDN 1017
22:48:30.788585 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.853725 tst         register_default_mass.py: using MSISDN 1018
22:48:30.865934 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.951273 tst         register_default_mass.py: using MSISDN 1019
22:48:30.968858 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.045024 tst         register_default_mass.py: using MSISDN 1020
22:48:31.067050 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.158894 tst         register_default_mass.py: using MSISDN 1021
22:48:31.168600 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.243030 tst         register_default_mass.py: using MSISDN 1022
22:48:31.248842 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.332783 tst         register_default_mass.py: using MSISDN 1023
22:48:31.353518 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.431014 tst         register_default_mass.py: using MSISDN 1024
22:48:31.452206 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.520223 tst         register_default_mass.py: using MSISDN 1025
22:48:31.530398 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.597991 tst         register_default_mass.py: using MSISDN 1026
22:48:31.603860 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.673386 tst         register_default_mass.py: using MSISDN 1027
22:48:31.694243 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.763953 tst         register_default_mass.py: using MSISDN 1028
22:48:31.770014 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.851092 tst         register_default_mass.py: using MSISDN 1029
22:48:31.867203 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.947175 tst         register_default_mass.py: using MSISDN 1030
22:48:31.953307 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.050203 tst         register_default_mass.py: using MSISDN 1031
22:48:32.059462 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.128895 tst         register_default_mass.py: using MSISDN 1032
22:48:32.136783 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.221018 tst         register_default_mass.py: using MSISDN 1033
22:48:32.228777 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.297795 tst         register_default_mass.py: using MSISDN 1034
22:48:32.305251 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.388530 tst         register_default_mass.py: using MSISDN 1035
22:48:32.395040 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.474979 tst         register_default_mass.py: using MSISDN 1036
22:48:32.481134 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.544639 tst         register_default_mass.py: using MSISDN 1037
22:48:32.550891 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.632904 tst         register_default_mass.py: using MSISDN 1038
22:48:32.638707 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.723057 tst         register_default_mass.py: using MSISDN 1039
22:48:32.731963 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.803258 tst         register_default_mass.py: using MSISDN 1040
22:48:32.809423 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.885802 tst         register_default_mass.py: using MSISDN 1041
22:48:32.891721 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.959859 tst         register_default_mass.py: using MSISDN 1042
22:48:32.965705 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.035532 tst         register_default_mass.py: using MSISDN 1043
22:48:33.042093 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:33.130875 tst         register_default_mass.py: using MSISDN 1044
22:48:33.136772 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:33.221430 tst         register_default_mass.py: using MSISDN 1045
22:48:33.227503 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.301898 tst         register_default_mass.py: using MSISDN 1046
22:48:33.312638 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:33.382447 tst         register_default_mass.py: using MSISDN 1047
22:48:33.389615 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:33.512910 tst         register_default_mass.py: using MSISDN 1048
22:48:33.524162 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:33.597278 tst         register_default_mass.py: using MSISDN 1049
22:48:33.606026 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.694724 tst         register_default_mass.py: using MSISDN 1050
22:48:33.700792 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.762908 tst         register_default_mass.py: using MSISDN 1051
22:48:33.780272 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:33.852740 tst         register_default_mass.py: using MSISDN 1052
22:48:33.858416 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:33.941798 tst         register_default_mass.py: using MSISDN 1053
22:48:33.951461 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:34.014763 tst         register_default_mass.py: using MSISDN 1054
22:48:34.023292 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:34.090998 tst         register_default_mass.py: using MSISDN 1055
22:48:34.096817 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:34.175751 tst         register_default_mass.py: using MSISDN 1056
22:48:34.181718 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:34.260190 tst         register_default_mass.py: using MSISDN 1057
22:48:34.266311 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:34.348929 tst         register_default_mass.py: using MSISDN 1058
22:48:34.354897 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:34.449688 tst         register_default_mass.py: using MSISDN 1059
22:48:34.455276 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:34.521544 tst         register_default_mass.py: using MSISDN 1060
22:48:34.527618 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:34.605933 tst         register_default_mass.py: using MSISDN 1061
22:48:34.611868 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:34.690990 tst         register_default_mass.py: using MSISDN 1062
22:48:34.697182 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:34.784773 tst         register_default_mass.py: using MSISDN 1063
22:48:34.792483 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:34.864087 tst         register_default_mass.py: using MSISDN 1064
22:48:34.872339 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:34.990136 tst         register_default_mass.py: using MSISDN 1065
22:48:34.996311 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:35.068123 tst         register_default_mass.py: using MSISDN 1066
22:48:35.074017 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:35.156817 tst         register_default_mass.py: using MSISDN 1067
22:48:35.164504 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:35.235319 tst         register_default_mass.py: using MSISDN 1068
22:48:35.243104 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:35.304511 tst         register_default_mass.py: using MSISDN 1069
22:48:35.310521 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:35.388024 tst         register_default_mass.py: using MSISDN 1070
22:48:35.394121 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:35.467374 tst         register_default_mass.py: using MSISDN 1071
22:48:35.473271 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:35.550666 tst         register_default_mass.py: using MSISDN 1072
22:48:35.556682 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:35.636248 tst         register_default_mass.py: using MSISDN 1073
22:48:35.642153 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:35.706273 tst         register_default_mass.py: using MSISDN 1074
22:48:35.712041 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:35.782611 tst         register_default_mass.py: using MSISDN 1075
22:48:35.790568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:35.860259 tst         register_default_mass.py: using MSISDN 1076
22:48:35.868528 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:35.927959 tst         register_default_mass.py: using MSISDN 1077
22:48:35.935072 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:36.008199 tst         register_default_mass.py: using MSISDN 1078
22:48:36.018219 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:36.137613 tst         register_default_mass.py: using MSISDN 1079
22:48:36.145125 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:36.209368 tst         register_default_mass.py: using MSISDN 1080
22:48:36.215488 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:36.292134 tst         register_default_mass.py: using MSISDN 1081
22:48:36.298167 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:36.375181 tst         register_default_mass.py: using MSISDN 1082
22:48:36.386072 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:36.464051 tst         register_default_mass.py: using MSISDN 1083
22:48:36.470259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:36.559746 tst         register_default_mass.py: using MSISDN 1084
22:48:36.565656 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:36.643195 tst         register_default_mass.py: using MSISDN 1085
22:48:36.649329 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:36.715875 tst         register_default_mass.py: using MSISDN 1086
22:48:36.721812 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:36.793914 tst         register_default_mass.py: using MSISDN 1087
22:48:36.799827 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:37.168724 tst         register_default_mass.py: using MSISDN 1088
22:48:37.174596 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:37.242142 tst         register_default_mass.py: using MSISDN 1089
22:48:37.247834 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:37.317644 tst         register_default_mass.py: using MSISDN 1090
22:48:37.323399 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:37.397265 tst         register_default_mass.py: using MSISDN 1091
22:48:37.403047 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:37.467363 tst         register_default_mass.py: using MSISDN 1092
22:48:37.473175 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:37.546500 tst         register_default_mass.py: using MSISDN 1093
22:48:37.552293 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:37.628932 tst         register_default_mass.py: using MSISDN 1094
22:48:37.636467 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:37.708927 tst         register_default_mass.py: using MSISDN 1095
22:48:37.716832 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:37.780457 tst         register_default_mass.py: using MSISDN 1096
22:48:37.786166 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:37.852188 tst         register_default_mass.py: using MSISDN 1097
22:48:37.858158 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:37.930591 tst         register_default_mass.py: using MSISDN 1098
22:48:37.936657 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:38.009353 tst         register_default_mass.py: using MSISDN 1099
22:48:38.015205 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:38.091743 tst         register_default_mass.py: using MSISDN 1100
22:48:38.097587 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:38.206374 run                             mass: Starting testcase
22:48:38.212198 run                             mass: Pre-launching all virtphy's
22:48:38.217835 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:38.231643 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:38.237839 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:38.251143 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:38.257323 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:38.271159 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:38.277507 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:38.291275 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:38.297668 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:38.311521 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:38.317961 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:38.331863 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:38.338274 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:38.351970 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:38.358258 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:38.371858 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:38.378125 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:38.391876 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:38.398256 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:38.412052 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:38.418451 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:38.432262 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:38.438662 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:38.452607 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:38.459080 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:38.472748 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:38.483168 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:38.497027 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:38.503490 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:38.517292 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:38.523638 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:38.537196 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:38.543586 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:38.556992 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:38.563170 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:38.576491 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:38.582799 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:38.596152 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:38.602283 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:38.615538 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:38.622376 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:38.635918 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:38.642088 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:38.655182 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:38.661455 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:38.674659 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:38.680851 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:38.694624 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:38.700911 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:38.714083 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:38.720258 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:38.733463 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:38.739599 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:38.753145 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:38.759530 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:38.773064 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:38.779316 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:38.792840 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:38.799108 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:38.812529 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:38.818608 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:38.831836 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:38.838006 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:38.851228 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:38.857861 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:38.872202 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:38.878854 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:38.893029 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:38.899751 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:38.913495 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:38.920177 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:38.933945 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:38.940134 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:38.953618 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:38.959982 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:38.973598 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:38.980004 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:38.993576 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:38.999800 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:39.013230 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:39.019438 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:39.033282 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:39.039697 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:39.053396 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:39.059832 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:39.073608 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:39.080028 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:39.094174 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:39.100801 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:39.115052 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:39.121461 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:39.135654 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:39.142268 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:39.156259 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:39.162550 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:39.176377 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:39.182695 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:39.197060 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:39.203588 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:39.218355 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:39.224828 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:39.239708 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:39.246123 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:39.259771 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:39.266183 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:39.279834 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:39.286025 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:39.299578 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:39.305914 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:39.320015 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:39.327828 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:39.341606 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:39.347826 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:39.361555 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:39.368057 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:39.382224 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:39.388686 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:39.402281 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:39.408541 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:39.421808 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:39.427997 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:39.441452 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:39.447648 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:39.460938 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:39.467287 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:39.480844 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:39.487015 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:39.500345 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:39.506636 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:39.520230 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:39.526555 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:39.540285 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:39.546596 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:39.560127 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:39.566503 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:39.579973 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:39.586218 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:39.599622 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:39.605985 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:39.619543 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:39.625812 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:39.639052 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:39.645413 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:39.659115 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:39.665446 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:39.679205 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:39.685659 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:39.699373 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:39.705526 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:39.718734 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:39.724952 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:39.738240 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:39.744368 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:39.757436 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:39.763641 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:39.776848 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:39.783054 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:39.796526 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:39.802642 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:39.815970 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:39.822103 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:39.835463 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:39.841728 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:39.855411 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:39.861854 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:39.875060 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:39.881221 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:39.894545 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:39.900815 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:39.914066 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:39.920333 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:39.933566 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:39.939654 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:39.953190 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:39.959440 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:39.973188 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:39.979589 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:39.993391 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:39.999754 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:40.013550 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:40.019894 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:40.033784 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:40.040092 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:40.053914 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:40.060218 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:40.073858 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:40.080092 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:40.093610 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:40.099739 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:40.113046 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:40.119142 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:40.132608 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:40.138906 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:40.152123 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:40.158287 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:40.172008 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:40.178506 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:40.191828 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:40.198077 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:40.211330 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:40.217436 run                             mass: Checking if sockets are in the filesystem
22:48:40.229435 run                osmo-ms-mob/00000: Starting mobile
22:48:40.242730 run       osmo-ms-mob/00000(pid=135): Launched
22:48:40.255670 run                             mass: MS start registered  {at=7729025.95901394, delay=0.006473955698311329, ms=00000}
22:48:44.431015 run                osmo-ms-mob/00001: Starting mobile
22:48:44.444321 run       osmo-ms-mob/00001(pid=136): Launched
22:48:44.455645 run                             mass: MS start registered  {at=7729030.158987641, delay=0.004520365037024021, ms=00001}
22:48:45.299059 run                             mass: MS performed LU  {at=7729031.002375596, lu_delay=5.043361656367779, ms=00000}
22:48:46.244731 run                osmo-ms-mob/00002: Starting mobile
22:48:46.258334 run       osmo-ms-mob/00002(pid=137): Launched
22:48:46.269797 run                             mass: MS start registered  {at=7729031.973123432, delay=0.005046936683356762, ms=00002}
22:48:47.550157 run                osmo-ms-mob/00003: Starting mobile
22:48:47.565217 run       osmo-ms-mob/00003(pid=138): Launched
22:48:47.576282 run                             mass: MS start registered  {at=7729033.279629676, delay=0.004647036083042622, ms=00003}
22:48:48.629105 run                osmo-ms-mob/00004: Starting mobile
22:48:48.643024 run       osmo-ms-mob/00004(pid=139): Launched
22:48:48.654259 run                             mass: MS start registered  {at=7729034.3576005, delay=0.004929676651954651, ms=00004}
22:48:49.629989 run                osmo-ms-mob/00005: Starting mobile
22:48:49.643368 run       osmo-ms-mob/00005(pid=140): Launched
22:48:49.654627 run                             mass: MS start registered  {at=7729035.357948247, delay=0.004142287187278271, ms=00005}
22:48:50.476913 run                             mass: MS performed LU  {at=7729036.180237005, lu_delay=6.021249364130199, ms=00001}
22:48:50.490387 run                osmo-ms-mob/00006: Starting mobile
22:48:50.504391 run       osmo-ms-mob/00006(pid=141): Launched
22:48:50.515806 run                             mass: MS start registered  {at=7729036.219148354, delay=0.0049321576952934265, ms=00006}
22:48:51.429974 run                osmo-ms-mob/00007: Starting mobile
22:48:51.444663 run       osmo-ms-mob/00007(pid=142): Launched
22:48:51.456200 run                             mass: MS start registered  {at=7729037.159538014, delay=0.004808459430932999, ms=00007}
22:48:52.229767 run                osmo-ms-mob/00008: Starting mobile
22:48:52.243541 run       osmo-ms-mob/00008(pid=143): Launched
22:48:52.254579 run                             mass: MS start registered  {at=7729037.957929556, delay=0.004595624282956123, ms=00008}
22:48:52.378109 run                             mass: MS performed LU  {at=7729038.081434183, lu_delay=6.108310750685632, ms=00002}
22:48:52.405681 run                             mass: MS performed LU  {at=7729038.109013942, lu_delay=4.829384266398847, ms=00003}
22:48:52.947924 run                osmo-ms-mob/00009: Starting mobile
22:48:52.961207 run       osmo-ms-mob/00009(pid=144): Launched
22:48:52.972671 run                             mass: MS start registered  {at=7729038.676014703, delay=0.005213603377342224, ms=00009}
22:48:53.634209 run                osmo-ms-mob/00010: Starting mobile
22:48:53.648181 run       osmo-ms-mob/00010(pid=145): Launched
22:48:53.659416 run                             mass: MS start registered  {at=7729039.362764837, delay=0.0052542174234986305, ms=00010}
22:48:54.229272 run                osmo-ms-mob/00011: Starting mobile
22:48:54.242712 run       osmo-ms-mob/00011(pid=146): Launched
22:48:54.256108 run                             mass: MS start registered  {at=7729039.959454288, delay=0.007177894003689289, ms=00011}
22:48:54.478677 run                             mass: MS performed LU  {at=7729040.182003456, lu_delay=5.824402956292033, ms=00004}
22:48:54.778448 run                             mass: MS performed LU  {at=7729040.48176555, lu_delay=5.123817302286625, ms=00005}
22:48:54.790770 run                osmo-ms-mob/00012: Starting mobile
22:48:54.804852 run       osmo-ms-mob/00012(pid=147): Launched
22:48:54.815868 run                             mass: MS start registered  {at=7729040.519218627, delay=0.004520273767411709, ms=00012}
22:48:55.432862 run                osmo-ms-mob/00013: Starting mobile
22:48:55.449992 run       osmo-ms-mob/00013(pid=148): Launched
22:48:55.461552 run                             mass: MS start registered  {at=7729041.16489266, delay=0.004977868869900703, ms=00013}
22:48:56.029214 run                osmo-ms-mob/00014: Starting mobile
22:48:56.043045 run       osmo-ms-mob/00014(pid=149): Launched
22:48:56.055218 run                             mass: MS start registered  {at=7729041.758558135, delay=0.005782735534012318, ms=00014}
22:48:56.144645 run                             mass: MS performed LU  {at=7729041.847914683, lu_delay=5.628766329027712, ms=00006}
22:48:56.171732 run                             mass: MS performed LU  {at=7729041.875049457, lu_delay=4.715511443093419, ms=00007}
22:48:56.629886 run                osmo-ms-mob/00015: Starting mobile
22:48:56.644367 run       osmo-ms-mob/00015(pid=150): Launched
22:48:56.655842 run                             mass: MS start registered  {at=7729042.359187721, delay=0.00493508018553257, ms=00015}
22:48:57.132256 run                osmo-ms-mob/00016: Starting mobile
22:48:57.146426 run       osmo-ms-mob/00016(pid=151): Launched
22:48:57.157791 run                             mass: MS start registered  {at=7729042.861144219, delay=0.004822755232453346, ms=00016}
22:48:57.629740 run                osmo-ms-mob/00017: Starting mobile
22:48:57.643495 run       osmo-ms-mob/00017(pid=152): Launched
22:48:57.655081 run                             mass: MS start registered  {at=7729043.358416571, delay=0.00517605897039175, ms=00017}
22:48:58.008364 run                             mass: MS performed LU  {at=7729043.711699407, lu_delay=5.035684703849256, ms=00009}
22:48:58.073124 run                             mass: MS performed LU  {at=7729043.776438268, lu_delay=5.818508711643517, ms=00008}
22:48:58.231274 run                osmo-ms-mob/00018: Starting mobile
22:48:58.245305 run       osmo-ms-mob/00018(pid=153): Launched
22:48:58.256986 run                             mass: MS start registered  {at=7729043.960329175, delay=0.00521538220345974, ms=00018}
22:48:58.643309 run                osmo-ms-mob/00019: Starting mobile
22:48:58.657147 run       osmo-ms-mob/00019(pid=154): Launched
22:48:58.668051 run                             mass: MS start registered  {at=7729044.371409164, delay=0.004909485578536987, ms=00019}
22:48:59.434979 run                osmo-ms-mob/00020: Starting mobile
22:48:59.449226 run       osmo-ms-mob/00020(pid=155): Launched
22:48:59.455390 run                             mass: Starting too slowly. Moving on {now=7729045.158758375, sleep=-0.2323187254369259, target=7729044.926439649}
22:48:59.462275 run                             mass: MS start registered  {at=7729045.165632805, delay=0.0068771084770560265, ms=00020}
22:48:59.468373 run                             mass: Starting too slowly. Moving on {now=7729045.171740782, sleep=-0.14530113339424133, target=7729045.026439649}
22:48:59.474278 run                             mass: Starting too slowly. Moving on {now=7729045.177647303, sleep=-0.05120765417814255, target=7729045.126439649}
22:48:59.635658 run                osmo-ms-mob/00021: Starting mobile
22:48:59.649771 run       osmo-ms-mob/00021(pid=156): Launched
22:48:59.660836 run                             mass: MS start registered  {at=7729045.364187124, delay=0.004627755843102932, ms=00021}
22:49:00.029778 run                osmo-ms-mob/00022: Starting mobile
22:49:00.043997 run       osmo-ms-mob/00022(pid=157): Launched
22:49:00.055402 run                             mass: MS start registered  {at=7729045.758745532, delay=0.0050620706751942635, ms=00022}
22:49:00.382544 run                             mass: MS performed LU  {at=7729046.085770047, lu_delay=5.566551419906318, ms=00012}
22:49:00.407903 run                             mass: MS performed LU  {at=7729046.111257423, lu_delay=6.151803134940565, ms=00011}
22:49:00.419312 run                osmo-ms-mob/00023: Starting mobile
22:49:00.434011 run       osmo-ms-mob/00023(pid=158): Launched
22:49:00.445147 run                             mass: MS start registered  {at=7729046.148488534, delay=0.004751815460622311, ms=00023}
22:49:00.496485 run                             mass: MS performed LU  {at=7729046.199817889, lu_delay=6.837053052149713, ms=00010}
22:49:00.514071 run                             mass: MS performed LU  {at=7729046.217416683, lu_delay=5.052524022758007, ms=00013}
22:49:00.929568 run                osmo-ms-mob/00024: Starting mobile
22:49:00.943386 run       osmo-ms-mob/00024(pid=159): Launched
22:49:00.954642 run                             mass: MS start registered  {at=7729046.65799314, delay=0.004881964065134525, ms=00024}
22:49:01.429356 run                osmo-ms-mob/00025: Starting mobile
22:49:01.443409 run       osmo-ms-mob/00025(pid=160): Launched
22:49:01.454919 run                             mass: MS start registered  {at=7729047.158268606, delay=0.004913332872092724, ms=00025}
22:49:01.774526 run                             mass: MS performed LU  {at=7729047.477859841, lu_delay=5.7193017061799765, ms=00014}
22:49:01.786498 run                osmo-ms-mob/00026: Starting mobile
22:49:01.800596 run       osmo-ms-mob/00026(pid=161): Launched
22:49:01.811979 run                             mass: MS start registered  {at=7729047.515325357, delay=0.0048445044085383415, ms=00026}
22:49:01.839420 run                             mass: MS performed LU  {at=7729047.542755548, lu_delay=5.183567826636136, ms=00015}
22:49:01.945179 run                             mass: MS performed LU  {at=7729047.648513395, lu_delay=4.787369176745415, ms=00016}
22:49:02.229802 run                osmo-ms-mob/00027: Starting mobile
22:49:02.243306 run       osmo-ms-mob/00027(pid=162): Launched
22:49:02.254643 run                             mass: MS start registered  {at=7729047.957984814, delay=0.004620642401278019, ms=00027}
22:49:02.629228 run                osmo-ms-mob/00028: Starting mobile
22:49:02.643450 run       osmo-ms-mob/00028(pid=163): Launched
22:49:02.655015 run                             mass: MS start registered  {at=7729048.358355798, delay=0.005059011280536652, ms=00028}
22:49:03.034486 run                osmo-ms-mob/00029: Starting mobile
22:49:03.052854 run       osmo-ms-mob/00029(pid=164): Launched
22:49:03.063871 run                             mass: MS start registered  {at=7729048.767218651, delay=0.004430110566318035, ms=00029}
22:49:03.433496 run                osmo-ms-mob/00030: Starting mobile
22:49:03.448262 run       osmo-ms-mob/00030(pid=165): Launched
22:49:03.459159 run                             mass: MS start registered  {at=7729049.162494963, delay=0.004715251736342907, ms=00030}
22:49:03.676865 run                             mass: MS performed LU  {at=7729049.379999336, lu_delay=5.419670160859823, ms=00018}
22:49:03.703451 run                             mass: MS performed LU  {at=7729049.406770185, lu_delay=5.035361020825803, ms=00019}
22:49:03.721538 run                osmo-ms-mob/00031: Starting mobile
22:49:03.735257 run       osmo-ms-mob/00031(pid=166): Launched
22:49:03.746317 run                             mass: MS start registered  {at=7729049.449661922, delay=0.00474424846470356, ms=00031}
22:49:03.791387 run                             mass: MS performed LU  {at=7729049.494691721, lu_delay=6.13627514988184, ms=00017}
22:49:04.133174 run                osmo-ms-mob/00032: Starting mobile
22:49:04.147515 run       osmo-ms-mob/00032(pid=167): Launched
22:49:04.160388 run                             mass: MS start registered  {at=7729049.863734826, delay=0.006422905251383781, ms=00032}
22:49:04.535579 run                osmo-ms-mob/00033: Starting mobile
22:49:04.565180 run       osmo-ms-mob/00033(pid=168): Launched
22:49:04.580000 run                             mass: MS start registered  {at=7729050.283334436, delay=0.0014954544603824615, ms=00033}
22:49:04.931551 run                osmo-ms-mob/00034: Starting mobile
22:49:04.945637 run       osmo-ms-mob/00034(pid=169): Launched
22:49:04.957183 run                             mass: MS start registered  {at=7729050.660531987, delay=0.005158153362572193, ms=00034}
22:49:05.233456 run                osmo-ms-mob/00035: Starting mobile
22:49:05.247291 run       osmo-ms-mob/00035(pid=170): Launched
22:49:05.257939 run                             mass: MS start registered  {at=7729050.961286874, delay=0.00452796183526516, ms=00035}
22:49:05.457263 run                             mass: MS performed LU  {at=7729051.160586846, lu_delay=5.01209831237793, ms=00023}
22:49:05.540251 run                             mass: MS performed LU  {at=7729051.243576555, lu_delay=5.879389430396259, ms=00021}
22:49:05.554422 run                osmo-ms-mob/00036: Starting mobile
22:49:05.568515 run       osmo-ms-mob/00036(pid=171): Launched
22:49:05.579800 run                             mass: MS start registered  {at=7729051.283141356, delay=0.004979856312274933, ms=00036}
22:49:05.604782 run                             mass: MS performed LU  {at=7729051.308112574, lu_delay=6.142479768954217, ms=00020}
22:49:05.711329 run                             mass: MS performed LU  {at=7729051.414661402, lu_delay=5.655915870331228, ms=00022}
22:49:05.729967 run                             mass: MS performed LU  {at=7729051.433308064, lu_delay=4.7753149243071675, ms=00024}
22:49:05.741917 run                osmo-ms-mob/00037: Starting mobile
22:49:05.756179 run       osmo-ms-mob/00037(pid=172): Launched
22:49:05.767158 run                             mass: MS start registered  {at=7729051.470505289, delay=0.004551486112177372, ms=00037}
22:49:06.334043 run                osmo-ms-mob/00038: Starting mobile
22:49:06.353553 run       osmo-ms-mob/00038(pid=173): Launched
22:49:06.364845 run                             mass: MS start registered  {at=7729052.068191006, delay=0.004800264723598957, ms=00038}
22:49:06.629351 run                osmo-ms-mob/00039: Starting mobile
22:49:06.643481 run       osmo-ms-mob/00039(pid=174): Launched
22:49:06.654787 run                             mass: MS start registered  {at=7729052.358129198, delay=0.004743276163935661, ms=00039}
22:49:07.028996 run                osmo-ms-mob/00040: Starting mobile
22:49:07.042291 run       osmo-ms-mob/00040(pid=175): Launched
22:49:07.053223 run                             mass: MS start registered  {at=7729052.756573477, delay=0.004779232665896416, ms=00040}
22:49:07.329380 run                osmo-ms-mob/00041: Starting mobile
22:49:07.343871 run       osmo-ms-mob/00041(pid=176): Launched
22:49:07.356214 run                             mass: MS start registered  {at=7729053.059542086, delay=0.005341042764484882, ms=00041}
22:49:07.441801 run                             mass: MS performed LU  {at=7729053.145122752, lu_delay=5.187137937173247, ms=00027}
22:49:07.469440 run                             mass: MS performed LU  {at=7729053.172787191, lu_delay=4.405568540096283, ms=00029}
22:49:07.481666 run                osmo-ms-mob/00042: Starting mobile
22:49:07.495639 run       osmo-ms-mob/00042(pid=177): Launched
22:49:07.506660 run                             mass: MS start registered  {at=7729053.210010701, delay=0.004552299156785011, ms=00042}
22:49:07.556566 run                             mass: MS performed LU  {at=7729053.2598986, lu_delay=6.101629993878305, ms=00025}
22:49:08.030010 run                osmo-ms-mob/00043: Starting mobile
22:49:08.044299 run       osmo-ms-mob/00043(pid=178): Launched
22:49:08.056027 run                             mass: MS start registered  {at=7729053.75936985, delay=0.004946703091263771, ms=00043}
22:49:08.329419 run                osmo-ms-mob/00044: Starting mobile
22:49:08.343850 run       osmo-ms-mob/00044(pid=179): Launched
22:49:08.355055 run                             mass: MS start registered  {at=7729054.058404932, delay=0.004840982146561146, ms=00044}
22:49:08.629421 run                osmo-ms-mob/00045: Starting mobile
22:49:08.643295 run       osmo-ms-mob/00045(pid=180): Launched
22:49:08.654591 run                             mass: MS start registered  {at=7729054.357941147, delay=0.00465253833681345, ms=00045}
22:49:08.929743 run                osmo-ms-mob/00046: Starting mobile
22:49:08.943572 run       osmo-ms-mob/00046(pid=181): Launched
22:49:08.954823 run                             mass: MS start registered  {at=7729054.658168589, delay=0.004910238087177277, ms=00046}
22:49:09.223392 run                             mass: MS performed LU  {at=7729054.926728511, lu_delay=5.062993684783578, ms=00032}
22:49:09.235207 run                osmo-ms-mob/00047: Starting mobile
22:49:09.249191 run       osmo-ms-mob/00047(pid=182): Launched
22:49:09.260798 run                             mass: MS start registered  {at=7729054.964136725, delay=0.005180825479328632, ms=00047}
22:49:09.306327 run                             mass: MS performed LU  {at=7729055.009658458, lu_delay=5.559996536001563, ms=00031}
22:49:09.371101 run                             mass: MS performed LU  {at=7729055.074418884, lu_delay=5.911923920735717, ms=00030}
22:49:09.383861 run                osmo-ms-mob/00048: Starting mobile
22:49:09.398048 run       osmo-ms-mob/00048(pid=183): Launched
22:49:09.409637 run                             mass: MS start registered  {at=7729055.112988505, delay=0.0006127664819359779, ms=00048}
22:49:09.477036 run                             mass: MS performed LU  {at=7729055.180367791, lu_delay=4.897033355198801, ms=00033}
22:49:09.829474 run                osmo-ms-mob/00049: Starting mobile
22:49:09.843308 run       osmo-ms-mob/00049(pid=184): Launched
22:49:09.854685 run                             mass: MS start registered  {at=7729055.558029319, delay=0.004924925044178963, ms=00049}
22:49:10.129653 run                osmo-ms-mob/00050: Starting mobile
22:49:10.143054 run       osmo-ms-mob/00050(pid=185): Launched
22:49:10.154360 run                             mass: MS start registered  {at=7729055.857709095, delay=0.004645763896405697, ms=00050}
22:49:10.533762 run                osmo-ms-mob/00051: Starting mobile
22:49:10.548118 run       osmo-ms-mob/00051(pid=186): Launched
22:49:10.559589 run                             mass: MS start registered  {at=7729056.262933239, delay=0.004963219165802002, ms=00051}
22:49:10.829115 run                osmo-ms-mob/00052: Starting mobile
22:49:10.842497 run       osmo-ms-mob/00052(pid=187): Launched
22:49:10.853809 run                             mass: MS start registered  {at=7729056.55712809, delay=0.005018310621380806, ms=00052}
22:49:11.129338 run                osmo-ms-mob/00053: Starting mobile
22:49:11.143450 run       osmo-ms-mob/00053(pid=188): Launched
22:49:11.154768 run                             mass: MS start registered  {at=7729056.858112663, delay=0.004782644100487232, ms=00053}
22:49:11.207431 run                             mass: MS performed LU  {at=7729056.910761121, lu_delay=5.949474247172475, ms=00035}
22:49:11.235306 run                             mass: MS performed LU  {at=7729056.938639359, lu_delay=5.468134069815278, ms=00037}
22:49:11.247594 run                osmo-ms-mob/00054: Starting mobile
22:49:11.261609 run       osmo-ms-mob/00054(pid=189): Launched
22:49:11.272727 run                             mass: MS start registered  {at=7729056.97607738, delay=0.004782187752425671, ms=00054}
22:49:11.378693 run                             mass: MS performed LU  {at=7729057.082005621, lu_delay=4.723876423202455, ms=00039}
22:49:11.434359 run                             mass: MS performed LU  {at=7729057.137616661, lu_delay=5.069425655528903, ms=00038}
22:49:11.455375 run                osmo-ms-mob/00055: Starting mobile
22:49:11.470129 run       osmo-ms-mob/00055(pid=190): Launched
22:49:11.476524 run                             mass: MS performed LU  {at=7729057.179881678, lu_delay=6.519349690526724, ms=00034}
22:49:11.482668 run                             mass: MS start registered  {at=7729057.186033692, delay=0.00617209542542696, ms=00055}
22:49:12.031373 run                osmo-ms-mob/00056: Starting mobile
22:49:12.045940 run       osmo-ms-mob/00056(pid=191): Launched
22:49:12.057800 run                             mass: MS start registered  {at=7729057.761142941, delay=0.0044488925486803055, ms=00056}
22:49:12.287578 run                             mass: MS performed LU  {at=7729057.990904512, lu_delay=4.2315346617251635, ms=00043}
22:49:12.299695 run                osmo-ms-mob/00057: Starting mobile
22:49:12.314371 run       osmo-ms-mob/00057(pid=192): Launched
22:49:12.321053 run                             mass: MS performed LU  {at=7729058.024406025, lu_delay=3.666464878246188, ms=00045}
22:49:12.327420 run                             mass: MS start registered  {at=7729058.030783178, delay=0.006399461999535561, ms=00057}
22:49:12.730238 run                osmo-ms-mob/00058: Starting mobile
22:49:12.744914 run       osmo-ms-mob/00058(pid=193): Launched
22:49:12.756170 run                             mass: MS start registered  {at=7729058.45951657, delay=0.004885843023657799, ms=00058}
22:49:12.989408 run                             mass: MS performed LU  {at=7729058.692686769, lu_delay=4.6342818373814225, ms=00044}
22:49:13.019431 run                osmo-ms-mob/00059: Starting mobile
22:49:13.033410 run       osmo-ms-mob/00059(pid=194): Launched
22:49:13.045062 run                             mass: MS start registered  {at=7729058.748398906, delay=0.004990662448108196, ms=00059}
22:49:13.072068 run                             mass: MS performed LU  {at=7729058.775406361, lu_delay=6.018832883797586, ms=00040}
22:49:13.336046 run                osmo-ms-mob/00060: Starting mobile
22:49:13.349805 run       osmo-ms-mob/00060(pid=195): Launched
22:49:13.360581 run                             mass: MS start registered  {at=7729059.063933746, delay=0.004695894196629524, ms=00060}
22:49:13.730288 run                osmo-ms-mob/00061: Starting mobile
22:49:13.745318 run       osmo-ms-mob/00061(pid=196): Launched
22:49:13.757353 run                             mass: MS start registered  {at=7729059.460701697, delay=0.0050283027812838554, ms=00061}
22:49:14.030573 run                osmo-ms-mob/00062: Starting mobile
22:49:14.044277 run       osmo-ms-mob/00062(pid=197): Launched
22:49:14.056039 run                             mass: MS start registered  {at=7729059.759381859, delay=0.005142726935446262, ms=00062}
22:49:14.329647 run                osmo-ms-mob/00063: Starting mobile
22:49:14.343963 run       osmo-ms-mob/00063(pid=198): Launched
22:49:14.356965 run                             mass: MS start registered  {at=7729060.060311036, delay=0.006274709478020668, ms=00063}
22:49:14.729906 run                osmo-ms-mob/00064: Starting mobile
22:49:14.745185 run       osmo-ms-mob/00064(pid=199): Launched
22:49:14.756780 run                             mass: MS start registered  {at=7729060.460131132, delay=0.005198842845857143, ms=00064}
22:49:14.909347 run                             mass: MS performed LU  {at=7729060.612679191, lu_delay=5.648542465642095, ms=00047}
22:49:14.927709 run                             mass: MS performed LU  {at=7729060.631049845, lu_delay=4.773340750485659, ms=00050}
22:49:15.000601 run                             mass: MS performed LU  {at=7729060.703934087, lu_delay=5.590945582836866, ms=00048}
22:49:15.013286 run                osmo-ms-mob/00065: Starting mobile
22:49:15.026781 run       osmo-ms-mob/00065(pid=200): Launched
22:49:15.038307 run                             mass: MS start registered  {at=7729060.741662303, delay=1.8312595784664154e-05, ms=00065}
22:49:15.181261 run                             mass: MS performed LU  {at=7729060.884593728, lu_delay=4.621660488657653, ms=00051}
22:49:15.199883 run                             mass: MS performed LU  {at=7729060.903202252, lu_delay=6.245033663697541, ms=00046}
22:49:15.212733 run                osmo-ms-mob/00066: Starting mobile
22:49:15.226748 run       osmo-ms-mob/00066(pid=201): Launched
22:49:15.238947 run                             mass: MS start registered  {at=7729060.942280327, delay=0.00583077035844326, ms=00066}
22:49:15.830752 run                osmo-ms-mob/00067: Starting mobile
22:49:15.844967 run       osmo-ms-mob/00067(pid=202): Launched
22:49:15.852210 run                             mass: MS performed LU  {at=7729061.555564577, lu_delay=4.369530884549022, ms=00055}
22:49:15.858464 run                             mass: MS start registered  {at=7729061.561828451, delay=0.006286325864493847, ms=00067}
22:49:15.896305 run                             mass: MS performed LU  {at=7729061.599560713, lu_delay=6.04153139423579, ms=00049}
22:49:15.910825 run                osmo-ms-mob/00068: Starting mobile
22:49:15.925155 run       osmo-ms-mob/00068(pid=203): Launched
22:49:15.936586 run                             mass: MS start registered  {at=7729061.639930268, delay=0.005034368485212326, ms=00068}
22:49:16.007506 run                             mass: MS performed LU  {at=7729061.710816462, lu_delay=3.94967352040112, ms=00056}
22:49:16.266184 run                             mass: MS performed LU  {at=7729061.969520541, lu_delay=3.9387373626232147, ms=00057}
22:49:16.530309 run                osmo-ms-mob/00069: Starting mobile
22:49:16.544143 run       osmo-ms-mob/00069(pid=204): Launched
22:49:16.556543 run                             mass: MS start registered  {at=7729062.259837134, delay=0.005470769479870796, ms=00069}
22:49:16.866602 run                             mass: MS performed LU  {at=7729062.569813261, lu_delay=5.593735881149769, ms=00054}
22:49:16.884248 run                osmo-ms-mob/00070: Starting mobile
22:49:16.898485 run       osmo-ms-mob/00070(pid=205): Launched
22:49:16.910606 run                             mass: MS start registered  {at=7729062.613940514, delay=0.005509879440069199, ms=00070}
22:49:17.329923 run                osmo-ms-mob/00071: Starting mobile
22:49:17.343904 run       osmo-ms-mob/00071(pid=206): Launched
22:49:17.356108 run                             mass: MS start registered  {at=7729063.059449282, delay=0.005376673303544521, ms=00071}
22:49:17.730157 run                osmo-ms-mob/00072: Starting mobile
22:49:17.745153 run       osmo-ms-mob/00072(pid=207): Launched
22:49:17.752438 run                             mass: MS performed LU  {at=7729063.455787382, lu_delay=6.898659291677177, ms=00052}
22:49:17.758674 run                             mass: MS start registered  {at=7729063.462038424, delay=0.006274513900279999, ms=00072}
22:49:18.130247 run                osmo-ms-mob/00073: Starting mobile
22:49:18.144928 run       osmo-ms-mob/00073(pid=208): Launched
22:49:18.156881 run                             mass: MS start registered  {at=7729063.860221934, delay=0.005341923795640469, ms=00073}
22:49:18.537067 run                osmo-ms-mob/00074: Starting mobile
22:49:18.551516 run       osmo-ms-mob/00074(pid=209): Launched
22:49:18.563337 run                             mass: MS start registered  {at=7729064.266670583, delay=0.005552381277084351, ms=00074}
22:49:18.619668 run                             mass: MS performed LU  {at=7729064.322980308, lu_delay=5.574581402353942, ms=00059}
22:49:18.695826 run                             mass: MS performed LU  {at=7729064.39905254, lu_delay=4.938350843265653, ms=00061}
22:49:18.767318 run                             mass: MS performed LU  {at=7729064.470577127, lu_delay=5.406643381342292, ms=00060}
22:49:18.795100 run                osmo-ms-mob/00075: Starting mobile
22:49:18.808948 run       osmo-ms-mob/00075(pid=210): Launched
22:49:18.820403 run                             mass: MS start registered  {at=7729064.523748592, delay=0.004965708591043949, ms=00075}
22:49:18.946333 run                             mass: MS performed LU  {at=7729064.649667853, lu_delay=4.890285993926227, ms=00062}
22:49:18.964749 run                             mass: MS performed LU  {at=7729064.668094942, lu_delay=6.208578372374177, ms=00058}
22:49:19.430325 run                osmo-ms-mob/00076: Starting mobile
22:49:19.444458 run       osmo-ms-mob/00076(pid=211): Launched
22:49:19.456330 run                             mass: MS start registered  {at=7729065.159651984, delay=0.005266948603093624, ms=00076}
22:49:20.044289 run                osmo-ms-mob/00077: Starting mobile
22:49:20.075857 run       osmo-ms-mob/00077(pid=212): Launched
22:49:20.082237 run                             mass: Starting too slowly. Moving on {now=7729065.785605793, sleep=-0.15916622057557106, target=7729065.626439572}
22:49:20.088468 run                             mass: MS performed LU  {at=7729065.791826062, lu_delay=5.73151502572, ms=00063}
22:49:20.094331 run                             mass: Starting too slowly. Moving on {now=7729065.797701543, sleep=-0.07126197125762701, target=7729065.726439572}
22:49:20.535507 run                osmo-ms-mob/00078: Starting mobile
22:49:20.552915 run       osmo-ms-mob/00078(pid=213): Launched
22:49:20.559303 run                             mass: Starting too slowly. Moving on {now=7729066.262670825, sleep=-0.13623125478625298, target=7729066.12643957}
22:49:20.565112 run                             mass: MS performed LU  {at=7729066.268470851, lu_delay=5.326190523803234, ms=00066}
22:49:20.571164 run                             mass: Starting too slowly. Moving on {now=7729066.274534562, sleep=-0.048094991594552994, target=7729066.22643957}
22:49:20.577124 run                             mass: MS performed LU  {at=7729066.28048523, lu_delay=5.538822926580906, ms=00065}
22:49:20.669051 run                             mass: MS performed LU  {at=7729066.37232148, lu_delay=4.8104930287227035, ms=00067}
22:49:20.895946 run                osmo-ms-mob/00079: Starting mobile
22:49:20.925573 run       osmo-ms-mob/00079(pid=214): Launched
22:49:20.932239 run                             mass: Starting too slowly. Moving on {now=7729066.635605776, sleep=-0.10916620679199696, target=7729066.526439569}
22:49:20.938265 run                             mass: MS performed LU  {at=7729066.641620741, lu_delay=6.181489609181881, ms=00064}
22:49:20.944527 run                             mass: Starting too slowly. Moving on {now=7729066.647893437, sleep=-0.021453868597745895, target=7729066.626439569}
22:49:20.950515 run                             mass: MS start registered  {at=7729066.653876858, delay=0.8682735897600651, ms=00077}
22:49:20.956622 run                             mass: MS start registered  {at=7729066.659982935, delay=0.3973150188103318, ms=00078}
22:49:20.962758 run                             mass: MS start registered  {at=7729066.666103501, delay=0.030500042252242565, ms=00079}
22:49:21.230184 run                osmo-ms-mob/00080: Starting mobile
22:49:21.245644 run       osmo-ms-mob/00080(pid=215): Launched
22:49:21.257455 run                             mass: MS start registered  {at=7729066.96079704, delay=0.005254078656435013, ms=00080}
22:49:21.729754 run                osmo-ms-mob/00081: Starting mobile
22:49:21.744432 run       osmo-ms-mob/00081(pid=216): Launched
22:49:21.755887 run                             mass: MS start registered  {at=7729067.459226281, delay=0.004970556125044823, ms=00081}
22:49:21.827428 run                             mass: MS performed LU  {at=7729067.530656927, lu_delay=5.890726659446955, ms=00068}
22:49:22.129405 run                osmo-ms-mob/00082: Starting mobile
22:49:22.143099 run       osmo-ms-mob/00082(pid=217): Launched
22:49:22.154619 run                             mass: MS start registered  {at=7729067.857954028, delay=0.004760825075209141, ms=00082}
22:49:22.385052 run                             mass: MS performed LU  {at=7729068.088369143, lu_delay=5.474428629502654, ms=00070}
22:49:22.458877 run                             mass: MS performed LU  {at=7729068.162191926, lu_delay=5.902354791760445, ms=00069}
22:49:22.505098 run                             mass: MS performed LU  {at=7729068.208424885, lu_delay=4.3482029512524605, ms=00073}
22:49:22.712991 run                             mass: MS performed LU  {at=7729068.416310549, lu_delay=5.356861267238855, ms=00071}
22:49:22.726326 run                osmo-ms-mob/00083: Starting mobile
22:49:22.740086 run       osmo-ms-mob/00083(pid=218): Launched
22:49:22.746520 run                             mass: MS performed LU  {at=7729068.449876845, lu_delay=4.9878384210169315, ms=00072}
22:49:22.752704 run                             mass: MS start registered  {at=7729068.456070426, delay=0.006214451044797897, ms=00083}
22:49:23.241626 run                osmo-ms-mob/00084: Starting mobile
22:49:23.255962 run       osmo-ms-mob/00084(pid=219): Launched
22:49:23.267527 run                             mass: MS start registered  {at=7729068.970871549, delay=0.004986398853361607, ms=00084}
22:49:23.733577 run                osmo-ms-mob/00085: Starting mobile
22:49:23.746843 run       osmo-ms-mob/00085(pid=220): Launched
22:49:23.758006 run                             mass: MS start registered  {at=7729069.46135849, delay=0.0050519248470664024, ms=00085}
22:49:24.288116 run                             mass: MS performed LU  {at=7729069.991349822, lu_delay=5.724679239094257, ms=00074}
22:49:24.320350 run                osmo-ms-mob/00086: Starting mobile
22:49:24.334926 run       osmo-ms-mob/00086(pid=221): Launched
22:49:24.341371 run                             mass: MS performed LU  {at=7729070.044727286, lu_delay=4.885075301863253, ms=00076}
22:49:24.347875 run                             mass: MS start registered  {at=7729070.051239098, delay=0.0065335966646671295, ms=00086}
22:49:24.434451 run                             mass: MS performed LU  {at=7729070.137786837, lu_delay=5.614038245752454, ms=00075}
22:49:24.559230 run                             mass: MS performed LU  {at=7729070.262509563, lu_delay=22.747184205800295, ms=00026}
22:49:24.632688 run                             mass: MS performed LU  {at=7729070.335991613, lu_delay=21.97763581480831, ms=00028}
22:49:24.930568 run                osmo-ms-mob/00087: Starting mobile
22:49:24.944763 run       osmo-ms-mob/00087(pid=222): Launched
22:49:24.956593 run                             mass: MS start registered  {at=7729070.659936361, delay=0.004885954782366753, ms=00087}
22:49:25.529678 run                osmo-ms-mob/00088: Starting mobile
22:49:25.543639 run       osmo-ms-mob/00088(pid=223): Launched
22:49:25.554759 run                             mass: MS start registered  {at=7729071.2581103, delay=0.004588630050420761, ms=00088}
22:49:26.133147 run                osmo-ms-mob/00089: Starting mobile
22:49:26.147584 run       osmo-ms-mob/00089(pid=224): Launched
22:49:26.159354 run                             mass: MS start registered  {at=7729071.862704927, delay=0.0035466672852635384, ms=00089}
22:49:26.570240 run                             mass: Starting too slowly. Moving on {now=7729072.273602948, sleep=-0.2471633991226554, target=7729072.0264395485}
22:49:26.580118 run                             mass: MS performed LU  {at=7729072.283475765, lu_delay=5.322678725235164, ms=00080}
22:49:26.586180 run                             mass: Starting too slowly. Moving on {now=7729072.289550401, sleep=-0.1631108531728387, target=7729072.126439548}
22:49:26.591884 run                             mass: MS performed LU  {at=7729072.295248072, lu_delay=5.629144570790231, ms=00079}
22:49:26.597826 run                             mass: Starting too slowly. Moving on {now=7729072.301196123, sleep=-0.07475657481700182, target=7729072.226439548}
22:49:26.603560 run                             mass: MS performed LU  {at=7729072.306925607, lu_delay=5.64694267231971, ms=00078}
22:49:26.696856 run                             mass: MS performed LU  {at=7729072.400112753, lu_delay=5.746235894970596, ms=00077}
22:49:26.790710 run                osmo-ms-mob/00090: Starting mobile
22:49:26.804545 run       osmo-ms-mob/00090(pid=225): Launched
22:49:26.810855 run                             mass: MS performed LU  {at=7729072.5142128, lu_delay=5.054986518807709, ms=00081}
22:49:26.817440 run                             mass: MS start registered  {at=7729072.520803396, delay=0.00661209411919117, ms=00090}
22:49:27.436130 run                osmo-ms-mob/00091: Starting mobile
22:49:27.449758 run       osmo-ms-mob/00091(pid=226): Launched
22:49:27.460662 run                             mass: MS start registered  {at=7729073.164008747, delay=0.004774970002472401, ms=00091}
22:49:28.131532 run                osmo-ms-mob/00092: Starting mobile
22:49:28.147524 run       osmo-ms-mob/00092(pid=227): Launched
22:49:28.158891 run                             mass: MS start registered  {at=7729073.862235831, delay=0.004975376650691032, ms=00092}
22:49:28.434906 run                             mass: MS performed LU  {at=7729074.138235755, lu_delay=6.280281727202237, ms=00082}
22:49:28.522986 run                             mass: MS performed LU  {at=7729074.226309856, lu_delay=5.25543830730021, ms=00084}
22:49:28.541615 run                             mass: MS performed LU  {at=7729074.244952956, lu_delay=4.783594465814531, ms=00085}
22:49:28.560231 run                             mass: MS performed LU  {at=7729074.263566248, lu_delay=22.980424892157316, ms=00036}
22:49:28.605958 run                             mass: MS performed LU  {at=7729074.309230897, lu_delay=5.853160470724106, ms=00083}
22:49:28.621024 run                osmo-ms-mob/00093: Starting mobile
22:49:28.635079 run       osmo-ms-mob/00093(pid=228): Launched
22:49:28.646283 run                             mass: MS start registered  {at=7729074.34962229, delay=0.0048033688217401505, ms=00093}
22:49:29.829430 run                osmo-ms-mob/00094: Starting mobile
22:49:29.843329 run       osmo-ms-mob/00094(pid=229): Launched
22:49:29.854378 run                             mass: MS start registered  {at=7729075.557722076, delay=0.004737982526421547, ms=00094}
22:49:30.036356 run                             mass: MS performed LU  {at=7729075.739676892, lu_delay=4.481566592119634, ms=00088}
22:49:30.064536 run                             mass: MS performed LU  {at=7729075.767870417, lu_delay=5.10793405584991, ms=00087}
22:49:30.151533 run                             mass: MS performed LU  {at=7729075.854869467, lu_delay=5.80363036878407, ms=00086}
22:49:30.225982 run                             mass: MS performed LU  {at=7729075.929317605, lu_delay=22.719306903891265, ms=00042}
22:49:30.244209 run                             mass: MS performed LU  {at=7729075.947527364, lu_delay=22.88798527792096, ms=00041}
22:49:30.729835 run                osmo-ms-mob/00095: Starting mobile
22:49:30.743172 run       osmo-ms-mob/00095(pid=230): Launched
22:49:30.753856 run                             mass: MS start registered  {at=7729076.457208028, delay=0.00458349846303463, ms=00095}
22:49:31.732227 run                osmo-ms-mob/00096: Starting mobile
22:49:31.747582 run       osmo-ms-mob/00096(pid=231): Launched
22:49:31.758496 run                             mass: MS start registered  {at=7729077.461847731, delay=0.004604934714734554, ms=00096}
22:49:31.901765 run                             mass: MS performed LU  {at=7729077.605049243, lu_delay=5.084245847538114, ms=00090}
22:49:31.966172 run                             mass: MS performed LU  {at=7729077.669477455, lu_delay=5.806772528216243, ms=00089}
22:49:32.054939 run                             mass: MS performed LU  {at=7729077.75821438, lu_delay=4.594205632805824, ms=00091}
22:49:32.833727 run                osmo-ms-mob/00097: Starting mobile
22:49:32.853471 run       osmo-ms-mob/00097(pid=232): Launched
22:49:32.870767 run                             mass: MS start registered  {at=7729078.574100047, delay=0.009235168807208538, ms=00097}
22:49:33.802989 run                             mass: MS performed LU  {at=7729079.506303601, lu_delay=5.156681311316788, ms=00093}
22:49:33.830656 run                             mass: MS performed LU  {at=7729079.534001738, lu_delay=5.671765906736255, ms=00092}
22:49:33.917986 run                             mass: MS performed LU  {at=7729079.621314143, lu_delay=22.763201479800045, ms=00053}
22:49:34.144843 run                osmo-ms-mob/00098: Starting mobile
22:49:34.159607 run       osmo-ms-mob/00098(pid=233): Launched
22:49:34.171519 run                             mass: MS start registered  {at=7729079.874870162, delay=0.0047942884266376495, ms=00098}
22:49:35.666764 run                             mass: MS performed LU  {at=7729081.370078466, lu_delay=5.812356390058994, ms=00094}
22:49:35.733004 run                             mass: MS performed LU  {at=7729081.436237689, lu_delay=4.979029661044478, ms=00095}
22:49:35.945370 run                osmo-ms-mob/00099: Starting mobile
22:49:35.959765 run       osmo-ms-mob/00099(pid=234): Launched
22:49:35.966281 run                             mass: All started... {duration=55.74320854712278, too_slow=12}
22:49:35.972567 run                             mass: MS start registered  {at=7729081.675923356, delay=0.006278756074607372, ms=00099}
22:49:37.569519 run                             mass: MS performed LU  {at=7729083.272765851, lu_delay=5.810918119736016, ms=00096}
22:49:37.596203 run                             mass: MS performed LU  {at=7729083.299520865, lu_delay=4.725420817732811, ms=00097}
22:49:39.432580 run                             mass: MS performed LU  {at=7729085.13586649, lu_delay=5.260996327735484, ms=00098}
22:49:41.335330 run                             mass: MS performed LU  {at=7729087.038581473, lu_delay=5.362658116966486, ms=00099}
22:49:41.355598 run                             mass: Tests done {all_completed=True, max=22.980424892157316, min=3.666464878246188}
22:49:41.361277 tst         register_default_mass.py: Test passed (85.0 sec)
22:49:41.366648 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:41.370008 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:41.373280 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:41.376592 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:41.379835 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:41.383078 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:41.386430 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:41.389794 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:41.393044 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:41.396427 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:41.399805 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:41.403190 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:41.406696 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:41.410067 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:41.413458 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:41.416838 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:41.420238 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:41.423677 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:41.427098 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:41.430518 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:41.433920 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:41.437310 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:41.440715 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:41.444111 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:41.447540 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:41.451105 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:41.454785 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:41.458177 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:41.462091 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:41.465503 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:41.468910 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:41.472292 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:41.475689 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:41.479391 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:41.482827 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:41.486205 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:41.489612 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:41.493006 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:41.496396 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:41.499831 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:41.503402 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:41.507162 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:41.510572 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:41.513976 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:41.517380 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:41.521302 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:41.525101 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:41.529123 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:41.532783 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:41.536199 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:41.539605 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:41.543010 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:41.546404 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:41.549804 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:41.553212 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:41.556614 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:41.560031 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:41.563430 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:41.566818 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:41.570325 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:41.573713 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:41.577105 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:41.580493 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:41.583892 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:41.587305 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:41.590720 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:41.594131 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:41.597543 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:41.600937 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:41.604805 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:41.608218 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:41.612255 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:41.615875 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:41.619350 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:41.622760 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:41.626227 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:41.629649 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:41.633046 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:41.636414 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:41.639818 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:41.643242 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:41.646640 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:41.650050 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:41.653429 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:41.656827 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:41.660234 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:41.663642 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:41.667056 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:41.670467 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:41.673899 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:41.677304 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:41.680958 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:41.684489 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:41.688083 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:41.691893 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:41.695645 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:41.699078 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:41.702495 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:41.705932 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:41.709358 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:41.712841 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:41.716271 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:41.719676 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:41.723099 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:41.726522 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:41.729928 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:41.733339 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:41.736773 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:41.740220 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:41.743672 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:41.747114 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:41.750601 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:41.754064 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:41.757489 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:41.760928 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:41.764343 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:41.767742 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:41.771152 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:41.774553 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:41.777918 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:41.781162 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:41.784384 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:41.787615 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:41.790841 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:41.794191 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:41.797570 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:41.800961 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:41.804354 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:41.807738 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:41.811116 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:41.814517 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:41.817861 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:41.821182 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:41.824558 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:41.827844 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:41.831208 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:41.834594 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:41.837961 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:41.841299 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:41.844527 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:41.847780 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:41.851070 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:41.854366 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:41.857655 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:41.860982 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:41.864256 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:41.867535 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:41.870812 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:41.874067 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:41.877297 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:41.880567 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:41.883826 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:41.887177 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:41.890545 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:41.893919 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:41.897312 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:41.900687 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:41.904057 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:41.907427 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:41.910801 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:41.914187 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:41.917579 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:41.920934 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:41.924309 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:41.927683 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:41.931040 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:41.934426 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:41.937792 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:41.941169 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:41.944573 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:41.947947 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:41.951329 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:41.954737 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:41.958136 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:41.961646 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:41.965015 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:41.968332 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:41.971714 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:41.975110 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:41.978485 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:41.981875 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:41.985273 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:41.988660 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:41.992020 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:41.995388 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:41.998765 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:42.002125 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:42.005498 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:42.008863 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:42.012248 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:42.015660 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:42.019060 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:42.022538 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:42.026003 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:42.029385 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:42.032761 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:42.036262 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:42.039678 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:42.043078 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:42.046468 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:42.049897 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:42.053311 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:42.056672 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:42.060044 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:42.063445 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:42.066846 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:42.070255 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:42.081985 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:42.085370 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:42.088800 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:42.092173 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:42.095433 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:42.098694 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:42.101951 ---      ParallelTerminationStrategy: PID 22 died...
22:49:42.103407 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:42.107041 ---      ParallelTerminationStrategy: PID 23 died...
22:49:42.108533 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:42.112205 ---      ParallelTerminationStrategy: PID 24 died...
22:49:42.113692 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:42.117400 ---      ParallelTerminationStrategy: PID 25 died...
22:49:42.118891 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:42.122594 ---      ParallelTerminationStrategy: PID 26 died...
22:49:42.124114 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:42.127837 ---      ParallelTerminationStrategy: PID 27 died...
22:49:42.129375 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:42.133076 ---      ParallelTerminationStrategy: PID 28 died...
22:49:42.134697 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:42.138379 ---      ParallelTerminationStrategy: PID 29 died...
22:49:42.139858 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:42.143527 ---      ParallelTerminationStrategy: PID 30 died...
22:49:42.145026 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:42.148660 ---      ParallelTerminationStrategy: PID 31 died...
22:49:42.150151 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:42.154000 ---      ParallelTerminationStrategy: PID 32 died...
22:49:42.155554 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:42.159395 ---      ParallelTerminationStrategy: PID 33 died...
22:49:42.160950 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:42.165049 ---      ParallelTerminationStrategy: PID 35 died...
22:49:42.166596 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:42.170344 ---      ParallelTerminationStrategy: PID 36 died...
22:49:42.171833 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:42.175482 ---      ParallelTerminationStrategy: PID 37 died...
22:49:42.177003 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:42.180843 ---      ParallelTerminationStrategy: PID 38 died...
22:49:42.182316 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:42.185963 ---      ParallelTerminationStrategy: PID 39 died...
22:49:42.187439 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:42.191128 ---      ParallelTerminationStrategy: PID 40 died...
22:49:42.192610 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:42.196332 ---      ParallelTerminationStrategy: PID 41 died...
22:49:42.197881 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:42.201659 ---      ParallelTerminationStrategy: PID 42 died...
22:49:42.203189 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:42.206968 ---      ParallelTerminationStrategy: PID 43 died...
22:49:42.208500 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:42.212253 ---      ParallelTerminationStrategy: PID 44 died...
22:49:42.213815 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:42.217579 ---      ParallelTerminationStrategy: PID 45 died...
22:49:42.219108 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:42.222872 ---      ParallelTerminationStrategy: PID 46 died...
22:49:42.224392 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:42.228144 ---      ParallelTerminationStrategy: PID 47 died...
22:49:42.229664 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:42.233415 ---      ParallelTerminationStrategy: PID 48 died...
22:49:42.234936 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:42.238583 ---      ParallelTerminationStrategy: PID 49 died...
22:49:42.240101 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:42.243706 ---      ParallelTerminationStrategy: PID 50 died...
22:49:42.245174 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:42.248774 ---      ParallelTerminationStrategy: PID 51 died...
22:49:42.250271 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:42.253960 ---      ParallelTerminationStrategy: PID 52 died...
22:49:42.255419 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:42.259073 ---      ParallelTerminationStrategy: PID 53 died...
22:49:42.260531 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:42.264165 ---      ParallelTerminationStrategy: PID 54 died...
22:49:42.265647 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:42.269262 ---      ParallelTerminationStrategy: PID 55 died...
22:49:42.270727 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:42.274436 ---      ParallelTerminationStrategy: PID 56 died...
22:49:42.275908 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:42.279533 ---      ParallelTerminationStrategy: PID 57 died...
22:49:42.281028 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:42.284617 ---      ParallelTerminationStrategy: PID 58 died...
22:49:42.286082 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:42.289768 ---      ParallelTerminationStrategy: PID 59 died...
22:49:42.291225 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:42.294834 ---      ParallelTerminationStrategy: PID 60 died...
22:49:42.296293 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:42.299909 ---      ParallelTerminationStrategy: PID 61 died...
22:49:42.301378 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:42.304992 ---      ParallelTerminationStrategy: PID 62 died...
22:49:42.306464 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:42.310236 ---      ParallelTerminationStrategy: PID 63 died...
22:49:42.311770 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:42.315557 ---      ParallelTerminationStrategy: PID 64 died...
22:49:42.317105 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:42.320860 ---      ParallelTerminationStrategy: PID 65 died...
22:49:42.322384 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:42.326169 ---      ParallelTerminationStrategy: PID 66 died...
22:49:42.327693 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:42.331455 ---      ParallelTerminationStrategy: PID 67 died...
22:49:42.332993 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:42.336774 ---      ParallelTerminationStrategy: PID 68 died...
22:49:42.338302 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:42.342064 ---      ParallelTerminationStrategy: PID 69 died...
22:49:42.343577 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:42.347334 ---      ParallelTerminationStrategy: PID 70 died...
22:49:42.348882 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:42.352570 ---      ParallelTerminationStrategy: PID 71 died...
22:49:42.354044 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:42.357661 ---      ParallelTerminationStrategy: PID 72 died...
22:49:42.359165 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:42.362897 ---      ParallelTerminationStrategy: PID 73 died...
22:49:42.364420 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:42.368133 ---      ParallelTerminationStrategy: PID 74 died...
22:49:42.369667 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:42.373444 ---      ParallelTerminationStrategy: PID 75 died...
22:49:42.374965 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:42.378721 ---      ParallelTerminationStrategy: PID 76 died...
22:49:42.380234 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:42.383866 ---      ParallelTerminationStrategy: PID 77 died...
22:49:42.385354 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:42.388944 ---      ParallelTerminationStrategy: PID 78 died...
22:49:42.390405 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:42.394026 ---      ParallelTerminationStrategy: PID 79 died...
22:49:42.395480 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:42.399115 ---      ParallelTerminationStrategy: PID 80 died...
22:49:42.400568 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:42.404175 ---      ParallelTerminationStrategy: PID 81 died...
22:49:42.405654 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:42.409297 ---      ParallelTerminationStrategy: PID 82 died...
22:49:42.410754 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:42.414304 ---      ParallelTerminationStrategy: PID 83 died...
22:49:42.415723 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:42.419246 ---      ParallelTerminationStrategy: PID 84 died...
22:49:42.420684 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:42.424193 ---      ParallelTerminationStrategy: PID 85 died...
22:49:42.425618 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:42.429170 ---      ParallelTerminationStrategy: PID 86 died...
22:49:42.430608 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:42.434141 ---      ParallelTerminationStrategy: PID 87 died...
22:49:42.435565 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:42.439107 ---      ParallelTerminationStrategy: PID 88 died...
22:49:42.440590 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:42.444205 ---      ParallelTerminationStrategy: PID 89 died...
22:49:42.445681 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:42.449237 ---      ParallelTerminationStrategy: PID 90 died...
22:49:42.450701 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:42.454291 ---      ParallelTerminationStrategy: PID 91 died...
22:49:42.455725 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:42.459256 ---      ParallelTerminationStrategy: PID 92 died...
22:49:42.460696 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:42.464252 ---      ParallelTerminationStrategy: PID 93 died...
22:49:42.465711 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:42.469229 ---      ParallelTerminationStrategy: PID 94 died...
22:49:42.470655 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:42.474221 ---      ParallelTerminationStrategy: PID 95 died...
22:49:42.475643 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:42.479190 ---      ParallelTerminationStrategy: PID 96 died...
22:49:42.480687 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:42.484318 ---      ParallelTerminationStrategy: PID 97 died...
22:49:42.485776 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:42.489400 ---      ParallelTerminationStrategy: PID 98 died...
22:49:42.490872 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:42.494647 ---      ParallelTerminationStrategy: PID 99 died...
22:49:42.496168 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:42.499782 ---      ParallelTerminationStrategy: PID 100 died...
22:49:42.501284 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:42.504929 ---      ParallelTerminationStrategy: PID 101 died...
22:49:42.506385 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:42.509998 ---      ParallelTerminationStrategy: PID 102 died...
22:49:42.511484 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:42.515091 ---      ParallelTerminationStrategy: PID 103 died...
22:49:42.516542 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:42.520155 ---      ParallelTerminationStrategy: PID 104 died...
22:49:42.521644 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:42.525262 ---      ParallelTerminationStrategy: PID 105 died...
22:49:42.526732 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:42.530346 ---      ParallelTerminationStrategy: PID 106 died...
22:49:42.531802 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:42.535419 ---      ParallelTerminationStrategy: PID 107 died...
22:49:42.536918 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:42.540521 ---      ParallelTerminationStrategy: PID 108 died...
22:49:42.541986 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:42.545617 ---      ParallelTerminationStrategy: PID 109 died...
22:49:42.547121 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:42.550894 ---      ParallelTerminationStrategy: PID 110 died...
22:49:42.552429 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:42.556195 ---      ParallelTerminationStrategy: PID 111 died...
22:49:42.557718 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:42.561487 ---      ParallelTerminationStrategy: PID 112 died...
22:49:42.563014 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:42.566789 ---      ParallelTerminationStrategy: PID 113 died...
22:49:42.568316 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:42.572095 ---      ParallelTerminationStrategy: PID 114 died...
22:49:42.573620 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:42.577440 ---      ParallelTerminationStrategy: PID 115 died...
22:49:42.579113 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:42.582884 ---      ParallelTerminationStrategy: PID 116 died...
22:49:42.584407 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:42.588160 ---      ParallelTerminationStrategy: PID 117 died...
22:49:42.589643 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:42.593478 ---      ParallelTerminationStrategy: PID 118 died...
22:49:42.594971 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:42.598723 ---      ParallelTerminationStrategy: PID 119 died...
22:49:42.600251 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:42.603878 ---      ParallelTerminationStrategy: PID 120 died...
22:49:42.605381 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:42.608988 ---      ParallelTerminationStrategy: PID 121 died...
22:49:42.610442 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:42.614062 ---      ParallelTerminationStrategy: PID 122 died...
22:49:42.615523 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:42.619149 ---      ParallelTerminationStrategy: PID 123 died...
22:49:42.620611 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:42.624228 ---      ParallelTerminationStrategy: PID 124 died...
22:49:42.625708 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:42.629304 ---      ParallelTerminationStrategy: PID 125 died...
22:49:42.630772 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:42.634390 ---      ParallelTerminationStrategy: PID 126 died...
22:49:42.635841 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:42.639434 ---      ParallelTerminationStrategy: PID 127 died...
22:49:42.640927 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:42.644500 ---      ParallelTerminationStrategy: PID 128 died...
22:49:42.645980 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:42.649574 ---      ParallelTerminationStrategy: PID 129 died...
22:49:42.651021 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:42.654632 ---      ParallelTerminationStrategy: PID 130 died...
22:49:42.656095 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:42.659728 ---      ParallelTerminationStrategy: PID 131 died...
22:49:42.661219 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:42.664844 ---      ParallelTerminationStrategy: PID 132 died...
22:49:42.666312 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:42.669918 ---      ParallelTerminationStrategy: PID 133 died...
22:49:42.671373 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:42.675000 ---      ParallelTerminationStrategy: PID 134 died...
22:49:42.676518 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:42.680257 ---      ParallelTerminationStrategy: PID 135 died...
22:49:42.681773 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:42.685656 ---      ParallelTerminationStrategy: PID 136 died...
22:49:42.687188 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:42.690976 ---      ParallelTerminationStrategy: PID 137 died...
22:49:42.692505 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:42.696278 ---      ParallelTerminationStrategy: PID 138 died...
22:49:42.697833 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:42.701587 ---      ParallelTerminationStrategy: PID 139 died...
22:49:42.703100 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:42.706849 ---      ParallelTerminationStrategy: PID 140 died...
22:49:42.708346 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:42.712069 ---      ParallelTerminationStrategy: PID 141 died...
22:49:42.713577 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:42.717376 ---      ParallelTerminationStrategy: PID 142 died...
22:49:42.718886 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:42.722475 ---      ParallelTerminationStrategy: PID 143 died...
22:49:42.723913 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:42.727486 ---      ParallelTerminationStrategy: PID 144 died...
22:49:42.728947 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:42.732674 ---      ParallelTerminationStrategy: PID 145 died...
22:49:42.734191 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:42.737928 ---      ParallelTerminationStrategy: PID 146 died...
22:49:42.739440 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:42.743158 ---      ParallelTerminationStrategy: PID 147 died...
22:49:42.744663 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:42.748399 ---      ParallelTerminationStrategy: PID 148 died...
22:49:42.749953 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:42.753711 ---      ParallelTerminationStrategy: PID 149 died...
22:49:42.755204 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:42.758924 ---      ParallelTerminationStrategy: PID 150 died...
22:49:42.760440 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:42.764153 ---      ParallelTerminationStrategy: PID 151 died...
22:49:42.765683 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:42.769419 ---      ParallelTerminationStrategy: PID 152 died...
22:49:42.770924 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:42.774652 ---      ParallelTerminationStrategy: PID 153 died...
22:49:42.776155 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:42.779905 ---      ParallelTerminationStrategy: PID 154 died...
22:49:42.781460 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:42.785188 ---      ParallelTerminationStrategy: PID 155 died...
22:49:42.786682 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:42.790305 ---      ParallelTerminationStrategy: PID 156 died...
22:49:42.791814 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:42.795585 ---      ParallelTerminationStrategy: PID 157 died...
22:49:42.797080 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:42.800828 ---      ParallelTerminationStrategy: PID 158 died...
22:49:42.802332 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:42.806075 ---      ParallelTerminationStrategy: PID 159 died...
22:49:42.807577 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:42.811342 ---      ParallelTerminationStrategy: PID 160 died...
22:49:42.812856 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:42.816562 ---      ParallelTerminationStrategy: PID 161 died...
22:49:42.818085 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:42.821808 ---      ParallelTerminationStrategy: PID 162 died...
22:49:42.823310 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:42.827029 ---      ParallelTerminationStrategy: PID 163 died...
22:49:42.828533 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:42.832271 ---      ParallelTerminationStrategy: PID 164 died...
22:49:42.833787 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:42.837510 ---      ParallelTerminationStrategy: PID 165 died...
22:49:42.839010 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:42.842711 ---      ParallelTerminationStrategy: PID 166 died...
22:49:42.844204 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:42.847954 ---      ParallelTerminationStrategy: PID 167 died...
22:49:42.849490 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:42.853198 ---      ParallelTerminationStrategy: PID 168 died...
22:49:42.854696 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:42.858441 ---      ParallelTerminationStrategy: PID 169 died...
22:49:42.859941 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:42.863653 ---      ParallelTerminationStrategy: PID 170 died...
22:49:42.865152 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:42.868886 ---      ParallelTerminationStrategy: PID 171 died...
22:49:42.870388 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:42.874113 ---      ParallelTerminationStrategy: PID 172 died...
22:49:42.875625 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:42.879382 ---      ParallelTerminationStrategy: PID 173 died...
22:49:42.880886 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:42.884579 ---      ParallelTerminationStrategy: PID 174 died...
22:49:42.886048 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:42.889642 ---      ParallelTerminationStrategy: PID 175 died...
22:49:42.891094 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:42.894675 ---      ParallelTerminationStrategy: PID 176 died...
22:49:42.896139 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:42.899745 ---      ParallelTerminationStrategy: PID 177 died...
22:49:42.901219 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:42.904841 ---      ParallelTerminationStrategy: PID 178 died...
22:49:42.906339 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:42.910085 ---      ParallelTerminationStrategy: PID 179 died...
22:49:42.911591 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:42.915362 ---      ParallelTerminationStrategy: PID 180 died...
22:49:42.916895 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:42.920664 ---      ParallelTerminationStrategy: PID 181 died...
22:49:42.922182 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:42.925974 ---      ParallelTerminationStrategy: PID 182 died...
22:49:42.927505 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:42.931406 ---      ParallelTerminationStrategy: PID 183 died...
22:49:42.932969 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:42.936713 ---      ParallelTerminationStrategy: PID 184 died...
22:49:42.938225 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:42.941973 ---      ParallelTerminationStrategy: PID 185 died...
22:49:42.943491 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:42.947282 ---      ParallelTerminationStrategy: PID 186 died...
22:49:42.948795 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:42.952565 ---      ParallelTerminationStrategy: PID 187 died...
22:49:42.954066 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:42.957797 ---      ParallelTerminationStrategy: PID 188 died...
22:49:42.959294 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:42.963013 ---      ParallelTerminationStrategy: PID 189 died...
22:49:42.964518 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:42.968235 ---      ParallelTerminationStrategy: PID 190 died...
22:49:42.969734 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:42.973504 ---      ParallelTerminationStrategy: PID 191 died...
22:49:42.975009 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:42.978750 ---      ParallelTerminationStrategy: PID 192 died...
22:49:42.980247 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:42.983970 ---      ParallelTerminationStrategy: PID 193 died...
22:49:42.985462 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:42.989261 ---      ParallelTerminationStrategy: PID 194 died...
22:49:42.990757 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:42.994490 ---      ParallelTerminationStrategy: PID 195 died...
22:49:42.995991 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:42.999722 ---      ParallelTerminationStrategy: PID 196 died...
22:49:43.001270 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:43.005017 ---      ParallelTerminationStrategy: PID 197 died...
22:49:43.006645 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:43.010411 ---      ParallelTerminationStrategy: PID 198 died...
22:49:43.011931 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:43.015689 ---      ParallelTerminationStrategy: PID 199 died...
22:49:43.017212 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:43.021021 ---      ParallelTerminationStrategy: PID 200 died...
22:49:43.022551 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:43.026278 ---      ParallelTerminationStrategy: PID 201 died...
22:49:43.027789 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:43.031555 ---      ParallelTerminationStrategy: PID 202 died...
22:49:43.033062 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:43.036822 ---      ParallelTerminationStrategy: PID 203 died...
22:49:43.038333 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:43.042109 ---      ParallelTerminationStrategy: PID 204 died...
22:49:43.043605 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:43.047343 ---      ParallelTerminationStrategy: PID 205 died...
22:49:43.048864 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:43.052570 ---      ParallelTerminationStrategy: PID 206 died...
22:49:43.054085 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:43.057841 ---      ParallelTerminationStrategy: PID 207 died...
22:49:43.059339 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:43.063062 ---      ParallelTerminationStrategy: PID 208 died...
22:49:43.064561 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:43.068288 ---      ParallelTerminationStrategy: PID 209 died...
22:49:43.069821 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:43.073538 ---      ParallelTerminationStrategy: PID 210 died...
22:49:43.075037 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:43.078744 ---      ParallelTerminationStrategy: PID 211 died...
22:49:43.080241 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:43.084014 ---      ParallelTerminationStrategy: PID 212 died...
22:49:43.085541 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:43.089297 ---      ParallelTerminationStrategy: PID 213 died...
22:49:43.090811 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:43.094558 ---      ParallelTerminationStrategy: PID 214 died...
22:49:43.096058 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:43.099802 ---      ParallelTerminationStrategy: PID 215 died...
22:49:43.101307 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:43.105026 ---      ParallelTerminationStrategy: PID 216 died...
22:49:43.106519 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:43.110234 ---      ParallelTerminationStrategy: PID 217 died...
22:49:43.111726 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:43.115479 ---      ParallelTerminationStrategy: PID 218 died...
22:49:43.116990 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:43.120736 ---      ParallelTerminationStrategy: PID 219 died...
22:49:43.122252 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:43.125993 ---      ParallelTerminationStrategy: PID 220 died...
22:49:43.127501 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:43.131240 ---      ParallelTerminationStrategy: PID 221 died...
22:49:43.132755 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:43.136453 ---      ParallelTerminationStrategy: PID 222 died...
22:49:43.137962 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:43.141688 ---      ParallelTerminationStrategy: PID 223 died...
22:49:43.143188 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:43.146937 ---      ParallelTerminationStrategy: PID 224 died...
22:49:43.148441 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:43.152199 ---      ParallelTerminationStrategy: PID 225 died...
22:49:43.153707 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:43.157429 ---      ParallelTerminationStrategy: PID 226 died...
22:49:43.158938 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:43.162673 ---      ParallelTerminationStrategy: PID 227 died...
22:49:43.164178 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:43.167907 ---      ParallelTerminationStrategy: PID 228 died...
22:49:43.169410 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:43.173170 ---      ParallelTerminationStrategy: PID 229 died...
22:49:43.174678 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:43.178439 ---      ParallelTerminationStrategy: PID 230 died...
22:49:43.179938 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:43.183646 ---      ParallelTerminationStrategy: PID 231 died...
22:49:43.185139 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:43.188880 ---      ParallelTerminationStrategy: PID 232 died...
22:49:43.190380 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:43.194106 ---      ParallelTerminationStrategy: PID 233 died...
22:49:43.195617 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:43.199489 ---      ParallelTerminationStrategy: PID 234 died...
22:49:43.201006 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:46.604400 ---      ParallelTerminationStrategy: PID 34 died...
22:49:46.606076 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7934 netreg_mass PASS
---------------------------------------------------------------------
22:49:46.687120 tst                       trial-7934: Storing JUnit report in /build/trial-7934/run.2025-04-12_22-48-15/trial-7934.xml

--------------------------------------------------------------------------------------------
trial-7934 PASS
--------------------------------------------------------------------------------------------
22:49:46.698085 tst                       trial-7934: trial-7934: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (85.0 sec)
+ exit_code=0
+ rm -rf trial-7934/inst
+ cd trial-7934
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-04-12 22:48:15
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7934-run.tgz run.2025-04-12_22-48-15
+ tar czf /build/trial-7934-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-04-12_22_11_41.tgz osmo-bts-oc2g.build-2025-04-12_00_51_39.tgz osmo-bts-sysmo.build-2025-04-12_00_51_38.tgz osmo-bts.build-2025-04-12_00_51_42.tgz osmo-ggsn.build-2025-04-12_20_42_31.tgz osmo-hlr.build-2025-04-12_16_37_05.tgz osmo-hnbgw.build-2025-04-12_22_16_21.tgz osmo-mgw.build-2025-04-12_08_33_14.tgz osmo-msc.build-2025-04-12_22_20_21.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-12_07_34_01.tgz osmo-pcu-sysmo.build-2025-04-12_07_34_02.tgz osmo-pcu.build-2025-04-12_07_34_02.tgz osmo-sgsn.build-2025-04-12_22_18_53.tgz osmo-stp.build-2025-04-12_22_08_19.tgz osmo-trx.build-2025-04-12_14_27_33.tgz osmocom-bb.build-2025-04-12_21_17_15.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