Skip to content
Success

Console Output

Started by timer
Running as SYSTEM
Building remotely on build5-deb12build-ansible (obs ttcn3_with_linux_6.1_or_higher qemu registry-build-amd64 ttcn3 osmo-gsm-tester-build ttcn3-ggsn-test-kernel-git io_uring osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/osmo-gsm-tester/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gerrit.osmocom.org/osmo-gsm-tester # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-gsm-tester
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
 > git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-gsm-tester +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f7d64b0bcf946ec21ce9c7562194343a12213a80 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f7d64b0bcf946ec21ce9c7562194343a12213a80 # timeout=10
Commit message: "jenkins.sh: libosmo-netif no longer depends on libosmo-abis"
 > git rev-list --no-walk f7d64b0bcf946ec21ce9c7562194343a12213a80 # timeout=10
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins17601501722403976400.sh
+ rm -rf trial-8160-bin.tgz trial-8160-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 24926
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 10995
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10393
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12833
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13156
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 12689
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 41031
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7536
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 43143
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8337
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-nitb" build number 17155
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-stp" build number 13129
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7446
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11520
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7576
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 9018
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6296
Copied 2 artifacts from "osmo-gsm-tester_build-open5gs" build number 8
Copied 2 artifacts from "osmo-gsm-tester_build-srslte" build number 19
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7446
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins17740871780542855945.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-8160
+ 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
bce9627 nplab-m3ua-test: Configure Network Indicator as International
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:0224dcdcc685182b3f0320c814d0de3e43757ddf9c9ec69dd7a7953edf72e010 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8161 -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-11-25 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8161
+ mkdir -p trial-8161
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-11-25_21_13_20.tgz osmo-bts-oc2g.build-2025-11-25_00_51_31.tgz osmo-bts-sysmo.build-2025-11-25_00_51_37.tgz osmo-bts.build-2025-11-25_00_51_42.tgz osmo-ggsn.build-2025-11-25_20_42_36.tgz osmo-hlr.build-2025-11-25_16_36_35.tgz osmo-hnbgw.build-2025-11-25_21_17_34.tgz osmo-mgw.build-2025-11-25_08_33_13.tgz osmo-msc.build-2025-11-25_21_19_15.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-25_07_36_15.tgz osmo-pcu-sysmo.build-2025-11-25_07_34_06.tgz osmo-pcu.build-2025-11-25_07_36_19.tgz osmo-sgsn.build-2025-11-25_21_19_50.tgz osmo-stp.build-2025-11-25_21_09_56.tgz osmo-trx.build-2025-11-25_14_26_45.tgz osmocom-bb.build-2025-11-25_21_18_13.tgz srslte.build-19.tgz trial-8161
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-11-25_21_13_20.md5 osmo-bts-oc2g.build-2025-11-25_00_51_31.md5 osmo-bts-sysmo.build-2025-11-25_00_51_37.md5 osmo-bts.build-2025-11-25_00_51_42.md5 osmo-ggsn.build-2025-11-25_20_42_36.md5 osmo-hlr.build-2025-11-25_16_36_35.md5 osmo-hnbgw.build-2025-11-25_21_17_34.md5 osmo-mgw.build-2025-11-25_08_33_13.md5 osmo-msc.build-2025-11-25_21_19_15.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-25_07_36_15.md5 osmo-pcu-sysmo.build-2025-11-25_07_34_06.md5 osmo-pcu.build-2025-11-25_07_36_19.md5 osmo-sgsn.build-2025-11-25_21_19_50.md5 osmo-stp.build-2025-11-25_21_09_56.md5 osmo-trx.build-2025-11-25_14_26_45.md5 osmocom-bb.build-2025-11-25_21_18_13.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-11-25_21_13_20.md5 osmo-bts-oc2g.build-2025-11-25_00_51_31.md5 osmo-bts-sysmo.build-2025-11-25_00_51_37.md5 osmo-bts.build-2025-11-25_00_51_42.md5 osmo-ggsn.build-2025-11-25_20_42_36.md5 osmo-hlr.build-2025-11-25_16_36_35.md5 osmo-hnbgw.build-2025-11-25_21_17_34.md5 osmo-mgw.build-2025-11-25_08_33_13.md5 osmo-msc.build-2025-11-25_21_19_15.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-25_07_36_15.md5 osmo-pcu-sysmo.build-2025-11-25_07_34_06.md5 osmo-pcu.build-2025-11-25_07_36_19.md5 osmo-sgsn.build-2025-11-25_21_19_50.md5 osmo-stp.build-2025-11-25_21_09_56.md5 osmo-trx.build-2025-11-25_14_26_45.md5 osmocom-bb.build-2025-11-25_21_18_13.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-8161 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8161'
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-8161
--------------------------------------------------------------------------------------------
22:48:16.934650 tst                       trial-8161: Detailed log at /build/trial-8161/run.2025-11-25_22-48-16/log

---------------------------------------------------------------------
trial-8161 netreg_mass
---------------------------------------------------------------------
22:48:17.136807 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.137149 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.137915 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.139073 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.180116 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.180955 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.182098 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.262933 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-8161 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.263684 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.278787 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.279312 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.279766 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.280192 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.280635 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.281083 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.281519 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.312101 tst         register_default_mass.py: using LAC 2
22:48:17.334002 tst         register_default_mass.py: using RAC 2
22:48:17.359675 tst         register_default_mass.py: using CellId 2
22:48:17.387932 tst         register_default_mass.py: using BVCI 3
22:48:17.401223 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.401922 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.402512 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.403036 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.403521 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.404030 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.404528 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.405026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.405526 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.406032 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.406524 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.407036 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.407655 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.408179 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.408715 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.409231 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.409746 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.410263 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.410773 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.411282 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.411808 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.412324 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.412841 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.413366 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.413874 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.414380 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.414888 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.415404 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.415910 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.416432 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.416945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.417453 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.417984 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.418501 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.419013 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.419533 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.420045 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.420555 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.421059 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.421574 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.422077 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.422581 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.423093 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.423603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.424106 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.424597 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.425110 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.425623 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.426122 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.426631 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.427142 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.427640 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.428153 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.428672 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.429170 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.429678 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.430196 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.430710 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.431223 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.431720 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.432212 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.432731 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.433243 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.433750 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.434247 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.434754 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.435253 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.435756 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.436266 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.436772 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.437273 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.437781 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.438349 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.438847 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.439358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.439853 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.440347 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.440853 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.441364 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.441861 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.442354 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.442846 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.443355 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.443850 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.444335 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.444849 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.445351 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.445843 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.446349 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.446849 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.447355 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.447861 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.448371 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.448873 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.449380 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.449879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.450368 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.450869 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.451377 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.451874 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.452359 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.452921 tst      register_default_mass.py:21: Launching a simple network
22:48:17.462734 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.579046 run            create_hlr_db(pid=20): Launched
22:48:18.592484 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.616956 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.632013 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.637791 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.818692 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.833448 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.838984 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.248469 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.263514 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.278130 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.390049 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.404881 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.410525 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.434005 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.448770 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.454371 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.758655 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.773633 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.805121 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.976795 run         osmo-bts-virtual(pid=34): Launched
22:48:30.042365 tst         register_default_mass.py: using MSISDN 1001
22:48:30.061995 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.102677 tst         register_default_mass.py: using MSISDN 1002
22:48:30.121092 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.152709 tst         register_default_mass.py: using MSISDN 1003
22:48:30.167869 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.199018 tst         register_default_mass.py: using MSISDN 1004
22:48:30.213901 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.245098 tst         register_default_mass.py: using MSISDN 1005
22:48:30.259880 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.291241 tst         register_default_mass.py: using MSISDN 1006
22:48:30.306073 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.344574 tst         register_default_mass.py: using MSISDN 1007
22:48:30.362333 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.393550 tst         register_default_mass.py: using MSISDN 1008
22:48:30.408705 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.440162 tst         register_default_mass.py: using MSISDN 1009
22:48:30.455096 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.486456 tst         register_default_mass.py: using MSISDN 1010
22:48:30.501208 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.532410 tst         register_default_mass.py: using MSISDN 1011
22:48:30.547261 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.578533 tst         register_default_mass.py: using MSISDN 1012
22:48:30.593442 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.625546 tst         register_default_mass.py: using MSISDN 1013
22:48:30.640813 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.672217 tst         register_default_mass.py: using MSISDN 1014
22:48:30.687049 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.718151 tst         register_default_mass.py: using MSISDN 1015
22:48:30.732960 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.764269 tst         register_default_mass.py: using MSISDN 1016
22:48:30.779072 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.810086 tst         register_default_mass.py: using MSISDN 1017
22:48:30.824835 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.856178 tst         register_default_mass.py: using MSISDN 1018
22:48:30.871139 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.902258 tst         register_default_mass.py: using MSISDN 1019
22:48:30.916990 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:30.952011 tst         register_default_mass.py: using MSISDN 1020
22:48:30.968685 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.000109 tst         register_default_mass.py: using MSISDN 1021
22:48:31.015293 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.046759 tst         register_default_mass.py: using MSISDN 1022
22:48:31.061675 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.092959 tst         register_default_mass.py: using MSISDN 1023
22:48:31.107726 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.139099 tst         register_default_mass.py: using MSISDN 1024
22:48:31.154135 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.185360 tst         register_default_mass.py: using MSISDN 1025
22:48:31.200088 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.231343 tst         register_default_mass.py: using MSISDN 1026
22:48:31.246197 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.284375 tst         register_default_mass.py: using MSISDN 1027
22:48:31.302003 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.333424 tst         register_default_mass.py: using MSISDN 1028
22:48:31.348733 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.380064 tst         register_default_mass.py: using MSISDN 1029
22:48:31.395009 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.426359 tst         register_default_mass.py: using MSISDN 1030
22:48:31.441074 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.472797 tst         register_default_mass.py: using MSISDN 1031
22:48:31.487888 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.519500 tst         register_default_mass.py: using MSISDN 1032
22:48:31.534541 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.565948 tst         register_default_mass.py: using MSISDN 1033
22:48:31.580930 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.612388 tst         register_default_mass.py: using MSISDN 1034
22:48:31.627336 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.665203 tst         register_default_mass.py: using MSISDN 1035
22:48:31.682737 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.714193 tst         register_default_mass.py: using MSISDN 1036
22:48:31.729380 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.760668 tst         register_default_mass.py: using MSISDN 1037
22:48:31.775411 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.807059 tst         register_default_mass.py: using MSISDN 1038
22:48:31.822186 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.853355 tst         register_default_mass.py: using MSISDN 1039
22:48:31.867984 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.898319 tst         register_default_mass.py: using MSISDN 1040
22:48:31.912603 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.943193 tst         register_default_mass.py: using MSISDN 1041
22:48:31.957740 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:31.988300 tst         register_default_mass.py: using MSISDN 1042
22:48:32.002649 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.039129 tst         register_default_mass.py: using MSISDN 1043
22:48:32.056272 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.086490 tst         register_default_mass.py: using MSISDN 1044
22:48:32.100793 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.130806 tst         register_default_mass.py: using MSISDN 1045
22:48:32.145032 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.174557 tst         register_default_mass.py: using MSISDN 1046
22:48:32.188400 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.217870 tst         register_default_mass.py: using MSISDN 1047
22:48:32.231706 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.261093 tst         register_default_mass.py: using MSISDN 1048
22:48:32.274943 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.304399 tst         register_default_mass.py: using MSISDN 1049
22:48:32.318272 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.348345 tst         register_default_mass.py: using MSISDN 1050
22:48:32.362555 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.391994 tst         register_default_mass.py: using MSISDN 1051
22:48:32.405847 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.435388 tst         register_default_mass.py: using MSISDN 1052
22:48:32.449332 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.478694 tst         register_default_mass.py: using MSISDN 1053
22:48:32.492484 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.521703 tst         register_default_mass.py: using MSISDN 1054
22:48:32.535500 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.564778 tst         register_default_mass.py: using MSISDN 1055
22:48:32.578424 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.607607 tst         register_default_mass.py: using MSISDN 1056
22:48:32.621382 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.650663 tst         register_default_mass.py: using MSISDN 1057
22:48:32.664359 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.695336 tst         register_default_mass.py: using MSISDN 1058
22:48:32.709989 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.739391 tst         register_default_mass.py: using MSISDN 1059
22:48:32.753342 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:32.782864 tst         register_default_mass.py: using MSISDN 1060
22:48:32.796749 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:32.826165 tst         register_default_mass.py: using MSISDN 1061
22:48:32.839976 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:32.869309 tst         register_default_mass.py: using MSISDN 1062
22:48:32.883044 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:32.912373 tst         register_default_mass.py: using MSISDN 1063
22:48:32.925989 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:32.955369 tst         register_default_mass.py: using MSISDN 1064
22:48:32.969271 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:32.999100 tst         register_default_mass.py: using MSISDN 1065
22:48:33.012981 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.047941 tst         register_default_mass.py: using MSISDN 1066
22:48:33.064415 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.094099 tst         register_default_mass.py: using MSISDN 1067
22:48:33.108169 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.137774 tst         register_default_mass.py: using MSISDN 1068
22:48:33.151689 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.181317 tst         register_default_mass.py: using MSISDN 1069
22:48:33.195359 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.225066 tst         register_default_mass.py: using MSISDN 1070
22:48:33.238848 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.268464 tst         register_default_mass.py: using MSISDN 1071
22:48:33.282560 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.312286 tst         register_default_mass.py: using MSISDN 1072
22:48:33.326241 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.355766 tst         register_default_mass.py: using MSISDN 1073
22:48:33.369697 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.403887 tst         register_default_mass.py: using MSISDN 1074
22:48:33.420000 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.449712 tst         register_default_mass.py: using MSISDN 1075
22:48:33.463790 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.493564 tst         register_default_mass.py: using MSISDN 1076
22:48:33.503739 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.533877 tst         register_default_mass.py: using MSISDN 1077
22:48:33.549511 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:33.579735 tst         register_default_mass.py: using MSISDN 1078
22:48:33.594107 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:33.624906 tst         register_default_mass.py: using MSISDN 1079
22:48:33.639433 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.670614 tst         register_default_mass.py: using MSISDN 1080
22:48:33.685353 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:33.717102 tst         register_default_mass.py: using MSISDN 1081
22:48:33.732154 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:33.763394 tst         register_default_mass.py: using MSISDN 1082
22:48:33.778315 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:33.809351 tst         register_default_mass.py: using MSISDN 1083
22:48:33.823942 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:33.855061 tst         register_default_mass.py: using MSISDN 1084
22:48:33.869756 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:33.900773 tst         register_default_mass.py: using MSISDN 1085
22:48:33.915439 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:33.946702 tst         register_default_mass.py: using MSISDN 1086
22:48:33.961492 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:33.992690 tst         register_default_mass.py: using MSISDN 1087
22:48:34.007589 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.038677 tst         register_default_mass.py: using MSISDN 1088
22:48:34.053340 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.091688 tst         register_default_mass.py: using MSISDN 1089
22:48:34.101451 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.132064 tst         register_default_mass.py: using MSISDN 1090
22:48:34.147783 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.178671 tst         register_default_mass.py: using MSISDN 1091
22:48:34.188267 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.218982 tst         register_default_mass.py: using MSISDN 1092
22:48:34.233383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.264373 tst         register_default_mass.py: using MSISDN 1093
22:48:34.285749 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.317326 tst         register_default_mass.py: using MSISDN 1094
22:48:34.332892 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.363575 tst         register_default_mass.py: using MSISDN 1095
22:48:34.376615 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.416217 tst         register_default_mass.py: using MSISDN 1096
22:48:34.434279 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.465383 tst         register_default_mass.py: using MSISDN 1097
22:48:34.480413 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.511474 tst         register_default_mass.py: using MSISDN 1098
22:48:34.526283 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.557375 tst         register_default_mass.py: using MSISDN 1099
22:48:34.572042 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:34.602673 tst         register_default_mass.py: using MSISDN 1100
22:48:34.617176 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:34.709329 run                             mass: Starting testcase
22:48:34.714880 run                             mass: Pre-launching all virtphy's
22:48:34.720346 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:34.733434 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:34.739434 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:34.752225 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:34.758241 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:34.770981 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:34.776993 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:34.789879 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:34.795944 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:34.808913 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:34.814905 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:34.827863 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:34.833891 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:34.846700 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:34.852688 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:34.865634 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:34.871617 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:34.884562 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:34.890672 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:34.903573 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:34.909615 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:34.922576 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:34.928603 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:34.941503 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:34.947514 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:34.960522 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:34.966426 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:34.979194 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:34.985086 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:34.997742 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.003646 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.016421 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.022315 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.035021 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.040984 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.053750 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.059705 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.072392 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.078328 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.090960 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.096876 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.109886 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.115825 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.128564 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.134470 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.147244 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.153197 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.165998 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.171952 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.184714 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.190707 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.203471 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.209385 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.222125 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.228008 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.240780 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.246704 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.259422 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.265335 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.278119 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.284022 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.296744 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:35.302716 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.315493 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:35.321406 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.334184 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:35.340167 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.352953 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:35.358967 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.371777 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:35.377899 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.390747 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:35.396722 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.409601 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:35.415573 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.428468 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:35.434424 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.447249 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:35.453153 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.465958 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:35.471870 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.484654 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:35.490600 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.503374 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:35.509301 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.522086 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:35.527986 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.540758 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:35.546686 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.559435 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:35.565336 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.578135 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:35.584088 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:35.596977 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:35.602938 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:35.615890 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:35.621875 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:35.634578 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:35.640572 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:35.653436 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:35.659439 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:35.672202 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:35.678140 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:35.690913 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:35.696842 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:35.709584 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:35.715523 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:35.728278 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:35.734222 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:35.747044 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:35.752940 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:35.765785 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:35.771708 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:35.784459 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:35.790380 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:35.803155 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:35.809091 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:35.821826 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:35.827710 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:35.840715 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:35.846672 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:35.859444 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:35.865328 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:35.878212 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:35.884138 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:35.897055 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:35.902970 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:35.915760 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:35.921729 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:35.934470 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:35.940350 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:35.953082 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:35.958983 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:35.971764 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:35.977724 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:35.990480 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:35.996414 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.009186 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.015080 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.027834 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.033745 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.046483 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.052392 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.065343 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.071256 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.084256 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.090206 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.103060 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.108941 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.121880 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.127800 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.140738 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.146642 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.159377 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.165295 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.178026 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.183989 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.196793 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.202757 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.215523 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.221466 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.234287 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.240254 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.252981 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.258862 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.271694 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.277668 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.290531 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.296475 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.309503 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:36.315427 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.328382 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:36.334268 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.347218 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:36.353232 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.366406 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:36.372404 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.385402 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:36.391388 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.404367 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:36.410404 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.423248 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:36.429175 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.442015 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:36.447982 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.460800 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:36.466722 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.479497 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:36.485486 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.498281 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:36.504211 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.517040 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:36.522954 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.535975 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:36.541892 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.554886 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:36.560803 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.573672 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:36.579572 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:36.592585 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:36.598519 run                             mass: Checking if sockets are in the filesystem
22:48:36.631035 run                osmo-ms-mob/00000: Starting mobile
22:48:36.644030 run       osmo-ms-mob/00000(pid=135): Launched
22:48:36.655531 run                             mass: MS start registered  {at=27341822.35888085, delay=0.005542106926441193, ms=00000}
22:48:40.827632 run                osmo-ms-mob/00001: Starting mobile
22:48:40.841499 run       osmo-ms-mob/00001(pid=136): Launched
22:48:40.852016 run                             mass: MS start registered  {at=27341826.55536496, delay=0.004509206861257553, ms=00001}
22:48:41.807058 run                             mass: MS performed LU  {at=27341827.510291096, lu_delay=5.15141024440527, ms=00000}
22:48:42.615135 run                osmo-ms-mob/00002: Starting mobile
22:48:42.627910 run       osmo-ms-mob/00002(pid=137): Launched
22:48:42.638251 run                             mass: MS start registered  {at=27341828.34159759, delay=0.004248235374689102, ms=00002}
22:48:43.945409 run                osmo-ms-mob/00003: Starting mobile
22:48:43.962063 run       osmo-ms-mob/00003(pid=138): Launched
22:48:43.972364 run                             mass: MS start registered  {at=27341829.6757178, delay=0.004357617348432541, ms=00003}
22:48:45.046377 run                osmo-ms-mob/00004: Starting mobile
22:48:45.063338 run       osmo-ms-mob/00004(pid=139): Launched
22:48:45.074090 run                             mass: MS start registered  {at=27341830.777438805, delay=0.004753854125738144, ms=00004}
22:48:45.572351 run                             mass: MS performed LU  {at=27341831.27559179, lu_delay=4.7202268317341805, ms=00001}
22:48:46.047679 run                osmo-ms-mob/00005: Starting mobile
22:48:46.060952 run       osmo-ms-mob/00005(pid=140): Launched
22:48:46.071408 run                             mass: MS start registered  {at=27341831.774756264, delay=0.00440458208322525, ms=00005}
22:48:46.938599 run                osmo-ms-mob/00006: Starting mobile
22:48:46.955231 run       osmo-ms-mob/00006(pid=141): Launched
22:48:46.965768 run                             mass: MS start registered  {at=27341832.669120446, delay=0.004466783255338669, ms=00006}
22:48:47.473279 run                             mass: MS performed LU  {at=27341833.176519174, lu_delay=4.834921583533287, ms=00002}
22:48:47.838015 run                osmo-ms-mob/00007: Starting mobile
22:48:47.851394 run       osmo-ms-mob/00007(pid=142): Launched
22:48:47.861893 run                             mass: MS start registered  {at=27341833.565245166, delay=0.004402369260787964, ms=00007}
22:48:48.627385 run                osmo-ms-mob/00008: Starting mobile
22:48:48.641431 run       osmo-ms-mob/00008(pid=143): Launched
22:48:48.652225 run                             mass: MS start registered  {at=27341834.355574593, delay=0.004785358905792236, ms=00008}
22:48:49.318634 run                osmo-ms-mob/00009: Starting mobile
22:48:49.331601 run       osmo-ms-mob/00009(pid=144): Launched
22:48:49.338034 run                             mass: MS performed LU  {at=27341835.04139096, lu_delay=5.365673158317804, ms=00003}
22:48:49.343996 run                             mass: MS start registered  {at=27341835.047363732, delay=0.005989424884319305, ms=00009}
22:48:50.048999 run                osmo-ms-mob/00010: Starting mobile
22:48:50.066790 run       osmo-ms-mob/00010(pid=145): Launched
22:48:50.077456 run                             mass: MS start registered  {at=27341835.780807357, delay=0.004577189683914185, ms=00010}
22:48:50.636687 run                osmo-ms-mob/00011: Starting mobile
22:48:50.652778 run       osmo-ms-mob/00011(pid=146): Launched
22:48:50.663762 run                             mass: MS start registered  {at=27341836.36711395, delay=0.004777975380420685, ms=00011}
22:48:51.214304 run                osmo-ms-mob/00012: Starting mobile
22:48:51.227184 run       osmo-ms-mob/00012(pid=147): Launched
22:48:51.237638 run                             mass: MS start registered  {at=27341836.9409819, delay=0.004400536417961121, ms=00012}
22:48:51.243827 run                             mass: MS performed LU  {at=27341836.947188865, lu_delay=5.172432601451874, ms=00005}
22:48:51.266563 run                             mass: MS performed LU  {at=27341836.969877362, lu_delay=6.192438557744026, ms=00004}
22:48:51.846490 run                osmo-ms-mob/00013: Starting mobile
22:48:51.863776 run       osmo-ms-mob/00013(pid=148): Launched
22:48:51.874416 run                             mass: MS start registered  {at=27341837.577769466, delay=0.004611469805240631, ms=00013}
22:48:52.424094 run                osmo-ms-mob/00014: Starting mobile
22:48:52.437069 run       osmo-ms-mob/00014(pid=149): Launched
22:48:52.447996 run                             mass: MS start registered  {at=27341838.151348077, delay=0.004672560840845108, ms=00014}
22:48:53.015055 run                osmo-ms-mob/00015: Starting mobile
22:48:53.028080 run       osmo-ms-mob/00015(pid=150): Launched
22:48:53.038822 run                             mass: MS start registered  {at=27341838.742175438, delay=0.004378344863653183, ms=00015}
22:48:53.103887 run                             mass: MS performed LU  {at=27341838.807150487, lu_delay=6.138030041009188, ms=00006}
22:48:53.168708 run                             mass: MS performed LU  {at=27341838.871924963, lu_delay=5.306679796427488, ms=00007}
22:48:53.473466 run                             mass: MS performed LU  {at=27341839.176722992, lu_delay=4.82114839926362, ms=00008}
22:48:53.505836 run                osmo-ms-mob/00016: Starting mobile
22:48:53.520603 run       osmo-ms-mob/00016(pid=151): Launched
22:48:53.531498 run                             mass: MS start registered  {at=27341839.234849, delay=0.004643484950065613, ms=00016}
22:48:54.014167 run                osmo-ms-mob/00017: Starting mobile
22:48:54.027708 run       osmo-ms-mob/00017(pid=152): Launched
22:48:54.038304 run                             mass: MS start registered  {at=27341839.741659224, delay=0.004550125449895859, ms=00017}
22:48:54.645580 run                osmo-ms-mob/00018: Starting mobile
22:48:54.663274 run       osmo-ms-mob/00018(pid=153): Launched
22:48:54.673761 run                             mass: MS start registered  {at=27341840.37711229, delay=0.004393540322780609, ms=00018}
22:48:55.014242 run                osmo-ms-mob/00019: Starting mobile
22:48:55.027187 run       osmo-ms-mob/00019(pid=154): Launched
22:48:55.033421 run                             mass: MS performed LU  {at=27341840.736780245, lu_delay=4.955972887575626, ms=00010}
22:48:55.039251 run                             mass: MS performed LU  {at=27341840.742618226, lu_delay=5.695254493504763, ms=00009}
22:48:55.044919 run                             mass: MS start registered  {at=27341840.748287067, delay=0.011524245142936707, ms=00019}
22:48:55.554234 run                osmo-ms-mob/00020: Starting mobile
22:48:55.567307 run       osmo-ms-mob/00020(pid=155): Launched
22:48:55.577934 run                             mass: MS start registered  {at=27341841.28128784, delay=0.004531823098659515, ms=00020}
22:48:56.014104 run                osmo-ms-mob/00021: Starting mobile
22:48:56.027456 run       osmo-ms-mob/00021(pid=156): Launched
22:48:56.038096 run                             mass: MS start registered  {at=27341841.7414502, delay=0.004463065415620804, ms=00021}
22:48:56.414794 run                osmo-ms-mob/00022: Starting mobile
22:48:56.427828 run       osmo-ms-mob/00022(pid=157): Launched
22:48:56.438514 run                             mass: MS start registered  {at=27341842.14186956, delay=0.004618726670742035, ms=00022}
22:48:56.869518 run                             mass: MS performed LU  {at=27341842.57277054, lu_delay=6.205656588077545, ms=00011}
22:48:56.910870 run                osmo-ms-mob/00023: Starting mobile
22:48:56.926496 run       osmo-ms-mob/00023(pid=158): Launched
22:48:56.933510 run                             mass: MS performed LU  {at=27341842.636865593, lu_delay=5.059096127748489, ms=00013}
22:48:56.940354 run                             mass: MS start registered  {at=27341842.64371037, delay=0.007763698697090149, ms=00023}
22:48:57.004115 run                             mass: MS performed LU  {at=27341842.70736886, lu_delay=5.7663869597017765, ms=00012}
22:48:57.257533 run                             mass: MS performed LU  {at=27341842.96078597, lu_delay=4.809437893331051, ms=00014}
22:48:57.287512 run                osmo-ms-mob/00024: Starting mobile
22:48:57.300811 run       osmo-ms-mob/00024(pid=159): Launched
22:48:57.311738 run                             mass: MS start registered  {at=27341843.015089605, delay=0.0048070549964904785, ms=00024}
22:48:57.821800 run                osmo-ms-mob/00025: Starting mobile
22:48:57.836582 run       osmo-ms-mob/00025(pid=160): Launched
22:48:57.847392 run                             mass: MS start registered  {at=27341843.55074559, delay=0.004695147275924683, ms=00025}
22:48:58.245892 run                osmo-ms-mob/00026: Starting mobile
22:48:58.261610 run       osmo-ms-mob/00026(pid=161): Launched
22:48:58.272238 run                             mass: MS start registered  {at=27341843.97558954, delay=0.00456126406788826, ms=00026}
22:48:58.636642 run                osmo-ms-mob/00027: Starting mobile
22:48:58.652685 run       osmo-ms-mob/00027(pid=162): Launched
22:48:58.664204 run                             mass: MS start registered  {at=27341844.367553655, delay=0.005602624267339706, ms=00027}
22:48:58.686733 run                             mass: MS performed LU  {at=27341844.39007559, lu_delay=4.648416366428137, ms=00017}
22:48:58.771519 run                             mass: MS performed LU  {at=27341844.474775925, lu_delay=5.73260048776865, ms=00015}
22:48:58.797334 run                             mass: MS performed LU  {at=27341844.500638686, lu_delay=5.265789687633514, ms=00016}
22:48:58.820486 run                osmo-ms-mob/00028: Starting mobile
22:48:58.833599 run       osmo-ms-mob/00028(pid=163): Launched
22:48:58.844233 run                             mass: MS start registered  {at=27341844.54758926, delay=0.004599802196025848, ms=00028}
22:48:59.453847 run                osmo-ms-mob/00029: Starting mobile
22:48:59.469940 run       osmo-ms-mob/00029(pid=164): Launched
22:48:59.480726 run                             mass: MS start registered  {at=27341845.184076354, delay=0.0046134814620018005, ms=00029}
22:48:59.814993 run                osmo-ms-mob/00030: Starting mobile
22:48:59.828233 run       osmo-ms-mob/00030(pid=165): Launched
22:48:59.839294 run                             mass: MS start registered  {at=27341845.542642675, delay=0.004979230463504791, ms=00030}
22:49:00.238139 run                osmo-ms-mob/00031: Starting mobile
22:49:00.254476 run       osmo-ms-mob/00031(pid=166): Launched
22:49:00.265114 run                             mass: MS start registered  {at=27341845.96846901, delay=0.004501856863498688, ms=00031}
22:49:00.514545 run                osmo-ms-mob/00032: Starting mobile
22:49:00.527581 run       osmo-ms-mob/00032(pid=167): Launched
22:49:00.538497 run                             mass: MS start registered  {at=27341846.241851684, delay=0.004650384187698364, ms=00032}
22:49:00.636147 run                             mass: MS performed LU  {at=27341846.339399487, lu_delay=5.591112419962883, ms=00019}
22:49:00.700107 run                             mass: MS performed LU  {at=27341846.403344315, lu_delay=6.026232022792101, ms=00018}
22:49:00.770056 run                             mass: MS performed LU  {at=27341846.473308735, lu_delay=4.731858532875776, ms=00021}
22:49:00.784444 run                osmo-ms-mob/00033: Starting mobile
22:49:00.798001 run       osmo-ms-mob/00033(pid=168): Launched
22:49:00.804053 run                             mass: MS performed LU  {at=27341846.50741438, lu_delay=5.226126536726952, ms=00020}
22:49:00.809956 run                             mass: MS start registered  {at=27341846.513324164, delay=0.005926009267568588, ms=00033}
22:49:01.354751 run                osmo-ms-mob/00034: Starting mobile
22:49:01.371579 run       osmo-ms-mob/00034(pid=169): Launched
22:49:01.382552 run                             mass: MS start registered  {at=27341847.08590569, delay=0.004866261035203934, ms=00034}
22:49:01.625804 run                osmo-ms-mob/00035: Starting mobile
22:49:01.639409 run       osmo-ms-mob/00035(pid=170): Launched
22:49:01.650450 run                             mass: MS start registered  {at=27341847.353803042, delay=0.0046794600784778595, ms=00035}
22:49:02.049325 run                osmo-ms-mob/00036: Starting mobile
22:49:02.064245 run       osmo-ms-mob/00036(pid=171): Launched
22:49:02.075523 run                             mass: MS start registered  {at=27341847.778876428, delay=0.004868712276220322, ms=00036}
22:49:02.432401 run                osmo-ms-mob/00037: Starting mobile
22:49:02.448277 run       osmo-ms-mob/00037(pid=172): Launched
22:49:02.454404 run                             mass: MS performed LU  {at=27341848.157763246, lu_delay=6.015893686562777, ms=00022}
22:49:02.460241 run                             mass: MS start registered  {at=27341848.163608465, delay=0.005862187594175339, ms=00037}
22:49:02.537281 run                             mass: MS performed LU  {at=27341848.240532674, lu_delay=4.689787082374096, ms=00025}
22:49:02.565003 run                osmo-ms-mob/00038: Starting mobile
22:49:02.577969 run       osmo-ms-mob/00038(pid=173): Launched
22:49:02.584042 run                             mass: MS performed LU  {at=27341848.287403584, lu_delay=5.643693212419748, ms=00023}
22:49:02.589915 run                             mass: MS start registered  {at=27341848.29328286, delay=0.005895670503377914, ms=00038}
22:49:02.708460 run                             mass: MS performed LU  {at=27341848.411713168, lu_delay=5.396623563021421, ms=00024}
22:49:02.754176 run                osmo-ms-mob/00039: Starting mobile
22:49:02.767308 run       osmo-ms-mob/00039(pid=174): Launched
22:49:02.778192 run                             mass: MS start registered  {at=27341848.48154726, delay=0.0046522244811058044, ms=00039}
22:49:03.434124 run                osmo-ms-mob/00040: Starting mobile
22:49:03.448287 run       osmo-ms-mob/00040(pid=175): Launched
22:49:03.459598 run                             mass: MS start registered  {at=27341849.16293875, delay=0.00507146492600441, ms=00040}
22:49:03.733104 run                osmo-ms-mob/00041: Starting mobile
22:49:03.748108 run       osmo-ms-mob/00041(pid=176): Launched
22:49:03.759157 run                             mass: MS start registered  {at=27341849.46250498, delay=0.005047544836997986, ms=00041}
22:49:04.050518 run                osmo-ms-mob/00042: Starting mobile
22:49:04.067381 run       osmo-ms-mob/00042(pid=177): Launched
22:49:04.078501 run                             mass: MS start registered  {at=27341849.781852458, delay=0.0047462619841098785, ms=00042}
22:49:04.401070 run                             mass: MS performed LU  {at=27341850.10432471, lu_delay=5.556735448539257, ms=00028}
22:49:04.429880 run                osmo-ms-mob/00043: Starting mobile
22:49:04.443253 run       osmo-ms-mob/00043(pid=178): Launched
22:49:04.454228 run                             mass: MS start registered  {at=27341850.157581512, delay=0.00480642169713974, ms=00043}
22:49:04.465328 run                             mass: MS performed LU  {at=27341850.16866012, lu_delay=4.626017443835735, ms=00030}
22:49:04.534878 run                             mass: MS performed LU  {at=27341850.238133032, lu_delay=5.87057937681675, ms=00027}
22:49:04.567003 run                osmo-ms-mob/00044: Starting mobile
22:49:04.581659 run       osmo-ms-mob/00044(pid=179): Launched
22:49:04.587722 run                             mass: MS performed LU  {at=27341850.29108416, lu_delay=6.315494619309902, ms=00026}
22:49:04.593862 run                             mass: MS start registered  {at=27341850.297228422, delay=0.006161719560623169, ms=00044}
22:49:04.607648 run                             mass: MS performed LU  {at=27341850.310994286, lu_delay=5.12691793218255, ms=00029}
22:49:04.618803 run                osmo-ms-mob/00045: Starting mobile
22:49:04.631770 run       osmo-ms-mob/00045(pid=180): Launched
22:49:04.643443 run                             mass: MS start registered  {at=27341850.346795868, delay=0.005328163504600525, ms=00045}
22:49:05.327822 run                osmo-ms-mob/00046: Starting mobile
22:49:05.341941 run       osmo-ms-mob/00046(pid=181): Launched
22:49:05.352745 run                             mass: MS start registered  {at=27341851.056098644, delay=0.004743862897157669, ms=00046}
22:49:05.626659 run                osmo-ms-mob/00047: Starting mobile
22:49:05.640304 run       osmo-ms-mob/00047(pid=182): Launched
22:49:05.651344 run                             mass: MS start registered  {at=27341851.3546981, delay=0.00463997945189476, ms=00047}
22:49:05.926782 run                osmo-ms-mob/00048: Starting mobile
22:49:05.940463 run       osmo-ms-mob/00048(pid=183): Launched
22:49:05.951138 run                             mass: MS start registered  {at=27341851.654491823, delay=0.004696320742368698, ms=00048}
22:49:06.218668 run                osmo-ms-mob/00049: Starting mobile
22:49:06.231768 run       osmo-ms-mob/00049(pid=184): Launched
22:49:06.238350 run                             mass: MS performed LU  {at=27341851.941709097, lu_delay=5.699857413768768, ms=00032}
22:49:06.244252 run                             mass: MS start registered  {at=27341851.947619442, delay=0.005928982049226761, ms=00049}
22:49:06.302292 run                             mass: MS performed LU  {at=27341852.005558006, lu_delay=6.037088997662067, ms=00031}
22:49:06.327924 run                osmo-ms-mob/00050: Starting mobile
22:49:06.341327 run       osmo-ms-mob/00050(pid=185): Launched
22:49:06.347385 run                             mass: MS performed LU  {at=27341852.050746497, lu_delay=4.696943454444408, ms=00035}
22:49:06.353198 run                             mass: MS start registered  {at=27341852.056565475, delay=0.005834784358739853, ms=00050}
22:49:06.474572 run                             mass: MS performed LU  {at=27341852.177831832, lu_delay=5.091926142573357, ms=00034}
22:49:06.929538 run                osmo-ms-mob/00051: Starting mobile
22:49:06.943527 run       osmo-ms-mob/00051(pid=186): Launched
22:49:06.954311 run                             mass: MS start registered  {at=27341852.65766354, delay=0.004554033279418945, ms=00051}
22:49:07.225908 run                osmo-ms-mob/00052: Starting mobile
22:49:07.239365 run       osmo-ms-mob/00052(pid=187): Launched
22:49:07.250463 run                             mass: MS start registered  {at=27341852.953816894, delay=0.004706025123596191, ms=00052}
22:49:07.526967 run                osmo-ms-mob/00053: Starting mobile
22:49:07.540499 run       osmo-ms-mob/00053(pid=188): Launched
22:49:07.551411 run                             mass: MS start registered  {at=27341853.25476166, delay=0.0046560801565647125, ms=00053}
22:49:07.818493 run                osmo-ms-mob/00054: Starting mobile
22:49:07.831509 run       osmo-ms-mob/00054(pid=189): Launched
22:49:07.842854 run                             mass: MS start registered  {at=27341853.54620482, delay=0.005029257386922836, ms=00054}
22:49:08.115009 run                osmo-ms-mob/00055: Starting mobile
22:49:08.128227 run       osmo-ms-mob/00055(pid=190): Launched
22:49:08.139401 run                             mass: MS start registered  {at=27341853.84274963, delay=0.00517934188246727, ms=00055}
22:49:08.166881 run                             mass: MS performed LU  {at=27341853.870159566, lu_delay=4.7072208151221275, ms=00040}
22:49:08.232153 run                             mass: MS performed LU  {at=27341853.93540545, lu_delay=5.453858193010092, ms=00039}
22:49:08.259622 run                osmo-ms-mob/00056: Starting mobile
22:49:08.272803 run       osmo-ms-mob/00056(pid=191): Launched
22:49:08.283660 run                             mass: MS start registered  {at=27341853.987014793, delay=0.004768673330545425, ms=00056}
22:49:08.300301 run                             mass: MS performed LU  {at=27341854.003629535, lu_delay=5.8400210700929165, ms=00037}
22:49:08.318509 run                             mass: MS performed LU  {at=27341854.021830242, lu_delay=5.728547383099794, ms=00038}
22:49:08.331006 run                osmo-ms-mob/00057: Starting mobile
22:49:08.344225 run       osmo-ms-mob/00057(pid=192): Launched
22:49:08.355332 run                             mass: MS start registered  {at=27341854.058682147, delay=0.004984665662050247, ms=00057}
22:49:08.373303 run                             mass: MS performed LU  {at=27341854.07665419, lu_delay=6.297777760773897, ms=00036}
22:49:08.646770 run                             mass: MS performed LU  {at=27341854.350017253, lu_delay=4.887512274086475, ms=00041}
22:49:09.129933 run                osmo-ms-mob/00058: Starting mobile
22:49:09.143915 run       osmo-ms-mob/00058(pid=193): Launched
22:49:09.155263 run                             mass: MS start registered  {at=27341854.858605474, delay=0.005136352032423019, ms=00058}
22:49:09.252553 run                             mass: MS performed LU  {at=27341854.95581584, lu_delay=3.601117741316557, ms=00047}
22:49:09.428265 run                osmo-ms-mob/00059: Starting mobile
22:49:09.442729 run       osmo-ms-mob/00059(pid=194): Launched
22:49:09.453739 run                             mass: MS start registered  {at=27341855.157091644, delay=0.004609417170286179, ms=00059}
22:49:09.727004 run                osmo-ms-mob/00060: Starting mobile
22:49:09.741062 run       osmo-ms-mob/00060(pid=195): Launched
22:49:09.752037 run                             mass: MS start registered  {at=27341855.45538512, delay=0.004753079265356064, ms=00060}
22:49:09.985353 run                             mass: MS performed LU  {at=27341855.688607983, lu_delay=5.906755525618792, ms=00042}
22:49:10.068563 run                             mass: MS performed LU  {at=27341855.77182276, lu_delay=4.715724118053913, ms=00046}
22:49:10.097662 run                osmo-ms-mob/00061: Starting mobile
22:49:10.110783 run       osmo-ms-mob/00061(pid=196): Launched
22:49:10.116925 run                             mass: MS performed LU  {at=27341855.820284337, lu_delay=5.523055914789438, ms=00044}
22:49:10.122727 run                             mass: MS start registered  {at=27341855.82609442, delay=0.0058283619582653046, ms=00061}
22:49:10.241105 run                             mass: MS performed LU  {at=27341855.944360677, lu_delay=5.597564809024334, ms=00045}
22:49:10.269455 run                osmo-ms-mob/00062: Starting mobile
22:49:10.282812 run       osmo-ms-mob/00062(pid=197): Launched
22:49:10.293579 run                             mass: MS start registered  {at=27341855.9969316, delay=0.004643578082323074, ms=00062}
22:49:10.311767 run                             mass: MS performed LU  {at=27341856.01511818, lu_delay=5.857536669820547, ms=00043}
22:49:10.755493 run                osmo-ms-mob/00063: Starting mobile
22:49:10.771713 run       osmo-ms-mob/00063(pid=198): Launched
22:49:10.783112 run                             mass: MS start registered  {at=27341856.48646346, delay=0.005087703466415405, ms=00063}
22:49:11.127862 run                osmo-ms-mob/00064: Starting mobile
22:49:11.142692 run       osmo-ms-mob/00064(pid=199): Launched
22:49:11.154411 run                             mass: MS start registered  {at=27341856.85775831, delay=0.005354352295398712, ms=00064}
22:49:11.527490 run                osmo-ms-mob/00065: Starting mobile
22:49:11.541217 run       osmo-ms-mob/00065(pid=200): Launched
22:49:11.552514 run                             mass: MS start registered  {at=27341857.25586848, delay=0.005222182720899582, ms=00065}
22:49:11.837562 run                osmo-ms-mob/00066: Starting mobile
22:49:11.854757 run       osmo-ms-mob/00066(pid=201): Launched
22:49:11.866230 run                             mass: MS start registered  {at=27341857.56958217, delay=0.005039796233177185, ms=00066}
22:49:11.932611 run                             mass: MS performed LU  {at=27341857.635877203, lu_delay=5.981385380029678, ms=00048}
22:49:11.997684 run                             mass: MS performed LU  {at=27341857.70094065, lu_delay=5.043277110904455, ms=00051}
22:49:12.067390 run                             mass: MS performed LU  {at=27341857.77063363, lu_delay=5.823014188557863, ms=00049}
22:49:12.097150 run                osmo-ms-mob/00067: Starting mobile
22:49:12.110415 run       osmo-ms-mob/00067(pid=202): Launched
22:49:12.116529 run                             mass: MS performed LU  {at=27341857.819888886, lu_delay=4.866071991622448, ms=00052}
22:49:12.122777 run                             mass: MS start registered  {at=27341857.826138213, delay=0.006269235163927078, ms=00067}
22:49:12.140199 run                             mass: MS performed LU  {at=27341857.843551673, lu_delay=5.786986198276281, ms=00050}
22:49:12.151886 run                osmo-ms-mob/00068: Starting mobile
22:49:12.164945 run       osmo-ms-mob/00068(pid=203): Launched
22:49:12.176156 run                             mass: MS performed LU  {at=27341857.879504375, lu_delay=4.624742716550827, ms=00053}
22:49:12.182082 run                             mass: MS start registered  {at=27341857.88544781, delay=0.01074167713522911, ms=00068}
22:49:12.925392 run                osmo-ms-mob/00069: Starting mobile
22:49:12.939051 run       osmo-ms-mob/00069(pid=204): Launched
22:49:12.950252 run                             mass: MS start registered  {at=27341858.653605588, delay=0.00505620613694191, ms=00069}
22:49:13.327686 run                osmo-ms-mob/00070: Starting mobile
22:49:13.341690 run       osmo-ms-mob/00070(pid=205): Launched
22:49:13.352727 run                             mass: MS start registered  {at=27341859.056080833, delay=0.004939470440149307, ms=00070}
22:49:13.736681 run                osmo-ms-mob/00071: Starting mobile
22:49:13.753324 run       osmo-ms-mob/00071(pid=206): Launched
22:49:13.759451 run                             mass: MS performed LU  {at=27341859.462810963, lu_delay=5.620061334222555, ms=00055}
22:49:13.765378 run                             mass: MS start registered  {at=27341859.468745977, delay=0.005952335894107819, ms=00071}
22:49:13.834541 run                             mass: MS performed LU  {at=27341859.537806097, lu_delay=4.6792006231844425, ms=00058}
22:49:13.861187 run                             mass: MS performed LU  {at=27341859.56450141, lu_delay=5.505819261074066, ms=00057}
22:49:13.873752 run                osmo-ms-mob/00072: Starting mobile
22:49:13.886828 run       osmo-ms-mob/00072(pid=207): Launched
22:49:13.897874 run                             mass: MS start registered  {at=27341859.601229843, delay=0.005067132413387299, ms=00072}
22:49:14.006124 run                             mass: MS performed LU  {at=27341859.70937822, lu_delay=5.72236342728138, ms=00056}
22:49:14.041250 run                             mass: MS performed LU  {at=27341859.744528245, lu_delay=6.198323424905539, ms=00054}
22:49:14.078690 run                             mass: MS performed LU  {at=27341859.78196381, lu_delay=4.624872166663408, ms=00059}
22:49:14.097878 run                osmo-ms-mob/00073: Starting mobile
22:49:14.111131 run       osmo-ms-mob/00073(pid=208): Launched
22:49:14.122185 run                             mass: MS start registered  {at=27341859.825535562, delay=0.004921376705169678, ms=00073}
22:49:14.929098 run                osmo-ms-mob/00074: Starting mobile
22:49:14.942995 run       osmo-ms-mob/00074(pid=209): Launched
22:49:14.956039 run                             mass: MS start registered  {at=27341860.659387436, delay=0.006531089544296265, ms=00074}
22:49:15.341132 run                osmo-ms-mob/00075: Starting mobile
22:49:15.355964 run       osmo-ms-mob/00075(pid=210): Launched
22:49:15.367310 run                             mass: MS start registered  {at=27341861.07066296, delay=0.005107846111059189, ms=00075}
22:49:15.698426 run                             mass: MS performed LU  {at=27341861.4016323, lu_delay=5.946247182786465, ms=00060}
22:49:15.763699 run                             mass: MS performed LU  {at=27341861.466951597, lu_delay=5.470019996166229, ms=00062}
22:49:15.817876 run                osmo-ms-mob/00076: Starting mobile
22:49:15.833262 run       osmo-ms-mob/00076(pid=211): Launched
22:49:15.839276 run                             mass: MS performed LU  {at=27341861.542637054, lu_delay=5.716542635113001, ms=00061}
22:49:15.845479 run                             mass: MS start registered  {at=27341861.54884536, delay=0.006226159632205963, ms=00076}
22:49:15.851398 run                             mass: MS performed LU  {at=27341861.554759827, lu_delay=5.068296365439892, ms=00063}
22:49:15.907975 run                             mass: MS performed LU  {at=27341861.611229625, lu_delay=4.753471314907074, ms=00064}
22:49:15.932314 run                osmo-ms-mob/00077: Starting mobile
22:49:15.946006 run       osmo-ms-mob/00077(pid=212): Launched
22:49:15.956935 run                             mass: MS start registered  {at=27341861.660289135, delay=0.004826433956623077, ms=00077}
22:49:16.727476 run                osmo-ms-mob/00078: Starting mobile
22:49:16.741425 run       osmo-ms-mob/00078(pid=213): Launched
22:49:16.752658 run                             mass: MS start registered  {at=27341862.45601004, delay=0.005241822451353073, ms=00078}
22:49:17.144553 run                osmo-ms-mob/00079: Starting mobile
22:49:17.159683 run       osmo-ms-mob/00079(pid=214): Launched
22:49:17.170715 run                             mass: MS start registered  {at=27341862.874066513, delay=0.004968930035829544, ms=00079}
22:49:17.516887 run                             mass: MS performed LU  {at=27341863.22014305, lu_delay=4.566537462174892, ms=00069}
22:49:17.546885 run                osmo-ms-mob/00080: Starting mobile
22:49:17.560320 run       osmo-ms-mob/00080(pid=215): Launched
22:49:17.571561 run                             mass: MS start registered  {at=27341863.27491096, delay=0.005333706736564636, ms=00080}
22:49:17.599938 run                             mass: MS performed LU  {at=27341863.303260513, lu_delay=5.417812701314688, ms=00068}
22:49:17.627542 run                             mass: MS performed LU  {at=27341863.33082312, lu_delay=5.504684906452894, ms=00067}
22:49:17.772349 run                             mass: MS performed LU  {at=27341863.47560565, lu_delay=6.21973717212677, ms=00065}
22:49:17.807166 run                             mass: MS performed LU  {at=27341863.510442346, lu_delay=5.94086017459631, ms=00066}
22:49:17.823844 run                osmo-ms-mob/00081: Starting mobile
22:49:17.836902 run       osmo-ms-mob/00081(pid=216): Launched
22:49:17.848017 run                             mass: MS start registered  {at=27341863.551371314, delay=0.004932951182126999, ms=00081}
22:49:18.528371 run                osmo-ms-mob/00082: Starting mobile
22:49:18.542329 run       osmo-ms-mob/00082(pid=217): Launched
22:49:18.553245 run                             mass: MS start registered  {at=27341864.256599978, delay=0.004923053085803986, ms=00082}
22:49:19.114705 run                osmo-ms-mob/00083: Starting mobile
22:49:19.127819 run       osmo-ms-mob/00083(pid=218): Launched
22:49:19.139185 run                             mass: MS start registered  {at=27341864.84252936, delay=0.005223177373409271, ms=00083}
22:49:19.465058 run                             mass: MS performed LU  {at=27341865.168292683, lu_delay=6.112211849540472, ms=00070}
22:49:19.529169 run                             mass: MS performed LU  {at=27341865.232422873, lu_delay=5.763676896691322, ms=00071}
22:49:19.570769 run                osmo-ms-mob/00084: Starting mobile
22:49:19.584655 run       osmo-ms-mob/00084(pid=219): Launched
22:49:19.595715 run                             mass: MS start registered  {at=27341865.29907115, delay=0.005129918456077576, ms=00084}
22:49:19.601747 run                             mass: MS performed LU  {at=27341865.30511028, lu_delay=5.703880436718464, ms=00072}
22:49:19.616111 run                             mass: MS performed LU  {at=27341865.319467474, lu_delay=5.493931911885738, ms=00073}
22:49:19.909189 run                             mass: MS performed LU  {at=27341865.612444073, lu_delay=4.953056637197733, ms=00074}
22:49:20.157346 run                osmo-ms-mob/00085: Starting mobile
22:49:20.177526 run       osmo-ms-mob/00085(pid=220): Launched
22:49:20.188758 run                             mass: MS start registered  {at=27341865.892108504, delay=0.005190409719944, ms=00085}
22:49:20.714153 run                osmo-ms-mob/00086: Starting mobile
22:49:20.727226 run       osmo-ms-mob/00086(pid=221): Launched
22:49:20.738918 run                             mass: MS start registered  {at=27341866.442267872, delay=0.00542241707444191, ms=00086}
22:49:21.354833 run                osmo-ms-mob/00087: Starting mobile
22:49:21.371298 run       osmo-ms-mob/00087(pid=222): Launched
22:49:21.377451 run                             mass: MS performed LU  {at=27341867.08080977, lu_delay=6.0101468078792095, ms=00075}
22:49:21.383356 run                             mass: MS start registered  {at=27341867.08672346, delay=0.005931701511144638, ms=00087}
22:49:21.392881 run                             mass: MS performed LU  {at=27341867.096204564, lu_delay=5.5473592057824135, ms=00076}
22:49:21.537122 run                             mass: MS performed LU  {at=27341867.240353856, lu_delay=4.78434381633997, ms=00078}
22:49:21.956214 run                osmo-ms-mob/00088: Starting mobile
22:49:21.973278 run       osmo-ms-mob/00088(pid=223): Launched
22:49:21.984742 run                             mass: MS start registered  {at=27341867.68809289, delay=0.005205705761909485, ms=00088}
22:49:22.528182 run                osmo-ms-mob/00089: Starting mobile
22:49:22.542122 run       osmo-ms-mob/00089(pid=224): Launched
22:49:22.553194 run                             mass: MS start registered  {at=27341868.25654947, delay=0.005113210529088974, ms=00089}
22:49:23.115239 run                osmo-ms-mob/00090: Starting mobile
22:49:23.128343 run       osmo-ms-mob/00090(pid=225): Launched
22:49:23.140301 run                             mass: MS start registered  {at=27341868.843643997, delay=0.005883648991584778, ms=00090}
22:49:23.230397 run                             mass: MS performed LU  {at=27341868.93342827, lu_delay=4.676828291267157, ms=00082}
22:49:23.294898 run                             mass: MS performed LU  {at=27341868.9981514, lu_delay=5.723240438848734, ms=00080}
22:49:23.363938 run                             mass: MS performed LU  {at=27341869.06719476, lu_delay=5.515823446214199, ms=00081}
22:49:23.388028 run                             mass: MS performed LU  {at=27341869.091392145, lu_delay=6.217325631529093, ms=00079}
22:49:23.439638 run                             mass: MS performed LU  {at=27341869.14289706, lu_delay=22.6295728944242, ms=00033}
22:49:23.845217 run                osmo-ms-mob/00091: Starting mobile
22:49:23.860650 run       osmo-ms-mob/00091(pid=226): Launched
22:49:23.871835 run                             mass: MS start registered  {at=27341869.575188205, delay=0.004835724830627441, ms=00091}
22:49:24.543950 run                osmo-ms-mob/00092: Starting mobile
22:49:24.560159 run       osmo-ms-mob/00092(pid=227): Launched
22:49:24.571453 run                             mass: MS start registered  {at=27341870.27479842, delay=0.005180727690458298, ms=00092}
22:49:25.068055 run                             mass: MS performed LU  {at=27341870.771308295, lu_delay=4.879199791699648, ms=00085}
22:49:25.131483 run                             mass: MS performed LU  {at=27341870.834758475, lu_delay=5.535687323659658, ms=00084}
22:49:25.159360 run                             mass: MS performed LU  {at=27341870.862636443, lu_delay=6.0201070830225945, ms=00083}
22:49:25.219712 run                osmo-ms-mob/00093: Starting mobile
22:49:25.238325 run       osmo-ms-mob/00093(pid=228): Launched
22:49:25.249457 run                             mass: MS start registered  {at=27341870.952811778, delay=0.005115672945976257, ms=00093}
22:49:26.229087 run                osmo-ms-mob/00094: Starting mobile
22:49:26.242975 run       osmo-ms-mob/00094(pid=229): Launched
22:49:26.253967 run                             mass: MS start registered  {at=27341871.957321, delay=0.004866655915975571, ms=00094}
22:49:26.996825 run                             mass: MS performed LU  {at=27341872.70007694, lu_delay=5.613353479653597, ms=00087}
22:49:27.061110 run                             mass: MS performed LU  {at=27341872.764364716, lu_delay=5.076271824538708, ms=00088}
22:49:27.116485 run                osmo-ms-mob/00095: Starting mobile
22:49:27.131848 run       osmo-ms-mob/00095(pid=230): Launched
22:49:27.138271 run                             mass: MS performed LU  {at=27341872.841620576, lu_delay=6.399352703243494, ms=00086}
22:49:27.144397 run                             mass: MS start registered  {at=27341872.84776407, delay=0.006170090287923813, ms=00095}
22:49:27.383175 run                             mass: MS performed LU  {at=27341873.086435016, lu_delay=4.829885546118021, ms=00089}
22:49:28.127691 run                osmo-ms-mob/00096: Starting mobile
22:49:28.141497 run       osmo-ms-mob/00096(pid=231): Launched
22:49:28.152975 run                             mass: MS start registered  {at=27341873.85632828, delay=0.005112435668706894, ms=00096}
22:49:28.897972 run                             mass: MS performed LU  {at=27341874.601225697, lu_delay=5.757581699639559, ms=00090}
22:49:28.924879 run                             mass: MS performed LU  {at=27341874.62815542, lu_delay=5.052967216819525, ms=00091}
22:49:29.246691 run                osmo-ms-mob/00097: Starting mobile
22:49:29.264622 run       osmo-ms-mob/00097(pid=232): Launched
22:49:29.275877 run                             mass: MS start registered  {at=27341874.97922348, delay=0.005231387913227081, ms=00097}
22:49:30.553791 run                osmo-ms-mob/00098: Starting mobile
22:49:30.569596 run       osmo-ms-mob/00098(pid=233): Launched
22:49:30.580713 run                             mass: MS start registered  {at=27341876.28406739, delay=0.004965007305145264, ms=00098}
22:49:30.762152 run                             mass: MS performed LU  {at=27341876.465362817, lu_delay=6.190564397722483, ms=00092}
22:49:30.827630 run                             mass: MS performed LU  {at=27341876.53088186, lu_delay=5.57807008177042, ms=00093}
22:49:31.130553 run                             mass: MS performed LU  {at=27341876.83380643, lu_delay=4.876485429704189, ms=00094}
22:49:32.338701 run                osmo-ms-mob/00099: Starting mobile
22:49:32.355088 run       osmo-ms-mob/00099(pid=234): Launched
22:49:32.361031 run                             mass: All started... {duration=55.75670087710023, too_slow=0}
22:49:32.367070 run                             mass: MS start registered  {at=27341878.070429783, delay=0.006030600517988205, ms=00099}
22:49:32.663406 run                             mass: MS performed LU  {at=27341878.366654824, lu_delay=5.518890753388405, ms=00095}
22:49:32.926348 run                             mass: MS performed LU  {at=27341878.62960138, lu_delay=4.773273102939129, ms=00096}
22:49:34.528106 run                             mass: MS performed LU  {at=27341880.231311344, lu_delay=5.252087865024805, ms=00097}
22:49:36.429573 run                             mass: MS performed LU  {at=27341882.13280745, lu_delay=5.848740059882402, ms=00098}
22:49:38.294439 run                             mass: MS performed LU  {at=27341883.99769114, lu_delay=5.927261356264353, ms=00099}
22:49:38.575373 run                             mass: MS performed LU  {at=27341884.278622303, lu_delay=22.61833316832781, ms=00077}
22:49:38.585506 run                             mass: Tests done {all_completed=True, max=22.6295728944242, min=3.601117741316557}
22:49:38.590960 tst         register_default_mass.py: Test passed (81.3 sec)
22:49:38.596469 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:38.599819 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:38.603135 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:38.606511 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:38.609859 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:38.613256 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:38.616599 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:38.619951 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:38.623331 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:38.626738 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:38.630114 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:38.633445 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:38.636770 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:38.640085 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:38.643443 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:38.646865 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:38.650329 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:38.653822 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:38.657223 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:38.660656 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:38.664093 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:38.667472 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:38.670862 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:38.674574 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:38.678004 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:38.681434 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:38.684910 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:38.688397 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:38.692155 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:38.695742 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:38.699343 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:38.702946 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:38.706530 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:38.710137 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:38.713741 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:38.717464 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:38.721125 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:38.724735 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:38.728324 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:38.731898 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:38.735561 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:38.739269 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:38.742853 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:38.746456 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:38.750066 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:38.754197 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:38.757771 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:38.761363 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:38.765108 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:38.768693 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:38.772276 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:38.776278 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:38.779793 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:38.783274 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:38.786749 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:38.790231 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:38.793718 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:38.797181 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:38.800676 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:38.804183 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:38.807663 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:38.811176 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:38.814662 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:38.818139 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:38.821619 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:38.825105 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:38.828576 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:38.832040 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:38.835517 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:38.839001 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:38.842480 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:38.845967 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:38.849442 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:38.852916 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:38.856387 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:38.859866 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:38.863333 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:38.866802 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:38.870568 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:38.874076 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:38.878088 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:38.881565 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:38.885050 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:38.888514 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:38.891992 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:38.895464 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:38.899095 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:38.902922 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:38.906636 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:38.910147 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:38.913620 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:38.917094 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:38.920556 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:38.924049 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:38.927596 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:38.931091 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:38.934567 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:38.938021 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:38.941498 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:38.944986 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:38.948492 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:38.951978 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:38.955448 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:38.958931 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:38.962410 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:38.965883 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:38.969383 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:38.972882 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:38.976364 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:38.979841 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:38.983325 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:38.986831 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:38.990316 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:38.993815 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:38.997288 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:39.000766 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:39.004218 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:39.007554 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:39.010898 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:39.014219 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:39.017519 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:39.020835 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:39.024096 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:39.027362 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:39.030651 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:39.033910 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:39.037177 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:39.040422 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:39.043688 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:39.046951 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:39.050200 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:39.053468 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:39.056735 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:39.059977 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:39.063240 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:39.066498 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:39.071134 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:39.075423 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:39.078776 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:39.082134 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:39.085474 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:39.088819 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:39.092163 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:39.095509 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:39.098868 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:39.102204 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:39.105536 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:39.108879 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:39.112221 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:39.115584 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:39.118932 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:39.122272 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:39.125626 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:39.128971 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:39.132298 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:39.135645 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:39.138988 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:39.142335 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:39.145685 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:39.149037 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:39.152382 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:39.155730 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:39.159074 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:39.162444 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:39.165806 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:39.169165 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:39.172509 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:39.175862 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:39.179223 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:39.182620 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:39.186028 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:39.189444 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:39.192869 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:39.196274 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:39.199677 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:39.203068 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:39.206487 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:39.209895 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:39.213288 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:39.216698 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:39.220097 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:39.223503 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:39.226907 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:39.230318 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:39.233752 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:39.237172 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:39.240578 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:39.243986 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:39.247405 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:39.250836 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:39.254263 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:39.257691 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:39.261109 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:39.264515 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:39.267932 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:39.271357 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:39.274759 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:39.278186 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:39.281604 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:39.285019 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:39.288420 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:39.291837 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:39.295250 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:39.298665 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:39.302071 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:39.305495 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:39.308918 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:39.312335 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:39.315771 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:39.319200 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:39.322624 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:39.326029 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:39.329439 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:39.332872 ---      ParallelTerminationStrategy: PID 22 died...
22:49:39.334414 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:39.338189 ---      ParallelTerminationStrategy: PID 23 died...
22:49:39.339710 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:39.343485 ---      ParallelTerminationStrategy: PID 24 died...
22:49:39.345020 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:39.348793 ---      ParallelTerminationStrategy: PID 25 died...
22:49:39.350322 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:39.354094 ---      ParallelTerminationStrategy: PID 26 died...
22:49:39.355620 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:39.359420 ---      ParallelTerminationStrategy: PID 27 died...
22:49:39.360962 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:39.364731 ---      ParallelTerminationStrategy: PID 28 died...
22:49:39.366257 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:39.370062 ---      ParallelTerminationStrategy: PID 29 died...
22:49:39.371579 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:39.375356 ---      ParallelTerminationStrategy: PID 30 died...
22:49:39.376885 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:39.380592 ---      ParallelTerminationStrategy: PID 31 died...
22:49:39.382104 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:39.385851 ---      ParallelTerminationStrategy: PID 32 died...
22:49:39.387363 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:39.391092 ---      ParallelTerminationStrategy: PID 33 died...
22:49:39.392622 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:39.396357 ---      ParallelTerminationStrategy: PID 35 died...
22:49:39.397857 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:39.401589 ---      ParallelTerminationStrategy: PID 36 died...
22:49:39.403101 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:39.406821 ---      ParallelTerminationStrategy: PID 37 died...
22:49:39.408337 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:39.412073 ---      ParallelTerminationStrategy: PID 38 died...
22:49:39.413599 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:39.417309 ---      ParallelTerminationStrategy: PID 39 died...
22:49:39.418804 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:39.422521 ---      ParallelTerminationStrategy: PID 40 died...
22:49:39.424042 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:39.427805 ---      ParallelTerminationStrategy: PID 41 died...
22:49:39.429335 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:39.433123 ---      ParallelTerminationStrategy: PID 42 died...
22:49:39.434622 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:39.438396 ---      ParallelTerminationStrategy: PID 43 died...
22:49:39.439911 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:39.443678 ---      ParallelTerminationStrategy: PID 44 died...
22:49:39.445199 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:39.448985 ---      ParallelTerminationStrategy: PID 45 died...
22:49:39.450521 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:39.454300 ---      ParallelTerminationStrategy: PID 46 died...
22:49:39.455838 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:39.459625 ---      ParallelTerminationStrategy: PID 47 died...
22:49:39.461148 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:39.464937 ---      ParallelTerminationStrategy: PID 48 died...
22:49:39.466462 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:39.470259 ---      ParallelTerminationStrategy: PID 49 died...
22:49:39.471797 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:39.475592 ---      ParallelTerminationStrategy: PID 50 died...
22:49:39.477131 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:39.480918 ---      ParallelTerminationStrategy: PID 51 died...
22:49:39.482443 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:39.486254 ---      ParallelTerminationStrategy: PID 52 died...
22:49:39.487788 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:39.491564 ---      ParallelTerminationStrategy: PID 53 died...
22:49:39.493135 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:39.496926 ---      ParallelTerminationStrategy: PID 54 died...
22:49:39.498456 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:39.502223 ---      ParallelTerminationStrategy: PID 55 died...
22:49:39.503745 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:39.507521 ---      ParallelTerminationStrategy: PID 56 died...
22:49:39.509061 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:39.512840 ---      ParallelTerminationStrategy: PID 57 died...
22:49:39.514366 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:39.518130 ---      ParallelTerminationStrategy: PID 58 died...
22:49:39.519648 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:39.523395 ---      ParallelTerminationStrategy: PID 59 died...
22:49:39.524918 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:39.528696 ---      ParallelTerminationStrategy: PID 60 died...
22:49:39.530223 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:39.533984 ---      ParallelTerminationStrategy: PID 61 died...
22:49:39.535502 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:39.539258 ---      ParallelTerminationStrategy: PID 62 died...
22:49:39.540800 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:39.544549 ---      ParallelTerminationStrategy: PID 63 died...
22:49:39.546073 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:39.549872 ---      ParallelTerminationStrategy: PID 64 died...
22:49:39.551405 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:39.555170 ---      ParallelTerminationStrategy: PID 65 died...
22:49:39.556688 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:39.560451 ---      ParallelTerminationStrategy: PID 66 died...
22:49:39.561994 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:39.565760 ---      ParallelTerminationStrategy: PID 67 died...
22:49:39.567281 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:39.571032 ---      ParallelTerminationStrategy: PID 68 died...
22:49:39.572553 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:39.576339 ---      ParallelTerminationStrategy: PID 69 died...
22:49:39.577861 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:39.581631 ---      ParallelTerminationStrategy: PID 70 died...
22:49:39.583158 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:39.586936 ---      ParallelTerminationStrategy: PID 71 died...
22:49:39.588459 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:39.592217 ---      ParallelTerminationStrategy: PID 72 died...
22:49:39.593743 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:39.597503 ---      ParallelTerminationStrategy: PID 73 died...
22:49:39.599025 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:39.602790 ---      ParallelTerminationStrategy: PID 74 died...
22:49:39.604302 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:39.608062 ---      ParallelTerminationStrategy: PID 75 died...
22:49:39.609591 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:39.613341 ---      ParallelTerminationStrategy: PID 76 died...
22:49:39.614858 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:39.618618 ---      ParallelTerminationStrategy: PID 77 died...
22:49:39.620131 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:39.623892 ---      ParallelTerminationStrategy: PID 78 died...
22:49:39.625420 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:39.629171 ---      ParallelTerminationStrategy: PID 79 died...
22:49:39.630687 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:39.634436 ---      ParallelTerminationStrategy: PID 80 died...
22:49:39.635957 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:39.639711 ---      ParallelTerminationStrategy: PID 81 died...
22:49:39.641234 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:39.644991 ---      ParallelTerminationStrategy: PID 82 died...
22:49:39.646509 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:39.650279 ---      ParallelTerminationStrategy: PID 83 died...
22:49:39.651789 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:39.655563 ---      ParallelTerminationStrategy: PID 84 died...
22:49:39.657090 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:39.660860 ---      ParallelTerminationStrategy: PID 85 died...
22:49:39.662375 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:39.666133 ---      ParallelTerminationStrategy: PID 86 died...
22:49:39.667651 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:39.671418 ---      ParallelTerminationStrategy: PID 87 died...
22:49:39.672950 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:39.676703 ---      ParallelTerminationStrategy: PID 88 died...
22:49:39.678225 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:39.681981 ---      ParallelTerminationStrategy: PID 89 died...
22:49:39.683506 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:39.687287 ---      ParallelTerminationStrategy: PID 90 died...
22:49:39.688815 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:39.692583 ---      ParallelTerminationStrategy: PID 91 died...
22:49:39.694124 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:39.697904 ---      ParallelTerminationStrategy: PID 92 died...
22:49:39.699433 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:39.703237 ---      ParallelTerminationStrategy: PID 93 died...
22:49:39.704768 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:39.708541 ---      ParallelTerminationStrategy: PID 94 died...
22:49:39.710084 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:39.713853 ---      ParallelTerminationStrategy: PID 95 died...
22:49:39.715377 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:39.719175 ---      ParallelTerminationStrategy: PID 96 died...
22:49:39.720786 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:39.724561 ---      ParallelTerminationStrategy: PID 97 died...
22:49:39.726108 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:39.729892 ---      ParallelTerminationStrategy: PID 98 died...
22:49:39.731426 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:39.735207 ---      ParallelTerminationStrategy: PID 99 died...
22:49:39.736742 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:39.740531 ---      ParallelTerminationStrategy: PID 100 died...
22:49:39.742064 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:39.745865 ---      ParallelTerminationStrategy: PID 101 died...
22:49:39.747403 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:39.751175 ---      ParallelTerminationStrategy: PID 102 died...
22:49:39.752710 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:39.756496 ---      ParallelTerminationStrategy: PID 103 died...
22:49:39.758028 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:39.761821 ---      ParallelTerminationStrategy: PID 104 died...
22:49:39.763343 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:39.767138 ---      ParallelTerminationStrategy: PID 105 died...
22:49:39.768696 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:39.772486 ---      ParallelTerminationStrategy: PID 106 died...
22:49:39.774020 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:39.777802 ---      ParallelTerminationStrategy: PID 107 died...
22:49:39.779336 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:39.783122 ---      ParallelTerminationStrategy: PID 108 died...
22:49:39.784663 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:39.788440 ---      ParallelTerminationStrategy: PID 109 died...
22:49:39.789981 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:39.793789 ---      ParallelTerminationStrategy: PID 110 died...
22:49:39.795332 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:39.799128 ---      ParallelTerminationStrategy: PID 111 died...
22:49:39.800677 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:39.804461 ---      ParallelTerminationStrategy: PID 112 died...
22:49:39.805996 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:39.809776 ---      ParallelTerminationStrategy: PID 113 died...
22:49:39.811310 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:39.815116 ---      ParallelTerminationStrategy: PID 114 died...
22:49:39.816643 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:39.820420 ---      ParallelTerminationStrategy: PID 115 died...
22:49:39.821959 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:39.825736 ---      ParallelTerminationStrategy: PID 116 died...
22:49:39.827265 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:39.831067 ---      ParallelTerminationStrategy: PID 117 died...
22:49:39.832610 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:39.836376 ---      ParallelTerminationStrategy: PID 118 died...
22:49:39.837934 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:39.841734 ---      ParallelTerminationStrategy: PID 119 died...
22:49:39.843272 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:39.847070 ---      ParallelTerminationStrategy: PID 120 died...
22:49:39.848604 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:39.852382 ---      ParallelTerminationStrategy: PID 121 died...
22:49:39.853916 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:39.857733 ---      ParallelTerminationStrategy: PID 122 died...
22:49:39.859260 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:39.863035 ---      ParallelTerminationStrategy: PID 123 died...
22:49:39.864565 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:39.868369 ---      ParallelTerminationStrategy: PID 124 died...
22:49:39.869916 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:39.873706 ---      ParallelTerminationStrategy: PID 125 died...
22:49:39.875235 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:39.879008 ---      ParallelTerminationStrategy: PID 126 died...
22:49:39.880545 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:39.884314 ---      ParallelTerminationStrategy: PID 127 died...
22:49:39.885853 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:39.889667 ---      ParallelTerminationStrategy: PID 128 died...
22:49:39.891201 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:39.894990 ---      ParallelTerminationStrategy: PID 129 died...
22:49:39.896528 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:39.900299 ---      ParallelTerminationStrategy: PID 130 died...
22:49:39.901874 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:39.905709 ---      ParallelTerminationStrategy: PID 131 died...
22:49:39.907245 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:39.911027 ---      ParallelTerminationStrategy: PID 132 died...
22:49:39.912565 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:39.916357 ---      ParallelTerminationStrategy: PID 133 died...
22:49:39.917890 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:39.921685 ---      ParallelTerminationStrategy: PID 134 died...
22:49:39.923218 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:39.927002 ---      ParallelTerminationStrategy: PID 135 died...
22:49:39.928538 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:39.932375 ---      ParallelTerminationStrategy: PID 136 died...
22:49:39.933923 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:39.937792 ---      ParallelTerminationStrategy: PID 137 died...
22:49:39.939353 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:39.943207 ---      ParallelTerminationStrategy: PID 138 died...
22:49:39.944760 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:39.948591 ---      ParallelTerminationStrategy: PID 139 died...
22:49:39.950155 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:39.953973 ---      ParallelTerminationStrategy: PID 140 died...
22:49:39.955512 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:39.959335 ---      ParallelTerminationStrategy: PID 141 died...
22:49:39.960892 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:39.964702 ---      ParallelTerminationStrategy: PID 142 died...
22:49:39.966238 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:39.970051 ---      ParallelTerminationStrategy: PID 143 died...
22:49:39.971594 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:39.975420 ---      ParallelTerminationStrategy: PID 144 died...
22:49:39.976967 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:39.980799 ---      ParallelTerminationStrategy: PID 145 died...
22:49:39.982332 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:39.986172 ---      ParallelTerminationStrategy: PID 146 died...
22:49:39.987715 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:39.991506 ---      ParallelTerminationStrategy: PID 147 died...
22:49:39.993060 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:39.996850 ---      ParallelTerminationStrategy: PID 148 died...
22:49:39.998386 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:40.002201 ---      ParallelTerminationStrategy: PID 149 died...
22:49:40.003736 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:40.007535 ---      ParallelTerminationStrategy: PID 150 died...
22:49:40.009066 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:40.012867 ---      ParallelTerminationStrategy: PID 151 died...
22:49:40.014398 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:40.018224 ---      ParallelTerminationStrategy: PID 152 died...
22:49:40.019758 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:40.023570 ---      ParallelTerminationStrategy: PID 153 died...
22:49:40.025112 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:40.028912 ---      ParallelTerminationStrategy: PID 154 died...
22:49:40.030450 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:40.034288 ---      ParallelTerminationStrategy: PID 155 died...
22:49:40.035824 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:40.039615 ---      ParallelTerminationStrategy: PID 156 died...
22:49:40.041150 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:40.044947 ---      ParallelTerminationStrategy: PID 157 died...
22:49:40.046473 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:40.050276 ---      ParallelTerminationStrategy: PID 158 died...
22:49:40.051809 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:40.055653 ---      ParallelTerminationStrategy: PID 159 died...
22:49:40.057192 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:40.060973 ---      ParallelTerminationStrategy: PID 160 died...
22:49:40.062506 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:40.066328 ---      ParallelTerminationStrategy: PID 161 died...
22:49:40.067862 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:40.071684 ---      ParallelTerminationStrategy: PID 162 died...
22:49:40.073210 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:40.077024 ---      ParallelTerminationStrategy: PID 163 died...
22:49:40.078554 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:40.082377 ---      ParallelTerminationStrategy: PID 164 died...
22:49:40.083898 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:40.087706 ---      ParallelTerminationStrategy: PID 165 died...
22:49:40.089236 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:40.093047 ---      ParallelTerminationStrategy: PID 166 died...
22:49:40.094576 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:40.098390 ---      ParallelTerminationStrategy: PID 167 died...
22:49:40.099921 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:40.103718 ---      ParallelTerminationStrategy: PID 168 died...
22:49:40.105255 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:40.109058 ---      ParallelTerminationStrategy: PID 169 died...
22:49:40.110583 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:40.114382 ---      ParallelTerminationStrategy: PID 170 died...
22:49:40.115914 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:40.119727 ---      ParallelTerminationStrategy: PID 171 died...
22:49:40.121262 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:40.125055 ---      ParallelTerminationStrategy: PID 172 died...
22:49:40.126582 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:40.130384 ---      ParallelTerminationStrategy: PID 173 died...
22:49:40.131909 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:40.135736 ---      ParallelTerminationStrategy: PID 174 died...
22:49:40.137263 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:40.141081 ---      ParallelTerminationStrategy: PID 175 died...
22:49:40.142613 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:40.146414 ---      ParallelTerminationStrategy: PID 176 died...
22:49:40.147948 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:40.151769 ---      ParallelTerminationStrategy: PID 177 died...
22:49:40.153307 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:40.157117 ---      ParallelTerminationStrategy: PID 178 died...
22:49:40.158654 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:40.162467 ---      ParallelTerminationStrategy: PID 179 died...
22:49:40.164012 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:40.167824 ---      ParallelTerminationStrategy: PID 180 died...
22:49:40.169353 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:40.173172 ---      ParallelTerminationStrategy: PID 181 died...
22:49:40.174715 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:40.178523 ---      ParallelTerminationStrategy: PID 182 died...
22:49:40.180063 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:40.183860 ---      ParallelTerminationStrategy: PID 183 died...
22:49:40.185412 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:40.189227 ---      ParallelTerminationStrategy: PID 184 died...
22:49:40.190763 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:40.194546 ---      ParallelTerminationStrategy: PID 185 died...
22:49:40.196059 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:40.199861 ---      ParallelTerminationStrategy: PID 186 died...
22:49:40.201400 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:40.205189 ---      ParallelTerminationStrategy: PID 187 died...
22:49:40.206720 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:40.210526 ---      ParallelTerminationStrategy: PID 188 died...
22:49:40.212066 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:40.215869 ---      ParallelTerminationStrategy: PID 189 died...
22:49:40.217408 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:40.221194 ---      ParallelTerminationStrategy: PID 190 died...
22:49:40.222736 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:40.226535 ---      ParallelTerminationStrategy: PID 191 died...
22:49:40.228063 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:40.231880 ---      ParallelTerminationStrategy: PID 192 died...
22:49:40.233410 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:40.237227 ---      ParallelTerminationStrategy: PID 193 died...
22:49:40.238757 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:40.242544 ---      ParallelTerminationStrategy: PID 194 died...
22:49:40.244061 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:40.247853 ---      ParallelTerminationStrategy: PID 195 died...
22:49:40.249396 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:40.253201 ---      ParallelTerminationStrategy: PID 196 died...
22:49:40.254739 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:40.258569 ---      ParallelTerminationStrategy: PID 197 died...
22:49:40.260097 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:40.263919 ---      ParallelTerminationStrategy: PID 198 died...
22:49:40.265491 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:40.269295 ---      ParallelTerminationStrategy: PID 199 died...
22:49:40.270829 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:40.274640 ---      ParallelTerminationStrategy: PID 200 died...
22:49:40.276168 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:40.279973 ---      ParallelTerminationStrategy: PID 201 died...
22:49:40.281502 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:40.285304 ---      ParallelTerminationStrategy: PID 202 died...
22:49:40.286829 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:40.290652 ---      ParallelTerminationStrategy: PID 203 died...
22:49:40.292173 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:40.295977 ---      ParallelTerminationStrategy: PID 204 died...
22:49:40.297505 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:40.301303 ---      ParallelTerminationStrategy: PID 205 died...
22:49:40.302833 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:40.306647 ---      ParallelTerminationStrategy: PID 206 died...
22:49:40.308189 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:40.311989 ---      ParallelTerminationStrategy: PID 207 died...
22:49:40.313533 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:40.317331 ---      ParallelTerminationStrategy: PID 208 died...
22:49:40.318856 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:40.322677 ---      ParallelTerminationStrategy: PID 209 died...
22:49:40.324204 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:40.327992 ---      ParallelTerminationStrategy: PID 210 died...
22:49:40.329526 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:40.333328 ---      ParallelTerminationStrategy: PID 211 died...
22:49:40.334863 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:40.338661 ---      ParallelTerminationStrategy: PID 212 died...
22:49:40.340197 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:40.344013 ---      ParallelTerminationStrategy: PID 213 died...
22:49:40.345566 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:40.349370 ---      ParallelTerminationStrategy: PID 214 died...
22:49:40.350901 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:40.354697 ---      ParallelTerminationStrategy: PID 215 died...
22:49:40.356237 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:40.360073 ---      ParallelTerminationStrategy: PID 216 died...
22:49:40.361596 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:40.365379 ---      ParallelTerminationStrategy: PID 217 died...
22:49:40.366898 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:40.370739 ---      ParallelTerminationStrategy: PID 218 died...
22:49:40.372285 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:40.376146 ---      ParallelTerminationStrategy: PID 219 died...
22:49:40.377695 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:40.381553 ---      ParallelTerminationStrategy: PID 220 died...
22:49:40.383097 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:40.386927 ---      ParallelTerminationStrategy: PID 221 died...
22:49:40.388472 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:40.392320 ---      ParallelTerminationStrategy: PID 222 died...
22:49:40.393872 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:40.397716 ---      ParallelTerminationStrategy: PID 223 died...
22:49:40.399261 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:40.403105 ---      ParallelTerminationStrategy: PID 224 died...
22:49:40.404646 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:40.408474 ---      ParallelTerminationStrategy: PID 225 died...
22:49:40.410024 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:40.413851 ---      ParallelTerminationStrategy: PID 226 died...
22:49:40.415388 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:40.419249 ---      ParallelTerminationStrategy: PID 227 died...
22:49:40.420811 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:40.424655 ---      ParallelTerminationStrategy: PID 228 died...
22:49:40.426203 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:40.430039 ---      ParallelTerminationStrategy: PID 229 died...
22:49:40.431587 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:40.435424 ---      ParallelTerminationStrategy: PID 230 died...
22:49:40.436996 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:40.440842 ---      ParallelTerminationStrategy: PID 231 died...
22:49:40.442394 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:40.446290 ---      ParallelTerminationStrategy: PID 232 died...
22:49:40.447860 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:40.451761 ---      ParallelTerminationStrategy: PID 233 died...
22:49:40.453328 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:40.457225 ---      ParallelTerminationStrategy: PID 234 died...
22:49:40.458781 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:43.863452 ---      ParallelTerminationStrategy: PID 34 died...
22:49:43.869732 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8161 netreg_mass PASS
---------------------------------------------------------------------
22:49:43.944336 tst                       trial-8161: Storing JUnit report in /build/trial-8161/run.2025-11-25_22-48-16/trial-8161.xml

--------------------------------------------------------------------------------------------
trial-8161 PASS
--------------------------------------------------------------------------------------------
22:49:43.957225 tst                       trial-8161: trial-8161: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.3 sec)
+ exit_code=0
+ rm -rf trial-8161/inst
+ cd trial-8161
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-11-25 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8161-run.tgz run.2025-11-25_22-48-16
+ tar czf /build/trial-8161-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-11-25_21_13_20.tgz osmo-bts-oc2g.build-2025-11-25_00_51_31.tgz osmo-bts-sysmo.build-2025-11-25_00_51_37.tgz osmo-bts.build-2025-11-25_00_51_42.tgz osmo-ggsn.build-2025-11-25_20_42_36.tgz osmo-hlr.build-2025-11-25_16_36_35.tgz osmo-hnbgw.build-2025-11-25_21_17_34.tgz osmo-mgw.build-2025-11-25_08_33_13.tgz osmo-msc.build-2025-11-25_21_19_15.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-25_07_36_15.tgz osmo-pcu-sysmo.build-2025-11-25_07_34_06.tgz osmo-pcu.build-2025-11-25_07_36_19.tgz osmo-sgsn.build-2025-11-25_21_19_50.tgz osmo-stp.build-2025-11-25_21_09_56.tgz osmo-trx.build-2025-11-25_14_26_45.tgz osmocom-bb.build-2025-11-25_21_18_13.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