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 7778
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins18125403134551446821.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-8298
+ 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 [14/28] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8
#7 CACHED
#8 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#8 CACHED
#9 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#9 CACHED
#10 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#10 CACHED
#11 [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
#11 CACHED
#12 [12/28] RUN MKDIR -p /osmo-gsm-tester-srsue /osmo-gsm-tester-srsenb /osmo-gsm-tester-srsepc /osmo-gsm-tester-trx /osmo-gsm-tester-grbroker /osmo-gsm-tester-open5gs
#12 CACHED
#13 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#13 CACHED
#14 [ 9/28] COPY SSH /root/.ssh
#14 CACHED
#15 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#15 CACHED
#16 [ 2/28] RUN useradd -ms /bin/bash jenkins
#16 CACHED
#17 [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
#17 CACHED
#18 [ 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
#18 CACHED
#19 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#19 CACHED
#20 [ 8/28] RUN MKDIR /var/run/sshd
#20 CACHED
#21 [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
#21 CACHED
#22 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#22 CACHED
#23 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#23 CACHED
#24 [20/28] WORKDIR /TMP
#24 CACHED
#25 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#25 CACHED
#26 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#26 CACHED
#27 [ 3/28] RUN groupadd osmo-gsm-tester
#27 CACHED
#28 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#28 CACHED
#29 [19/28] RUN IF [ "$(arch)" = "x86_64" ]; then apt-get update && apt-get install -y --no-install-recommends python3-pip python3-setuptools python3-wheel ninja-build build-essential flex bison git libsctp-dev libgnutls28-dev libgcrypt-dev libssl-dev libidn11-dev libmongoc-dev libbson-dev libyaml-dev libnghttp2-dev libmicrohttpd-dev libcurl4-gnutls-dev libnghttp2-dev meson && apt-get clean; fi
#29 CACHED
#30 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#30 CACHED
#31 [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
#31 CACHED
#32 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:0ed7add1e18e64fb83252c5ad12e82e21e4161ac01748493abea8cc28ac361b1 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=8299 -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-04-12 22:48:38
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8299
+ mkdir -p trial-8299
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-04-12_22_41_53.tgz osmo-bts-oc2g.build-2026-04-12_00_51_20.tgz osmo-bts-sysmo.build-2026-04-12_00_51_20.tgz osmo-bts.build-2026-04-12_00_51_33.tgz osmo-ggsn.build-2026-04-12_20_42_56.tgz osmo-hlr.build-2026-04-12_16_37_11.tgz osmo-hnbgw.build-2026-04-12_13_31_34.tgz osmo-mgw.build-2026-04-12_08_33_11.tgz osmo-msc.build-2026-04-12_13_35_51.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-04-12_07_35_19.tgz osmo-pcu-sysmo.build-2026-04-12_07_35_16.tgz osmo-pcu.build-2026-04-12_07_35_16.tgz osmo-sgsn.build-2026-04-12_20_48_41.tgz osmo-stp.build-2026-04-12_13_25_50.tgz osmo-trx.build-2026-04-12_14_21_50.tgz osmocom-bb.build-2026-04-12_21_17_26.tgz srslte.build-19.tgz trial-8299
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-04-12_22_41_53.md5 osmo-bts-oc2g.build-2026-04-12_00_51_20.md5 osmo-bts-sysmo.build-2026-04-12_00_51_20.md5 osmo-bts.build-2026-04-12_00_51_33.md5 osmo-ggsn.build-2026-04-12_20_42_56.md5 osmo-hlr.build-2026-04-12_16_37_11.md5 osmo-hnbgw.build-2026-04-12_13_31_34.md5 osmo-mgw.build-2026-04-12_08_33_11.md5 osmo-msc.build-2026-04-12_13_35_51.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-04-12_07_35_19.md5 osmo-pcu-sysmo.build-2026-04-12_07_35_16.md5 osmo-pcu.build-2026-04-12_07_35_16.md5 osmo-sgsn.build-2026-04-12_20_48_41.md5 osmo-stp.build-2026-04-12_13_25_50.md5 osmo-trx.build-2026-04-12_14_21_50.md5 osmocom-bb.build-2026-04-12_21_17_26.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-04-12_22_41_53.md5 osmo-bts-oc2g.build-2026-04-12_00_51_20.md5 osmo-bts-sysmo.build-2026-04-12_00_51_20.md5 osmo-bts.build-2026-04-12_00_51_33.md5 osmo-ggsn.build-2026-04-12_20_42_56.md5 osmo-hlr.build-2026-04-12_16_37_11.md5 osmo-hnbgw.build-2026-04-12_13_31_34.md5 osmo-mgw.build-2026-04-12_08_33_11.md5 osmo-msc.build-2026-04-12_13_35_51.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-04-12_07_35_19.md5 osmo-pcu-sysmo.build-2026-04-12_07_35_16.md5 osmo-pcu.build-2026-04-12_07_35_16.md5 osmo-sgsn.build-2026-04-12_20_48_41.md5 osmo-stp.build-2026-04-12_13_25_50.md5 osmo-trx.build-2026-04-12_14_21_50.md5 osmocom-bb.build-2026-04-12_21_17_26.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-8299 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8299'
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-8299
--------------------------------------------------------------------------------------------
22:48:38.286881 tst trial-8299: Detailed log at /build/trial-8299/run.2026-04-12_22-48-38/log
---------------------------------------------------------------------
trial-8299 netreg_mass
---------------------------------------------------------------------
22:48:38.493881 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:38.494224 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:38.494972 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:38.496093 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:38.529612 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:38.530348 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:38.531458 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:38.594237 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-8299 netreg_mass register_default_mass.py
----------------------------------------------
22:48:38.594897 tst register_default_mass.py:9: Claiming resources for the test
22:48:38.609806 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:38.610312 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:38.610759 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:38.611193 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:38.611632 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:38.612070 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:38.612497 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:38.643012 tst register_default_mass.py: using LAC 2
22:48:38.665133 tst register_default_mass.py: using RAC 2
22:48:38.691631 tst register_default_mass.py: using CellId 2
22:48:38.721534 tst register_default_mass.py: using BVCI 3
22:48:38.735551 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.736257 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.736837 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.737372 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.737886 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.738384 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.738877 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.739416 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.739958 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.740471 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.740973 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.741470 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.741970 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.742496 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.743019 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.743533 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.744050 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.744573 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.745082 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.745609 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.746118 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.746631 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.747161 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.747682 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.748186 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.748698 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.749220 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.749721 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.750227 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.750748 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.751253 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.751761 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.752272 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.752801 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.753317 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.753843 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.754348 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.754858 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.755377 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.755885 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.756390 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.756911 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.757423 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.757925 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.758421 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.758933 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.759437 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.759968 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.760477 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.760978 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.761502 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.762006 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.762502 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.763026 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.763531 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.764059 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.764580 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.765084 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.765583 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.766090 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.766593 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.767093 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.767612 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.768127 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.768643 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.769155 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.769656 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.770160 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.770682 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.771178 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.771701 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.772218 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.772783 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.773297 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.773796 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.774291 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.774796 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.775296 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.775798 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.776287 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.776788 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.777288 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.777782 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.778286 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.778772 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.779261 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.779781 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.780280 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.780779 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.781293 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.781791 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.782288 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.782807 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.783309 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.783803 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.784308 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.784819 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.785320 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.785821 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.786331 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.786830 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:38.787399 tst register_default_mass.py:21: Launching a simple network
22:48:38.797251 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:38.917265 run create_hlr_db(pid=20): Launched
22:48:39.931710 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:39.947983 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:39.962845 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:39.968422 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:40.152664 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:40.167244 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:40.172725 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:40.589712 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:40.604513 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:43.618962 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:43.733314 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:43.748258 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:43.753870 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:43.776927 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:43.791942 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:43.797701 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:44.112961 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:44.128105 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:50.160086 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:50.311000 run osmo-bts-virtual(pid=34): Launched
22:48:51.346848 tst register_default_mass.py: using MSISDN 1001
22:48:51.361151 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:51.400759 tst register_default_mass.py: using MSISDN 1002
22:48:51.418398 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:51.448503 tst register_default_mass.py: using MSISDN 1003
22:48:51.462901 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:51.493803 tst register_default_mass.py: using MSISDN 1004
22:48:51.508553 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:51.538928 tst register_default_mass.py: using MSISDN 1005
22:48:51.553431 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:51.583499 tst register_default_mass.py: using MSISDN 1006
22:48:51.597784 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:51.628003 tst register_default_mass.py: using MSISDN 1007
22:48:51.642296 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:51.672660 tst register_default_mass.py: using MSISDN 1008
22:48:51.686980 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:51.716374 tst register_default_mass.py: using MSISDN 1009
22:48:51.730316 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:51.760706 tst register_default_mass.py: using MSISDN 1010
22:48:51.775053 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:51.806156 tst register_default_mass.py: using MSISDN 1011
22:48:51.820951 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:51.851432 tst register_default_mass.py: using MSISDN 1012
22:48:51.865913 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:51.897018 tst register_default_mass.py: using MSISDN 1013
22:48:51.911723 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:51.941696 tst register_default_mass.py: using MSISDN 1014
22:48:51.955904 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:51.986384 tst register_default_mass.py: using MSISDN 1015
22:48:52.000998 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:52.030975 tst register_default_mass.py: using MSISDN 1016
22:48:52.045092 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:52.075168 tst register_default_mass.py: using MSISDN 1017
22:48:52.089274 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:52.120247 tst register_default_mass.py: using MSISDN 1018
22:48:52.134833 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:52.165333 tst register_default_mass.py: using MSISDN 1019
22:48:52.179953 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:52.210557 tst register_default_mass.py: using MSISDN 1020
22:48:52.224952 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:52.255118 tst register_default_mass.py: using MSISDN 1021
22:48:52.269594 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:52.300253 tst register_default_mass.py: using MSISDN 1022
22:48:52.314735 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:52.345402 tst register_default_mass.py: using MSISDN 1023
22:48:52.359856 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:52.390231 tst register_default_mass.py: using MSISDN 1024
22:48:52.404752 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:52.434317 tst register_default_mass.py: using MSISDN 1025
22:48:52.448209 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:52.479682 tst register_default_mass.py: using MSISDN 1026
22:48:52.494597 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:52.525293 tst register_default_mass.py: using MSISDN 1027
22:48:52.539826 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:52.569753 tst register_default_mass.py: using MSISDN 1028
22:48:52.583986 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:52.614441 tst register_default_mass.py: using MSISDN 1029
22:48:52.628809 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:52.659551 tst register_default_mass.py: using MSISDN 1030
22:48:52.674138 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:52.705278 tst register_default_mass.py: using MSISDN 1031
22:48:52.720075 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:52.750865 tst register_default_mass.py: using MSISDN 1032
22:48:52.765466 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:52.797123 tst register_default_mass.py: using MSISDN 1033
22:48:52.812092 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:52.844000 tst register_default_mass.py: using MSISDN 1034
22:48:52.859352 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:52.890713 tst register_default_mass.py: using MSISDN 1035
22:48:52.905576 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:52.937576 tst register_default_mass.py: using MSISDN 1036
22:48:52.952860 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:52.984122 tst register_default_mass.py: using MSISDN 1037
22:48:52.999114 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:53.030210 tst register_default_mass.py: using MSISDN 1038
22:48:53.045101 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:53.075376 tst register_default_mass.py: using MSISDN 1039
22:48:53.089890 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:53.120701 tst register_default_mass.py: using MSISDN 1040
22:48:53.131142 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:53.161977 tst register_default_mass.py: using MSISDN 1041
22:48:53.177737 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:53.207724 tst register_default_mass.py: using MSISDN 1042
22:48:53.222109 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:53.252895 tst register_default_mass.py: using MSISDN 1043
22:48:53.267387 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:53.297789 tst register_default_mass.py: using MSISDN 1044
22:48:53.312296 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:53.343548 tst register_default_mass.py: using MSISDN 1045
22:48:53.358452 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:53.389928 tst register_default_mass.py: using MSISDN 1046
22:48:53.404805 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:53.435985 tst register_default_mass.py: using MSISDN 1047
22:48:53.450849 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:53.481419 tst register_default_mass.py: using MSISDN 1048
22:48:53.496038 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:53.527551 tst register_default_mass.py: using MSISDN 1049
22:48:53.542467 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:53.573596 tst register_default_mass.py: using MSISDN 1050
22:48:53.588366 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:53.618630 tst register_default_mass.py: using MSISDN 1051
22:48:53.632998 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:53.664181 tst register_default_mass.py: using MSISDN 1052
22:48:53.679170 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:53.710959 tst register_default_mass.py: using MSISDN 1053
22:48:53.726079 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:53.757137 tst register_default_mass.py: using MSISDN 1054
22:48:53.771945 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:53.802536 tst register_default_mass.py: using MSISDN 1055
22:48:53.817121 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:53.847714 tst register_default_mass.py: using MSISDN 1056
22:48:53.862311 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:53.893385 tst register_default_mass.py: using MSISDN 1057
22:48:53.908102 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:53.939459 tst register_default_mass.py: using MSISDN 1058
22:48:53.954341 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:53.985028 tst register_default_mass.py: using MSISDN 1059
22:48:53.999624 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:54.031107 tst register_default_mass.py: using MSISDN 1060
22:48:54.046114 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:54.077033 tst register_default_mass.py: using MSISDN 1061
22:48:54.091702 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:54.122394 tst register_default_mass.py: using MSISDN 1062
22:48:54.136794 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:54.167864 tst register_default_mass.py: using MSISDN 1063
22:48:54.182662 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:54.213777 tst register_default_mass.py: using MSISDN 1064
22:48:54.228512 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:54.259507 tst register_default_mass.py: using MSISDN 1065
22:48:54.274321 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:54.305533 tst register_default_mass.py: using MSISDN 1066
22:48:54.320282 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:54.350958 tst register_default_mass.py: using MSISDN 1067
22:48:54.365602 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:54.396444 tst register_default_mass.py: using MSISDN 1068
22:48:54.411084 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:54.442627 tst register_default_mass.py: using MSISDN 1069
22:48:54.457648 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:54.488412 tst register_default_mass.py: using MSISDN 1070
22:48:54.497896 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:54.528671 tst register_default_mass.py: using MSISDN 1071
22:48:54.544591 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:54.576710 tst register_default_mass.py: using MSISDN 1072
22:48:54.591970 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:54.622480 tst register_default_mass.py: using MSISDN 1073
22:48:54.637037 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:54.666796 tst register_default_mass.py: using MSISDN 1074
22:48:54.681048 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:54.711384 tst register_default_mass.py: using MSISDN 1075
22:48:54.725747 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:54.756138 tst register_default_mass.py: using MSISDN 1076
22:48:54.770554 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:54.801477 tst register_default_mass.py: using MSISDN 1077
22:48:54.816195 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:54.846834 tst register_default_mass.py: using MSISDN 1078
22:48:54.861410 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:54.892618 tst register_default_mass.py: using MSISDN 1079
22:48:54.907366 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:54.938623 tst register_default_mass.py: using MSISDN 1080
22:48:54.953515 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:54.985607 tst register_default_mass.py: using MSISDN 1081
22:48:55.000898 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:55.032539 tst register_default_mass.py: using MSISDN 1082
22:48:55.047492 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:55.079063 tst register_default_mass.py: using MSISDN 1083
22:48:55.094150 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:55.129673 tst register_default_mass.py: using MSISDN 1084
22:48:55.146649 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:55.177563 tst register_default_mass.py: using MSISDN 1085
22:48:55.192332 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:55.223068 tst register_default_mass.py: using MSISDN 1086
22:48:55.237685 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:55.268361 tst register_default_mass.py: using MSISDN 1087
22:48:55.282731 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:55.314284 tst register_default_mass.py: using MSISDN 1088
22:48:55.329195 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:55.360679 tst register_default_mass.py: using MSISDN 1089
22:48:55.375614 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:55.406869 tst register_default_mass.py: using MSISDN 1090
22:48:55.421876 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:55.453161 tst register_default_mass.py: using MSISDN 1091
22:48:55.468175 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:55.499948 tst register_default_mass.py: using MSISDN 1092
22:48:55.514946 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:55.546071 tst register_default_mass.py: using MSISDN 1093
22:48:55.560863 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:55.592683 tst register_default_mass.py: using MSISDN 1094
22:48:55.607861 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:55.639333 tst register_default_mass.py: using MSISDN 1095
22:48:55.654258 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:55.684704 tst register_default_mass.py: using MSISDN 1096
22:48:55.699384 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:55.731017 tst register_default_mass.py: using MSISDN 1097
22:48:55.746010 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:55.777316 tst register_default_mass.py: using MSISDN 1098
22:48:55.791964 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:55.823138 tst register_default_mass.py: using MSISDN 1099
22:48:55.837971 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:55.869671 tst register_default_mass.py: using MSISDN 1100
22:48:55.884715 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:55.977971 run mass: Starting testcase
22:48:55.983549 run mass: Pre-launching all virtphy's
22:48:55.989058 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:56.002290 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:56.008568 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:56.022164 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:56.028565 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:56.041968 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:56.048010 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:56.061032 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:56.067188 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:56.080387 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:56.086496 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:56.099331 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:56.105420 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:56.118466 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:56.124649 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:56.137780 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:56.143837 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:56.156804 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:56.162826 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:56.175888 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:56.181964 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:56.195087 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:56.201094 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:56.214090 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:56.220057 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:56.232817 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:56.238712 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:56.251477 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:56.257404 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:56.270206 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:56.276126 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:56.288903 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:56.294783 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:56.307623 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:56.313552 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:56.326370 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:56.332265 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:56.345100 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:56.351057 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:56.363654 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:56.369485 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:56.382128 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:56.387957 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:56.400696 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:56.406611 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:56.419353 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:56.425250 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:56.438032 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:56.443930 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:56.456769 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:56.462643 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:56.475472 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:56.481347 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:56.494067 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:56.499940 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:56.512768 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:56.518632 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:56.531533 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:56.537415 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:56.550244 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:56.556135 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:56.568915 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:56.574844 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:56.587578 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:56.593477 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:56.606241 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:56.612135 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:56.624915 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:56.630760 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:56.643531 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:56.649435 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:56.662220 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:56.668136 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:56.680947 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:56.686877 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:56.699794 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:56.705695 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:56.718617 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:56.724568 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:56.737421 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:56.743351 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:56.756264 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:56.762157 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:56.774894 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:56.780775 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:56.793490 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:56.799407 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:56.812169 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:56.818094 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:56.830847 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:56.836760 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:56.849550 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:56.855437 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:56.868206 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:56.874058 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:56.886815 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:56.892713 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:56.905493 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:56.911395 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:56.924151 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:56.930153 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:56.942937 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:56.948922 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:56.961662 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:56.967520 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:56.980350 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:56.986224 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:56.999086 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:57.004981 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:57.017765 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:57.023705 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:57.036539 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:57.042448 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:57.055205 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:57.061109 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:57.073871 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:57.079765 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:57.092564 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:57.098471 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:57.111271 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:57.117158 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:57.130050 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:57.135945 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:57.148728 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:57.154638 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:57.167527 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:57.173424 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:57.186340 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:57.192229 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:57.204991 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:57.210938 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:57.223786 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:57.229837 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:57.242691 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:57.248621 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:57.261426 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:57.267312 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:57.280075 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:57.285968 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:57.298751 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:57.304646 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:57.317430 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:57.323328 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:57.336110 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:57.342032 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:57.354790 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:57.360662 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:57.373381 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:57.379293 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:57.392082 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:57.398090 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:57.410950 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:57.416964 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:57.429808 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:57.435793 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:57.448737 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:57.454757 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:57.467746 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:57.473735 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:57.486490 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:57.492486 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:57.505327 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:57.511273 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:57.524118 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:57.530070 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:57.542847 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:57.548773 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:57.561712 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:57.567654 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:57.580440 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:57.586329 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:57.599136 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:57.605057 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:57.617826 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:57.623714 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:57.636695 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:57.642616 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:57.655502 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:57.661457 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:57.674234 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:57.680257 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:57.693022 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:57.699045 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:57.711935 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:57.717904 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:57.730771 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:57.736700 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:57.749522 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:57.755429 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:57.768203 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:57.774116 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:57.786981 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:57.792890 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:57.805724 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:57.811653 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:57.824529 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:57.830468 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:57.843342 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:57.849287 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:57.862080 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:57.868085 run mass: Checking if sockets are in the filesystem
22:48:57.879981 run osmo-ms-mob/00000: Starting mobile
22:48:57.893129 run osmo-ms-mob/00000(pid=135): Launched
22:48:57.904732 run mass: MS start registered {at=6584764.113055573, delay=0.005549250170588493, ms=00000}
22:49:02.084297 run osmo-ms-mob/00001: Starting mobile
22:49:02.097438 run osmo-ms-mob/00001(pid=136): Launched
22:49:02.108380 run mass: MS start registered {at=6584768.31669381, delay=0.004892731085419655, ms=00001}
22:49:03.140280 run mass: MS performed LU {at=6584769.348492849, lu_delay=5.235437275841832, ms=00000}
22:49:03.880266 run osmo-ms-mob/00002: Starting mobile
22:49:03.893108 run osmo-ms-mob/00002(pid=137): Launched
22:49:03.903728 run mass: MS start registered {at=6584770.112042796, delay=0.004573710262775421, ms=00002}
22:49:05.184345 run osmo-ms-mob/00003: Starting mobile
22:49:05.197443 run osmo-ms-mob/00003(pid=138): Launched
22:49:05.208017 run mass: MS start registered {at=6584771.416335563, delay=0.004470174200832844, ms=00003}
22:49:06.284242 run osmo-ms-mob/00004: Starting mobile
22:49:06.297137 run osmo-ms-mob/00004(pid=139): Launched
22:49:06.307754 run mass: MS start registered {at=6584772.516074055, delay=0.004708287306129932, ms=00004}
22:49:06.905475 run mass: MS performed LU {at=6584773.113689345, lu_delay=4.796995535492897, ms=00001}
22:49:07.284437 run osmo-ms-mob/00005: Starting mobile
22:49:07.297417 run osmo-ms-mob/00005(pid=140): Launched
22:49:07.307964 run mass: MS start registered {at=6584773.516283145, delay=0.004419637843966484, ms=00005}
22:49:08.184189 run osmo-ms-mob/00006: Starting mobile
22:49:08.197121 run osmo-ms-mob/00006(pid=141): Launched
22:49:08.207561 run mass: MS start registered {at=6584774.415883088, delay=0.004396223463118076, ms=00006}
22:49:08.806864 run mass: MS performed LU {at=6584775.015076119, lu_delay=4.903033323585987, ms=00002}
22:49:09.084170 run osmo-ms-mob/00007: Starting mobile
22:49:09.097137 run osmo-ms-mob/00007(pid=142): Launched
22:49:09.107915 run mass: MS start registered {at=6584775.316237083, delay=0.004594749771058559, ms=00007}
22:49:09.884349 run osmo-ms-mob/00008: Starting mobile
22:49:09.897649 run osmo-ms-mob/00008(pid=143): Launched
22:49:09.908171 run mass: MS start registered {at=6584776.11648937, delay=0.004469733685255051, ms=00008}
22:49:10.584408 run osmo-ms-mob/00009: Starting mobile
22:49:10.597660 run osmo-ms-mob/00009(pid=144): Launched
22:49:10.608489 run mass: MS start registered {at=6584776.816810631, delay=0.004681986756622791, ms=00009}
22:49:10.672160 run mass: MS performed LU {at=6584776.880393233, lu_delay=5.4640576699748635, ms=00003}
22:49:11.283882 run osmo-ms-mob/00010: Starting mobile
22:49:11.297185 run osmo-ms-mob/00010(pid=145): Launched
22:49:11.308451 run mass: MS start registered {at=6584777.516773423, delay=0.0049335286021232605, ms=00010}
22:49:11.884231 run osmo-ms-mob/00011: Starting mobile
22:49:11.897490 run osmo-ms-mob/00011(pid=146): Launched
22:49:11.908122 run mass: MS start registered {at=6584778.116440787, delay=0.004527704790234566, ms=00011}
22:49:12.484825 run osmo-ms-mob/00012: Starting mobile
22:49:12.498234 run osmo-ms-mob/00012(pid=147): Launched
22:49:12.509188 run mass: MS start registered {at=6584778.717507453, delay=0.004861382767558098, ms=00012}
22:49:12.572979 run mass: MS performed LU {at=6584778.78121292, lu_delay=6.2651388654485345, ms=00004}
22:49:12.599145 run mass: MS performed LU {at=6584778.807417708, lu_delay=5.291134563274682, ms=00005}
22:49:13.084369 run osmo-ms-mob/00013: Starting mobile
22:49:13.097566 run osmo-ms-mob/00013(pid=148): Launched
22:49:13.108247 run mass: MS start registered {at=6584779.316568948, delay=0.004531551152467728, ms=00013}
22:49:13.684504 run osmo-ms-mob/00014: Starting mobile
22:49:13.697710 run osmo-ms-mob/00014(pid=149): Launched
22:49:13.709791 run mass: MS start registered {at=6584779.918087925, delay=0.0057016462087631226, ms=00014}
22:49:14.285079 run osmo-ms-mob/00015: Starting mobile
22:49:14.298093 run osmo-ms-mob/00015(pid=150): Launched
22:49:14.308657 run mass: MS start registered {at=6584780.516979473, delay=0.00441907811909914, ms=00015}
22:49:14.437227 run mass: MS performed LU {at=6584780.645449845, lu_delay=6.229566757567227, ms=00006}
22:49:14.502499 run mass: MS performed LU {at=6584780.710732663, lu_delay=5.394495580345392, ms=00007}
22:49:14.784742 run osmo-ms-mob/00016: Starting mobile
22:49:14.798054 run osmo-ms-mob/00016(pid=151): Launched
22:49:14.805534 run mass: MS performed LU {at=6584781.013855897, lu_delay=4.8973665265366435, ms=00008}
22:49:14.811518 run mass: MS start registered {at=6584781.019852391, delay=0.0073980120941996574, ms=00016}
22:49:15.284703 run osmo-ms-mob/00017: Starting mobile
22:49:15.298429 run osmo-ms-mob/00017(pid=152): Launched
22:49:15.309477 run mass: MS start registered {at=6584781.517797577, delay=0.004503925330936909, ms=00017}
22:49:15.897025 run osmo-ms-mob/00018: Starting mobile
22:49:15.910879 run osmo-ms-mob/00018(pid=153): Launched
22:49:15.921510 run mass: MS start registered {at=6584782.129836032, delay=0.004593484103679657, ms=00018}
22:49:16.236642 run mass: MS performed LU {at=6584782.444876595, lu_delay=5.628065964207053, ms=00009}
22:49:16.265655 run osmo-ms-mob/00019: Starting mobile
22:49:16.278869 run osmo-ms-mob/00019(pid=154): Launched
22:49:16.289441 run mass: MS start registered {at=6584782.497755891, delay=0.0044486029073596, ms=00019}
22:49:16.338892 run mass: MS performed LU {at=6584782.547134784, lu_delay=4.430693997070193, ms=00011}
22:49:16.784458 run osmo-ms-mob/00020: Starting mobile
22:49:16.797350 run osmo-ms-mob/00020(pid=155): Launched
22:49:16.807980 run mass: MS start registered {at=6584783.01629984, delay=0.0045762499794363976, ms=00020}
22:49:17.296048 run osmo-ms-mob/00021: Starting mobile
22:49:17.310064 run osmo-ms-mob/00021(pid=156): Launched
22:49:17.320724 run mass: MS start registered {at=6584783.529045852, delay=0.004440483637154102, ms=00021}
22:49:17.696859 run osmo-ms-mob/00022: Starting mobile
22:49:17.710678 run osmo-ms-mob/00022(pid=157): Launched
22:49:17.721512 run mass: MS start registered {at=6584783.929833698, delay=0.004875974729657173, ms=00022}
22:49:18.196835 run osmo-ms-mob/00023: Starting mobile
22:49:18.210764 run osmo-ms-mob/00023(pid=158): Launched
22:49:18.216938 run mass: MS performed LU {at=6584784.425264456, lu_delay=5.707757003605366, ms=00012}
22:49:18.222774 run mass: MS start registered {at=6584784.431108521, delay=0.0058625200763344765, ms=00023}
22:49:18.268507 run mass: MS performed LU {at=6584784.476750017, lu_delay=5.160181068815291, ms=00013}
22:49:18.572485 run mass: MS performed LU {at=6584784.780711583, lu_delay=4.862623658031225, ms=00014}
22:49:18.601131 run osmo-ms-mob/00024: Starting mobile
22:49:18.614360 run osmo-ms-mob/00024(pid=159): Launched
22:49:18.625084 run mass: MS start registered {at=6584784.833404821, delay=0.004578458145260811, ms=00024}
22:49:19.095320 run osmo-ms-mob/00025: Starting mobile
22:49:19.109916 run osmo-ms-mob/00025(pid=160): Launched
22:49:19.121097 run mass: MS start registered {at=6584785.329420626, delay=0.004691307432949543, ms=00025}
22:49:19.485171 run osmo-ms-mob/00026: Starting mobile
22:49:19.498323 run osmo-ms-mob/00026(pid=161): Launched
22:49:19.509021 run mass: MS start registered {at=6584785.717340614, delay=0.0044775232672691345, ms=00026}
22:49:19.896287 run osmo-ms-mob/00027: Starting mobile
22:49:19.910197 run osmo-ms-mob/00027(pid=162): Launched
22:49:19.921204 run mass: MS start registered {at=6584786.1295263, delay=0.00488918274641037, ms=00027}
22:49:20.021452 run mass: MS performed LU {at=6584786.229684916, lu_delay=4.711887339130044, ms=00017}
22:49:20.105099 run mass: MS performed LU {at=6584786.313337, lu_delay=5.796357527375221, ms=00015}
22:49:20.297263 run osmo-ms-mob/00028: Starting mobile
22:49:20.311114 run osmo-ms-mob/00028(pid=163): Launched
22:49:20.322641 run mass: MS start registered {at=6584786.530962445, delay=0.005434847436845303, ms=00028}
22:49:20.696996 run osmo-ms-mob/00029: Starting mobile
22:49:20.711310 run osmo-ms-mob/00029(pid=164): Launched
22:49:20.723029 run mass: MS start registered {at=6584786.931348229, delay=0.0054894257336854935, ms=00029}
22:49:21.097646 run osmo-ms-mob/00030: Starting mobile
22:49:21.111860 run osmo-ms-mob/00030(pid=165): Launched
22:49:21.123587 run mass: MS start registered {at=6584787.331905438, delay=0.005577485077083111, ms=00030}
22:49:21.496367 run osmo-ms-mob/00031: Starting mobile
22:49:21.510468 run osmo-ms-mob/00031(pid=166): Launched
22:49:21.522243 run mass: MS start registered {at=6584787.73056328, delay=0.005597143433988094, ms=00031}
22:49:21.784389 run osmo-ms-mob/00032: Starting mobile
22:49:21.797831 run osmo-ms-mob/00032(pid=167): Launched
22:49:21.808952 run mass: MS start registered {at=6584788.017273202, delay=0.005086607299745083, ms=00032}
22:49:21.969110 run mass: MS performed LU {at=6584788.17733861, lu_delay=5.679582719691098, ms=00019}
22:49:22.033592 run mass: MS performed LU {at=6584788.241836917, lu_delay=6.112000884488225, ms=00018}
22:49:22.102646 run mass: MS performed LU {at=6584788.310896153, lu_delay=5.294596312567592, ms=00020}
22:49:22.131542 run osmo-ms-mob/00033: Starting mobile
22:49:22.144722 run osmo-ms-mob/00033(pid=168): Launched
22:49:22.155868 run mass: MS start registered {at=6584788.364190607, delay=0.005055883899331093, ms=00033}
22:49:22.162146 run mass: MS performed LU {at=6584788.37047489, lu_delay=4.841429037973285, ms=00021}
22:49:22.584612 run osmo-ms-mob/00034: Starting mobile
22:49:22.597826 run osmo-ms-mob/00034(pid=169): Launched
22:49:22.609892 run mass: MS start registered {at=6584788.818209958, delay=0.005441245622932911, ms=00034}
22:49:22.897635 run osmo-ms-mob/00035: Starting mobile
22:49:22.911500 run osmo-ms-mob/00035(pid=170): Launched
22:49:22.922621 run mass: MS start registered {at=6584789.130941287, delay=0.005082189105451107, ms=00035}
22:49:23.297550 run osmo-ms-mob/00036: Starting mobile
22:49:23.311511 run osmo-ms-mob/00036(pid=171): Launched
22:49:23.323155 run mass: MS start registered {at=6584789.531475597, delay=0.0053415922448039055, ms=00036}
22:49:23.684101 run osmo-ms-mob/00037: Starting mobile
22:49:23.697089 run osmo-ms-mob/00037(pid=172): Launched
22:49:23.708268 run mass: MS start registered {at=6584789.916587954, delay=0.004937644116580486, ms=00037}
22:49:23.870502 run mass: MS performed LU {at=6584790.07873035, lu_delay=4.749309724196792, ms=00025}
22:49:23.898532 run mass: MS performed LU {at=6584790.106776596, lu_delay=5.67566807474941, ms=00023}
22:49:23.920186 run osmo-ms-mob/00038: Starting mobile
22:49:23.933295 run osmo-ms-mob/00038(pid=173): Launched
22:49:23.944229 run mass: MS start registered {at=6584790.152549045, delay=0.00481075793504715, ms=00038}
22:49:24.060201 run mass: MS performed LU {at=6584790.268396043, lu_delay=6.338562345132232, ms=00022}
22:49:24.284257 run osmo-ms-mob/00039: Starting mobile
22:49:24.297611 run osmo-ms-mob/00039(pid=174): Launched
22:49:24.308618 run mass: MS start registered {at=6584790.516938968, delay=0.004747734405100346, ms=00039}
22:49:24.684430 run osmo-ms-mob/00040: Starting mobile
22:49:24.697894 run osmo-ms-mob/00040(pid=175): Launched
22:49:24.710643 run mass: MS start registered {at=6584790.918962122, delay=0.006300913169980049, ms=00040}
22:49:24.984379 run osmo-ms-mob/00041: Starting mobile
22:49:24.997516 run osmo-ms-mob/00041(pid=176): Launched
22:49:25.008716 run mass: MS start registered {at=6584791.21703396, delay=0.004868307150900364, ms=00041}
22:49:25.296156 run osmo-ms-mob/00042: Starting mobile
22:49:25.309834 run osmo-ms-mob/00042(pid=177): Launched
22:49:25.320853 run mass: MS start registered {at=6584791.52917303, delay=0.004878579638898373, ms=00042}
22:49:25.697812 run osmo-ms-mob/00043: Starting mobile
22:49:25.712221 run osmo-ms-mob/00043(pid=178): Launched
22:49:25.723424 run mass: MS start registered {at=6584791.931742213, delay=0.0050484174862504005, ms=00043}
22:49:25.733910 run mass: MS performed LU {at=6584791.942230829, lu_delay=6.224890215322375, ms=00026}
22:49:25.800017 run mass: MS performed LU {at=6584792.008262, lu_delay=5.878735699690878, ms=00027}
22:49:25.827098 run osmo-ms-mob/00044: Starting mobile
22:49:25.840099 run osmo-ms-mob/00044(pid=179): Launched
22:49:25.850935 run mass: MS start registered {at=6584792.059260426, delay=0.004623696208000183, ms=00044}
22:49:25.867650 run mass: MS performed LU {at=6584792.075975059, lu_delay=5.545012613758445, ms=00028}
22:49:25.925119 run mass: MS performed LU {at=6584792.133355117, lu_delay=5.202006888575852, ms=00029}
22:49:25.951567 run osmo-ms-mob/00045: Starting mobile
22:49:25.964839 run osmo-ms-mob/00045(pid=180): Launched
22:49:25.971199 run mass: MS performed LU {at=6584792.179525686, lu_delay=4.847620248794556, ms=00030}
22:49:25.977282 run mass: MS start registered {at=6584792.185616158, delay=0.006109348498284817, ms=00045}
22:49:26.598222 run osmo-ms-mob/00046: Starting mobile
22:49:26.612608 run osmo-ms-mob/00046(pid=181): Launched
22:49:26.623821 run mass: MS start registered {at=6584792.832142542, delay=0.005010385066270828, ms=00046}
22:49:26.897979 run osmo-ms-mob/00047: Starting mobile
22:49:26.912126 run osmo-ms-mob/00047(pid=182): Launched
22:49:26.923482 run mass: MS start registered {at=6584793.131800555, delay=0.0052137915045022964, ms=00047}
22:49:27.196129 run osmo-ms-mob/00048: Starting mobile
22:49:27.210268 run osmo-ms-mob/00048(pid=183): Launched
22:49:27.221405 run mass: MS start registered {at=6584793.429726147, delay=0.004935388453304768, ms=00048}
22:49:27.484859 run osmo-ms-mob/00049: Starting mobile
22:49:27.497689 run osmo-ms-mob/00049(pid=184): Launched
22:49:27.508781 run mass: MS start registered {at=6584793.717102681, delay=0.005050035193562508, ms=00049}
22:49:27.635556 run mass: MS performed LU {at=6584793.843785287, lu_delay=4.712844000197947, ms=00035}
22:49:27.663968 run mass: MS performed LU {at=6584793.872213518, lu_delay=5.508022910915315, ms=00033}
22:49:27.677341 run osmo-ms-mob/00050: Starting mobile
22:49:27.690634 run osmo-ms-mob/00050(pid=185): Launched
22:49:27.701729 run mass: MS start registered {at=6584793.910050143, delay=0.004999985918402672, ms=00050}
22:49:27.826140 run mass: MS performed LU {at=6584794.034374208, lu_delay=6.303810928016901, ms=00031}
22:49:27.862360 run mass: MS performed LU {at=6584794.070603996, lu_delay=6.053330793976784, ms=00032}
22:49:28.185719 run osmo-ms-mob/00051: Starting mobile
22:49:28.198960 run osmo-ms-mob/00051(pid=186): Launched
22:49:28.210133 run mass: MS start registered {at=6584794.41845282, delay=0.005047798156738281, ms=00051}
22:49:28.497753 run osmo-ms-mob/00052: Starting mobile
22:49:28.512302 run osmo-ms-mob/00052(pid=187): Launched
22:49:28.523303 run mass: MS start registered {at=6584794.731625901, delay=0.0047668227925896645, ms=00052}
22:49:28.797860 run osmo-ms-mob/00053: Starting mobile
22:49:28.812437 run osmo-ms-mob/00053(pid=188): Launched
22:49:28.823903 run mass: MS start registered {at=6584795.032222147, delay=0.005057778209447861, ms=00053}
22:49:29.084531 run osmo-ms-mob/00054: Starting mobile
22:49:29.097819 run osmo-ms-mob/00054(pid=189): Launched
22:49:29.108876 run mass: MS start registered {at=6584795.317196251, delay=0.004862389527261257, ms=00054}
22:49:29.392865 run osmo-ms-mob/00055: Starting mobile
22:49:29.406657 run osmo-ms-mob/00055(pid=190): Launched
22:49:29.417711 run mass: MS start registered {at=6584795.62602855, delay=0.004754449240863323, ms=00055}
22:49:29.500761 run mass: MS performed LU {at=6584795.708986254, lu_delay=4.790024132467806, ms=00040}
22:49:29.565237 run mass: MS performed LU {at=6584795.773481906, lu_delay=5.8568939520046115, ms=00037}
22:49:29.593526 run osmo-ms-mob/00056: Starting mobile
22:49:29.606909 run osmo-ms-mob/00056(pid=191): Launched
22:49:29.618101 run mass: MS start registered {at=6584795.826424996, delay=0.004944249056279659, ms=00056}
22:49:29.633646 run mass: MS performed LU {at=6584795.841952067, lu_delay=5.689403021708131, ms=00038}
22:49:29.690904 run mass: MS performed LU {at=6584795.899140327, lu_delay=5.382201359607279, ms=00039}
22:49:29.717359 run osmo-ms-mob/00057: Starting mobile
22:49:29.730669 run osmo-ms-mob/00057(pid=192): Launched
22:49:29.736903 run mass: MS performed LU {at=6584795.945231641, lu_delay=6.41375604365021, ms=00036}
22:49:29.742647 run mass: MS start registered {at=6584795.950981769, delay=0.005768065340816975, ms=00057}
22:49:29.998809 run mass: MS performed LU {at=6584796.207034642, lu_delay=4.990000681951642, ms=00041}
22:49:30.398880 run osmo-ms-mob/00058: Starting mobile
22:49:30.412808 run osmo-ms-mob/00058(pid=193): Launched
22:49:30.424631 run mass: MS start registered {at=6584796.632943369, delay=0.005443083122372627, ms=00058}
22:49:30.586174 run mass: MS performed LU {at=6584796.79439969, lu_delay=4.608783531934023, ms=00045}
22:49:30.615732 run osmo-ms-mob/00059: Starting mobile
22:49:30.628996 run osmo-ms-mob/00059(pid=194): Launched
22:49:30.640023 run mass: MS start registered {at=6584796.848343371, delay=0.004603281617164612, ms=00059}
22:49:30.994756 run osmo-ms-mob/00060: Starting mobile
22:49:31.008334 run osmo-ms-mob/00060(pid=195): Launched
22:49:31.019434 run mass: MS start registered {at=6584797.227755034, delay=0.004886694252490997, ms=00060}
22:49:31.319481 run mass: MS performed LU {at=6584797.527709569, lu_delay=5.998536539264023, ms=00042}
22:49:31.349382 run osmo-ms-mob/00061: Starting mobile
22:49:31.362992 run osmo-ms-mob/00061(pid=196): Launched
22:49:31.374018 run mass: MS start registered {at=6584797.582338977, delay=0.004641767591238022, ms=00061}
22:49:31.400838 run mass: MS performed LU {at=6584797.609131869, lu_delay=4.776989326812327, ms=00046}
22:49:31.429369 run mass: MS performed LU {at=6584797.637614602, lu_delay=4.5058140475302935, ms=00047}
22:49:31.451323 run osmo-ms-mob/00062: Starting mobile
22:49:31.464629 run osmo-ms-mob/00062(pid=197): Launched
22:49:31.475694 run mass: MS start registered {at=6584797.684015633, delay=0.004993443377315998, ms=00062}
22:49:31.592614 run mass: MS performed LU {at=6584797.800836348, lu_delay=5.741575921885669, ms=00044}
22:49:31.998245 run osmo-ms-mob/00063: Starting mobile
22:49:32.012841 run osmo-ms-mob/00063(pid=198): Launched
22:49:32.026655 run mass: MS start registered {at=6584798.234969018, delay=0.007251153700053692, ms=00063}
22:49:32.397426 run osmo-ms-mob/00064: Starting mobile
22:49:32.411508 run osmo-ms-mob/00064(pid=199): Launched
22:49:32.423455 run mass: MS start registered {at=6584798.631769421, delay=0.005695712752640247, ms=00064}
22:49:32.463574 run mass: MS performed LU {at=6584798.671810588, lu_delay=3.6395884407684207, ms=00053}
22:49:32.798210 run osmo-ms-mob/00065: Starting mobile
22:49:32.812428 run osmo-ms-mob/00065(pid=200): Launched
22:49:32.823979 run mass: MS start registered {at=6584799.032297688, delay=0.005468086339533329, ms=00065}
22:49:33.097436 run osmo-ms-mob/00066: Starting mobile
22:49:33.111589 run osmo-ms-mob/00066(pid=201): Launched
22:49:33.123217 run mass: MS start registered {at=6584799.331533276, delay=0.00544988177716732, ms=00066}
22:49:33.164518 run mass: MS performed LU {at=6584799.37273478, lu_delay=5.462684637866914, ms=00050}
22:49:33.221699 run mass: MS performed LU {at=6584799.429930358, lu_delay=4.698304457589984, ms=00052}
22:49:33.331252 run mass: MS performed LU {at=6584799.539482778, lu_delay=6.109756630845368, ms=00048}
22:49:33.359487 run osmo-ms-mob/00067: Starting mobile
22:49:33.372839 run osmo-ms-mob/00067(pid=202): Launched
22:49:33.384240 run mass: MS start registered {at=6584799.592559305, delay=0.005136876367032528, ms=00067}
22:49:33.492167 run mass: MS performed LU {at=6584799.700391595, lu_delay=5.281938775442541, ms=00051}
22:49:33.529525 run mass: MS performed LU {at=6584799.737768044, lu_delay=22.22099462058395, ms=00010}
22:49:33.547212 run osmo-ms-mob/00068: Starting mobile
22:49:33.560356 run osmo-ms-mob/00068(pid=203): Launched
22:49:33.571515 run mass: MS start registered {at=6584799.779837367, delay=0.004825476557016373, ms=00068}
22:49:34.198394 run osmo-ms-mob/00069: Starting mobile
22:49:34.213838 run osmo-ms-mob/00069(pid=204): Launched
22:49:34.225504 run mass: MS start registered {at=6584800.433815141, delay=0.005326122976839542, ms=00069}
22:49:34.231968 run mass: MS performed LU {at=6584800.44029683, lu_delay=6.723194148391485, ms=00049}
22:49:34.323324 run mass: MS performed LU {at=6584800.531533649, lu_delay=4.905505099333823, ms=00055}
22:49:34.348107 run mass: MS performed LU {at=6584800.556436162, lu_delay=4.605454393662512, ms=00057}
22:49:34.359937 run osmo-ms-mob/00070: Starting mobile
22:49:34.374292 run osmo-ms-mob/00070(pid=205): Launched
22:49:34.385785 run mass: MS start registered {at=6584800.594101764, delay=0.005078903399407864, ms=00070}
22:49:34.998137 run osmo-ms-mob/00071: Starting mobile
22:49:35.012815 run osmo-ms-mob/00071(pid=206): Launched
22:49:35.024282 run mass: MS start registered {at=6584801.232597509, delay=0.0054308148100972176, ms=00071}
22:49:35.066714 run mass: MS performed LU {at=6584801.2749438, lu_delay=4.426600428298116, ms=00059}
22:49:35.083307 run mass: MS performed LU {at=6584801.291624802, lu_delay=5.974428551271558, ms=00054}
22:49:35.122826 run mass: MS performed LU {at=6584801.331009764, lu_delay=5.504584767855704, ms=00056}
22:49:35.136560 run osmo-ms-mob/00072: Starting mobile
22:49:35.149704 run osmo-ms-mob/00072(pid=207): Launched
22:49:35.160583 run mass: MS start registered {at=6584801.368900859, delay=0.004733596928417683, ms=00072}
22:49:35.798330 run osmo-ms-mob/00073: Starting mobile
22:49:35.813133 run osmo-ms-mob/00073(pid=208): Launched
22:49:35.825049 run mass: MS start registered {at=6584802.033359449, delay=0.005567862652242184, ms=00073}
22:49:36.155353 run mass: MS performed LU {at=6584802.36357773, lu_delay=5.730634360574186, ms=00058}
22:49:36.185016 run osmo-ms-mob/00074: Starting mobile
22:49:36.198767 run osmo-ms-mob/00074(pid=209): Launched
22:49:36.205776 run mass: MS performed LU {at=6584802.414101187, lu_delay=21.394248795695603, ms=00016}
22:49:36.211912 run mass: MS start registered {at=6584802.42024584, delay=0.006165279075503349, ms=00074}
22:49:36.597787 run osmo-ms-mob/00075: Starting mobile
22:49:36.611606 run osmo-ms-mob/00075(pid=210): Launched
22:49:36.623312 run mass: MS start registered {at=6584802.831628365, delay=0.005703652277588844, ms=00075}
22:49:36.930189 run mass: MS performed LU {at=6584803.138410252, lu_delay=5.4543946189805865, ms=00062}
22:49:36.986952 run mass: MS performed LU {at=6584803.195181877, lu_delay=5.967426843009889, ms=00060}
22:49:37.000507 run osmo-ms-mob/00076: Starting mobile
22:49:37.013847 run osmo-ms-mob/00076(pid=211): Launched
22:49:37.021535 run mass: MS performed LU {at=6584803.229854062, lu_delay=4.994885044172406, ms=00063}
22:49:37.027424 run mass: MS start registered {at=6584803.235757837, delay=0.007669047452509403, ms=00076}
22:49:37.294672 run mass: MS performed LU {at=6584803.502896261, lu_delay=4.871126840822399, ms=00064}
22:49:37.497627 run osmo-ms-mob/00077: Starting mobile
22:49:37.511589 run osmo-ms-mob/00077(pid=212): Launched
22:49:37.523245 run mass: MS start registered {at=6584803.731552509, delay=0.005531775765120983, ms=00077}
22:49:37.890570 run mass: MS performed LU {at=6584804.098797094, lu_delay=6.51645811740309, ms=00061}
22:49:37.920570 run osmo-ms-mob/00078: Starting mobile
22:49:37.935071 run osmo-ms-mob/00078(pid=213): Launched
22:49:37.947529 run mass: MS start registered {at=6584804.155844449, delay=0.0058913761749863625, ms=00078}
22:49:38.061494 run mass: MS performed LU {at=6584804.269664867, lu_delay=3.83584972564131, ms=00069}
22:49:38.145939 run mass: MS performed LU {at=6584804.354158932, lu_delay=5.321861244738102, ms=00065}
22:49:38.398964 run osmo-ms-mob/00079: Starting mobile
22:49:38.413053 run osmo-ms-mob/00079(pid=214): Launched
22:49:38.425139 run mass: MS start registered {at=6584804.633454958, delay=0.0057233842089772224, ms=00079}
22:49:38.850216 run mass: MS performed LU {at=6584805.058444324, lu_delay=5.465885018929839, ms=00067}
22:49:38.879446 run osmo-ms-mob/00080: Starting mobile
22:49:38.893231 run osmo-ms-mob/00080(pid=215): Launched
22:49:38.899709 run mass: MS performed LU {at=6584805.1080067, lu_delay=5.328169332817197, ms=00068}
22:49:38.908259 run mass: MS start registered {at=6584805.116583406, delay=0.008600270375609398, ms=00080}
22:49:38.923630 run mass: MS performed LU {at=6584805.131940452, lu_delay=5.800407176837325, ms=00066}
22:49:39.214303 run mass: MS performed LU {at=6584805.422527463, lu_delay=4.828425698913634, ms=00070}
22:49:39.397558 run osmo-ms-mob/00081: Starting mobile
22:49:39.411424 run osmo-ms-mob/00081(pid=216): Launched
22:49:39.422868 run mass: MS start registered {at=6584805.631184001, delay=0.005522881634533405, ms=00081}
22:49:39.798281 run osmo-ms-mob/00082: Starting mobile
22:49:39.813054 run osmo-ms-mob/00082(pid=217): Launched
22:49:39.824640 run mass: MS start registered {at=6584806.032958294, delay=0.005569907836616039, ms=00082}
22:49:40.383868 run osmo-ms-mob/00083: Starting mobile
22:49:40.397068 run osmo-ms-mob/00083(pid=218): Launched
22:49:40.408204 run mass: MS start registered {at=6584806.616526908, delay=0.005199084989726543, ms=00083}
22:49:40.696914 run mass: MS performed LU {at=6584806.905137696, lu_delay=5.536236837506294, ms=00072}
22:49:40.714460 run mass: MS performed LU {at=6584806.922741662, lu_delay=4.889382212422788, ms=00073}
22:49:40.731849 run osmo-ms-mob/00084: Starting mobile
22:49:40.745011 run osmo-ms-mob/00084(pid=219): Launched
22:49:40.756955 run mass: MS start registered {at=6584806.965273749, delay=0.005589410662651062, ms=00084}
22:49:40.798356 run mass: MS performed LU {at=6584807.006592771, lu_delay=5.773995261639357, ms=00071}
22:49:40.988835 run mass: MS performed LU {at=6584807.197059395, lu_delay=4.776813554577529, ms=00074}
22:49:41.024301 run mass: MS performed LU {at=6584807.232540439, lu_delay=22.399135617539287, ms=00024}
22:49:41.385254 run osmo-ms-mob/00085: Starting mobile
22:49:41.398084 run osmo-ms-mob/00085(pid=220): Launched
22:49:41.410852 run mass: MS start registered {at=6584807.619153543, delay=0.006644060835242271, ms=00085}
22:49:41.996980 run osmo-ms-mob/00086: Starting mobile
22:49:42.010310 run osmo-ms-mob/00086(pid=221): Launched
22:49:42.021775 run mass: MS start registered {at=6584808.230083805, delay=0.005368934012949467, ms=00086}
22:49:42.584181 run osmo-ms-mob/00087: Starting mobile
22:49:42.600133 run osmo-ms-mob/00087(pid=222): Launched
22:49:42.611949 run mass: MS start registered {at=6584808.82026799, delay=0.005278291180729866, ms=00087}
22:49:42.618079 run mass: MS performed LU {at=6584808.82640804, lu_delay=5.09485553111881, ms=00077}
22:49:42.727247 run mass: MS performed LU {at=6584808.935478, lu_delay=4.779633550904691, ms=00078}
22:49:42.751066 run mass: MS performed LU {at=6584808.959395798, lu_delay=5.7236379608511925, ms=00076}
22:49:42.889825 run mass: MS performed LU {at=6584809.098050634, lu_delay=6.266422268934548, ms=00075}
22:49:43.183787 run osmo-ms-mob/00088: Starting mobile
22:49:43.197165 run osmo-ms-mob/00088(pid=223): Launched
22:49:43.208572 run mass: MS start registered {at=6584809.416892753, delay=0.00528672244399786, ms=00088}
22:49:43.798134 run osmo-ms-mob/00089: Starting mobile
22:49:43.812230 run osmo-ms-mob/00089(pid=224): Launched
22:49:43.823653 run mass: MS start registered {at=6584810.03197341, delay=0.005172318778932095, ms=00089}
22:49:44.383959 run osmo-ms-mob/00090: Starting mobile
22:49:44.397054 run osmo-ms-mob/00090(pid=225): Launched
22:49:44.408401 run mass: MS start registered {at=6584810.616712928, delay=0.005166135728359222, ms=00090}
22:49:44.563588 run mass: MS performed LU {at=6584810.771787289, lu_delay=5.140603287145495, ms=00081}
22:49:44.582115 run mass: MS performed LU {at=6584810.790358426, lu_delay=6.156903468072414, ms=00079}
22:49:44.697629 run mass: MS performed LU {at=6584810.905872849, lu_delay=4.872914554551244, ms=00082}
22:49:44.716205 run mass: MS performed LU {at=6584810.924458412, lu_delay=5.807875006459653, ms=00080}
22:49:44.754426 run mass: MS performed LU {at=6584810.96266713, lu_delay=22.144457171671093, ms=00034}
22:49:45.084217 run osmo-ms-mob/00091: Starting mobile
22:49:45.097117 run osmo-ms-mob/00091(pid=226): Launched
22:49:45.108231 run mass: MS start registered {at=6584811.316552408, delay=0.00507583562284708, ms=00091}
22:49:45.794953 run osmo-ms-mob/00092: Starting mobile
22:49:45.808510 run osmo-ms-mob/00092(pid=227): Launched
22:49:45.819741 run mass: MS start registered {at=6584812.028062633, delay=0.0051405783742666245, ms=00092}
22:49:46.382209 run mass: MS performed LU {at=6584812.590442179, lu_delay=4.971288635395467, ms=00085}
22:49:46.492855 run mass: MS performed LU {at=6584812.70109056, lu_delay=6.084563652053475, ms=00083}
22:49:46.507094 run osmo-ms-mob/00093: Starting mobile
22:49:46.519968 run osmo-ms-mob/00093(pid=228): Launched
22:49:46.525891 run mass: MS performed LU {at=6584812.734219947, lu_delay=5.768946197815239, ms=00084}
22:49:46.531561 run mass: MS start registered {at=6584812.739896015, delay=0.005694610066711903, ms=00093}
22:49:46.655213 run mass: MS performed LU {at=6584812.863438388, lu_delay=4.6333545837551355, ms=00086}
22:49:47.484104 run osmo-ms-mob/00094: Starting mobile
22:49:47.497133 run osmo-ms-mob/00094(pid=229): Launched
22:49:47.508652 run mass: MS start registered {at=6584813.716971872, delay=0.005306853912770748, ms=00094}
22:49:48.329470 run mass: MS performed LU {at=6584814.537646483, lu_delay=5.717378492467105, ms=00087}
22:49:48.344278 run osmo-ms-mob/00095: Starting mobile
22:49:48.357848 run osmo-ms-mob/00095(pid=230): Launched
22:49:48.363922 run mass: MS performed LU {at=6584814.572248653, lu_delay=5.155355899594724, ms=00088}
22:49:48.369717 run mass: MS start registered {at=6584814.578051273, delay=0.005822890438139439, ms=00095}
22:49:48.698393 run mass: MS performed LU {at=6584814.906617593, lu_delay=4.874644182622433, ms=00089}
22:49:48.716439 run mass: MS performed LU {at=6584814.92472573, lu_delay=22.992983517237008, ms=00043}
22:49:49.384373 run osmo-ms-mob/00096: Starting mobile
22:49:49.397571 run osmo-ms-mob/00096(pid=231): Launched
22:49:49.409301 run mass: MS start registered {at=6584815.617619417, delay=0.005598182789981365, ms=00096}
22:49:50.258806 run mass: MS performed LU {at=6584816.467026442, lu_delay=5.150474034249783, ms=00091}
22:49:50.276167 run mass: MS performed LU {at=6584816.484415584, lu_delay=5.867702656425536, ms=00090}
22:49:50.383518 run mass: MS performed LU {at=6584816.591750688, lu_delay=4.563688054680824, ms=00092}
22:49:50.412867 run osmo-ms-mob/00097: Starting mobile
22:49:50.426243 run osmo-ms-mob/00097(pid=232): Launched
22:49:50.437336 run mass: MS start registered {at=6584816.64565679, delay=0.005094771273434162, ms=00097}
22:49:51.783818 run osmo-ms-mob/00098: Starting mobile
22:49:51.796846 run osmo-ms-mob/00098(pid=233): Launched
22:49:51.808010 run mass: MS start registered {at=6584818.016327712, delay=0.005233189091086388, ms=00098}
22:49:52.096212 run mass: MS performed LU {at=6584818.304435083, lu_delay=4.587463210336864, ms=00094}
22:49:52.113195 run mass: MS performed LU {at=6584818.321442073, lu_delay=5.58154605794698, ms=00093}
22:49:53.596300 run osmo-ms-mob/00099: Starting mobile
22:49:53.609852 run osmo-ms-mob/00099(pid=234): Launched
22:49:53.615835 run mass: All started... {duration=55.7421245155856, too_slow=0}
22:49:53.621508 run mass: MS start registered {at=6584819.829835366, delay=0.005664526484906673, ms=00099}
22:49:54.024582 run mass: MS performed LU {at=6584820.232801138, lu_delay=5.65474986564368, ms=00095}
22:49:54.513765 run mass: MS performed LU {at=6584820.721984551, lu_delay=5.104365134611726, ms=00096}
22:49:55.861507 run mass: MS performed LU {at=6584822.069729751, lu_delay=5.424072961322963, ms=00097}
22:49:57.762231 run mass: MS performed LU {at=6584823.970448489, lu_delay=5.9541207775473595, ms=00098}
22:49:59.627513 run mass: MS performed LU {at=6584825.835739201, lu_delay=6.005903834477067, ms=00099}
22:49:59.650566 run mass: Tests done {all_completed=True, max=22.992983517237008, min=3.6395884407684207}
22:49:59.656196 tst register_default_mass.py: Test passed (81.1 sec)
22:49:59.661517 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:59.664770 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:59.667984 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:59.671185 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:59.674443 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:59.677714 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:59.680996 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:59.684464 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:59.687868 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:59.691190 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:59.694523 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:59.698257 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:59.701554 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:59.704865 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:59.708243 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:59.711541 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:59.714912 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:59.718291 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:59.721667 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:59.725025 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:59.728314 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:59.731567 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:59.734879 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:59.738192 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:59.741513 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:59.744804 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:59.748127 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:59.751388 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:59.754663 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:59.757983 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:59.761334 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:59.764651 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:59.767995 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:59.771562 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:59.774937 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:59.778257 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:59.781617 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:59.784867 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:59.788413 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:59.791847 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:59.795262 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:59.798689 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:59.802129 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:59.805559 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:59.808978 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:59.812401 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:59.816031 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:59.819583 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:59.823061 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:59.826495 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:59.829931 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:59.833389 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:59.836954 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:59.840399 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:59.843834 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:59.847250 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:59.850657 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:59.854073 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:59.857499 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:59.861034 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:59.864482 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:59.868352 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:59.871898 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:59.875448 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:59.878997 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:59.882530 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:59.886055 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:59.889588 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:59.893130 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:59.896679 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:59.900229 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:59.903792 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:59.907336 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:59.910756 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:59.914301 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:59.917713 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:59.921486 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:59.925426 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:59.929100 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:59.932643 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:59.936164 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:59.939711 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:59.943268 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:59.946811 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:59.950348 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:59.953879 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:59.957374 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:59.960803 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:59.964183 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:59.967589 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:59.971426 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:59.974849 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:59.978212 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:59.981563 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:59.984981 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:59.988405 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:59.992250 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:59.996186 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:59.999721 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:50:00.003258 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:50:00.006817 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:50:00.010356 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:50:00.013839 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:50:00.017326 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:50:00.020854 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:50:00.024338 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:50:00.027758 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:50:00.031227 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:50:00.034777 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:50:00.038244 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:50:00.041801 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:50:00.045285 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:50:00.048806 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:50:00.052259 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:50:00.055798 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:50:00.059322 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:50:00.062866 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:50:00.066310 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:50:00.069698 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:50:00.073094 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:50:00.076495 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:50:00.079812 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:50:00.083097 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:50:00.086505 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:50:00.089924 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:50:00.093331 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:50:00.096747 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:50:00.100158 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:50:00.103545 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:50:00.106953 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:50:00.110373 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:50:00.113784 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:50:00.117179 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:50:00.120588 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:50:00.123997 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:50:00.127409 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:50:00.130816 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:50:00.134223 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:50:00.137639 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:50:00.141035 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:50:00.144463 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:50:00.147874 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:50:00.151288 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:50:00.154714 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:50:00.158116 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:50:00.161525 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:50:00.164927 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:50:00.168335 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:50:00.171753 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:50:00.175144 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:50:00.178555 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:50:00.181964 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:50:00.185389 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:50:00.188813 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:50:00.192216 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:50:00.195618 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:50:00.199028 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:50:00.202433 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:50:00.205855 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:50:00.209270 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:50:00.212700 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:50:00.216107 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:50:00.219532 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:50:00.222942 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:50:00.226366 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:50:00.229774 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:50:00.233185 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:50:00.236589 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:50:00.239997 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:50:00.243397 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:50:00.246813 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:50:00.250225 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:50:00.253638 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:50:00.257054 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:50:00.260460 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:50:00.263863 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:50:00.267283 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:50:00.270690 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:50:00.274104 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:50:00.277508 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:50:00.280929 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:50:00.284330 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:50:00.287731 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:50:00.291137 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:50:00.294550 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:50:00.297960 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:50:00.301397 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:50:00.304795 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:50:00.308198 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:50:00.311619 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:50:00.315028 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:50:00.318416 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:50:00.321828 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:50:00.325236 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:50:00.328657 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:50:00.332069 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:50:00.335484 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:50:00.338890 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:50:00.342301 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:50:00.345719 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:50:00.349122 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:50:00.352528 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:50:00.356021 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:50:00.359530 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:50:00.363058 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:50:00.366573 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:50:00.369994 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:50:00.373398 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:50:00.376812 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:50:00.380227 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:50:00.383637 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:50:00.387053 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:50:00.390469 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:50:00.393886 --- ParallelTerminationStrategy: PID 22 died...
22:50:00.395431 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:50:00.399227 --- ParallelTerminationStrategy: PID 23 died...
22:50:00.400769 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:50:00.404551 --- ParallelTerminationStrategy: PID 24 died...
22:50:00.406092 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:50:00.409892 --- ParallelTerminationStrategy: PID 25 died...
22:50:00.411435 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:50:00.415219 --- ParallelTerminationStrategy: PID 26 died...
22:50:00.416754 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:50:00.420546 --- ParallelTerminationStrategy: PID 27 died...
22:50:00.422085 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:50:00.425865 --- ParallelTerminationStrategy: PID 28 died...
22:50:00.427406 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:50:00.431202 --- ParallelTerminationStrategy: PID 29 died...
22:50:00.432740 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:50:00.436528 --- ParallelTerminationStrategy: PID 30 died...
22:50:00.438055 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:50:00.441832 --- ParallelTerminationStrategy: PID 31 died...
22:50:00.443372 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:50:00.447169 --- ParallelTerminationStrategy: PID 32 died...
22:50:00.448701 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:50:00.452501 --- ParallelTerminationStrategy: PID 33 died...
22:50:00.454042 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:50:00.457842 --- ParallelTerminationStrategy: PID 35 died...
22:50:00.459386 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:50:00.463201 --- ParallelTerminationStrategy: PID 36 died...
22:50:00.464747 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:50:00.468527 --- ParallelTerminationStrategy: PID 37 died...
22:50:00.470067 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:50:00.473881 --- ParallelTerminationStrategy: PID 38 died...
22:50:00.475410 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:50:00.479204 --- ParallelTerminationStrategy: PID 39 died...
22:50:00.480752 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:50:00.484555 --- ParallelTerminationStrategy: PID 40 died...
22:50:00.486092 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:50:00.489894 --- ParallelTerminationStrategy: PID 41 died...
22:50:00.491446 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:50:00.495259 --- ParallelTerminationStrategy: PID 42 died...
22:50:00.496798 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:50:00.500582 --- ParallelTerminationStrategy: PID 43 died...
22:50:00.502121 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:50:00.505919 --- ParallelTerminationStrategy: PID 44 died...
22:50:00.507456 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:50:00.511273 --- ParallelTerminationStrategy: PID 45 died...
22:50:00.512809 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:50:00.516594 --- ParallelTerminationStrategy: PID 46 died...
22:50:00.518128 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:50:00.521902 --- ParallelTerminationStrategy: PID 47 died...
22:50:00.523436 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:50:00.527199 --- ParallelTerminationStrategy: PID 48 died...
22:50:00.528727 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:50:00.532508 --- ParallelTerminationStrategy: PID 49 died...
22:50:00.534038 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:50:00.537835 --- ParallelTerminationStrategy: PID 50 died...
22:50:00.539367 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:50:00.543142 --- ParallelTerminationStrategy: PID 51 died...
22:50:00.544670 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:50:00.548437 --- ParallelTerminationStrategy: PID 52 died...
22:50:00.549971 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:50:00.553764 --- ParallelTerminationStrategy: PID 53 died...
22:50:00.555299 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:50:00.559094 --- ParallelTerminationStrategy: PID 54 died...
22:50:00.560625 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:50:00.564394 --- ParallelTerminationStrategy: PID 55 died...
22:50:00.565929 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:50:00.569723 --- ParallelTerminationStrategy: PID 56 died...
22:50:00.571260 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:50:00.575052 --- ParallelTerminationStrategy: PID 57 died...
22:50:00.576591 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:50:00.580369 --- ParallelTerminationStrategy: PID 58 died...
22:50:00.581901 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:50:00.585692 --- ParallelTerminationStrategy: PID 59 died...
22:50:00.587218 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:50:00.591017 --- ParallelTerminationStrategy: PID 60 died...
22:50:00.592554 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:50:00.596320 --- ParallelTerminationStrategy: PID 61 died...
22:50:00.597945 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:50:00.601752 --- ParallelTerminationStrategy: PID 62 died...
22:50:00.603289 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:50:00.607084 --- ParallelTerminationStrategy: PID 63 died...
22:50:00.608611 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:50:00.612395 --- ParallelTerminationStrategy: PID 64 died...
22:50:00.613927 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:50:00.617698 --- ParallelTerminationStrategy: PID 65 died...
22:50:00.619231 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:50:00.623034 --- ParallelTerminationStrategy: PID 66 died...
22:50:00.624574 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:50:00.628341 --- ParallelTerminationStrategy: PID 67 died...
22:50:00.629865 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:50:00.633649 --- ParallelTerminationStrategy: PID 68 died...
22:50:00.635178 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:50:00.638969 --- ParallelTerminationStrategy: PID 69 died...
22:50:00.640507 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:50:00.644286 --- ParallelTerminationStrategy: PID 70 died...
22:50:00.645815 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:50:00.649608 --- ParallelTerminationStrategy: PID 71 died...
22:50:00.651147 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:50:00.654961 --- ParallelTerminationStrategy: PID 72 died...
22:50:00.656503 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:50:00.660291 --- ParallelTerminationStrategy: PID 73 died...
22:50:00.661828 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:50:00.665650 --- ParallelTerminationStrategy: PID 74 died...
22:50:00.667180 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:50:00.670970 --- ParallelTerminationStrategy: PID 75 died...
22:50:00.672514 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:50:00.676313 --- ParallelTerminationStrategy: PID 76 died...
22:50:00.677849 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:50:00.681663 --- ParallelTerminationStrategy: PID 77 died...
22:50:00.683204 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:50:00.687004 --- ParallelTerminationStrategy: PID 78 died...
22:50:00.688540 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:50:00.692344 --- ParallelTerminationStrategy: PID 79 died...
22:50:00.693878 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:50:00.697674 --- ParallelTerminationStrategy: PID 80 died...
22:50:00.699204 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:50:00.703002 --- ParallelTerminationStrategy: PID 81 died...
22:50:00.704542 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:50:00.708349 --- ParallelTerminationStrategy: PID 82 died...
22:50:00.709893 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:50:00.713696 --- ParallelTerminationStrategy: PID 83 died...
22:50:00.715234 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:50:00.719011 --- ParallelTerminationStrategy: PID 84 died...
22:50:00.720553 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:50:00.724355 --- ParallelTerminationStrategy: PID 85 died...
22:50:00.725887 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:50:00.729676 --- ParallelTerminationStrategy: PID 86 died...
22:50:00.731221 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:50:00.735010 --- ParallelTerminationStrategy: PID 87 died...
22:50:00.736541 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:50:00.740347 --- ParallelTerminationStrategy: PID 88 died...
22:50:00.741882 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:50:00.745686 --- ParallelTerminationStrategy: PID 89 died...
22:50:00.747226 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:50:00.751023 --- ParallelTerminationStrategy: PID 90 died...
22:50:00.752554 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:50:00.756353 --- ParallelTerminationStrategy: PID 91 died...
22:50:00.757895 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:50:00.761675 --- ParallelTerminationStrategy: PID 92 died...
22:50:00.763212 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:50:00.766983 --- ParallelTerminationStrategy: PID 93 died...
22:50:00.768514 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:50:00.772310 --- ParallelTerminationStrategy: PID 94 died...
22:50:00.773838 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:50:00.777614 --- ParallelTerminationStrategy: PID 95 died...
22:50:00.779149 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:50:00.782913 --- ParallelTerminationStrategy: PID 96 died...
22:50:00.784457 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:50:00.788242 --- ParallelTerminationStrategy: PID 97 died...
22:50:00.789773 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:50:00.793540 --- ParallelTerminationStrategy: PID 98 died...
22:50:00.795078 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:50:00.798868 --- ParallelTerminationStrategy: PID 99 died...
22:50:00.800416 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:50:00.804206 --- ParallelTerminationStrategy: PID 100 died...
22:50:00.805739 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:50:00.809511 --- ParallelTerminationStrategy: PID 101 died...
22:50:00.811045 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:50:00.814842 --- ParallelTerminationStrategy: PID 102 died...
22:50:00.816381 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:50:00.820148 --- ParallelTerminationStrategy: PID 103 died...
22:50:00.821676 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:50:00.825456 --- ParallelTerminationStrategy: PID 104 died...
22:50:00.826983 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:50:00.830753 --- ParallelTerminationStrategy: PID 105 died...
22:50:00.832296 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:50:00.836066 --- ParallelTerminationStrategy: PID 106 died...
22:50:00.837596 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:50:00.841366 --- ParallelTerminationStrategy: PID 107 died...
22:50:00.842892 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:50:00.846685 --- ParallelTerminationStrategy: PID 108 died...
22:50:00.848238 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:50:00.852004 --- ParallelTerminationStrategy: PID 109 died...
22:50:00.853540 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:50:00.857333 --- ParallelTerminationStrategy: PID 110 died...
22:50:00.858859 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:50:00.862638 --- ParallelTerminationStrategy: PID 111 died...
22:50:00.864165 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:50:00.867928 --- ParallelTerminationStrategy: PID 112 died...
22:50:00.869462 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:50:00.873243 --- ParallelTerminationStrategy: PID 113 died...
22:50:00.874769 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:50:00.878544 --- ParallelTerminationStrategy: PID 114 died...
22:50:00.880093 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:50:00.883878 --- ParallelTerminationStrategy: PID 115 died...
22:50:00.885399 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:50:00.889187 --- ParallelTerminationStrategy: PID 116 died...
22:50:00.890720 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:50:00.894502 --- ParallelTerminationStrategy: PID 117 died...
22:50:00.896041 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:50:00.899833 --- ParallelTerminationStrategy: PID 118 died...
22:50:00.901370 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:50:00.905188 --- ParallelTerminationStrategy: PID 119 died...
22:50:00.906728 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:50:00.910534 --- ParallelTerminationStrategy: PID 120 died...
22:50:00.912073 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:50:00.915844 --- ParallelTerminationStrategy: PID 121 died...
22:50:00.917382 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:50:00.921168 --- ParallelTerminationStrategy: PID 122 died...
22:50:00.922699 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:50:00.926514 --- ParallelTerminationStrategy: PID 123 died...
22:50:00.928046 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:50:00.931843 --- ParallelTerminationStrategy: PID 124 died...
22:50:00.933380 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:50:00.937171 --- ParallelTerminationStrategy: PID 125 died...
22:50:00.938705 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:50:00.942494 --- ParallelTerminationStrategy: PID 126 died...
22:50:00.944033 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:50:00.947836 --- ParallelTerminationStrategy: PID 127 died...
22:50:00.949366 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:50:00.953181 --- ParallelTerminationStrategy: PID 128 died...
22:50:00.954717 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:50:00.958506 --- ParallelTerminationStrategy: PID 129 died...
22:50:00.960036 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:50:00.963821 --- ParallelTerminationStrategy: PID 130 died...
22:50:00.965358 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:50:00.969127 --- ParallelTerminationStrategy: PID 131 died...
22:50:00.970648 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:50:00.974422 --- ParallelTerminationStrategy: PID 132 died...
22:50:00.975949 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:50:00.979712 --- ParallelTerminationStrategy: PID 133 died...
22:50:00.981237 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:50:00.985018 --- ParallelTerminationStrategy: PID 134 died...
22:50:00.986531 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:50:00.990292 --- ParallelTerminationStrategy: PID 135 died...
22:50:00.991817 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:50:00.995628 --- ParallelTerminationStrategy: PID 136 died...
22:50:00.997158 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:50:01.000970 --- ParallelTerminationStrategy: PID 137 died...
22:50:01.002502 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:50:01.006305 --- ParallelTerminationStrategy: PID 138 died...
22:50:01.007836 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:50:01.011617 --- ParallelTerminationStrategy: PID 139 died...
22:50:01.013143 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:50:01.016936 --- ParallelTerminationStrategy: PID 140 died...
22:50:01.018469 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:50:01.022261 --- ParallelTerminationStrategy: PID 141 died...
22:50:01.023784 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:50:01.027562 --- ParallelTerminationStrategy: PID 142 died...
22:50:01.029106 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:50:01.032883 --- ParallelTerminationStrategy: PID 143 died...
22:50:01.034409 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:50:01.038207 --- ParallelTerminationStrategy: PID 144 died...
22:50:01.039724 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:50:01.043514 --- ParallelTerminationStrategy: PID 145 died...
22:50:01.045040 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:50:01.048823 --- ParallelTerminationStrategy: PID 146 died...
22:50:01.050349 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:50:01.054143 --- ParallelTerminationStrategy: PID 147 died...
22:50:01.055689 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:50:01.059473 --- ParallelTerminationStrategy: PID 148 died...
22:50:01.060990 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:50:01.064774 --- ParallelTerminationStrategy: PID 149 died...
22:50:01.066300 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:50:01.070097 --- ParallelTerminationStrategy: PID 150 died...
22:50:01.071618 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:50:01.075421 --- ParallelTerminationStrategy: PID 151 died...
22:50:01.076953 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:50:01.080757 --- ParallelTerminationStrategy: PID 152 died...
22:50:01.082291 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:50:01.086089 --- ParallelTerminationStrategy: PID 153 died...
22:50:01.087629 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:50:01.091425 --- ParallelTerminationStrategy: PID 154 died...
22:50:01.092964 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:50:01.096756 --- ParallelTerminationStrategy: PID 155 died...
22:50:01.098286 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:50:01.102071 --- ParallelTerminationStrategy: PID 156 died...
22:50:01.103603 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:50:01.107390 --- ParallelTerminationStrategy: PID 157 died...
22:50:01.108931 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:50:01.112719 --- ParallelTerminationStrategy: PID 158 died...
22:50:01.114243 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:50:01.118004 --- ParallelTerminationStrategy: PID 159 died...
22:50:01.119532 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:50:01.123333 --- ParallelTerminationStrategy: PID 160 died...
22:50:01.124882 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:50:01.128676 --- ParallelTerminationStrategy: PID 161 died...
22:50:01.130208 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:50:01.133997 --- ParallelTerminationStrategy: PID 162 died...
22:50:01.135536 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:50:01.139308 --- ParallelTerminationStrategy: PID 163 died...
22:50:01.140831 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:50:01.144611 --- ParallelTerminationStrategy: PID 164 died...
22:50:01.146135 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:50:01.149914 --- ParallelTerminationStrategy: PID 165 died...
22:50:01.151440 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:50:01.155236 --- ParallelTerminationStrategy: PID 166 died...
22:50:01.156767 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:50:01.160564 --- ParallelTerminationStrategy: PID 167 died...
22:50:01.162094 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:50:01.165906 --- ParallelTerminationStrategy: PID 168 died...
22:50:01.167447 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:50:01.171248 --- ParallelTerminationStrategy: PID 169 died...
22:50:01.172777 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:50:01.176563 --- ParallelTerminationStrategy: PID 170 died...
22:50:01.178092 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:50:01.181869 --- ParallelTerminationStrategy: PID 171 died...
22:50:01.183393 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:50:01.187177 --- ParallelTerminationStrategy: PID 172 died...
22:50:01.188741 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:50:01.192539 --- ParallelTerminationStrategy: PID 173 died...
22:50:01.194073 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:50:01.197837 --- ParallelTerminationStrategy: PID 174 died...
22:50:01.199360 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:50:01.203167 --- ParallelTerminationStrategy: PID 175 died...
22:50:01.204705 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:50:01.208503 --- ParallelTerminationStrategy: PID 176 died...
22:50:01.210040 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:50:01.213825 --- ParallelTerminationStrategy: PID 177 died...
22:50:01.215347 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:50:01.219145 --- ParallelTerminationStrategy: PID 178 died...
22:50:01.220677 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:50:01.224459 --- ParallelTerminationStrategy: PID 179 died...
22:50:01.225989 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:50:01.229770 --- ParallelTerminationStrategy: PID 180 died...
22:50:01.231301 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:50:01.235105 --- ParallelTerminationStrategy: PID 181 died...
22:50:01.236638 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:50:01.240429 --- ParallelTerminationStrategy: PID 182 died...
22:50:01.241965 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:50:01.245755 --- ParallelTerminationStrategy: PID 183 died...
22:50:01.247285 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:50:01.251065 --- ParallelTerminationStrategy: PID 184 died...
22:50:01.252597 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:50:01.256393 --- ParallelTerminationStrategy: PID 185 died...
22:50:01.257914 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:50:01.261704 --- ParallelTerminationStrategy: PID 186 died...
22:50:01.263235 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:50:01.267010 --- ParallelTerminationStrategy: PID 187 died...
22:50:01.268541 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:50:01.272336 --- ParallelTerminationStrategy: PID 188 died...
22:50:01.273857 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:50:01.277648 --- ParallelTerminationStrategy: PID 189 died...
22:50:01.279174 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:50:01.282967 --- ParallelTerminationStrategy: PID 190 died...
22:50:01.284498 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:50:01.288320 --- ParallelTerminationStrategy: PID 191 died...
22:50:01.289878 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:50:01.293660 --- ParallelTerminationStrategy: PID 192 died...
22:50:01.295186 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:50:01.298972 --- ParallelTerminationStrategy: PID 193 died...
22:50:01.300497 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:50:01.304294 --- ParallelTerminationStrategy: PID 194 died...
22:50:01.305822 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:50:01.309603 --- ParallelTerminationStrategy: PID 195 died...
22:50:01.311123 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:50:01.314897 --- ParallelTerminationStrategy: PID 196 died...
22:50:01.316434 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:50:01.320242 --- ParallelTerminationStrategy: PID 197 died...
22:50:01.321783 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:50:01.325580 --- ParallelTerminationStrategy: PID 198 died...
22:50:01.327107 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:50:01.330904 --- ParallelTerminationStrategy: PID 199 died...
22:50:01.332448 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:50:01.336246 --- ParallelTerminationStrategy: PID 200 died...
22:50:01.337771 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:50:01.341540 --- ParallelTerminationStrategy: PID 201 died...
22:50:01.343062 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:50:01.346851 --- ParallelTerminationStrategy: PID 202 died...
22:50:01.348390 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:50:01.352171 --- ParallelTerminationStrategy: PID 203 died...
22:50:01.353700 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:50:01.357491 --- ParallelTerminationStrategy: PID 204 died...
22:50:01.359025 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:50:01.362822 --- ParallelTerminationStrategy: PID 205 died...
22:50:01.364358 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:50:01.368172 --- ParallelTerminationStrategy: PID 206 died...
22:50:01.369710 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:50:01.373499 --- ParallelTerminationStrategy: PID 207 died...
22:50:01.375023 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:50:01.378808 --- ParallelTerminationStrategy: PID 208 died...
22:50:01.380333 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:50:01.384132 --- ParallelTerminationStrategy: PID 209 died...
22:50:01.385668 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:50:01.389488 --- ParallelTerminationStrategy: PID 210 died...
22:50:01.391015 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:50:01.394799 --- ParallelTerminationStrategy: PID 211 died...
22:50:01.396350 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:50:01.400142 --- ParallelTerminationStrategy: PID 212 died...
22:50:01.401670 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:50:01.405502 --- ParallelTerminationStrategy: PID 213 died...
22:50:01.407026 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:50:01.410824 --- ParallelTerminationStrategy: PID 214 died...
22:50:01.412363 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:50:01.416143 --- ParallelTerminationStrategy: PID 215 died...
22:50:01.417675 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:50:01.421490 --- ParallelTerminationStrategy: PID 216 died...
22:50:01.423016 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:50:01.426800 --- ParallelTerminationStrategy: PID 217 died...
22:50:01.428325 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:50:01.432119 --- ParallelTerminationStrategy: PID 218 died...
22:50:01.433656 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:50:01.437473 --- ParallelTerminationStrategy: PID 219 died...
22:50:01.438993 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:50:01.442798 --- ParallelTerminationStrategy: PID 220 died...
22:50:01.444331 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:50:01.448138 --- ParallelTerminationStrategy: PID 221 died...
22:50:01.449681 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:50:01.453500 --- ParallelTerminationStrategy: PID 222 died...
22:50:01.455024 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:50:01.458799 --- ParallelTerminationStrategy: PID 223 died...
22:50:01.460323 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:50:01.464134 --- ParallelTerminationStrategy: PID 224 died...
22:50:01.465669 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:50:01.469457 --- ParallelTerminationStrategy: PID 225 died...
22:50:01.470983 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:50:01.474798 --- ParallelTerminationStrategy: PID 226 died...
22:50:01.476335 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:50:01.480152 --- ParallelTerminationStrategy: PID 227 died...
22:50:01.481675 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:50:01.485483 --- ParallelTerminationStrategy: PID 228 died...
22:50:01.487009 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:50:01.490830 --- ParallelTerminationStrategy: PID 229 died...
22:50:01.492363 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:50:01.496177 --- ParallelTerminationStrategy: PID 230 died...
22:50:01.497701 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:50:01.501518 --- ParallelTerminationStrategy: PID 231 died...
22:50:01.503052 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:50:01.506919 --- ParallelTerminationStrategy: PID 232 died...
22:50:01.508501 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:50:01.512433 --- ParallelTerminationStrategy: PID 233 died...
22:50:01.514010 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:50:01.517927 --- ParallelTerminationStrategy: PID 234 died...
22:50:01.519501 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:50:04.923648 --- ParallelTerminationStrategy: PID 34 died...
22:50:04.930360 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8299 netreg_mass PASS
---------------------------------------------------------------------
22:50:05.001492 tst trial-8299: Storing JUnit report in /build/trial-8299/run.2026-04-12_22-48-38/trial-8299.xml
--------------------------------------------------------------------------------------------
trial-8299 PASS
--------------------------------------------------------------------------------------------
22:50:05.012412 tst trial-8299: trial-8299: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8299/inst
+ cd trial-8299
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-04-12 22:48:38
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8299-run.tgz run.2026-04-12_22-48-38
+ tar czf /build/trial-8299-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-04-12_22_41_53.tgz osmo-bts-oc2g.build-2026-04-12_00_51_20.tgz osmo-bts-sysmo.build-2026-04-12_00_51_20.tgz osmo-bts.build-2026-04-12_00_51_33.tgz osmo-ggsn.build-2026-04-12_20_42_56.tgz osmo-hlr.build-2026-04-12_16_37_11.tgz osmo-hnbgw.build-2026-04-12_13_31_34.tgz osmo-mgw.build-2026-04-12_08_33_11.tgz osmo-msc.build-2026-04-12_13_35_51.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-04-12_07_35_19.tgz osmo-pcu-sysmo.build-2026-04-12_07_35_16.tgz osmo-pcu.build-2026-04-12_07_35_16.tgz osmo-sgsn.build-2026-04-12_20_48_41.tgz osmo-stp.build-2026-04-12_13_25_50.tgz osmo-trx.build-2026-04-12_14_21_50.tgz osmocom-bb.build-2026-04-12_21_17_26.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