Skip to content
Success

Console Output

Skipping 18 KB.. Full Log
#7 CACHED

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

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

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

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

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

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

#14 [23/28] RUN	CD osmo-gsm-tester && 	git fetch && git checkout master && 	(git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#14 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:0416273c0e2b34fe842cf3d0fc965d8f07090e1b4e44194cf508daa57d5c7a26 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8047 -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-08-03 22:48:20
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8047
+ mkdir -p trial-8047
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-08-03_13_28_50.tgz osmo-bts-oc2g.build-2025-08-03_00_51_34.tgz osmo-bts-sysmo.build-2025-08-03_00_51_39.tgz osmo-bts.build-2025-08-03_00_51_45.tgz osmo-ggsn.build-2025-08-03_20_42_47.tgz osmo-hlr.build-2025-08-03_16_36_49.tgz osmo-hnbgw.build-2025-08-03_13_30_14.tgz osmo-mgw.build-2025-08-03_08_33_16.tgz osmo-msc.build-2025-08-03_13_34_21.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-03_07_33_59.tgz osmo-pcu-sysmo.build-2025-08-03_07_36_57.tgz osmo-pcu.build-2025-08-03_07_37_04.tgz osmo-sgsn.build-2025-08-03_20_48_40.tgz osmo-stp.build-2025-08-03_13_25_24.tgz osmo-trx.build-2025-08-03_14_28_56.tgz osmocom-bb.build-2025-08-03_21_17_13.tgz srslte.build-19.tgz trial-8047
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-08-03_13_28_50.md5 osmo-bts-oc2g.build-2025-08-03_00_51_34.md5 osmo-bts-sysmo.build-2025-08-03_00_51_39.md5 osmo-bts.build-2025-08-03_00_51_45.md5 osmo-ggsn.build-2025-08-03_20_42_47.md5 osmo-hlr.build-2025-08-03_16_36_49.md5 osmo-hnbgw.build-2025-08-03_13_30_14.md5 osmo-mgw.build-2025-08-03_08_33_16.md5 osmo-msc.build-2025-08-03_13_34_21.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-03_07_33_59.md5 osmo-pcu-sysmo.build-2025-08-03_07_36_57.md5 osmo-pcu.build-2025-08-03_07_37_04.md5 osmo-sgsn.build-2025-08-03_20_48_40.md5 osmo-stp.build-2025-08-03_13_25_24.md5 osmo-trx.build-2025-08-03_14_28_56.md5 osmocom-bb.build-2025-08-03_21_17_13.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-08-03_13_28_50.md5 osmo-bts-oc2g.build-2025-08-03_00_51_34.md5 osmo-bts-sysmo.build-2025-08-03_00_51_39.md5 osmo-bts.build-2025-08-03_00_51_45.md5 osmo-ggsn.build-2025-08-03_20_42_47.md5 osmo-hlr.build-2025-08-03_16_36_49.md5 osmo-hnbgw.build-2025-08-03_13_30_14.md5 osmo-mgw.build-2025-08-03_08_33_16.md5 osmo-msc.build-2025-08-03_13_34_21.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-03_07_33_59.md5 osmo-pcu-sysmo.build-2025-08-03_07_36_57.md5 osmo-pcu.build-2025-08-03_07_37_04.md5 osmo-sgsn.build-2025-08-03_20_48_40.md5 osmo-stp.build-2025-08-03_13_25_24.md5 osmo-trx.build-2025-08-03_14_28_56.md5 osmocom-bb.build-2025-08-03_21_17_13.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-8047 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8047'
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-8047
--------------------------------------------------------------------------------------------
22:48:20.447355 tst                       trial-8047: Detailed log at /build/trial-8047/run.2025-08-03_22-48-20/log

