Skip to content
Success

Console Output

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#15 [18/28] RUN	SET -x && 	mkdir -p /tmp/mongodb && 	cd /tmp/mongodb && 	wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && 	wget "http://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
#15 CACHED

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

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

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

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

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

#21 [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
#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 [ 6/28] RUN	PIP3 install --break-system-packages 		"git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" 		pydbus 		pyusb 		pysispm 		pymongo
#23 CACHED

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

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

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

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

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

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

#30 [15/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		telnet 		libosmocore-dev 		libosmo-abis-dev 		libosmo-gsup-client-dev 		libosmo-netif-dev 		libosmo-ranap-dev 		libosmo-sigtran-dev 		libsmpp34-dev 		libgtp-dev 		libasn1c-dev && 	apt-get clean
#30 CACHED

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:965818f4a41063970a05611ab8cc462b4c35a36c33aa9f9d34da6c410d3e6874 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=7853 -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-01-21 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7853
+ mkdir -p trial-7853
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-01-21_16_16_16.tgz osmo-bts-oc2g.build-2025-01-21_00_51_31.tgz osmo-bts-sysmo.build-2025-01-21_00_51_30.tgz osmo-bts.build-2025-01-21_00_51_45.tgz osmo-ggsn.build-2025-01-21_20_42_40.tgz osmo-hlr.build-2025-01-21_16_37_04.tgz osmo-hnbgw.build-2025-01-21_14_48_57.tgz osmo-mgw.build-2025-01-21_16_13_21.tgz osmo-msc.build-2025-01-21_16_19_25.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-01-21_07_40_51.tgz osmo-pcu-sysmo.build-2025-01-21_07_40_45.tgz osmo-pcu.build-2025-01-21_07_40_47.tgz osmo-sgsn.build-2025-01-21_20_48_32.tgz osmo-stp.build-2025-01-21_13_30_01.tgz osmo-trx.build-2025-01-21_14_51_54.tgz osmocom-bb.build-2025-01-21_21_17_18.tgz srslte.build-19.tgz trial-7853
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-01-21_16_16_16.md5 osmo-bts-oc2g.build-2025-01-21_00_51_31.md5 osmo-bts-sysmo.build-2025-01-21_00_51_30.md5 osmo-bts.build-2025-01-21_00_51_45.md5 osmo-ggsn.build-2025-01-21_20_42_40.md5 osmo-hlr.build-2025-01-21_16_37_04.md5 osmo-hnbgw.build-2025-01-21_14_48_57.md5 osmo-mgw.build-2025-01-21_16_13_21.md5 osmo-msc.build-2025-01-21_16_19_25.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-01-21_07_40_51.md5 osmo-pcu-sysmo.build-2025-01-21_07_40_45.md5 osmo-pcu.build-2025-01-21_07_40_47.md5 osmo-sgsn.build-2025-01-21_20_48_32.md5 osmo-stp.build-2025-01-21_13_30_01.md5 osmo-trx.build-2025-01-21_14_51_54.md5 osmocom-bb.build-2025-01-21_21_17_18.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-01-21_16_16_16.md5 osmo-bts-oc2g.build-2025-01-21_00_51_31.md5 osmo-bts-sysmo.build-2025-01-21_00_51_30.md5 osmo-bts.build-2025-01-21_00_51_45.md5 osmo-ggsn.build-2025-01-21_20_42_40.md5 osmo-hlr.build-2025-01-21_16_37_04.md5 osmo-hnbgw.build-2025-01-21_14_48_57.md5 osmo-mgw.build-2025-01-21_16_13_21.md5 osmo-msc.build-2025-01-21_16_19_25.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-01-21_07_40_51.md5 osmo-pcu-sysmo.build-2025-01-21_07_40_45.md5 osmo-pcu.build-2025-01-21_07_40_47.md5 osmo-sgsn.build-2025-01-21_20_48_32.md5 osmo-stp.build-2025-01-21_13_30_01.md5 osmo-trx.build-2025-01-21_14_51_54.md5 osmocom-bb.build-2025-01-21_21_17_18.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-7853 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7853'
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-7853
--------------------------------------------------------------------------------------------
22:48:16.727679 tst                       trial-7853: Detailed log at /build/trial-7853/run.2025-01-21_22-48-16/log

