Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 6961
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins15657493333640266422.sh
+ trap clean_up_trap EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
+ rm -rf trial-7927
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
ffa93bd debian-bookworm-build: fix lcov-to-cobertura-xml
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

#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 [27/28] COPY	RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#8 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:5fe6fc238370997ce9efb303c626c2f9517eaa102359d7ef96a9fb17eab21d75 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=7928 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-04-06 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7928
+ mkdir -p trial-7928
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-04-06_13_26_01.tgz osmo-bts-oc2g.build-2025-04-06_00_51_42.tgz osmo-bts-sysmo.build-2025-04-06_00_51_33.tgz osmo-bts.build-2025-04-06_00_51_45.tgz osmo-ggsn.build-2025-04-06_20_42_36.tgz osmo-hlr.build-2025-04-06_16_37_04.tgz osmo-hnbgw.build-2025-04-06_13_28_59.tgz osmo-mgw.build-2025-04-06_08_33_13.tgz osmo-msc.build-2025-04-06_13_33_08.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-06_07_41_26.tgz osmo-pcu-sysmo.build-2025-04-06_07_41_21.tgz osmo-pcu.build-2025-04-06_07_41_31.tgz osmo-sgsn.build-2025-04-06_20_48_10.tgz osmo-stp.build-2025-04-06_13_23_08.tgz osmo-trx.build-2025-04-06_14_28_14.tgz osmocom-bb.build-2025-04-06_21_17_15.tgz srslte.build-19.tgz trial-7928
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-04-06_13_26_01.md5 osmo-bts-oc2g.build-2025-04-06_00_51_42.md5 osmo-bts-sysmo.build-2025-04-06_00_51_33.md5 osmo-bts.build-2025-04-06_00_51_45.md5 osmo-ggsn.build-2025-04-06_20_42_36.md5 osmo-hlr.build-2025-04-06_16_37_04.md5 osmo-hnbgw.build-2025-04-06_13_28_59.md5 osmo-mgw.build-2025-04-06_08_33_13.md5 osmo-msc.build-2025-04-06_13_33_08.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-06_07_41_26.md5 osmo-pcu-sysmo.build-2025-04-06_07_41_21.md5 osmo-pcu.build-2025-04-06_07_41_31.md5 osmo-sgsn.build-2025-04-06_20_48_10.md5 osmo-stp.build-2025-04-06_13_23_08.md5 osmo-trx.build-2025-04-06_14_28_14.md5 osmocom-bb.build-2025-04-06_21_17_15.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-04-06_13_26_01.md5 osmo-bts-oc2g.build-2025-04-06_00_51_42.md5 osmo-bts-sysmo.build-2025-04-06_00_51_33.md5 osmo-bts.build-2025-04-06_00_51_45.md5 osmo-ggsn.build-2025-04-06_20_42_36.md5 osmo-hlr.build-2025-04-06_16_37_04.md5 osmo-hnbgw.build-2025-04-06_13_28_59.md5 osmo-mgw.build-2025-04-06_08_33_13.md5 osmo-msc.build-2025-04-06_13_33_08.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-06_07_41_26.md5 osmo-pcu-sysmo.build-2025-04-06_07_41_21.md5 osmo-pcu.build-2025-04-06_07_41_31.md5 osmo-sgsn.build-2025-04-06_20_48_10.md5 osmo-stp.build-2025-04-06_13_23_08.md5 osmo-trx.build-2025-04-06_14_28_14.md5 osmocom-bb.build-2025-04-06_21_17_15.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-7928 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7928'
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-7928
--------------------------------------------------------------------------------------------
22:48:18.529636 tst                       trial-7928: Detailed log at /build/trial-7928/run.2025-04-06_22-48-18/log