---------------------------------------------------------------------
trial-8047 netreg_mass
---------------------------------------------------------------------
22:48:20.685296 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:20.685728 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:20.686678 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:20.688083 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:20.730852 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:20.731822 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:20.733278 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:20.824990 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-8047 netreg_mass register_default_mass.py
----------------------------------------------
22:48:20.825893 tst       register_default_mass.py:9: Claiming resources for the test
22:48:20.845637 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.846351 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.846942 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.847507 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.848089 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.848690 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.849271 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:20.904333 tst         register_default_mass.py: using LAC 2
22:48:20.949204 tst         register_default_mass.py: using RAC 2
22:48:20.992562 tst         register_default_mass.py: using CellId 2
22:48:21.039336 tst         register_default_mass.py: using BVCI 3
22:48:21.049224 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.050021 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.050719 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.051372 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.052048 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.052719 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.053378 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.054094 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.054790 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.055475 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.056168 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.056851 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.057544 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.058249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.058921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.059602 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.060277 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.060957 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.061605 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.062264 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.062915 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.063593 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.064268 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.064933 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.065612 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.066273 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.066927 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.067599 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.068268 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.068925 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.069579 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.070223 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.070866 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.071535 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.072179 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.072846 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.073494 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.074142 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.074793 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.075432 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.076057 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.076713 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.077367 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.078001 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.078648 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.079294 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.079922 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.080567 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.081210 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.081848 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.082520 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.083166 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.083802 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.084665 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.085329 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.085977 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.086632 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.087291 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.087926 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.088578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.089238 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.089881 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.090546 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.091214 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.091872 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.092536 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.093213 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.093913 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.094956 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.095771 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.096447 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.097230 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.098012 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.098678 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.099329 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.099997 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.100762 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.101523 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.102368 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.103034 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.103682 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.104357 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.105033 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.105686 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.106356 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.107004 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.107652 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.108317 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.108981 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.109632 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.110313 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.110972 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.111620 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.112277 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.112924 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.113562 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.114502 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.115192 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.115851 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.116500 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.117236 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.118093 tst      register_default_mass.py:21: Launching a simple network
22:48:21.132899 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:21.285703 run            create_hlr_db(pid=19): Launched
22:48:22.296896 run            create_hlr_db(pid=19): Terminated: ok {rc=0}
22:48:22.315130 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Launched
22:48:22.333896 run      osmo-hlr_127.0.42.2(pid=22): Launched
22:48:22.340811 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:22.555733 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Launched
22:48:22.573626 run      osmo-stp_127.0.42.5(pid=24): Launched
22:48:22.580628 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:23.074752 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Launched
22:48:23.093676 run      osmo-msc_127.0.42.6(pid=26): Launched
22:48:26.108966 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:26.366548 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Launched
22:48:26.402910 run      osmo-mgw_127.0.42.3(pid=28): Launched
22:48:26.416339 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:26.473652 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Launched
22:48:26.510043 run      osmo-mgw_127.0.42.4(pid=30): Launched
22:48:26.524052 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:26.927509 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Launched
22:48:26.944842 run      osmo-bsc_127.0.42.7(pid=32): Launched
22:48:32.963386 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:33.125726 run         osmo-bts-virtual(pid=33): Launched
22:48:34.168998 tst         register_default_mass.py: using MSISDN 1001
22:48:34.174888 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:34.262223 tst         register_default_mass.py: using MSISDN 1002
22:48:34.268347 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:34.340075 tst         register_default_mass.py: using MSISDN 1003
22:48:34.346215 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:34.433543 tst         register_default_mass.py: using MSISDN 1004
22:48:34.439657 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:34.503771 tst         register_default_mass.py: using MSISDN 1005
22:48:34.509815 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:34.584383 tst         register_default_mass.py: using MSISDN 1006
22:48:34.590359 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:34.664970 tst         register_default_mass.py: using MSISDN 1007
22:48:34.670837 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:34.732062 tst         register_default_mass.py: using MSISDN 1008
22:48:34.737830 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:34.812119 tst         register_default_mass.py: using MSISDN 1009
22:48:34.817954 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:34.882760 tst         register_default_mass.py: using MSISDN 1010
22:48:34.888901 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:34.955926 tst         register_default_mass.py: using MSISDN 1011
22:48:34.966920 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:35.182357 tst         register_default_mass.py: using MSISDN 1012
22:48:35.188139 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:35.256475 tst         register_default_mass.py: using MSISDN 1013
22:48:35.264456 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:35.332543 tst         register_default_mass.py: using MSISDN 1014
22:48:35.338705 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:35.415622 tst         register_default_mass.py: using MSISDN 1015
22:48:35.421594 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:35.500180 tst         register_default_mass.py: using MSISDN 1016
22:48:35.506605 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:35.739550 tst         register_default_mass.py: using MSISDN 1017
22:48:35.745719 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:35.821406 tst         register_default_mass.py: using MSISDN 1018
22:48:35.827414 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:35.913039 tst         register_default_mass.py: using MSISDN 1019
22:48:35.920648 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:35.995716 tst         register_default_mass.py: using MSISDN 1020
22:48:36.001804 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:36.075893 tst         register_default_mass.py: using MSISDN 1021
22:48:36.082417 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:36.182196 tst         register_default_mass.py: using MSISDN 1022
22:48:36.193106 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:36.544538 tst         register_default_mass.py: using MSISDN 1023
22:48:36.550691 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:36.635941 tst         register_default_mass.py: using MSISDN 1024
22:48:36.641615 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:36.718171 tst         register_default_mass.py: using MSISDN 1025
22:48:36.728888 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:36.800853 tst         register_default_mass.py: using MSISDN 1026
22:48:36.806406 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:36.890014 tst         register_default_mass.py: using MSISDN 1027
22:48:36.897260 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:36.971135 tst         register_default_mass.py: using MSISDN 1028
22:48:36.981487 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:37.060893 tst         register_default_mass.py: using MSISDN 1029
22:48:37.066753 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:37.202052 tst         register_default_mass.py: using MSISDN 1030
22:48:37.207869 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:37.296986 tst         register_default_mass.py: using MSISDN 1031
22:48:37.306541 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:37.379327 tst         register_default_mass.py: using MSISDN 1032
22:48:37.386040 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:37.466719 tst         register_default_mass.py: using MSISDN 1033
22:48:37.474082 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:37.557148 tst         register_default_mass.py: using MSISDN 1034
22:48:37.567274 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:37.646537 tst         register_default_mass.py: using MSISDN 1035
22:48:37.652778 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:37.729565 tst         register_default_mass.py: using MSISDN 1036
22:48:37.737069 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:37.816867 tst         register_default_mass.py: using MSISDN 1037
22:48:37.824726 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:37.897246 tst         register_default_mass.py: using MSISDN 1038
22:48:37.903374 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:37.986603 tst         register_default_mass.py: using MSISDN 1039
22:48:37.992597 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:38.066740 tst         register_default_mass.py: using MSISDN 1040
22:48:38.072787 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:38.147324 tst         register_default_mass.py: using MSISDN 1041
22:48:38.153524 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:38.234621 tst         register_default_mass.py: using MSISDN 1042
22:48:38.241790 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:38.311156 tst         register_default_mass.py: using MSISDN 1043
22:48:38.317729 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:38.389426 tst         register_default_mass.py: using MSISDN 1044
22:48:38.397050 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:38.477980 tst         register_default_mass.py: using MSISDN 1045
22:48:38.484065 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:38.559905 tst         register_default_mass.py: using MSISDN 1046
22:48:38.566536 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:38.633986 tst         register_default_mass.py: using MSISDN 1047
22:48:38.641838 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:38.732657 tst         register_default_mass.py: using MSISDN 1048
22:48:38.743591 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:38.887554 tst         register_default_mass.py: using MSISDN 1049
22:48:38.894869 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:39.207967 tst         register_default_mass.py: using MSISDN 1050
22:48:39.214021 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:39.286156 tst         register_default_mass.py: using MSISDN 1051
22:48:39.292196 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:39.375835 tst         register_default_mass.py: using MSISDN 1052
22:48:39.381928 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:39.446220 tst         register_default_mass.py: using MSISDN 1053
22:48:39.453569 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:39.670025 tst         register_default_mass.py: using MSISDN 1054
22:48:39.678118 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:39.756740 tst         register_default_mass.py: using MSISDN 1055
22:48:39.764809 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:39.843630 tst         register_default_mass.py: using MSISDN 1056
22:48:39.849828 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:39.919669 tst         register_default_mass.py: using MSISDN 1057
22:48:39.926279 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:40.010131 tst         register_default_mass.py: using MSISDN 1058
22:48:40.016154 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:40.096949 tst         register_default_mass.py: using MSISDN 1059
22:48:40.102871 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:40.170292 tst         register_default_mass.py: using MSISDN 1060
22:48:40.176175 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:40.253887 tst         register_default_mass.py: using MSISDN 1061
22:48:40.260036 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:40.330832 tst         register_default_mass.py: using MSISDN 1062
22:48:40.336465 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:40.404643 tst         register_default_mass.py: using MSISDN 1063
22:48:40.410449 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:40.484298 tst         register_default_mass.py: using MSISDN 1064
22:48:40.490223 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:40.565392 tst         register_default_mass.py: using MSISDN 1065
22:48:40.571370 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:40.634867 tst         register_default_mass.py: using MSISDN 1066
22:48:40.641714 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:40.736635 tst         register_default_mass.py: using MSISDN 1067
22:48:40.742415 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:40.816906 tst         register_default_mass.py: using MSISDN 1068
22:48:40.823016 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:40.895399 tst         register_default_mass.py: using MSISDN 1069
22:48:40.901480 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:40.970497 tst         register_default_mass.py: using MSISDN 1070
22:48:40.977657 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:41.039026 tst         register_default_mass.py: using MSISDN 1071
22:48:41.045186 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:41.113303 tst         register_default_mass.py: using MSISDN 1072
22:48:41.119387 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:41.662217 tst         register_default_mass.py: using MSISDN 1073
22:48:41.670238 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:41.762816 tst         register_default_mass.py: using MSISDN 1074
22:48:41.776536 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:41.889934 tst         register_default_mass.py: using MSISDN 1075
22:48:41.905160 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:41.992349 tst         register_default_mass.py: using MSISDN 1076
22:48:42.002294 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:42.083592 tst         register_default_mass.py: using MSISDN 1077
22:48:42.100288 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:42.177845 tst         register_default_mass.py: using MSISDN 1078
22:48:42.190404 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:42.259715 tst         register_default_mass.py: using MSISDN 1079
22:48:42.268919 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:42.352196 tst         register_default_mass.py: using MSISDN 1080
22:48:42.367909 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:42.454125 tst         register_default_mass.py: using MSISDN 1081
22:48:42.469901 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:42.545170 tst         register_default_mass.py: using MSISDN 1082
22:48:42.559709 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:42.651135 tst         register_default_mass.py: using MSISDN 1083
22:48:42.667283 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:42.769991 tst         register_default_mass.py: using MSISDN 1084
22:48:42.786062 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:42.878099 tst         register_default_mass.py: using MSISDN 1085
22:48:42.894462 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:42.997669 tst         register_default_mass.py: using MSISDN 1086
22:48:43.011959 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:43.099434 tst         register_default_mass.py: using MSISDN 1087
22:48:43.110806 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:43.207933 tst         register_default_mass.py: using MSISDN 1088
22:48:43.216791 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:43.308726 tst         register_default_mass.py: using MSISDN 1089
22:48:43.314401 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:43.379927 tst         register_default_mass.py: using MSISDN 1090
22:48:43.385704 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:43.455964 tst         register_default_mass.py: using MSISDN 1091
22:48:43.462044 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:43.533211 tst         register_default_mass.py: using MSISDN 1092
22:48:43.539358 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:43.607838 tst         register_default_mass.py: using MSISDN 1093
22:48:43.614983 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:43.701587 tst         register_default_mass.py: using MSISDN 1094
22:48:43.709748 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:43.772163 tst         register_default_mass.py: using MSISDN 1095
22:48:43.778532 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:43.850594 tst         register_default_mass.py: using MSISDN 1096
22:48:43.856809 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:43.917746 tst         register_default_mass.py: using MSISDN 1097
22:48:43.923943 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:44.001644 tst         register_default_mass.py: using MSISDN 1098
22:48:44.007973 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:44.086090 tst         register_default_mass.py: using MSISDN 1099
22:48:44.093894 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:44.157747 tst         register_default_mass.py: using MSISDN 1100
22:48:44.169268 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:44.325581 run                             mass: Starting testcase
22:48:44.332730 run                             mass: Pre-launching all virtphy's
22:48:44.339579 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:44.355577 run   osmo-ms-virt-phy/00000(pid=34): Launched
22:48:44.363040 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:44.379111 run   osmo-ms-virt-phy/00001(pid=35): Launched
22:48:44.386706 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:44.403018 run   osmo-ms-virt-phy/00002(pid=36): Launched
22:48:44.410553 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:44.427169 run   osmo-ms-virt-phy/00003(pid=37): Launched
22:48:44.434610 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:44.450673 run   osmo-ms-virt-phy/00004(pid=38): Launched
22:48:44.458050 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:44.474202 run   osmo-ms-virt-phy/00005(pid=39): Launched
22:48:44.481693 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:44.497857 run   osmo-ms-virt-phy/00006(pid=40): Launched
22:48:44.505292 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:44.521216 run   osmo-ms-virt-phy/00007(pid=41): Launched
22:48:44.528499 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:44.544322 run   osmo-ms-virt-phy/00008(pid=42): Launched
22:48:44.551645 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:44.567679 run   osmo-ms-virt-phy/00009(pid=43): Launched
22:48:44.575009 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:44.590896 run   osmo-ms-virt-phy/00010(pid=44): Launched
22:48:44.598199 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:44.614261 run   osmo-ms-virt-phy/00011(pid=45): Launched
22:48:44.623054 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:44.639657 run   osmo-ms-virt-phy/00012(pid=46): Launched
22:48:44.647097 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:44.663462 run   osmo-ms-virt-phy/00013(pid=47): Launched
22:48:44.671778 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:44.688871 run   osmo-ms-virt-phy/00014(pid=48): Launched
22:48:44.696405 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:44.712781 run   osmo-ms-virt-phy/00015(pid=49): Launched
22:48:44.720435 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:44.736839 run   osmo-ms-virt-phy/00016(pid=50): Launched
22:48:44.744386 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:44.761032 run   osmo-ms-virt-phy/00017(pid=51): Launched
22:48:44.768912 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:44.785632 run   osmo-ms-virt-phy/00018(pid=52): Launched
22:48:44.793926 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:44.810999 run   osmo-ms-virt-phy/00019(pid=53): Launched
22:48:44.822284 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:44.839880 run   osmo-ms-virt-phy/00020(pid=54): Launched
22:48:44.848227 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:44.864647 run   osmo-ms-virt-phy/00021(pid=55): Launched
22:48:44.872416 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:44.888859 run   osmo-ms-virt-phy/00022(pid=56): Launched
22:48:44.896503 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:44.913140 run   osmo-ms-virt-phy/00023(pid=57): Launched
22:48:44.920955 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:44.937433 run   osmo-ms-virt-phy/00024(pid=58): Launched
22:48:44.945032 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:44.961206 run   osmo-ms-virt-phy/00025(pid=59): Launched
22:48:44.968942 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:44.985179 run   osmo-ms-virt-phy/00026(pid=60): Launched
22:48:44.992446 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:45.007982 run   osmo-ms-virt-phy/00027(pid=61): Launched
22:48:45.015231 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:45.030457 run   osmo-ms-virt-phy/00028(pid=62): Launched
22:48:45.037413 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:45.052413 run   osmo-ms-virt-phy/00029(pid=63): Launched
22:48:45.059280 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:45.073992 run   osmo-ms-virt-phy/00030(pid=64): Launched
22:48:45.080656 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:45.095261 run   osmo-ms-virt-phy/00031(pid=65): Launched
22:48:45.101961 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:45.116494 run   osmo-ms-virt-phy/00032(pid=66): Launched
22:48:45.123360 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:45.138585 run   osmo-ms-virt-phy/00033(pid=67): Launched
22:48:45.145736 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:45.161287 run   osmo-ms-virt-phy/00034(pid=68): Launched
22:48:45.168462 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:45.183982 run   osmo-ms-virt-phy/00035(pid=69): Launched
22:48:45.190872 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:45.205877 run   osmo-ms-virt-phy/00036(pid=70): Launched
22:48:45.212875 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:45.229157 run   osmo-ms-virt-phy/00037(pid=71): Launched
22:48:45.236969 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:45.253598 run   osmo-ms-virt-phy/00038(pid=72): Launched
22:48:45.262765 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:45.279576 run   osmo-ms-virt-phy/00039(pid=73): Launched
22:48:45.287196 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:45.303764 run   osmo-ms-virt-phy/00040(pid=74): Launched
22:48:45.311467 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:45.328281 run   osmo-ms-virt-phy/00041(pid=75): Launched
22:48:45.335721 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:45.353487 run   osmo-ms-virt-phy/00042(pid=76): Launched
22:48:45.363140 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:45.382274 run   osmo-ms-virt-phy/00043(pid=77): Launched
22:48:45.392304 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:45.410989 run   osmo-ms-virt-phy/00044(pid=78): Launched
22:48:45.419445 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:45.437459 run   osmo-ms-virt-phy/00045(pid=79): Launched
22:48:45.446916 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:45.465405 run   osmo-ms-virt-phy/00046(pid=80): Launched
22:48:45.474087 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:45.492881 run   osmo-ms-virt-phy/00047(pid=81): Launched
22:48:45.507976 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:45.530993 run   osmo-ms-virt-phy/00048(pid=82): Launched
22:48:45.543366 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:45.560293 run   osmo-ms-virt-phy/00049(pid=83): Launched
22:48:45.568137 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:45.585312 run   osmo-ms-virt-phy/00050(pid=84): Launched
22:48:45.596112 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:45.612315 run   osmo-ms-virt-phy/00051(pid=85): Launched
22:48:45.619683 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:45.635857 run   osmo-ms-virt-phy/00052(pid=86): Launched
22:48:45.643378 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:45.659485 run   osmo-ms-virt-phy/00053(pid=87): Launched
22:48:45.666727 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:45.682582 run   osmo-ms-virt-phy/00054(pid=88): Launched
22:48:45.689954 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:45.706096 run   osmo-ms-virt-phy/00055(pid=89): Launched
22:48:45.713461 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:45.729434 run   osmo-ms-virt-phy/00056(pid=90): Launched
22:48:45.737122 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:45.753956 run   osmo-ms-virt-phy/00057(pid=91): Launched
22:48:45.761889 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:45.778261 run   osmo-ms-virt-phy/00058(pid=92): Launched
22:48:45.785517 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:45.801695 run   osmo-ms-virt-phy/00059(pid=93): Launched
22:48:45.809239 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:45.825463 run   osmo-ms-virt-phy/00060(pid=94): Launched
22:48:45.832941 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:45.849145 run   osmo-ms-virt-phy/00061(pid=95): Launched
22:48:45.856598 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:45.873119 run   osmo-ms-virt-phy/00062(pid=96): Launched
22:48:45.880790 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:45.896917 run   osmo-ms-virt-phy/00063(pid=97): Launched
22:48:45.904238 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:45.920164 run   osmo-ms-virt-phy/00064(pid=98): Launched
22:48:45.927329 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:45.942798 run   osmo-ms-virt-phy/00065(pid=99): Launched
22:48:45.949965 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:45.965816 run  osmo-ms-virt-phy/00066(pid=100): Launched
22:48:45.973115 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:45.988832 run  osmo-ms-virt-phy/00067(pid=101): Launched
22:48:45.995935 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:46.011650 run  osmo-ms-virt-phy/00068(pid=102): Launched
22:48:46.019115 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:46.035454 run  osmo-ms-virt-phy/00069(pid=103): Launched
22:48:46.044547 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:46.060992 run  osmo-ms-virt-phy/00070(pid=104): Launched
22:48:46.068568 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:46.084992 run  osmo-ms-virt-phy/00071(pid=105): Launched
22:48:46.092560 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:46.109298 run  osmo-ms-virt-phy/00072(pid=106): Launched
22:48:46.117028 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:46.133804 run  osmo-ms-virt-phy/00073(pid=107): Launched
22:48:46.141736 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:46.159024 run  osmo-ms-virt-phy/00074(pid=108): Launched
22:48:46.167006 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:46.184016 run  osmo-ms-virt-phy/00075(pid=109): Launched
22:48:46.191807 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:46.208192 run  osmo-ms-virt-phy/00076(pid=110): Launched
22:48:46.215766 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:46.231229 run  osmo-ms-virt-phy/00077(pid=111): Launched
22:48:46.238385 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:46.253868 run  osmo-ms-virt-phy/00078(pid=112): Launched
22:48:46.260808 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:46.276357 run  osmo-ms-virt-phy/00079(pid=113): Launched
22:48:46.283612 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:46.299430 run  osmo-ms-virt-phy/00080(pid=114): Launched
22:48:46.306715 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:46.322542 run  osmo-ms-virt-phy/00081(pid=115): Launched
22:48:46.330099 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:46.346365 run  osmo-ms-virt-phy/00082(pid=116): Launched
22:48:46.354255 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:46.370184 run  osmo-ms-virt-phy/00083(pid=117): Launched
22:48:46.377586 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:46.393993 run  osmo-ms-virt-phy/00084(pid=118): Launched
22:48:46.403468 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:46.421566 run  osmo-ms-virt-phy/00085(pid=119): Launched
22:48:46.437919 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:46.470542 run  osmo-ms-virt-phy/00086(pid=120): Launched
22:48:46.483776 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:46.505594 run  osmo-ms-virt-phy/00087(pid=121): Launched
22:48:46.514988 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:46.532172 run  osmo-ms-virt-phy/00088(pid=122): Launched
22:48:46.541053 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:46.558039 run  osmo-ms-virt-phy/00089(pid=123): Launched
22:48:46.566982 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:46.584410 run  osmo-ms-virt-phy/00090(pid=124): Launched
22:48:46.592540 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:46.609631 run  osmo-ms-virt-phy/00091(pid=125): Launched
22:48:46.617314 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:46.633355 run  osmo-ms-virt-phy/00092(pid=126): Launched
22:48:46.640705 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:46.656967 run  osmo-ms-virt-phy/00093(pid=127): Launched
22:48:46.665904 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:46.682965 run  osmo-ms-virt-phy/00094(pid=128): Launched
22:48:46.691091 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:46.708075 run  osmo-ms-virt-phy/00095(pid=129): Launched
22:48:46.722601 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:46.741960 run  osmo-ms-virt-phy/00096(pid=130): Launched
22:48:46.749576 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:46.765683 run  osmo-ms-virt-phy/00097(pid=131): Launched
22:48:46.773156 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:46.789276 run  osmo-ms-virt-phy/00098(pid=132): Launched
22:48:46.920097 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:46.933719 run  osmo-ms-virt-phy/00099(pid=133): Launched
22:48:46.940115 run                             mass: Checking if sockets are in the filesystem
22:48:46.952653 run                osmo-ms-mob/00000: Starting mobile
22:48:46.966213 run       osmo-ms-mob/00000(pid=134): Launched
22:48:46.978453 run                             mass: MS start registered  {at=17492232.68177765, delay=0.005697626620531082, ms=00000}
22:48:51.153522 run                osmo-ms-mob/00001: Starting mobile
22:48:51.168870 run       osmo-ms-mob/00001(pid=135): Launched
22:48:51.181360 run                             mass: MS start registered  {at=17492236.88469951, delay=0.005070481449365616, ms=00001}
22:48:52.073795 run                             mass: MS performed LU  {at=17492237.77711448, lu_delay=5.095336832106113, ms=00000}
22:48:52.959595 run                osmo-ms-mob/00002: Starting mobile
22:48:52.990322 run       osmo-ms-mob/00002(pid=136): Launched
22:48:53.012472 run                             mass: MS start registered  {at=17492238.715767603, delay=0.013201463967561722, ms=00002}
22:48:54.258865 run                osmo-ms-mob/00003: Starting mobile
22:48:54.288777 run       osmo-ms-mob/00003(pid=137): Launched
22:48:54.303417 run                             mass: MS start registered  {at=17492240.006751224, delay=3.844499588012695e-05, ms=00003}
22:48:55.358730 run                osmo-ms-mob/00004: Starting mobile
22:48:55.388698 run       osmo-ms-mob/00004(pid=138): Launched
22:48:55.410579 run                             mass: MS start registered  {at=17492241.113902595, delay=0.0068288035690784454, ms=00004}
22:48:56.355677 run                osmo-ms-mob/00005: Starting mobile
22:48:56.371423 run       osmo-ms-mob/00005(pid=139): Launched
22:48:56.384082 run                             mass: MS start registered  {at=17492242.087410305, delay=0.00499502569437027, ms=00005}
22:48:57.253608 run                osmo-ms-mob/00006: Starting mobile
22:48:57.270044 run       osmo-ms-mob/00006(pid=140): Launched
22:48:57.277880 run                             mass: MS performed LU  {at=17492242.9812262, lu_delay=6.096526689827442, ms=00001}
22:48:57.285500 run                             mass: MS start registered  {at=17492242.988859598, delay=0.007662635296583176, ms=00006}
22:48:58.153071 run                osmo-ms-mob/00007: Starting mobile
22:48:58.168374 run       osmo-ms-mob/00007(pid=141): Launched
22:48:58.181180 run                             mass: MS start registered  {at=17492243.884524044, delay=0.005835738033056259, ms=00007}
22:48:58.954143 run                osmo-ms-mob/00008: Starting mobile
22:48:58.969506 run       osmo-ms-mob/00008(pid=142): Launched
22:48:58.981529 run                             mass: MS start registered  {at=17492244.68487878, delay=0.00519094243645668, ms=00008}
22:48:59.153212 run                             mass: MS performed LU  {at=17492244.85654778, lu_delay=4.8497965559363365, ms=00003}
22:48:59.180787 run                             mass: MS performed LU  {at=17492244.88412893, lu_delay=6.168361324816942, ms=00002}
22:48:59.653675 run                osmo-ms-mob/00009: Starting mobile
22:48:59.667626 run       osmo-ms-mob/00009(pid=143): Launched
22:48:59.678976 run                             mass: MS start registered  {at=17492245.382322297, delay=0.0049473680555820465, ms=00009}
22:49:00.352994 run                osmo-ms-mob/00010: Starting mobile
22:49:00.367389 run       osmo-ms-mob/00010(pid=144): Launched
22:49:00.379888 run                             mass: MS start registered  {at=17492246.08323289, delay=0.005794811993837357, ms=00010}
22:49:01.037987 run                osmo-ms-mob/00011: Starting mobile
22:49:01.051946 run       osmo-ms-mob/00011(pid=145): Launched
22:49:01.058217 run                             mass: Starting too slowly. Moving on {now=17492246.761585437, sleep=-0.01215803250670433, target=17492246.749427404}
22:49:01.064077 run                             mass: MS performed LU  {at=17492246.767431937, lu_delay=5.653529342263937, ms=00004}
22:49:01.070056 run                             mass: MS start registered  {at=17492246.77342109, delay=0.011838141828775406, ms=00011}
22:49:01.553155 run                osmo-ms-mob/00012: Starting mobile
22:49:01.583897 run       osmo-ms-mob/00012(pid=146): Launched
22:49:01.600145 run                             mass: MS performed LU  {at=17492247.30347883, lu_delay=5.216068524867296, ms=00005}
22:49:01.616371 run                             mass: MS start registered  {at=17492247.319718797, delay=0.016282398253679276, ms=00012}
22:49:02.153400 run                osmo-ms-mob/00013: Starting mobile
22:49:02.168391 run       osmo-ms-mob/00013(pid=147): Launched
22:49:02.180613 run                             mass: MS start registered  {at=17492247.88396485, delay=0.004168622195720673, ms=00013}
22:49:02.753324 run                osmo-ms-mob/00014: Starting mobile
22:49:02.768608 run       osmo-ms-mob/00014(pid=148): Launched
22:49:02.781273 run                             mass: MS start registered  {at=17492248.484618716, delay=0.0054334551095962524, ms=00014}
22:49:02.919171 run                             mass: MS performed LU  {at=17492248.622482687, lu_delay=5.633623089641333, ms=00006}
22:49:02.946022 run                             mass: MS performed LU  {at=17492248.649352316, lu_delay=4.764828272163868, ms=00007}
22:49:03.353909 run                osmo-ms-mob/00015: Starting mobile
22:49:03.371295 run       osmo-ms-mob/00015(pid=149): Launched
22:49:03.384921 run                             mass: MS start registered  {at=17492249.088231843, delay=0.005729049444198608, ms=00015}
22:49:03.852599 run                osmo-ms-mob/00016: Starting mobile
22:49:03.867921 run       osmo-ms-mob/00016(pid=150): Launched
22:49:03.880808 run                             mass: MS start registered  {at=17492249.584151044, delay=0.005813635885715485, ms=00016}
22:49:04.353101 run                osmo-ms-mob/00017: Starting mobile
22:49:04.369470 run       osmo-ms-mob/00017(pid=151): Launched
22:49:04.382781 run                             mass: MS start registered  {at=17492250.086123593, delay=0.005235586315393448, ms=00017}
22:49:04.783361 run                             mass: MS performed LU  {at=17492250.486690313, lu_delay=5.104368016123772, ms=00009}
22:49:04.848027 run                             mass: MS performed LU  {at=17492250.551360574, lu_delay=5.86648179218173, ms=00008}
22:49:04.861848 run                osmo-ms-mob/00018: Starting mobile
22:49:04.879157 run       osmo-ms-mob/00018(pid=152): Launched
22:49:04.895626 run                             mass: MS start registered  {at=17492250.598970987, delay=0.00768551230430603, ms=00018}
22:49:05.152360 run                             mass: MS performed LU  {at=17492250.85569461, lu_delay=4.772461719810963, ms=00010}
22:49:05.352493 run                osmo-ms-mob/00019: Starting mobile
22:49:05.370624 run       osmo-ms-mob/00019(pid=153): Launched
22:49:05.383561 run                             mass: MS start registered  {at=17492251.08690613, delay=0.005314614623785019, ms=00019}
22:49:05.852740 run                osmo-ms-mob/00020: Starting mobile
22:49:05.866590 run       osmo-ms-mob/00020(pid=154): Launched
22:49:05.878099 run                             mass: MS start registered  {at=17492251.581446745, delay=0.004915814846754074, ms=00020}
22:49:06.728059 run                osmo-ms-mob/00021: Starting mobile
22:49:06.741686 run       osmo-ms-mob/00021(pid=155): Launched
22:49:06.747747 run                             mass: Starting too slowly. Moving on {now=17492252.451116655, sleep=-0.30168917030096054, target=17492252.149427485}
22:49:06.753361 run                             mass: MS performed LU  {at=17492252.456720848, lu_delay=4.572755996137857, ms=00013}
22:49:06.759155 run                             mass: Starting too slowly. Moving on {now=17492252.462525472, sleep=-0.21309798583388329, target=17492252.249427486}
22:49:06.764758 run                             mass: MS performed LU  {at=17492252.46812228, lu_delay=5.694701191037893, ms=00011}
22:49:06.770536 run                             mass: Starting too slowly. Moving on {now=17492252.47390711, sleep=-0.12447962164878845, target=17492252.349427488}
22:49:06.776180 run                             mass: MS performed LU  {at=17492252.479545716, lu_delay=5.159826919436455, ms=00012}
22:49:06.782034 run                             mass: Starting too slowly. Moving on {now=17492252.485405363, sleep=-0.03597787395119667, target=17492252.44942749}
22:49:06.787703 run                             mass: MS start registered  {at=17492252.491067987, delay=0.03995336964726448, ms=00021}
22:49:07.051208 run                osmo-ms-mob/00022: Starting mobile
22:49:07.065370 run       osmo-ms-mob/00022(pid=156): Launched
22:49:07.071786 run                             mass: Starting too slowly. Moving on {now=17492252.775137737, sleep=-0.22571024671196938, target=17492252.54942749}
22:49:07.077704 run                             mass: MS start registered  {at=17492252.781064972, delay=0.005929615348577499, ms=00022}
22:49:07.083519 run                             mass: Starting too slowly. Moving on {now=17492252.78688984, sleep=-0.13746234774589539, target=17492252.649427492}
22:49:07.089248 run                             mass: Starting too slowly. Moving on {now=17492252.792619463, sleep=-0.04319196939468384, target=17492252.749427494}
22:49:07.757334 run                osmo-ms-mob/00023: Starting mobile
22:49:07.776042 run       osmo-ms-mob/00023(pid=157): Launched
22:49:07.782150 run                             mass: Starting too slowly. Moving on {now=17492253.48551987, sleep=-0.4360923729836941, target=17492253.049427498}
22:49:07.787984 run                             mass: MS start registered  {at=17492253.491343316, delay=0.005825456231832504, ms=00023}
22:49:07.793804 run                             mass: Starting too slowly. Moving on {now=17492253.497174893, sleep=-0.34774739295244217, target=17492253.1494275}
22:49:07.799639 run                             mass: Starting too slowly. Moving on {now=17492253.503009528, sleep=-0.25358202680945396, target=17492253.2494275}
22:49:07.805220 run                             mass: Starting too slowly. Moving on {now=17492253.508591015, sleep=-0.15916351228952408, target=17492253.349427503}
22:49:07.815963 run                osmo-ms-mob/00024: Starting mobile
22:49:07.829179 run       osmo-ms-mob/00024(pid=158): Launched
22:49:07.835569 run                             mass: Starting too slowly. Moving on {now=17492253.53893914, sleep=-0.08951163664460182, target=17492253.449427504}
22:49:07.841501 run                             mass: MS start registered  {at=17492253.544861857, delay=0.005924686789512634, ms=00024}
22:49:07.847531 run                             mass: Starting too slowly. Moving on {now=17492253.550901305, sleep=-0.0014737993478775024, target=17492253.549427506}
22:49:08.152086 run                osmo-ms-mob/00025: Starting mobile
22:49:08.165314 run       osmo-ms-mob/00025(pid=159): Launched
22:49:08.176580 run                             mass: MS start registered  {at=17492253.879928887, delay=0.004651524126529694, ms=00025}
22:49:08.551932 run                osmo-ms-mob/00026: Starting mobile
22:49:08.565225 run       osmo-ms-mob/00026(pid=160): Launched
22:49:08.576178 run                             mass: MS start registered  {at=17492254.2795295, delay=0.004807647317647934, ms=00026}
22:49:08.918132 run                             mass: MS performed LU  {at=17492254.62145475, lu_delay=5.037303704768419, ms=00016}
22:49:08.931900 run                osmo-ms-mob/00027: Starting mobile
22:49:08.945199 run       osmo-ms-mob/00027(pid=161): Launched
22:49:08.956671 run                             mass: MS start registered  {at=17492254.659992754, delay=0.004858922213315964, ms=00027}
22:49:09.020161 run                             mass: MS performed LU  {at=17492254.72349439, lu_delay=6.238875672221184, ms=00014}
22:49:09.083935 run                             mass: MS performed LU  {at=17492254.78727025, lu_delay=5.6990384086966515, ms=00015}
22:49:09.352726 run                osmo-ms-mob/00028: Starting mobile
22:49:09.366537 run       osmo-ms-mob/00028(pid=162): Launched
22:49:09.378022 run                             mass: MS start registered  {at=17492255.08137454, delay=0.004992451518774033, ms=00028}
22:49:09.752365 run                osmo-ms-mob/00029: Starting mobile
22:49:09.766081 run       osmo-ms-mob/00029(pid=163): Launched
22:49:09.777588 run                             mass: MS start registered  {at=17492255.48093354, delay=0.004927545785903931, ms=00029}
22:49:10.152255 run                osmo-ms-mob/00030: Starting mobile
22:49:10.165641 run       osmo-ms-mob/00030(pid=164): Launched
22:49:10.177244 run                             mass: MS start registered  {at=17492255.880591597, delay=0.005220308899879456, ms=00030}
22:49:10.348300 run                             mass: MS performed LU  {at=17492256.05163851, lu_delay=5.965514916926622, ms=00017}
22:49:10.450156 run                             mass: MS performed LU  {at=17492256.15348917, lu_delay=4.572042424231768, ms=00020}
22:49:10.461273 run                osmo-ms-mob/00031: Starting mobile
22:49:10.474282 run       osmo-ms-mob/00031(pid=165): Launched
22:49:10.480610 run                             mass: MS performed LU  {at=17492256.183970243, lu_delay=5.097064111381769, ms=00019}
22:49:10.486602 run                             mass: MS start registered  {at=17492256.18996779, delay=0.006014328449964523, ms=00031}
22:49:10.602688 run                             mass: MS performed LU  {at=17492256.306021094, lu_delay=5.707050107419491, ms=00018}
22:49:10.614371 run                osmo-ms-mob/00032: Starting mobile
22:49:10.628331 run       osmo-ms-mob/00032(pid=166): Launched
22:49:10.639666 run                             mass: MS start registered  {at=17492256.34301451, delay=0.005277615040540695, ms=00032}
22:49:11.252473 run                osmo-ms-mob/00033: Starting mobile
22:49:11.265761 run       osmo-ms-mob/00033(pid=167): Launched
22:49:11.276558 run                             mass: MS start registered  {at=17492256.97991309, delay=0.004755623638629913, ms=00033}
22:49:11.651955 run                osmo-ms-mob/00034: Starting mobile
22:49:11.665585 run       osmo-ms-mob/00034(pid=168): Launched
22:49:11.676750 run                             mass: MS start registered  {at=17492257.38009854, delay=0.005095291882753372, ms=00034}
22:49:11.952634 run                osmo-ms-mob/00035: Starting mobile
22:49:11.966049 run       osmo-ms-mob/00035(pid=169): Launched
22:49:11.977481 run                             mass: MS start registered  {at=17492257.680822536, delay=0.005152173340320587, ms=00035}
22:49:12.314404 run                             mass: MS performed LU  {at=17492258.01774056, lu_delay=5.236675586551428, ms=00022}
22:49:12.326229 run                osmo-ms-mob/00036: Starting mobile
22:49:12.339979 run       osmo-ms-mob/00036(pid=170): Launched
22:49:12.351288 run                             mass: MS start registered  {at=17492258.054641258, delay=0.004934564232826233, ms=00036}
22:49:12.379172 run                             mass: MS performed LU  {at=17492258.08252695, lu_delay=5.591458961367607, ms=00021}
22:49:12.683770 run                             mass: MS performed LU  {at=17492258.387106515, lu_delay=4.895763199776411, ms=00023}
22:49:12.695391 run                osmo-ms-mob/00037: Starting mobile
22:49:12.709147 run       osmo-ms-mob/00037(pid=171): Launched
22:49:12.720601 run                             mass: MS start registered  {at=17492258.42395417, delay=0.0036782920360565186, ms=00037}
22:49:12.739322 run                             mass: MS performed LU  {at=17492258.442661915, lu_delay=4.89780005812645, ms=00024}
22:49:13.052590 run                osmo-ms-mob/00038: Starting mobile
22:49:13.066470 run       osmo-ms-mob/00038(pid=172): Launched
22:49:13.078166 run                             mass: MS start registered  {at=17492258.78151627, delay=0.0039320290088653564, ms=00038}
22:49:13.352075 run                osmo-ms-mob/00039: Starting mobile
22:49:13.365541 run       osmo-ms-mob/00039(pid=173): Launched
22:49:13.376916 run                             mass: MS start registered  {at=17492259.080268547, delay=0.005081783980131149, ms=00039}
22:49:13.751857 run                osmo-ms-mob/00040: Starting mobile
22:49:13.765135 run       osmo-ms-mob/00040(pid=174): Launched
22:49:13.776326 run                             mass: MS start registered  {at=17492259.47967311, delay=0.0049781352281570435, ms=00040}
22:49:14.052333 run                osmo-ms-mob/00041: Starting mobile
22:49:14.065887 run       osmo-ms-mob/00041(pid=175): Launched
22:49:14.077205 run                             mass: MS start registered  {at=17492259.780559056, delay=0.004885651171207428, ms=00041}
22:49:14.115047 run                             mass: MS performed LU  {at=17492259.81838467, lu_delay=5.938455782830715, ms=00025}
22:49:14.216391 run                             mass: MS performed LU  {at=17492259.919726193, lu_delay=4.8383516520261765, ms=00028}
22:49:14.228589 run                osmo-ms-mob/00042: Starting mobile
22:49:14.242521 run       osmo-ms-mob/00042(pid=176): Launched
22:49:14.249156 run                             mass: MS performed LU  {at=17492259.95251511, lu_delay=5.292522355914116, ms=00027}
22:49:14.255214 run                             mass: MS start registered  {at=17492259.958580162, delay=0.006083372980356216, ms=00042}
22:49:14.368134 run                             mass: MS performed LU  {at=17492260.07147148, lu_delay=5.791941978037357, ms=00026}
22:49:14.405116 run                             mass: MS performed LU  {at=17492260.10845113, lu_delay=4.627517592161894, ms=00029}
22:49:14.417040 run                osmo-ms-mob/00043: Starting mobile
22:49:14.431283 run       osmo-ms-mob/00043(pid=177): Launched
22:49:14.442661 run                             mass: MS start registered  {at=17492260.14600955, delay=0.0049988701939582825, ms=00043}
22:49:15.052492 run                osmo-ms-mob/00044: Starting mobile
22:49:15.066610 run       osmo-ms-mob/00044(pid=178): Launched
22:49:15.078700 run                             mass: MS start registered  {at=17492260.782044932, delay=0.0056134238839149475, ms=00044}
22:49:15.352201 run                osmo-ms-mob/00045: Starting mobile
22:49:15.365472 run       osmo-ms-mob/00045(pid=179): Launched
22:49:15.377404 run                             mass: MS start registered  {at=17492261.080744956, delay=0.005498141050338745, ms=00045}
22:49:15.652646 run                osmo-ms-mob/00046: Starting mobile
22:49:15.666509 run       osmo-ms-mob/00046(pid=180): Launched
22:49:15.677767 run                             mass: MS start registered  {at=17492261.381110396, delay=0.004867490381002426, ms=00046}
22:49:15.951886 run                osmo-ms-mob/00047: Starting mobile
22:49:15.965199 run       osmo-ms-mob/00047(pid=181): Launched
22:49:15.976086 run                             mass: MS start registered  {at=17492261.67944003, delay=0.004794448614120483, ms=00047}
22:49:16.080692 run                             mass: MS performed LU  {at=17492261.78400872, lu_delay=4.804095629602671, ms=00033}
22:49:16.145409 run                             mass: MS performed LU  {at=17492261.848737758, lu_delay=5.505723249167204, ms=00032}
22:49:16.157589 run                osmo-ms-mob/00048: Starting mobile
22:49:16.171464 run       osmo-ms-mob/00048(pid=182): Launched
22:49:16.182809 run                             mass: MS start registered  {at=17492261.886157688, delay=0.004984524101018906, ms=00048}
22:49:16.214466 run                             mass: MS performed LU  {at=17492261.917813502, lu_delay=6.037221904844046, ms=00030}
22:49:16.270000 run                             mass: MS performed LU  {at=17492261.97333494, lu_delay=5.783367149531841, ms=00031}
22:49:16.281798 run                osmo-ms-mob/00049: Starting mobile
22:49:16.295691 run       osmo-ms-mob/00049(pid=183): Launched
22:49:16.307217 run                             mass: MS start registered  {at=17492262.010567904, delay=0.005201298743486404, ms=00049}
22:49:16.542485 run                             mass: MS performed LU  {at=17492262.245821144, lu_delay=4.865722604095936, ms=00034}
22:49:16.852749 run                osmo-ms-mob/00050: Starting mobile
22:49:16.865825 run       osmo-ms-mob/00050(pid=184): Launched
22:49:16.876871 run                             mass: MS start registered  {at=17492262.580225352, delay=0.005041182041168213, ms=00050}
22:49:17.252284 run                osmo-ms-mob/00051: Starting mobile
22:49:17.266135 run       osmo-ms-mob/00051(pid=185): Launched
22:49:17.277237 run                             mass: MS start registered  {at=17492262.9805844, delay=0.00483621284365654, ms=00051}
22:49:17.552572 run                osmo-ms-mob/00052: Starting mobile
22:49:17.566441 run       osmo-ms-mob/00052(pid=186): Launched
22:49:17.577798 run                             mass: MS start registered  {at=17492263.281147774, delay=0.00495181605219841, ms=00052}
22:49:17.851749 run                osmo-ms-mob/00053: Starting mobile
22:49:17.864833 run       osmo-ms-mob/00053(pid=187): Launched
22:49:17.876286 run                             mass: MS start registered  {at=17492263.579637714, delay=0.004812855273485184, ms=00053}
22:49:17.882578 run                             mass: MS performed LU  {at=17492263.58593832, lu_delay=5.905115783214569, ms=00035}
22:49:17.981538 run                             mass: MS performed LU  {at=17492263.68487266, lu_delay=5.630231402814388, ms=00036}
22:49:17.992843 run                osmo-ms-mob/00054: Starting mobile
22:49:18.006324 run       osmo-ms-mob/00054(pid=188): Launched
22:49:18.012610 run                             mass: MS performed LU  {at=17492263.71596761, lu_delay=5.292013440281153, ms=00037}
22:49:18.018725 run                             mass: MS start registered  {at=17492263.722090825, delay=0.006142623722553253, ms=00054}
22:49:18.133836 run                             mass: MS performed LU  {at=17492263.837171514, lu_delay=5.0556552447378635, ms=00038}
22:49:18.145464 run                osmo-ms-mob/00055: Starting mobile
22:49:18.159402 run       osmo-ms-mob/00055(pid=189): Launched
22:49:18.170628 run                             mass: MS start registered  {at=17492263.873979, delay=0.004790090024471283, ms=00055}
22:49:18.177135 run                             mass: MS performed LU  {at=17492263.880493857, lu_delay=4.800225310027599, ms=00039}
22:49:18.752290 run                osmo-ms-mob/00056: Starting mobile
22:49:18.765471 run       osmo-ms-mob/00056(pid=190): Launched
22:49:18.776532 run                             mass: MS start registered  {at=17492264.479883224, delay=0.004895240068435669, ms=00056}
22:49:19.055152 run                osmo-ms-mob/00057: Starting mobile
22:49:19.070396 run       osmo-ms-mob/00057(pid=191): Launched
22:49:19.081846 run                             mass: MS start registered  {at=17492264.78519699, delay=0.004470020532608032, ms=00057}
22:49:19.452386 run                osmo-ms-mob/00058: Starting mobile
22:49:19.466222 run       osmo-ms-mob/00058(pid=192): Launched
22:49:19.477583 run                             mass: MS start registered  {at=17492265.180930246, delay=0.005035173147916794, ms=00058}
22:49:19.752859 run                osmo-ms-mob/00059: Starting mobile
22:49:19.770557 run       osmo-ms-mob/00059(pid=193): Launched
22:49:19.782040 run                             mass: MS start registered  {at=17492265.485387497, delay=0.004755444824695587, ms=00059}
22:49:19.846745 run                             mass: MS performed LU  {at=17492265.550056115, lu_delay=5.404046565294266, ms=00043}
22:49:19.910741 run                             mass: MS performed LU  {at=17492265.614076946, lu_delay=5.655496783554554, ms=00042}
22:49:19.922509 run                osmo-ms-mob/00060: Starting mobile
22:49:19.936364 run       osmo-ms-mob/00060(pid=194): Launched
22:49:19.947766 run                             mass: MS start registered  {at=17492265.651118573, delay=0.005155894905328751, ms=00060}
22:49:20.035693 run                             mass: MS performed LU  {at=17492265.73902809, lu_delay=4.956983156502247, ms=00044}
22:49:20.072047 run                             mass: MS performed LU  {at=17492265.775387112, lu_delay=6.2957140021026134, ms=00040}
22:49:20.326562 run                             mass: MS performed LU  {at=17492266.02989067, lu_delay=4.949145715683699, ms=00045}
22:49:20.338458 run                osmo-ms-mob/00061: Starting mobile
22:49:20.352174 run       osmo-ms-mob/00061(pid=195): Launched
22:49:20.363550 run                             mass: MS start registered  {at=17492266.06689439, delay=0.005101557821035385, ms=00061}
22:49:20.751903 run                osmo-ms-mob/00062: Starting mobile
22:49:20.766191 run       osmo-ms-mob/00062(pid=196): Launched
22:49:20.777489 run                             mass: MS start registered  {at=17492266.480835, delay=0.004995118826627731, ms=00062}
22:49:21.052926 run                osmo-ms-mob/00063: Starting mobile
22:49:21.067041 run       osmo-ms-mob/00063(pid=197): Launched
22:49:21.078931 run                             mass: MS start registered  {at=17492266.78227968, delay=0.004923973232507706, ms=00063}
22:49:21.452896 run                osmo-ms-mob/00064: Starting mobile
22:49:21.467436 run       osmo-ms-mob/00064(pid=198): Launched
22:49:21.478870 run                             mass: MS start registered  {at=17492267.18221861, delay=0.004987109452486038, ms=00064}
22:49:21.645902 run                             mass: MS performed LU  {at=17492267.34923947, lu_delay=5.338671565055847, ms=00049}
22:49:21.664210 run                             mass: MS performed LU  {at=17492267.367556896, lu_delay=4.78733154386282, ms=00050}
22:49:21.775424 run                             mass: MS performed LU  {at=17492267.478740584, lu_delay=5.592582896351814, ms=00048}
22:49:21.789871 run                osmo-ms-mob/00065: Starting mobile
22:49:21.803570 run       osmo-ms-mob/00065(pid=199): Launched
22:49:21.814785 run                             mass: MS start registered  {at=17492267.518135186, delay=0.004891686141490936, ms=00065}
22:49:21.936777 run                             mass: MS performed LU  {at=17492267.64011357, lu_delay=5.960673540830612, ms=00047}
22:49:21.992634 run                             mass: MS performed LU  {at=17492267.695960842, lu_delay=4.715376440435648, ms=00051}
22:49:22.004131 run                osmo-ms-mob/00066: Starting mobile
22:49:22.017919 run       osmo-ms-mob/00066(pid=200): Launched
22:49:22.029130 run                             mass: MS start registered  {at=17492267.732471224, delay=0.004934255033731461, ms=00066}
22:49:22.552069 run                osmo-ms-mob/00067: Starting mobile
22:49:22.565810 run       osmo-ms-mob/00067(pid=201): Launched
22:49:22.577580 run                             mass: MS start registered  {at=17492268.280927293, delay=0.005429975688457489, ms=00067}
22:49:22.795696 run                             mass: MS performed LU  {at=17492268.49902799, lu_delay=5.217880215495825, ms=00052}
22:49:22.807266 run                osmo-ms-mob/00068: Starting mobile
22:49:22.821266 run       osmo-ms-mob/00068(pid=202): Launched
22:49:22.833133 run                             mass: MS start registered  {at=17492268.536474835, delay=0.00529707595705986, ms=00068}
22:49:22.906015 run                             mass: MS performed LU  {at=17492268.609351322, lu_delay=7.228240925818682, ms=00046}
22:49:23.017081 run                             mass: MS performed LU  {at=17492268.720400676, lu_delay=3.9352036863565445, ms=00057}
22:49:23.302438 run                osmo-ms-mob/00069: Starting mobile
22:49:23.315644 run       osmo-ms-mob/00069(pid=203): Launched
22:49:23.326593 run                             mass: MS start registered  {at=17492269.029942915, delay=0.004671525210142136, ms=00069}
22:49:23.565899 run                             mass: MS performed LU  {at=17492269.26923583, lu_delay=5.689598117023706, ms=00053}
22:49:23.577824 run                osmo-ms-mob/00070: Starting mobile
22:49:23.591834 run       osmo-ms-mob/00070(pid=204): Launched
22:49:23.603160 run                             mass: MS start registered  {at=17492269.306500625, delay=0.005047686398029327, ms=00070}
22:49:23.609275 run                             mass: MS performed LU  {at=17492269.312636413, lu_delay=5.438657414168119, ms=00055}
22:49:23.620989 run                             mass: MS performed LU  {at=17492269.324341282, lu_delay=4.844458058476448, ms=00056}
22:49:24.052537 run                osmo-ms-mob/00071: Starting mobile
22:49:24.067193 run       osmo-ms-mob/00071(pid=205): Launched
22:49:24.080111 run                             mass: MS start registered  {at=17492269.783452917, delay=0.0062419213354587555, ms=00071}
22:49:24.452861 run                osmo-ms-mob/00072: Starting mobile
22:49:24.467096 run       osmo-ms-mob/00072(pid=206): Launched
22:49:24.473474 run                             mass: MS performed LU  {at=17492270.176831372, lu_delay=6.454740546643734, ms=00054}
22:49:24.480148 run                             mass: MS start registered  {at=17492270.183508825, delay=0.006698302924633026, ms=00072}
22:49:24.852170 run                osmo-ms-mob/00073: Starting mobile
22:49:24.865546 run       osmo-ms-mob/00073(pid=207): Launched
22:49:24.876884 run                             mass: MS start registered  {at=17492270.580229905, delay=0.005210015922784805, ms=00073}
22:49:25.252115 run                osmo-ms-mob/00074: Starting mobile
22:49:25.266330 run       osmo-ms-mob/00074(pid=208): Launched
22:49:25.277730 run                             mass: MS start registered  {at=17492270.981078286, delay=0.005043786019086838, ms=00074}
22:49:25.430480 run                             mass: MS performed LU  {at=17492271.13381359, lu_delay=5.066919200122356, ms=00061}
22:49:25.467646 run                             mass: MS performed LU  {at=17492271.17095736, lu_delay=5.519838787615299, ms=00060}
22:49:25.541380 run                             mass: MS performed LU  {at=17492271.244715326, lu_delay=4.763880327343941, ms=00062}
22:49:25.552643 run                osmo-ms-mob/00075: Starting mobile
22:49:25.565988 run       osmo-ms-mob/00075(pid=209): Launched
22:49:25.577012 run                             mass: MS start registered  {at=17492271.280364286, delay=0.0047481246292591095, ms=00075}
22:49:25.731205 run                             mass: MS performed LU  {at=17492271.43452094, lu_delay=4.652241259813309, ms=00063}
22:49:25.757965 run                             mass: MS performed LU  {at=17492271.46129854, lu_delay=6.28036829456687, ms=00058}
22:49:26.152442 run                osmo-ms-mob/00076: Starting mobile
22:49:26.166742 run       osmo-ms-mob/00076(pid=210): Launched
22:49:26.178766 run                             mass: MS start registered  {at=17492271.88210424, delay=0.005539044737815857, ms=00076}
22:49:26.552200 run                osmo-ms-mob/00077: Starting mobile
22:49:26.565965 run       osmo-ms-mob/00077(pid=211): Launched
22:49:26.577446 run                             mass: MS start registered  {at=17492272.280796286, delay=0.0024103038012981415, ms=00077}
22:49:27.052345 run                osmo-ms-mob/00078: Starting mobile
22:49:27.066071 run       osmo-ms-mob/00078(pid=212): Launched
22:49:27.077269 run                             mass: MS start registered  {at=17492272.780619238, delay=0.004877854138612747, ms=00078}
22:49:27.276330 run                             mass: MS performed LU  {at=17492272.97966528, lu_delay=5.797446668148041, ms=00064}
22:49:27.295221 run                             mass: MS performed LU  {at=17492272.99856244, lu_delay=5.480427253991365, ms=00065}
22:49:27.307168 run                osmo-ms-mob/00079: Starting mobile
22:49:27.320906 run       osmo-ms-mob/00079(pid=213): Launched
22:49:27.332348 run                             mass: MS performed LU  {at=17492273.03568349, lu_delay=5.303212266415358, ms=00066}
22:49:27.338779 run                             mass: MS start registered  {at=17492273.042143326, delay=0.011433534324169159, ms=00079}
22:49:27.603873 run                             mass: MS performed LU  {at=17492273.30720707, lu_delay=5.026279777288437, ms=00067}
22:49:27.622256 run                             mass: MS performed LU  {at=17492273.325603522, lu_delay=4.789128687232733, ms=00068}
22:49:27.952276 run                osmo-ms-mob/00080: Starting mobile
22:49:27.965955 run       osmo-ms-mob/00080(pid=214): Launched
22:49:27.977089 run                             mass: MS start registered  {at=17492273.680442, delay=0.00488324835896492, ms=00080}
22:49:28.452646 run                osmo-ms-mob/00081: Starting mobile
22:49:28.466512 run       osmo-ms-mob/00081(pid=215): Launched
22:49:28.477593 run                             mass: MS start registered  {at=17492274.18094372, delay=0.004795253276824951, ms=00081}
22:49:29.393496 run                osmo-ms-mob/00082: Starting mobile
22:49:29.407428 run       osmo-ms-mob/00082(pid=216): Launched
22:49:29.413479 run                             mass: Starting too slowly. Moving on {now=17492275.116848562, sleep=-0.4674207419157028, target=17492274.64942782}
22:49:29.419225 run                             mass: MS performed LU  {at=17492275.1225841, lu_delay=5.81608347594738, ms=00070}
22:49:29.425282 run                             mass: Starting too slowly. Moving on {now=17492275.128651414, sleep=-0.3792235925793648, target=17492274.74942782}
22:49:29.430874 run                             mass: MS performed LU  {at=17492275.134236816, lu_delay=6.104293901473284, ms=00069}
22:49:29.436781 run                             mass: Starting too slowly. Moving on {now=17492275.140151206, sleep=-0.29072338342666626, target=17492274.849427823}
22:49:29.442444 run                             mass: MS performed LU  {at=17492275.145808414, lu_delay=5.362355496734381, ms=00071}
22:49:29.448293 run                             mass: Starting too slowly. Moving on {now=17492275.151663773, sleep=-0.20223594829440117, target=17492274.949427824}
22:49:29.454203 run                             mass: MS start registered  {at=17492275.15756489, delay=0.04071826860308647, ms=00082}
22:49:29.459973 run                             mass: Starting too slowly. Moving on {now=17492275.163343985, sleep=-0.11391615867614746, target=17492275.049427826}
22:49:29.465553 run                             mass: MS performed LU  {at=17492275.168917496, lu_delay=4.985408671200275, ms=00072}
22:49:29.471583 run                             mass: Starting too slowly. Moving on {now=17492275.174952503, sleep=-0.025524675846099854, target=17492275.149427827}
22:49:29.477199 run                             mass: MS performed LU  {at=17492275.18056223, lu_delay=4.600332327187061, ms=00073}
22:49:29.813496 run                osmo-ms-mob/00083: Starting mobile
22:49:29.826550 run       osmo-ms-mob/00083(pid=217): Launched
22:49:29.832541 run                             mass: Starting too slowly. Moving on {now=17492275.535911545, sleep=-0.2864837162196636, target=17492275.24942783}
22:49:29.838604 run                             mass: MS start registered  {at=17492275.54196403, delay=0.006054595112800598, ms=00083}
22:49:29.844253 run                             mass: Starting too slowly. Moving on {now=17492275.547623657, sleep=-0.19819582626223564, target=17492275.34942783}
22:49:29.849752 run                             mass: Starting too slowly. Moving on {now=17492275.55312336, sleep=-0.10369552671909332, target=17492275.449427832}
22:49:29.855218 run                             mass: Starting too slowly. Moving on {now=17492275.558590118, sleep=-0.009162284433841705, target=17492275.549427833}
22:49:30.220930 run                osmo-ms-mob/00084: Starting mobile
22:49:30.234199 run       osmo-ms-mob/00084(pid=218): Launched
22:49:30.240311 run                             mass: Starting too slowly. Moving on {now=17492275.94368087, sleep=-0.19425303488969803, target=17492275.749427836}
22:49:30.245906 run                             mass: MS start registered  {at=17492275.94926704, delay=0.005588490515947342, ms=00084}
22:49:30.251905 run                             mass: Starting too slowly. Moving on {now=17492275.955274597, sleep=-0.10584675893187523, target=17492275.849427838}
22:49:30.257474 run                             mass: Starting too slowly. Moving on {now=17492275.96084467, sleep=-0.011416830122470856, target=17492275.94942784}
22:49:30.451717 run                osmo-ms-mob/00085: Starting mobile
22:49:30.465110 run       osmo-ms-mob/00085(pid=219): Launched
22:49:30.476010 run                             mass: MS start registered  {at=17492276.179362483, delay=0.004875171929597855, ms=00085}
22:49:31.055221 run                osmo-ms-mob/00086: Starting mobile
22:49:31.069149 run       osmo-ms-mob/00086(pid=220): Launched
22:49:31.080534 run                             mass: MS start registered  {at=17492276.783887535, delay=0.004615090787410736, ms=00086}
22:49:31.443623 run                             mass: MS performed LU  {at=17492277.14695537, lu_delay=4.866159085184336, ms=00077}
22:49:31.512766 run                             mass: MS performed LU  {at=17492277.21610442, lu_delay=5.334000181406736, ms=00076}
22:49:31.531049 run                             mass: MS performed LU  {at=17492277.23439767, lu_delay=5.9540333822369576, ms=00075}
22:49:31.542625 run                osmo-ms-mob/00087: Starting mobile
22:49:31.555979 run       osmo-ms-mob/00087(pid=221): Launched
22:49:31.567368 run                             mass: MS start registered  {at=17492277.27071875, delay=0.005082111805677414, ms=00087}
22:49:31.574139 run                             mass: MS performed LU  {at=17492277.277495086, lu_delay=6.29641680046916, ms=00074}
22:49:32.252547 run                osmo-ms-mob/00088: Starting mobile
22:49:32.266230 run       osmo-ms-mob/00088(pid=222): Launched
22:49:32.277998 run                             mass: MS start registered  {at=17492277.98133795, delay=0.00547424703836441, ms=00088}
22:49:32.852479 run                osmo-ms-mob/00089: Starting mobile
22:49:32.865942 run       osmo-ms-mob/00089(pid=223): Launched
22:49:32.877212 run                             mass: MS start registered  {at=17492278.58056463, delay=0.00498899444937706, ms=00089}
22:49:33.026761 run                             mass: MS performed LU  {at=17492278.730070706, lu_delay=5.049628704786301, ms=00080}
22:49:33.045080 run                             mass: MS performed LU  {at=17492278.748427175, lu_delay=5.70628384873271, ms=00079}
22:49:33.072648 run                             mass: MS performed LU  {at=17492278.77599322, lu_delay=5.995373982936144, ms=00078}
22:49:33.197341 run                             mass: MS performed LU  {at=17492278.900675315, lu_delay=4.719731595367193, ms=00081}
22:49:33.494662 run                osmo-ms-mob/00090: Starting mobile
22:49:33.509367 run       osmo-ms-mob/00090(pid=224): Launched
22:49:33.520598 run                             mass: MS start registered  {at=17492279.223948315, delay=0.004926305264234543, ms=00090}
22:49:34.152093 run                osmo-ms-mob/00091: Starting mobile
22:49:34.165881 run       osmo-ms-mob/00091(pid=225): Launched
22:49:34.177907 run                             mass: MS start registered  {at=17492279.881232955, delay=0.005731608718633652, ms=00091}
22:49:34.808428 run                             mass: MS performed LU  {at=17492280.511758264, lu_delay=4.562491223216057, ms=00084}
22:49:34.820177 run                osmo-ms-mob/00092: Starting mobile
22:49:34.834078 run       osmo-ms-mob/00092(pid=226): Launched
22:49:34.840855 run                             mass: MS performed LU  {at=17492280.54421156, lu_delay=5.386646669358015, ms=00082}
22:49:34.851997 run                             mass: MS start registered  {at=17492280.5553591, delay=0.011170554906129837, ms=00092}
22:49:34.974696 run                             mass: MS performed LU  {at=17492280.67803262, lu_delay=5.136068589985371, ms=00083}
22:49:35.334970 run                             mass: MS performed LU  {at=17492281.038301826, lu_delay=4.858939342200756, ms=00085}
22:49:35.652417 run                osmo-ms-mob/00093: Starting mobile
22:49:35.665795 run       osmo-ms-mob/00093(pid=227): Launched
22:49:35.677310 run                             mass: MS start registered  {at=17492281.3806613, delay=0.005138713866472244, ms=00093}
22:49:36.552156 run                osmo-ms-mob/00094: Starting mobile
22:49:36.565777 run       osmo-ms-mob/00094(pid=228): Launched
22:49:36.576962 run                             mass: MS start registered  {at=17492282.280314267, delay=0.005132492631673813, ms=00094}
22:49:36.793211 run                             mass: MS performed LU  {at=17492282.496532187, lu_delay=5.712644651532173, ms=00086}
22:49:36.811237 run                             mass: MS performed LU  {at=17492282.51456721, lu_delay=5.2438484616577625, ms=00087}
22:49:36.963514 run                             mass: MS performed LU  {at=17492282.6668491, lu_delay=22.886290043592453, ms=00041}
22:49:37.074394 run                             mass: MS performed LU  {at=17492282.77770441, lu_delay=4.796366460621357, ms=00088}
22:49:37.452284 run                osmo-ms-mob/00095: Starting mobile
22:49:37.466609 run       osmo-ms-mob/00095(pid=229): Launched
22:49:37.478171 run                             mass: MS start registered  {at=17492283.18152129, delay=0.0036314912140369415, ms=00095}
22:49:38.451963 run                osmo-ms-mob/00096: Starting mobile
22:49:38.465716 run       osmo-ms-mob/00096(pid=230): Launched
22:49:38.480865 run                             mass: MS start registered  {at=17492284.18421311, delay=0.008889928460121155, ms=00096}
22:49:38.574136 run                             mass: MS performed LU  {at=17492284.277470894, lu_delay=5.696906264871359, ms=00089}
22:49:38.740681 run                             mass: MS performed LU  {at=17492284.444012947, lu_delay=5.220064632594585, ms=00090}
22:49:39.063306 run                             mass: MS performed LU  {at=17492284.766623303, lu_delay=4.8853903487324715, ms=00091}
22:49:39.553805 run                osmo-ms-mob/00097: Starting mobile
22:49:39.567876 run       osmo-ms-mob/00097(pid=231): Launched
22:49:39.580309 run                             mass: MS start registered  {at=17492285.283650044, delay=0.005746487528085709, ms=00097}
22:49:40.558735 run                             mass: MS performed LU  {at=17492286.262060046, lu_delay=5.706700947135687, ms=00092}
22:49:40.576676 run                             mass: MS performed LU  {at=17492286.280026406, lu_delay=4.899365104734898, ms=00093}
22:49:40.852522 run                osmo-ms-mob/00098: Starting mobile
22:49:40.865765 run       osmo-ms-mob/00098(pid=232): Launched
22:49:40.877200 run                             mass: MS start registered  {at=17492286.580539998, delay=0.00523429736495018, ms=00098}
22:49:42.488218 run                             mass: MS performed LU  {at=17492288.19155241, lu_delay=5.010031122714281, ms=00095}
22:49:42.506788 run                             mass: MS performed LU  {at=17492288.21010347, lu_delay=5.929789204150438, ms=00094}
22:49:42.520110 run                osmo-ms-mob/00099: Starting mobile
22:49:42.534218 run       osmo-ms-mob/00099(pid=233): Launched
22:49:42.540535 run                             mass: All started... {duration=55.59447640553117, too_slow=27}
22:49:42.546699 run                             mass: MS start registered  {at=17492288.250057414, delay=0.0061568208038806915, ms=00099}
22:49:42.810932 run                             mass: MS performed LU  {at=17492288.514265522, lu_delay=23.028878025710583, ms=00059}
22:49:44.324943 run                             mass: MS performed LU  {at=17492290.028226096, lu_delay=5.84401298686862, ms=00096}
22:49:44.343141 run                             mass: MS performed LU  {at=17492290.04648587, lu_delay=4.762835826724768, ms=00097}
22:49:46.253240 run                             mass: MS performed LU  {at=17492291.956574906, lu_delay=5.3760349079966545, ms=00098}
22:49:48.091195 run                             mass: MS performed LU  {at=17492293.79451178, lu_delay=5.544454365968704, ms=00099}
22:49:48.098450 run                             mass: Tests done {all_completed=True, max=23.028878025710583, min=3.9352036863565445}
22:49:48.104123 tst         register_default_mass.py: Test passed (87.3 sec)
22:49:48.109844 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminating (SIGTERM)
22:49:48.113241 run      osmo-hlr_127.0.42.2(pid=22): Terminating (SIGTERM)
22:49:48.116564 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminating (SIGTERM)
22:49:48.119935 run      osmo-stp_127.0.42.5(pid=24): Terminating (SIGTERM)
22:49:48.123262 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminating (SIGTERM)
22:49:48.126637 run      osmo-msc_127.0.42.6(pid=26): Terminating (SIGTERM)
22:49:48.130048 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminating (SIGTERM)
22:49:48.133335 run      osmo-mgw_127.0.42.3(pid=28): Terminating (SIGTERM)
22:49:48.136622 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminating (SIGTERM)
22:49:48.140036 run      osmo-mgw_127.0.42.4(pid=30): Terminating (SIGTERM)
22:49:48.143344 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminating (SIGTERM)
22:49:48.146645 run      osmo-bsc_127.0.42.7(pid=32): Terminating (SIGTERM)
22:49:48.149945 run         osmo-bts-virtual(pid=33): Terminating (SIGTERM)
22:49:48.153312 run   osmo-ms-virt-phy/00000(pid=34): Terminating (SIGTERM)
22:49:48.156789 run   osmo-ms-virt-phy/00001(pid=35): Terminating (SIGTERM)
22:49:48.160534 run   osmo-ms-virt-phy/00002(pid=36): Terminating (SIGTERM)
22:49:48.164365 run   osmo-ms-virt-phy/00003(pid=37): Terminating (SIGTERM)
22:49:48.167941 run   osmo-ms-virt-phy/00004(pid=38): Terminating (SIGTERM)
22:49:48.171399 run   osmo-ms-virt-phy/00005(pid=39): Terminating (SIGTERM)
22:49:48.174844 run   osmo-ms-virt-phy/00006(pid=40): Terminating (SIGTERM)
22:49:48.179041 run   osmo-ms-virt-phy/00007(pid=41): Terminating (SIGTERM)
22:49:48.183048 run   osmo-ms-virt-phy/00008(pid=42): Terminating (SIGTERM)
22:49:48.187706 run   osmo-ms-virt-phy/00009(pid=43): Terminating (SIGTERM)
22:49:48.194274 run   osmo-ms-virt-phy/00010(pid=44): Terminating (SIGTERM)
22:49:48.198524 run   osmo-ms-virt-phy/00011(pid=45): Terminating (SIGTERM)
22:49:48.202659 run   osmo-ms-virt-phy/00012(pid=46): Terminating (SIGTERM)
22:49:48.206844 run   osmo-ms-virt-phy/00013(pid=47): Terminating (SIGTERM)
22:49:48.211188 run   osmo-ms-virt-phy/00014(pid=48): Terminating (SIGTERM)
22:49:48.215491 run   osmo-ms-virt-phy/00015(pid=49): Terminating (SIGTERM)
22:49:48.219816 run   osmo-ms-virt-phy/00016(pid=50): Terminating (SIGTERM)
22:49:48.224176 run   osmo-ms-virt-phy/00017(pid=51): Terminating (SIGTERM)
22:49:48.228602 run   osmo-ms-virt-phy/00018(pid=52): Terminating (SIGTERM)
22:49:48.233108 run   osmo-ms-virt-phy/00019(pid=53): Terminating (SIGTERM)
22:49:48.237593 run   osmo-ms-virt-phy/00020(pid=54): Terminating (SIGTERM)
22:49:48.241933 run   osmo-ms-virt-phy/00021(pid=55): Terminating (SIGTERM)
22:49:48.246327 run   osmo-ms-virt-phy/00022(pid=56): Terminating (SIGTERM)
22:49:48.250636 run   osmo-ms-virt-phy/00023(pid=57): Terminating (SIGTERM)
22:49:48.255548 run   osmo-ms-virt-phy/00024(pid=58): Terminating (SIGTERM)
22:49:48.260137 run   osmo-ms-virt-phy/00025(pid=59): Terminating (SIGTERM)
22:49:48.264577 run   osmo-ms-virt-phy/00026(pid=60): Terminating (SIGTERM)
22:49:48.269146 run   osmo-ms-virt-phy/00027(pid=61): Terminating (SIGTERM)
22:49:48.273605 run   osmo-ms-virt-phy/00028(pid=62): Terminating (SIGTERM)
22:49:48.278064 run   osmo-ms-virt-phy/00029(pid=63): Terminating (SIGTERM)
22:49:48.283435 run   osmo-ms-virt-phy/00030(pid=64): Terminating (SIGTERM)
22:49:48.288095 run   osmo-ms-virt-phy/00031(pid=65): Terminating (SIGTERM)
22:49:48.292749 run   osmo-ms-virt-phy/00032(pid=66): Terminating (SIGTERM)
22:49:48.297163 run   osmo-ms-virt-phy/00033(pid=67): Terminating (SIGTERM)
22:49:48.302321 run   osmo-ms-virt-phy/00034(pid=68): Terminating (SIGTERM)
22:49:48.306745 run   osmo-ms-virt-phy/00035(pid=69): Terminating (SIGTERM)
22:49:48.311065 run   osmo-ms-virt-phy/00036(pid=70): Terminating (SIGTERM)
22:49:48.315406 run   osmo-ms-virt-phy/00037(pid=71): Terminating (SIGTERM)
22:49:48.319656 run   osmo-ms-virt-phy/00038(pid=72): Terminating (SIGTERM)
22:49:48.323862 run   osmo-ms-virt-phy/00039(pid=73): Terminating (SIGTERM)
22:49:48.328388 run   osmo-ms-virt-phy/00040(pid=74): Terminating (SIGTERM)
22:49:48.332676 run   osmo-ms-virt-phy/00041(pid=75): Terminating (SIGTERM)
22:49:48.336835 run   osmo-ms-virt-phy/00042(pid=76): Terminating (SIGTERM)
22:49:48.340999 run   osmo-ms-virt-phy/00043(pid=77): Terminating (SIGTERM)
22:49:48.345091 run   osmo-ms-virt-phy/00044(pid=78): Terminating (SIGTERM)
22:49:48.349153 run   osmo-ms-virt-phy/00045(pid=79): Terminating (SIGTERM)
22:49:48.353211 run   osmo-ms-virt-phy/00046(pid=80): Terminating (SIGTERM)
22:49:48.357267 run   osmo-ms-virt-phy/00047(pid=81): Terminating (SIGTERM)
22:49:48.361346 run   osmo-ms-virt-phy/00048(pid=82): Terminating (SIGTERM)
22:49:48.365300 run   osmo-ms-virt-phy/00049(pid=83): Terminating (SIGTERM)
22:49:48.369302 run   osmo-ms-virt-phy/00050(pid=84): Terminating (SIGTERM)
22:49:48.373846 run   osmo-ms-virt-phy/00051(pid=85): Terminating (SIGTERM)
22:49:48.377837 run   osmo-ms-virt-phy/00052(pid=86): Terminating (SIGTERM)
22:49:48.381796 run   osmo-ms-virt-phy/00053(pid=87): Terminating (SIGTERM)
22:49:48.385750 run   osmo-ms-virt-phy/00054(pid=88): Terminating (SIGTERM)
22:49:48.389717 run   osmo-ms-virt-phy/00055(pid=89): Terminating (SIGTERM)
22:49:48.393675 run   osmo-ms-virt-phy/00056(pid=90): Terminating (SIGTERM)
22:49:48.397634 run   osmo-ms-virt-phy/00057(pid=91): Terminating (SIGTERM)
22:49:48.402247 run   osmo-ms-virt-phy/00058(pid=92): Terminating (SIGTERM)
22:49:48.406395 run   osmo-ms-virt-phy/00059(pid=93): Terminating (SIGTERM)
22:49:48.410779 run   osmo-ms-virt-phy/00060(pid=94): Terminating (SIGTERM)
22:49:48.414637 run   osmo-ms-virt-phy/00061(pid=95): Terminating (SIGTERM)
22:49:48.418508 run   osmo-ms-virt-phy/00062(pid=96): Terminating (SIGTERM)
22:49:48.422481 run   osmo-ms-virt-phy/00063(pid=97): Terminating (SIGTERM)
22:49:48.426450 run   osmo-ms-virt-phy/00064(pid=98): Terminating (SIGTERM)
22:49:48.430394 run   osmo-ms-virt-phy/00065(pid=99): Terminating (SIGTERM)
22:49:48.434377 run  osmo-ms-virt-phy/00066(pid=100): Terminating (SIGTERM)
22:49:48.438450 run  osmo-ms-virt-phy/00067(pid=101): Terminating (SIGTERM)
22:49:48.442511 run  osmo-ms-virt-phy/00068(pid=102): Terminating (SIGTERM)
22:49:48.446598 run  osmo-ms-virt-phy/00069(pid=103): Terminating (SIGTERM)
22:49:48.450839 run  osmo-ms-virt-phy/00070(pid=104): Terminating (SIGTERM)
22:49:48.455049 run  osmo-ms-virt-phy/00071(pid=105): Terminating (SIGTERM)
22:49:48.459880 run  osmo-ms-virt-phy/00072(pid=106): Terminating (SIGTERM)
22:49:48.464207 run  osmo-ms-virt-phy/00073(pid=107): Terminating (SIGTERM)
22:49:48.468602 run  osmo-ms-virt-phy/00074(pid=108): Terminating (SIGTERM)
22:49:48.472691 run  osmo-ms-virt-phy/00075(pid=109): Terminating (SIGTERM)
22:49:48.476887 run  osmo-ms-virt-phy/00076(pid=110): Terminating (SIGTERM)
22:49:48.481051 run  osmo-ms-virt-phy/00077(pid=111): Terminating (SIGTERM)
22:49:48.485112 run  osmo-ms-virt-phy/00078(pid=112): Terminating (SIGTERM)
22:49:48.489270 run  osmo-ms-virt-phy/00079(pid=113): Terminating (SIGTERM)
22:49:48.493381 run  osmo-ms-virt-phy/00080(pid=114): Terminating (SIGTERM)
22:49:48.497462 run  osmo-ms-virt-phy/00081(pid=115): Terminating (SIGTERM)
22:49:48.501524 run  osmo-ms-virt-phy/00082(pid=116): Terminating (SIGTERM)
22:49:48.506109 run  osmo-ms-virt-phy/00083(pid=117): Terminating (SIGTERM)
22:49:48.510280 run  osmo-ms-virt-phy/00084(pid=118): Terminating (SIGTERM)
22:49:48.514265 run  osmo-ms-virt-phy/00085(pid=119): Terminating (SIGTERM)
22:49:48.518269 run  osmo-ms-virt-phy/00086(pid=120): Terminating (SIGTERM)
22:49:48.522259 run  osmo-ms-virt-phy/00087(pid=121): Terminating (SIGTERM)
22:49:48.526232 run  osmo-ms-virt-phy/00088(pid=122): Terminating (SIGTERM)
22:49:48.530177 run  osmo-ms-virt-phy/00089(pid=123): Terminating (SIGTERM)
22:49:48.534181 run  osmo-ms-virt-phy/00090(pid=124): Terminating (SIGTERM)
22:49:48.538079 run  osmo-ms-virt-phy/00091(pid=125): Terminating (SIGTERM)
22:49:48.542244 run  osmo-ms-virt-phy/00092(pid=126): Terminating (SIGTERM)
22:49:48.546637 run  osmo-ms-virt-phy/00093(pid=127): Terminating (SIGTERM)
22:49:48.550661 run  osmo-ms-virt-phy/00094(pid=128): Terminating (SIGTERM)
22:49:48.554788 run  osmo-ms-virt-phy/00095(pid=129): Terminating (SIGTERM)
22:49:48.558977 run  osmo-ms-virt-phy/00096(pid=130): Terminating (SIGTERM)
22:49:48.563259 run  osmo-ms-virt-phy/00097(pid=131): Terminating (SIGTERM)
22:49:48.567548 run  osmo-ms-virt-phy/00098(pid=132): Terminating (SIGTERM)
22:49:48.571822 run  osmo-ms-virt-phy/00099(pid=133): Terminating (SIGTERM)
22:49:48.576116 run       osmo-ms-mob/00000(pid=134): Terminating (SIGTERM)
22:49:48.580331 run       osmo-ms-mob/00001(pid=135): Terminating (SIGTERM)
22:49:48.584543 run       osmo-ms-mob/00002(pid=136): Terminating (SIGTERM)
22:49:48.588720 run       osmo-ms-mob/00003(pid=137): Terminating (SIGTERM)
22:49:48.592876 run       osmo-ms-mob/00004(pid=138): Terminating (SIGTERM)
22:49:48.596954 run       osmo-ms-mob/00005(pid=139): Terminating (SIGTERM)
22:49:48.600887 run       osmo-ms-mob/00006(pid=140): Terminating (SIGTERM)
22:49:48.604647 run       osmo-ms-mob/00007(pid=141): Terminating (SIGTERM)
22:49:48.608290 run       osmo-ms-mob/00008(pid=142): Terminating (SIGTERM)
22:49:48.611872 run       osmo-ms-mob/00009(pid=143): Terminating (SIGTERM)
22:49:48.615369 run       osmo-ms-mob/00010(pid=144): Terminating (SIGTERM)
22:49:48.618819 run       osmo-ms-mob/00011(pid=145): Terminating (SIGTERM)
22:49:48.622263 run       osmo-ms-mob/00012(pid=146): Terminating (SIGTERM)
22:49:48.625739 run       osmo-ms-mob/00013(pid=147): Terminating (SIGTERM)
22:49:48.629316 run       osmo-ms-mob/00014(pid=148): Terminating (SIGTERM)
22:49:48.632949 run       osmo-ms-mob/00015(pid=149): Terminating (SIGTERM)
22:49:48.636623 run       osmo-ms-mob/00016(pid=150): Terminating (SIGTERM)
22:49:48.640362 run       osmo-ms-mob/00017(pid=151): Terminating (SIGTERM)
22:49:48.644065 run       osmo-ms-mob/00018(pid=152): Terminating (SIGTERM)
22:49:48.647666 run       osmo-ms-mob/00019(pid=153): Terminating (SIGTERM)
22:49:48.651239 run       osmo-ms-mob/00020(pid=154): Terminating (SIGTERM)
22:49:48.654737 run       osmo-ms-mob/00021(pid=155): Terminating (SIGTERM)
22:49:48.658225 run       osmo-ms-mob/00022(pid=156): Terminating (SIGTERM)
22:49:48.661716 run       osmo-ms-mob/00023(pid=157): Terminating (SIGTERM)
22:49:48.665210 run       osmo-ms-mob/00024(pid=158): Terminating (SIGTERM)
22:49:48.668723 run       osmo-ms-mob/00025(pid=159): Terminating (SIGTERM)
22:49:48.672131 run       osmo-ms-mob/00026(pid=160): Terminating (SIGTERM)
22:49:48.675535 run       osmo-ms-mob/00027(pid=161): Terminating (SIGTERM)
22:49:48.678941 run       osmo-ms-mob/00028(pid=162): Terminating (SIGTERM)
22:49:48.682351 run       osmo-ms-mob/00029(pid=163): Terminating (SIGTERM)
22:49:48.685762 run       osmo-ms-mob/00030(pid=164): Terminating (SIGTERM)
22:49:48.689187 run       osmo-ms-mob/00031(pid=165): Terminating (SIGTERM)
22:49:48.692595 run       osmo-ms-mob/00032(pid=166): Terminating (SIGTERM)
22:49:48.696046 run       osmo-ms-mob/00033(pid=167): Terminating (SIGTERM)
22:49:48.699497 run       osmo-ms-mob/00034(pid=168): Terminating (SIGTERM)
22:49:48.702982 run       osmo-ms-mob/00035(pid=169): Terminating (SIGTERM)
22:49:48.706469 run       osmo-ms-mob/00036(pid=170): Terminating (SIGTERM)
22:49:48.709880 run       osmo-ms-mob/00037(pid=171): Terminating (SIGTERM)
22:49:48.713239 run       osmo-ms-mob/00038(pid=172): Terminating (SIGTERM)
22:49:48.716651 run       osmo-ms-mob/00039(pid=173): Terminating (SIGTERM)
22:49:48.720062 run       osmo-ms-mob/00040(pid=174): Terminating (SIGTERM)
22:49:48.723480 run       osmo-ms-mob/00041(pid=175): Terminating (SIGTERM)
22:49:48.726901 run       osmo-ms-mob/00042(pid=176): Terminating (SIGTERM)
22:49:48.730436 run       osmo-ms-mob/00043(pid=177): Terminating (SIGTERM)
22:49:48.734060 run       osmo-ms-mob/00044(pid=178): Terminating (SIGTERM)
22:49:48.737781 run       osmo-ms-mob/00045(pid=179): Terminating (SIGTERM)
22:49:48.741584 run       osmo-ms-mob/00046(pid=180): Terminating (SIGTERM)
22:49:48.745476 run       osmo-ms-mob/00047(pid=181): Terminating (SIGTERM)
22:49:48.749421 run       osmo-ms-mob/00048(pid=182): Terminating (SIGTERM)
22:49:48.753359 run       osmo-ms-mob/00049(pid=183): Terminating (SIGTERM)
22:49:48.757322 run       osmo-ms-mob/00050(pid=184): Terminating (SIGTERM)
22:49:48.761474 run       osmo-ms-mob/00051(pid=185): Terminating (SIGTERM)
22:49:48.765613 run       osmo-ms-mob/00052(pid=186): Terminating (SIGTERM)
22:49:48.769843 run       osmo-ms-mob/00053(pid=187): Terminating (SIGTERM)
22:49:48.774013 run       osmo-ms-mob/00054(pid=188): Terminating (SIGTERM)
22:49:48.778156 run       osmo-ms-mob/00055(pid=189): Terminating (SIGTERM)
22:49:48.782211 run       osmo-ms-mob/00056(pid=190): Terminating (SIGTERM)
22:49:48.786495 run       osmo-ms-mob/00057(pid=191): Terminating (SIGTERM)
22:49:48.790455 run       osmo-ms-mob/00058(pid=192): Terminating (SIGTERM)
22:49:48.794284 run       osmo-ms-mob/00059(pid=193): Terminating (SIGTERM)
22:49:48.798093 run       osmo-ms-mob/00060(pid=194): Terminating (SIGTERM)
22:49:48.801857 run       osmo-ms-mob/00061(pid=195): Terminating (SIGTERM)
22:49:48.805797 run       osmo-ms-mob/00062(pid=196): Terminating (SIGTERM)
22:49:48.809659 run       osmo-ms-mob/00063(pid=197): Terminating (SIGTERM)
22:49:48.813337 run       osmo-ms-mob/00064(pid=198): Terminating (SIGTERM)
22:49:48.816950 run       osmo-ms-mob/00065(pid=199): Terminating (SIGTERM)
22:49:48.820482 run       osmo-ms-mob/00066(pid=200): Terminating (SIGTERM)
22:49:48.824080 run       osmo-ms-mob/00067(pid=201): Terminating (SIGTERM)
22:49:48.827891 run       osmo-ms-mob/00068(pid=202): Terminating (SIGTERM)
22:49:48.831787 run       osmo-ms-mob/00069(pid=203): Terminating (SIGTERM)
22:49:48.835751 run       osmo-ms-mob/00070(pid=204): Terminating (SIGTERM)
22:49:48.839804 run       osmo-ms-mob/00071(pid=205): Terminating (SIGTERM)
22:49:48.843899 run       osmo-ms-mob/00072(pid=206): Terminating (SIGTERM)
22:49:48.847990 run       osmo-ms-mob/00073(pid=207): Terminating (SIGTERM)
22:49:48.851920 run       osmo-ms-mob/00074(pid=208): Terminating (SIGTERM)
22:49:48.855749 run       osmo-ms-mob/00075(pid=209): Terminating (SIGTERM)
22:49:48.859478 run       osmo-ms-mob/00076(pid=210): Terminating (SIGTERM)
22:49:48.863105 run       osmo-ms-mob/00077(pid=211): Terminating (SIGTERM)
22:49:48.866673 run       osmo-ms-mob/00078(pid=212): Terminating (SIGTERM)
22:49:48.870198 run       osmo-ms-mob/00079(pid=213): Terminating (SIGTERM)
22:49:48.873684 run       osmo-ms-mob/00080(pid=214): Terminating (SIGTERM)
22:49:48.877128 run       osmo-ms-mob/00081(pid=215): Terminating (SIGTERM)
22:49:48.880536 run       osmo-ms-mob/00082(pid=216): Terminating (SIGTERM)
22:49:48.883989 run       osmo-ms-mob/00083(pid=217): Terminating (SIGTERM)
22:49:48.887414 run       osmo-ms-mob/00084(pid=218): Terminating (SIGTERM)
22:49:48.890847 run       osmo-ms-mob/00085(pid=219): Terminating (SIGTERM)
22:49:48.894304 run       osmo-ms-mob/00086(pid=220): Terminating (SIGTERM)
22:49:48.897805 run       osmo-ms-mob/00087(pid=221): Terminating (SIGTERM)
22:49:48.901292 run       osmo-ms-mob/00088(pid=222): Terminating (SIGTERM)
22:49:48.904794 run       osmo-ms-mob/00089(pid=223): Terminating (SIGTERM)
22:49:48.908297 run       osmo-ms-mob/00090(pid=224): Terminating (SIGTERM)
22:49:48.911808 run       osmo-ms-mob/00091(pid=225): Terminating (SIGTERM)
22:49:48.915304 run       osmo-ms-mob/00092(pid=226): Terminating (SIGTERM)
22:49:48.918870 run       osmo-ms-mob/00093(pid=227): Terminating (SIGTERM)
22:49:48.922315 run       osmo-ms-mob/00094(pid=228): Terminating (SIGTERM)
22:49:48.925763 run       osmo-ms-mob/00095(pid=229): Terminating (SIGTERM)
22:49:48.929296 run       osmo-ms-mob/00096(pid=230): Terminating (SIGTERM)
22:49:48.932945 run       osmo-ms-mob/00097(pid=231): Terminating (SIGTERM)
22:49:48.936642 run       osmo-ms-mob/00098(pid=232): Terminating (SIGTERM)
22:49:48.940361 run       osmo-ms-mob/00099(pid=233): Terminating (SIGTERM)
22:49:48.944134 ---      ParallelTerminationStrategy: PID 21 died...
22:49:48.945824 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminated: ok {rc=0}
22:49:48.949977 ---      ParallelTerminationStrategy: PID 22 died...
22:49:48.951649 run      osmo-hlr_127.0.42.2(pid=22): Terminated: ok {rc=0}
22:49:48.955782 ---      ParallelTerminationStrategy: PID 23 died...
22:49:48.957417 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminated: ok {rc=0}
22:49:48.961442 ---      ParallelTerminationStrategy: PID 24 died...
22:49:48.963046 run      osmo-stp_127.0.42.5(pid=24): Terminated: ok {rc=0}
22:49:48.966990 ---      ParallelTerminationStrategy: PID 25 died...
22:49:48.968605 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminated: ok {rc=0}
22:49:48.972777 ---      ParallelTerminationStrategy: PID 26 died...
22:49:48.976621 run      osmo-msc_127.0.42.6(pid=26): Terminated: ok {rc=0}
22:49:48.980880 ---      ParallelTerminationStrategy: PID 27 died...
22:49:48.982612 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminated: ok {rc=0}
22:49:48.986964 ---      ParallelTerminationStrategy: PID 28 died...
22:49:48.988693 run      osmo-mgw_127.0.42.3(pid=28): Terminated {rc=15}
22:49:48.993027 ---      ParallelTerminationStrategy: PID 29 died...
22:49:48.994799 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminated: ok {rc=0}
22:49:48.999246 ---      ParallelTerminationStrategy: PID 30 died...
22:49:49.001060 run      osmo-mgw_127.0.42.4(pid=30): Terminated {rc=15}
22:49:49.005591 ---      ParallelTerminationStrategy: PID 31 died...
22:49:49.007386 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminated: ok {rc=0}
22:49:49.011860 ---      ParallelTerminationStrategy: PID 32 died...
22:49:49.013656 run      osmo-bsc_127.0.42.7(pid=32): Terminated: ok {rc=0}
22:49:49.018027 ---      ParallelTerminationStrategy: PID 34 died...
22:49:49.020203 run   osmo-ms-virt-phy/00000(pid=34): Terminated: ok {rc=0}
22:49:49.024461 ---      ParallelTerminationStrategy: PID 35 died...
22:49:49.026171 run   osmo-ms-virt-phy/00001(pid=35): Terminated: ok {rc=0}
22:49:49.030206 ---      ParallelTerminationStrategy: PID 36 died...
22:49:49.031875 run   osmo-ms-virt-phy/00002(pid=36): Terminated: ok {rc=0}
22:49:49.035811 ---      ParallelTerminationStrategy: PID 37 died...
22:49:49.037419 run   osmo-ms-virt-phy/00003(pid=37): Terminated: ok {rc=0}
22:49:49.041316 ---      ParallelTerminationStrategy: PID 38 died...
22:49:49.042880 run   osmo-ms-virt-phy/00004(pid=38): Terminated: ok {rc=0}
22:49:49.046732 ---      ParallelTerminationStrategy: PID 39 died...
22:49:49.048289 run   osmo-ms-virt-phy/00005(pid=39): Terminated: ok {rc=0}
22:49:49.052260 ---      ParallelTerminationStrategy: PID 40 died...
22:49:49.053904 run   osmo-ms-virt-phy/00006(pid=40): Terminated: ok {rc=0}
22:49:49.057988 ---      ParallelTerminationStrategy: PID 41 died...
22:49:49.059617 run   osmo-ms-virt-phy/00007(pid=41): Terminated: ok {rc=0}
22:49:49.063557 ---      ParallelTerminationStrategy: PID 42 died...
22:49:49.065122 run   osmo-ms-virt-phy/00008(pid=42): Terminated: ok {rc=0}
22:49:49.069014 ---      ParallelTerminationStrategy: PID 43 died...
22:49:49.070588 run   osmo-ms-virt-phy/00009(pid=43): Terminated: ok {rc=0}
22:49:49.074585 ---      ParallelTerminationStrategy: PID 44 died...
22:49:49.076188 run   osmo-ms-virt-phy/00010(pid=44): Terminated: ok {rc=0}
22:49:49.080167 ---      ParallelTerminationStrategy: PID 45 died...
22:49:49.081780 run   osmo-ms-virt-phy/00011(pid=45): Terminated: ok {rc=0}
22:49:49.085674 ---      ParallelTerminationStrategy: PID 46 died...
22:49:49.087254 run   osmo-ms-virt-phy/00012(pid=46): Terminated: ok {rc=0}
22:49:49.091157 ---      ParallelTerminationStrategy: PID 47 died...
22:49:49.092737 run   osmo-ms-virt-phy/00013(pid=47): Terminated: ok {rc=0}
22:49:49.096583 ---      ParallelTerminationStrategy: PID 48 died...
22:49:49.098144 run   osmo-ms-virt-phy/00014(pid=48): Terminated: ok {rc=0}
22:49:49.102062 ---      ParallelTerminationStrategy: PID 49 died...
22:49:49.103667 run   osmo-ms-virt-phy/00015(pid=49): Terminated: ok {rc=0}
22:49:49.107563 ---      ParallelTerminationStrategy: PID 50 died...
22:49:49.109134 run   osmo-ms-virt-phy/00016(pid=50): Terminated: ok {rc=0}
22:49:49.113029 ---      ParallelTerminationStrategy: PID 51 died...
22:49:49.114617 run   osmo-ms-virt-phy/00017(pid=51): Terminated: ok {rc=0}
22:49:49.118626 ---      ParallelTerminationStrategy: PID 52 died...
22:49:49.120214 run   osmo-ms-virt-phy/00018(pid=52): Terminated: ok {rc=0}
22:49:49.124176 ---      ParallelTerminationStrategy: PID 53 died...
22:49:49.125752 run   osmo-ms-virt-phy/00019(pid=53): Terminated: ok {rc=0}
22:49:49.129561 ---      ParallelTerminationStrategy: PID 54 died...
22:49:49.131136 run   osmo-ms-virt-phy/00020(pid=54): Terminated: ok {rc=0}
22:49:49.134969 ---      ParallelTerminationStrategy: PID 55 died...
22:49:49.136504 run   osmo-ms-virt-phy/00021(pid=55): Terminated: ok {rc=0}
22:49:49.140374 ---      ParallelTerminationStrategy: PID 56 died...
22:49:49.141969 run   osmo-ms-virt-phy/00022(pid=56): Terminated: ok {rc=0}
22:49:49.145922 ---      ParallelTerminationStrategy: PID 57 died...
22:49:49.147545 run   osmo-ms-virt-phy/00023(pid=57): Terminated: ok {rc=0}
22:49:49.151514 ---      ParallelTerminationStrategy: PID 58 died...
22:49:49.153091 run   osmo-ms-virt-phy/00024(pid=58): Terminated: ok {rc=0}
22:49:49.157064 ---      ParallelTerminationStrategy: PID 59 died...
22:49:49.158643 run   osmo-ms-virt-phy/00025(pid=59): Terminated: ok {rc=0}
22:49:49.162620 ---      ParallelTerminationStrategy: PID 60 died...
22:49:49.164227 run   osmo-ms-virt-phy/00026(pid=60): Terminated: ok {rc=0}
22:49:49.168187 ---      ParallelTerminationStrategy: PID 61 died...
22:49:49.169809 run   osmo-ms-virt-phy/00027(pid=61): Terminated: ok {rc=0}
22:49:49.173684 ---      ParallelTerminationStrategy: PID 62 died...
22:49:49.175349 run   osmo-ms-virt-phy/00028(pid=62): Terminated: ok {rc=0}
22:49:49.179286 ---      ParallelTerminationStrategy: PID 63 died...
22:49:49.180825 run   osmo-ms-virt-phy/00029(pid=63): Terminated: ok {rc=0}
22:49:49.184632 ---      ParallelTerminationStrategy: PID 64 died...
22:49:49.186170 run   osmo-ms-virt-phy/00030(pid=64): Terminated: ok {rc=0}
22:49:49.189986 ---      ParallelTerminationStrategy: PID 65 died...
22:49:49.191510 run   osmo-ms-virt-phy/00031(pid=65): Terminated: ok {rc=0}
22:49:49.195389 ---      ParallelTerminationStrategy: PID 66 died...
22:49:49.197022 run   osmo-ms-virt-phy/00032(pid=66): Terminated: ok {rc=0}
22:49:49.200953 ---      ParallelTerminationStrategy: PID 67 died...
22:49:49.202542 run   osmo-ms-virt-phy/00033(pid=67): Terminated: ok {rc=0}
22:49:49.206424 ---      ParallelTerminationStrategy: PID 68 died...
22:49:49.208016 run   osmo-ms-virt-phy/00034(pid=68): Terminated: ok {rc=0}
22:49:49.211927 ---      ParallelTerminationStrategy: PID 69 died...
22:49:49.213473 run   osmo-ms-virt-phy/00035(pid=69): Terminated: ok {rc=0}
22:49:49.217347 ---      ParallelTerminationStrategy: PID 70 died...
22:49:49.218869 run   osmo-ms-virt-phy/00036(pid=70): Terminated: ok {rc=0}
22:49:49.222760 ---      ParallelTerminationStrategy: PID 71 died...
22:49:49.224338 run   osmo-ms-virt-phy/00037(pid=71): Terminated: ok {rc=0}
22:49:49.228287 ---      ParallelTerminationStrategy: PID 72 died...
22:49:49.229916 run   osmo-ms-virt-phy/00038(pid=72): Terminated: ok {rc=0}
22:49:49.233890 ---      ParallelTerminationStrategy: PID 73 died...
22:49:49.235512 run   osmo-ms-virt-phy/00039(pid=73): Terminated: ok {rc=0}
22:49:49.239443 ---      ParallelTerminationStrategy: PID 74 died...
22:49:49.241035 run   osmo-ms-virt-phy/00040(pid=74): Terminated: ok {rc=0}
22:49:49.245031 ---      ParallelTerminationStrategy: PID 75 died...
22:49:49.246610 run   osmo-ms-virt-phy/00041(pid=75): Terminated: ok {rc=0}
22:49:49.250494 ---      ParallelTerminationStrategy: PID 76 died...
22:49:49.252065 run   osmo-ms-virt-phy/00042(pid=76): Terminated: ok {rc=0}
22:49:49.255925 ---      ParallelTerminationStrategy: PID 77 died...
22:49:49.257478 run   osmo-ms-virt-phy/00043(pid=77): Terminated: ok {rc=0}
22:49:49.261288 ---      ParallelTerminationStrategy: PID 78 died...
22:49:49.262837 run   osmo-ms-virt-phy/00044(pid=78): Terminated: ok {rc=0}
22:49:49.266664 ---      ParallelTerminationStrategy: PID 79 died...
22:49:49.268198 run   osmo-ms-virt-phy/00045(pid=79): Terminated: ok {rc=0}
22:49:49.271992 ---      ParallelTerminationStrategy: PID 80 died...
22:49:49.273530 run   osmo-ms-virt-phy/00046(pid=80): Terminated: ok {rc=0}
22:49:49.277337 ---      ParallelTerminationStrategy: PID 81 died...
22:49:49.278860 run   osmo-ms-virt-phy/00047(pid=81): Terminated: ok {rc=0}
22:49:49.282665 ---      ParallelTerminationStrategy: PID 82 died...
22:49:49.284196 run   osmo-ms-virt-phy/00048(pid=82): Terminated: ok {rc=0}
22:49:49.288040 ---      ParallelTerminationStrategy: PID 83 died...
22:49:49.289601 run   osmo-ms-virt-phy/00049(pid=83): Terminated: ok {rc=0}
22:49:49.293408 ---      ParallelTerminationStrategy: PID 84 died...
22:49:49.294969 run   osmo-ms-virt-phy/00050(pid=84): Terminated: ok {rc=0}
22:49:49.298746 ---      ParallelTerminationStrategy: PID 85 died...
22:49:49.300282 run   osmo-ms-virt-phy/00051(pid=85): Terminated: ok {rc=0}
22:49:49.304083 ---      ParallelTerminationStrategy: PID 86 died...
22:49:49.305638 run   osmo-ms-virt-phy/00052(pid=86): Terminated: ok {rc=0}
22:49:49.309434 ---      ParallelTerminationStrategy: PID 87 died...
22:49:49.310964 run   osmo-ms-virt-phy/00053(pid=87): Terminated: ok {rc=0}
22:49:49.314765 ---      ParallelTerminationStrategy: PID 88 died...
22:49:49.316288 run   osmo-ms-virt-phy/00054(pid=88): Terminated: ok {rc=0}
22:49:49.320097 ---      ParallelTerminationStrategy: PID 89 died...
22:49:49.321634 run   osmo-ms-virt-phy/00055(pid=89): Terminated: ok {rc=0}
22:49:49.325449 ---      ParallelTerminationStrategy: PID 90 died...
22:49:49.327011 run   osmo-ms-virt-phy/00056(pid=90): Terminated: ok {rc=0}
22:49:49.330797 ---      ParallelTerminationStrategy: PID 91 died...
22:49:49.332344 run   osmo-ms-virt-phy/00057(pid=91): Terminated: ok {rc=0}
22:49:49.336161 ---      ParallelTerminationStrategy: PID 92 died...
22:49:49.337695 run   osmo-ms-virt-phy/00058(pid=92): Terminated: ok {rc=0}
22:49:49.342537 ---      ParallelTerminationStrategy: PID 93 died...
22:49:49.345367 run   osmo-ms-virt-phy/00059(pid=93): Terminated: ok {rc=0}
22:49:49.349193 ---      ParallelTerminationStrategy: PID 94 died...
22:49:49.350737 run   osmo-ms-virt-phy/00060(pid=94): Terminated: ok {rc=0}
22:49:49.354539 ---      ParallelTerminationStrategy: PID 95 died...
22:49:49.356076 run   osmo-ms-virt-phy/00061(pid=95): Terminated: ok {rc=0}
22:49:49.359868 ---      ParallelTerminationStrategy: PID 96 died...
22:49:49.361461 run   osmo-ms-virt-phy/00062(pid=96): Terminated: ok {rc=0}
22:49:49.365241 ---      ParallelTerminationStrategy: PID 97 died...
22:49:49.366777 run   osmo-ms-virt-phy/00063(pid=97): Terminated: ok {rc=0}
22:49:49.370577 ---      ParallelTerminationStrategy: PID 98 died...
22:49:49.372101 run   osmo-ms-virt-phy/00064(pid=98): Terminated: ok {rc=0}
22:49:49.375875 ---      ParallelTerminationStrategy: PID 99 died...
22:49:49.377431 run   osmo-ms-virt-phy/00065(pid=99): Terminated: ok {rc=0}
22:49:49.381205 ---      ParallelTerminationStrategy: PID 100 died...
22:49:49.382740 run  osmo-ms-virt-phy/00066(pid=100): Terminated: ok {rc=0}
22:49:49.386509 ---      ParallelTerminationStrategy: PID 101 died...
22:49:49.388031 run  osmo-ms-virt-phy/00067(pid=101): Terminated: ok {rc=0}
22:49:49.391795 ---      ParallelTerminationStrategy: PID 102 died...
22:49:49.393334 run  osmo-ms-virt-phy/00068(pid=102): Terminated: ok {rc=0}
22:49:49.397104 ---      ParallelTerminationStrategy: PID 103 died...
22:49:49.398643 run  osmo-ms-virt-phy/00069(pid=103): Terminated: ok {rc=0}
22:49:49.402432 ---      ParallelTerminationStrategy: PID 104 died...
22:49:49.403957 run  osmo-ms-virt-phy/00070(pid=104): Terminated: ok {rc=0}
22:49:49.407733 ---      ParallelTerminationStrategy: PID 105 died...
22:49:49.409283 run  osmo-ms-virt-phy/00071(pid=105): Terminated: ok {rc=0}
22:49:49.413081 ---      ParallelTerminationStrategy: PID 106 died...
22:49:49.414600 run  osmo-ms-virt-phy/00072(pid=106): Terminated: ok {rc=0}
22:49:49.418385 ---      ParallelTerminationStrategy: PID 107 died...
22:49:49.419921 run  osmo-ms-virt-phy/00073(pid=107): Terminated: ok {rc=0}
22:49:49.423628 ---      ParallelTerminationStrategy: PID 108 died...
22:49:49.425117 run  osmo-ms-virt-phy/00074(pid=108): Terminated: ok {rc=0}
22:49:49.428840 ---      ParallelTerminationStrategy: PID 109 died...
22:49:49.430394 run  osmo-ms-virt-phy/00075(pid=109): Terminated: ok {rc=0}
22:49:49.434222 ---      ParallelTerminationStrategy: PID 110 died...
22:49:49.435756 run  osmo-ms-virt-phy/00076(pid=110): Terminated: ok {rc=0}
22:49:49.439538 ---      ParallelTerminationStrategy: PID 111 died...
22:49:49.441105 run  osmo-ms-virt-phy/00077(pid=111): Terminated: ok {rc=0}
22:49:49.444903 ---      ParallelTerminationStrategy: PID 112 died...
22:49:49.446441 run  osmo-ms-virt-phy/00078(pid=112): Terminated: ok {rc=0}
22:49:49.450239 ---      ParallelTerminationStrategy: PID 113 died...
22:49:49.451780 run  osmo-ms-virt-phy/00079(pid=113): Terminated: ok {rc=0}
22:49:49.455572 ---      ParallelTerminationStrategy: PID 114 died...
22:49:49.457132 run  osmo-ms-virt-phy/00080(pid=114): Terminated: ok {rc=0}
22:49:49.460918 ---      ParallelTerminationStrategy: PID 115 died...
22:49:49.462450 run  osmo-ms-virt-phy/00081(pid=115): Terminated: ok {rc=0}
22:49:49.466241 ---      ParallelTerminationStrategy: PID 116 died...
22:49:49.467773 run  osmo-ms-virt-phy/00082(pid=116): Terminated: ok {rc=0}
22:49:49.471572 ---      ParallelTerminationStrategy: PID 117 died...
22:49:49.473308 run  osmo-ms-virt-phy/00083(pid=117): Terminated: ok {rc=0}
22:49:49.477117 ---      ParallelTerminationStrategy: PID 118 died...
22:49:49.478651 run  osmo-ms-virt-phy/00084(pid=118): Terminated: ok {rc=0}
22:49:49.482446 ---      ParallelTerminationStrategy: PID 119 died...
22:49:49.483992 run  osmo-ms-virt-phy/00085(pid=119): Terminated: ok {rc=0}
22:49:49.487816 ---      ParallelTerminationStrategy: PID 120 died...
22:49:49.489363 run  osmo-ms-virt-phy/00086(pid=120): Terminated: ok {rc=0}
22:49:49.493348 ---      ParallelTerminationStrategy: PID 121 died...
22:49:49.494889 run  osmo-ms-virt-phy/00087(pid=121): Terminated: ok {rc=0}
22:49:49.498679 ---      ParallelTerminationStrategy: PID 122 died...
22:49:49.500205 run  osmo-ms-virt-phy/00088(pid=122): Terminated: ok {rc=0}
22:49:49.504013 ---      ParallelTerminationStrategy: PID 123 died...
22:49:49.505568 run  osmo-ms-virt-phy/00089(pid=123): Terminated: ok {rc=0}
22:49:49.509370 ---      ParallelTerminationStrategy: PID 124 died...
22:49:49.510909 run  osmo-ms-virt-phy/00090(pid=124): Terminated: ok {rc=0}
22:49:49.514720 ---      ParallelTerminationStrategy: PID 125 died...
22:49:49.516257 run  osmo-ms-virt-phy/00091(pid=125): Terminated: ok {rc=0}
22:49:49.520072 ---      ParallelTerminationStrategy: PID 126 died...
22:49:49.521604 run  osmo-ms-virt-phy/00092(pid=126): Terminated: ok {rc=0}
22:49:49.525386 ---      ParallelTerminationStrategy: PID 127 died...
22:49:49.526947 run  osmo-ms-virt-phy/00093(pid=127): Terminated: ok {rc=0}
22:49:49.530741 ---      ParallelTerminationStrategy: PID 128 died...
22:49:49.532278 run  osmo-ms-virt-phy/00094(pid=128): Terminated: ok {rc=0}
22:49:49.536133 ---      ParallelTerminationStrategy: PID 129 died...
22:49:49.537673 run  osmo-ms-virt-phy/00095(pid=129): Terminated: ok {rc=0}
22:49:49.541442 ---      ParallelTerminationStrategy: PID 130 died...
22:49:49.542989 run  osmo-ms-virt-phy/00096(pid=130): Terminated: ok {rc=0}
22:49:49.546786 ---      ParallelTerminationStrategy: PID 131 died...
22:49:49.548318 run  osmo-ms-virt-phy/00097(pid=131): Terminated: ok {rc=0}
22:49:49.552100 ---      ParallelTerminationStrategy: PID 132 died...
22:49:49.553694 run  osmo-ms-virt-phy/00098(pid=132): Terminated: ok {rc=0}
22:49:49.557481 ---      ParallelTerminationStrategy: PID 133 died...
22:49:49.559012 run  osmo-ms-virt-phy/00099(pid=133): Terminated: ok {rc=0}
22:49:49.562847 ---      ParallelTerminationStrategy: PID 134 died...
22:49:49.564391 run       osmo-ms-mob/00000(pid=134): Terminated {rc=26112}
22:49:49.568226 ---      ParallelTerminationStrategy: PID 135 died...
22:49:49.569768 run       osmo-ms-mob/00001(pid=135): Terminated {rc=26112}
22:49:49.573570 ---      ParallelTerminationStrategy: PID 136 died...
22:49:49.575099 run       osmo-ms-mob/00002(pid=136): Terminated {rc=26112}
22:49:49.578978 ---      ParallelTerminationStrategy: PID 137 died...
22:49:49.580501 run       osmo-ms-mob/00003(pid=137): Terminated {rc=26112}
22:49:49.584170 ---      ParallelTerminationStrategy: PID 138 died...
22:49:49.585660 run       osmo-ms-mob/00004(pid=138): Terminated {rc=26112}
22:49:49.589330 ---      ParallelTerminationStrategy: PID 139 died...
22:49:49.590793 run       osmo-ms-mob/00005(pid=139): Terminated {rc=26112}
22:49:49.594444 ---      ParallelTerminationStrategy: PID 140 died...
22:49:49.595906 run       osmo-ms-mob/00006(pid=140): Terminated {rc=26112}
22:49:49.599559 ---      ParallelTerminationStrategy: PID 141 died...
22:49:49.601043 run       osmo-ms-mob/00007(pid=141): Terminated {rc=26112}
22:49:49.604713 ---      ParallelTerminationStrategy: PID 142 died...
22:49:49.606191 run       osmo-ms-mob/00008(pid=142): Terminated {rc=26112}
22:49:49.609902 ---      ParallelTerminationStrategy: PID 143 died...
22:49:49.611384 run       osmo-ms-mob/00009(pid=143): Terminated {rc=26112}
22:49:49.615044 ---      ParallelTerminationStrategy: PID 144 died...
22:49:49.616538 run       osmo-ms-mob/00010(pid=144): Terminated {rc=26112}
22:49:49.620255 ---      ParallelTerminationStrategy: PID 145 died...
22:49:49.621822 run       osmo-ms-mob/00011(pid=145): Terminated {rc=26112}
22:49:49.625701 ---      ParallelTerminationStrategy: PID 146 died...
22:49:49.627184 run       osmo-ms-mob/00012(pid=146): Terminated {rc=26112}
22:49:49.630869 ---      ParallelTerminationStrategy: PID 147 died...
22:49:49.632333 run       osmo-ms-mob/00013(pid=147): Terminated {rc=26112}
22:49:49.636014 ---      ParallelTerminationStrategy: PID 148 died...
22:49:49.637516 run       osmo-ms-mob/00014(pid=148): Terminated {rc=26112}
22:49:49.641177 ---      ParallelTerminationStrategy: PID 149 died...
22:49:49.642667 run       osmo-ms-mob/00015(pid=149): Terminated {rc=26112}
22:49:49.646424 ---      ParallelTerminationStrategy: PID 150 died...
22:49:49.647953 run       osmo-ms-mob/00016(pid=150): Terminated {rc=26112}
22:49:49.651750 ---      ParallelTerminationStrategy: PID 151 died...
22:49:49.653296 run       osmo-ms-mob/00017(pid=151): Terminated {rc=26112}
22:49:49.657097 ---      ParallelTerminationStrategy: PID 152 died...
22:49:49.658644 run       osmo-ms-mob/00018(pid=152): Terminated {rc=26112}
22:49:49.662501 ---      ParallelTerminationStrategy: PID 153 died...
22:49:49.664036 run       osmo-ms-mob/00019(pid=153): Terminated {rc=26112}
22:49:49.667849 ---      ParallelTerminationStrategy: PID 154 died...
22:49:49.669390 run       osmo-ms-mob/00020(pid=154): Terminated {rc=26112}
22:49:49.673202 ---      ParallelTerminationStrategy: PID 155 died...
22:49:49.674740 run       osmo-ms-mob/00021(pid=155): Terminated {rc=26112}
22:49:49.678597 ---      ParallelTerminationStrategy: PID 156 died...
22:49:49.680130 run       osmo-ms-mob/00022(pid=156): Terminated {rc=26112}
22:49:49.683949 ---      ParallelTerminationStrategy: PID 157 died...
22:49:49.685482 run       osmo-ms-mob/00023(pid=157): Terminated {rc=26112}
22:49:49.689305 ---      ParallelTerminationStrategy: PID 158 died...
22:49:49.690838 run       osmo-ms-mob/00024(pid=158): Terminated {rc=26112}
22:49:49.694678 ---      ParallelTerminationStrategy: PID 159 died...
22:49:49.696205 run       osmo-ms-mob/00025(pid=159): Terminated {rc=26112}
22:49:49.700020 ---      ParallelTerminationStrategy: PID 160 died...
22:49:49.701566 run       osmo-ms-mob/00026(pid=160): Terminated {rc=26112}
22:49:49.705370 ---      ParallelTerminationStrategy: PID 161 died...
22:49:49.706901 run       osmo-ms-mob/00027(pid=161): Terminated {rc=26112}
22:49:49.710708 ---      ParallelTerminationStrategy: PID 162 died...
22:49:49.712238 run       osmo-ms-mob/00028(pid=162): Terminated {rc=26112}
22:49:49.716058 ---      ParallelTerminationStrategy: PID 163 died...
22:49:49.717591 run       osmo-ms-mob/00029(pid=163): Terminated {rc=26112}
22:49:49.721240 ---      ParallelTerminationStrategy: PID 164 died...
22:49:49.722701 run       osmo-ms-mob/00030(pid=164): Terminated {rc=26112}
22:49:49.726477 ---      ParallelTerminationStrategy: PID 165 died...
22:49:49.728002 run       osmo-ms-mob/00031(pid=165): Terminated {rc=26112}
22:49:49.731668 ---      ParallelTerminationStrategy: PID 166 died...
22:49:49.733142 run       osmo-ms-mob/00032(pid=166): Terminated {rc=26112}
22:49:49.736785 ---      ParallelTerminationStrategy: PID 167 died...
22:49:49.738249 run       osmo-ms-mob/00033(pid=167): Terminated {rc=26112}
22:49:49.741952 ---      ParallelTerminationStrategy: PID 168 died...
22:49:49.743427 run       osmo-ms-mob/00034(pid=168): Terminated {rc=26112}
22:49:49.747119 ---      ParallelTerminationStrategy: PID 169 died...
22:49:49.748588 run       osmo-ms-mob/00035(pid=169): Terminated {rc=26112}
22:49:49.752236 ---      ParallelTerminationStrategy: PID 170 died...
22:49:49.753715 run       osmo-ms-mob/00036(pid=170): Terminated {rc=26112}
22:49:49.757377 ---      ParallelTerminationStrategy: PID 171 died...
22:49:49.758848 run       osmo-ms-mob/00037(pid=171): Terminated {rc=26112}
22:49:49.762505 ---      ParallelTerminationStrategy: PID 172 died...
22:49:49.763992 run       osmo-ms-mob/00038(pid=172): Terminated {rc=26112}
22:49:49.767766 ---      ParallelTerminationStrategy: PID 173 died...
22:49:49.769263 run       osmo-ms-mob/00039(pid=173): Terminated {rc=26112}
22:49:49.772946 ---      ParallelTerminationStrategy: PID 174 died...
22:49:49.774416 run       osmo-ms-mob/00040(pid=174): Terminated {rc=26112}
22:49:49.778076 ---      ParallelTerminationStrategy: PID 175 died...
22:49:49.779535 run       osmo-ms-mob/00041(pid=175): Terminated {rc=26112}
22:49:49.783201 ---      ParallelTerminationStrategy: PID 176 died...
22:49:49.784669 run       osmo-ms-mob/00042(pid=176): Terminated {rc=26112}
22:49:49.788327 ---      ParallelTerminationStrategy: PID 177 died...
22:49:49.789841 run       osmo-ms-mob/00043(pid=177): Terminated {rc=26112}
22:49:49.793635 ---      ParallelTerminationStrategy: PID 178 died...
22:49:49.795170 run       osmo-ms-mob/00044(pid=178): Terminated {rc=26112}
22:49:49.798929 ---      ParallelTerminationStrategy: PID 179 died...
22:49:49.800453 run       osmo-ms-mob/00045(pid=179): Terminated {rc=26112}
22:49:49.804187 ---      ParallelTerminationStrategy: PID 180 died...
22:49:49.805741 run       osmo-ms-mob/00046(pid=180): Terminated {rc=26112}
22:49:49.809558 ---      ParallelTerminationStrategy: PID 181 died...
22:49:49.811096 run       osmo-ms-mob/00047(pid=181): Terminated {rc=26112}
22:49:49.814809 ---      ParallelTerminationStrategy: PID 182 died...
22:49:49.816305 run       osmo-ms-mob/00048(pid=182): Terminated {rc=26112}
22:49:49.820095 ---      ParallelTerminationStrategy: PID 183 died...
22:49:49.821693 run       osmo-ms-mob/00049(pid=183): Terminated {rc=26112}
22:49:49.825517 ---      ParallelTerminationStrategy: PID 184 died...
22:49:49.827056 run       osmo-ms-mob/00050(pid=184): Terminated {rc=26112}
22:49:49.830777 ---      ParallelTerminationStrategy: PID 185 died...
22:49:49.832254 run       osmo-ms-mob/00051(pid=185): Terminated {rc=26112}
22:49:49.835908 ---      ParallelTerminationStrategy: PID 186 died...
22:49:49.837379 run       osmo-ms-mob/00052(pid=186): Terminated {rc=26112}
22:49:49.841073 ---      ParallelTerminationStrategy: PID 187 died...
22:49:49.842539 run       osmo-ms-mob/00053(pid=187): Terminated {rc=26112}
22:49:49.846192 ---      ParallelTerminationStrategy: PID 188 died...
22:49:49.847664 run       osmo-ms-mob/00054(pid=188): Terminated {rc=26112}
22:49:49.851342 ---      ParallelTerminationStrategy: PID 189 died...
22:49:49.852850 run       osmo-ms-mob/00055(pid=189): Terminated {rc=26112}
22:49:49.856485 ---      ParallelTerminationStrategy: PID 190 died...
22:49:49.857968 run       osmo-ms-mob/00056(pid=190): Terminated {rc=26112}
22:49:49.861631 ---      ParallelTerminationStrategy: PID 191 died...
22:49:49.863100 run       osmo-ms-mob/00057(pid=191): Terminated {rc=26112}
22:49:49.866795 ---      ParallelTerminationStrategy: PID 192 died...
22:49:49.868258 run       osmo-ms-mob/00058(pid=192): Terminated {rc=26112}
22:49:49.871972 ---      ParallelTerminationStrategy: PID 193 died...
22:49:49.873477 run       osmo-ms-mob/00059(pid=193): Terminated {rc=26112}
22:49:49.877161 ---      ParallelTerminationStrategy: PID 194 died...
22:49:49.878630 run       osmo-ms-mob/00060(pid=194): Terminated {rc=26112}
22:49:49.882280 ---      ParallelTerminationStrategy: PID 195 died...
22:49:49.883744 run       osmo-ms-mob/00061(pid=195): Terminated {rc=26112}
22:49:49.887386 ---      ParallelTerminationStrategy: PID 196 died...
22:49:49.888856 run       osmo-ms-mob/00062(pid=196): Terminated {rc=26112}
22:49:49.892496 ---      ParallelTerminationStrategy: PID 197 died...
22:49:49.893999 run       osmo-ms-mob/00063(pid=197): Terminated {rc=26112}
22:49:49.897636 ---      ParallelTerminationStrategy: PID 198 died...
22:49:49.899100 run       osmo-ms-mob/00064(pid=198): Terminated {rc=26112}
22:49:49.902811 ---      ParallelTerminationStrategy: PID 199 died...
22:49:49.904295 run       osmo-ms-mob/00065(pid=199): Terminated {rc=26112}
22:49:49.907956 ---      ParallelTerminationStrategy: PID 200 died...
22:49:49.909451 run       osmo-ms-mob/00066(pid=200): Terminated {rc=26112}
22:49:49.913194 ---      ParallelTerminationStrategy: PID 201 died...
22:49:49.914670 run       osmo-ms-mob/00067(pid=201): Terminated {rc=26112}
22:49:49.918464 ---      ParallelTerminationStrategy: PID 202 died...
22:49:49.919995 run       osmo-ms-mob/00068(pid=202): Terminated {rc=26112}
22:49:49.923817 ---      ParallelTerminationStrategy: PID 203 died...
22:49:49.925369 run       osmo-ms-mob/00069(pid=203): Terminated {rc=26112}
22:49:49.929203 ---      ParallelTerminationStrategy: PID 204 died...
22:49:49.930756 run       osmo-ms-mob/00070(pid=204): Terminated {rc=26112}
22:49:49.934623 ---      ParallelTerminationStrategy: PID 205 died...
22:49:49.936180 run       osmo-ms-mob/00071(pid=205): Terminated {rc=26112}
22:49:49.940008 ---      ParallelTerminationStrategy: PID 206 died...
22:49:49.941543 run       osmo-ms-mob/00072(pid=206): Terminated {rc=26112}
22:49:49.945354 ---      ParallelTerminationStrategy: PID 207 died...
22:49:49.946891 run       osmo-ms-mob/00073(pid=207): Terminated {rc=26112}
22:49:49.950703 ---      ParallelTerminationStrategy: PID 208 died...
22:49:49.952242 run       osmo-ms-mob/00074(pid=208): Terminated {rc=26112}
22:49:49.956037 ---      ParallelTerminationStrategy: PID 209 died...
22:49:49.957587 run       osmo-ms-mob/00075(pid=209): Terminated {rc=26112}
22:49:49.961383 ---      ParallelTerminationStrategy: PID 210 died...
22:49:49.962919 run       osmo-ms-mob/00076(pid=210): Terminated {rc=26112}
22:49:49.966720 ---      ParallelTerminationStrategy: PID 211 died...
22:49:49.968254 run       osmo-ms-mob/00077(pid=211): Terminated {rc=26112}
22:49:49.972057 ---      ParallelTerminationStrategy: PID 212 died...
22:49:49.973633 run       osmo-ms-mob/00078(pid=212): Terminated {rc=26112}
22:49:49.977457 ---      ParallelTerminationStrategy: PID 213 died...
22:49:49.979006 run       osmo-ms-mob/00079(pid=213): Terminated {rc=26112}
22:49:49.982809 ---      ParallelTerminationStrategy: PID 214 died...
22:49:49.984340 run       osmo-ms-mob/00080(pid=214): Terminated {rc=26112}
22:49:49.988115 ---      ParallelTerminationStrategy: PID 215 died...
22:49:49.989590 run       osmo-ms-mob/00081(pid=215): Terminated {rc=26112}
22:49:49.993260 ---      ParallelTerminationStrategy: PID 216 died...
22:49:49.994734 run       osmo-ms-mob/00082(pid=216): Terminated {rc=26112}
22:49:49.998371 ---      ParallelTerminationStrategy: PID 217 died...
22:49:49.999843 run       osmo-ms-mob/00083(pid=217): Terminated {rc=26112}
22:49:50.003516 ---      ParallelTerminationStrategy: PID 218 died...
22:49:50.005016 run       osmo-ms-mob/00084(pid=218): Terminated {rc=26112}
22:49:50.008689 ---      ParallelTerminationStrategy: PID 219 died...
22:49:50.010182 run       osmo-ms-mob/00085(pid=219): Terminated {rc=26112}
22:49:50.013863 ---      ParallelTerminationStrategy: PID 220 died...
22:49:50.015331 run       osmo-ms-mob/00086(pid=220): Terminated {rc=26112}
22:49:50.018981 ---      ParallelTerminationStrategy: PID 221 died...
22:49:50.020451 run       osmo-ms-mob/00087(pid=221): Terminated {rc=26112}
22:49:50.024102 ---      ParallelTerminationStrategy: PID 222 died...
22:49:50.025627 run       osmo-ms-mob/00088(pid=222): Terminated {rc=26112}
22:49:50.029316 ---      ParallelTerminationStrategy: PID 223 died...
22:49:50.030851 run       osmo-ms-mob/00089(pid=223): Terminated {rc=26112}
22:49:50.034552 ---      ParallelTerminationStrategy: PID 224 died...
22:49:50.036017 run       osmo-ms-mob/00090(pid=224): Terminated {rc=26112}
22:49:50.039635 ---      ParallelTerminationStrategy: PID 225 died...
22:49:50.041126 run       osmo-ms-mob/00091(pid=225): Terminated {rc=26112}
22:49:50.044841 ---      ParallelTerminationStrategy: PID 226 died...
22:49:50.046383 run       osmo-ms-mob/00092(pid=226): Terminated {rc=26112}
22:49:50.050204 ---      ParallelTerminationStrategy: PID 227 died...
22:49:50.051741 run       osmo-ms-mob/00093(pid=227): Terminated {rc=26112}
22:49:50.055570 ---      ParallelTerminationStrategy: PID 228 died...
22:49:50.057134 run       osmo-ms-mob/00094(pid=228): Terminated {rc=26112}
22:49:50.060957 ---      ParallelTerminationStrategy: PID 229 died...
22:49:50.062501 run       osmo-ms-mob/00095(pid=229): Terminated {rc=26112}
22:49:50.066385 ---      ParallelTerminationStrategy: PID 230 died...
22:49:50.067936 run       osmo-ms-mob/00096(pid=230): Terminated {rc=26112}
22:49:50.071792 ---      ParallelTerminationStrategy: PID 231 died...
22:49:50.073350 run       osmo-ms-mob/00097(pid=231): Terminated {rc=26112}
22:49:50.077210 ---      ParallelTerminationStrategy: PID 232 died...
22:49:50.078764 run       osmo-ms-mob/00098(pid=232): Terminated {rc=26112}
22:49:50.082605 ---      ParallelTerminationStrategy: PID 233 died...
22:49:50.084154 run       osmo-ms-mob/00099(pid=233): Terminated {rc=26112}
22:49:53.487932 ---      ParallelTerminationStrategy: PID 33 died...
22:49:53.491163 run         osmo-bts-virtual(pid=33): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8047 netreg_mass PASS
---------------------------------------------------------------------
22:49:53.580073 tst                       trial-8047: Storing JUnit report in /build/trial-8047/run.2025-08-03_22-48-20/trial-8047.xml