---------------------------------------------------------------------
trial-7853 netreg_mass
---------------------------------------------------------------------
22:48:16.951131 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.951530 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.952407 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.953711 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.993954 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.994772 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.995934 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.074749 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-7853 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.075548 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.092157 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.092792 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.093323 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.093828 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.094351 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.094876 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.095375 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.148011 tst         register_default_mass.py: using LAC 2
22:48:17.186465 tst         register_default_mass.py: using RAC 2
22:48:17.227253 tst         register_default_mass.py: using CellId 2
22:48:17.261461 tst         register_default_mass.py: using BVCI 3
22:48:17.267372 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.268032 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.268610 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.269179 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.269736 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.270274 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.270805 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.271379 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.271951 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.272497 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.273051 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.273621 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.274207 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.274777 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.275370 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.275945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.276522 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.277136 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.277716 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.278298 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.278878 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.279460 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.280055 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.280653 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.281223 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.281785 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.282378 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.282960 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.283535 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.284133 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.284741 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.285340 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.285947 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.286591 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.287220 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.287845 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.288466 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.289109 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.289745 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.290351 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.290965 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.291593 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.292203 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.292858 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.293486 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.294094 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.294725 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.295346 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.295954 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.296578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.297216 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.297827 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.298450 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.299056 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.299655 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.300272 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.300902 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.301511 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.302119 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.302737 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.303335 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.303944 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.304564 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.305201 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.305802 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.306406 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.307028 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.307639 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.308242 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.308880 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.309485 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.310087 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.310799 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.311415 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.312024 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.312617 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.313258 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.313895 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.314523 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.315122 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.315708 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.316275 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.316872 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.317454 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.318008 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.318569 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.319155 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.319729 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.320305 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.320929 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.321527 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.322124 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.322734 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.323330 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.323937 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.324537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.325142 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.325738 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.326338 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.326930 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.327507 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.328168 tst      register_default_mass.py:21: Launching a simple network
22:48:17.339986 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.468813 run            create_hlr_db(pid=20): Launched
22:48:18.481646 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.503777 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.519112 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.525002 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.717461 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.735121 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.741787 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.212411 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.229197 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.239872 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.360779 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.376283 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.382063 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.406141 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.421343 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.427273 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.746865 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.762865 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.780976 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.944447 run         osmo-bts-virtual(pid=34): Launched
22:48:29.995530 tst         register_default_mass.py: using MSISDN 1001
22:48:30.002240 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.082408 tst         register_default_mass.py: using MSISDN 1002
22:48:30.091604 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.158408 tst         register_default_mass.py: using MSISDN 1003
22:48:30.169202 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.241992 tst         register_default_mass.py: using MSISDN 1004
22:48:30.248177 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.314464 tst         register_default_mass.py: using MSISDN 1005
22:48:30.321685 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.397399 tst         register_default_mass.py: using MSISDN 1006
22:48:30.404077 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.470384 tst         register_default_mass.py: using MSISDN 1007
22:48:30.478974 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.567581 tst         register_default_mass.py: using MSISDN 1008
22:48:30.578102 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.654451 tst         register_default_mass.py: using MSISDN 1009
22:48:30.661660 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.735938 tst         register_default_mass.py: using MSISDN 1010
22:48:30.742529 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.817629 tst         register_default_mass.py: using MSISDN 1011
22:48:30.824185 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.896553 tst         register_default_mass.py: using MSISDN 1012
22:48:30.903237 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.968922 tst         register_default_mass.py: using MSISDN 1013
22:48:30.975426 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.043944 tst         register_default_mass.py: using MSISDN 1014
22:48:31.050309 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.134071 tst         register_default_mass.py: using MSISDN 1015
22:48:31.141935 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.214330 tst         register_default_mass.py: using MSISDN 1016
22:48:31.220478 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.282931 tst         register_default_mass.py: using MSISDN 1017
22:48:31.289570 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.360037 tst         register_default_mass.py: using MSISDN 1018
22:48:31.366195 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.518926 tst         register_default_mass.py: using MSISDN 1019
22:48:31.529245 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.599516 tst         register_default_mass.py: using MSISDN 1020
22:48:31.605403 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.683879 tst         register_default_mass.py: using MSISDN 1021
22:48:31.693848 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.758407 tst         register_default_mass.py: using MSISDN 1022
22:48:31.769018 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.830107 tst         register_default_mass.py: using MSISDN 1023
22:48:31.836097 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.901531 tst         register_default_mass.py: using MSISDN 1024
22:48:31.909276 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.989449 tst         register_default_mass.py: using MSISDN 1025
22:48:31.996210 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.057582 tst         register_default_mass.py: using MSISDN 1026
22:48:32.063874 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.124048 tst         register_default_mass.py: using MSISDN 1027
22:48:32.131030 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.205179 tst         register_default_mass.py: using MSISDN 1028
22:48:32.213107 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.438209 tst         register_default_mass.py: using MSISDN 1029
22:48:32.449120 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.524889 tst         register_default_mass.py: using MSISDN 1030
22:48:32.536664 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.627598 tst         register_default_mass.py: using MSISDN 1031
22:48:32.636633 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.712382 tst         register_default_mass.py: using MSISDN 1032
22:48:32.723381 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.788585 tst         register_default_mass.py: using MSISDN 1033
22:48:32.795165 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.871592 tst         register_default_mass.py: using MSISDN 1034
22:48:32.878313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.947765 tst         register_default_mass.py: using MSISDN 1035
22:48:32.954508 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.019209 tst         register_default_mass.py: using MSISDN 1036
22:48:33.026300 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.098231 tst         register_default_mass.py: using MSISDN 1037
22:48:33.105500 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.185531 tst         register_default_mass.py: using MSISDN 1038
22:48:33.198770 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.276901 tst         register_default_mass.py: using MSISDN 1039
22:48:33.289530 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:33.369784 tst         register_default_mass.py: using MSISDN 1040
22:48:33.380177 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:33.468630 tst         register_default_mass.py: using MSISDN 1041
22:48:33.475662 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:33.605382 tst         register_default_mass.py: using MSISDN 1042
22:48:33.611413 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.730348 tst         register_default_mass.py: using MSISDN 1043
22:48:33.738222 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:33.813966 tst         register_default_mass.py: using MSISDN 1044
22:48:33.821193 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:33.883244 tst         register_default_mass.py: using MSISDN 1045
22:48:33.891410 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.963473 tst         register_default_mass.py: using MSISDN 1046
22:48:33.974611 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:34.043332 tst         register_default_mass.py: using MSISDN 1047
22:48:34.050518 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:34.121186 tst         register_default_mass.py: using MSISDN 1048
22:48:34.128221 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:34.200296 tst         register_default_mass.py: using MSISDN 1049
22:48:34.206707 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:34.279615 tst         register_default_mass.py: using MSISDN 1050
22:48:34.286395 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:34.359838 tst         register_default_mass.py: using MSISDN 1051
22:48:34.368336 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:34.439041 tst         register_default_mass.py: using MSISDN 1052
22:48:34.445789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:34.516635 tst         register_default_mass.py: using MSISDN 1053
22:48:34.523030 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:34.591372 tst         register_default_mass.py: using MSISDN 1054
22:48:34.597666 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:34.670276 tst         register_default_mass.py: using MSISDN 1055
22:48:34.676243 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:34.764747 tst         register_default_mass.py: using MSISDN 1056
22:48:34.775186 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:34.833785 tst         register_default_mass.py: using MSISDN 1057
22:48:34.841624 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:34.899732 tst         register_default_mass.py: using MSISDN 1058
22:48:34.906314 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:34.978990 tst         register_default_mass.py: using MSISDN 1059
22:48:34.986451 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:35.068376 tst         register_default_mass.py: using MSISDN 1060
22:48:35.080309 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:35.159510 tst         register_default_mass.py: using MSISDN 1061
22:48:35.169199 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:35.237867 tst         register_default_mass.py: using MSISDN 1062
22:48:35.248334 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:35.327781 tst         register_default_mass.py: using MSISDN 1063
22:48:35.336266 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:35.399435 tst         register_default_mass.py: using MSISDN 1064
22:48:35.406184 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:35.473058 tst         register_default_mass.py: using MSISDN 1065
22:48:35.482525 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:35.543722 tst         register_default_mass.py: using MSISDN 1066
22:48:35.557058 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:35.637050 tst         register_default_mass.py: using MSISDN 1067
22:48:35.649454 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:35.720001 tst         register_default_mass.py: using MSISDN 1068
22:48:35.729391 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:35.852431 tst         register_default_mass.py: using MSISDN 1069
22:48:35.861392 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:35.925495 tst         register_default_mass.py: using MSISDN 1070
22:48:35.931974 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:35.992313 tst         register_default_mass.py: using MSISDN 1071
22:48:35.998784 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:36.071808 tst         register_default_mass.py: using MSISDN 1072
22:48:36.080202 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:36.149165 tst         register_default_mass.py: using MSISDN 1073
22:48:36.155694 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:36.218675 tst         register_default_mass.py: using MSISDN 1074
22:48:36.226746 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:36.307171 tst         register_default_mass.py: using MSISDN 1075
22:48:36.314160 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:36.380253 tst         register_default_mass.py: using MSISDN 1076
22:48:36.386900 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:36.454921 tst         register_default_mass.py: using MSISDN 1077
22:48:36.461306 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:36.523767 tst         register_default_mass.py: using MSISDN 1078
22:48:36.533428 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:36.617379 tst         register_default_mass.py: using MSISDN 1079
22:48:36.623816 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:36.699196 tst         register_default_mass.py: using MSISDN 1080
22:48:36.705657 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:36.777296 tst         register_default_mass.py: using MSISDN 1081
22:48:36.787721 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:36.877154 tst         register_default_mass.py: using MSISDN 1082
22:48:36.884292 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:36.968223 tst         register_default_mass.py: using MSISDN 1083
22:48:36.978137 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:37.053901 tst         register_default_mass.py: using MSISDN 1084
22:48:37.065717 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:37.357197 tst         register_default_mass.py: using MSISDN 1085
22:48:37.367808 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:37.430070 tst         register_default_mass.py: using MSISDN 1086
22:48:37.440505 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:37.511402 tst         register_default_mass.py: using MSISDN 1087
22:48:37.524663 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:37.600734 tst         register_default_mass.py: using MSISDN 1088
22:48:37.611784 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:37.678600 tst         register_default_mass.py: using MSISDN 1089
22:48:37.686458 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:37.774615 tst         register_default_mass.py: using MSISDN 1090
22:48:37.782115 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:37.843859 tst         register_default_mass.py: using MSISDN 1091
22:48:37.853852 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:37.916353 tst         register_default_mass.py: using MSISDN 1092
22:48:37.922816 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:37.998780 tst         register_default_mass.py: using MSISDN 1093
22:48:38.006134 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:38.082426 tst         register_default_mass.py: using MSISDN 1094
22:48:38.088529 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:38.157109 tst         register_default_mass.py: using MSISDN 1095
22:48:38.165035 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:38.241701 tst         register_default_mass.py: using MSISDN 1096
22:48:38.249457 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:38.330621 tst         register_default_mass.py: using MSISDN 1097
22:48:38.337777 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:38.404964 tst         register_default_mass.py: using MSISDN 1098
22:48:38.410609 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:38.479838 tst         register_default_mass.py: using MSISDN 1099
22:48:38.486456 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:38.561379 tst         register_default_mass.py: using MSISDN 1100
22:48:38.567404 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:38.689971 run                             mass: Starting testcase
22:48:38.696099 run                             mass: Pre-launching all virtphy's
22:48:38.701915 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:38.716099 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:38.723019 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:38.738393 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:38.745649 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:38.761235 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:38.768402 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:38.783108 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:38.789701 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:38.803605 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:38.810160 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:38.825244 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:38.832366 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:38.847990 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:38.855321 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:38.871396 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:38.878843 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:38.894934 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:38.902389 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:38.918444 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:38.925927 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:38.942112 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:38.949735 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:38.966193 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:38.973824 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:38.990324 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:38.998339 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:39.015298 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:39.023046 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:39.039548 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:39.046632 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:39.062232 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:39.069395 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:39.084051 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:39.090724 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:39.105492 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:39.112540 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:39.128287 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:39.135608 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:39.151618 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:39.158890 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:39.174286 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:39.181291 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:39.196915 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:39.205875 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:39.221629 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:39.229880 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:39.246518 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:39.255717 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:39.272416 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:39.280549 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:39.296336 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:39.303679 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:39.324640 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:39.331384 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:39.346453 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:39.353510 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:39.368506 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:39.375520 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:39.390981 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:39.398270 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:39.414348 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:39.421700 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:39.437844 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:39.445350 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:39.461933 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:39.469584 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:39.485503 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:39.492753 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:39.508438 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:39.515941 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:39.531928 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:39.539222 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:39.555302 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:39.562847 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:39.579565 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:39.587410 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:39.604060 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:39.611780 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:39.628201 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:39.635941 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:39.651710 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:39.658922 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:39.674624 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:39.682010 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:39.697623 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:39.704814 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:39.720054 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:39.727187 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:39.742757 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:39.749721 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:39.764832 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:39.771871 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:39.786931 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:39.794257 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:39.811707 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:39.818934 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:39.834362 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:39.841659 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:39.857079 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:39.864333 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:39.880113 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:39.887810 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:39.903762 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:39.911153 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:39.927525 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:39.934617 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:39.950185 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:39.958043 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:39.981905 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:39.989094 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:40.004413 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:40.011615 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:40.026972 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:40.034661 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:40.050548 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:40.058001 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:40.073197 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:40.080065 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:40.096195 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:40.103179 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:40.118181 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:40.125398 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:40.141119 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:40.148645 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:40.164412 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:40.171532 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:40.187419 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:40.194850 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:40.210568 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:40.217782 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:40.233543 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:40.241058 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:40.257070 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:40.264593 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:40.281076 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:40.288815 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:40.304773 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:40.312180 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:40.329404 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:40.337114 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:40.352808 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:40.360012 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:40.375663 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:40.385487 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:40.401965 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:40.409418 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:40.425660 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:40.433216 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:40.448820 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:40.456038 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:40.472324 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:40.479847 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:40.495898 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:40.503102 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:40.519133 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:40.526475 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:40.542184 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:40.549384 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:40.565641 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:40.573335 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:40.590167 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:40.598066 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:40.615006 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:40.622686 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:40.639839 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:40.647756 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:40.664914 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:40.672857 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:40.689499 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:40.697425 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:40.714107 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:40.721706 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:40.738592 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:40.747657 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:40.764524 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:40.772225 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:40.788970 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:40.796585 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:40.812638 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:40.819800 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:40.835490 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:40.842836 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:40.858713 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:40.865982 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:40.881871 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:40.889283 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:40.905493 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:40.913116 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:40.929115 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:40.936358 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:40.952051 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:40.959445 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:40.975633 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:40.983397 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:41.000075 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:41.007166 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:41.022657 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:41.029737 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:41.045521 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:41.052726 run                             mass: Checking if sockets are in the filesystem
22:48:41.067438 run                osmo-ms-mob/00000: Starting mobile
22:48:41.083315 run       osmo-ms-mob/00000(pid=135): Launched
22:48:41.098508 run                             mass: MS start registered  {at=730626.801838896, delay=0.007867536973208189, ms=00000}
22:48:45.265934 run                osmo-ms-mob/00001: Starting mobile
22:48:45.279349 run       osmo-ms-mob/00001(pid=136): Launched
22:48:45.290555 run                             mass: MS start registered  {at=730630.993896758, delay=0.004869329975917935, ms=00001}
22:48:47.065978 run                osmo-ms-mob/00002: Starting mobile
22:48:47.079197 run       osmo-ms-mob/00002(pid=137): Launched
22:48:47.090545 run                             mass: MS start registered  {at=730632.793890951, delay=0.005303091951645911, ms=00002}
22:48:47.423577 run                             mass: MS performed LU  {at=730633.126888557, lu_delay=6.325049660983495, ms=00000}
22:48:48.366623 run                osmo-ms-mob/00003: Starting mobile
22:48:48.380562 run       osmo-ms-mob/00003(pid=138): Launched
22:48:48.391589 run                             mass: MS start registered  {at=730634.094933526, delay=0.005029723048210144, ms=00003}
22:48:49.466109 run                osmo-ms-mob/00004: Starting mobile
22:48:49.480834 run       osmo-ms-mob/00004(pid=139): Launched
22:48:49.492111 run                             mass: MS start registered  {at=730635.195458794, delay=0.004911954049021006, ms=00004}
22:48:50.465629 run                osmo-ms-mob/00005: Starting mobile
22:48:50.479370 run       osmo-ms-mob/00005(pid=140): Launched
22:48:50.490862 run                             mass: MS start registered  {at=730636.194208788, delay=0.004854360013268888, ms=00005}
22:48:51.188799 run                             mass: MS performed LU  {at=730636.892128233, lu_delay=5.898231475031935, ms=00001}
22:48:51.366217 run                osmo-ms-mob/00006: Starting mobile
22:48:51.379994 run       osmo-ms-mob/00006(pid=141): Launched
22:48:51.391097 run                             mass: MS start registered  {at=730637.094444374, delay=0.004989999928511679, ms=00006}
22:48:52.390957 run                osmo-ms-mob/00007: Starting mobile
22:48:52.536449 run       osmo-ms-mob/00007(pid=142): Launched
22:48:52.543134 run                             mass: Starting too slowly. Moving on {now=730638.246499086, sleep=-0.1835105667123571, target=730638.0629885193}
22:48:52.549241 run                             mass: Starting too slowly. Moving on {now=730638.252608837, sleep=-0.08962031768169254, target=730638.1629885193}
22:48:52.556584 run                             mass: MS start registered  {at=730638.259929473, delay=0.013434087042696774, ms=00007}
22:48:52.562883 run                             mass: Starting too slowly. Moving on {now=730638.266252692, sleep=-0.00326417270116508, target=730638.2629885193}
22:48:53.180208 run                osmo-ms-mob/00008: Starting mobile
22:48:53.285711 run       osmo-ms-mob/00008(pid=143): Launched
22:48:53.293998 run                             mass: Starting too slowly. Moving on {now=730638.997362528, sleep=-0.13437400886323303, target=730638.8629885191}
22:48:53.299994 run                             mass: MS performed LU  {at=730639.003345098, lu_delay=4.908411571988836, ms=00003}
22:48:53.306093 run                             mass: Starting too slowly. Moving on {now=730639.009459228, sleep=-0.04647070891223848, target=730638.9629885191}
22:48:53.312038 run                             mass: MS performed LU  {at=730639.015391626, lu_delay=6.22150067507755, ms=00002}
22:48:53.318064 run                             mass: MS start registered  {at=730639.02142826, delay=0.024068493046797812, ms=00008}
22:48:53.770791 run                osmo-ms-mob/00009: Starting mobile
22:48:53.795216 run       osmo-ms-mob/00009(pid=144): Launched
22:48:53.807561 run                             mass: MS start registered  {at=730639.510879321, delay=0.005287940031848848, ms=00009}
22:48:54.474079 run                osmo-ms-mob/00010: Starting mobile
22:48:54.509923 run       osmo-ms-mob/00010(pid=145): Launched
22:48:54.526337 run                             mass: MS start registered  {at=730640.229673477, delay=3.956502769142389e-05, ms=00010}
22:48:54.955237 run                             mass: MS performed LU  {at=730640.658543789, lu_delay=5.463084994931705, ms=00004}
22:48:55.068070 run                osmo-ms-mob/00011: Starting mobile
22:48:55.089221 run       osmo-ms-mob/00011(pid=146): Launched
22:48:55.113453 run                             mass: MS start registered  {at=730640.816762568, delay=0.013861845014616847, ms=00011}
22:48:55.489960 run                             mass: MS performed LU  {at=730641.193275981, lu_delay=4.999067193013616, ms=00005}
22:48:55.668469 run                osmo-ms-mob/00012: Starting mobile
22:48:55.689871 run       osmo-ms-mob/00012(pid=147): Launched
22:48:55.714552 run                             mass: MS start registered  {at=730641.417860229, delay=0.01569053204730153, ms=00012}
22:48:56.266562 run                osmo-ms-mob/00013: Starting mobile
22:48:56.281365 run       osmo-ms-mob/00013(pid=148): Launched
22:48:56.293403 run                             mass: MS start registered  {at=730641.996749441, delay=0.005299487034790218, ms=00013}
22:48:56.856968 run                             mass: MS performed LU  {at=730642.560263643, lu_delay=5.4658192690694705, ms=00006}
22:48:56.879475 run                osmo-ms-mob/00014: Starting mobile
22:48:56.898440 run       osmo-ms-mob/00014(pid=149): Launched
22:48:56.922226 run                             mass: MS start registered  {at=730642.62553728, delay=0.013852881966158748, ms=00014}
22:48:57.474688 run                osmo-ms-mob/00015: Starting mobile
22:48:57.511310 run       osmo-ms-mob/00015(pid=150): Launched
22:48:57.537480 run                             mass: MS start registered  {at=730643.24079152, delay=0.00772384402807802, ms=00015}
22:48:57.969697 run                osmo-ms-mob/00016: Starting mobile
22:48:57.990908 run       osmo-ms-mob/00016(pid=151): Launched
22:48:58.009895 run                             mass: MS start registered  {at=730643.713203246, delay=0.010041504050604999, ms=00016}
22:48:58.473386 run                osmo-ms-mob/00017: Starting mobile
22:48:58.506537 run       osmo-ms-mob/00017(pid=152): Launched
22:48:58.522335 run                             mass: MS start registered  {at=730644.225653155, delay=0.006831882055848837, ms=00017}
22:48:58.721133 run                             mass: MS performed LU  {at=730644.424433239, lu_delay=4.913553918013349, ms=00009}
22:48:58.767202 run                             mass: MS performed LU  {at=730644.470528777, lu_delay=6.210599303944036, ms=00007}
22:48:58.786043 run                             mass: MS performed LU  {at=730644.489349338, lu_delay=5.467921077972278, ms=00008}
22:48:59.074572 run                osmo-ms-mob/00018: Starting mobile
22:48:59.110747 run       osmo-ms-mob/00018(pid=153): Launched
22:48:59.135580 run                             mass: MS start registered  {at=730644.838894073, delay=0.007127890014089644, ms=00018}
22:48:59.473654 run                osmo-ms-mob/00019: Starting mobile
22:48:59.509262 run       osmo-ms-mob/00019(pid=154): Launched
22:48:59.534429 run                             mass: MS start registered  {at=730645.237731239, delay=0.0073746839771047235, ms=00019}
22:48:59.968337 run                osmo-ms-mob/00020: Starting mobile
22:48:59.987848 run       osmo-ms-mob/00020(pid=155): Launched
22:49:00.006892 run                             mass: MS start registered  {at=730645.7102054, delay=0.004347875015810132, ms=00020}
22:49:00.470475 run                osmo-ms-mob/00021: Starting mobile
22:49:00.490798 run       osmo-ms-mob/00021(pid=156): Launched
22:49:00.503441 run                             mass: MS performed LU  {at=730646.206748717, lu_delay=5.389986149035394, ms=00011}
22:49:00.516958 run                             mass: MS start registered  {at=730646.220314784, delay=0.015382613986730576, ms=00021}
22:49:00.526351 run                             mass: MS performed LU  {at=730646.229696994, lu_delay=4.811836764914915, ms=00012}
22:49:00.622482 run                             mass: MS performed LU  {at=730646.325797871, lu_delay=6.096124393981881, ms=00010}
22:49:00.640199 run                osmo-ms-mob/00022: Starting mobile
22:49:00.660280 run       osmo-ms-mob/00022(pid=157): Launched
22:49:00.683219 run                             mass: MS start registered  {at=730646.386547658, delay=0.010283285984769464, ms=00022}
22:49:01.376279 run                osmo-ms-mob/00023: Starting mobile
22:49:01.415102 run       osmo-ms-mob/00023(pid=158): Launched
22:49:01.441070 run                             mass: MS start registered  {at=730647.144372907, delay=0.008158870041370392, ms=00023}
22:49:01.775114 run                osmo-ms-mob/00024: Starting mobile
22:49:01.811218 run       osmo-ms-mob/00024(pid=159): Launched
22:49:01.829393 run                             mass: MS start registered  {at=730647.532713794, delay=0.001733717042952776, ms=00024}
22:49:02.274830 run                osmo-ms-mob/00025: Starting mobile
22:49:02.312435 run       osmo-ms-mob/00025(pid=160): Launched
22:49:02.338119 run                             mass: MS start registered  {at=730648.041414333, delay=0.0078826320823282, ms=00025}
22:49:02.486753 run                             mass: MS performed LU  {at=730648.190045378, lu_delay=6.1932959370315075, ms=00013}
22:49:02.532766 run                             mass: MS performed LU  {at=730648.236068854, lu_delay=5.610531573998742, ms=00014}
22:49:02.553734 run                osmo-ms-mob/00026: Starting mobile
22:49:02.590658 run       osmo-ms-mob/00026(pid=161): Launched
22:49:02.608486 run                             mass: MS performed LU  {at=730648.311818822, lu_delay=5.0710273020667955, ms=00015}
22:49:02.625801 run                             mass: MS start registered  {at=730648.329148086, delay=0.01737926504574716, ms=00026}
22:49:02.657411 run                             mass: MS performed LU  {at=730648.36073553, lu_delay=4.6475322840269655, ms=00016}
22:49:03.066745 run                osmo-ms-mob/00027: Starting mobile
22:49:03.084581 run       osmo-ms-mob/00027(pid=162): Launched
22:49:03.101978 run                             mass: MS start registered  {at=730648.805310331, delay=4.571909084916115e-05, ms=00027}
22:49:03.522425 run                osmo-ms-mob/00028: Starting mobile
22:49:03.565361 run       osmo-ms-mob/00028(pid=163): Launched
22:49:03.578506 run                             mass: Starting too slowly. Moving on {now=730649.281866537, sleep=-0.018878020346164703, target=730649.2629885167}
22:49:03.586008 run                             mass: MS start registered  {at=730649.289363735, delay=0.007501348969526589, ms=00028}
22:49:03.875704 run                osmo-ms-mob/00029: Starting mobile
22:49:03.912538 run       osmo-ms-mob/00029(pid=164): Launched
22:49:03.935117 run                             mass: MS start registered  {at=730649.638430987, delay=0.0058566160732880235, ms=00029}
22:49:04.272364 run                osmo-ms-mob/00030: Starting mobile
22:49:04.298012 run       osmo-ms-mob/00030(pid=165): Launched
22:49:04.315253 run                             mass: MS performed LU  {at=730650.018587896, lu_delay=4.308382496004924, ms=00020}
22:49:04.331942 run                             mass: MS performed LU  {at=730650.035288935, lu_delay=4.797557696001604, ms=00019}
22:49:04.348412 run                             mass: MS start registered  {at=730650.051758152, delay=0.03321122098714113, ms=00030}
22:49:04.388529 run                             mass: MS performed LU  {at=730650.091831265, lu_delay=5.866178110009059, ms=00017}
22:49:04.417998 run                osmo-ms-mob/00031: Starting mobile
22:49:04.455074 run       osmo-ms-mob/00031(pid=166): Launched
22:49:04.480188 run                             mass: MS start registered  {at=730650.183493802, delay=0.008723178994841874, ms=00031}
22:49:04.977516 run                osmo-ms-mob/00032: Starting mobile
22:49:05.017215 run       osmo-ms-mob/00032(pid=167): Launched
22:49:05.037567 run                             mass: MS start registered  {at=730650.7408883, delay=0.002309813047759235, ms=00032}
22:49:05.376089 run                osmo-ms-mob/00033: Starting mobile
22:49:05.413647 run       osmo-ms-mob/00033(pid=168): Launched
22:49:05.438440 run                             mass: MS start registered  {at=730651.141757911, delay=0.007186358910985291, ms=00033}
22:49:05.775275 run                osmo-ms-mob/00034: Starting mobile
22:49:05.815603 run       osmo-ms-mob/00034(pid=169): Launched
22:49:05.834490 run                             mass: MS start registered  {at=730651.537823101, delay=0.0002481139963492751, ms=00034}
22:49:06.071024 run                osmo-ms-mob/00035: Starting mobile
22:49:06.092998 run       osmo-ms-mob/00035(pid=170): Launched
22:49:06.115785 run                             mass: MS start registered  {at=730651.819104728, delay=0.0066248070215806365, ms=00035}
22:49:06.252499 run                             mass: MS performed LU  {at=730651.955797106, lu_delay=5.735482322052121, ms=00021}
22:49:06.298969 run                             mass: MS performed LU  {at=730652.002275433, lu_delay=5.615727775031701, ms=00022}
22:49:06.317785 run                             mass: MS performed LU  {at=730652.021111722, lu_delay=4.876738814986311, ms=00023}
22:49:06.355616 run                osmo-ms-mob/00036: Starting mobile
22:49:06.375603 run       osmo-ms-mob/00036(pid=171): Launched
22:49:06.393252 run                             mass: MS start registered  {at=730652.096580576, delay=0.007671591010876, ms=00036}
22:49:06.423031 run                             mass: MS performed LU  {at=730652.126320577, lu_delay=4.5936067829607055, ms=00024}
22:49:06.875710 run                osmo-ms-mob/00037: Starting mobile
22:49:06.913011 run       osmo-ms-mob/00037(pid=172): Launched
22:49:06.929573 run                             mass: MS start registered  {at=730652.632897641, delay=0.007125828065909445, ms=00037}
22:49:07.172548 run                osmo-ms-mob/00038: Starting mobile
22:49:07.212009 run       osmo-ms-mob/00038(pid=173): Launched
22:49:07.237979 run                             mass: MS start registered  {at=730652.94128087, delay=0.008067758055403829, ms=00038}
22:49:07.475356 run                osmo-ms-mob/00039: Starting mobile
22:49:07.496348 run       osmo-ms-mob/00039(pid=174): Launched
22:49:07.513023 run                             mass: MS start registered  {at=730653.216321233, delay=0.007838850957341492, ms=00039}
22:49:07.873831 run                osmo-ms-mob/00040: Starting mobile
22:49:07.891956 run       osmo-ms-mob/00040(pid=175): Launched
22:49:07.909043 run                             mass: MS start registered  {at=730653.61237515, delay=0.008517041918821633, ms=00040}
22:49:08.052535 run                             mass: MS performed LU  {at=730653.755867688, lu_delay=4.46650395297911, ms=00028}
22:49:08.154077 run                             mass: MS performed LU  {at=730653.857408005, lu_delay=5.528259919025004, ms=00026}
22:49:08.168608 run                osmo-ms-mob/00041: Starting mobile
22:49:08.190226 run       osmo-ms-mob/00041(pid=176): Launched
22:49:08.204127 run                             mass: MS start registered  {at=730653.907454755, delay=0.0026217850390821695, ms=00041}
22:49:08.343583 run                             mass: MS performed LU  {at=730654.04689497, lu_delay=5.241584638948552, ms=00027}
22:49:08.467343 run                osmo-ms-mob/00042: Starting mobile
22:49:08.484054 run       osmo-ms-mob/00042(pid=177): Launched
22:49:08.506389 run                             mass: MS start registered  {at=730654.209717402, delay=0.012940938002429903, ms=00042}
22:49:08.870996 run                osmo-ms-mob/00043: Starting mobile
22:49:08.888191 run       osmo-ms-mob/00043(pid=178): Launched
22:49:08.901738 run                             mass: MS start registered  {at=730654.605075455, delay=0.005630953004583716, ms=00043}
22:49:09.167002 run                osmo-ms-mob/00044: Starting mobile
22:49:09.182539 run       osmo-ms-mob/00044(pid=179): Launched
22:49:09.195020 run                             mass: MS start registered  {at=730654.898364745, delay=0.005742482957430184, ms=00044}
22:49:09.467202 run                osmo-ms-mob/00045: Starting mobile
22:49:09.484728 run       osmo-ms-mob/00045(pid=180): Launched
22:49:09.498063 run                             mass: MS start registered  {at=730655.201406055, delay=0.003527994966134429, ms=00045}
22:49:09.774519 run                osmo-ms-mob/00046: Starting mobile
22:49:09.813461 run       osmo-ms-mob/00046(pid=181): Launched
22:49:09.838357 run                             mass: MS start registered  {at=730655.541657151, delay=0.008200849988497794, ms=00046}
22:49:10.018520 run                             mass: MS performed LU  {at=730655.72178807, lu_delay=5.538294268073514, ms=00031}
22:49:10.051921 run                osmo-ms-mob/00047: Starting mobile
22:49:10.093443 run       osmo-ms-mob/00047(pid=182): Launched
22:49:10.112377 run                             mass: MS performed LU  {at=730655.815709408, lu_delay=5.763951256056316, ms=00030}
22:49:10.130687 run                             mass: MS performed LU  {at=730655.834033774, lu_delay=5.0931454739766195, ms=00032}
22:49:10.148803 run                             mass: MS start registered  {at=730655.852151196, delay=0.03648327093105763, ms=00047}
22:49:10.180505 run                osmo-ms-mob/00048: Starting mobile
22:49:10.214679 run       osmo-ms-mob/00048(pid=183): Launched
22:49:10.229453 run                             mass: MS performed LU  {at=730655.932787921, lu_delay=6.294356934027746, ms=00029}
22:49:10.247736 run                             mass: MS start registered  {at=730655.951082746, delay=0.018334169988520443, ms=00048}
22:49:10.260928 run                             mass: MS performed LU  {at=730655.964270061, lu_delay=4.822512150043622, ms=00033}
22:49:10.285856 run                osmo-ms-mob/00049: Starting mobile
22:49:10.325396 run       osmo-ms-mob/00049(pid=184): Launched
22:49:10.350066 run                             mass: MS start registered  {at=730656.053380179, delay=0.009335382957942784, ms=00049}
22:49:10.975562 run                osmo-ms-mob/00050: Starting mobile
22:49:11.015509 run       osmo-ms-mob/00050(pid=185): Launched
22:49:11.043643 run                             mass: MS start registered  {at=730656.746948187, delay=0.010181120014749467, ms=00050}
22:49:11.375675 run                osmo-ms-mob/00051: Starting mobile
22:49:11.413903 run       osmo-ms-mob/00051(pid=186): Launched
22:49:11.440756 run                             mass: MS start registered  {at=730657.144069434, delay=0.01041787106078118, ms=00051}
22:49:11.676575 run                osmo-ms-mob/00052: Starting mobile
22:49:11.715134 run       osmo-ms-mob/00052(pid=187): Launched
22:49:11.741150 run                             mass: MS start registered  {at=730657.444452696, delay=0.005876426002942026, ms=00052}
22:49:11.819084 run                             mass: MS performed LU  {at=730657.522393227, lu_delay=4.581112356972881, ms=00038}
22:49:11.856178 run                             mass: MS performed LU  {at=730657.559487993, lu_delay=6.021664891974069, ms=00034}
22:49:11.891478 run                osmo-ms-mob/00053: Starting mobile
22:49:11.923101 run       osmo-ms-mob/00053(pid=188): Launched
22:49:11.939350 run                             mass: MS performed LU  {at=730657.642688249, lu_delay=5.823583520948887, ms=00035}
22:49:11.949245 run                             mass: MS start registered  {at=730657.652604542, delay=0.009955049026757479, ms=00053}
22:49:12.145591 run                             mass: MS performed LU  {at=730657.848917029, lu_delay=5.2160193879390135, ms=00037}
22:49:12.160840 run                osmo-ms-mob/00054: Starting mobile
22:49:12.178581 run       osmo-ms-mob/00054(pid=189): Launched
22:49:12.186796 run                             mass: MS performed LU  {at=730657.890145157, lu_delay=5.793564580962993, ms=00036}
22:49:12.195623 run                             mass: MS start registered  {at=730657.898983016, delay=0.008864338044077158, ms=00054}
22:49:12.576098 run                osmo-ms-mob/00055: Starting mobile
22:49:12.602129 run       osmo-ms-mob/00055(pid=190): Launched
22:49:12.620509 run                             mass: MS start registered  {at=730658.323843793, delay=4.263198934495449e-05, ms=00055}
22:49:12.843323 run                             mass: MS performed LU  {at=730658.546635956, lu_delay=5.330314723076299, ms=00039}
22:49:12.878341 run                osmo-ms-mob/00056: Starting mobile
22:49:12.919112 run       osmo-ms-mob/00056(pid=191): Launched
22:49:12.943275 run                             mass: MS start registered  {at=730658.646581853, delay=0.0059472949942573905, ms=00056}
22:49:13.173636 run                osmo-ms-mob/00057: Starting mobile
22:49:13.200080 run       osmo-ms-mob/00057(pid=192): Launched
22:49:13.215812 run                             mass: MS performed LU  {at=730658.919156556, lu_delay=4.020791811053641, ms=00044}
22:49:13.228807 run                             mass: MS start registered  {at=730658.932162965, delay=0.013037989963777363, ms=00057}
22:49:13.567480 run                osmo-ms-mob/00058: Starting mobile
22:49:13.587325 run       osmo-ms-mob/00058(pid=193): Launched
22:49:13.607634 run                             mass: MS start registered  {at=730659.310961387, delay=0.009118224028497934, ms=00058}
22:49:13.719813 run                             mass: MS performed LU  {at=730659.423112215, lu_delay=5.51565745996777, ms=00041}
22:49:13.830205 run                             mass: MS performed LU  {at=730659.533512832, lu_delay=5.323795430012979, ms=00042}
22:49:13.853991 run                osmo-ms-mob/00059: Starting mobile
22:49:13.875001 run       osmo-ms-mob/00059(pid=194): Launched
22:49:13.884541 run                             mass: MS performed LU  {at=730659.587890457, lu_delay=5.975515307043679, ms=00040}
22:49:13.900186 run                             mass: MS start registered  {at=730659.603488818, delay=0.015627159038558602, ms=00059}
22:49:14.009942 run                             mass: MS performed LU  {at=730659.713244499, lu_delay=5.108169044018723, ms=00043}
22:49:14.031937 run                osmo-ms-mob/00060: Starting mobile
22:49:14.066195 run       osmo-ms-mob/00060(pid=195): Launched
22:49:14.084808 run                             mass: MS start registered  {at=730659.788139934, delay=0.0006731039611622691, ms=00060}
22:49:14.574618 run                osmo-ms-mob/00061: Starting mobile
22:49:14.610898 run       osmo-ms-mob/00061(pid=196): Launched
22:49:14.635500 run                             mass: MS start registered  {at=730660.338799758, delay=0.006872199010103941, ms=00061}
22:49:14.874498 run                osmo-ms-mob/00062: Starting mobile
22:49:14.908946 run       osmo-ms-mob/00062(pid=197): Launched
22:49:14.933281 run                             mass: MS start registered  {at=730660.636568681, delay=0.007358473958447576, ms=00062}
22:49:15.177563 run                osmo-ms-mob/00063: Starting mobile
22:49:15.211228 run       osmo-ms-mob/00063(pid=198): Launched
22:49:15.231744 run                             mass: MS start registered  {at=730660.935049314, delay=0.010604783077724278, ms=00063}
22:49:15.572690 run                osmo-ms-mob/00064: Starting mobile
22:49:15.593350 run       osmo-ms-mob/00064(pid=199): Launched
22:49:15.603422 run                             mass: MS performed LU  {at=730661.306771367, lu_delay=4.55982317996677, ms=00050}
22:49:15.611729 run                             mass: MS start registered  {at=730661.315088933, delay=0.008347116992808878, ms=00064}
22:49:15.622182 run                             mass: MS performed LU  {at=730661.325531895, lu_delay=6.124125840025954, ms=00045}
22:49:15.639710 run                             mass: MS performed LU  {at=730661.343023562, lu_delay=5.28964338300284, ms=00049}
22:49:15.657701 run                osmo-ms-mob/00065: Starting mobile
22:49:15.676965 run       osmo-ms-mob/00065(pid=200): Launched
22:49:15.691478 run                             mass: MS start registered  {at=730661.394807803, delay=0.004234896972775459, ms=00065}
22:49:15.911862 run                             mass: MS performed LU  {at=730661.615173472, lu_delay=5.7630222759908065, ms=00047}
22:49:15.930390 run                             mass: MS performed LU  {at=730661.633695554, lu_delay=5.682612807955593, ms=00048}
22:49:15.946850 run                osmo-ms-mob/00066: Starting mobile
22:49:15.963926 run       osmo-ms-mob/00066(pid=201): Launched
22:49:15.978269 run                             mass: MS start registered  {at=730661.681585775, delay=0.006388035020790994, ms=00066}
22:49:16.608149 run                             mass: MS performed LU  {at=730662.311458078, lu_delay=6.769800927024335, ms=00046}
22:49:16.626169 run                osmo-ms-mob/00067: Starting mobile
22:49:16.644200 run       osmo-ms-mob/00067(pid=202): Launched
22:49:16.661858 run                             mass: MS start registered  {at=730662.365170355, delay=0.009338862961158156, ms=00067}
22:49:16.779765 run                             mass: MS performed LU  {at=730662.483079298, lu_delay=4.830474756076001, ms=00053}
22:49:16.787927 run                             mass: MS performed LU  {at=730662.491290521, lu_delay=5.347221086965874, ms=00051}
22:49:16.802060 run                osmo-ms-mob/00068: Starting mobile
22:49:16.818717 run       osmo-ms-mob/00068(pid=203): Launched
22:49:16.831837 run                             mass: MS start registered  {at=730662.535163022, delay=0.005689683952368796, ms=00068}
22:49:16.936235 run                             mass: MS performed LU  {at=730662.639568708, lu_delay=3.7074057430727407, ms=00057}
22:49:17.366621 run                osmo-ms-mob/00069: Starting mobile
22:49:17.382081 run       osmo-ms-mob/00069(pid=204): Launched
22:49:17.394655 run                             mass: MS start registered  {at=730663.097995329, delay=0.0055370539193972945, ms=00069}
22:49:17.485077 run                             mass: MS performed LU  {at=730663.188402141, lu_delay=4.541820287937298, ms=00056}
22:49:17.595797 run                             mass: MS performed LU  {at=730663.299051947, lu_delay=4.975208153948188, ms=00055}
22:49:17.615059 run                             mass: MS performed LU  {at=730663.31838007, lu_delay=5.419397054007277, ms=00054}
22:49:17.630455 run                osmo-ms-mob/00070: Starting mobile
22:49:17.647875 run       osmo-ms-mob/00070(pid=205): Launched
22:49:17.662312 run                             mass: MS start registered  {at=730663.365626205, delay=0.006718065938912332, ms=00070}
22:49:17.776666 run                             mass: MS performed LU  {at=730663.479955548, lu_delay=6.0355028519406915, ms=00052}
22:49:18.167424 run                osmo-ms-mob/00071: Starting mobile
22:49:18.185816 run       osmo-ms-mob/00071(pid=206): Launched
22:49:18.202968 run                             mass: MS start registered  {at=730663.906277568, delay=0.008335630991496146, ms=00071}
22:49:18.567694 run                osmo-ms-mob/00072: Starting mobile
22:49:18.589177 run       osmo-ms-mob/00072(pid=207): Launched
22:49:18.607319 run                             mass: MS start registered  {at=730664.310649413, delay=0.008072179043665528, ms=00072}
22:49:19.035593 run                osmo-ms-mob/00073: Starting mobile
22:49:19.049427 run       osmo-ms-mob/00073(pid=208): Launched
22:49:19.067261 run                             mass: MS start registered  {at=730664.770567966, delay=0.010136816068552434, ms=00073}
22:49:19.331887 run                             mass: MS performed LU  {at=730665.03519658, lu_delay=5.2470566460397094, ms=00060}
22:49:19.351313 run                osmo-ms-mob/00074: Starting mobile
22:49:19.370135 run       osmo-ms-mob/00074(pid=209): Launched
22:49:19.385672 run                             mass: MS start registered  {at=730665.089004376, delay=0.004610090982168913, ms=00074}
22:49:19.394524 run                             mass: MS performed LU  {at=730665.097872711, lu_delay=5.494383892975748, ms=00059}
22:49:19.451551 run                             mass: MS performed LU  {at=730665.154861991, lu_delay=4.816062232945114, ms=00061}
22:49:19.641191 run                             mass: MS performed LU  {at=730665.344508092, lu_delay=6.0335467050317675, ms=00058}
22:49:19.674950 run                osmo-ms-mob/00075: Starting mobile
22:49:19.714983 run       osmo-ms-mob/00075(pid=210): Launched
22:49:19.735306 run                             mass: MS performed LU  {at=730665.4386435, lu_delay=4.802074818988331, ms=00062}
22:49:19.753337 run                             mass: MS start registered  {at=730665.456686132, delay=0.01808497402817011, ms=00075}
22:49:20.274880 run                osmo-ms-mob/00076: Starting mobile
22:49:20.318578 run       osmo-ms-mob/00076(pid=211): Launched
22:49:20.358129 run                             mass: MS start registered  {at=730666.061466874, delay=3.524997737258673e-05, ms=00076}
22:49:20.675719 run                osmo-ms-mob/00077: Starting mobile
22:49:20.714467 run       osmo-ms-mob/00077(pid=212): Launched
22:49:20.738867 run                             mass: MS performed LU  {at=730666.442179383, lu_delay=3.907016361015849, ms=00068}
22:49:20.756592 run                             mass: MS start registered  {at=730666.459943431, delay=0.024086732999421656, ms=00077}
22:49:21.167661 run                osmo-ms-mob/00078: Starting mobile
22:49:21.184804 run       osmo-ms-mob/00078(pid=213): Launched
22:49:21.198475 run                             mass: MS start registered  {at=730666.901803186, delay=0.005692185019142926, ms=00078}
22:49:21.251454 run                             mass: MS performed LU  {at=730666.954770243, lu_delay=5.63968131004367, ms=00064}
22:49:21.362013 run                             mass: MS performed LU  {at=730667.065333205, lu_delay=5.383747430052608, ms=00066}
22:49:21.379963 run                             mass: MS performed LU  {at=730667.083295904, lu_delay=5.688488101004623, ms=00065}
22:49:21.394629 run                osmo-ms-mob/00079: Starting mobile
22:49:21.418690 run       osmo-ms-mob/00079(pid=214): Launched
22:49:21.433285 run                             mass: MS start registered  {at=730667.136620498, delay=0.005618171999230981, ms=00079}
22:49:21.541577 run                             mass: MS performed LU  {at=730667.244897335, lu_delay=6.309848020900972, ms=00063}
22:49:21.560299 run                             mass: MS performed LU  {at=730667.263628488, lu_delay=22.424734415020794, ms=00018}
22:49:21.578676 run                             mass: MS performed LU  {at=730667.281998286, lu_delay=4.916827931068838, ms=00067}
22:49:22.070231 run                osmo-ms-mob/00080: Starting mobile
22:49:22.095392 run       osmo-ms-mob/00080(pid=215): Launched
22:49:22.112007 run                             mass: MS start registered  {at=730667.815338807, delay=0.001167632988654077, ms=00080}
22:49:22.568572 run                osmo-ms-mob/00081: Starting mobile
22:49:22.588555 run       osmo-ms-mob/00081(pid=216): Launched
22:49:22.602148 run                             mass: MS start registered  {at=730668.30548027, delay=0.006124379928223789, ms=00081}
22:49:22.975890 run                osmo-ms-mob/00082: Starting mobile
22:49:23.009837 run       osmo-ms-mob/00082(pid=217): Launched
22:49:23.025469 run                             mass: MS start registered  {at=730668.728809621, delay=0.000339941936545074, ms=00082}
22:49:23.198515 run                             mass: MS performed LU  {at=730668.901802832, lu_delay=4.591153418994509, ms=00072}
22:49:23.217188 run                             mass: MS performed LU  {at=730668.920500465, lu_delay=5.01422289700713, ms=00071}
22:49:23.332196 run                             mass: MS performed LU  {at=730669.035520134, lu_delay=5.669893929036334, ms=00070}
22:49:23.351042 run                             mass: MS performed LU  {at=730669.054381961, lu_delay=5.9563866320531815, ms=00069}
22:49:23.365012 run                osmo-ms-mob/00083: Starting mobile
22:49:23.381420 run       osmo-ms-mob/00083(pid=218): Launched
22:49:23.395922 run                             mass: MS start registered  {at=730669.099257279, delay=0.005255899974144995, ms=00083}
22:49:24.070702 run                osmo-ms-mob/00084: Starting mobile
22:49:24.089058 run       osmo-ms-mob/00084(pid=219): Launched
22:49:24.111661 run                             mass: MS start registered  {at=730669.814942215, delay=0.013358791009522974, ms=00084}
22:49:25.218500 run                osmo-ms-mob/00085: Starting mobile
22:49:25.265460 run       osmo-ms-mob/00085(pid=220): Launched
22:49:25.272537 run                             mass: Starting too slowly. Moving on {now=730670.975902427, sleep=-0.6129139151889831, target=730670.3629885118}
22:49:25.278459 run                             mass: MS performed LU  {at=730670.981813722, lu_delay=6.21124575601425, ms=00073}
22:49:25.284765 run                             mass: Starting too slowly. Moving on {now=730670.988132332, sleep=-0.52514382021036, target=730670.4629885118}
22:49:25.291075 run                             mass: MS start registered  {at=730670.994428148, delay=0.018528040032833815, ms=00085}
22:49:25.297264 run                             mass: Starting too slowly. Moving on {now=730671.000630276, sleep=-0.43764176429249346, target=730670.5629885118}
22:49:25.303380 run                             mass: Starting too slowly. Moving on {now=730671.00674739, sleep=-0.3437588782981038, target=730670.6629885117}
22:49:25.309480 run                             mass: Starting too slowly. Moving on {now=730671.01284758, sleep=-0.24985906830988824, target=730670.7629885117}
22:49:25.315359 run                             mass: Starting too slowly. Moving on {now=730671.018726641, sleep=-0.15573812928050756, target=730670.8629885117}
22:49:25.326468 run                osmo-ms-mob/00086: Starting mobile
22:49:25.340189 run       osmo-ms-mob/00086(pid=221): Launched
22:49:25.346477 run                             mass: Starting too slowly. Moving on {now=730671.049844265, sleep=-0.0868557533249259, target=730670.9629885117}
22:49:25.352332 run                             mass: MS start registered  {at=730671.055688728, delay=0.005846607964485884, ms=00086}
22:49:25.363462 run                             mass: MS performed LU  {at=730671.066783586, lu_delay=4.606840155087411, ms=00077}
22:49:25.381958 run                             mass: MS performed LU  {at=730671.085281991, lu_delay=5.996277615078725, ms=00074}
22:49:25.769758 run                osmo-ms-mob/00087: Starting mobile
22:49:25.785865 run       osmo-ms-mob/00087(pid=222): Launched
22:49:25.798106 run                             mass: MS start registered  {at=730671.501452416, delay=2.9954942874610424e-05, ms=00087}
22:49:26.213225 run                             mass: MS performed LU  {at=730671.916539484, lu_delay=6.459853352047503, ms=00075}
22:49:26.231176 run                             mass: MS performed LU  {at=730671.934509603, lu_delay=5.8730427289847285, ms=00076}
22:49:26.245588 run                osmo-ms-mob/00088: Starting mobile
22:49:26.263780 run       osmo-ms-mob/00088(pid=223): Launched
22:49:26.272438 run                             mass: MS performed LU  {at=730671.975787188, lu_delay=23.93437285500113, ms=00025}
22:49:26.286894 run                             mass: MS start registered  {at=730671.990210314, delay=0.01445154205430299, ms=00088}
22:49:26.973883 run                osmo-ms-mob/00089: Starting mobile
22:49:27.006708 run       osmo-ms-mob/00089(pid=224): Launched
22:49:27.023007 run                             mass: MS performed LU  {at=730672.726344029, lu_delay=4.91100522200577, ms=00080}
22:49:27.038089 run                             mass: MS performed LU  {at=730672.741441186, lu_delay=5.604820688022301, ms=00079}
22:49:27.053214 run                             mass: MS start registered  {at=730672.756559873, delay=0.03025401395279914, ms=00089}
22:49:27.098463 run                             mass: MS performed LU  {at=730672.801771116, lu_delay=5.899967929930426, ms=00078}
22:49:27.116405 run                             mass: MS performed LU  {at=730672.819734151, lu_delay=4.51425388106145, ms=00081}
22:49:27.574228 run                osmo-ms-mob/00090: Starting mobile
22:49:27.607298 run       osmo-ms-mob/00090(pid=225): Launched
22:49:27.628211 run                             mass: MS start registered  {at=730673.331515829, delay=0.004449674976058304, ms=00090}
22:49:28.271266 run                osmo-ms-mob/00091: Starting mobile
22:49:28.292091 run       osmo-ms-mob/00091(pid=226): Launched
22:49:28.317781 run                             mass: MS start registered  {at=730674.021083426, delay=0.01594830199610442, ms=00091}
22:49:28.893833 run                             mass: MS performed LU  {at=730674.597132119, lu_delay=4.782189904013649, ms=00084}
22:49:28.913328 run                osmo-ms-mob/00092: Starting mobile
22:49:28.932931 run       osmo-ms-mob/00092(pid=227): Launched
22:49:28.942411 run                             mass: MS performed LU  {at=730674.645757494, lu_delay=5.916947873076424, ms=00082}
22:49:28.955603 run                             mass: MS start registered  {at=730674.658927617, delay=0.013205018010921776, ms=00092}
22:49:29.017994 run                             mass: MS performed LU  {at=730674.721317012, lu_delay=5.622059733024798, ms=00083}
22:49:29.768212 run                osmo-ms-mob/00093: Starting mobile
22:49:29.786230 run       osmo-ms-mob/00093(pid=228): Launched
22:49:29.809600 run                             mass: MS start registered  {at=730675.51292907, delay=0.013663991005159914, ms=00093}
22:49:30.666956 run                osmo-ms-mob/00094: Starting mobile
22:49:30.683056 run       osmo-ms-mob/00094(pid=229): Launched
22:49:30.697629 run                             mass: MS start registered  {at=730676.400965515, delay=0.004937912919558585, ms=00094}
22:49:30.730138 run                             mass: MS performed LU  {at=730676.433423734, lu_delay=5.438995586009696, ms=00085}
22:49:30.748449 run                             mass: MS performed LU  {at=730676.451774084, lu_delay=4.9503216680604964, ms=00087}
22:49:30.864574 run                             mass: MS performed LU  {at=730676.567908308, lu_delay=5.512219580006786, ms=00086}
22:49:31.118535 run                             mass: MS performed LU  {at=730676.82185481, lu_delay=4.831644495949149, ms=00088}
22:49:31.566030 run                osmo-ms-mob/00095: Starting mobile
22:49:31.582571 run       osmo-ms-mob/00095(pid=230): Launched
22:49:31.595373 run                             mass: MS start registered  {at=730677.298722825, delay=0.005440014996565878, ms=00095}
22:49:32.565629 run                osmo-ms-mob/00096: Starting mobile
22:49:32.580812 run       osmo-ms-mob/00096(pid=231): Launched
22:49:32.594107 run                             mass: MS start registered  {at=730678.297452039, delay=0.005186925991438329, ms=00096}
22:49:32.659207 run                             mass: MS performed LU  {at=730678.362542444, lu_delay=5.0310266150627285, ms=00090}
22:49:32.677680 run                             mass: MS performed LU  {at=730678.381020788, lu_delay=5.624460914987139, ms=00089}
22:49:33.666082 run                osmo-ms-mob/00097: Starting mobile
22:49:33.679787 run       osmo-ms-mob/00097(pid=232): Launched
22:49:33.691306 run                             mass: MS start registered  {at=730679.394651681, delay=0.005238032899796963, ms=00097}
22:49:34.496093 run                             mass: MS performed LU  {at=730680.199420179, lu_delay=6.178336753044277, ms=00091}
22:49:34.514082 run                             mass: MS performed LU  {at=730680.217398923, lu_delay=5.558471305994317, ms=00092}
22:49:34.630597 run                             mass: MS performed LU  {at=730680.333907607, lu_delay=4.820978536969051, ms=00093}
22:49:34.968728 run                osmo-ms-mob/00098: Starting mobile
22:49:34.986864 run       osmo-ms-mob/00098(pid=233): Launched
22:49:35.000190 run                             mass: MS start registered  {at=730680.703536502, delay=0.005974448984488845, ms=00098}
22:49:36.425304 run                             mass: MS performed LU  {at=730682.128627986, lu_delay=4.829905160935596, ms=00095}
22:49:36.443687 run                             mass: MS performed LU  {at=730682.14701443, lu_delay=5.74604891508352, ms=00094}
22:49:36.766696 run                osmo-ms-mob/00099: Starting mobile
22:49:36.783208 run       osmo-ms-mob/00099(pid=234): Launched
22:49:36.790710 run                             mass: All started... {duration=55.73108640406281, too_slow=13}
22:49:36.798055 run                             mass: MS start registered  {at=730682.501411975, delay=0.007341351010836661, ms=00099}
22:49:38.262047 run                             mass: MS performed LU  {at=730683.965343529, lu_delay=4.570691848057322, ms=00097}
22:49:38.280181 run                             mass: MS performed LU  {at=730683.983522793, lu_delay=5.686070754076354, ms=00096}
22:49:40.190963 run                             mass: MS performed LU  {at=730685.894278399, lu_delay=5.1907418969785795, ms=00098}
22:49:42.027930 run                             mass: MS performed LU  {at=730687.731264453, lu_delay=5.229852478019893, ms=00099}
22:49:42.034209 run                             mass: Tests done {all_completed=True, max=23.93437285500113, min=3.7074057430727407}
22:49:42.039858 tst         register_default_mass.py: Test passed (85.0 sec)
22:49:42.045550 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:42.048955 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:42.052331 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:42.055713 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:42.059097 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:42.062496 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:42.065893 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:42.069262 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:42.072629 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:42.076188 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:42.079593 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:42.082958 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:42.086327 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:42.089697 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:42.093107 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:42.096494 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:42.099892 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:42.103310 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:42.106722 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:42.110140 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:42.113547 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:42.117001 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:42.120411 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:42.123815 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:42.127870 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:42.131294 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:42.134699 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:42.138098 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:42.141506 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:42.144890 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:42.148269 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:42.151661 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:42.155049 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:42.158441 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:42.161899 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:42.165945 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:42.169606 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:42.173688 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:42.177083 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:42.180463 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:42.183890 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:42.187269 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:42.190915 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:42.194327 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:42.197714 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:42.201125 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:42.204844 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:42.208745 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:42.212736 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:42.216885 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:42.220942 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:42.225640 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:42.229724 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:42.241700 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:42.246185 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:42.249907 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:42.253721 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:42.257637 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:42.261565 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:42.265820 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:42.269824 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:42.273853 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:42.278198 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:42.282345 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:42.286349 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:42.290381 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:42.294544 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:42.298710 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:42.302852 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:42.307058 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:42.311570 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:42.315716 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:42.319822 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:42.323981 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:42.328066 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:42.332076 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:42.336109 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:42.340147 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:42.344530 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:42.348709 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:42.352849 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:42.356955 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:42.360983 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:42.364972 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:42.368969 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:42.372987 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:42.376999 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:42.380956 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:42.384851 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:42.388815 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:42.392780 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:42.396781 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:42.400777 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:42.404742 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:42.409128 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:42.413140 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:42.417152 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:42.421963 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:42.426429 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:42.430561 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:42.434657 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:42.438657 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:42.442703 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:42.446830 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:42.451007 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:42.455283 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:42.459435 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:42.463689 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:42.467864 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:42.472108 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:42.476371 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:42.480613 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:42.484849 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:42.489038 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:42.493237 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:42.497399 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:42.501534 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:42.505654 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:42.509701 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:42.513703 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:42.517681 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:42.521600 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:42.525484 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:42.529401 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:42.533314 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:42.537399 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:42.541320 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:42.545228 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:42.549139 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:42.553123 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:42.557124 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:42.561080 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:42.564939 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:42.568779 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:42.572563 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:42.613233 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:42.622368 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:42.626915 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:42.630193 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:42.633546 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:42.636936 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:42.640338 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:42.643616 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:42.646883 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:42.650341 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:42.653571 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:42.656787 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:42.660011 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:42.663234 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:42.666454 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:42.669680 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:42.672907 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:42.676126 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:42.679352 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:42.682568 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:42.685811 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:42.689054 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:42.692278 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:42.695504 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:42.698783 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:42.701997 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:42.705233 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:42.708479 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:42.711719 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:42.714952 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:42.718203 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:42.721437 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:42.724676 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:42.727902 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:42.731155 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:42.734471 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:42.737843 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:42.741226 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:42.744586 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:42.747818 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:42.751079 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:42.754309 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:42.757538 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:42.761025 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:42.764382 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:42.767739 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:42.771004 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:42.774236 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:42.777463 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:42.780726 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:42.783981 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:42.787351 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:42.790780 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:42.794282 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:42.797779 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:42.801208 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:42.804661 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:42.808181 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:42.811723 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:42.815356 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:42.819052 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:42.822753 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:42.826439 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:42.830154 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:42.833856 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:42.837576 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:42.841358 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:42.845158 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:42.848979 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:42.852837 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:42.856618 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:42.860398 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:42.864194 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:42.867982 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:42.871760 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:42.875496 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:42.879207 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:42.882908 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:42.886580 ---      ParallelTerminationStrategy: PID 22 died...
22:49:42.888201 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:42.892107 ---      ParallelTerminationStrategy: PID 23 died...
22:49:42.893697 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:42.897581 ---      ParallelTerminationStrategy: PID 24 died...
22:49:42.899171 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:42.903067 ---      ParallelTerminationStrategy: PID 25 died...
22:49:42.904653 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:42.908524 ---      ParallelTerminationStrategy: PID 26 died...
22:49:42.910099 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:42.914018 ---      ParallelTerminationStrategy: PID 27 died...
22:49:42.915601 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:42.919425 ---      ParallelTerminationStrategy: PID 28 died...
22:49:42.920993 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:42.924943 ---      ParallelTerminationStrategy: PID 29 died...
22:49:42.926613 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:42.930772 ---      ParallelTerminationStrategy: PID 30 died...
22:49:42.932464 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:42.936571 ---      ParallelTerminationStrategy: PID 31 died...
22:49:42.938228 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:42.942359 ---      ParallelTerminationStrategy: PID 32 died...
22:49:42.943988 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:42.948018 ---      ParallelTerminationStrategy: PID 33 died...
22:49:42.949625 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:42.953522 ---      ParallelTerminationStrategy: PID 35 died...
22:49:42.955103 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:42.958954 ---      ParallelTerminationStrategy: PID 36 died...
22:49:42.960497 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:42.964318 ---      ParallelTerminationStrategy: PID 37 died...
22:49:42.965861 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:42.969752 ---      ParallelTerminationStrategy: PID 38 died...
22:49:42.971334 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:42.975320 ---      ParallelTerminationStrategy: PID 39 died...
22:49:42.976933 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:42.980850 ---      ParallelTerminationStrategy: PID 40 died...
22:49:42.982432 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:42.986372 ---      ParallelTerminationStrategy: PID 41 died...
22:49:42.987957 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:42.991860 ---      ParallelTerminationStrategy: PID 42 died...
22:49:42.993438 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:42.997315 ---      ParallelTerminationStrategy: PID 43 died...
22:49:42.998885 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:43.002768 ---      ParallelTerminationStrategy: PID 44 died...
22:49:43.004347 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:43.008248 ---      ParallelTerminationStrategy: PID 45 died...
22:49:43.009819 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:43.013624 ---      ParallelTerminationStrategy: PID 46 died...
22:49:43.015165 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:43.018997 ---      ParallelTerminationStrategy: PID 47 died...
22:49:43.020540 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:43.024396 ---      ParallelTerminationStrategy: PID 48 died...
22:49:43.025988 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:43.029868 ---      ParallelTerminationStrategy: PID 49 died...
22:49:43.031463 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:43.035411 ---      ParallelTerminationStrategy: PID 50 died...
22:49:43.037024 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:43.040830 ---      ParallelTerminationStrategy: PID 51 died...
22:49:43.042360 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:43.046169 ---      ParallelTerminationStrategy: PID 52 died...
22:49:43.047703 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:43.051484 ---      ParallelTerminationStrategy: PID 53 died...
22:49:43.053022 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:43.056814 ---      ParallelTerminationStrategy: PID 54 died...
22:49:43.058335 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:43.062116 ---      ParallelTerminationStrategy: PID 55 died...
22:49:43.063649 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:43.067438 ---      ParallelTerminationStrategy: PID 56 died...
22:49:43.068980 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:43.072767 ---      ParallelTerminationStrategy: PID 57 died...
22:49:43.074301 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:43.078167 ---      ParallelTerminationStrategy: PID 58 died...
22:49:43.079737 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:43.083668 ---      ParallelTerminationStrategy: PID 59 died...
22:49:43.085301 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:43.089276 ---      ParallelTerminationStrategy: PID 60 died...
22:49:43.090884 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:43.094875 ---      ParallelTerminationStrategy: PID 61 died...
22:49:43.096489 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:43.100461 ---      ParallelTerminationStrategy: PID 62 died...
22:49:43.102066 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:43.105991 ---      ParallelTerminationStrategy: PID 63 died...
22:49:43.107563 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:43.111431 ---      ParallelTerminationStrategy: PID 64 died...
22:49:43.112988 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:43.116894 ---      ParallelTerminationStrategy: PID 65 died...
22:49:43.118462 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:43.122316 ---      ParallelTerminationStrategy: PID 66 died...
22:49:43.123879 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:43.127764 ---      ParallelTerminationStrategy: PID 67 died...
22:49:43.129313 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:43.133089 ---      ParallelTerminationStrategy: PID 68 died...
22:49:43.134659 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:43.138568 ---      ParallelTerminationStrategy: PID 69 died...
22:49:43.140181 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:43.144162 ---      ParallelTerminationStrategy: PID 70 died...
22:49:43.145807 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:43.149902 ---      ParallelTerminationStrategy: PID 71 died...
22:49:43.151583 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:43.155788 ---      ParallelTerminationStrategy: PID 72 died...
22:49:43.157503 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:43.161775 ---      ParallelTerminationStrategy: PID 73 died...
22:49:43.163665 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:43.167855 ---      ParallelTerminationStrategy: PID 74 died...
22:49:43.169595 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:43.173789 ---      ParallelTerminationStrategy: PID 75 died...
22:49:43.175476 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:43.179940 ---      ParallelTerminationStrategy: PID 76 died...
22:49:43.181580 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:43.185639 ---      ParallelTerminationStrategy: PID 77 died...
22:49:43.187249 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:43.191147 ---      ParallelTerminationStrategy: PID 78 died...
22:49:43.192738 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:43.196719 ---      ParallelTerminationStrategy: PID 79 died...
22:49:43.198321 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:43.202348 ---      ParallelTerminationStrategy: PID 80 died...
22:49:43.203999 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:43.208029 ---      ParallelTerminationStrategy: PID 81 died...
22:49:43.209657 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:43.213555 ---      ParallelTerminationStrategy: PID 82 died...
22:49:43.215120 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:43.218970 ---      ParallelTerminationStrategy: PID 83 died...
22:49:43.220497 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:43.224276 ---      ParallelTerminationStrategy: PID 84 died...
22:49:43.225843 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:43.229631 ---      ParallelTerminationStrategy: PID 85 died...
22:49:43.231162 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:43.234946 ---      ParallelTerminationStrategy: PID 86 died...
22:49:43.236480 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:43.240353 ---      ParallelTerminationStrategy: PID 87 died...
22:49:43.242024 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:43.246245 ---      ParallelTerminationStrategy: PID 88 died...
22:49:43.248021 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:43.252641 ---      ParallelTerminationStrategy: PID 89 died...
22:49:43.254487 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:43.259043 ---      ParallelTerminationStrategy: PID 90 died...
22:49:43.260927 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:43.265591 ---      ParallelTerminationStrategy: PID 91 died...
22:49:43.267578 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:43.272331 ---      ParallelTerminationStrategy: PID 92 died...
22:49:43.274281 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:43.279044 ---      ParallelTerminationStrategy: PID 93 died...
22:49:43.280948 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:43.285680 ---      ParallelTerminationStrategy: PID 94 died...
22:49:43.287599 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:43.292325 ---      ParallelTerminationStrategy: PID 95 died...
22:49:43.294216 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:43.298936 ---      ParallelTerminationStrategy: PID 96 died...
22:49:43.300924 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:43.305837 ---      ParallelTerminationStrategy: PID 97 died...
22:49:43.307738 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:43.312464 ---      ParallelTerminationStrategy: PID 98 died...
22:49:43.314375 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:43.319056 ---      ParallelTerminationStrategy: PID 99 died...
22:49:43.320936 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:43.325573 ---      ParallelTerminationStrategy: PID 100 died...
22:49:43.327488 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:43.332196 ---      ParallelTerminationStrategy: PID 101 died...
22:49:43.334057 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:43.338619 ---      ParallelTerminationStrategy: PID 102 died...
22:49:43.340477 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:43.345079 ---      ParallelTerminationStrategy: PID 103 died...
22:49:43.346944 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:43.351538 ---      ParallelTerminationStrategy: PID 104 died...
22:49:43.353450 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:43.358224 ---      ParallelTerminationStrategy: PID 105 died...
22:49:43.360070 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:43.364658 ---      ParallelTerminationStrategy: PID 106 died...
22:49:43.366531 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:43.371141 ---      ParallelTerminationStrategy: PID 107 died...
22:49:43.373023 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:43.377963 ---      ParallelTerminationStrategy: PID 108 died...
22:49:43.379851 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:43.384562 ---      ParallelTerminationStrategy: PID 109 died...
22:49:43.386475 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:43.391201 ---      ParallelTerminationStrategy: PID 110 died...
22:49:43.393072 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:43.397724 ---      ParallelTerminationStrategy: PID 111 died...
22:49:43.399615 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:43.404284 ---      ParallelTerminationStrategy: PID 112 died...
22:49:43.406194 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:43.410918 ---      ParallelTerminationStrategy: PID 113 died...
22:49:43.412832 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:43.417547 ---      ParallelTerminationStrategy: PID 114 died...
22:49:43.419448 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:43.424125 ---      ParallelTerminationStrategy: PID 115 died...
22:49:43.426013 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:43.430661 ---      ParallelTerminationStrategy: PID 116 died...
22:49:43.432546 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:43.437223 ---      ParallelTerminationStrategy: PID 117 died...
22:49:43.439104 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:43.443827 ---      ParallelTerminationStrategy: PID 118 died...
22:49:43.445767 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:43.450567 ---      ParallelTerminationStrategy: PID 119 died...
22:49:43.453809 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:43.462999 ---      ParallelTerminationStrategy: PID 120 died...
22:49:43.466722 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:43.474319 ---      ParallelTerminationStrategy: PID 121 died...
22:49:43.476183 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:43.480755 ---      ParallelTerminationStrategy: PID 122 died...
22:49:43.482584 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:43.487095 ---      ParallelTerminationStrategy: PID 123 died...
22:49:43.488932 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:43.493483 ---      ParallelTerminationStrategy: PID 124 died...
22:49:43.495332 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:43.499963 ---      ParallelTerminationStrategy: PID 125 died...
22:49:43.501861 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:43.506386 ---      ParallelTerminationStrategy: PID 126 died...
22:49:43.508196 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:43.512757 ---      ParallelTerminationStrategy: PID 127 died...
22:49:43.514622 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:43.519129 ---      ParallelTerminationStrategy: PID 128 died...
22:49:43.520917 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:43.525289 ---      ParallelTerminationStrategy: PID 129 died...
22:49:43.527054 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:43.531499 ---      ParallelTerminationStrategy: PID 130 died...
22:49:43.533328 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:43.537698 ---      ParallelTerminationStrategy: PID 131 died...
22:49:43.539457 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:43.543850 ---      ParallelTerminationStrategy: PID 132 died...
22:49:43.545630 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:43.549899 ---      ParallelTerminationStrategy: PID 133 died...
22:49:43.551593 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:43.555780 ---      ParallelTerminationStrategy: PID 134 died...
22:49:43.557483 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:43.561767 ---      ParallelTerminationStrategy: PID 135 died...
22:49:43.563504 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:43.567870 ---      ParallelTerminationStrategy: PID 136 died...
22:49:43.569608 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:43.573931 ---      ParallelTerminationStrategy: PID 137 died...
22:49:43.575692 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:43.580171 ---      ParallelTerminationStrategy: PID 138 died...
22:49:43.582044 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:43.586517 ---      ParallelTerminationStrategy: PID 139 died...
22:49:43.588310 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:43.592792 ---      ParallelTerminationStrategy: PID 140 died...
22:49:43.594619 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:43.599302 ---      ParallelTerminationStrategy: PID 141 died...
22:49:43.601090 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:43.605435 ---      ParallelTerminationStrategy: PID 142 died...
22:49:43.607157 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:43.611487 ---      ParallelTerminationStrategy: PID 143 died...
22:49:43.613268 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:43.617665 ---      ParallelTerminationStrategy: PID 144 died...
22:49:43.619449 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:43.623896 ---      ParallelTerminationStrategy: PID 145 died...
22:49:43.625666 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:43.629985 ---      ParallelTerminationStrategy: PID 146 died...
22:49:43.631687 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:43.636029 ---      ParallelTerminationStrategy: PID 147 died...
22:49:43.637735 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:43.641971 ---      ParallelTerminationStrategy: PID 148 died...
22:49:43.643707 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:43.648033 ---      ParallelTerminationStrategy: PID 149 died...
22:49:43.649781 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:43.654108 ---      ParallelTerminationStrategy: PID 150 died...
22:49:43.655851 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:43.660194 ---      ParallelTerminationStrategy: PID 151 died...
22:49:43.662018 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:43.666450 ---      ParallelTerminationStrategy: PID 152 died...
22:49:43.668209 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:43.672872 ---      ParallelTerminationStrategy: PID 153 died...
22:49:43.674634 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:43.679059 ---      ParallelTerminationStrategy: PID 154 died...
22:49:43.680828 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:43.685136 ---      ParallelTerminationStrategy: PID 155 died...
22:49:43.686868 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:43.691193 ---      ParallelTerminationStrategy: PID 156 died...
22:49:43.692926 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:43.697234 ---      ParallelTerminationStrategy: PID 157 died...
22:49:43.698972 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:43.703419 ---      ParallelTerminationStrategy: PID 158 died...
22:49:43.705247 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:43.709689 ---      ParallelTerminationStrategy: PID 159 died...
22:49:43.711455 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:43.715886 ---      ParallelTerminationStrategy: PID 160 died...
22:49:43.717649 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:43.721958 ---      ParallelTerminationStrategy: PID 161 died...
22:49:43.723703 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:43.728010 ---      ParallelTerminationStrategy: PID 162 died...
22:49:43.729742 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:43.734135 ---      ParallelTerminationStrategy: PID 163 died...
22:49:43.735878 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:43.740205 ---      ParallelTerminationStrategy: PID 164 died...
22:49:43.741935 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:43.746223 ---      ParallelTerminationStrategy: PID 165 died...
22:49:43.747949 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:43.752083 ---      ParallelTerminationStrategy: PID 166 died...
22:49:43.753771 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:43.757894 ---      ParallelTerminationStrategy: PID 167 died...
22:49:43.759549 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:43.763652 ---      ParallelTerminationStrategy: PID 168 died...
22:49:43.765312 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:43.769456 ---      ParallelTerminationStrategy: PID 169 died...
22:49:43.771105 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:43.775200 ---      ParallelTerminationStrategy: PID 170 died...
22:49:43.776808 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:43.780771 ---      ParallelTerminationStrategy: PID 171 died...
22:49:43.782335 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:43.786232 ---      ParallelTerminationStrategy: PID 172 died...
22:49:43.787816 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:43.791785 ---      ParallelTerminationStrategy: PID 173 died...
22:49:43.793422 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:43.797459 ---      ParallelTerminationStrategy: PID 174 died...
22:49:43.799059 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:43.803106 ---      ParallelTerminationStrategy: PID 175 died...
22:49:43.804677 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:43.808622 ---      ParallelTerminationStrategy: PID 176 died...
22:49:43.810209 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:43.814140 ---      ParallelTerminationStrategy: PID 177 died...
22:49:43.815729 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:43.819721 ---      ParallelTerminationStrategy: PID 178 died...
22:49:43.821361 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:43.825433 ---      ParallelTerminationStrategy: PID 179 died...
22:49:43.827087 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:43.831179 ---      ParallelTerminationStrategy: PID 180 died...
22:49:43.832842 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:43.836884 ---      ParallelTerminationStrategy: PID 181 died...
22:49:43.838491 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:43.842463 ---      ParallelTerminationStrategy: PID 182 died...
22:49:43.844033 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:43.847928 ---      ParallelTerminationStrategy: PID 183 died...
22:49:43.849522 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:43.853490 ---      ParallelTerminationStrategy: PID 184 died...
22:49:43.855151 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:43.859345 ---      ParallelTerminationStrategy: PID 185 died...
22:49:43.861093 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:43.865513 ---      ParallelTerminationStrategy: PID 186 died...
22:49:43.867294 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:43.871698 ---      ParallelTerminationStrategy: PID 187 died...
22:49:43.873445 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:43.877778 ---      ParallelTerminationStrategy: PID 188 died...
22:49:43.879473 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:43.883586 ---      ParallelTerminationStrategy: PID 189 died...
22:49:43.885205 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:43.889198 ---      ParallelTerminationStrategy: PID 190 died...
22:49:43.890807 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:43.894780 ---      ParallelTerminationStrategy: PID 191 died...
22:49:43.896350 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:43.900250 ---      ParallelTerminationStrategy: PID 192 died...
22:49:43.901825 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:43.905733 ---      ParallelTerminationStrategy: PID 193 died...
22:49:43.907344 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:43.911365 ---      ParallelTerminationStrategy: PID 194 died...
22:49:43.912977 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:43.916976 ---      ParallelTerminationStrategy: PID 195 died...
22:49:43.918588 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:43.922592 ---      ParallelTerminationStrategy: PID 196 died...
22:49:43.924182 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:43.928080 ---      ParallelTerminationStrategy: PID 197 died...
22:49:43.929744 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:43.933755 ---      ParallelTerminationStrategy: PID 198 died...
22:49:43.935361 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:43.939373 ---      ParallelTerminationStrategy: PID 199 died...
22:49:43.941001 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:43.945035 ---      ParallelTerminationStrategy: PID 200 died...
22:49:43.946641 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:43.950573 ---      ParallelTerminationStrategy: PID 201 died...
22:49:43.952147 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:43.956106 ---      ParallelTerminationStrategy: PID 202 died...
22:49:43.957705 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:43.961733 ---      ParallelTerminationStrategy: PID 203 died...
22:49:43.963349 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:43.967452 ---      ParallelTerminationStrategy: PID 204 died...
22:49:43.969115 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:43.973275 ---      ParallelTerminationStrategy: PID 205 died...
22:49:43.974936 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:43.979037 ---      ParallelTerminationStrategy: PID 206 died...
22:49:43.980751 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:43.984872 ---      ParallelTerminationStrategy: PID 207 died...
22:49:43.986554 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:43.990786 ---      ParallelTerminationStrategy: PID 208 died...
22:49:43.992477 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:43.996689 ---      ParallelTerminationStrategy: PID 209 died...
22:49:43.998421 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:44.002700 ---      ParallelTerminationStrategy: PID 210 died...
22:49:44.004384 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:44.008561 ---      ParallelTerminationStrategy: PID 211 died...
22:49:44.010214 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:44.014253 ---      ParallelTerminationStrategy: PID 212 died...
22:49:44.015881 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:44.020010 ---      ParallelTerminationStrategy: PID 213 died...
22:49:44.021735 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:44.025928 ---      ParallelTerminationStrategy: PID 214 died...
22:49:44.027640 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:44.031860 ---      ParallelTerminationStrategy: PID 215 died...
22:49:44.033634 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:44.037973 ---      ParallelTerminationStrategy: PID 216 died...
22:49:44.039709 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:44.044010 ---      ParallelTerminationStrategy: PID 217 died...
22:49:44.046820 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:44.051050 ---      ParallelTerminationStrategy: PID 218 died...
22:49:44.052736 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:44.056777 ---      ParallelTerminationStrategy: PID 219 died...
22:49:44.058399 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:44.062405 ---      ParallelTerminationStrategy: PID 220 died...
22:49:44.064005 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:44.067975 ---      ParallelTerminationStrategy: PID 221 died...
22:49:44.069543 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:44.073380 ---      ParallelTerminationStrategy: PID 222 died...
22:49:44.074909 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:44.078631 ---      ParallelTerminationStrategy: PID 223 died...
22:49:44.080151 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:44.083970 ---      ParallelTerminationStrategy: PID 224 died...
22:49:44.085514 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:44.089319 ---      ParallelTerminationStrategy: PID 225 died...
22:49:44.090846 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:44.094668 ---      ParallelTerminationStrategy: PID 226 died...
22:49:44.096183 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:44.100136 ---      ParallelTerminationStrategy: PID 227 died...
22:49:44.101746 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:44.105752 ---      ParallelTerminationStrategy: PID 228 died...
22:49:44.107351 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:44.111267 ---      ParallelTerminationStrategy: PID 229 died...
22:49:44.112842 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:44.116733 ---      ParallelTerminationStrategy: PID 230 died...
22:49:44.118305 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:44.122217 ---      ParallelTerminationStrategy: PID 231 died...
22:49:44.123757 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:44.127615 ---      ParallelTerminationStrategy: PID 232 died...
22:49:44.129157 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:44.133040 ---      ParallelTerminationStrategy: PID 233 died...
22:49:44.134617 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:44.138622 ---      ParallelTerminationStrategy: PID 234 died...
22:49:44.140231 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:47.543947 ---      ParallelTerminationStrategy: PID 34 died...
22:49:47.545576 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7853 netreg_mass PASS
---------------------------------------------------------------------
22:49:48.240111 tst                       trial-7853: Storing JUnit report in /build/trial-7853/run.2025-01-21_22-48-16/trial-7853.xml