---------------------------------------------------------------------
trial-7928 netreg_mass
---------------------------------------------------------------------
22:48:18.737101 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.737454 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.738234 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.739438 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.783598 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.784508 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.785759 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.864479 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-7928 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.865932 tst       register_default_mass.py:9: Claiming resources for the test
22:48:18.883787 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.884394 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.885367 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.885845 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.886320 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.886794 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.887254 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.933411 tst         register_default_mass.py: using LAC 2
22:48:18.980139 tst         register_default_mass.py: using RAC 2
22:48:19.026030 tst         register_default_mass.py: using CellId 2
22:48:19.073977 tst         register_default_mass.py: using BVCI 3
22:48:19.084805 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.085974 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.087005 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.088011 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.089028 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.090036 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.091012 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.092038 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.093096 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.094077 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.095047 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.096018 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.097031 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.098027 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.099016 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.099998 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.101013 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.101996 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.102967 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.103940 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.104988 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.105974 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.106948 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.107930 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.108896 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.109866 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.110841 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.111805 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.112786 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.113758 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.114719 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.115677 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.116663 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.117650 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.118652 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.119626 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.120595 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.121583 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.122563 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.123531 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.124493 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.125478 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.126456 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.127477 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.128451 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.129433 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.130404 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.131382 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.132352 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.133335 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.134312 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.135282 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.136251 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.137248 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.138242 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.139256 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.140213 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.141188 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.142144 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.143086 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.144046 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.145071 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.146249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.147284 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.148249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.149231 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.150202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.151182 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.152147 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.153111 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.154073 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.155040 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.156178 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.157173 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.158141 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.159089 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.160025 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.160984 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.161945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.162891 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.163835 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.164792 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.165742 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.166691 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.167795 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.168783 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.169730 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.170673 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.171611 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.172555 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.173508 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.174449 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.175397 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.176345 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.177294 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.178226 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.179167 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.180110 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.181063 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.182048 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.183012 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.184053 tst      register_default_mass.py:21: Launching a simple network
22:48:19.202514 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.362790 run            create_hlr_db(pid=19): Launched
22:48:20.383389 run            create_hlr_db(pid=19): Terminated: ok {rc=0}
22:48:20.406093 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Launched
22:48:20.421007 run      osmo-hlr_127.0.42.2(pid=22): Launched
22:48:20.426801 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.597846 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Launched
22:48:20.612497 run      osmo-stp_127.0.42.5(pid=24): Launched
22:48:20.618210 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:21.048080 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Launched
22:48:21.063693 run      osmo-msc_127.0.42.6(pid=26): Launched
22:48:24.076941 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:24.208809 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Launched
22:48:24.225553 run      osmo-mgw_127.0.42.3(pid=28): Launched
22:48:24.233309 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:24.260821 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Launched
22:48:24.293462 run      osmo-mgw_127.0.42.4(pid=30): Launched
22:48:24.306472 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:24.970990 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Launched
22:48:24.994851 run      osmo-bsc_127.0.42.7(pid=32): Launched
22:48:31.021325 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:31.180085 run         osmo-bts-virtual(pid=33): Launched
22:48:32.227240 tst         register_default_mass.py: using MSISDN 1001
22:48:32.233377 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:32.316724 tst         register_default_mass.py: using MSISDN 1002
22:48:32.322811 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:32.387052 tst         register_default_mass.py: using MSISDN 1003
22:48:32.393121 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:32.460911 tst         register_default_mass.py: using MSISDN 1004
22:48:32.466643 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:32.536443 tst         register_default_mass.py: using MSISDN 1005
22:48:32.542545 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:32.634192 tst         register_default_mass.py: using MSISDN 1006
22:48:32.643986 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:32.712369 tst         register_default_mass.py: using MSISDN 1007
22:48:32.718564 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:32.786575 tst         register_default_mass.py: using MSISDN 1008
22:48:32.792836 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:32.860860 tst         register_default_mass.py: using MSISDN 1009
22:48:32.867063 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:32.938290 tst         register_default_mass.py: using MSISDN 1010
22:48:32.944585 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:33.012443 tst         register_default_mass.py: using MSISDN 1011
22:48:33.019657 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:33.083599 tst         register_default_mass.py: using MSISDN 1012
22:48:33.090883 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:33.155826 tst         register_default_mass.py: using MSISDN 1013
22:48:33.162058 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:33.294402 tst         register_default_mass.py: using MSISDN 1014
22:48:33.300161 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:33.383889 tst         register_default_mass.py: using MSISDN 1015
22:48:33.390436 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:33.467017 tst         register_default_mass.py: using MSISDN 1016
22:48:33.473103 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:33.542579 tst         register_default_mass.py: using MSISDN 1017
22:48:33.548660 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:33.613778 tst         register_default_mass.py: using MSISDN 1018
22:48:33.624260 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:33.688032 tst         register_default_mass.py: using MSISDN 1019
22:48:33.698682 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:33.777096 tst         register_default_mass.py: using MSISDN 1020
22:48:33.783961 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:33.857854 tst         register_default_mass.py: using MSISDN 1021
22:48:33.864197 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:33.932985 tst         register_default_mass.py: using MSISDN 1022
22:48:33.940046 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:34.004281 tst         register_default_mass.py: using MSISDN 1023
22:48:34.011310 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:34.083638 tst         register_default_mass.py: using MSISDN 1024
22:48:34.090548 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:34.168992 tst         register_default_mass.py: using MSISDN 1025
22:48:34.175190 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:34.242751 tst         register_default_mass.py: using MSISDN 1026
22:48:34.252198 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:34.320177 tst         register_default_mass.py: using MSISDN 1027
22:48:34.328790 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:34.408985 tst         register_default_mass.py: using MSISDN 1028
22:48:34.415278 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:34.494823 tst         register_default_mass.py: using MSISDN 1029
22:48:34.502479 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:34.588356 tst         register_default_mass.py: using MSISDN 1030
22:48:34.598634 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:34.671192 tst         register_default_mass.py: using MSISDN 1031
22:48:34.678278 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:34.758657 tst         register_default_mass.py: using MSISDN 1032
22:48:34.765620 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:34.843043 tst         register_default_mass.py: using MSISDN 1033
22:48:34.849355 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:34.935887 tst         register_default_mass.py: using MSISDN 1034
22:48:34.942105 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:35.019651 tst         register_default_mass.py: using MSISDN 1035
22:48:35.027537 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:35.115980 tst         register_default_mass.py: using MSISDN 1036
22:48:35.124503 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:35.210036 tst         register_default_mass.py: using MSISDN 1037
22:48:35.220595 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:35.299439 tst         register_default_mass.py: using MSISDN 1038
22:48:35.306226 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:35.388509 tst         register_default_mass.py: using MSISDN 1039
22:48:35.394892 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:35.467794 tst         register_default_mass.py: using MSISDN 1040
22:48:35.475558 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:35.543559 tst         register_default_mass.py: using MSISDN 1041
22:48:35.550172 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:35.608730 tst         register_default_mass.py: using MSISDN 1042
22:48:35.616943 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:35.681131 tst         register_default_mass.py: using MSISDN 1043
22:48:35.688794 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:35.764363 tst         register_default_mass.py: using MSISDN 1044
22:48:35.770698 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:35.841764 tst         register_default_mass.py: using MSISDN 1045
22:48:35.847920 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:35.921493 tst         register_default_mass.py: using MSISDN 1046
22:48:35.930532 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:35.998839 tst         register_default_mass.py: using MSISDN 1047
22:48:36.009512 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:36.074508 tst         register_default_mass.py: using MSISDN 1048
22:48:36.081643 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:36.144547 tst         register_default_mass.py: using MSISDN 1049
22:48:36.150754 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:36.227110 tst         register_default_mass.py: using MSISDN 1050
22:48:36.233117 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:36.304781 tst         register_default_mass.py: using MSISDN 1051
22:48:36.311069 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:36.373450 tst         register_default_mass.py: using MSISDN 1052
22:48:36.382674 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:36.442841 tst         register_default_mass.py: using MSISDN 1053
22:48:36.448962 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:36.522211 tst         register_default_mass.py: using MSISDN 1054
22:48:36.527958 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:36.590647 tst         register_default_mass.py: using MSISDN 1055
22:48:36.596581 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:36.666945 tst         register_default_mass.py: using MSISDN 1056
22:48:36.673356 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:36.746269 tst         register_default_mass.py: using MSISDN 1057
22:48:36.752242 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:36.831633 tst         register_default_mass.py: using MSISDN 1058
22:48:36.839986 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:36.908753 tst         register_default_mass.py: using MSISDN 1059
22:48:36.914764 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:36.998845 tst         register_default_mass.py: using MSISDN 1060
22:48:37.005699 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:37.085407 tst         register_default_mass.py: using MSISDN 1061
22:48:37.092331 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:37.171872 tst         register_default_mass.py: using MSISDN 1062
22:48:37.179270 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:37.261117 tst         register_default_mass.py: using MSISDN 1063
22:48:37.268170 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:37.340808 tst         register_default_mass.py: using MSISDN 1064
22:48:37.347745 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:37.446436 tst         register_default_mass.py: using MSISDN 1065
22:48:37.453137 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:37.538957 tst         register_default_mass.py: using MSISDN 1066
22:48:37.545491 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:37.618651 tst         register_default_mass.py: using MSISDN 1067
22:48:37.625438 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:37.697827 tst         register_default_mass.py: using MSISDN 1068
22:48:37.705558 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:37.772963 tst         register_default_mass.py: using MSISDN 1069
22:48:37.779347 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:37.857727 tst         register_default_mass.py: using MSISDN 1070
22:48:37.863759 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:37.940738 tst         register_default_mass.py: using MSISDN 1071
22:48:37.946692 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:38.021924 tst         register_default_mass.py: using MSISDN 1072
22:48:38.029402 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:38.091368 tst         register_default_mass.py: using MSISDN 1073
22:48:38.100408 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:38.163957 tst         register_default_mass.py: using MSISDN 1074
22:48:38.172575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:38.251300 tst         register_default_mass.py: using MSISDN 1075
22:48:38.257977 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:38.332779 tst         register_default_mass.py: using MSISDN 1076
22:48:38.340862 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:38.408732 tst         register_default_mass.py: using MSISDN 1077
22:48:38.419649 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:38.501320 tst         register_default_mass.py: using MSISDN 1078
22:48:38.511228 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:38.575023 tst         register_default_mass.py: using MSISDN 1079
22:48:38.582242 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:38.651657 tst         register_default_mass.py: using MSISDN 1080
22:48:38.660099 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:38.730516 tst         register_default_mass.py: using MSISDN 1081
22:48:38.737575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:38.799293 tst         register_default_mass.py: using MSISDN 1082
22:48:38.806578 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:38.876760 tst         register_default_mass.py: using MSISDN 1083
22:48:38.883432 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:38.958727 tst         register_default_mass.py: using MSISDN 1084
22:48:38.965896 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:39.038007 tst         register_default_mass.py: using MSISDN 1085
22:48:39.046903 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:39.108717 tst         register_default_mass.py: using MSISDN 1086
22:48:39.116586 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:39.185485 tst         register_default_mass.py: using MSISDN 1087
22:48:39.191949 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:39.263416 tst         register_default_mass.py: using MSISDN 1088
22:48:39.270203 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:39.334118 tst         register_default_mass.py: using MSISDN 1089
22:48:39.340494 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:39.418065 tst         register_default_mass.py: using MSISDN 1090
22:48:39.424291 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:39.488631 tst         register_default_mass.py: using MSISDN 1091
22:48:39.499380 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:39.563222 tst         register_default_mass.py: using MSISDN 1092
22:48:39.570217 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:39.642308 tst         register_default_mass.py: using MSISDN 1093
22:48:39.650328 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:39.749188 tst         register_default_mass.py: using MSISDN 1094
22:48:39.755598 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:39.823641 tst         register_default_mass.py: using MSISDN 1095
22:48:39.829671 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:39.905366 tst         register_default_mass.py: using MSISDN 1096
22:48:39.911220 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:39.986171 tst         register_default_mass.py: using MSISDN 1097
22:48:39.995600 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:40.059795 tst         register_default_mass.py: using MSISDN 1098
22:48:40.066150 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:40.137128 tst         register_default_mass.py: using MSISDN 1099
22:48:40.143686 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:40.216726 tst         register_default_mass.py: using MSISDN 1100
22:48:40.224846 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:40.360803 run                             mass: Starting testcase
22:48:40.367521 run                             mass: Pre-launching all virtphy's
22:48:40.374217 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:40.391545 run   osmo-ms-virt-phy/00000(pid=34): Launched
22:48:40.400218 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:40.419456 run   osmo-ms-virt-phy/00001(pid=35): Launched
22:48:40.437984 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:40.474529 run   osmo-ms-virt-phy/00002(pid=36): Launched
22:48:40.490618 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:40.509323 run   osmo-ms-virt-phy/00003(pid=37): Launched
22:48:40.519036 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:40.535560 run   osmo-ms-virt-phy/00004(pid=38): Launched
22:48:40.542827 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:40.558617 run   osmo-ms-virt-phy/00005(pid=39): Launched
22:48:40.565765 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:40.581548 run   osmo-ms-virt-phy/00006(pid=40): Launched
22:48:40.588947 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:40.604976 run   osmo-ms-virt-phy/00007(pid=41): Launched
22:48:40.612456 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:40.628393 run   osmo-ms-virt-phy/00008(pid=42): Launched
22:48:40.635663 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:40.652169 run   osmo-ms-virt-phy/00009(pid=43): Launched
22:48:40.659945 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:40.676375 run   osmo-ms-virt-phy/00010(pid=44): Launched
22:48:40.683889 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:40.700019 run   osmo-ms-virt-phy/00011(pid=45): Launched
22:48:40.707533 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:40.723529 run   osmo-ms-virt-phy/00012(pid=46): Launched
22:48:40.730981 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:40.746838 run   osmo-ms-virt-phy/00013(pid=47): Launched
22:48:40.754187 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:40.770193 run   osmo-ms-virt-phy/00014(pid=48): Launched
22:48:40.777427 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:40.793002 run   osmo-ms-virt-phy/00015(pid=49): Launched
22:48:40.800197 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:40.815688 run   osmo-ms-virt-phy/00016(pid=50): Launched
22:48:40.822757 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:40.838229 run   osmo-ms-virt-phy/00017(pid=51): Launched
22:48:40.845883 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:40.862735 run   osmo-ms-virt-phy/00018(pid=52): Launched
22:48:40.870499 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:40.887283 run   osmo-ms-virt-phy/00019(pid=53): Launched
22:48:40.895769 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:40.912294 run   osmo-ms-virt-phy/00020(pid=54): Launched
22:48:40.920156 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:40.937098 run   osmo-ms-virt-phy/00021(pid=55): Launched
22:48:40.944760 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:40.961014 run   osmo-ms-virt-phy/00022(pid=56): Launched
22:48:40.968787 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:40.985183 run   osmo-ms-virt-phy/00023(pid=57): Launched
22:48:40.992926 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:41.009727 run   osmo-ms-virt-phy/00024(pid=58): Launched
22:48:41.017663 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:41.034272 run   osmo-ms-virt-phy/00025(pid=59): Launched
22:48:41.043195 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:41.060053 run   osmo-ms-virt-phy/00026(pid=60): Launched
22:48:41.067739 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:41.084317 run   osmo-ms-virt-phy/00027(pid=61): Launched
22:48:41.092308 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:41.109091 run   osmo-ms-virt-phy/00028(pid=62): Launched
22:48:41.116862 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:41.133635 run   osmo-ms-virt-phy/00029(pid=63): Launched
22:48:41.142148 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:41.159716 run   osmo-ms-virt-phy/00030(pid=64): Launched
22:48:41.167864 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:41.185081 run   osmo-ms-virt-phy/00031(pid=65): Launched
22:48:41.192886 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:41.209698 run   osmo-ms-virt-phy/00032(pid=66): Launched
22:48:41.217397 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:41.234158 run   osmo-ms-virt-phy/00033(pid=67): Launched
22:48:41.241865 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:41.258724 run   osmo-ms-virt-phy/00034(pid=68): Launched
22:48:41.266475 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:41.283471 run   osmo-ms-virt-phy/00035(pid=69): Launched
22:48:41.291211 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:41.308245 run   osmo-ms-virt-phy/00036(pid=70): Launched
22:48:41.316173 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:41.333000 run   osmo-ms-virt-phy/00037(pid=71): Launched
22:48:41.340530 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:41.358478 run   osmo-ms-virt-phy/00038(pid=72): Launched
22:48:41.366218 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:41.383460 run   osmo-ms-virt-phy/00039(pid=73): Launched
22:48:41.391511 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:41.409053 run   osmo-ms-virt-phy/00040(pid=74): Launched
22:48:41.416972 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:41.434207 run   osmo-ms-virt-phy/00041(pid=75): Launched
22:48:41.441933 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:41.458185 run   osmo-ms-virt-phy/00042(pid=76): Launched
22:48:41.465934 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:41.481476 run   osmo-ms-virt-phy/00043(pid=77): Launched
22:48:41.488581 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:41.504051 run   osmo-ms-virt-phy/00044(pid=78): Launched
22:48:41.511181 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:41.527096 run   osmo-ms-virt-phy/00045(pid=79): Launched
22:48:41.534438 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:41.550299 run   osmo-ms-virt-phy/00046(pid=80): Launched
22:48:41.557614 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:41.579901 run   osmo-ms-virt-phy/00047(pid=81): Launched
22:48:41.587068 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:41.602282 run   osmo-ms-virt-phy/00048(pid=82): Launched
22:48:41.609435 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:41.624978 run   osmo-ms-virt-phy/00049(pid=83): Launched
22:48:41.632291 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:41.647788 run   osmo-ms-virt-phy/00050(pid=84): Launched
22:48:41.654913 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:41.670459 run   osmo-ms-virt-phy/00051(pid=85): Launched
22:48:41.677729 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:41.693286 run   osmo-ms-virt-phy/00052(pid=86): Launched
22:48:41.700579 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:41.716402 run   osmo-ms-virt-phy/00053(pid=87): Launched
22:48:41.723878 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:41.740270 run   osmo-ms-virt-phy/00054(pid=88): Launched
22:48:41.747726 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:41.763742 run   osmo-ms-virt-phy/00055(pid=89): Launched
22:48:41.770981 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:41.786602 run   osmo-ms-virt-phy/00056(pid=90): Launched
22:48:41.793808 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:41.809392 run   osmo-ms-virt-phy/00057(pid=91): Launched
22:48:41.816534 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:41.832468 run   osmo-ms-virt-phy/00058(pid=92): Launched
22:48:41.839827 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:41.856118 run   osmo-ms-virt-phy/00059(pid=93): Launched
22:48:41.864269 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:41.880978 run   osmo-ms-virt-phy/00060(pid=94): Launched
22:48:41.888309 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:41.904332 run   osmo-ms-virt-phy/00061(pid=95): Launched
22:48:41.918438 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:41.939086 run   osmo-ms-virt-phy/00062(pid=96): Launched
22:48:41.946449 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:41.962370 run   osmo-ms-virt-phy/00063(pid=97): Launched
22:48:41.969679 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:41.985525 run   osmo-ms-virt-phy/00064(pid=98): Launched
22:48:41.992812 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:42.008464 run   osmo-ms-virt-phy/00065(pid=99): Launched
22:48:42.015684 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:42.031510 run  osmo-ms-virt-phy/00066(pid=100): Launched
22:48:42.040867 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:42.057378 run  osmo-ms-virt-phy/00067(pid=101): Launched
22:48:42.065074 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:42.081807 run  osmo-ms-virt-phy/00068(pid=102): Launched
22:48:42.089496 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:42.106230 run  osmo-ms-virt-phy/00069(pid=103): Launched
22:48:42.114037 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:42.130556 run  osmo-ms-virt-phy/00070(pid=104): Launched
22:48:42.137972 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:42.153921 run  osmo-ms-virt-phy/00071(pid=105): Launched
22:48:42.161420 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:42.177403 run  osmo-ms-virt-phy/00072(pid=106): Launched
22:48:42.184919 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:42.201194 run  osmo-ms-virt-phy/00073(pid=107): Launched
22:48:42.208634 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:42.224514 run  osmo-ms-virt-phy/00074(pid=108): Launched
22:48:42.231889 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:42.247794 run  osmo-ms-virt-phy/00075(pid=109): Launched
22:48:42.255176 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:42.271322 run  osmo-ms-virt-phy/00076(pid=110): Launched
22:48:42.278879 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:42.295396 run  osmo-ms-virt-phy/00077(pid=111): Launched
22:48:42.302656 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:42.318843 run  osmo-ms-virt-phy/00078(pid=112): Launched
22:48:42.326095 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:42.341750 run  osmo-ms-virt-phy/00079(pid=113): Launched
22:48:42.348846 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:42.364180 run  osmo-ms-virt-phy/00080(pid=114): Launched
22:48:42.371369 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:42.387027 run  osmo-ms-virt-phy/00081(pid=115): Launched
22:48:42.393934 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:42.408250 run  osmo-ms-virt-phy/00082(pid=116): Launched
22:48:42.414767 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:42.429467 run  osmo-ms-virt-phy/00083(pid=117): Launched
22:48:42.436555 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:42.452221 run  osmo-ms-virt-phy/00084(pid=118): Launched
22:48:42.459541 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:42.474983 run  osmo-ms-virt-phy/00085(pid=119): Launched
22:48:42.483069 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:42.498784 run  osmo-ms-virt-phy/00086(pid=120): Launched
22:48:42.506186 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:42.522110 run  osmo-ms-virt-phy/00087(pid=121): Launched
22:48:42.529765 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:42.546330 run  osmo-ms-virt-phy/00088(pid=122): Launched
22:48:42.554337 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:42.571141 run  osmo-ms-virt-phy/00089(pid=123): Launched
22:48:42.578661 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:42.594981 run  osmo-ms-virt-phy/00090(pid=124): Launched
22:48:42.602530 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:42.619180 run  osmo-ms-virt-phy/00091(pid=125): Launched
22:48:42.627099 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:42.643157 run  osmo-ms-virt-phy/00092(pid=126): Launched
22:48:42.650345 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:42.666204 run  osmo-ms-virt-phy/00093(pid=127): Launched
22:48:42.673477 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:42.689123 run  osmo-ms-virt-phy/00094(pid=128): Launched
22:48:42.696335 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:42.711933 run  osmo-ms-virt-phy/00095(pid=129): Launched
22:48:42.719134 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:42.733991 run  osmo-ms-virt-phy/00096(pid=130): Launched
22:48:42.740699 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:42.755050 run  osmo-ms-virt-phy/00097(pid=131): Launched
22:48:42.761783 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:42.776051 run  osmo-ms-virt-phy/00098(pid=132): Launched
22:48:42.782600 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:42.797201 run  osmo-ms-virt-phy/00099(pid=133): Launched
22:48:42.804060 run                             mass: Checking if sockets are in the filesystem
22:48:42.818067 run                osmo-ms-mob/00000: Starting mobile
22:48:42.833607 run       osmo-ms-mob/00000(pid=134): Launched
22:48:42.848981 run                             mass: MS start registered  {at=7210628.552327485, delay=0.008525077253580093, ms=00000}
22:48:47.016401 run                osmo-ms-mob/00001: Starting mobile
22:48:47.029884 run       osmo-ms-mob/00001(pid=135): Launched
22:48:47.040970 run                             mass: MS start registered  {at=7210632.744313526, delay=0.004826842807233334, ms=00001}
22:48:47.774873 run                             mass: MS performed LU  {at=7210633.478189108, lu_delay=4.925861623138189, ms=00000}
22:48:48.817444 run                osmo-ms-mob/00002: Starting mobile
22:48:48.831371 run       osmo-ms-mob/00002(pid=136): Launched
22:48:48.842907 run                             mass: MS start registered  {at=7210634.54624109, delay=0.0019048098474740982, ms=00002}
22:48:50.118045 run                osmo-ms-mob/00003: Starting mobile
22:48:50.131948 run       osmo-ms-mob/00003(pid=137): Launched
22:48:50.143494 run                             mass: MS start registered  {at=7210635.846840036, delay=0.00413381215184927, ms=00003}
22:48:51.220832 run                osmo-ms-mob/00004: Starting mobile
22:48:51.235415 run       osmo-ms-mob/00004(pid=138): Launched
22:48:51.247566 run                             mass: MS start registered  {at=7210636.95090761, delay=0.0052953679114580154, ms=00004}
22:48:52.011232 run                             mass: MS performed LU  {at=7210637.714551053, lu_delay=4.970237527042627, ms=00001}
22:48:52.216203 run                osmo-ms-mob/00005: Starting mobile
22:48:52.229646 run       osmo-ms-mob/00005(pid=139): Launched
22:48:52.240848 run                             mass: MS start registered  {at=7210637.944195091, delay=0.0049360888078808784, ms=00005}
22:48:53.117142 run                osmo-ms-mob/00006: Starting mobile
22:48:53.130914 run       osmo-ms-mob/00006(pid=140): Launched
22:48:53.142283 run                             mass: MS start registered  {at=7210638.845626362, delay=0.005093726329505444, ms=00006}
22:48:53.913130 run                             mass: MS performed LU  {at=7210639.616450807, lu_delay=5.07020971737802, ms=00002}
22:48:53.924705 run                osmo-ms-mob/00007: Starting mobile
22:48:53.938282 run       osmo-ms-mob/00007(pid=141): Launched
22:48:53.949552 run                             mass: MS start registered  {at=7210639.652906691, delay=0.0049580782651901245, ms=00007}
22:48:54.816746 run                osmo-ms-mob/00008: Starting mobile
22:48:54.830451 run       osmo-ms-mob/00008(pid=142): Launched
22:48:54.842211 run                             mass: MS start registered  {at=7210640.545550275, delay=0.004151196219027042, ms=00008}
22:48:55.306904 run                             mass: MS performed LU  {at=7210641.010238312, lu_delay=5.163398276083171, ms=00003}
22:48:55.517681 run                osmo-ms-mob/00009: Starting mobile
22:48:55.531635 run       osmo-ms-mob/00009(pid=143): Launched
22:48:55.543408 run                             mass: MS start registered  {at=7210641.246737498, delay=0.0054493919014930725, ms=00009}
22:48:56.216200 run                osmo-ms-mob/00010: Starting mobile
22:48:56.229635 run       osmo-ms-mob/00010(pid=144): Launched
22:48:56.240891 run                             mass: MS start registered  {at=7210641.944243568, delay=0.004982931539416313, ms=00010}
22:48:56.817400 run                osmo-ms-mob/00011: Starting mobile
22:48:56.831155 run       osmo-ms-mob/00011(pid=145): Launched
22:48:56.842562 run                             mass: MS start registered  {at=7210642.545910122, delay=0.005027662962675095, ms=00011}
22:48:57.208367 run                             mass: MS performed LU  {at=7210642.911699252, lu_delay=5.960791641846299, ms=00004}
22:48:57.235910 run                             mass: MS performed LU  {at=7210642.939253141, lu_delay=4.995058050379157, ms=00005}
22:48:57.417385 run                osmo-ms-mob/00012: Starting mobile
22:48:57.431033 run       osmo-ms-mob/00012(pid=146): Launched
22:48:57.442320 run                             mass: MS start registered  {at=7210643.145669658, delay=0.004894460551440716, ms=00012}
22:48:58.017049 run                osmo-ms-mob/00013: Starting mobile
22:48:58.030591 run       osmo-ms-mob/00013(pid=147): Launched
22:48:58.042044 run                             mass: MS start registered  {at=7210643.745388213, delay=0.005063304677605629, ms=00013}
22:48:58.616904 run                osmo-ms-mob/00014: Starting mobile
22:48:58.630698 run       osmo-ms-mob/00014(pid=148): Launched
22:48:58.641975 run                             mass: MS start registered  {at=7210644.345313951, delay=0.004042148590087891, ms=00014}
22:48:59.072737 run                             mass: MS performed LU  {at=7210644.776064288, lu_delay=5.9304379262030125, ms=00006}
22:48:59.137359 run                             mass: MS performed LU  {at=7210644.840689256, lu_delay=5.1877825651317835, ms=00007}
22:48:59.149311 run                osmo-ms-mob/00015: Starting mobile
22:48:59.163054 run       osmo-ms-mob/00015(pid=149): Launched
22:48:59.174439 run                             mass: MS start registered  {at=7210644.877785969, delay=0.005144486203789711, ms=00015}
22:48:59.717037 run                osmo-ms-mob/00016: Starting mobile
22:48:59.730569 run       osmo-ms-mob/00016(pid=150): Launched
22:48:59.741838 run                             mass: MS start registered  {at=7210645.445187712, delay=0.004399244673550129, ms=00016}
22:49:00.219479 run                osmo-ms-mob/00017: Starting mobile
22:49:00.250175 run       osmo-ms-mob/00017(pid=151): Launched
22:49:00.263975 run                             mass: MS start registered  {at=7210645.96731485, delay=4.09148633480072e-05, ms=00017}
22:49:00.819459 run                osmo-ms-mob/00018: Starting mobile
22:49:00.832939 run       osmo-ms-mob/00018(pid=152): Launched
22:49:00.845135 run                             mass: MS start registered  {at=7210646.548467467, delay=0.005746632814407349, ms=00018}
22:49:00.973711 run                             mass: MS performed LU  {at=7210646.677047418, lu_delay=4.7328038504347205, ms=00010}
22:49:01.001214 run                             mass: MS performed LU  {at=7210646.704550864, lu_delay=6.159000589512289, ms=00008}
22:49:01.089067 run                             mass: MS performed LU  {at=7210646.792400025, lu_delay=5.545662526972592, ms=00009}
22:49:01.102103 run                osmo-ms-mob/00019: Starting mobile
22:49:01.117867 run       osmo-ms-mob/00019(pid=153): Launched
22:49:01.130880 run                             mass: MS start registered  {at=7210646.83421069, delay=0.005627824924886227, ms=00019}
22:49:01.716793 run                osmo-ms-mob/00020: Starting mobile
22:49:01.731964 run       osmo-ms-mob/00020(pid=154): Launched
22:49:01.744654 run                             mass: MS start registered  {at=7210647.44799177, delay=0.005348702892661095, ms=00020}
22:49:02.217213 run                osmo-ms-mob/00021: Starting mobile
22:49:02.231301 run       osmo-ms-mob/00021(pid=155): Launched
22:49:02.243338 run                             mass: MS start registered  {at=7210647.946663787, delay=0.005278578959405422, ms=00021}
22:49:02.617291 run                osmo-ms-mob/00022: Starting mobile
22:49:02.631599 run       osmo-ms-mob/00022(pid=156): Launched
22:49:02.643410 run                             mass: MS start registered  {at=7210648.346762277, delay=0.005143104121088982, ms=00022}
22:49:02.755183 run                             mass: MS performed LU  {at=7210648.458518009, lu_delay=5.312848350964487, ms=00012}
22:49:02.838192 run                             mass: MS performed LU  {at=7210648.541526186, lu_delay=5.995616064406931, ms=00011}
22:49:02.903021 run                             mass: MS performed LU  {at=7210648.606354091, lu_delay=4.8609658787027, ms=00013}
22:49:03.116377 run                osmo-ms-mob/00023: Starting mobile
22:49:03.130177 run       osmo-ms-mob/00023(pid=157): Launched
22:49:03.143000 run                             mass: MS start registered  {at=7210648.846332254, delay=0.00600118562579155, ms=00023}
22:49:03.517168 run                osmo-ms-mob/00024: Starting mobile
22:49:03.531525 run       osmo-ms-mob/00024(pid=158): Launched
22:49:03.543558 run                             mass: MS start registered  {at=7210649.246907503, delay=0.005200346931815147, ms=00024}
22:49:04.018137 run                osmo-ms-mob/00025: Starting mobile
22:49:04.034923 run       osmo-ms-mob/00025(pid=159): Launched
22:49:04.048012 run                             mass: MS start registered  {at=7210649.751357806, delay=0.0048981597647070885, ms=00025}
22:49:04.418053 run                osmo-ms-mob/00026: Starting mobile
22:49:04.433625 run       osmo-ms-mob/00026(pid=160): Launched
22:49:04.446926 run                             mass: MS start registered  {at=7210650.15027107, delay=0.005572646856307983, ms=00026}
22:49:04.739455 run                             mass: MS performed LU  {at=7210650.442787118, lu_delay=4.997599406167865, ms=00016}
22:49:04.752807 run                osmo-ms-mob/00027: Starting mobile
22:49:04.770009 run       osmo-ms-mob/00027(pid=161): Launched
22:49:04.777996 run                             mass: MS performed LU  {at=7210650.481347489, lu_delay=6.13603353779763, ms=00014}
22:49:04.785578 run                             mass: MS start registered  {at=7210650.488940836, delay=0.007620502263307571, ms=00027}
22:49:05.127642 run                             mass: MS performed LU  {at=7210650.830977149, lu_delay=4.863662299700081, ms=00017}
22:49:05.139714 run                osmo-ms-mob/00028: Starting mobile
22:49:05.154732 run       osmo-ms-mob/00028(pid=162): Launched
22:49:05.167517 run                             mass: MS start registered  {at=7210650.870858672, delay=0.005698682740330696, ms=00028}
22:49:05.622404 run                osmo-ms-mob/00029: Starting mobile
22:49:05.639422 run       osmo-ms-mob/00029(pid=163): Launched
22:49:05.652218 run                             mass: MS start registered  {at=7210651.355563803, delay=0.0027242572978138924, ms=00029}
22:49:06.017071 run                osmo-ms-mob/00030: Starting mobile
22:49:06.032188 run       osmo-ms-mob/00030(pid=164): Launched
22:49:06.045309 run                             mass: MS start registered  {at=7210651.748646364, delay=0.0058760931715369225, ms=00030}
22:49:06.417422 run                osmo-ms-mob/00031: Starting mobile
22:49:06.431929 run       osmo-ms-mob/00031(pid=165): Launched
22:49:06.444518 run                             mass: MS start registered  {at=7210652.147869693, delay=0.005119011737406254, ms=00031}
22:49:06.520576 run                             mass: MS performed LU  {at=7210652.223910961, lu_delay=4.775919191539288, ms=00020}
22:49:06.603727 run                             mass: MS performed LU  {at=7210652.30706172, lu_delay=5.758594253100455, ms=00018}
22:49:06.615225 run                osmo-ms-mob/00032: Starting mobile
22:49:06.628329 run       osmo-ms-mob/00032(pid=166): Launched
22:49:06.639677 run                             mass: MS start registered  {at=7210652.34300831, delay=0.005261404439806938, ms=00032}
22:49:06.669154 run                             mass: MS performed LU  {at=7210652.372503063, lu_delay=5.538292372599244, ms=00019}
22:49:07.116615 run                osmo-ms-mob/00033: Starting mobile
22:49:07.131179 run       osmo-ms-mob/00033(pid=167): Launched
22:49:07.144112 run                             mass: MS start registered  {at=7210652.847456247, delay=3.0553899705410004e-05, ms=00033}
22:49:07.516769 run                osmo-ms-mob/00034: Starting mobile
22:49:07.530299 run       osmo-ms-mob/00034(pid=168): Launched
22:49:07.541326 run                             mass: MS start registered  {at=7210653.244670452, delay=0.004737187176942825, ms=00034}
22:49:07.816416 run                osmo-ms-mob/00035: Starting mobile
22:49:07.830405 run       osmo-ms-mob/00035(pid=169): Launched
22:49:07.841640 run                             mass: MS start registered  {at=7210653.544982646, delay=0.004999710246920586, ms=00035}
22:49:08.217216 run                osmo-ms-mob/00036: Starting mobile
22:49:08.238432 run       osmo-ms-mob/00036(pid=170): Launched
22:49:08.250039 run                             mass: MS start registered  {at=7210653.953375384, delay=0.005391179583966732, ms=00036}
22:49:08.422890 run                             mass: MS performed LU  {at=7210654.126222012, lu_delay=6.179558224976063, ms=00021}
22:49:08.505525 run                             mass: MS performed LU  {at=7210654.208828637, lu_delay=4.961921134032309, ms=00024}
22:49:08.517273 run                osmo-ms-mob/00037: Starting mobile
22:49:08.531032 run       osmo-ms-mob/00037(pid=171): Launched
22:49:08.537486 run                             mass: MS performed LU  {at=7210654.24084255, lu_delay=5.394510296173394, ms=00023}
22:49:08.544258 run                             mass: MS start registered  {at=7210654.247621808, delay=0.006800495088100433, ms=00037}
22:49:08.676977 run                             mass: MS performed LU  {at=7210654.380303734, lu_delay=6.033541456796229, ms=00022}
22:49:08.688911 run                osmo-ms-mob/00038: Starting mobile
22:49:08.704149 run       osmo-ms-mob/00038(pid=172): Launched
22:49:08.716343 run                             mass: MS start registered  {at=7210654.419689057, delay=0.005767413415014744, ms=00038}
22:49:08.930534 run                             mass: MS performed LU  {at=7210654.63374523, lu_delay=4.882387423887849, ms=00025}
22:49:09.220802 run                osmo-ms-mob/00039: Starting mobile
22:49:09.235646 run       osmo-ms-mob/00039(pid=173): Launched
22:49:09.248614 run                             mass: MS start registered  {at=7210654.951961288, delay=0.005658648908138275, ms=00039}
22:49:09.681303 run                osmo-ms-mob/00040: Starting mobile
22:49:09.695336 run       osmo-ms-mob/00040(pid=174): Launched
22:49:09.706946 run                             mass: MS start registered  {at=7210655.410285625, delay=0.00527363084256649, ms=00040}
22:49:09.917862 run                osmo-ms-mob/00041: Starting mobile
22:49:09.932695 run       osmo-ms-mob/00041(pid=175): Launched
22:49:09.944531 run                             mass: MS start registered  {at=7210655.647868734, delay=0.0049648042768239975, ms=00041}
22:49:10.218893 run                osmo-ms-mob/00042: Starting mobile
22:49:10.234637 run       osmo-ms-mob/00042(pid=176): Launched
22:49:10.248015 run                             mass: MS start registered  {at=7210655.951350368, delay=0.005848276428878307, ms=00042}
22:49:10.286589 run                             mass: MS performed LU  {at=7210655.989920726, lu_delay=4.634356923401356, ms=00029}
22:49:10.618045 run                osmo-ms-mob/00043: Starting mobile
22:49:10.634396 run       osmo-ms-mob/00043(pid=177): Launched
22:49:10.647638 run                             mass: MS start registered  {at=7210656.350969063, delay=0.005706988275051117, ms=00043}
22:49:10.831547 run                             mass: MS performed LU  {at=7210656.53487695, lu_delay=5.6640182780101895, ms=00028}
22:49:10.845365 run                osmo-ms-mob/00044: Starting mobile
22:49:10.861547 run       osmo-ms-mob/00044(pid=178): Launched
22:49:10.868894 run                             mass: MS performed LU  {at=7210656.572250404, lu_delay=6.421979334205389, ms=00026}
22:49:10.876125 run                             mass: MS start registered  {at=7210656.579489216, delay=0.007262120023369789, ms=00044}
22:49:10.905180 run                             mass: MS performed LU  {at=7210656.608515499, lu_delay=6.119574663229287, ms=00027}
22:49:10.917807 run                osmo-ms-mob/00045: Starting mobile
22:49:10.933820 run       osmo-ms-mob/00045(pid=179): Launched
22:49:10.947752 run                             mass: MS start registered  {at=7210656.651088587, delay=0.0064808959141373634, ms=00045}
22:49:11.525288 run                osmo-ms-mob/00046: Starting mobile
22:49:11.539967 run       osmo-ms-mob/00046(pid=180): Launched
22:49:11.553705 run                             mass: MS start registered  {at=7210657.257049848, delay=0.006202245131134987, ms=00046}
22:49:11.817489 run                osmo-ms-mob/00047: Starting mobile
22:49:11.832751 run       osmo-ms-mob/00047(pid=181): Launched
22:49:11.845677 run                             mass: MS start registered  {at=7210657.549026019, delay=0.005713311955332756, ms=00047}
22:49:12.116945 run                osmo-ms-mob/00048: Starting mobile
22:49:12.130591 run       osmo-ms-mob/00048(pid=182): Launched
22:49:12.142204 run                             mass: MS start registered  {at=7210657.845551229, delay=0.005197182297706604, ms=00048}
22:49:12.271992 run                             mass: MS performed LU  {at=7210657.975310523, lu_delay=5.827440829947591, ms=00031}
22:49:12.298770 run                             mass: MS performed LU  {at=7210658.002101367, lu_delay=5.659093057736754, ms=00032}
22:49:12.310477 run                osmo-ms-mob/00049: Starting mobile
22:49:12.324129 run       osmo-ms-mob/00049(pid=183): Launched
22:49:12.335668 run                             mass: MS start registered  {at=7210658.03900785, delay=0.005304721184074879, ms=00049}
22:49:12.387058 run                             mass: MS performed LU  {at=7210658.09038942, lu_delay=6.341743056662381, ms=00030}
22:49:12.424162 run                             mass: MS performed LU  {at=7210658.127499283, lu_delay=5.280043036676943, ms=00033}
22:49:12.435470 run                osmo-ms-mob/00050: Starting mobile
22:49:12.449054 run       osmo-ms-mob/00050(pid=184): Launched
22:49:12.455417 run                             mass: MS performed LU  {at=7210658.158777111, lu_delay=4.914106659591198, ms=00034}
22:49:12.461780 run                             mass: MS start registered  {at=7210658.165144628, delay=0.006386691704392433, ms=00050}
22:49:12.467659 run                             mass: MS performed LU  {at=7210658.171021391, lu_delay=4.626038745045662, ms=00035}
22:49:13.118093 run                osmo-ms-mob/00051: Starting mobile
22:49:13.134379 run       osmo-ms-mob/00051(pid=185): Launched
22:49:13.147209 run                             mass: MS start registered  {at=7210658.850549485, delay=0.005493047647178173, ms=00051}
22:49:13.418140 run                osmo-ms-mob/00052: Starting mobile
22:49:13.435570 run       osmo-ms-mob/00052(pid=186): Launched
22:49:13.449469 run                             mass: MS start registered  {at=7210659.152800656, delay=0.006018602289259434, ms=00052}
22:49:13.717017 run                osmo-ms-mob/00053: Starting mobile
22:49:13.731683 run       osmo-ms-mob/00053(pid=187): Launched
22:49:13.743903 run                             mass: MS start registered  {at=7210659.447243933, delay=0.0055279722437262535, ms=00053}
22:49:14.016576 run                osmo-ms-mob/00054: Starting mobile
22:49:14.030210 run       osmo-ms-mob/00054(pid=188): Launched
22:49:14.041569 run                             mass: MS start registered  {at=7210659.744920424, delay=0.005058583803474903, ms=00054}
22:49:14.052950 run                             mass: MS performed LU  {at=7210659.756299823, lu_delay=5.802924438379705, ms=00036}
22:49:14.135735 run                             mass: MS performed LU  {at=7210659.83906985, lu_delay=5.419380792416632, ms=00038}
22:49:14.147755 run                osmo-ms-mob/00055: Starting mobile
22:49:14.161551 run       osmo-ms-mob/00055(pid=189): Launched
22:49:14.173284 run                             mass: MS start registered  {at=7210659.876628226, delay=0.004702617414295673, ms=00055}
22:49:14.200225 run                             mass: MS performed LU  {at=7210659.903573111, lu_delay=5.655951302498579, ms=00037}
22:49:14.362358 run                             mass: MS performed LU  {at=7210660.065685724, lu_delay=5.1137244356796145, ms=00039}
22:49:14.374292 run                osmo-ms-mob/00056: Starting mobile
22:49:14.388181 run       osmo-ms-mob/00056(pid=190): Launched
22:49:14.394510 run                             mass: MS performed LU  {at=7210660.097868927, lu_delay=4.6875833021476865, ms=00040}
22:49:14.400598 run                             mass: MS start registered  {at=7210660.1039646, delay=0.006115561351180077, ms=00056}
22:49:14.916932 run                osmo-ms-mob/00057: Starting mobile
22:49:14.930858 run       osmo-ms-mob/00057(pid=191): Launched
22:49:14.942320 run                             mass: MS start registered  {at=7210660.645669818, delay=0.004885380156338215, ms=00057}
22:49:15.318453 run                osmo-ms-mob/00058: Starting mobile
22:49:15.333058 run       osmo-ms-mob/00058(pid=192): Launched
22:49:15.344237 run                             mass: MS start registered  {at=7210661.04758839, delay=0.004946589469909668, ms=00058}
22:49:15.616485 run                osmo-ms-mob/00059: Starting mobile
22:49:15.630221 run       osmo-ms-mob/00059(pid=193): Launched
22:49:15.641623 run                             mass: MS start registered  {at=7210661.344969154, delay=0.004971835762262344, ms=00059}
22:49:15.916939 run                osmo-ms-mob/00060: Starting mobile
22:49:15.930892 run       osmo-ms-mob/00060(pid=194): Launched
22:49:15.944715 run                             mass: MS start registered  {at=7210661.648030762, delay=0.00746181420981884, ms=00060}
22:49:16.272438 run                             mass: MS performed LU  {at=7210661.975768718, lu_delay=5.3962795017287135, ms=00044}
22:49:16.285665 run                osmo-ms-mob/00061: Starting mobile
22:49:16.301832 run       osmo-ms-mob/00061(pid=195): Launched
22:49:16.309164 run                             mass: MS performed LU  {at=7210662.012520652, lu_delay=5.36143206525594, ms=00045}
22:49:16.316356 run                             mass: MS start registered  {at=7210662.019720522, delay=0.007222759537398815, ms=00061}
22:49:16.387691 run                             mass: MS performed LU  {at=7210662.091023227, lu_delay=6.139672859571874, ms=00042}
22:49:16.402580 run                osmo-ms-mob/00062: Starting mobile
22:49:16.418283 run       osmo-ms-mob/00062(pid=196): Launched
22:49:16.425879 run                             mass: MS performed LU  {at=7210662.129232596, lu_delay=5.778263532556593, ms=00043}
22:49:16.433018 run                             mass: MS start registered  {at=7210662.13638154, delay=0.007171754725277424, ms=00062}
22:49:16.443220 run                             mass: MS performed LU  {at=7210662.146565478, lu_delay=4.889515629969537, ms=00046}
22:49:16.456817 run                osmo-ms-mob/00063: Starting mobile
22:49:16.473432 run       osmo-ms-mob/00063(pid=197): Launched
22:49:16.481078 run                             mass: MS performed LU  {at=7210662.184433384, lu_delay=6.536564650014043, ms=00041}
22:49:16.488375 run                             mass: MS start registered  {at=7210662.191739813, delay=0.007330429740250111, ms=00063}
22:49:17.317348 run                osmo-ms-mob/00064: Starting mobile
22:49:17.331545 run       osmo-ms-mob/00064(pid=198): Launched
22:49:17.345242 run                             mass: MS start registered  {at=7210663.048588421, delay=0.006619203835725784, ms=00064}
22:49:17.716469 run                osmo-ms-mob/00065: Starting mobile
22:49:17.730038 run       osmo-ms-mob/00065(pid=199): Launched
22:49:17.743121 run                             mass: MS start registered  {at=7210663.446466463, delay=0.006713017821311951, ms=00065}
22:49:17.818789 run                             mass: MS performed LU  {at=7210663.522125475, lu_delay=5.973099456168711, ms=00047}
22:49:17.901876 run                             mass: MS performed LU  {at=7210663.605184401, lu_delay=4.754634916782379, ms=00051}
22:49:17.917555 run                osmo-ms-mob/00066: Starting mobile
22:49:17.934004 run       osmo-ms-mob/00066(pid=200): Launched
22:49:17.946279 run                             mass: MS start registered  {at=7210663.649630201, delay=0.005204015411436558, ms=00066}
22:49:17.966731 run                             mass: MS performed LU  {at=7210663.670081904, lu_delay=5.631074054166675, ms=00049}
22:49:18.127783 run                             mass: MS performed LU  {at=7210663.831117594, lu_delay=5.66597296576947, ms=00050}
22:49:18.146295 run                             mass: MS performed LU  {at=7210663.84963984, lu_delay=6.004088611342013, ms=00048}
22:49:18.157921 run                osmo-ms-mob/00067: Starting mobile
22:49:18.172262 run       osmo-ms-mob/00067(pid=201): Launched
22:49:18.184961 run                             mass: MS start registered  {at=7210663.888308468, delay=0.005746760405600071, ms=00067}
22:49:18.400379 run                             mass: MS performed LU  {at=7210664.103713518, lu_delay=4.950912862084806, ms=00052}
22:49:18.716712 run                osmo-ms-mob/00068: Starting mobile
22:49:18.729947 run       osmo-ms-mob/00068(pid=202): Launched
22:49:18.741768 run                             mass: MS start registered  {at=7210664.44511313, delay=0.005517152138054371, ms=00068}
22:49:19.117007 run                osmo-ms-mob/00069: Starting mobile
22:49:19.130965 run       osmo-ms-mob/00069(pid=203): Launched
22:49:19.142353 run                             mass: MS start registered  {at=7210664.845704242, delay=0.005050015635788441, ms=00069}
22:49:19.516610 run                osmo-ms-mob/00070: Starting mobile
22:49:19.530282 run       osmo-ms-mob/00070(pid=204): Launched
22:49:19.541505 run                             mass: MS start registered  {at=7210665.244857849, delay=0.0049332790076732635, ms=00070}
22:49:19.802973 run                             mass: MS performed LU  {at=7210665.506307077, lu_delay=5.761386652477086, ms=00054}
22:49:19.830548 run                             mass: MS performed LU  {at=7210665.533882602, lu_delay=5.429918002337217, ms=00056}
22:49:19.841816 run                osmo-ms-mob/00071: Starting mobile
22:49:19.855235 run       osmo-ms-mob/00071(pid=205): Launched
22:49:19.866568 run                             mass: MS start registered  {at=7210665.569918504, delay=0.0050290366634726524, ms=00071}
22:49:19.954998 run                             mass: MS performed LU  {at=7210665.658333039, lu_delay=5.012663220986724, ms=00057}
22:49:19.974435 run                             mass: MS performed LU  {at=7210665.677779872, lu_delay=6.230535939335823, ms=00053}
22:49:19.992604 run                             mass: MS performed LU  {at=7210665.695957845, lu_delay=4.648369454778731, ms=00058}
22:49:20.003665 run                osmo-ms-mob/00072: Starting mobile
22:49:20.016945 run       osmo-ms-mob/00072(pid=206): Launched
22:49:20.028086 run                             mass: MS start registered  {at=7210665.731439503, delay=0.005066062323749065, ms=00072}
22:49:20.716573 run                osmo-ms-mob/00073: Starting mobile
22:49:20.730615 run       osmo-ms-mob/00073(pid=207): Launched
22:49:20.742308 run                             mass: MS start registered  {at=7210666.445659476, delay=0.005215507000684738, ms=00073}
22:49:21.116646 run                osmo-ms-mob/00074: Starting mobile
22:49:21.130134 run       osmo-ms-mob/00074(pid=208): Launched
22:49:21.141650 run                             mass: MS start registered  {at=7210666.845001349, delay=0.005196582525968552, ms=00074}
22:49:21.516851 run                osmo-ms-mob/00075: Starting mobile
22:49:21.530658 run       osmo-ms-mob/00075(pid=209): Launched
22:49:21.541914 run                             mass: MS start registered  {at=7210667.24526292, delay=0.004912126809358597, ms=00075}
22:49:21.583851 run                             mass: MS performed LU  {at=7210667.287186206, lu_delay=5.94221705198288, ms=00059}
22:49:21.658195 run                             mass: MS performed LU  {at=7210667.36152961, lu_delay=5.713498848490417, ms=00060}
22:49:21.667478 run                             mass: MS performed LU  {at=7210667.370823019, lu_delay=5.234441478736699, ms=00062}
22:49:21.912136 run                             mass: MS performed LU  {at=7210667.615472681, lu_delay=5.5957521591335535, ms=00061}
22:49:21.924239 run                osmo-ms-mob/00076: Starting mobile
22:49:21.938169 run       osmo-ms-mob/00076(pid=210): Launched
22:49:21.944471 run                             mass: MS performed LU  {at=7210667.647829396, lu_delay=22.77004342712462, ms=00015}
22:49:21.950591 run                             mass: MS start registered  {at=7210667.653957371, delay=0.006147510372102261, ms=00076}
22:49:22.416849 run                osmo-ms-mob/00077: Starting mobile
22:49:22.430851 run       osmo-ms-mob/00077(pid=211): Launched
22:49:22.442779 run                             mass: MS start registered  {at=7210668.146126911, delay=0.005370272323489189, ms=00077}
22:49:22.627066 run                             mass: MS performed LU  {at=7210668.330403062, lu_delay=6.138663248158991, ms=00063}
22:49:22.751936 run                             mass: MS performed LU  {at=7210668.455266809, lu_delay=4.010153679177165, ms=00068}
22:49:22.770396 run                             mass: MS performed LU  {at=7210668.473732478, lu_delay=4.58542400971055, ms=00067}
22:49:22.783586 run                osmo-ms-mob/00078: Starting mobile
22:49:22.797596 run       osmo-ms-mob/00078(pid=212): Launched
22:49:22.812021 run                             mass: MS start registered  {at=7210668.515362754, delay=0.006285959854722023, ms=00078}
22:49:23.328739 run                osmo-ms-mob/00079: Starting mobile
22:49:23.343306 run       osmo-ms-mob/00079(pid=213): Launched
22:49:23.355225 run                             mass: MS start registered  {at=7210669.058564624, delay=0.0054825227707624435, ms=00079}
22:49:23.486273 run                             mass: MS performed LU  {at=7210669.1896069, lu_delay=5.539976699277759, ms=00066}
22:49:23.504104 run                             mass: MS performed LU  {at=7210669.207394087, lu_delay=5.760927624069154, ms=00065}
22:49:23.522821 run                             mass: MS performed LU  {at=7210669.226155477, lu_delay=6.17756705544889, ms=00064}
22:49:23.817539 run                osmo-ms-mob/00080: Starting mobile
22:49:23.831578 run       osmo-ms-mob/00080(pid=214): Launched
22:49:23.843018 run                             mass: MS start registered  {at=7210669.546367909, delay=0.0047974856570363045, ms=00080}
22:49:24.316520 run                osmo-ms-mob/00081: Starting mobile
22:49:24.330067 run       osmo-ms-mob/00081(pid=215): Launched
22:49:24.341729 run                             mass: MS start registered  {at=7210670.045079402, delay=0.005121694877743721, ms=00081}
22:49:24.491530 run                             mass: MS performed LU  {at=7210670.194799959, lu_delay=5.349095717072487, ms=00069}
22:49:24.717079 run                osmo-ms-mob/00082: Starting mobile
22:49:24.731234 run       osmo-ms-mob/00082(pid=216): Launched
22:49:24.744591 run                             mass: MS start registered  {at=7210670.447932365, delay=0.006941614672541618, ms=00082}
22:49:25.316519 run                osmo-ms-mob/00083: Starting mobile
22:49:25.330340 run       osmo-ms-mob/00083(pid=217): Launched
22:49:25.342182 run                             mass: MS start registered  {at=7210671.045519311, delay=0.00550474040210247, ms=00083}
22:49:25.349997 run                             mass: MS performed LU  {at=7210671.053349911, lu_delay=5.808492062613368, ms=00070}
22:49:25.424094 run                             mass: MS performed LU  {at=7210671.127430655, lu_delay=5.55751215107739, ms=00071}
22:49:25.451962 run                             mass: MS performed LU  {at=7210671.155296432, lu_delay=5.423856928944588, ms=00072}
22:49:25.677560 run                             mass: MS performed LU  {at=7210671.380895949, lu_delay=4.935236472636461, ms=00073}
22:49:25.689340 run                osmo-ms-mob/00084: Starting mobile
22:49:25.702903 run       osmo-ms-mob/00084(pid=218): Launched
22:49:25.714524 run                             mass: MS start registered  {at=7210671.417872734, delay=0.005276814103126526, ms=00084}
22:49:26.317386 run                osmo-ms-mob/00085: Starting mobile
22:49:26.331502 run       osmo-ms-mob/00085(pid=219): Launched
22:49:26.342851 run                             mass: MS start registered  {at=7210672.046197045, delay=0.005143057554960251, ms=00085}
22:49:26.916655 run                osmo-ms-mob/00086: Starting mobile
22:49:26.929945 run       osmo-ms-mob/00086(pid=220): Launched
22:49:26.941197 run                             mass: MS start registered  {at=7210672.644547603, delay=0.0050674984231591225, ms=00086}
22:49:27.214255 run                             mass: MS performed LU  {at=7210672.917585451, lu_delay=5.672322531230748, ms=00075}
22:49:27.251888 run                             mass: MS performed LU  {at=7210672.95519981, lu_delay=5.301242439076304, ms=00076}
22:49:27.317924 run                             mass: MS performed LU  {at=7210673.021151603, lu_delay=4.875024692155421, ms=00077}
22:49:27.337513 run                osmo-ms-mob/00087: Starting mobile
22:49:27.410356 run       osmo-ms-mob/00087(pid=221): Launched
22:49:27.421974 run                             mass: MS start registered  {at=7210673.125326144, delay=0.005452226847410202, ms=00087}
22:49:27.506368 run                             mass: MS performed LU  {at=7210673.209616106, lu_delay=6.364614756777883, ms=00074}
22:49:27.760019 run                             mass: MS performed LU  {at=7210673.46334081, lu_delay=4.947978055104613, ms=00078}
22:49:28.116894 run                osmo-ms-mob/00088: Starting mobile
22:49:28.130863 run       osmo-ms-mob/00088(pid=222): Launched
22:49:28.142846 run                             mass: MS start registered  {at=7210673.846192195, delay=0.005405547097325325, ms=00088}
22:49:28.716405 run                osmo-ms-mob/00089: Starting mobile
22:49:28.730406 run       osmo-ms-mob/00089(pid=223): Launched
22:49:28.742874 run                             mass: MS start registered  {at=7210674.446224252, delay=0.006009089760482311, ms=00089}
22:49:29.116243 run                             mass: MS performed LU  {at=7210674.819579011, lu_delay=4.774499609135091, ms=00081}
22:49:29.217510 run                             mass: MS performed LU  {at=7210674.920834213, lu_delay=5.8622695887461305, ms=00079}
22:49:29.232465 run                osmo-ms-mob/00090: Starting mobile
22:49:29.245989 run       osmo-ms-mob/00090(pid=224): Launched
22:49:29.257672 run                             mass: MS start registered  {at=7210674.961017289, delay=0.005491375923156738, ms=00090}
22:49:29.264665 run                             mass: MS performed LU  {at=7210674.967991386, lu_delay=5.421623476780951, ms=00080}
22:49:29.425682 run                             mass: MS performed LU  {at=7210675.128927044, lu_delay=4.680994678288698, ms=00082}
22:49:30.017472 run                osmo-ms-mob/00091: Starting mobile
22:49:30.031159 run       osmo-ms-mob/00091(pid=225): Launched
22:49:30.043043 run                             mass: MS start registered  {at=7210675.746380202, delay=0.005509949289262295, ms=00091}
22:49:30.716630 run                osmo-ms-mob/00092: Starting mobile
22:49:30.730645 run       osmo-ms-mob/00092(pid=226): Launched
22:49:30.752644 run                             mass: MS start registered  {at=7210676.455950999, delay=0.01157329510897398, ms=00092}
22:49:31.083965 run                             mass: MS performed LU  {at=7210676.787204225, lu_delay=4.741007179953158, ms=00085}
22:49:31.128838 run                             mass: MS performed LU  {at=7210676.832097344, lu_delay=5.414224609732628, ms=00084}
22:49:31.216231 run                             mass: MS performed LU  {at=7210676.919567534, lu_delay=5.874048222787678, ms=00083}
22:49:31.516508 run                osmo-ms-mob/00093: Starting mobile
22:49:31.530135 run       osmo-ms-mob/00093(pid=227): Launched
22:49:31.548210 run                             mass: MS start registered  {at=7210677.25155242, delay=0.011997690424323082, ms=00093}
22:49:32.416597 run                osmo-ms-mob/00094: Starting mobile
22:49:32.430519 run       osmo-ms-mob/00094(pid=228): Launched
22:49:32.441777 run                             mass: MS start registered  {at=7210678.145127919, delay=0.00496314000338316, ms=00094}
22:49:33.109163 run                             mass: MS performed LU  {at=7210678.812424993, lu_delay=4.966232798062265, ms=00088}
22:49:33.118232 run                             mass: MS performed LU  {at=7210678.821592884, lu_delay=5.696266740560532, ms=00087}
22:49:33.265123 run                             mass: MS performed LU  {at=7210678.968457733, lu_delay=6.323910130187869, ms=00086}
22:49:33.276746 run                osmo-ms-mob/00095: Starting mobile
22:49:33.290357 run       osmo-ms-mob/00095(pid=229): Launched
22:49:33.303056 run                             mass: MS start registered  {at=7210679.006382206, delay=0.006451940163969994, ms=00095}
22:49:34.316751 run                osmo-ms-mob/00096: Starting mobile
22:49:34.331275 run       osmo-ms-mob/00096(pid=230): Launched
22:49:34.343064 run                             mass: MS start registered  {at=7210680.046410891, delay=0.004400401376187801, ms=00096}
22:49:34.848025 run                             mass: MS performed LU  {at=7210680.551354965, lu_delay=5.590337675996125, ms=00090}
22:49:34.894274 run                             mass: MS performed LU  {at=7210680.597613335, lu_delay=4.851233133114874, ms=00091}
22:49:34.981886 run                             mass: MS performed LU  {at=7210680.685222006, lu_delay=6.238997754640877, ms=00089}
22:49:35.424263 run                osmo-ms-mob/00097: Starting mobile
22:49:35.437724 run       osmo-ms-mob/00097(pid=231): Launched
22:49:35.449178 run                             mass: MS start registered  {at=7210681.152516311, delay=0.00542814563959837, ms=00097}
22:49:36.723825 run                osmo-ms-mob/00098: Starting mobile
22:49:36.737250 run       osmo-ms-mob/00098(pid=232): Launched
22:49:36.748957 run                             mass: MS start registered  {at=7210682.45230077, delay=0.005427089519798756, ms=00098}
22:49:36.755193 run                             mass: MS performed LU  {at=7210682.458552468, lu_delay=6.002601468935609, ms=00092}
22:49:36.795500 run                             mass: MS performed LU  {at=7210682.498823318, lu_delay=5.247270897962153, ms=00093}
22:49:36.883510 run                             mass: MS performed LU  {at=7210682.586840996, lu_delay=22.710212769918144, ms=00055}
22:49:38.529688 run                osmo-ms-mob/00099: Starting mobile
22:49:38.543692 run       osmo-ms-mob/00099(pid=233): Launched
22:49:38.549675 run                             mass: All started... {duration=55.73904445860535, too_slow=0}
22:49:38.555202 run                             mass: MS start registered  {at=7210684.258563874, delay=0.005521266721189022, ms=00099}
22:49:38.615457 run                             mass: MS performed LU  {at=7210684.318684528, lu_delay=5.312302321195602, ms=00095}
22:49:38.661003 run                             mass: MS performed LU  {at=7210684.364311274, lu_delay=6.2191833555698395, ms=00094}
22:49:40.515520 run                             mass: MS performed LU  {at=7210686.218854468, lu_delay=5.06633815728128, ms=00097}
22:49:40.560916 run                             mass: MS performed LU  {at=7210686.264232708, lu_delay=6.2178218169137836, ms=00096}
22:49:42.379710 run                             mass: MS performed LU  {at=7210688.083040405, lu_delay=5.630739634856582, ms=00098}
22:49:44.281160 run                             mass: MS performed LU  {at=7210689.984491991, lu_delay=5.725928116589785, ms=00099}
22:49:44.287330 run                             mass: Tests done {all_completed=True, max=22.77004342712462, min=4.010153679177165}
22:49:44.292629 tst         register_default_mass.py: Test passed (85.4 sec)
22:49:44.324473 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminating (SIGTERM)
22:49:44.327661 run      osmo-hlr_127.0.42.2(pid=22): Terminating (SIGTERM)
22:49:44.330889 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminating (SIGTERM)
22:49:44.334116 run      osmo-stp_127.0.42.5(pid=24): Terminating (SIGTERM)
22:49:44.337349 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminating (SIGTERM)
22:49:44.340548 run      osmo-msc_127.0.42.6(pid=26): Terminating (SIGTERM)
22:49:44.343843 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminating (SIGTERM)
22:49:44.347095 run      osmo-mgw_127.0.42.3(pid=28): Terminating (SIGTERM)
22:49:44.350339 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminating (SIGTERM)
22:49:44.353580 run      osmo-mgw_127.0.42.4(pid=30): Terminating (SIGTERM)
22:49:44.356862 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminating (SIGTERM)
22:49:44.360226 run      osmo-bsc_127.0.42.7(pid=32): Terminating (SIGTERM)
22:49:44.363590 run         osmo-bts-virtual(pid=33): Terminating (SIGTERM)
22:49:44.366961 run   osmo-ms-virt-phy/00000(pid=34): Terminating (SIGTERM)
22:49:44.370373 run   osmo-ms-virt-phy/00001(pid=35): Terminating (SIGTERM)
22:49:44.373832 run   osmo-ms-virt-phy/00002(pid=36): Terminating (SIGTERM)
22:49:44.377233 run   osmo-ms-virt-phy/00003(pid=37): Terminating (SIGTERM)
22:49:44.380694 run   osmo-ms-virt-phy/00004(pid=38): Terminating (SIGTERM)
22:49:44.384082 run   osmo-ms-virt-phy/00005(pid=39): Terminating (SIGTERM)
22:49:44.387495 run   osmo-ms-virt-phy/00006(pid=40): Terminating (SIGTERM)
22:49:44.390843 run   osmo-ms-virt-phy/00007(pid=41): Terminating (SIGTERM)
22:49:44.394194 run   osmo-ms-virt-phy/00008(pid=42): Terminating (SIGTERM)
22:49:44.397561 run   osmo-ms-virt-phy/00009(pid=43): Terminating (SIGTERM)
22:49:44.400842 run   osmo-ms-virt-phy/00010(pid=44): Terminating (SIGTERM)
22:49:44.404155 run   osmo-ms-virt-phy/00011(pid=45): Terminating (SIGTERM)
22:49:44.408082 run   osmo-ms-virt-phy/00012(pid=46): Terminating (SIGTERM)
22:49:44.411567 run   osmo-ms-virt-phy/00013(pid=47): Terminating (SIGTERM)
22:49:44.414940 run   osmo-ms-virt-phy/00014(pid=48): Terminating (SIGTERM)
22:49:44.418359 run   osmo-ms-virt-phy/00015(pid=49): Terminating (SIGTERM)
22:49:44.421748 run   osmo-ms-virt-phy/00016(pid=50): Terminating (SIGTERM)
22:49:44.425514 run   osmo-ms-virt-phy/00017(pid=51): Terminating (SIGTERM)
22:49:44.428942 run   osmo-ms-virt-phy/00018(pid=52): Terminating (SIGTERM)
22:49:44.433023 run   osmo-ms-virt-phy/00019(pid=53): Terminating (SIGTERM)
22:49:44.436525 run   osmo-ms-virt-phy/00020(pid=54): Terminating (SIGTERM)
22:49:44.439932 run   osmo-ms-virt-phy/00021(pid=55): Terminating (SIGTERM)
22:49:44.443540 run   osmo-ms-virt-phy/00022(pid=56): Terminating (SIGTERM)
22:49:44.447135 run   osmo-ms-virt-phy/00023(pid=57): Terminating (SIGTERM)
22:49:44.450549 run   osmo-ms-virt-phy/00024(pid=58): Terminating (SIGTERM)
22:49:44.454211 run   osmo-ms-virt-phy/00025(pid=59): Terminating (SIGTERM)
22:49:44.457533 run   osmo-ms-virt-phy/00026(pid=60): Terminating (SIGTERM)
22:49:44.460923 run   osmo-ms-virt-phy/00027(pid=61): Terminating (SIGTERM)
22:49:44.464303 run   osmo-ms-virt-phy/00028(pid=62): Terminating (SIGTERM)
22:49:44.467691 run   osmo-ms-virt-phy/00029(pid=63): Terminating (SIGTERM)
22:49:44.471223 run   osmo-ms-virt-phy/00030(pid=64): Terminating (SIGTERM)
22:49:44.474625 run   osmo-ms-virt-phy/00031(pid=65): Terminating (SIGTERM)
22:49:44.477997 run   osmo-ms-virt-phy/00032(pid=66): Terminating (SIGTERM)
22:49:44.481326 run   osmo-ms-virt-phy/00033(pid=67): Terminating (SIGTERM)
22:49:44.484712 run   osmo-ms-virt-phy/00034(pid=68): Terminating (SIGTERM)
22:49:44.488110 run   osmo-ms-virt-phy/00035(pid=69): Terminating (SIGTERM)
22:49:44.491486 run   osmo-ms-virt-phy/00036(pid=70): Terminating (SIGTERM)
22:49:44.494856 run   osmo-ms-virt-phy/00037(pid=71): Terminating (SIGTERM)
22:49:44.498207 run   osmo-ms-virt-phy/00038(pid=72): Terminating (SIGTERM)
22:49:44.501598 run   osmo-ms-virt-phy/00039(pid=73): Terminating (SIGTERM)
22:49:44.505484 run   osmo-ms-virt-phy/00040(pid=74): Terminating (SIGTERM)
22:49:44.508875 run   osmo-ms-virt-phy/00041(pid=75): Terminating (SIGTERM)
22:49:44.512213 run   osmo-ms-virt-phy/00042(pid=76): Terminating (SIGTERM)
22:49:44.515533 run   osmo-ms-virt-phy/00043(pid=77): Terminating (SIGTERM)
22:49:44.519012 run   osmo-ms-virt-phy/00044(pid=78): Terminating (SIGTERM)
22:49:44.522405 run   osmo-ms-virt-phy/00045(pid=79): Terminating (SIGTERM)
22:49:44.525806 run   osmo-ms-virt-phy/00046(pid=80): Terminating (SIGTERM)
22:49:44.529200 run   osmo-ms-virt-phy/00047(pid=81): Terminating (SIGTERM)
22:49:44.532566 run   osmo-ms-virt-phy/00048(pid=82): Terminating (SIGTERM)
22:49:44.535961 run   osmo-ms-virt-phy/00049(pid=83): Terminating (SIGTERM)
22:49:44.539338 run   osmo-ms-virt-phy/00050(pid=84): Terminating (SIGTERM)
22:49:44.542740 run   osmo-ms-virt-phy/00051(pid=85): Terminating (SIGTERM)
22:49:44.546130 run   osmo-ms-virt-phy/00052(pid=86): Terminating (SIGTERM)
22:49:44.549503 run   osmo-ms-virt-phy/00053(pid=87): Terminating (SIGTERM)
22:49:44.552821 run   osmo-ms-virt-phy/00054(pid=88): Terminating (SIGTERM)
22:49:44.556079 run   osmo-ms-virt-phy/00055(pid=89): Terminating (SIGTERM)
22:49:44.559404 run   osmo-ms-virt-phy/00056(pid=90): Terminating (SIGTERM)
22:49:44.562696 run   osmo-ms-virt-phy/00057(pid=91): Terminating (SIGTERM)
22:49:44.566026 run   osmo-ms-virt-phy/00058(pid=92): Terminating (SIGTERM)
22:49:44.569308 run   osmo-ms-virt-phy/00059(pid=93): Terminating (SIGTERM)
22:49:44.572763 run   osmo-ms-virt-phy/00060(pid=94): Terminating (SIGTERM)
22:49:44.576119 run   osmo-ms-virt-phy/00061(pid=95): Terminating (SIGTERM)
22:49:44.579500 run   osmo-ms-virt-phy/00062(pid=96): Terminating (SIGTERM)
22:49:44.582896 run   osmo-ms-virt-phy/00063(pid=97): Terminating (SIGTERM)
22:49:44.586284 run   osmo-ms-virt-phy/00064(pid=98): Terminating (SIGTERM)
22:49:44.589640 run   osmo-ms-virt-phy/00065(pid=99): Terminating (SIGTERM)
22:49:44.593008 run  osmo-ms-virt-phy/00066(pid=100): Terminating (SIGTERM)
22:49:44.596376 run  osmo-ms-virt-phy/00067(pid=101): Terminating (SIGTERM)
22:49:44.599743 run  osmo-ms-virt-phy/00068(pid=102): Terminating (SIGTERM)
22:49:44.603103 run  osmo-ms-virt-phy/00069(pid=103): Terminating (SIGTERM)
22:49:44.606491 run  osmo-ms-virt-phy/00070(pid=104): Terminating (SIGTERM)
22:49:44.609923 run  osmo-ms-virt-phy/00071(pid=105): Terminating (SIGTERM)
22:49:44.613298 run  osmo-ms-virt-phy/00072(pid=106): Terminating (SIGTERM)
22:49:44.616699 run  osmo-ms-virt-phy/00073(pid=107): Terminating (SIGTERM)
22:49:44.620066 run  osmo-ms-virt-phy/00074(pid=108): Terminating (SIGTERM)
22:49:44.623459 run  osmo-ms-virt-phy/00075(pid=109): Terminating (SIGTERM)
22:49:44.626841 run  osmo-ms-virt-phy/00076(pid=110): Terminating (SIGTERM)
22:49:44.630224 run  osmo-ms-virt-phy/00077(pid=111): Terminating (SIGTERM)
22:49:44.633612 run  osmo-ms-virt-phy/00078(pid=112): Terminating (SIGTERM)
22:49:44.637056 run  osmo-ms-virt-phy/00079(pid=113): Terminating (SIGTERM)
22:49:44.640443 run  osmo-ms-virt-phy/00080(pid=114): Terminating (SIGTERM)
22:49:44.643872 run  osmo-ms-virt-phy/00081(pid=115): Terminating (SIGTERM)
22:49:44.647939 run  osmo-ms-virt-phy/00082(pid=116): Terminating (SIGTERM)
22:49:44.651343 run  osmo-ms-virt-phy/00083(pid=117): Terminating (SIGTERM)
22:49:44.654730 run  osmo-ms-virt-phy/00084(pid=118): Terminating (SIGTERM)
22:49:44.658117 run  osmo-ms-virt-phy/00085(pid=119): Terminating (SIGTERM)
22:49:44.661624 run  osmo-ms-virt-phy/00086(pid=120): Terminating (SIGTERM)
22:49:44.665555 run  osmo-ms-virt-phy/00087(pid=121): Terminating (SIGTERM)
22:49:44.669227 run  osmo-ms-virt-phy/00088(pid=122): Terminating (SIGTERM)
22:49:44.673051 run  osmo-ms-virt-phy/00089(pid=123): Terminating (SIGTERM)
22:49:44.676471 run  osmo-ms-virt-phy/00090(pid=124): Terminating (SIGTERM)
22:49:44.679885 run  osmo-ms-virt-phy/00091(pid=125): Terminating (SIGTERM)
22:49:44.683301 run  osmo-ms-virt-phy/00092(pid=126): Terminating (SIGTERM)
22:49:44.686741 run  osmo-ms-virt-phy/00093(pid=127): Terminating (SIGTERM)
22:49:44.690190 run  osmo-ms-virt-phy/00094(pid=128): Terminating (SIGTERM)
22:49:44.693668 run  osmo-ms-virt-phy/00095(pid=129): Terminating (SIGTERM)
22:49:44.697089 run  osmo-ms-virt-phy/00096(pid=130): Terminating (SIGTERM)
22:49:44.700524 run  osmo-ms-virt-phy/00097(pid=131): Terminating (SIGTERM)
22:49:44.703961 run  osmo-ms-virt-phy/00098(pid=132): Terminating (SIGTERM)
22:49:44.707410 run  osmo-ms-virt-phy/00099(pid=133): Terminating (SIGTERM)
22:49:44.710844 run       osmo-ms-mob/00000(pid=134): Terminating (SIGTERM)
22:49:44.714286 run       osmo-ms-mob/00001(pid=135): Terminating (SIGTERM)
22:49:44.717705 run       osmo-ms-mob/00002(pid=136): Terminating (SIGTERM)
22:49:44.721105 run       osmo-ms-mob/00003(pid=137): Terminating (SIGTERM)
22:49:44.724459 run       osmo-ms-mob/00004(pid=138): Terminating (SIGTERM)
22:49:44.727831 run       osmo-ms-mob/00005(pid=139): Terminating (SIGTERM)
22:49:44.731185 run       osmo-ms-mob/00006(pid=140): Terminating (SIGTERM)
22:49:44.734548 run       osmo-ms-mob/00007(pid=141): Terminating (SIGTERM)
22:49:44.737908 run       osmo-ms-mob/00008(pid=142): Terminating (SIGTERM)
22:49:44.741275 run       osmo-ms-mob/00009(pid=143): Terminating (SIGTERM)
22:49:44.744635 run       osmo-ms-mob/00010(pid=144): Terminating (SIGTERM)
22:49:44.748004 run       osmo-ms-mob/00011(pid=145): Terminating (SIGTERM)
22:49:44.751361 run       osmo-ms-mob/00012(pid=146): Terminating (SIGTERM)
22:49:44.754723 run       osmo-ms-mob/00013(pid=147): Terminating (SIGTERM)
22:49:44.758085 run       osmo-ms-mob/00014(pid=148): Terminating (SIGTERM)
22:49:44.761450 run       osmo-ms-mob/00015(pid=149): Terminating (SIGTERM)
22:49:44.764812 run       osmo-ms-mob/00016(pid=150): Terminating (SIGTERM)
22:49:44.768160 run       osmo-ms-mob/00017(pid=151): Terminating (SIGTERM)
22:49:44.771528 run       osmo-ms-mob/00018(pid=152): Terminating (SIGTERM)
22:49:44.774893 run       osmo-ms-mob/00019(pid=153): Terminating (SIGTERM)
22:49:44.778236 run       osmo-ms-mob/00020(pid=154): Terminating (SIGTERM)
22:49:44.781593 run       osmo-ms-mob/00021(pid=155): Terminating (SIGTERM)
22:49:44.784971 run       osmo-ms-mob/00022(pid=156): Terminating (SIGTERM)
22:49:44.788337 run       osmo-ms-mob/00023(pid=157): Terminating (SIGTERM)
22:49:44.791680 run       osmo-ms-mob/00024(pid=158): Terminating (SIGTERM)
22:49:44.795032 run       osmo-ms-mob/00025(pid=159): Terminating (SIGTERM)
22:49:44.798393 run       osmo-ms-mob/00026(pid=160): Terminating (SIGTERM)
22:49:44.801780 run       osmo-ms-mob/00027(pid=161): Terminating (SIGTERM)
22:49:44.805154 run       osmo-ms-mob/00028(pid=162): Terminating (SIGTERM)
22:49:44.808512 run       osmo-ms-mob/00029(pid=163): Terminating (SIGTERM)
22:49:44.811858 run       osmo-ms-mob/00030(pid=164): Terminating (SIGTERM)
22:49:44.815220 run       osmo-ms-mob/00031(pid=165): Terminating (SIGTERM)
22:49:44.818657 run       osmo-ms-mob/00032(pid=166): Terminating (SIGTERM)
22:49:44.822019 run       osmo-ms-mob/00033(pid=167): Terminating (SIGTERM)
22:49:44.825390 run       osmo-ms-mob/00034(pid=168): Terminating (SIGTERM)
22:49:44.828773 run       osmo-ms-mob/00035(pid=169): Terminating (SIGTERM)
22:49:44.832130 run       osmo-ms-mob/00036(pid=170): Terminating (SIGTERM)
22:49:44.835476 run       osmo-ms-mob/00037(pid=171): Terminating (SIGTERM)
22:49:44.838835 run       osmo-ms-mob/00038(pid=172): Terminating (SIGTERM)
22:49:44.842193 run       osmo-ms-mob/00039(pid=173): Terminating (SIGTERM)
22:49:44.845562 run       osmo-ms-mob/00040(pid=174): Terminating (SIGTERM)
22:49:44.848929 run       osmo-ms-mob/00041(pid=175): Terminating (SIGTERM)
22:49:44.852314 run       osmo-ms-mob/00042(pid=176): Terminating (SIGTERM)
22:49:44.855688 run       osmo-ms-mob/00043(pid=177): Terminating (SIGTERM)
22:49:44.859060 run       osmo-ms-mob/00044(pid=178): Terminating (SIGTERM)
22:49:44.862469 run       osmo-ms-mob/00045(pid=179): Terminating (SIGTERM)
22:49:44.865844 run       osmo-ms-mob/00046(pid=180): Terminating (SIGTERM)
22:49:44.869215 run       osmo-ms-mob/00047(pid=181): Terminating (SIGTERM)
22:49:44.872575 run       osmo-ms-mob/00048(pid=182): Terminating (SIGTERM)
22:49:44.875973 run       osmo-ms-mob/00049(pid=183): Terminating (SIGTERM)
22:49:44.879330 run       osmo-ms-mob/00050(pid=184): Terminating (SIGTERM)
22:49:44.882687 run       osmo-ms-mob/00051(pid=185): Terminating (SIGTERM)
22:49:44.886035 run       osmo-ms-mob/00052(pid=186): Terminating (SIGTERM)
22:49:44.889392 run       osmo-ms-mob/00053(pid=187): Terminating (SIGTERM)
22:49:44.892732 run       osmo-ms-mob/00054(pid=188): Terminating (SIGTERM)
22:49:44.896085 run       osmo-ms-mob/00055(pid=189): Terminating (SIGTERM)
22:49:44.899442 run       osmo-ms-mob/00056(pid=190): Terminating (SIGTERM)
22:49:44.902828 run       osmo-ms-mob/00057(pid=191): Terminating (SIGTERM)
22:49:44.906198 run       osmo-ms-mob/00058(pid=192): Terminating (SIGTERM)
22:49:44.909582 run       osmo-ms-mob/00059(pid=193): Terminating (SIGTERM)
22:49:44.912938 run       osmo-ms-mob/00060(pid=194): Terminating (SIGTERM)
22:49:44.916284 run       osmo-ms-mob/00061(pid=195): Terminating (SIGTERM)
22:49:44.919644 run       osmo-ms-mob/00062(pid=196): Terminating (SIGTERM)
22:49:44.923007 run       osmo-ms-mob/00063(pid=197): Terminating (SIGTERM)
22:49:44.926356 run       osmo-ms-mob/00064(pid=198): Terminating (SIGTERM)
22:49:44.929731 run       osmo-ms-mob/00065(pid=199): Terminating (SIGTERM)
22:49:44.933088 run       osmo-ms-mob/00066(pid=200): Terminating (SIGTERM)
22:49:44.936441 run       osmo-ms-mob/00067(pid=201): Terminating (SIGTERM)
22:49:44.939803 run       osmo-ms-mob/00068(pid=202): Terminating (SIGTERM)
22:49:44.943164 run       osmo-ms-mob/00069(pid=203): Terminating (SIGTERM)
22:49:44.946528 run       osmo-ms-mob/00070(pid=204): Terminating (SIGTERM)
22:49:44.949903 run       osmo-ms-mob/00071(pid=205): Terminating (SIGTERM)
22:49:44.953244 run       osmo-ms-mob/00072(pid=206): Terminating (SIGTERM)
22:49:44.956588 run       osmo-ms-mob/00073(pid=207): Terminating (SIGTERM)
22:49:44.959947 run       osmo-ms-mob/00074(pid=208): Terminating (SIGTERM)
22:49:44.963303 run       osmo-ms-mob/00075(pid=209): Terminating (SIGTERM)
22:49:44.966669 run       osmo-ms-mob/00076(pid=210): Terminating (SIGTERM)
22:49:44.970010 run       osmo-ms-mob/00077(pid=211): Terminating (SIGTERM)
22:49:44.973357 run       osmo-ms-mob/00078(pid=212): Terminating (SIGTERM)
22:49:44.976736 run       osmo-ms-mob/00079(pid=213): Terminating (SIGTERM)
22:49:44.980092 run       osmo-ms-mob/00080(pid=214): Terminating (SIGTERM)
22:49:44.983556 run       osmo-ms-mob/00081(pid=215): Terminating (SIGTERM)
22:49:44.986945 run       osmo-ms-mob/00082(pid=216): Terminating (SIGTERM)
22:49:44.990320 run       osmo-ms-mob/00083(pid=217): Terminating (SIGTERM)
22:49:44.993700 run       osmo-ms-mob/00084(pid=218): Terminating (SIGTERM)
22:49:44.997077 run       osmo-ms-mob/00085(pid=219): Terminating (SIGTERM)
22:49:45.000425 run       osmo-ms-mob/00086(pid=220): Terminating (SIGTERM)
22:49:45.003776 run       osmo-ms-mob/00087(pid=221): Terminating (SIGTERM)
22:49:45.007127 run       osmo-ms-mob/00088(pid=222): Terminating (SIGTERM)
22:49:45.010497 run       osmo-ms-mob/00089(pid=223): Terminating (SIGTERM)
22:49:45.013863 run       osmo-ms-mob/00090(pid=224): Terminating (SIGTERM)
22:49:45.017315 run       osmo-ms-mob/00091(pid=225): Terminating (SIGTERM)
22:49:45.020667 run       osmo-ms-mob/00092(pid=226): Terminating (SIGTERM)
22:49:45.024022 run       osmo-ms-mob/00093(pid=227): Terminating (SIGTERM)
22:49:45.027593 run       osmo-ms-mob/00094(pid=228): Terminating (SIGTERM)
22:49:45.030976 run       osmo-ms-mob/00095(pid=229): Terminating (SIGTERM)
22:49:45.034335 run       osmo-ms-mob/00096(pid=230): Terminating (SIGTERM)
22:49:45.037734 run       osmo-ms-mob/00097(pid=231): Terminating (SIGTERM)
22:49:45.041091 run       osmo-ms-mob/00098(pid=232): Terminating (SIGTERM)
22:49:45.044445 run       osmo-ms-mob/00099(pid=233): Terminating (SIGTERM)
22:49:45.047805 ---      ParallelTerminationStrategy: PID 21 died...
22:49:45.049325 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminated: ok {rc=0}
22:49:45.053051 ---      ParallelTerminationStrategy: PID 22 died...
22:49:45.054556 run      osmo-hlr_127.0.42.2(pid=22): Terminated: ok {rc=0}
22:49:45.058276 ---      ParallelTerminationStrategy: PID 23 died...
22:49:45.059794 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminated: ok {rc=0}
22:49:45.063528 ---      ParallelTerminationStrategy: PID 24 died...
22:49:45.065053 run      osmo-stp_127.0.42.5(pid=24): Terminated: ok {rc=0}
22:49:45.068750 ---      ParallelTerminationStrategy: PID 25 died...
22:49:45.070265 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminated: ok {rc=0}
22:49:45.074021 ---      ParallelTerminationStrategy: PID 26 died...
22:49:45.075554 run      osmo-msc_127.0.42.6(pid=26): Terminated: ok {rc=0}
22:49:45.079389 ---      ParallelTerminationStrategy: PID 27 died...
22:49:45.080920 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminated: ok {rc=0}
22:49:45.084704 ---      ParallelTerminationStrategy: PID 28 died...
22:49:45.086242 run      osmo-mgw_127.0.42.3(pid=28): Terminated {rc=15}
22:49:45.090028 ---      ParallelTerminationStrategy: PID 29 died...
22:49:45.091554 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminated: ok {rc=0}
22:49:45.095357 ---      ParallelTerminationStrategy: PID 30 died...
22:49:45.096893 run      osmo-mgw_127.0.42.4(pid=30): Terminated {rc=15}
22:49:45.100701 ---      ParallelTerminationStrategy: PID 31 died...
22:49:45.102233 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminated: ok {rc=0}
22:49:45.106096 ---      ParallelTerminationStrategy: PID 32 died...
22:49:45.107647 run      osmo-bsc_127.0.42.7(pid=32): Terminated: ok {rc=0}
22:49:45.111485 ---      ParallelTerminationStrategy: PID 34 died...
22:49:45.113040 run   osmo-ms-virt-phy/00000(pid=34): Terminated: ok {rc=0}
22:49:45.116856 ---      ParallelTerminationStrategy: PID 35 died...
22:49:45.118386 run   osmo-ms-virt-phy/00001(pid=35): Terminated: ok {rc=0}
22:49:45.122205 ---      ParallelTerminationStrategy: PID 36 died...
22:49:45.123761 run   osmo-ms-virt-phy/00002(pid=36): Terminated: ok {rc=0}
22:49:45.127583 ---      ParallelTerminationStrategy: PID 37 died...
22:49:45.129126 run   osmo-ms-virt-phy/00003(pid=37): Terminated: ok {rc=0}
22:49:45.132941 ---      ParallelTerminationStrategy: PID 38 died...
22:49:45.134479 run   osmo-ms-virt-phy/00004(pid=38): Terminated: ok {rc=0}
22:49:45.138318 ---      ParallelTerminationStrategy: PID 39 died...
22:49:45.139858 run   osmo-ms-virt-phy/00005(pid=39): Terminated: ok {rc=0}
22:49:45.143652 ---      ParallelTerminationStrategy: PID 40 died...
22:49:45.145247 run   osmo-ms-virt-phy/00006(pid=40): Terminated: ok {rc=0}
22:49:45.149090 ---      ParallelTerminationStrategy: PID 41 died...
22:49:45.150644 run   osmo-ms-virt-phy/00007(pid=41): Terminated: ok {rc=0}
22:49:45.154447 ---      ParallelTerminationStrategy: PID 42 died...
22:49:45.155985 run   osmo-ms-virt-phy/00008(pid=42): Terminated: ok {rc=0}
22:49:45.159773 ---      ParallelTerminationStrategy: PID 43 died...
22:49:45.161313 run   osmo-ms-virt-phy/00009(pid=43): Terminated: ok {rc=0}
22:49:45.165151 ---      ParallelTerminationStrategy: PID 44 died...
22:49:45.166679 run   osmo-ms-virt-phy/00010(pid=44): Terminated: ok {rc=0}
22:49:45.170458 ---      ParallelTerminationStrategy: PID 45 died...
22:49:45.171981 run   osmo-ms-virt-phy/00011(pid=45): Terminated: ok {rc=0}
22:49:45.175804 ---      ParallelTerminationStrategy: PID 46 died...
22:49:45.177362 run   osmo-ms-virt-phy/00012(pid=46): Terminated: ok {rc=0}
22:49:45.181142 ---      ParallelTerminationStrategy: PID 47 died...
22:49:45.182663 run   osmo-ms-virt-phy/00013(pid=47): Terminated: ok {rc=0}
22:49:45.186499 ---      ParallelTerminationStrategy: PID 48 died...
22:49:45.188041 run   osmo-ms-virt-phy/00014(pid=48): Terminated: ok {rc=0}
22:49:45.191843 ---      ParallelTerminationStrategy: PID 49 died...
22:49:45.193395 run   osmo-ms-virt-phy/00015(pid=49): Terminated: ok {rc=0}
22:49:45.197188 ---      ParallelTerminationStrategy: PID 50 died...
22:49:45.198717 run   osmo-ms-virt-phy/00016(pid=50): Terminated: ok {rc=0}
22:49:45.202529 ---      ParallelTerminationStrategy: PID 51 died...
22:49:45.204069 run   osmo-ms-virt-phy/00017(pid=51): Terminated: ok {rc=0}
22:49:45.207856 ---      ParallelTerminationStrategy: PID 52 died...
22:49:45.209394 run   osmo-ms-virt-phy/00018(pid=52): Terminated: ok {rc=0}
22:49:45.213210 ---      ParallelTerminationStrategy: PID 53 died...
22:49:45.214751 run   osmo-ms-virt-phy/00019(pid=53): Terminated: ok {rc=0}
22:49:45.218560 ---      ParallelTerminationStrategy: PID 54 died...
22:49:45.220083 run   osmo-ms-virt-phy/00020(pid=54): Terminated: ok {rc=0}
22:49:45.223884 ---      ParallelTerminationStrategy: PID 55 died...
22:49:45.225412 run   osmo-ms-virt-phy/00021(pid=55): Terminated: ok {rc=0}
22:49:45.229175 ---      ParallelTerminationStrategy: PID 56 died...
22:49:45.230692 run   osmo-ms-virt-phy/00022(pid=56): Terminated: ok {rc=0}
22:49:45.234481 ---      ParallelTerminationStrategy: PID 57 died...
22:49:45.235998 run   osmo-ms-virt-phy/00023(pid=57): Terminated: ok {rc=0}
22:49:45.239805 ---      ParallelTerminationStrategy: PID 58 died...
22:49:45.241337 run   osmo-ms-virt-phy/00024(pid=58): Terminated: ok {rc=0}
22:49:45.245100 ---      ParallelTerminationStrategy: PID 59 died...
22:49:45.246628 run   osmo-ms-virt-phy/00025(pid=59): Terminated: ok {rc=0}
22:49:45.250404 ---      ParallelTerminationStrategy: PID 60 died...
22:49:45.251930 run   osmo-ms-virt-phy/00026(pid=60): Terminated: ok {rc=0}
22:49:45.255760 ---      ParallelTerminationStrategy: PID 61 died...
22:49:45.257300 run   osmo-ms-virt-phy/00027(pid=61): Terminated: ok {rc=0}
22:49:45.261100 ---      ParallelTerminationStrategy: PID 62 died...
22:49:45.262635 run   osmo-ms-virt-phy/00028(pid=62): Terminated: ok {rc=0}
22:49:45.266442 ---      ParallelTerminationStrategy: PID 63 died...
22:49:45.267971 run   osmo-ms-virt-phy/00029(pid=63): Terminated: ok {rc=0}
22:49:45.271750 ---      ParallelTerminationStrategy: PID 64 died...
22:49:45.273278 run   osmo-ms-virt-phy/00030(pid=64): Terminated: ok {rc=0}
22:49:45.277054 ---      ParallelTerminationStrategy: PID 65 died...
22:49:45.278568 run   osmo-ms-virt-phy/00031(pid=65): Terminated: ok {rc=0}
22:49:45.282391 ---      ParallelTerminationStrategy: PID 66 died...
22:49:45.283923 run   osmo-ms-virt-phy/00032(pid=66): Terminated: ok {rc=0}
22:49:45.287709 ---      ParallelTerminationStrategy: PID 67 died...
22:49:45.289236 run   osmo-ms-virt-phy/00033(pid=67): Terminated: ok {rc=0}
22:49:45.293059 ---      ParallelTerminationStrategy: PID 68 died...
22:49:45.294578 run   osmo-ms-virt-phy/00034(pid=68): Terminated: ok {rc=0}
22:49:45.298410 ---      ParallelTerminationStrategy: PID 69 died...
22:49:45.299925 run   osmo-ms-virt-phy/00035(pid=69): Terminated: ok {rc=0}
22:49:45.303724 ---      ParallelTerminationStrategy: PID 70 died...
22:49:45.305257 run   osmo-ms-virt-phy/00036(pid=70): Terminated: ok {rc=0}
22:49:45.309027 ---      ParallelTerminationStrategy: PID 71 died...
22:49:45.310565 run   osmo-ms-virt-phy/00037(pid=71): Terminated: ok {rc=0}
22:49:45.314464 ---      ParallelTerminationStrategy: PID 72 died...
22:49:45.315990 run   osmo-ms-virt-phy/00038(pid=72): Terminated: ok {rc=0}
22:49:45.319800 ---      ParallelTerminationStrategy: PID 73 died...
22:49:45.321341 run   osmo-ms-virt-phy/00039(pid=73): Terminated: ok {rc=0}
22:49:45.325146 ---      ParallelTerminationStrategy: PID 74 died...
22:49:45.326683 run   osmo-ms-virt-phy/00040(pid=74): Terminated: ok {rc=0}
22:49:45.330466 ---      ParallelTerminationStrategy: PID 75 died...
22:49:45.331994 run   osmo-ms-virt-phy/00041(pid=75): Terminated: ok {rc=0}
22:49:45.335797 ---      ParallelTerminationStrategy: PID 76 died...
22:49:45.337319 run   osmo-ms-virt-phy/00042(pid=76): Terminated: ok {rc=0}
22:49:45.341082 ---      ParallelTerminationStrategy: PID 77 died...
22:49:45.342609 run   osmo-ms-virt-phy/00043(pid=77): Terminated: ok {rc=0}
22:49:45.346379 ---      ParallelTerminationStrategy: PID 78 died...
22:49:45.347911 run   osmo-ms-virt-phy/00044(pid=78): Terminated: ok {rc=0}
22:49:45.351673 ---      ParallelTerminationStrategy: PID 79 died...
22:49:45.353198 run   osmo-ms-virt-phy/00045(pid=79): Terminated: ok {rc=0}
22:49:45.356964 ---      ParallelTerminationStrategy: PID 80 died...
22:49:45.358497 run   osmo-ms-virt-phy/00046(pid=80): Terminated: ok {rc=0}
22:49:45.362257 ---      ParallelTerminationStrategy: PID 81 died...
22:49:45.363783 run   osmo-ms-virt-phy/00047(pid=81): Terminated: ok {rc=0}
22:49:45.367450 ---      ParallelTerminationStrategy: PID 82 died...
22:49:45.368972 run   osmo-ms-virt-phy/00048(pid=82): Terminated: ok {rc=0}
22:49:45.372621 ---      ParallelTerminationStrategy: PID 83 died...
22:49:45.374094 run   osmo-ms-virt-phy/00049(pid=83): Terminated: ok {rc=0}
22:49:45.377779 ---      ParallelTerminationStrategy: PID 84 died...
22:49:45.379250 run   osmo-ms-virt-phy/00050(pid=84): Terminated: ok {rc=0}
22:49:45.382989 ---      ParallelTerminationStrategy: PID 85 died...
22:49:45.384517 run   osmo-ms-virt-phy/00051(pid=85): Terminated: ok {rc=0}
22:49:45.388213 ---      ParallelTerminationStrategy: PID 86 died...
22:49:45.389709 run   osmo-ms-virt-phy/00052(pid=86): Terminated: ok {rc=0}
22:49:45.393430 ---      ParallelTerminationStrategy: PID 87 died...
22:49:45.394968 run   osmo-ms-virt-phy/00053(pid=87): Terminated: ok {rc=0}
22:49:45.398751 ---      ParallelTerminationStrategy: PID 88 died...
22:49:45.400281 run   osmo-ms-virt-phy/00054(pid=88): Terminated: ok {rc=0}
22:49:45.404091 ---      ParallelTerminationStrategy: PID 89 died...
22:49:45.405625 run   osmo-ms-virt-phy/00055(pid=89): Terminated: ok {rc=0}
22:49:45.409385 ---      ParallelTerminationStrategy: PID 90 died...
22:49:45.410905 run   osmo-ms-virt-phy/00056(pid=90): Terminated: ok {rc=0}
22:49:45.414691 ---      ParallelTerminationStrategy: PID 91 died...
22:49:45.416215 run   osmo-ms-virt-phy/00057(pid=91): Terminated: ok {rc=0}
22:49:45.419983 ---      ParallelTerminationStrategy: PID 92 died...
22:49:45.421507 run   osmo-ms-virt-phy/00058(pid=92): Terminated: ok {rc=0}
22:49:45.425390 ---      ParallelTerminationStrategy: PID 93 died...
22:49:45.426905 run   osmo-ms-virt-phy/00059(pid=93): Terminated: ok {rc=0}
22:49:45.430677 ---      ParallelTerminationStrategy: PID 94 died...
22:49:45.432196 run   osmo-ms-virt-phy/00060(pid=94): Terminated: ok {rc=0}
22:49:45.436014 ---      ParallelTerminationStrategy: PID 95 died...
22:49:45.437540 run   osmo-ms-virt-phy/00061(pid=95): Terminated: ok {rc=0}
22:49:45.449302 ---      ParallelTerminationStrategy: PID 96 died...
22:49:45.450879 run   osmo-ms-virt-phy/00062(pid=96): Terminated: ok {rc=0}
22:49:45.454625 ---      ParallelTerminationStrategy: PID 97 died...
22:49:45.456131 run   osmo-ms-virt-phy/00063(pid=97): Terminated: ok {rc=0}
22:49:45.459886 ---      ParallelTerminationStrategy: PID 98 died...
22:49:45.461400 run   osmo-ms-virt-phy/00064(pid=98): Terminated: ok {rc=0}
22:49:45.465120 ---      ParallelTerminationStrategy: PID 99 died...
22:49:45.466626 run   osmo-ms-virt-phy/00065(pid=99): Terminated: ok {rc=0}
22:49:45.470348 ---      ParallelTerminationStrategy: PID 100 died...
22:49:45.471858 run  osmo-ms-virt-phy/00066(pid=100): Terminated: ok {rc=0}
22:49:45.475606 ---      ParallelTerminationStrategy: PID 101 died...
22:49:45.477154 run  osmo-ms-virt-phy/00067(pid=101): Terminated: ok {rc=0}
22:49:45.480857 ---      ParallelTerminationStrategy: PID 102 died...
22:49:45.482373 run  osmo-ms-virt-phy/00068(pid=102): Terminated: ok {rc=0}
22:49:45.486112 ---      ParallelTerminationStrategy: PID 103 died...
22:49:45.487624 run  osmo-ms-virt-phy/00069(pid=103): Terminated: ok {rc=0}
22:49:45.491365 ---      ParallelTerminationStrategy: PID 104 died...
22:49:45.492881 run  osmo-ms-virt-phy/00070(pid=104): Terminated: ok {rc=0}
22:49:45.496670 ---      ParallelTerminationStrategy: PID 105 died...
22:49:45.498163 run  osmo-ms-virt-phy/00071(pid=105): Terminated: ok {rc=0}
22:49:45.501887 ---      ParallelTerminationStrategy: PID 106 died...
22:49:45.503382 run  osmo-ms-virt-phy/00072(pid=106): Terminated: ok {rc=0}
22:49:45.507119 ---      ParallelTerminationStrategy: PID 107 died...
22:49:45.508620 run  osmo-ms-virt-phy/00073(pid=107): Terminated: ok {rc=0}
22:49:45.512346 ---      ParallelTerminationStrategy: PID 108 died...
22:49:45.513951 run  osmo-ms-virt-phy/00074(pid=108): Terminated: ok {rc=0}
22:49:45.517697 ---      ParallelTerminationStrategy: PID 109 died...
22:49:45.519209 run  osmo-ms-virt-phy/00075(pid=109): Terminated: ok {rc=0}
22:49:45.522938 ---      ParallelTerminationStrategy: PID 110 died...
22:49:45.524449 run  osmo-ms-virt-phy/00076(pid=110): Terminated: ok {rc=0}
22:49:45.528179 ---      ParallelTerminationStrategy: PID 111 died...
22:49:45.529789 run  osmo-ms-virt-phy/00077(pid=111): Terminated: ok {rc=0}
22:49:45.533531 ---      ParallelTerminationStrategy: PID 112 died...
22:49:45.535044 run  osmo-ms-virt-phy/00078(pid=112): Terminated: ok {rc=0}
22:49:45.538773 ---      ParallelTerminationStrategy: PID 113 died...
22:49:45.540276 run  osmo-ms-virt-phy/00079(pid=113): Terminated: ok {rc=0}
22:49:45.544005 ---      ParallelTerminationStrategy: PID 114 died...
22:49:45.545507 run  osmo-ms-virt-phy/00080(pid=114): Terminated: ok {rc=0}
22:49:45.549252 ---      ParallelTerminationStrategy: PID 115 died...
22:49:45.550744 run  osmo-ms-virt-phy/00081(pid=115): Terminated: ok {rc=0}
22:49:45.554488 ---      ParallelTerminationStrategy: PID 116 died...
22:49:45.555985 run  osmo-ms-virt-phy/00082(pid=116): Terminated: ok {rc=0}
22:49:45.559725 ---      ParallelTerminationStrategy: PID 117 died...
22:49:45.561236 run  osmo-ms-virt-phy/00083(pid=117): Terminated: ok {rc=0}
22:49:45.564970 ---      ParallelTerminationStrategy: PID 118 died...
22:49:45.566474 run  osmo-ms-virt-phy/00084(pid=118): Terminated: ok {rc=0}
22:49:45.570189 ---      ParallelTerminationStrategy: PID 119 died...
22:49:45.571690 run  osmo-ms-virt-phy/00085(pid=119): Terminated: ok {rc=0}
22:49:45.575409 ---      ParallelTerminationStrategy: PID 120 died...
22:49:45.576923 run  osmo-ms-virt-phy/00086(pid=120): Terminated: ok {rc=0}
22:49:45.580660 ---      ParallelTerminationStrategy: PID 121 died...
22:49:45.582175 run  osmo-ms-virt-phy/00087(pid=121): Terminated: ok {rc=0}
22:49:45.585903 ---      ParallelTerminationStrategy: PID 122 died...
22:49:45.587410 run  osmo-ms-virt-phy/00088(pid=122): Terminated: ok {rc=0}
22:49:45.591146 ---      ParallelTerminationStrategy: PID 123 died...
22:49:45.592589 run  osmo-ms-virt-phy/00089(pid=123): Terminated: ok {rc=0}
22:49:45.596178 ---      ParallelTerminationStrategy: PID 124 died...
22:49:45.597664 run  osmo-ms-virt-phy/00090(pid=124): Terminated: ok {rc=0}
22:49:45.601254 ---      ParallelTerminationStrategy: PID 125 died...
22:49:45.602702 run  osmo-ms-virt-phy/00091(pid=125): Terminated: ok {rc=0}
22:49:45.606380 ---      ParallelTerminationStrategy: PID 126 died...
22:49:45.607860 run  osmo-ms-virt-phy/00092(pid=126): Terminated: ok {rc=0}
22:49:45.611429 ---      ParallelTerminationStrategy: PID 127 died...
22:49:45.612873 run  osmo-ms-virt-phy/00093(pid=127): Terminated: ok {rc=0}
22:49:45.616532 ---      ParallelTerminationStrategy: PID 128 died...
22:49:45.617986 run  osmo-ms-virt-phy/00094(pid=128): Terminated: ok {rc=0}
22:49:45.621589 ---      ParallelTerminationStrategy: PID 129 died...
22:49:45.623047 run  osmo-ms-virt-phy/00095(pid=129): Terminated: ok {rc=0}
22:49:45.626636 ---      ParallelTerminationStrategy: PID 130 died...
22:49:45.628081 run  osmo-ms-virt-phy/00096(pid=130): Terminated: ok {rc=0}
22:49:45.631676 ---      ParallelTerminationStrategy: PID 131 died...
22:49:45.633177 run  osmo-ms-virt-phy/00097(pid=131): Terminated: ok {rc=0}
22:49:45.636842 ---      ParallelTerminationStrategy: PID 132 died...
22:49:45.638348 run  osmo-ms-virt-phy/00098(pid=132): Terminated: ok {rc=0}
22:49:45.642091 ---      ParallelTerminationStrategy: PID 133 died...
22:49:45.643597 run  osmo-ms-virt-phy/00099(pid=133): Terminated: ok {rc=0}
22:49:45.647309 ---      ParallelTerminationStrategy: PID 134 died...
22:49:45.648814 run       osmo-ms-mob/00000(pid=134): Terminated {rc=26112}
22:49:45.652559 ---      ParallelTerminationStrategy: PID 135 died...
22:49:45.654094 run       osmo-ms-mob/00001(pid=135): Terminated {rc=26112}
22:49:45.657790 ---      ParallelTerminationStrategy: PID 136 died...
22:49:45.659283 run       osmo-ms-mob/00002(pid=136): Terminated {rc=26112}
22:49:45.663004 ---      ParallelTerminationStrategy: PID 137 died...
22:49:45.664491 run       osmo-ms-mob/00003(pid=137): Terminated {rc=26112}
22:49:45.668338 ---      ParallelTerminationStrategy: PID 138 died...
22:49:45.669841 run       osmo-ms-mob/00004(pid=138): Terminated {rc=26112}
22:49:45.673588 ---      ParallelTerminationStrategy: PID 139 died...
22:49:45.675089 run       osmo-ms-mob/00005(pid=139): Terminated {rc=26112}
22:49:45.678800 ---      ParallelTerminationStrategy: PID 140 died...
22:49:45.680289 run       osmo-ms-mob/00006(pid=140): Terminated {rc=26112}
22:49:45.683984 ---      ParallelTerminationStrategy: PID 141 died...
22:49:45.685493 run       osmo-ms-mob/00007(pid=141): Terminated {rc=26112}
22:49:45.689194 ---      ParallelTerminationStrategy: PID 142 died...
22:49:45.690682 run       osmo-ms-mob/00008(pid=142): Terminated {rc=26112}
22:49:45.694351 ---      ParallelTerminationStrategy: PID 143 died...
22:49:45.695834 run       osmo-ms-mob/00009(pid=143): Terminated {rc=26112}
22:49:45.699554 ---      ParallelTerminationStrategy: PID 144 died...
22:49:45.701074 run       osmo-ms-mob/00010(pid=144): Terminated {rc=26112}
22:49:45.704794 ---      ParallelTerminationStrategy: PID 145 died...
22:49:45.706291 run       osmo-ms-mob/00011(pid=145): Terminated {rc=26112}
22:49:45.709995 ---      ParallelTerminationStrategy: PID 146 died...
22:49:45.711486 run       osmo-ms-mob/00012(pid=146): Terminated {rc=26112}
22:49:45.715245 ---      ParallelTerminationStrategy: PID 147 died...
22:49:45.716745 run       osmo-ms-mob/00013(pid=147): Terminated {rc=26112}
22:49:45.720409 ---      ParallelTerminationStrategy: PID 148 died...
22:49:45.721911 run       osmo-ms-mob/00014(pid=148): Terminated {rc=26112}
22:49:45.725650 ---      ParallelTerminationStrategy: PID 149 died...
22:49:45.727161 run       osmo-ms-mob/00015(pid=149): Terminated {rc=26112}
22:49:45.730882 ---      ParallelTerminationStrategy: PID 150 died...
22:49:45.732384 run       osmo-ms-mob/00016(pid=150): Terminated {rc=26112}
22:49:45.736085 ---      ParallelTerminationStrategy: PID 151 died...
22:49:45.737605 run       osmo-ms-mob/00017(pid=151): Terminated {rc=26112}
22:49:45.741327 ---      ParallelTerminationStrategy: PID 152 died...
22:49:45.742822 run       osmo-ms-mob/00018(pid=152): Terminated {rc=26112}
22:49:45.746555 ---      ParallelTerminationStrategy: PID 153 died...
22:49:45.748043 run       osmo-ms-mob/00019(pid=153): Terminated {rc=26112}
22:49:45.751772 ---      ParallelTerminationStrategy: PID 154 died...
22:49:45.753274 run       osmo-ms-mob/00020(pid=154): Terminated {rc=26112}
22:49:45.756993 ---      ParallelTerminationStrategy: PID 155 died...
22:49:45.758488 run       osmo-ms-mob/00021(pid=155): Terminated {rc=26112}
22:49:45.762236 ---      ParallelTerminationStrategy: PID 156 died...
22:49:45.763736 run       osmo-ms-mob/00022(pid=156): Terminated {rc=26112}
22:49:45.767445 ---      ParallelTerminationStrategy: PID 157 died...
22:49:45.768965 run       osmo-ms-mob/00023(pid=157): Terminated {rc=26112}
22:49:45.772691 ---      ParallelTerminationStrategy: PID 158 died...
22:49:45.774190 run       osmo-ms-mob/00024(pid=158): Terminated {rc=26112}
22:49:45.777907 ---      ParallelTerminationStrategy: PID 159 died...
22:49:45.779408 run       osmo-ms-mob/00025(pid=159): Terminated {rc=26112}
22:49:45.783140 ---      ParallelTerminationStrategy: PID 160 died...
22:49:45.784652 run       osmo-ms-mob/00026(pid=160): Terminated {rc=26112}
22:49:45.788375 ---      ParallelTerminationStrategy: PID 161 died...
22:49:45.789882 run       osmo-ms-mob/00027(pid=161): Terminated {rc=26112}
22:49:45.793623 ---      ParallelTerminationStrategy: PID 162 died...
22:49:45.795114 run       osmo-ms-mob/00028(pid=162): Terminated {rc=26112}
22:49:45.798836 ---      ParallelTerminationStrategy: PID 163 died...
22:49:45.800348 run       osmo-ms-mob/00029(pid=163): Terminated {rc=26112}
22:49:45.804085 ---      ParallelTerminationStrategy: PID 164 died...
22:49:45.805555 run       osmo-ms-mob/00030(pid=164): Terminated {rc=26112}
22:49:45.809167 ---      ParallelTerminationStrategy: PID 165 died...
22:49:45.810598 run       osmo-ms-mob/00031(pid=165): Terminated {rc=26112}
22:49:45.814157 ---      ParallelTerminationStrategy: PID 166 died...
22:49:45.815597 run       osmo-ms-mob/00032(pid=166): Terminated {rc=26112}
22:49:45.819344 ---      ParallelTerminationStrategy: PID 167 died...
22:49:45.820883 run       osmo-ms-mob/00033(pid=167): Terminated {rc=26112}
22:49:45.824453 ---      ParallelTerminationStrategy: PID 168 died...
22:49:45.825912 run       osmo-ms-mob/00034(pid=168): Terminated {rc=26112}
22:49:45.829495 ---      ParallelTerminationStrategy: PID 169 died...
22:49:45.830940 run       osmo-ms-mob/00035(pid=169): Terminated {rc=26112}
22:49:45.834529 ---      ParallelTerminationStrategy: PID 170 died...
22:49:45.836004 run       osmo-ms-mob/00036(pid=170): Terminated {rc=26112}
22:49:45.839718 ---      ParallelTerminationStrategy: PID 171 died...
22:49:45.841210 run       osmo-ms-mob/00037(pid=171): Terminated {rc=26112}
22:49:45.844915 ---      ParallelTerminationStrategy: PID 172 died...
22:49:45.846422 run       osmo-ms-mob/00038(pid=172): Terminated {rc=26112}
22:49:45.850168 ---      ParallelTerminationStrategy: PID 173 died...
22:49:45.851655 run       osmo-ms-mob/00039(pid=173): Terminated {rc=26112}
22:49:45.855368 ---      ParallelTerminationStrategy: PID 174 died...
22:49:45.856870 run       osmo-ms-mob/00040(pid=174): Terminated {rc=26112}
22:49:45.860588 ---      ParallelTerminationStrategy: PID 175 died...
22:49:45.862087 run       osmo-ms-mob/00041(pid=175): Terminated {rc=26112}
22:49:45.865875 ---      ParallelTerminationStrategy: PID 176 died...
22:49:45.867366 run       osmo-ms-mob/00042(pid=176): Terminated {rc=26112}
22:49:45.871124 ---      ParallelTerminationStrategy: PID 177 died...
22:49:45.872644 run       osmo-ms-mob/00043(pid=177): Terminated {rc=26112}
22:49:45.876418 ---      ParallelTerminationStrategy: PID 178 died...
22:49:45.877941 run       osmo-ms-mob/00044(pid=178): Terminated {rc=26112}
22:49:45.881701 ---      ParallelTerminationStrategy: PID 179 died...
22:49:45.883210 run       osmo-ms-mob/00045(pid=179): Terminated {rc=26112}
22:49:45.886972 ---      ParallelTerminationStrategy: PID 180 died...
22:49:45.888498 run       osmo-ms-mob/00046(pid=180): Terminated {rc=26112}
22:49:45.892260 ---      ParallelTerminationStrategy: PID 181 died...
22:49:45.893775 run       osmo-ms-mob/00047(pid=181): Terminated {rc=26112}
22:49:45.897573 ---      ParallelTerminationStrategy: PID 182 died...
22:49:45.899084 run       osmo-ms-mob/00048(pid=182): Terminated {rc=26112}
22:49:45.902926 ---      ParallelTerminationStrategy: PID 183 died...
22:49:45.904431 run       osmo-ms-mob/00049(pid=183): Terminated {rc=26112}
22:49:45.908195 ---      ParallelTerminationStrategy: PID 184 died...
22:49:45.909704 run       osmo-ms-mob/00050(pid=184): Terminated {rc=26112}
22:49:45.913479 ---      ParallelTerminationStrategy: PID 185 died...
22:49:45.914993 run       osmo-ms-mob/00051(pid=185): Terminated {rc=26112}
22:49:45.918847 ---      ParallelTerminationStrategy: PID 186 died...
22:49:45.920364 run       osmo-ms-mob/00052(pid=186): Terminated {rc=26112}
22:49:45.924148 ---      ParallelTerminationStrategy: PID 187 died...
22:49:45.925668 run       osmo-ms-mob/00053(pid=187): Terminated {rc=26112}
22:49:45.929452 ---      ParallelTerminationStrategy: PID 188 died...
22:49:45.930978 run       osmo-ms-mob/00054(pid=188): Terminated {rc=26112}
22:49:45.934748 ---      ParallelTerminationStrategy: PID 189 died...
22:49:45.936257 run       osmo-ms-mob/00055(pid=189): Terminated {rc=26112}
22:49:45.940038 ---      ParallelTerminationStrategy: PID 190 died...
22:49:45.941554 run       osmo-ms-mob/00056(pid=190): Terminated {rc=26112}
22:49:45.945406 ---      ParallelTerminationStrategy: PID 191 died...
22:49:45.946986 run       osmo-ms-mob/00057(pid=191): Terminated {rc=26112}
22:49:45.950708 ---      ParallelTerminationStrategy: PID 192 died...
22:49:45.952200 run       osmo-ms-mob/00058(pid=192): Terminated {rc=26112}
22:49:45.955906 ---      ParallelTerminationStrategy: PID 193 died...
22:49:45.957411 run       osmo-ms-mob/00059(pid=193): Terminated {rc=26112}
22:49:45.961147 ---      ParallelTerminationStrategy: PID 194 died...
22:49:45.962651 run       osmo-ms-mob/00060(pid=194): Terminated {rc=26112}
22:49:45.966372 ---      ParallelTerminationStrategy: PID 195 died...
22:49:45.967860 run       osmo-ms-mob/00061(pid=195): Terminated {rc=26112}
22:49:45.971579 ---      ParallelTerminationStrategy: PID 196 died...
22:49:45.973078 run       osmo-ms-mob/00062(pid=196): Terminated {rc=26112}
22:49:45.976821 ---      ParallelTerminationStrategy: PID 197 died...
22:49:45.978334 run       osmo-ms-mob/00063(pid=197): Terminated {rc=26112}
22:49:45.982052 ---      ParallelTerminationStrategy: PID 198 died...
22:49:45.983538 run       osmo-ms-mob/00064(pid=198): Terminated {rc=26112}
22:49:45.987261 ---      ParallelTerminationStrategy: PID 199 died...
22:49:45.988784 run       osmo-ms-mob/00065(pid=199): Terminated {rc=26112}
22:49:45.992502 ---      ParallelTerminationStrategy: PID 200 died...
22:49:45.994019 run       osmo-ms-mob/00066(pid=200): Terminated {rc=26112}
22:49:45.997726 ---      ParallelTerminationStrategy: PID 201 died...
22:49:45.999213 run       osmo-ms-mob/00067(pid=201): Terminated {rc=26112}
22:49:46.002927 ---      ParallelTerminationStrategy: PID 202 died...
22:49:46.004413 run       osmo-ms-mob/00068(pid=202): Terminated {rc=26112}
22:49:46.008177 ---      ParallelTerminationStrategy: PID 203 died...
22:49:46.009702 run       osmo-ms-mob/00069(pid=203): Terminated {rc=26112}
22:49:46.013422 ---      ParallelTerminationStrategy: PID 204 died...
22:49:46.014931 run       osmo-ms-mob/00070(pid=204): Terminated {rc=26112}
22:49:46.018702 ---      ParallelTerminationStrategy: PID 205 died...
22:49:46.020213 run       osmo-ms-mob/00071(pid=205): Terminated {rc=26112}
22:49:46.023996 ---      ParallelTerminationStrategy: PID 206 died...
22:49:46.025519 run       osmo-ms-mob/00072(pid=206): Terminated {rc=26112}
22:49:46.029270 ---      ParallelTerminationStrategy: PID 207 died...
22:49:46.030772 run       osmo-ms-mob/00073(pid=207): Terminated {rc=26112}
22:49:46.034547 ---      ParallelTerminationStrategy: PID 208 died...
22:49:46.036060 run       osmo-ms-mob/00074(pid=208): Terminated {rc=26112}
22:49:46.039816 ---      ParallelTerminationStrategy: PID 209 died...
22:49:46.041407 run       osmo-ms-mob/00075(pid=209): Terminated {rc=26112}
22:49:46.045189 ---      ParallelTerminationStrategy: PID 210 died...
22:49:46.046710 run       osmo-ms-mob/00076(pid=210): Terminated {rc=26112}
22:49:46.050497 ---      ParallelTerminationStrategy: PID 211 died...
22:49:46.052009 run       osmo-ms-mob/00077(pid=211): Terminated {rc=26112}
22:49:46.055778 ---      ParallelTerminationStrategy: PID 212 died...
22:49:46.057304 run       osmo-ms-mob/00078(pid=212): Terminated {rc=26112}
22:49:46.061090 ---      ParallelTerminationStrategy: PID 213 died...
22:49:46.062596 run       osmo-ms-mob/00079(pid=213): Terminated {rc=26112}
22:49:46.066352 ---      ParallelTerminationStrategy: PID 214 died...
22:49:46.067865 run       osmo-ms-mob/00080(pid=214): Terminated {rc=26112}
22:49:46.071642 ---      ParallelTerminationStrategy: PID 215 died...
22:49:46.073164 run       osmo-ms-mob/00081(pid=215): Terminated {rc=26112}
22:49:46.076948 ---      ParallelTerminationStrategy: PID 216 died...
22:49:46.078464 run       osmo-ms-mob/00082(pid=216): Terminated {rc=26112}
22:49:46.082249 ---      ParallelTerminationStrategy: PID 217 died...
22:49:46.083775 run       osmo-ms-mob/00083(pid=217): Terminated {rc=26112}
22:49:46.087558 ---      ParallelTerminationStrategy: PID 218 died...
22:49:46.089085 run       osmo-ms-mob/00084(pid=218): Terminated {rc=26112}
22:49:46.092859 ---      ParallelTerminationStrategy: PID 219 died...
22:49:46.094443 run       osmo-ms-mob/00085(pid=219): Terminated {rc=26112}
22:49:46.098220 ---      ParallelTerminationStrategy: PID 220 died...
22:49:46.099729 run       osmo-ms-mob/00086(pid=220): Terminated {rc=26112}
22:49:46.103537 ---      ParallelTerminationStrategy: PID 221 died...
22:49:46.105044 run       osmo-ms-mob/00087(pid=221): Terminated {rc=26112}
22:49:46.108810 ---      ParallelTerminationStrategy: PID 222 died...
22:49:46.110320 run       osmo-ms-mob/00088(pid=222): Terminated {rc=26112}
22:49:46.114067 ---      ParallelTerminationStrategy: PID 223 died...
22:49:46.115587 run       osmo-ms-mob/00089(pid=223): Terminated {rc=26112}
22:49:46.119333 ---      ParallelTerminationStrategy: PID 224 died...
22:49:46.120907 run       osmo-ms-mob/00090(pid=224): Terminated {rc=26112}
22:49:46.124690 ---      ParallelTerminationStrategy: PID 225 died...
22:49:46.126191 run       osmo-ms-mob/00091(pid=225): Terminated {rc=26112}
22:49:46.129952 ---      ParallelTerminationStrategy: PID 226 died...
22:49:46.131531 run       osmo-ms-mob/00092(pid=226): Terminated {rc=26112}
22:49:46.135309 ---      ParallelTerminationStrategy: PID 227 died...
22:49:46.136820 run       osmo-ms-mob/00093(pid=227): Terminated {rc=26112}
22:49:46.140591 ---      ParallelTerminationStrategy: PID 228 died...
22:49:46.142134 run       osmo-ms-mob/00094(pid=228): Terminated {rc=26112}
22:49:46.145941 ---      ParallelTerminationStrategy: PID 229 died...
22:49:46.147466 run       osmo-ms-mob/00095(pid=229): Terminated {rc=26112}
22:49:46.151264 ---      ParallelTerminationStrategy: PID 230 died...
22:49:46.152799 run       osmo-ms-mob/00096(pid=230): Terminated {rc=26112}
22:49:46.156565 ---      ParallelTerminationStrategy: PID 231 died...
22:49:46.158149 run       osmo-ms-mob/00097(pid=231): Terminated {rc=26112}
22:49:46.161907 ---      ParallelTerminationStrategy: PID 232 died...
22:49:46.163397 run       osmo-ms-mob/00098(pid=232): Terminated {rc=26112}
22:49:46.167118 ---      ParallelTerminationStrategy: PID 233 died...
22:49:46.168621 run       osmo-ms-mob/00099(pid=233): Terminated {rc=26112}
22:49:49.572155 ---      ParallelTerminationStrategy: PID 33 died...
22:49:49.573826 run         osmo-bts-virtual(pid=33): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7928 netreg_mass PASS
---------------------------------------------------------------------
22:49:49.653203 tst                       trial-7928: Storing JUnit report in /build/trial-7928/run.2025-04-06_22-48-18/trial-7928.xml

