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 7794
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins7183184863555729733.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-8306
+ 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 [ 3/28] RUN groupadd osmo-gsm-tester
#7 CACHED
#8 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#8 CACHED
#9 [ 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
#9 CACHED
#10 [20/28] WORKDIR /TMP
#10 CACHED
#11 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#11 CACHED
#12 [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
#12 CACHED
#13 [ 2/28] RUN useradd -ms /bin/bash jenkins
#13 CACHED
#14 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#14 CACHED
#15 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#15 CACHED
#16 [ 8/28] RUN MKDIR /var/run/sshd
#16 CACHED
#17 [ 9/28] COPY SSH /root/.ssh
#17 CACHED
#18 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#18 CACHED
#19 [23/28] RUN CD osmo-gsm-tester && git fetch && git checkout master && (git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#19 CACHED
#20 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#20 CACHED
#21 [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
#21 CACHED
#22 [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
#22 CACHED
#23 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#23 CACHED
#24 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#24 CACHED
#25 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#25 CACHED
#26 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#26 CACHED
#27 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#27 CACHED
#28 [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
#28 CACHED
#29 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#29 CACHED
#30 [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
#30 CACHED
#31 [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
#31 CACHED
#32 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:ffb42b89473806435f4f90b7150eda7775d5d03a15d5efe10860a49812bbe2ae done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8307 -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-20 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8307
+ mkdir -p trial-8307
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-04-20_13_26_59.tgz osmo-bts-oc2g.build-2026-04-20_00_51_33.tgz osmo-bts-sysmo.build-2026-04-20_00_51_45.tgz osmo-bts.build-2026-04-20_00_51_58.tgz osmo-ggsn.build-2026-04-20_20_42_44.tgz osmo-hlr.build-2026-04-20_16_36_53.tgz osmo-hnbgw.build-2026-04-20_13_30_49.tgz osmo-mgw.build-2026-04-20_08_33_06.tgz osmo-msc.build-2026-04-20_13_34_46.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-04-20_07_35_09.tgz osmo-pcu-sysmo.build-2026-04-20_07_35_05.tgz osmo-pcu.build-2026-04-20_07_35_07.tgz osmo-sgsn.build-2026-04-20_20_48_38.tgz osmo-stp.build-2026-04-20_13_25_23.tgz osmo-trx.build-2026-04-20_14_21_36.tgz osmocom-bb.build-2026-04-20_21_17_18.tgz srslte.build-19.tgz trial-8307
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-04-20_13_26_59.md5 osmo-bts-oc2g.build-2026-04-20_00_51_33.md5 osmo-bts-sysmo.build-2026-04-20_00_51_45.md5 osmo-bts.build-2026-04-20_00_51_58.md5 osmo-ggsn.build-2026-04-20_20_42_44.md5 osmo-hlr.build-2026-04-20_16_36_53.md5 osmo-hnbgw.build-2026-04-20_13_30_49.md5 osmo-mgw.build-2026-04-20_08_33_06.md5 osmo-msc.build-2026-04-20_13_34_46.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-04-20_07_35_09.md5 osmo-pcu-sysmo.build-2026-04-20_07_35_05.md5 osmo-pcu.build-2026-04-20_07_35_07.md5 osmo-sgsn.build-2026-04-20_20_48_38.md5 osmo-stp.build-2026-04-20_13_25_23.md5 osmo-trx.build-2026-04-20_14_21_36.md5 osmocom-bb.build-2026-04-20_21_17_18.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-04-20_13_26_59.md5 osmo-bts-oc2g.build-2026-04-20_00_51_33.md5 osmo-bts-sysmo.build-2026-04-20_00_51_45.md5 osmo-bts.build-2026-04-20_00_51_58.md5 osmo-ggsn.build-2026-04-20_20_42_44.md5 osmo-hlr.build-2026-04-20_16_36_53.md5 osmo-hnbgw.build-2026-04-20_13_30_49.md5 osmo-mgw.build-2026-04-20_08_33_06.md5 osmo-msc.build-2026-04-20_13_34_46.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-04-20_07_35_09.md5 osmo-pcu-sysmo.build-2026-04-20_07_35_05.md5 osmo-pcu.build-2026-04-20_07_35_07.md5 osmo-sgsn.build-2026-04-20_20_48_38.md5 osmo-stp.build-2026-04-20_13_25_23.md5 osmo-trx.build-2026-04-20_14_21_36.md5 osmocom-bb.build-2026-04-20_21_17_18.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-8307 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8307'
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-8307
--------------------------------------------------------------------------------------------
22:48:16.564218 tst trial-8307: Detailed log at /build/trial-8307/run.2026-04-20_22-48-16/log
---------------------------------------------------------------------
trial-8307 netreg_mass
---------------------------------------------------------------------
22:48:16.771045 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.771390 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.772222 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.773332 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.814282 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.815079 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.816209 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:16.878747 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-8307 netreg_mass register_default_mass.py
----------------------------------------------
22:48:16.879500 tst register_default_mass.py:9: Claiming resources for the test
22:48:16.894583 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.895105 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.895556 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.895991 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.896420 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.896871 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.897300 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:16.928441 tst register_default_mass.py: using LAC 2
22:48:16.950694 tst register_default_mass.py: using RAC 2
22:48:16.977745 tst register_default_mass.py: using CellId 2
22:48:17.006926 tst register_default_mass.py: using BVCI 3
22:48:17.020614 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.021285 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.021891 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.022400 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.022912 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.023415 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.023917 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.024515 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.025041 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.025543 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.026037 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.026544 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.027072 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.027590 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.028118 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.028623 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.029120 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.029633 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.030146 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.030676 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.031190 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.031716 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.032235 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.032769 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.033283 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.033796 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.034325 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.034833 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.035346 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.035878 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.036389 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.036894 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.037419 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.037936 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.038450 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.038965 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.039472 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.039984 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.040498 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.041008 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.041512 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.042032 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.042557 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.043062 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.043571 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.044095 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.044603 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.045108 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.045619 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.046132 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.046638 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.047150 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.047662 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.048168 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.048665 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.049177 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.049686 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.050191 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.050714 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.051216 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.051737 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.052253 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.052768 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.053294 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.053803 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.054309 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.054818 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.055342 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.055866 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.056373 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.056882 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.057405 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.057977 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.058479 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.058992 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.059496 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.059995 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.060507 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.061009 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.061519 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.062016 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.062511 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.063004 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.063513 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.064015 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.064511 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.065003 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.065515 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.066016 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.066525 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.067032 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.067534 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.068058 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.068572 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.069077 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.069580 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.070087 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.070593 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.071102 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.071611 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.072111 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.072665 tst register_default_mass.py:21: Launching a simple network
22:48:17.082683 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.201844 run create_hlr_db(pid=19): Launched
22:48:18.216062 run create_hlr_db(pid=19): Terminated: ok {rc=0}
22:48:18.232394 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Launched
22:48:18.247293 run osmo-hlr_127.0.42.2(pid=22): Launched
22:48:18.252859 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.441798 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Launched
22:48:18.456522 run osmo-stp_127.0.42.5(pid=24): Launched
22:48:18.462132 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:18.883615 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Launched
22:48:18.898718 run osmo-msc_127.0.42.6(pid=26): Launched
22:48:21.913240 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.042745 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Launched
22:48:22.057938 run osmo-mgw_127.0.42.3(pid=28): Launched
22:48:22.063774 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.087399 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Launched
22:48:22.102398 run osmo-mgw_127.0.42.4(pid=30): Launched
22:48:22.108115 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.425803 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Launched
22:48:22.441378 run osmo-bsc_127.0.42.7(pid=32): Launched
22:48:28.468342 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.642836 run osmo-bts-virtual(pid=33): Launched
22:48:29.687875 tst register_default_mass.py: using MSISDN 1001
22:48:29.705916 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:29.746098 tst register_default_mass.py: using MSISDN 1002
22:48:29.764118 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:29.795110 tst register_default_mass.py: using MSISDN 1003
22:48:29.810067 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:29.841166 tst register_default_mass.py: using MSISDN 1004
22:48:29.855983 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:29.887352 tst register_default_mass.py: using MSISDN 1005
22:48:29.902188 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:29.932925 tst register_default_mass.py: using MSISDN 1006
22:48:29.947402 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:29.978194 tst register_default_mass.py: using MSISDN 1007
22:48:29.992719 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.024025 tst register_default_mass.py: using MSISDN 1008
22:48:30.038746 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.069905 tst register_default_mass.py: using MSISDN 1009
22:48:30.084389 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.115788 tst register_default_mass.py: using MSISDN 1010
22:48:30.130511 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.161248 tst register_default_mass.py: using MSISDN 1011
22:48:30.175781 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.206675 tst register_default_mass.py: using MSISDN 1012
22:48:30.221367 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.252416 tst register_default_mass.py: using MSISDN 1013
22:48:30.267125 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.297919 tst register_default_mass.py: using MSISDN 1014
22:48:30.312624 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.343840 tst register_default_mass.py: using MSISDN 1015
22:48:30.358754 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.389830 tst register_default_mass.py: using MSISDN 1016
22:48:30.404505 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.435741 tst register_default_mass.py: using MSISDN 1017
22:48:30.450705 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.481758 tst register_default_mass.py: using MSISDN 1018
22:48:30.496518 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.536456 tst register_default_mass.py: using MSISDN 1019
22:48:30.554354 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:30.584798 tst register_default_mass.py: using MSISDN 1020
22:48:30.599449 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:30.630599 tst register_default_mass.py: using MSISDN 1021
22:48:30.645346 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:30.676478 tst register_default_mass.py: using MSISDN 1022
22:48:30.691209 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:30.722480 tst register_default_mass.py: using MSISDN 1023
22:48:30.737413 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:30.768302 tst register_default_mass.py: using MSISDN 1024
22:48:30.782972 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:30.821706 tst register_default_mass.py: using MSISDN 1025
22:48:30.839305 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:30.869034 tst register_default_mass.py: using MSISDN 1026
22:48:30.883419 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:30.913630 tst register_default_mass.py: using MSISDN 1027
22:48:30.927787 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:30.958164 tst register_default_mass.py: using MSISDN 1028
22:48:30.972639 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.003075 tst register_default_mass.py: using MSISDN 1029
22:48:31.017452 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.047963 tst register_default_mass.py: using MSISDN 1030
22:48:31.062529 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.092873 tst register_default_mass.py: using MSISDN 1031
22:48:31.107188 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.137522 tst register_default_mass.py: using MSISDN 1032
22:48:31.151793 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.182176 tst register_default_mass.py: using MSISDN 1033
22:48:31.196576 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.227136 tst register_default_mass.py: using MSISDN 1034
22:48:31.241608 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.272607 tst register_default_mass.py: using MSISDN 1035
22:48:31.285647 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.316401 tst register_default_mass.py: using MSISDN 1036
22:48:31.338712 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.369273 tst register_default_mass.py: using MSISDN 1037
22:48:31.384346 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.415062 tst register_default_mass.py: using MSISDN 1038
22:48:31.429564 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.459980 tst register_default_mass.py: using MSISDN 1039
22:48:31.474434 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.504731 tst register_default_mass.py: using MSISDN 1040
22:48:31.519007 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.549271 tst register_default_mass.py: using MSISDN 1041
22:48:31.563603 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:31.593953 tst register_default_mass.py: using MSISDN 1042
22:48:31.608326 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:31.638218 tst register_default_mass.py: using MSISDN 1043
22:48:31.652318 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:31.689550 tst register_default_mass.py: using MSISDN 1044
22:48:31.706627 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:31.736111 tst register_default_mass.py: using MSISDN 1045
22:48:31.750273 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:31.779813 tst register_default_mass.py: using MSISDN 1046
22:48:31.793703 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:31.823221 tst register_default_mass.py: using MSISDN 1047
22:48:31.837182 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:31.866625 tst register_default_mass.py: using MSISDN 1048
22:48:31.880597 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:31.910089 tst register_default_mass.py: using MSISDN 1049
22:48:31.924023 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:31.953706 tst register_default_mass.py: using MSISDN 1050
22:48:31.967706 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:31.997087 tst register_default_mass.py: using MSISDN 1051
22:48:32.010935 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.040493 tst register_default_mass.py: using MSISDN 1052
22:48:32.054393 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.083915 tst register_default_mass.py: using MSISDN 1053
22:48:32.097915 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.127641 tst register_default_mass.py: using MSISDN 1054
22:48:32.141713 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.171535 tst register_default_mass.py: using MSISDN 1055
22:48:32.185655 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.215203 tst register_default_mass.py: using MSISDN 1056
22:48:32.229237 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.258804 tst register_default_mass.py: using MSISDN 1057
22:48:32.272769 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.302403 tst register_default_mass.py: using MSISDN 1058
22:48:32.316227 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.345942 tst register_default_mass.py: using MSISDN 1059
22:48:32.359895 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:32.389554 tst register_default_mass.py: using MSISDN 1060
22:48:32.403523 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:32.433096 tst register_default_mass.py: using MSISDN 1061
22:48:32.446898 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:32.476243 tst register_default_mass.py: using MSISDN 1062
22:48:32.490099 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:32.519731 tst register_default_mass.py: using MSISDN 1063
22:48:32.533598 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:32.571135 tst register_default_mass.py: using MSISDN 1064
22:48:32.588485 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:32.618007 tst register_default_mass.py: using MSISDN 1065
22:48:32.632171 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:32.661420 tst register_default_mass.py: using MSISDN 1066
22:48:32.675230 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:32.704446 tst register_default_mass.py: using MSISDN 1067
22:48:32.718247 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:32.747599 tst register_default_mass.py: using MSISDN 1068
22:48:32.761331 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:32.790606 tst register_default_mass.py: using MSISDN 1069
22:48:32.804322 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:32.833605 tst register_default_mass.py: using MSISDN 1070
22:48:32.847400 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:32.876820 tst register_default_mass.py: using MSISDN 1071
22:48:32.890530 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:32.919748 tst register_default_mass.py: using MSISDN 1072
22:48:32.933594 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:32.962923 tst register_default_mass.py: using MSISDN 1073
22:48:32.976637 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.005827 tst register_default_mass.py: using MSISDN 1074
22:48:33.019385 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.048535 tst register_default_mass.py: using MSISDN 1075
22:48:33.062262 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.091741 tst register_default_mass.py: using MSISDN 1076
22:48:33.105448 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.134728 tst register_default_mass.py: using MSISDN 1077
22:48:33.148493 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:33.177745 tst register_default_mass.py: using MSISDN 1078
22:48:33.191522 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:33.220837 tst register_default_mass.py: using MSISDN 1079
22:48:33.234750 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.264128 tst register_default_mass.py: using MSISDN 1080
22:48:33.277872 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:33.307057 tst register_default_mass.py: using MSISDN 1081
22:48:33.320821 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:33.350197 tst register_default_mass.py: using MSISDN 1082
22:48:33.364049 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:33.393181 tst register_default_mass.py: using MSISDN 1083
22:48:33.406876 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:33.436238 tst register_default_mass.py: using MSISDN 1084
22:48:33.449974 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:33.478993 tst register_default_mass.py: using MSISDN 1085
22:48:33.492725 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:33.521834 tst register_default_mass.py: using MSISDN 1086
22:48:33.535481 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:33.564703 tst register_default_mass.py: using MSISDN 1087
22:48:33.578246 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:33.607511 tst register_default_mass.py: using MSISDN 1088
22:48:33.621277 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:33.650611 tst register_default_mass.py: using MSISDN 1089
22:48:33.664499 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:33.697721 tst register_default_mass.py: using MSISDN 1090
22:48:33.713247 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:33.742810 tst register_default_mass.py: using MSISDN 1091
22:48:33.756895 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:33.786122 tst register_default_mass.py: using MSISDN 1092
22:48:33.799844 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:33.829142 tst register_default_mass.py: using MSISDN 1093
22:48:33.842982 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:33.872035 tst register_default_mass.py: using MSISDN 1094
22:48:33.885635 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:33.915112 tst register_default_mass.py: using MSISDN 1095
22:48:33.929139 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:33.959190 tst register_default_mass.py: using MSISDN 1096
22:48:33.973251 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.004056 tst register_default_mass.py: using MSISDN 1097
22:48:34.018550 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.049529 tst register_default_mass.py: using MSISDN 1098
22:48:34.064139 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.094368 tst register_default_mass.py: using MSISDN 1099
22:48:34.108699 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:34.138751 tst register_default_mass.py: using MSISDN 1100
22:48:34.152980 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:34.244530 run mass: Starting testcase
22:48:34.250159 run mass: Pre-launching all virtphy's
22:48:34.255835 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:34.269255 run osmo-ms-virt-phy/00000(pid=34): Launched
22:48:34.275494 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:34.288805 run osmo-ms-virt-phy/00001(pid=35): Launched
22:48:34.295001 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:34.308193 run osmo-ms-virt-phy/00002(pid=36): Launched
22:48:34.314309 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:34.327436 run osmo-ms-virt-phy/00003(pid=37): Launched
22:48:34.333517 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:34.346596 run osmo-ms-virt-phy/00004(pid=38): Launched
22:48:34.352753 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:34.365800 run osmo-ms-virt-phy/00005(pid=39): Launched
22:48:34.371987 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:34.385149 run osmo-ms-virt-phy/00006(pid=40): Launched
22:48:34.391340 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:34.404441 run osmo-ms-virt-phy/00007(pid=41): Launched
22:48:34.410460 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:34.423410 run osmo-ms-virt-phy/00008(pid=42): Launched
22:48:34.429462 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:34.442490 run osmo-ms-virt-phy/00009(pid=43): Launched
22:48:34.448542 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:34.461561 run osmo-ms-virt-phy/00010(pid=44): Launched
22:48:34.467617 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:34.480632 run osmo-ms-virt-phy/00011(pid=45): Launched
22:48:34.486652 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:34.499588 run osmo-ms-virt-phy/00012(pid=46): Launched
22:48:34.505668 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:34.518572 run osmo-ms-virt-phy/00013(pid=47): Launched
22:48:34.524658 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:34.537606 run osmo-ms-virt-phy/00014(pid=48): Launched
22:48:34.543620 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:34.556633 run osmo-ms-virt-phy/00015(pid=49): Launched
22:48:34.562634 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:34.575637 run osmo-ms-virt-phy/00016(pid=50): Launched
22:48:34.581692 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:34.594722 run osmo-ms-virt-phy/00017(pid=51): Launched
22:48:34.600779 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:34.613748 run osmo-ms-virt-phy/00018(pid=52): Launched
22:48:34.619794 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:34.632881 run osmo-ms-virt-phy/00019(pid=53): Launched
22:48:34.638939 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:34.651981 run osmo-ms-virt-phy/00020(pid=54): Launched
22:48:34.657997 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:34.670991 run osmo-ms-virt-phy/00021(pid=55): Launched
22:48:34.677021 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:34.689995 run osmo-ms-virt-phy/00022(pid=56): Launched
22:48:34.696227 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:34.709333 run osmo-ms-virt-phy/00023(pid=57): Launched
22:48:34.715417 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:34.728504 run osmo-ms-virt-phy/00024(pid=58): Launched
22:48:34.734707 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:34.748011 run osmo-ms-virt-phy/00025(pid=59): Launched
22:48:34.754135 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:34.767212 run osmo-ms-virt-phy/00026(pid=60): Launched
22:48:34.773364 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:34.786426 run osmo-ms-virt-phy/00027(pid=61): Launched
22:48:34.792789 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:34.806188 run osmo-ms-virt-phy/00028(pid=62): Launched
22:48:34.812325 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:34.825484 run osmo-ms-virt-phy/00029(pid=63): Launched
22:48:34.831727 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:34.845095 run osmo-ms-virt-phy/00030(pid=64): Launched
22:48:34.851159 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:34.864313 run osmo-ms-virt-phy/00031(pid=65): Launched
22:48:34.870357 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:34.883344 run osmo-ms-virt-phy/00032(pid=66): Launched
22:48:34.889414 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:34.902590 run osmo-ms-virt-phy/00033(pid=67): Launched
22:48:34.908640 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:34.921693 run osmo-ms-virt-phy/00034(pid=68): Launched
22:48:34.927739 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:34.940722 run osmo-ms-virt-phy/00035(pid=69): Launched
22:48:34.946786 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:34.959795 run osmo-ms-virt-phy/00036(pid=70): Launched
22:48:34.965782 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:34.978821 run osmo-ms-virt-phy/00037(pid=71): Launched
22:48:34.984896 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:34.997942 run osmo-ms-virt-phy/00038(pid=72): Launched
22:48:35.004036 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.017220 run osmo-ms-virt-phy/00039(pid=73): Launched
22:48:35.023479 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.036572 run osmo-ms-virt-phy/00040(pid=74): Launched
22:48:35.042747 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.055855 run osmo-ms-virt-phy/00041(pid=75): Launched
22:48:35.061943 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.075121 run osmo-ms-virt-phy/00042(pid=76): Launched
22:48:35.081208 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.094435 run osmo-ms-virt-phy/00043(pid=77): Launched
22:48:35.100507 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.113543 run osmo-ms-virt-phy/00044(pid=78): Launched
22:48:35.119584 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.132635 run osmo-ms-virt-phy/00045(pid=79): Launched
22:48:35.138853 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:35.152096 run osmo-ms-virt-phy/00046(pid=80): Launched
22:48:35.158273 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:35.171437 run osmo-ms-virt-phy/00047(pid=81): Launched
22:48:35.177500 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:35.190483 run osmo-ms-virt-phy/00048(pid=82): Launched
22:48:35.196509 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:35.209479 run osmo-ms-virt-phy/00049(pid=83): Launched
22:48:35.215486 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:35.228463 run osmo-ms-virt-phy/00050(pid=84): Launched
22:48:35.234471 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:35.247455 run osmo-ms-virt-phy/00051(pid=85): Launched
22:48:35.253459 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:35.266611 run osmo-ms-virt-phy/00052(pid=86): Launched
22:48:35.272669 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:35.285821 run osmo-ms-virt-phy/00053(pid=87): Launched
22:48:35.291916 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:35.305013 run osmo-ms-virt-phy/00054(pid=88): Launched
22:48:35.311060 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:35.324253 run osmo-ms-virt-phy/00055(pid=89): Launched
22:48:35.330305 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:35.343244 run osmo-ms-virt-phy/00056(pid=90): Launched
22:48:35.349298 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:35.362282 run osmo-ms-virt-phy/00057(pid=91): Launched
22:48:35.368374 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:35.381361 run osmo-ms-virt-phy/00058(pid=92): Launched
22:48:35.387403 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:35.400380 run osmo-ms-virt-phy/00059(pid=93): Launched
22:48:35.406390 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:35.419394 run osmo-ms-virt-phy/00060(pid=94): Launched
22:48:35.425438 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:35.438397 run osmo-ms-virt-phy/00061(pid=95): Launched
22:48:35.444485 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:35.457434 run osmo-ms-virt-phy/00062(pid=96): Launched
22:48:35.463428 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:35.476415 run osmo-ms-virt-phy/00063(pid=97): Launched
22:48:35.482400 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:35.495600 run osmo-ms-virt-phy/00064(pid=98): Launched
22:48:35.501623 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:35.514747 run osmo-ms-virt-phy/00065(pid=99): Launched
22:48:35.520792 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:35.533854 run osmo-ms-virt-phy/00066(pid=100): Launched
22:48:35.539964 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:35.553049 run osmo-ms-virt-phy/00067(pid=101): Launched
22:48:35.559276 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:35.572655 run osmo-ms-virt-phy/00068(pid=102): Launched
22:48:35.578777 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:35.591854 run osmo-ms-virt-phy/00069(pid=103): Launched
22:48:35.597974 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:35.611056 run osmo-ms-virt-phy/00070(pid=104): Launched
22:48:35.617077 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:35.630066 run osmo-ms-virt-phy/00071(pid=105): Launched
22:48:35.636134 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:35.649128 run osmo-ms-virt-phy/00072(pid=106): Launched
22:48:35.655159 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:35.668222 run osmo-ms-virt-phy/00073(pid=107): Launched
22:48:35.674243 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:35.687393 run osmo-ms-virt-phy/00074(pid=108): Launched
22:48:35.693511 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:35.706552 run osmo-ms-virt-phy/00075(pid=109): Launched
22:48:35.712692 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:35.725782 run osmo-ms-virt-phy/00076(pid=110): Launched
22:48:35.732046 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:35.745106 run osmo-ms-virt-phy/00077(pid=111): Launched
22:48:35.751284 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:35.764295 run osmo-ms-virt-phy/00078(pid=112): Launched
22:48:35.770347 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:35.783476 run osmo-ms-virt-phy/00079(pid=113): Launched
22:48:35.789551 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:35.802899 run osmo-ms-virt-phy/00080(pid=114): Launched
22:48:35.809096 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:35.822174 run osmo-ms-virt-phy/00081(pid=115): Launched
22:48:35.828380 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:35.841592 run osmo-ms-virt-phy/00082(pid=116): Launched
22:48:35.847691 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:35.860669 run osmo-ms-virt-phy/00083(pid=117): Launched
22:48:35.866763 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:35.879826 run osmo-ms-virt-phy/00084(pid=118): Launched
22:48:35.885795 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:35.898809 run osmo-ms-virt-phy/00085(pid=119): Launched
22:48:35.904877 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:35.917864 run osmo-ms-virt-phy/00086(pid=120): Launched
22:48:35.923952 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:35.936990 run osmo-ms-virt-phy/00087(pid=121): Launched
22:48:35.943056 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:35.956062 run osmo-ms-virt-phy/00088(pid=122): Launched
22:48:35.962077 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:35.975346 run osmo-ms-virt-phy/00089(pid=123): Launched
22:48:35.981407 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:35.994537 run osmo-ms-virt-phy/00090(pid=124): Launched
22:48:36.000566 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.013684 run osmo-ms-virt-phy/00091(pid=125): Launched
22:48:36.019726 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.032913 run osmo-ms-virt-phy/00092(pid=126): Launched
22:48:36.038970 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.051965 run osmo-ms-virt-phy/00093(pid=127): Launched
22:48:36.057945 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.070963 run osmo-ms-virt-phy/00094(pid=128): Launched
22:48:36.076994 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.089997 run osmo-ms-virt-phy/00095(pid=129): Launched
22:48:36.096045 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.109046 run osmo-ms-virt-phy/00096(pid=130): Launched
22:48:36.115089 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.128158 run osmo-ms-virt-phy/00097(pid=131): Launched
22:48:36.134212 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.147243 run osmo-ms-virt-phy/00098(pid=132): Launched
22:48:36.153275 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:36.166300 run osmo-ms-virt-phy/00099(pid=133): Launched
22:48:36.172333 run mass: Checking if sockets are in the filesystem
22:48:36.204781 run osmo-ms-mob/00000: Starting mobile
22:48:36.218006 run osmo-ms-mob/00000(pid=134): Launched
22:48:36.229671 run mass: MS start registered {at=7275942.437986852, delay=0.005435982719063759, ms=00000}
22:48:40.420769 run osmo-ms-mob/00001: Starting mobile
22:48:40.437828 run osmo-ms-mob/00001(pid=135): Launched
22:48:40.448688 run mass: MS start registered {at=7275946.657003363, delay=0.004502291791141033, ms=00001}
22:48:41.470871 run mass: MS performed LU {at=7275947.67907215, lu_delay=5.241085298359394, ms=00000}
22:48:42.210206 run osmo-ms-mob/00002: Starting mobile
22:48:42.226342 run osmo-ms-mob/00002(pid=136): Launched
22:48:42.236893 run mass: MS start registered {at=7275948.445208099, delay=0.00436120480298996, ms=00002}
22:48:43.519779 run osmo-ms-mob/00003: Starting mobile
22:48:43.536357 run osmo-ms-mob/00003(pid=137): Launched
22:48:43.547268 run mass: MS start registered {at=7275949.755585201, delay=0.004496932961046696, ms=00003}
22:48:44.610887 run osmo-ms-mob/00004: Starting mobile
22:48:44.627128 run osmo-ms-mob/00004(pid=138): Launched
22:48:44.637654 run mass: MS start registered {at=7275950.84596753, delay=0.004443982616066933, ms=00004}
22:48:45.237715 run mass: MS performed LU {at=7275951.445923072, lu_delay=4.78891970962286, ms=00001}
22:48:45.588307 run osmo-ms-mob/00005: Starting mobile
22:48:45.601303 run osmo-ms-mob/00005(pid=139): Launched
22:48:45.611980 run mass: MS start registered {at=7275951.820295856, delay=0.004611872136592865, ms=00005}
22:48:46.488142 run osmo-ms-mob/00006: Starting mobile
22:48:46.501581 run osmo-ms-mob/00006(pid=140): Launched
22:48:46.512106 run mass: MS start registered {at=7275952.720426385, delay=0.004497232846915722, ms=00006}
22:48:47.138430 run mass: MS performed LU {at=7275953.346635042, lu_delay=4.9014269430190325, ms=00002}
22:48:47.409801 run osmo-ms-mob/00007: Starting mobile
22:48:47.425955 run osmo-ms-mob/00007(pid=141): Launched
22:48:47.436646 run mass: MS start registered {at=7275953.644967938, delay=0.0045302147045731544, ms=00007}
22:48:48.188076 run osmo-ms-mob/00008: Starting mobile
22:48:48.201090 run osmo-ms-mob/00008(pid=142): Launched
22:48:48.212017 run mass: MS start registered {at=7275954.420336989, delay=0.004616354592144489, ms=00008}
22:48:48.920674 run osmo-ms-mob/00009: Starting mobile
22:48:48.937958 run osmo-ms-mob/00009(pid=143): Launched
22:48:48.948568 run mass: MS start registered {at=7275955.156890086, delay=0.004404885694384575, ms=00009}
22:48:49.003270 run mass: MS performed LU {at=7275955.211483657, lu_delay=5.455898456275463, ms=00003}
22:48:49.620246 run osmo-ms-mob/00010: Starting mobile
22:48:49.637304 run osmo-ms-mob/00010(pid=144): Launched
22:48:49.648161 run mass: MS start registered {at=7275955.856481765, delay=0.004724122583866119, ms=00010}
22:48:50.189123 run osmo-ms-mob/00011: Starting mobile
22:48:50.202546 run osmo-ms-mob/00011(pid=145): Launched
22:48:50.213373 run mass: MS start registered {at=7275956.42169414, delay=0.004609365016222, ms=00011}
22:48:50.820004 run osmo-ms-mob/00012: Starting mobile
22:48:50.836681 run osmo-ms-mob/00012(pid=146): Launched
22:48:50.847504 run mass: MS start registered {at=7275957.055821949, delay=0.0045031774789094925, ms=00012}
22:48:50.904877 run mass: MS performed LU {at=7275957.113089353, lu_delay=5.292793496511877, ms=00005}
22:48:50.931530 run mass: MS performed LU {at=7275957.139766506, lu_delay=6.293798975646496, ms=00004}
22:48:51.418749 run osmo-ms-mob/00013: Starting mobile
22:48:51.436230 run osmo-ms-mob/00013(pid=147): Launched
22:48:51.446959 run mass: MS start registered {at=7275957.655280041, delay=0.004601107910275459, ms=00013}
22:48:51.988995 run osmo-ms-mob/00014: Starting mobile
22:48:52.002056 run osmo-ms-mob/00014(pid=148): Launched
22:48:52.012627 run mass: MS start registered {at=7275958.220946621, delay=0.004535624757409096, ms=00014}
22:48:52.589035 run osmo-ms-mob/00015: Starting mobile
22:48:52.602416 run osmo-ms-mob/00015(pid=149): Launched
22:48:52.613103 run mass: MS start registered {at=7275958.821422758, delay=0.004543098621070385, ms=00015}
22:48:52.769139 run mass: MS performed LU {at=7275958.977351413, lu_delay=5.332383475266397, ms=00007}
22:48:52.833646 run mass: MS performed LU {at=7275959.041852506, lu_delay=6.321426120586693, ms=00006}
22:48:53.119953 run osmo-ms-mob/00016: Starting mobile
22:48:53.136925 run osmo-ms-mob/00016(pid=150): Launched
22:48:53.143026 run mass: MS performed LU {at=7275959.351355204, lu_delay=4.9310182156041265, ms=00008}
22:48:53.149141 run mass: MS start registered {at=7275959.357475795, delay=0.0061378199607133865, ms=00016}
22:48:53.588363 run osmo-ms-mob/00017: Starting mobile
22:48:53.601708 run osmo-ms-mob/00017(pid=151): Launched
22:48:53.613025 run mass: MS start registered {at=7275959.821346324, delay=0.004934760741889477, ms=00017}
22:48:54.220600 run osmo-ms-mob/00018: Starting mobile
22:48:54.237553 run osmo-ms-mob/00018(pid=152): Launched
22:48:54.248284 run mass: MS start registered {at=7275960.456606186, delay=0.004655648022890091, ms=00018}
22:48:54.568353 run mass: MS performed LU {at=7275960.776572596, lu_delay=5.619682510383427, ms=00009}
22:48:54.600271 run osmo-ms-mob/00019: Starting mobile
22:48:54.615330 run osmo-ms-mob/00019(pid=153): Launched
22:48:54.626166 run mass: MS start registered {at=7275960.834483702, delay=0.004685346037149429, ms=00019}
22:48:54.669681 run mass: MS performed LU {at=7275960.87789971, lu_delay=4.456205570138991, ms=00011}
22:48:54.697651 run mass: MS performed LU {at=7275960.905902462, lu_delay=5.049420696683228, ms=00010}
22:48:55.122122 run osmo-ms-mob/00020: Starting mobile
22:48:55.135330 run osmo-ms-mob/00020(pid=154): Launched
22:48:55.146494 run mass: MS start registered {at=7275961.354813958, delay=0.004842906259000301, ms=00020}
22:48:55.601500 run osmo-ms-mob/00021: Starting mobile
22:48:55.615331 run osmo-ms-mob/00021(pid=155): Launched
22:48:55.626187 run mass: MS start registered {at=7275961.834505841, delay=0.004819544032216072, ms=00021}
22:48:55.999269 run osmo-ms-mob/00022: Starting mobile
22:48:56.012716 run osmo-ms-mob/00022(pid=156): Launched
22:48:56.023590 run mass: MS start registered {at=7275962.231912728, delay=0.0045835962519049644, ms=00022}
22:48:56.512787 run osmo-ms-mob/00023: Starting mobile
22:48:56.525860 run osmo-ms-mob/00023(pid=157): Launched
22:48:56.533176 run mass: MS performed LU {at=7275962.741496794, lu_delay=5.68567484524101, ms=00012}
22:48:56.539154 run mass: MS start registered {at=7275962.747489607, delay=0.0071654655039310455, ms=00023}
22:48:56.600636 run mass: MS performed LU {at=7275962.808856243, lu_delay=5.153576202690601, ms=00013}
22:48:56.888901 run osmo-ms-mob/00024: Starting mobile
22:48:56.902027 run osmo-ms-mob/00024(pid=158): Launched
22:48:56.908511 run mass: MS performed LU {at=7275963.116838222, lu_delay=4.895891601219773, ms=00014}
22:48:56.914780 run mass: MS start registered {at=7275963.123114685, delay=0.006293599493801594, ms=00024}
22:48:57.388582 run osmo-ms-mob/00025: Starting mobile
22:48:57.402322 run osmo-ms-mob/00025(pid=159): Launched
22:48:57.413072 run mass: MS start registered {at=7275963.621394326, delay=0.004454072564840317, ms=00025}
22:48:57.788372 run osmo-ms-mob/00026: Starting mobile
22:48:57.801432 run osmo-ms-mob/00026(pid=160): Launched
22:48:57.812262 run mass: MS start registered {at=7275964.020582993, delay=0.004387576133012772, ms=00026}
22:48:58.217535 run osmo-ms-mob/00027: Starting mobile
22:48:58.232708 run osmo-ms-mob/00027(pid=161): Launched
22:48:58.243376 run mass: MS start registered {at=7275964.45169844, delay=0.004620274528861046, ms=00027}
22:48:58.435501 run mass: MS performed LU {at=7275964.643726721, lu_delay=5.286250926554203, ms=00016}
22:48:58.463948 run mass: MS performed LU {at=7275964.672192734, lu_delay=4.8508464097976685, ms=00017}
22:48:58.485723 run osmo-ms-mob/00028: Starting mobile
22:48:58.498815 run osmo-ms-mob/00028(pid=162): Launched
22:48:58.509547 run mass: MS start registered {at=7275964.717871219, delay=0.004674185067415237, ms=00028}
22:48:59.019736 run osmo-ms-mob/00029: Starting mobile
22:48:59.037384 run osmo-ms-mob/00029(pid=163): Launched
22:48:59.048203 run mass: MS start registered {at=7275965.256519032, delay=0.004552093334496021, ms=00029}
22:48:59.401153 run osmo-ms-mob/00030: Starting mobile
22:48:59.415284 run osmo-ms-mob/00030(pid=164): Launched
22:48:59.426499 run mass: MS start registered {at=7275965.634818234, delay=0.0051657455042004585, ms=00030}
22:48:59.804417 run osmo-ms-mob/00031: Starting mobile
22:48:59.818514 run osmo-ms-mob/00031(pid=165): Launched
22:48:59.829709 run mass: MS start registered {at=7275966.038025814, delay=0.005030544474720955, ms=00031}
22:49:00.119650 run osmo-ms-mob/00032: Starting mobile
22:49:00.136776 run osmo-ms-mob/00032(pid=166): Launched
22:49:00.147468 run mass: MS start registered {at=7275966.355791305, delay=0.004680574871599674, ms=00032}
22:49:00.300346 run mass: MS performed LU {at=7275966.508567488, lu_delay=4.674061646685004, ms=00021}
22:49:00.365099 run mass: MS performed LU {at=7275966.573317388, lu_delay=5.738833686336875, ms=00019}
22:49:00.391988 run osmo-ms-mob/00033: Starting mobile
22:49:00.405217 run osmo-ms-mob/00033(pid=167): Launched
22:49:00.415957 run mass: MS start registered {at=7275966.62428087, delay=0.004556827247142792, ms=00033}
22:49:00.433310 run mass: MS performed LU {at=7275966.641633335, lu_delay=5.2868193769827485, ms=00020}
22:49:00.471175 run mass: MS performed LU {at=7275966.679415873, lu_delay=6.222809687256813, ms=00018}
22:49:00.920829 run osmo-ms-mob/00034: Starting mobile
22:49:00.937548 run osmo-ms-mob/00034(pid=168): Launched
22:49:00.948334 run mass: MS start registered {at=7275967.156654913, delay=0.004485194571316242, ms=00034}
22:49:01.208016 run osmo-ms-mob/00035: Starting mobile
22:49:01.227692 run osmo-ms-mob/00035(pid=169): Launched
22:49:01.238556 run mass: MS start registered {at=7275967.446877073, delay=0.00484173558652401, ms=00035}
22:49:01.588123 run osmo-ms-mob/00036: Starting mobile
22:49:01.601233 run osmo-ms-mob/00036(pid=170): Launched
22:49:01.612495 run mass: MS start registered {at=7275967.82081307, delay=0.005153548903763294, ms=00036}
22:49:02.019225 run osmo-ms-mob/00037: Starting mobile
22:49:02.035956 run osmo-ms-mob/00037(pid=171): Launched
22:49:02.046592 run mass: MS start registered {at=7275968.254912371, delay=0.0046026138588786125, ms=00037}
22:49:02.137711 run mass: MS performed LU {at=7275968.345931389, lu_delay=5.598441782407463, ms=00023}
22:49:02.202478 run mass: MS performed LU {at=7275968.410702497, lu_delay=6.178789768368006, ms=00022}
22:49:02.229943 run osmo-ms-mob/00038: Starting mobile
22:49:02.243278 run osmo-ms-mob/00038(pid=172): Launched
22:49:02.249558 run mass: MS performed LU {at=7275968.457886418, lu_delay=5.334771733731031, ms=00024}
22:49:02.255481 run mass: MS start registered {at=7275968.463816628, delay=0.005948228761553764, ms=00038}
22:49:02.391928 run mass: MS performed LU {at=7275968.600148531, lu_delay=4.978754204697907, ms=00025}
22:49:02.447316 run osmo-ms-mob/00039: Starting mobile
22:49:02.462381 run osmo-ms-mob/00039(pid=173): Launched
22:49:02.473229 run mass: MS start registered {at=7275968.681551578, delay=0.004565861076116562, ms=00039}
22:49:02.988605 run osmo-ms-mob/00040: Starting mobile
22:49:03.001992 run osmo-ms-mob/00040(pid=174): Launched
22:49:03.012946 run mass: MS start registered {at=7275969.221268178, delay=0.004812791012227535, ms=00040}
22:49:03.301681 run osmo-ms-mob/00041: Starting mobile
22:49:03.315663 run osmo-ms-mob/00041(pid=175): Launched
22:49:03.326339 run mass: MS start registered {at=7275969.534657455, delay=0.004656190983951092, ms=00041}
22:49:03.601970 run osmo-ms-mob/00042: Starting mobile
22:49:03.615823 run osmo-ms-mob/00042(pid=176): Launched
22:49:03.626621 run mass: MS start registered {at=7275969.83494285, delay=0.0046143438667058945, ms=00042}
22:49:04.018359 run osmo-ms-mob/00043: Starting mobile
22:49:04.034618 run osmo-ms-mob/00043(pid=177): Launched
22:49:04.046749 run mass: MS start registered {at=7275970.255065566, delay=0.005643131211400032, ms=00043}
22:49:04.065681 run mass: MS performed LU {at=7275970.273996471, lu_delay=4.639178237877786, ms=00030}
22:49:04.131585 run mass: MS performed LU {at=7275970.339806731, lu_delay=5.083287699148059, ms=00029}
22:49:04.146035 run osmo-ms-mob/00044: Starting mobile
22:49:04.159076 run osmo-ms-mob/00044(pid=178): Launched
22:49:04.169877 run mass: MS start registered {at=7275970.37819856, delay=0.0047723352909088135, ms=00044}
22:49:04.200006 run mass: MS performed LU {at=7275970.408227074, lu_delay=5.690355855040252, ms=00028}
22:49:04.236854 run mass: MS performed LU {at=7275970.445094596, lu_delay=6.424511603079736, ms=00026}
22:49:04.258862 run osmo-ms-mob/00045: Starting mobile
22:49:04.272433 run osmo-ms-mob/00045(pid=179): Launched
22:49:04.283180 run mass: MS start registered {at=7275970.491502448, delay=0.004661876708269119, ms=00045}
22:49:04.291786 run mass: MS performed LU {at=7275970.500098528, lu_delay=6.048400088213384, ms=00027}
22:49:04.902080 run osmo-ms-mob/00046: Starting mobile
22:49:04.916937 run osmo-ms-mob/00046(pid=180): Launched
22:49:04.927948 run mass: MS start registered {at=7275971.136269577, delay=0.00447104312479496, ms=00046}
22:49:05.202262 run osmo-ms-mob/00047: Starting mobile
22:49:05.216510 run osmo-ms-mob/00047(pid=181): Launched
22:49:05.227263 run mass: MS start registered {at=7275971.43558648, delay=0.004527612589299679, ms=00047}
22:49:05.502191 run osmo-ms-mob/00048: Starting mobile
22:49:05.516179 run osmo-ms-mob/00048(pid=182): Launched
22:49:05.527689 run mass: MS start registered {at=7275971.735994199, delay=0.005260777659714222, ms=00048}
22:49:05.787893 run osmo-ms-mob/00049: Starting mobile
22:49:05.801222 run osmo-ms-mob/00049(pid=183): Launched
22:49:05.811909 run mass: MS start registered {at=7275972.020231509, delay=0.004608159884810448, ms=00049}
22:49:05.865077 run mass: MS performed LU {at=7275972.073308772, lu_delay=5.449027902446687, ms=00033}
22:49:05.904363 run mass: MS performed LU {at=7275972.112604722, lu_delay=4.955949809402227, ms=00034}
22:49:05.924986 run osmo-ms-mob/00050: Starting mobile
22:49:05.938278 run osmo-ms-mob/00050(pid=184): Launched
22:49:05.950412 run mass: MS start registered {at=7275972.158730486, delay=0.005960659123957157, ms=00050}
22:49:05.995398 run mass: MS performed LU {at=7275972.203640376, lu_delay=6.165614562109113, ms=00031}
22:49:06.158038 run mass: MS performed LU {at=7275972.366260275, lu_delay=6.010468970052898, ms=00032}
22:49:06.501235 run osmo-ms-mob/00051: Starting mobile
22:49:06.515132 run osmo-ms-mob/00051(pid=185): Launched
22:49:06.525970 run mass: MS start registered {at=7275972.734292918, delay=0.004744028672575951, ms=00051}
22:49:06.788954 run osmo-ms-mob/00052: Starting mobile
22:49:06.802912 run osmo-ms-mob/00052(pid=186): Launched
22:49:06.813867 run mass: MS start registered {at=7275973.02218963, delay=0.00449720025062561, ms=00052}
22:49:06.890706 run mass: MS performed LU {at=7275973.098927922, lu_delay=5.652050849050283, ms=00035}
22:49:07.089066 run osmo-ms-mob/00053: Starting mobile
22:49:07.102723 run osmo-ms-mob/00053(pid=187): Launched
22:49:07.113523 run mass: MS start registered {at=7275973.321845806, delay=0.0047498177736997604, ms=00053}
22:49:07.401644 run osmo-ms-mob/00054: Starting mobile
22:49:07.415319 run osmo-ms-mob/00054(pid=188): Launched
22:49:07.426353 run mass: MS start registered {at=7275973.634669428, delay=0.004993737675249577, ms=00054}
22:49:07.689045 run osmo-ms-mob/00055: Starting mobile
22:49:07.702328 run osmo-ms-mob/00055(pid=189): Launched
22:49:07.713023 run mass: MS start registered {at=7275973.921343959, delay=0.004522914998233318, ms=00055}
22:49:07.729580 run mass: MS performed LU {at=7275973.93787303, lu_delay=4.716604852117598, ms=00040}
22:49:07.767135 run mass: MS performed LU {at=7275973.975369135, lu_delay=5.720456764101982, ms=00037}
22:49:07.788266 run osmo-ms-mob/00056: Starting mobile
22:49:07.801660 run osmo-ms-mob/00056(pid=190): Launched
22:49:07.812450 run mass: MS start registered {at=7275974.02077055, delay=0.0043667154386639595, ms=00056}
22:49:07.896241 run mass: MS performed LU {at=7275974.104473908, lu_delay=6.283660838380456, ms=00036}
22:49:08.057950 run mass: MS performed LU {at=7275974.266170928, lu_delay=5.802354300394654, ms=00038}
22:49:08.072701 run osmo-ms-mob/00057: Starting mobile
22:49:08.086103 run osmo-ms-mob/00057(pid=191): Launched
22:49:08.092270 run mass: MS performed LU {at=7275974.300599475, lu_delay=5.619047896936536, ms=00039}
22:49:08.098374 run mass: MS start registered {at=7275974.306708961, delay=0.006126122549176216, ms=00057}
22:49:08.331000 run mass: MS performed LU {at=7275974.539197691, lu_delay=5.004540235735476, ms=00041}
22:49:08.706354 run osmo-ms-mob/00058: Starting mobile
22:49:08.720531 run osmo-ms-mob/00058(pid=192): Launched
22:49:08.731938 run mass: MS start registered {at=7275974.940257951, delay=0.005073613487184048, ms=00058}
22:49:09.002835 run osmo-ms-mob/00059: Starting mobile
22:49:09.017223 run osmo-ms-mob/00059(pid=193): Launched
22:49:09.027943 run mass: MS start registered {at=7275975.236247891, delay=0.004615697078406811, ms=00059}
22:49:09.308710 run osmo-ms-mob/00060: Starting mobile
22:49:09.325127 run osmo-ms-mob/00060(pid=194): Launched
22:49:09.336105 run mass: MS start registered {at=7275975.544425726, delay=0.004947570152580738, ms=00060}
22:49:09.632306 run mass: MS performed LU {at=7275975.840489318, lu_delay=5.4622907573357224, ms=00044}
22:49:09.681462 run osmo-ms-mob/00061: Starting mobile
22:49:09.703250 run osmo-ms-mob/00061(pid=195): Launched
22:49:09.709301 run mass: MS performed LU {at=7275975.917628646, lu_delay=4.781359069049358, ms=00046}
22:49:09.715544 run mass: MS start registered {at=7275975.923877834, delay=0.006268070079386234, ms=00061}
22:49:09.760833 run mass: MS performed LU {at=7275975.969071553, lu_delay=6.134128702804446, ms=00042}
22:49:09.782488 run osmo-ms-mob/00062: Starting mobile
22:49:09.796422 run osmo-ms-mob/00062(pid=196): Launched
22:49:09.807254 run mass: MS start registered {at=7275976.015575443, delay=0.004755632020533085, ms=00062}
22:49:09.924008 run mass: MS performed LU {at=7275976.132226222, lu_delay=5.640723774209619, ms=00045}
22:49:09.956953 run mass: MS performed LU {at=7275976.165273426, lu_delay=4.729686945676804, ms=00047}
22:49:09.969089 run osmo-ms-mob/00063: Starting mobile
22:49:09.982543 run osmo-ms-mob/00063(pid=197): Launched
22:49:09.993327 run mass: MS start registered {at=7275976.201650223, delay=0.004727085120975971, ms=00063}
22:49:10.702111 run osmo-ms-mob/00064: Starting mobile
22:49:10.716023 run osmo-ms-mob/00064(pid=198): Launched
22:49:10.726948 run mass: MS start registered {at=7275976.935269747, delay=0.0047195106744766235, ms=00064}
22:49:11.119832 run osmo-ms-mob/00065: Starting mobile
22:49:11.135161 run osmo-ms-mob/00065(pid=199): Launched
22:49:11.146071 run mass: MS start registered {at=7275977.354391968, delay=0.004873618483543396, ms=00065}
22:49:11.401583 run osmo-ms-mob/00066: Starting mobile
22:49:11.415510 run osmo-ms-mob/00066(pid=200): Launched
22:49:11.426857 run mass: MS start registered {at=7275977.635175449, delay=0.005290888249874115, ms=00066}
22:49:11.496875 run mass: MS performed LU {at=7275977.705094807, lu_delay=5.969100607559085, ms=00048}
22:49:11.533077 run mass: MS performed LU {at=7275977.741322461, lu_delay=5.721090951934457, ms=00049}
22:49:11.662300 run mass: MS performed LU {at=7275977.870523852, lu_delay=5.711793365888298, ms=00050}
22:49:11.676838 run osmo-ms-mob/00067: Starting mobile
22:49:11.689999 run osmo-ms-mob/00067(pid=201): Launched
22:49:11.700745 run mass: MS start registered {at=7275977.909068593, delay=0.004619212821125984, ms=00067}
22:49:11.824149 run mass: MS performed LU {at=7275978.032368008, lu_delay=5.298075090162456, ms=00051}
22:49:11.848001 run mass: MS performed LU {at=7275978.056332819, lu_delay=5.034143188968301, ms=00052}
22:49:11.859207 run osmo-ms-mob/00068: Starting mobile
22:49:11.872403 run osmo-ms-mob/00068(pid=202): Launched
22:49:11.878536 run mass: MS performed LU {at=7275978.086866773, lu_delay=4.765020966529846, ms=00053}
22:49:11.884471 run mass: MS start registered {at=7275978.092805772, delay=0.005954708904027939, ms=00068}
22:49:12.500480 run osmo-ms-mob/00069: Starting mobile
22:49:12.514341 run osmo-ms-mob/00069(pid=203): Launched
22:49:12.525191 run mass: MS start registered {at=7275978.733511118, delay=0.004593305289745331, ms=00069}
22:49:12.910999 run osmo-ms-mob/00070: Starting mobile
22:49:12.928301 run osmo-ms-mob/00070(pid=204): Launched
22:49:12.939169 run mass: MS start registered {at=7275979.147486154, delay=0.0048153577372431755, ms=00070}
22:49:13.289196 run osmo-ms-mob/00071: Starting mobile
22:49:13.302560 run osmo-ms-mob/00071(pid=205): Launched
22:49:13.313406 run mass: MS start registered {at=7275979.521726986, delay=0.00468892976641655, ms=00071}
22:49:13.480939 run mass: MS performed LU {at=7275979.6891405, lu_delay=5.382431538775563, ms=00057}
22:49:13.507512 run mass: MS performed LU {at=7275979.715842128, lu_delay=4.7755841771140695, ms=00058}
22:49:13.518826 run osmo-ms-mob/00072: Starting mobile
22:49:13.532528 run osmo-ms-mob/00072(pid=206): Launched
22:49:13.538757 run mass: MS performed LU {at=7275979.747088025, lu_delay=5.726317475549877, ms=00056}
22:49:13.544729 run mass: MS start registered {at=7275979.753064278, delay=0.005991837941110134, ms=00072}
22:49:13.633046 run mass: MS performed LU {at=7275979.841264578, lu_delay=5.919920618645847, ms=00055}
22:49:13.671099 run mass: MS performed LU {at=7275979.879355918, lu_delay=6.2446864899247885, ms=00054}
22:49:13.686747 run osmo-ms-mob/00073: Starting mobile
22:49:13.700442 run osmo-ms-mob/00073(pid=207): Launched
22:49:13.706552 run mass: MS performed LU {at=7275979.914880533, lu_delay=4.678632642142475, ms=00059}
22:49:13.712530 run mass: MS start registered {at=7275979.920864726, delay=0.006001644767820835, ms=00073}
22:49:14.488217 run osmo-ms-mob/00074: Starting mobile
22:49:14.501626 run osmo-ms-mob/00074(pid=208): Launched
22:49:14.512927 run mass: MS start registered {at=7275980.721247465, delay=0.0048704249784350395, ms=00074}
22:49:14.901690 run osmo-ms-mob/00075: Starting mobile
22:49:14.915478 run osmo-ms-mob/00075(pid=209): Launched
22:49:14.926740 run mass: MS start registered {at=7275981.135057988, delay=0.005060524679720402, ms=00075}
22:49:15.262393 run mass: MS performed LU {at=7275981.47061276, lu_delay=5.4550373163074255, ms=00062}
22:49:15.299125 run mass: MS performed LU {at=7275981.507342102, lu_delay=4.572072355076671, ms=00064}
22:49:15.327575 run osmo-ms-mob/00076: Starting mobile
22:49:15.341177 run osmo-ms-mob/00076(pid=210): Launched
22:49:15.352016 run mass: MS start registered {at=7275981.560319536, delay=0.004693880677223206, ms=00076}
22:49:15.358409 run mass: MS performed LU {at=7275981.566738308, lu_delay=5.642860474064946, ms=00061}
22:49:15.608304 run mass: MS performed LU {at=7275981.816523734, lu_delay=6.27209800761193, ms=00060}
22:49:15.632231 run mass: MS performed LU {at=7275981.840560867, lu_delay=23.019138109870255, ms=00015}
22:49:15.643276 run osmo-ms-mob/00077: Starting mobile
22:49:15.656293 run osmo-ms-mob/00077(pid=211): Launched
22:49:15.667105 run mass: MS start registered {at=7275981.875426197, delay=0.004800747148692608, ms=00077}
22:49:16.300005 run osmo-ms-mob/00078: Starting mobile
22:49:16.314355 run osmo-ms-mob/00078(pid=212): Launched
22:49:16.320536 run mass: MS performed LU {at=7275982.528862484, lu_delay=6.327212261036038, ms=00063}
22:49:16.326548 run mass: MS start registered {at=7275982.534882607, delay=0.006038093939423561, ms=00078}
22:49:16.688992 run osmo-ms-mob/00079: Starting mobile
22:49:16.702500 run osmo-ms-mob/00079(pid=213): Launched
22:49:16.713188 run mass: MS start registered {at=7275982.921507651, delay=0.004484442062675953, ms=00079}
22:49:17.163139 run mass: MS performed LU {at=7275983.371355614, lu_delay=5.462287020869553, ms=00067}
22:49:17.192834 run osmo-ms-mob/00080: Starting mobile
22:49:17.206132 run osmo-ms-mob/00080(pid=214): Launched
22:49:17.216936 run mass: MS start registered {at=7275983.4252261, delay=0.004751387983560562, ms=00080}
22:49:17.265385 run mass: MS performed LU {at=7275983.473616005, lu_delay=4.740104886703193, ms=00069}
22:49:17.292430 run mass: MS performed LU {at=7275983.500681984, lu_delay=5.4078762121498585, ms=00068}
22:49:17.436584 run mass: MS performed LU {at=7275983.644785675, lu_delay=6.009610226377845, ms=00066}
22:49:17.454611 run mass: MS performed LU {at=7275983.662852274, lu_delay=6.308460306376219, ms=00065}
22:49:17.470950 run osmo-ms-mob/00081: Starting mobile
22:49:17.484300 run osmo-ms-mob/00081(pid=215): Launched
22:49:17.495054 run mass: MS start registered {at=7275983.703377307, delay=0.004752553068101406, ms=00081}
22:49:18.089408 run osmo-ms-mob/00082: Starting mobile
22:49:18.102942 run osmo-ms-mob/00082(pid=216): Launched
22:49:18.113986 run mass: MS start registered {at=7275984.32229788, delay=0.004727899096906185, ms=00082}
22:49:18.727953 run osmo-ms-mob/00083: Starting mobile
22:49:18.744079 run osmo-ms-mob/00083(pid=217): Launched
22:49:18.755377 run mass: MS start registered {at=7275984.963690103, delay=0.0052337003871798515, ms=00083}
22:49:19.027940 run mass: MS performed LU {at=7275985.236152523, lu_delay=6.088666369207203, ms=00070}
22:49:19.064373 run mass: MS performed LU {at=7275985.27260961, lu_delay=5.351744883693755, ms=00073}
22:49:19.104327 run osmo-ms-mob/00084: Starting mobile
22:49:19.118371 run osmo-ms-mob/00084(pid=218): Launched
22:49:19.124721 run mass: MS performed LU {at=7275985.333049078, lu_delay=5.811322091147304, ms=00071}
22:49:19.130903 run mass: MS start registered {at=7275985.339236623, delay=0.006204843521118164, ms=00084}
22:49:19.365374 run mass: MS performed LU {at=7275985.573591533, lu_delay=5.820527255535126, ms=00072}
22:49:19.374616 run mass: MS performed LU {at=7275985.582950239, lu_delay=4.861702773720026, ms=00074}
22:49:19.719967 run osmo-ms-mob/00085: Starting mobile
22:49:19.736983 run osmo-ms-mob/00085(pid=219): Launched
22:49:19.747799 run mass: MS start registered {at=7275985.95611902, delay=0.004421294666826725, ms=00085}
22:49:20.300817 run osmo-ms-mob/00086: Starting mobile
22:49:20.315130 run osmo-ms-mob/00086(pid=220): Launched
22:49:20.326087 run mass: MS start registered {at=7275986.53440572, delay=0.004843759350478649, ms=00086}
22:49:20.921094 run osmo-ms-mob/00087: Starting mobile
22:49:20.938898 run osmo-ms-mob/00087(pid=221): Launched
22:49:20.945024 run mass: MS performed LU {at=7275987.153351583, lu_delay=4.618468975648284, ms=00078}
22:49:20.950920 run mass: MS start registered {at=7275987.159255198, delay=0.0059218695387244225, ms=00087}
22:49:21.031229 run mass: MS performed LU {at=7275987.239448852, lu_delay=5.364022654481232, ms=00077}
22:49:21.057707 run mass: MS performed LU {at=7275987.26599425, lu_delay=5.705674713477492, ms=00076}
22:49:21.202804 run mass: MS performed LU {at=7275987.411021938, lu_delay=6.275963949970901, ms=00075}
22:49:21.521403 run osmo-ms-mob/00088: Starting mobile
22:49:21.538814 run osmo-ms-mob/00088(pid=222): Launched
22:49:21.549775 run mass: MS start registered {at=7275987.758095173, delay=0.004766354337334633, ms=00088}
22:49:22.089086 run osmo-ms-mob/00089: Starting mobile
22:49:22.102504 run osmo-ms-mob/00089(pid=223): Launched
22:49:22.113536 run mass: MS start registered {at=7275988.32185347, delay=0.004850941710174084, ms=00089}
22:49:22.688828 run osmo-ms-mob/00090: Starting mobile
22:49:22.702075 run osmo-ms-mob/00090(pid=224): Launched
22:49:22.713354 run mass: MS start registered {at=7275988.921666948, delay=0.005230749025940895, ms=00090}
22:49:22.895330 run mass: MS performed LU {at=7275989.10355611, lu_delay=5.678330009803176, ms=00080}
22:49:22.960656 run mass: MS performed LU {at=7275989.168874168, lu_delay=5.465496860444546, ms=00081}
22:49:23.028886 run mass: MS performed LU {at=7275989.237107183, lu_delay=4.914809302426875, ms=00082}
22:49:23.065826 run mass: MS performed LU {at=7275989.274097951, lu_delay=6.352590300142765, ms=00079}
22:49:23.401344 run osmo-ms-mob/00091: Starting mobile
22:49:23.415176 run osmo-ms-mob/00091(pid=225): Launched
22:49:23.426187 run mass: MS start registered {at=7275989.634506168, delay=0.005044752731919289, ms=00091}
22:49:24.100936 run osmo-ms-mob/00092: Starting mobile
22:49:24.114683 run osmo-ms-mob/00092(pid=226): Launched
22:49:24.125993 run mass: MS start registered {at=7275990.334311651, delay=0.0051140496507287025, ms=00092}
22:49:24.694858 run mass: MS performed LU {at=7275990.903058308, lu_delay=5.939368205145001, ms=00083}
22:49:24.797229 run mass: MS performed LU {at=7275991.005449622, lu_delay=5.049330602400005, ms=00085}
22:49:24.853916 run osmo-ms-mob/00093: Starting mobile
22:49:24.869052 run osmo-ms-mob/00093(pid=227): Launched
22:49:24.875018 run mass: MS performed LU {at=7275991.083349565, lu_delay=5.744112942367792, ms=00084}
22:49:24.880759 run mass: MS start registered {at=7275991.089094322, delay=0.005760235711932182, ms=00093}
22:49:24.969294 run mass: MS performed LU {at=7275991.177515587, lu_delay=4.643109866417944, ms=00086}
22:49:25.800969 run osmo-ms-mob/00094: Starting mobile
22:49:25.815323 run osmo-ms-mob/00094(pid=228): Launched
22:49:25.826251 run mass: MS start registered {at=7275992.034573029, delay=0.004825160838663578, ms=00094}
22:49:26.661575 run mass: MS performed LU {at=7275992.869800909, lu_delay=4.547947439365089, ms=00089}
22:49:26.702137 run osmo-ms-mob/00095: Starting mobile
22:49:26.717968 run osmo-ms-mob/00095(pid=229): Launched
22:49:26.724213 run mass: MS performed LU {at=7275992.932511086, lu_delay=5.773255887441337, ms=00087}
22:49:26.730116 run mass: MS start registered {at=7275992.938451036, delay=0.006084461696445942, ms=00095}
22:49:27.067894 run mass: MS performed LU {at=7275993.276111218, lu_delay=23.021045652218163, ms=00043}
22:49:27.700883 run osmo-ms-mob/00096: Starting mobile
22:49:27.714938 run osmo-ms-mob/00096(pid=230): Launched
22:49:27.726010 run mass: MS start registered {at=7275993.934330898, delay=0.004977986216545105, ms=00096}
22:49:28.562762 run mass: MS performed LU {at=7275994.770981509, lu_delay=5.136475341394544, ms=00091}
22:49:28.590075 run mass: MS performed LU {at=7275994.798322887, lu_delay=5.876655939035118, ms=00090}
22:49:28.696756 run mass: MS performed LU {at=7275994.904976036, lu_delay=4.570664385333657, ms=00092}
22:49:28.749202 run osmo-ms-mob/00097: Starting mobile
22:49:28.773214 run osmo-ms-mob/00097(pid=231): Launched
22:49:28.784076 run mass: MS start registered {at=7275994.992395206, delay=0.004871475510299206, ms=00097}
22:49:30.112271 run osmo-ms-mob/00098: Starting mobile
22:49:30.125779 run osmo-ms-mob/00098(pid=232): Launched
22:49:30.136757 run mass: MS start registered {at=7275996.345076964, delay=0.004922865889966488, ms=00098}
22:49:30.427372 run mass: MS performed LU {at=7275996.635590752, lu_delay=5.546496429480612, ms=00093}
22:49:30.491392 run mass: MS performed LU {at=7275996.699607965, lu_delay=4.665034935809672, ms=00094}
22:49:31.888177 run osmo-ms-mob/00099: Starting mobile
22:49:31.901226 run osmo-ms-mob/00099(pid=233): Launched
22:49:31.907197 run mass: All started... {duration=55.72917966824025, too_slow=0}
22:49:31.912809 run mass: MS start registered {at=7275998.121137568, delay=0.005604663863778114, ms=00099}
22:49:32.328538 run mass: MS performed LU {at=7275998.536755357, lu_delay=5.5983043210580945, ms=00095}
22:49:32.826808 run mass: MS performed LU {at=7275999.035023239, lu_delay=5.10069234110415, ms=00096}
22:49:34.192782 run mass: MS performed LU {at=7276000.400964879, lu_delay=5.408569673076272, ms=00097}
22:49:36.094917 run mass: MS performed LU {at=7276002.303135522, lu_delay=5.958058557473123, ms=00098}
22:49:37.959244 run mass: MS performed LU {at=7276004.167460284, lu_delay=6.046322716400027, ms=00099}
22:49:43.843107 run mass: MS performed LU {at=7276010.051324649, lu_delay=22.29322947561741, ms=00088}
22:49:43.864616 run mass: Tests done {all_completed=True, max=23.021045652218163, min=4.456205570138991}
22:49:43.870249 tst register_default_mass.py: Test passed (87.0 sec)
22:49:43.875641 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminating (SIGTERM)
22:49:43.878933 run osmo-hlr_127.0.42.2(pid=22): Terminating (SIGTERM)
22:49:43.882178 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminating (SIGTERM)
22:49:43.885462 run osmo-stp_127.0.42.5(pid=24): Terminating (SIGTERM)
22:49:43.888748 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminating (SIGTERM)
22:49:43.892065 run osmo-msc_127.0.42.6(pid=26): Terminating (SIGTERM)
22:49:43.895355 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminating (SIGTERM)
22:49:43.898667 run osmo-mgw_127.0.42.3(pid=28): Terminating (SIGTERM)
22:49:43.901926 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminating (SIGTERM)
22:49:43.905186 run osmo-mgw_127.0.42.4(pid=30): Terminating (SIGTERM)
22:49:43.908427 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminating (SIGTERM)
22:49:43.911719 run osmo-bsc_127.0.42.7(pid=32): Terminating (SIGTERM)
22:49:43.915069 run osmo-bts-virtual(pid=33): Terminating (SIGTERM)
22:49:43.918393 run osmo-ms-virt-phy/00000(pid=34): Terminating (SIGTERM)
22:49:43.921832 run osmo-ms-virt-phy/00001(pid=35): Terminating (SIGTERM)
22:49:43.925287 run osmo-ms-virt-phy/00002(pid=36): Terminating (SIGTERM)
22:49:43.928754 run osmo-ms-virt-phy/00003(pid=37): Terminating (SIGTERM)
22:49:43.932226 run osmo-ms-virt-phy/00004(pid=38): Terminating (SIGTERM)
22:49:43.935671 run osmo-ms-virt-phy/00005(pid=39): Terminating (SIGTERM)
22:49:43.939084 run osmo-ms-virt-phy/00006(pid=40): Terminating (SIGTERM)
22:49:43.942439 run osmo-ms-virt-phy/00007(pid=41): Terminating (SIGTERM)
22:49:43.945843 run osmo-ms-virt-phy/00008(pid=42): Terminating (SIGTERM)
22:49:43.949152 run osmo-ms-virt-phy/00009(pid=43): Terminating (SIGTERM)
22:49:43.952579 run osmo-ms-virt-phy/00010(pid=44): Terminating (SIGTERM)
22:49:43.955903 run osmo-ms-virt-phy/00011(pid=45): Terminating (SIGTERM)
22:49:43.959309 run osmo-ms-virt-phy/00012(pid=46): Terminating (SIGTERM)
22:49:43.962618 run osmo-ms-virt-phy/00013(pid=47): Terminating (SIGTERM)
22:49:43.965972 run osmo-ms-virt-phy/00014(pid=48): Terminating (SIGTERM)
22:49:43.969313 run osmo-ms-virt-phy/00015(pid=49): Terminating (SIGTERM)
22:49:43.972708 run osmo-ms-virt-phy/00016(pid=50): Terminating (SIGTERM)
22:49:43.976041 run osmo-ms-virt-phy/00017(pid=51): Terminating (SIGTERM)
22:49:43.979438 run osmo-ms-virt-phy/00018(pid=52): Terminating (SIGTERM)
22:49:43.982778 run osmo-ms-virt-phy/00019(pid=53): Terminating (SIGTERM)
22:49:43.986428 run osmo-ms-virt-phy/00020(pid=54): Terminating (SIGTERM)
22:49:43.989894 run osmo-ms-virt-phy/00021(pid=55): Terminating (SIGTERM)
22:49:43.993307 run osmo-ms-virt-phy/00022(pid=56): Terminating (SIGTERM)
22:49:43.996622 run osmo-ms-virt-phy/00023(pid=57): Terminating (SIGTERM)
22:49:43.999930 run osmo-ms-virt-phy/00024(pid=58): Terminating (SIGTERM)
22:49:44.003530 run osmo-ms-virt-phy/00025(pid=59): Terminating (SIGTERM)
22:49:44.006883 run osmo-ms-virt-phy/00026(pid=60): Terminating (SIGTERM)
22:49:44.010205 run osmo-ms-virt-phy/00027(pid=61): Terminating (SIGTERM)
22:49:44.013589 run osmo-ms-virt-phy/00028(pid=62): Terminating (SIGTERM)
22:49:44.016937 run osmo-ms-virt-phy/00029(pid=63): Terminating (SIGTERM)
22:49:44.020293 run osmo-ms-virt-phy/00030(pid=64): Terminating (SIGTERM)
22:49:44.023611 run osmo-ms-virt-phy/00031(pid=65): Terminating (SIGTERM)
22:49:44.026940 run osmo-ms-virt-phy/00032(pid=66): Terminating (SIGTERM)
22:49:44.030277 run osmo-ms-virt-phy/00033(pid=67): Terminating (SIGTERM)
22:49:44.033871 run osmo-ms-virt-phy/00034(pid=68): Terminating (SIGTERM)
22:49:44.037252 run osmo-ms-virt-phy/00035(pid=69): Terminating (SIGTERM)
22:49:44.040630 run osmo-ms-virt-phy/00036(pid=70): Terminating (SIGTERM)
22:49:44.043940 run osmo-ms-virt-phy/00037(pid=71): Terminating (SIGTERM)
22:49:44.047268 run osmo-ms-virt-phy/00038(pid=72): Terminating (SIGTERM)
22:49:44.050865 run osmo-ms-virt-phy/00039(pid=73): Terminating (SIGTERM)
22:49:44.054217 run osmo-ms-virt-phy/00040(pid=74): Terminating (SIGTERM)
22:49:44.057601 run osmo-ms-virt-phy/00041(pid=75): Terminating (SIGTERM)
22:49:44.060937 run osmo-ms-virt-phy/00042(pid=76): Terminating (SIGTERM)
22:49:44.064342 run osmo-ms-virt-phy/00043(pid=77): Terminating (SIGTERM)
22:49:44.067660 run osmo-ms-virt-phy/00044(pid=78): Terminating (SIGTERM)
22:49:44.071048 run osmo-ms-virt-phy/00045(pid=79): Terminating (SIGTERM)
22:49:44.074378 run osmo-ms-virt-phy/00046(pid=80): Terminating (SIGTERM)
22:49:44.077878 run osmo-ms-virt-phy/00047(pid=81): Terminating (SIGTERM)
22:49:44.081250 run osmo-ms-virt-phy/00048(pid=82): Terminating (SIGTERM)
22:49:44.084664 run osmo-ms-virt-phy/00049(pid=83): Terminating (SIGTERM)
22:49:44.088110 run osmo-ms-virt-phy/00050(pid=84): Terminating (SIGTERM)
22:49:44.091414 run osmo-ms-virt-phy/00051(pid=85): Terminating (SIGTERM)
22:49:44.094767 run osmo-ms-virt-phy/00052(pid=86): Terminating (SIGTERM)
22:49:44.098200 run osmo-ms-virt-phy/00053(pid=87): Terminating (SIGTERM)
22:49:44.101586 run osmo-ms-virt-phy/00054(pid=88): Terminating (SIGTERM)
22:49:44.105024 run osmo-ms-virt-phy/00055(pid=89): Terminating (SIGTERM)
22:49:44.108385 run osmo-ms-virt-phy/00056(pid=90): Terminating (SIGTERM)
22:49:44.111841 run osmo-ms-virt-phy/00057(pid=91): Terminating (SIGTERM)
22:49:44.115296 run osmo-ms-virt-phy/00058(pid=92): Terminating (SIGTERM)
22:49:44.118644 run osmo-ms-virt-phy/00059(pid=93): Terminating (SIGTERM)
22:49:44.121994 run osmo-ms-virt-phy/00060(pid=94): Terminating (SIGTERM)
22:49:44.125447 run osmo-ms-virt-phy/00061(pid=95): Terminating (SIGTERM)
22:49:44.128864 run osmo-ms-virt-phy/00062(pid=96): Terminating (SIGTERM)
22:49:44.132336 run osmo-ms-virt-phy/00063(pid=97): Terminating (SIGTERM)
22:49:44.136224 run osmo-ms-virt-phy/00064(pid=98): Terminating (SIGTERM)
22:49:44.139584 run osmo-ms-virt-phy/00065(pid=99): Terminating (SIGTERM)
22:49:44.143039 run osmo-ms-virt-phy/00066(pid=100): Terminating (SIGTERM)
22:49:44.146497 run osmo-ms-virt-phy/00067(pid=101): Terminating (SIGTERM)
22:49:44.149944 run osmo-ms-virt-phy/00068(pid=102): Terminating (SIGTERM)
22:49:44.153414 run osmo-ms-virt-phy/00069(pid=103): Terminating (SIGTERM)
22:49:44.156868 run osmo-ms-virt-phy/00070(pid=104): Terminating (SIGTERM)
22:49:44.160324 run osmo-ms-virt-phy/00071(pid=105): Terminating (SIGTERM)
22:49:44.163772 run osmo-ms-virt-phy/00072(pid=106): Terminating (SIGTERM)
22:49:44.167220 run osmo-ms-virt-phy/00073(pid=107): Terminating (SIGTERM)
22:49:44.170685 run osmo-ms-virt-phy/00074(pid=108): Terminating (SIGTERM)
22:49:44.174134 run osmo-ms-virt-phy/00075(pid=109): Terminating (SIGTERM)
22:49:44.177600 run osmo-ms-virt-phy/00076(pid=110): Terminating (SIGTERM)
22:49:44.181061 run osmo-ms-virt-phy/00077(pid=111): Terminating (SIGTERM)
22:49:44.184509 run osmo-ms-virt-phy/00078(pid=112): Terminating (SIGTERM)
22:49:44.187986 run osmo-ms-virt-phy/00079(pid=113): Terminating (SIGTERM)
22:49:44.191864 run osmo-ms-virt-phy/00080(pid=114): Terminating (SIGTERM)
22:49:44.195322 run osmo-ms-virt-phy/00081(pid=115): Terminating (SIGTERM)
22:49:44.198786 run osmo-ms-virt-phy/00082(pid=116): Terminating (SIGTERM)
22:49:44.202243 run osmo-ms-virt-phy/00083(pid=117): Terminating (SIGTERM)
22:49:44.206188 run osmo-ms-virt-phy/00084(pid=118): Terminating (SIGTERM)
22:49:44.209616 run osmo-ms-virt-phy/00085(pid=119): Terminating (SIGTERM)
22:49:44.213023 run osmo-ms-virt-phy/00086(pid=120): Terminating (SIGTERM)
22:49:44.216439 run osmo-ms-virt-phy/00087(pid=121): Terminating (SIGTERM)
22:49:44.219892 run osmo-ms-virt-phy/00088(pid=122): Terminating (SIGTERM)
22:49:44.223343 run osmo-ms-virt-phy/00089(pid=123): Terminating (SIGTERM)
22:49:44.226691 run osmo-ms-virt-phy/00090(pid=124): Terminating (SIGTERM)
22:49:44.230087 run osmo-ms-virt-phy/00091(pid=125): Terminating (SIGTERM)
22:49:44.233433 run osmo-ms-virt-phy/00092(pid=126): Terminating (SIGTERM)
22:49:44.236846 run osmo-ms-virt-phy/00093(pid=127): Terminating (SIGTERM)
22:49:44.240185 run osmo-ms-virt-phy/00094(pid=128): Terminating (SIGTERM)
22:49:44.243589 run osmo-ms-virt-phy/00095(pid=129): Terminating (SIGTERM)
22:49:44.247070 run osmo-ms-virt-phy/00096(pid=130): Terminating (SIGTERM)
22:49:44.250524 run osmo-ms-virt-phy/00097(pid=131): Terminating (SIGTERM)
22:49:44.253977 run osmo-ms-virt-phy/00098(pid=132): Terminating (SIGTERM)
22:49:44.257414 run osmo-ms-virt-phy/00099(pid=133): Terminating (SIGTERM)
22:49:44.260834 run osmo-ms-mob/00000(pid=134): Terminating (SIGTERM)
22:49:44.264251 run osmo-ms-mob/00001(pid=135): Terminating (SIGTERM)
22:49:44.267593 run osmo-ms-mob/00002(pid=136): Terminating (SIGTERM)
22:49:44.270897 run osmo-ms-mob/00003(pid=137): Terminating (SIGTERM)
22:49:44.274195 run osmo-ms-mob/00004(pid=138): Terminating (SIGTERM)
22:49:44.277453 run osmo-ms-mob/00005(pid=139): Terminating (SIGTERM)
22:49:44.280680 run osmo-ms-mob/00006(pid=140): Terminating (SIGTERM)
22:49:44.283919 run osmo-ms-mob/00007(pid=141): Terminating (SIGTERM)
22:49:44.287140 run osmo-ms-mob/00008(pid=142): Terminating (SIGTERM)
22:49:44.290385 run osmo-ms-mob/00009(pid=143): Terminating (SIGTERM)
22:49:44.293626 run osmo-ms-mob/00010(pid=144): Terminating (SIGTERM)
22:49:44.296863 run osmo-ms-mob/00011(pid=145): Terminating (SIGTERM)
22:49:44.300100 run osmo-ms-mob/00012(pid=146): Terminating (SIGTERM)
22:49:44.303326 run osmo-ms-mob/00013(pid=147): Terminating (SIGTERM)
22:49:44.306565 run osmo-ms-mob/00014(pid=148): Terminating (SIGTERM)
22:49:44.309796 run osmo-ms-mob/00015(pid=149): Terminating (SIGTERM)
22:49:44.313037 run osmo-ms-mob/00016(pid=150): Terminating (SIGTERM)
22:49:44.316259 run osmo-ms-mob/00017(pid=151): Terminating (SIGTERM)
22:49:44.319480 run osmo-ms-mob/00018(pid=152): Terminating (SIGTERM)
22:49:44.322755 run osmo-ms-mob/00019(pid=153): Terminating (SIGTERM)
22:49:44.326053 run osmo-ms-mob/00020(pid=154): Terminating (SIGTERM)
22:49:44.329337 run osmo-ms-mob/00021(pid=155): Terminating (SIGTERM)
22:49:44.332628 run osmo-ms-mob/00022(pid=156): Terminating (SIGTERM)
22:49:44.335925 run osmo-ms-mob/00023(pid=157): Terminating (SIGTERM)
22:49:44.339222 run osmo-ms-mob/00024(pid=158): Terminating (SIGTERM)
22:49:44.342532 run osmo-ms-mob/00025(pid=159): Terminating (SIGTERM)
22:49:44.345823 run osmo-ms-mob/00026(pid=160): Terminating (SIGTERM)
22:49:44.349113 run osmo-ms-mob/00027(pid=161): Terminating (SIGTERM)
22:49:44.352406 run osmo-ms-mob/00028(pid=162): Terminating (SIGTERM)
22:49:44.355709 run osmo-ms-mob/00029(pid=163): Terminating (SIGTERM)
22:49:44.359004 run osmo-ms-mob/00030(pid=164): Terminating (SIGTERM)
22:49:44.362280 run osmo-ms-mob/00031(pid=165): Terminating (SIGTERM)
22:49:44.365568 run osmo-ms-mob/00032(pid=166): Terminating (SIGTERM)
22:49:44.368855 run osmo-ms-mob/00033(pid=167): Terminating (SIGTERM)
22:49:44.372129 run osmo-ms-mob/00034(pid=168): Terminating (SIGTERM)
22:49:44.375353 run osmo-ms-mob/00035(pid=169): Terminating (SIGTERM)
22:49:44.378571 run osmo-ms-mob/00036(pid=170): Terminating (SIGTERM)
22:49:44.381799 run osmo-ms-mob/00037(pid=171): Terminating (SIGTERM)
22:49:44.385006 run osmo-ms-mob/00038(pid=172): Terminating (SIGTERM)
22:49:44.388261 run osmo-ms-mob/00039(pid=173): Terminating (SIGTERM)
22:49:44.391497 run osmo-ms-mob/00040(pid=174): Terminating (SIGTERM)
22:49:44.394717 run osmo-ms-mob/00041(pid=175): Terminating (SIGTERM)
22:49:44.397947 run osmo-ms-mob/00042(pid=176): Terminating (SIGTERM)
22:49:44.401169 run osmo-ms-mob/00043(pid=177): Terminating (SIGTERM)
22:49:44.404400 run osmo-ms-mob/00044(pid=178): Terminating (SIGTERM)
22:49:44.407623 run osmo-ms-mob/00045(pid=179): Terminating (SIGTERM)
22:49:44.410846 run osmo-ms-mob/00046(pid=180): Terminating (SIGTERM)
22:49:44.414090 run osmo-ms-mob/00047(pid=181): Terminating (SIGTERM)
22:49:44.417337 run osmo-ms-mob/00048(pid=182): Terminating (SIGTERM)
22:49:44.420571 run osmo-ms-mob/00049(pid=183): Terminating (SIGTERM)
22:49:44.423816 run osmo-ms-mob/00050(pid=184): Terminating (SIGTERM)
22:49:44.427051 run osmo-ms-mob/00051(pid=185): Terminating (SIGTERM)
22:49:44.430298 run osmo-ms-mob/00052(pid=186): Terminating (SIGTERM)
22:49:44.433530 run osmo-ms-mob/00053(pid=187): Terminating (SIGTERM)
22:49:44.436768 run osmo-ms-mob/00054(pid=188): Terminating (SIGTERM)
22:49:44.439994 run osmo-ms-mob/00055(pid=189): Terminating (SIGTERM)
22:49:44.443207 run osmo-ms-mob/00056(pid=190): Terminating (SIGTERM)
22:49:44.446443 run osmo-ms-mob/00057(pid=191): Terminating (SIGTERM)
22:49:44.449675 run osmo-ms-mob/00058(pid=192): Terminating (SIGTERM)
22:49:44.452909 run osmo-ms-mob/00059(pid=193): Terminating (SIGTERM)
22:49:44.456134 run osmo-ms-mob/00060(pid=194): Terminating (SIGTERM)
22:49:44.459374 run osmo-ms-mob/00061(pid=195): Terminating (SIGTERM)
22:49:44.462604 run osmo-ms-mob/00062(pid=196): Terminating (SIGTERM)
22:49:44.465817 run osmo-ms-mob/00063(pid=197): Terminating (SIGTERM)
22:49:44.469045 run osmo-ms-mob/00064(pid=198): Terminating (SIGTERM)
22:49:44.472324 run osmo-ms-mob/00065(pid=199): Terminating (SIGTERM)
22:49:44.475600 run osmo-ms-mob/00066(pid=200): Terminating (SIGTERM)
22:49:44.478893 run osmo-ms-mob/00067(pid=201): Terminating (SIGTERM)
22:49:44.482198 run osmo-ms-mob/00068(pid=202): Terminating (SIGTERM)
22:49:44.485492 run osmo-ms-mob/00069(pid=203): Terminating (SIGTERM)
22:49:44.488783 run osmo-ms-mob/00070(pid=204): Terminating (SIGTERM)
22:49:44.492075 run osmo-ms-mob/00071(pid=205): Terminating (SIGTERM)
22:49:44.495377 run osmo-ms-mob/00072(pid=206): Terminating (SIGTERM)
22:49:44.498654 run osmo-ms-mob/00073(pid=207): Terminating (SIGTERM)
22:49:44.501953 run osmo-ms-mob/00074(pid=208): Terminating (SIGTERM)
22:49:44.505242 run osmo-ms-mob/00075(pid=209): Terminating (SIGTERM)
22:49:44.508526 run osmo-ms-mob/00076(pid=210): Terminating (SIGTERM)
22:49:44.511820 run osmo-ms-mob/00077(pid=211): Terminating (SIGTERM)
22:49:44.515117 run osmo-ms-mob/00078(pid=212): Terminating (SIGTERM)
22:49:44.518407 run osmo-ms-mob/00079(pid=213): Terminating (SIGTERM)
22:49:44.521715 run osmo-ms-mob/00080(pid=214): Terminating (SIGTERM)
22:49:44.525015 run osmo-ms-mob/00081(pid=215): Terminating (SIGTERM)
22:49:44.528322 run osmo-ms-mob/00082(pid=216): Terminating (SIGTERM)
22:49:44.531613 run osmo-ms-mob/00083(pid=217): Terminating (SIGTERM)
22:49:44.534907 run osmo-ms-mob/00084(pid=218): Terminating (SIGTERM)
22:49:44.538201 run osmo-ms-mob/00085(pid=219): Terminating (SIGTERM)
22:49:44.541501 run osmo-ms-mob/00086(pid=220): Terminating (SIGTERM)
22:49:44.544805 run osmo-ms-mob/00087(pid=221): Terminating (SIGTERM)
22:49:44.548114 run osmo-ms-mob/00088(pid=222): Terminating (SIGTERM)
22:49:44.551399 run osmo-ms-mob/00089(pid=223): Terminating (SIGTERM)
22:49:44.554688 run osmo-ms-mob/00090(pid=224): Terminating (SIGTERM)
22:49:44.557970 run osmo-ms-mob/00091(pid=225): Terminating (SIGTERM)
22:49:44.561270 run osmo-ms-mob/00092(pid=226): Terminating (SIGTERM)
22:49:44.564549 run osmo-ms-mob/00093(pid=227): Terminating (SIGTERM)
22:49:44.567836 run osmo-ms-mob/00094(pid=228): Terminating (SIGTERM)
22:49:44.571108 run osmo-ms-mob/00095(pid=229): Terminating (SIGTERM)
22:49:44.574404 run osmo-ms-mob/00096(pid=230): Terminating (SIGTERM)
22:49:44.577700 run osmo-ms-mob/00097(pid=231): Terminating (SIGTERM)
22:49:44.580990 run osmo-ms-mob/00098(pid=232): Terminating (SIGTERM)
22:49:44.584277 run osmo-ms-mob/00099(pid=233): Terminating (SIGTERM)
22:49:44.587596 --- ParallelTerminationStrategy: PID 21 died...
22:49:44.589099 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminated: ok {rc=0}
22:49:44.592739 --- ParallelTerminationStrategy: PID 22 died...
22:49:44.594225 run osmo-hlr_127.0.42.2(pid=22): Terminated: ok {rc=0}
22:49:44.597843 --- ParallelTerminationStrategy: PID 23 died...
22:49:44.599319 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminated: ok {rc=0}
22:49:44.602986 --- ParallelTerminationStrategy: PID 24 died...
22:49:44.604467 run osmo-stp_127.0.42.5(pid=24): Terminated: ok {rc=0}
22:49:44.608085 --- ParallelTerminationStrategy: PID 25 died...
22:49:44.609567 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminated: ok {rc=0}
22:49:44.613225 --- ParallelTerminationStrategy: PID 26 died...
22:49:44.614719 run osmo-msc_127.0.42.6(pid=26): Terminated: ok {rc=0}
22:49:44.618368 --- ParallelTerminationStrategy: PID 27 died...
22:49:44.619854 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminated: ok {rc=0}
22:49:44.623503 --- ParallelTerminationStrategy: PID 28 died...
22:49:44.624991 run osmo-mgw_127.0.42.3(pid=28): Terminated {rc=15}
22:49:44.628650 --- ParallelTerminationStrategy: PID 29 died...
22:49:44.630126 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminated: ok {rc=0}
22:49:44.633768 --- ParallelTerminationStrategy: PID 30 died...
22:49:44.635241 run osmo-mgw_127.0.42.4(pid=30): Terminated {rc=15}
22:49:44.638919 --- ParallelTerminationStrategy: PID 31 died...
22:49:44.640427 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminated: ok {rc=0}
22:49:44.644090 --- ParallelTerminationStrategy: PID 32 died...
22:49:44.645569 run osmo-bsc_127.0.42.7(pid=32): Terminated: ok {rc=0}
22:49:44.649244 --- ParallelTerminationStrategy: PID 34 died...
22:49:44.650740 run osmo-ms-virt-phy/00000(pid=34): Terminated: ok {rc=0}
22:49:44.654411 --- ParallelTerminationStrategy: PID 35 died...
22:49:44.655904 run osmo-ms-virt-phy/00001(pid=35): Terminated: ok {rc=0}
22:49:44.659557 --- ParallelTerminationStrategy: PID 36 died...
22:49:44.661043 run osmo-ms-virt-phy/00002(pid=36): Terminated: ok {rc=0}
22:49:44.664699 --- ParallelTerminationStrategy: PID 37 died...
22:49:44.666183 run osmo-ms-virt-phy/00003(pid=37): Terminated: ok {rc=0}
22:49:44.669862 --- ParallelTerminationStrategy: PID 38 died...
22:49:44.671350 run osmo-ms-virt-phy/00004(pid=38): Terminated: ok {rc=0}
22:49:44.675020 --- ParallelTerminationStrategy: PID 39 died...
22:49:44.676519 run osmo-ms-virt-phy/00005(pid=39): Terminated: ok {rc=0}
22:49:44.680160 --- ParallelTerminationStrategy: PID 40 died...
22:49:44.681636 run osmo-ms-virt-phy/00006(pid=40): Terminated: ok {rc=0}
22:49:44.685295 --- ParallelTerminationStrategy: PID 41 died...
22:49:44.686763 run osmo-ms-virt-phy/00007(pid=41): Terminated: ok {rc=0}
22:49:44.690414 --- ParallelTerminationStrategy: PID 42 died...
22:49:44.691894 run osmo-ms-virt-phy/00008(pid=42): Terminated: ok {rc=0}
22:49:44.695538 --- ParallelTerminationStrategy: PID 43 died...
22:49:44.697023 run osmo-ms-virt-phy/00009(pid=43): Terminated: ok {rc=0}
22:49:44.700668 --- ParallelTerminationStrategy: PID 44 died...
22:49:44.702137 run osmo-ms-virt-phy/00010(pid=44): Terminated: ok {rc=0}
22:49:44.705772 --- ParallelTerminationStrategy: PID 45 died...
22:49:44.707243 run osmo-ms-virt-phy/00011(pid=45): Terminated: ok {rc=0}
22:49:44.710849 --- ParallelTerminationStrategy: PID 46 died...
22:49:44.712302 run osmo-ms-virt-phy/00012(pid=46): Terminated: ok {rc=0}
22:49:44.715921 --- ParallelTerminationStrategy: PID 47 died...
22:49:44.717373 run osmo-ms-virt-phy/00013(pid=47): Terminated: ok {rc=0}
22:49:44.720985 --- ParallelTerminationStrategy: PID 48 died...
22:49:44.722446 run osmo-ms-virt-phy/00014(pid=48): Terminated: ok {rc=0}
22:49:44.726071 --- ParallelTerminationStrategy: PID 49 died...
22:49:44.727526 run osmo-ms-virt-phy/00015(pid=49): Terminated: ok {rc=0}
22:49:44.731137 --- ParallelTerminationStrategy: PID 50 died...
22:49:44.732619 run osmo-ms-virt-phy/00016(pid=50): Terminated: ok {rc=0}
22:49:44.736225 --- ParallelTerminationStrategy: PID 51 died...
22:49:44.737682 run osmo-ms-virt-phy/00017(pid=51): Terminated: ok {rc=0}
22:49:44.741309 --- ParallelTerminationStrategy: PID 52 died...
22:49:44.742754 run osmo-ms-virt-phy/00018(pid=52): Terminated: ok {rc=0}
22:49:44.746351 --- ParallelTerminationStrategy: PID 53 died...
22:49:44.747825 run osmo-ms-virt-phy/00019(pid=53): Terminated: ok {rc=0}
22:49:44.751409 --- ParallelTerminationStrategy: PID 54 died...
22:49:44.752859 run osmo-ms-virt-phy/00020(pid=54): Terminated: ok {rc=0}
22:49:44.756452 --- ParallelTerminationStrategy: PID 55 died...
22:49:44.757904 run osmo-ms-virt-phy/00021(pid=55): Terminated: ok {rc=0}
22:49:44.761499 --- ParallelTerminationStrategy: PID 56 died...
22:49:44.762953 run osmo-ms-virt-phy/00022(pid=56): Terminated: ok {rc=0}
22:49:44.766555 --- ParallelTerminationStrategy: PID 57 died...
22:49:44.768011 run osmo-ms-virt-phy/00023(pid=57): Terminated: ok {rc=0}
22:49:44.771610 --- ParallelTerminationStrategy: PID 58 died...
22:49:44.773083 run osmo-ms-virt-phy/00024(pid=58): Terminated: ok {rc=0}
22:49:44.776685 --- ParallelTerminationStrategy: PID 59 died...
22:49:44.778148 run osmo-ms-virt-phy/00025(pid=59): Terminated: ok {rc=0}
22:49:44.781755 --- ParallelTerminationStrategy: PID 60 died...
22:49:44.783215 run osmo-ms-virt-phy/00026(pid=60): Terminated: ok {rc=0}
22:49:44.786808 --- ParallelTerminationStrategy: PID 61 died...
22:49:44.788272 run osmo-ms-virt-phy/00027(pid=61): Terminated: ok {rc=0}
22:49:44.791875 --- ParallelTerminationStrategy: PID 62 died...
22:49:44.793327 run osmo-ms-virt-phy/00028(pid=62): Terminated: ok {rc=0}
22:49:44.796937 --- ParallelTerminationStrategy: PID 63 died...
22:49:44.798393 run osmo-ms-virt-phy/00029(pid=63): Terminated: ok {rc=0}
22:49:44.801983 --- ParallelTerminationStrategy: PID 64 died...
22:49:44.803434 run osmo-ms-virt-phy/00030(pid=64): Terminated: ok {rc=0}
22:49:44.807048 --- ParallelTerminationStrategy: PID 65 died...
22:49:44.808499 run osmo-ms-virt-phy/00031(pid=65): Terminated: ok {rc=0}
22:49:44.812110 --- ParallelTerminationStrategy: PID 66 died...
22:49:44.813567 run osmo-ms-virt-phy/00032(pid=66): Terminated: ok {rc=0}
22:49:44.817164 --- ParallelTerminationStrategy: PID 67 died...
22:49:44.818623 run osmo-ms-virt-phy/00033(pid=67): Terminated: ok {rc=0}
22:49:44.822243 --- ParallelTerminationStrategy: PID 68 died...
22:49:44.823695 run osmo-ms-virt-phy/00034(pid=68): Terminated: ok {rc=0}
22:49:44.827292 --- ParallelTerminationStrategy: PID 69 died...
22:49:44.828775 run osmo-ms-virt-phy/00035(pid=69): Terminated: ok {rc=0}
22:49:44.832388 --- ParallelTerminationStrategy: PID 70 died...
22:49:44.833843 run osmo-ms-virt-phy/00036(pid=70): Terminated: ok {rc=0}
22:49:44.837444 --- ParallelTerminationStrategy: PID 71 died...
22:49:44.838901 run osmo-ms-virt-phy/00037(pid=71): Terminated: ok {rc=0}
22:49:44.842511 --- ParallelTerminationStrategy: PID 72 died...
22:49:44.843965 run osmo-ms-virt-phy/00038(pid=72): Terminated: ok {rc=0}
22:49:44.847556 --- ParallelTerminationStrategy: PID 73 died...
22:49:44.849022 run osmo-ms-virt-phy/00039(pid=73): Terminated: ok {rc=0}
22:49:44.852633 --- ParallelTerminationStrategy: PID 74 died...
22:49:44.854095 run osmo-ms-virt-phy/00040(pid=74): Terminated: ok {rc=0}
22:49:44.857703 --- ParallelTerminationStrategy: PID 75 died...
22:49:44.859163 run osmo-ms-virt-phy/00041(pid=75): Terminated: ok {rc=0}
22:49:44.862789 --- ParallelTerminationStrategy: PID 76 died...
22:49:44.864257 run osmo-ms-virt-phy/00042(pid=76): Terminated: ok {rc=0}
22:49:44.867857 --- ParallelTerminationStrategy: PID 77 died...
22:49:44.869314 run osmo-ms-virt-phy/00043(pid=77): Terminated: ok {rc=0}
22:49:44.872914 --- ParallelTerminationStrategy: PID 78 died...
22:49:44.874367 run osmo-ms-virt-phy/00044(pid=78): Terminated: ok {rc=0}
22:49:44.877962 --- ParallelTerminationStrategy: PID 79 died...
22:49:44.879423 run osmo-ms-virt-phy/00045(pid=79): Terminated: ok {rc=0}
22:49:44.883027 --- ParallelTerminationStrategy: PID 80 died...
22:49:44.884488 run osmo-ms-virt-phy/00046(pid=80): Terminated: ok {rc=0}
22:49:44.888079 --- ParallelTerminationStrategy: PID 81 died...
22:49:44.889540 run osmo-ms-virt-phy/00047(pid=81): Terminated: ok {rc=0}
22:49:44.893145 --- ParallelTerminationStrategy: PID 82 died...
22:49:44.894608 run osmo-ms-virt-phy/00048(pid=82): Terminated: ok {rc=0}
22:49:44.898243 --- ParallelTerminationStrategy: PID 83 died...
22:49:44.899705 run osmo-ms-virt-phy/00049(pid=83): Terminated: ok {rc=0}
22:49:44.903295 --- ParallelTerminationStrategy: PID 84 died...
22:49:44.904771 run osmo-ms-virt-phy/00050(pid=84): Terminated: ok {rc=0}
22:49:44.908373 --- ParallelTerminationStrategy: PID 85 died...
22:49:44.909825 run osmo-ms-virt-phy/00051(pid=85): Terminated: ok {rc=0}
22:49:44.913439 --- ParallelTerminationStrategy: PID 86 died...
22:49:44.914895 run osmo-ms-virt-phy/00052(pid=86): Terminated: ok {rc=0}
22:49:44.918498 --- ParallelTerminationStrategy: PID 87 died...
22:49:44.919967 run osmo-ms-virt-phy/00053(pid=87): Terminated: ok {rc=0}
22:49:44.923555 --- ParallelTerminationStrategy: PID 88 died...
22:49:44.925019 run osmo-ms-virt-phy/00054(pid=88): Terminated: ok {rc=0}
22:49:44.928631 --- ParallelTerminationStrategy: PID 89 died...
22:49:44.930074 run osmo-ms-virt-phy/00055(pid=89): Terminated: ok {rc=0}
22:49:44.933690 --- ParallelTerminationStrategy: PID 90 died...
22:49:44.935150 run osmo-ms-virt-phy/00056(pid=90): Terminated: ok {rc=0}
22:49:44.938752 --- ParallelTerminationStrategy: PID 91 died...
22:49:44.940218 run osmo-ms-virt-phy/00057(pid=91): Terminated: ok {rc=0}
22:49:44.943827 --- ParallelTerminationStrategy: PID 92 died...
22:49:44.945282 run osmo-ms-virt-phy/00058(pid=92): Terminated: ok {rc=0}
22:49:44.948889 --- ParallelTerminationStrategy: PID 93 died...
22:49:44.950346 run osmo-ms-virt-phy/00059(pid=93): Terminated: ok {rc=0}
22:49:44.953927 --- ParallelTerminationStrategy: PID 94 died...
22:49:44.955379 run osmo-ms-virt-phy/00060(pid=94): Terminated: ok {rc=0}
22:49:44.958972 --- ParallelTerminationStrategy: PID 95 died...
22:49:44.960427 run osmo-ms-virt-phy/00061(pid=95): Terminated: ok {rc=0}
22:49:44.964038 --- ParallelTerminationStrategy: PID 96 died...
22:49:44.965497 run osmo-ms-virt-phy/00062(pid=96): Terminated: ok {rc=0}
22:49:44.969096 --- ParallelTerminationStrategy: PID 97 died...
22:49:44.970542 run osmo-ms-virt-phy/00063(pid=97): Terminated: ok {rc=0}
22:49:44.974154 --- ParallelTerminationStrategy: PID 98 died...
22:49:44.975607 run osmo-ms-virt-phy/00064(pid=98): Terminated: ok {rc=0}
22:49:44.979208 --- ParallelTerminationStrategy: PID 99 died...
22:49:44.980697 run osmo-ms-virt-phy/00065(pid=99): Terminated: ok {rc=0}
22:49:44.984303 --- ParallelTerminationStrategy: PID 100 died...
22:49:44.985761 run osmo-ms-virt-phy/00066(pid=100): Terminated: ok {rc=0}
22:49:44.989371 --- ParallelTerminationStrategy: PID 101 died...
22:49:44.990827 run osmo-ms-virt-phy/00067(pid=101): Terminated: ok {rc=0}
22:49:44.994413 --- ParallelTerminationStrategy: PID 102 died...
22:49:44.995878 run osmo-ms-virt-phy/00068(pid=102): Terminated: ok {rc=0}
22:49:44.999471 --- ParallelTerminationStrategy: PID 103 died...
22:49:45.000941 run osmo-ms-virt-phy/00069(pid=103): Terminated: ok {rc=0}
22:49:45.004534 --- ParallelTerminationStrategy: PID 104 died...
22:49:45.005997 run osmo-ms-virt-phy/00070(pid=104): Terminated: ok {rc=0}
22:49:45.009622 --- ParallelTerminationStrategy: PID 105 died...
22:49:45.011074 run osmo-ms-virt-phy/00071(pid=105): Terminated: ok {rc=0}
22:49:45.014678 --- ParallelTerminationStrategy: PID 106 died...
22:49:45.016145 run osmo-ms-virt-phy/00072(pid=106): Terminated: ok {rc=0}
22:49:45.019752 --- ParallelTerminationStrategy: PID 107 died...
22:49:45.021212 run osmo-ms-virt-phy/00073(pid=107): Terminated: ok {rc=0}
22:49:45.024826 --- ParallelTerminationStrategy: PID 108 died...
22:49:45.026282 run osmo-ms-virt-phy/00074(pid=108): Terminated: ok {rc=0}
22:49:45.029831 --- ParallelTerminationStrategy: PID 109 died...
22:49:45.031257 run osmo-ms-virt-phy/00075(pid=109): Terminated: ok {rc=0}
22:49:45.034799 --- ParallelTerminationStrategy: PID 110 died...
22:49:45.036250 run osmo-ms-virt-phy/00076(pid=110): Terminated: ok {rc=0}
22:49:45.039784 --- ParallelTerminationStrategy: PID 111 died...
22:49:45.041219 run osmo-ms-virt-phy/00077(pid=111): Terminated: ok {rc=0}
22:49:45.044771 --- ParallelTerminationStrategy: PID 112 died...
22:49:45.046193 run osmo-ms-virt-phy/00078(pid=112): Terminated: ok {rc=0}
22:49:45.049732 --- ParallelTerminationStrategy: PID 113 died...
22:49:45.051170 run osmo-ms-virt-phy/00079(pid=113): Terminated: ok {rc=0}
22:49:45.054707 --- ParallelTerminationStrategy: PID 114 died...
22:49:45.056158 run osmo-ms-virt-phy/00080(pid=114): Terminated: ok {rc=0}
22:49:45.059701 --- ParallelTerminationStrategy: PID 115 died...
22:49:45.061144 run osmo-ms-virt-phy/00081(pid=115): Terminated: ok {rc=0}
22:49:45.064685 --- ParallelTerminationStrategy: PID 116 died...
22:49:45.066115 run osmo-ms-virt-phy/00082(pid=116): Terminated: ok {rc=0}
22:49:45.069671 --- ParallelTerminationStrategy: PID 117 died...
22:49:45.071104 run osmo-ms-virt-phy/00083(pid=117): Terminated: ok {rc=0}
22:49:45.074640 --- ParallelTerminationStrategy: PID 118 died...
22:49:45.076092 run osmo-ms-virt-phy/00084(pid=118): Terminated: ok {rc=0}
22:49:45.079622 --- ParallelTerminationStrategy: PID 119 died...
22:49:45.081056 run osmo-ms-virt-phy/00085(pid=119): Terminated: ok {rc=0}
22:49:45.084593 --- ParallelTerminationStrategy: PID 120 died...
22:49:45.086028 run osmo-ms-virt-phy/00086(pid=120): Terminated: ok {rc=0}
22:49:45.089556 --- ParallelTerminationStrategy: PID 121 died...
22:49:45.090986 run osmo-ms-virt-phy/00087(pid=121): Terminated: ok {rc=0}
22:49:45.094551 --- ParallelTerminationStrategy: PID 122 died...
22:49:45.095988 run osmo-ms-virt-phy/00088(pid=122): Terminated: ok {rc=0}
22:49:45.099530 --- ParallelTerminationStrategy: PID 123 died...
22:49:45.100996 run osmo-ms-virt-phy/00089(pid=123): Terminated: ok {rc=0}
22:49:45.104522 --- ParallelTerminationStrategy: PID 124 died...
22:49:45.105952 run osmo-ms-virt-phy/00090(pid=124): Terminated: ok {rc=0}
22:49:45.109485 --- ParallelTerminationStrategy: PID 125 died...
22:49:45.110926 run osmo-ms-virt-phy/00091(pid=125): Terminated: ok {rc=0}
22:49:45.114461 --- ParallelTerminationStrategy: PID 126 died...
22:49:45.115891 run osmo-ms-virt-phy/00092(pid=126): Terminated: ok {rc=0}
22:49:45.119411 --- ParallelTerminationStrategy: PID 127 died...
22:49:45.120850 run osmo-ms-virt-phy/00093(pid=127): Terminated: ok {rc=0}
22:49:45.124405 --- ParallelTerminationStrategy: PID 128 died...
22:49:45.125834 run osmo-ms-virt-phy/00094(pid=128): Terminated: ok {rc=0}
22:49:45.129396 --- ParallelTerminationStrategy: PID 129 died...
22:49:45.130836 run osmo-ms-virt-phy/00095(pid=129): Terminated: ok {rc=0}
22:49:45.134362 --- ParallelTerminationStrategy: PID 130 died...
22:49:45.135808 run osmo-ms-virt-phy/00096(pid=130): Terminated: ok {rc=0}
22:49:45.139352 --- ParallelTerminationStrategy: PID 131 died...
22:49:45.140793 run osmo-ms-virt-phy/00097(pid=131): Terminated: ok {rc=0}
22:49:45.144336 --- ParallelTerminationStrategy: PID 132 died...
22:49:45.145770 run osmo-ms-virt-phy/00098(pid=132): Terminated: ok {rc=0}
22:49:45.149309 --- ParallelTerminationStrategy: PID 133 died...
22:49:45.150735 run osmo-ms-virt-phy/00099(pid=133): Terminated: ok {rc=0}
22:49:45.154277 --- ParallelTerminationStrategy: PID 134 died...
22:49:45.155703 run osmo-ms-mob/00000(pid=134): Terminated {rc=26112}
22:49:45.159243 --- ParallelTerminationStrategy: PID 135 died...
22:49:45.160697 run osmo-ms-mob/00001(pid=135): Terminated {rc=26112}
22:49:45.164261 --- ParallelTerminationStrategy: PID 136 died...
22:49:45.165688 run osmo-ms-mob/00002(pid=136): Terminated {rc=26112}
22:49:45.169240 --- ParallelTerminationStrategy: PID 137 died...
22:49:45.170673 run osmo-ms-mob/00003(pid=137): Terminated {rc=26112}
22:49:45.174239 --- ParallelTerminationStrategy: PID 138 died...
22:49:45.175675 run osmo-ms-mob/00004(pid=138): Terminated {rc=26112}
22:49:45.179218 --- ParallelTerminationStrategy: PID 139 died...
22:49:45.180664 run osmo-ms-mob/00005(pid=139): Terminated {rc=26112}
22:49:45.184214 --- ParallelTerminationStrategy: PID 140 died...
22:49:45.185649 run osmo-ms-mob/00006(pid=140): Terminated {rc=26112}
22:49:45.189208 --- ParallelTerminationStrategy: PID 141 died...
22:49:45.190658 run osmo-ms-mob/00007(pid=141): Terminated {rc=26112}
22:49:45.194215 --- ParallelTerminationStrategy: PID 142 died...
22:49:45.195642 run osmo-ms-mob/00008(pid=142): Terminated {rc=26112}
22:49:45.199216 --- ParallelTerminationStrategy: PID 143 died...
22:49:45.200655 run osmo-ms-mob/00009(pid=143): Terminated {rc=26112}
22:49:45.204221 --- ParallelTerminationStrategy: PID 144 died...
22:49:45.205656 run osmo-ms-mob/00010(pid=144): Terminated {rc=26112}
22:49:45.209220 --- ParallelTerminationStrategy: PID 145 died...
22:49:45.210655 run osmo-ms-mob/00011(pid=145): Terminated {rc=26112}
22:49:45.214205 --- ParallelTerminationStrategy: PID 146 died...
22:49:45.215645 run osmo-ms-mob/00012(pid=146): Terminated {rc=26112}
22:49:45.219213 --- ParallelTerminationStrategy: PID 147 died...
22:49:45.220658 run osmo-ms-mob/00013(pid=147): Terminated {rc=26112}
22:49:45.224222 --- ParallelTerminationStrategy: PID 148 died...
22:49:45.225651 run osmo-ms-mob/00014(pid=148): Terminated {rc=26112}
22:49:45.229217 --- ParallelTerminationStrategy: PID 149 died...
22:49:45.230656 run osmo-ms-mob/00015(pid=149): Terminated {rc=26112}
22:49:45.234269 --- ParallelTerminationStrategy: PID 150 died...
22:49:45.235732 run osmo-ms-mob/00016(pid=150): Terminated {rc=26112}
22:49:45.239359 --- ParallelTerminationStrategy: PID 151 died...
22:49:45.240852 run osmo-ms-mob/00017(pid=151): Terminated {rc=26112}
22:49:45.244473 --- ParallelTerminationStrategy: PID 152 died...
22:49:45.245941 run osmo-ms-mob/00018(pid=152): Terminated {rc=26112}
22:49:45.249561 --- ParallelTerminationStrategy: PID 153 died...
22:49:45.251007 run osmo-ms-mob/00019(pid=153): Terminated {rc=26112}
22:49:45.254635 --- ParallelTerminationStrategy: PID 154 died...
22:49:45.256098 run osmo-ms-mob/00020(pid=154): Terminated {rc=26112}
22:49:45.259727 --- ParallelTerminationStrategy: PID 155 died...
22:49:45.261189 run osmo-ms-mob/00021(pid=155): Terminated {rc=26112}
22:49:45.264829 --- ParallelTerminationStrategy: PID 156 died...
22:49:45.266289 run osmo-ms-mob/00022(pid=156): Terminated {rc=26112}
22:49:45.269918 --- ParallelTerminationStrategy: PID 157 died...
22:49:45.271379 run osmo-ms-mob/00023(pid=157): Terminated {rc=26112}
22:49:45.275017 --- ParallelTerminationStrategy: PID 158 died...
22:49:45.276480 run osmo-ms-mob/00024(pid=158): Terminated {rc=26112}
22:49:45.280106 --- ParallelTerminationStrategy: PID 159 died...
22:49:45.281583 run osmo-ms-mob/00025(pid=159): Terminated {rc=26112}
22:49:45.285222 --- ParallelTerminationStrategy: PID 160 died...
22:49:45.286680 run osmo-ms-mob/00026(pid=160): Terminated {rc=26112}
22:49:45.290332 --- ParallelTerminationStrategy: PID 161 died...
22:49:45.291813 run osmo-ms-mob/00027(pid=161): Terminated {rc=26112}
22:49:45.295436 --- ParallelTerminationStrategy: PID 162 died...
22:49:45.296898 run osmo-ms-mob/00028(pid=162): Terminated {rc=26112}
22:49:45.300536 --- ParallelTerminationStrategy: PID 163 died...
22:49:45.302002 run osmo-ms-mob/00029(pid=163): Terminated {rc=26112}
22:49:45.305623 --- ParallelTerminationStrategy: PID 164 died...
22:49:45.307076 run osmo-ms-mob/00030(pid=164): Terminated {rc=26112}
22:49:45.310706 --- ParallelTerminationStrategy: PID 165 died...
22:49:45.312163 run osmo-ms-mob/00031(pid=165): Terminated {rc=26112}
22:49:45.315787 --- ParallelTerminationStrategy: PID 166 died...
22:49:45.317237 run osmo-ms-mob/00032(pid=166): Terminated {rc=26112}
22:49:45.320858 --- ParallelTerminationStrategy: PID 167 died...
22:49:45.322317 run osmo-ms-mob/00033(pid=167): Terminated {rc=26112}
22:49:45.325952 --- ParallelTerminationStrategy: PID 168 died...
22:49:45.327408 run osmo-ms-mob/00034(pid=168): Terminated {rc=26112}
22:49:45.331041 --- ParallelTerminationStrategy: PID 169 died...
22:49:45.332511 run osmo-ms-mob/00035(pid=169): Terminated {rc=26112}
22:49:45.336129 --- ParallelTerminationStrategy: PID 170 died...
22:49:45.337596 run osmo-ms-mob/00036(pid=170): Terminated {rc=26112}
22:49:45.341228 --- ParallelTerminationStrategy: PID 171 died...
22:49:45.342692 run osmo-ms-mob/00037(pid=171): Terminated {rc=26112}
22:49:45.346310 --- ParallelTerminationStrategy: PID 172 died...
22:49:45.347776 run osmo-ms-mob/00038(pid=172): Terminated {rc=26112}
22:49:45.351391 --- ParallelTerminationStrategy: PID 173 died...
22:49:45.352845 run osmo-ms-mob/00039(pid=173): Terminated {rc=26112}
22:49:45.356482 --- ParallelTerminationStrategy: PID 174 died...
22:49:45.357955 run osmo-ms-mob/00040(pid=174): Terminated {rc=26112}
22:49:45.361594 --- ParallelTerminationStrategy: PID 175 died...
22:49:45.363063 run osmo-ms-mob/00041(pid=175): Terminated {rc=26112}
22:49:45.366711 --- ParallelTerminationStrategy: PID 176 died...
22:49:45.368177 run osmo-ms-mob/00042(pid=176): Terminated {rc=26112}
22:49:45.371798 --- ParallelTerminationStrategy: PID 177 died...
22:49:45.373250 run osmo-ms-mob/00043(pid=177): Terminated {rc=26112}
22:49:45.376865 --- ParallelTerminationStrategy: PID 178 died...
22:49:45.378324 run osmo-ms-mob/00044(pid=178): Terminated {rc=26112}
22:49:45.381945 --- ParallelTerminationStrategy: PID 179 died...
22:49:45.383409 run osmo-ms-mob/00045(pid=179): Terminated {rc=26112}
22:49:45.387025 --- ParallelTerminationStrategy: PID 180 died...
22:49:45.388494 run osmo-ms-mob/00046(pid=180): Terminated {rc=26112}
22:49:45.392119 --- ParallelTerminationStrategy: PID 181 died...
22:49:45.393577 run osmo-ms-mob/00047(pid=181): Terminated {rc=26112}
22:49:45.397224 --- ParallelTerminationStrategy: PID 182 died...
22:49:45.398677 run osmo-ms-mob/00048(pid=182): Terminated {rc=26112}
22:49:45.402302 --- ParallelTerminationStrategy: PID 183 died...
22:49:45.403774 run osmo-ms-mob/00049(pid=183): Terminated {rc=26112}
22:49:45.407405 --- ParallelTerminationStrategy: PID 184 died...
22:49:45.408859 run osmo-ms-mob/00050(pid=184): Terminated {rc=26112}
22:49:45.412487 --- ParallelTerminationStrategy: PID 185 died...
22:49:45.413950 run osmo-ms-mob/00051(pid=185): Terminated {rc=26112}
22:49:45.417565 --- ParallelTerminationStrategy: PID 186 died...
22:49:45.419021 run osmo-ms-mob/00052(pid=186): Terminated {rc=26112}
22:49:45.422639 --- ParallelTerminationStrategy: PID 187 died...
22:49:45.424098 run osmo-ms-mob/00053(pid=187): Terminated {rc=26112}
22:49:45.427747 --- ParallelTerminationStrategy: PID 188 died...
22:49:45.429217 run osmo-ms-mob/00054(pid=188): Terminated {rc=26112}
22:49:45.432851 --- ParallelTerminationStrategy: PID 189 died...
22:49:45.434317 run osmo-ms-mob/00055(pid=189): Terminated {rc=26112}
22:49:45.437977 --- ParallelTerminationStrategy: PID 190 died...
22:49:45.439451 run osmo-ms-mob/00056(pid=190): Terminated {rc=26112}
22:49:45.443081 --- ParallelTerminationStrategy: PID 191 died...
22:49:45.444584 run osmo-ms-mob/00057(pid=191): Terminated {rc=26112}
22:49:45.448225 --- ParallelTerminationStrategy: PID 192 died...
22:49:45.449701 run osmo-ms-mob/00058(pid=192): Terminated {rc=26112}
22:49:45.453470 --- ParallelTerminationStrategy: PID 193 died...
22:49:45.454999 run osmo-ms-mob/00059(pid=193): Terminated {rc=26112}
22:49:45.458795 --- ParallelTerminationStrategy: PID 194 died...
22:49:45.460328 run osmo-ms-mob/00060(pid=194): Terminated {rc=26112}
22:49:45.464098 --- ParallelTerminationStrategy: PID 195 died...
22:49:45.465624 run osmo-ms-mob/00061(pid=195): Terminated {rc=26112}
22:49:45.469434 --- ParallelTerminationStrategy: PID 196 died...
22:49:45.470953 run osmo-ms-mob/00062(pid=196): Terminated {rc=26112}
22:49:45.474747 --- ParallelTerminationStrategy: PID 197 died...
22:49:45.476276 run osmo-ms-mob/00063(pid=197): Terminated {rc=26112}
22:49:45.480071 --- ParallelTerminationStrategy: PID 198 died...
22:49:45.481597 run osmo-ms-mob/00064(pid=198): Terminated {rc=26112}
22:49:45.485391 --- ParallelTerminationStrategy: PID 199 died...
22:49:45.486911 run osmo-ms-mob/00065(pid=199): Terminated {rc=26112}
22:49:45.490698 --- ParallelTerminationStrategy: PID 200 died...
22:49:45.492233 run osmo-ms-mob/00066(pid=200): Terminated {rc=26112}
22:49:45.496014 --- ParallelTerminationStrategy: PID 201 died...
22:49:45.497532 run osmo-ms-mob/00067(pid=201): Terminated {rc=26112}
22:49:45.501322 --- ParallelTerminationStrategy: PID 202 died...
22:49:45.502846 run osmo-ms-mob/00068(pid=202): Terminated {rc=26112}
22:49:45.506636 --- ParallelTerminationStrategy: PID 203 died...
22:49:45.508175 run osmo-ms-mob/00069(pid=203): Terminated {rc=26112}
22:49:45.511962 --- ParallelTerminationStrategy: PID 204 died...
22:49:45.513544 run osmo-ms-mob/00070(pid=204): Terminated {rc=26112}
22:49:45.517344 --- ParallelTerminationStrategy: PID 205 died...
22:49:45.518871 run osmo-ms-mob/00071(pid=205): Terminated {rc=26112}
22:49:45.522672 --- ParallelTerminationStrategy: PID 206 died...
22:49:45.524227 run osmo-ms-mob/00072(pid=206): Terminated {rc=26112}
22:49:45.528015 --- ParallelTerminationStrategy: PID 207 died...
22:49:45.529537 run osmo-ms-mob/00073(pid=207): Terminated {rc=26112}
22:49:45.533355 --- ParallelTerminationStrategy: PID 208 died...
22:49:45.534887 run osmo-ms-mob/00074(pid=208): Terminated {rc=26112}
22:49:45.538689 --- ParallelTerminationStrategy: PID 209 died...
22:49:45.540221 run osmo-ms-mob/00075(pid=209): Terminated {rc=26112}
22:49:45.544024 --- ParallelTerminationStrategy: PID 210 died...
22:49:45.545544 run osmo-ms-mob/00076(pid=210): Terminated {rc=26112}
22:49:45.549221 --- ParallelTerminationStrategy: PID 211 died...
22:49:45.550683 run osmo-ms-mob/00077(pid=211): Terminated {rc=26112}
22:49:45.554332 --- ParallelTerminationStrategy: PID 212 died...
22:49:45.555799 run osmo-ms-mob/00078(pid=212): Terminated {rc=26112}
22:49:45.559421 --- ParallelTerminationStrategy: PID 213 died...
22:49:45.560887 run osmo-ms-mob/00079(pid=213): Terminated {rc=26112}
22:49:45.564526 --- ParallelTerminationStrategy: PID 214 died...
22:49:45.565980 run osmo-ms-mob/00080(pid=214): Terminated {rc=26112}
22:49:45.569611 --- ParallelTerminationStrategy: PID 215 died...
22:49:45.571067 run osmo-ms-mob/00081(pid=215): Terminated {rc=26112}
22:49:45.574722 --- ParallelTerminationStrategy: PID 216 died...
22:49:45.576208 run osmo-ms-mob/00082(pid=216): Terminated {rc=26112}
22:49:45.579852 --- ParallelTerminationStrategy: PID 217 died...
22:49:45.581319 run osmo-ms-mob/00083(pid=217): Terminated {rc=26112}
22:49:45.584967 --- ParallelTerminationStrategy: PID 218 died...
22:49:45.586426 run osmo-ms-mob/00084(pid=218): Terminated {rc=26112}
22:49:45.590059 --- ParallelTerminationStrategy: PID 219 died...
22:49:45.591524 run osmo-ms-mob/00085(pid=219): Terminated {rc=26112}
22:49:45.595160 --- ParallelTerminationStrategy: PID 220 died...
22:49:45.596643 run osmo-ms-mob/00086(pid=220): Terminated {rc=26112}
22:49:45.600322 --- ParallelTerminationStrategy: PID 221 died...
22:49:45.601789 run osmo-ms-mob/00087(pid=221): Terminated {rc=26112}
22:49:45.605443 --- ParallelTerminationStrategy: PID 222 died...
22:49:45.606910 run osmo-ms-mob/00088(pid=222): Terminated {rc=26112}
22:49:45.610569 --- ParallelTerminationStrategy: PID 223 died...
22:49:45.612046 run osmo-ms-mob/00089(pid=223): Terminated {rc=26112}
22:49:45.615686 --- ParallelTerminationStrategy: PID 224 died...
22:49:45.617149 run osmo-ms-mob/00090(pid=224): Terminated {rc=26112}
22:49:45.620806 --- ParallelTerminationStrategy: PID 225 died...
22:49:45.622265 run osmo-ms-mob/00091(pid=225): Terminated {rc=26112}
22:49:45.625923 --- ParallelTerminationStrategy: PID 226 died...
22:49:45.627396 run osmo-ms-mob/00092(pid=226): Terminated {rc=26112}
22:49:45.631037 --- ParallelTerminationStrategy: PID 227 died...
22:49:45.632532 run osmo-ms-mob/00093(pid=227): Terminated {rc=26112}
22:49:45.636176 --- ParallelTerminationStrategy: PID 228 died...
22:49:45.637644 run osmo-ms-mob/00094(pid=228): Terminated {rc=26112}
22:49:45.641315 --- ParallelTerminationStrategy: PID 229 died...
22:49:45.642773 run osmo-ms-mob/00095(pid=229): Terminated {rc=26112}
22:49:45.646416 --- ParallelTerminationStrategy: PID 230 died...
22:49:45.647900 run osmo-ms-mob/00096(pid=230): Terminated {rc=26112}
22:49:45.651548 --- ParallelTerminationStrategy: PID 231 died...
22:49:45.653023 run osmo-ms-mob/00097(pid=231): Terminated {rc=26112}
22:49:45.656698 --- ParallelTerminationStrategy: PID 232 died...
22:49:45.658152 run osmo-ms-mob/00098(pid=232): Terminated {rc=26112}
22:49:45.661823 --- ParallelTerminationStrategy: PID 233 died...
22:49:45.663287 run osmo-ms-mob/00099(pid=233): Terminated {rc=26112}
22:49:49.067621 --- ParallelTerminationStrategy: PID 33 died...
22:49:49.074533 run osmo-bts-virtual(pid=33): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8307 netreg_mass PASS
---------------------------------------------------------------------
22:49:49.149412 tst trial-8307: Storing JUnit report in /build/trial-8307/run.2026-04-20_22-48-16/trial-8307.xml
--------------------------------------------------------------------------------------------
trial-8307 PASS
--------------------------------------------------------------------------------------------
22:49:49.160098 tst trial-8307: trial-8307: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (87.0 sec)
+ exit_code=0
+ rm -rf trial-8307/inst
+ cd trial-8307
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-04-20 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8307-run.tgz run.2026-04-20_22-48-16
+ tar czf /build/trial-8307-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-04-20_13_26_59.tgz osmo-bts-oc2g.build-2026-04-20_00_51_33.tgz osmo-bts-sysmo.build-2026-04-20_00_51_45.tgz osmo-bts.build-2026-04-20_00_51_58.tgz osmo-ggsn.build-2026-04-20_20_42_44.tgz osmo-hlr.build-2026-04-20_16_36_53.tgz osmo-hnbgw.build-2026-04-20_13_30_49.tgz osmo-mgw.build-2026-04-20_08_33_06.tgz osmo-msc.build-2026-04-20_13_34_46.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-04-20_07_35_09.tgz osmo-pcu-sysmo.build-2026-04-20_07_35_05.tgz osmo-pcu.build-2026-04-20_07_35_07.tgz osmo-sgsn.build-2026-04-20_20_48_38.tgz osmo-stp.build-2026-04-20_13_25_23.tgz osmo-trx.build-2026-04-20_14_21_36.tgz osmocom-bb.build-2026-04-20_21_17_18.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