--------------------------------------------------------------------------------------------
trial-7853 PASS
--------------------------------------------------------------------------------------------
22:49:48.251646 tst                       trial-7853: trial-7853: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (85.0 sec)
+ exit_code=0
+ rm -rf trial-7853/inst
+ cd trial-7853
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-01-21 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7853-run.tgz run.2025-01-21_22-48-16
+ tar czf /build/trial-7853-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-01-21_16_16_16.tgz osmo-bts-oc2g.build-2025-01-21_00_51_31.tgz osmo-bts-sysmo.build-2025-01-21_00_51_30.tgz osmo-bts.build-2025-01-21_00_51_45.tgz osmo-ggsn.build-2025-01-21_20_42_40.tgz osmo-hlr.build-2025-01-21_16_37_04.tgz osmo-hnbgw.build-2025-01-21_14_48_57.tgz osmo-mgw.build-2025-01-21_16_13_21.tgz osmo-msc.build-2025-01-21_16_19_25.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-01-21_07_40_51.tgz osmo-pcu-sysmo.build-2025-01-21_07_40_45.tgz osmo-pcu.build-2025-01-21_07_40_47.tgz osmo-sgsn.build-2025-01-21_20_48_32.tgz osmo-stp.build-2025-01-21_13_30_01.tgz osmo-trx.build-2025-01-21_14_51_54.tgz osmocom-bb.build-2025-01-21_21_17_18.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