+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
9f3fa5a ttcn3-bts: Allow running osmo-bts-trx with rt prio
+ 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 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_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 DONE 0.1s
#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.1s
#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.1s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.3s
#7 [ 9/28] COPY SSH /root/.ssh
#7 CACHED
#8 [ 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
#8 CACHED
#9 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#9 CACHED
#10 [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
#10 CACHED
#11 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#11 CACHED
#12 [20/28] WORKDIR /TMP
#12 CACHED
#13 [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
#13 CACHED
#14 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#14 CACHED
#15 [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
#15 CACHED
#16 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#16 CACHED
#17 [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
#17 CACHED
#18 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#18 CACHED
#19 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#19 CACHED
#20 [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://security.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
#20 CACHED
#21 [ 8/28] RUN MKDIR /var/run/sshd
#21 CACHED
#22 [ 3/28] RUN groupadd osmo-gsm-tester
#22 CACHED
#23 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#23 CACHED
#24 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#24 CACHED
#25 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#25 CACHED
#26 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#26 CACHED
#27 [ 2/28] RUN useradd -ms /bin/bash jenkins
#27 CACHED
#28 [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
#28 CACHED
#29 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#29 CACHED
#30 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#30 CACHED
#31 [16/28] RUN APT-GET update && apt-get install -y --no-install-recommends cmake libfftw3-dev libmbedtls-dev libboost-program-options-dev libconfig++-dev libsctp-dev libpcsclite-dev libuhd-dev libczmq-dev libsoapysdr-dev soapysdr-module-lms7 && apt-get clean
#31 CACHED
#32 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:d994dd86910a96ab671fabcfc686236e57d5b2886a51dcdf9e04fb13e1d30f2a 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
[33m2 warnings found (use docker --debug to expand):
[0m - InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
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=7921 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-03-30 22:48:19
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7921
+ mkdir -p trial-7921
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-03-30_13_25_58.tgz osmo-bts-oc2g.build-2025-03-30_00_51_40.tgz osmo-bts-sysmo.build-2025-03-30_00_51_36.tgz osmo-bts.build-2025-03-30_00_51_40.tgz osmo-ggsn.build-2025-03-30_20_42_47.tgz osmo-hlr.build-2025-03-30_16_36_57.tgz osmo-hnbgw.build-2025-03-30_13_30_26.tgz osmo-mgw.build-2025-03-30_08_33_20.tgz osmo-msc.build-2025-03-30_13_34_32.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-30_07_41_43.tgz osmo-pcu-sysmo.build-2025-03-30_07_41_35.tgz osmo-pcu.build-2025-03-30_07_41_40.tgz osmo-sgsn.build-2025-03-30_20_48_06.tgz osmo-stp.build-2025-03-30_13_23_04.tgz osmo-trx.build-2025-03-30_14_28_21.tgz osmocom-bb.build-2025-03-30_21_17_20.tgz srslte.build-19.tgz trial-7921
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-03-30_13_25_58.md5 osmo-bts-oc2g.build-2025-03-30_00_51_40.md5 osmo-bts-sysmo.build-2025-03-30_00_51_36.md5 osmo-bts.build-2025-03-30_00_51_40.md5 osmo-ggsn.build-2025-03-30_20_42_47.md5 osmo-hlr.build-2025-03-30_16_36_57.md5 osmo-hnbgw.build-2025-03-30_13_30_26.md5 osmo-mgw.build-2025-03-30_08_33_20.md5 osmo-msc.build-2025-03-30_13_34_32.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-30_07_41_43.md5 osmo-pcu-sysmo.build-2025-03-30_07_41_35.md5 osmo-pcu.build-2025-03-30_07_41_40.md5 osmo-sgsn.build-2025-03-30_20_48_06.md5 osmo-stp.build-2025-03-30_13_23_04.md5 osmo-trx.build-2025-03-30_14_28_21.md5 osmocom-bb.build-2025-03-30_21_17_20.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-03-30_13_25_58.md5 osmo-bts-oc2g.build-2025-03-30_00_51_40.md5 osmo-bts-sysmo.build-2025-03-30_00_51_36.md5 osmo-bts.build-2025-03-30_00_51_40.md5 osmo-ggsn.build-2025-03-30_20_42_47.md5 osmo-hlr.build-2025-03-30_16_36_57.md5 osmo-hnbgw.build-2025-03-30_13_30_26.md5 osmo-mgw.build-2025-03-30_08_33_20.md5 osmo-msc.build-2025-03-30_13_34_32.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-30_07_41_43.md5 osmo-pcu-sysmo.build-2025-03-30_07_41_35.md5 osmo-pcu.build-2025-03-30_07_41_40.md5 osmo-sgsn.build-2025-03-30_20_48_06.md5 osmo-stp.build-2025-03-30_13_23_04.md5 osmo-trx.build-2025-03-30_14_28_21.md5 osmocom-bb.build-2025-03-30_21_17_20.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-7921 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7921'
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-7921
--------------------------------------------------------------------------------------------
22:48:19.927996 tst trial-7921: Detailed log at /build/trial-7921/run.2025-03-30_22-48-19/log
---------------------------------------------------------------------
trial-7921 netreg_mass
---------------------------------------------------------------------
22:48:20.186156 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:20.186624 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:20.187670 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:20.189314 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:20.233032 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:20.234038 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:20.235495 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:20.340055 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-7921 netreg_mass register_default_mass.py
----------------------------------------------
22:48:20.342074 tst register_default_mass.py:9: Claiming resources for the test
22:48:20.375203 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.375946 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.376556 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.377145 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.377724 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.378317 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.378883 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:20.427959 tst register_default_mass.py: using LAC 2
22:48:20.463288 tst register_default_mass.py: using RAC 2
22:48:20.504885 tst register_default_mass.py: using CellId 2
22:48:20.542119 tst register_default_mass.py: using BVCI 3
22:48:20.554257 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.555619 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.556854 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.558070 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.559245 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.560403 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.561554 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.562722 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.563882 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.565038 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.566180 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.567368 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.568593 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.569827 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.571049 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.572265 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.573493 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.574733 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.575936 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.577170 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.578377 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.579586 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.580853 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.581632 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.582324 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.583011 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.583717 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.584398 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.585075 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.585766 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.586436 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.587111 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.587798 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.588490 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.589781 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.591051 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.592310 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.593541 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.594739 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.595909 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.597076 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.598240 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.599402 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.600564 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.601423 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.602110 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.602798 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.603499 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.604169 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.604862 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.605564 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.606260 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.606943 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.607621 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.608323 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.609014 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.609695 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.610395 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.611083 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.611782 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.612461 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.613179 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.613880 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.614569 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.615262 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.615955 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.616651 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.617391 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.618096 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.618779 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.619474 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.620180 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.620987 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.621678 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.622384 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.623066 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.623748 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.624434 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.625119 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.625808 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.626488 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.627156 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.627841 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.628522 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.629203 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.629883 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.630562 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.631225 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.632080 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.632856 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.633572 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.634293 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.634995 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.635687 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.636388 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.637085 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.637778 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.638487 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.639182 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.639862 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.640540 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.641337 tst register_default_mass.py:21: Launching a simple network
22:48:20.654755 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:20.807676 run create_hlr_db(pid=20): Launched
22:48:21.822595 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:21.853335 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:21.872867 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:21.881473 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:22.105615 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:22.126522 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:22.137151 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:22.708798 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:22.729503 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:25.747654 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:25.891738 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:25.910571 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:25.917623 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:25.947532 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:25.966541 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:25.973632 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:26.360132 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:26.379121 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:32.402154 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:32.587338 run osmo-bts-virtual(pid=34): Launched
22:48:33.645329 tst register_default_mass.py: using MSISDN 1001
22:48:33.653829 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:33.739828 tst register_default_mass.py: using MSISDN 1002
22:48:33.747135 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:33.823819 tst register_default_mass.py: using MSISDN 1003
22:48:33.831531 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:33.924176 tst register_default_mass.py: using MSISDN 1004
22:48:33.931352 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:34.006394 tst register_default_mass.py: using MSISDN 1005
22:48:34.016426 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:34.087565 tst register_default_mass.py: using MSISDN 1006
22:48:34.094278 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:34.168487 tst register_default_mass.py: using MSISDN 1007
22:48:34.174867 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:34.243546 tst register_default_mass.py: using MSISDN 1008
22:48:34.250667 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:34.319042 tst register_default_mass.py: using MSISDN 1009
22:48:34.325901 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:34.409137 tst register_default_mass.py: using MSISDN 1010
22:48:34.418749 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:34.499302 tst register_default_mass.py: using MSISDN 1011
22:48:34.505330 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:34.595361 tst register_default_mass.py: using MSISDN 1012
22:48:34.601381 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:34.670049 tst register_default_mass.py: using MSISDN 1013
22:48:34.676180 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:34.752066 tst register_default_mass.py: using MSISDN 1014
22:48:34.758061 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:34.951632 tst register_default_mass.py: using MSISDN 1015
22:48:34.959293 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:35.026526 tst register_default_mass.py: using MSISDN 1016
22:48:35.032563 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:35.107720 tst register_default_mass.py: using MSISDN 1017
22:48:35.116077 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:35.184306 tst register_default_mass.py: using MSISDN 1018
22:48:35.194072 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:35.257707 tst register_default_mass.py: using MSISDN 1019
22:48:35.269596 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:35.336510 tst register_default_mass.py: using MSISDN 1020
22:48:35.342890 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:35.419903 tst register_default_mass.py: using MSISDN 1021
22:48:35.427415 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:35.493347 tst register_default_mass.py: using MSISDN 1022
22:48:35.500183 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:35.569365 tst register_default_mass.py: using MSISDN 1023
22:48:35.576321 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:35.650879 tst register_default_mass.py: using MSISDN 1024
22:48:35.662633 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:35.723998 tst register_default_mass.py: using MSISDN 1025
22:48:35.734773 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:35.805749 tst register_default_mass.py: using MSISDN 1026
22:48:35.816505 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:35.886263 tst register_default_mass.py: using MSISDN 1027
22:48:35.894621 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:35.970059 tst register_default_mass.py: using MSISDN 1028
22:48:35.982032 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:36.066204 tst register_default_mass.py: using MSISDN 1029
22:48:36.078506 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:36.183418 tst register_default_mass.py: using MSISDN 1030
22:48:36.191449 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:36.274998 tst register_default_mass.py: using MSISDN 1031
22:48:36.287602 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:36.351962 tst register_default_mass.py: using MSISDN 1032
22:48:36.361900 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:36.439884 tst register_default_mass.py: using MSISDN 1033
22:48:36.447173 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:36.533345 tst register_default_mass.py: using MSISDN 1034
22:48:36.542714 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:36.606778 tst register_default_mass.py: using MSISDN 1035
22:48:36.613486 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:36.680764 tst register_default_mass.py: using MSISDN 1036
22:48:36.691231 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:36.770143 tst register_default_mass.py: using MSISDN 1037
22:48:36.777130 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:36.853079 tst register_default_mass.py: using MSISDN 1038
22:48:36.861903 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:36.931627 tst register_default_mass.py: using MSISDN 1039
22:48:36.940915 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:37.013887 tst register_default_mass.py: using MSISDN 1040
22:48:37.020216 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:37.094850 tst register_default_mass.py: using MSISDN 1041
22:48:37.105881 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:37.176277 tst register_default_mass.py: using MSISDN 1042
22:48:37.182838 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:37.273770 tst register_default_mass.py: using MSISDN 1043
22:48:37.280255 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:37.343682 tst register_default_mass.py: using MSISDN 1044
22:48:37.353249 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:37.422052 tst register_default_mass.py: using MSISDN 1045
22:48:37.428962 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:37.502202 tst register_default_mass.py: using MSISDN 1046
22:48:37.508452 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:37.592088 tst register_default_mass.py: using MSISDN 1047
22:48:37.599650 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:37.677750 tst register_default_mass.py: using MSISDN 1048
22:48:37.686828 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:37.760020 tst register_default_mass.py: using MSISDN 1049
22:48:37.768486 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:37.858966 tst register_default_mass.py: using MSISDN 1050
22:48:37.864876 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:37.933486 tst register_default_mass.py: using MSISDN 1051
22:48:37.939147 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:38.003404 tst register_default_mass.py: using MSISDN 1052
22:48:38.009308 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:38.071392 tst register_default_mass.py: using MSISDN 1053
22:48:38.077630 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:38.177237 tst register_default_mass.py: using MSISDN 1054
22:48:38.185037 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:38.260467 tst register_default_mass.py: using MSISDN 1055
22:48:38.267532 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:38.338811 tst register_default_mass.py: using MSISDN 1056
22:48:38.345981 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:38.426279 tst register_default_mass.py: using MSISDN 1057
22:48:38.433462 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:38.508960 tst register_default_mass.py: using MSISDN 1058
22:48:38.517670 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:38.587829 tst register_default_mass.py: using MSISDN 1059
22:48:38.595202 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:38.663999 tst register_default_mass.py: using MSISDN 1060
22:48:38.671060 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:38.748000 tst register_default_mass.py: using MSISDN 1061
22:48:38.755507 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:38.825123 tst register_default_mass.py: using MSISDN 1062
22:48:38.837921 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:38.924373 tst register_default_mass.py: using MSISDN 1063
22:48:38.931856 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:39.032095 tst register_default_mass.py: using MSISDN 1064
22:48:39.041071 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:39.115312 tst register_default_mass.py: using MSISDN 1065
22:48:39.123517 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:39.201602 tst register_default_mass.py: using MSISDN 1066
22:48:39.212159 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:39.293897 tst register_default_mass.py: using MSISDN 1067
22:48:39.302318 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:39.370715 tst register_default_mass.py: using MSISDN 1068
22:48:39.386728 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:39.479246 tst register_default_mass.py: using MSISDN 1069
22:48:39.488050 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:39.564446 tst register_default_mass.py: using MSISDN 1070
22:48:39.580999 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:40.224040 tst register_default_mass.py: using MSISDN 1071
22:48:40.236203 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:40.305129 tst register_default_mass.py: using MSISDN 1072
22:48:40.317969 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:40.461609 tst register_default_mass.py: using MSISDN 1073
22:48:40.473655 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:40.792076 tst register_default_mass.py: using MSISDN 1074
22:48:40.800375 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:40.868449 tst register_default_mass.py: using MSISDN 1075
22:48:40.877462 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:40.955293 tst register_default_mass.py: using MSISDN 1076
22:48:40.965646 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:41.045806 tst register_default_mass.py: using MSISDN 1077
22:48:41.056542 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:41.129968 tst register_default_mass.py: using MSISDN 1078
22:48:41.139313 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:41.205469 tst register_default_mass.py: using MSISDN 1079
22:48:41.217894 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:41.292724 tst register_default_mass.py: using MSISDN 1080
22:48:41.308380 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:41.386083 tst register_default_mass.py: using MSISDN 1081
22:48:41.402310 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:41.489787 tst register_default_mass.py: using MSISDN 1082
22:48:41.505667 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:41.594829 tst register_default_mass.py: using MSISDN 1083
22:48:41.611654 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:41.698083 tst register_default_mass.py: using MSISDN 1084
22:48:41.714659 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:41.800274 tst register_default_mass.py: using MSISDN 1085
22:48:41.809943 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:41.896795 tst register_default_mass.py: using MSISDN 1086
22:48:41.911394 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:41.998931 tst register_default_mass.py: using MSISDN 1087
22:48:42.007839 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:42.071317 tst register_default_mass.py: using MSISDN 1088
22:48:42.077732 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:42.172810 tst register_default_mass.py: using MSISDN 1089
22:48:42.179893 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:42.256232 tst register_default_mass.py: using MSISDN 1090
22:48:42.262715 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:42.325773 tst register_default_mass.py: using MSISDN 1091
22:48:42.333620 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:42.417075 tst register_default_mass.py: using MSISDN 1092
22:48:42.432664 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:42.509103 tst register_default_mass.py: using MSISDN 1093
22:48:42.519284 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:42.601208 tst register_default_mass.py: using MSISDN 1094
22:48:42.616957 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:42.705026 tst register_default_mass.py: using MSISDN 1095
22:48:42.717934 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:42.808529 tst register_default_mass.py: using MSISDN 1096
22:48:42.824102 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:42.900663 tst register_default_mass.py: using MSISDN 1097
22:48:42.911275 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:42.997318 tst register_default_mass.py: using MSISDN 1098
22:48:43.012284 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:43.127370 tst register_default_mass.py: using MSISDN 1099
22:48:43.135183 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:43.211719 tst register_default_mass.py: using MSISDN 1100
22:48:43.218627 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:43.435481 run mass: Starting testcase
22:48:43.443784 run mass: Pre-launching all virtphy's
22:48:43.451872 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:43.481986 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:43.499852 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:43.537956 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:43.555143 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:43.591767 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:43.608899 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:43.644985 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:43.662062 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:43.698619 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:43.712286 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:43.732199 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:43.741585 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:43.761493 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:43.770593 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:43.791320 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:43.801098 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:43.830325 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:43.840079 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:43.859740 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:43.875141 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:43.911624 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:43.921493 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:43.941407 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:43.950670 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:43.970326 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:43.980231 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:44.000464 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:44.018914 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:44.057026 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:44.074692 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:44.110295 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:44.127280 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:44.164309 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:44.181200 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:44.218195 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:44.235663 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:44.272157 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:44.290527 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:44.327552 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:44.345156 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:44.382302 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:44.401080 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:44.438671 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:44.451586 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:44.471092 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:44.481223 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:44.553992 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:44.562736 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:44.579951 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:44.587258 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:44.601703 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:44.608063 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:44.622081 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:44.628710 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:44.645408 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:44.653119 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:44.668251 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:44.674731 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:44.688656 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:44.694848 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:44.708249 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:44.714413 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:44.727972 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:44.734361 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:44.749450 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:44.757575 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:44.782617 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:44.800325 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:44.840238 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:44.857173 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:44.894104 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:44.911889 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:44.949737 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:44.967439 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:45.004662 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:45.022464 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:45.058851 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:45.076684 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:45.114307 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:45.131639 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:45.169352 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:45.186777 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:45.223917 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:45.241668 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:45.278052 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:45.293912 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:45.323365 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:45.332045 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:45.348031 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:45.354817 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:45.368646 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:45.374953 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:45.388457 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:45.394722 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:45.407983 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:45.414060 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:45.427189 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:45.433265 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:45.446433 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:45.452526 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:45.465907 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:45.471997 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:45.485320 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:45.491698 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:45.505434 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:45.511752 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:45.525413 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:45.531683 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:45.545372 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:45.551741 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:45.566008 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:45.572772 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:45.587413 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:45.594202 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:45.608681 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:45.615201 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:45.629181 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:45.635582 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:45.649163 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:45.655425 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:45.668925 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:45.675243 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:45.688753 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:45.694956 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:45.708454 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:45.714727 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:45.728226 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:45.734488 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:45.747972 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:45.754306 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:45.767928 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:45.774209 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:45.788069 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:45.794570 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:45.808423 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:45.814807 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:45.828493 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:45.834793 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:45.848581 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:45.854892 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:45.868773 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:45.875133 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:45.888641 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:45.894868 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:45.908336 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:45.914710 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:45.928459 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:45.934845 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:45.948562 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:45.954833 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:45.968552 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:45.974887 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:45.988586 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:45.994903 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:46.008694 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:46.015100 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:46.028676 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:46.035135 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:46.048596 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:46.054872 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:46.068336 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:46.074568 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:46.088089 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:46.094307 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:46.107962 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:46.114379 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:46.127811 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:46.134029 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:46.147418 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:46.153656 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:46.167079 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:46.173328 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:46.186564 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:46.192879 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:46.206277 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:46.212852 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:46.226407 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:46.232710 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:46.246307 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:46.252555 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:46.384762 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:46.392054 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:46.405745 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:46.413005 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:46.428885 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:46.436195 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:46.450466 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:46.462810 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:46.483639 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:46.491434 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:46.506792 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:46.515176 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:46.536582 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:46.552778 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:46.574439 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:46.593710 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:46.633872 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:46.652902 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:46.692067 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:46.710191 run mass: Checking if sockets are in the filesystem
22:48:46.743237 run osmo-ms-mob/00000: Starting mobile
22:48:46.773498 run osmo-ms-mob/00000(pid=135): Launched
22:48:46.802770 run mass: MS start registered {at=6605832.506053874, delay=0.009367053396999836, ms=00000}
22:48:50.942708 run osmo-ms-mob/00001: Starting mobile
22:48:50.981390 run osmo-ms-mob/00001(pid=136): Launched
22:48:51.007602 run mass: MS start registered {at=6605836.710897429, delay=0.008220947347581387, ms=00001}
22:48:52.743241 run osmo-ms-mob/00002: Starting mobile
22:48:52.779215 run osmo-ms-mob/00002(pid=137): Launched
22:48:52.798207 run mass: MS start registered {at=6605838.501518169, delay=0.0023139147087931633, ms=00002}
22:48:52.950270 run mass: MS performed LU {at=6605838.653570961, lu_delay=6.147517086938024, ms=00000}
22:48:54.036913 run osmo-ms-mob/00003: Starting mobile
22:48:54.059931 run osmo-ms-mob/00003(pid=138): Launched
22:48:54.077901 run mass: MS start registered {at=6605839.781230052, delay=0.0005016950890421867, ms=00003}
22:48:55.141888 run osmo-ms-mob/00004: Starting mobile
22:48:55.177116 run osmo-ms-mob/00004(pid=139): Launched
22:48:55.202036 run mass: MS start registered {at=6605840.905333267, delay=0.013646208681166172, ms=00004}
22:48:56.138634 run osmo-ms-mob/00005: Starting mobile
22:48:56.155325 run osmo-ms-mob/00005(pid=140): Launched
22:48:56.168913 run mass: MS start registered {at=6605841.872255293, delay=3.277696669101715e-05, ms=00005}
22:48:56.715796 run mass: MS performed LU {at=6605842.419110256, lu_delay=5.708212827332318, ms=00001}
22:48:57.034037 run osmo-ms-mob/00006: Starting mobile
22:48:57.050516 run osmo-ms-mob/00006(pid=141): Launched
22:48:57.063773 run mass: MS start registered {at=6605842.767103374, delay=0.005702955648303032, ms=00006}
22:48:58.079600 run osmo-ms-mob/00007: Starting mobile
22:48:58.119692 run osmo-ms-mob/00007(pid=142): Launched
22:48:58.138140 run mass: Starting too slowly. Moving on {now=6605843.841493607, sleep=-0.11085217166692019, target=6605843.730641435}
22:48:58.155053 run mass: MS start registered {at=6605843.858386179, delay=0.01689931284636259, ms=00007}
22:48:58.172464 run mass: Starting too slowly. Moving on {now=6605843.875820765, sleep=-0.04517933074384928, target=6605843.8306414345}
22:48:58.617610 run mass: MS performed LU {at=6605844.320905872, lu_delay=5.819387702271342, ms=00002}
22:48:58.741531 run osmo-ms-mob/00008: Starting mobile
22:48:58.763293 run osmo-ms-mob/00008(pid=143): Launched
22:48:58.789296 run mass: MS start registered {at=6605844.492600024, delay=0.015135252848267555, ms=00008}
22:48:59.115226 run mass: MS performed LU {at=6605844.81855659, lu_delay=5.037326538003981, ms=00003}
22:48:59.443395 run osmo-ms-mob/00009: Starting mobile
22:48:59.482913 run osmo-ms-mob/00009(pid=144): Launched
22:48:59.507974 run mass: MS start registered {at=6605845.211291717, delay=0.007113411091268063, ms=00009}
22:49:00.137076 run osmo-ms-mob/00010: Starting mobile
22:49:00.157277 run osmo-ms-mob/00010(pid=145): Launched
22:49:00.178510 run mass: MS start registered {at=6605845.881832425, delay=0.012093364261090755, ms=00010}
22:49:00.482131 run mass: MS performed LU {at=6605846.185436984, lu_delay=5.280103716999292, ms=00004}
22:49:00.739617 run osmo-ms-mob/00011: Starting mobile
22:49:00.759220 run osmo-ms-mob/00011(pid=146): Launched
22:49:00.774211 run mass: MS start registered {at=6605846.477536826, delay=0.006586892530322075, ms=00011}
22:49:01.334830 run osmo-ms-mob/00012: Starting mobile
22:49:01.352246 run osmo-ms-mob/00012(pid=147): Launched
22:49:01.366745 run mass: MS start registered {at=6605847.070059191, delay=0.005891748704016209, ms=00012}
22:49:01.933563 run osmo-ms-mob/00013: Starting mobile
22:49:01.948516 run osmo-ms-mob/00013(pid=148): Launched
22:49:01.961613 run mass: MS start registered {at=6605847.664943584, delay=0.005973600782454014, ms=00013}
22:49:02.382984 run mass: MS performed LU {at=6605848.086314872, lu_delay=6.2140595791861415, ms=00005}
22:49:02.410800 run mass: MS performed LU {at=6605848.114132634, lu_delay=5.3470292603597045, ms=00006}
22:49:02.422513 run osmo-ms-mob/00014: Starting mobile
22:49:02.436392 run osmo-ms-mob/00014(pid=149): Launched
22:49:02.447770 run mass: MS start registered {at=6605848.151110733, delay=0.00504589919000864, ms=00014}
22:49:03.133720 run osmo-ms-mob/00015: Starting mobile
22:49:03.148114 run osmo-ms-mob/00015(pid=150): Launched
22:49:03.159468 run mass: MS start registered {at=6605848.862816353, delay=0.004853634163737297, ms=00015}
22:49:03.634112 run osmo-ms-mob/00016: Starting mobile
22:49:03.647389 run osmo-ms-mob/00016(pid=151): Launched
22:49:03.658835 run mass: MS start registered {at=6605849.362189664, delay=0.004741756245493889, ms=00016}
22:49:04.138320 run osmo-ms-mob/00017: Starting mobile
22:49:04.156291 run osmo-ms-mob/00017(pid=152): Launched
22:49:04.167737 run mass: MS start registered {at=6605849.871075239, delay=0.004727412015199661, ms=00017}
22:49:04.482434 run mass: MS performed LU {at=6605850.185765725, lu_delay=5.693165700882673, ms=00008}
22:49:04.547246 run mass: MS performed LU {at=6605850.250582468, lu_delay=5.039290750399232, ms=00009}
22:49:04.617127 run mass: MS performed LU {at=6605850.320460495, lu_delay=6.462074315175414, ms=00007}
22:49:04.630276 run osmo-ms-mob/00018: Starting mobile
22:49:04.645255 run osmo-ms-mob/00018(pid=153): Launched
22:49:04.656655 run mass: MS start registered {at=6605850.359958066, delay=0.0048147523775696754, ms=00018}
22:49:05.134483 run osmo-ms-mob/00019: Starting mobile
22:49:05.152285 run osmo-ms-mob/00019(pid=154): Launched
22:49:05.167733 run mass: MS start registered {at=6605850.871044915, delay=0.0063207149505615234, ms=00019}
22:49:05.635616 run osmo-ms-mob/00020: Starting mobile
22:49:05.652399 run osmo-ms-mob/00020(pid=155): Launched
22:49:05.666406 run mass: MS start registered {at=6605851.369733716, delay=0.00473592896014452, ms=00020}
22:49:06.047832 run mass: MS performed LU {at=6605851.751136915, lu_delay=4.681077723391354, ms=00012}
22:49:06.066048 run osmo-ms-mob/00021: Starting mobile
22:49:06.084370 run osmo-ms-mob/00021(pid=156): Launched
22:49:06.101981 run mass: MS start registered {at=6605851.805284888, delay=0.008607342839241028, ms=00021}
22:49:06.148385 run mass: MS performed LU {at=6605851.851717122, lu_delay=5.37418029550463, ms=00011}
22:49:06.176020 run mass: MS performed LU {at=6605851.879353615, lu_delay=5.997521190904081, ms=00010}
22:49:06.533818 run osmo-ms-mob/00022: Starting mobile
22:49:06.548697 run osmo-ms-mob/00022(pid=157): Launched
22:49:06.561709 run mass: MS start registered {at=6605852.265051049, delay=0.005929351784288883, ms=00022}
22:49:07.034386 run osmo-ms-mob/00023: Starting mobile
22:49:07.049319 run osmo-ms-mob/00023(pid=158): Launched
22:49:07.061631 run mass: MS start registered {at=6605852.764977643, delay=0.00531608983874321, ms=00023}
22:49:07.435232 run osmo-ms-mob/00024: Starting mobile
22:49:07.459963 run osmo-ms-mob/00024(pid=159): Launched
22:49:07.473579 run mass: MS start registered {at=6605853.176913305, delay=0.006601613014936447, ms=00024}
22:49:07.934785 run osmo-ms-mob/00025: Starting mobile
22:49:07.951944 run osmo-ms-mob/00025(pid=160): Launched
22:49:07.965476 run mass: MS start registered {at=6605853.668815205, delay=0.00576446671038866, ms=00025}
22:49:08.013664 run mass: MS performed LU {at=6605853.716978634, lu_delay=4.854162280447781, ms=00015}
22:49:08.078326 run mass: MS performed LU {at=6605853.781656783, lu_delay=5.630546050146222, ms=00014}
22:49:08.147345 run mass: MS performed LU {at=6605853.850649815, lu_delay=6.185706230811775, ms=00013}
22:49:08.163450 run osmo-ms-mob/00026: Starting mobile
22:49:08.180537 run osmo-ms-mob/00026(pid=161): Launched
22:49:08.193993 run mass: MS start registered {at=6605853.897336693, delay=0.005218670703470707, ms=00026}
22:49:08.419758 run mass: MS performed LU {at=6605854.12308616, lu_delay=4.760896496474743, ms=00016}
22:49:08.800874 run osmo-ms-mob/00027: Starting mobile
22:49:08.814832 run osmo-ms-mob/00027(pid=162): Launched
22:49:08.826530 run mass: MS start registered {at=6605854.529885403, delay=0.005427209660410881, ms=00027}
22:49:09.340664 run osmo-ms-mob/00028: Starting mobile
22:49:09.540896 run osmo-ms-mob/00028(pid=163): Launched
22:49:09.547857 run mass: Starting too slowly. Moving on {now=6605855.25122012, sleep=-0.320578726939857, target=6605854.930641393}
22:49:09.554083 run mass: Starting too slowly. Moving on {now=6605855.257449482, sleep=-0.22680808883160353, target=6605855.030641393}
22:49:09.560203 run mass: Starting too slowly. Moving on {now=6605855.263567957, sleep=-0.1329265646636486, target=6605855.130641392}
22:49:09.566618 run mass: MS start registered {at=6605855.26997078, delay=0.018753563053905964, ms=00028}
22:49:09.573305 run mass: Starting too slowly. Moving on {now=6605855.2766707, sleep=-0.04602930787950754, target=6605855.230641392}
22:49:09.585018 run osmo-ms-mob/00029: Starting mobile
22:49:09.599782 run osmo-ms-mob/00029(pid=164): Launched
22:49:09.611606 run mass: MS start registered {at=6605855.314947335, delay=0.005315511487424374, ms=00029}
22:49:09.934176 run osmo-ms-mob/00030: Starting mobile
22:49:09.948570 run osmo-ms-mob/00030(pid=165): Launched
22:49:09.960002 run mass: MS start registered {at=6605855.663344497, delay=0.005060733295977116, ms=00030}
22:49:10.333662 run osmo-ms-mob/00031: Starting mobile
22:49:10.348010 run osmo-ms-mob/00031(pid=166): Launched
22:49:10.360050 run mass: MS start registered {at=6605856.063387651, delay=0.005436040461063385, ms=00031}
22:49:10.519910 run mass: MS performed LU {at=6605856.223209315, lu_delay=5.352164399810135, ms=00019}
22:49:10.620790 run mass: MS performed LU {at=6605856.324105045, lu_delay=6.453029805794358, ms=00017}
22:49:10.641314 run osmo-ms-mob/00032: Starting mobile
22:49:10.679554 run osmo-ms-mob/00032(pid=167): Launched
22:49:10.698298 run mass: MS performed LU {at=6605856.401630634, lu_delay=6.041672568768263, ms=00018}
22:49:10.716384 run mass: MS start registered {at=6605856.41972775, delay=0.01814362034201622, ms=00032}
22:49:11.042837 run osmo-ms-mob/00033: Starting mobile
22:49:11.083257 run osmo-ms-mob/00033(pid=168): Launched
22:49:11.109801 run mass: MS start registered {at=6605856.813110038, delay=0.007830318994820118, ms=00033}
22:49:11.434921 run osmo-ms-mob/00034: Starting mobile
22:49:11.456613 run osmo-ms-mob/00034(pid=169): Launched
22:49:11.472896 run mass: MS start registered {at=6605857.176220206, delay=0.0023923590779304504, ms=00034}
22:49:11.740336 run osmo-ms-mob/00035: Starting mobile
22:49:11.762006 run osmo-ms-mob/00035(pid=170): Launched
22:49:11.779118 run mass: MS performed LU {at=6605857.482419133, lu_delay=4.71744148992002, ms=00023}
22:49:11.793432 run mass: MS start registered {at=6605857.496785257, delay=0.02186715416610241, ms=00035}
22:49:11.843949 run mass: MS performed LU {at=6605857.547277853, lu_delay=5.282226803712547, ms=00022}
22:49:11.913167 run mass: MS performed LU {at=6605857.616489418, lu_delay=6.246755701489747, ms=00020}
22:49:11.928632 run osmo-ms-mob/00036: Starting mobile
22:49:11.945954 run osmo-ms-mob/00036(pid=171): Launched
22:49:11.954588 run mass: MS performed LU {at=6605857.657940106, lu_delay=5.852655217982829, ms=00021}
22:49:11.961956 run mass: MS start registered {at=6605857.665308466, delay=0.007395025342702866, ms=00036}
22:49:12.203981 run mass: MS performed LU {at=6605857.907298206, lu_delay=4.730384901165962, ms=00024}
22:49:12.535271 run osmo-ms-mob/00037: Starting mobile
22:49:12.551269 run osmo-ms-mob/00037(pid=172): Launched
22:49:12.588483 run mass: MS start registered {at=6605858.291840646, delay=1.9297003746032715e-05, ms=00037}
22:49:12.833993 run osmo-ms-mob/00038: Starting mobile
22:49:12.849030 run osmo-ms-mob/00038(pid=173): Launched
22:49:12.861439 run mass: MS start registered {at=6605858.564785852, delay=0.005479162558913231, ms=00038}
22:49:13.134213 run osmo-ms-mob/00039: Starting mobile
22:49:13.151363 run osmo-ms-mob/00039(pid=174): Launched
22:49:13.165542 run mass: MS start registered {at=6605858.868873829, delay=0.006512576714158058, ms=00039}
22:49:13.534701 run osmo-ms-mob/00040: Starting mobile
22:49:13.551910 run osmo-ms-mob/00040(pid=175): Launched
22:49:13.566195 run mass: MS start registered {at=6605859.269530721, delay=0.0063144611194729805, ms=00040}
22:49:13.578881 run mass: MS performed LU {at=6605859.282223882, lu_delay=4.752338479273021, ms=00027}
22:49:13.680520 run mass: MS performed LU {at=6605859.3838333, lu_delay=5.715018095448613, ms=00025}
22:49:13.695168 run osmo-ms-mob/00041: Starting mobile
22:49:13.712106 run osmo-ms-mob/00041(pid=176): Launched
22:49:13.719540 run mass: MS performed LU {at=6605859.42289358, lu_delay=5.525556887499988, ms=00026}
22:49:13.727048 run mass: MS start registered {at=6605859.430411258, delay=0.007542078383266926, ms=00041}
22:49:14.140186 run osmo-ms-mob/00042: Starting mobile
22:49:14.157798 run osmo-ms-mob/00042(pid=177): Launched
22:49:14.171444 run mass: MS start registered {at=6605859.874790196, delay=0.004097453318536282, ms=00042}
22:49:14.535547 run osmo-ms-mob/00043: Starting mobile
22:49:14.553068 run osmo-ms-mob/00043(pid=178): Launched
22:49:14.568445 run mass: MS start registered {at=6605860.271788849, delay=0.004773291759192944, ms=00043}
22:49:14.845646 run osmo-ms-mob/00044: Starting mobile
22:49:14.860138 run osmo-ms-mob/00044(pid=179): Launched
22:49:14.874741 run mass: MS start registered {at=6605860.578074994, delay=0.007569734938442707, ms=00044}
22:49:15.134433 run osmo-ms-mob/00045: Starting mobile
22:49:15.151363 run osmo-ms-mob/00045(pid=180): Launched
22:49:15.164866 run mass: MS start registered {at=6605860.868184201, delay=0.005835232324898243, ms=00045}
22:49:15.433901 run osmo-ms-mob/00046: Starting mobile
22:49:15.449893 run osmo-ms-mob/00046(pid=181): Launched
22:49:15.464933 run mass: MS start registered {at=6605861.168249606, delay=0.007381334900856018, ms=00046}
22:49:15.544446 run mass: MS performed LU {at=6605861.247775847, lu_delay=4.828048096969724, ms=00032}
22:49:15.610005 run mass: MS performed LU {at=6605861.313336366, lu_delay=5.249948714859784, ms=00031}
22:49:15.622281 run osmo-ms-mob/00047: Starting mobile
22:49:15.637209 run osmo-ms-mob/00047(pid=182): Launched
22:49:15.649758 run mass: MS start registered {at=6605861.353103299, delay=0.00543490145355463, ms=00047}
22:49:15.678877 run mass: MS performed LU {at=6605861.382210174, lu_delay=6.0672628385946155, ms=00029}
22:49:15.715904 run mass: MS performed LU {at=6605861.419237356, lu_delay=5.755892858840525, ms=00030}
22:49:15.728474 run osmo-ms-mob/00048: Starting mobile
22:49:15.745617 run osmo-ms-mob/00048(pid=183): Launched
22:49:15.753383 run mass: MS performed LU {at=6605861.456729206, lu_delay=6.186758426018059, ms=00028}
22:49:15.760534 run mass: MS start registered {at=6605861.463897213, delay=0.007193963974714279, ms=00048}
22:49:15.987926 run mass: MS performed LU {at=6605861.691254376, lu_delay=4.878144338726997, ms=00033}
22:49:16.000888 run osmo-ms-mob/00049: Starting mobile
22:49:16.015365 run osmo-ms-mob/00049(pid=184): Launched
22:49:16.027727 run mass: MS start registered {at=6605861.731077903, delay=0.0048848846927285194, ms=00049}
22:49:16.633793 run osmo-ms-mob/00050: Starting mobile
22:49:16.647842 run osmo-ms-mob/00050(pid=185): Launched
22:49:16.660068 run mass: MS start registered {at=6605862.363412301, delay=0.005687974393367767, ms=00050}
22:49:17.033523 run osmo-ms-mob/00051: Starting mobile
22:49:17.047000 run osmo-ms-mob/00051(pid=186): Launched
22:49:17.058557 run mass: MS start registered {at=6605862.761896674, delay=0.005127723328769207, ms=00051}
22:49:17.334301 run osmo-ms-mob/00052: Starting mobile
22:49:17.349688 run osmo-ms-mob/00052(pid=187): Launched
22:49:17.357183 run mass: MS performed LU {at=6605863.060534501, lu_delay=5.395226035267115, ms=00036}
22:49:17.364478 run mass: MS start registered {at=6605863.067840236, delay=0.007328039035201073, ms=00052}
22:49:17.446208 run mass: MS performed LU {at=6605863.149542777, lu_delay=4.857702130451798, ms=00037}
22:49:17.458206 run osmo-ms-mob/00053: Starting mobile
22:49:17.472056 run osmo-ms-mob/00053(pid=188): Launched
22:49:17.480553 run mass: MS performed LU {at=6605863.18390665, lu_delay=4.619120798073709, ms=00038}
22:49:17.487208 run mass: MS start registered {at=6605863.190572024, delay=0.006691247224807739, ms=00053}
22:49:17.653723 run mass: MS performed LU {at=6605863.35705046, lu_delay=6.180830254219472, ms=00034}
22:49:17.665435 run osmo-ms-mob/00054: Starting mobile
22:49:17.679255 run osmo-ms-mob/00054(pid=189): Launched
22:49:17.686806 run mass: MS performed LU {at=6605863.39016188, lu_delay=5.893376623280346, ms=00035}
22:49:17.692966 run mass: MS start registered {at=6605863.396330049, delay=0.006188577972352505, ms=00054}
22:49:18.234468 run osmo-ms-mob/00055: Starting mobile
22:49:18.250110 run osmo-ms-mob/00055(pid=190): Launched
22:49:18.263630 run mass: MS start registered {at=6605863.966960091, delay=0.005433526821434498, ms=00055}
22:49:18.536229 run osmo-ms-mob/00056: Starting mobile
22:49:18.553569 run osmo-ms-mob/00056(pid=191): Launched
22:49:18.567668 run mass: MS start registered {at=6605864.271011301, delay=0.005707858130335808, ms=00056}
22:49:18.834221 run osmo-ms-mob/00057: Starting mobile
22:49:18.850912 run osmo-ms-mob/00057(pid=192): Launched
22:49:18.863983 run mass: MS start registered {at=6605864.567325965, delay=0.005563212558627129, ms=00057}
22:49:19.233754 run osmo-ms-mob/00058: Starting mobile
22:49:19.248187 run osmo-ms-mob/00058(pid=193): Launched
22:49:19.260481 run mass: MS start registered {at=6605864.963827477, delay=0.005622084252536297, ms=00058}
22:49:19.310821 run mass: MS performed LU {at=6605865.014146753, lu_delay=6.145272923633456, ms=00039}
22:49:19.375524 run mass: MS performed LU {at=6605865.078858737, lu_delay=5.648447479121387, ms=00041}
22:49:19.386695 run osmo-ms-mob/00059: Starting mobile
22:49:19.399881 run osmo-ms-mob/00059(pid=194): Launched
22:49:19.411454 run mass: MS start registered {at=6605865.114803295, delay=0.005255107767879963, ms=00059}
22:49:19.444082 run mass: MS performed LU {at=6605865.147420618, lu_delay=5.8778898967429996, ms=00040}
22:49:19.481055 run mass: MS performed LU {at=6605865.184388362, lu_delay=5.309598165564239, ms=00042}
22:49:19.492718 run osmo-ms-mob/00060: Starting mobile
22:49:19.506787 run osmo-ms-mob/00060(pid=195): Launched
22:49:19.513083 run mass: MS performed LU {at=6605865.216440486, lu_delay=4.944651637226343, ms=00043}
22:49:19.519432 run mass: MS start registered {at=6605865.222796268, delay=0.006375681608915329, ms=00060}
22:49:19.754325 run mass: MS performed LU {at=6605865.457662778, lu_delay=4.879587784409523, ms=00044}
22:49:20.234142 run osmo-ms-mob/00061: Starting mobile
22:49:20.248810 run osmo-ms-mob/00061(pid=196): Launched
22:49:20.261719 run mass: MS start registered {at=6605865.965065422, delay=0.005473878234624863, ms=00061}
22:49:20.535299 run osmo-ms-mob/00062: Starting mobile
22:49:20.553088 run osmo-ms-mob/00062(pid=197): Launched
22:49:20.567555 run mass: MS start registered {at=6605866.270894157, delay=0.006152096204459667, ms=00062}
22:49:20.835243 run osmo-ms-mob/00063: Starting mobile
22:49:20.852657 run osmo-ms-mob/00063(pid=198): Launched
22:49:20.870650 run mass: MS start registered {at=6605866.573977459, delay=0.00991311389952898, ms=00063}
22:49:21.110657 run mass: MS performed LU {at=6605866.813988421, lu_delay=5.64573881495744, ms=00046}
22:49:21.212180 run mass: MS performed LU {at=6605866.915512823, lu_delay=4.55210052151233, ms=00050}
22:49:21.226468 run osmo-ms-mob/00064: Starting mobile
22:49:21.244116 run osmo-ms-mob/00064(pid=199): Launched
22:49:21.251904 run mass: MS performed LU {at=6605866.955257492, lu_delay=5.49136027880013, ms=00048}
22:49:21.259567 run mass: MS start registered {at=6605866.962929656, delay=0.00769585557281971, ms=00064}
22:49:21.419735 run mass: MS performed LU {at=6605867.123016076, lu_delay=6.254831874743104, ms=00045}
22:49:21.438031 run mass: MS performed LU {at=6605867.141372181, lu_delay=5.788268881849945, ms=00047}
22:49:21.451858 run osmo-ms-mob/00065: Starting mobile
22:49:21.467988 run osmo-ms-mob/00065(pid=200): Launched
22:49:21.475429 run mass: MS performed LU {at=6605867.17877924, lu_delay=5.447701336815953, ms=00049}
22:49:21.483107 run mass: MS start registered {at=6605867.1864702, delay=0.007714125327765942, ms=00065}
22:49:21.934872 run osmo-ms-mob/00066: Starting mobile
22:49:21.951304 run osmo-ms-mob/00066(pid=201): Launched
22:49:21.964241 run mass: MS start registered {at=6605867.667582286, delay=0.005904540419578552, ms=00066}
22:49:22.334401 run osmo-ms-mob/00067: Starting mobile
22:49:22.351631 run osmo-ms-mob/00067(pid=202): Launched
22:49:22.364982 run mass: MS start registered {at=6605868.068302919, delay=0.005752324126660824, ms=00067}
22:49:22.636850 run osmo-ms-mob/00068: Starting mobile
22:49:22.657235 run osmo-ms-mob/00068(pid=203): Launched
22:49:22.670850 run mass: MS start registered {at=6605868.374184986, delay=0.006013708189129829, ms=00068}
22:49:23.035597 run osmo-ms-mob/00069: Starting mobile
22:49:23.052063 run osmo-ms-mob/00069(pid=204): Launched
22:49:23.065476 run mass: MS start registered {at=6605868.768817414, delay=0.005823048762977123, ms=00069}
22:49:23.076991 run mass: MS performed LU {at=6605868.780279139, lu_delay=4.813319047912955, ms=00055}
22:49:23.141760 run mass: MS performed LU {at=6605868.845066659, lu_delay=5.448736609891057, ms=00054}
22:49:23.210698 run mass: MS performed LU {at=6605868.913999031, lu_delay=5.846158795058727, ms=00052}
22:49:23.225701 run osmo-ms-mob/00070: Starting mobile
22:49:23.243047 run osmo-ms-mob/00070(pid=205): Launched
22:49:23.252486 run mass: MS performed LU {at=6605868.955835418, lu_delay=5.765263393521309, ms=00053}
22:49:23.260344 run mass: MS start registered {at=6605868.963705673, delay=0.007895968854427338, ms=00070}
22:49:23.268380 run mass: MS performed LU {at=6605868.971728983, lu_delay=6.209832309745252, ms=00051}
22:49:23.520333 run mass: MS performed LU {at=6605869.223659683, lu_delay=4.952648381702602, ms=00056}
22:49:23.533123 run osmo-ms-mob/00071: Starting mobile
22:49:23.548282 run osmo-ms-mob/00071(pid=206): Launched
22:49:23.560633 run mass: MS start registered {at=6605869.263975743, delay=0.005290653556585312, ms=00071}
22:49:24.233691 run osmo-ms-mob/00072: Starting mobile
22:49:24.247470 run osmo-ms-mob/00072(pid=207): Launched
22:49:24.259094 run mass: MS start registered {at=6605869.962444532, delay=0.0051676323637366295, ms=00072}
22:49:24.634417 run osmo-ms-mob/00073: Starting mobile
22:49:24.648384 run osmo-ms-mob/00073(pid=208): Launched
22:49:24.660085 run mass: MS start registered {at=6605870.363432508, delay=0.005058277398347855, ms=00073}
22:49:25.088865 run osmo-ms-mob/00074: Starting mobile
22:49:25.103706 run osmo-ms-mob/00074(pid=209): Launched
22:49:25.109866 run mass: MS performed LU {at=6605870.813223987, lu_delay=5.849396510049701, ms=00058}
22:49:25.115849 run mass: MS performed LU {at=6605870.819213879, lu_delay=5.704410584643483, ms=00059}
22:49:25.121913 run mass: MS start registered {at=6605870.825278941, delay=0.012075037695467472, ms=00074}
22:49:25.185668 run mass: MS performed LU {at=6605870.889000852, lu_delay=4.923935430124402, ms=00061}
22:49:25.197463 run osmo-ms-mob/00075: Starting mobile
22:49:25.211195 run osmo-ms-mob/00075(pid=210): Launched
22:49:25.217572 run mass: MS performed LU {at=6605870.920928738, lu_delay=6.35360277350992, ms=00057}
22:49:25.223820 run mass: MS performed LU {at=6605870.927185036, lu_delay=4.65629087947309, ms=00062}
22:49:25.229861 run mass: MS start registered {at=6605870.933227032, delay=0.01231931708753109, ms=00075}
22:49:25.933440 run osmo-ms-mob/00076: Starting mobile
22:49:25.947164 run osmo-ms-mob/00076(pid=211): Launched
22:49:25.958353 run mass: MS start registered {at=6605871.661706062, delay=0.004858940839767456, ms=00076}
22:49:26.333460 run osmo-ms-mob/00077: Starting mobile
22:49:26.346989 run osmo-ms-mob/00077(pid=212): Launched
22:49:26.358175 run mass: MS start registered {at=6605872.061524263, delay=0.004902281798422337, ms=00077}
22:49:26.833892 run osmo-ms-mob/00078: Starting mobile
22:49:26.847880 run osmo-ms-mob/00078(pid=213): Launched
22:49:26.854184 run mass: MS performed LU {at=6605872.557540354, lu_delay=5.3710701540112495, ms=00065}
22:49:26.860262 run mass: MS start registered {at=6605872.563626704, delay=0.00610798504203558, ms=00078}
22:49:26.907556 run mass: MS performed LU {at=6605872.610891465, lu_delay=6.0369140058755875, ms=00063}
22:49:26.976363 run mass: MS performed LU {at=6605872.679695686, lu_delay=5.012113400734961, ms=00066}
22:49:26.990509 run osmo-ms-mob/00079: Starting mobile
22:49:27.005238 run osmo-ms-mob/00079(pid=214): Launched
22:49:27.018535 run mass: MS start registered {at=6605872.721879186, delay=0.006785298697650433, ms=00079}
22:49:27.266919 run mass: MS performed LU {at=6605872.970253654, lu_delay=4.90195073466748, ms=00067}
22:49:27.736116 run osmo-ms-mob/00080: Starting mobile
22:49:27.756336 run osmo-ms-mob/00080(pid=215): Launched
22:49:27.768225 run mass: MS start registered {at=6605873.471572034, delay=0.004705256782472134, ms=00080}
22:49:28.233718 run osmo-ms-mob/00081: Starting mobile
22:49:28.247693 run osmo-ms-mob/00081(pid=216): Launched
22:49:28.259652 run mass: MS start registered {at=6605873.962998037, delay=0.005565829575061798, ms=00081}
22:49:28.633650 run osmo-ms-mob/00082: Starting mobile
22:49:28.647599 run osmo-ms-mob/00082(pid=217): Launched
22:49:28.659704 run mass: MS start registered {at=6605874.363053778, delay=0.005495497956871986, ms=00082}
22:49:28.697648 run mass: MS performed LU {at=6605874.40097633, lu_delay=5.437270657159388, ms=00070}
22:49:28.715607 run mass: MS performed LU {at=6605874.418955807, lu_delay=5.1549800634384155, ms=00071}
22:49:28.771785 run mass: MS performed LU {at=6605874.475110438, lu_delay=6.100925452075899, ms=00068}
22:49:28.970152 run mass: MS performed LU {at=6605874.67344649, lu_delay=5.904629076831043, ms=00069}
22:49:29.251258 run osmo-ms-mob/00083: Starting mobile
22:49:29.265985 run osmo-ms-mob/00083(pid=218): Launched
22:49:29.277276 run mass: MS start registered {at=6605874.980625491, delay=0.004879803396761417, ms=00083}
22:49:29.668132 run mass: MS performed LU {at=6605875.371363941, lu_delay=5.408919408917427, ms=00072}
22:49:29.698782 run osmo-ms-mob/00084: Starting mobile
22:49:29.712050 run osmo-ms-mob/00084(pid=219): Launched
22:49:29.723923 run mass: MS start registered {at=6605875.427269441, delay=0.005476842634379864, ms=00084}
22:49:30.237428 run osmo-ms-mob/00085: Starting mobile
22:49:30.251213 run osmo-ms-mob/00085(pid=220): Launched
22:49:30.262311 run mass: MS start registered {at=6605875.965661875, delay=0.004760696552693844, ms=00085}
22:49:30.507425 run mass: MS performed LU {at=6605876.21067427, lu_delay=5.277447237633169, ms=00075}
22:49:30.562022 run mass: MS performed LU {at=6605876.265354629, lu_delay=5.9019221207126975, ms=00073}
22:49:30.673248 run mass: MS performed LU {at=6605876.376497929, lu_delay=4.714791866950691, ms=00076}
22:49:30.841114 run osmo-ms-mob/00086: Starting mobile
22:49:30.855161 run osmo-ms-mob/00086(pid=221): Launched
22:49:30.866590 run mass: MS start registered {at=6605876.569940023, delay=0.005070543847978115, ms=00086}
22:49:31.526210 run osmo-ms-mob/00087: Starting mobile
22:49:31.540201 run osmo-ms-mob/00087(pid=222): Launched
22:49:31.546632 run mass: Starting too slowly. Moving on {now=6605877.249999762, sleep=-0.01935845147818327, target=6605877.23064131}
22:49:31.552533 run mass: MS start registered {at=6605877.255890397, delay=0.005893317982554436, ms=00087}
22:49:32.033283 run osmo-ms-mob/00088: Starting mobile
22:49:32.046644 run osmo-ms-mob/00088(pid=223): Launched
22:49:32.058155 run mass: MS start registered {at=6605877.76149781, delay=0.0050316741690039635, ms=00088}
22:49:32.634300 run osmo-ms-mob/00089: Starting mobile
22:49:32.651234 run osmo-ms-mob/00089(pid=224): Launched
22:49:32.664000 run mass: MS start registered {at=6605878.367338126, delay=0.005242140032351017, ms=00089}
22:49:32.699454 run mass: MS performed LU {at=6605878.402759939, lu_delay=6.341235676780343, ms=00077}
22:49:32.717722 run mass: MS performed LU {at=6605878.421043612, lu_delay=5.85741690825671, ms=00078}
22:49:32.772828 run mass: MS performed LU {at=6605878.47615233, lu_delay=5.0045802956447005, ms=00080}
22:49:32.878780 run mass: MS performed LU {at=6605878.582110373, lu_delay=5.860231187194586, ms=00079}
22:49:33.233334 run osmo-ms-mob/00090: Starting mobile
22:49:33.249072 run osmo-ms-mob/00090(pid=225): Launched
22:49:33.260399 run mass: MS start registered {at=6605878.963744075, delay=0.005117407068610191, ms=00090}
22:49:33.935961 run osmo-ms-mob/00091: Starting mobile
22:49:33.950140 run osmo-ms-mob/00091(pid=226): Launched
22:49:33.961429 run mass: MS start registered {at=6605879.664759128, delay=0.004940963350236416, ms=00091}
22:49:34.374782 run mass: MS performed LU {at=6605880.078093945, lu_delay=5.097468454390764, ms=00083}
22:49:34.439601 run mass: MS performed LU {at=6605880.142858574, lu_delay=4.715589133091271, ms=00084}
22:49:34.508545 run mass: MS performed LU {at=6605880.211802335, lu_delay=5.848748557269573, ms=00082}
22:49:34.537185 run osmo-ms-mob/00092: Starting mobile
22:49:34.551095 run osmo-ms-mob/00092(pid=227): Launched
22:49:34.557567 run mass: MS performed LU {at=6605880.260925228, lu_delay=6.297927190549672, ms=00081}
22:49:34.564038 run mass: MS start registered {at=6605880.267403477, delay=0.006499798968434334, ms=00092}
22:49:35.466079 run osmo-ms-mob/00093: Starting mobile
22:49:35.487250 run osmo-ms-mob/00093(pid=228): Launched
22:49:35.498730 run mass: MS start registered {at=6605881.202086531, delay=0.004984450526535511, ms=00093}
22:49:36.174294 run mass: MS performed LU {at=6605881.877622537, lu_delay=4.621732139959931, ms=00087}
22:49:36.275187 run mass: MS performed LU {at=6605881.978501301, lu_delay=6.012839426286519, ms=00085}
22:49:36.287225 run osmo-ms-mob/00094: Starting mobile
22:49:36.301044 run osmo-ms-mob/00094(pid=229): Launched
22:49:36.307749 run mass: MS performed LU {at=6605882.011100922, lu_delay=5.441160898655653, ms=00086}
22:49:36.314147 run mass: MS start registered {at=6605882.017510369, delay=0.0064306193962693214, ms=00094}
22:49:37.233478 run osmo-ms-mob/00095: Starting mobile
22:49:37.247412 run osmo-ms-mob/00095(pid=230): Launched
22:49:37.260947 run mass: MS start registered {at=6605882.964295076, delay=0.007169933058321476, ms=00095}
22:49:38.140250 run mass: MS performed LU {at=6605883.843529779, lu_delay=4.879785704426467, ms=00090}
22:49:38.152880 run osmo-ms-mob/00096: Starting mobile
22:49:38.166737 run osmo-ms-mob/00096(pid=231): Launched
22:49:38.178013 run mass: MS start registered {at=6605883.881358971, delay=0.0039170002564787865, ms=00096}
22:49:38.204947 run mass: MS performed LU {at=6605883.908243733, lu_delay=6.146745923906565, ms=00088}
22:49:38.274815 run mass: MS performed LU {at=6605883.978073126, lu_delay=5.610735000111163, ms=00089}
22:49:39.333535 run osmo-ms-mob/00097: Starting mobile
22:49:39.347448 run osmo-ms-mob/00097(pid=232): Launched
22:49:39.358223 run mass: MS start registered {at=6605885.061573732, delay=0.004673399962484837, ms=00097}
22:49:40.041829 run mass: MS performed LU {at=6605885.745162987, lu_delay=5.477759510278702, ms=00092}
22:49:40.069162 run mass: MS performed LU {at=6605885.772506982, lu_delay=6.107747853733599, ms=00091}
22:49:40.174953 run mass: MS performed LU {at=6605885.878289416, lu_delay=4.6762028858065605, ms=00093}
22:49:40.658885 run osmo-ms-mob/00098: Starting mobile
22:49:40.673289 run osmo-ms-mob/00098(pid=233): Launched
22:49:40.684460 run mass: MS start registered {at=6605886.387797684, delay=0.005209022201597691, ms=00098}
22:49:41.906555 run mass: MS performed LU {at=6605887.609858043, lu_delay=5.592347673140466, ms=00094}
22:49:41.970177 run mass: MS performed LU {at=6605887.673510381, lu_delay=4.709215304814279, ms=00095}
22:49:42.040845 run mass: MS performed LU {at=6605887.744106248, lu_delay=22.52130998019129, ms=00060}
22:49:42.433266 run osmo-ms-mob/00099: Starting mobile
22:49:42.447067 run osmo-ms-mob/00099(pid=234): Launched
22:49:42.453516 run mass: All started... {duration=55.72624274529517, too_slow=7}
22:49:42.459623 run mass: MS start registered {at=6605888.162980321, delay=0.006099936552345753, ms=00099}
22:49:43.807978 run mass: MS performed LU {at=6605889.511202394, lu_delay=5.629843423143029, ms=00096}
22:49:43.942254 run mass: MS performed LU {at=6605889.645500053, lu_delay=22.68257039692253, ms=00064}
22:49:44.070417 run mass: MS performed LU {at=6605889.773646433, lu_delay=4.712072701193392, ms=00097}
22:49:45.671222 run mass: MS performed LU {at=6605891.374524837, lu_delay=4.986727152951062, ms=00098}
22:49:47.573233 run mass: MS performed LU {at=6605893.276564132, lu_delay=5.113583811558783, ms=00099}
22:49:47.836427 run mass: MS performed LU {at=6605893.539761405, lu_delay=22.714482464827597, ms=00074}
22:49:47.842718 run mass: Tests done {all_completed=True, max=22.714482464827597, min=4.55210052151233}
22:49:47.848222 tst register_default_mass.py: Test passed (87.5 sec)
22:49:47.853738 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:47.857171 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:47.860563 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:47.863957 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:47.867343 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:47.870752 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:47.874284 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:47.877690 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:47.881105 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:47.884512 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:47.887916 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:47.891217 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:47.894612 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:47.898004 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:47.901425 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:47.904872 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:47.908532 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:47.912245 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:47.916303 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:47.920389 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:47.923822 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:47.927493 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:47.930875 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:47.935174 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:47.938577 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:47.942019 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:47.945434 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:47.948862 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:47.952720 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:47.956108 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:47.959540 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:47.962923 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:47.966346 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:47.969710 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:47.973058 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:47.976423 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:47.980420 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:47.983809 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:47.987193 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:47.990591 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:47.993952 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:47.997546 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:48.000987 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:48.004352 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:48.007736 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:48.011310 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:48.014734 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:48.018108 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:48.021506 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:48.025137 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:48.028541 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:48.031927 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:48.035323 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:48.038722 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:48.042119 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:48.045632 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:48.049015 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:48.052398 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:48.055800 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:48.059194 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:48.063452 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:48.067028 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:48.070735 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:48.074129 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:48.077514 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:48.080890 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:48.084310 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:48.087785 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:48.091306 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:48.094716 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:48.098150 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:48.101605 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:48.105046 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:48.108463 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:48.111926 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:48.115339 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:48.118884 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:48.122377 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:48.126364 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:48.129776 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:48.133625 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:48.137585 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:48.140955 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:48.144337 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:48.147717 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:48.151097 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:48.154479 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:48.158126 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:48.161771 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:48.165176 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:48.168660 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:48.172742 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:48.176156 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:48.179799 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:48.183416 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:48.187046 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:48.191194 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:48.194610 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:48.198040 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:48.201553 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:48.205024 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:48.208913 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:48.212342 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:48.215704 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:48.219155 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:48.222586 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:48.226013 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:48.229462 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:48.232879 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:48.236268 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:48.239681 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:48.243119 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:48.246575 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:48.249964 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:48.253347 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:48.256758 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:48.260069 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:48.263288 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:48.266490 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:48.269698 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:48.272893 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:48.276114 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:48.279336 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:48.282633 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:48.285963 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:48.289210 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:48.292611 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:48.295893 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:48.299150 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:48.302387 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:48.305599 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:48.308790 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:48.311991 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:48.315204 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:48.318417 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:48.321617 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:48.324847 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:48.328046 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:48.331268 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:48.334482 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:48.337709 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:48.340910 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:48.344226 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:48.347520 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:48.350875 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:48.354105 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:48.357304 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:48.360513 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:48.363708 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:48.366925 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:48.370154 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:48.373377 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:48.376570 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:48.379877 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:48.383166 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:48.386452 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:48.389760 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:48.392962 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:48.396184 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:48.399381 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:48.402580 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:48.405789 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:48.409016 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:48.412261 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:48.415496 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:48.418697 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:48.421897 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:48.425103 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:48.428308 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:48.431536 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:48.434731 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:48.437964 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:48.441253 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:48.444621 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:48.448010 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:48.451377 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:48.454734 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:48.458072 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:48.461405 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:48.464757 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:48.468093 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:48.471440 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:48.474774 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:48.478127 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:48.481496 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:48.484854 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:48.488208 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:48.491564 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:48.494928 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:48.498279 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:48.501619 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:48.504961 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:48.508313 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:48.511674 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:48.515021 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:48.518360 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:48.521709 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:48.525039 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:48.528390 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:48.531749 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:48.535101 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:48.538449 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:48.541806 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:48.545183 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:48.548523 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:48.551876 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:48.555219 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:48.558570 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:48.561873 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:48.565207 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:48.568549 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:48.571846 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:48.575201 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:48.578570 --- ParallelTerminationStrategy: PID 22 died...
22:49:48.580098 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:48.583850 --- ParallelTerminationStrategy: PID 23 died...
22:49:48.585380 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:48.589082 --- ParallelTerminationStrategy: PID 24 died...
22:49:48.590590 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:48.594330 --- ParallelTerminationStrategy: PID 25 died...
22:49:48.595855 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:48.599681 --- ParallelTerminationStrategy: PID 26 died...
22:49:48.601198 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:48.604928 --- ParallelTerminationStrategy: PID 27 died...
22:49:48.606444 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:48.610149 --- ParallelTerminationStrategy: PID 28 died...
22:49:48.611664 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:48.615420 --- ParallelTerminationStrategy: PID 29 died...
22:49:48.616952 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:48.620732 --- ParallelTerminationStrategy: PID 30 died...
22:49:48.622247 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:48.626032 --- ParallelTerminationStrategy: PID 31 died...
22:49:48.627557 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:48.631339 --- ParallelTerminationStrategy: PID 32 died...
22:49:48.632862 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:48.636604 --- ParallelTerminationStrategy: PID 33 died...
22:49:48.638142 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:48.641914 --- ParallelTerminationStrategy: PID 35 died...
22:49:48.643432 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:48.647188 --- ParallelTerminationStrategy: PID 36 died...
22:49:48.648723 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:48.652495 --- ParallelTerminationStrategy: PID 37 died...
22:49:48.654023 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:48.657813 --- ParallelTerminationStrategy: PID 38 died...
22:49:48.659351 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:48.663192 --- ParallelTerminationStrategy: PID 39 died...
22:49:48.664727 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:48.668543 --- ParallelTerminationStrategy: PID 40 died...
22:49:48.670083 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:48.673867 --- ParallelTerminationStrategy: PID 41 died...
22:49:48.675396 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:48.679143 --- ParallelTerminationStrategy: PID 42 died...
22:49:48.680742 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:48.684488 --- ParallelTerminationStrategy: PID 43 died...
22:49:48.686012 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:48.689798 --- ParallelTerminationStrategy: PID 44 died...
22:49:48.691323 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:48.695111 --- ParallelTerminationStrategy: PID 45 died...
22:49:48.696649 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:48.700420 --- ParallelTerminationStrategy: PID 46 died...
22:49:48.701943 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:48.705674 --- ParallelTerminationStrategy: PID 47 died...
22:49:48.707187 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:48.710923 --- ParallelTerminationStrategy: PID 48 died...
22:49:48.712438 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:48.716168 --- ParallelTerminationStrategy: PID 49 died...
22:49:48.717711 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:48.721447 --- ParallelTerminationStrategy: PID 50 died...
22:49:48.722953 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:48.726701 --- ParallelTerminationStrategy: PID 51 died...
22:49:48.728219 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:48.732002 --- ParallelTerminationStrategy: PID 52 died...
22:49:48.733533 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:48.737260 --- ParallelTerminationStrategy: PID 53 died...
22:49:48.738760 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:48.742489 --- ParallelTerminationStrategy: PID 54 died...
22:49:48.743999 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:48.747764 --- ParallelTerminationStrategy: PID 55 died...
22:49:48.749283 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:48.753014 --- ParallelTerminationStrategy: PID 56 died...
22:49:48.754540 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:48.758287 --- ParallelTerminationStrategy: PID 57 died...
22:49:48.759802 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:48.763552 --- ParallelTerminationStrategy: PID 58 died...
22:49:48.765094 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:48.768857 --- ParallelTerminationStrategy: PID 59 died...
22:49:48.770371 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:48.774075 --- ParallelTerminationStrategy: PID 60 died...
22:49:48.775571 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:48.779328 --- ParallelTerminationStrategy: PID 61 died...
22:49:48.780833 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:48.784569 --- ParallelTerminationStrategy: PID 62 died...
22:49:48.786074 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:48.789782 --- ParallelTerminationStrategy: PID 63 died...
22:49:48.791300 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:48.795075 --- ParallelTerminationStrategy: PID 64 died...
22:49:48.796590 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:48.800331 --- ParallelTerminationStrategy: PID 65 died...
22:49:48.801850 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:48.805573 --- ParallelTerminationStrategy: PID 66 died...
22:49:48.807081 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:48.810815 --- ParallelTerminationStrategy: PID 67 died...
22:49:48.812319 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:48.816049 --- ParallelTerminationStrategy: PID 68 died...
22:49:48.817554 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:48.821293 --- ParallelTerminationStrategy: PID 69 died...
22:49:48.822794 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:48.826553 --- ParallelTerminationStrategy: PID 70 died...
22:49:48.828064 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:48.831791 --- ParallelTerminationStrategy: PID 71 died...
22:49:48.833296 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:48.837027 --- ParallelTerminationStrategy: PID 72 died...
22:49:48.838538 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:48.842318 --- ParallelTerminationStrategy: PID 73 died...
22:49:48.843834 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:48.847570 --- ParallelTerminationStrategy: PID 74 died...
22:49:48.849087 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:48.852812 --- ParallelTerminationStrategy: PID 75 died...
22:49:48.854325 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:48.858059 --- ParallelTerminationStrategy: PID 76 died...
22:49:48.859569 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:48.863298 --- ParallelTerminationStrategy: PID 77 died...
22:49:48.864811 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:48.868555 --- ParallelTerminationStrategy: PID 78 died...
22:49:48.870071 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:48.873819 --- ParallelTerminationStrategy: PID 79 died...
22:49:48.875441 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:48.879174 --- ParallelTerminationStrategy: PID 80 died...
22:49:48.880680 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:48.884415 --- ParallelTerminationStrategy: PID 81 died...
22:49:48.885965 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:48.889679 --- ParallelTerminationStrategy: PID 82 died...
22:49:48.891195 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:48.894901 --- ParallelTerminationStrategy: PID 83 died...
22:49:48.896418 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:48.900221 --- ParallelTerminationStrategy: PID 84 died...
22:49:48.901731 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:48.905461 --- ParallelTerminationStrategy: PID 85 died...
22:49:48.906970 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:48.910710 --- ParallelTerminationStrategy: PID 86 died...
22:49:48.912224 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:48.915942 --- ParallelTerminationStrategy: PID 87 died...
22:49:48.917443 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:48.921182 --- ParallelTerminationStrategy: PID 88 died...
22:49:48.922693 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:48.926437 --- ParallelTerminationStrategy: PID 89 died...
22:49:48.927948 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:48.931685 --- ParallelTerminationStrategy: PID 90 died...
22:49:48.933233 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:48.937020 --- ParallelTerminationStrategy: PID 91 died...
22:49:48.938543 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:48.942288 --- ParallelTerminationStrategy: PID 92 died...
22:49:48.943786 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:48.947512 --- ParallelTerminationStrategy: PID 93 died...
22:49:48.949060 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:48.952795 --- ParallelTerminationStrategy: PID 94 died...
22:49:48.954316 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:48.958035 --- ParallelTerminationStrategy: PID 95 died...
22:49:48.959543 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:48.963294 --- ParallelTerminationStrategy: PID 96 died...
22:49:48.964808 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:48.968554 --- ParallelTerminationStrategy: PID 97 died...
22:49:48.970116 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:48.973970 --- ParallelTerminationStrategy: PID 98 died...
22:49:48.975485 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:48.979192 --- ParallelTerminationStrategy: PID 99 died...
22:49:48.980699 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:48.984408 --- ParallelTerminationStrategy: PID 100 died...
22:49:48.985927 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:48.989681 --- ParallelTerminationStrategy: PID 101 died...
22:49:48.991195 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:48.994925 --- ParallelTerminationStrategy: PID 102 died...
22:49:48.996425 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:49.000171 --- ParallelTerminationStrategy: PID 103 died...
22:49:49.001724 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:49.005472 --- ParallelTerminationStrategy: PID 104 died...
22:49:49.006997 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:49.010714 --- ParallelTerminationStrategy: PID 105 died...
22:49:49.012238 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:49.015952 --- ParallelTerminationStrategy: PID 106 died...
22:49:49.017475 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:49.021258 --- ParallelTerminationStrategy: PID 107 died...
22:49:49.022785 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:49.026541 --- ParallelTerminationStrategy: PID 108 died...
22:49:49.028058 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:49.031818 --- ParallelTerminationStrategy: PID 109 died...
22:49:49.033331 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:49.037074 --- ParallelTerminationStrategy: PID 110 died...
22:49:49.038588 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:49.042352 --- ParallelTerminationStrategy: PID 111 died...
22:49:49.043882 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:49.047616 --- ParallelTerminationStrategy: PID 112 died...
22:49:49.049120 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:49.052865 --- ParallelTerminationStrategy: PID 113 died...
22:49:49.054364 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:49.058085 --- ParallelTerminationStrategy: PID 114 died...
22:49:49.059594 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:49.063344 --- ParallelTerminationStrategy: PID 115 died...
22:49:49.064858 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:49.068604 --- ParallelTerminationStrategy: PID 116 died...
22:49:49.070134 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:49.073865 --- ParallelTerminationStrategy: PID 117 died...
22:49:49.075383 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:49.079142 --- ParallelTerminationStrategy: PID 118 died...
22:49:49.080713 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:49.084437 --- ParallelTerminationStrategy: PID 119 died...
22:49:49.085931 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:49.089659 --- ParallelTerminationStrategy: PID 120 died...
22:49:49.091161 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:49.094889 --- ParallelTerminationStrategy: PID 121 died...
22:49:49.096406 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:49.100141 --- ParallelTerminationStrategy: PID 122 died...
22:49:49.101659 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:49.105368 --- ParallelTerminationStrategy: PID 123 died...
22:49:49.106882 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:49.110624 --- ParallelTerminationStrategy: PID 124 died...
22:49:49.112126 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:49.115892 --- ParallelTerminationStrategy: PID 125 died...
22:49:49.117448 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:49.121193 --- ParallelTerminationStrategy: PID 126 died...
22:49:49.122713 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:49.126452 --- ParallelTerminationStrategy: PID 127 died...
22:49:49.127970 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:49.131732 --- ParallelTerminationStrategy: PID 128 died...
22:49:49.133246 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:49.136995 --- ParallelTerminationStrategy: PID 129 died...
22:49:49.138505 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:49.142247 --- ParallelTerminationStrategy: PID 130 died...
22:49:49.143753 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:49.147502 --- ParallelTerminationStrategy: PID 131 died...
22:49:49.149026 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:49.152782 --- ParallelTerminationStrategy: PID 132 died...
22:49:49.154290 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:49.158007 --- ParallelTerminationStrategy: PID 133 died...
22:49:49.159513 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:49.163245 --- ParallelTerminationStrategy: PID 134 died...
22:49:49.164786 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:49.168495 --- ParallelTerminationStrategy: PID 135 died...
22:49:49.170042 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:49.173750 --- ParallelTerminationStrategy: PID 136 died...
22:49:49.175184 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:49.178781 --- ParallelTerminationStrategy: PID 137 died...
22:49:49.180287 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:49.183990 --- ParallelTerminationStrategy: PID 138 died...
22:49:49.185473 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:49.189236 --- ParallelTerminationStrategy: PID 139 died...
22:49:49.190734 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:49.194466 --- ParallelTerminationStrategy: PID 140 died...
22:49:49.195956 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:49.199660 --- ParallelTerminationStrategy: PID 141 died...
22:49:49.201177 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:49.204883 --- ParallelTerminationStrategy: PID 142 died...
22:49:49.206382 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:49.210141 --- ParallelTerminationStrategy: PID 143 died...
22:49:49.211659 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:49.215538 --- ParallelTerminationStrategy: PID 144 died...
22:49:49.217068 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:49.220809 --- ParallelTerminationStrategy: PID 145 died...
22:49:49.222299 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:49.226030 --- ParallelTerminationStrategy: PID 146 died...
22:49:49.227548 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:49.231283 --- ParallelTerminationStrategy: PID 147 died...
22:49:49.232779 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:49.236479 --- ParallelTerminationStrategy: PID 148 died...
22:49:49.237971 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:49.241704 --- ParallelTerminationStrategy: PID 149 died...
22:49:49.243201 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:49.246932 --- ParallelTerminationStrategy: PID 150 died...
22:49:49.248413 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:49.252121 --- ParallelTerminationStrategy: PID 151 died...
22:49:49.253620 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:49.257336 --- ParallelTerminationStrategy: PID 152 died...
22:49:49.258827 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:49.262546 --- ParallelTerminationStrategy: PID 153 died...
22:49:49.264052 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:49.267808 --- ParallelTerminationStrategy: PID 154 died...
22:49:49.269312 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:49.273053 --- ParallelTerminationStrategy: PID 155 died...
22:49:49.274561 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:49.278297 --- ParallelTerminationStrategy: PID 156 died...
22:49:49.279799 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:49.283523 --- ParallelTerminationStrategy: PID 157 died...
22:49:49.285071 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:49.288790 --- ParallelTerminationStrategy: PID 158 died...
22:49:49.290292 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:49.294007 --- ParallelTerminationStrategy: PID 159 died...
22:49:49.295503 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:49.299268 --- ParallelTerminationStrategy: PID 160 died...
22:49:49.300767 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:49.304478 --- ParallelTerminationStrategy: PID 161 died...
22:49:49.305978 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:49.309685 --- ParallelTerminationStrategy: PID 162 died...
22:49:49.311175 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:49.314894 --- ParallelTerminationStrategy: PID 163 died...
22:49:49.316398 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:49.320113 --- ParallelTerminationStrategy: PID 164 died...
22:49:49.321637 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:49.325367 --- ParallelTerminationStrategy: PID 165 died...
22:49:49.326872 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:49.330593 --- ParallelTerminationStrategy: PID 166 died...
22:49:49.332090 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:49.335797 --- ParallelTerminationStrategy: PID 167 died...
22:49:49.337299 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:49.341001 --- ParallelTerminationStrategy: PID 168 died...
22:49:49.342506 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:49.346225 --- ParallelTerminationStrategy: PID 169 died...
22:49:49.347718 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:49.351463 --- ParallelTerminationStrategy: PID 170 died...
22:49:49.352953 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:49.356683 --- ParallelTerminationStrategy: PID 171 died...
22:49:49.358178 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:49.361923 --- ParallelTerminationStrategy: PID 172 died...
22:49:49.363436 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:49.367198 --- ParallelTerminationStrategy: PID 173 died...
22:49:49.368707 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:49.372461 --- ParallelTerminationStrategy: PID 174 died...
22:49:49.373979 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:49.377736 --- ParallelTerminationStrategy: PID 175 died...
22:49:49.379251 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:49.382991 --- ParallelTerminationStrategy: PID 176 died...
22:49:49.384494 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:49.388419 --- ParallelTerminationStrategy: PID 177 died...
22:49:49.389868 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:49.393435 --- ParallelTerminationStrategy: PID 178 died...
22:49:49.394871 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:49.398430 --- ParallelTerminationStrategy: PID 179 died...
22:49:49.399913 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:49.403625 --- ParallelTerminationStrategy: PID 180 died...
22:49:49.405164 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:49.408881 --- ParallelTerminationStrategy: PID 181 died...
22:49:49.410393 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:49.414126 --- ParallelTerminationStrategy: PID 182 died...
22:49:49.415628 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:49.419337 --- ParallelTerminationStrategy: PID 183 died...
22:49:49.420859 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:49.424556 --- ParallelTerminationStrategy: PID 184 died...
22:49:49.425989 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:49.429589 --- ParallelTerminationStrategy: PID 185 died...
22:49:49.431018 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:49.434550 --- ParallelTerminationStrategy: PID 186 died...
22:49:49.435995 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:49.439639 --- ParallelTerminationStrategy: PID 187 died...
22:49:49.441096 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:49.444655 --- ParallelTerminationStrategy: PID 188 died...
22:49:49.446109 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:49.449666 --- ParallelTerminationStrategy: PID 189 died...
22:49:49.451103 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:49.454691 --- ParallelTerminationStrategy: PID 190 died...
22:49:49.456129 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:49.459674 --- ParallelTerminationStrategy: PID 191 died...
22:49:49.461106 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:49.464665 --- ParallelTerminationStrategy: PID 192 died...
22:49:49.466095 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:49.469664 --- ParallelTerminationStrategy: PID 193 died...
22:49:49.471105 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:49.474733 --- ParallelTerminationStrategy: PID 194 died...
22:49:49.476161 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:49.479726 --- ParallelTerminationStrategy: PID 195 died...
22:49:49.481165 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:49.484804 --- ParallelTerminationStrategy: PID 196 died...
22:49:49.486250 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:49.489838 --- ParallelTerminationStrategy: PID 197 died...
22:49:49.491329 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:49.495024 --- ParallelTerminationStrategy: PID 198 died...
22:49:49.496525 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:49.500243 --- ParallelTerminationStrategy: PID 199 died...
22:49:49.501781 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:49.505516 --- ParallelTerminationStrategy: PID 200 died...
22:49:49.507018 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:49.510765 --- ParallelTerminationStrategy: PID 201 died...
22:49:49.512264 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:49.515978 --- ParallelTerminationStrategy: PID 202 died...
22:49:49.517504 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:49.521204 --- ParallelTerminationStrategy: PID 203 died...
22:49:49.522702 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:49.526415 --- ParallelTerminationStrategy: PID 204 died...
22:49:49.527902 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:49.531618 --- ParallelTerminationStrategy: PID 205 died...
22:49:49.533143 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:49.548862 --- ParallelTerminationStrategy: PID 206 died...
22:49:49.550356 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:49.554046 --- ParallelTerminationStrategy: PID 207 died...
22:49:49.555501 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:49.559098 --- ParallelTerminationStrategy: PID 208 died...
22:49:49.560564 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:49.564129 --- ParallelTerminationStrategy: PID 209 died...
22:49:49.565567 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:49.569135 --- ParallelTerminationStrategy: PID 210 died...
22:49:49.570569 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:49.574145 --- ParallelTerminationStrategy: PID 211 died...
22:49:49.575569 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:49.579171 --- ParallelTerminationStrategy: PID 212 died...
22:49:49.580655 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:49.584201 --- ParallelTerminationStrategy: PID 213 died...
22:49:49.585660 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:49.589220 --- ParallelTerminationStrategy: PID 214 died...
22:49:49.590662 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:49.594278 --- ParallelTerminationStrategy: PID 215 died...
22:49:49.595779 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:49.599519 --- ParallelTerminationStrategy: PID 216 died...
22:49:49.601041 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:49.604747 --- ParallelTerminationStrategy: PID 217 died...
22:49:49.606248 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:49.609965 --- ParallelTerminationStrategy: PID 218 died...
22:49:49.611462 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:49.615194 --- ParallelTerminationStrategy: PID 219 died...
22:49:49.616685 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:49.620404 --- ParallelTerminationStrategy: PID 220 died...
22:49:49.621919 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:49.625621 --- ParallelTerminationStrategy: PID 221 died...
22:49:49.627122 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:49.630845 --- ParallelTerminationStrategy: PID 222 died...
22:49:49.632345 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:49.636039 --- ParallelTerminationStrategy: PID 223 died...
22:49:49.637530 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:49.641235 --- ParallelTerminationStrategy: PID 224 died...
22:49:49.642725 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:49.646459 --- ParallelTerminationStrategy: PID 225 died...
22:49:49.647945 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:49.651634 --- ParallelTerminationStrategy: PID 226 died...
22:49:49.653135 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:49.656835 --- ParallelTerminationStrategy: PID 227 died...
22:49:49.658333 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:49.662037 --- ParallelTerminationStrategy: PID 228 died...
22:49:49.663576 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:49.667286 --- ParallelTerminationStrategy: PID 229 died...
22:49:49.668837 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:49.672547 --- ParallelTerminationStrategy: PID 230 died...
22:49:49.674049 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:49.677758 --- ParallelTerminationStrategy: PID 231 died...
22:49:49.679254 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:49.682968 --- ParallelTerminationStrategy: PID 232 died...
22:49:49.684460 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:49.688238 --- ParallelTerminationStrategy: PID 233 died...
22:49:49.689748 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:49.693448 --- ParallelTerminationStrategy: PID 234 died...
22:49:49.694937 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:53.098318 --- ParallelTerminationStrategy: PID 34 died...
22:49:53.099964 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7921 netreg_mass PASS
---------------------------------------------------------------------
22:49:53.169330 tst trial-7921: Storing JUnit report in /build/trial-7921/run.2025-03-30_22-48-19/trial-7921.xml
--------------------------------------------------------------------------------------------
trial-7921 PASS
--------------------------------------------------------------------------------------------
22:49:53.179768 tst trial-7921: trial-7921: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (87.5 sec)
+ exit_code=0
+ rm -rf trial-7921/inst
+ cd trial-7921
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-03-30 22:48:19
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7921-run.tgz run.2025-03-30_22-48-19
+ tar czf /build/trial-7921-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-03-30_13_25_58.tgz osmo-bts-oc2g.build-2025-03-30_00_51_40.tgz osmo-bts-sysmo.build-2025-03-30_00_51_36.tgz osmo-bts.build-2025-03-30_00_51_40.tgz osmo-ggsn.build-2025-03-30_20_42_47.tgz osmo-hlr.build-2025-03-30_16_36_57.tgz osmo-hnbgw.build-2025-03-30_13_30_26.tgz osmo-mgw.build-2025-03-30_08_33_20.tgz osmo-msc.build-2025-03-30_13_34_32.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-30_07_41_43.tgz osmo-pcu-sysmo.build-2025-03-30_07_41_35.tgz osmo-pcu.build-2025-03-30_07_41_40.tgz osmo-sgsn.build-2025-03-30_20_48_06.tgz osmo-stp.build-2025-03-30_13_23_04.tgz osmo-trx.build-2025-03-30_14_28_21.tgz osmocom-bb.build-2025-03-30_21_17_20.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