--------------------------------------------------------------------------------------------
trial-8047 PASS
--------------------------------------------------------------------------------------------
22:49:53.593370 tst                       trial-8047: trial-8047: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (87.3 sec)
+ exit_code=0
+ rm -rf trial-8047/inst
+ cd trial-8047
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-08-03 22:48:20
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8047-run.tgz run.2025-08-03_22-48-20
+ tar czf /build/trial-8047-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-08-03_13_28_50.tgz osmo-bts-oc2g.build-2025-08-03_00_51_34.tgz osmo-bts-sysmo.build-2025-08-03_00_51_39.tgz osmo-bts.build-2025-08-03_00_51_45.tgz osmo-ggsn.build-2025-08-03_20_42_47.tgz osmo-hlr.build-2025-08-03_16_36_49.tgz osmo-hnbgw.build-2025-08-03_13_30_14.tgz osmo-mgw.build-2025-08-03_08_33_16.tgz osmo-msc.build-2025-08-03_13_34_21.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-03_07_33_59.tgz osmo-pcu-sysmo.build-2025-08-03_07_36_57.tgz osmo-pcu.build-2025-08-03_07_37_04.tgz osmo-sgsn.build-2025-08-03_20_48_40.tgz osmo-stp.build-2025-08-03_13_25_24.tgz osmo-trx.build-2025-08-03_14_28_56.tgz osmocom-bb.build-2025-08-03_21_17_13.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x

### Clean up ###

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