Skipping 14 KB..
Full Log[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins14519629122527188796.sh
+ trap clean_up_trap EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
+ rm -rf trial-7906
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
a214a38 debian-bookworm-build: add xxd
+ 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 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#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.2s
#7 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#7 CACHED
#8 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#8 CACHED
#9 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#9 CACHED
#10 [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
#10 CACHED
#11 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#11 CACHED
#12 [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
#12 CACHED
#13 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#13 CACHED
#14 [ 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
#14 CACHED
#15 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#15 CACHED
#16 [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
#16 CACHED
#17 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#17 CACHED
#18 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#18 CACHED
#19 [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
#19 CACHED
#20 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#20 CACHED
#21 [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
#21 CACHED
#22 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#22 CACHED
#23 [ 2/28] RUN useradd -ms /bin/bash jenkins
#23 CACHED
#24 [ 3/28] RUN groupadd osmo-gsm-tester
#24 CACHED
#25 [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
#25 CACHED
#26 [ 9/28] COPY SSH /root/.ssh
#26 CACHED
#27 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#27 CACHED
#28 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#28 CACHED
#29 [20/28] WORKDIR /TMP
#29 CACHED
#30 [ 8/28] RUN MKDIR /var/run/sshd
#30 CACHED
#31 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#31 CACHED
#32 [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
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:16de53ea58b37b825a9957c23ccc44c15f05f44f21c2b96b10c3cf12a2a40e6f 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=7907 -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-16 22:48:20
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7907
+ mkdir -p trial-7907
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-03-16_13_28_18.tgz osmo-bts-oc2g.build-2025-03-15_00_51_32.tgz osmo-bts-sysmo.build-2025-03-15_00_51_32.tgz osmo-bts.build-2025-03-16_00_51_38.tgz osmo-ggsn.build-2025-03-16_20_42_32.tgz osmo-hlr.build-2025-03-16_16_36_56.tgz osmo-hnbgw.build-2025-03-16_13_28_44.tgz osmo-mgw.build-2025-03-16_08_33_17.tgz osmo-msc.build-2025-03-16_13_32_35.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-15_07_41_40.tgz osmo-pcu-sysmo.build-2025-03-15_07_41_33.tgz osmo-pcu.build-2025-03-16_07_41_38.tgz osmo-sgsn.build-2025-03-16_20_48_34.tgz osmo-stp.build-2025-03-16_13_25_16.tgz osmo-trx.build-2025-03-16_14_29_21.tgz osmocom-bb.build-2025-03-16_21_17_40.tgz srslte.build-19.tgz trial-7907
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-03-16_13_28_18.md5 osmo-bts-oc2g.build-2025-03-15_00_51_32.md5 osmo-bts-sysmo.build-2025-03-15_00_51_32.md5 osmo-bts.build-2025-03-16_00_51_38.md5 osmo-ggsn.build-2025-03-16_20_42_32.md5 osmo-hlr.build-2025-03-16_16_36_56.md5 osmo-hnbgw.build-2025-03-16_13_28_44.md5 osmo-mgw.build-2025-03-16_08_33_17.md5 osmo-msc.build-2025-03-16_13_32_35.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-15_07_41_40.md5 osmo-pcu-sysmo.build-2025-03-15_07_41_33.md5 osmo-pcu.build-2025-03-16_07_41_38.md5 osmo-sgsn.build-2025-03-16_20_48_34.md5 osmo-stp.build-2025-03-16_13_25_16.md5 osmo-trx.build-2025-03-16_14_29_21.md5 osmocom-bb.build-2025-03-16_21_17_40.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-03-16_13_28_18.md5 osmo-bts-oc2g.build-2025-03-15_00_51_32.md5 osmo-bts-sysmo.build-2025-03-15_00_51_32.md5 osmo-bts.build-2025-03-16_00_51_38.md5 osmo-ggsn.build-2025-03-16_20_42_32.md5 osmo-hlr.build-2025-03-16_16_36_56.md5 osmo-hnbgw.build-2025-03-16_13_28_44.md5 osmo-mgw.build-2025-03-16_08_33_17.md5 osmo-msc.build-2025-03-16_13_32_35.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-15_07_41_40.md5 osmo-pcu-sysmo.build-2025-03-15_07_41_33.md5 osmo-pcu.build-2025-03-16_07_41_38.md5 osmo-sgsn.build-2025-03-16_20_48_34.md5 osmo-stp.build-2025-03-16_13_25_16.md5 osmo-trx.build-2025-03-16_14_29_21.md5 osmocom-bb.build-2025-03-16_21_17_40.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-7907 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7907'
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-7907
--------------------------------------------------------------------------------------------
22:48:21.185917 tst trial-7907: Detailed log at /build/trial-7907/run.2025-03-16_22-48-21/log
---------------------------------------------------------------------
trial-7907 netreg_mass
---------------------------------------------------------------------
22:48:21.396298 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:21.396675 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:21.397502 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:21.398725 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:21.442488 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:21.443305 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:21.444495 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:21.538771 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-7907 netreg_mass register_default_mass.py
----------------------------------------------
22:48:21.542123 tst register_default_mass.py:9: Claiming resources for the test
22:48:21.558110 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.558691 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.559180 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.559643 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.560108 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.560603 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.561085 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:21.616600 tst register_default_mass.py: using LAC 2
22:48:21.664691 tst register_default_mass.py: using RAC 2
22:48:21.712771 tst register_default_mass.py: using CellId 2
22:48:21.754194 tst register_default_mass.py: using BVCI 3
22:48:21.760073 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.760746 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.761320 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.761871 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.762436 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.762975 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.763510 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.764072 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.764642 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.765200 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.765730 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.766253 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.766811 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.767343 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.767957 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.768497 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.769039 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.769570 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.770110 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.770635 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.771153 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.771698 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.772229 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.772761 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.773304 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.773829 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.774359 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.774888 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.775405 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.775925 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.776447 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.776969 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.777485 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.778026 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.778566 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.779091 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.779629 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.780157 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.780686 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.781209 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.781721 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.782235 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.782777 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.783299 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.783814 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.784327 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.784858 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.785378 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.785891 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.786409 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.786933 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.787442 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.787952 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.788481 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.789009 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.789741 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.790286 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.790814 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.791348 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.791861 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.792370 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.792907 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.793433 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.793949 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.794464 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.794985 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.795490 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.796005 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.796526 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.797036 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.797542 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.798068 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.798651 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.799171 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.799689 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.800188 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.800686 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.801192 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.801707 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.802211 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.802711 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.803229 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.803747 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.804247 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.804773 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.805292 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.815763 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.816337 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.816872 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.817401 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.817917 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.818451 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.818974 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.819485 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.820015 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.820526 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.821050 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.821576 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.822089 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.822598 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.823276 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.823903 tst register_default_mass.py:21: Launching a simple network
22:48:21.833970 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:21.954029 run create_hlr_db(pid=20): Launched
22:48:22.963959 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:22.981041 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:22.997117 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:23.003035 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:23.176998 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:23.192777 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:23.198775 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:23.626218 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:23.641498 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:26.651835 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:26.768514 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:26.783634 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:26.789296 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:26.812995 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:26.827943 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:26.833713 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:27.152008 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:27.172203 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:33.200145 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:33.351043 run osmo-bts-virtual(pid=34): Launched
22:48:34.393945 tst register_default_mass.py: using MSISDN 1001
22:48:34.399559 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:34.496840 tst register_default_mass.py: using MSISDN 1002
22:48:34.502546 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:34.577584 tst register_default_mass.py: using MSISDN 1003
22:48:34.583311 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:34.699915 tst register_default_mass.py: using MSISDN 1004
22:48:34.705887 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:34.807078 tst register_default_mass.py: using MSISDN 1005
22:48:34.815563 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:34.892610 tst register_default_mass.py: using MSISDN 1006
22:48:34.902330 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:34.994396 tst register_default_mass.py: using MSISDN 1007
22:48:35.000795 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:35.078756 tst register_default_mass.py: using MSISDN 1008
22:48:35.084569 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:35.185537 tst register_default_mass.py: using MSISDN 1009
22:48:35.191386 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:35.285839 tst register_default_mass.py: using MSISDN 1010
22:48:35.291566 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:35.395961 tst register_default_mass.py: using MSISDN 1011
22:48:35.406060 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:35.502510 tst register_default_mass.py: using MSISDN 1012
22:48:35.513590 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:35.596539 tst register_default_mass.py: using MSISDN 1013
22:48:35.602570 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:35.722066 tst register_default_mass.py: using MSISDN 1014
22:48:35.729270 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:36.052313 tst register_default_mass.py: using MSISDN 1015
22:48:36.058244 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:36.144406 tst register_default_mass.py: using MSISDN 1016
22:48:36.150391 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:36.234428 tst register_default_mass.py: using MSISDN 1017
22:48:36.240237 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:36.316752 tst register_default_mass.py: using MSISDN 1018
22:48:36.322715 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:36.418477 tst register_default_mass.py: using MSISDN 1019
22:48:36.424344 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:36.507749 tst register_default_mass.py: using MSISDN 1020
22:48:36.513623 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:36.634445 tst register_default_mass.py: using MSISDN 1021
22:48:36.641467 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:36.714282 tst register_default_mass.py: using MSISDN 1022
22:48:36.724039 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:36.793062 tst register_default_mass.py: using MSISDN 1023
22:48:36.802765 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:36.870394 tst register_default_mass.py: using MSISDN 1024
22:48:36.876380 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:36.959714 tst register_default_mass.py: using MSISDN 1025
22:48:36.965555 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:37.044269 tst register_default_mass.py: using MSISDN 1026
22:48:37.050237 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:37.141109 tst register_default_mass.py: using MSISDN 1027
22:48:37.147067 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:37.228808 tst register_default_mass.py: using MSISDN 1028
22:48:37.234775 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:37.319664 tst register_default_mass.py: using MSISDN 1029
22:48:37.325513 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:37.396982 tst register_default_mass.py: using MSISDN 1030
22:48:37.408209 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:37.494002 tst register_default_mass.py: using MSISDN 1031
22:48:37.499776 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:37.568873 tst register_default_mass.py: using MSISDN 1032
22:48:37.574815 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:37.647887 tst register_default_mass.py: using MSISDN 1033
22:48:37.653927 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:37.724863 tst register_default_mass.py: using MSISDN 1034
22:48:37.730786 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:37.809151 tst register_default_mass.py: using MSISDN 1035
22:48:37.815298 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:37.894026 tst register_default_mass.py: using MSISDN 1036
22:48:37.899822 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:37.985661 tst register_default_mass.py: using MSISDN 1037
22:48:37.991584 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:38.061648 tst register_default_mass.py: using MSISDN 1038
22:48:38.067664 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:38.177055 tst register_default_mass.py: using MSISDN 1039
22:48:38.183106 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:38.301620 tst register_default_mass.py: using MSISDN 1040
22:48:38.310941 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:38.434873 tst register_default_mass.py: using MSISDN 1041
22:48:38.440939 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:38.563235 tst register_default_mass.py: using MSISDN 1042
22:48:38.569367 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:38.661183 tst register_default_mass.py: using MSISDN 1043
22:48:38.667060 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:38.732545 tst register_default_mass.py: using MSISDN 1044
22:48:38.738544 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:38.817970 tst register_default_mass.py: using MSISDN 1045
22:48:38.823644 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:38.900288 tst register_default_mass.py: using MSISDN 1046
22:48:38.906189 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:38.973760 tst register_default_mass.py: using MSISDN 1047
22:48:38.981172 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:39.047084 tst register_default_mass.py: using MSISDN 1048
22:48:39.055517 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:39.133994 tst register_default_mass.py: using MSISDN 1049
22:48:39.140081 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:39.259355 tst register_default_mass.py: using MSISDN 1050
22:48:39.270045 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:39.344815 tst register_default_mass.py: using MSISDN 1051
22:48:39.350546 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:39.430812 tst register_default_mass.py: using MSISDN 1052
22:48:39.436791 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:39.545891 tst register_default_mass.py: using MSISDN 1053
22:48:39.551950 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:39.627519 tst register_default_mass.py: using MSISDN 1054
22:48:39.633260 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:39.696959 tst register_default_mass.py: using MSISDN 1055
22:48:39.702763 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:39.797872 tst register_default_mass.py: using MSISDN 1056
22:48:39.806973 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:39.873171 tst register_default_mass.py: using MSISDN 1057
22:48:39.879214 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:39.967880 tst register_default_mass.py: using MSISDN 1058
22:48:39.973792 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:40.040037 tst register_default_mass.py: using MSISDN 1059
22:48:40.045880 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:40.116354 tst register_default_mass.py: using MSISDN 1060
22:48:40.122475 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:40.200342 tst register_default_mass.py: using MSISDN 1061
22:48:40.206196 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:40.287214 tst register_default_mass.py: using MSISDN 1062
22:48:40.295165 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:40.370283 tst register_default_mass.py: using MSISDN 1063
22:48:40.376114 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:40.452627 tst register_default_mass.py: using MSISDN 1064
22:48:40.458586 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:40.549759 tst register_default_mass.py: using MSISDN 1065
22:48:40.555717 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:40.620564 tst register_default_mass.py: using MSISDN 1066
22:48:40.628278 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:40.694059 tst register_default_mass.py: using MSISDN 1067
22:48:40.700081 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:40.788599 tst register_default_mass.py: using MSISDN 1068
22:48:40.794618 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:40.875111 tst register_default_mass.py: using MSISDN 1069
22:48:40.883561 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:41.053508 tst register_default_mass.py: using MSISDN 1070
22:48:41.061507 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:41.129564 tst register_default_mass.py: using MSISDN 1071
22:48:41.135604 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:41.202738 tst register_default_mass.py: using MSISDN 1072
22:48:41.208710 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:41.286341 tst register_default_mass.py: using MSISDN 1073
22:48:41.292386 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:41.375325 tst register_default_mass.py: using MSISDN 1074
22:48:41.381476 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:41.443448 tst register_default_mass.py: using MSISDN 1075
22:48:41.449391 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:41.521021 tst register_default_mass.py: using MSISDN 1076
22:48:41.527080 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:41.601767 tst register_default_mass.py: using MSISDN 1077
22:48:41.612741 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:41.696270 tst register_default_mass.py: using MSISDN 1078
22:48:41.706272 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:41.817743 tst register_default_mass.py: using MSISDN 1079
22:48:41.823650 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:42.265391 tst register_default_mass.py: using MSISDN 1080
22:48:42.271433 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:42.375572 tst register_default_mass.py: using MSISDN 1081
22:48:42.381388 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:42.469230 tst register_default_mass.py: using MSISDN 1082
22:48:42.474975 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:42.542150 tst register_default_mass.py: using MSISDN 1083
22:48:42.548016 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:42.622146 tst register_default_mass.py: using MSISDN 1084
22:48:42.628088 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:42.699733 tst register_default_mass.py: using MSISDN 1085
22:48:42.705717 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:42.781393 tst register_default_mass.py: using MSISDN 1086
22:48:42.787279 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:42.859466 tst register_default_mass.py: using MSISDN 1087
22:48:42.867193 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:42.940687 tst register_default_mass.py: using MSISDN 1088
22:48:42.947618 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:43.024617 tst register_default_mass.py: using MSISDN 1089
22:48:43.030333 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:43.105856 tst register_default_mass.py: using MSISDN 1090
22:48:43.111626 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:43.190853 tst register_default_mass.py: using MSISDN 1091
22:48:43.196960 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:43.272775 tst register_default_mass.py: using MSISDN 1092
22:48:43.278537 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:43.354911 tst register_default_mass.py: using MSISDN 1093
22:48:43.361936 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:43.439812 tst register_default_mass.py: using MSISDN 1094
22:48:43.445847 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:43.516748 tst register_default_mass.py: using MSISDN 1095
22:48:43.526380 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:43.607308 tst register_default_mass.py: using MSISDN 1096
22:48:43.613343 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:43.697133 tst register_default_mass.py: using MSISDN 1097
22:48:43.703404 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:43.768828 tst register_default_mass.py: using MSISDN 1098
22:48:43.776338 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:43.861131 tst register_default_mass.py: using MSISDN 1099
22:48:43.868706 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:43.940464 tst register_default_mass.py: using MSISDN 1100
22:48:43.946255 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:44.065857 run mass: Starting testcase
22:48:44.071609 run mass: Pre-launching all virtphy's
22:48:44.077076 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:44.090239 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:44.096517 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:44.110236 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:44.116509 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:44.141980 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:44.148097 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:44.161022 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:44.167047 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:44.180076 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:44.186301 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:44.199458 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:44.205504 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:44.218610 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:44.224952 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:44.238500 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:44.244796 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:44.258185 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:44.264391 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:44.277789 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:44.284049 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:44.297617 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:44.303888 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:44.317424 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:44.323677 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:44.336883 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:44.342876 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:44.356104 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:44.362383 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:44.375812 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:44.382032 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:44.395429 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:44.401671 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:44.415238 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:44.421515 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:44.434962 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:44.441210 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:44.454298 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:44.460311 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:44.473927 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:44.480268 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:44.496183 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:44.503189 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:44.517273 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:44.523721 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:44.537547 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:44.543837 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:44.557671 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:44.563919 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:44.577496 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:44.583691 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:44.597178 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:44.603396 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:44.616540 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:44.622579 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:44.635855 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:44.642489 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:44.655815 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:44.661996 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:44.675632 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:44.681992 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:44.695671 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:44.702093 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:44.715861 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:44.722209 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:44.735790 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:44.742153 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:44.755599 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:44.761654 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:44.774700 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:44.780907 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:44.793983 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:44.800158 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:44.813473 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:44.819454 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:44.832511 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:44.838580 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:44.852361 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:44.858599 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:44.872128 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:44.878398 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:44.891588 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:44.897774 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:44.911490 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:44.917744 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:44.930978 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:44.937137 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:44.950532 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:44.957006 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:44.970549 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:44.976881 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:44.990373 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:44.996570 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:45.009774 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:45.016026 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:45.029233 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:45.035319 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:45.048817 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:45.055260 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:45.068817 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:45.075250 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:45.088827 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:45.095156 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:45.108585 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:45.115010 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:45.128410 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:45.134482 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:45.147808 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:45.154190 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:45.167525 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:45.173606 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:45.186848 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:45.193276 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:45.207064 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:45.213482 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:45.227145 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:45.233521 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:45.247279 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:45.253568 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:45.267076 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:45.273395 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:45.287045 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:45.293305 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:45.306969 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:45.313336 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:45.326917 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:45.333185 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:45.346717 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:45.353012 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:45.366647 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:45.372896 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:45.386544 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:45.392788 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:45.406437 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:45.412706 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:45.426243 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:45.432468 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:45.446058 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:45.452294 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:45.465765 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:45.472076 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:45.485756 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:45.491986 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:45.505495 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:45.511841 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:45.525723 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:45.532001 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:45.545230 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:45.551389 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:45.564617 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:45.570760 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:45.584152 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:45.590257 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:45.603775 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:45.610115 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:45.623747 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:45.629854 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:45.643066 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:45.649260 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:45.662588 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:45.668846 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:45.682223 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:45.688434 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:45.701379 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:45.707746 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:45.720931 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:45.726980 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:45.739957 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:45.745995 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:45.758817 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:45.764808 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:45.777747 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:45.783947 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:45.797012 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:45.803207 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:45.817518 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:45.823832 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:45.837125 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:45.843244 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:45.856844 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:45.862909 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:45.876040 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:45.882280 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:45.896354 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:45.903126 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:45.919592 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:45.926689 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:45.942183 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:45.949347 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:45.965552 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:45.973127 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:45.988595 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:45.995650 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:46.011437 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:46.018932 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:46.034361 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:46.041407 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:46.056196 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:46.062905 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:46.077269 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:46.083694 run mass: Checking if sockets are in the filesystem
22:48:46.097735 run osmo-ms-mob/00000: Starting mobile
22:48:46.113768 run osmo-ms-mob/00000(pid=135): Launched
22:48:46.127065 run mass: MS start registered {at=5396231.830400348, delay=0.00609526876360178, ms=00000}
22:48:50.301925 run osmo-ms-mob/00001: Starting mobile
22:48:50.318278 run osmo-ms-mob/00001(pid=136): Launched
22:48:50.331519 run mass: MS start registered {at=5396236.034869886, delay=0.0020309817045927048, ms=00001}
22:48:51.826402 run mass: MS performed LU {at=5396237.529718138, lu_delay=5.699317790567875, ms=00000}
22:48:52.097693 run osmo-ms-mob/00002: Starting mobile
22:48:52.113645 run osmo-ms-mob/00002(pid=137): Launched
22:48:52.126981 run mass: MS start registered {at=5396237.830300688, delay=0.005765264853835106, ms=00002}
22:48:53.396920 run osmo-ms-mob/00003: Starting mobile
22:48:53.411727 run osmo-ms-mob/00003(pid=138): Launched
22:48:53.423433 run mass: MS start registered {at=5396239.126762308, delay=0.005181601271033287, ms=00003}
22:48:54.497683 run osmo-ms-mob/00004: Starting mobile
22:48:54.513201 run osmo-ms-mob/00004(pid=139): Launched
22:48:54.525909 run mass: MS start registered {at=5396240.229255725, delay=0.005471887066960335, ms=00004}
22:48:55.496106 run osmo-ms-mob/00005: Starting mobile
22:48:55.509701 run osmo-ms-mob/00005(pid=140): Launched
22:48:55.521407 run mass: MS start registered {at=5396241.224754989, delay=0.005387016572058201, ms=00005}
22:48:55.591925 run mass: MS performed LU {at=5396241.295256091, lu_delay=5.260386205278337, ms=00001}
22:48:56.397349 run osmo-ms-mob/00006: Starting mobile
22:48:56.411012 run osmo-ms-mob/00006(pid=141): Launched
22:48:56.422272 run mass: MS start registered {at=5396242.125616163, delay=0.004697990603744984, ms=00006}
22:48:57.295976 run osmo-ms-mob/00007: Starting mobile
22:48:57.309631 run osmo-ms-mob/00007(pid=142): Launched
22:48:57.321615 run mass: MS start registered {at=5396243.024966748, delay=0.003505210392177105, ms=00007}
22:48:57.494019 run mass: MS performed LU {at=5396243.197353909, lu_delay=5.367053220979869, ms=00002}
22:48:58.096106 run osmo-ms-mob/00008: Starting mobile
22:48:58.110329 run osmo-ms-mob/00008(pid=143): Launched
22:48:58.122106 run mass: MS start registered {at=5396243.825457843, delay=0.005082021467387676, ms=00008}
22:48:58.796474 run osmo-ms-mob/00009: Starting mobile
22:48:58.810144 run osmo-ms-mob/00009(pid=144): Launched
22:48:58.821528 run mass: MS start registered {at=5396244.524880473, delay=0.004951465874910355, ms=00009}
22:48:59.358658 run mass: MS performed LU {at=5396245.06199126, lu_delay=5.935228952206671, ms=00003}
22:48:59.404956 run mass: MS performed LU {at=5396245.108289464, lu_delay=4.879033739678562, ms=00004}
22:48:59.416783 run osmo-ms-mob/00010: Starting mobile
22:48:59.430782 run osmo-ms-mob/00010(pid=145): Launched
22:48:59.442489 run mass: MS start registered {at=5396245.145840655, delay=0.005195877514779568, ms=00010}
22:49:00.097133 run osmo-ms-mob/00011: Starting mobile
22:49:00.112590 run osmo-ms-mob/00011(pid=146): Launched
22:49:00.125479 run mass: MS start registered {at=5396245.828826837, delay=0.005404452793300152, ms=00011}
22:49:00.697619 run osmo-ms-mob/00012: Starting mobile
22:49:00.713117 run osmo-ms-mob/00012(pid=147): Launched
22:49:00.726618 run mass: MS start registered {at=5396246.429960557, delay=0.006118139252066612, ms=00012}
22:49:01.259556 run mass: MS performed LU {at=5396246.962885106, lu_delay=5.7381301168352365, ms=00005}
22:49:01.271310 run osmo-ms-mob/00013: Starting mobile
22:49:01.285032 run osmo-ms-mob/00013(pid=148): Launched
22:49:01.296636 run mass: MS start registered {at=5396246.999982023, delay=0.0053262608125805855, ms=00013}
22:49:01.306032 run mass: MS performed LU {at=5396247.009375402, lu_delay=4.883759238757193, ms=00006}
22:49:01.896774 run osmo-ms-mob/00014: Starting mobile
22:49:01.910692 run osmo-ms-mob/00014(pid=149): Launched
22:49:01.922074 run mass: MS start registered {at=5396247.625425158, delay=0.0050565144047141075, ms=00014}
22:49:02.497471 run osmo-ms-mob/00015: Starting mobile
22:49:02.513999 run osmo-ms-mob/00015(pid=150): Launched
22:49:02.527275 run mass: MS start registered {at=5396248.230615711, delay=0.005599373951554298, ms=00015}
22:49:02.997100 run osmo-ms-mob/00016: Starting mobile
22:49:03.010681 run osmo-ms-mob/00016(pid=151): Launched
22:49:03.022070 run mass: MS start registered {at=5396248.72541038, delay=0.005004291422665119, ms=00016}
22:49:03.124005 run mass: MS performed LU {at=5396248.827336913, lu_delay=5.001879069954157, ms=00008}
22:49:03.169773 run mass: MS performed LU {at=5396248.87311353, lu_delay=5.84814678132534, ms=00007}
22:49:03.496674 run osmo-ms-mob/00017: Starting mobile
22:49:03.511798 run osmo-ms-mob/00017(pid=152): Launched
22:49:03.523388 run mass: MS start registered {at=5396249.226732691, delay=0.005239617079496384, ms=00017}
22:49:04.096951 run osmo-ms-mob/00018: Starting mobile
22:49:04.111084 run osmo-ms-mob/00018(pid=153): Launched
22:49:04.123693 run mass: MS start registered {at=5396249.827025374, delay=0.005172058939933777, ms=00018}
22:49:04.496607 run osmo-ms-mob/00019: Starting mobile
22:49:04.510882 run osmo-ms-mob/00019(pid=154): Launched
22:49:04.522939 run mass: MS start registered {at=5396250.226287325, delay=0.0053821709007024765, ms=00019}
22:49:04.996753 run osmo-ms-mob/00020: Starting mobile
22:49:05.010574 run osmo-ms-mob/00020(pid=155): Launched
22:49:05.022203 run mass: MS start registered {at=5396250.725549709, delay=0.005212734453380108, ms=00020}
22:49:05.028921 run mass: MS performed LU {at=5396250.73227943, lu_delay=4.9034525929018855, ms=00011}
22:49:05.071887 run mass: MS performed LU {at=5396250.775223203, lu_delay=5.629382547922432, ms=00010}
22:49:05.140901 run mass: MS performed LU {at=5396250.844208278, lu_delay=6.3193278051912785, ms=00009}
22:49:05.497552 run osmo-ms-mob/00021: Starting mobile
22:49:05.510850 run osmo-ms-mob/00021(pid=156): Launched
22:49:05.521946 run mass: MS start registered {at=5396251.225297722, delay=0.0047345468774437904, ms=00021}
22:49:05.896068 run osmo-ms-mob/00022: Starting mobile
22:49:05.909487 run osmo-ms-mob/00022(pid=157): Launched
22:49:05.920164 run mass: MS start registered {at=5396251.623517613, delay=0.004652003757655621, ms=00022}
22:49:06.396976 run osmo-ms-mob/00023: Starting mobile
22:49:06.410124 run osmo-ms-mob/00023(pid=158): Launched
22:49:06.421699 run mass: MS start registered {at=5396252.125041125, delay=0.005328081548213959, ms=00023}
22:49:06.808323 run osmo-ms-mob/00024: Starting mobile
22:49:06.823878 run osmo-ms-mob/00024(pid=159): Launched
22:49:06.831212 run mass: MS performed LU {at=5396252.534567587, lu_delay=4.90914242900908, ms=00014}
22:49:06.838366 run mass: MS start registered {at=5396252.541730337, delay=0.007184757851064205, ms=00024}
22:49:06.890291 run mass: MS performed LU {at=5396252.593610681, lu_delay=6.163650123402476, ms=00012}
22:49:06.935778 run mass: MS performed LU {at=5396252.639117046, lu_delay=5.639135023579001, ms=00013}
22:49:07.298059 run osmo-ms-mob/00025: Starting mobile
22:49:07.311886 run osmo-ms-mob/00025(pid=160): Launched
22:49:07.323464 run mass: MS start registered {at=5396253.026813615, delay=0.005027745850384235, ms=00025}
22:49:07.696882 run osmo-ms-mob/00026: Starting mobile
22:49:07.710932 run osmo-ms-mob/00026(pid=161): Launched
22:49:07.722226 run mass: MS start registered {at=5396253.425554631, delay=0.004927720874547958, ms=00026}
22:49:08.097397 run osmo-ms-mob/00027: Starting mobile
22:49:08.110223 run osmo-ms-mob/00027(pid=162): Launched
22:49:08.121136 run mass: MS start registered {at=5396253.824486549, delay=0.004678865894675255, ms=00027}
22:49:08.500851 run osmo-ms-mob/00028: Starting mobile
22:49:08.516320 run osmo-ms-mob/00028(pid=163): Launched
22:49:08.527524 run mass: MS start registered {at=5396254.230875662, delay=0.004943366162478924, ms=00028}
22:49:08.791715 run mass: MS performed LU {at=5396254.495053063, lu_delay=4.6680276887491345, ms=00018}
22:49:08.803564 run osmo-ms-mob/00029: Starting mobile
22:49:08.817207 run osmo-ms-mob/00029(pid=164): Launched
22:49:08.828570 run mass: MS start registered {at=5396254.53191984, delay=0.005033292807638645, ms=00029}
22:49:08.837236 run mass: MS performed LU {at=5396254.540582315, lu_delay=5.815171934664249, ms=00016}
22:49:08.906439 run mass: MS performed LU {at=5396254.609761462, lu_delay=5.383028770796955, ms=00017}
22:49:08.943279 run mass: MS performed LU {at=5396254.646617652, lu_delay=6.416001941077411, ms=00015}
22:49:08.954961 run osmo-ms-mob/00030: Starting mobile
22:49:08.968877 run osmo-ms-mob/00030(pid=165): Launched
22:49:08.980404 run mass: MS start registered {at=5396254.683754445, delay=2.7404166758060455e-05, ms=00030}
22:49:09.697412 run osmo-ms-mob/00031: Starting mobile
22:49:09.711156 run osmo-ms-mob/00031(pid=166): Launched
22:49:09.722167 run mass: MS start registered {at=5396255.425520515, delay=0.003071126528084278, ms=00031}
22:49:09.997267 run osmo-ms-mob/00032: Starting mobile
22:49:10.010868 run osmo-ms-mob/00032(pid=167): Launched
22:49:10.022393 run mass: MS start registered {at=5396255.725738635, delay=0.005087117664515972, ms=00032}
22:49:10.397064 run osmo-ms-mob/00033: Starting mobile
22:49:10.410725 run osmo-ms-mob/00033(pid=168): Launched
22:49:10.422275 run mass: MS start registered {at=5396256.125616032, delay=0.005123798735439777, ms=00033}
22:49:10.656081 run mass: MS performed LU {at=5396256.35941561, lu_delay=6.13312828540802, ms=00019}
22:49:10.701837 run mass: MS performed LU {at=5396256.405168954, lu_delay=5.679619245231152, ms=00020}
22:49:10.715267 run osmo-ms-mob/00034: Starting mobile
22:49:10.731096 run osmo-ms-mob/00034(pid=169): Launched
22:49:10.744048 run mass: MS start registered {at=5396256.447380891, delay=0.005679110996425152, ms=00034}
22:49:10.845058 run mass: MS performed LU {at=5396256.548380362, lu_delay=4.924862748943269, ms=00022}
22:49:11.098653 run osmo-ms-mob/00035: Starting mobile
22:49:11.113843 run osmo-ms-mob/00035(pid=170): Launched
22:49:11.127323 run mass: MS start registered {at=5396256.8306611, delay=0.0062651075422763824, ms=00035}
22:49:11.501103 run osmo-ms-mob/00036: Starting mobile
22:49:11.518922 run osmo-ms-mob/00036(pid=171): Launched
22:49:11.533859 run mass: MS start registered {at=5396257.237178488, delay=0.006764126010239124, ms=00036}
22:49:11.907207 run osmo-ms-mob/00037: Starting mobile
22:49:11.947611 run osmo-ms-mob/00037(pid=172): Launched
22:49:11.966922 run mass: MS start registered {at=5396257.670254577, delay=4.1641294956207275e-05, ms=00037}
22:49:12.201497 run osmo-ms-mob/00038: Starting mobile
22:49:12.221620 run osmo-ms-mob/00038(pid=173): Launched
22:49:12.238922 run mass: MS start registered {at=5396257.94222428, delay=0.007463889196515083, ms=00038}
22:49:12.500226 run osmo-ms-mob/00039: Starting mobile
22:49:12.524354 run osmo-ms-mob/00039(pid=174): Launched
22:49:12.549373 run mass: MS start registered {at=5396258.252696371, delay=0.015909324400126934, ms=00039}
22:49:12.562019 run mass: MS performed LU {at=5396258.26536798, lu_delay=5.7236376432701945, ms=00024}
22:49:12.603931 run mass: MS performed LU {at=5396258.307226623, lu_delay=6.1821854980662465, ms=00023}
22:49:12.673452 run mass: MS performed LU {at=5396258.376761113, lu_delay=4.95120648201555, ms=00026}
22:49:12.699415 run osmo-ms-mob/00040: Starting mobile
22:49:12.719143 run osmo-ms-mob/00040(pid=175): Launched
22:49:12.737241 run mass: MS performed LU {at=5396258.440573342, lu_delay=5.4137597270309925, ms=00025}
22:49:12.754221 run mass: MS start registered {at=5396258.457568053, delay=0.01703685149550438, ms=00040}
22:49:12.983204 run mass: MS performed LU {at=5396258.686516551, lu_delay=4.86203000228852, ms=00027}
22:49:13.014846 run osmo-ms-mob/00041: Starting mobile
22:49:13.051260 run osmo-ms-mob/00041(pid=176): Launched
22:49:13.077120 run mass: MS start registered {at=5396258.780426225, delay=0.009329000487923622, ms=00041}
22:49:13.507104 run osmo-ms-mob/00042: Starting mobile
22:49:13.538304 run osmo-ms-mob/00042(pid=177): Launched
22:49:13.560541 run mass: MS start registered {at=5396259.26385744, delay=0.011080494150519371, ms=00042}
22:49:13.901564 run osmo-ms-mob/00043: Starting mobile
22:49:13.923654 run osmo-ms-mob/00043(pid=178): Launched
22:49:13.949128 run mass: MS start registered {at=5396259.65244428, delay=0.013399756513535976, ms=00043}
22:49:14.201051 run osmo-ms-mob/00044: Starting mobile
22:49:14.223079 run osmo-ms-mob/00044(pid=179): Launched
22:49:14.241146 run mass: MS start registered {at=5396259.944480277, delay=4.183966666460037e-05, ms=00044}
22:49:14.376197 run mass: MS performed LU {at=5396260.079495624, lu_delay=5.8486199621111155, ms=00028}
22:49:14.422125 run mass: MS performed LU {at=5396260.125431637, lu_delay=5.593511797487736, ms=00029}
22:49:14.456126 run osmo-ms-mob/00045: Starting mobile
22:49:14.495694 run osmo-ms-mob/00045(pid=180): Launched
22:49:14.513522 run mass: MS performed LU {at=5396260.216858492, lu_delay=5.533104047179222, ms=00030}
22:49:14.531475 run mass: MS start registered {at=5396260.234821626, delay=0.018007582984864712, ms=00045}
22:49:14.648241 run mass: MS performed LU {at=5396260.351546671, lu_delay=4.926026156172156, ms=00031}
22:49:14.678445 run osmo-ms-mob/00046: Starting mobile
22:49:14.715625 run osmo-ms-mob/00046(pid=181): Launched
22:49:14.732419 run mass: MS performed LU {at=5396260.43575478, lu_delay=4.710016144439578, ms=00032}
22:49:14.749144 run mass: MS start registered {at=5396260.452490946, delay=0.016779575496912003, ms=00046}
22:49:15.105653 run osmo-ms-mob/00047: Starting mobile
22:49:15.142856 run osmo-ms-mob/00047(pid=182): Launched
22:49:15.160416 run mass: MS start registered {at=5396260.863746762, delay=7.321406155824661e-05, ms=00047}
22:49:15.405031 run osmo-ms-mob/00048: Starting mobile
22:49:15.431894 run osmo-ms-mob/00048(pid=183): Launched
22:49:15.450317 run mass: MS start registered {at=5396261.153663919, delay=0.0009981011971831322, ms=00048}
22:49:15.697828 run osmo-ms-mob/00049: Starting mobile
22:49:15.716650 run osmo-ms-mob/00049(pid=184): Launched
22:49:15.730961 run mass: MS start registered {at=5396261.434287852, delay=0.004799544811248779, ms=00049}
22:49:15.999006 run osmo-ms-mob/00050: Starting mobile
22:49:16.023464 run osmo-ms-mob/00050(pid=185): Launched
22:49:16.038771 run mass: MS start registered {at=5396261.74209648, delay=0.003511195071041584, ms=00050}
22:49:16.323397 run mass: MS performed LU {at=5396262.026726612, lu_delay=5.19606551155448, ms=00035}
22:49:16.338269 run osmo-ms-mob/00051: Starting mobile
22:49:16.355754 run osmo-ms-mob/00051(pid=186): Launched
22:49:16.368848 run mass: MS performed LU {at=5396262.072171857, lu_delay=4.834993368946016, ms=00036}
22:49:16.379843 run mass: MS start registered {at=5396262.083201851, delay=0.01414873730391264, ms=00051}
22:49:16.438893 run mass: MS performed LU {at=5396262.14222405, lu_delay=6.016608018428087, ms=00033}
22:49:16.460671 run osmo-ms-mob/00052: Starting mobile
22:49:16.487355 run osmo-ms-mob/00052(pid=187): Launched
22:49:16.500429 run mass: MS performed LU {at=5396262.203767657, lu_delay=5.756386766210198, ms=00034}
22:49:16.515504 run mass: MS start registered {at=5396262.218852669, delay=0.015126824378967285, ms=00052}
22:49:16.747853 run mass: MS performed LU {at=5396262.451168152, lu_delay=4.780913574621081, ms=00037}
22:49:16.773565 run osmo-ms-mob/00053: Starting mobile
22:49:16.797852 run osmo-ms-mob/00053(pid=188): Launched
22:49:16.812860 run mass: MS start registered {at=5396262.516170478, delay=0.006874975748360157, ms=00053}
22:49:17.303150 run osmo-ms-mob/00054: Starting mobile
22:49:17.321959 run osmo-ms-mob/00054(pid=189): Launched
22:49:17.344334 run mass: MS start registered {at=5396263.047643453, delay=0.012732156552374363, ms=00054}
22:49:17.603459 run osmo-ms-mob/00055: Starting mobile
22:49:17.622623 run osmo-ms-mob/00055(pid=190): Launched
22:49:17.639186 run mass: MS start registered {at=5396263.342503792, delay=0.007119893096387386, ms=00055}
22:49:17.904367 run osmo-ms-mob/00056: Starting mobile
22:49:17.943081 run osmo-ms-mob/00056(pid=191): Launched
22:49:17.968872 run mass: MS start registered {at=5396263.672172956, delay=0.0070929573848843575, ms=00056}
22:49:18.104980 run mass: MS performed LU {at=5396263.808293329, lu_delay=5.350725275464356, ms=00040}
22:49:18.135385 run osmo-ms-mob/00057: Starting mobile
22:49:18.169742 run osmo-ms-mob/00057(pid=192): Launched
22:49:18.185439 run mass: MS performed LU {at=5396263.888780763, lu_delay=5.636084392666817, ms=00039}
22:49:18.200287 run mass: MS start registered {at=5396263.903639167, delay=0.014895666390657425, ms=00057}
22:49:18.234206 run mass: MS performed LU {at=5396263.937521515, lu_delay=5.157095290720463, ms=00041}
22:49:18.414127 run mass: MS performed LU {at=5396264.117442292, lu_delay=6.175218012183905, ms=00038}
22:49:18.447713 run osmo-ms-mob/00058: Starting mobile
22:49:18.475451 run osmo-ms-mob/00058(pid=193): Launched
22:49:18.499979 run mass: MS start registered {at=5396264.203287134, delay=0.014947328716516495, ms=00058}
22:49:18.906003 run osmo-ms-mob/00059: Starting mobile
22:49:18.944935 run osmo-ms-mob/00059(pid=194): Launched
22:49:18.965995 run mass: MS start registered {at=5396264.669312309, delay=0.003277708776295185, ms=00059}
22:49:19.147816 run mass: MS performed LU {at=5396264.851134121, lu_delay=5.58727668132633, ms=00042}
22:49:19.178264 run osmo-ms-mob/00060: Starting mobile
22:49:19.204269 run osmo-ms-mob/00060(pid=195): Launched
22:49:19.230269 run mass: MS start registered {at=5396264.933589491, delay=0.011722098104655743, ms=00060}
22:49:19.461214 run mass: MS performed LU {at=5396265.16451267, lu_delay=3.7302248179912567, ms=00049}
22:49:19.607915 run osmo-ms-mob/00061: Starting mobile
22:49:19.637628 run osmo-ms-mob/00061(pid=196): Launched
22:49:19.656858 run mass: MS start registered {at=5396265.360190642, delay=4.439614713191986e-05, ms=00061}
22:49:19.904146 run osmo-ms-mob/00062: Starting mobile
22:49:19.924983 run osmo-ms-mob/00062(pid=197): Launched
22:49:19.942531 run mass: MS start registered {at=5396265.645865916, delay=3.83276492357254e-05, ms=00062}
22:49:19.968418 run mass: MS performed LU {at=5396265.671730852, lu_delay=5.21923990547657, ms=00046}
22:49:20.006209 run mass: MS performed LU {at=5396265.709521312, lu_delay=5.765041035600007, ms=00044}
22:49:20.023452 run osmo-ms-mob/00063: Starting mobile
22:49:20.043879 run osmo-ms-mob/00063(pid=198): Launched
22:49:20.061313 run mass: MS performed LU {at=5396265.764653063, lu_delay=5.529831437394023, ms=00045}
22:49:20.072420 run mass: MS start registered {at=5396265.775767155, delay=0.011145359836518764, ms=00063}
22:49:20.314993 run mass: MS performed LU {at=5396266.018310065, lu_delay=5.154563303105533, ms=00047}
22:49:20.333168 run mass: MS performed LU {at=5396266.036484806, lu_delay=4.882820886559784, ms=00048}
22:49:20.355979 run osmo-ms-mob/00064: Starting mobile
22:49:20.374677 run osmo-ms-mob/00064(pid=199): Launched
22:49:20.395187 run mass: MS start registered {at=5396266.098517716, delay=0.005803639069199562, ms=00064}
22:49:20.943100 run mass: MS performed LU {at=5396266.64641325, lu_delay=4.563211399130523, ms=00051}
22:49:20.957652 run osmo-ms-mob/00065: Starting mobile
22:49:20.976249 run osmo-ms-mob/00065(pid=200): Launched
22:49:20.993723 run mass: MS start registered {at=5396266.697047152, delay=0.007990495301783085, ms=00065}
22:49:21.057832 run mass: MS performed LU {at=5396266.761148988, lu_delay=7.108704708516598, ms=00043}
22:49:21.141002 run mass: MS performed LU {at=5396266.844333204, lu_delay=3.796689751558006, ms=00054}
22:49:21.157255 run osmo-ms-mob/00066: Starting mobile
22:49:21.177706 run osmo-ms-mob/00066(pid=201): Launched
22:49:21.192617 run mass: MS start registered {at=5396266.895950714, delay=0.003018151968717575, ms=00066}
22:49:21.705248 run osmo-ms-mob/00067: Starting mobile
22:49:21.729067 run osmo-ms-mob/00067(pid=202): Launched
22:49:21.753718 run mass: MS start registered {at=5396267.457021248, delay=0.01359916664659977, ms=00067}
22:49:21.907700 run mass: MS performed LU {at=5396267.611027546, lu_delay=5.094857067801058, ms=00053}
22:49:21.929497 run osmo-ms-mob/00068: Starting mobile
22:49:21.962535 run osmo-ms-mob/00068(pid=203): Launched
22:49:21.982453 run mass: MS performed LU {at=5396267.685785608, lu_delay=5.943689128383994, ms=00050}
22:49:22.001666 run mass: MS start registered {at=5396267.705007855, delay=0.019266868010163307, ms=00068}
22:49:22.407415 run osmo-ms-mob/00069: Starting mobile
22:49:22.448553 run osmo-ms-mob/00069(pid=204): Launched
22:49:22.475598 run mass: MS start registered {at=5396268.178898194, delay=0.007646127603948116, ms=00069}
22:49:22.808242 run osmo-ms-mob/00070: Starting mobile
22:49:22.851423 run osmo-ms-mob/00070(pid=205): Launched
22:49:22.876196 run mass: MS start registered {at=5396268.579491209, delay=0.005148259922862053, ms=00070}
22:49:23.202181 run osmo-ms-mob/00071: Starting mobile
22:49:23.220409 run osmo-ms-mob/00071(pid=206): Launched
22:49:23.235029 run mass: MS start registered {at=5396268.938370364, delay=3.2417476177215576e-05, ms=00071}
22:49:23.599966 run osmo-ms-mob/00072: Starting mobile
22:49:23.617928 run osmo-ms-mob/00072(pid=207): Launched
22:49:23.638891 run mass: MS start registered {at=5396269.342225752, delay=0.011990866623818874, ms=00072}
22:49:23.734733 run mass: MS performed LU {at=5396269.438048016, lu_delay=4.768735707737505, ms=00059}
22:49:23.771943 run mass: MS performed LU {at=5396269.47526426, lu_delay=5.571625092998147, ms=00057}
22:49:23.882739 run mass: MS performed LU {at=5396269.586057499, lu_delay=6.2435537073761225, ms=00055}
22:49:23.907215 run osmo-ms-mob/00073: Starting mobile
22:49:23.925556 run osmo-ms-mob/00073(pid=208): Launched
22:49:23.938806 run mass: MS start registered {at=5396269.642135827, delay=0.0052930815145373344, ms=00073}
22:49:24.044293 run mass: MS performed LU {at=5396269.747573785, lu_delay=4.813984293490648, ms=00060}
22:49:24.080718 run mass: MS performed LU {at=5396269.784050462, lu_delay=6.111877505667508, ms=00056}
22:49:24.397821 run osmo-ms-mob/00074: Starting mobile
22:49:24.416075 run osmo-ms-mob/00074(pid=209): Launched
22:49:24.438264 run mass: MS start registered {at=5396270.141583991, delay=0.008893819525837898, ms=00074}
22:49:24.731346 run mass: MS performed LU {at=5396270.43465535, lu_delay=6.231368215754628, ms=00058}
22:49:24.754773 run osmo-ms-mob/00075: Starting mobile
22:49:24.777573 run osmo-ms-mob/00075(pid=210): Launched
22:49:24.792268 run mass: MS start registered {at=5396270.495601998, delay=7.017981261014938e-05, ms=00075}
22:49:24.962847 run mass: MS performed LU {at=5396270.66614214, lu_delay=3.9690949879586697, ms=00065}
22:49:24.971296 run mass: MS performed LU {at=5396270.67465574, lu_delay=4.898888585157692, ms=00063}
22:49:24.981638 run mass: MS performed LU {at=5396270.684951271, lu_delay=3.7890005568042397, ms=00066}
22:49:25.299787 run osmo-ms-mob/00076: Starting mobile
22:49:25.317729 run osmo-ms-mob/00076(pid=211): Launched
22:49:25.335341 run mass: MS start registered {at=5396271.038655403, delay=0.007451159879565239, ms=00076}
22:49:25.698654 run osmo-ms-mob/00077: Starting mobile
22:49:25.716307 run osmo-ms-mob/00077(pid=212): Launched
22:49:25.725457 run mass: MS performed LU {at=5396271.428808683, lu_delay=6.068618040531874, ms=00061}
22:49:25.733069 run mass: MS performed LU {at=5396271.43643209, lu_delay=5.790566173382103, ms=00062}
22:49:25.740684 run mass: MS start registered {at=5396271.444044463, delay=0.015262200497090816, ms=00077}
22:49:25.748779 run mass: MS performed LU {at=5396271.452131419, lu_delay=5.353613703511655, ms=00064}
22:49:26.197840 run osmo-ms-mob/00078: Starting mobile
22:49:26.215426 run osmo-ms-mob/00078(pid=213): Launched
22:49:26.231222 run mass: MS start registered {at=5396271.934560204, delay=0.00739559531211853, ms=00078}
22:49:26.599327 run osmo-ms-mob/00079: Starting mobile
22:49:26.634107 run osmo-ms-mob/00079(pid=214): Launched
22:49:26.650450 run mass: MS start registered {at=5396272.353789904, delay=3.686174750328064e-05, ms=00079}
22:49:27.100246 run osmo-ms-mob/00080: Starting mobile
22:49:27.116844 run osmo-ms-mob/00080(pid=215): Launched
22:49:27.130449 run mass: MS start registered {at=5396272.833777593, delay=0.0003692740574479103, ms=00080}
22:49:27.597559 run osmo-ms-mob/00081: Starting mobile
22:49:27.613068 run osmo-ms-mob/00081(pid=216): Launched
22:49:27.625356 run mass: MS start registered {at=5396273.328699191, delay=0.005121792666614056, ms=00081}
22:49:27.648292 run mass: MS performed LU {at=5396273.351605675, lu_delay=4.772114465944469, ms=00070}
22:49:27.667077 run mass: MS performed LU {at=5396273.370418978, lu_delay=5.191520784050226, ms=00069}
22:49:27.735830 run mass: MS performed LU {at=5396273.439165556, lu_delay=5.734157701022923, ms=00068}
22:49:27.748985 run osmo-ms-mob/00082: Starting mobile
22:49:27.764929 run osmo-ms-mob/00082(pid=217): Launched
22:49:27.772864 run mass: MS performed LU {at=5396273.476205087, lu_delay=4.537834723480046, ms=00071}
22:49:27.780138 run mass: MS start registered {at=5396273.483502258, delay=0.008065716363489628, ms=00082}
22:49:27.810021 run mass: MS performed LU {at=5396273.513336746, lu_delay=22.28803902398795, ms=00021}
22:49:28.596622 run osmo-ms-mob/00083: Starting mobile
22:49:28.611587 run osmo-ms-mob/00083(pid=218): Launched
22:49:28.623855 run mass: MS start registered {at=5396274.327203663, delay=0.005464104004204273, ms=00083}
22:49:29.097661 run osmo-ms-mob/00084: Starting mobile
22:49:29.113741 run osmo-ms-mob/00084(pid=219): Launched
22:49:29.127355 run mass: MS start registered {at=5396274.83069891, delay=0.005636110901832581, ms=00084}
22:49:29.401459 run mass: MS performed LU {at=5396275.10479133, lu_delay=4.963207338936627, ms=00074}
22:49:29.475323 run mass: MS performed LU {at=5396275.178657395, lu_delay=5.536521567963064, ms=00073}
22:49:29.489807 run osmo-ms-mob/00085: Starting mobile
22:49:29.506990 run osmo-ms-mob/00085(pid=220): Launched
22:49:29.514744 run mass: MS performed LU {at=5396275.218098076, lu_delay=4.72249607834965, ms=00075}
22:49:29.522239 run mass: MS start registered {at=5396275.225601486, delay=0.007528708316385746, ms=00085}
22:49:29.729622 run mass: MS performed LU {at=5396275.432929005, lu_delay=6.090703252702951, ms=00072}
22:49:30.197662 run osmo-ms-mob/00086: Starting mobile
22:49:30.214197 run osmo-ms-mob/00086(pid=221): Launched
22:49:30.227080 run mass: MS start registered {at=5396275.930426106, delay=0.005361801013350487, ms=00086}
22:49:30.803645 run osmo-ms-mob/00087: Starting mobile
22:49:30.823998 run osmo-ms-mob/00087(pid=222): Launched
22:49:30.837483 run mass: MS start registered {at=5396276.540823153, delay=0.005425563082098961, ms=00087}
22:49:31.385845 run mass: MS performed LU {at=5396277.089165034, lu_delay=4.735375129617751, ms=00079}
22:49:31.402937 run osmo-ms-mob/00088: Starting mobile
22:49:31.420620 run osmo-ms-mob/00088(pid=223): Launched
22:49:31.428377 run mass: MS performed LU {at=5396277.131731465, lu_delay=5.197171261534095, ms=00078}
22:49:31.436316 run mass: MS performed LU {at=5396277.139677045, lu_delay=6.101021641865373, ms=00076}
22:49:31.443943 run mass: MS start registered {at=5396277.147304616, delay=0.015597204677760601, ms=00088}
22:49:31.501376 run mass: MS performed LU {at=5396277.204698944, lu_delay=5.760654481127858, ms=00077}
22:49:31.997948 run osmo-ms-mob/00089: Starting mobile
22:49:32.017446 run osmo-ms-mob/00089(pid=224): Launched
22:49:32.033007 run mass: MS start registered {at=5396277.73633997, delay=0.007190855219960213, ms=00089}
22:49:32.643100 run osmo-ms-mob/00090: Starting mobile
22:49:32.660252 run osmo-ms-mob/00090(pid=225): Launched
22:49:32.673770 run mass: MS start registered {at=5396278.37710249, delay=0.005917440168559551, ms=00090}
22:49:33.167587 run mass: MS performed LU {at=5396278.870906783, lu_delay=5.54220759216696, ms=00081}
22:49:33.186301 run mass: MS performed LU {at=5396278.889641007, lu_delay=6.055863413959742, ms=00080}
22:49:33.210679 run osmo-ms-mob/00091: Starting mobile
22:49:33.232005 run osmo-ms-mob/00091(pid=226): Launched
22:49:33.245191 run mass: MS start registered {at=5396278.948528789, delay=0.00573489535599947, ms=00091}
22:49:33.253175 run mass: MS performed LU {at=5396278.95652867, lu_delay=5.473026412539184, ms=00082}
22:49:33.459054 run mass: MS performed LU {at=5396279.162387338, lu_delay=4.83518367446959, ms=00083}
22:49:34.007576 run osmo-ms-mob/00092: Starting mobile
22:49:34.049879 run osmo-ms-mob/00092(pid=227): Launched
22:49:34.065728 run mass: MS start registered {at=5396279.769025639, delay=0.006073654629290104, ms=00092}
22:49:34.806731 run osmo-ms-mob/00093: Starting mobile
22:49:34.847365 run osmo-ms-mob/00093(pid=228): Launched
22:49:34.869750 run mass: MS start registered {at=5396280.573050355, delay=0.010924674570560455, ms=00093}
22:49:35.152119 run mass: MS performed LU {at=5396280.855451761, lu_delay=6.0247528506442904, ms=00084}
22:49:35.179741 run mass: MS performed LU {at=5396280.883074452, lu_delay=4.952648346312344, ms=00086}
22:49:35.198289 run mass: MS performed LU {at=5396280.901627039, lu_delay=5.676025552675128, ms=00085}
22:49:35.697863 run osmo-ms-mob/00094: Starting mobile
22:49:35.712239 run osmo-ms-mob/00094(pid=229): Launched
22:49:35.724177 run mass: MS start registered {at=5396281.427528457, delay=0.005324041470885277, ms=00094}
22:49:36.596834 run osmo-ms-mob/00095: Starting mobile
22:49:36.611655 run osmo-ms-mob/00095(pid=230): Launched
22:49:36.624691 run mass: MS start registered {at=5396282.328032046, delay=0.005844721570611, ms=00095}
22:49:36.915038 run mass: MS performed LU {at=5396282.618349481, lu_delay=5.471044865436852, ms=00088}
22:49:36.933847 run mass: MS performed LU {at=5396282.637181868, lu_delay=6.096358714625239, ms=00087}
22:49:37.016438 run mass: MS performed LU {at=5396282.719722786, lu_delay=4.983382816426456, ms=00089}
22:49:37.596758 run osmo-ms-mob/00096: Starting mobile
22:49:37.614170 run osmo-ms-mob/00096(pid=231): Launched
22:49:37.627590 run mass: MS start registered {at=5396283.330936782, delay=0.00582641176879406, ms=00096}
22:49:38.695970 run osmo-ms-mob/00097: Starting mobile
22:49:38.709650 run osmo-ms-mob/00097(pid=232): Launched
22:49:38.721210 run mass: MS start registered {at=5396284.424549026, delay=0.005060149356722832, ms=00097}
22:49:39.070356 run mass: MS performed LU {at=5396284.77369013, lu_delay=22.554837460629642, ms=00052}
22:49:39.153322 run mass: MS performed LU {at=5396284.856657733, lu_delay=5.908128944225609, ms=00091}
22:49:39.180724 run mass: MS performed LU {at=5396284.884053095, lu_delay=6.506950605660677, ms=00090}
22:49:39.199199 run mass: MS performed LU {at=5396284.902542637, lu_delay=5.133516998030245, ms=00092}
22:49:39.998947 run osmo-ms-mob/00098: Starting mobile
22:49:40.013794 run osmo-ms-mob/00098(pid=233): Launched
22:49:40.025186 run mass: MS start registered {at=5396285.728537213, delay=0.005002599209547043, ms=00098}
22:49:40.681180 run mass: MS performed LU {at=5396286.384513883, lu_delay=4.956985426135361, ms=00094}
22:49:40.782127 run mass: MS performed LU {at=5396286.485391997, lu_delay=5.912341642193496, ms=00093}
22:49:41.797355 run osmo-ms-mob/00099: Starting mobile
22:49:41.813047 run osmo-ms-mob/00099(pid=234): Launched
22:49:41.820548 run mass: All started... {duration=55.73024045769125, too_slow=0}
22:49:41.838179 run mass: MS start registered {at=5396287.541534849, delay=0.017627406865358353, ms=00099}
22:49:42.684198 run mass: MS performed LU {at=5396288.38753221, lu_delay=6.059500164352357, ms=00095}
22:49:42.711679 run mass: MS performed LU {at=5396288.414997963, lu_delay=5.0840611811727285, ms=00096}
22:49:44.548601 run mass: MS performed LU {at=5396290.251920599, lu_delay=5.8273715721443295, ms=00097}
22:49:44.917117 run mass: MS performed LU {at=5396290.620422151, lu_delay=23.163400903344154, ms=00067}
22:49:45.083665 run mass: MS performed LU {at=5396290.786987112, lu_delay=5.0584498988464475, ms=00098}
22:49:46.449762 run mass: MS performed LU {at=5396292.153097138, lu_delay=4.611562288366258, ms=00099}
22:49:46.456304 run mass: Tests done {all_completed=True, max=23.163400903344154, min=3.7302248179912567}
22:49:46.462244 tst register_default_mass.py: Test passed (84.9 sec)
22:49:46.468122 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:46.471760 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:46.475356 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:46.478934 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:46.482644 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:46.486584 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:46.490588 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:46.494572 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:46.498481 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:46.502376 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:46.506187 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:46.509983 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:46.513867 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:46.517812 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:46.521806 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:46.525895 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:46.530024 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:46.534308 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:46.538542 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:46.543071 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:46.547322 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:46.551574 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:46.555790 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:46.560053 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:46.564324 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:46.568679 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:46.573032 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:46.577836 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:46.582197 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:46.587322 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:46.591663 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:46.596426 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:46.600784 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:46.605005 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:46.609227 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:46.613659 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:46.618578 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:46.623190 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:46.627571 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:46.631789 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:46.636065 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:46.641009 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:46.645319 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:46.649458 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:46.653592 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:46.657802 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:46.662000 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:46.666125 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:46.670284 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:46.674535 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:46.678679 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:46.682832 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:46.687106 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:46.691250 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:46.695339 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:46.699436 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:46.703542 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:46.707714 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:46.711876 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:46.716022 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:46.720155 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:46.724314 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:46.728836 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:46.733210 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:46.737896 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:46.742103 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:46.746263 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:46.750392 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:46.754543 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:46.758795 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:46.763006 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:46.767187 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:46.771315 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:46.775555 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:46.779660 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:46.783906 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:46.788073 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:46.792242 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:46.796424 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:46.800589 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:46.804802 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:46.808998 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:46.813386 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:46.825373 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:46.829885 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:46.833896 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:46.837922 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:46.842025 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:46.846125 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:46.850239 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:46.854476 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:46.858867 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:46.863125 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:46.867476 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:46.871720 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:46.876136 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:46.880665 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:46.885113 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:46.890119 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:46.894334 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:46.898475 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:46.902819 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:46.907006 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:46.911233 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:46.915460 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:46.919675 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:46.923963 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:46.928227 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:46.932606 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:46.936987 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:46.941330 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:46.945692 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:46.949991 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:46.954321 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:46.959097 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:46.963505 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:46.967817 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:46.972214 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:46.976311 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:46.980471 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:46.984517 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:46.988524 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:46.992569 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:46.997018 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:47.001134 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:47.005230 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:47.009207 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:47.013188 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:47.017213 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:47.021380 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:47.025468 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:47.029485 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:47.033615 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:47.037754 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:47.041897 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:47.046170 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:47.050294 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:47.054394 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:47.058280 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:47.062159 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:47.066022 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:47.069896 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:47.073802 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:47.077682 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:47.081389 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:47.085231 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:47.089016 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:47.092617 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:47.096142 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:47.099607 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:47.102975 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:47.106337 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:47.109691 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:47.113068 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:47.116437 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:47.119822 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:47.123220 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:47.126588 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:47.129961 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:47.133335 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:47.136707 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:47.140082 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:47.143486 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:47.146922 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:47.150582 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:47.153984 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:47.157429 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:47.160845 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:47.164189 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:47.167555 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:47.170977 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:47.174422 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:47.177856 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:47.181279 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:47.184708 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:47.188138 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:47.191594 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:47.195045 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:47.198481 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:47.201921 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:47.205308 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:47.208715 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:47.212185 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:47.215675 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:47.219173 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:47.222645 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:47.226132 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:47.229618 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:47.233111 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:47.236542 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:47.240040 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:47.243550 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:47.247039 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:47.250546 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:47.254099 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:47.257691 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:47.261267 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:47.264828 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:47.268544 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:47.272296 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:47.275994 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:47.279697 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:47.283467 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:47.287158 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:47.290682 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:47.294200 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:47.297686 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:47.301060 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:47.304412 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:47.307782 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:47.311162 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:47.314565 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:47.317973 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:47.321397 --- ParallelTerminationStrategy: PID 22 died...
22:49:47.322869 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:47.326511 --- ParallelTerminationStrategy: PID 23 died...
22:49:47.327981 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:47.331667 --- ParallelTerminationStrategy: PID 24 died...
22:49:47.333206 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:47.336961 --- ParallelTerminationStrategy: PID 25 died...
22:49:47.338490 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:47.342235 --- ParallelTerminationStrategy: PID 26 died...
22:49:47.343780 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:47.347633 --- ParallelTerminationStrategy: PID 27 died...
22:49:47.349200 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:47.353022 --- ParallelTerminationStrategy: PID 28 died...
22:49:47.354625 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:47.358288 --- ParallelTerminationStrategy: PID 29 died...
22:49:47.359765 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:47.363425 --- ParallelTerminationStrategy: PID 30 died...
22:49:47.364960 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:47.368596 --- ParallelTerminationStrategy: PID 31 died...
22:49:47.370085 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:47.373799 --- ParallelTerminationStrategy: PID 32 died...
22:49:47.375344 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:47.379082 --- ParallelTerminationStrategy: PID 33 died...
22:49:47.380588 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:47.384353 --- ParallelTerminationStrategy: PID 35 died...
22:49:47.385897 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:47.389732 --- ParallelTerminationStrategy: PID 36 died...
22:49:47.391264 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:47.395014 --- ParallelTerminationStrategy: PID 37 died...
22:49:47.396532 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:47.400281 --- ParallelTerminationStrategy: PID 38 died...
22:49:47.401823 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:47.405701 --- ParallelTerminationStrategy: PID 39 died...
22:49:47.407223 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:47.410993 --- ParallelTerminationStrategy: PID 40 died...
22:49:47.412537 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:47.416321 --- ParallelTerminationStrategy: PID 41 died...
22:49:47.417871 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:47.421736 --- ParallelTerminationStrategy: PID 42 died...
22:49:47.423272 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:47.427066 --- ParallelTerminationStrategy: PID 43 died...
22:49:47.428586 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:47.432373 --- ParallelTerminationStrategy: PID 44 died...
22:49:47.433911 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:47.437723 --- ParallelTerminationStrategy: PID 45 died...
22:49:47.439248 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:47.443026 --- ParallelTerminationStrategy: PID 46 died...
22:49:47.444562 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:47.448333 --- ParallelTerminationStrategy: PID 47 died...
22:49:47.449877 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:47.453608 --- ParallelTerminationStrategy: PID 48 died...
22:49:47.455184 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:47.458945 --- ParallelTerminationStrategy: PID 49 died...
22:49:47.460446 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:47.464171 --- ParallelTerminationStrategy: PID 50 died...
22:49:47.465714 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:47.469427 --- ParallelTerminationStrategy: PID 51 died...
22:49:47.470952 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:47.474692 --- ParallelTerminationStrategy: PID 52 died...
22:49:47.476205 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:47.479927 --- ParallelTerminationStrategy: PID 53 died...
22:49:47.481449 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:47.485173 --- ParallelTerminationStrategy: PID 54 died...
22:49:47.486674 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:47.490419 --- ParallelTerminationStrategy: PID 55 died...
22:49:47.491951 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:47.495784 --- ParallelTerminationStrategy: PID 56 died...
22:49:47.497344 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:47.501261 --- ParallelTerminationStrategy: PID 57 died...
22:49:47.502872 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:47.506838 --- ParallelTerminationStrategy: PID 58 died...
22:49:47.508429 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:47.512384 --- ParallelTerminationStrategy: PID 59 died...
22:49:47.513998 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:47.517888 --- ParallelTerminationStrategy: PID 60 died...
22:49:47.519494 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:47.523437 --- ParallelTerminationStrategy: PID 61 died...
22:49:47.525035 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:47.528941 --- ParallelTerminationStrategy: PID 62 died...
22:49:47.530538 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:47.534446 --- ParallelTerminationStrategy: PID 63 died...
22:49:47.536037 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:47.539942 --- ParallelTerminationStrategy: PID 64 died...
22:49:47.541562 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:47.545569 --- ParallelTerminationStrategy: PID 65 died...
22:49:47.547168 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:47.551080 --- ParallelTerminationStrategy: PID 66 died...
22:49:47.552671 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:47.556583 --- ParallelTerminationStrategy: PID 67 died...
22:49:47.558177 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:47.562127 --- ParallelTerminationStrategy: PID 68 died...
22:49:47.563723 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:47.567640 --- ParallelTerminationStrategy: PID 69 died...
22:49:47.569231 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:47.573133 --- ParallelTerminationStrategy: PID 70 died...
22:49:47.574725 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:47.578645 --- ParallelTerminationStrategy: PID 71 died...
22:49:47.580221 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:47.584167 --- ParallelTerminationStrategy: PID 72 died...
22:49:47.585768 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:47.589675 --- ParallelTerminationStrategy: PID 73 died...
22:49:47.591259 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:47.595177 --- ParallelTerminationStrategy: PID 74 died...
22:49:47.596801 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:47.600731 --- ParallelTerminationStrategy: PID 75 died...
22:49:47.602314 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:47.606291 --- ParallelTerminationStrategy: PID 76 died...
22:49:47.607873 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:47.611766 --- ParallelTerminationStrategy: PID 77 died...
22:49:47.613385 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:47.617281 --- ParallelTerminationStrategy: PID 78 died...
22:49:47.618855 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:47.622755 --- ParallelTerminationStrategy: PID 79 died...
22:49:47.624345 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:47.628258 --- ParallelTerminationStrategy: PID 80 died...
22:49:47.629968 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:47.633918 --- ParallelTerminationStrategy: PID 81 died...
22:49:47.635510 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:47.639431 --- ParallelTerminationStrategy: PID 82 died...
22:49:47.641024 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:47.644948 --- ParallelTerminationStrategy: PID 83 died...
22:49:47.646542 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:47.650452 --- ParallelTerminationStrategy: PID 84 died...
22:49:47.652038 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:47.655935 --- ParallelTerminationStrategy: PID 85 died...
22:49:47.657539 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:47.661477 --- ParallelTerminationStrategy: PID 86 died...
22:49:47.663058 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:47.666976 --- ParallelTerminationStrategy: PID 87 died...
22:49:47.668555 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:47.672462 --- ParallelTerminationStrategy: PID 88 died...
22:49:47.674077 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:47.677981 --- ParallelTerminationStrategy: PID 89 died...
22:49:47.679570 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:47.683477 --- ParallelTerminationStrategy: PID 90 died...
22:49:47.685072 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:47.689013 --- ParallelTerminationStrategy: PID 91 died...
22:49:47.690602 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:47.694475 --- ParallelTerminationStrategy: PID 92 died...
22:49:47.696052 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:47.699940 --- ParallelTerminationStrategy: PID 93 died...
22:49:47.701534 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:47.705443 --- ParallelTerminationStrategy: PID 94 died...
22:49:47.707027 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:47.710931 --- ParallelTerminationStrategy: PID 95 died...
22:49:47.712506 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:47.716411 --- ParallelTerminationStrategy: PID 96 died...
22:49:47.718004 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:47.721929 --- ParallelTerminationStrategy: PID 97 died...
22:49:47.723518 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:47.727427 --- ParallelTerminationStrategy: PID 98 died...
22:49:47.729023 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:47.732942 --- ParallelTerminationStrategy: PID 99 died...
22:49:47.734537 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:47.738458 --- ParallelTerminationStrategy: PID 100 died...
22:49:47.740043 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:47.743972 --- ParallelTerminationStrategy: PID 101 died...
22:49:47.745572 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:47.749485 --- ParallelTerminationStrategy: PID 102 died...
22:49:47.751070 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:47.754998 --- ParallelTerminationStrategy: PID 103 died...
22:49:47.756596 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:47.760501 --- ParallelTerminationStrategy: PID 104 died...
22:49:47.762093 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:47.766007 --- ParallelTerminationStrategy: PID 105 died...
22:49:47.767588 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:47.771533 --- ParallelTerminationStrategy: PID 106 died...
22:49:47.773135 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:47.777043 --- ParallelTerminationStrategy: PID 107 died...
22:49:47.778621 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:47.782537 --- ParallelTerminationStrategy: PID 108 died...
22:49:47.784122 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:47.788094 --- ParallelTerminationStrategy: PID 109 died...
22:49:47.789689 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:47.793593 --- ParallelTerminationStrategy: PID 110 died...
22:49:47.795185 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:47.799082 --- ParallelTerminationStrategy: PID 111 died...
22:49:47.800689 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:47.804619 --- ParallelTerminationStrategy: PID 112 died...
22:49:47.806241 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:47.810146 --- ParallelTerminationStrategy: PID 113 died...
22:49:47.811712 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:47.815620 --- ParallelTerminationStrategy: PID 114 died...
22:49:47.817220 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:47.821142 --- ParallelTerminationStrategy: PID 115 died...
22:49:47.822723 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:47.826639 --- ParallelTerminationStrategy: PID 116 died...
22:49:47.828218 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:47.832120 --- ParallelTerminationStrategy: PID 117 died...
22:49:47.833711 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:47.837692 --- ParallelTerminationStrategy: PID 118 died...
22:49:47.839277 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:47.843191 --- ParallelTerminationStrategy: PID 119 died...
22:49:47.844807 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:47.848830 --- ParallelTerminationStrategy: PID 120 died...
22:49:47.850502 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:47.854662 --- ParallelTerminationStrategy: PID 121 died...
22:49:47.856415 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:47.861023 --- ParallelTerminationStrategy: PID 122 died...
22:49:47.862926 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:47.867819 --- ParallelTerminationStrategy: PID 123 died...
22:49:47.869809 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:47.874996 --- ParallelTerminationStrategy: PID 124 died...
22:49:47.877040 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:47.882047 --- ParallelTerminationStrategy: PID 125 died...
22:49:47.884161 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:47.889321 --- ParallelTerminationStrategy: PID 126 died...
22:49:47.891389 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:47.896390 --- ParallelTerminationStrategy: PID 127 died...
22:49:47.898425 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:47.903455 --- ParallelTerminationStrategy: PID 128 died...
22:49:47.905523 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:47.910520 --- ParallelTerminationStrategy: PID 129 died...
22:49:47.912535 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:47.917378 --- ParallelTerminationStrategy: PID 130 died...
22:49:47.919309 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:47.924094 --- ParallelTerminationStrategy: PID 131 died...
22:49:47.926044 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:47.930837 --- ParallelTerminationStrategy: PID 132 died...
22:49:47.932800 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:47.937770 --- ParallelTerminationStrategy: PID 133 died...
22:49:47.939787 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:47.944757 --- ParallelTerminationStrategy: PID 134 died...
22:49:47.946769 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:47.951631 --- ParallelTerminationStrategy: PID 135 died...
22:49:47.953575 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:47.958345 --- ParallelTerminationStrategy: PID 136 died...
22:49:47.960218 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:47.964855 --- ParallelTerminationStrategy: PID 137 died...
22:49:47.966733 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:47.971373 --- ParallelTerminationStrategy: PID 138 died...
22:49:47.973275 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:47.977903 --- ParallelTerminationStrategy: PID 139 died...
22:49:47.979763 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:47.984398 --- ParallelTerminationStrategy: PID 140 died...
22:49:47.986306 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:47.990987 --- ParallelTerminationStrategy: PID 141 died...
22:49:47.992968 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:47.997761 --- ParallelTerminationStrategy: PID 142 died...
22:49:47.999625 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:48.004271 --- ParallelTerminationStrategy: PID 143 died...
22:49:48.006152 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:48.010678 --- ParallelTerminationStrategy: PID 144 died...
22:49:48.012493 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:48.017012 --- ParallelTerminationStrategy: PID 145 died...
22:49:48.018812 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:48.023118 --- ParallelTerminationStrategy: PID 146 died...
22:49:48.024848 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:48.029022 --- ParallelTerminationStrategy: PID 147 died...
22:49:48.030682 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:48.034856 --- ParallelTerminationStrategy: PID 148 died...
22:49:48.036523 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:48.040711 --- ParallelTerminationStrategy: PID 149 died...
22:49:48.042392 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:48.046569 --- ParallelTerminationStrategy: PID 150 died...
22:49:48.048235 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:48.052381 --- ParallelTerminationStrategy: PID 151 died...
22:49:48.054064 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:48.058218 --- ParallelTerminationStrategy: PID 152 died...
22:49:48.059886 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:48.064001 --- ParallelTerminationStrategy: PID 153 died...
22:49:48.065639 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:48.069697 --- ParallelTerminationStrategy: PID 154 died...
22:49:48.071348 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:48.075424 --- ParallelTerminationStrategy: PID 155 died...
22:49:48.077115 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:48.081172 --- ParallelTerminationStrategy: PID 156 died...
22:49:48.082812 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:48.086937 --- ParallelTerminationStrategy: PID 157 died...
22:49:48.088605 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:48.092739 --- ParallelTerminationStrategy: PID 158 died...
22:49:48.094389 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:48.098504 --- ParallelTerminationStrategy: PID 159 died...
22:49:48.100139 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:48.104155 --- ParallelTerminationStrategy: PID 160 died...
22:49:48.105775 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:48.109651 --- ParallelTerminationStrategy: PID 161 died...
22:49:48.111198 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:48.115067 --- ParallelTerminationStrategy: PID 162 died...
22:49:48.116620 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:48.120455 --- ParallelTerminationStrategy: PID 163 died...
22:49:48.122012 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:48.125913 --- ParallelTerminationStrategy: PID 164 died...
22:49:48.127478 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:48.131400 --- ParallelTerminationStrategy: PID 165 died...
22:49:48.132994 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:48.137005 --- ParallelTerminationStrategy: PID 166 died...
22:49:48.138664 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:48.142658 --- ParallelTerminationStrategy: PID 167 died...
22:49:48.144214 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:48.148282 --- ParallelTerminationStrategy: PID 168 died...
22:49:48.149965 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:48.153939 --- ParallelTerminationStrategy: PID 169 died...
22:49:48.155567 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:48.159624 --- ParallelTerminationStrategy: PID 170 died...
22:49:48.161266 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:48.165314 --- ParallelTerminationStrategy: PID 171 died...
22:49:48.166943 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:48.170924 --- ParallelTerminationStrategy: PID 172 died...
22:49:48.172557 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:48.176630 --- ParallelTerminationStrategy: PID 173 died...
22:49:48.178268 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:48.182167 --- ParallelTerminationStrategy: PID 174 died...
22:49:48.183731 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:48.187602 --- ParallelTerminationStrategy: PID 175 died...
22:49:48.189197 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:48.193092 --- ParallelTerminationStrategy: PID 176 died...
22:49:48.194672 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:48.198736 --- ParallelTerminationStrategy: PID 177 died...
22:49:48.200373 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:48.204479 --- ParallelTerminationStrategy: PID 178 died...
22:49:48.206062 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:48.209964 --- ParallelTerminationStrategy: PID 179 died...
22:49:48.211536 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:48.215559 --- ParallelTerminationStrategy: PID 180 died...
22:49:48.217352 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:48.222031 --- ParallelTerminationStrategy: PID 181 died...
22:49:48.223988 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:48.229059 --- ParallelTerminationStrategy: PID 182 died...
22:49:48.231087 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:48.236142 --- ParallelTerminationStrategy: PID 183 died...
22:49:48.238277 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:48.243445 --- ParallelTerminationStrategy: PID 184 died...
22:49:48.245603 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:48.250762 --- ParallelTerminationStrategy: PID 185 died...
22:49:48.252851 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:48.258237 --- ParallelTerminationStrategy: PID 186 died...
22:49:48.260327 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:48.265562 --- ParallelTerminationStrategy: PID 187 died...
22:49:48.267655 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:48.272843 --- ParallelTerminationStrategy: PID 188 died...
22:49:48.274932 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:48.280184 --- ParallelTerminationStrategy: PID 189 died...
22:49:48.282263 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:48.287428 --- ParallelTerminationStrategy: PID 190 died...
22:49:48.289495 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:48.294586 --- ParallelTerminationStrategy: PID 191 died...
22:49:48.296733 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:48.301914 --- ParallelTerminationStrategy: PID 192 died...
22:49:48.304025 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:48.309206 --- ParallelTerminationStrategy: PID 193 died...
22:49:48.311304 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:48.316728 --- ParallelTerminationStrategy: PID 194 died...
22:49:48.318925 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:48.324226 --- ParallelTerminationStrategy: PID 195 died...
22:49:48.326320 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:48.331492 --- ParallelTerminationStrategy: PID 196 died...
22:49:48.333696 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:48.338946 --- ParallelTerminationStrategy: PID 197 died...
22:49:48.341164 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:48.346524 --- ParallelTerminationStrategy: PID 198 died...
22:49:48.348727 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:48.354072 --- ParallelTerminationStrategy: PID 199 died...
22:49:48.356145 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:48.361340 --- ParallelTerminationStrategy: PID 200 died...
22:49:48.363397 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:48.368500 --- ParallelTerminationStrategy: PID 201 died...
22:49:48.370596 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:48.375756 --- ParallelTerminationStrategy: PID 202 died...
22:49:48.377816 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:48.383590 --- ParallelTerminationStrategy: PID 203 died...
22:49:48.385773 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:48.391126 --- ParallelTerminationStrategy: PID 204 died...
22:49:48.393297 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:48.398484 --- ParallelTerminationStrategy: PID 205 died...
22:49:48.400592 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:48.405905 --- ParallelTerminationStrategy: PID 206 died...
22:49:48.408009 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:48.413281 --- ParallelTerminationStrategy: PID 207 died...
22:49:48.415433 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:48.420726 --- ParallelTerminationStrategy: PID 208 died...
22:49:48.422852 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:48.428032 --- ParallelTerminationStrategy: PID 209 died...
22:49:48.432571 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:48.442332 --- ParallelTerminationStrategy: PID 210 died...
22:49:48.446321 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:48.456117 --- ParallelTerminationStrategy: PID 211 died...
22:49:48.460076 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:48.467700 --- ParallelTerminationStrategy: PID 212 died...
22:49:48.469927 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:48.475142 --- ParallelTerminationStrategy: PID 213 died...
22:49:48.477248 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:48.482372 --- ParallelTerminationStrategy: PID 214 died...
22:49:48.484434 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:48.489540 --- ParallelTerminationStrategy: PID 215 died...
22:49:48.491604 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:48.496714 --- ParallelTerminationStrategy: PID 216 died...
22:49:48.498778 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:48.503860 --- ParallelTerminationStrategy: PID 217 died...
22:49:48.505916 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:48.510996 --- ParallelTerminationStrategy: PID 218 died...
22:49:48.513099 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:48.518186 --- ParallelTerminationStrategy: PID 219 died...
22:49:48.520240 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:48.525375 --- ParallelTerminationStrategy: PID 220 died...
22:49:48.527427 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:48.532629 --- ParallelTerminationStrategy: PID 221 died...
22:49:48.534681 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:48.539893 --- ParallelTerminationStrategy: PID 222 died...
22:49:48.542042 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:48.547171 --- ParallelTerminationStrategy: PID 223 died...
22:49:48.549334 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:48.554525 --- ParallelTerminationStrategy: PID 224 died...
22:49:48.556584 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:48.561796 --- ParallelTerminationStrategy: PID 225 died...
22:49:48.563873 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:48.569021 --- ParallelTerminationStrategy: PID 226 died...
22:49:48.571070 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:48.576147 --- ParallelTerminationStrategy: PID 227 died...
22:49:48.578193 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:48.583377 --- ParallelTerminationStrategy: PID 228 died...
22:49:48.585466 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:48.590568 --- ParallelTerminationStrategy: PID 229 died...
22:49:48.592655 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:48.597806 --- ParallelTerminationStrategy: PID 230 died...
22:49:48.599843 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:48.604947 --- ParallelTerminationStrategy: PID 231 died...
22:49:48.606991 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:48.612065 --- ParallelTerminationStrategy: PID 232 died...
22:49:48.614116 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:48.619222 --- ParallelTerminationStrategy: PID 233 died...
22:49:48.621285 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:48.626378 --- ParallelTerminationStrategy: PID 234 died...
22:49:48.628422 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:52.033298 --- ParallelTerminationStrategy: PID 34 died...
22:49:52.036801 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7907 netreg_mass PASS
---------------------------------------------------------------------
22:49:52.122280 tst trial-7907: Storing JUnit report in /build/trial-7907/run.2025-03-16_22-48-21/trial-7907.xml
--------------------------------------------------------------------------------------------
trial-7907 PASS
--------------------------------------------------------------------------------------------
22:49:52.134294 tst trial-7907: trial-7907: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (84.9 sec)
+ exit_code=0
+ rm -rf trial-7907/inst
+ cd trial-7907
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-03-16 22:48:20
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7907-run.tgz run.2025-03-16_22-48-21
+ tar czf /build/trial-7907-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-03-16_13_28_18.tgz osmo-bts-oc2g.build-2025-03-15_00_51_32.tgz osmo-bts-sysmo.build-2025-03-15_00_51_32.tgz osmo-bts.build-2025-03-16_00_51_38.tgz osmo-ggsn.build-2025-03-16_20_42_32.tgz osmo-hlr.build-2025-03-16_16_36_56.tgz osmo-hnbgw.build-2025-03-16_13_28_44.tgz osmo-mgw.build-2025-03-16_08_33_17.tgz osmo-msc.build-2025-03-16_13_32_35.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-15_07_41_40.tgz osmo-pcu-sysmo.build-2025-03-15_07_41_33.tgz osmo-pcu.build-2025-03-16_07_41_38.tgz osmo-sgsn.build-2025-03-16_20_48_34.tgz osmo-stp.build-2025-03-16_13_25_16.tgz osmo-trx.build-2025-03-16_14_29_21.tgz osmocom-bb.build-2025-03-16_21_17_40.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