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/jenkins5752028655353163588.sh
+ rm -rf trial-8151-bin.tgz trial-8151-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 24872
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 10976
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10365
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12814
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13137
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 12613
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 40932
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7518
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 43032
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8309
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 13106
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7426
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11501
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7558
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 8999
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6278
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 7426
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins8862767613145295779.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-8151
+ 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 [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
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:eb95ce4b7d95e919a76097eee036e5797dd96d7939a00e1e2e5a65ebdd3120ed 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=8152 -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-16 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8152
+ mkdir -p trial-8152
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-11-16_13_29_18.tgz osmo-bts-oc2g.build-2025-11-16_00_51_52.tgz osmo-bts-sysmo.build-2025-11-16_00_51_55.tgz osmo-bts.build-2025-11-16_00_51_59.tgz osmo-ggsn.build-2025-11-16_20_43_10.tgz osmo-hlr.build-2025-11-16_16_36_52.tgz osmo-hnbgw.build-2025-11-16_13_30_42.tgz osmo-mgw.build-2025-11-16_08_33_10.tgz osmo-msc.build-2025-11-16_13_32_43.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-16_07_36_10.tgz osmo-pcu-sysmo.build-2025-11-16_07_33_56.tgz osmo-pcu.build-2025-11-16_07_36_15.tgz osmo-sgsn.build-2025-11-16_20_48_32.tgz osmo-stp.build-2025-11-16_13_25_37.tgz osmo-trx.build-2025-11-16_14_27_19.tgz osmocom-bb.build-2025-11-16_21_17_17.tgz srslte.build-19.tgz trial-8152
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-11-16_13_29_18.md5 osmo-bts-oc2g.build-2025-11-16_00_51_52.md5 osmo-bts-sysmo.build-2025-11-16_00_51_55.md5 osmo-bts.build-2025-11-16_00_51_59.md5 osmo-ggsn.build-2025-11-16_20_43_10.md5 osmo-hlr.build-2025-11-16_16_36_52.md5 osmo-hnbgw.build-2025-11-16_13_30_42.md5 osmo-mgw.build-2025-11-16_08_33_10.md5 osmo-msc.build-2025-11-16_13_32_43.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-16_07_36_10.md5 osmo-pcu-sysmo.build-2025-11-16_07_33_56.md5 osmo-pcu.build-2025-11-16_07_36_15.md5 osmo-sgsn.build-2025-11-16_20_48_32.md5 osmo-stp.build-2025-11-16_13_25_37.md5 osmo-trx.build-2025-11-16_14_27_19.md5 osmocom-bb.build-2025-11-16_21_17_17.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-11-16_13_29_18.md5 osmo-bts-oc2g.build-2025-11-16_00_51_52.md5 osmo-bts-sysmo.build-2025-11-16_00_51_55.md5 osmo-bts.build-2025-11-16_00_51_59.md5 osmo-ggsn.build-2025-11-16_20_43_10.md5 osmo-hlr.build-2025-11-16_16_36_52.md5 osmo-hnbgw.build-2025-11-16_13_30_42.md5 osmo-mgw.build-2025-11-16_08_33_10.md5 osmo-msc.build-2025-11-16_13_32_43.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-16_07_36_10.md5 osmo-pcu-sysmo.build-2025-11-16_07_33_56.md5 osmo-pcu.build-2025-11-16_07_36_15.md5 osmo-sgsn.build-2025-11-16_20_48_32.md5 osmo-stp.build-2025-11-16_13_25_37.md5 osmo-trx.build-2025-11-16_14_27_19.md5 osmocom-bb.build-2025-11-16_21_17_17.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-8152 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8152'
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-8152
--------------------------------------------------------------------------------------------
22:48:17.359778 tst                       trial-8152: Detailed log at /build/trial-8152/run.2025-11-16_22-48-17/log

---------------------------------------------------------------------
trial-8152 netreg_mass
---------------------------------------------------------------------
22:48:17.562290 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.562644 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.563391 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.564554 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.597865 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.598598 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.599709 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.661197 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-8152 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.661973 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.677101 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.677621 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.678099 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.678538 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.678988 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.679429 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.679862 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.710023 tst         register_default_mass.py: using LAC 2
22:48:17.731745 tst         register_default_mass.py: using RAC 2
22:48:17.757938 tst         register_default_mass.py: using CellId 2
22:48:17.786848 tst         register_default_mass.py: using BVCI 3
22:48:17.800425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.801106 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.801678 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.802202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.802708 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.803227 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.803719 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.804214 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.804742 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.805244 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.805753 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.806276 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.806798 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.807307 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.807831 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.808343 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.808858 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.809376 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.809896 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.810419 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.810922 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.811429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.811960 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.812476 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.812982 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.813507 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.814011 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.814515 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.815033 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.815551 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.816048 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.816569 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.817082 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.817599 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.818125 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.818631 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.819130 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.819651 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.820166 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.820671 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.821168 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.821687 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.822200 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.822697 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.823218 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.823727 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.824233 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.824773 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.825286 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.825789 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.826311 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.826822 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.827322 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.827823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.828338 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.828848 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.829360 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.829869 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.830374 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.830864 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.831373 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.831878 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.832384 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.832908 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.833412 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.833908 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.834424 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.834932 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.835444 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.835949 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.836446 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.836950 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.837529 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.838036 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.838532 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.839038 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.839536 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.840031 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.840535 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.841043 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.841546 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.842041 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.842559 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.843066 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.843560 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.844074 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.844571 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.845069 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.845589 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.846095 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.846593 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.847089 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.847606 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.848111 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.848607 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.849117 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.849621 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.850127 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.850643 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.851143 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.851640 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.852205 tst      register_default_mass.py:21: Launching a simple network
22:48:17.862211 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.979249 run            create_hlr_db(pid=19): Launched
22:48:18.993406 run            create_hlr_db(pid=19): Terminated: ok {rc=0}
22:48:19.009627 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Launched
22:48:19.024358 run      osmo-hlr_127.0.42.2(pid=22): Launched
22:48:19.029974 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.218150 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Launched
22:48:19.232821 run      osmo-stp_127.0.42.5(pid=24): Launched
22:48:19.238462 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.647733 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Launched
22:48:19.662624 run      osmo-msc_127.0.42.6(pid=26): Launched
22:48:22.677714 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.789969 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Launched
22:48:22.804930 run      osmo-mgw_127.0.42.3(pid=28): Launched
22:48:22.810473 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.833605 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Launched
22:48:22.848645 run      osmo-mgw_127.0.42.4(pid=30): Launched
22:48:22.854292 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.161705 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Launched
22:48:23.176785 run      osmo-bsc_127.0.42.7(pid=32): Launched
22:48:29.203425 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.373873 run         osmo-bts-virtual(pid=33): Launched
22:48:30.408922 tst         register_default_mass.py: using MSISDN 1001
22:48:30.423058 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.461161 tst         register_default_mass.py: using MSISDN 1002
22:48:30.478507 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.508387 tst         register_default_mass.py: using MSISDN 1003
22:48:30.522829 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.552413 tst         register_default_mass.py: using MSISDN 1004
22:48:30.566541 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.596243 tst         register_default_mass.py: using MSISDN 1005
22:48:30.610167 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.640596 tst         register_default_mass.py: using MSISDN 1006
22:48:30.654926 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.684474 tst         register_default_mass.py: using MSISDN 1007
22:48:30.698510 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.728244 tst         register_default_mass.py: using MSISDN 1008
22:48:30.742340 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.772802 tst         register_default_mass.py: using MSISDN 1009
22:48:30.787144 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.817115 tst         register_default_mass.py: using MSISDN 1010
22:48:30.831067 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.859852 tst         register_default_mass.py: using MSISDN 1011
22:48:30.873395 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.903757 tst         register_default_mass.py: using MSISDN 1012
22:48:30.918025 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.947680 tst         register_default_mass.py: using MSISDN 1013
22:48:30.961796 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.992189 tst         register_default_mass.py: using MSISDN 1014
22:48:31.006562 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.036557 tst         register_default_mass.py: using MSISDN 1015
22:48:31.050701 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.081202 tst         register_default_mass.py: using MSISDN 1016
22:48:31.095515 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.125574 tst         register_default_mass.py: using MSISDN 1017
22:48:31.139862 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.170279 tst         register_default_mass.py: using MSISDN 1018
22:48:31.184706 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.213532 tst         register_default_mass.py: using MSISDN 1019
22:48:31.227047 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.257244 tst         register_default_mass.py: using MSISDN 1020
22:48:31.271378 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.300003 tst         register_default_mass.py: using MSISDN 1021
22:48:31.313523 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.342417 tst         register_default_mass.py: using MSISDN 1022
22:48:31.355887 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.385669 tst         register_default_mass.py: using MSISDN 1023
22:48:31.399668 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.429291 tst         register_default_mass.py: using MSISDN 1024
22:48:31.443571 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.475484 tst         register_default_mass.py: using MSISDN 1025
22:48:31.494892 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.524923 tst         register_default_mass.py: using MSISDN 1026
22:48:31.534400 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.564547 tst         register_default_mass.py: using MSISDN 1027
22:48:31.580091 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.610723 tst         register_default_mass.py: using MSISDN 1028
22:48:31.625219 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.654684 tst         register_default_mass.py: using MSISDN 1029
22:48:31.668364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.698334 tst         register_default_mass.py: using MSISDN 1030
22:48:31.712436 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.742753 tst         register_default_mass.py: using MSISDN 1031
22:48:31.757203 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.787892 tst         register_default_mass.py: using MSISDN 1032
22:48:31.802546 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.833053 tst         register_default_mass.py: using MSISDN 1033
22:48:31.847498 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.878233 tst         register_default_mass.py: using MSISDN 1034
22:48:31.892693 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.923051 tst         register_default_mass.py: using MSISDN 1035
22:48:31.937472 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.968023 tst         register_default_mass.py: using MSISDN 1036
22:48:31.982670 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.011961 tst         register_default_mass.py: using MSISDN 1037
22:48:32.025750 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.055400 tst         register_default_mass.py: using MSISDN 1038
22:48:32.069413 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.099453 tst         register_default_mass.py: using MSISDN 1039
22:48:32.113646 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.144427 tst         register_default_mass.py: using MSISDN 1040
22:48:32.158858 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.189241 tst         register_default_mass.py: using MSISDN 1041
22:48:32.203632 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.234212 tst         register_default_mass.py: using MSISDN 1042
22:48:32.248572 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.278716 tst         register_default_mass.py: using MSISDN 1043
22:48:32.292914 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.323354 tst         register_default_mass.py: using MSISDN 1044
22:48:32.337507 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.367729 tst         register_default_mass.py: using MSISDN 1045
22:48:32.382079 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.412917 tst         register_default_mass.py: using MSISDN 1046
22:48:32.427485 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.457557 tst         register_default_mass.py: using MSISDN 1047
22:48:32.471683 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.501027 tst         register_default_mass.py: using MSISDN 1048
22:48:32.514788 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.544388 tst         register_default_mass.py: using MSISDN 1049
22:48:32.558241 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.589056 tst         register_default_mass.py: using MSISDN 1050
22:48:32.603605 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.634166 tst         register_default_mass.py: using MSISDN 1051
22:48:32.648521 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.679120 tst         register_default_mass.py: using MSISDN 1052
22:48:32.693656 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.723930 tst         register_default_mass.py: using MSISDN 1053
22:48:32.738202 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.768942 tst         register_default_mass.py: using MSISDN 1054
22:48:32.783357 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.813118 tst         register_default_mass.py: using MSISDN 1055
22:48:32.827173 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.856398 tst         register_default_mass.py: using MSISDN 1056
22:48:32.870250 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.900770 tst         register_default_mass.py: using MSISDN 1057
22:48:32.915279 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.946084 tst         register_default_mass.py: using MSISDN 1058
22:48:32.960639 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.991008 tst         register_default_mass.py: using MSISDN 1059
22:48:33.005309 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.035037 tst         register_default_mass.py: using MSISDN 1060
22:48:33.049156 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.079410 tst         register_default_mass.py: using MSISDN 1061
22:48:33.093749 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.124048 tst         register_default_mass.py: using MSISDN 1062
22:48:33.138341 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.167993 tst         register_default_mass.py: using MSISDN 1063
22:48:33.181790 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.212430 tst         register_default_mass.py: using MSISDN 1064
22:48:33.226775 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.257244 tst         register_default_mass.py: using MSISDN 1065
22:48:33.271389 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.301971 tst         register_default_mass.py: using MSISDN 1066
22:48:33.316519 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.346718 tst         register_default_mass.py: using MSISDN 1067
22:48:33.360931 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.391557 tst         register_default_mass.py: using MSISDN 1068
22:48:33.406032 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.436346 tst         register_default_mass.py: using MSISDN 1069
22:48:33.450688 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.480962 tst         register_default_mass.py: using MSISDN 1070
22:48:33.495238 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.524894 tst         register_default_mass.py: using MSISDN 1071
22:48:33.538863 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.568349 tst         register_default_mass.py: using MSISDN 1072
22:48:33.581427 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.610687 tst         register_default_mass.py: using MSISDN 1073
22:48:33.624335 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.653477 tst         register_default_mass.py: using MSISDN 1074
22:48:33.667080 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.698212 tst         register_default_mass.py: using MSISDN 1075
22:48:33.712816 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.744527 tst         register_default_mass.py: using MSISDN 1076
22:48:33.759517 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.790399 tst         register_default_mass.py: using MSISDN 1077
22:48:33.805195 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:33.835668 tst         register_default_mass.py: using MSISDN 1078
22:48:33.850146 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:33.879918 tst         register_default_mass.py: using MSISDN 1079
22:48:33.893816 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.927669 tst         register_default_mass.py: using MSISDN 1080
22:48:33.943676 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:33.973648 tst         register_default_mass.py: using MSISDN 1081
22:48:33.987763 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.017761 tst         register_default_mass.py: using MSISDN 1082
22:48:34.031795 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.061760 tst         register_default_mass.py: using MSISDN 1083
22:48:34.075887 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.105632 tst         register_default_mass.py: using MSISDN 1084
22:48:34.116021 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.146931 tst         register_default_mass.py: using MSISDN 1085
22:48:34.162309 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.193614 tst         register_default_mass.py: using MSISDN 1086
22:48:34.207765 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.238272 tst         register_default_mass.py: using MSISDN 1087
22:48:34.247860 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.277803 tst         register_default_mass.py: using MSISDN 1088
22:48:34.283593 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.313701 tst         register_default_mass.py: using MSISDN 1089
22:48:34.321131 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.351543 tst         register_default_mass.py: using MSISDN 1090
22:48:34.364151 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.394463 tst         register_default_mass.py: using MSISDN 1091
22:48:34.408339 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.438304 tst         register_default_mass.py: using MSISDN 1092
22:48:34.452331 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.482584 tst         register_default_mass.py: using MSISDN 1093
22:48:34.496866 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.528034 tst         register_default_mass.py: using MSISDN 1094
22:48:34.542794 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.574217 tst         register_default_mass.py: using MSISDN 1095
22:48:34.589029 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.620097 tst         register_default_mass.py: using MSISDN 1096
22:48:34.634837 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.666350 tst         register_default_mass.py: using MSISDN 1097
22:48:34.676325 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.707847 tst         register_default_mass.py: using MSISDN 1098
22:48:34.730071 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.762072 tst         register_default_mass.py: using MSISDN 1099
22:48:34.777768 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:34.808893 tst         register_default_mass.py: using MSISDN 1100
22:48:34.823683 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:34.916080 run                             mass: Starting testcase
22:48:34.921562 run                             mass: Pre-launching all virtphy's
22:48:34.926917 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:34.939874 run   osmo-ms-virt-phy/00000(pid=34): Launched
22:48:34.945866 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:34.958637 run   osmo-ms-virt-phy/00001(pid=35): Launched
22:48:34.964573 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:34.977301 run   osmo-ms-virt-phy/00002(pid=36): Launched
22:48:34.983243 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:34.996046 run   osmo-ms-virt-phy/00003(pid=37): Launched
22:48:35.002019 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.014744 run   osmo-ms-virt-phy/00004(pid=38): Launched
22:48:35.020788 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.033664 run   osmo-ms-virt-phy/00005(pid=39): Launched
22:48:35.039717 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.052708 run   osmo-ms-virt-phy/00006(pid=40): Launched
22:48:35.058741 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.071643 run   osmo-ms-virt-phy/00007(pid=41): Launched
22:48:35.077678 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.090608 run   osmo-ms-virt-phy/00008(pid=42): Launched
22:48:35.096671 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.109730 run   osmo-ms-virt-phy/00009(pid=43): Launched
22:48:35.115805 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.128795 run   osmo-ms-virt-phy/00010(pid=44): Launched
22:48:35.134740 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.147527 run   osmo-ms-virt-phy/00011(pid=45): Launched
22:48:35.153471 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.166261 run   osmo-ms-virt-phy/00012(pid=46): Launched
22:48:35.172138 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.184888 run   osmo-ms-virt-phy/00013(pid=47): Launched
22:48:35.190828 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.203610 run   osmo-ms-virt-phy/00014(pid=48): Launched
22:48:35.209504 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.222175 run   osmo-ms-virt-phy/00015(pid=49): Launched
22:48:35.228054 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.240766 run   osmo-ms-virt-phy/00016(pid=50): Launched
22:48:35.246634 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.259350 run   osmo-ms-virt-phy/00017(pid=51): Launched
22:48:35.265258 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.277971 run   osmo-ms-virt-phy/00018(pid=52): Launched
22:48:35.283890 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.296697 run   osmo-ms-virt-phy/00019(pid=53): Launched
22:48:35.302609 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.315385 run   osmo-ms-virt-phy/00020(pid=54): Launched
22:48:35.321292 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.334225 run   osmo-ms-virt-phy/00021(pid=55): Launched
22:48:35.340236 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.353043 run   osmo-ms-virt-phy/00022(pid=56): Launched
22:48:35.358986 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.371693 run   osmo-ms-virt-phy/00023(pid=57): Launched
22:48:35.377589 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.390284 run   osmo-ms-virt-phy/00024(pid=58): Launched
22:48:35.396177 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.408937 run   osmo-ms-virt-phy/00025(pid=59): Launched
22:48:35.414801 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.427519 run   osmo-ms-virt-phy/00026(pid=60): Launched
22:48:35.433396 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.446054 run   osmo-ms-virt-phy/00027(pid=61): Launched
22:48:35.451952 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.464708 run   osmo-ms-virt-phy/00028(pid=62): Launched
22:48:35.470635 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.483368 run   osmo-ms-virt-phy/00029(pid=63): Launched
22:48:35.489247 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.501939 run   osmo-ms-virt-phy/00030(pid=64): Launched
22:48:35.507795 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.520431 run   osmo-ms-virt-phy/00031(pid=65): Launched
22:48:35.526385 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.539070 run   osmo-ms-virt-phy/00032(pid=66): Launched
22:48:35.545067 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.557836 run   osmo-ms-virt-phy/00033(pid=67): Launched
22:48:35.563698 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.576539 run   osmo-ms-virt-phy/00034(pid=68): Launched
22:48:35.582411 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.595230 run   osmo-ms-virt-phy/00035(pid=69): Launched
22:48:35.601163 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.613857 run   osmo-ms-virt-phy/00036(pid=70): Launched
22:48:35.619758 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.632447 run   osmo-ms-virt-phy/00037(pid=71): Launched
22:48:35.638341 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.651031 run   osmo-ms-virt-phy/00038(pid=72): Launched
22:48:35.656974 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.669708 run   osmo-ms-virt-phy/00039(pid=73): Launched
22:48:35.675603 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.688330 run   osmo-ms-virt-phy/00040(pid=74): Launched
22:48:35.694222 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.706964 run   osmo-ms-virt-phy/00041(pid=75): Launched
22:48:35.712875 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.725657 run   osmo-ms-virt-phy/00042(pid=76): Launched
22:48:35.731523 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.744239 run   osmo-ms-virt-phy/00043(pid=77): Launched
22:48:35.750113 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.762979 run   osmo-ms-virt-phy/00044(pid=78): Launched
22:48:35.768868 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.781696 run   osmo-ms-virt-phy/00045(pid=79): Launched
22:48:35.787607 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:35.800411 run   osmo-ms-virt-phy/00046(pid=80): Launched
22:48:35.806396 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:35.819500 run   osmo-ms-virt-phy/00047(pid=81): Launched
22:48:35.825552 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:35.838711 run   osmo-ms-virt-phy/00048(pid=82): Launched
22:48:35.844717 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:35.857507 run   osmo-ms-virt-phy/00049(pid=83): Launched
22:48:35.863447 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:35.876261 run   osmo-ms-virt-phy/00050(pid=84): Launched
22:48:35.882144 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:35.894926 run   osmo-ms-virt-phy/00051(pid=85): Launched
22:48:35.900915 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:35.913775 run   osmo-ms-virt-phy/00052(pid=86): Launched
22:48:35.919672 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:35.932429 run   osmo-ms-virt-phy/00053(pid=87): Launched
22:48:35.938349 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:35.951071 run   osmo-ms-virt-phy/00054(pid=88): Launched
22:48:35.956998 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:35.969860 run   osmo-ms-virt-phy/00055(pid=89): Launched
22:48:35.975727 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:35.988449 run   osmo-ms-virt-phy/00056(pid=90): Launched
22:48:35.994342 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.007271 run   osmo-ms-virt-phy/00057(pid=91): Launched
22:48:36.013250 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.026367 run   osmo-ms-virt-phy/00058(pid=92): Launched
22:48:36.032418 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.045394 run   osmo-ms-virt-phy/00059(pid=93): Launched
22:48:36.051373 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.064254 run   osmo-ms-virt-phy/00060(pid=94): Launched
22:48:36.070247 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.083032 run   osmo-ms-virt-phy/00061(pid=95): Launched
22:48:36.088967 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.101764 run   osmo-ms-virt-phy/00062(pid=96): Launched
22:48:36.107702 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.120413 run   osmo-ms-virt-phy/00063(pid=97): Launched
22:48:36.126334 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.139012 run   osmo-ms-virt-phy/00064(pid=98): Launched
22:48:36.144896 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.157619 run   osmo-ms-virt-phy/00065(pid=99): Launched
22:48:36.163505 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.176261 run  osmo-ms-virt-phy/00066(pid=100): Launched
22:48:36.182196 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.194964 run  osmo-ms-virt-phy/00067(pid=101): Launched
22:48:36.200914 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.213662 run  osmo-ms-virt-phy/00068(pid=102): Launched
22:48:36.219576 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.232402 run  osmo-ms-virt-phy/00069(pid=103): Launched
22:48:36.238362 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.251194 run  osmo-ms-virt-phy/00070(pid=104): Launched
22:48:36.257093 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.269766 run  osmo-ms-virt-phy/00071(pid=105): Launched
22:48:36.275674 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.288607 run  osmo-ms-virt-phy/00072(pid=106): Launched
22:48:36.294521 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.307706 run  osmo-ms-virt-phy/00073(pid=107): Launched
22:48:36.313664 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.326501 run  osmo-ms-virt-phy/00074(pid=108): Launched
22:48:36.332438 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.345225 run  osmo-ms-virt-phy/00075(pid=109): Launched
22:48:36.351158 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.363851 run  osmo-ms-virt-phy/00076(pid=110): Launched
22:48:36.369795 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.382508 run  osmo-ms-virt-phy/00077(pid=111): Launched
22:48:36.388411 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.401249 run  osmo-ms-virt-phy/00078(pid=112): Launched
22:48:36.407203 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.420042 run  osmo-ms-virt-phy/00079(pid=113): Launched
22:48:36.426017 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.438839 run  osmo-ms-virt-phy/00080(pid=114): Launched
22:48:36.444796 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.457533 run  osmo-ms-virt-phy/00081(pid=115): Launched
22:48:36.463484 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.476433 run  osmo-ms-virt-phy/00082(pid=116): Launched
22:48:36.482456 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.495372 run  osmo-ms-virt-phy/00083(pid=117): Launched
22:48:36.501528 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.515290 run  osmo-ms-virt-phy/00084(pid=118): Launched
22:48:36.521312 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.534250 run  osmo-ms-virt-phy/00085(pid=119): Launched
22:48:36.540280 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.553521 run  osmo-ms-virt-phy/00086(pid=120): Launched
22:48:36.559620 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.572763 run  osmo-ms-virt-phy/00087(pid=121): Launched
22:48:36.578730 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.591500 run  osmo-ms-virt-phy/00088(pid=122): Launched
22:48:36.597536 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.610927 run  osmo-ms-virt-phy/00089(pid=123): Launched
22:48:36.617081 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.629966 run  osmo-ms-virt-phy/00090(pid=124): Launched
22:48:36.635936 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.648804 run  osmo-ms-virt-phy/00091(pid=125): Launched
22:48:36.654745 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.667579 run  osmo-ms-virt-phy/00092(pid=126): Launched
22:48:36.673541 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.686359 run  osmo-ms-virt-phy/00093(pid=127): Launched
22:48:36.692283 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.705236 run  osmo-ms-virt-phy/00094(pid=128): Launched
22:48:36.711172 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.724172 run  osmo-ms-virt-phy/00095(pid=129): Launched
22:48:36.730110 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.742900 run  osmo-ms-virt-phy/00096(pid=130): Launched
22:48:36.748904 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.761748 run  osmo-ms-virt-phy/00097(pid=131): Launched
22:48:36.767855 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.780767 run  osmo-ms-virt-phy/00098(pid=132): Launched
22:48:36.786699 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:36.799488 run  osmo-ms-virt-phy/00099(pid=133): Launched
22:48:36.805528 run                             mass: Checking if sockets are in the filesystem
22:48:36.837569 run                osmo-ms-mob/00000: Starting mobile
22:48:36.850601 run       osmo-ms-mob/00000(pid=134): Launched
22:48:36.861763 run                             mass: MS start registered  {at=26564222.565113865, delay=0.005148749798536301, ms=00000}
22:48:41.053838 run                osmo-ms-mob/00001: Starting mobile
22:48:41.070469 run       osmo-ms-mob/00001(pid=135): Launched
22:48:41.081344 run                             mass: MS start registered  {at=26564226.78469249, delay=0.0049330852925777435, ms=00001}
22:48:42.210062 run                             mass: MS performed LU  {at=26564227.913296003, lu_delay=5.348182138055563, ms=00000}
22:48:42.845058 run                osmo-ms-mob/00002: Starting mobile
22:48:42.860576 run       osmo-ms-mob/00002(pid=136): Launched
22:48:42.871467 run                             mass: MS start registered  {at=26564228.57480818, delay=0.00477614626288414, ms=00002}
22:48:44.153039 run                osmo-ms-mob/00003: Starting mobile
22:48:44.171321 run       osmo-ms-mob/00003(pid=137): Launched
22:48:44.187157 run                             mass: MS start registered  {at=26564229.890471052, delay=0.007797602564096451, ms=00003}
22:48:45.222137 run                osmo-ms-mob/00004: Starting mobile
22:48:45.235056 run       osmo-ms-mob/00004(pid=138): Launched
22:48:45.246068 run                             mass: MS start registered  {at=26564230.94941762, delay=0.0047452449798583984, ms=00004}
22:48:45.975864 run                             mass: MS performed LU  {at=26564231.679104272, lu_delay=4.894411783665419, ms=00001}
22:48:46.254190 run                osmo-ms-mob/00005: Starting mobile
22:48:46.270809 run       osmo-ms-mob/00005(pid=139): Launched
22:48:46.281421 run                             mass: MS start registered  {at=26564231.984773174, delay=0.004565522074699402, ms=00005}
22:48:47.131486 run                osmo-ms-mob/00006: Starting mobile
22:48:47.144484 run       osmo-ms-mob/00006(pid=140): Launched
22:48:47.155538 run                             mass: MS start registered  {at=26564232.85888577, delay=0.004799533635377884, ms=00006}
22:48:47.877333 run                             mass: MS performed LU  {at=26564233.580567606, lu_delay=5.005759425461292, ms=00002}
22:48:48.053599 run                osmo-ms-mob/00007: Starting mobile
22:48:48.070533 run       osmo-ms-mob/00007(pid=141): Launched
22:48:48.081321 run                             mass: MS start registered  {at=26564233.78467159, delay=0.0048606619238853455, ms=00007}
22:48:48.833488 run                osmo-ms-mob/00008: Starting mobile
22:48:48.849103 run       osmo-ms-mob/00008(pid=142): Launched
22:48:48.859972 run                             mass: MS start registered  {at=26564234.56332513, delay=0.0047714561223983765, ms=00008}
22:48:49.549482 run                osmo-ms-mob/00009: Starting mobile
22:48:49.564494 run       osmo-ms-mob/00009(pid=143): Launched
22:48:49.575428 run                             mass: MS start registered  {at=26564235.278780386, delay=0.004911210387945175, ms=00009}
22:48:49.741697 run                             mass: MS performed LU  {at=26564235.444944695, lu_delay=5.554473642259836, ms=00003}
22:48:50.263063 run                osmo-ms-mob/00010: Starting mobile
22:48:50.276212 run       osmo-ms-mob/00010(pid=144): Launched
22:48:50.282318 run                             mass: MS performed LU  {at=26564235.985675205, lu_delay=5.036257583647966, ms=00004}
22:48:50.288249 run                             mass: MS start registered  {at=26564235.99161631, delay=0.005957998335361481, ms=00010}
22:48:50.821691 run                osmo-ms-mob/00011: Starting mobile
22:48:50.834924 run       osmo-ms-mob/00011(pid=145): Launched
22:48:50.846090 run                             mass: MS start registered  {at=26564236.549439598, delay=0.005085829645395279, ms=00011}
22:48:51.421775 run                osmo-ms-mob/00012: Starting mobile
22:48:51.434766 run       osmo-ms-mob/00012(pid=146): Launched
22:48:51.445610 run                             mass: MS start registered  {at=26564237.148964614, delay=0.004773400723934174, ms=00012}
22:48:51.643461 run                             mass: MS performed LU  {at=26564237.346704464, lu_delay=5.361931290477514, ms=00005}
22:48:52.054268 run                osmo-ms-mob/00013: Starting mobile
22:48:52.071442 run       osmo-ms-mob/00013(pid=147): Launched
22:48:52.082313 run                             mass: MS start registered  {at=26564237.785667352, delay=0.00475749745965004, ms=00013}
22:48:52.160089 run                             mass: MS performed LU  {at=26564237.863334462, lu_delay=5.004448693245649, ms=00006}
22:48:52.621973 run                osmo-ms-mob/00014: Starting mobile
22:48:52.635381 run       osmo-ms-mob/00014(pid=148): Launched
22:48:52.646330 run                             mass: MS start registered  {at=26564238.349684287, delay=0.004762578755617142, ms=00014}
22:48:53.250299 run                osmo-ms-mob/00015: Starting mobile
22:48:53.272380 run       osmo-ms-mob/00015(pid=149): Launched
22:48:53.283263 run                             mass: MS start registered  {at=26564238.986615114, delay=0.004763070493936539, ms=00015}
22:48:53.507411 run                             mass: MS performed LU  {at=26564239.210650098, lu_delay=4.647324968129396, ms=00008}
22:48:53.721072 run                osmo-ms-mob/00016: Starting mobile
22:48:53.734169 run       osmo-ms-mob/00016(pid=150): Launched
22:48:53.745436 run                             mass: MS start registered  {at=26564239.448784467, delay=0.005209840834140778, ms=00016}
22:48:54.244676 run                osmo-ms-mob/00017: Starting mobile
22:48:54.260906 run       osmo-ms-mob/00017(pid=151): Launched
22:48:54.271714 run                             mass: MS start registered  {at=26564239.975065246, delay=0.00484476238489151, ms=00017}
22:48:54.826337 run                osmo-ms-mob/00018: Starting mobile
22:48:54.839574 run       osmo-ms-mob/00018(pid=152): Launched
22:48:54.850904 run                             mass: MS start registered  {at=26564240.55425607, delay=0.004845574498176575, ms=00018}
22:48:55.244447 run                osmo-ms-mob/00019: Starting mobile
22:48:55.260590 run       osmo-ms-mob/00019(pid=153): Launched
22:48:55.271615 run                             mass: MS start registered  {at=26564240.97496683, delay=0.004983078688383102, ms=00019}
22:48:55.409047 run                             mass: MS performed LU  {at=26564241.112301163, lu_delay=5.12068485468626, ms=00010}
22:48:55.454633 run                             mass: MS performed LU  {at=26564241.15791077, lu_delay=5.879130385816097, ms=00009}
22:48:55.722122 run                osmo-ms-mob/00020: Starting mobile
22:48:55.735218 run       osmo-ms-mob/00020(pid=154): Launched
22:48:55.746365 run                             mass: MS start registered  {at=26564241.449717864, delay=0.004783216863870621, ms=00020}
22:48:55.757655 run                             mass: MS performed LU  {at=26564241.46101001, lu_delay=4.911570411175489, ms=00011}
22:48:56.221368 run                osmo-ms-mob/00021: Starting mobile
22:48:56.236156 run       osmo-ms-mob/00021(pid=155): Launched
22:48:56.250012 run                             mass: MS start registered  {at=26564241.953361064, delay=0.004831783473491669, ms=00021}
22:48:56.634071 run                osmo-ms-mob/00022: Starting mobile
22:48:56.647565 run       osmo-ms-mob/00022(pid=156): Launched
22:48:56.658545 run                             mass: MS start registered  {at=26564242.36189775, delay=0.005006708204746246, ms=00022}
22:48:57.146217 run                osmo-ms-mob/00023: Starting mobile
22:48:57.162461 run       osmo-ms-mob/00023(pid=157): Launched
22:48:57.173483 run                             mass: MS start registered  {at=26564242.876825426, delay=0.004987150430679321, ms=00023}
22:48:57.207247 run                             mass: MS performed LU  {at=26564242.910572767, lu_delay=5.761608153581619, ms=00012}
22:48:57.272975 run                             mass: MS performed LU  {at=26564242.976220183, lu_delay=5.190552830696106, ms=00013}
22:48:57.544685 run                osmo-ms-mob/00024: Starting mobile
22:48:57.560862 run       osmo-ms-mob/00024(pid=158): Launched
22:48:57.572023 run                             mass: MS start registered  {at=26564243.27537621, delay=0.0051958560943603516, ms=00024}
22:48:58.053694 run                osmo-ms-mob/00025: Starting mobile
22:48:58.070501 run       osmo-ms-mob/00025(pid=159): Launched
22:48:58.081606 run                             mass: MS start registered  {at=26564243.78495633, delay=0.0051611848175525665, ms=00025}
22:48:58.439726 run                osmo-ms-mob/00026: Starting mobile
22:48:58.454574 run       osmo-ms-mob/00026(pid=160): Launched
22:48:58.465822 run                             mass: MS start registered  {at=26564244.169172242, delay=0.005148191004991531, ms=00026}
22:48:58.821246 run                osmo-ms-mob/00027: Starting mobile
22:48:58.834599 run       osmo-ms-mob/00027(pid=161): Launched
22:48:58.846161 run                             mass: MS start registered  {at=26564244.549503077, delay=0.005248203873634338, ms=00027}
22:48:59.174291 run                             mass: MS performed LU  {at=26564244.877542634, lu_delay=4.902477387338877, ms=00017}
22:48:59.203041 run                osmo-ms-mob/00028: Starting mobile
22:48:59.216243 run       osmo-ms-mob/00028(pid=162): Launched
22:48:59.222682 run                             mass: MS performed LU  {at=26564244.926042296, lu_delay=5.477257829159498, ms=00016}
22:48:59.228564 run                             mass: MS start registered  {at=26564244.93193039, delay=0.005905326455831528, ms=00028}
22:48:59.289711 run                             mass: MS performed LU  {at=26564244.9929613, lu_delay=6.006346184760332, ms=00015}
22:48:59.581685 run                             mass: MS performed LU  {at=26564245.284936782, lu_delay=4.730680711567402, ms=00018}
22:48:59.621319 run                osmo-ms-mob/00029: Starting mobile
22:48:59.636788 run       osmo-ms-mob/00029(pid=163): Launched
22:48:59.648284 run                             mass: MS start registered  {at=26564245.35162556, delay=0.005317613482475281, ms=00029}
22:49:00.033312 run                osmo-ms-mob/00030: Starting mobile
22:49:00.046675 run       osmo-ms-mob/00030(pid=164): Launched
22:49:00.058100 run                             mass: MS start registered  {at=26564245.761450343, delay=0.005064237862825394, ms=00030}
22:49:00.452850 run                osmo-ms-mob/00031: Starting mobile
22:49:00.469686 run       osmo-ms-mob/00031(pid=165): Launched
22:49:00.481156 run                             mass: MS start registered  {at=26564246.18450928, delay=0.005086172372102737, ms=00031}
22:49:00.720139 run                osmo-ms-mob/00032: Starting mobile
22:49:00.733332 run       osmo-ms-mob/00032(pid=166): Launched
22:49:00.746284 run                             mass: MS start registered  {at=26564246.449634258, delay=0.006639845669269562, ms=00032}
22:49:00.973950 run                             mass: MS performed LU  {at=26564246.677204236, lu_delay=5.2274863719940186, ms=00020}
22:49:01.038534 run                             mass: MS performed LU  {at=26564246.74180158, lu_delay=5.766834747046232, ms=00019}
22:49:01.066865 run                osmo-ms-mob/00033: Starting mobile
22:49:01.079813 run       osmo-ms-mob/00033(pid=167): Launched
22:49:01.086209 run                             mass: MS performed LU  {at=26564246.78956893, lu_delay=4.836207866668701, ms=00021}
22:49:01.091992 run                             mass: MS start registered  {at=26564246.79535895, delay=0.005807600915431976, ms=00033}
22:49:01.521738 run                osmo-ms-mob/00034: Starting mobile
22:49:01.534718 run       osmo-ms-mob/00034(pid=168): Launched
22:49:01.546025 run                             mass: MS start registered  {at=26564247.24937576, delay=0.005209941416978836, ms=00034}
22:49:01.851968 run                osmo-ms-mob/00035: Starting mobile
22:49:01.869437 run       osmo-ms-mob/00035(pid=169): Launched
22:49:01.881145 run                             mass: MS start registered  {at=26564247.58448943, delay=0.005564898252487183, ms=00035}
22:49:02.233049 run                osmo-ms-mob/00036: Starting mobile
22:49:02.247190 run       osmo-ms-mob/00036(pid=170): Launched
22:49:02.258292 run                             mass: MS start registered  {at=26564247.961642392, delay=0.004856940358877182, ms=00036}
22:49:02.844832 run                osmo-ms-mob/00037: Starting mobile
22:49:02.872177 run       osmo-ms-mob/00037(pid=171): Launched
22:49:02.878577 run                             mass: Starting too slowly. Moving on {now=26564248.581946187, sleep=-0.1672658957540989, target=26564248.41468029}
22:49:02.884259 run                             mass: MS start registered  {at=26564248.587619223, delay=0.005675215274095535, ms=00037}
22:49:02.889991 run                             mass: Starting too slowly. Moving on {now=26564248.593360905, sleep=-0.0786806121468544, target=26564248.514680292}
22:49:02.917751 run                osmo-ms-mob/00038: Starting mobile
22:49:02.930687 run       osmo-ms-mob/00038(pid=172): Launched
22:49:02.938958 run                             mass: MS performed LU  {at=26564248.642301157, lu_delay=4.857344828546047, ms=00025}
22:49:02.945985 run                             mass: MS start registered  {at=26564248.64935091, delay=0.009359989315271378, ms=00038}
22:49:02.985681 run                             mass: MS performed LU  {at=26564248.688977554, lu_delay=5.413601342588663, ms=00024}
22:49:03.005651 run                osmo-ms-mob/00039: Starting mobile
22:49:03.018897 run       osmo-ms-mob/00039(pid=173): Launched
22:49:03.030085 run                             mass: MS start registered  {at=26564248.73343526, delay=0.00516277551651001, ms=00039}
22:49:03.054996 run                             mass: MS performed LU  {at=26564248.758331753, lu_delay=5.881506327539682, ms=00023}
22:49:03.111489 run                             mass: MS performed LU  {at=26564248.814758603, lu_delay=6.452860850840807, ms=00022}
22:49:03.366069 run                             mass: MS performed LU  {at=26564249.069321565, lu_delay=4.900149323046207, ms=00026}
22:49:03.379361 run                osmo-ms-mob/00040: Starting mobile
22:49:03.392197 run       osmo-ms-mob/00040(pid=174): Launched
22:49:03.403360 run                             mass: MS start registered  {at=26564249.106716577, delay=0.005169123411178589, ms=00040}
22:49:03.935069 run                osmo-ms-mob/00041: Starting mobile
22:49:03.948831 run       osmo-ms-mob/00041(pid=175): Launched
22:49:03.960459 run                             mass: MS start registered  {at=26564249.663811054, delay=0.0053342729806900024, ms=00041}
22:49:04.220878 run                osmo-ms-mob/00042: Starting mobile
22:49:04.234218 run       osmo-ms-mob/00042(pid=176): Launched
22:49:04.245791 run                             mass: MS start registered  {at=26564249.949143436, delay=0.0051868148148059845, ms=00042}
22:49:04.643831 run                osmo-ms-mob/00043: Starting mobile
22:49:04.660045 run       osmo-ms-mob/00043(pid=177): Launched
22:49:04.671097 run                             mass: MS start registered  {at=26564250.374447063, delay=0.005089696496725082, ms=00043}
22:49:04.721974 run                             mass: MS performed LU  {at=26564250.425244574, lu_delay=5.875741496682167, ms=00027}
22:49:04.804235 run                             mass: MS performed LU  {at=26564250.507503916, lu_delay=5.575573526322842, ms=00028}
22:49:04.832312 run                osmo-ms-mob/00044: Starting mobile
22:49:04.845218 run       osmo-ms-mob/00044(pid=178): Launched
22:49:04.851470 run                             mass: MS performed LU  {at=26564250.554830946, lu_delay=5.20320538431406, ms=00029}
22:49:04.857279 run                             mass: MS start registered  {at=26564250.560645957, delay=0.005833227187395096, ms=00044}
22:49:04.975133 run                             mass: MS performed LU  {at=26564250.678384952, lu_delay=4.916934609413147, ms=00030}
22:49:05.002501 run                osmo-ms-mob/00045: Starting mobile
22:49:05.016135 run       osmo-ms-mob/00045(pid=179): Launched
22:49:05.027198 run                             mass: MS start registered  {at=26564250.730545577, delay=0.004963144659996033, ms=00045}
22:49:05.548904 run                osmo-ms-mob/00046: Starting mobile
22:49:05.564607 run       osmo-ms-mob/00046(pid=180): Launched
22:49:05.575852 run                             mass: MS start registered  {at=26564251.279203538, delay=0.005287952721118927, ms=00046}
22:49:05.831591 run                osmo-ms-mob/00047: Starting mobile
22:49:05.845245 run       osmo-ms-mob/00047(pid=181): Launched
22:49:05.857350 run                             mass: MS start registered  {at=26564251.56069915, delay=0.005581516772508621, ms=00047}
22:49:06.135401 run                osmo-ms-mob/00048: Starting mobile
22:49:06.149302 run       osmo-ms-mob/00048(pid=182): Launched
22:49:06.160503 run                             mass: MS start registered  {at=26564251.863857206, delay=0.0050007738173007965, ms=00048}
22:49:06.435371 run                osmo-ms-mob/00049: Starting mobile
22:49:06.449319 run       osmo-ms-mob/00049(pid=183): Launched
22:49:06.460287 run                             mass: MS start registered  {at=26564252.163635872, delay=0.004942815750837326, ms=00049}
22:49:06.706610 run                             mass: MS performed LU  {at=26564252.40986318, lu_delay=5.614504233002663, ms=00033}
22:49:06.720829 run                osmo-ms-mob/00050: Starting mobile
22:49:06.733717 run       osmo-ms-mob/00050(pid=184): Launched
22:49:06.744905 run                             mass: MS start registered  {at=26564252.448258504, delay=0.00499919056892395, ms=00050}
22:49:06.751263 run                             mass: MS performed LU  {at=26564252.454619493, lu_delay=6.270110212266445, ms=00031}
22:49:06.820973 run                             mass: MS performed LU  {at=26564252.524244398, lu_delay=6.074610140174627, ms=00032}
22:49:06.877531 run                             mass: MS performed LU  {at=26564252.580801416, lu_delay=5.331425655633211, ms=00034}
22:49:06.903441 run                osmo-ms-mob/00051: Starting mobile
22:49:06.916539 run       osmo-ms-mob/00051(pid=185): Launched
22:49:06.922493 run                             mass: MS performed LU  {at=26564252.625854284, lu_delay=5.041364852339029, ms=00035}
22:49:06.928236 run                             mass: MS start registered  {at=26564252.631603234, delay=0.00576520711183548, ms=00051}
22:49:07.149071 run                             mass: MS performed LU  {at=26564252.852325108, lu_delay=4.890682715922594, ms=00036}
22:49:07.164364 run                osmo-ms-mob/00052: Starting mobile
22:49:07.177572 run       osmo-ms-mob/00052(pid=186): Launched
22:49:07.188587 run                             mass: MS start registered  {at=26564252.891940106, delay=0.005046673119068146, ms=00052}
22:49:07.735486 run                osmo-ms-mob/00053: Starting mobile
22:49:07.749398 run       osmo-ms-mob/00053(pid=187): Launched
22:49:07.760495 run                             mass: MS start registered  {at=26564253.463849433, delay=0.004976741969585419, ms=00053}
22:49:08.030982 run                osmo-ms-mob/00054: Starting mobile
22:49:08.044197 run       osmo-ms-mob/00054(pid=188): Launched
22:49:08.055693 run                             mass: MS start registered  {at=26564253.75903977, delay=0.005564138293266296, ms=00054}
22:49:08.335420 run                osmo-ms-mob/00055: Starting mobile
22:49:08.349319 run       osmo-ms-mob/00055(pid=189): Launched
22:49:08.360425 run                             mass: MS start registered  {at=26564254.063777134, delay=0.005066584795713425, ms=00055}
22:49:08.487050 run                             mass: MS performed LU  {at=26564254.190303672, lu_delay=5.602684449404478, ms=00037}
22:49:08.570801 run                             mass: MS performed LU  {at=26564254.27405493, lu_delay=5.167338352650404, ms=00040}
22:49:08.598953 run                osmo-ms-mob/00056: Starting mobile
22:49:08.611920 run       osmo-ms-mob/00056(pid=190): Launched
22:49:08.618013 run                             mass: MS performed LU  {at=26564254.3213738, lu_delay=5.587938543409109, ms=00039}
22:49:08.623805 run                             mass: MS start registered  {at=26564254.32717208, delay=0.005816306918859482, ms=00056}
22:49:08.741010 run                             mass: MS performed LU  {at=26564254.444263384, lu_delay=5.794912472367287, ms=00038}
22:49:08.770449 run                osmo-ms-mob/00057: Starting mobile
22:49:08.783612 run       osmo-ms-mob/00057(pid=191): Launched
22:49:08.794737 run                             mass: MS start registered  {at=26564254.49809043, delay=0.0051386430859565735, ms=00057}
22:49:08.814621 run                             mass: MS performed LU  {at=26564254.51794972, lu_delay=4.854138664901257, ms=00041}
22:49:09.360418 run                osmo-ms-mob/00058: Starting mobile
22:49:09.376178 run       osmo-ms-mob/00058(pid=192): Launched
22:49:09.387912 run                             mass: MS start registered  {at=26564255.09126398, delay=0.005301356315612793, ms=00058}
22:49:09.634486 run                osmo-ms-mob/00059: Starting mobile
22:49:09.648250 run       osmo-ms-mob/00059(pid=193): Launched
22:49:09.660009 run                             mass: MS start registered  {at=26564255.363342997, delay=0.004524357616901398, ms=00059}
22:49:09.935259 run                osmo-ms-mob/00060: Starting mobile
22:49:09.949259 run       osmo-ms-mob/00060(pid=194): Launched
22:49:09.960693 run                             mass: MS start registered  {at=26564255.664043058, delay=0.005035605281591415, ms=00060}
22:49:10.321798 run                osmo-ms-mob/00061: Starting mobile
22:49:10.334816 run       osmo-ms-mob/00061(pid=195): Launched
22:49:10.345975 run                             mass: MS start registered  {at=26564256.04932876, delay=0.005047827959060669, ms=00061}
22:49:10.471528 run                             mass: MS performed LU  {at=26564256.174783643, lu_delay=6.225640207529068, ms=00042}
22:49:10.518028 run                             mass: MS performed LU  {at=26564256.221295968, lu_delay=5.660650011152029, ms=00044}
22:49:10.540356 run                osmo-ms-mob/00062: Starting mobile
22:49:10.553577 run       osmo-ms-mob/00062(pid=196): Launched
22:49:10.564646 run                             mass: MS start registered  {at=26564256.26799379, delay=0.005003318190574646, ms=00062}
22:49:10.586099 run                             mass: MS performed LU  {at=26564256.28944441, lu_delay=5.914997346699238, ms=00043}
22:49:10.643079 run                             mass: MS performed LU  {at=26564256.34634585, lu_delay=4.785646699368954, ms=00047}
22:49:10.672416 run                osmo-ms-mob/00063: Starting mobile
22:49:10.685499 run       osmo-ms-mob/00063(pid=197): Launched
22:49:10.691422 run                             mass: MS performed LU  {at=26564256.39478334, lu_delay=5.115579802542925, ms=00046}
22:49:10.697137 run                             mass: MS performed LU  {at=26564256.400503658, lu_delay=5.669958081096411, ms=00045}
22:49:10.702745 run                             mass: MS start registered  {at=26564256.406113118, delay=0.011346708983182907, ms=00063}
22:49:10.951265 run                             mass: MS performed LU  {at=26564256.6545159, lu_delay=22.869844309985638, ms=00007}
22:49:10.979504 run                osmo-ms-mob/00064: Starting mobile
22:49:10.992537 run       osmo-ms-mob/00064(pid=198): Launched
22:49:11.003686 run                             mass: MS start registered  {at=26564256.70703543, delay=0.005213305354118347, ms=00064}
22:49:11.551603 run                             mass: MS performed LU  {at=26564257.25485663, lu_delay=3.791007198393345, ms=00053}
22:49:11.720434 run                osmo-ms-mob/00065: Starting mobile
22:49:11.733848 run       osmo-ms-mob/00065(pid=199): Launched
22:49:11.745127 run                             mass: MS start registered  {at=26564257.448478796, delay=0.005188100039958954, ms=00065}
22:49:12.035959 run                osmo-ms-mob/00066: Starting mobile
22:49:12.049741 run       osmo-ms-mob/00066(pid=200): Launched
22:49:12.061072 run                             mass: MS start registered  {at=26564257.76442138, delay=0.005013063549995422, ms=00066}
22:49:12.253830 run                             mass: MS performed LU  {at=26564257.957094587, lu_delay=5.793458715081215, ms=00049}
22:49:12.336669 run                             mass: MS performed LU  {at=26564258.03990479, lu_delay=5.147964686155319, ms=00052}
22:49:12.382271 run                osmo-ms-mob/00067: Starting mobile
22:49:12.396307 run       osmo-ms-mob/00067(pid=201): Launched
22:49:12.402331 run                             mass: MS performed LU  {at=26564258.1056904, lu_delay=5.474087167531252, ms=00051}
22:49:12.408273 run                             mass: MS start registered  {at=26564258.111639723, delay=0.0059688277542591095, ms=00067}
22:49:12.507729 run                             mass: MS performed LU  {at=26564258.210980013, lu_delay=6.347122807055712, ms=00048}
22:49:12.537097 run                osmo-ms-mob/00068: Starting mobile
22:49:12.550869 run       osmo-ms-mob/00068(pid=202): Launched
22:49:12.561968 run                             mass: MS start registered  {at=26564258.265318252, delay=0.004760321229696274, ms=00068}
22:49:12.579765 run                             mass: MS performed LU  {at=26564258.283112224, lu_delay=5.83485371991992, ms=00050}
22:49:13.133010 run                osmo-ms-mob/00069: Starting mobile
22:49:13.146621 run       osmo-ms-mob/00069(pid=203): Launched
22:49:13.157802 run                             mass: MS start registered  {at=26564258.861154385, delay=0.004908867180347443, ms=00069}
22:49:13.540997 run                osmo-ms-mob/00070: Starting mobile
22:49:13.555792 run       osmo-ms-mob/00070(pid=204): Launched
22:49:13.567305 run                             mass: MS start registered  {at=26564259.27065165, delay=0.005101662129163742, ms=00070}
22:49:13.933387 run                osmo-ms-mob/00071: Starting mobile
22:49:13.947461 run       osmo-ms-mob/00071(pid=205): Launched
22:49:13.959667 run                             mass: MS start registered  {at=26564259.66300655, delay=0.006142374128103256, ms=00071}
22:49:14.117904 run                             mass: MS performed LU  {at=26564259.821160227, lu_delay=5.757383093237877, ms=00055}
22:49:14.174407 run                             mass: MS performed LU  {at=26564259.877669357, lu_delay=5.550497278571129, ms=00056}
22:49:14.188477 run                osmo-ms-mob/00072: Starting mobile
22:49:14.201803 run       osmo-ms-mob/00072(pid=206): Launched
22:49:14.207817 run                             mass: MS performed LU  {at=26564259.9111786, lu_delay=4.819914620369673, ms=00058}
22:49:14.213834 run                             mass: MS start registered  {at=26564259.91720015, delay=0.006040271371603012, ms=00072}
22:49:14.445319 run                             mass: MS performed LU  {at=26564260.148570117, lu_delay=4.785227119922638, ms=00059}
22:49:14.482360 run                             mass: MS performed LU  {at=26564260.185653716, lu_delay=21.835969429463148, ms=00014}
22:49:14.499665 run                osmo-ms-mob/00073: Starting mobile
22:49:14.512621 run       osmo-ms-mob/00073(pid=207): Launched
22:49:14.523976 run                             mass: MS start registered  {at=26564260.227325678, delay=0.005061589181423187, ms=00073}
22:49:15.132930 run                osmo-ms-mob/00074: Starting mobile
22:49:15.148366 run       osmo-ms-mob/00074(pid=208): Launched
22:49:15.159635 run                             mass: MS performed LU  {at=26564260.862860445, lu_delay=7.10382067412138, ms=00054}
22:49:15.166183 run                             mass: MS start registered  {at=26564260.869548287, delay=0.011537004262208939, ms=00074}
22:49:15.295351 run                             mass: MS performed LU  {at=26564260.998577077, lu_delay=5.334534019231796, ms=00060}
22:49:15.327380 run                             mass: MS performed LU  {at=26564261.030737877, lu_delay=3.5822590813040733, ms=00065}
22:49:15.339603 run                osmo-ms-mob/00075: Starting mobile
22:49:15.352994 run       osmo-ms-mob/00075(pid=209): Launched
22:49:15.364271 run                             mass: MS start registered  {at=26564261.067624226, delay=0.005059301853179932, ms=00075}
22:49:16.064820 run                osmo-ms-mob/00076: Starting mobile
22:49:16.082177 run       osmo-ms-mob/00076(pid=210): Launched
22:49:16.088201 run                             mass: MS performed LU  {at=26564261.791561477, lu_delay=5.52356768772006, ms=00062}
22:49:16.094324 run                             mass: MS performed LU  {at=26564261.797688454, lu_delay=5.090653024613857, ms=00064}
22:49:16.100009 run                             mass: MS start registered  {at=26564261.803376418, delay=0.011833392083644867, ms=00076}
22:49:16.148375 run                             mass: MS performed LU  {at=26564261.851638995, lu_delay=5.802310235798359, ms=00061}
22:49:16.171704 run                osmo-ms-mob/00077: Starting mobile
22:49:16.184961 run       osmo-ms-mob/00077(pid=211): Launched
22:49:16.196363 run                             mass: MS start registered  {at=26564261.89971014, delay=0.005321137607097626, ms=00077}
22:49:16.346250 run                             mass: MS performed LU  {at=26564262.049502514, lu_delay=5.643389396369457, ms=00063}
22:49:16.935784 run                osmo-ms-mob/00078: Starting mobile
22:49:16.949670 run       osmo-ms-mob/00078(pid=212): Launched
22:49:16.961322 run                             mass: MS start registered  {at=26564262.664675985, delay=0.005315989255905151, ms=00078}
22:49:17.335108 run                osmo-ms-mob/00079: Starting mobile
22:49:17.348974 run       osmo-ms-mob/00079(pid=213): Launched
22:49:17.360015 run                             mass: MS start registered  {at=26564263.063368157, delay=0.005089923739433289, ms=00079}
22:49:17.859782 run                osmo-ms-mob/00080: Starting mobile
22:49:17.876022 run       osmo-ms-mob/00080(pid=214): Launched
22:49:17.882382 run                             mass: MS performed LU  {at=26564263.585741535, lu_delay=5.474101811647415, ms=00067}
22:49:17.888570 run                             mass: MS start registered  {at=26564263.59193057, delay=0.00620664656162262, ms=00080}
22:49:17.939593 run                             mass: MS performed LU  {at=26564263.642850284, lu_delay=5.878428902477026, ms=00066}
22:49:17.984972 run                             mass: MS performed LU  {at=26564263.688233756, lu_delay=5.422915503382683, ms=00068}
22:49:18.193935 run                             mass: MS performed LU  {at=26564263.89718647, lu_delay=5.03603208437562, ms=00069}
22:49:18.223059 run                osmo-ms-mob/00081: Starting mobile
22:49:18.236225 run       osmo-ms-mob/00081(pid=215): Launched
22:49:18.242267 run                             mass: MS performed LU  {at=26564263.94562905, lu_delay=4.674977399408817, ms=00070}
22:49:18.248153 run                             mass: MS start registered  {at=26564263.951520693, delay=0.005909297615289688, ms=00081}
22:49:18.734450 run                osmo-ms-mob/00082: Starting mobile
22:49:18.748222 run       osmo-ms-mob/00082(pid=216): Launched
22:49:18.759661 run                             mass: MS start registered  {at=26564264.46300824, delay=0.005386635661125183, ms=00082}
22:49:19.335938 run                osmo-ms-mob/00083: Starting mobile
22:49:19.349956 run       osmo-ms-mob/00083(pid=217): Launched
22:49:19.361301 run                             mass: MS start registered  {at=26564265.064648014, delay=0.005082778632640839, ms=00083}
22:49:19.784338 run                             mass: MS performed LU  {at=26564265.487569865, lu_delay=5.570369713008404, ms=00072}
22:49:19.844614 run                osmo-ms-mob/00084: Starting mobile
22:49:19.859664 run       osmo-ms-mob/00084(pid=218): Launched
22:49:19.865908 run                             mass: MS performed LU  {at=26564265.56926807, lu_delay=4.699719782918692, ms=00074}
22:49:19.872022 run                             mass: MS start registered  {at=26564265.575388696, delay=0.006139431148767471, ms=00084}
22:49:19.914625 run                             mass: MS performed LU  {at=26564265.617877726, lu_delay=5.390552047640085, ms=00073}
22:49:20.112287 run                             mass: MS performed LU  {at=26564265.815542374, lu_delay=6.152535822242498, ms=00071}
22:49:20.130107 run                             mass: MS performed LU  {at=26564265.833424166, lu_delay=4.765799939632416, ms=00075}
22:49:20.146479 run                osmo-ms-mob/00085: Starting mobile
22:49:20.159795 run       osmo-ms-mob/00085(pid=219): Launched
22:49:20.170925 run                             mass: MS start registered  {at=26564265.874272875, delay=0.004981815814971924, ms=00085}
22:49:20.934076 run                osmo-ms-mob/00086: Starting mobile
22:49:20.947723 run       osmo-ms-mob/00086(pid=220): Launched
22:49:20.959347 run                             mass: MS start registered  {at=26564266.66269816, delay=0.0053265951573848724, ms=00086}
22:49:21.521664 run                osmo-ms-mob/00087: Starting mobile
22:49:21.534975 run       osmo-ms-mob/00087(pid=221): Launched
22:49:21.546167 run                             mass: MS start registered  {at=26564267.249518514, delay=0.005174409598112106, ms=00087}
22:49:21.750439 run                             mass: MS performed LU  {at=26564267.453695755, lu_delay=4.789019770920277, ms=00078}
22:49:21.771898 run                             mass: MS performed LU  {at=26564267.475260656, lu_delay=5.575550515204668, ms=00077}
22:49:21.815703 run                             mass: MS performed LU  {at=26564267.51895437, lu_delay=5.715577952563763, ms=00076}
22:49:22.155290 run                osmo-ms-mob/00088: Starting mobile
22:49:22.171932 run       osmo-ms-mob/00088(pid=222): Launched
22:49:22.178300 run                             mass: MS performed LU  {at=26564267.881657496, lu_delay=4.818289339542389, ms=00079}
22:49:22.184211 run                             mass: MS start registered  {at=26564267.887576967, delay=0.005938880145549774, ms=00088}
22:49:22.734538 run                osmo-ms-mob/00089: Starting mobile
22:49:22.748572 run       osmo-ms-mob/00089(pid=223): Launched
22:49:22.759919 run                             mass: MS start registered  {at=26564268.46326662, delay=0.0051484256982803345, ms=00089}
22:49:23.362673 run                osmo-ms-mob/00090: Starting mobile
22:49:23.379100 run       osmo-ms-mob/00090(pid=224): Launched
22:49:23.390313 run                             mass: MS start registered  {at=26564269.093666177, delay=0.005145147442817688, ms=00090}
22:49:23.550465 run                             mass: MS performed LU  {at=26564269.253717255, lu_delay=4.790709014981985, ms=00082}
22:49:23.575095 run                             mass: MS performed LU  {at=26564269.278455816, lu_delay=5.686525247991085, ms=00080}
22:49:23.680242 run                             mass: MS performed LU  {at=26564269.383497495, lu_delay=5.431976802647114, ms=00081}
22:49:24.052184 run                osmo-ms-mob/00091: Starting mobile
22:49:24.069175 run       osmo-ms-mob/00091(pid=225): Launched
22:49:24.081022 run                             mass: MS start registered  {at=26564269.7843685, delay=0.005617246031761169, ms=00091}
22:49:24.737021 run                osmo-ms-mob/00092: Starting mobile
22:49:24.751162 run       osmo-ms-mob/00092(pid=226): Launched
22:49:24.762381 run                             mass: MS start registered  {at=26564270.46573008, delay=0.005193833261728287, ms=00092}
22:49:25.521957 run                osmo-ms-mob/00093: Starting mobile
22:49:25.535034 run       osmo-ms-mob/00093(pid=227): Launched
22:49:25.540992 run                             mass: MS performed LU  {at=26564271.244352773, lu_delay=4.581654611974955, ms=00086}
22:49:25.546733 run                             mass: MS performed LU  {at=26564271.250100095, lu_delay=5.674711398780346, ms=00084}
22:49:25.552356 run                             mass: MS start registered  {at=26564271.255724277, delay=0.011388923972845078, ms=00093}
22:49:25.580688 run                             mass: MS performed LU  {at=26564271.284025773, lu_delay=5.409752897918224, ms=00085}
22:49:25.650563 run                             mass: MS performed LU  {at=26564271.35381427, lu_delay=6.289166256785393, ms=00083}
22:49:26.421061 run                osmo-ms-mob/00094: Starting mobile
22:49:26.434656 run       osmo-ms-mob/00094(pid=228): Launched
22:49:26.445770 run                             mass: MS start registered  {at=26564272.149123214, delay=0.005136832594871521, ms=00094}
22:49:27.355996 run                osmo-ms-mob/00095: Starting mobile
22:49:27.372848 run       osmo-ms-mob/00095(pid=229): Launched
22:49:27.378943 run                             mass: MS performed LU  {at=26564273.082303017, lu_delay=5.194726049900055, ms=00088}
22:49:27.384846 run                             mass: MS performed LU  {at=26564273.088212986, lu_delay=5.838694471865892, ms=00087}
22:49:27.390601 run                             mass: MS start registered  {at=26564273.093969032, delay=0.011684071272611618, ms=00095}
22:49:27.446118 run                             mass: MS performed LU  {at=26564273.149368767, lu_delay=4.686102148145437, ms=00089}
22:49:28.334585 run                osmo-ms-mob/00096: Starting mobile
22:49:28.348887 run       osmo-ms-mob/00096(pid=230): Launched
22:49:28.360077 run                             mass: MS start registered  {at=26564274.063423693, delay=0.005117233842611313, ms=00096}
22:49:29.283056 run                             mass: MS performed LU  {at=26564274.986268204, lu_delay=5.892602026462555, ms=00090}
22:49:29.308458 run                             mass: MS performed LU  {at=26564275.01181827, lu_delay=5.227449771016836, ms=00091}
22:49:29.344065 run                osmo-ms-mob/00097: Starting mobile
22:49:29.358688 run       osmo-ms-mob/00097(pid=231): Launched
22:49:29.369991 run                             mass: MS start registered  {at=26564275.07334412, delay=0.0052762627601623535, ms=00097}
22:49:29.817599 run                             mass: MS performed LU  {at=26564275.52083346, lu_delay=5.055103380233049, ms=00092}
22:49:30.761849 run                osmo-ms-mob/00098: Starting mobile
22:49:30.777884 run       osmo-ms-mob/00098(pid=232): Launched
22:49:30.789064 run                             mass: MS start registered  {at=26564276.492413085, delay=0.005150452256202698, ms=00098}
22:49:31.063293 run                             mass: MS performed LU  {at=26564276.76654581, lu_delay=22.268455378711224, ms=00057}
22:49:31.081692 run                             mass: MS performed LU  {at=26564276.78499885, lu_delay=5.529274571686983, ms=00093}
22:49:31.211833 run                             mass: MS performed LU  {at=26564276.9150902, lu_delay=4.765966985374689, ms=00094}
22:49:32.559672 run                osmo-ms-mob/00099: Starting mobile
22:49:32.575606 run       osmo-ms-mob/00099(pid=233): Launched
22:49:32.581974 run                             mass: All started... {duration=55.770663153380156, too_slow=2}
22:49:32.587700 run                             mass: MS start registered  {at=26564278.291058917, delay=0.005718812346458435, ms=00099}
22:49:33.048100 run                             mass: MS performed LU  {at=26564278.75132407, lu_delay=5.657355036586523, ms=00095}
22:49:33.065859 run                             mass: MS performed LU  {at=26564278.76913537, lu_delay=4.705711677670479, ms=00096}
22:49:34.978150 run                             mass: MS performed LU  {at=26564280.68140101, lu_delay=5.608056891709566, ms=00097}
22:49:36.814557 run                             mass: MS performed LU  {at=26564282.51777133, lu_delay=6.025358244776726, ms=00098}
22:49:38.715641 run                             mass: MS performed LU  {at=26564284.418893576, lu_delay=6.1278346590697765, ms=00099}
22:49:38.724683 run                             mass: Tests done {all_completed=True, max=22.869844309985638, min=3.5822590813040733}
22:49:38.729963 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:38.735263 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminating (SIGTERM)
22:49:38.738503 run      osmo-hlr_127.0.42.2(pid=22): Terminating (SIGTERM)
22:49:38.741747 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminating (SIGTERM)
22:49:38.745032 run      osmo-stp_127.0.42.5(pid=24): Terminating (SIGTERM)
22:49:38.748324 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminating (SIGTERM)
22:49:38.751606 run      osmo-msc_127.0.42.6(pid=26): Terminating (SIGTERM)
22:49:38.754927 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminating (SIGTERM)
22:49:38.758225 run      osmo-mgw_127.0.42.3(pid=28): Terminating (SIGTERM)
22:49:38.761500 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminating (SIGTERM)
22:49:38.765137 run      osmo-mgw_127.0.42.4(pid=30): Terminating (SIGTERM)
22:49:38.768419 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminating (SIGTERM)
22:49:38.771702 run      osmo-bsc_127.0.42.7(pid=32): Terminating (SIGTERM)
22:49:38.775000 run         osmo-bts-virtual(pid=33): Terminating (SIGTERM)
22:49:38.778297 run   osmo-ms-virt-phy/00000(pid=34): Terminating (SIGTERM)
22:49:38.781654 run   osmo-ms-virt-phy/00001(pid=35): Terminating (SIGTERM)
22:49:38.785012 run   osmo-ms-virt-phy/00002(pid=36): Terminating (SIGTERM)
22:49:38.788510 run   osmo-ms-virt-phy/00003(pid=37): Terminating (SIGTERM)
22:49:38.791959 run   osmo-ms-virt-phy/00004(pid=38): Terminating (SIGTERM)
22:49:38.795318 run   osmo-ms-virt-phy/00005(pid=39): Terminating (SIGTERM)
22:49:38.798660 run   osmo-ms-virt-phy/00006(pid=40): Terminating (SIGTERM)
22:49:38.801968 run   osmo-ms-virt-phy/00007(pid=41): Terminating (SIGTERM)
22:49:38.805311 run   osmo-ms-virt-phy/00008(pid=42): Terminating (SIGTERM)
22:49:38.808666 run   osmo-ms-virt-phy/00009(pid=43): Terminating (SIGTERM)
22:49:38.811979 run   osmo-ms-virt-phy/00010(pid=44): Terminating (SIGTERM)
22:49:38.815987 run   osmo-ms-virt-phy/00011(pid=45): Terminating (SIGTERM)
22:49:38.819568 run   osmo-ms-virt-phy/00012(pid=46): Terminating (SIGTERM)
22:49:38.822887 run   osmo-ms-virt-phy/00013(pid=47): Terminating (SIGTERM)
22:49:38.826218 run   osmo-ms-virt-phy/00014(pid=48): Terminating (SIGTERM)
22:49:38.829582 run   osmo-ms-virt-phy/00015(pid=49): Terminating (SIGTERM)
22:49:38.832979 run   osmo-ms-virt-phy/00016(pid=50): Terminating (SIGTERM)
22:49:38.836269 run   osmo-ms-virt-phy/00017(pid=51): Terminating (SIGTERM)
22:49:38.839870 run   osmo-ms-virt-phy/00018(pid=52): Terminating (SIGTERM)
22:49:38.843192 run   osmo-ms-virt-phy/00019(pid=53): Terminating (SIGTERM)
22:49:38.846565 run   osmo-ms-virt-phy/00020(pid=54): Terminating (SIGTERM)
22:49:38.849938 run   osmo-ms-virt-phy/00021(pid=55): Terminating (SIGTERM)
22:49:38.853251 run   osmo-ms-virt-phy/00022(pid=56): Terminating (SIGTERM)
22:49:38.856622 run   osmo-ms-virt-phy/00023(pid=57): Terminating (SIGTERM)
22:49:38.860159 run   osmo-ms-virt-phy/00024(pid=58): Terminating (SIGTERM)
22:49:38.863448 run   osmo-ms-virt-phy/00025(pid=59): Terminating (SIGTERM)
22:49:38.866812 run   osmo-ms-virt-phy/00026(pid=60): Terminating (SIGTERM)
22:49:38.870098 run   osmo-ms-virt-phy/00027(pid=61): Terminating (SIGTERM)
22:49:38.873812 run   osmo-ms-virt-phy/00028(pid=62): Terminating (SIGTERM)
22:49:38.877102 run   osmo-ms-virt-phy/00029(pid=63): Terminating (SIGTERM)
22:49:38.880393 run   osmo-ms-virt-phy/00030(pid=64): Terminating (SIGTERM)
22:49:38.883750 run   osmo-ms-virt-phy/00031(pid=65): Terminating (SIGTERM)
22:49:38.887313 run   osmo-ms-virt-phy/00032(pid=66): Terminating (SIGTERM)
22:49:38.891063 run   osmo-ms-virt-phy/00033(pid=67): Terminating (SIGTERM)
22:49:38.894443 run   osmo-ms-virt-phy/00034(pid=68): Terminating (SIGTERM)
22:49:38.897801 run   osmo-ms-virt-phy/00035(pid=69): Terminating (SIGTERM)
22:49:38.901206 run   osmo-ms-virt-phy/00036(pid=70): Terminating (SIGTERM)
22:49:38.904692 run   osmo-ms-virt-phy/00037(pid=71): Terminating (SIGTERM)
22:49:38.908015 run   osmo-ms-virt-phy/00038(pid=72): Terminating (SIGTERM)
22:49:38.911368 run   osmo-ms-virt-phy/00039(pid=73): Terminating (SIGTERM)
22:49:38.914680 run   osmo-ms-virt-phy/00040(pid=74): Terminating (SIGTERM)
22:49:38.917995 run   osmo-ms-virt-phy/00041(pid=75): Terminating (SIGTERM)
22:49:38.921320 run   osmo-ms-virt-phy/00042(pid=76): Terminating (SIGTERM)
22:49:38.925245 run   osmo-ms-virt-phy/00043(pid=77): Terminating (SIGTERM)
22:49:38.928542 run   osmo-ms-virt-phy/00044(pid=78): Terminating (SIGTERM)
22:49:38.931915 run   osmo-ms-virt-phy/00045(pid=79): Terminating (SIGTERM)
22:49:38.935277 run   osmo-ms-virt-phy/00046(pid=80): Terminating (SIGTERM)
22:49:38.938637 run   osmo-ms-virt-phy/00047(pid=81): Terminating (SIGTERM)
22:49:38.941910 run   osmo-ms-virt-phy/00048(pid=82): Terminating (SIGTERM)
22:49:38.945292 run   osmo-ms-virt-phy/00049(pid=83): Terminating (SIGTERM)
22:49:38.948706 run   osmo-ms-virt-phy/00050(pid=84): Terminating (SIGTERM)
22:49:38.952187 run   osmo-ms-virt-phy/00051(pid=85): Terminating (SIGTERM)
22:49:38.955536 run   osmo-ms-virt-phy/00052(pid=86): Terminating (SIGTERM)
22:49:38.958854 run   osmo-ms-virt-phy/00053(pid=87): Terminating (SIGTERM)
22:49:38.962741 run   osmo-ms-virt-phy/00054(pid=88): Terminating (SIGTERM)
22:49:38.966045 run   osmo-ms-virt-phy/00055(pid=89): Terminating (SIGTERM)
22:49:38.969396 run   osmo-ms-virt-phy/00056(pid=90): Terminating (SIGTERM)
22:49:38.972759 run   osmo-ms-virt-phy/00057(pid=91): Terminating (SIGTERM)
22:49:38.976123 run   osmo-ms-virt-phy/00058(pid=92): Terminating (SIGTERM)
22:49:38.979480 run   osmo-ms-virt-phy/00059(pid=93): Terminating (SIGTERM)
22:49:38.982771 run   osmo-ms-virt-phy/00060(pid=94): Terminating (SIGTERM)
22:49:38.986181 run   osmo-ms-virt-phy/00061(pid=95): Terminating (SIGTERM)
22:49:38.989546 run   osmo-ms-virt-phy/00062(pid=96): Terminating (SIGTERM)
22:49:38.992895 run   osmo-ms-virt-phy/00063(pid=97): Terminating (SIGTERM)
22:49:38.996216 run   osmo-ms-virt-phy/00064(pid=98): Terminating (SIGTERM)
22:49:38.999503 run   osmo-ms-virt-phy/00065(pid=99): Terminating (SIGTERM)
22:49:39.002847 run  osmo-ms-virt-phy/00066(pid=100): Terminating (SIGTERM)
22:49:39.006132 run  osmo-ms-virt-phy/00067(pid=101): Terminating (SIGTERM)
22:49:39.009450 run  osmo-ms-virt-phy/00068(pid=102): Terminating (SIGTERM)
22:49:39.012797 run  osmo-ms-virt-phy/00069(pid=103): Terminating (SIGTERM)
22:49:39.016599 run  osmo-ms-virt-phy/00070(pid=104): Terminating (SIGTERM)
22:49:39.020223 run  osmo-ms-virt-phy/00071(pid=105): Terminating (SIGTERM)
22:49:39.023725 run  osmo-ms-virt-phy/00072(pid=106): Terminating (SIGTERM)
22:49:39.027330 run  osmo-ms-virt-phy/00073(pid=107): Terminating (SIGTERM)
22:49:39.030682 run  osmo-ms-virt-phy/00074(pid=108): Terminating (SIGTERM)
22:49:39.034013 run  osmo-ms-virt-phy/00075(pid=109): Terminating (SIGTERM)
22:49:39.037549 run  osmo-ms-virt-phy/00076(pid=110): Terminating (SIGTERM)
22:49:39.040948 run  osmo-ms-virt-phy/00077(pid=111): Terminating (SIGTERM)
22:49:39.044820 run  osmo-ms-virt-phy/00078(pid=112): Terminating (SIGTERM)
22:49:39.048210 run  osmo-ms-virt-phy/00079(pid=113): Terminating (SIGTERM)
22:49:39.051551 run  osmo-ms-virt-phy/00080(pid=114): Terminating (SIGTERM)
22:49:39.054933 run  osmo-ms-virt-phy/00081(pid=115): Terminating (SIGTERM)
22:49:39.058255 run  osmo-ms-virt-phy/00082(pid=116): Terminating (SIGTERM)
22:49:39.062014 run  osmo-ms-virt-phy/00083(pid=117): Terminating (SIGTERM)
22:49:39.065954 run  osmo-ms-virt-phy/00084(pid=118): Terminating (SIGTERM)
22:49:39.069275 run  osmo-ms-virt-phy/00085(pid=119): Terminating (SIGTERM)
22:49:39.072623 run  osmo-ms-virt-phy/00086(pid=120): Terminating (SIGTERM)
22:49:39.075982 run  osmo-ms-virt-phy/00087(pid=121): Terminating (SIGTERM)
22:49:39.079284 run  osmo-ms-virt-phy/00088(pid=122): Terminating (SIGTERM)
22:49:39.082643 run  osmo-ms-virt-phy/00089(pid=123): Terminating (SIGTERM)
22:49:39.085957 run  osmo-ms-virt-phy/00090(pid=124): Terminating (SIGTERM)
22:49:39.089345 run  osmo-ms-virt-phy/00091(pid=125): Terminating (SIGTERM)
22:49:39.092678 run  osmo-ms-virt-phy/00092(pid=126): Terminating (SIGTERM)
22:49:39.096023 run  osmo-ms-virt-phy/00093(pid=127): Terminating (SIGTERM)
22:49:39.099307 run  osmo-ms-virt-phy/00094(pid=128): Terminating (SIGTERM)
22:49:39.102661 run  osmo-ms-virt-phy/00095(pid=129): Terminating (SIGTERM)
22:49:39.105966 run  osmo-ms-virt-phy/00096(pid=130): Terminating (SIGTERM)
22:49:39.109355 run  osmo-ms-virt-phy/00097(pid=131): Terminating (SIGTERM)
22:49:39.112702 run  osmo-ms-virt-phy/00098(pid=132): Terminating (SIGTERM)
22:49:39.116105 run  osmo-ms-virt-phy/00099(pid=133): Terminating (SIGTERM)
22:49:39.119487 run       osmo-ms-mob/00000(pid=134): Terminating (SIGTERM)
22:49:39.122842 run       osmo-ms-mob/00001(pid=135): Terminating (SIGTERM)
22:49:39.126125 run       osmo-ms-mob/00002(pid=136): Terminating (SIGTERM)
22:49:39.129387 run       osmo-ms-mob/00003(pid=137): Terminating (SIGTERM)
22:49:39.132657 run       osmo-ms-mob/00004(pid=138): Terminating (SIGTERM)
22:49:39.135877 run       osmo-ms-mob/00005(pid=139): Terminating (SIGTERM)
22:49:39.139085 run       osmo-ms-mob/00006(pid=140): Terminating (SIGTERM)
22:49:39.142274 run       osmo-ms-mob/00007(pid=141): Terminating (SIGTERM)
22:49:39.145481 run       osmo-ms-mob/00008(pid=142): Terminating (SIGTERM)
22:49:39.148680 run       osmo-ms-mob/00009(pid=143): Terminating (SIGTERM)
22:49:39.151881 run       osmo-ms-mob/00010(pid=144): Terminating (SIGTERM)
22:49:39.155088 run       osmo-ms-mob/00011(pid=145): Terminating (SIGTERM)
22:49:39.158269 run       osmo-ms-mob/00012(pid=146): Terminating (SIGTERM)
22:49:39.161471 run       osmo-ms-mob/00013(pid=147): Terminating (SIGTERM)
22:49:39.164660 run       osmo-ms-mob/00014(pid=148): Terminating (SIGTERM)
22:49:39.167846 run       osmo-ms-mob/00015(pid=149): Terminating (SIGTERM)
22:49:39.171123 run       osmo-ms-mob/00016(pid=150): Terminating (SIGTERM)
22:49:39.174332 run       osmo-ms-mob/00017(pid=151): Terminating (SIGTERM)
22:49:39.177567 run       osmo-ms-mob/00018(pid=152): Terminating (SIGTERM)
22:49:39.180783 run       osmo-ms-mob/00019(pid=153): Terminating (SIGTERM)
22:49:39.184019 run       osmo-ms-mob/00020(pid=154): Terminating (SIGTERM)
22:49:39.187272 run       osmo-ms-mob/00021(pid=155): Terminating (SIGTERM)
22:49:39.190525 run       osmo-ms-mob/00022(pid=156): Terminating (SIGTERM)
22:49:39.193789 run       osmo-ms-mob/00023(pid=157): Terminating (SIGTERM)
22:49:39.197044 run       osmo-ms-mob/00024(pid=158): Terminating (SIGTERM)
22:49:39.200287 run       osmo-ms-mob/00025(pid=159): Terminating (SIGTERM)
22:49:39.203530 run       osmo-ms-mob/00026(pid=160): Terminating (SIGTERM)
22:49:39.206780 run       osmo-ms-mob/00027(pid=161): Terminating (SIGTERM)
22:49:39.210033 run       osmo-ms-mob/00028(pid=162): Terminating (SIGTERM)
22:49:39.213288 run       osmo-ms-mob/00029(pid=163): Terminating (SIGTERM)
22:49:39.216529 run       osmo-ms-mob/00030(pid=164): Terminating (SIGTERM)
22:49:39.219782 run       osmo-ms-mob/00031(pid=165): Terminating (SIGTERM)
22:49:39.223024 run       osmo-ms-mob/00032(pid=166): Terminating (SIGTERM)
22:49:39.226269 run       osmo-ms-mob/00033(pid=167): Terminating (SIGTERM)
22:49:39.229526 run       osmo-ms-mob/00034(pid=168): Terminating (SIGTERM)
22:49:39.232777 run       osmo-ms-mob/00035(pid=169): Terminating (SIGTERM)
22:49:39.236034 run       osmo-ms-mob/00036(pid=170): Terminating (SIGTERM)
22:49:39.239289 run       osmo-ms-mob/00037(pid=171): Terminating (SIGTERM)
22:49:39.242547 run       osmo-ms-mob/00038(pid=172): Terminating (SIGTERM)
22:49:39.245788 run       osmo-ms-mob/00039(pid=173): Terminating (SIGTERM)
22:49:39.249033 run       osmo-ms-mob/00040(pid=174): Terminating (SIGTERM)
22:49:39.252283 run       osmo-ms-mob/00041(pid=175): Terminating (SIGTERM)
22:49:39.255529 run       osmo-ms-mob/00042(pid=176): Terminating (SIGTERM)
22:49:39.258778 run       osmo-ms-mob/00043(pid=177): Terminating (SIGTERM)
22:49:39.262042 run       osmo-ms-mob/00044(pid=178): Terminating (SIGTERM)
22:49:39.265298 run       osmo-ms-mob/00045(pid=179): Terminating (SIGTERM)
22:49:39.268551 run       osmo-ms-mob/00046(pid=180): Terminating (SIGTERM)
22:49:39.271802 run       osmo-ms-mob/00047(pid=181): Terminating (SIGTERM)
22:49:39.275051 run       osmo-ms-mob/00048(pid=182): Terminating (SIGTERM)
22:49:39.278302 run       osmo-ms-mob/00049(pid=183): Terminating (SIGTERM)
22:49:39.281555 run       osmo-ms-mob/00050(pid=184): Terminating (SIGTERM)
22:49:39.284799 run       osmo-ms-mob/00051(pid=185): Terminating (SIGTERM)
22:49:39.288042 run       osmo-ms-mob/00052(pid=186): Terminating (SIGTERM)
22:49:39.291280 run       osmo-ms-mob/00053(pid=187): Terminating (SIGTERM)
22:49:39.294527 run       osmo-ms-mob/00054(pid=188): Terminating (SIGTERM)
22:49:39.297786 run       osmo-ms-mob/00055(pid=189): Terminating (SIGTERM)
22:49:39.301041 run       osmo-ms-mob/00056(pid=190): Terminating (SIGTERM)
22:49:39.304294 run       osmo-ms-mob/00057(pid=191): Terminating (SIGTERM)
22:49:39.307533 run       osmo-ms-mob/00058(pid=192): Terminating (SIGTERM)
22:49:39.310806 run       osmo-ms-mob/00059(pid=193): Terminating (SIGTERM)
22:49:39.314053 run       osmo-ms-mob/00060(pid=194): Terminating (SIGTERM)
22:49:39.317304 run       osmo-ms-mob/00061(pid=195): Terminating (SIGTERM)
22:49:39.320499 run       osmo-ms-mob/00062(pid=196): Terminating (SIGTERM)
22:49:39.323707 run       osmo-ms-mob/00063(pid=197): Terminating (SIGTERM)
22:49:39.326899 run       osmo-ms-mob/00064(pid=198): Terminating (SIGTERM)
22:49:39.330084 run       osmo-ms-mob/00065(pid=199): Terminating (SIGTERM)
22:49:39.333279 run       osmo-ms-mob/00066(pid=200): Terminating (SIGTERM)
22:49:39.336479 run       osmo-ms-mob/00067(pid=201): Terminating (SIGTERM)
22:49:39.339658 run       osmo-ms-mob/00068(pid=202): Terminating (SIGTERM)
22:49:39.342850 run       osmo-ms-mob/00069(pid=203): Terminating (SIGTERM)
22:49:39.346042 run       osmo-ms-mob/00070(pid=204): Terminating (SIGTERM)
22:49:39.349227 run       osmo-ms-mob/00071(pid=205): Terminating (SIGTERM)
22:49:39.352406 run       osmo-ms-mob/00072(pid=206): Terminating (SIGTERM)
22:49:39.355580 run       osmo-ms-mob/00073(pid=207): Terminating (SIGTERM)
22:49:39.358773 run       osmo-ms-mob/00074(pid=208): Terminating (SIGTERM)
22:49:39.361950 run       osmo-ms-mob/00075(pid=209): Terminating (SIGTERM)
22:49:39.365161 run       osmo-ms-mob/00076(pid=210): Terminating (SIGTERM)
22:49:39.368346 run       osmo-ms-mob/00077(pid=211): Terminating (SIGTERM)
22:49:39.371535 run       osmo-ms-mob/00078(pid=212): Terminating (SIGTERM)
22:49:39.374715 run       osmo-ms-mob/00079(pid=213): Terminating (SIGTERM)
22:49:39.377907 run       osmo-ms-mob/00080(pid=214): Terminating (SIGTERM)
22:49:39.381099 run       osmo-ms-mob/00081(pid=215): Terminating (SIGTERM)
22:49:39.384274 run       osmo-ms-mob/00082(pid=216): Terminating (SIGTERM)
22:49:39.387461 run       osmo-ms-mob/00083(pid=217): Terminating (SIGTERM)
22:49:39.390664 run       osmo-ms-mob/00084(pid=218): Terminating (SIGTERM)
22:49:39.393875 run       osmo-ms-mob/00085(pid=219): Terminating (SIGTERM)
22:49:39.397079 run       osmo-ms-mob/00086(pid=220): Terminating (SIGTERM)
22:49:39.400268 run       osmo-ms-mob/00087(pid=221): Terminating (SIGTERM)
22:49:39.403446 run       osmo-ms-mob/00088(pid=222): Terminating (SIGTERM)
22:49:39.406635 run       osmo-ms-mob/00089(pid=223): Terminating (SIGTERM)
22:49:39.409821 run       osmo-ms-mob/00090(pid=224): Terminating (SIGTERM)
22:49:39.412998 run       osmo-ms-mob/00091(pid=225): Terminating (SIGTERM)
22:49:39.416171 run       osmo-ms-mob/00092(pid=226): Terminating (SIGTERM)
22:49:39.419353 run       osmo-ms-mob/00093(pid=227): Terminating (SIGTERM)
22:49:39.422556 run       osmo-ms-mob/00094(pid=228): Terminating (SIGTERM)
22:49:39.425760 run       osmo-ms-mob/00095(pid=229): Terminating (SIGTERM)
22:49:39.428959 run       osmo-ms-mob/00096(pid=230): Terminating (SIGTERM)
22:49:39.432154 run       osmo-ms-mob/00097(pid=231): Terminating (SIGTERM)
22:49:39.435340 run       osmo-ms-mob/00098(pid=232): Terminating (SIGTERM)
22:49:39.438535 run       osmo-ms-mob/00099(pid=233): Terminating (SIGTERM)
22:49:39.441740 ---      ParallelTerminationStrategy: PID 21 died...
22:49:39.443194 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminated: ok {rc=0}
22:49:39.446749 ---      ParallelTerminationStrategy: PID 22 died...
22:49:39.448179 run      osmo-hlr_127.0.42.2(pid=22): Terminated: ok {rc=0}
22:49:39.451697 ---      ParallelTerminationStrategy: PID 23 died...
22:49:39.453131 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminated: ok {rc=0}
22:49:39.456660 ---      ParallelTerminationStrategy: PID 24 died...
22:49:39.458097 run      osmo-stp_127.0.42.5(pid=24): Terminated: ok {rc=0}
22:49:39.461619 ---      ParallelTerminationStrategy: PID 25 died...
22:49:39.463054 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminated: ok {rc=0}
22:49:39.466616 ---      ParallelTerminationStrategy: PID 26 died...
22:49:39.468059 run      osmo-msc_127.0.42.6(pid=26): Terminated: ok {rc=0}
22:49:39.471615 ---      ParallelTerminationStrategy: PID 27 died...
22:49:39.473074 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminated: ok {rc=0}
22:49:39.476645 ---      ParallelTerminationStrategy: PID 28 died...
22:49:39.478101 run      osmo-mgw_127.0.42.3(pid=28): Terminated {rc=15}
22:49:39.481686 ---      ParallelTerminationStrategy: PID 29 died...
22:49:39.483129 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminated: ok {rc=0}
22:49:39.486680 ---      ParallelTerminationStrategy: PID 30 died...
22:49:39.488125 run      osmo-mgw_127.0.42.4(pid=30): Terminated {rc=15}
22:49:39.491770 ---      ParallelTerminationStrategy: PID 31 died...
22:49:39.493254 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminated: ok {rc=0}
22:49:39.496913 ---      ParallelTerminationStrategy: PID 32 died...
22:49:39.498394 run      osmo-bsc_127.0.42.7(pid=32): Terminated: ok {rc=0}
22:49:39.502053 ---      ParallelTerminationStrategy: PID 34 died...
22:49:39.503547 run   osmo-ms-virt-phy/00000(pid=34): Terminated: ok {rc=0}
22:49:39.507206 ---      ParallelTerminationStrategy: PID 35 died...
22:49:39.508687 run   osmo-ms-virt-phy/00001(pid=35): Terminated: ok {rc=0}
22:49:39.512326 ---      ParallelTerminationStrategy: PID 36 died...
22:49:39.513809 run   osmo-ms-virt-phy/00002(pid=36): Terminated: ok {rc=0}
22:49:39.517461 ---      ParallelTerminationStrategy: PID 37 died...
22:49:39.518941 run   osmo-ms-virt-phy/00003(pid=37): Terminated: ok {rc=0}
22:49:39.522604 ---      ParallelTerminationStrategy: PID 38 died...
22:49:39.524083 run   osmo-ms-virt-phy/00004(pid=38): Terminated: ok {rc=0}
22:49:39.527745 ---      ParallelTerminationStrategy: PID 39 died...
22:49:39.529243 run   osmo-ms-virt-phy/00005(pid=39): Terminated: ok {rc=0}
22:49:39.532932 ---      ParallelTerminationStrategy: PID 40 died...
22:49:39.534413 run   osmo-ms-virt-phy/00006(pid=40): Terminated: ok {rc=0}
22:49:39.538054 ---      ParallelTerminationStrategy: PID 41 died...
22:49:39.539535 run   osmo-ms-virt-phy/00007(pid=41): Terminated: ok {rc=0}
22:49:39.543199 ---      ParallelTerminationStrategy: PID 42 died...
22:49:39.544669 run   osmo-ms-virt-phy/00008(pid=42): Terminated: ok {rc=0}
22:49:39.548295 ---      ParallelTerminationStrategy: PID 43 died...
22:49:39.549773 run   osmo-ms-virt-phy/00009(pid=43): Terminated: ok {rc=0}
22:49:39.553401 ---      ParallelTerminationStrategy: PID 44 died...
22:49:39.554878 run   osmo-ms-virt-phy/00010(pid=44): Terminated: ok {rc=0}
22:49:39.558514 ---      ParallelTerminationStrategy: PID 45 died...
22:49:39.559987 run   osmo-ms-virt-phy/00011(pid=45): Terminated: ok {rc=0}
22:49:39.563607 ---      ParallelTerminationStrategy: PID 46 died...
22:49:39.565090 run   osmo-ms-virt-phy/00012(pid=46): Terminated: ok {rc=0}
22:49:39.568715 ---      ParallelTerminationStrategy: PID 47 died...
22:49:39.570184 run   osmo-ms-virt-phy/00013(pid=47): Terminated: ok {rc=0}
22:49:39.573811 ---      ParallelTerminationStrategy: PID 48 died...
22:49:39.575278 run   osmo-ms-virt-phy/00014(pid=48): Terminated: ok {rc=0}
22:49:39.578912 ---      ParallelTerminationStrategy: PID 49 died...
22:49:39.580386 run   osmo-ms-virt-phy/00015(pid=49): Terminated: ok {rc=0}
22:49:39.584030 ---      ParallelTerminationStrategy: PID 50 died...
22:49:39.585517 run   osmo-ms-virt-phy/00016(pid=50): Terminated: ok {rc=0}
22:49:39.589175 ---      ParallelTerminationStrategy: PID 51 died...
22:49:39.590648 run   osmo-ms-virt-phy/00017(pid=51): Terminated: ok {rc=0}
22:49:39.594292 ---      ParallelTerminationStrategy: PID 52 died...
22:49:39.595770 run   osmo-ms-virt-phy/00018(pid=52): Terminated: ok {rc=0}
22:49:39.599417 ---      ParallelTerminationStrategy: PID 53 died...
22:49:39.600894 run   osmo-ms-virt-phy/00019(pid=53): Terminated: ok {rc=0}
22:49:39.604524 ---      ParallelTerminationStrategy: PID 54 died...
22:49:39.606010 run   osmo-ms-virt-phy/00020(pid=54): Terminated: ok {rc=0}
22:49:39.609633 ---      ParallelTerminationStrategy: PID 55 died...
22:49:39.611091 run   osmo-ms-virt-phy/00021(pid=55): Terminated: ok {rc=0}
22:49:39.614733 ---      ParallelTerminationStrategy: PID 56 died...
22:49:39.616206 run   osmo-ms-virt-phy/00022(pid=56): Terminated: ok {rc=0}
22:49:39.619852 ---      ParallelTerminationStrategy: PID 57 died...
22:49:39.621343 run   osmo-ms-virt-phy/00023(pid=57): Terminated: ok {rc=0}
22:49:39.624977 ---      ParallelTerminationStrategy: PID 58 died...
22:49:39.626449 run   osmo-ms-virt-phy/00024(pid=58): Terminated: ok {rc=0}
22:49:39.630086 ---      ParallelTerminationStrategy: PID 59 died...
22:49:39.631557 run   osmo-ms-virt-phy/00025(pid=59): Terminated: ok {rc=0}
22:49:39.635178 ---      ParallelTerminationStrategy: PID 60 died...
22:49:39.636644 run   osmo-ms-virt-phy/00026(pid=60): Terminated: ok {rc=0}
22:49:39.640275 ---      ParallelTerminationStrategy: PID 61 died...
22:49:39.641757 run   osmo-ms-virt-phy/00027(pid=61): Terminated: ok {rc=0}
22:49:39.645374 ---      ParallelTerminationStrategy: PID 62 died...
22:49:39.646832 run   osmo-ms-virt-phy/00028(pid=62): Terminated: ok {rc=0}
22:49:39.650462 ---      ParallelTerminationStrategy: PID 63 died...
22:49:39.651941 run   osmo-ms-virt-phy/00029(pid=63): Terminated: ok {rc=0}
22:49:39.655554 ---      ParallelTerminationStrategy: PID 64 died...
22:49:39.657023 run   osmo-ms-virt-phy/00030(pid=64): Terminated: ok {rc=0}
22:49:39.660643 ---      ParallelTerminationStrategy: PID 65 died...
22:49:39.662118 run   osmo-ms-virt-phy/00031(pid=65): Terminated: ok {rc=0}
22:49:39.665810 ---      ParallelTerminationStrategy: PID 66 died...
22:49:39.667328 run   osmo-ms-virt-phy/00032(pid=66): Terminated: ok {rc=0}
22:49:39.671082 ---      ParallelTerminationStrategy: PID 67 died...
22:49:39.672597 run   osmo-ms-virt-phy/00033(pid=67): Terminated: ok {rc=0}
22:49:39.676344 ---      ParallelTerminationStrategy: PID 68 died...
22:49:39.677878 run   osmo-ms-virt-phy/00034(pid=68): Terminated: ok {rc=0}
22:49:39.681626 ---      ParallelTerminationStrategy: PID 69 died...
22:49:39.683148 run   osmo-ms-virt-phy/00035(pid=69): Terminated: ok {rc=0}
22:49:39.686891 ---      ParallelTerminationStrategy: PID 70 died...
22:49:39.688401 run   osmo-ms-virt-phy/00036(pid=70): Terminated: ok {rc=0}
22:49:39.692144 ---      ParallelTerminationStrategy: PID 71 died...
22:49:39.693669 run   osmo-ms-virt-phy/00037(pid=71): Terminated: ok {rc=0}
22:49:39.697405 ---      ParallelTerminationStrategy: PID 72 died...
22:49:39.698920 run   osmo-ms-virt-phy/00038(pid=72): Terminated: ok {rc=0}
22:49:39.702685 ---      ParallelTerminationStrategy: PID 73 died...
22:49:39.704197 run   osmo-ms-virt-phy/00039(pid=73): Terminated: ok {rc=0}
22:49:39.707935 ---      ParallelTerminationStrategy: PID 74 died...
22:49:39.709460 run   osmo-ms-virt-phy/00040(pid=74): Terminated: ok {rc=0}
22:49:39.713203 ---      ParallelTerminationStrategy: PID 75 died...
22:49:39.714724 run   osmo-ms-virt-phy/00041(pid=75): Terminated: ok {rc=0}
22:49:39.718473 ---      ParallelTerminationStrategy: PID 76 died...
22:49:39.719986 run   osmo-ms-virt-phy/00042(pid=76): Terminated: ok {rc=0}
22:49:39.723730 ---      ParallelTerminationStrategy: PID 77 died...
22:49:39.725259 run   osmo-ms-virt-phy/00043(pid=77): Terminated: ok {rc=0}
22:49:39.729013 ---      ParallelTerminationStrategy: PID 78 died...
22:49:39.730528 run   osmo-ms-virt-phy/00044(pid=78): Terminated: ok {rc=0}
22:49:39.734270 ---      ParallelTerminationStrategy: PID 79 died...
22:49:39.735785 run   osmo-ms-virt-phy/00045(pid=79): Terminated: ok {rc=0}
22:49:39.739535 ---      ParallelTerminationStrategy: PID 80 died...
22:49:39.741066 run   osmo-ms-virt-phy/00046(pid=80): Terminated: ok {rc=0}
22:49:39.744813 ---      ParallelTerminationStrategy: PID 81 died...
22:49:39.746330 run   osmo-ms-virt-phy/00047(pid=81): Terminated: ok {rc=0}
22:49:39.750087 ---      ParallelTerminationStrategy: PID 82 died...
22:49:39.751604 run   osmo-ms-virt-phy/00048(pid=82): Terminated: ok {rc=0}
22:49:39.755347 ---      ParallelTerminationStrategy: PID 83 died...
22:49:39.756857 run   osmo-ms-virt-phy/00049(pid=83): Terminated: ok {rc=0}
22:49:39.760471 ---      ParallelTerminationStrategy: PID 84 died...
22:49:39.761946 run   osmo-ms-virt-phy/00050(pid=84): Terminated: ok {rc=0}
22:49:39.765573 ---      ParallelTerminationStrategy: PID 85 died...
22:49:39.767044 run   osmo-ms-virt-phy/00051(pid=85): Terminated: ok {rc=0}
22:49:39.770659 ---      ParallelTerminationStrategy: PID 86 died...
22:49:39.772129 run   osmo-ms-virt-phy/00052(pid=86): Terminated: ok {rc=0}
22:49:39.775738 ---      ParallelTerminationStrategy: PID 87 died...
22:49:39.777227 run   osmo-ms-virt-phy/00053(pid=87): Terminated: ok {rc=0}
22:49:39.780855 ---      ParallelTerminationStrategy: PID 88 died...
22:49:39.782321 run   osmo-ms-virt-phy/00054(pid=88): Terminated: ok {rc=0}
22:49:39.785942 ---      ParallelTerminationStrategy: PID 89 died...
22:49:39.787408 run   osmo-ms-virt-phy/00055(pid=89): Terminated: ok {rc=0}
22:49:39.791038 ---      ParallelTerminationStrategy: PID 90 died...
22:49:39.792500 run   osmo-ms-virt-phy/00056(pid=90): Terminated: ok {rc=0}
22:49:39.796121 ---      ParallelTerminationStrategy: PID 91 died...
22:49:39.797608 run   osmo-ms-virt-phy/00057(pid=91): Terminated: ok {rc=0}
22:49:39.801232 ---      ParallelTerminationStrategy: PID 92 died...
22:49:39.802698 run   osmo-ms-virt-phy/00058(pid=92): Terminated: ok {rc=0}
22:49:39.806326 ---      ParallelTerminationStrategy: PID 93 died...
22:49:39.807792 run   osmo-ms-virt-phy/00059(pid=93): Terminated: ok {rc=0}
22:49:39.811423 ---      ParallelTerminationStrategy: PID 94 died...
22:49:39.812897 run   osmo-ms-virt-phy/00060(pid=94): Terminated: ok {rc=0}
22:49:39.816508 ---      ParallelTerminationStrategy: PID 95 died...
22:49:39.817979 run   osmo-ms-virt-phy/00061(pid=95): Terminated: ok {rc=0}
22:49:39.821592 ---      ParallelTerminationStrategy: PID 96 died...
22:49:39.823055 run   osmo-ms-virt-phy/00062(pid=96): Terminated: ok {rc=0}
22:49:39.826611 ---      ParallelTerminationStrategy: PID 97 died...
22:49:39.828053 run   osmo-ms-virt-phy/00063(pid=97): Terminated: ok {rc=0}
22:49:39.831624 ---      ParallelTerminationStrategy: PID 98 died...
22:49:39.833072 run   osmo-ms-virt-phy/00064(pid=98): Terminated: ok {rc=0}
22:49:39.836615 ---      ParallelTerminationStrategy: PID 99 died...
22:49:39.838057 run   osmo-ms-virt-phy/00065(pid=99): Terminated: ok {rc=0}
22:49:39.841606 ---      ParallelTerminationStrategy: PID 100 died...
22:49:39.843057 run  osmo-ms-virt-phy/00066(pid=100): Terminated: ok {rc=0}
22:49:39.846614 ---      ParallelTerminationStrategy: PID 101 died...
22:49:39.848047 run  osmo-ms-virt-phy/00067(pid=101): Terminated: ok {rc=0}
22:49:39.851588 ---      ParallelTerminationStrategy: PID 102 died...
22:49:39.853036 run  osmo-ms-virt-phy/00068(pid=102): Terminated: ok {rc=0}
22:49:39.856598 ---      ParallelTerminationStrategy: PID 103 died...
22:49:39.858037 run  osmo-ms-virt-phy/00069(pid=103): Terminated: ok {rc=0}
22:49:39.861592 ---      ParallelTerminationStrategy: PID 104 died...
22:49:39.863040 run  osmo-ms-virt-phy/00070(pid=104): Terminated: ok {rc=0}
22:49:39.866591 ---      ParallelTerminationStrategy: PID 105 died...
22:49:39.868026 run  osmo-ms-virt-phy/00071(pid=105): Terminated: ok {rc=0}
22:49:39.871594 ---      ParallelTerminationStrategy: PID 106 died...
22:49:39.873039 run  osmo-ms-virt-phy/00072(pid=106): Terminated: ok {rc=0}
22:49:39.876573 ---      ParallelTerminationStrategy: PID 107 died...
22:49:39.878022 run  osmo-ms-virt-phy/00073(pid=107): Terminated: ok {rc=0}
22:49:39.881569 ---      ParallelTerminationStrategy: PID 108 died...
22:49:39.883007 run  osmo-ms-virt-phy/00074(pid=108): Terminated: ok {rc=0}
22:49:39.886564 ---      ParallelTerminationStrategy: PID 109 died...
22:49:39.888001 run  osmo-ms-virt-phy/00075(pid=109): Terminated: ok {rc=0}
22:49:39.891559 ---      ParallelTerminationStrategy: PID 110 died...
22:49:39.892998 run  osmo-ms-virt-phy/00076(pid=110): Terminated: ok {rc=0}
22:49:39.896537 ---      ParallelTerminationStrategy: PID 111 died...
22:49:39.897982 run  osmo-ms-virt-phy/00077(pid=111): Terminated: ok {rc=0}
22:49:39.901536 ---      ParallelTerminationStrategy: PID 112 died...
22:49:39.902968 run  osmo-ms-virt-phy/00078(pid=112): Terminated: ok {rc=0}
22:49:39.906516 ---      ParallelTerminationStrategy: PID 113 died...
22:49:39.907953 run  osmo-ms-virt-phy/00079(pid=113): Terminated: ok {rc=0}
22:49:39.911528 ---      ParallelTerminationStrategy: PID 114 died...
22:49:39.912981 run  osmo-ms-virt-phy/00080(pid=114): Terminated: ok {rc=0}
22:49:39.916571 ---      ParallelTerminationStrategy: PID 115 died...
22:49:39.918032 run  osmo-ms-virt-phy/00081(pid=115): Terminated: ok {rc=0}
22:49:39.921587 ---      ParallelTerminationStrategy: PID 116 died...
22:49:39.923032 run  osmo-ms-virt-phy/00082(pid=116): Terminated: ok {rc=0}
22:49:39.926587 ---      ParallelTerminationStrategy: PID 117 died...
22:49:39.928027 run  osmo-ms-virt-phy/00083(pid=117): Terminated: ok {rc=0}
22:49:39.931583 ---      ParallelTerminationStrategy: PID 118 died...
22:49:39.933035 run  osmo-ms-virt-phy/00084(pid=118): Terminated: ok {rc=0}
22:49:39.936591 ---      ParallelTerminationStrategy: PID 119 died...
22:49:39.938044 run  osmo-ms-virt-phy/00085(pid=119): Terminated: ok {rc=0}
22:49:39.941585 ---      ParallelTerminationStrategy: PID 120 died...
22:49:39.943038 run  osmo-ms-virt-phy/00086(pid=120): Terminated: ok {rc=0}
22:49:39.946591 ---      ParallelTerminationStrategy: PID 121 died...
22:49:39.948030 run  osmo-ms-virt-phy/00087(pid=121): Terminated: ok {rc=0}
22:49:39.951602 ---      ParallelTerminationStrategy: PID 122 died...
22:49:39.953045 run  osmo-ms-virt-phy/00088(pid=122): Terminated: ok {rc=0}
22:49:39.956586 ---      ParallelTerminationStrategy: PID 123 died...
22:49:39.958036 run  osmo-ms-virt-phy/00089(pid=123): Terminated: ok {rc=0}
22:49:39.961595 ---      ParallelTerminationStrategy: PID 124 died...
22:49:39.963044 run  osmo-ms-virt-phy/00090(pid=124): Terminated: ok {rc=0}
22:49:39.966642 ---      ParallelTerminationStrategy: PID 125 died...
22:49:39.968100 run  osmo-ms-virt-phy/00091(pid=125): Terminated: ok {rc=0}
22:49:39.971736 ---      ParallelTerminationStrategy: PID 126 died...
22:49:39.973206 run  osmo-ms-virt-phy/00092(pid=126): Terminated: ok {rc=0}
22:49:39.976840 ---      ParallelTerminationStrategy: PID 127 died...
22:49:39.978307 run  osmo-ms-virt-phy/00093(pid=127): Terminated: ok {rc=0}
22:49:39.981924 ---      ParallelTerminationStrategy: PID 128 died...
22:49:39.983384 run  osmo-ms-virt-phy/00094(pid=128): Terminated: ok {rc=0}
22:49:39.987011 ---      ParallelTerminationStrategy: PID 129 died...
22:49:39.988473 run  osmo-ms-virt-phy/00095(pid=129): Terminated: ok {rc=0}
22:49:39.992096 ---      ParallelTerminationStrategy: PID 130 died...
22:49:39.993564 run  osmo-ms-virt-phy/00096(pid=130): Terminated: ok {rc=0}
22:49:39.997190 ---      ParallelTerminationStrategy: PID 131 died...
22:49:39.998658 run  osmo-ms-virt-phy/00097(pid=131): Terminated: ok {rc=0}
22:49:40.002269 ---      ParallelTerminationStrategy: PID 132 died...
22:49:40.003739 run  osmo-ms-virt-phy/00098(pid=132): Terminated: ok {rc=0}
22:49:40.007362 ---      ParallelTerminationStrategy: PID 133 died...
22:49:40.008827 run  osmo-ms-virt-phy/00099(pid=133): Terminated: ok {rc=0}
22:49:40.012457 ---      ParallelTerminationStrategy: PID 134 died...
22:49:40.013932 run       osmo-ms-mob/00000(pid=134): Terminated {rc=26112}
22:49:40.017586 ---      ParallelTerminationStrategy: PID 135 died...
22:49:40.019049 run       osmo-ms-mob/00001(pid=135): Terminated {rc=26112}
22:49:40.022690 ---      ParallelTerminationStrategy: PID 136 died...
22:49:40.024151 run       osmo-ms-mob/00002(pid=136): Terminated {rc=26112}
22:49:40.027825 ---      ParallelTerminationStrategy: PID 137 died...
22:49:40.029301 run       osmo-ms-mob/00003(pid=137): Terminated {rc=26112}
22:49:40.032961 ---      ParallelTerminationStrategy: PID 138 died...
22:49:40.034428 run       osmo-ms-mob/00004(pid=138): Terminated {rc=26112}
22:49:40.038090 ---      ParallelTerminationStrategy: PID 139 died...
22:49:40.039561 run       osmo-ms-mob/00005(pid=139): Terminated {rc=26112}
22:49:40.043192 ---      ParallelTerminationStrategy: PID 140 died...
22:49:40.044662 run       osmo-ms-mob/00006(pid=140): Terminated {rc=26112}
22:49:40.048304 ---      ParallelTerminationStrategy: PID 141 died...
22:49:40.049776 run       osmo-ms-mob/00007(pid=141): Terminated {rc=26112}
22:49:40.053408 ---      ParallelTerminationStrategy: PID 142 died...
22:49:40.054875 run       osmo-ms-mob/00008(pid=142): Terminated {rc=26112}
22:49:40.058541 ---      ParallelTerminationStrategy: PID 143 died...
22:49:40.060011 run       osmo-ms-mob/00009(pid=143): Terminated {rc=26112}
22:49:40.063644 ---      ParallelTerminationStrategy: PID 144 died...
22:49:40.065117 run       osmo-ms-mob/00010(pid=144): Terminated {rc=26112}
22:49:40.068760 ---      ParallelTerminationStrategy: PID 145 died...
22:49:40.070233 run       osmo-ms-mob/00011(pid=145): Terminated {rc=26112}
22:49:40.073867 ---      ParallelTerminationStrategy: PID 146 died...
22:49:40.075323 run       osmo-ms-mob/00012(pid=146): Terminated {rc=26112}
22:49:40.078968 ---      ParallelTerminationStrategy: PID 147 died...
22:49:40.080428 run       osmo-ms-mob/00013(pid=147): Terminated {rc=26112}
22:49:40.084066 ---      ParallelTerminationStrategy: PID 148 died...
22:49:40.085541 run       osmo-ms-mob/00014(pid=148): Terminated {rc=26112}
22:49:40.089182 ---      ParallelTerminationStrategy: PID 149 died...
22:49:40.090644 run       osmo-ms-mob/00015(pid=149): Terminated {rc=26112}
22:49:40.094285 ---      ParallelTerminationStrategy: PID 150 died...
22:49:40.095754 run       osmo-ms-mob/00016(pid=150): Terminated {rc=26112}
22:49:40.099372 ---      ParallelTerminationStrategy: PID 151 died...
22:49:40.100847 run       osmo-ms-mob/00017(pid=151): Terminated {rc=26112}
22:49:40.104469 ---      ParallelTerminationStrategy: PID 152 died...
22:49:40.105944 run       osmo-ms-mob/00018(pid=152): Terminated {rc=26112}
22:49:40.109573 ---      ParallelTerminationStrategy: PID 153 died...
22:49:40.111040 run       osmo-ms-mob/00019(pid=153): Terminated {rc=26112}
22:49:40.114682 ---      ParallelTerminationStrategy: PID 154 died...
22:49:40.116140 run       osmo-ms-mob/00020(pid=154): Terminated {rc=26112}
22:49:40.119764 ---      ParallelTerminationStrategy: PID 155 died...
22:49:40.121223 run       osmo-ms-mob/00021(pid=155): Terminated {rc=26112}
22:49:40.124873 ---      ParallelTerminationStrategy: PID 156 died...
22:49:40.126339 run       osmo-ms-mob/00022(pid=156): Terminated {rc=26112}
22:49:40.129971 ---      ParallelTerminationStrategy: PID 157 died...
22:49:40.131445 run       osmo-ms-mob/00023(pid=157): Terminated {rc=26112}
22:49:40.135099 ---      ParallelTerminationStrategy: PID 158 died...
22:49:40.136562 run       osmo-ms-mob/00024(pid=158): Terminated {rc=26112}
22:49:40.140204 ---      ParallelTerminationStrategy: PID 159 died...
22:49:40.141674 run       osmo-ms-mob/00025(pid=159): Terminated {rc=26112}
22:49:40.145330 ---      ParallelTerminationStrategy: PID 160 died...
22:49:40.146792 run       osmo-ms-mob/00026(pid=160): Terminated {rc=26112}
22:49:40.150430 ---      ParallelTerminationStrategy: PID 161 died...
22:49:40.151896 run       osmo-ms-mob/00027(pid=161): Terminated {rc=26112}
22:49:40.155532 ---      ParallelTerminationStrategy: PID 162 died...
22:49:40.157033 run       osmo-ms-mob/00028(pid=162): Terminated {rc=26112}
22:49:40.160653 ---      ParallelTerminationStrategy: PID 163 died...
22:49:40.162119 run       osmo-ms-mob/00029(pid=163): Terminated {rc=26112}
22:49:40.165764 ---      ParallelTerminationStrategy: PID 164 died...
22:49:40.167221 run       osmo-ms-mob/00030(pid=164): Terminated {rc=26112}
22:49:40.170861 ---      ParallelTerminationStrategy: PID 165 died...
22:49:40.172321 run       osmo-ms-mob/00031(pid=165): Terminated {rc=26112}
22:49:40.175962 ---      ParallelTerminationStrategy: PID 166 died...
22:49:40.177427 run       osmo-ms-mob/00032(pid=166): Terminated {rc=26112}
22:49:40.181087 ---      ParallelTerminationStrategy: PID 167 died...
22:49:40.182540 run       osmo-ms-mob/00033(pid=167): Terminated {rc=26112}
22:49:40.186164 ---      ParallelTerminationStrategy: PID 168 died...
22:49:40.187629 run       osmo-ms-mob/00034(pid=168): Terminated {rc=26112}
22:49:40.191251 ---      ParallelTerminationStrategy: PID 169 died...
22:49:40.192742 run       osmo-ms-mob/00035(pid=169): Terminated {rc=26112}
22:49:40.196389 ---      ParallelTerminationStrategy: PID 170 died...
22:49:40.197873 run       osmo-ms-mob/00036(pid=170): Terminated {rc=26112}
22:49:40.201525 ---      ParallelTerminationStrategy: PID 171 died...
22:49:40.202994 run       osmo-ms-mob/00037(pid=171): Terminated {rc=26112}
22:49:40.206653 ---      ParallelTerminationStrategy: PID 172 died...
22:49:40.208121 run       osmo-ms-mob/00038(pid=172): Terminated {rc=26112}
22:49:40.211759 ---      ParallelTerminationStrategy: PID 173 died...
22:49:40.213223 run       osmo-ms-mob/00039(pid=173): Terminated {rc=26112}
22:49:40.216905 ---      ParallelTerminationStrategy: PID 174 died...
22:49:40.218382 run       osmo-ms-mob/00040(pid=174): Terminated {rc=26112}
22:49:40.222013 ---      ParallelTerminationStrategy: PID 175 died...
22:49:40.223476 run       osmo-ms-mob/00041(pid=175): Terminated {rc=26112}
22:49:40.227136 ---      ParallelTerminationStrategy: PID 176 died...
22:49:40.228593 run       osmo-ms-mob/00042(pid=176): Terminated {rc=26112}
22:49:40.232238 ---      ParallelTerminationStrategy: PID 177 died...
22:49:40.233711 run       osmo-ms-mob/00043(pid=177): Terminated {rc=26112}
22:49:40.237352 ---      ParallelTerminationStrategy: PID 178 died...
22:49:40.238818 run       osmo-ms-mob/00044(pid=178): Terminated {rc=26112}
22:49:40.242478 ---      ParallelTerminationStrategy: PID 179 died...
22:49:40.243946 run       osmo-ms-mob/00045(pid=179): Terminated {rc=26112}
22:49:40.247610 ---      ParallelTerminationStrategy: PID 180 died...
22:49:40.249085 run       osmo-ms-mob/00046(pid=180): Terminated {rc=26112}
22:49:40.252731 ---      ParallelTerminationStrategy: PID 181 died...
22:49:40.254208 run       osmo-ms-mob/00047(pid=181): Terminated {rc=26112}
22:49:40.257845 ---      ParallelTerminationStrategy: PID 182 died...
22:49:40.259312 run       osmo-ms-mob/00048(pid=182): Terminated {rc=26112}
22:49:40.262965 ---      ParallelTerminationStrategy: PID 183 died...
22:49:40.264432 run       osmo-ms-mob/00049(pid=183): Terminated {rc=26112}
22:49:40.268080 ---      ParallelTerminationStrategy: PID 184 died...
22:49:40.269550 run       osmo-ms-mob/00050(pid=184): Terminated {rc=26112}
22:49:40.273190 ---      ParallelTerminationStrategy: PID 185 died...
22:49:40.274664 run       osmo-ms-mob/00051(pid=185): Terminated {rc=26112}
22:49:40.278296 ---      ParallelTerminationStrategy: PID 186 died...
22:49:40.279767 run       osmo-ms-mob/00052(pid=186): Terminated {rc=26112}
22:49:40.283410 ---      ParallelTerminationStrategy: PID 187 died...
22:49:40.284924 run       osmo-ms-mob/00053(pid=187): Terminated {rc=26112}
22:49:40.288558 ---      ParallelTerminationStrategy: PID 188 died...
22:49:40.290029 run       osmo-ms-mob/00054(pid=188): Terminated {rc=26112}
22:49:40.293663 ---      ParallelTerminationStrategy: PID 189 died...
22:49:40.295131 run       osmo-ms-mob/00055(pid=189): Terminated {rc=26112}
22:49:40.298771 ---      ParallelTerminationStrategy: PID 190 died...
22:49:40.300230 run       osmo-ms-mob/00056(pid=190): Terminated {rc=26112}
22:49:40.303911 ---      ParallelTerminationStrategy: PID 191 died...
22:49:40.305381 run       osmo-ms-mob/00057(pid=191): Terminated {rc=26112}
22:49:40.309024 ---      ParallelTerminationStrategy: PID 192 died...
22:49:40.310500 run       osmo-ms-mob/00058(pid=192): Terminated {rc=26112}
22:49:40.314176 ---      ParallelTerminationStrategy: PID 193 died...
22:49:40.315645 run       osmo-ms-mob/00059(pid=193): Terminated {rc=26112}
22:49:40.319288 ---      ParallelTerminationStrategy: PID 194 died...
22:49:40.320765 run       osmo-ms-mob/00060(pid=194): Terminated {rc=26112}
22:49:40.324422 ---      ParallelTerminationStrategy: PID 195 died...
22:49:40.325907 run       osmo-ms-mob/00061(pid=195): Terminated {rc=26112}
22:49:40.329571 ---      ParallelTerminationStrategy: PID 196 died...
22:49:40.331036 run       osmo-ms-mob/00062(pid=196): Terminated {rc=26112}
22:49:40.334677 ---      ParallelTerminationStrategy: PID 197 died...
22:49:40.336147 run       osmo-ms-mob/00063(pid=197): Terminated {rc=26112}
22:49:40.339812 ---      ParallelTerminationStrategy: PID 198 died...
22:49:40.341280 run       osmo-ms-mob/00064(pid=198): Terminated {rc=26112}
22:49:40.344936 ---      ParallelTerminationStrategy: PID 199 died...
22:49:40.346407 run       osmo-ms-mob/00065(pid=199): Terminated {rc=26112}
22:49:40.350063 ---      ParallelTerminationStrategy: PID 200 died...
22:49:40.351532 run       osmo-ms-mob/00066(pid=200): Terminated {rc=26112}
22:49:40.355193 ---      ParallelTerminationStrategy: PID 201 died...
22:49:40.356672 run       osmo-ms-mob/00067(pid=201): Terminated {rc=26112}
22:49:40.360337 ---      ParallelTerminationStrategy: PID 202 died...
22:49:40.361826 run       osmo-ms-mob/00068(pid=202): Terminated {rc=26112}
22:49:40.365481 ---      ParallelTerminationStrategy: PID 203 died...
22:49:40.366952 run       osmo-ms-mob/00069(pid=203): Terminated {rc=26112}
22:49:40.370613 ---      ParallelTerminationStrategy: PID 204 died...
22:49:40.372083 run       osmo-ms-mob/00070(pid=204): Terminated {rc=26112}
22:49:40.375779 ---      ParallelTerminationStrategy: PID 205 died...
22:49:40.377255 run       osmo-ms-mob/00071(pid=205): Terminated {rc=26112}
22:49:40.380916 ---      ParallelTerminationStrategy: PID 206 died...
22:49:40.382389 run       osmo-ms-mob/00072(pid=206): Terminated {rc=26112}
22:49:40.386053 ---      ParallelTerminationStrategy: PID 207 died...
22:49:40.387538 run       osmo-ms-mob/00073(pid=207): Terminated {rc=26112}
22:49:40.391196 ---      ParallelTerminationStrategy: PID 208 died...
22:49:40.392691 run       osmo-ms-mob/00074(pid=208): Terminated {rc=26112}
22:49:40.396387 ---      ParallelTerminationStrategy: PID 209 died...
22:49:40.397849 run       osmo-ms-mob/00075(pid=209): Terminated {rc=26112}
22:49:40.401481 ---      ParallelTerminationStrategy: PID 210 died...
22:49:40.402951 run       osmo-ms-mob/00076(pid=210): Terminated {rc=26112}
22:49:40.406620 ---      ParallelTerminationStrategy: PID 211 died...
22:49:40.408083 run       osmo-ms-mob/00077(pid=211): Terminated {rc=26112}
22:49:40.411728 ---      ParallelTerminationStrategy: PID 212 died...
22:49:40.413196 run       osmo-ms-mob/00078(pid=212): Terminated {rc=26112}
22:49:40.416869 ---      ParallelTerminationStrategy: PID 213 died...
22:49:40.418341 run       osmo-ms-mob/00079(pid=213): Terminated {rc=26112}
22:49:40.421986 ---      ParallelTerminationStrategy: PID 214 died...
22:49:40.423462 run       osmo-ms-mob/00080(pid=214): Terminated {rc=26112}
22:49:40.427107 ---      ParallelTerminationStrategy: PID 215 died...
22:49:40.428567 run       osmo-ms-mob/00081(pid=215): Terminated {rc=26112}
22:49:40.432234 ---      ParallelTerminationStrategy: PID 216 died...
22:49:40.433717 run       osmo-ms-mob/00082(pid=216): Terminated {rc=26112}
22:49:40.437379 ---      ParallelTerminationStrategy: PID 217 died...
22:49:40.438852 run       osmo-ms-mob/00083(pid=217): Terminated {rc=26112}
22:49:40.442500 ---      ParallelTerminationStrategy: PID 218 died...
22:49:40.443970 run       osmo-ms-mob/00084(pid=218): Terminated {rc=26112}
22:49:40.447616 ---      ParallelTerminationStrategy: PID 219 died...
22:49:40.449090 run       osmo-ms-mob/00085(pid=219): Terminated {rc=26112}
22:49:40.452734 ---      ParallelTerminationStrategy: PID 220 died...
22:49:40.454211 run       osmo-ms-mob/00086(pid=220): Terminated {rc=26112}
22:49:40.457878 ---      ParallelTerminationStrategy: PID 221 died...
22:49:40.459353 run       osmo-ms-mob/00087(pid=221): Terminated {rc=26112}
22:49:40.463031 ---      ParallelTerminationStrategy: PID 222 died...
22:49:40.464497 run       osmo-ms-mob/00088(pid=222): Terminated {rc=26112}
22:49:40.468144 ---      ParallelTerminationStrategy: PID 223 died...
22:49:40.469640 run       osmo-ms-mob/00089(pid=223): Terminated {rc=26112}
22:49:40.473304 ---      ParallelTerminationStrategy: PID 224 died...
22:49:40.474771 run       osmo-ms-mob/00090(pid=224): Terminated {rc=26112}
22:49:40.478441 ---      ParallelTerminationStrategy: PID 225 died...
22:49:40.479905 run       osmo-ms-mob/00091(pid=225): Terminated {rc=26112}
22:49:40.483542 ---      ParallelTerminationStrategy: PID 226 died...
22:49:40.485034 run       osmo-ms-mob/00092(pid=226): Terminated {rc=26112}
22:49:40.488694 ---      ParallelTerminationStrategy: PID 227 died...
22:49:40.490170 run       osmo-ms-mob/00093(pid=227): Terminated {rc=26112}
22:49:40.493827 ---      ParallelTerminationStrategy: PID 228 died...
22:49:40.495291 run       osmo-ms-mob/00094(pid=228): Terminated {rc=26112}
22:49:40.498952 ---      ParallelTerminationStrategy: PID 229 died...
22:49:40.500424 run       osmo-ms-mob/00095(pid=229): Terminated {rc=26112}
22:49:40.504070 ---      ParallelTerminationStrategy: PID 230 died...
22:49:40.505542 run       osmo-ms-mob/00096(pid=230): Terminated {rc=26112}
22:49:40.509207 ---      ParallelTerminationStrategy: PID 231 died...
22:49:40.510670 run       osmo-ms-mob/00097(pid=231): Terminated {rc=26112}
22:49:40.514344 ---      ParallelTerminationStrategy: PID 232 died...
22:49:40.515821 run       osmo-ms-mob/00098(pid=232): Terminated {rc=26112}
22:49:40.519476 ---      ParallelTerminationStrategy: PID 233 died...
22:49:40.520967 run       osmo-ms-mob/00099(pid=233): Terminated {rc=26112}
22:49:43.925271 ---      ParallelTerminationStrategy: PID 33 died...
22:49:43.931227 run         osmo-bts-virtual(pid=33): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8152 netreg_mass PASS
---------------------------------------------------------------------
22:49:43.995446 tst                       trial-8152: Storing JUnit report in /build/trial-8152/run.2025-11-16_22-48-17/trial-8152.xml

--------------------------------------------------------------------------------------------
trial-8152 PASS
--------------------------------------------------------------------------------------------
22:49:44.014459 tst                       trial-8152: trial-8152: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8152/inst
+ cd trial-8152
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-11-16 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8152-run.tgz run.2025-11-16_22-48-17
+ tar czf /build/trial-8152-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-11-16_13_29_18.tgz osmo-bts-oc2g.build-2025-11-16_00_51_52.tgz osmo-bts-sysmo.build-2025-11-16_00_51_55.tgz osmo-bts.build-2025-11-16_00_51_59.tgz osmo-ggsn.build-2025-11-16_20_43_10.tgz osmo-hlr.build-2025-11-16_16_36_52.tgz osmo-hnbgw.build-2025-11-16_13_30_42.tgz osmo-mgw.build-2025-11-16_08_33_10.tgz osmo-msc.build-2025-11-16_13_32_43.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-16_07_36_10.tgz osmo-pcu-sysmo.build-2025-11-16_07_33_56.tgz osmo-pcu.build-2025-11-16_07_36_15.tgz osmo-sgsn.build-2025-11-16_20_48_32.tgz osmo-stp.build-2025-11-16_13_25_37.tgz osmo-trx.build-2025-11-16_14_27_19.tgz osmocom-bb.build-2025-11-16_21_17_17.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