This log is too long to show here, 14 KB has been skipped — click to see the complete log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins4104275538641970389.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-8409
+ 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
f69f41a ttcn3-asterisk-ims-ue-test: set execfn
+ 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 [ 8/28] RUN MKDIR /var/run/sshd
#7 CACHED
#8 [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
#8 CACHED
#9 [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
#9 CACHED
#10 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#10 CACHED
#11 [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
#11 CACHED
#12 [ 3/28] RUN groupadd osmo-gsm-tester
#12 CACHED
#13 [20/28] WORKDIR /TMP
#13 CACHED
#14 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#14 CACHED
#15 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#15 CACHED
#16 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#16 CACHED
#17 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#17 CACHED
#18 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#18 CACHED
#19 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#19 CACHED
#20 [ 2/28] RUN useradd -ms /bin/bash jenkins
#20 CACHED
#21 [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
#21 CACHED
#22 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#22 CACHED
#23 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#23 CACHED
#24 [ 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
#24 CACHED
#25 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#25 CACHED
#26 [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
#26 CACHED
#27 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#27 CACHED
#28 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#28 CACHED
#29 [19/28] RUN IF [ "$(arch)" = "x86_64" ]; then apt-get update && apt-get install -y --no-install-recommends python3-pip python3-setuptools python3-wheel ninja-build build-essential flex bison git libsctp-dev libgnutls28-dev libgcrypt-dev libssl-dev libidn11-dev libmongoc-dev libbson-dev libyaml-dev libnghttp2-dev libmicrohttpd-dev libcurl4-gnutls-dev libnghttp2-dev meson && apt-get clean; fi
#29 CACHED
#30 [ 9/28] COPY SSH /root/.ssh
#30 CACHED
#31 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#31 CACHED
#32 [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
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:33604715a907a839d6dfdccfa34f4b5d28622de40d64f96ea0a9a2ccd581bbde done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8410 -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-08-01 22:48:15
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8410
+ mkdir -p trial-8410
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-08-01_13_27_01.tgz osmo-bts-oc2g.build-2026-08-01_00_52_27.tgz osmo-bts-sysmo.build-2026-08-01_00_52_27.tgz osmo-bts.build-2026-08-01_00_52_32.tgz osmo-ggsn.build-2026-08-01_20_43_06.tgz osmo-hlr.build-2026-08-01_16_37_41.tgz osmo-hnbgw.build-2026-08-01_13_31_44.tgz osmo-mgw.build-2026-08-01_08_33_47.tgz osmo-msc.build-2026-08-01_13_34_17.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-08-01_07_35_01.tgz osmo-pcu-sysmo.build-2026-08-01_07_35_01.tgz osmo-pcu.build-2026-08-01_07_34_59.tgz osmo-sgsn.build-2026-08-01_20_49_22.tgz osmo-stp.build-2026-08-01_13_25_37.tgz osmo-trx.build-2026-08-01_14_22_32.tgz osmocom-bb.build-2026-08-01_21_18_48.tgz srslte.build-19.tgz trial-8410
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-08-01_13_27_01.md5 osmo-bts-oc2g.build-2026-08-01_00_52_27.md5 osmo-bts-sysmo.build-2026-08-01_00_52_27.md5 osmo-bts.build-2026-08-01_00_52_32.md5 osmo-ggsn.build-2026-08-01_20_43_06.md5 osmo-hlr.build-2026-08-01_16_37_41.md5 osmo-hnbgw.build-2026-08-01_13_31_44.md5 osmo-mgw.build-2026-08-01_08_33_47.md5 osmo-msc.build-2026-08-01_13_34_17.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-08-01_07_35_01.md5 osmo-pcu-sysmo.build-2026-08-01_07_35_01.md5 osmo-pcu.build-2026-08-01_07_34_59.md5 osmo-sgsn.build-2026-08-01_20_49_22.md5 osmo-stp.build-2026-08-01_13_25_37.md5 osmo-trx.build-2026-08-01_14_22_32.md5 osmocom-bb.build-2026-08-01_21_18_48.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-08-01_13_27_01.md5 osmo-bts-oc2g.build-2026-08-01_00_52_27.md5 osmo-bts-sysmo.build-2026-08-01_00_52_27.md5 osmo-bts.build-2026-08-01_00_52_32.md5 osmo-ggsn.build-2026-08-01_20_43_06.md5 osmo-hlr.build-2026-08-01_16_37_41.md5 osmo-hnbgw.build-2026-08-01_13_31_44.md5 osmo-mgw.build-2026-08-01_08_33_47.md5 osmo-msc.build-2026-08-01_13_34_17.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-08-01_07_35_01.md5 osmo-pcu-sysmo.build-2026-08-01_07_35_01.md5 osmo-pcu.build-2026-08-01_07_34_59.md5 osmo-sgsn.build-2026-08-01_20_49_22.md5 osmo-stp.build-2026-08-01_13_25_37.md5 osmo-trx.build-2026-08-01_14_22_32.md5 osmocom-bb.build-2026-08-01_21_18_48.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-8410 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8410'
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-8410
--------------------------------------------------------------------------------------------
22:48:16.122340 tst trial-8410: Detailed log at /build/trial-8410/run.2026-08-01_22-48-16/log
---------------------------------------------------------------------
trial-8410 netreg_mass
---------------------------------------------------------------------
22:48:16.329320 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.329686 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.330471 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.331677 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.372054 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.372844 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.374086 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:16.436444 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-8410 netreg_mass register_default_mass.py
----------------------------------------------
22:48:16.437267 tst register_default_mass.py:9: Claiming resources for the test
22:48:16.451716 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.452247 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.452708 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.453164 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.453635 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.454105 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.454553 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:16.480951 tst register_default_mass.py: using LAC 2
22:48:16.497284 tst register_default_mass.py: using RAC 2
22:48:16.514787 tst register_default_mass.py: using CellId 2
22:48:16.534002 tst register_default_mass.py: using BVCI 3
22:48:16.543107 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.543730 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.544303 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.544853 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.545398 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.545926 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.546440 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.547010 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.547558 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.548090 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.548640 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.549154 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.549687 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.550241 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.550771 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.551334 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.551865 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.552389 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.552940 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.553466 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.554017 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.554558 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.555097 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.555660 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.556194 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.556735 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.557288 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.557818 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.558355 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.558903 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.559424 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.559951 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.560497 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.561038 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.561592 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.562130 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.562659 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.563214 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.563749 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.564274 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.564815 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.565346 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.565875 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.566417 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.566964 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.567490 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.568024 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.568553 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.569093 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.569622 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.570152 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.570684 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.571213 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.571736 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.572277 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.572801 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.573338 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.573871 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.574388 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.574920 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.575441 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.575976 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.576501 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.577032 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.577557 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.578081 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.578599 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.579160 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.579696 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.580230 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.580752 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.581287 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.581880 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.582401 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.582949 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.583474 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.583982 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.584506 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.585035 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.585548 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.586052 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.586574 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.587099 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.587610 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.588122 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.588642 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.589154 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.589673 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.590190 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.590708 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.591254 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.591783 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.592312 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.592858 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.593378 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.593889 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.594423 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.594956 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.595494 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.596011 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.596532 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.597126 tst register_default_mass.py:21: Launching a simple network
22:48:16.607128 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:16.724385 run create_hlr_db(pid=20): Launched
22:48:17.739692 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:17.756003 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:17.771085 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:17.776745 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:17.962113 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:17.976855 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:17.982455 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:18.388371 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:18.403240 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:21.418492 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:21.543320 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:21.558207 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:21.563781 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:21.587212 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:21.602095 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:21.607707 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:21.913155 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:21.928200 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:27.955093 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.124597 run osmo-bts-virtual(pid=34): Launched
22:48:29.156115 tst register_default_mass.py: using MSISDN 1001
22:48:29.167832 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:29.197573 tst register_default_mass.py: using MSISDN 1002
22:48:29.210851 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:29.234480 tst register_default_mass.py: using MSISDN 1003
22:48:29.245133 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:29.268681 tst register_default_mass.py: using MSISDN 1004
22:48:29.279186 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:29.302672 tst register_default_mass.py: using MSISDN 1005
22:48:29.313026 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:29.336469 tst register_default_mass.py: using MSISDN 1006
22:48:29.346775 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:29.369973 tst register_default_mass.py: using MSISDN 1007
22:48:29.380171 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:29.403563 tst register_default_mass.py: using MSISDN 1008
22:48:29.413825 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:29.437517 tst register_default_mass.py: using MSISDN 1009
22:48:29.447955 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:29.471368 tst register_default_mass.py: using MSISDN 1010
22:48:29.481605 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:29.505217 tst register_default_mass.py: using MSISDN 1011
22:48:29.515643 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:29.539144 tst register_default_mass.py: using MSISDN 1012
22:48:29.549447 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:29.573275 tst register_default_mass.py: using MSISDN 1013
22:48:29.583826 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:29.607190 tst register_default_mass.py: using MSISDN 1014
22:48:29.617534 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:29.641180 tst register_default_mass.py: using MSISDN 1015
22:48:29.651566 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:29.675167 tst register_default_mass.py: using MSISDN 1016
22:48:29.685531 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:29.708511 tst register_default_mass.py: using MSISDN 1017
22:48:29.718563 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:29.740985 tst register_default_mass.py: using MSISDN 1018
22:48:29.750787 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:29.773426 tst register_default_mass.py: using MSISDN 1019
22:48:29.783257 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:29.805562 tst register_default_mass.py: using MSISDN 1020
22:48:29.815426 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:29.840177 tst register_default_mass.py: using MSISDN 1021
22:48:29.856910 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:29.880036 tst register_default_mass.py: using MSISDN 1022
22:48:29.890505 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:29.913757 tst register_default_mass.py: using MSISDN 1023
22:48:29.923636 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:29.946496 tst register_default_mass.py: using MSISDN 1024
22:48:29.956295 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:29.979424 tst register_default_mass.py: using MSISDN 1025
22:48:29.989296 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:30.012125 tst register_default_mass.py: using MSISDN 1026
22:48:30.021815 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:30.044700 tst register_default_mass.py: using MSISDN 1027
22:48:30.054468 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:30.077481 tst register_default_mass.py: using MSISDN 1028
22:48:30.087112 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:30.110184 tst register_default_mass.py: using MSISDN 1029
22:48:30.120023 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:30.142911 tst register_default_mass.py: using MSISDN 1030
22:48:30.152581 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:30.181673 tst register_default_mass.py: using MSISDN 1031
22:48:30.194060 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:30.217293 tst register_default_mass.py: using MSISDN 1032
22:48:30.227386 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:30.250599 tst register_default_mass.py: using MSISDN 1033
22:48:30.260514 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:30.283417 tst register_default_mass.py: using MSISDN 1034
22:48:30.293181 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:30.315790 tst register_default_mass.py: using MSISDN 1035
22:48:30.325523 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:30.348221 tst register_default_mass.py: using MSISDN 1036
22:48:30.357816 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:30.380896 tst register_default_mass.py: using MSISDN 1037
22:48:30.390577 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:30.413297 tst register_default_mass.py: using MSISDN 1038
22:48:30.422810 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:30.445982 tst register_default_mass.py: using MSISDN 1039
22:48:30.455876 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:30.478639 tst register_default_mass.py: using MSISDN 1040
22:48:30.488254 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:30.510548 tst register_default_mass.py: using MSISDN 1041
22:48:30.520197 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:30.542917 tst register_default_mass.py: using MSISDN 1042
22:48:30.552497 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:30.575512 tst register_default_mass.py: using MSISDN 1043
22:48:30.585290 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:30.607852 tst register_default_mass.py: using MSISDN 1044
22:48:30.617299 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:30.639898 tst register_default_mass.py: using MSISDN 1045
22:48:30.649547 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:30.672455 tst register_default_mass.py: using MSISDN 1046
22:48:30.681993 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:30.704834 tst register_default_mass.py: using MSISDN 1047
22:48:30.714415 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:30.737096 tst register_default_mass.py: using MSISDN 1048
22:48:30.746773 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:30.769898 tst register_default_mass.py: using MSISDN 1049
22:48:30.779649 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:30.802529 tst register_default_mass.py: using MSISDN 1050
22:48:30.812194 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:30.834822 tst register_default_mass.py: using MSISDN 1051
22:48:30.844530 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:30.867755 tst register_default_mass.py: using MSISDN 1052
22:48:30.877902 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:30.901226 tst register_default_mass.py: using MSISDN 1053
22:48:30.911573 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:30.934855 tst register_default_mass.py: using MSISDN 1054
22:48:30.945063 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:30.968295 tst register_default_mass.py: using MSISDN 1055
22:48:30.978434 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:31.002023 tst register_default_mass.py: using MSISDN 1056
22:48:31.012405 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:31.035873 tst register_default_mass.py: using MSISDN 1057
22:48:31.046277 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:31.069882 tst register_default_mass.py: using MSISDN 1058
22:48:31.080211 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:31.103685 tst register_default_mass.py: using MSISDN 1059
22:48:31.114128 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:31.137740 tst register_default_mass.py: using MSISDN 1060
22:48:31.148004 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:31.171444 tst register_default_mass.py: using MSISDN 1061
22:48:31.181897 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:31.205305 tst register_default_mass.py: using MSISDN 1062
22:48:31.215622 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:31.238936 tst register_default_mass.py: using MSISDN 1063
22:48:31.249027 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:31.272159 tst register_default_mass.py: using MSISDN 1064
22:48:31.282459 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:31.305931 tst register_default_mass.py: using MSISDN 1065
22:48:31.316180 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:31.339624 tst register_default_mass.py: using MSISDN 1066
22:48:31.349860 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:31.373287 tst register_default_mass.py: using MSISDN 1067
22:48:31.383564 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:31.407192 tst register_default_mass.py: using MSISDN 1068
22:48:31.417565 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:31.440923 tst register_default_mass.py: using MSISDN 1069
22:48:31.451249 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:31.474552 tst register_default_mass.py: using MSISDN 1070
22:48:31.484895 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:31.508086 tst register_default_mass.py: using MSISDN 1071
22:48:31.518277 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:31.541907 tst register_default_mass.py: using MSISDN 1072
22:48:31.552356 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:31.575808 tst register_default_mass.py: using MSISDN 1073
22:48:31.586099 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:31.609791 tst register_default_mass.py: using MSISDN 1074
22:48:31.620274 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:31.643754 tst register_default_mass.py: using MSISDN 1075
22:48:31.654127 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:31.677652 tst register_default_mass.py: using MSISDN 1076
22:48:31.688010 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:31.711141 tst register_default_mass.py: using MSISDN 1077
22:48:31.721434 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:31.744847 tst register_default_mass.py: using MSISDN 1078
22:48:31.755105 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:31.778437 tst register_default_mass.py: using MSISDN 1079
22:48:31.788783 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:31.812256 tst register_default_mass.py: using MSISDN 1080
22:48:31.822662 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:31.846232 tst register_default_mass.py: using MSISDN 1081
22:48:31.856616 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:31.880055 tst register_default_mass.py: using MSISDN 1082
22:48:31.890047 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:31.912718 tst register_default_mass.py: using MSISDN 1083
22:48:31.918431 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:31.941640 tst register_default_mass.py: using MSISDN 1084
22:48:31.951682 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:31.974787 tst register_default_mass.py: using MSISDN 1085
22:48:31.984786 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:32.007551 tst register_default_mass.py: using MSISDN 1086
22:48:32.017545 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:32.040234 tst register_default_mass.py: using MSISDN 1087
22:48:32.050143 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:32.072107 tst register_default_mass.py: using MSISDN 1088
22:48:32.081651 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:32.103861 tst register_default_mass.py: using MSISDN 1089
22:48:32.113532 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:32.135727 tst register_default_mass.py: using MSISDN 1090
22:48:32.145279 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:32.167437 tst register_default_mass.py: using MSISDN 1091
22:48:32.177070 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:32.198975 tst register_default_mass.py: using MSISDN 1092
22:48:32.208466 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:32.231447 tst register_default_mass.py: using MSISDN 1093
22:48:32.241263 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:32.264103 tst register_default_mass.py: using MSISDN 1094
22:48:32.274174 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:32.297598 tst register_default_mass.py: using MSISDN 1095
22:48:32.307733 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:32.330562 tst register_default_mass.py: using MSISDN 1096
22:48:32.340621 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:32.363742 tst register_default_mass.py: using MSISDN 1097
22:48:32.373863 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:32.397090 tst register_default_mass.py: using MSISDN 1098
22:48:32.407210 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:32.430443 tst register_default_mass.py: using MSISDN 1099
22:48:32.440674 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:32.463627 tst register_default_mass.py: using MSISDN 1100
22:48:32.473653 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:32.560217 run mass: Starting testcase
22:48:32.565803 run mass: Pre-launching all virtphy's
22:48:32.571317 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:32.584471 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:32.590560 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:32.603607 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:32.609663 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:32.622551 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:32.628505 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:32.641557 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:32.647640 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:32.660624 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:32.666787 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:32.679987 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:32.686078 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:32.699266 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:32.705231 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:32.718184 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:32.724167 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:32.737152 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:32.743123 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:32.756086 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:32.762168 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:32.775242 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:32.781334 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:32.794337 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:32.800327 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:32.813269 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:32.819224 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:32.832243 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:32.838320 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:32.851506 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:32.857665 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:32.870726 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:32.876699 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:32.889792 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:32.895870 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:32.908807 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:32.914946 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:32.927909 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:32.934026 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:32.947004 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:32.952931 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:32.965863 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:32.971908 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:32.984882 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:32.990817 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:33.003790 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:33.009733 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:33.022706 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:33.028752 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:33.041672 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:33.047631 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:33.060596 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:33.066543 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:33.079482 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:33.085457 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:33.098393 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:33.104440 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:33.117428 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:33.123497 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:33.136559 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:33.142520 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:33.155567 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:33.161554 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:33.174560 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:33.180555 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:33.193572 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:33.199529 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:33.212578 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:33.218526 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:33.231454 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:33.237410 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:33.250425 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:33.256421 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:33.269456 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:33.275700 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:33.288883 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:33.295109 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:33.308449 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:33.314546 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:33.327875 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:33.334006 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:33.347438 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:33.353524 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:33.366880 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:33.373013 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:33.386316 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:33.392405 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:33.405408 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:33.411355 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:33.424243 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:33.430179 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:33.443041 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:33.449011 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:33.461872 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:33.467825 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:33.480654 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:33.486572 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:33.499417 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:33.505352 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:33.518189 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:33.524161 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:33.537003 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:33.542945 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:33.555844 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:33.561729 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:33.574683 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:33.580699 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:33.593650 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:33.599599 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:33.612526 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:33.618428 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:33.631500 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:33.637390 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:33.650355 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:33.656376 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:33.669276 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:33.675433 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:33.688613 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:33.694725 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:33.707842 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:33.713860 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:33.726961 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:33.732978 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:33.746098 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:33.752201 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:33.765328 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:33.771267 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:33.784178 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:33.790109 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:33.803099 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:33.809142 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:33.822122 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:33.828260 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:33.841176 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:33.847172 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:33.860185 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:33.866181 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:33.879245 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:33.885170 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:33.898080 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:33.904063 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:33.917036 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:33.923028 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:33.935970 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:33.941897 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:33.954768 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:33.960679 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:33.973680 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:33.979594 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:33.992518 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:33.998436 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:34.011346 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:34.017314 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:34.030249 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:34.036304 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:34.049397 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:34.055440 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:34.068492 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:34.074373 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:34.087238 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:34.093309 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:34.106276 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:34.112349 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:34.125319 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:34.131270 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:34.144095 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:34.150033 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:34.162870 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:34.168838 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:34.181723 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:34.187703 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:34.200568 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:34.206579 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:34.219429 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:34.225410 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:34.238244 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:34.244203 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:34.257064 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:34.263049 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:34.275869 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:34.281963 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:34.294830 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:34.300943 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:34.313865 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:34.319848 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:34.332935 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:34.338935 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:34.352202 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:34.358264 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:34.371321 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:34.377396 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:34.390486 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:34.396655 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:34.409777 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:34.416009 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:34.429059 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:34.435264 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:34.449097 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:34.455435 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:34.468556 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:34.474584 run mass: Checking if sockets are in the filesystem
22:48:34.506304 run osmo-ms-mob/00000: Starting mobile
22:48:34.519673 run osmo-ms-mob/00000(pid=135): Launched
22:48:34.537797 run mass: MS start registered {at=2290196.586888248, delay=0.012009473983198404, ms=00000}
22:48:38.693707 run osmo-ms-mob/00001: Starting mobile
22:48:38.707086 run osmo-ms-mob/00001(pid=136): Launched
22:48:38.720808 run mass: MS start registered {at=2290200.769920697, delay=0.007681755814701319, ms=00001}
22:48:39.551529 run mass: MS performed LU {at=2290201.600533179, lu_delay=5.013644930906594, ms=00000}
22:48:40.521878 run osmo-ms-mob/00002: Starting mobile
22:48:40.538594 run osmo-ms-mob/00002(pid=137): Launched
22:48:40.549385 run mass: MS start registered {at=2290202.59849358, delay=0.004874312784522772, ms=00002}
22:48:41.822971 run osmo-ms-mob/00003: Starting mobile
22:48:41.840215 run osmo-ms-mob/00003(pid=138): Launched
22:48:41.852722 run mass: MS start registered {at=2290203.901837611, delay=0.0064940000884234905, ms=00003}
22:48:42.913478 run osmo-ms-mob/00004: Starting mobile
22:48:42.929509 run osmo-ms-mob/00004(pid=139): Launched
22:48:42.940457 run mass: MS start registered {at=2290204.989572275, delay=0.005001016892492771, ms=00004}
22:48:43.891106 run osmo-ms-mob/00005: Starting mobile
22:48:43.904210 run osmo-ms-mob/00005(pid=140): Launched
22:48:43.915961 run mass: MS start registered {at=2290205.965074623, delay=0.005809462163597345, ms=00005}
22:48:44.729168 run mass: MS performed LU {at=2290206.778144863, lu_delay=6.008224165998399, ms=00001}
22:48:44.771614 run osmo-ms-mob/00006: Starting mobile
22:48:44.787287 run osmo-ms-mob/00006(pid=141): Launched
22:48:44.798455 run mass: MS start registered {at=2290206.847572436, delay=0.005199083127081394, ms=00006}
22:48:45.690572 run osmo-ms-mob/00007: Starting mobile
22:48:45.703759 run osmo-ms-mob/00007(pid=142): Launched
22:48:45.715597 run mass: MS start registered {at=2290207.764710742, delay=0.005892287939786911, ms=00007}
22:48:46.521195 run osmo-ms-mob/00008: Starting mobile
22:48:46.538333 run osmo-ms-mob/00008(pid=143): Launched
22:48:46.549277 run mass: MS start registered {at=2290208.59839539, delay=0.004867177922278643, ms=00008}
22:48:46.630459 run mass: MS performed LU {at=2290208.679467169, lu_delay=4.777629557996988, ms=00003}
22:48:46.657951 run mass: MS performed LU {at=2290208.70699016, lu_delay=6.108496580272913, ms=00002}
22:48:47.222382 run osmo-ms-mob/00009: Starting mobile
22:48:47.240014 run osmo-ms-mob/00009(pid=144): Launched
22:48:47.251699 run mass: MS start registered {at=2290209.300812175, delay=0.005255159921944141, ms=00009}
22:48:47.913702 run osmo-ms-mob/00010: Starting mobile
22:48:47.928919 run osmo-ms-mob/00010(pid=145): Launched
22:48:47.940278 run mass: MS start registered {at=2290209.989394454, delay=0.005147462710738182, ms=00010}
22:48:48.518874 run osmo-ms-mob/00011: Starting mobile
22:48:48.535005 run osmo-ms-mob/00011(pid=146): Launched
22:48:48.540939 run mass: MS performed LU {at=2290210.590063151, lu_delay=5.600490876007825, ms=00004}
22:48:48.547353 run mass: MS start registered {at=2290210.596476898, delay=0.006431221961975098, ms=00011}
22:48:49.030080 run mass: MS performed LU {at=2290211.079067803, lu_delay=5.113993179984391, ms=00005}
22:48:49.073879 run osmo-ms-mob/00012: Starting mobile
22:48:49.091509 run osmo-ms-mob/00012(pid=147): Launched
22:48:49.103596 run mass: MS start registered {at=2290211.152712303, delay=0.005986538249999285, ms=00012}
22:48:49.690613 run osmo-ms-mob/00013: Starting mobile
22:48:49.704048 run osmo-ms-mob/00013(pid=148): Launched
22:48:49.715603 run mass: MS start registered {at=2290211.764718607, delay=0.005555497948080301, ms=00013}
22:48:50.318786 run osmo-ms-mob/00014: Starting mobile
22:48:50.331970 run osmo-ms-mob/00014(pid=149): Launched
22:48:50.343544 run mass: MS start registered {at=2290212.392659654, delay=0.005456788931041956, ms=00014}
22:48:50.396542 run mass: MS performed LU {at=2290212.445552622, lu_delay=4.680841879919171, ms=00007}
22:48:50.423043 run mass: MS performed LU {at=2290212.472145756, lu_delay=5.624573319684714, ms=00006}
22:48:50.923123 run osmo-ms-mob/00015: Starting mobile
22:48:50.940218 run osmo-ms-mob/00015(pid=150): Launched
22:48:50.955158 run mass: MS start registered {at=2290213.004255566, delay=0.00877593969926238, ms=00015}
22:48:51.392760 run osmo-ms-mob/00016: Starting mobile
22:48:51.405829 run osmo-ms-mob/00016(pid=151): Launched
22:48:51.418538 run mass: MS start registered {at=2290213.467654658, delay=0.006581972818821669, ms=00016}
22:48:51.908724 run osmo-ms-mob/00017: Starting mobile
22:48:51.925039 run osmo-ms-mob/00017(pid=152): Launched
22:48:51.936753 run mass: MS start registered {at=2290213.985864208, delay=0.005580950994044542, ms=00017}
22:48:52.261234 run mass: MS performed LU {at=2290214.310249014, lu_delay=5.711853623855859, ms=00008}
22:48:52.325294 run mass: MS performed LU {at=2290214.37434249, lu_delay=5.07353031495586, ms=00009}
22:48:52.521000 run osmo-ms-mob/00018: Starting mobile
22:48:52.537783 run osmo-ms-mob/00018(pid=153): Launched
22:48:52.549025 run mass: MS start registered {at=2290214.598143867, delay=0.005097744055092335, ms=00018}
22:48:52.903657 run osmo-ms-mob/00019: Starting mobile
22:48:52.917376 run osmo-ms-mob/00019(pid=154): Launched
22:48:52.928693 run mass: MS start registered {at=2290214.977808994, delay=0.005131099838763475, ms=00019}
22:48:53.403132 run osmo-ms-mob/00020: Starting mobile
22:48:53.417173 run osmo-ms-mob/00020(pid=155): Launched
22:48:53.428390 run mass: MS start registered {at=2290215.477504996, delay=0.005193691235035658, ms=00020}
22:48:53.921552 run osmo-ms-mob/00021: Starting mobile
22:48:53.938824 run osmo-ms-mob/00021(pid=156): Launched
22:48:53.952739 run mass: MS start registered {at=2290216.001856721, delay=0.007726560812443495, ms=00021}
22:48:54.162347 run mass: MS performed LU {at=2290216.211337206, lu_delay=5.614860307890922, ms=00011}
22:48:54.190279 run mass: MS performed LU {at=2290216.239303175, lu_delay=5.086590871680528, ms=00012}
22:48:54.212587 run osmo-ms-mob/00022: Starting mobile
22:48:54.225578 run osmo-ms-mob/00022(pid=157): Launched
22:48:54.236721 run mass: MS start registered {at=2290216.285839759, delay=0.005142400972545147, ms=00022}
22:48:54.277538 run mass: MS performed LU {at=2290216.326556628, lu_delay=6.337162174284458, ms=00010}
22:48:54.531628 run mass: MS performed LU {at=2290216.580644595, lu_delay=4.815925987903029, ms=00013}
22:48:54.831009 run osmo-ms-mob/00023: Starting mobile
22:48:54.847201 run osmo-ms-mob/00023(pid=158): Launched
22:48:54.858533 run mass: MS start registered {at=2290216.907651791, delay=0.005153639707714319, ms=00023}
22:48:55.202415 run osmo-ms-mob/00024: Starting mobile
22:48:55.216168 run osmo-ms-mob/00024(pid=159): Launched
22:48:55.227790 run mass: MS start registered {at=2290217.276904052, delay=0.005393712315708399, ms=00024}
22:48:55.690703 run osmo-ms-mob/00025: Starting mobile
22:48:55.704030 run osmo-ms-mob/00025(pid=160): Launched
22:48:55.717547 run mass: MS start registered {at=2290217.7666608, delay=0.0073785483837127686, ms=00025}
22:48:55.961882 run mass: MS performed LU {at=2290218.010874771, lu_delay=4.543220113031566, ms=00016}
22:48:56.027126 run mass: MS performed LU {at=2290218.076124606, lu_delay=5.071869040373713, ms=00015}
22:48:56.059356 run osmo-ms-mob/00026: Starting mobile
22:48:56.073968 run osmo-ms-mob/00026(pid=161): Launched
22:48:56.084990 run mass: MS start registered {at=2290218.134105784, delay=0.005027459934353828, ms=00026}
22:48:56.091064 run mass: MS performed LU {at=2290218.140191932, lu_delay=5.747532278299332, ms=00014}
22:48:56.490559 run osmo-ms-mob/00027: Starting mobile
22:48:56.503720 run osmo-ms-mob/00027(pid=162): Launched
22:48:56.517219 run mass: MS start registered {at=2290218.566325931, delay=0.007405142765492201, ms=00027}
22:48:56.891119 run osmo-ms-mob/00028: Starting mobile
22:48:56.904783 run osmo-ms-mob/00028(pid=163): Launched
22:48:56.917765 run mass: MS start registered {at=2290218.966881054, delay=0.006862003821879625, ms=00028}
22:48:57.290653 run osmo-ms-mob/00029: Starting mobile
22:48:57.304053 run osmo-ms-mob/00029(pid=164): Launched
22:48:57.315916 run mass: MS start registered {at=2290219.365034194, delay=0.0057324920780956745, ms=00029}
22:48:57.707033 run osmo-ms-mob/00030: Starting mobile
22:48:57.720480 run osmo-ms-mob/00030(pid=165): Launched
22:48:57.735164 run mass: MS start registered {at=2290219.784278224, delay=0.008673072326928377, ms=00030}
22:48:57.928263 run mass: MS performed LU {at=2290219.977262971, lu_delay=4.999453977216035, ms=00019}
22:48:57.955929 run mass: MS performed LU {at=2290220.004960896, lu_delay=5.406817028764635, ms=00018}
22:48:57.977403 run osmo-ms-mob/00031: Starting mobile
22:48:57.990390 run osmo-ms-mob/00031(pid=166): Launched
22:48:58.004378 run mass: MS start registered {at=2290220.053495605, delay=0.007968704216182232, ms=00031}
22:48:58.043566 run mass: MS performed LU {at=2290220.09260238, lu_delay=6.106738172005862, ms=00017}
22:48:58.297744 run mass: MS performed LU {at=2290220.3467597, lu_delay=4.8692547040991485, ms=00020}
22:48:58.342229 run osmo-ms-mob/00032: Starting mobile
22:48:58.356113 run osmo-ms-mob/00032(pid=167): Launched
22:48:58.367956 run mass: MS start registered {at=2290220.417074982, delay=0.0058625550009310246, ms=00032}
22:48:58.803242 run osmo-ms-mob/00033: Starting mobile
22:48:58.834498 run osmo-ms-mob/00033(pid=168): Launched
22:48:58.845892 run mass: MS start registered {at=2290220.895009529, delay=0.0047460319474339485, ms=00033}
22:48:59.190698 run osmo-ms-mob/00034: Starting mobile
22:48:59.203873 run osmo-ms-mob/00034(pid=169): Launched
22:48:59.217412 run mass: MS start registered {at=2290221.266525256, delay=0.007479742169380188, ms=00034}
22:48:59.510023 run osmo-ms-mob/00035: Starting mobile
22:48:59.523126 run osmo-ms-mob/00035(pid=170): Launched
22:48:59.535454 run mass: MS start registered {at=2290221.584567787, delay=0.006166598293930292, ms=00035}
22:48:59.728519 run mass: MS performed LU {at=2290221.777525639, lu_delay=4.8698738482780755, ms=00023}
22:48:59.792262 run mass: MS performed LU {at=2290221.841293653, lu_delay=5.839436932001263, ms=00021}
22:48:59.818620 run osmo-ms-mob/00036: Starting mobile
22:48:59.831951 run osmo-ms-mob/00036(pid=171): Launched
22:48:59.844319 run mass: MS start registered {at=2290221.893436912, delay=0.006375460885465145, ms=00036}
22:48:59.856042 run mass: MS performed LU {at=2290221.905150533, lu_delay=5.619310774374753, ms=00022}
22:48:59.982800 run mass: MS performed LU {at=2290222.031796082, lu_delay=4.754892029799521, ms=00024}
22:49:00.323009 run osmo-ms-mob/00037: Starting mobile
22:49:00.340656 run osmo-ms-mob/00037(pid=172): Launched
22:49:00.353555 run mass: MS start registered {at=2290222.402666126, delay=0.006915112026035786, ms=00037}
22:49:00.591275 run osmo-ms-mob/00038: Starting mobile
22:49:00.604380 run osmo-ms-mob/00038(pid=173): Launched
22:49:00.616186 run mass: MS start registered {at=2290222.665301633, delay=0.005773346871137619, ms=00038}
22:49:00.904467 run osmo-ms-mob/00039: Starting mobile
22:49:00.918390 run osmo-ms-mob/00039(pid=174): Launched
22:49:00.930952 run mass: MS start registered {at=2290222.980067113, delay=0.00637288810685277, ms=00039}
22:49:01.302944 run osmo-ms-mob/00040: Starting mobile
22:49:01.316818 run osmo-ms-mob/00040(pid=175): Launched
22:49:01.328325 run mass: MS start registered {at=2290223.377446025, delay=0.005452122073620558, ms=00040}
22:49:01.623802 run osmo-ms-mob/00041: Starting mobile
22:49:01.648833 run osmo-ms-mob/00041(pid=176): Launched
22:49:01.660351 run mass: MS start registered {at=2290223.709462081, delay=0.00550051499158144, ms=00041}
22:49:01.694648 run mass: MS performed LU {at=2290223.743671589, lu_delay=5.977010788861662, ms=00025}
22:49:01.720722 run mass: MS performed LU {at=2290223.769750704, lu_delay=4.802869650069624, ms=00028}
22:49:01.750981 run osmo-ms-mob/00042: Starting mobile
22:49:01.764253 run osmo-ms-mob/00042(pid=177): Launched
22:49:01.776032 run mass: MS start registered {at=2290223.825150937, delay=0.005806905683130026, ms=00042}
22:49:01.808634 run mass: MS performed LU {at=2290223.857651258, lu_delay=5.291325327008963, ms=00027}
22:49:01.826844 run mass: MS performed LU {at=2290223.875941401, lu_delay=5.741835616994649, ms=00026}
22:49:02.118999 run mass: MS performed LU {at=2290224.167985077, lu_delay=4.80295088281855, ms=00029}
22:49:02.171161 run osmo-ms-mob/00043: Starting mobile
22:49:02.187733 run osmo-ms-mob/00043(pid=178): Launched
22:49:02.201091 run mass: MS start registered {at=2290224.250204469, delay=0.007218926213681698, ms=00043}
22:49:02.600070 run osmo-ms-mob/00044: Starting mobile
22:49:02.621306 run osmo-ms-mob/00044(pid=179): Launched
22:49:02.634415 run mass: MS start registered {at=2290224.683527986, delay=0.007062872871756554, ms=00044}
22:49:02.901905 run osmo-ms-mob/00045: Starting mobile
22:49:02.915450 run osmo-ms-mob/00045(pid=180): Launched
22:49:02.926604 run mass: MS start registered {at=2290224.975722159, delay=0.005135487765073776, ms=00045}
22:49:03.190636 run osmo-ms-mob/00046: Starting mobile
22:49:03.203716 run osmo-ms-mob/00046(pid=181): Launched
22:49:03.217161 run mass: MS start registered {at=2290225.26627656, delay=0.007427659817039967, ms=00046}
22:49:03.507212 run osmo-ms-mob/00047: Starting mobile
22:49:03.521992 run osmo-ms-mob/00047(pid=182): Launched
22:49:03.528121 run mass: MS performed LU {at=2290225.577245203, lu_delay=5.792966978624463, ms=00030}
22:49:03.537623 run mass: MS start registered {at=2290225.586740622, delay=0.00951565383002162, ms=00047}
22:49:03.557492 run mass: MS performed LU {at=2290225.606565401, lu_delay=5.189490418881178, ms=00032}
22:49:03.573663 run osmo-ms-mob/00048: Starting mobile
22:49:03.586877 run osmo-ms-mob/00048(pid=183): Launched
22:49:03.598007 run mass: MS start registered {at=2290225.647095223, delay=0.004946547094732523, ms=00048}
22:49:03.622558 run mass: MS performed LU {at=2290225.671601378, lu_delay=4.776591849047691, ms=00033}
22:49:03.748305 run mass: MS performed LU {at=2290225.797306539, lu_delay=5.743810934014618, ms=00031}
22:49:03.762351 run osmo-ms-mob/00049: Starting mobile
22:49:03.778422 run osmo-ms-mob/00049(pid=184): Launched
22:49:03.791407 run mass: MS start registered {at=2290225.840523307, delay=0.006921353284269571, ms=00049}
22:49:04.405305 run osmo-ms-mob/00050: Starting mobile
22:49:04.439825 run osmo-ms-mob/00050(pid=185): Launched
22:49:04.451777 run mass: MS start registered {at=2290226.500894433, delay=0.005916731897741556, ms=00050}
22:49:04.792185 run osmo-ms-mob/00051: Starting mobile
22:49:04.805623 run osmo-ms-mob/00051(pid=186): Launched
22:49:04.817047 run mass: MS start registered {at=2290226.866164537, delay=0.0052748131565749645, ms=00051}
22:49:05.090049 run osmo-ms-mob/00052: Starting mobile
22:49:05.103114 run osmo-ms-mob/00052(pid=187): Launched
22:49:05.117509 run mass: MS start registered {at=2290227.166613011, delay=0.008242030162364244, ms=00052}
22:49:05.437497 run osmo-ms-mob/00053: Starting mobile
22:49:05.464873 run osmo-ms-mob/00053(pid=188): Launched
22:49:05.470853 run mass: MS performed LU {at=2290227.519978341, lu_delay=4.854676708113402, ms=00038}
22:49:05.476613 run mass: MS start registered {at=2290227.525744974, delay=0.0057833329774439335, ms=00053}
22:49:05.485982 run mass: MS performed LU {at=2290227.535089595, lu_delay=5.132423468865454, ms=00037}
22:49:05.497611 run osmo-ms-mob/00054: Starting mobile
22:49:05.510887 run osmo-ms-mob/00054(pid=189): Launched
22:49:05.523372 run mass: MS start registered {at=2290227.572489916, delay=0.006425762083381414, ms=00054}
22:49:05.575662 run mass: MS performed LU {at=2290227.624700288, lu_delay=5.731263375841081, ms=00036}
22:49:05.595744 run mass: MS performed LU {at=2290227.644874656, lu_delay=6.378349400125444, ms=00034}
22:49:05.606664 run osmo-ms-mob/00055: Starting mobile
22:49:05.619750 run osmo-ms-mob/00055(pid=190): Launched
22:49:05.631924 run mass: MS start registered {at=2290227.681030681, delay=0.0061551169492304325, ms=00055}
22:49:05.647751 run mass: MS performed LU {at=2290227.696864713, lu_delay=6.112296925857663, ms=00035}
22:49:05.902229 run mass: MS performed LU {at=2290227.951242717, lu_delay=4.971175604034215, ms=00039}
22:49:05.929700 run osmo-ms-mob/00056: Starting mobile
22:49:05.943169 run osmo-ms-mob/00056(pid=191): Launched
22:49:05.958591 run mass: MS start registered {at=2290228.007700764, delay=0.009415214881300926, ms=00056}
22:49:06.615208 run osmo-ms-mob/00057: Starting mobile
22:49:06.658713 run osmo-ms-mob/00057(pid=192): Launched
22:49:06.669548 run mass: MS start registered {at=2290228.718667037, delay=0.0024758577346801758, ms=00057}
22:49:06.996367 run osmo-ms-mob/00058: Starting mobile
22:49:07.009414 run osmo-ms-mob/00058(pid=193): Launched
22:49:07.023865 run mass: MS start registered {at=2290229.07297454, delay=0.008203212637454271, ms=00058}
22:49:07.259588 run mass: MS performed LU {at=2290229.308602097, lu_delay=5.48345116013661, ms=00042}
22:49:07.303088 run osmo-ms-mob/00059: Starting mobile
22:49:07.316198 run osmo-ms-mob/00059(pid=194): Launched
22:49:07.322230 run mass: MS performed LU {at=2290229.371349249, lu_delay=5.661887167952955, ms=00041}
22:49:07.329451 run mass: MS start registered {at=2290229.378572862, delay=0.007246244233101606, ms=00059}
22:49:07.388776 run mass: MS performed LU {at=2290229.437791201, lu_delay=5.1875867317430675, ms=00043}
22:49:07.406164 run osmo-ms-mob/00060: Starting mobile
22:49:07.419634 run osmo-ms-mob/00060(pid=195): Launched
22:49:07.431722 run mass: MS start registered {at=2290229.480837521, delay=0.006062095984816551, ms=00060}
22:49:07.587307 run mass: MS performed LU {at=2290229.63632173, lu_delay=4.660599571187049, ms=00045}
22:49:08.021728 run osmo-ms-mob/00061: Starting mobile
22:49:08.046592 run osmo-ms-mob/00061(pid=196): Launched
22:49:08.059399 run mass: MS start registered {at=2290230.108511433, delay=0.005277339834719896, ms=00061}
22:49:08.318664 run osmo-ms-mob/00062: Starting mobile
22:49:08.370042 run osmo-ms-mob/00062(pid=197): Launched
22:49:08.378084 run mass: MS performed LU {at=2290230.427208004, lu_delay=5.743680018000305, ms=00044}
22:49:08.384107 run mass: MS start registered {at=2290230.433237423, delay=0.00605205399915576, ms=00062}
22:49:08.604982 run osmo-ms-mob/00063: Starting mobile
22:49:08.619017 run osmo-ms-mob/00063(pid=198): Launched
22:49:08.625218 run mass: MS performed LU {at=2290230.674339924, lu_delay=3.8081753868609667, ms=00051}
22:49:08.631160 run mass: MS start registered {at=2290230.680290272, delay=0.00596893485635519, ms=00063}
22:49:09.031720 run osmo-ms-mob/00064: Starting mobile
22:49:09.047785 run osmo-ms-mob/00064(pid=199): Launched
22:49:09.059747 run mass: MS start registered {at=2290231.108861625, delay=0.00592108303681016, ms=00064}
22:49:09.106316 run mass: MS performed LU {at=2290231.155328343, lu_delay=5.508233120199293, ms=00048}
22:49:09.123848 run mass: MS performed LU {at=2290231.172877142, lu_delay=5.586136520374566, ms=00047}
22:49:09.253195 run mass: MS performed LU {at=2290231.302220741, lu_delay=5.461697433609515, ms=00049}
22:49:09.280556 run osmo-ms-mob/00065: Starting mobile
22:49:09.293843 run osmo-ms-mob/00065(pid=200): Launched
22:49:09.305090 run mass: MS start registered {at=2290231.354208266, delay=0.005211676936596632, ms=00065}
22:49:09.414816 run mass: MS performed LU {at=2290231.463845353, lu_delay=6.19756879331544, ms=00046}
22:49:09.438386 run mass: MS performed LU {at=2290231.487512861, lu_delay=4.986618428025395, ms=00050}
22:49:09.449525 run osmo-ms-mob/00066: Starting mobile
22:49:09.462654 run osmo-ms-mob/00066(pid=201): Launched
22:49:09.474439 run mass: MS start registered {at=2290231.52355664, delay=0.005728499963879585, ms=00066}
22:49:10.103986 run osmo-ms-mob/00067: Starting mobile
22:49:10.147054 run osmo-ms-mob/00067(pid=202): Launched
22:49:10.163940 run mass: MS start registered {at=2290232.213047135, delay=0.010346200317144394, ms=00067}
22:49:10.269155 run mass: MS performed LU {at=2290232.3181585, lu_delay=4.6371278190054, ms=00055}
22:49:10.403262 run osmo-ms-mob/00068: Starting mobile
22:49:10.427029 run osmo-ms-mob/00068(pid=203): Launched
22:49:10.438848 run mass: MS start registered {at=2290232.487962354, delay=0.005313828121870756, ms=00068}
22:49:10.812664 run osmo-ms-mob/00069: Starting mobile
22:49:10.829338 run osmo-ms-mob/00069(pid=204): Launched
22:49:10.840689 run mass: MS start registered {at=2290232.889804073, delay=0.005104950163513422, ms=00069}
22:49:11.025112 run mass: MS performed LU {at=2290233.074016697, lu_delay=5.907403685618192, ms=00052}
22:49:11.064030 run mass: MS performed LU {at=2290233.113124327, lu_delay=5.587379352655262, ms=00053}
22:49:11.080094 run osmo-ms-mob/00070: Starting mobile
22:49:11.093415 run osmo-ms-mob/00070(pid=205): Launched
22:49:11.107963 run mass: MS start registered {at=2290233.157069316, delay=0.008401087019592524, ms=00070}
22:49:11.154318 run mass: MS performed LU {at=2290233.203352012, lu_delay=5.630862096324563, ms=00054}
22:49:11.343572 run mass: MS performed LU {at=2290233.39259228, lu_delay=4.673925243318081, ms=00057}
22:49:11.367680 run mass: MS performed LU {at=2290233.416805439, lu_delay=5.40910467505455, ms=00056}
22:49:11.404589 run osmo-ms-mob/00071: Starting mobile
22:49:11.419600 run osmo-ms-mob/00071(pid=206): Launched
22:49:11.433335 run mass: MS start registered {at=2290233.48244465, delay=0.0076293908059597015, ms=00071}
22:49:12.011828 run osmo-ms-mob/00072: Starting mobile
22:49:12.040309 run osmo-ms-mob/00072(pid=207): Launched
22:49:12.052556 run mass: MS start registered {at=2290234.101668044, delay=0.005582353100180626, ms=00072}
22:49:12.165842 run mass: MS performed LU {at=2290234.214867655, lu_delay=3.5345773831941187, ms=00063}
22:49:12.390756 run osmo-ms-mob/00073: Starting mobile
22:49:12.409298 run osmo-ms-mob/00073(pid=208): Launched
22:49:12.423727 run mass: MS start registered {at=2290234.472842678, delay=0.001647890079766512, ms=00073}
22:49:12.810509 run osmo-ms-mob/00074: Starting mobile
22:49:12.825252 run osmo-ms-mob/00074(pid=209): Launched
22:49:12.838266 run mass: MS start registered {at=2290234.887379609, delay=0.006851675920188427, ms=00074}
22:49:12.871662 run mass: MS performed LU {at=2290234.920679742, lu_delay=5.542106879875064, ms=00059}
22:49:12.908174 run mass: MS performed LU {at=2290234.957290785, lu_delay=5.4764532637782395, ms=00060}
22:49:13.019327 run mass: MS performed LU {at=2290235.068351532, lu_delay=5.9953769920393825, ms=00058}
22:49:13.069423 run osmo-ms-mob/00075: Starting mobile
22:49:13.083816 run osmo-ms-mob/00075(pid=210): Launched
22:49:13.097372 run mass: MS start registered {at=2290235.146475585, delay=0.0073332940228283405, ms=00075}
22:49:13.181049 run mass: MS performed LU {at=2290235.230074244, lu_delay=4.796836820896715, ms=00062}
22:49:13.204174 run mass: MS performed LU {at=2290235.253301074, lu_delay=5.144789640791714, ms=00061}
22:49:13.733037 run osmo-ms-mob/00076: Starting mobile
22:49:13.775189 run osmo-ms-mob/00076(pid=211): Launched
22:49:13.781269 run mass: Starting too slowly. Moving on {now=2290235.830403239, sleep=-0.0010602152906358242, target=2290235.8293430237}
22:49:13.787224 run mass: MS start registered {at=2290235.836349822, delay=0.005949224345386028, ms=00076}
22:49:14.111169 run osmo-ms-mob/00077: Starting mobile
22:49:14.127362 run osmo-ms-mob/00077(pid=212): Launched
22:49:14.139467 run mass: MS start registered {at=2290236.188577953, delay=0.0060610719956457615, ms=00077}
22:49:14.634987 run osmo-ms-mob/00078: Starting mobile
22:49:14.655216 run osmo-ms-mob/00078(pid=213): Launched
22:49:14.668211 run mass: MS start registered {at=2290236.717308514, delay=0.00693888682872057, ms=00078}
22:49:14.856449 run mass: MS performed LU {at=2290236.90544666, lu_delay=4.69239952461794, ms=00067}
22:49:14.882013 run mass: MS performed LU {at=2290236.931139026, lu_delay=5.407582385931164, ms=00066}
22:49:14.893088 run osmo-ms-mob/00079: Starting mobile
22:49:14.906064 run osmo-ms-mob/00079(pid=214): Launched
22:49:14.919798 run mass: MS performed LU {at=2290236.968904064, lu_delay=5.614695798140019, ms=00065}
22:49:14.925833 run mass: MS start registered {at=2290236.974964182, delay=0.013847284018993378, ms=00079}
22:49:15.026236 run mass: MS performed LU {at=2290237.075251153, lu_delay=5.9663895280100405, ms=00064}
22:49:15.050535 run mass: MS performed LU {at=2290237.09966213, lu_delay=4.611699775792658, ms=00068}
22:49:15.530721 run osmo-ms-mob/00080: Starting mobile
22:49:15.548678 run osmo-ms-mob/00080(pid=215): Launched
22:49:15.561283 run mass: MS start registered {at=2290237.610380176, delay=0.006072745192795992, ms=00080}
22:49:16.006083 run osmo-ms-mob/00081: Starting mobile
22:49:16.019860 run osmo-ms-mob/00081(pid=216): Launched
22:49:16.035278 run mass: MS start registered {at=2290238.084387357, delay=0.009181066881865263, ms=00081}
22:49:16.391357 run osmo-ms-mob/00082: Starting mobile
22:49:16.404640 run osmo-ms-mob/00082(pid=217): Launched
22:49:16.417973 run mass: MS start registered {at=2290238.467087956, delay=0.006991402246057987, ms=00082}
22:49:16.637079 run mass: MS performed LU {at=2290238.686094851, lu_delay=5.203650200739503, ms=00071}
22:49:16.654668 run mass: MS performed LU {at=2290238.703710142, lu_delay=5.546640825923532, ms=00070}
22:49:16.784781 run mass: MS performed LU {at=2290238.833784718, lu_delay=5.9439806449227035, ms=00069}
22:49:16.946282 run mass: MS performed LU {at=2290238.995328094, lu_delay=4.52248541591689, ms=00073}
22:49:16.976598 run osmo-ms-mob/00083: Starting mobile
22:49:16.991386 run osmo-ms-mob/00083(pid=218): Launched
22:49:16.997358 run mass: MS performed LU {at=2290239.046483642, lu_delay=4.944815597962588, ms=00072}
22:49:17.003601 run mass: MS start registered {at=2290239.052724572, delay=0.006257988978177309, ms=00083}
22:49:17.489976 run osmo-ms-mob/00084: Starting mobile
22:49:17.503099 run osmo-ms-mob/00084(pid=219): Launched
22:49:17.515458 run mass: MS start registered {at=2290239.564573414, delay=0.006262435112148523, ms=00084}
22:49:17.990359 run osmo-ms-mob/00085: Starting mobile
22:49:18.003838 run osmo-ms-mob/00085(pid=220): Launched
22:49:18.016825 run mass: MS start registered {at=2290240.065939299, delay=0.006934890057891607, ms=00085}
22:49:18.638779 run osmo-ms-mob/00086: Starting mobile
22:49:18.659788 run osmo-ms-mob/00086(pid=221): Launched
22:49:18.665850 run mass: MS performed LU {at=2290240.714972945, lu_delay=5.568497359752655, ms=00075}
22:49:18.671783 run mass: MS performed LU {at=2290240.720913858, lu_delay=4.884564036037773, ms=00076}
22:49:18.677543 run mass: MS start registered {at=2290240.726675048, delay=0.01172213489189744, ms=00086}
22:49:18.684795 run mass: MS performed LU {at=2290240.733915889, lu_delay=5.846536280121654, ms=00074}
22:49:18.792219 run mass: MS performed LU {at=2290240.841243117, lu_delay=4.652665164321661, ms=00077}
22:49:19.214204 run osmo-ms-mob/00087: Starting mobile
22:49:19.230711 run osmo-ms-mob/00087(pid=222): Launched
22:49:19.241847 run mass: MS start registered {at=2290241.290965142, delay=0.00479118712246418, ms=00087}
22:49:19.804647 run osmo-ms-mob/00088: Starting mobile
22:49:19.818788 run osmo-ms-mob/00088(pid=223): Launched
22:49:19.829659 run mass: MS start registered {at=2290241.878775809, delay=0.004708379972726107, ms=00088}
22:49:20.423847 run osmo-ms-mob/00089: Starting mobile
22:49:20.441421 run osmo-ms-mob/00089(pid=224): Launched
22:49:20.447473 run mass: MS performed LU {at=2290242.496596332, lu_delay=4.412208975292742, ms=00081}
22:49:20.453243 run mass: MS performed LU {at=2290242.502374515, lu_delay=5.527410333044827, ms=00079}
22:49:20.459408 run mass: MS start registered {at=2290242.508537071, delay=0.011960229836404324, ms=00089}
22:49:20.550784 run mass: MS performed LU {at=2290242.599798994, lu_delay=4.989418818149716, ms=00080}
22:49:20.696322 run mass: MS performed LU {at=2290242.745171354, lu_delay=6.027862840332091, ms=00078}
22:49:21.029876 run osmo-ms-mob/00090: Starting mobile
22:49:21.046556 run osmo-ms-mob/00090(pid=225): Launched
22:49:21.060647 run mass: MS start registered {at=2290243.10975718, delay=0.008088715840131044, ms=00090}
22:49:21.690571 run osmo-ms-mob/00091: Starting mobile
22:49:21.724127 run osmo-ms-mob/00091(pid=226): Launched
22:49:21.737424 run mass: MS start registered {at=2290243.786539226, delay=0.006041782908141613, ms=00091}
22:49:22.390658 run osmo-ms-mob/00092: Starting mobile
22:49:22.403710 run osmo-ms-mob/00092(pid=227): Launched
22:49:22.409800 run mass: MS performed LU {at=2290244.458925078, lu_delay=4.8943516639992595, ms=00084}
22:49:22.415569 run mass: MS performed LU {at=2290244.464700216, lu_delay=5.4119756440632045, ms=00083}
22:49:22.421248 run mass: MS start registered {at=2290244.470380117, delay=0.011473377235233784, ms=00092}
22:49:22.451589 run mass: MS performed LU {at=2290244.50068345, lu_delay=6.033595493994653, ms=00082}
22:49:23.191016 run osmo-ms-mob/00093: Starting mobile
22:49:23.204183 run osmo-ms-mob/00093(pid=228): Launched
22:49:23.215965 run mass: MS start registered {at=2290245.265072437, delay=0.005791848059743643, ms=00093}
22:49:24.117624 run osmo-ms-mob/00094: Starting mobile
22:49:24.132751 run osmo-ms-mob/00094(pid=229): Launched
22:49:24.144456 run mass: MS start registered {at=2290246.193572942, delay=0.005629591178148985, ms=00094}
22:49:24.187514 run mass: MS performed LU {at=2290246.236544178, lu_delay=6.170604879036546, ms=00085}
22:49:24.316785 run mass: MS performed LU {at=2290246.365776425, lu_delay=4.4870006162673235, ms=00088}
22:49:24.441356 run mass: MS performed LU {at=2290246.490372183, lu_delay=5.76369713479653, ms=00086}
22:49:24.465865 run mass: MS performed LU {at=2290246.514991326, lu_delay=23.137545300647616, ms=00040}
22:49:25.030358 run osmo-ms-mob/00095: Starting mobile
22:49:25.047092 run osmo-ms-mob/00095(pid=230): Launched
22:49:25.062339 run mass: MS start registered {at=2290247.111453063, delay=0.009271472692489624, ms=00095}
22:49:26.022365 run osmo-ms-mob/00096: Starting mobile
22:49:26.039269 run osmo-ms-mob/00096(pid=231): Launched
22:49:26.051430 run mass: MS start registered {at=2290248.100546434, delay=0.006184481084346771, ms=00096}
22:49:26.153419 run mass: MS performed LU {at=2290248.202430935, lu_delay=5.693893864285201, ms=00089}
22:49:26.177198 run mass: MS performed LU {at=2290248.226324683, lu_delay=5.116567503195256, ms=00090}
22:49:26.452645 run mass: MS performed LU {at=2290248.501668329, lu_delay=4.715129103045911, ms=00091}
22:49:27.104098 run osmo-ms-mob/00097: Starting mobile
22:49:27.118044 run osmo-ms-mob/00097(pid=232): Launched
22:49:27.129143 run mass: MS start registered {at=2290249.178256404, delay=0.0050902580842375755, ms=00097}
22:49:27.952715 run mass: MS performed LU {at=2290250.001730686, lu_delay=5.53135056886822, ms=00092}
22:49:28.082828 run mass: MS performed LU {at=2290250.13183023, lu_delay=4.866757792886347, ms=00093}
22:49:28.428028 run osmo-ms-mob/00098: Starting mobile
22:49:28.449506 run osmo-ms-mob/00098(pid=233): Launched
22:49:28.461986 run mass: MS start registered {at=2290250.51107954, delay=0.006416869815438986, ms=00098}
22:49:29.919748 run mass: MS performed LU {at=2290251.968746933, lu_delay=4.8572938703000546, ms=00095}
22:49:29.954286 run mass: MS performed LU {at=2290252.003396581, lu_delay=5.809823638759553, ms=00094}
22:49:30.222150 run osmo-ms-mob/00099: Starting mobile
22:49:30.239218 run osmo-ms-mob/00099(pid=234): Launched
22:49:30.245212 run mass: All started... {duration=55.765003522858024, too_slow=1}
22:49:30.256309 run mass: MS start registered {at=2290252.305417347, delay=0.011073539964854717, ms=00099}
22:49:31.848865 run mass: MS performed LU {at=2290253.897853092, lu_delay=4.719596687704325, ms=00097}
22:49:31.866168 run mass: MS performed LU {at=2290253.915236657, lu_delay=5.814690222963691, ms=00096}
22:49:33.684673 run mass: MS performed LU {at=2290255.733648549, lu_delay=5.222569008823484, ms=00098}
22:49:35.586822 run mass: MS performed LU {at=2290257.635817875, lu_delay=5.330400528386235, ms=00099}
22:49:41.451626 run mass: MS performed LU {at=2290263.500636761, lu_delay=22.209671618882567, ms=00087}
22:49:41.478066 run mass: Tests done {all_completed=True, max=23.137545300647616, min=3.5345773831941187}
22:49:41.483915 tst register_default_mass.py: Test passed (85.0 sec)
22:49:41.489255 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:41.492532 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:41.495761 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:41.499035 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:41.502263 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:41.505992 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:41.509616 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:41.513831 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:41.517153 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:41.520433 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:41.523732 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:41.527076 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:41.530420 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:41.534617 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:41.537991 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:41.541313 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:41.544652 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:41.547971 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:41.551326 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:41.554712 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:41.558034 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:41.561638 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:41.565175 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:41.568958 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:41.572361 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:41.575763 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:41.579416 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:41.583258 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:41.586743 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:41.590162 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:41.593764 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:41.597311 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:41.600817 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:41.604382 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:41.608549 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:41.612263 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:41.615866 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:41.619439 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:41.623343 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:41.626872 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:41.630398 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:41.633954 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:41.637503 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:41.641226 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:41.644734 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:41.648318 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:41.651839 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:41.655254 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:41.659172 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:41.663235 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:41.666682 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:41.670148 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:41.673659 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:41.677424 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:41.681187 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:41.684974 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:41.689236 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:41.692814 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:41.696348 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:41.699885 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:41.703356 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:41.706911 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:41.710420 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:41.713923 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:41.717418 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:41.720993 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:41.724478 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:41.727896 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:41.731285 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:41.734670 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:41.738081 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:41.741551 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:41.745064 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:41.748598 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:41.752140 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:41.755661 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:41.759476 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:41.763621 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:41.767189 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:41.770735 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:41.774483 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:41.778021 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:41.781783 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:41.785213 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:41.788955 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:41.792469 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:41.796468 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:41.800141 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:41.803755 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:41.807050 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:41.810355 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:41.813654 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:41.817034 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:41.820360 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:41.823751 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:41.827045 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:41.830433 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:41.833721 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:41.837108 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:41.841129 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:41.844617 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:41.848075 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:41.851498 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:41.854968 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:41.858392 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:41.861890 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:41.865338 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:41.868815 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:41.872215 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:41.875679 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:41.879149 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:41.882582 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:41.886074 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:41.889539 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:41.892971 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:41.896442 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:41.899918 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:41.903281 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:41.906635 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:41.910004 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:41.913370 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:41.916740 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:41.920111 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:41.923482 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:41.926849 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:41.930218 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:41.933572 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:41.936957 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:41.940321 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:41.943678 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:41.947049 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:41.950407 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:41.953773 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:41.957172 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:41.960546 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:41.963916 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:41.967277 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:41.970625 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:41.973990 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:41.977351 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:41.980709 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:41.984065 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:41.987427 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:41.990796 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:41.994157 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:41.997530 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:42.000905 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:42.004275 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:42.007650 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:42.011026 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:42.014376 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:42.017743 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:42.021125 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:42.024487 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:42.027854 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:42.031210 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:42.034576 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:42.037952 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:42.041322 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:42.044680 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:42.048041 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:42.051403 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:42.054756 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:42.058131 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:42.061490 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:42.064852 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:42.068232 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:42.071609 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:42.074968 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:42.078334 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:42.081716 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:42.085075 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:42.088437 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:42.091815 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:42.095183 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:42.098544 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:42.101902 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:42.105266 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:42.108625 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:42.112001 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:42.115381 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:42.118744 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:42.122105 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:42.125489 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:42.128846 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:42.132221 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:42.135577 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:42.138957 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:42.142321 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:42.145679 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:42.149045 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:42.152403 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:42.155756 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:42.159098 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:42.162448 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:42.165807 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:42.169199 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:42.172574 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:42.175923 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:42.179293 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:42.182646 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:42.186002 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:42.189367 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:42.192728 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:42.196086 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:42.199447 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:42.202809 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:42.206162 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:42.209533 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:42.212896 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:42.216251 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:42.219612 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:42.222964 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:42.226357 --- ParallelTerminationStrategy: PID 22 died...
22:49:42.227911 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:42.231632 --- ParallelTerminationStrategy: PID 23 died...
22:49:42.233154 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:42.236856 --- ParallelTerminationStrategy: PID 24 died...
22:49:42.238345 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:42.242048 --- ParallelTerminationStrategy: PID 25 died...
22:49:42.243555 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:42.247261 --- ParallelTerminationStrategy: PID 26 died...
22:49:42.248784 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:42.252522 --- ParallelTerminationStrategy: PID 27 died...
22:49:42.254051 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:42.257775 --- ParallelTerminationStrategy: PID 28 died...
22:49:42.259298 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:42.263024 --- ParallelTerminationStrategy: PID 29 died...
22:49:42.264546 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:42.268282 --- ParallelTerminationStrategy: PID 30 died...
22:49:42.269798 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:42.273535 --- ParallelTerminationStrategy: PID 31 died...
22:49:42.275078 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:42.278832 --- ParallelTerminationStrategy: PID 32 died...
22:49:42.280379 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:42.284111 --- ParallelTerminationStrategy: PID 33 died...
22:49:42.285643 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:42.289390 --- ParallelTerminationStrategy: PID 35 died...
22:49:42.290932 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:42.294669 --- ParallelTerminationStrategy: PID 36 died...
22:49:42.296190 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:42.299923 --- ParallelTerminationStrategy: PID 37 died...
22:49:42.301450 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:42.305203 --- ParallelTerminationStrategy: PID 38 died...
22:49:42.306719 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:42.310447 --- ParallelTerminationStrategy: PID 39 died...
22:49:42.311993 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:42.315737 --- ParallelTerminationStrategy: PID 40 died...
22:49:42.317273 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:42.321014 --- ParallelTerminationStrategy: PID 41 died...
22:49:42.322541 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:42.326306 --- ParallelTerminationStrategy: PID 42 died...
22:49:42.327841 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:42.331556 --- ParallelTerminationStrategy: PID 43 died...
22:49:42.333062 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:42.336799 --- ParallelTerminationStrategy: PID 44 died...
22:49:42.338304 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:42.342032 --- ParallelTerminationStrategy: PID 45 died...
22:49:42.343544 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:42.347267 --- ParallelTerminationStrategy: PID 46 died...
22:49:42.348775 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:42.352487 --- ParallelTerminationStrategy: PID 47 died...
22:49:42.353984 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:42.357697 --- ParallelTerminationStrategy: PID 48 died...
22:49:42.359212 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:42.362930 --- ParallelTerminationStrategy: PID 49 died...
22:49:42.364445 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:42.368183 --- ParallelTerminationStrategy: PID 50 died...
22:49:42.369699 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:42.373411 --- ParallelTerminationStrategy: PID 51 died...
22:49:42.374925 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:42.378643 --- ParallelTerminationStrategy: PID 52 died...
22:49:42.380152 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:42.383885 --- ParallelTerminationStrategy: PID 53 died...
22:49:42.385379 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:42.389099 --- ParallelTerminationStrategy: PID 54 died...
22:49:42.390585 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:42.394298 --- ParallelTerminationStrategy: PID 55 died...
22:49:42.395809 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:42.399521 --- ParallelTerminationStrategy: PID 56 died...
22:49:42.401027 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:42.404740 --- ParallelTerminationStrategy: PID 57 died...
22:49:42.406240 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:42.409940 --- ParallelTerminationStrategy: PID 58 died...
22:49:42.411443 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:42.415134 --- ParallelTerminationStrategy: PID 59 died...
22:49:42.416627 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:42.420334 --- ParallelTerminationStrategy: PID 60 died...
22:49:42.421835 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:42.425586 --- ParallelTerminationStrategy: PID 61 died...
22:49:42.427082 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:42.430777 --- ParallelTerminationStrategy: PID 62 died...
22:49:42.432285 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:42.435996 --- ParallelTerminationStrategy: PID 63 died...
22:49:42.437484 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:42.441179 --- ParallelTerminationStrategy: PID 64 died...
22:49:42.442686 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:42.446417 --- ParallelTerminationStrategy: PID 65 died...
22:49:42.447938 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:42.451636 --- ParallelTerminationStrategy: PID 66 died...
22:49:42.453137 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:42.456853 --- ParallelTerminationStrategy: PID 67 died...
22:49:42.458357 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:42.462092 --- ParallelTerminationStrategy: PID 68 died...
22:49:42.463593 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:42.467289 --- ParallelTerminationStrategy: PID 69 died...
22:49:42.468786 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:42.472491 --- ParallelTerminationStrategy: PID 70 died...
22:49:42.473989 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:42.477696 --- ParallelTerminationStrategy: PID 71 died...
22:49:42.479897 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:42.486406 --- ParallelTerminationStrategy: PID 72 died...
22:49:42.487888 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:42.491520 --- ParallelTerminationStrategy: PID 73 died...
22:49:42.492975 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:42.496578 --- ParallelTerminationStrategy: PID 74 died...
22:49:42.498045 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:42.501635 --- ParallelTerminationStrategy: PID 75 died...
22:49:42.503129 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:42.506728 --- ParallelTerminationStrategy: PID 76 died...
22:49:42.508204 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:42.511803 --- ParallelTerminationStrategy: PID 77 died...
22:49:42.513261 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:42.516861 --- ParallelTerminationStrategy: PID 78 died...
22:49:42.518319 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:42.521937 --- ParallelTerminationStrategy: PID 79 died...
22:49:42.523401 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:42.527001 --- ParallelTerminationStrategy: PID 80 died...
22:49:42.528458 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:42.532061 --- ParallelTerminationStrategy: PID 81 died...
22:49:42.533520 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:42.537137 --- ParallelTerminationStrategy: PID 82 died...
22:49:42.538606 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:42.542215 --- ParallelTerminationStrategy: PID 83 died...
22:49:42.543677 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:42.547283 --- ParallelTerminationStrategy: PID 84 died...
22:49:42.548749 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:42.552334 --- ParallelTerminationStrategy: PID 85 died...
22:49:42.553790 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:42.557390 --- ParallelTerminationStrategy: PID 86 died...
22:49:42.558838 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:42.562461 --- ParallelTerminationStrategy: PID 87 died...
22:49:42.563935 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:42.567527 --- ParallelTerminationStrategy: PID 88 died...
22:49:42.568991 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:42.572600 --- ParallelTerminationStrategy: PID 89 died...
22:49:42.574052 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:42.577650 --- ParallelTerminationStrategy: PID 90 died...
22:49:42.579115 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:42.582700 --- ParallelTerminationStrategy: PID 91 died...
22:49:42.584163 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:42.587780 --- ParallelTerminationStrategy: PID 92 died...
22:49:42.589238 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:42.592834 --- ParallelTerminationStrategy: PID 93 died...
22:49:42.594297 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:42.597898 --- ParallelTerminationStrategy: PID 94 died...
22:49:42.599354 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:42.602967 --- ParallelTerminationStrategy: PID 95 died...
22:49:42.604447 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:42.608039 --- ParallelTerminationStrategy: PID 96 died...
22:49:42.609489 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:42.613089 --- ParallelTerminationStrategy: PID 97 died...
22:49:42.614541 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:42.618148 --- ParallelTerminationStrategy: PID 98 died...
22:49:42.619610 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:42.623192 --- ParallelTerminationStrategy: PID 99 died...
22:49:42.624642 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:42.628249 --- ParallelTerminationStrategy: PID 100 died...
22:49:42.629709 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:42.633298 --- ParallelTerminationStrategy: PID 101 died...
22:49:42.634756 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:42.638342 --- ParallelTerminationStrategy: PID 102 died...
22:49:42.639796 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:42.643408 --- ParallelTerminationStrategy: PID 103 died...
22:49:42.644867 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:42.648443 --- ParallelTerminationStrategy: PID 104 died...
22:49:42.649900 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:42.653503 --- ParallelTerminationStrategy: PID 105 died...
22:49:42.654952 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:42.658555 --- ParallelTerminationStrategy: PID 106 died...
22:49:42.660042 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:42.663659 --- ParallelTerminationStrategy: PID 107 died...
22:49:42.665111 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:42.668731 --- ParallelTerminationStrategy: PID 108 died...
22:49:42.670187 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:42.673776 --- ParallelTerminationStrategy: PID 109 died...
22:49:42.675236 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:42.678831 --- ParallelTerminationStrategy: PID 110 died...
22:49:42.680297 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:42.683911 --- ParallelTerminationStrategy: PID 111 died...
22:49:42.685368 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:42.688965 --- ParallelTerminationStrategy: PID 112 died...
22:49:42.690413 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:42.694013 --- ParallelTerminationStrategy: PID 113 died...
22:49:42.695480 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:42.699077 --- ParallelTerminationStrategy: PID 114 died...
22:49:42.700527 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:42.704129 --- ParallelTerminationStrategy: PID 115 died...
22:49:42.705589 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:42.709196 --- ParallelTerminationStrategy: PID 116 died...
22:49:42.710658 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:42.714256 --- ParallelTerminationStrategy: PID 117 died...
22:49:42.715715 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:42.719313 --- ParallelTerminationStrategy: PID 118 died...
22:49:42.720773 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:42.724365 --- ParallelTerminationStrategy: PID 119 died...
22:49:42.725820 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:42.729453 --- ParallelTerminationStrategy: PID 120 died...
22:49:42.730922 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:42.734521 --- ParallelTerminationStrategy: PID 121 died...
22:49:42.735996 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:42.739601 --- ParallelTerminationStrategy: PID 122 died...
22:49:42.741058 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:42.744668 --- ParallelTerminationStrategy: PID 123 died...
22:49:42.746124 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:42.749696 --- ParallelTerminationStrategy: PID 124 died...
22:49:42.751165 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:42.754759 --- ParallelTerminationStrategy: PID 125 died...
22:49:42.756227 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:42.759841 --- ParallelTerminationStrategy: PID 126 died...
22:49:42.761295 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:42.764891 --- ParallelTerminationStrategy: PID 127 died...
22:49:42.766344 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:42.769949 --- ParallelTerminationStrategy: PID 128 died...
22:49:42.771419 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:42.775056 --- ParallelTerminationStrategy: PID 129 died...
22:49:42.776519 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:42.780118 --- ParallelTerminationStrategy: PID 130 died...
22:49:42.781574 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:42.785189 --- ParallelTerminationStrategy: PID 131 died...
22:49:42.786653 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:42.790243 --- ParallelTerminationStrategy: PID 132 died...
22:49:42.791704 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:42.795281 --- ParallelTerminationStrategy: PID 133 died...
22:49:42.796723 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:42.800376 --- ParallelTerminationStrategy: PID 134 died...
22:49:42.801827 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:42.805553 --- ParallelTerminationStrategy: PID 135 died...
22:49:42.807099 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:42.810876 --- ParallelTerminationStrategy: PID 136 died...
22:49:42.812388 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:42.816160 --- ParallelTerminationStrategy: PID 137 died...
22:49:42.817682 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:42.821434 --- ParallelTerminationStrategy: PID 138 died...
22:49:42.822961 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:42.826717 --- ParallelTerminationStrategy: PID 139 died...
22:49:42.828229 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:42.832002 --- ParallelTerminationStrategy: PID 140 died...
22:49:42.833516 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:42.837274 --- ParallelTerminationStrategy: PID 141 died...
22:49:42.838767 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:42.842510 --- ParallelTerminationStrategy: PID 142 died...
22:49:42.844022 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:42.847764 --- ParallelTerminationStrategy: PID 143 died...
22:49:42.849263 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:42.853018 --- ParallelTerminationStrategy: PID 144 died...
22:49:42.854500 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:42.858120 --- ParallelTerminationStrategy: PID 145 died...
22:49:42.859590 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:42.863215 --- ParallelTerminationStrategy: PID 146 died...
22:49:42.864669 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:42.868266 --- ParallelTerminationStrategy: PID 147 died...
22:49:42.869730 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:42.873327 --- ParallelTerminationStrategy: PID 148 died...
22:49:42.874771 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:42.878397 --- ParallelTerminationStrategy: PID 149 died...
22:49:42.879861 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:42.883454 --- ParallelTerminationStrategy: PID 150 died...
22:49:42.884912 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:42.888504 --- ParallelTerminationStrategy: PID 151 died...
22:49:42.889949 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:42.893592 --- ParallelTerminationStrategy: PID 152 died...
22:49:42.895045 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:42.898643 --- ParallelTerminationStrategy: PID 153 died...
22:49:42.900098 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:42.903695 --- ParallelTerminationStrategy: PID 154 died...
22:49:42.905144 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:42.908742 --- ParallelTerminationStrategy: PID 155 died...
22:49:42.910190 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:42.913788 --- ParallelTerminationStrategy: PID 156 died...
22:49:42.915264 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:42.918850 --- ParallelTerminationStrategy: PID 157 died...
22:49:42.920297 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:42.923888 --- ParallelTerminationStrategy: PID 158 died...
22:49:42.925341 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:42.928962 --- ParallelTerminationStrategy: PID 159 died...
22:49:42.930409 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:42.934027 --- ParallelTerminationStrategy: PID 160 died...
22:49:42.935491 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:42.939081 --- ParallelTerminationStrategy: PID 161 died...
22:49:42.940522 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:42.944127 --- ParallelTerminationStrategy: PID 162 died...
22:49:42.945584 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:42.949174 --- ParallelTerminationStrategy: PID 163 died...
22:49:42.950621 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:42.954244 --- ParallelTerminationStrategy: PID 164 died...
22:49:42.955700 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:42.959305 --- ParallelTerminationStrategy: PID 165 died...
22:49:42.960757 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:42.964341 --- ParallelTerminationStrategy: PID 166 died...
22:49:42.965788 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:42.969445 --- ParallelTerminationStrategy: PID 167 died...
22:49:42.970905 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:42.974490 --- ParallelTerminationStrategy: PID 168 died...
22:49:42.975956 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:42.979542 --- ParallelTerminationStrategy: PID 169 died...
22:49:42.980996 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:42.984584 --- ParallelTerminationStrategy: PID 170 died...
22:49:42.986024 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:42.989629 --- ParallelTerminationStrategy: PID 171 died...
22:49:42.991080 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:42.994674 --- ParallelTerminationStrategy: PID 172 died...
22:49:42.996144 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:42.999753 --- ParallelTerminationStrategy: PID 173 died...
22:49:43.001191 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:43.004787 --- ParallelTerminationStrategy: PID 174 died...
22:49:43.006225 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:43.009824 --- ParallelTerminationStrategy: PID 175 died...
22:49:43.011286 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:43.014904 --- ParallelTerminationStrategy: PID 176 died...
22:49:43.016356 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:43.019952 --- ParallelTerminationStrategy: PID 177 died...
22:49:43.021400 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:43.025007 --- ParallelTerminationStrategy: PID 178 died...
22:49:43.026451 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:43.030063 --- ParallelTerminationStrategy: PID 179 died...
22:49:43.031511 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:43.035127 --- ParallelTerminationStrategy: PID 180 died...
22:49:43.036584 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:43.040182 --- ParallelTerminationStrategy: PID 181 died...
22:49:43.041633 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:43.045240 --- ParallelTerminationStrategy: PID 182 died...
22:49:43.046705 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:43.050309 --- ParallelTerminationStrategy: PID 183 died...
22:49:43.051765 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:43.055411 --- ParallelTerminationStrategy: PID 184 died...
22:49:43.056860 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:43.060475 --- ParallelTerminationStrategy: PID 185 died...
22:49:43.061916 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:43.065518 --- ParallelTerminationStrategy: PID 186 died...
22:49:43.066972 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:43.070580 --- ParallelTerminationStrategy: PID 187 died...
22:49:43.072034 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:43.075651 --- ParallelTerminationStrategy: PID 188 died...
22:49:43.077095 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:43.080703 --- ParallelTerminationStrategy: PID 189 died...
22:49:43.082152 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:43.085793 --- ParallelTerminationStrategy: PID 190 died...
22:49:43.087237 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:43.090817 --- ParallelTerminationStrategy: PID 191 died...
22:49:43.092290 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:43.095910 --- ParallelTerminationStrategy: PID 192 died...
22:49:43.097359 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:43.100967 --- ParallelTerminationStrategy: PID 193 died...
22:49:43.102416 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:43.106030 --- ParallelTerminationStrategy: PID 194 died...
22:49:43.107508 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:43.111130 --- ParallelTerminationStrategy: PID 195 died...
22:49:43.112592 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:43.116218 --- ParallelTerminationStrategy: PID 196 died...
22:49:43.117665 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:43.121292 --- ParallelTerminationStrategy: PID 197 died...
22:49:43.122744 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:43.126342 --- ParallelTerminationStrategy: PID 198 died...
22:49:43.127789 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:43.131414 --- ParallelTerminationStrategy: PID 199 died...
22:49:43.132864 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:43.136475 --- ParallelTerminationStrategy: PID 200 died...
22:49:43.137926 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:43.141544 --- ParallelTerminationStrategy: PID 201 died...
22:49:43.142997 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:43.146608 --- ParallelTerminationStrategy: PID 202 died...
22:49:43.148069 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:43.151704 --- ParallelTerminationStrategy: PID 203 died...
22:49:43.153151 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:43.156754 --- ParallelTerminationStrategy: PID 204 died...
22:49:43.158207 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:43.161824 --- ParallelTerminationStrategy: PID 205 died...
22:49:43.163281 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:43.166921 --- ParallelTerminationStrategy: PID 206 died...
22:49:43.168393 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:43.171986 --- ParallelTerminationStrategy: PID 207 died...
22:49:43.173443 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:43.177048 --- ParallelTerminationStrategy: PID 208 died...
22:49:43.178501 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:43.182114 --- ParallelTerminationStrategy: PID 209 died...
22:49:43.183584 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:43.187213 --- ParallelTerminationStrategy: PID 210 died...
22:49:43.188670 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:43.192291 --- ParallelTerminationStrategy: PID 211 died...
22:49:43.193740 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:43.197359 --- ParallelTerminationStrategy: PID 212 died...
22:49:43.198810 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:43.202418 --- ParallelTerminationStrategy: PID 213 died...
22:49:43.203893 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:43.207493 --- ParallelTerminationStrategy: PID 214 died...
22:49:43.208955 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:43.212552 --- ParallelTerminationStrategy: PID 215 died...
22:49:43.214007 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:43.217625 --- ParallelTerminationStrategy: PID 216 died...
22:49:43.219095 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:43.222687 --- ParallelTerminationStrategy: PID 217 died...
22:49:43.224152 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:43.227778 --- ParallelTerminationStrategy: PID 218 died...
22:49:43.229242 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:43.232857 --- ParallelTerminationStrategy: PID 219 died...
22:49:43.234315 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:43.237960 --- ParallelTerminationStrategy: PID 220 died...
22:49:43.239433 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:43.243063 --- ParallelTerminationStrategy: PID 221 died...
22:49:43.244520 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:43.248148 --- ParallelTerminationStrategy: PID 222 died...
22:49:43.249608 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:43.253212 --- ParallelTerminationStrategy: PID 223 died...
22:49:43.254666 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:43.258293 --- ParallelTerminationStrategy: PID 224 died...
22:49:43.259742 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:43.263340 --- ParallelTerminationStrategy: PID 225 died...
22:49:43.264792 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:43.268401 --- ParallelTerminationStrategy: PID 226 died...
22:49:43.269856 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:43.273483 --- ParallelTerminationStrategy: PID 227 died...
22:49:43.274933 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:43.278552 --- ParallelTerminationStrategy: PID 228 died...
22:49:43.280010 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:43.283642 --- ParallelTerminationStrategy: PID 229 died...
22:49:43.285097 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:43.288705 --- ParallelTerminationStrategy: PID 230 died...
22:49:43.290154 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:43.293779 --- ParallelTerminationStrategy: PID 231 died...
22:49:43.295237 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:43.298850 --- ParallelTerminationStrategy: PID 232 died...
22:49:43.300313 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:43.303947 --- ParallelTerminationStrategy: PID 233 died...
22:49:43.305404 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:43.309001 --- ParallelTerminationStrategy: PID 234 died...
22:49:43.310453 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:46.714736 --- ParallelTerminationStrategy: PID 34 died...
22:49:46.721163 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8410 netreg_mass PASS
---------------------------------------------------------------------
22:49:46.782512 tst trial-8410: Storing JUnit report in /build/trial-8410/run.2026-08-01_22-48-16/trial-8410.xml
--------------------------------------------------------------------------------------------
trial-8410 PASS
--------------------------------------------------------------------------------------------
22:49:46.792604 tst trial-8410: trial-8410: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (85.0 sec)
+ exit_code=0
+ rm -rf trial-8410/inst
+ cd trial-8410
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-08-01 22:48:15
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8410-run.tgz run.2026-08-01_22-48-16
+ tar czf /build/trial-8410-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-08-01_13_27_01.tgz osmo-bts-oc2g.build-2026-08-01_00_52_27.tgz osmo-bts-sysmo.build-2026-08-01_00_52_27.tgz osmo-bts.build-2026-08-01_00_52_32.tgz osmo-ggsn.build-2026-08-01_20_43_06.tgz osmo-hlr.build-2026-08-01_16_37_41.tgz osmo-hnbgw.build-2026-08-01_13_31_44.tgz osmo-mgw.build-2026-08-01_08_33_47.tgz osmo-msc.build-2026-08-01_13_34_17.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-08-01_07_35_01.tgz osmo-pcu-sysmo.build-2026-08-01_07_35_01.tgz osmo-pcu.build-2026-08-01_07_34_59.tgz osmo-sgsn.build-2026-08-01_20_49_22.tgz osmo-stp.build-2026-08-01_13_25_37.tgz osmo-trx.build-2026-08-01_14_22_32.tgz osmocom-bb.build-2026-08-01_21_18_48.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