--------------------------------------------------------------------------------------------
trial-7928 PASS
--------------------------------------------------------------------------------------------
22:49:49.670515 tst                       trial-7928: trial-7928: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (85.4 sec)
+ exit_code=0
+ rm -rf trial-7928/inst
+ cd trial-7928
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-04-06 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7928-run.tgz run.2025-04-06_22-48-18
+ tar czf /build/trial-7928-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-04-06_13_26_01.tgz osmo-bts-oc2g.build-2025-04-06_00_51_42.tgz osmo-bts-sysmo.build-2025-04-06_00_51_33.tgz osmo-bts.build-2025-04-06_00_51_45.tgz osmo-ggsn.build-2025-04-06_20_42_36.tgz osmo-hlr.build-2025-04-06_16_37_04.tgz osmo-hnbgw.build-2025-04-06_13_28_59.tgz osmo-mgw.build-2025-04-06_08_33_13.tgz osmo-msc.build-2025-04-06_13_33_08.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-06_07_41_26.tgz osmo-pcu-sysmo.build-2025-04-06_07_41_21.tgz osmo-pcu.build-2025-04-06_07_41_31.tgz osmo-sgsn.build-2025-04-06_20_48_10.tgz osmo-stp.build-2025-04-06_13_23_08.tgz osmo-trx.build-2025-04-06_14_28_14.tgz osmocom-bb.build-2025-04-06_21_17_15.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x

### Clean up ###

+ trap - EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS