This log is too long to show here, 14 KB has been skipped — click to see the complete log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7753
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins12978608027516220337.sh
+ trap clean_up_trap EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
+ rm -rf trial-8286
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
290ae4c ttcn3-bts-test: write bts logs to tmpfs
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
--build-arg USER=osmocom-build \
--build-arg UID=1000 \
--build-arg REGISTRY=docker.io \
--build-arg OSMO_TTCN3_BRANCH=master \
--build-arg UPSTREAM_DISTRO=debian:bookworm \
--build-arg DISTRO=debian-bookworm \
--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
--build-arg OSMOCOM_REPO_VERSION=latest \
--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--build-arg LIBOSMOCORE_BRANCH=master \
--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_S1GW_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.0s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.1s
#7 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#7 CACHED
#8 [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
#8 CACHED
#9 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#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 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#11 CACHED
#12 [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
#12 CACHED
#13 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#13 CACHED
#14 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#14 CACHED
#15 [ 5/28] RUN APT-GET update && apt-get install -y --no-install-recommends cpio dbus tcpdump sqlite3 python3 python3-setuptools python3-yaml python3-mako python3-gi python3-numpy python3-wheel python3-watchdog ofono patchelf rpm2cpio sudo libcap2-bin python3-pip udhcpc iperf3 locales
#15 CACHED
#16 [ 9/28] COPY SSH /root/.ssh
#16 CACHED
#17 [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
#17 CACHED
#18 [ 3/28] RUN groupadd osmo-gsm-tester
#18 CACHED
#19 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#19 CACHED
#20 [20/28] WORKDIR /TMP
#20 CACHED
#21 [ 8/28] RUN MKDIR /var/run/sshd
#21 CACHED
#22 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#22 CACHED
#23 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#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 [ 2/28] RUN useradd -ms /bin/bash jenkins
#25 CACHED
#26 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#26 CACHED
#27 [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
#27 CACHED
#28 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#28 CACHED
#29 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#29 CACHED
#30 [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
#30 CACHED
#31 [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
#31 CACHED
#32 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:20bdee4c512d0dea1a3331df35092da8f823123e1ca59d499ee0e798e03f746f done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8287 -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=2026-03-31 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8287
+ mkdir -p trial-8287
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-03-31_13_57_51.tgz osmo-bts-oc2g.build-2026-03-31_00_51_32.tgz osmo-bts-sysmo.build-2026-03-31_00_51_35.tgz osmo-bts.build-2026-03-31_00_51_34.tgz osmo-ggsn.build-2026-03-31_20_43_14.tgz osmo-hlr.build-2026-03-31_16_36_56.tgz osmo-hnbgw.build-2026-03-31_14_01_06.tgz osmo-mgw.build-2026-03-31_08_33_18.tgz osmo-msc.build-2026-03-31_14_04_09.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-31_07_35_06.tgz osmo-pcu-sysmo.build-2026-03-31_07_35_03.tgz osmo-pcu.build-2026-03-31_07_35_03.tgz osmo-sgsn.build-2026-03-31_20_49_06.tgz osmo-stp.build-2026-03-31_13_54_03.tgz osmo-trx.build-2026-03-31_14_21_45.tgz osmocom-bb.build-2026-03-31_21_17_52.tgz srslte.build-19.tgz trial-8287
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-03-31_13_57_51.md5 osmo-bts-oc2g.build-2026-03-31_00_51_32.md5 osmo-bts-sysmo.build-2026-03-31_00_51_35.md5 osmo-bts.build-2026-03-31_00_51_34.md5 osmo-ggsn.build-2026-03-31_20_43_14.md5 osmo-hlr.build-2026-03-31_16_36_56.md5 osmo-hnbgw.build-2026-03-31_14_01_06.md5 osmo-mgw.build-2026-03-31_08_33_18.md5 osmo-msc.build-2026-03-31_14_04_09.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-31_07_35_06.md5 osmo-pcu-sysmo.build-2026-03-31_07_35_03.md5 osmo-pcu.build-2026-03-31_07_35_03.md5 osmo-sgsn.build-2026-03-31_20_49_06.md5 osmo-stp.build-2026-03-31_13_54_03.md5 osmo-trx.build-2026-03-31_14_21_45.md5 osmocom-bb.build-2026-03-31_21_17_52.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-03-31_13_57_51.md5 osmo-bts-oc2g.build-2026-03-31_00_51_32.md5 osmo-bts-sysmo.build-2026-03-31_00_51_35.md5 osmo-bts.build-2026-03-31_00_51_34.md5 osmo-ggsn.build-2026-03-31_20_43_14.md5 osmo-hlr.build-2026-03-31_16_36_56.md5 osmo-hnbgw.build-2026-03-31_14_01_06.md5 osmo-mgw.build-2026-03-31_08_33_18.md5 osmo-msc.build-2026-03-31_14_04_09.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-31_07_35_06.md5 osmo-pcu-sysmo.build-2026-03-31_07_35_03.md5 osmo-pcu.build-2026-03-31_07_35_03.md5 osmo-sgsn.build-2026-03-31_20_49_06.md5 osmo-stp.build-2026-03-31_13_54_03.md5 osmo-trx.build-2026-03-31_14_21_45.md5 osmocom-bb.build-2026-03-31_21_17_52.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-8287 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8287'
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-8287
--------------------------------------------------------------------------------------------
22:48:17.884034 tst trial-8287: Detailed log at /build/trial-8287/run.2026-03-31_22-48-17/log
---------------------------------------------------------------------
trial-8287 netreg_mass
---------------------------------------------------------------------
22:48:18.090632 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.090984 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.091746 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.092877 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.134496 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.135359 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.136554 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.214472 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-8287 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.215253 tst register_default_mass.py:9: Claiming resources for the test
22:48:18.230417 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.230905 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.231340 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.231772 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.232208 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.232660 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.233097 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.264441 tst register_default_mass.py: using LAC 2
22:48:18.286947 tst register_default_mass.py: using RAC 2
22:48:18.313791 tst register_default_mass.py: using CellId 2
22:48:18.343524 tst register_default_mass.py: using BVCI 3
22:48:18.357591 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.358278 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.358877 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.359405 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.359923 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.360427 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.360940 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.361470 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.361999 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.362528 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.363047 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.363559 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.364087 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.364625 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.365143 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.365660 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.366188 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.366707 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.367216 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.367738 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.368262 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.368785 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.369321 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.369839 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.370352 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.370878 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.371395 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.371909 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.372432 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.372948 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.373453 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.373984 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.374498 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.375020 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.375545 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.376060 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.376570 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.377097 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.377615 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.378133 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.378643 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.379151 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.379687 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.380205 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.380715 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.381218 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.381748 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.382270 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.382783 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.383299 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.383811 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.384337 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.384848 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.385357 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.385879 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.386392 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.386900 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.387426 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.387945 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.388463 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.388969 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.389469 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.389984 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.390503 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.391000 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.391500 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.392025 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.392541 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.393044 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.393557 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.394059 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.394567 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.395148 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.395670 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.396175 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.396687 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.397182 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.397681 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.398198 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.398702 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.399203 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.399729 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.400237 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.400733 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.401237 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.401741 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.402241 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.402737 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.403249 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.403755 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.404265 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.404775 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.405280 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.405777 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.406291 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.406795 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.407315 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.407832 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.408338 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.408854 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.409352 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.409920 tst register_default_mass.py:21: Launching a simple network
22:48:18.419855 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.538639 run create_hlr_db(pid=20): Launched
22:48:19.553313 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.569483 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.584616 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.590396 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.780329 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.795201 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.800654 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.219086 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.234352 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.249019 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.388573 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:23.403184 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:23.408649 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.431425 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:23.446001 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.451681 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.765744 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.780735 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.806754 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.979497 run osmo-bts-virtual(pid=34): Launched
22:48:31.015107 tst register_default_mass.py: using MSISDN 1001
22:48:31.029396 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.068478 tst register_default_mass.py: using MSISDN 1002
22:48:31.086159 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.116408 tst register_default_mass.py: using MSISDN 1003
22:48:31.130738 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.161012 tst register_default_mass.py: using MSISDN 1004
22:48:31.175422 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.205827 tst register_default_mass.py: using MSISDN 1005
22:48:31.220207 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.250635 tst register_default_mass.py: using MSISDN 1006
22:48:31.264932 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.295042 tst register_default_mass.py: using MSISDN 1007
22:48:31.309235 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.339877 tst register_default_mass.py: using MSISDN 1008
22:48:31.354393 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.384768 tst register_default_mass.py: using MSISDN 1009
22:48:31.398864 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.429212 tst register_default_mass.py: using MSISDN 1010
22:48:31.443630 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.473901 tst register_default_mass.py: using MSISDN 1011
22:48:31.488182 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.519143 tst register_default_mass.py: using MSISDN 1012
22:48:31.533837 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.563984 tst register_default_mass.py: using MSISDN 1013
22:48:31.578135 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.608350 tst register_default_mass.py: using MSISDN 1014
22:48:31.622672 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.652930 tst register_default_mass.py: using MSISDN 1015
22:48:31.667169 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.697212 tst register_default_mass.py: using MSISDN 1016
22:48:31.711419 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.741940 tst register_default_mass.py: using MSISDN 1017
22:48:31.756359 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.786854 tst register_default_mass.py: using MSISDN 1018
22:48:31.801325 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.831436 tst register_default_mass.py: using MSISDN 1019
22:48:31.845668 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.875700 tst register_default_mass.py: using MSISDN 1020
22:48:31.889942 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.919245 tst register_default_mass.py: using MSISDN 1021
22:48:31.933078 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.971955 tst register_default_mass.py: using MSISDN 1022
22:48:31.989559 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.028151 tst register_default_mass.py: using MSISDN 1023
22:48:32.045961 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.076317 tst register_default_mass.py: using MSISDN 1024
22:48:32.090897 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.121310 tst register_default_mass.py: using MSISDN 1025
22:48:32.135695 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.165822 tst register_default_mass.py: using MSISDN 1026
22:48:32.180119 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.210440 tst register_default_mass.py: using MSISDN 1027
22:48:32.224779 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.254083 tst register_default_mass.py: using MSISDN 1028
22:48:32.267874 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.297755 tst register_default_mass.py: using MSISDN 1029
22:48:32.311782 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.341845 tst register_default_mass.py: using MSISDN 1030
22:48:32.356173 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.386647 tst register_default_mass.py: using MSISDN 1031
22:48:32.400967 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.431269 tst register_default_mass.py: using MSISDN 1032
22:48:32.445645 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.476580 tst register_default_mass.py: using MSISDN 1033
22:48:32.491129 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.521753 tst register_default_mass.py: using MSISDN 1034
22:48:32.536158 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.566775 tst register_default_mass.py: using MSISDN 1035
22:48:32.581217 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.612019 tst register_default_mass.py: using MSISDN 1036
22:48:32.626543 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.657057 tst register_default_mass.py: using MSISDN 1037
22:48:32.671527 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.702150 tst register_default_mass.py: using MSISDN 1038
22:48:32.716642 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.747355 tst register_default_mass.py: using MSISDN 1039
22:48:32.761953 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.793113 tst register_default_mass.py: using MSISDN 1040
22:48:32.807668 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.838387 tst register_default_mass.py: using MSISDN 1041
22:48:32.852862 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.883259 tst register_default_mass.py: using MSISDN 1042
22:48:32.897744 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.928976 tst register_default_mass.py: using MSISDN 1043
22:48:32.943560 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.974349 tst register_default_mass.py: using MSISDN 1044
22:48:32.988841 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:33.028330 tst register_default_mass.py: using MSISDN 1045
22:48:33.046116 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.076661 tst register_default_mass.py: using MSISDN 1046
22:48:33.091320 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:33.122163 tst register_default_mass.py: using MSISDN 1047
22:48:33.136792 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:33.167445 tst register_default_mass.py: using MSISDN 1048
22:48:33.181891 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:33.212563 tst register_default_mass.py: using MSISDN 1049
22:48:33.227081 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.257782 tst register_default_mass.py: using MSISDN 1050
22:48:33.272189 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.302711 tst register_default_mass.py: using MSISDN 1051
22:48:33.317132 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:33.347832 tst register_default_mass.py: using MSISDN 1052
22:48:33.362537 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:33.393290 tst register_default_mass.py: using MSISDN 1053
22:48:33.407801 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:33.438697 tst register_default_mass.py: using MSISDN 1054
22:48:33.453549 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.484241 tst register_default_mass.py: using MSISDN 1055
22:48:33.498662 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.529145 tst register_default_mass.py: using MSISDN 1056
22:48:33.543617 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.574245 tst register_default_mass.py: using MSISDN 1057
22:48:33.588633 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.619146 tst register_default_mass.py: using MSISDN 1058
22:48:33.633591 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.664370 tst register_default_mass.py: using MSISDN 1059
22:48:33.679005 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.709606 tst register_default_mass.py: using MSISDN 1060
22:48:33.724257 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.754954 tst register_default_mass.py: using MSISDN 1061
22:48:33.769392 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.799823 tst register_default_mass.py: using MSISDN 1062
22:48:33.814301 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.844555 tst register_default_mass.py: using MSISDN 1063
22:48:33.858742 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.889215 tst register_default_mass.py: using MSISDN 1064
22:48:33.903594 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.934038 tst register_default_mass.py: using MSISDN 1065
22:48:33.948319 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.978854 tst register_default_mass.py: using MSISDN 1066
22:48:33.993232 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:34.035460 tst register_default_mass.py: using MSISDN 1067
22:48:34.054076 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:34.084537 tst register_default_mass.py: using MSISDN 1068
22:48:34.099269 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:34.129428 tst register_default_mass.py: using MSISDN 1069
22:48:34.143753 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:34.173840 tst register_default_mass.py: using MSISDN 1070
22:48:34.188074 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:34.218524 tst register_default_mass.py: using MSISDN 1071
22:48:34.232926 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:34.263034 tst register_default_mass.py: using MSISDN 1072
22:48:34.277364 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.307765 tst register_default_mass.py: using MSISDN 1073
22:48:34.322045 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.352511 tst register_default_mass.py: using MSISDN 1074
22:48:34.366712 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.397162 tst register_default_mass.py: using MSISDN 1075
22:48:34.411376 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:34.441438 tst register_default_mass.py: using MSISDN 1076
22:48:34.455743 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.485887 tst register_default_mass.py: using MSISDN 1077
22:48:34.500035 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.530060 tst register_default_mass.py: using MSISDN 1078
22:48:34.544172 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.574246 tst register_default_mass.py: using MSISDN 1079
22:48:34.588410 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.618667 tst register_default_mass.py: using MSISDN 1080
22:48:34.633001 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.663248 tst register_default_mass.py: using MSISDN 1081
22:48:34.677529 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.707940 tst register_default_mass.py: using MSISDN 1082
22:48:34.722304 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.752655 tst register_default_mass.py: using MSISDN 1083
22:48:34.766974 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.797230 tst register_default_mass.py: using MSISDN 1084
22:48:34.811576 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.842154 tst register_default_mass.py: using MSISDN 1085
22:48:34.856582 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.887488 tst register_default_mass.py: using MSISDN 1086
22:48:34.902093 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.932844 tst register_default_mass.py: using MSISDN 1087
22:48:34.947534 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.977914 tst register_default_mass.py: using MSISDN 1088
22:48:34.992205 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:35.031493 tst register_default_mass.py: using MSISDN 1089
22:48:35.049283 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:35.080014 tst register_default_mass.py: using MSISDN 1090
22:48:35.094836 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:35.125412 tst register_default_mass.py: using MSISDN 1091
22:48:35.139906 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:35.170617 tst register_default_mass.py: using MSISDN 1092
22:48:35.185179 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:35.215994 tst register_default_mass.py: using MSISDN 1093
22:48:35.230479 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:35.260774 tst register_default_mass.py: using MSISDN 1094
22:48:35.275073 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:35.305182 tst register_default_mass.py: using MSISDN 1095
22:48:35.319543 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:35.349971 tst register_default_mass.py: using MSISDN 1096
22:48:35.364353 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:35.394607 tst register_default_mass.py: using MSISDN 1097
22:48:35.408793 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:35.439273 tst register_default_mass.py: using MSISDN 1098
22:48:35.453670 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:35.484296 tst register_default_mass.py: using MSISDN 1099
22:48:35.498977 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.529587 tst register_default_mass.py: using MSISDN 1100
22:48:35.544014 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.635170 run mass: Starting testcase
22:48:35.640770 run mass: Pre-launching all virtphy's
22:48:35.646233 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.659239 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:35.665507 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.678565 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:35.684562 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.697350 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:35.703321 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.716172 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:35.722255 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.735196 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:35.741289 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.754240 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:35.760373 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.773472 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:35.779545 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.792482 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:35.798384 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.811122 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:35.817037 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.829735 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.835673 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.848384 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.854292 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.866963 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.872902 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.885620 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.891531 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.904254 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.910183 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.922917 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.928823 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.941543 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.947432 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.960165 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.966066 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.978794 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.984740 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.997612 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:36.003522 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:36.016288 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:36.022191 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:36.034897 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:36.040833 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:36.053590 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:36.059436 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:36.072135 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:36.078001 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:36.090655 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:36.096598 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:36.109272 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:36.115128 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:36.127946 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:36.133885 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:36.146819 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:36.152745 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:36.165535 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:36.171579 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:36.184428 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:36.190460 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:36.203319 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:36.209284 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:36.222135 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:36.228075 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:36.240909 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:36.246896 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:36.259749 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:36.265643 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:36.278464 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:36.284405 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:36.297233 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:36.303163 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:36.315999 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:36.321909 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:36.334732 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:36.340686 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:36.353554 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:36.359583 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:36.372499 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:36.378500 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:36.391386 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:36.397336 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:36.410266 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:36.416259 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:36.429227 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:36.435137 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:36.447965 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:36.453873 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:36.466700 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:36.472616 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.485466 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:36.491393 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.504202 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:36.510168 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.522976 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:36.528948 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.541769 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:36.547772 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.560615 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:36.566572 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.579416 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:36.585403 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.598400 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:36.604380 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.617331 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:36.623303 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.636135 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:36.642324 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.655179 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:36.661211 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.674025 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:36.679989 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.692824 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:36.698733 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.711542 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:36.717501 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.730305 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:36.736241 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.749099 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:36.755030 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.767827 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:36.773812 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.786602 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:36.792564 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.805375 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:36.811293 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.824118 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.830186 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.843084 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.849133 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.862011 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.867936 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.880954 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.886894 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.899930 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.905951 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.918866 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.924794 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.937646 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.943599 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.956483 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.962415 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.975482 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.981406 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.994274 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:37.000266 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:37.013149 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:37.019105 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:37.031933 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:37.037871 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:37.050687 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:37.056635 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:37.069653 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:37.075545 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:37.088510 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:37.094445 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:37.107327 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:37.113390 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:37.126268 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:37.132341 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:37.145177 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:37.151107 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:37.164023 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:37.169941 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:37.182728 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:37.188656 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:37.201459 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:37.207381 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:37.220176 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:37.226166 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:37.238925 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:37.244820 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:37.257600 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:37.263501 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:37.276346 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:37.282268 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:37.295109 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:37.301275 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:37.314305 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:37.320457 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:37.333446 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:37.339453 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:37.352546 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:37.358470 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:37.371587 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:37.377666 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:37.390692 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:37.396793 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:37.409782 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:37.415716 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:37.428562 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:37.434501 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:37.447341 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:37.453340 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:37.466167 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:37.472094 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:37.484930 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:37.490903 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.503788 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:37.509917 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.522915 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:37.528881 run mass: Checking if sockets are in the filesystem
22:48:37.560529 run osmo-ms-mob/00000: Starting mobile
22:48:37.573537 run osmo-ms-mob/00000(pid=135): Launched
22:48:37.585503 run mass: MS start registered {at=5547943.793820061, delay=0.00595305860042572, ms=00000}
22:48:41.776933 run osmo-ms-mob/00001: Starting mobile
22:48:41.791179 run osmo-ms-mob/00001(pid=136): Launched
22:48:41.801927 run mass: MS start registered {at=5547948.010249151, delay=0.004607341252267361, ms=00001}
22:48:42.808729 run mass: MS performed LU {at=5547949.016928356, lu_delay=5.223108295351267, ms=00000}
22:48:43.576032 run osmo-ms-mob/00002: Starting mobile
22:48:43.592780 run osmo-ms-mob/00002(pid=137): Launched
22:48:43.603110 run mass: MS start registered {at=5547949.81142351, delay=0.004409389570355415, ms=00002}
22:48:44.876516 run osmo-ms-mob/00003: Starting mobile
22:48:44.893767 run osmo-ms-mob/00003(pid=138): Launched
22:48:44.904432 run mass: MS start registered {at=5547951.112749507, delay=0.004369530826807022, ms=00003}
22:48:45.945391 run osmo-ms-mob/00004: Starting mobile
22:48:45.958461 run osmo-ms-mob/00004(pid=139): Launched
22:48:45.969002 run mass: MS start registered {at=5547952.177320866, delay=0.004506681114435196, ms=00004}
22:48:46.573988 run mass: MS performed LU {at=5547952.782194166, lu_delay=4.771945015527308, ms=00001}
22:48:46.977772 run osmo-ms-mob/00005: Starting mobile
22:48:46.994908 run osmo-ms-mob/00005(pid=140): Launched
22:48:47.005657 run mass: MS start registered {at=5547953.213975109, delay=0.004475210793316364, ms=00005}
22:48:47.844228 run osmo-ms-mob/00006: Starting mobile
22:48:47.857224 run osmo-ms-mob/00006(pid=141): Launched
22:48:47.867977 run mass: MS start registered {at=5547954.076295818, delay=0.004668832756578922, ms=00006}
22:48:48.475354 run mass: MS performed LU {at=5547954.683558734, lu_delay=4.8721352238208055, ms=00002}
22:48:48.776409 run osmo-ms-mob/00007: Starting mobile
22:48:48.793088 run osmo-ms-mob/00007(pid=142): Launched
22:48:48.803678 run mass: MS start registered {at=5547955.011994133, delay=0.004649481736123562, ms=00007}
22:48:49.545250 run osmo-ms-mob/00008: Starting mobile
22:48:49.558569 run osmo-ms-mob/00008(pid=143): Launched
22:48:49.569200 run mass: MS start registered {at=5547955.777520111, delay=0.0045720236375927925, ms=00008}
22:48:50.276218 run osmo-ms-mob/00009: Starting mobile
22:48:50.293131 run osmo-ms-mob/00009(pid=144): Launched
22:48:50.303660 run mass: MS start registered {at=5547956.511978286, delay=0.004415394738316536, ms=00009}
22:48:50.340164 run mass: MS performed LU {at=5547956.548388023, lu_delay=5.43563851621002, ms=00003}
22:48:50.976298 run osmo-ms-mob/00010: Starting mobile
22:48:50.993193 run osmo-ms-mob/00010(pid=145): Launched
22:48:51.006443 run mass: MS start registered {at=5547957.214763565, delay=0.006173267029225826, ms=00010}
22:48:51.567384 run osmo-ms-mob/00011: Starting mobile
22:48:51.583364 run osmo-ms-mob/00011(pid=146): Launched
22:48:51.594085 run mass: MS start registered {at=5547957.802406149, delay=0.0048172352835536, ms=00011}
22:48:52.144425 run osmo-ms-mob/00012: Starting mobile
22:48:52.157586 run osmo-ms-mob/00012(pid=147): Launched
22:48:52.168217 run mass: MS start registered {at=5547958.376538069, delay=0.004640024155378342, ms=00012}
22:48:52.241192 run mass: MS performed LU {at=5547958.449400497, lu_delay=6.272079630754888, ms=00004}
22:48:52.268207 run mass: MS performed LU {at=5547958.476507916, lu_delay=5.262532806955278, ms=00005}
22:48:52.778525 run osmo-ms-mob/00013: Starting mobile
22:48:52.795727 run osmo-ms-mob/00013(pid=148): Launched
22:48:52.806341 run mass: MS start registered {at=5547959.014662496, delay=0.004705793224275112, ms=00013}
22:48:53.344463 run osmo-ms-mob/00014: Starting mobile
22:48:53.357596 run osmo-ms-mob/00014(pid=149): Launched
22:48:53.368219 run mass: MS start registered {at=5547959.576539194, delay=0.004658880643546581, ms=00014}
22:48:53.944407 run osmo-ms-mob/00015: Starting mobile
22:48:53.957612 run osmo-ms-mob/00015(pid=150): Launched
22:48:53.968370 run mass: MS start registered {at=5547960.176692012, delay=0.004679076373577118, ms=00015}
22:48:54.105724 run mass: MS performed LU {at=5547960.313933881, lu_delay=6.237638062797487, ms=00006}
22:48:54.170675 run mass: MS performed LU {at=5547960.378884903, lu_delay=5.366890770383179, ms=00007}
22:48:54.455929 run osmo-ms-mob/00016: Starting mobile
22:48:54.469583 run osmo-ms-mob/00016(pid=151): Launched
22:48:54.475734 run mass: MS performed LU {at=5547960.684034926, lu_delay=4.906514815054834, ms=00008}
22:48:54.481546 run mass: MS start registered {at=5547960.689881326, delay=0.00586251076310873, ms=00016}
22:48:54.945145 run osmo-ms-mob/00017: Starting mobile
22:48:54.958689 run osmo-ms-mob/00017(pid=152): Launched
22:48:54.969654 run mass: MS start registered {at=5547961.1779719, delay=0.004675343632698059, ms=00017}
22:48:55.580826 run osmo-ms-mob/00018: Starting mobile
22:48:55.596403 run osmo-ms-mob/00018(pid=153): Launched
22:48:55.607185 run mass: MS start registered {at=5547961.815507289, delay=0.004708504304289818, ms=00018}
22:48:55.956201 run osmo-ms-mob/00019: Starting mobile
22:48:55.971645 run osmo-ms-mob/00019(pid=154): Launched
22:48:55.982553 run mass: MS start registered {at=5547962.19087201, delay=0.00469884742051363, ms=00019}
22:48:56.005605 run mass: MS performed LU {at=5547962.213907809, lu_delay=5.701929522678256, ms=00009}
22:48:56.034294 run mass: MS performed LU {at=5547962.242508324, lu_delay=5.027744758874178, ms=00010}
22:48:56.140340 run mass: MS performed LU {at=5547962.348557066, lu_delay=4.546150917187333, ms=00011}
22:48:56.468487 run osmo-ms-mob/00020: Starting mobile
22:48:56.484790 run osmo-ms-mob/00020(pid=155): Launched
22:48:56.495477 run mass: MS start registered {at=5547962.703800244, delay=0.0046211183071136475, ms=00020}
22:48:56.944746 run osmo-ms-mob/00021: Starting mobile
22:48:56.957987 run osmo-ms-mob/00021(pid=156): Launched
22:48:56.968872 run mass: MS start registered {at=5547963.177191434, delay=0.004805738106369972, ms=00021}
22:48:57.357190 run osmo-ms-mob/00022: Starting mobile
22:48:57.370979 run osmo-ms-mob/00022(pid=157): Launched
22:48:57.382150 run mass: MS start registered {at=5547963.59047058, delay=0.004937821067869663, ms=00022}
22:48:57.876033 run osmo-ms-mob/00023: Starting mobile
22:48:57.892737 run osmo-ms-mob/00023(pid=158): Launched
22:48:57.898674 run mass: MS performed LU {at=5547964.107001897, lu_delay=5.730463827960193, ms=00012}
22:48:57.904441 run mass: MS start registered {at=5547964.112776021, delay=0.005792156793177128, ms=00023}
22:48:57.935570 run mass: MS performed LU {at=5547964.14379858, lu_delay=5.129136084578931, ms=00013}
22:48:58.272459 run osmo-ms-mob/00024: Starting mobile
22:48:58.288661 run osmo-ms-mob/00024(pid=159): Launched
22:48:58.294982 run mass: MS performed LU {at=5547964.503307905, lu_delay=4.926768710836768, ms=00014}
22:48:58.300836 run mass: MS start registered {at=5547964.509170534, delay=0.005881507880985737, ms=00024}
22:48:58.757992 run osmo-ms-mob/00025: Starting mobile
22:48:58.772113 run osmo-ms-mob/00025(pid=160): Launched
22:48:58.783002 run mass: MS start registered {at=5547964.991322386, delay=0.004834864288568497, ms=00025}
22:48:59.166991 run osmo-ms-mob/00026: Starting mobile
22:48:59.183354 run osmo-ms-mob/00026(pid=161): Launched
22:48:59.194449 run mass: MS start registered {at=5547965.402765958, delay=0.0050657400861382484, ms=00026}
22:48:59.545561 run osmo-ms-mob/00027: Starting mobile
22:48:59.558735 run osmo-ms-mob/00027(pid=162): Launched
22:48:59.569741 run mass: MS start registered {at=5547965.778062202, delay=0.004784903489053249, ms=00027}
22:48:59.671394 run mass: MS performed LU {at=5547965.879610811, lu_delay=4.701638910919428, ms=00017}
22:48:59.772898 run mass: MS performed LU {at=5547965.981114523, lu_delay=5.804422510787845, ms=00015}
22:48:59.799032 run mass: MS performed LU {at=5547966.007309699, lu_delay=5.317428373731673, ms=00016}
22:48:59.811152 run osmo-ms-mob/00028: Starting mobile
22:48:59.824331 run osmo-ms-mob/00028(pid=163): Launched
22:48:59.835098 run mass: MS start registered {at=5547966.043419082, delay=0.004604637622833252, ms=00028}
22:49:00.376270 run osmo-ms-mob/00029: Starting mobile
22:49:00.393694 run osmo-ms-mob/00029(pid=164): Launched
22:49:00.404337 run mass: MS start registered {at=5547966.61265718, delay=0.004476970061659813, ms=00029}
22:49:00.756958 run osmo-ms-mob/00030: Starting mobile
22:49:00.770927 run osmo-ms-mob/00030(pid=165): Launched
22:49:00.781883 run mass: MS start registered {at=5547966.990202384, delay=0.0050351303070783615, ms=00030}
22:49:01.176726 run osmo-ms-mob/00031: Starting mobile
22:49:01.192365 run osmo-ms-mob/00031(pid=166): Launched
22:49:01.203265 run mass: MS start registered {at=5547967.411584016, delay=0.004872758872807026, ms=00031}
22:49:01.445394 run osmo-ms-mob/00032: Starting mobile
22:49:01.458151 run osmo-ms-mob/00032(pid=167): Launched
22:49:01.468897 run mass: MS start registered {at=5547967.677217264, delay=0.004840034991502762, ms=00032}
22:49:01.637470 run mass: MS performed LU {at=5547967.845688726, lu_delay=5.654816715978086, ms=00019}
22:49:01.701885 run mass: MS performed LU {at=5547967.910102499, lu_delay=6.094595209695399, ms=00018}
22:49:01.743673 run osmo-ms-mob/00033: Starting mobile
22:49:01.757716 run osmo-ms-mob/00033(pid=168): Launched
22:49:01.768444 run mass: MS start registered {at=5547967.976767017, delay=0.004655300639569759, ms=00033}
22:49:01.774664 run mass: MS performed LU {at=5547967.982993226, lu_delay=5.279192981310189, ms=00020}
22:49:01.807128 run mass: MS performed LU {at=5547968.015417757, lu_delay=4.838226323015988, ms=00021}
22:49:02.275810 run osmo-ms-mob/00034: Starting mobile
22:49:02.292572 run osmo-ms-mob/00034(pid=169): Launched
22:49:02.303447 run mass: MS start registered {at=5547968.511768442, delay=0.004573918879032135, ms=00034}
22:49:02.557985 run osmo-ms-mob/00035: Starting mobile
22:49:02.571584 run osmo-ms-mob/00035(pid=170): Launched
22:49:02.582755 run mass: MS start registered {at=5547968.79107512, delay=0.004981759935617447, ms=00035}
22:49:02.964576 run osmo-ms-mob/00036: Starting mobile
22:49:02.981622 run osmo-ms-mob/00036(pid=171): Launched
22:49:02.993008 run mass: MS start registered {at=5547969.201322893, delay=0.005144616588950157, ms=00036}
22:49:03.368163 run osmo-ms-mob/00037: Starting mobile
22:49:03.383991 run osmo-ms-mob/00037(pid=172): Launched
22:49:03.394654 run mass: MS start registered {at=5547969.602975239, delay=0.004624415189027786, ms=00037}
22:49:03.436597 run mass: MS performed LU {at=5547969.644815041, lu_delay=6.054344460368156, ms=00022}
22:49:03.539189 run mass: MS performed LU {at=5547969.747405579, lu_delay=5.238235045224428, ms=00024}
22:49:03.552902 run osmo-ms-mob/00038: Starting mobile
22:49:03.566097 run osmo-ms-mob/00038(pid=173): Launched
22:49:03.572145 run mass: MS performed LU {at=5547969.780474883, lu_delay=4.789152496494353, ms=00025}
22:49:03.577994 run mass: MS start registered {at=5547969.786328564, delay=0.005869469605386257, ms=00038}
22:49:03.709823 run mass: MS performed LU {at=5547969.918039379, lu_delay=5.805263358168304, ms=00023}
22:49:03.738052 run osmo-ms-mob/00039: Starting mobile
22:49:03.751379 run osmo-ms-mob/00039(pid=174): Launched
22:49:03.762123 run mass: MS start registered {at=5547969.970445014, delay=0.004654767923057079, ms=00039}
22:49:04.345982 run osmo-ms-mob/00040: Starting mobile
22:49:04.359256 run osmo-ms-mob/00040(pid=175): Launched
22:49:04.370341 run mass: MS start registered {at=5547970.57865649, delay=0.005017790012061596, ms=00040}
22:49:04.658227 run osmo-ms-mob/00041: Starting mobile
22:49:04.673158 run osmo-ms-mob/00041(pid=176): Launched
22:49:04.683784 run mass: MS start registered {at=5547970.89210697, delay=0.0012169089168310165, ms=00041}
22:49:04.957030 run osmo-ms-mob/00042: Starting mobile
22:49:04.971229 run osmo-ms-mob/00042(pid=177): Launched
22:49:04.983125 run mass: MS start registered {at=5547971.191436046, delay=0.005588831380009651, ms=00042}
22:49:05.376566 run osmo-ms-mob/00043: Starting mobile
22:49:05.393370 run osmo-ms-mob/00043(pid=178): Launched
22:49:05.401927 run mass: MS performed LU {at=5547971.610245806, lu_delay=4.997588626109064, ms=00029}
22:49:05.407734 run mass: MS start registered {at=5547971.61606888, delay=0.008443563245236874, ms=00043}
22:49:05.467550 run mass: MS performed LU {at=5547971.675766676, lu_delay=5.6323475940153, ms=00028}
22:49:05.508606 run osmo-ms-mob/00044: Starting mobile
22:49:05.522367 run osmo-ms-mob/00044(pid=179): Launched
22:49:05.532939 run mass: MS start registered {at=5547971.741261549, delay=0.004650632850825787, ms=00044}
22:49:05.539244 run mass: MS performed LU {at=5547971.747574737, lu_delay=5.969512535259128, ms=00027}
22:49:05.572832 run mass: MS performed LU {at=5547971.781059698, lu_delay=4.790857314132154, ms=00030}
22:49:05.589741 run osmo-ms-mob/00045: Starting mobile
22:49:05.603058 run osmo-ms-mob/00045(pid=180): Launched
22:49:05.614138 run mass: MS start registered {at=5547971.822454672, delay=0.004567967727780342, ms=00045}
22:49:06.255288 run osmo-ms-mob/00046: Starting mobile
22:49:06.269100 run osmo-ms-mob/00046(pid=181): Launched
22:49:06.280034 run mass: MS start registered {at=5547972.488354607, delay=0.004720767959952354, ms=00046}
22:49:06.558618 run osmo-ms-mob/00047: Starting mobile
22:49:06.572558 run osmo-ms-mob/00047(pid=182): Launched
22:49:06.584092 run mass: MS start registered {at=5547972.792405107, delay=0.00540758203715086, ms=00047}
22:49:06.844958 run osmo-ms-mob/00048: Starting mobile
22:49:06.857978 run osmo-ms-mob/00048(pid=183): Launched
22:49:06.869002 run mass: MS start registered {at=5547973.077322305, delay=0.0046114008873701096, ms=00048}
22:49:07.144982 run osmo-ms-mob/00049: Starting mobile
22:49:07.157822 run osmo-ms-mob/00049(pid=184): Launched
22:49:07.168335 run mass: MS start registered {at=5547973.376657524, delay=0.004468361847102642, ms=00049}
22:49:07.202114 run mass: MS performed LU {at=5547973.410365029, lu_delay=5.433598012663424, ms=00033}
22:49:07.304616 run mass: MS performed LU {at=5547973.512832977, lu_delay=4.721757857128978, ms=00035}
22:49:07.333217 run osmo-ms-mob/00050: Starting mobile
22:49:07.346263 run osmo-ms-mob/00050(pid=185): Launched
22:49:07.352191 run mass: MS performed LU {at=5547973.560521997, lu_delay=5.048753554932773, ms=00034}
22:49:07.358006 run mass: MS start registered {at=5547973.566340888, delay=0.005834947340190411, ms=00050}
22:49:07.475584 run mass: MS performed LU {at=5547973.683801875, lu_delay=6.272217859514058, ms=00031}
22:49:07.512145 run mass: MS performed LU {at=5547973.720402765, lu_delay=6.043185501359403, ms=00032}
22:49:07.530079 run osmo-ms-mob/00051: Starting mobile
22:49:07.543344 run osmo-ms-mob/00051(pid=186): Launched
22:49:07.554113 run mass: MS start registered {at=5547973.762437109, delay=0.0048002321273088455, ms=00051}
22:49:08.153745 run osmo-ms-mob/00052: Starting mobile
22:49:08.173023 run osmo-ms-mob/00052(pid=187): Launched
22:49:08.184333 run mass: MS start registered {at=5547974.392648019, delay=0.005394700914621353, ms=00052}
22:49:08.443403 run osmo-ms-mob/00053: Starting mobile
22:49:08.456545 run osmo-ms-mob/00053(pid=188): Launched
22:49:08.467770 run mass: MS start registered {at=5547974.67609018, delay=0.004980802536010742, ms=00053}
22:49:08.757093 run osmo-ms-mob/00054: Starting mobile
22:49:08.771019 run osmo-ms-mob/00054(pid=189): Launched
22:49:08.781719 run mass: MS start registered {at=5547974.990038934, delay=0.0046359822154045105, ms=00054}
22:49:09.043483 run osmo-ms-mob/00055: Starting mobile
22:49:09.056619 run osmo-ms-mob/00055(pid=190): Launched
22:49:09.067571 run mass: MS start registered {at=5547975.275890803, delay=0.0047737183049321175, ms=00055}
22:49:09.168827 run mass: MS performed LU {at=5547975.377027405, lu_delay=6.175704512745142, ms=00036}
22:49:09.233164 run mass: MS performed LU {at=5547975.441403681, lu_delay=4.86274719145149, ms=00040}
22:49:09.261130 run osmo-ms-mob/00056: Starting mobile
22:49:09.274237 run osmo-ms-mob/00056(pid=191): Launched
22:49:09.284933 run mass: MS start registered {at=5547975.493257835, delay=0.004655652679502964, ms=00056}
22:49:09.301566 run mass: MS performed LU {at=5547975.509888346, lu_delay=5.906913107261062, ms=00037}
22:49:09.339603 run mass: MS performed LU {at=5547975.547829723, lu_delay=5.761501158587635, ms=00038}
22:49:09.361394 run osmo-ms-mob/00057: Starting mobile
22:49:09.374780 run osmo-ms-mob/00057(pid=192): Launched
22:49:09.385528 run mass: MS start registered {at=5547975.593850143, delay=0.0046006375923752785, ms=00057}
22:49:09.413034 run mass: MS performed LU {at=5547975.621329455, lu_delay=5.650884441100061, ms=00039}
22:49:09.666859 run mass: MS performed LU {at=5547975.875051978, lu_delay=4.982945008203387, ms=00041}
22:49:10.057684 run osmo-ms-mob/00058: Starting mobile
22:49:10.071792 run osmo-ms-mob/00058(pid=193): Launched
22:49:10.084630 run mass: MS start registered {at=5547976.292945502, delay=0.006878924556076527, ms=00058}
22:49:10.253918 run mass: MS performed LU {at=5547976.462138193, lu_delay=3.669733085669577, ms=00047}
22:49:10.283563 run osmo-ms-mob/00059: Starting mobile
22:49:10.296724 run osmo-ms-mob/00059(pid=194): Launched
22:49:10.307606 run mass: MS start registered {at=5547976.51592393, delay=0.004600726068019867, ms=00059}
22:49:10.657920 run osmo-ms-mob/00060: Starting mobile
22:49:10.671599 run osmo-ms-mob/00060(pid=195): Launched
22:49:10.682283 run mass: MS start registered {at=5547976.890603807, delay=0.004568424075841904, ms=00060}
22:49:10.968357 run mass: MS performed LU {at=5547977.176573616, lu_delay=5.354118944145739, ms=00045}
22:49:10.998755 run osmo-ms-mob/00061: Starting mobile
22:49:11.012353 run osmo-ms-mob/00061(pid=196): Launched
22:49:11.023283 run mass: MS start registered {at=5547977.231600715, delay=0.004980894736945629, ms=00061}
22:49:11.070397 run mass: MS performed LU {at=5547977.278418307, lu_delay=4.7900637006387115, ms=00046}
22:49:11.098306 run mass: MS performed LU {at=5547977.306563447, lu_delay=6.1151274014264345, ms=00042}
22:49:11.117991 run osmo-ms-mob/00062: Starting mobile
22:49:11.131384 run osmo-ms-mob/00062(pid=197): Launched
22:49:11.142100 run mass: MS start registered {at=5547977.350423638, delay=0.004528319463133812, ms=00062}
22:49:11.241605 run mass: MS performed LU {at=5547977.449808727, lu_delay=5.833739846944809, ms=00043}
22:49:11.277205 run mass: MS performed LU {at=5547977.485434546, lu_delay=5.744172996841371, ms=00044}
22:49:11.291480 run osmo-ms-mob/00063: Starting mobile
22:49:11.304843 run osmo-ms-mob/00063(pid=198): Launched
22:49:11.315761 run mass: MS start registered {at=5547977.524081412, delay=0.004553990438580513, ms=00063}
22:49:12.056592 run osmo-ms-mob/00064: Starting mobile
22:49:12.070800 run osmo-ms-mob/00064(pid=199): Launched
22:49:12.081836 run mass: MS start registered {at=5547978.290155308, delay=0.004627116955816746, ms=00064}
22:49:12.458526 run osmo-ms-mob/00065: Starting mobile
22:49:12.472996 run osmo-ms-mob/00065(pid=200): Launched
22:49:12.484039 run mass: MS start registered {at=5547978.692362128, delay=0.005040404386818409, ms=00065}
22:49:12.768085 run osmo-ms-mob/00066: Starting mobile
22:49:12.784303 run osmo-ms-mob/00066(pid=201): Launched
22:49:12.794992 run mass: MS start registered {at=5547979.003315329, delay=0.004713703878223896, ms=00066}
22:49:12.935192 run mass: MS performed LU {at=5547979.1434088, lu_delay=5.766751275397837, ms=00049}
22:49:12.999249 run mass: MS performed LU {at=5547979.207465502, lu_delay=5.4450283935293555, ms=00051}
22:49:13.068947 run mass: MS performed LU {at=5547979.277164789, lu_delay=5.710823900997639, ms=00050}
22:49:13.098004 run osmo-ms-mob/00067: Starting mobile
22:49:13.111337 run osmo-ms-mob/00067(pid=202): Launched
22:49:13.117328 run mass: MS performed LU {at=5547979.325655488, lu_delay=4.9330074694007635, ms=00052}
22:49:13.123410 run mass: MS start registered {at=5547979.331743432, delay=0.006107167340815067, ms=00067}
22:49:13.141596 run mass: MS performed LU {at=5547979.349870698, lu_delay=6.272548392415047, ms=00048}
22:49:13.172516 run osmo-ms-mob/00068: Starting mobile
22:49:13.187844 run osmo-ms-mob/00068(pid=203): Launched
22:49:13.193894 run mass: MS performed LU {at=5547979.402222214, lu_delay=4.7261320343241096, ms=00053}
22:49:13.199729 run mass: MS start registered {at=5547979.408062889, delay=0.005858556367456913, ms=00068}
22:49:13.868551 run osmo-ms-mob/00069: Starting mobile
22:49:13.885806 run osmo-ms-mob/00069(pid=204): Launched
22:49:13.896937 run mass: MS start registered {at=5547980.105255237, delay=0.005123487673699856, ms=00069}
22:49:14.258027 run osmo-ms-mob/00070: Starting mobile
22:49:14.271991 run osmo-ms-mob/00070(pid=205): Launched
22:49:14.283020 run mass: MS start registered {at=5547980.491337539, delay=0.005084626376628876, ms=00070}
22:49:14.667100 run osmo-ms-mob/00071: Starting mobile
22:49:14.683236 run osmo-ms-mob/00071(pid=206): Launched
22:49:14.694023 run mass: MS start registered {at=5547980.902341831, delay=0.004854900762438774, ms=00071}
22:49:14.734455 run mass: MS performed LU {at=5547980.942671939, lu_delay=5.449414104223251, ms=00056}
22:49:14.835399 run mass: MS performed LU {at=5547981.043631324, lu_delay=6.053592389449477, ms=00054}
22:49:14.862618 run mass: MS performed LU {at=5547981.070916272, lu_delay=5.477066128514707, ms=00057}
22:49:14.875165 run osmo-ms-mob/00072: Starting mobile
22:49:14.888114 run osmo-ms-mob/00072(pid=207): Launched
22:49:14.898853 run mass: MS start registered {at=5547981.107177974, delay=0.004781583324074745, ms=00072}
22:49:15.043847 run mass: MS performed LU {at=5547981.252065604, lu_delay=4.959120101295412, ms=00058}
22:49:15.080161 run mass: MS performed LU {at=5547981.288404104, lu_delay=4.772480173967779, ms=00059}
22:49:15.486385 run osmo-ms-mob/00073: Starting mobile
22:49:15.502938 run osmo-ms-mob/00073(pid=208): Launched
22:49:15.513737 run mass: MS start registered {at=5547981.722056783, delay=0.004826638847589493, ms=00073}
22:49:15.845177 run osmo-ms-mob/00074: Starting mobile
22:49:15.858645 run osmo-ms-mob/00074(pid=209): Launched
22:49:15.869597 run mass: MS start registered {at=5547982.077912532, delay=0.004835883155465126, ms=00074}
22:49:16.272183 run osmo-ms-mob/00075: Starting mobile
22:49:16.296085 run osmo-ms-mob/00075(pid=210): Launched
22:49:16.306830 run mass: MS start registered {at=5547982.515147617, delay=0.004641955718398094, ms=00075}
22:49:16.701119 run mass: MS performed LU {at=5547982.909339465, lu_delay=4.619184156879783, ms=00064}
22:49:16.732540 run osmo-ms-mob/00076: Starting mobile
22:49:16.747200 run osmo-ms-mob/00076(pid=211): Launched
22:49:16.757992 run mass: MS start registered {at=5547982.966313671, delay=0.004755380563437939, ms=00076}
22:49:16.764196 run mass: MS performed LU {at=5547982.972519149, lu_delay=5.740918434225023, ms=00061}
22:49:16.834265 run mass: MS performed LU {at=5547983.042482557, lu_delay=6.15187874995172, ms=00060}
22:49:16.871479 run mass: MS performed LU {at=5547983.079717715, lu_delay=5.72929407749325, ms=00062}
22:49:16.895841 run osmo-ms-mob/00077: Starting mobile
22:49:16.909133 run osmo-ms-mob/00077(pid=212): Launched
22:49:16.919893 run mass: MS start registered {at=5547983.128212706, delay=0.004772373475134373, ms=00077}
22:49:17.659561 run osmo-ms-mob/00078: Starting mobile
22:49:17.673357 run osmo-ms-mob/00078(pid=213): Launched
22:49:17.684214 run mass: MS start registered {at=5547983.89253527, delay=0.004880092106759548, ms=00078}
22:49:18.056718 run osmo-ms-mob/00079: Starting mobile
22:49:18.070416 run osmo-ms-mob/00079(pid=214): Launched
22:49:18.081138 run mass: MS start registered {at=5547984.289457252, delay=0.004735725931823254, ms=00079}
22:49:18.499493 run mass: MS performed LU {at=5547984.707708134, lu_delay=4.602452897466719, ms=00069}
22:49:18.530369 run osmo-ms-mob/00080: Starting mobile
22:49:18.545787 run osmo-ms-mob/00080(pid=215): Launched
22:49:18.556838 run mass: MS start registered {at=5547984.765151317, delay=0.005071433261036873, ms=00080}
22:49:18.601522 run mass: MS performed LU {at=5547984.809759191, lu_delay=5.806443862617016, ms=00066}
22:49:18.629372 run mass: MS performed LU {at=5547984.837592753, lu_delay=6.145230624824762, ms=00065}
22:49:18.809560 run mass: MS performed LU {at=5547985.01777945, lu_delay=5.6860360177233815, ms=00067}
22:49:18.827295 run mass: MS performed LU {at=5547985.035575682, lu_delay=5.627512793056667, ms=00068}
22:49:18.854920 run osmo-ms-mob/00081: Starting mobile
22:49:18.868067 run osmo-ms-mob/00081(pid=216): Launched
22:49:18.878900 run mass: MS start registered {at=5547985.087225111, delay=0.004806152544915676, ms=00081}
22:49:19.458649 run osmo-ms-mob/00082: Starting mobile
22:49:19.472695 run osmo-ms-mob/00082(pid=217): Launched
22:49:19.484099 run mass: MS start registered {at=5547985.692418588, delay=0.00514288991689682, ms=00082}
22:49:20.056175 run osmo-ms-mob/00083: Starting mobile
22:49:20.069981 run osmo-ms-mob/00083(pid=218): Launched
22:49:20.080962 run mass: MS start registered {at=5547986.289283971, delay=0.0045393966138362885, ms=00083}
22:49:20.466150 run mass: MS performed LU {at=5547986.674310417, lu_delay=4.952253634110093, ms=00073}
22:49:20.507823 run osmo-ms-mob/00084: Starting mobile
22:49:20.523340 run osmo-ms-mob/00084(pid=219): Launched
22:49:20.529705 run mass: MS performed LU {at=5547986.7380276, lu_delay=4.660115067847073, ms=00074}
22:49:20.535552 run mass: MS start registered {at=5547986.743886669, delay=0.006033015437424183, ms=00084}
22:49:20.600351 run mass: MS performed LU {at=5547986.808574441, lu_delay=5.906232610344887, ms=00071}
22:49:20.637042 run mass: MS performed LU {at=5547986.845303329, lu_delay=5.7381253549829125, ms=00072}
22:49:20.728911 run mass: MS performed LU {at=5547986.937131593, lu_delay=6.4457940543070436, ms=00070}
22:49:20.757047 run osmo-ms-mob/00085: Starting mobile
22:49:20.770470 run osmo-ms-mob/00085(pid=220): Launched
22:49:20.781174 run mass: MS start registered {at=5547986.989498173, delay=0.0046825893223285675, ms=00085}
22:49:21.658108 run osmo-ms-mob/00086: Starting mobile
22:49:21.672336 run osmo-ms-mob/00086(pid=221): Launched
22:49:21.683180 run mass: MS start registered {at=5547987.891502603, delay=0.00475705973803997, ms=00086}
22:49:22.269884 run osmo-ms-mob/00087: Starting mobile
22:49:22.287005 run osmo-ms-mob/00087(pid=222): Launched
22:49:22.293019 run mass: MS performed LU {at=5547988.501347347, lu_delay=5.373134640976787, ms=00077}
22:49:22.298749 run mass: MS start registered {at=5547988.50708435, delay=0.005754890851676464, ms=00087}
22:49:22.368051 run mass: MS performed LU {at=5547988.576265314, lu_delay=5.609951642341912, ms=00076}
22:49:22.394661 run mass: MS performed LU {at=5547988.602891578, lu_delay=4.710356308147311, ms=00078}
22:49:22.539645 run mass: MS performed LU {at=5547988.747839835, lu_delay=6.232692217454314, ms=00075}
22:49:22.575589 run mass: MS performed LU {at=5547988.783863826, lu_delay=23.381097868084908, ms=00026}
22:49:22.591306 run osmo-ms-mob/00088: Starting mobile
22:49:22.604368 run osmo-ms-mob/00088(pid=223): Launched
22:49:22.615125 run mass: MS start registered {at=5547988.823445505, delay=0.004813304170966148, ms=00088}
22:49:23.459312 run osmo-ms-mob/00089: Starting mobile
22:49:23.473803 run osmo-ms-mob/00089(pid=224): Launched
22:49:23.484913 run mass: MS start registered {at=5547989.693235474, delay=0.004778437316417694, ms=00089}
22:49:24.049418 run osmo-ms-mob/00090: Starting mobile
22:49:24.062589 run osmo-ms-mob/00090(pid=225): Launched
22:49:24.073435 run mass: MS start registered {at=5547990.281755255, delay=0.004764033481478691, ms=00090}
22:49:24.232179 run mass: MS performed LU {at=5547990.440376786, lu_delay=5.353151674382389, ms=00081}
22:49:24.297222 run mass: MS performed LU {at=5547990.505439958, lu_delay=6.2159827053546906, ms=00079}
22:49:24.366215 run mass: MS performed LU {at=5547990.57443209, lu_delay=5.809280772693455, ms=00080}
22:49:24.402416 run mass: MS performed LU {at=5547990.6106506, lu_delay=4.918232011608779, ms=00082}
22:49:24.744268 run osmo-ms-mob/00091: Starting mobile
22:49:24.757560 run osmo-ms-mob/00091(pid=226): Launched
22:49:24.769617 run mass: MS start registered {at=5547990.977935212, delay=0.006135382689535618, ms=00091}
22:49:25.445485 run osmo-ms-mob/00092: Starting mobile
22:49:25.458618 run osmo-ms-mob/00092(pid=227): Launched
22:49:25.469477 run mass: MS start registered {at=5547991.677796976, delay=0.004879997111856937, ms=00092}
22:49:26.133679 run mass: MS performed LU {at=5547992.341896627, lu_delay=5.598009957931936, ms=00084}
22:49:26.161109 run mass: MS performed LU {at=5547992.369351116, lu_delay=6.080067144706845, ms=00083}
22:49:26.208894 run osmo-ms-mob/00093: Starting mobile
22:49:26.223790 run osmo-ms-mob/00093(pid=228): Launched
22:49:26.234504 run mass: MS start registered {at=5547992.442826705, delay=0.0046621887013316154, ms=00093}
22:49:26.305289 run mass: MS performed LU {at=5547992.513396936, lu_delay=4.621894332580268, ms=00086}
22:49:27.168905 run osmo-ms-mob/00094: Starting mobile
22:49:27.185398 run osmo-ms-mob/00094(pid=229): Launched
22:49:27.196358 run mass: MS start registered {at=5547993.404677849, delay=0.004766854457557201, ms=00094}
22:49:27.998074 run mass: MS performed LU {at=5547994.206255129, lu_delay=5.699170778505504, ms=00087}
22:49:28.055854 run osmo-ms-mob/00095: Starting mobile
22:49:28.071494 run osmo-ms-mob/00095(pid=230): Launched
22:49:28.077444 run mass: MS performed LU {at=5547994.285771097, lu_delay=5.462325591593981, ms=00088}
22:49:28.083228 run mass: MS start registered {at=5547994.29156376, delay=0.00580964982509613, ms=00095}
22:49:28.367334 run mass: MS performed LU {at=5547994.575549109, lu_delay=4.882313635200262, ms=00089}
22:49:29.058389 run osmo-ms-mob/00096: Starting mobile
22:49:29.072354 run osmo-ms-mob/00096(pid=231): Launched
22:49:29.083780 run mass: MS start registered {at=5547995.292095088, delay=0.0054978737607598305, ms=00096}
22:49:29.899200 run mass: MS performed LU {at=5547996.107299536, lu_delay=5.129364323802292, ms=00091}
22:49:29.926881 run mass: MS performed LU {at=5547996.135126668, lu_delay=5.853371413424611, ms=00090}
22:49:30.051147 run mass: MS performed LU {at=5547996.259371083, lu_delay=4.581574107520282, ms=00092}
22:49:30.065561 run osmo-ms-mob/00097: Starting mobile
22:49:30.078847 run osmo-ms-mob/00097(pid=232): Launched
22:49:30.089910 run mass: MS start registered {at=5547996.29822344, delay=0.005061350762844086, ms=00097}
22:49:31.475072 run osmo-ms-mob/00098: Starting mobile
22:49:31.492325 run osmo-ms-mob/00098(pid=233): Launched
22:49:31.503413 run mass: MS start registered {at=5547997.711728691, delay=0.005124201066792011, ms=00098}
22:49:31.764025 run mass: MS performed LU {at=5547997.972222227, lu_delay=5.529395521618426, ms=00093}
22:49:31.829089 run mass: MS performed LU {at=5547998.037305499, lu_delay=4.632627650164068, ms=00094}
22:49:31.897462 run mass: MS performed LU {at=5547998.10567912, lu_delay=22.829788316972554, ms=00055}
22:49:33.276427 run osmo-ms-mob/00099: Starting mobile
22:49:33.293078 run osmo-ms-mob/00099(pid=234): Launched
22:49:33.299138 run mass: All started... {duration=55.76467782165855, too_slow=0}
22:49:33.304869 run mass: MS start registered {at=5547999.513199701, delay=0.005725262686610222, ms=00099}
22:49:33.665491 run mass: MS performed LU {at=5547999.873707771, lu_delay=5.582144011743367, ms=00095}
22:49:33.798721 run mass: MS performed LU {at=5548000.006940467, lu_delay=22.482859055511653, ms=00063}
22:49:33.928440 run mass: MS performed LU {at=5548000.136659194, lu_delay=4.844564105384052, ms=00096}
22:49:35.529403 run mass: MS performed LU {at=5548001.737604647, lu_delay=5.439381207339466, ms=00097}
22:49:37.431376 run mass: MS performed LU {at=5548003.639595014, lu_delay=5.927866322919726, ms=00098}
22:49:39.295575 run mass: MS performed LU {at=5548005.503790419, lu_delay=5.990590717643499, ms=00099}
22:49:43.296580 run mass: MS performed LU {at=5548009.504770821, lu_delay=22.515272648073733, ms=00085}
22:49:43.322791 run mass: Tests done {all_completed=True, max=23.381097868084908, min=3.669733085669577}
22:49:43.328666 tst register_default_mass.py: Test passed (85.1 sec)
22:49:43.334057 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:43.337308 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:43.340526 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:43.343750 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:43.347016 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:43.350330 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:43.353600 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:43.356882 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:43.360117 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:43.363409 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:43.366686 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:43.369946 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:43.373285 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:43.376574 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:43.379865 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:43.383163 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:43.386486 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:43.389894 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:43.393269 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:43.396563 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:43.399879 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:43.403188 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:43.406477 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:43.409814 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:43.413145 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:43.416491 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:43.419787 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:43.423122 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:43.426480 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:43.429803 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:43.433151 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:43.437090 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:43.440910 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:43.444814 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:43.448258 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:43.451654 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:43.455105 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:43.458668 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:43.462010 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:43.465339 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:43.468679 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:43.472001 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:43.475292 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:43.478636 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:43.481966 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:43.485588 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:43.489015 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:43.492357 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:43.495688 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:43.499007 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:43.502323 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:43.505935 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:43.509288 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:43.512708 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:43.516080 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:43.519386 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:43.522754 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:43.526177 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:43.529562 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:43.533209 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:43.536622 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:43.540026 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:43.543455 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:43.546809 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:43.550195 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:43.553642 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:43.556976 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:43.560420 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:43.563749 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:43.567336 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:43.570821 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:43.574552 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:43.577896 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:43.581271 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:43.584593 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:43.588001 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:43.591308 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:43.594715 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:43.598111 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:43.601406 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:43.604710 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:43.608121 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:43.611429 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:43.614843 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:43.618143 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:43.621937 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:43.625265 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:43.628625 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:43.631997 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:43.635296 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:43.639058 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:43.642401 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:43.645693 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:43.649013 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:43.652493 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:43.655885 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:43.659665 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:43.663386 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:43.666678 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:43.670000 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:43.673318 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:43.676677 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:43.680037 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:43.683373 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:43.686677 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:43.690053 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:43.693550 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:43.697385 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:43.700752 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:43.704055 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:43.707359 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:43.710674 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:43.713997 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:43.717320 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:43.720649 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:43.723940 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:43.727174 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:43.730388 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:43.733628 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:43.736861 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:43.740090 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:43.743291 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:43.746515 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:43.749749 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:43.752961 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:43.756187 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:43.759400 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:43.762614 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:43.765844 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:43.769060 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:43.772277 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:43.775487 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:43.778714 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:43.781937 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:43.785154 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:43.788369 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:43.791596 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:43.794816 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:43.798037 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:43.801251 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:43.804469 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:43.807689 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:43.810914 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:43.814132 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:43.817359 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:43.820586 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:43.823814 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:43.827028 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:43.830236 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:43.833448 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:43.836680 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:43.839892 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:43.843096 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:43.846305 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:43.849523 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:43.852739 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:43.855957 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:43.859160 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:43.862361 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:43.865565 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:43.868778 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:43.871998 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:43.875209 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:43.878421 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:43.881630 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:43.884838 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:43.888061 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:43.891260 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:43.894487 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:43.897718 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:43.900926 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:43.904133 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:43.907346 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:43.910558 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:43.913767 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:43.916988 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:43.920217 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:43.923433 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:43.926653 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:43.929875 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:43.933093 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:43.936309 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:43.939521 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:43.942738 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:43.945936 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:43.949159 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:43.952379 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:43.955611 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:43.958837 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:43.962067 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:43.965283 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:43.968504 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:43.971711 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:43.974931 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:43.978143 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:43.981359 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:43.984580 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:43.987790 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:43.991030 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:43.994304 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:43.997588 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:44.000858 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:44.004139 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:44.007394 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:44.010680 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:44.013953 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:44.017229 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:44.020511 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:44.023788 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:44.027057 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:44.030331 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:44.033598 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:44.036869 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:44.040148 --- ParallelTerminationStrategy: PID 22 died...
22:49:44.041638 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:44.045271 --- ParallelTerminationStrategy: PID 23 died...
22:49:44.046743 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:44.050375 --- ParallelTerminationStrategy: PID 24 died...
22:49:44.051861 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:44.055532 --- ParallelTerminationStrategy: PID 25 died...
22:49:44.057018 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:44.060662 --- ParallelTerminationStrategy: PID 26 died...
22:49:44.062153 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:44.065823 --- ParallelTerminationStrategy: PID 27 died...
22:49:44.067314 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:44.070956 --- ParallelTerminationStrategy: PID 28 died...
22:49:44.072447 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:44.076112 --- ParallelTerminationStrategy: PID 29 died...
22:49:44.077594 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:44.081266 --- ParallelTerminationStrategy: PID 30 died...
22:49:44.082736 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:44.086383 --- ParallelTerminationStrategy: PID 31 died...
22:49:44.087872 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:44.091551 --- ParallelTerminationStrategy: PID 32 died...
22:49:44.093038 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:44.096733 --- ParallelTerminationStrategy: PID 33 died...
22:49:44.098223 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:44.101922 --- ParallelTerminationStrategy: PID 35 died...
22:49:44.103413 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:44.107096 --- ParallelTerminationStrategy: PID 36 died...
22:49:44.108596 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:44.112274 --- ParallelTerminationStrategy: PID 37 died...
22:49:44.113756 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:44.117431 --- ParallelTerminationStrategy: PID 38 died...
22:49:44.118919 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:44.122615 --- ParallelTerminationStrategy: PID 39 died...
22:49:44.124123 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:44.127815 --- ParallelTerminationStrategy: PID 40 died...
22:49:44.129301 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:44.132992 --- ParallelTerminationStrategy: PID 41 died...
22:49:44.134474 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:44.138160 --- ParallelTerminationStrategy: PID 42 died...
22:49:44.139642 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:44.143301 --- ParallelTerminationStrategy: PID 43 died...
22:49:44.144824 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:44.148493 --- ParallelTerminationStrategy: PID 44 died...
22:49:44.149970 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:44.153621 --- ParallelTerminationStrategy: PID 45 died...
22:49:44.155110 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:44.158768 --- ParallelTerminationStrategy: PID 46 died...
22:49:44.160288 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:44.163959 --- ParallelTerminationStrategy: PID 47 died...
22:49:44.165439 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:44.169124 --- ParallelTerminationStrategy: PID 48 died...
22:49:44.170606 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:44.174253 --- ParallelTerminationStrategy: PID 49 died...
22:49:44.175730 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:44.179370 --- ParallelTerminationStrategy: PID 50 died...
22:49:44.180851 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:44.184532 --- ParallelTerminationStrategy: PID 51 died...
22:49:44.186017 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:44.189663 --- ParallelTerminationStrategy: PID 52 died...
22:49:44.191144 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:44.194803 --- ParallelTerminationStrategy: PID 53 died...
22:49:44.196300 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:44.199969 --- ParallelTerminationStrategy: PID 54 died...
22:49:44.201466 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:44.205116 --- ParallelTerminationStrategy: PID 55 died...
22:49:44.206599 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:44.210280 --- ParallelTerminationStrategy: PID 56 died...
22:49:44.211768 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:44.215435 --- ParallelTerminationStrategy: PID 57 died...
22:49:44.216930 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:44.220602 --- ParallelTerminationStrategy: PID 58 died...
22:49:44.222080 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:44.225728 --- ParallelTerminationStrategy: PID 59 died...
22:49:44.227213 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:44.230869 --- ParallelTerminationStrategy: PID 60 died...
22:49:44.232377 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:44.236045 --- ParallelTerminationStrategy: PID 61 died...
22:49:44.237530 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:44.241183 --- ParallelTerminationStrategy: PID 62 died...
22:49:44.242665 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:44.246344 --- ParallelTerminationStrategy: PID 63 died...
22:49:44.247837 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:44.251487 --- ParallelTerminationStrategy: PID 64 died...
22:49:44.252982 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:44.256648 --- ParallelTerminationStrategy: PID 65 died...
22:49:44.258123 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:44.261796 --- ParallelTerminationStrategy: PID 66 died...
22:49:44.263277 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:44.266939 --- ParallelTerminationStrategy: PID 67 died...
22:49:44.268443 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:44.272095 --- ParallelTerminationStrategy: PID 68 died...
22:49:44.273567 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:44.277244 --- ParallelTerminationStrategy: PID 69 died...
22:49:44.278719 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:44.282399 --- ParallelTerminationStrategy: PID 70 died...
22:49:44.283890 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:44.287542 --- ParallelTerminationStrategy: PID 71 died...
22:49:44.289020 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:44.292689 --- ParallelTerminationStrategy: PID 72 died...
22:49:44.294162 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:44.297829 --- ParallelTerminationStrategy: PID 73 died...
22:49:44.299315 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:44.302998 --- ParallelTerminationStrategy: PID 74 died...
22:49:44.304498 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:44.308165 --- ParallelTerminationStrategy: PID 75 died...
22:49:44.309656 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:44.313325 --- ParallelTerminationStrategy: PID 76 died...
22:49:44.314809 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:44.318469 --- ParallelTerminationStrategy: PID 77 died...
22:49:44.319950 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:44.323597 --- ParallelTerminationStrategy: PID 78 died...
22:49:44.325095 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:44.328775 --- ParallelTerminationStrategy: PID 79 died...
22:49:44.330255 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:44.333917 --- ParallelTerminationStrategy: PID 80 died...
22:49:44.335386 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:44.339044 --- ParallelTerminationStrategy: PID 81 died...
22:49:44.340565 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:44.344216 --- ParallelTerminationStrategy: PID 82 died...
22:49:44.345698 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:44.349370 --- ParallelTerminationStrategy: PID 83 died...
22:49:44.350843 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:44.354511 --- ParallelTerminationStrategy: PID 84 died...
22:49:44.355996 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:44.359655 --- ParallelTerminationStrategy: PID 85 died...
22:49:44.361139 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:44.364803 --- ParallelTerminationStrategy: PID 86 died...
22:49:44.366289 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:44.369933 --- ParallelTerminationStrategy: PID 87 died...
22:49:44.371415 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:44.375076 --- ParallelTerminationStrategy: PID 88 died...
22:49:44.376584 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:44.380232 --- ParallelTerminationStrategy: PID 89 died...
22:49:44.381709 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:44.385403 --- ParallelTerminationStrategy: PID 90 died...
22:49:44.386889 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:44.390581 --- ParallelTerminationStrategy: PID 91 died...
22:49:44.392070 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:44.395726 --- ParallelTerminationStrategy: PID 92 died...
22:49:44.397210 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:44.400890 --- ParallelTerminationStrategy: PID 93 died...
22:49:44.402373 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:44.406036 --- ParallelTerminationStrategy: PID 94 died...
22:49:44.407531 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:44.411189 --- ParallelTerminationStrategy: PID 95 died...
22:49:44.412689 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:44.416345 --- ParallelTerminationStrategy: PID 96 died...
22:49:44.417827 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:44.421495 --- ParallelTerminationStrategy: PID 97 died...
22:49:44.422981 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:44.426648 --- ParallelTerminationStrategy: PID 98 died...
22:49:44.428134 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:44.431794 --- ParallelTerminationStrategy: PID 99 died...
22:49:44.433273 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:44.436936 --- ParallelTerminationStrategy: PID 100 died...
22:49:44.438409 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:44.442081 --- ParallelTerminationStrategy: PID 101 died...
22:49:44.443564 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:44.447231 --- ParallelTerminationStrategy: PID 102 died...
22:49:44.448726 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:44.452394 --- ParallelTerminationStrategy: PID 103 died...
22:49:44.453876 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:44.457537 --- ParallelTerminationStrategy: PID 104 died...
22:49:44.459015 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:44.462681 --- ParallelTerminationStrategy: PID 105 died...
22:49:44.464194 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:44.467866 --- ParallelTerminationStrategy: PID 106 died...
22:49:44.469348 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:44.472989 --- ParallelTerminationStrategy: PID 107 died...
22:49:44.474472 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:44.478124 --- ParallelTerminationStrategy: PID 108 died...
22:49:44.479602 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:44.483278 --- ParallelTerminationStrategy: PID 109 died...
22:49:44.484764 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:44.488424 --- ParallelTerminationStrategy: PID 110 died...
22:49:44.489907 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:44.493591 --- ParallelTerminationStrategy: PID 111 died...
22:49:44.495073 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:44.498729 --- ParallelTerminationStrategy: PID 112 died...
22:49:44.500211 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:44.503870 --- ParallelTerminationStrategy: PID 113 died...
22:49:44.505340 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:44.509000 --- ParallelTerminationStrategy: PID 114 died...
22:49:44.510481 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:44.514174 --- ParallelTerminationStrategy: PID 115 died...
22:49:44.515652 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:44.519318 --- ParallelTerminationStrategy: PID 116 died...
22:49:44.520813 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:44.524491 --- ParallelTerminationStrategy: PID 117 died...
22:49:44.525967 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:44.529627 --- ParallelTerminationStrategy: PID 118 died...
22:49:44.531110 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:44.534790 --- ParallelTerminationStrategy: PID 119 died...
22:49:44.536290 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:44.539931 --- ParallelTerminationStrategy: PID 120 died...
22:49:44.541419 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:44.545066 --- ParallelTerminationStrategy: PID 121 died...
22:49:44.546551 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:44.550234 --- ParallelTerminationStrategy: PID 122 died...
22:49:44.551731 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:44.555383 --- ParallelTerminationStrategy: PID 123 died...
22:49:44.556874 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:44.560540 --- ParallelTerminationStrategy: PID 124 died...
22:49:44.562016 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:44.565698 --- ParallelTerminationStrategy: PID 125 died...
22:49:44.567185 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:44.570858 --- ParallelTerminationStrategy: PID 126 died...
22:49:44.572349 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:44.576003 --- ParallelTerminationStrategy: PID 127 died...
22:49:44.577486 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:44.581156 --- ParallelTerminationStrategy: PID 128 died...
22:49:44.582636 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:44.586299 --- ParallelTerminationStrategy: PID 129 died...
22:49:44.587791 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:44.591431 --- ParallelTerminationStrategy: PID 130 died...
22:49:44.592930 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:44.596592 --- ParallelTerminationStrategy: PID 131 died...
22:49:44.598077 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:44.601722 --- ParallelTerminationStrategy: PID 132 died...
22:49:44.603196 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:44.606872 --- ParallelTerminationStrategy: PID 133 died...
22:49:44.608349 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:44.612010 --- ParallelTerminationStrategy: PID 134 died...
22:49:44.613484 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:44.617138 --- ParallelTerminationStrategy: PID 135 died...
22:49:44.618623 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:44.622340 --- ParallelTerminationStrategy: PID 136 died...
22:49:44.623833 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:44.627521 --- ParallelTerminationStrategy: PID 137 died...
22:49:44.629008 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:44.632688 --- ParallelTerminationStrategy: PID 138 died...
22:49:44.634172 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:44.637877 --- ParallelTerminationStrategy: PID 139 died...
22:49:44.639358 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:44.643049 --- ParallelTerminationStrategy: PID 140 died...
22:49:44.644548 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:44.648249 --- ParallelTerminationStrategy: PID 141 died...
22:49:44.649729 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:44.653414 --- ParallelTerminationStrategy: PID 142 died...
22:49:44.654894 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:44.658560 --- ParallelTerminationStrategy: PID 143 died...
22:49:44.660037 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:44.663702 --- ParallelTerminationStrategy: PID 144 died...
22:49:44.665172 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:44.668838 --- ParallelTerminationStrategy: PID 145 died...
22:49:44.670315 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:44.673998 --- ParallelTerminationStrategy: PID 146 died...
22:49:44.675491 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:44.679160 --- ParallelTerminationStrategy: PID 147 died...
22:49:44.680656 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:44.684322 --- ParallelTerminationStrategy: PID 148 died...
22:49:44.685790 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:44.689459 --- ParallelTerminationStrategy: PID 149 died...
22:49:44.690932 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:44.694619 --- ParallelTerminationStrategy: PID 150 died...
22:49:44.696098 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:44.699778 --- ParallelTerminationStrategy: PID 151 died...
22:49:44.701250 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:44.704934 --- ParallelTerminationStrategy: PID 152 died...
22:49:44.706404 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:44.710082 --- ParallelTerminationStrategy: PID 153 died...
22:49:44.711580 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:44.715244 --- ParallelTerminationStrategy: PID 154 died...
22:49:44.716763 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:44.720444 --- ParallelTerminationStrategy: PID 155 died...
22:49:44.721926 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:44.725606 --- ParallelTerminationStrategy: PID 156 died...
22:49:44.727078 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:44.730737 --- ParallelTerminationStrategy: PID 157 died...
22:49:44.732216 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:44.735900 --- ParallelTerminationStrategy: PID 158 died...
22:49:44.737376 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:44.741049 --- ParallelTerminationStrategy: PID 159 died...
22:49:44.742518 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:44.746188 --- ParallelTerminationStrategy: PID 160 died...
22:49:44.747676 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:44.751346 --- ParallelTerminationStrategy: PID 161 died...
22:49:44.752841 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:44.756508 --- ParallelTerminationStrategy: PID 162 died...
22:49:44.757990 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:44.761662 --- ParallelTerminationStrategy: PID 163 died...
22:49:44.763145 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:44.766838 --- ParallelTerminationStrategy: PID 164 died...
22:49:44.768326 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:44.772014 --- ParallelTerminationStrategy: PID 165 died...
22:49:44.773500 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:44.777193 --- ParallelTerminationStrategy: PID 166 died...
22:49:44.778676 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:44.782369 --- ParallelTerminationStrategy: PID 167 died...
22:49:44.783848 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:44.787526 --- ParallelTerminationStrategy: PID 168 died...
22:49:44.789019 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:44.792692 --- ParallelTerminationStrategy: PID 169 died...
22:49:44.794169 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:44.797860 --- ParallelTerminationStrategy: PID 170 died...
22:49:44.799339 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:44.803035 --- ParallelTerminationStrategy: PID 171 died...
22:49:44.804522 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:44.808195 --- ParallelTerminationStrategy: PID 172 died...
22:49:44.809677 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:44.813368 --- ParallelTerminationStrategy: PID 173 died...
22:49:44.814850 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:44.818529 --- ParallelTerminationStrategy: PID 174 died...
22:49:44.820016 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:44.823732 --- ParallelTerminationStrategy: PID 175 died...
22:49:44.825219 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:44.828880 --- ParallelTerminationStrategy: PID 176 died...
22:49:44.830362 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:44.834058 --- ParallelTerminationStrategy: PID 177 died...
22:49:44.835531 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:44.839205 --- ParallelTerminationStrategy: PID 178 died...
22:49:44.840697 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:44.844367 --- ParallelTerminationStrategy: PID 179 died...
22:49:44.845840 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:44.849577 --- ParallelTerminationStrategy: PID 180 died...
22:49:44.851059 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:44.854719 --- ParallelTerminationStrategy: PID 181 died...
22:49:44.856218 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:44.859909 --- ParallelTerminationStrategy: PID 182 died...
22:49:44.861395 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:44.865083 --- ParallelTerminationStrategy: PID 183 died...
22:49:44.866568 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:44.870249 --- ParallelTerminationStrategy: PID 184 died...
22:49:44.871728 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:44.875380 --- ParallelTerminationStrategy: PID 185 died...
22:49:44.876861 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:44.880523 --- ParallelTerminationStrategy: PID 186 died...
22:49:44.882001 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:44.885688 --- ParallelTerminationStrategy: PID 187 died...
22:49:44.887158 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:44.890849 --- ParallelTerminationStrategy: PID 188 died...
22:49:44.892318 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:44.895978 --- ParallelTerminationStrategy: PID 189 died...
22:49:44.897459 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:44.901152 --- ParallelTerminationStrategy: PID 190 died...
22:49:44.902625 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:44.906286 --- ParallelTerminationStrategy: PID 191 died...
22:49:44.907757 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:44.911410 --- ParallelTerminationStrategy: PID 192 died...
22:49:44.912885 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:44.916560 --- ParallelTerminationStrategy: PID 193 died...
22:49:44.918033 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:44.921695 --- ParallelTerminationStrategy: PID 194 died...
22:49:44.923169 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:44.926856 --- ParallelTerminationStrategy: PID 195 died...
22:49:44.928347 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:44.932023 --- ParallelTerminationStrategy: PID 196 died...
22:49:44.933495 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:44.937164 --- ParallelTerminationStrategy: PID 197 died...
22:49:44.938638 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:44.942310 --- ParallelTerminationStrategy: PID 198 died...
22:49:44.943788 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:44.947464 --- ParallelTerminationStrategy: PID 199 died...
22:49:44.948955 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:44.952640 --- ParallelTerminationStrategy: PID 200 died...
22:49:44.954117 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:44.957790 --- ParallelTerminationStrategy: PID 201 died...
22:49:44.959261 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:44.962932 --- ParallelTerminationStrategy: PID 202 died...
22:49:44.964409 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:44.968086 --- ParallelTerminationStrategy: PID 203 died...
22:49:44.969557 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:44.973223 --- ParallelTerminationStrategy: PID 204 died...
22:49:44.974699 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:44.978360 --- ParallelTerminationStrategy: PID 205 died...
22:49:44.979886 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:44.983572 --- ParallelTerminationStrategy: PID 206 died...
22:49:44.985077 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:44.988752 --- ParallelTerminationStrategy: PID 207 died...
22:49:44.990246 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:44.993923 --- ParallelTerminationStrategy: PID 208 died...
22:49:44.995407 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:44.999094 --- ParallelTerminationStrategy: PID 209 died...
22:49:45.000584 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:45.004263 --- ParallelTerminationStrategy: PID 210 died...
22:49:45.005745 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:45.009420 --- ParallelTerminationStrategy: PID 211 died...
22:49:45.010895 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:45.014558 --- ParallelTerminationStrategy: PID 212 died...
22:49:45.016050 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:45.019749 --- ParallelTerminationStrategy: PID 213 died...
22:49:45.021226 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:45.024901 --- ParallelTerminationStrategy: PID 214 died...
22:49:45.026372 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:45.030060 --- ParallelTerminationStrategy: PID 215 died...
22:49:45.031540 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:45.035205 --- ParallelTerminationStrategy: PID 216 died...
22:49:45.036704 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:45.040368 --- ParallelTerminationStrategy: PID 217 died...
22:49:45.041835 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:45.045493 --- ParallelTerminationStrategy: PID 218 died...
22:49:45.046983 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:45.050666 --- ParallelTerminationStrategy: PID 219 died...
22:49:45.052142 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:45.055823 --- ParallelTerminationStrategy: PID 220 died...
22:49:45.057304 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:45.060988 --- ParallelTerminationStrategy: PID 221 died...
22:49:45.062466 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:45.066148 --- ParallelTerminationStrategy: PID 222 died...
22:49:45.067620 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:45.071319 --- ParallelTerminationStrategy: PID 223 died...
22:49:45.072810 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:45.076483 --- ParallelTerminationStrategy: PID 224 died...
22:49:45.077955 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:45.081627 --- ParallelTerminationStrategy: PID 225 died...
22:49:45.083098 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:45.086781 --- ParallelTerminationStrategy: PID 226 died...
22:49:45.088266 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:45.091967 --- ParallelTerminationStrategy: PID 227 died...
22:49:45.093443 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:45.097134 --- ParallelTerminationStrategy: PID 228 died...
22:49:45.098596 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:45.102286 --- ParallelTerminationStrategy: PID 229 died...
22:49:45.103763 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:45.107431 --- ParallelTerminationStrategy: PID 230 died...
22:49:45.108930 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:45.112614 --- ParallelTerminationStrategy: PID 231 died...
22:49:45.114092 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:45.117788 --- ParallelTerminationStrategy: PID 232 died...
22:49:45.119267 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:45.122947 --- ParallelTerminationStrategy: PID 233 died...
22:49:45.124420 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:45.128092 --- ParallelTerminationStrategy: PID 234 died...
22:49:45.129576 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:48.533933 --- ParallelTerminationStrategy: PID 34 died...
22:49:48.540094 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8287 netreg_mass PASS
---------------------------------------------------------------------
22:49:48.616839 tst trial-8287: Storing JUnit report in /build/trial-8287/run.2026-03-31_22-48-17/trial-8287.xml
--------------------------------------------------------------------------------------------
trial-8287 PASS
--------------------------------------------------------------------------------------------
22:49:48.627717 tst trial-8287: trial-8287: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (85.1 sec)
+ exit_code=0
+ rm -rf trial-8287/inst
+ cd trial-8287
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-03-31 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8287-run.tgz run.2026-03-31_22-48-17
+ tar czf /build/trial-8287-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-03-31_13_57_51.tgz osmo-bts-oc2g.build-2026-03-31_00_51_32.tgz osmo-bts-sysmo.build-2026-03-31_00_51_35.tgz osmo-bts.build-2026-03-31_00_51_34.tgz osmo-ggsn.build-2026-03-31_20_43_14.tgz osmo-hlr.build-2026-03-31_16_36_56.tgz osmo-hnbgw.build-2026-03-31_14_01_06.tgz osmo-mgw.build-2026-03-31_08_33_18.tgz osmo-msc.build-2026-03-31_14_04_09.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-31_07_35_06.tgz osmo-pcu-sysmo.build-2026-03-31_07_35_03.tgz osmo-pcu.build-2026-03-31_07_35_03.tgz osmo-sgsn.build-2026-03-31_20_49_06.tgz osmo-stp.build-2026-03-31_13_54_03.tgz osmo-trx.build-2026-03-31_14_21_45.tgz osmocom-bb.build-2026-03-31_21_17_52.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