This log is too long to show here, 14 KB has been skipped — click to see the complete log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7884
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins14304868300679632915.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-8350
+ 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
2e9b710 debian-trixie-build: add tshark
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
--build-arg USER=osmocom-build \
--build-arg UID=1000 \
--build-arg REGISTRY=docker.io \
--build-arg OSMO_TTCN3_BRANCH=master \
--build-arg UPSTREAM_DISTRO=debian:bookworm \
--build-arg DISTRO=debian-bookworm \
--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
--build-arg OSMOCOM_REPO_VERSION=latest \
--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--build-arg LIBOSMOCORE_BRANCH=master \
--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_S1GW_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.0s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.1s
#7 [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
#7 CACHED
#8 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#8 CACHED
#9 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#9 CACHED
#10 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://archive.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#10 CACHED
#11 [ 9/28] COPY SSH /root/.ssh
#11 CACHED
#12 [12/28] RUN MKDIR -p /osmo-gsm-tester-srsue /osmo-gsm-tester-srsenb /osmo-gsm-tester-srsepc /osmo-gsm-tester-trx /osmo-gsm-tester-grbroker /osmo-gsm-tester-open5gs
#12 CACHED
#13 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#13 CACHED
#14 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#14 CACHED
#15 [ 3/28] RUN groupadd osmo-gsm-tester
#15 CACHED
#16 [ 2/28] RUN useradd -ms /bin/bash jenkins
#16 CACHED
#17 [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
#17 CACHED
#18 [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
#18 CACHED
#19 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#19 CACHED
#20 [ 8/28] RUN MKDIR /var/run/sshd
#20 CACHED
#21 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#21 CACHED
#22 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#22 CACHED
#23 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#23 CACHED
#24 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#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 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#26 CACHED
#27 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#27 CACHED
#28 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#28 CACHED
#29 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#29 CACHED
#30 [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
#30 CACHED
#31 [20/28] WORKDIR /TMP
#31 CACHED
#32 [ 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
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:8eda38854786804e78768a3ce525f758750b2dbd8e629f14b5422b4a595754cf done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8351 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-06-03 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8351
+ mkdir -p trial-8351
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-06-03_13_26_43.tgz osmo-bts-oc2g.build-2026-06-03_00_51_45.tgz osmo-bts-sysmo.build-2026-06-03_00_51_59.tgz osmo-bts.build-2026-06-03_00_52_13.tgz osmo-ggsn.build-2026-06-03_20_42_51.tgz osmo-hlr.build-2026-06-03_16_36_50.tgz osmo-hnbgw.build-2026-06-03_13_28_53.tgz osmo-mgw.build-2026-06-03_08_33_11.tgz osmo-msc.build-2026-06-03_13_33_05.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-06-03_07_35_00.tgz osmo-pcu-sysmo.build-2026-06-03_07_37_25.tgz osmo-pcu.build-2026-06-03_07_34_57.tgz osmo-sgsn.build-2026-06-03_20_48_24.tgz osmo-stp.build-2026-06-03_13_23_23.tgz osmo-trx.build-2026-06-03_14_21_57.tgz osmocom-bb.build-2026-06-03_21_17_20.tgz srslte.build-19.tgz trial-8351
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-06-03_13_26_43.md5 osmo-bts-oc2g.build-2026-06-03_00_51_45.md5 osmo-bts-sysmo.build-2026-06-03_00_51_59.md5 osmo-bts.build-2026-06-03_00_52_13.md5 osmo-ggsn.build-2026-06-03_20_42_51.md5 osmo-hlr.build-2026-06-03_16_36_50.md5 osmo-hnbgw.build-2026-06-03_13_28_53.md5 osmo-mgw.build-2026-06-03_08_33_11.md5 osmo-msc.build-2026-06-03_13_33_05.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-06-03_07_35_00.md5 osmo-pcu-sysmo.build-2026-06-03_07_37_25.md5 osmo-pcu.build-2026-06-03_07_34_57.md5 osmo-sgsn.build-2026-06-03_20_48_24.md5 osmo-stp.build-2026-06-03_13_23_23.md5 osmo-trx.build-2026-06-03_14_21_57.md5 osmocom-bb.build-2026-06-03_21_17_20.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-06-03_13_26_43.md5 osmo-bts-oc2g.build-2026-06-03_00_51_45.md5 osmo-bts-sysmo.build-2026-06-03_00_51_59.md5 osmo-bts.build-2026-06-03_00_52_13.md5 osmo-ggsn.build-2026-06-03_20_42_51.md5 osmo-hlr.build-2026-06-03_16_36_50.md5 osmo-hnbgw.build-2026-06-03_13_28_53.md5 osmo-mgw.build-2026-06-03_08_33_11.md5 osmo-msc.build-2026-06-03_13_33_05.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-06-03_07_35_00.md5 osmo-pcu-sysmo.build-2026-06-03_07_37_25.md5 osmo-pcu.build-2026-06-03_07_34_57.md5 osmo-sgsn.build-2026-06-03_20_48_24.md5 osmo-stp.build-2026-06-03_13_23_23.md5 osmo-trx.build-2026-06-03_14_21_57.md5 osmocom-bb.build-2026-06-03_21_17_20.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-8351 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8351'
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-8351
--------------------------------------------------------------------------------------------
22:48:17.818958 tst trial-8351: Detailed log at /build/trial-8351/run.2026-06-03_22-48-17/log
---------------------------------------------------------------------
trial-8351 netreg_mass
---------------------------------------------------------------------
22:48:18.025372 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.025738 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.026507 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.027657 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.068968 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.069821 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.070969 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.133768 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-8351 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.134514 tst register_default_mass.py:9: Claiming resources for the test
22:48:18.149504 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.150030 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.150483 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.150923 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.151346 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.151796 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.152232 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.182611 tst register_default_mass.py: using LAC 2
22:48:18.204131 tst register_default_mass.py: using RAC 2
22:48:18.229876 tst register_default_mass.py: using CellId 2
22:48:18.258322 tst register_default_mass.py: using BVCI 3
22:48:18.271575 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.272252 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.272825 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.273349 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.273857 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.274366 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.274854 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.275363 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.275868 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.276381 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.276880 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.277379 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.277886 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.278423 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.278941 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.279459 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.279987 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.280499 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.281007 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.281532 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.282038 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.282560 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.283089 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.283606 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.284113 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.284639 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.285152 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.285668 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.286193 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.286706 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.287212 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.287739 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.288259 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.288779 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.289310 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.289821 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.290337 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.290859 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.291380 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.291891 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.292389 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.292911 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.293426 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.293934 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.294442 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.294962 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.295470 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.295978 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.296493 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.297001 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.297517 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.298024 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.298530 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.299042 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.299554 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.300060 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.300588 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.301110 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.301621 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.302135 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.302642 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.303151 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.303674 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.304194 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.304699 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.305206 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.305728 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.306244 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.306749 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.307262 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.307781 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.308287 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.308863 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.309381 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.309886 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.310387 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.310900 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.311404 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.311904 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.312414 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.312917 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.313417 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.313913 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.314433 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.314935 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.315435 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.315957 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.316456 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.316955 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.317469 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.317979 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.318480 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.318990 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.319503 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.320006 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.320500 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.321011 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.321512 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.322015 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.322536 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.323036 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.323583 tst register_default_mass.py:21: Launching a simple network
22:48:18.333466 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.451819 run create_hlr_db(pid=20): Launched
22:48:19.466348 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.490105 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.505032 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.510541 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.699735 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.714338 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.719854 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.139406 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.153915 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.168414 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.296279 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:23.310774 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:23.316289 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.338992 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:23.353494 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.358931 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.674664 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.689468 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.716151 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.889364 run osmo-bts-virtual(pid=34): Launched
22:48:30.933046 tst register_default_mass.py: using MSISDN 1001
22:48:30.950770 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.990664 tst register_default_mass.py: using MSISDN 1002
22:48:31.008554 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.039627 tst register_default_mass.py: using MSISDN 1003
22:48:31.054580 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.085353 tst register_default_mass.py: using MSISDN 1004
22:48:31.099998 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.130525 tst register_default_mass.py: using MSISDN 1005
22:48:31.144981 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.175407 tst register_default_mass.py: using MSISDN 1006
22:48:31.189688 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.220238 tst register_default_mass.py: using MSISDN 1007
22:48:31.234674 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.265190 tst register_default_mass.py: using MSISDN 1008
22:48:31.279544 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.310111 tst register_default_mass.py: using MSISDN 1009
22:48:31.324560 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.355119 tst register_default_mass.py: using MSISDN 1010
22:48:31.369611 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.399914 tst register_default_mass.py: using MSISDN 1011
22:48:31.414210 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.444636 tst register_default_mass.py: using MSISDN 1012
22:48:31.458995 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.489832 tst register_default_mass.py: using MSISDN 1013
22:48:31.504463 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.534904 tst register_default_mass.py: using MSISDN 1014
22:48:31.549268 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.580009 tst register_default_mass.py: using MSISDN 1015
22:48:31.593755 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.624318 tst register_default_mass.py: using MSISDN 1016
22:48:31.638702 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.669308 tst register_default_mass.py: using MSISDN 1017
22:48:31.683714 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.714500 tst register_default_mass.py: using MSISDN 1018
22:48:31.728990 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.759514 tst register_default_mass.py: using MSISDN 1019
22:48:31.773856 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.804427 tst register_default_mass.py: using MSISDN 1020
22:48:31.818516 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.848952 tst register_default_mass.py: using MSISDN 1021
22:48:31.863247 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.902699 tst register_default_mass.py: using MSISDN 1022
22:48:31.920416 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.951357 tst register_default_mass.py: using MSISDN 1023
22:48:31.966268 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.997359 tst register_default_mass.py: using MSISDN 1024
22:48:32.012130 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.042865 tst register_default_mass.py: using MSISDN 1025
22:48:32.057262 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.088051 tst register_default_mass.py: using MSISDN 1026
22:48:32.102519 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.133274 tst register_default_mass.py: using MSISDN 1027
22:48:32.147854 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.178750 tst register_default_mass.py: using MSISDN 1028
22:48:32.193389 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.224167 tst register_default_mass.py: using MSISDN 1029
22:48:32.238732 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.269662 tst register_default_mass.py: using MSISDN 1030
22:48:32.283318 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.314331 tst register_default_mass.py: using MSISDN 1031
22:48:32.328867 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.359840 tst register_default_mass.py: using MSISDN 1032
22:48:32.374492 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.405482 tst register_default_mass.py: using MSISDN 1033
22:48:32.420159 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.451134 tst register_default_mass.py: using MSISDN 1034
22:48:32.465814 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.496841 tst register_default_mass.py: using MSISDN 1035
22:48:32.511470 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.551168 tst register_default_mass.py: using MSISDN 1036
22:48:32.568988 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.600285 tst register_default_mass.py: using MSISDN 1037
22:48:32.615456 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.647714 tst register_default_mass.py: using MSISDN 1038
22:48:32.663142 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.694270 tst register_default_mass.py: using MSISDN 1039
22:48:32.709231 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.740390 tst register_default_mass.py: using MSISDN 1040
22:48:32.755202 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.786304 tst register_default_mass.py: using MSISDN 1041
22:48:32.801156 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.832150 tst register_default_mass.py: using MSISDN 1042
22:48:32.846782 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.877557 tst register_default_mass.py: using MSISDN 1043
22:48:32.892112 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.923174 tst register_default_mass.py: using MSISDN 1044
22:48:32.937783 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.968295 tst register_default_mass.py: using MSISDN 1045
22:48:32.982469 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.013570 tst register_default_mass.py: using MSISDN 1046
22:48:33.028182 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:33.059384 tst register_default_mass.py: using MSISDN 1047
22:48:33.074170 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:33.105297 tst register_default_mass.py: using MSISDN 1048
22:48:33.120082 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:33.151097 tst register_default_mass.py: using MSISDN 1049
22:48:33.165641 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.196396 tst register_default_mass.py: using MSISDN 1050
22:48:33.210885 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.241862 tst register_default_mass.py: using MSISDN 1051
22:48:33.256454 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:33.287048 tst register_default_mass.py: using MSISDN 1052
22:48:33.301463 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:33.332263 tst register_default_mass.py: using MSISDN 1053
22:48:33.346809 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:33.377180 tst register_default_mass.py: using MSISDN 1054
22:48:33.391563 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.421903 tst register_default_mass.py: using MSISDN 1055
22:48:33.436314 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.466538 tst register_default_mass.py: using MSISDN 1056
22:48:33.480755 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.511382 tst register_default_mass.py: using MSISDN 1057
22:48:33.525861 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.556187 tst register_default_mass.py: using MSISDN 1058
22:48:33.570613 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.601065 tst register_default_mass.py: using MSISDN 1059
22:48:33.615462 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.646629 tst register_default_mass.py: using MSISDN 1060
22:48:33.661380 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.692466 tst register_default_mass.py: using MSISDN 1061
22:48:33.707216 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.747321 tst register_default_mass.py: using MSISDN 1062
22:48:33.765276 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.796187 tst register_default_mass.py: using MSISDN 1063
22:48:33.811091 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.841886 tst register_default_mass.py: using MSISDN 1064
22:48:33.856532 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.887549 tst register_default_mass.py: using MSISDN 1065
22:48:33.902175 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.941759 tst register_default_mass.py: using MSISDN 1066
22:48:33.959703 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.990513 tst register_default_mass.py: using MSISDN 1067
22:48:34.005421 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:34.036281 tst register_default_mass.py: using MSISDN 1068
22:48:34.050824 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:34.081747 tst register_default_mass.py: using MSISDN 1069
22:48:34.096427 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:34.127544 tst register_default_mass.py: using MSISDN 1070
22:48:34.142143 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:34.173283 tst register_default_mass.py: using MSISDN 1071
22:48:34.188013 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:34.218519 tst register_default_mass.py: using MSISDN 1072
22:48:34.232982 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.263829 tst register_default_mass.py: using MSISDN 1073
22:48:34.278344 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.309284 tst register_default_mass.py: using MSISDN 1074
22:48:34.323949 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.354748 tst register_default_mass.py: using MSISDN 1075
22:48:34.369360 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:34.400022 tst register_default_mass.py: using MSISDN 1076
22:48:34.414532 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.444567 tst register_default_mass.py: using MSISDN 1077
22:48:34.458778 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.488651 tst register_default_mass.py: using MSISDN 1078
22:48:34.502761 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.532436 tst register_default_mass.py: using MSISDN 1079
22:48:34.546417 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.576240 tst register_default_mass.py: using MSISDN 1080
22:48:34.590304 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.620027 tst register_default_mass.py: using MSISDN 1081
22:48:34.634035 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.663832 tst register_default_mass.py: using MSISDN 1082
22:48:34.677858 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.707726 tst register_default_mass.py: using MSISDN 1083
22:48:34.721818 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.751533 tst register_default_mass.py: using MSISDN 1084
22:48:34.765488 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.795205 tst register_default_mass.py: using MSISDN 1085
22:48:34.803220 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.833564 tst register_default_mass.py: using MSISDN 1086
22:48:34.847740 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.877436 tst register_default_mass.py: using MSISDN 1087
22:48:34.891388 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.921144 tst register_default_mass.py: using MSISDN 1088
22:48:34.935131 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.974755 tst register_default_mass.py: using MSISDN 1089
22:48:34.992471 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:35.022286 tst register_default_mass.py: using MSISDN 1090
22:48:35.036676 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:35.066247 tst register_default_mass.py: using MSISDN 1091
22:48:35.080218 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:35.109575 tst register_default_mass.py: using MSISDN 1092
22:48:35.123388 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:35.152747 tst register_default_mass.py: using MSISDN 1093
22:48:35.166490 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:35.196034 tst register_default_mass.py: using MSISDN 1094
22:48:35.209889 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:35.239206 tst register_default_mass.py: using MSISDN 1095
22:48:35.252872 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:35.282336 tst register_default_mass.py: using MSISDN 1096
22:48:35.296230 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:35.325541 tst register_default_mass.py: using MSISDN 1097
22:48:35.339290 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:35.368814 tst register_default_mass.py: using MSISDN 1098
22:48:35.382604 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:35.412017 tst register_default_mass.py: using MSISDN 1099
22:48:35.425868 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.455232 tst register_default_mass.py: using MSISDN 1100
22:48:35.468978 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.560087 run mass: Starting testcase
22:48:35.565591 run mass: Pre-launching all virtphy's
22:48:35.570962 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.583826 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:35.589752 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.602475 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:35.608393 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.621030 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:35.626969 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.639694 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:35.645562 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.658063 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:35.663899 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.676383 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:35.682187 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.694847 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:35.700659 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.713307 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:35.719185 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.731845 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:35.738111 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.751230 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.757466 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.770665 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.776708 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.789813 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.796157 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.809282 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.815455 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.828467 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.834637 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.847636 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.853718 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.866956 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.873046 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.885976 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.892009 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.904974 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.911098 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.924096 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.930157 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.943119 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.949074 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.961817 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.967825 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.980636 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.986599 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.999300 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:36.005214 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:36.017864 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:36.023810 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:36.036535 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:36.042456 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:36.055315 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:36.061234 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:36.074098 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:36.080135 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:36.093014 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:36.099031 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:36.111757 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:36.117582 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:36.130301 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:36.136153 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:36.148804 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:36.154639 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:36.167255 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:36.173054 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:36.185637 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:36.191526 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:36.204122 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:36.209960 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:36.222526 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:36.228321 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:36.240920 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:36.246762 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:36.259365 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:36.265180 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:36.277956 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:36.283824 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:36.296546 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:36.302405 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:36.314986 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:36.320921 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:36.333493 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:36.339404 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:36.352014 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:36.357870 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:36.370484 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:36.376316 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:36.388922 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:36.394744 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.407326 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:36.413164 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.425739 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:36.431589 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.444207 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:36.450002 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.462577 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:36.468417 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.480992 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:36.486858 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.499444 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:36.505395 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.518054 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:36.523938 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.536565 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:36.542376 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.555066 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:36.560860 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.573529 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:36.579395 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.592007 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:36.597805 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.610538 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:36.616397 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.629047 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:36.634927 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.647560 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:36.653409 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.665986 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:36.671805 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.684378 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:36.690216 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.702814 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:36.708664 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.721296 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:36.727168 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.739808 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.745716 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.758424 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.766714 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.779373 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.785189 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.797888 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.803736 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.816491 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.822324 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.834945 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.840753 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.853357 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.859206 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.871793 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.877639 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.890290 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.896182 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.908883 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.914846 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.927522 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.933437 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.946137 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.952076 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.964775 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.970745 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.983791 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.989635 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:37.002406 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:37.008271 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:37.020979 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:37.027014 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:37.039686 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:37.045612 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:37.058282 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:37.064168 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:37.076926 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:37.082795 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:37.095452 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:37.101284 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:37.113931 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:37.119765 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:37.132411 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:37.138290 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:37.150900 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:37.156788 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:37.169435 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:37.175272 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:37.187930 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:37.193778 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:37.206455 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:37.212435 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:37.225133 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:37.231165 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:37.243806 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:37.249708 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:37.262508 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:37.268376 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:37.281151 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:37.287031 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:37.299702 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:37.305514 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:37.318209 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:37.324048 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:37.336753 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:37.342702 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:37.355478 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:37.361430 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:37.374158 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:37.380017 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:37.392736 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:37.398597 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.411357 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:37.417295 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.430018 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:37.435938 run mass: Checking if sockets are in the filesystem
22:48:37.468271 run osmo-ms-mob/00000: Starting mobile
22:48:37.481162 run osmo-ms-mob/00000(pid=135): Launched
22:48:37.493355 run mass: MS start registered {at=1437845.787181342, delay=0.006221262039616704, ms=00000}
22:48:41.683853 run osmo-ms-mob/00001: Starting mobile
22:48:41.700861 run osmo-ms-mob/00001(pid=136): Launched
22:48:41.711545 run mass: MS start registered {at=1437850.005370226, delay=0.004457687959074974, ms=00001}
22:48:42.718414 run mass: MS performed LU {at=1437851.012123381, lu_delay=5.22494203899987, ms=00000}
22:48:43.451623 run osmo-ms-mob/00002: Starting mobile
22:48:43.464422 run osmo-ms-mob/00002(pid=137): Launched
22:48:43.474861 run mass: MS start registered {at=1437851.768684844, delay=0.0044515489134937525, ms=00002}
22:48:44.782915 run osmo-ms-mob/00003: Starting mobile
22:48:44.799680 run osmo-ms-mob/00003(pid=138): Launched
22:48:44.810470 run mass: MS start registered {at=1437853.104290194, delay=0.004816400120034814, ms=00003}
22:48:45.874028 run osmo-ms-mob/00004: Starting mobile
22:48:45.890041 run osmo-ms-mob/00004(pid=139): Launched
22:48:45.900671 run mass: MS start registered {at=1437854.194498612, delay=0.004743488971143961, ms=00004}
22:48:46.483998 run mass: MS performed LU {at=1437854.777717047, lu_delay=4.772346820915118, ms=00001}
22:48:46.851193 run osmo-ms-mob/00005: Starting mobile
22:48:46.864241 run osmo-ms-mob/00005(pid=140): Launched
22:48:46.874761 run mass: MS start registered {at=1437855.168587542, delay=0.004648071015253663, ms=00005}
22:48:47.751680 run osmo-ms-mob/00006: Starting mobile
22:48:47.764419 run osmo-ms-mob/00006(pid=141): Launched
22:48:47.774890 run mass: MS start registered {at=1437856.068716698, delay=0.004509999183937907, ms=00006}
22:48:48.385847 run mass: MS performed LU {at=1437856.679558294, lu_delay=4.910873449873179, ms=00002}
22:48:48.682547 run osmo-ms-mob/00007: Starting mobile
22:48:48.699358 run osmo-ms-mob/00007(pid=142): Launched
22:48:48.709824 run mass: MS start registered {at=1437857.003650592, delay=0.0045153070241212845, ms=00007}
22:48:49.452106 run osmo-ms-mob/00008: Starting mobile
22:48:49.464928 run osmo-ms-mob/00008(pid=143): Launched
22:48:49.475655 run mass: MS start registered {at=1437857.769481967, delay=0.0045114969834685326, ms=00008}
22:48:50.183173 run osmo-ms-mob/00009: Starting mobile
22:48:50.199861 run osmo-ms-mob/00009(pid=144): Launched
22:48:50.210778 run mass: MS start registered {at=1437858.50460589, delay=0.004703687969595194, ms=00009}
22:48:50.250129 run mass: MS performed LU {at=1437858.543851039, lu_delay=5.439560844795778, ms=00003}
22:48:50.883738 run osmo-ms-mob/00010: Starting mobile
22:48:50.900333 run osmo-ms-mob/00010(pid=145): Launched
22:48:50.911272 run mass: MS start registered {at=1437859.205098329, delay=0.004978429060429335, ms=00010}
22:48:51.491396 run osmo-ms-mob/00011: Starting mobile
22:48:51.508579 run osmo-ms-mob/00011(pid=146): Launched
22:48:51.520027 run mass: MS start registered {at=1437859.813849641, delay=0.005533098941668868, ms=00011}
22:48:52.082519 run osmo-ms-mob/00012: Starting mobile
22:48:52.099706 run osmo-ms-mob/00012(pid=147): Launched
22:48:52.110705 run mass: MS start registered {at=1437860.404531911, delay=0.004885733127593994, ms=00012}
22:48:52.150732 run mass: MS performed LU {at=1437860.444477835, lu_delay=5.2758902930654585, ms=00005}
22:48:52.178264 run mass: MS performed LU {at=1437860.471983399, lu_delay=6.277484786929563, ms=00004}
22:48:52.682480 run osmo-ms-mob/00013: Starting mobile
22:48:52.699196 run osmo-ms-mob/00013(pid=148): Launched
22:48:52.709878 run mass: MS start registered {at=1437861.00370824, delay=0.004769505001604557, ms=00013}
22:48:53.252160 run osmo-ms-mob/00014: Starting mobile
22:48:53.265130 run osmo-ms-mob/00014(pid=149): Launched
22:48:53.276018 run mass: MS start registered {at=1437861.569845937, delay=0.004939876031130552, ms=00014}
22:48:53.851987 run osmo-ms-mob/00015: Starting mobile
22:48:53.864990 run osmo-ms-mob/00015(pid=150): Launched
22:48:53.875648 run mass: MS start registered {at=1437862.169475651, delay=0.004731730092316866, ms=00015}
22:48:54.015678 run mass: MS performed LU {at=1437862.309397275, lu_delay=5.3057466831523925, ms=00007}
22:48:54.080260 run mass: MS performed LU {at=1437862.373977461, lu_delay=6.305260762805119, ms=00006}
22:48:54.398472 run osmo-ms-mob/00016: Starting mobile
22:48:54.416424 run osmo-ms-mob/00016(pid=151): Launched
22:48:54.422454 run mass: MS performed LU {at=1437862.716289274, lu_delay=4.9468073069583625, ms=00008}
22:48:54.428319 run mass: MS start registered {at=1437862.722161197, delay=0.00588982505723834, ms=00016}
22:48:54.864612 run osmo-ms-mob/00017: Starting mobile
22:48:54.878350 run osmo-ms-mob/00017(pid=152): Launched
22:48:54.889455 run mass: MS start registered {at=1437863.183281798, delay=0.004864722024649382, ms=00017}
22:48:55.483365 run osmo-ms-mob/00018: Starting mobile
22:48:55.500005 run osmo-ms-mob/00018(pid=153): Launched
22:48:55.510809 run mass: MS start registered {at=1437863.804638216, delay=0.004911275114864111, ms=00018}
22:48:55.880899 run osmo-ms-mob/00019: Starting mobile
22:48:55.897397 run osmo-ms-mob/00019(pid=154): Launched
22:48:55.908091 run mass: MS start registered {at=1437864.201916775, delay=0.004777034977450967, ms=00019}
22:48:55.915886 run mass: MS performed LU {at=1437864.209700627, lu_delay=5.705094737000763, ms=00009}
22:48:55.943590 run mass: MS performed LU {at=1437864.237333917, lu_delay=5.032235587947071, ms=00010}
22:48:56.381334 run osmo-ms-mob/00020: Starting mobile
22:48:56.398311 run osmo-ms-mob/00020(pid=155): Launched
22:48:56.409108 run mass: MS start registered {at=1437864.702937513, delay=0.004890526877716184, ms=00020}
22:48:56.862364 run osmo-ms-mob/00021: Starting mobile
22:48:56.875649 run osmo-ms-mob/00021(pid=156): Launched
22:48:56.886968 run mass: MS start registered {at=1437865.180792542, delay=0.005409313831478357, ms=00021}
22:48:57.262872 run osmo-ms-mob/00022: Starting mobile
22:48:57.276996 run osmo-ms-mob/00022(pid=157): Launched
22:48:57.288579 run mass: MS start registered {at=1437865.582405276, delay=0.005400512833148241, ms=00022}
22:48:57.752488 run osmo-ms-mob/00023: Starting mobile
22:48:57.765438 run osmo-ms-mob/00023(pid=158): Launched
22:48:57.776213 run mass: MS start registered {at=1437866.070039897, delay=0.004829945974051952, ms=00023}
22:48:57.782317 run mass: MS performed LU {at=1437866.076150762, lu_delay=6.262301120907068, ms=00011}
22:48:57.846287 run mass: MS performed LU {at=1437866.139982963, lu_delay=5.735451051965356, ms=00012}
22:48:57.915462 run mass: MS performed LU {at=1437866.209189709, lu_delay=5.205481468932703, ms=00013}
22:48:57.944081 run osmo-ms-mob/00024: Starting mobile
22:48:57.956908 run osmo-ms-mob/00024(pid=159): Launched
22:48:57.967660 run mass: MS start registered {at=1437866.261489433, delay=0.004708463093265891, ms=00024}
22:48:58.169364 run mass: MS performed LU {at=1437866.463088771, lu_delay=4.89324283413589, ms=00014}
22:48:58.665727 run osmo-ms-mob/00025: Starting mobile
22:48:58.679678 run osmo-ms-mob/00025(pid=160): Launched
22:48:58.690560 run mass: MS start registered {at=1437866.984389837, delay=0.0048687399830669165, ms=00025}
22:48:59.075140 run osmo-ms-mob/00026: Starting mobile
22:48:59.091377 run osmo-ms-mob/00026(pid=161): Launched
22:48:59.102558 run mass: MS start registered {at=1437867.396383602, delay=0.00518806092441082, ms=00026}
22:48:59.475993 run osmo-ms-mob/00027: Starting mobile
22:48:59.492179 run osmo-ms-mob/00027(pid=162): Launched
22:48:59.502828 run mass: MS start registered {at=1437867.796658284, delay=0.004667582921683788, ms=00027}
22:48:59.599870 run mass: MS performed LU {at=1437867.893598187, lu_delay=5.724122535903007, ms=00015}
22:48:59.683113 run mass: MS performed LU {at=1437867.976845525, lu_delay=5.254684327868745, ms=00016}
22:48:59.709164 run mass: MS performed LU {at=1437868.002984654, lu_delay=4.819702856009826, ms=00017}
22:48:59.721506 run osmo-ms-mob/00028: Starting mobile
22:48:59.734395 run osmo-ms-mob/00028(pid=163): Launched
22:48:59.744959 run mass: MS start registered {at=1437868.038788732, delay=0.004594623809680343, ms=00028}
22:49:00.274994 run osmo-ms-mob/00029: Starting mobile
22:49:00.288753 run osmo-ms-mob/00029(pid=164): Launched
22:49:00.299574 run mass: MS start registered {at=1437868.59339525, delay=0.0047868608962744474, ms=00029}
22:49:00.665591 run osmo-ms-mob/00030: Starting mobile
22:49:00.679494 run osmo-ms-mob/00030(pid=165): Launched
22:49:00.690191 run mass: MS start registered {at=1437868.983996006, delay=0.004724313970655203, ms=00030}
22:49:01.091480 run osmo-ms-mob/00031: Starting mobile
22:49:01.107446 run osmo-ms-mob/00031(pid=166): Launched
22:49:01.118174 run mass: MS start registered {at=1437869.411997861, delay=0.004759134026244283, ms=00031}
22:49:01.352221 run osmo-ms-mob/00032: Starting mobile
22:49:01.365095 run osmo-ms-mob/00032(pid=167): Launched
22:49:01.375928 run mass: MS start registered {at=1437869.669753223, delay=0.004732816014438868, ms=00032}
22:49:01.546814 run mass: MS performed LU {at=1437869.840543567, lu_delay=6.035905350930989, ms=00018}
22:49:01.612062 run mass: MS performed LU {at=1437869.905790116, lu_delay=5.202852603048086, ms=00020}
22:49:01.627284 run osmo-ms-mob/00033: Starting mobile
22:49:01.640138 run osmo-ms-mob/00033(pid=168): Launched
22:49:01.650825 run mass: MS start registered {at=1437869.94465614, delay=0.004711821908131242, ms=00033}
22:49:01.681170 run mass: MS performed LU {at=1437869.974911083, lu_delay=4.794118541060016, ms=00021}
22:49:01.698370 run mass: MS performed LU {at=1437869.992192469, lu_delay=5.7902756941039115, ms=00019}
22:49:02.174290 run osmo-ms-mob/00034: Starting mobile
22:49:02.190075 run osmo-ms-mob/00034(pid=169): Launched
22:49:02.200930 run mass: MS start registered {at=1437870.494758852, delay=0.004926850087940693, ms=00034}
22:49:02.464411 run osmo-ms-mob/00035: Starting mobile
22:49:02.477864 run osmo-ms-mob/00035(pid=170): Launched
22:49:02.488802 run mass: MS start registered {at=1437870.782622025, delay=0.00501663819886744, ms=00035}
22:49:02.863795 run osmo-ms-mob/00036: Starting mobile
22:49:02.877683 run osmo-ms-mob/00036(pid=171): Launched
22:49:02.888653 run mass: MS start registered {at=1437871.182477718, delay=0.005062547046691179, ms=00036}
22:49:03.282845 run osmo-ms-mob/00037: Starting mobile
22:49:03.299586 run osmo-ms-mob/00037(pid=172): Launched
22:49:03.310189 run mass: MS start registered {at=1437871.604019208, delay=0.004592305049300194, ms=00037}
22:49:03.365076 run mass: MS performed LU {at=1437871.658815981, lu_delay=4.674426143988967, ms=00025}
22:49:03.448667 run mass: MS performed LU {at=1437871.742394721, lu_delay=6.159989445004612, ms=00022}
22:49:03.504220 run osmo-ms-mob/00038: Starting mobile
22:49:03.519355 run osmo-ms-mob/00038(pid=173): Launched
22:49:03.525362 run mass: MS performed LU {at=1437871.819200064, lu_delay=5.557710631052032, ms=00024}
22:49:03.531267 run mass: MS start registered {at=1437871.825108331, delay=0.005924271885305643, ms=00038}
22:49:03.620711 run mass: MS performed LU {at=1437871.914436873, lu_delay=5.844396976055577, ms=00023}
22:49:03.649112 run osmo-ms-mob/00039: Starting mobile
22:49:03.661869 run osmo-ms-mob/00039(pid=174): Launched
22:49:03.672660 run mass: MS start registered {at=1437871.966489519, delay=0.004880731925368309, ms=00039}
22:49:04.252855 run osmo-ms-mob/00040: Starting mobile
22:49:04.265748 run osmo-ms-mob/00040(pid=175): Launched
22:49:04.276816 run mass: MS start registered {at=1437872.570643555, delay=0.004907348891720176, ms=00040}
22:49:04.564838 run osmo-ms-mob/00041: Starting mobile
22:49:04.578709 run osmo-ms-mob/00041(pid=176): Launched
22:49:04.589453 run mass: MS start registered {at=1437872.883281624, delay=0.0040475488640367985, ms=00041}
22:49:04.851410 run osmo-ms-mob/00042: Starting mobile
22:49:04.864300 run osmo-ms-mob/00042(pid=177): Launched
22:49:04.875066 run mass: MS start registered {at=1437873.168894102, delay=0.004787323996424675, ms=00042}
22:49:05.212143 run mass: MS performed LU {at=1437873.505873672, lu_delay=6.109490070026368, ms=00026}
22:49:05.235005 run osmo-ms-mob/00043: Starting mobile
22:49:05.249028 run osmo-ms-mob/00043(pid=178): Launched
22:49:05.255310 run mass: MS performed LU {at=1437873.549144588, lu_delay=4.565148581983522, ms=00030}
22:49:05.261288 run mass: MS start registered {at=1437873.555131004, delay=0.0060055588837713, ms=00043}
22:49:05.377396 run mass: MS performed LU {at=1437873.671122474, lu_delay=5.874464189866558, ms=00027}
22:49:05.392977 run osmo-ms-mob/00044: Starting mobile
22:49:05.406174 run osmo-ms-mob/00044(pid=179): Launched
22:49:05.416933 run mass: MS start registered {at=1437873.710757035, delay=0.004740420961752534, ms=00044}
22:49:05.521365 run mass: MS performed LU {at=1437873.815091733, lu_delay=5.221696482971311, ms=00029}
22:49:05.876371 run osmo-ms-mob/00045: Starting mobile
22:49:05.892589 run osmo-ms-mob/00045(pid=180): Launched
22:49:05.903261 run mass: MS start registered {at=1437874.197089811, delay=0.004640322178602219, ms=00045}
22:49:06.151947 run osmo-ms-mob/00046: Starting mobile
22:49:06.165200 run osmo-ms-mob/00046(pid=181): Launched
22:49:06.175927 run mass: MS start registered {at=1437874.469753309, delay=0.004541710950434208, ms=00046}
22:49:06.272475 run mass: MS performed LU {at=1437874.566202225, lu_delay=6.527413493022323, ms=00028}
22:49:06.451964 run osmo-ms-mob/00047: Starting mobile
22:49:06.465263 run osmo-ms-mob/00047(pid=182): Launched
22:49:06.476143 run mass: MS start registered {at=1437874.769971238, delay=0.004815999884158373, ms=00047}
22:49:06.751683 run osmo-ms-mob/00048: Starting mobile
22:49:06.764674 run osmo-ms-mob/00048(pid=183): Launched
22:49:06.776117 run mass: MS start registered {at=1437875.069944761, delay=0.005109017016366124, ms=00048}
22:49:07.052306 run osmo-ms-mob/00049: Starting mobile
22:49:07.065298 run osmo-ms-mob/00049(pid=184): Launched
22:49:07.076018 run mass: MS start registered {at=1437875.369846738, delay=0.004815320018678904, ms=00049}
22:49:07.130869 run mass: MS performed LU {at=1437875.424588343, lu_delay=5.4799322029575706, ms=00033}
22:49:07.151454 run mass: MS performed LU {at=1437875.445292814, lu_delay=4.662670788820833, ms=00035}
22:49:07.162332 run osmo-ms-mob/00050: Starting mobile
22:49:07.175655 run osmo-ms-mob/00050(pid=185): Launched
22:49:07.185228 run mass: MS performed LU {at=1437875.47905525, lu_delay=4.984296398004517, ms=00034}
22:49:07.191220 run mass: MS start registered {at=1437875.485062343, delay=0.009233498014509678, ms=00050}
22:49:07.440487 run mass: MS performed LU {at=1437875.734213297, lu_delay=6.0644600740633905, ms=00032}
22:49:07.764550 run osmo-ms-mob/00051: Starting mobile
22:49:07.778341 run osmo-ms-mob/00051(pid=186): Launched
22:49:07.789358 run mass: MS start registered {at=1437876.083186772, delay=0.004958665929734707, ms=00051}
22:49:08.036037 run mass: MS performed LU {at=1437876.329740498, lu_delay=6.917742636986077, ms=00031}
22:49:08.066968 run osmo-ms-mob/00052: Starting mobile
22:49:08.080057 run osmo-ms-mob/00052(pid=187): Launched
22:49:08.093474 run mass: MS start registered {at=1437876.387295406, delay=0.007339493138715625, ms=00052}
22:49:08.281755 run mass: MS performed LU {at=1437876.575475842, lu_delay=4.971456633880734, ms=00037}
22:49:08.311672 run osmo-ms-mob/00053: Starting mobile
22:49:08.324631 run osmo-ms-mob/00053(pid=188): Launched
22:49:08.335691 run mass: MS start registered {at=1437876.629518484, delay=0.004832485923543572, ms=00053}
22:49:08.685931 run osmo-ms-mob/00054: Starting mobile
22:49:08.702053 run osmo-ms-mob/00054(pid=189): Launched
22:49:08.712835 run mass: MS start registered {at=1437877.006663728, delay=0.004848638083785772, ms=00054}
22:49:08.964519 run osmo-ms-mob/00055: Starting mobile
22:49:08.978399 run osmo-ms-mob/00055(pid=190): Launched
22:49:08.989322 run mass: MS start registered {at=1437877.28314531, delay=0.0048567079938948154, ms=00055}
22:49:09.052252 run mass: MS performed LU {at=1437877.345983279, lu_delay=6.163505560951307, ms=00036}
22:49:09.143779 run mass: MS performed LU {at=1437877.437473974, lu_delay=4.86683041905053, ms=00040}
22:49:09.174923 run osmo-ms-mob/00056: Starting mobile
22:49:09.188005 run osmo-ms-mob/00056(pid=191): Launched
22:49:09.198761 run mass: MS start registered {at=1437877.492589335, delay=0.004798355046659708, ms=00056}
22:49:09.333042 run mass: MS performed LU {at=1437877.626769247, lu_delay=4.743487623054534, ms=00041}
22:49:09.342423 run mass: MS performed LU {at=1437877.636265503, lu_delay=5.669775984017178, ms=00039}
22:49:09.353145 run osmo-ms-mob/00057: Starting mobile
22:49:09.366377 run osmo-ms-mob/00057(pid=192): Launched
22:49:09.377112 run mass: MS start registered {at=1437877.670942352, delay=0.004776516929268837, ms=00057}
22:49:09.966255 run osmo-ms-mob/00058: Starting mobile
22:49:09.980684 run osmo-ms-mob/00058(pid=193): Launched
22:49:09.991878 run mass: MS start registered {at=1437878.285683458, delay=0.004982982994988561, ms=00058}
22:49:10.164856 run mass: MS performed LU {at=1437878.458583396, lu_delay=3.68861215794459, ms=00047}
22:49:10.195163 run osmo-ms-mob/00059: Starting mobile
22:49:10.208272 run osmo-ms-mob/00059(pid=194): Launched
22:49:10.219147 run mass: MS start registered {at=1437878.512975892, delay=0.004616954131051898, ms=00059}
22:49:10.565351 run osmo-ms-mob/00060: Starting mobile
22:49:10.578909 run osmo-ms-mob/00060(pid=195): Launched
22:49:10.589828 run mass: MS start registered {at=1437878.883656048, delay=0.004728506086394191, ms=00060}
22:49:10.897377 run mass: MS performed LU {at=1437879.191103135, lu_delay=4.721349826082587, ms=00046}
22:49:10.927613 run osmo-ms-mob/00061: Starting mobile
22:49:10.940713 run osmo-ms-mob/00061(pid=196): Launched
22:49:10.946885 run mass: MS performed LU {at=1437879.240720726, lu_delay=5.043630914995447, ms=00045}
22:49:10.952827 run mass: MS start registered {at=1437879.246668995, delay=0.005965819815173745, ms=00061}
22:49:11.206486 run mass: MS performed LU {at=1437879.500217545, lu_delay=5.945086541119963, ms=00043}
22:49:11.234627 run osmo-ms-mob/00062: Starting mobile
22:49:11.247614 run osmo-ms-mob/00062(pid=197): Launched
22:49:11.258474 run mass: MS start registered {at=1437879.55230463, delay=0.004945490043610334, ms=00062}
22:49:11.591763 run osmo-ms-mob/00063: Starting mobile
22:49:11.608380 run osmo-ms-mob/00063(pid=198): Launched
22:49:11.619228 run mass: MS start registered {at=1437879.913053301, delay=0.004685526015236974, ms=00063}
22:49:11.968628 run osmo-ms-mob/00064: Starting mobile
22:49:11.982526 run osmo-ms-mob/00064(pid=199): Launched
22:49:11.988683 run mass: MS performed LU {at=1437880.282516176, lu_delay=7.113622074015439, ms=00042}
22:49:11.994782 run mass: MS start registered {at=1437880.288621727, delay=0.006125196814537048, ms=00064}
22:49:12.022480 run mass: MS performed LU {at=1437880.316252266, lu_delay=3.928956859977916, ms=00052}
22:49:12.041893 run mass: MS performed LU {at=1437880.335643749, lu_delay=3.7061252649873495, ms=00053}
22:49:12.064005 run osmo-ms-mob/00065: Starting mobile
22:49:12.077355 run osmo-ms-mob/00065(pid=200): Launched
22:49:12.088260 run mass: MS start registered {at=1437880.382084739, delay=0.004653490846976638, ms=00065}
22:49:12.693549 run osmo-ms-mob/00066: Starting mobile
22:49:12.716247 run osmo-ms-mob/00066(pid=201): Launched
22:49:12.727216 run mass: MS start registered {at=1437881.021044161, delay=0.004747689003124833, ms=00066}
22:49:12.817476 run mass: MS performed LU {at=1437881.111206323, lu_delay=5.741359584964812, ms=00049}
22:49:12.843414 run mass: MS performed LU {at=1437881.137227681, lu_delay=6.0672829200048, ms=00048}
22:49:12.862045 run mass: MS performed LU {at=1437881.155839626, lu_delay=5.6707772829104215, ms=00050}
22:49:12.887764 run osmo-ms-mob/00067: Starting mobile
22:49:12.900859 run osmo-ms-mob/00067(pid=202): Launched
22:49:12.911772 run mass: MS start registered {at=1437881.205597846, delay=0.004879863001406193, ms=00067}
22:49:13.108038 run mass: MS performed LU {at=1437881.401764114, lu_delay=5.318577341968194, ms=00051}
22:49:13.358981 run osmo-ms-mob/00068: Starting mobile
22:49:13.372958 run osmo-ms-mob/00068(pid=203): Launched
22:49:13.385039 run mass: MS start registered {at=1437881.678870003, delay=0.005825788015499711, ms=00068}
22:49:13.766981 run osmo-ms-mob/00069: Starting mobile
22:49:13.780876 run osmo-ms-mob/00069(pid=204): Launched
22:49:13.792333 run mass: MS start registered {at=1437882.086160568, delay=0.005035158945247531, ms=00069}
22:49:13.901904 run mass: MS performed LU {at=1437882.195616925, lu_delay=4.524674572981894, ms=00057}
22:49:13.925737 run mass: MS performed LU {at=1437882.219574848, lu_delay=4.726985512999818, ms=00056}
22:49:14.165424 run osmo-ms-mob/00070: Starting mobile
22:49:14.178945 run osmo-ms-mob/00070(pid=205): Launched
22:49:14.191052 run mass: MS start registered {at=1437882.484879039, delay=0.005849361885339022, ms=00070}
22:49:14.573912 run osmo-ms-mob/00071: Starting mobile
22:49:14.590506 run osmo-ms-mob/00071(pid=206): Launched
22:49:14.602658 run mass: MS start registered {at=1437882.896482079, delay=0.006157339084893465, ms=00071}
22:49:14.663398 run mass: MS performed LU {at=1437882.957037347, lu_delay=5.673892037011683, ms=00055}
22:49:14.736919 run mass: MS performed LU {at=1437883.030637287, lu_delay=4.74495382909663, ms=00058}
22:49:14.983473 run osmo-ms-mob/00072: Starting mobile
22:49:14.998785 run osmo-ms-mob/00072(pid=207): Launched
22:49:15.009943 run mass: MS start registered {at=1437883.303770228, delay=0.005135637009516358, ms=00072}
22:49:15.386767 run osmo-ms-mob/00073: Starting mobile
22:49:15.403655 run osmo-ms-mob/00073(pid=208): Launched
22:49:15.416994 run mass: MS start registered {at=1437883.710818601, delay=0.006889541167765856, ms=00073}
22:49:15.668754 run mass: MS performed LU {at=1437883.962475893, lu_delay=5.449500001035631, ms=00059}
22:49:15.697343 run osmo-ms-mob/00074: Starting mobile
22:49:15.710815 run osmo-ms-mob/00074(pid=209): Launched
22:49:15.723260 run mass: MS start registered {at=1437884.017082331, delay=0.00614556111395359, ms=00074}
22:49:15.802702 run mass: MS performed LU {at=1437884.096415563, lu_delay=3.7143308240920305, ms=00065}
22:49:16.199787 run osmo-ms-mob/00075: Starting mobile
22:49:16.216162 run osmo-ms-mob/00075(pid=210): Launched
22:49:16.227403 run mass: MS start registered {at=1437884.521228023, delay=0.005065858131274581, ms=00075}
22:49:16.526993 run mass: MS performed LU {at=1437884.82071697, lu_delay=4.532095242990181, ms=00064}
22:49:16.629058 run mass: MS performed LU {at=1437884.922791752, lu_delay=5.0097384511027485, ms=00063}
22:49:16.672776 run osmo-ms-mob/00076: Starting mobile
22:49:16.686932 run osmo-ms-mob/00076(pid=211): Launched
22:49:16.692833 run mass: MS performed LU {at=1437884.98666991, lu_delay=5.434365279972553, ms=00062}
22:49:16.698533 run mass: MS start registered {at=1437884.992375968, delay=0.005722773028537631, ms=00076}
22:49:16.820287 run mass: MS performed LU {at=1437885.114012671, lu_delay=5.867343676043674, ms=00061}
22:49:16.873333 run mass: MS performed LU {at=1437885.167076598, lu_delay=6.283420549938455, ms=00060}
22:49:16.897454 run osmo-ms-mob/00077: Starting mobile
22:49:16.910566 run osmo-ms-mob/00077(pid=212): Launched
22:49:16.921749 run mass: MS start registered {at=1437885.215577569, delay=0.005295104114338756, ms=00077}
22:49:17.565447 run osmo-ms-mob/00078: Starting mobile
22:49:17.579415 run osmo-ms-mob/00078(pid=213): Launched
22:49:17.590486 run mass: MS start registered {at=1437885.88431368, delay=0.0051412261091172695, ms=00078}
22:49:17.951800 run osmo-ms-mob/00079: Starting mobile
22:49:17.964837 run osmo-ms-mob/00079(pid=214): Launched
22:49:17.976066 run mass: MS start registered {at=1437886.269883415, delay=0.005178709980100393, ms=00079}
22:49:18.392417 run mass: MS performed LU {at=1437886.686140797, lu_delay=4.599980229046196, ms=00069}
22:49:18.436538 run osmo-ms-mob/00080: Starting mobile
22:49:18.452692 run osmo-ms-mob/00080(pid=215): Launched
22:49:18.458633 run mass: MS performed LU {at=1437886.75246933, lu_delay=5.731425169156864, ms=00066}
22:49:18.464324 run mass: MS start registered {at=1437886.75816719, delay=0.005715498002246022, ms=00080}
22:49:18.492443 run mass: MS performed LU {at=1437886.786219377, lu_delay=5.107349374098703, ms=00068}
22:49:18.719956 run mass: MS performed LU {at=1437887.013686922, lu_delay=5.808089075842872, ms=00067}
22:49:18.744627 run mass: MS performed LU {at=1437887.038464566, lu_delay=4.553585526999086, ms=00070}
22:49:18.755551 run osmo-ms-mob/00081: Starting mobile
22:49:18.768565 run osmo-ms-mob/00081(pid=216): Launched
22:49:18.779476 run mass: MS start registered {at=1437887.073308558, delay=0.004990732064470649, ms=00081}
22:49:19.358349 run osmo-ms-mob/00082: Starting mobile
22:49:19.372377 run osmo-ms-mob/00082(pid=217): Launched
22:49:19.383236 run mass: MS start registered {at=1437887.677065079, delay=0.004911529133096337, ms=00082}
22:49:19.976519 run osmo-ms-mob/00083: Starting mobile
22:49:19.989387 run osmo-ms-mob/00083(pid=218): Launched
22:49:20.000361 run mass: MS start registered {at=1437888.29418959, delay=0.004990550922229886, ms=00083}
22:49:20.293547 run mass: MS performed LU {at=1437888.587271403, lu_delay=5.283501174999401, ms=00072}
22:49:20.394966 run mass: MS performed LU {at=1437888.688692882, lu_delay=4.671610550954938, ms=00074}
22:49:20.437431 run osmo-ms-mob/00084: Starting mobile
22:49:20.453590 run osmo-ms-mob/00084(pid=219): Launched
22:49:20.459526 run mass: MS performed LU {at=1437888.753363931, lu_delay=5.042545330012217, ms=00073}
22:49:20.465256 run mass: MS start registered {at=1437888.75909921, delay=0.0057506009470671415, ms=00084}
22:49:20.584724 run mass: MS performed LU {at=1437888.878448661, lu_delay=5.981966581894085, ms=00071}
22:49:20.992137 run osmo-ms-mob/00085: Starting mobile
22:49:21.008911 run osmo-ms-mob/00085(pid=220): Launched
22:49:21.019901 run mass: MS start registered {at=1437889.313725278, delay=0.004888625117018819, ms=00085}
22:49:21.565311 run osmo-ms-mob/00086: Starting mobile
22:49:21.579277 run osmo-ms-mob/00086(pid=221): Launched
22:49:21.590246 run mass: MS start registered {at=1437889.884074544, delay=0.0050026350654661655, ms=00086}
22:49:22.182279 run osmo-ms-mob/00087: Starting mobile
22:49:22.200034 run osmo-ms-mob/00087(pid=222): Launched
22:49:22.211041 run mass: MS start registered {at=1437890.504869507, delay=0.004980559926480055, ms=00087}
22:49:22.258954 run mass: MS performed LU {at=1437890.552676238, lu_delay=4.668362557888031, ms=00078}
22:49:22.306076 run mass: MS performed LU {at=1437890.599801017, lu_delay=5.607425048947334, ms=00076}
22:49:22.393176 run mass: MS performed LU {at=1437890.686902181, lu_delay=5.471324611920863, ms=00077}
22:49:22.430274 run mass: MS performed LU {at=1437890.723999841, lu_delay=6.202771817799658, ms=00075}
22:49:22.783535 run osmo-ms-mob/00088: Starting mobile
22:49:22.800465 run osmo-ms-mob/00088(pid=223): Launched
22:49:22.811360 run mass: MS start registered {at=1437891.10518785, delay=0.004979540128260851, ms=00088}
22:49:23.352224 run osmo-ms-mob/00089: Starting mobile
22:49:23.365548 run osmo-ms-mob/00089(pid=224): Launched
22:49:23.376545 run mass: MS start registered {at=1437891.67037133, delay=0.004774291999638081, ms=00089}
22:49:23.983765 run osmo-ms-mob/00090: Starting mobile
22:49:24.000645 run osmo-ms-mob/00090(pid=225): Launched
22:49:24.011434 run mass: MS start registered {at=1437892.305261932, delay=0.004788423189893365, ms=00090}
22:49:24.058658 run mass: MS performed LU {at=1437892.352382852, lu_delay=4.67531777289696, ms=00082}
22:49:24.160674 run mass: MS performed LU {at=1437892.454401686, lu_delay=5.381093128118664, ms=00081}
22:49:24.206796 run mass: MS performed LU {at=1437892.500520916, lu_delay=5.742353725945577, ms=00080}
22:49:24.332262 run mass: MS performed LU {at=1437892.625985582, lu_delay=6.356102166930214, ms=00079}
22:49:24.651742 run osmo-ms-mob/00091: Starting mobile
22:49:24.664808 run osmo-ms-mob/00091(pid=226): Launched
22:49:24.675634 run mass: MS start registered {at=1437892.96946356, delay=0.004846119089052081, ms=00091}
22:49:25.364951 run osmo-ms-mob/00092: Starting mobile
22:49:25.378767 run osmo-ms-mob/00092(pid=227): Launched
22:49:25.389743 run mass: MS start registered {at=1437893.683569599, delay=0.0048838269431144, ms=00092}
22:49:26.025595 run mass: MS performed LU {at=1437894.319330296, lu_delay=5.005605017999187, ms=00085}
22:49:26.071716 run mass: MS performed LU {at=1437894.365441052, lu_delay=5.606341842096299, ms=00084}
22:49:26.114484 run osmo-ms-mob/00093: Starting mobile
22:49:26.129964 run osmo-ms-mob/00093(pid=228): Launched
22:49:26.140849 run mass: MS start registered {at=1437894.434682483, delay=0.004967358196154237, ms=00093}
22:49:26.157999 run mass: MS performed LU {at=1437894.451813609, lu_delay=6.157624019077048, ms=00083}
22:49:26.195932 run mass: MS performed LU {at=1437894.489674535, lu_delay=22.664566204184666, ms=00038}
22:49:26.470355 run mass: MS performed LU {at=1437894.763985985, lu_delay=4.879911440890282, ms=00086}
22:49:27.063727 run osmo-ms-mob/00094: Starting mobile
22:49:27.077611 run osmo-ms-mob/00094(pid=229): Launched
22:49:27.088522 run mass: MS start registered {at=1437895.382351254, delay=0.004903294146060944, ms=00094}
22:49:27.825093 run mass: MS performed LU {at=1437896.118817576, lu_delay=5.01362972590141, ms=00088}
22:49:27.926886 run mass: MS performed LU {at=1437896.220622747, lu_delay=4.550251416862011, ms=00089}
22:49:27.969303 run osmo-ms-mob/00095: Starting mobile
22:49:27.985360 run osmo-ms-mob/00095(pid=230): Launched
22:49:27.991317 run mass: MS performed LU {at=1437896.285154266, lu_delay=5.780284759122878, ms=00087}
22:49:27.997015 run mass: MS start registered {at=1437896.290858073, delay=0.0057196218986064196, ms=00095}
22:49:28.098014 run mass: MS performed LU {at=1437896.391748659, lu_delay=22.680991624016315, ms=00044}
22:49:28.950571 run osmo-ms-mob/00096: Starting mobile
22:49:28.963617 run osmo-ms-mob/00096(pid=231): Launched
22:49:28.974669 run mass: MS start registered {at=1437897.268496593, delay=0.0050956010818481445, ms=00096}
22:49:29.791692 run mass: MS performed LU {at=1437898.085388379, lu_delay=5.780126446858048, ms=00090}
22:49:29.837242 run mass: MS performed LU {at=1437898.130969363, lu_delay=5.161505803000182, ms=00091}
22:49:30.064452 run osmo-ms-mob/00097: Starting mobile
22:49:30.078157 run osmo-ms-mob/00097(pid=232): Launched
22:49:30.089144 run mass: MS start registered {at=1437898.382973403, delay=0.005106173921376467, ms=00097}
22:49:30.160531 run mass: MS performed LU {at=1437898.454254901, lu_delay=4.770685302093625, ms=00092}
22:49:31.382561 run osmo-ms-mob/00098: Starting mobile
22:49:31.399487 run osmo-ms-mob/00098(pid=233): Launched
22:49:31.411269 run mass: MS start registered {at=1437899.705090385, delay=0.005779350874945521, ms=00098}
22:49:31.692364 run mass: MS performed LU {at=1437899.986080688, lu_delay=5.551398204872385, ms=00093}
22:49:31.738941 run mass: MS performed LU {at=1437900.032667846, lu_delay=4.650316591840237, ms=00094}
22:49:31.826213 run mass: MS performed LU {at=1437900.119919749, lu_delay=23.113256020937115, ms=00054}
22:49:33.182881 run osmo-ms-mob/00099: Starting mobile
22:49:33.199860 run osmo-ms-mob/00099(pid=234): Launched
22:49:33.205833 run mass: All started... {duration=55.76429227809422, too_slow=0}
22:49:33.211428 run mass: MS start registered {at=1437901.505263955, delay=0.005589028121903539, ms=00099}
22:49:33.557296 run mass: MS performed LU {at=1437901.850932142, lu_delay=5.560074069071561, ms=00095}
22:49:33.603177 run mass: MS performed LU {at=1437901.896904007, lu_delay=4.628407414071262, ms=00096}
22:49:35.458835 run mass: MS performed LU {at=1437903.752563183, lu_delay=5.3695897799916565, ms=00097}
22:49:37.322877 run mass: MS performed LU {at=1437905.616576551, lu_delay=5.911486166063696, ms=00098}
22:49:39.224782 run mass: MS performed LU {at=1437907.518508524, lu_delay=6.013244568835944, ms=00099}
22:49:39.233564 run mass: Tests done {all_completed=True, max=23.113256020937115, min=3.68861215794459}
22:49:39.238920 tst register_default_mass.py: Test passed (81.1 sec)
22:49:39.244102 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:39.247272 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:39.250405 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:39.253531 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:39.256661 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:39.259838 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:39.263047 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:39.266224 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:39.269358 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:39.272560 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:39.275754 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:39.279047 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:39.282288 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:39.285620 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:39.288963 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:39.292221 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:39.295584 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:39.299094 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:39.302442 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:39.306274 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:39.309600 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:39.312889 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:39.316148 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:39.319463 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:39.322672 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:39.325891 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:39.329151 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:39.332500 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:39.335772 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:39.339050 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:39.342307 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:39.345512 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:39.349108 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:39.352355 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:39.355635 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:39.358939 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:39.362630 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:39.366051 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:39.369425 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:39.372756 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:39.376016 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:39.379293 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:39.382520 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:39.385706 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:39.389064 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:39.392469 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:39.395937 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:39.399786 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:39.403098 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:39.406297 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:39.409572 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:39.413001 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:39.416840 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:39.420124 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:39.423331 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:39.426633 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:39.429938 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:39.433208 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:39.436966 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:39.440375 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:39.444255 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:39.447595 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:39.450916 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:39.454117 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:39.457503 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:39.460848 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:39.464142 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:39.467450 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:39.470679 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:39.474611 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:39.478106 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:39.481398 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:39.484735 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:39.487954 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:39.491236 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:39.494572 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:39.497788 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:39.501112 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:39.504410 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:39.507669 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:39.510994 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:39.514323 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:39.517619 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:39.520880 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:39.524195 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:39.527468 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:39.530791 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:39.534010 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:39.537298 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:39.540608 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:39.543890 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:39.547199 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:39.550526 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:39.553779 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:39.556957 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:39.560443 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:39.564054 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:39.567380 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:39.570703 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:39.574009 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:39.577283 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:39.580590 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:39.584031 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:39.587627 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:39.590964 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:39.594249 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:39.597475 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:39.600961 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:39.604458 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:39.608174 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:39.611476 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:39.614782 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:39.618111 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:39.621401 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:39.624596 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:39.627902 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:39.631110 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:39.634303 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:39.637476 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:39.640646 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:39.643811 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:39.647050 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:39.650208 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:39.653370 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:39.656543 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:39.659720 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:39.662890 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:39.666045 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:39.669221 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:39.672385 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:39.675556 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:39.678732 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:39.681892 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:39.685054 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:39.688216 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:39.691381 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:39.694551 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:39.697704 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:39.700887 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:39.704066 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:39.707243 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:39.710425 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:39.713693 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:39.716869 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:39.720034 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:39.723207 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:39.726373 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:39.729537 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:39.732703 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:39.735867 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:39.739031 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:39.742185 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:39.745344 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:39.748514 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:39.751680 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:39.754851 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:39.758011 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:39.761181 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:39.764363 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:39.767535 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:39.770704 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:39.773856 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:39.777041 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:39.780207 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:39.783363 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:39.786521 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:39.789689 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:39.792870 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:39.796050 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:39.799211 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:39.802373 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:39.805540 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:39.808709 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:39.811877 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:39.815068 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:39.818233 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:39.821396 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:39.824558 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:39.827729 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:39.830888 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:39.834056 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:39.837226 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:39.840408 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:39.843568 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:39.846752 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:39.849911 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:39.853075 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:39.856259 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:39.859424 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:39.862594 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:39.865766 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:39.868930 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:39.872106 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:39.875272 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:39.878445 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:39.881609 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:39.884777 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:39.887947 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:39.891104 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:39.894276 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:39.897437 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:39.900616 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:39.903797 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:39.906966 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:39.910121 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:39.913288 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:39.916454 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:39.919618 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:39.922769 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:39.925931 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:39.929091 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:39.932256 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:39.935434 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:39.938602 --- ParallelTerminationStrategy: PID 22 died...
22:49:39.940039 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:39.943601 --- ParallelTerminationStrategy: PID 23 died...
22:49:39.945029 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:39.948586 --- ParallelTerminationStrategy: PID 24 died...
22:49:39.950013 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:39.953604 --- ParallelTerminationStrategy: PID 25 died...
22:49:39.955066 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:39.958639 --- ParallelTerminationStrategy: PID 26 died...
22:49:39.960095 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:39.963702 --- ParallelTerminationStrategy: PID 27 died...
22:49:39.965150 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:39.968745 --- ParallelTerminationStrategy: PID 28 died...
22:49:39.970221 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:39.973773 --- ParallelTerminationStrategy: PID 29 died...
22:49:39.975231 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:39.978816 --- ParallelTerminationStrategy: PID 30 died...
22:49:39.980265 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:39.983853 --- ParallelTerminationStrategy: PID 31 died...
22:49:39.985312 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:39.988934 --- ParallelTerminationStrategy: PID 32 died...
22:49:39.990401 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:39.994007 --- ParallelTerminationStrategy: PID 33 died...
22:49:39.995468 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:39.999079 --- ParallelTerminationStrategy: PID 35 died...
22:49:40.000539 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:40.004149 --- ParallelTerminationStrategy: PID 36 died...
22:49:40.005602 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:40.009157 --- ParallelTerminationStrategy: PID 37 died...
22:49:40.010617 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:40.014217 --- ParallelTerminationStrategy: PID 38 died...
22:49:40.015660 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:40.019253 --- ParallelTerminationStrategy: PID 39 died...
22:49:40.020712 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:40.024279 --- ParallelTerminationStrategy: PID 40 died...
22:49:40.025731 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:40.029319 --- ParallelTerminationStrategy: PID 41 died...
22:49:40.030792 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:40.034401 --- ParallelTerminationStrategy: PID 42 died...
22:49:40.035862 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:40.039425 --- ParallelTerminationStrategy: PID 43 died...
22:49:40.040877 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:40.044418 --- ParallelTerminationStrategy: PID 44 died...
22:49:40.045861 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:40.049436 --- ParallelTerminationStrategy: PID 45 died...
22:49:40.050900 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:40.054471 --- ParallelTerminationStrategy: PID 46 died...
22:49:40.055915 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:40.059488 --- ParallelTerminationStrategy: PID 47 died...
22:49:40.060931 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:40.064500 --- ParallelTerminationStrategy: PID 48 died...
22:49:40.065933 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:40.069599 --- ParallelTerminationStrategy: PID 49 died...
22:49:40.071098 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:40.074805 --- ParallelTerminationStrategy: PID 50 died...
22:49:40.076304 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:40.079994 --- ParallelTerminationStrategy: PID 51 died...
22:49:40.081496 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:40.085204 --- ParallelTerminationStrategy: PID 52 died...
22:49:40.086713 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:40.090410 --- ParallelTerminationStrategy: PID 53 died...
22:49:40.091905 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:40.095637 --- ParallelTerminationStrategy: PID 54 died...
22:49:40.097142 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:40.100870 --- ParallelTerminationStrategy: PID 55 died...
22:49:40.102382 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:40.106084 --- ParallelTerminationStrategy: PID 56 died...
22:49:40.107584 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:40.111286 --- ParallelTerminationStrategy: PID 57 died...
22:49:40.112783 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:40.116451 --- ParallelTerminationStrategy: PID 58 died...
22:49:40.117948 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:40.121657 --- ParallelTerminationStrategy: PID 59 died...
22:49:40.123148 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:40.126846 --- ParallelTerminationStrategy: PID 60 died...
22:49:40.128342 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:40.132028 --- ParallelTerminationStrategy: PID 61 died...
22:49:40.133526 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:40.137236 --- ParallelTerminationStrategy: PID 62 died...
22:49:40.138735 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:40.142434 --- ParallelTerminationStrategy: PID 63 died...
22:49:40.143938 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:40.147621 --- ParallelTerminationStrategy: PID 64 died...
22:49:40.149106 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:40.152794 --- ParallelTerminationStrategy: PID 65 died...
22:49:40.154303 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:40.158002 --- ParallelTerminationStrategy: PID 66 died...
22:49:40.159513 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:40.163217 --- ParallelTerminationStrategy: PID 67 died...
22:49:40.164713 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:40.168417 --- ParallelTerminationStrategy: PID 68 died...
22:49:40.169915 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:40.173617 --- ParallelTerminationStrategy: PID 69 died...
22:49:40.175133 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:40.178839 --- ParallelTerminationStrategy: PID 70 died...
22:49:40.180338 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:40.184044 --- ParallelTerminationStrategy: PID 71 died...
22:49:40.185532 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:40.189210 --- ParallelTerminationStrategy: PID 72 died...
22:49:40.190729 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:40.194433 --- ParallelTerminationStrategy: PID 73 died...
22:49:40.195919 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:40.199629 --- ParallelTerminationStrategy: PID 74 died...
22:49:40.201124 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:40.204823 --- ParallelTerminationStrategy: PID 75 died...
22:49:40.206333 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:40.210031 --- ParallelTerminationStrategy: PID 76 died...
22:49:40.211537 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:40.215247 --- ParallelTerminationStrategy: PID 77 died...
22:49:40.216742 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:40.220435 --- ParallelTerminationStrategy: PID 78 died...
22:49:40.221921 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:40.225583 --- ParallelTerminationStrategy: PID 79 died...
22:49:40.227081 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:40.230777 --- ParallelTerminationStrategy: PID 80 died...
22:49:40.232261 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:40.235977 --- ParallelTerminationStrategy: PID 81 died...
22:49:40.237469 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:40.241162 --- ParallelTerminationStrategy: PID 82 died...
22:49:40.242672 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:40.246375 --- ParallelTerminationStrategy: PID 83 died...
22:49:40.247871 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:40.251565 --- ParallelTerminationStrategy: PID 84 died...
22:49:40.253063 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:40.256780 --- ParallelTerminationStrategy: PID 85 died...
22:49:40.258285 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:40.261949 --- ParallelTerminationStrategy: PID 86 died...
22:49:40.263459 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:40.267160 --- ParallelTerminationStrategy: PID 87 died...
22:49:40.268651 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:40.272369 --- ParallelTerminationStrategy: PID 88 died...
22:49:40.273875 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:40.277576 --- ParallelTerminationStrategy: PID 89 died...
22:49:40.279080 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:40.282777 --- ParallelTerminationStrategy: PID 90 died...
22:49:40.284279 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:40.287985 --- ParallelTerminationStrategy: PID 91 died...
22:49:40.289484 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:40.293185 --- ParallelTerminationStrategy: PID 92 died...
22:49:40.294690 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:40.298362 --- ParallelTerminationStrategy: PID 93 died...
22:49:40.299868 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:40.303570 --- ParallelTerminationStrategy: PID 94 died...
22:49:40.305059 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:40.308763 --- ParallelTerminationStrategy: PID 95 died...
22:49:40.310262 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:40.313959 --- ParallelTerminationStrategy: PID 96 died...
22:49:40.315468 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:40.319195 --- ParallelTerminationStrategy: PID 97 died...
22:49:40.320698 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:40.324408 --- ParallelTerminationStrategy: PID 98 died...
22:49:40.325905 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:40.329617 --- ParallelTerminationStrategy: PID 99 died...
22:49:40.331108 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:40.334801 --- ParallelTerminationStrategy: PID 100 died...
22:49:40.336304 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:40.339991 --- ParallelTerminationStrategy: PID 101 died...
22:49:40.341477 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:40.345183 --- ParallelTerminationStrategy: PID 102 died...
22:49:40.346681 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:40.350389 --- ParallelTerminationStrategy: PID 103 died...
22:49:40.351893 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:40.355599 --- ParallelTerminationStrategy: PID 104 died...
22:49:40.357093 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:40.360790 --- ParallelTerminationStrategy: PID 105 died...
22:49:40.362289 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:40.365984 --- ParallelTerminationStrategy: PID 106 died...
22:49:40.367495 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:40.371169 --- ParallelTerminationStrategy: PID 107 died...
22:49:40.372662 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:40.376361 --- ParallelTerminationStrategy: PID 108 died...
22:49:40.377847 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:40.381550 --- ParallelTerminationStrategy: PID 109 died...
22:49:40.383064 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:40.386760 --- ParallelTerminationStrategy: PID 110 died...
22:49:40.388258 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:40.391972 --- ParallelTerminationStrategy: PID 111 died...
22:49:40.393469 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:40.397168 --- ParallelTerminationStrategy: PID 112 died...
22:49:40.398681 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:40.402387 --- ParallelTerminationStrategy: PID 113 died...
22:49:40.403892 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:40.407587 --- ParallelTerminationStrategy: PID 114 died...
22:49:40.409093 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:40.412830 --- ParallelTerminationStrategy: PID 115 died...
22:49:40.414344 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:40.418045 --- ParallelTerminationStrategy: PID 116 died...
22:49:40.419546 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:40.423249 --- ParallelTerminationStrategy: PID 117 died...
22:49:40.424751 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:40.428467 --- ParallelTerminationStrategy: PID 118 died...
22:49:40.429968 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:40.433686 --- ParallelTerminationStrategy: PID 119 died...
22:49:40.435187 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:40.438891 --- ParallelTerminationStrategy: PID 120 died...
22:49:40.440389 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:40.444062 --- ParallelTerminationStrategy: PID 121 died...
22:49:40.445566 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:40.449283 --- ParallelTerminationStrategy: PID 122 died...
22:49:40.450774 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:40.454484 --- ParallelTerminationStrategy: PID 123 died...
22:49:40.455988 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:40.459692 --- ParallelTerminationStrategy: PID 124 died...
22:49:40.461195 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:40.464903 --- ParallelTerminationStrategy: PID 125 died...
22:49:40.466402 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:40.470107 --- ParallelTerminationStrategy: PID 126 died...
22:49:40.471628 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:40.475333 --- ParallelTerminationStrategy: PID 127 died...
22:49:40.476833 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:40.480537 --- ParallelTerminationStrategy: PID 128 died...
22:49:40.482033 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:40.485750 --- ParallelTerminationStrategy: PID 129 died...
22:49:40.487261 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:40.490976 --- ParallelTerminationStrategy: PID 130 died...
22:49:40.492480 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:40.496159 --- ParallelTerminationStrategy: PID 131 died...
22:49:40.497650 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:40.501345 --- ParallelTerminationStrategy: PID 132 died...
22:49:40.502842 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:40.506534 --- ParallelTerminationStrategy: PID 133 died...
22:49:40.508034 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:40.511745 --- ParallelTerminationStrategy: PID 134 died...
22:49:40.513239 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:40.516913 --- ParallelTerminationStrategy: PID 135 died...
22:49:40.518424 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:40.522141 --- ParallelTerminationStrategy: PID 136 died...
22:49:40.523634 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:40.527343 --- ParallelTerminationStrategy: PID 137 died...
22:49:40.528826 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:40.532549 --- ParallelTerminationStrategy: PID 138 died...
22:49:40.534047 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:40.537774 --- ParallelTerminationStrategy: PID 139 died...
22:49:40.539280 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:40.542987 --- ParallelTerminationStrategy: PID 140 died...
22:49:40.544489 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:40.548176 --- ParallelTerminationStrategy: PID 141 died...
22:49:40.549668 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:40.553367 --- ParallelTerminationStrategy: PID 142 died...
22:49:40.554870 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:40.558581 --- ParallelTerminationStrategy: PID 143 died...
22:49:40.560070 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:40.563773 --- ParallelTerminationStrategy: PID 144 died...
22:49:40.565263 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:40.568990 --- ParallelTerminationStrategy: PID 145 died...
22:49:40.570483 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:40.574204 --- ParallelTerminationStrategy: PID 146 died...
22:49:40.575706 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:40.579429 --- ParallelTerminationStrategy: PID 147 died...
22:49:40.580928 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:40.584629 --- ParallelTerminationStrategy: PID 148 died...
22:49:40.586113 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:40.589801 --- ParallelTerminationStrategy: PID 149 died...
22:49:40.591298 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:40.594989 --- ParallelTerminationStrategy: PID 150 died...
22:49:40.596479 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:40.600189 --- ParallelTerminationStrategy: PID 151 died...
22:49:40.601679 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:40.605400 --- ParallelTerminationStrategy: PID 152 died...
22:49:40.606905 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:40.610608 --- ParallelTerminationStrategy: PID 153 died...
22:49:40.612102 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:40.615815 --- ParallelTerminationStrategy: PID 154 died...
22:49:40.617313 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:40.621036 --- ParallelTerminationStrategy: PID 155 died...
22:49:40.622532 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:40.626232 --- ParallelTerminationStrategy: PID 156 died...
22:49:40.627739 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:40.631448 --- ParallelTerminationStrategy: PID 157 died...
22:49:40.632931 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:40.636652 --- ParallelTerminationStrategy: PID 158 died...
22:49:40.638139 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:40.641854 --- ParallelTerminationStrategy: PID 159 died...
22:49:40.643356 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:40.647060 --- ParallelTerminationStrategy: PID 160 died...
22:49:40.648551 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:40.652259 --- ParallelTerminationStrategy: PID 161 died...
22:49:40.653743 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:40.657474 --- ParallelTerminationStrategy: PID 162 died...
22:49:40.658975 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:40.662658 --- ParallelTerminationStrategy: PID 163 died...
22:49:40.664153 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:40.667878 --- ParallelTerminationStrategy: PID 164 died...
22:49:40.669353 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:40.673052 --- ParallelTerminationStrategy: PID 165 died...
22:49:40.674545 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:40.678256 --- ParallelTerminationStrategy: PID 166 died...
22:49:40.679745 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:40.683477 --- ParallelTerminationStrategy: PID 167 died...
22:49:40.684969 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:40.688677 --- ParallelTerminationStrategy: PID 168 died...
22:49:40.690180 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:40.693885 --- ParallelTerminationStrategy: PID 169 died...
22:49:40.695377 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:40.699064 --- ParallelTerminationStrategy: PID 170 died...
22:49:40.700554 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:40.704281 --- ParallelTerminationStrategy: PID 171 died...
22:49:40.705764 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:40.709483 --- ParallelTerminationStrategy: PID 172 died...
22:49:40.710979 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:40.714699 --- ParallelTerminationStrategy: PID 173 died...
22:49:40.716203 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:40.719911 --- ParallelTerminationStrategy: PID 174 died...
22:49:40.721405 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:40.725137 --- ParallelTerminationStrategy: PID 175 died...
22:49:40.726635 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:40.730342 --- ParallelTerminationStrategy: PID 176 died...
22:49:40.731836 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:40.735559 --- ParallelTerminationStrategy: PID 177 died...
22:49:40.737057 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:40.740763 --- ParallelTerminationStrategy: PID 178 died...
22:49:40.742246 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:40.745951 --- ParallelTerminationStrategy: PID 179 died...
22:49:40.747450 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:40.751155 --- ParallelTerminationStrategy: PID 180 died...
22:49:40.752654 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:40.756367 --- ParallelTerminationStrategy: PID 181 died...
22:49:40.757852 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:40.761556 --- ParallelTerminationStrategy: PID 182 died...
22:49:40.763055 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:40.766766 --- ParallelTerminationStrategy: PID 183 died...
22:49:40.768258 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:40.771941 --- ParallelTerminationStrategy: PID 184 died...
22:49:40.773442 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:40.777168 --- ParallelTerminationStrategy: PID 185 died...
22:49:40.778665 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:40.782374 --- ParallelTerminationStrategy: PID 186 died...
22:49:40.783866 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:40.787572 --- ParallelTerminationStrategy: PID 187 died...
22:49:40.789064 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:40.792797 --- ParallelTerminationStrategy: PID 188 died...
22:49:40.794291 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:40.797995 --- ParallelTerminationStrategy: PID 189 died...
22:49:40.799504 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:40.803235 --- ParallelTerminationStrategy: PID 190 died...
22:49:40.804722 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:40.808428 --- ParallelTerminationStrategy: PID 191 died...
22:49:40.809922 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:40.813649 --- ParallelTerminationStrategy: PID 192 died...
22:49:40.815139 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:40.818854 --- ParallelTerminationStrategy: PID 193 died...
22:49:40.820340 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:40.824063 --- ParallelTerminationStrategy: PID 194 died...
22:49:40.825555 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:40.829273 --- ParallelTerminationStrategy: PID 195 died...
22:49:40.830780 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:40.834488 --- ParallelTerminationStrategy: PID 196 died...
22:49:40.835978 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:40.839690 --- ParallelTerminationStrategy: PID 197 died...
22:49:40.841181 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:40.844880 --- ParallelTerminationStrategy: PID 198 died...
22:49:40.846384 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:40.850085 --- ParallelTerminationStrategy: PID 199 died...
22:49:40.851579 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:40.855292 --- ParallelTerminationStrategy: PID 200 died...
22:49:40.856783 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:40.860488 --- ParallelTerminationStrategy: PID 201 died...
22:49:40.861984 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:40.865706 --- ParallelTerminationStrategy: PID 202 died...
22:49:40.867203 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:40.870913 --- ParallelTerminationStrategy: PID 203 died...
22:49:40.872414 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:40.876120 --- ParallelTerminationStrategy: PID 204 died...
22:49:40.877614 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:40.881330 --- ParallelTerminationStrategy: PID 205 died...
22:49:40.882834 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:40.886545 --- ParallelTerminationStrategy: PID 206 died...
22:49:40.888035 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:40.891771 --- ParallelTerminationStrategy: PID 207 died...
22:49:40.893268 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:40.896994 --- ParallelTerminationStrategy: PID 208 died...
22:49:40.898498 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:40.902206 --- ParallelTerminationStrategy: PID 209 died...
22:49:40.903696 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:40.907396 --- ParallelTerminationStrategy: PID 210 died...
22:49:40.908900 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:40.912604 --- ParallelTerminationStrategy: PID 211 died...
22:49:40.914089 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:40.917769 --- ParallelTerminationStrategy: PID 212 died...
22:49:40.919271 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:40.922978 --- ParallelTerminationStrategy: PID 213 died...
22:49:40.924462 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:40.928172 --- ParallelTerminationStrategy: PID 214 died...
22:49:40.929661 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:40.933375 --- ParallelTerminationStrategy: PID 215 died...
22:49:40.934869 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:40.938587 --- ParallelTerminationStrategy: PID 216 died...
22:49:40.940079 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:40.943787 --- ParallelTerminationStrategy: PID 217 died...
22:49:40.945279 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:40.949011 --- ParallelTerminationStrategy: PID 218 died...
22:49:40.950505 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:40.954185 --- ParallelTerminationStrategy: PID 219 died...
22:49:40.955682 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:40.959408 --- ParallelTerminationStrategy: PID 220 died...
22:49:40.960886 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:40.964610 --- ParallelTerminationStrategy: PID 221 died...
22:49:40.966097 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:40.969790 --- ParallelTerminationStrategy: PID 222 died...
22:49:40.971285 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:40.975000 --- ParallelTerminationStrategy: PID 223 died...
22:49:40.976495 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:40.980196 --- ParallelTerminationStrategy: PID 224 died...
22:49:40.981693 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:40.985406 --- ParallelTerminationStrategy: PID 225 died...
22:49:40.986903 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:40.990597 --- ParallelTerminationStrategy: PID 226 died...
22:49:40.992098 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:40.995830 --- ParallelTerminationStrategy: PID 227 died...
22:49:40.997309 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:41.001012 --- ParallelTerminationStrategy: PID 228 died...
22:49:41.002505 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:41.006226 --- ParallelTerminationStrategy: PID 229 died...
22:49:41.007727 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:41.011438 --- ParallelTerminationStrategy: PID 230 died...
22:49:41.012933 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:41.016636 --- ParallelTerminationStrategy: PID 231 died...
22:49:41.018130 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:41.021819 --- ParallelTerminationStrategy: PID 232 died...
22:49:41.023317 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:41.027014 --- ParallelTerminationStrategy: PID 233 died...
22:49:41.028508 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:41.032218 --- ParallelTerminationStrategy: PID 234 died...
22:49:41.033709 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:44.438253 --- ParallelTerminationStrategy: PID 34 died...
22:49:44.444425 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8351 netreg_mass PASS
---------------------------------------------------------------------
22:49:44.522285 tst trial-8351: Storing JUnit report in /build/trial-8351/run.2026-06-03_22-48-17/trial-8351.xml
--------------------------------------------------------------------------------------------
trial-8351 PASS
--------------------------------------------------------------------------------------------
22:49:44.532367 tst trial-8351: trial-8351: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8351/inst
+ cd trial-8351
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-06-03 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8351-run.tgz run.2026-06-03_22-48-17
+ tar czf /build/trial-8351-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-06-03_13_26_43.tgz osmo-bts-oc2g.build-2026-06-03_00_51_45.tgz osmo-bts-sysmo.build-2026-06-03_00_51_59.tgz osmo-bts.build-2026-06-03_00_52_13.tgz osmo-ggsn.build-2026-06-03_20_42_51.tgz osmo-hlr.build-2026-06-03_16_36_50.tgz osmo-hnbgw.build-2026-06-03_13_28_53.tgz osmo-mgw.build-2026-06-03_08_33_11.tgz osmo-msc.build-2026-06-03_13_33_05.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-06-03_07_35_00.tgz osmo-pcu-sysmo.build-2026-06-03_07_37_25.tgz osmo-pcu.build-2026-06-03_07_34_57.tgz osmo-sgsn.build-2026-06-03_20_48_24.tgz osmo-stp.build-2026-06-03_13_23_23.tgz osmo-trx.build-2026-06-03_14_21_57.tgz osmocom-bb.build-2026-06-03_21_17_20.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x
### Clean up ###
+ trap - EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS