This log is too long to show here, 14 KB has been skipped — click to see the complete log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins18236885615131675623.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-8344
+ 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 [ 2/28] RUN useradd -ms /bin/bash jenkins
#7 CACHED
#8 [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
#8 CACHED
#9 [ 8/28] RUN MKDIR /var/run/sshd
#9 CACHED
#10 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#10 CACHED
#11 [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
#11 CACHED
#12 [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
#12 CACHED
#13 [ 3/28] RUN groupadd osmo-gsm-tester
#13 CACHED
#14 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#14 CACHED
#15 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#15 CACHED
#16 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#16 CACHED
#17 [ 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
#17 CACHED
#18 [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
#18 CACHED
#19 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#19 CACHED
#20 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#20 CACHED
#21 [ 9/28] COPY SSH /root/.ssh
#21 CACHED
#22 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#22 CACHED
#23 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#23 CACHED
#24 [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
#24 CACHED
#25 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#25 CACHED
#26 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#26 CACHED
#27 [20/28] WORKDIR /TMP
#27 CACHED
#28 [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
#28 CACHED
#29 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#29 CACHED
#30 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#30 CACHED
#31 [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
#31 CACHED
#32 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:5439458966748e1e152ca5c3ba5d8ed419f0f080ba1fcfd4a3af7cdd3420b26b done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
[33m2 warnings found (use docker --debug to expand):
[0m - InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8345 -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-05-28 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8345
+ mkdir -p trial-8345
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-05-28_13_27_06.tgz osmo-bts-oc2g.build-2026-05-28_00_52_00.tgz osmo-bts-sysmo.build-2026-05-28_00_52_05.tgz osmo-bts.build-2026-05-28_00_52_13.tgz osmo-ggsn.build-2026-05-28_20_43_01.tgz osmo-hlr.build-2026-05-28_16_36_59.tgz osmo-hnbgw.build-2026-05-28_13_29_11.tgz osmo-mgw.build-2026-05-28_08_33_10.tgz osmo-msc.build-2026-05-28_13_35_17.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-05-28_07_34_57.tgz osmo-pcu-sysmo.build-2026-05-28_07_34_52.tgz osmo-pcu.build-2026-05-28_07_34_54.tgz osmo-sgsn.build-2026-05-28_20_48_24.tgz osmo-stp.build-2026-05-28_13_26_00.tgz osmo-trx.build-2026-05-28_14_22_01.tgz osmocom-bb.build-2026-05-28_21_17_26.tgz srslte.build-19.tgz trial-8345
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-05-28_13_27_06.md5 osmo-bts-oc2g.build-2026-05-28_00_52_00.md5 osmo-bts-sysmo.build-2026-05-28_00_52_05.md5 osmo-bts.build-2026-05-28_00_52_13.md5 osmo-ggsn.build-2026-05-28_20_43_01.md5 osmo-hlr.build-2026-05-28_16_36_59.md5 osmo-hnbgw.build-2026-05-28_13_29_11.md5 osmo-mgw.build-2026-05-28_08_33_10.md5 osmo-msc.build-2026-05-28_13_35_17.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-05-28_07_34_57.md5 osmo-pcu-sysmo.build-2026-05-28_07_34_52.md5 osmo-pcu.build-2026-05-28_07_34_54.md5 osmo-sgsn.build-2026-05-28_20_48_24.md5 osmo-stp.build-2026-05-28_13_26_00.md5 osmo-trx.build-2026-05-28_14_22_01.md5 osmocom-bb.build-2026-05-28_21_17_26.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-05-28_13_27_06.md5 osmo-bts-oc2g.build-2026-05-28_00_52_00.md5 osmo-bts-sysmo.build-2026-05-28_00_52_05.md5 osmo-bts.build-2026-05-28_00_52_13.md5 osmo-ggsn.build-2026-05-28_20_43_01.md5 osmo-hlr.build-2026-05-28_16_36_59.md5 osmo-hnbgw.build-2026-05-28_13_29_11.md5 osmo-mgw.build-2026-05-28_08_33_10.md5 osmo-msc.build-2026-05-28_13_35_17.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-05-28_07_34_57.md5 osmo-pcu-sysmo.build-2026-05-28_07_34_52.md5 osmo-pcu.build-2026-05-28_07_34_54.md5 osmo-sgsn.build-2026-05-28_20_48_24.md5 osmo-stp.build-2026-05-28_13_26_00.md5 osmo-trx.build-2026-05-28_14_22_01.md5 osmocom-bb.build-2026-05-28_21_17_26.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-8345 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8345'
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-8345
--------------------------------------------------------------------------------------------
22:48:18.396997 tst trial-8345: Detailed log at /build/trial-8345/run.2026-05-28_22-48-18/log
---------------------------------------------------------------------
trial-8345 netreg_mass
---------------------------------------------------------------------
22:48:18.603428 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.603807 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.604578 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.605727 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.639563 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.640315 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.641422 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.717044 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-8345 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.717821 tst register_default_mass.py:9: Claiming resources for the test
22:48:18.732889 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.733435 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.733923 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.734385 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.734842 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.735301 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.735746 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.767192 tst register_default_mass.py: using LAC 2
22:48:18.790179 tst register_default_mass.py: using RAC 2
22:48:18.817063 tst register_default_mass.py: using CellId 2
22:48:18.847192 tst register_default_mass.py: using BVCI 3
22:48:18.861186 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.861885 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.862510 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.863053 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.863589 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.864105 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.864612 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.865146 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.865679 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.866200 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.866727 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.867239 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.867760 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.868292 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.868813 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.869323 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.869826 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.870349 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.870856 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.871367 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.871884 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.872396 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.872909 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.873437 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.873943 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.874449 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.874966 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.875482 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.875994 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.876514 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.877018 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.877532 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.878038 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.878578 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.879096 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.879602 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.880125 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.880639 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.881148 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.881661 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.882172 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.882691 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.883207 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.883712 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.884241 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.884750 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.885255 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.885760 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.886286 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.886783 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.887281 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.887792 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.888299 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.888799 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.889305 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.889811 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.890317 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.890823 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.891342 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.891842 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.892344 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.892851 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.893353 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.893858 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.894372 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.894884 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.895393 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.895901 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.896406 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.896925 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.897431 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.897942 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.898521 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.899021 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.899515 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.900021 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.900516 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.901012 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.901523 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.902017 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.902509 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.903016 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.903515 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.904005 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.904507 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.905003 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.905495 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.905993 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.906498 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.907001 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.907507 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.908014 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.908518 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.909010 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.909518 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.910011 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.910501 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.911013 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.911516 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.912016 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.912526 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.913087 tst register_default_mass.py:21: Launching a simple network
22:48:18.922765 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.041750 run create_hlr_db(pid=20): Launched
22:48:20.056356 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:20.072614 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:20.087605 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:20.093271 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.283096 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:20.297852 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:20.303337 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.723687 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.738738 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.753641 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.892533 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:23.907481 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:23.913119 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.936424 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:23.951333 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.956990 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:24.275356 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:24.290540 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:30.316345 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.489153 run osmo-bts-virtual(pid=34): Launched
22:48:31.545281 tst register_default_mass.py: using MSISDN 1001
22:48:31.555106 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.595067 tst register_default_mass.py: using MSISDN 1002
22:48:31.612721 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.643958 tst register_default_mass.py: using MSISDN 1003
22:48:31.658611 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.689630 tst register_default_mass.py: using MSISDN 1004
22:48:31.704060 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.735177 tst register_default_mass.py: using MSISDN 1005
22:48:31.749605 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.780885 tst register_default_mass.py: using MSISDN 1006
22:48:31.795297 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.826363 tst register_default_mass.py: using MSISDN 1007
22:48:31.840748 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.871974 tst register_default_mass.py: using MSISDN 1008
22:48:31.886458 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.917449 tst register_default_mass.py: using MSISDN 1009
22:48:31.931814 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.962705 tst register_default_mass.py: using MSISDN 1010
22:48:31.977101 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:32.008270 tst register_default_mass.py: using MSISDN 1011
22:48:32.022733 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:32.053827 tst register_default_mass.py: using MSISDN 1012
22:48:32.068351 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:32.099556 tst register_default_mass.py: using MSISDN 1013
22:48:32.114091 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:32.145171 tst register_default_mass.py: using MSISDN 1014
22:48:32.159585 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:32.190563 tst register_default_mass.py: using MSISDN 1015
22:48:32.205034 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:32.236372 tst register_default_mass.py: using MSISDN 1016
22:48:32.250894 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:32.282044 tst register_default_mass.py: using MSISDN 1017
22:48:32.296549 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:32.327561 tst register_default_mass.py: using MSISDN 1018
22:48:32.341687 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.372952 tst register_default_mass.py: using MSISDN 1019
22:48:32.387448 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.418251 tst register_default_mass.py: using MSISDN 1020
22:48:32.432578 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.472342 tst register_default_mass.py: using MSISDN 1021
22:48:32.490038 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.524661 tst register_default_mass.py: using MSISDN 1022
22:48:32.540712 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.571622 tst register_default_mass.py: using MSISDN 1023
22:48:32.586190 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.617228 tst register_default_mass.py: using MSISDN 1024
22:48:32.631663 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.662506 tst register_default_mass.py: using MSISDN 1025
22:48:32.676829 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.707746 tst register_default_mass.py: using MSISDN 1026
22:48:32.722140 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.753044 tst register_default_mass.py: using MSISDN 1027
22:48:32.767430 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.798252 tst register_default_mass.py: using MSISDN 1028
22:48:32.812634 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.843628 tst register_default_mass.py: using MSISDN 1029
22:48:32.858026 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.889156 tst register_default_mass.py: using MSISDN 1030
22:48:32.903582 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.934622 tst register_default_mass.py: using MSISDN 1031
22:48:32.949060 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.979727 tst register_default_mass.py: using MSISDN 1032
22:48:32.993954 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:33.024685 tst register_default_mass.py: using MSISDN 1033
22:48:33.038968 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.069838 tst register_default_mass.py: using MSISDN 1034
22:48:33.084191 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.115150 tst register_default_mass.py: using MSISDN 1035
22:48:33.129433 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.160278 tst register_default_mass.py: using MSISDN 1036
22:48:33.174655 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.205675 tst register_default_mass.py: using MSISDN 1037
22:48:33.220053 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.250729 tst register_default_mass.py: using MSISDN 1038
22:48:33.265023 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.295846 tst register_default_mass.py: using MSISDN 1039
22:48:33.310263 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:33.340973 tst register_default_mass.py: using MSISDN 1040
22:48:33.354026 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:33.384776 tst register_default_mass.py: using MSISDN 1041
22:48:33.399040 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:33.429802 tst register_default_mass.py: using MSISDN 1042
22:48:33.444054 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.474737 tst register_default_mass.py: using MSISDN 1043
22:48:33.489040 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:33.520003 tst register_default_mass.py: using MSISDN 1044
22:48:33.534283 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:33.565299 tst register_default_mass.py: using MSISDN 1045
22:48:33.579679 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.610451 tst register_default_mass.py: using MSISDN 1046
22:48:33.624697 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:33.655588 tst register_default_mass.py: using MSISDN 1047
22:48:33.669972 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:33.700971 tst register_default_mass.py: using MSISDN 1048
22:48:33.715407 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:33.746501 tst register_default_mass.py: using MSISDN 1049
22:48:33.760928 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.791385 tst register_default_mass.py: using MSISDN 1050
22:48:33.800876 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.831031 tst register_default_mass.py: using MSISDN 1051
22:48:33.846659 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:33.877290 tst register_default_mass.py: using MSISDN 1052
22:48:33.891869 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:33.922299 tst register_default_mass.py: using MSISDN 1053
22:48:33.936809 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:33.967296 tst register_default_mass.py: using MSISDN 1054
22:48:33.981765 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:34.012397 tst register_default_mass.py: using MSISDN 1055
22:48:34.026907 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:34.057349 tst register_default_mass.py: using MSISDN 1056
22:48:34.071881 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:34.102487 tst register_default_mass.py: using MSISDN 1057
22:48:34.117020 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:34.147725 tst register_default_mass.py: using MSISDN 1058
22:48:34.162273 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:34.192798 tst register_default_mass.py: using MSISDN 1059
22:48:34.207326 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:34.237628 tst register_default_mass.py: using MSISDN 1060
22:48:34.251985 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:34.282534 tst register_default_mass.py: using MSISDN 1061
22:48:34.297071 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:34.327614 tst register_default_mass.py: using MSISDN 1062
22:48:34.341335 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:34.371488 tst register_default_mass.py: using MSISDN 1063
22:48:34.385634 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:34.415991 tst register_default_mass.py: using MSISDN 1064
22:48:34.430391 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:34.461021 tst register_default_mass.py: using MSISDN 1065
22:48:34.475450 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:34.505888 tst register_default_mass.py: using MSISDN 1066
22:48:34.520320 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:34.550839 tst register_default_mass.py: using MSISDN 1067
22:48:34.565316 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:34.595608 tst register_default_mass.py: using MSISDN 1068
22:48:34.609954 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:34.640508 tst register_default_mass.py: using MSISDN 1069
22:48:34.654937 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:34.685504 tst register_default_mass.py: using MSISDN 1070
22:48:34.699928 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:34.730415 tst register_default_mass.py: using MSISDN 1071
22:48:34.744752 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:34.775606 tst register_default_mass.py: using MSISDN 1072
22:48:34.790210 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.820427 tst register_default_mass.py: using MSISDN 1073
22:48:34.834781 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.865183 tst register_default_mass.py: using MSISDN 1074
22:48:34.879558 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.910125 tst register_default_mass.py: using MSISDN 1075
22:48:34.924534 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:34.954872 tst register_default_mass.py: using MSISDN 1076
22:48:34.969219 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.999921 tst register_default_mass.py: using MSISDN 1077
22:48:35.014432 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:35.045308 tst register_default_mass.py: using MSISDN 1078
22:48:35.059887 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:35.090522 tst register_default_mass.py: using MSISDN 1079
22:48:35.105019 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:35.135724 tst register_default_mass.py: using MSISDN 1080
22:48:35.150308 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:35.181130 tst register_default_mass.py: using MSISDN 1081
22:48:35.195733 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:35.226610 tst register_default_mass.py: using MSISDN 1082
22:48:35.241224 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:35.272043 tst register_default_mass.py: using MSISDN 1083
22:48:35.286380 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:35.316991 tst register_default_mass.py: using MSISDN 1084
22:48:35.331503 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:35.362253 tst register_default_mass.py: using MSISDN 1085
22:48:35.376822 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:35.407619 tst register_default_mass.py: using MSISDN 1086
22:48:35.422158 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:35.453089 tst register_default_mass.py: using MSISDN 1087
22:48:35.467709 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:35.498632 tst register_default_mass.py: using MSISDN 1088
22:48:35.513195 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:35.552670 tst register_default_mass.py: using MSISDN 1089
22:48:35.570451 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:35.601356 tst register_default_mass.py: using MSISDN 1090
22:48:35.616251 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:35.647073 tst register_default_mass.py: using MSISDN 1091
22:48:35.661658 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:35.692505 tst register_default_mass.py: using MSISDN 1092
22:48:35.707181 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:35.738257 tst register_default_mass.py: using MSISDN 1093
22:48:35.753003 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:35.783691 tst register_default_mass.py: using MSISDN 1094
22:48:35.798217 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:35.828947 tst register_default_mass.py: using MSISDN 1095
22:48:35.843433 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:35.874286 tst register_default_mass.py: using MSISDN 1096
22:48:35.888921 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:35.919855 tst register_default_mass.py: using MSISDN 1097
22:48:35.934450 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:35.965447 tst register_default_mass.py: using MSISDN 1098
22:48:35.980156 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:36.010953 tst register_default_mass.py: using MSISDN 1099
22:48:36.025406 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:36.056268 tst register_default_mass.py: using MSISDN 1100
22:48:36.070872 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:36.164455 run mass: Starting testcase
22:48:36.169934 run mass: Pre-launching all virtphy's
22:48:36.175370 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:36.190325 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:36.198390 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:36.211206 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:36.217215 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:36.230084 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:36.236057 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:36.249026 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:36.255069 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:36.267842 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:36.273841 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:36.286734 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:36.292758 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:36.305623 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:36.311713 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:36.324681 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:36.330704 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:36.343630 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:36.349616 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:36.362886 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:36.368959 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:36.381914 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:36.387938 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:36.400978 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:36.407119 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:36.420129 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:36.426110 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:36.438903 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:36.444927 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:36.457775 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:36.463779 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:36.476584 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:36.482586 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:36.495358 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:36.501243 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:36.514062 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:36.520028 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:36.532863 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:36.538854 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:36.551737 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:36.557667 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:36.570590 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:36.576562 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:36.589391 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:36.595381 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:36.608232 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:36.614219 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:36.627121 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:36.633079 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:36.646090 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:36.652096 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:36.665072 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:36.671032 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:36.683906 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:36.689965 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:36.702855 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:36.708867 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:36.721732 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:36.727714 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:36.740645 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:36.746593 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:36.759469 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:36.765384 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:36.778227 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:36.784184 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:36.796984 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:36.802904 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:36.815740 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:36.821713 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:36.834613 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:36.840631 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:36.853498 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:36.859498 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:36.872335 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:36.878427 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:36.891301 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:36.897377 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:36.910305 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:36.916275 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:36.929202 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:36.935188 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:36.948189 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:36.954182 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:36.967048 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:36.973038 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:36.985870 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:36.991858 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:37.004695 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:37.010627 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:37.023503 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:37.029436 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:37.042268 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:37.048208 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:37.061078 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:37.067068 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:37.079876 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:37.085851 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:37.098670 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:37.104618 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:37.117532 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:37.123465 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:37.136386 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:37.142348 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:37.155200 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:37.161199 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:37.174052 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:37.180076 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:37.192953 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:37.198945 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:37.211776 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:37.217748 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:37.230679 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:37.236634 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:37.249634 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:37.255672 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:37.268508 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:37.274485 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:37.287349 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:37.293301 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:37.306129 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:37.312080 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:37.324939 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:37.330919 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:37.343759 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:37.349833 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:37.362743 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:37.368786 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:37.381965 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:37.387978 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:37.400986 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:37.406971 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:37.420042 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:37.426074 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:37.439103 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:37.445137 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:37.457906 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:37.463854 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:37.476609 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:37.482591 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:37.495384 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:37.501396 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:37.514214 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:37.520099 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:37.532786 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:37.538727 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:37.551486 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:37.557376 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:37.570098 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:37.576082 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:37.589099 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:37.595053 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:37.608102 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:37.614132 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:37.627028 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:37.633129 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:37.646013 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:37.652084 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:37.664942 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:37.670854 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:37.683710 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:37.689637 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:37.702556 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:37.708489 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:37.721358 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:37.727301 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:37.740153 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:37.746120 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:37.758973 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:37.764957 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:37.777827 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:37.783764 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:37.796585 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:37.802532 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:37.815417 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:37.821433 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:37.834336 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:37.840385 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:37.853256 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:37.859182 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:37.872138 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:37.878082 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:37.891045 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:37.897003 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:37.909905 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:37.915832 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:37.928644 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:37.934605 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:37.947501 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:37.953409 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:37.966249 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:37.972162 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:37.984999 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:37.990910 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:38.003763 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:38.009689 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:38.022569 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:38.028539 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:38.041382 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:38.047460 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:38.060493 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:38.066456 run mass: Checking if sockets are in the filesystem
22:48:38.098634 run osmo-ms-mob/00000: Starting mobile
22:48:38.111851 run osmo-ms-mob/00000(pid=135): Launched
22:48:38.123106 run mass: MS start registered {at=919446.416930939, delay=0.0052709809970110655, ms=00000}
22:48:42.313849 run osmo-ms-mob/00001: Starting mobile
22:48:42.330433 run osmo-ms-mob/00001(pid=136): Launched
22:48:42.341253 run mass: MS start registered {at=919450.635077302, delay=0.004708862979896367, ms=00001}
22:48:43.325613 run mass: MS performed LU {at=919451.619317609, lu_delay=5.202386670047417, ms=00000}
22:48:44.082422 run osmo-ms-mob/00002: Starting mobile
22:48:44.095257 run osmo-ms-mob/00002(pid=137): Launched
22:48:44.105732 run mass: MS start registered {at=919452.39955063, delay=0.004519475041888654, ms=00002}
22:48:45.412467 run osmo-ms-mob/00003: Starting mobile
22:48:45.429467 run osmo-ms-mob/00003(pid=138): Launched
22:48:45.439967 run mass: MS start registered {at=919453.733794156, delay=0.004474865971133113, ms=00003}
22:48:46.503979 run osmo-ms-mob/00004: Starting mobile
22:48:46.520172 run osmo-ms-mob/00004(pid=139): Launched
22:48:46.531288 run mass: MS start registered {at=919454.825110139, delay=0.005099750007502735, ms=00004}
22:48:47.091547 run mass: MS performed LU {at=919455.385259597, lu_delay=4.750182294985279, ms=00001}
22:48:47.513428 run osmo-ms-mob/00005: Starting mobile
22:48:47.530678 run osmo-ms-mob/00005(pid=140): Launched
22:48:47.541608 run mass: MS start registered {at=919455.835430899, delay=0.0047394310822710395, ms=00005}
22:48:48.405113 run osmo-ms-mob/00006: Starting mobile
22:48:48.421949 run osmo-ms-mob/00006(pid=141): Launched
22:48:48.432726 run mass: MS start registered {at=919456.726552315, delay=0.004848102107644081, ms=00006}
22:48:48.992675 run mass: MS performed LU {at=919457.28638347, lu_delay=4.886832840042189, ms=00002}
22:48:49.313838 run osmo-ms-mob/00007: Starting mobile
22:48:49.330748 run osmo-ms-mob/00007(pid=142): Launched
22:48:49.341364 run mass: MS start registered {at=919457.635192723, delay=0.004590358003042638, ms=00007}
22:48:50.082290 run osmo-ms-mob/00008: Starting mobile
22:48:50.095343 run osmo-ms-mob/00008(pid=143): Launched
22:48:50.106123 run mass: MS start registered {at=919458.399952153, delay=0.004760136944241822, ms=00008}
22:48:50.813487 run osmo-ms-mob/00009: Starting mobile
22:48:50.830179 run osmo-ms-mob/00009(pid=144): Launched
22:48:50.840862 run mass: MS start registered {at=919459.134688387, delay=0.00467828509863466, ms=00009}
22:48:50.856437 run mass: MS performed LU {at=919459.150264417, lu_delay=5.416470261057839, ms=00003}
22:48:51.513810 run osmo-ms-mob/00010: Starting mobile
22:48:51.531229 run osmo-ms-mob/00010(pid=145): Launched
22:48:51.542164 run mass: MS start registered {at=919459.835987034, delay=0.004686044994741678, ms=00010}
22:48:52.082402 run osmo-ms-mob/00011: Starting mobile
22:48:52.095496 run osmo-ms-mob/00011(pid=146): Launched
22:48:52.106070 run mass: MS start registered {at=919460.399895978, delay=0.0045820060186088085, ms=00011}
22:48:52.682159 run osmo-ms-mob/00012: Starting mobile
22:48:52.695365 run osmo-ms-mob/00012(pid=147): Launched
22:48:52.705938 run mass: MS start registered {at=919460.999768072, delay=0.004519763984717429, ms=00012}
22:48:52.759223 run mass: MS performed LU {at=919461.052938939, lu_delay=5.217508039902896, ms=00005}
22:48:52.785634 run mass: MS performed LU {at=919461.079379436, lu_delay=6.254269297001883, ms=00004}
22:48:53.308396 run osmo-ms-mob/00013: Starting mobile
22:48:53.325319 run osmo-ms-mob/00013(pid=148): Launched
22:48:53.335971 run mass: MS start registered {at=919461.629801463, delay=0.004622047999873757, ms=00013}
22:48:53.896830 run osmo-ms-mob/00014: Starting mobile
22:48:53.910334 run osmo-ms-mob/00014(pid=149): Launched
22:48:53.921195 run mass: MS start registered {at=919462.215021532, delay=0.004309921991080046, ms=00014}
22:48:54.482873 run osmo-ms-mob/00015: Starting mobile
22:48:54.495890 run osmo-ms-mob/00015(pid=150): Launched
22:48:54.506486 run mass: MS start registered {at=919462.80031571, delay=0.0045311200665310025, ms=00015}
22:48:54.622755 run mass: MS performed LU {at=919462.916471653, lu_delay=5.281278930022381, ms=00007}
22:48:54.688078 run mass: MS performed LU {at=919462.981821396, lu_delay=6.2552690809825435, ms=00006}
22:48:55.014092 run osmo-ms-mob/00016: Starting mobile
22:48:55.031135 run osmo-ms-mob/00016(pid=151): Launched
22:48:55.037163 run mass: MS performed LU {at=919463.330997315, lu_delay=4.931045162025839, ms=00008}
22:48:55.043039 run mass: MS start registered {at=919463.336882171, delay=0.0059014910366386175, ms=00016}
22:48:55.481298 run osmo-ms-mob/00017: Starting mobile
22:48:55.494791 run osmo-ms-mob/00017(pid=152): Launched
22:48:55.505731 run mass: MS start registered {at=919463.799557672, delay=0.004831440048292279, ms=00017}
22:48:56.114371 run osmo-ms-mob/00018: Starting mobile
22:48:56.131208 run osmo-ms-mob/00018(pid=153): Launched
22:48:56.141758 run mass: MS start registered {at=919464.435588576, delay=0.004546368028968573, ms=00018}
22:48:56.504483 run osmo-ms-mob/00019: Starting mobile
22:48:56.520686 run osmo-ms-mob/00019(pid=154): Launched
22:48:56.526861 run mass: MS performed LU {at=919464.820694582, lu_delay=4.984707547933795, ms=00010}
22:48:56.532673 run mass: MS start registered {at=919464.826515845, delay=0.0058393150102347136, ms=00019}
22:48:56.550794 run mass: MS performed LU {at=919464.844624369, lu_delay=5.709935982013121, ms=00009}
22:48:56.658274 run mass: MS performed LU {at=919464.951974507, lu_delay=4.552078528911807, ms=00011}
22:48:57.013612 run osmo-ms-mob/00020: Starting mobile
22:48:57.030567 run osmo-ms-mob/00020(pid=155): Launched
22:48:57.041575 run mass: MS start registered {at=919465.335401832, delay=0.005047922022640705, ms=00020}
22:48:57.482363 run osmo-ms-mob/00021: Starting mobile
22:48:57.495754 run osmo-ms-mob/00021(pid=156): Launched
22:48:57.507077 run mass: MS start registered {at=919465.800905636, delay=0.00469184503890574, ms=00021}
22:48:57.881854 run osmo-ms-mob/00022: Starting mobile
22:48:57.894969 run osmo-ms-mob/00022(pid=157): Launched
22:48:57.905582 run mass: MS start registered {at=919466.199412083, delay=0.004661965067498386, ms=00022}
22:48:58.403887 run osmo-ms-mob/00023: Starting mobile
22:48:58.419723 run osmo-ms-mob/00023(pid=158): Launched
22:48:58.425694 run mass: MS performed LU {at=919466.719528883, lu_delay=5.089727420010604, ms=00013}
22:48:58.431524 run mass: MS start registered {at=919466.72536629, delay=0.005853947950527072, ms=00023}
22:48:58.452887 run mass: MS performed LU {at=919466.746714445, lu_delay=5.746946372906677, ms=00012}
22:48:58.758039 run mass: MS performed LU {at=919467.051764166, lu_delay=4.8367426339536905, ms=00014}
22:48:58.799450 run osmo-ms-mob/00024: Starting mobile
22:48:58.814018 run osmo-ms-mob/00024(pid=159): Launched
22:48:58.824722 run mass: MS start registered {at=919467.118551547, delay=0.004709093016572297, ms=00024}
22:48:59.296841 run osmo-ms-mob/00025: Starting mobile
22:48:59.313284 run osmo-ms-mob/00025(pid=160): Launched
22:48:59.324128 run mass: MS start registered {at=919467.617956414, delay=0.004690382978878915, ms=00025}
22:48:59.692972 run osmo-ms-mob/00026: Starting mobile
22:48:59.706607 run osmo-ms-mob/00026(pid=161): Launched
22:48:59.717697 run mass: MS start registered {at=919468.011523985, delay=0.004801807925105095, ms=00026}
22:49:00.112973 run osmo-ms-mob/00027: Starting mobile
22:49:00.129611 run osmo-ms-mob/00027(pid=162): Launched
22:49:00.140476 run mass: MS start registered {at=919468.434303394, delay=0.004907217109575868, ms=00027}
22:49:00.188933 run mass: MS performed LU {at=919468.482657397, lu_delay=5.682341687032022, ms=00015}
22:49:00.290848 run mass: MS performed LU {at=919468.584570592, lu_delay=5.247688421048224, ms=00016}
22:49:00.317665 run mass: MS performed LU {at=919468.611481364, lu_delay=4.8119236920028925, ms=00017}
22:49:00.360328 run osmo-ms-mob/00028: Starting mobile
22:49:00.376107 run osmo-ms-mob/00028(pid=163): Launched
22:49:00.386558 run mass: MS start registered {at=919468.680387092, delay=0.004417530028149486, ms=00028}
22:49:00.914694 run osmo-ms-mob/00029: Starting mobile
22:49:00.931379 run osmo-ms-mob/00029(pid=164): Launched
22:49:00.941953 run mass: MS start registered {at=919469.235782977, delay=0.004522944916971028, ms=00029}
22:49:01.282492 run osmo-ms-mob/00030: Starting mobile
22:49:01.295677 run osmo-ms-mob/00030(pid=165): Launched
22:49:01.306736 run mass: MS start registered {at=919469.600561091, delay=0.004999033990316093, ms=00030}
22:49:01.712474 run osmo-ms-mob/00031: Starting mobile
22:49:01.729185 run osmo-ms-mob/00031(pid=166): Launched
22:49:01.739729 run mass: MS start registered {at=919470.033557829, delay=0.004492057953029871, ms=00031}
22:49:02.004188 run osmo-ms-mob/00032: Starting mobile
22:49:02.020097 run osmo-ms-mob/00032(pid=167): Launched
22:49:02.030748 run mass: MS start registered {at=919470.324553273, delay=0.004628819995559752, ms=00032}
22:49:02.154927 run mass: MS performed LU {at=919470.448652377, lu_delay=4.647746740956791, ms=00021}
22:49:02.219675 run mass: MS performed LU {at=919470.513398625, lu_delay=6.0778100489405915, ms=00018}
22:49:02.288880 run mass: MS performed LU {at=919470.582603176, lu_delay=5.247201343998313, ms=00020}
22:49:02.317998 run osmo-ms-mob/00033: Starting mobile
22:49:02.331256 run osmo-ms-mob/00033(pid=168): Launched
22:49:02.337255 run mass: MS performed LU {at=919470.631090427, lu_delay=5.804574582027271, ms=00019}
22:49:02.343317 run mass: MS start registered {at=919470.637158109, delay=0.0060846449341624975, ms=00033}
22:49:02.814903 run osmo-ms-mob/00034: Starting mobile
22:49:02.831276 run osmo-ms-mob/00034(pid=169): Launched
22:49:02.842343 run mass: MS start registered {at=919471.13617167, delay=0.004784121992997825, ms=00034}
22:49:03.095123 run osmo-ms-mob/00035: Starting mobile
22:49:03.108878 run osmo-ms-mob/00035(pid=170): Launched
22:49:03.119674 run mass: MS start registered {at=919471.413502837, delay=0.004544887924566865, ms=00035}
22:49:03.482382 run osmo-ms-mob/00036: Starting mobile
22:49:03.495694 run osmo-ms-mob/00036(pid=171): Launched
22:49:03.506553 run mass: MS start registered {at=919471.800378203, delay=0.004680513986386359, ms=00036}
22:49:03.904680 run osmo-ms-mob/00037: Starting mobile
22:49:03.920562 run osmo-ms-mob/00037(pid=172): Launched
22:49:03.931073 run mass: MS start registered {at=919472.224901425, delay=0.004563399939797819, ms=00037}
22:49:04.056233 run mass: MS performed LU {at=919472.349956986, lu_delay=5.624590696068481, ms=00023}
22:49:04.083560 run mass: MS performed LU {at=919472.377313967, lu_delay=4.759357552975416, ms=00025}
22:49:04.105667 run osmo-ms-mob/00038: Starting mobile
22:49:04.118609 run osmo-ms-mob/00038(pid=173): Launched
22:49:04.129323 run mass: MS start registered {at=919472.423154811, delay=0.0047235030215233564, ms=00038}
22:49:04.228061 run mass: MS performed LU {at=919472.521792313, lu_delay=5.403240765910596, ms=00024}
22:49:04.483244 run osmo-ms-mob/00039: Starting mobile
22:49:04.496255 run osmo-ms-mob/00039(pid=174): Launched
22:49:04.507094 run mass: MS start registered {at=919472.800923496, delay=0.004863884998485446, ms=00039}
22:49:04.895193 run osmo-ms-mob/00040: Starting mobile
22:49:04.909078 run osmo-ms-mob/00040(pid=175): Launched
22:49:04.920343 run mass: MS start registered {at=919473.214171923, delay=0.004895325982943177, ms=00040}
22:49:05.195938 run osmo-ms-mob/00041: Starting mobile
22:49:05.209600 run osmo-ms-mob/00041(pid=176): Launched
22:49:05.220790 run mass: MS start registered {at=919473.514618547, delay=0.004977409029379487, ms=00041}
22:49:05.482595 run osmo-ms-mob/00042: Starting mobile
22:49:05.495552 run osmo-ms-mob/00042(pid=177): Launched
22:49:05.505959 run mass: MS start registered {at=919473.799789008, delay=0.004448191961273551, ms=00042}
22:49:05.882056 run osmo-ms-mob/00043: Starting mobile
22:49:05.895370 run osmo-ms-mob/00043(pid=178): Launched
22:49:05.906132 run mass: MS start registered {at=919474.19995957, delay=0.004760092007927597, ms=00043}
22:49:05.919708 run mass: MS performed LU {at=919474.213539026, lu_delay=5.533151933923364, ms=00028}
22:49:05.985309 run mass: MS performed LU {at=919474.279032237, lu_delay=5.043249260052107, ms=00029}
22:49:06.012440 run osmo-ms-mob/00044: Starting mobile
22:49:06.025233 run osmo-ms-mob/00044(pid=179): Launched
22:49:06.035868 run mass: MS start registered {at=919474.32970192, delay=0.004606018075719476, ms=00044}
22:49:06.053360 run mass: MS performed LU {at=919474.347181586, lu_delay=5.912878191913478, ms=00027}
22:49:06.091121 run mass: MS performed LU {at=919474.384863693, lu_delay=4.784302602056414, ms=00030}
22:49:06.112454 run osmo-ms-mob/00045: Starting mobile
22:49:06.125536 run osmo-ms-mob/00045(pid=180): Launched
22:49:06.131961 run mass: MS performed LU {at=919474.425794535, lu_delay=6.4142705500125885, ms=00026}
22:49:06.137818 run mass: MS start registered {at=919474.431660104, delay=0.0058824640000239015, ms=00045}
22:49:06.792687 run osmo-ms-mob/00046: Starting mobile
22:49:06.806140 run osmo-ms-mob/00046(pid=181): Launched
22:49:06.817378 run mass: MS start registered {at=919475.111198159, delay=0.0051807950949296355, ms=00046}
22:49:07.095363 run osmo-ms-mob/00047: Starting mobile
22:49:07.109818 run osmo-ms-mob/00047(pid=182): Launched
22:49:07.120733 run mass: MS start registered {at=919475.414561549, delay=0.004727741936221719, ms=00047}
22:49:07.383009 run osmo-ms-mob/00048: Starting mobile
22:49:07.396084 run osmo-ms-mob/00048(pid=183): Launched
22:49:07.406773 run mass: MS start registered {at=919475.70060147, delay=0.004685672000050545, ms=00048}
22:49:07.705182 run osmo-ms-mob/00049: Starting mobile
22:49:07.721958 run osmo-ms-mob/00049(pid=184): Launched
22:49:07.732927 run mass: MS start registered {at=919476.02674313, delay=0.0050275749526917934, ms=00049}
22:49:07.756991 run mass: MS performed LU {at=919476.050721203, lu_delay=4.63721836602781, ms=00035}
22:49:07.822294 run mass: MS performed LU {at=919476.115996831, lu_delay=4.979825160931796, ms=00034}
22:49:07.849174 run osmo-ms-mob/00050: Starting mobile
22:49:07.862109 run osmo-ms-mob/00050(pid=185): Launched
22:49:07.868032 run mass: MS performed LU {at=919476.161869608, lu_delay=5.837316334946081, ms=00032}
22:49:07.873769 run mass: MS start registered {at=919476.167611576, delay=0.005758154089562595, ms=00050}
22:49:08.029275 run mass: MS performed LU {at=919476.323000369, lu_delay=5.685842260019854, ms=00033}
22:49:08.052242 run mass: MS performed LU {at=919476.346080085, lu_delay=6.312522256048396, ms=00031}
22:49:08.063356 run osmo-ms-mob/00051: Starting mobile
22:49:08.076274 run osmo-ms-mob/00051(pid=186): Launched
22:49:08.088638 run mass: MS start registered {at=919476.382465066, delay=0.006360122002661228, ms=00051}
22:49:08.695714 run osmo-ms-mob/00052: Starting mobile
22:49:08.709991 run osmo-ms-mob/00052(pid=187): Launched
22:49:08.721426 run mass: MS start registered {at=919477.015250859, delay=0.005174943944439292, ms=00052}
22:49:08.982653 run osmo-ms-mob/00053: Starting mobile
22:49:08.995883 run osmo-ms-mob/00053(pid=188): Launched
22:49:09.006614 run mass: MS start registered {at=919477.300443165, delay=0.004633403033949435, ms=00053}
22:49:09.295697 run osmo-ms-mob/00054: Starting mobile
22:49:09.309433 run osmo-ms-mob/00054(pid=189): Launched
22:49:09.320077 run mass: MS start registered {at=919477.613906391, delay=0.004577753017656505, ms=00054}
22:49:09.581838 run osmo-ms-mob/00055: Starting mobile
22:49:09.595327 run osmo-ms-mob/00055(pid=190): Launched
22:49:09.606188 run mass: MS start registered {at=919477.90001639, delay=0.00486829096917063, ms=00055}
22:49:09.686364 run mass: MS performed LU {at=919477.980079253, lu_delay=5.755177828017622, ms=00037}
22:49:09.751254 run mass: MS performed LU {at=919478.045000841, lu_delay=6.2446226379834116, ms=00036}
22:49:09.778236 run osmo-ms-mob/00056: Starting mobile
22:49:09.791362 run osmo-ms-mob/00056(pid=191): Launched
22:49:09.802089 run mass: MS start registered {at=919478.095921168, delay=0.004662803956307471, ms=00056}
22:49:09.818877 run mass: MS performed LU {at=919478.112706699, lu_delay=5.311783202923834, ms=00039}
22:49:09.856721 run mass: MS performed LU {at=919478.150475751, lu_delay=5.727320940000936, ms=00038}
22:49:09.877157 run osmo-ms-mob/00057: Starting mobile
22:49:09.890316 run osmo-ms-mob/00057(pid=192): Launched
22:49:09.896670 run mass: MS performed LU {at=919478.190502351, lu_delay=4.9763304280349985, ms=00040}
22:49:09.902515 run mass: MS start registered {at=919478.196356537, delay=0.005871826084330678, ms=00057}
22:49:10.184260 run mass: MS performed LU {at=919478.477986287, lu_delay=4.963367739925161, ms=00041}
22:49:10.596173 run osmo-ms-mob/00058: Starting mobile
22:49:10.610101 run osmo-ms-mob/00058(pid=193): Launched
22:49:10.621346 run mass: MS start registered {at=919478.91517103, delay=0.0052665360271930695, ms=00058}
22:49:10.896624 run osmo-ms-mob/00059: Starting mobile
22:49:10.910602 run osmo-ms-mob/00059(pid=194): Launched
22:49:10.921455 run mass: MS start registered {at=919479.215281352, delay=0.004842345020733774, ms=00059}
22:49:11.183188 run osmo-ms-mob/00060: Starting mobile
22:49:11.196075 run osmo-ms-mob/00060(pid=195): Launched
22:49:11.207591 run mass: MS start registered {at=919479.501415449, delay=0.00524942995980382, ms=00060}
22:49:11.486263 run mass: MS performed LU {at=919479.7799725, lu_delay=5.45027058001142, ms=00044}
22:49:11.515562 run osmo-ms-mob/00061: Starting mobile
22:49:11.528995 run osmo-ms-mob/00061(pid=196): Launched
22:49:11.539754 run mass: MS start registered {at=919479.833581701, delay=0.004749145009554923, ms=00061}
22:49:11.587793 run mass: MS performed LU {at=919479.881535848, lu_delay=5.681576278060675, ms=00043}
22:49:11.615012 run mass: MS performed LU {at=919479.90880909, lu_delay=6.109020082047209, ms=00042}
22:49:11.629907 run osmo-ms-mob/00062: Starting mobile
22:49:11.642862 run osmo-ms-mob/00062(pid=197): Launched
22:49:11.653387 run mass: MS start registered {at=919479.947219384, delay=0.004546525073237717, ms=00062}
22:49:11.795192 run mass: MS performed LU {at=919480.088918778, lu_delay=5.6572586740367115, ms=00045}
22:49:11.818965 run mass: MS performed LU {at=919480.112799766, lu_delay=4.698238217039034, ms=00047}
22:49:11.830186 run osmo-ms-mob/00063: Starting mobile
22:49:11.843209 run osmo-ms-mob/00063(pid=198): Launched
22:49:11.854140 run mass: MS start registered {at=919480.147968658, delay=0.0048949370393529534, ms=00063}
22:49:12.596195 run osmo-ms-mob/00064: Starting mobile
22:49:12.610441 run osmo-ms-mob/00064(pid=199): Launched
22:49:12.621349 run mass: MS start registered {at=919480.915176805, delay=0.004695549025200307, ms=00064}
22:49:12.995676 run osmo-ms-mob/00065: Starting mobile
22:49:13.009414 run osmo-ms-mob/00065(pid=200): Launched
22:49:13.020226 run mass: MS start registered {at=919481.314052972, delay=0.0048429640009999275, ms=00065}
22:49:13.281921 run osmo-ms-mob/00066: Starting mobile
22:49:13.294931 run osmo-ms-mob/00066(pid=201): Launched
22:49:13.305561 run mass: MS start registered {at=919481.599389603, delay=0.004643223015591502, ms=00066}
22:49:13.452790 run mass: MS performed LU {at=919481.746513006, lu_delay=5.719769876101054, ms=00049}
22:49:13.517187 run mass: MS performed LU {at=919481.810914495, lu_delay=5.428449428989552, ms=00051}
22:49:13.622692 run mass: MS performed LU {at=919481.91641805, lu_delay=5.748806473915465, ms=00050}
22:49:13.665905 run osmo-ms-mob/00067: Starting mobile
22:49:13.679534 run osmo-ms-mob/00067(pid=202): Launched
22:49:13.690530 run mass: MS start registered {at=919481.984353158, delay=0.004984349012374878, ms=00067}
22:49:13.951365 run mass: MS performed LU {at=919482.245088378, lu_delay=4.9446452129632235, ms=00053}
22:49:13.965556 run osmo-ms-mob/00068: Starting mobile
22:49:13.978912 run osmo-ms-mob/00068(pid=203): Launched
22:49:13.993380 run mass: MS start registered {at=919482.287205036, delay=0.008431924041360617, ms=00068}
22:49:14.396181 run osmo-ms-mob/00069: Starting mobile
22:49:14.410072 run osmo-ms-mob/00069(pid=204): Launched
22:49:14.421735 run mass: MS start registered {at=919482.715562463, delay=0.0053312910022214055, ms=00069}
22:49:14.551393 run mass: MS performed LU {at=919482.845116546, lu_delay=3.62983519397676, ms=00059}
22:49:14.794356 run osmo-ms-mob/00070: Starting mobile
22:49:14.808003 run osmo-ms-mob/00070(pid=205): Launched
22:49:14.819481 run mass: MS start registered {at=919483.113304711, delay=0.005416633910499513, ms=00070}
22:49:15.196160 run osmo-ms-mob/00071: Starting mobile
22:49:15.209920 run osmo-ms-mob/00071(pid=206): Launched
22:49:15.221378 run mass: MS start registered {at=919483.515207115, delay=0.005431495956145227, ms=00071}
22:49:15.252174 run mass: MS performed LU {at=919483.545957381, lu_delay=5.932050990057178, ms=00054}
22:49:15.353912 run mass: MS performed LU {at=919483.647635864, lu_delay=4.732464833999984, ms=00058}
22:49:15.381435 run mass: MS performed LU {at=919483.675234744, lu_delay=5.579313575988635, ms=00056}
22:49:15.394325 run osmo-ms-mob/00072: Starting mobile
22:49:15.407380 run osmo-ms-mob/00072(pid=207): Launched
22:49:15.418679 run mass: MS start registered {at=919483.712505502, delay=0.005112461047247052, ms=00072}
22:49:15.561339 run mass: MS performed LU {at=919483.855063473, lu_delay=5.658706935937516, ms=00057}
22:49:15.585156 run mass: MS performed LU {at=919483.878994667, lu_delay=5.9789782769512385, ms=00055}
22:49:16.022301 run osmo-ms-mob/00073: Starting mobile
22:49:16.038475 run osmo-ms-mob/00073(pid=208): Launched
22:49:16.050904 run mass: MS start registered {at=919484.34472624, delay=0.006173026980832219, ms=00073}
22:49:16.371699 run mass: MS performed LU {at=919484.665420645, lu_delay=3.750243840040639, ms=00064}
22:49:16.400016 run osmo-ms-mob/00074: Starting mobile
22:49:16.413281 run osmo-ms-mob/00074(pid=209): Launched
22:49:16.424467 run mass: MS start registered {at=919484.718292909, delay=0.00495829398278147, ms=00074}
22:49:16.803127 run osmo-ms-mob/00075: Starting mobile
22:49:16.818142 run osmo-ms-mob/00075(pid=210): Launched
22:49:16.829562 run mass: MS start registered {at=919485.123389143, delay=0.005326109007000923, ms=00075}
22:49:17.153088 run mass: MS performed LU {at=919485.446811383, lu_delay=5.613229681970552, ms=00061}
22:49:17.245772 run mass: MS performed LU {at=919485.53950964, lu_delay=5.592290255939588, ms=00062}
22:49:17.274527 run osmo-ms-mob/00076: Starting mobile
22:49:17.287981 run osmo-ms-mob/00076(pid=211): Launched
22:49:17.294017 run mass: MS performed LU {at=919485.58785291, lu_delay=6.086437461082824, ms=00060}
22:49:17.299850 run mass: MS start registered {at=919485.593692633, delay=0.00585701793897897, ms=00076}
22:49:17.714709 run osmo-ms-mob/00077: Starting mobile
22:49:17.730579 run osmo-ms-mob/00077(pid=212): Launched
22:49:17.741709 run mass: MS start registered {at=919486.035537889, delay=0.004886672948487103, ms=00077}
22:49:18.195855 run osmo-ms-mob/00078: Starting mobile
22:49:18.209936 run osmo-ms-mob/00078(pid=213): Launched
22:49:18.215979 run mass: MS performed LU {at=919486.50981259, lu_delay=6.361843931954354, ms=00063}
22:49:18.221869 run mass: MS start registered {at=919486.515710172, delay=0.005915301968343556, ms=00078}
22:49:18.594791 run osmo-ms-mob/00079: Starting mobile
22:49:18.608638 run osmo-ms-mob/00079(pid=214): Launched
22:49:18.619791 run mass: MS start registered {at=919486.913620117, delay=0.0050924120005220175, ms=00079}
22:49:19.017234 run mass: MS performed LU {at=919487.310941994, lu_delay=5.996889021946117, ms=00065}
22:49:19.046557 run osmo-ms-mob/00080: Starting mobile
22:49:19.059944 run osmo-ms-mob/00080(pid=215): Launched
22:49:19.065970 run mass: MS performed LU {at=919487.359805321, lu_delay=5.760415717959404, ms=00066}
22:49:19.071800 run mass: MS start registered {at=919487.365642103, delay=0.0058545980136841536, ms=00080}
22:49:19.147240 run mass: MS performed LU {at=919487.440965825, lu_delay=5.153760788962245, ms=00068}
22:49:19.327437 run mass: MS performed LU {at=919487.621163084, lu_delay=5.636809926014394, ms=00067}
22:49:19.351088 run mass: MS performed LU {at=919487.644926587, lu_delay=4.929364123963751, ms=00069}
22:49:19.375717 run osmo-ms-mob/00081: Starting mobile
22:49:19.389148 run osmo-ms-mob/00081(pid=216): Launched
22:49:19.400125 run mass: MS start registered {at=919487.693956441, delay=0.004945612046867609, ms=00081}
22:49:19.993103 run osmo-ms-mob/00082: Starting mobile
22:49:20.007140 run osmo-ms-mob/00082(pid=217): Launched
22:49:20.018367 run mass: MS start registered {at=919488.312188489, delay=0.0051983860321342945, ms=00082}
22:49:20.604598 run osmo-ms-mob/00083: Starting mobile
22:49:20.620783 run osmo-ms-mob/00083(pid=218): Launched
22:49:20.631795 run mass: MS start registered {at=919488.925622565, delay=0.004970098962076008, ms=00083}
22:49:20.882660 run mass: MS performed LU {at=919489.176385623, lu_delay=5.463880121009424, ms=00072}
22:49:21.002515 run mass: MS performed LU {at=919489.296245556, lu_delay=4.951519315945916, ms=00073}
22:49:21.047767 run osmo-ms-mob/00084: Starting mobile
22:49:21.061716 run osmo-ms-mob/00084(pid=219): Launched
22:49:21.067713 run mass: MS performed LU {at=919489.361549689, lu_delay=5.846342573990114, ms=00071}
22:49:21.073486 run mass: MS start registered {at=919489.36732899, delay=0.005796289071440697, ms=00084}
22:49:21.154338 run mass: MS performed LU {at=919489.44807593, lu_delay=4.729783021030016, ms=00074}
22:49:21.192833 run mass: MS performed LU {at=919489.486577532, lu_delay=6.373272821074352, ms=00070}
22:49:21.247596 run mass: MS performed LU {at=919489.541321957, lu_delay=23.341909873997793, ms=00022}
22:49:21.273047 run osmo-ms-mob/00085: Starting mobile
22:49:21.286131 run osmo-ms-mob/00085(pid=220): Launched
22:49:21.296977 run mass: MS start registered {at=919489.590806767, delay=0.004910712013952434, ms=00085}
22:49:22.182671 run osmo-ms-mob/00086: Starting mobile
22:49:22.195971 run osmo-ms-mob/00086(pid=221): Launched
22:49:22.208046 run mass: MS start registered {at=919490.501868256, delay=0.006035650032572448, ms=00086}
22:49:22.813491 run osmo-ms-mob/00087: Starting mobile
22:49:22.830660 run osmo-ms-mob/00087(pid=222): Launched
22:49:22.836661 run mass: MS performed LU {at=919491.130495978, lu_delay=6.007106835022569, ms=00075}
22:49:22.842814 run mass: MS performed LU {at=919491.136653474, lu_delay=5.101115584955551, ms=00077}
22:49:22.848583 run mass: MS start registered {at=919491.142425672, delay=0.011947429040446877, ms=00087}
22:49:22.913797 run mass: MS performed LU {at=919491.207521486, lu_delay=4.691811313969083, ms=00078}
22:49:23.092740 run mass: MS performed LU {at=919491.386447714, lu_delay=5.792755080969073, ms=00076}
22:49:23.413842 run osmo-ms-mob/00088: Starting mobile
22:49:23.431028 run osmo-ms-mob/00088(pid=223): Launched
22:49:23.442067 run mass: MS start registered {at=919491.735894993, delay=0.005038946983404458, ms=00088}
22:49:23.994669 run osmo-ms-mob/00089: Starting mobile
22:49:24.009214 run osmo-ms-mob/00089(pid=224): Launched
22:49:24.020883 run mass: MS start registered {at=919492.31470471, delay=0.005451372009702027, ms=00089}
22:49:24.614552 run osmo-ms-mob/00090: Starting mobile
22:49:24.631410 run osmo-ms-mob/00090(pid=225): Launched
22:49:24.642349 run mass: MS start registered {at=919492.93617561, delay=0.004983120015822351, ms=00090}
22:49:24.750535 run mass: MS performed LU {at=919493.044107611, lu_delay=5.678465507924557, ms=00080}
22:49:24.767515 run mass: MS performed LU {at=919493.061245534, lu_delay=4.749057044973597, ms=00082}
22:49:24.814869 run mass: MS performed LU {at=919493.108592702, lu_delay=6.194972584955394, ms=00079}
22:49:24.883951 run mass: MS performed LU {at=919493.177656388, lu_delay=5.48369994701352, ms=00081}
22:49:25.304713 run osmo-ms-mob/00091: Starting mobile
22:49:25.320515 run osmo-ms-mob/00091(pid=226): Launched
22:49:25.331717 run mass: MS start registered {at=919493.625545247, delay=0.005041594034992158, ms=00091}
22:49:25.992975 run osmo-ms-mob/00092: Starting mobile
22:49:26.006401 run osmo-ms-mob/00092(pid=227): Launched
22:49:26.017586 run mass: MS start registered {at=919494.311412736, delay=0.005110202939249575, ms=00092}
22:49:26.549621 run mass: MS performed LU {at=919494.843344119, lu_delay=4.341475863009691, ms=00086}
22:49:26.573777 run mass: MS performed LU {at=919494.867614697, lu_delay=5.276807929971255, ms=00085}
22:49:26.679480 run mass: MS performed LU {at=919494.973203242, lu_delay=6.047580677084625, ms=00083}
22:49:26.734978 run osmo-ms-mob/00093: Starting mobile
22:49:26.750076 run osmo-ms-mob/00093(pid=228): Launched
22:49:26.761156 run mass: MS start registered {at=919495.054985304, delay=0.005076876957900822, ms=00093}
22:49:26.824797 run mass: MS performed LU {at=919495.118511881, lu_delay=5.751182890962809, ms=00084}
22:49:27.695040 run osmo-ms-mob/00094: Starting mobile
22:49:27.708905 run osmo-ms-mob/00094(pid=229): Launched
22:49:27.720248 run mass: MS start registered {at=919496.014065454, delay=0.005289722001180053, ms=00094}
22:49:28.516040 run mass: MS performed LU {at=919496.809740153, lu_delay=5.667314480990171, ms=00087}
22:49:28.571986 run osmo-ms-mob/00095: Starting mobile
22:49:28.587294 run osmo-ms-mob/00095(pid=230): Launched
22:49:28.593341 run mass: MS performed LU {at=919496.887176927, lu_delay=5.151281933998689, ms=00088}
22:49:28.599203 run mass: MS performed LU {at=919496.893045135, lu_delay=21.781846975907683, ms=00046}
22:49:28.604922 run mass: MS start registered {at=919496.898765227, delay=0.011605096980929375, ms=00095}
22:49:28.885279 run mass: MS performed LU {at=919497.179002735, lu_delay=4.864298024913296, ms=00089}
22:49:29.581842 run osmo-ms-mob/00096: Starting mobile
22:49:29.595108 run osmo-ms-mob/00096(pid=231): Launched
22:49:29.606406 run mass: MS start registered {at=919497.900234184, delay=0.004880632972344756, ms=00096}
22:49:30.315303 run mass: MS performed LU {at=919498.609028388, lu_delay=4.983483141055331, ms=00091}
22:49:30.445049 run mass: MS performed LU {at=919498.738775177, lu_delay=5.802599566988647, ms=00090}
22:49:30.569503 run mass: MS performed LU {at=919498.863228638, lu_delay=23.162627167999744, ms=00048}
22:49:30.593832 run mass: MS performed LU {at=919498.887669052, lu_delay=21.87241819303017, ms=00052}
22:49:30.628312 run osmo-ms-mob/00097: Starting mobile
22:49:30.642483 run osmo-ms-mob/00097(pid=232): Launched
22:49:30.653498 run mass: MS start registered {at=919498.947325138, delay=0.005029623978771269, ms=00097}
22:49:32.023137 run osmo-ms-mob/00098: Starting mobile
22:49:32.039207 run osmo-ms-mob/00098(pid=233): Launched
22:49:32.051153 run mass: MS start registered {at=919500.344978388, delay=0.0055947680957615376, ms=00098}
22:49:32.281310 run mass: MS performed LU {at=919500.57501913, lu_delay=6.263606394059025, ms=00092}
22:49:32.299237 run mass: MS performed LU {at=919500.593002206, lu_delay=4.578936751931906, ms=00094}
22:49:32.345917 run mass: MS performed LU {at=919500.639649992, lu_delay=5.584664687979966, ms=00093}
22:49:33.813699 run osmo-ms-mob/00099: Starting mobile
22:49:33.830725 run osmo-ms-mob/00099(pid=234): Launched
22:49:33.837073 run mass: All started... {duration=55.764959587017074, too_slow=0}
22:49:33.842916 run mass: MS start registered {at=919502.13675156, delay=0.005838352022692561, ms=00099}
22:49:34.063587 run mass: MS performed LU {at=919502.357310745, lu_delay=4.457076561055146, ms=00096}
22:49:34.211463 run mass: MS performed LU {at=919502.50518628, lu_delay=5.6064210530603305, ms=00095}
22:49:36.046945 run mass: MS performed LU {at=919504.34064194, lu_delay=5.393316801986657, ms=00097}
22:49:37.949182 run mass: MS performed LU {at=919506.242903565, lu_delay=5.897925177006982, ms=00098}
22:49:39.815130 run mass: MS performed LU {at=919508.108852182, lu_delay=5.972100622020662, ms=00099}
22:49:39.837769 run mass: Tests done {all_completed=True, max=23.341909873997793, min=3.62983519397676}
22:49:39.843745 tst register_default_mass.py: Test passed (81.1 sec)
22:49:39.849023 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:39.852261 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:39.855468 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:39.858661 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:39.861840 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:39.865082 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:39.868343 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:39.871590 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:39.874843 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:39.878098 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:39.881345 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:39.884603 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:39.887998 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:39.891318 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:39.894599 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:39.897929 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:39.901276 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:39.904649 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:39.907948 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:39.911226 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:39.914542 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:39.918083 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:39.921562 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:39.924899 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:39.928146 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:39.931438 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:39.934722 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:39.938056 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:39.941386 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:39.944722 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:39.948018 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:39.951401 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:39.954971 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:39.958291 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:39.961666 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:39.965047 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:39.968577 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:39.972261 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:39.975903 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:39.979262 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:39.982646 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:39.986017 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:39.989290 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:39.992671 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:39.996058 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:39.999412 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:40.002923 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:40.006325 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:40.009701 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:40.013079 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:40.016455 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:40.019891 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:40.023330 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:40.026703 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:40.030076 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:40.033456 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:40.036831 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:40.040201 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:40.043573 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:40.046951 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:40.050501 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:40.053890 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:40.057158 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:40.060511 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:40.063906 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:40.067192 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:40.070573 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:40.073870 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:40.077228 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:40.080483 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:40.083854 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:40.087118 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:40.090506 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:40.094196 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:40.097522 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:40.100749 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:40.104039 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:40.107363 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:40.110560 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:40.113769 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:40.117049 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:40.120308 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:40.123576 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:40.126801 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:40.130012 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:40.133253 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:40.136530 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:40.139737 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:40.143052 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:40.146704 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:40.150508 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:40.153754 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:40.157030 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:40.160400 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:40.163688 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:40.167040 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:40.170365 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:40.173618 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:40.176954 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:40.180725 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:40.184036 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:40.187450 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:40.191031 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:40.194612 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:40.197850 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:40.201130 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:40.204424 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:40.207690 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:40.210954 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:40.214211 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:40.217493 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:40.220785 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:40.224035 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:40.227283 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:40.230520 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:40.233754 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:40.236920 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:40.240079 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:40.243238 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:40.246393 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:40.249539 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:40.252690 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:40.255850 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:40.259004 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:40.262155 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:40.265301 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:40.268461 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:40.271629 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:40.274791 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:40.277941 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:40.281092 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:40.284251 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:40.287401 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:40.290561 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:40.293716 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:40.296878 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:40.300031 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:40.303196 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:40.306347 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:40.309489 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:40.312640 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:40.315798 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:40.318953 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:40.322090 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:40.325250 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:40.328403 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:40.331555 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:40.334694 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:40.337826 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:40.340975 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:40.344131 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:40.347292 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:40.350444 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:40.353586 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:40.356735 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:40.359890 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:40.363044 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:40.366199 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:40.369347 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:40.372502 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:40.375663 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:40.378824 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:40.381977 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:40.385138 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:40.388307 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:40.391458 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:40.394617 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:40.397762 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:40.400919 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:40.404096 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:40.407266 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:40.410427 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:40.413584 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:40.416757 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:40.419914 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:40.423075 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:40.426236 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:40.429391 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:40.432543 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:40.435713 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:40.438873 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:40.442044 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:40.445203 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:40.448363 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:40.451525 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:40.454728 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:40.457940 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:40.461154 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:40.464394 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:40.467620 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:40.470850 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:40.474062 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:40.477287 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:40.480514 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:40.483738 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:40.486966 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:40.490180 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:40.493406 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:40.496633 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:40.499858 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:40.503066 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:40.506285 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:40.509498 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:40.512710 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:40.515937 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:40.519148 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:40.522358 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:40.525570 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:40.528787 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:40.532012 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:40.535228 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:40.538453 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:40.541659 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:40.544899 --- ParallelTerminationStrategy: PID 22 died...
22:49:40.546355 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:40.549920 --- ParallelTerminationStrategy: PID 23 died...
22:49:40.551370 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:40.554922 --- ParallelTerminationStrategy: PID 24 died...
22:49:40.556359 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:40.559935 --- ParallelTerminationStrategy: PID 25 died...
22:49:40.561377 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:40.564956 --- ParallelTerminationStrategy: PID 26 died...
22:49:40.566409 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:40.570003 --- ParallelTerminationStrategy: PID 27 died...
22:49:40.571463 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:40.575060 --- ParallelTerminationStrategy: PID 28 died...
22:49:40.576518 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:40.580131 --- ParallelTerminationStrategy: PID 29 died...
22:49:40.581595 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:40.585196 --- ParallelTerminationStrategy: PID 30 died...
22:49:40.586659 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:40.590265 --- ParallelTerminationStrategy: PID 31 died...
22:49:40.591723 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:40.595344 --- ParallelTerminationStrategy: PID 32 died...
22:49:40.596800 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:40.600419 --- ParallelTerminationStrategy: PID 33 died...
22:49:40.601891 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:40.605505 --- ParallelTerminationStrategy: PID 35 died...
22:49:40.606981 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:40.610606 --- ParallelTerminationStrategy: PID 36 died...
22:49:40.612077 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:40.615689 --- ParallelTerminationStrategy: PID 37 died...
22:49:40.617156 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:40.620760 --- ParallelTerminationStrategy: PID 38 died...
22:49:40.622233 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:40.625824 --- ParallelTerminationStrategy: PID 39 died...
22:49:40.627307 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:40.630929 --- ParallelTerminationStrategy: PID 40 died...
22:49:40.632382 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:40.635998 --- ParallelTerminationStrategy: PID 41 died...
22:49:40.637456 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:40.641072 --- ParallelTerminationStrategy: PID 42 died...
22:49:40.642546 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:40.646134 --- ParallelTerminationStrategy: PID 43 died...
22:49:40.647613 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:40.651197 --- ParallelTerminationStrategy: PID 44 died...
22:49:40.652647 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:40.656230 --- ParallelTerminationStrategy: PID 45 died...
22:49:40.657679 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:40.661243 --- ParallelTerminationStrategy: PID 46 died...
22:49:40.662694 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:40.666253 --- ParallelTerminationStrategy: PID 47 died...
22:49:40.667692 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:40.671278 --- ParallelTerminationStrategy: PID 48 died...
22:49:40.672714 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:40.676285 --- ParallelTerminationStrategy: PID 49 died...
22:49:40.677727 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:40.681292 --- ParallelTerminationStrategy: PID 50 died...
22:49:40.682748 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:40.686309 --- ParallelTerminationStrategy: PID 51 died...
22:49:40.687751 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:40.691338 --- ParallelTerminationStrategy: PID 52 died...
22:49:40.692777 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:40.696340 --- ParallelTerminationStrategy: PID 53 died...
22:49:40.697775 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:40.701352 --- ParallelTerminationStrategy: PID 54 died...
22:49:40.702805 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:40.706366 --- ParallelTerminationStrategy: PID 55 died...
22:49:40.707808 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:40.711363 --- ParallelTerminationStrategy: PID 56 died...
22:49:40.712808 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:40.716374 --- ParallelTerminationStrategy: PID 57 died...
22:49:40.717822 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:40.721357 --- ParallelTerminationStrategy: PID 58 died...
22:49:40.722799 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:40.726320 --- ParallelTerminationStrategy: PID 59 died...
22:49:40.727745 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:40.731280 --- ParallelTerminationStrategy: PID 60 died...
22:49:40.732710 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:40.736230 --- ParallelTerminationStrategy: PID 61 died...
22:49:40.737664 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:40.741211 --- ParallelTerminationStrategy: PID 62 died...
22:49:40.742641 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:40.746177 --- ParallelTerminationStrategy: PID 63 died...
22:49:40.747606 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:40.751129 --- ParallelTerminationStrategy: PID 64 died...
22:49:40.752564 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:40.756099 --- ParallelTerminationStrategy: PID 65 died...
22:49:40.757519 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:40.761040 --- ParallelTerminationStrategy: PID 66 died...
22:49:40.762472 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:40.765973 --- ParallelTerminationStrategy: PID 67 died...
22:49:40.767410 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:40.770935 --- ParallelTerminationStrategy: PID 68 died...
22:49:40.772357 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:40.775874 --- ParallelTerminationStrategy: PID 69 died...
22:49:40.777295 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:40.780806 --- ParallelTerminationStrategy: PID 70 died...
22:49:40.782248 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:40.785764 --- ParallelTerminationStrategy: PID 71 died...
22:49:40.787199 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:40.790742 --- ParallelTerminationStrategy: PID 72 died...
22:49:40.792179 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:40.795684 --- ParallelTerminationStrategy: PID 73 died...
22:49:40.797119 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:40.800659 --- ParallelTerminationStrategy: PID 74 died...
22:49:40.802082 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:40.805603 --- ParallelTerminationStrategy: PID 75 died...
22:49:40.807026 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:40.810553 --- ParallelTerminationStrategy: PID 76 died...
22:49:40.811975 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:40.815496 --- ParallelTerminationStrategy: PID 77 died...
22:49:40.816927 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:40.820469 --- ParallelTerminationStrategy: PID 78 died...
22:49:40.821888 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:40.825408 --- ParallelTerminationStrategy: PID 79 died...
22:49:40.826840 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:40.830364 --- ParallelTerminationStrategy: PID 80 died...
22:49:40.831793 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:40.835316 --- ParallelTerminationStrategy: PID 81 died...
22:49:40.836738 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:40.840260 --- ParallelTerminationStrategy: PID 82 died...
22:49:40.841680 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:40.845196 --- ParallelTerminationStrategy: PID 83 died...
22:49:40.846632 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:40.850147 --- ParallelTerminationStrategy: PID 84 died...
22:49:40.851587 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:40.855133 --- ParallelTerminationStrategy: PID 85 died...
22:49:40.856548 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:40.860069 --- ParallelTerminationStrategy: PID 86 died...
22:49:40.861484 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:40.865172 --- ParallelTerminationStrategy: PID 87 died...
22:49:40.866656 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:40.870258 --- ParallelTerminationStrategy: PID 88 died...
22:49:40.871702 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:40.875254 --- ParallelTerminationStrategy: PID 89 died...
22:49:40.876694 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:40.880267 --- ParallelTerminationStrategy: PID 90 died...
22:49:40.881705 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:40.885277 --- ParallelTerminationStrategy: PID 91 died...
22:49:40.886745 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:40.890319 --- ParallelTerminationStrategy: PID 92 died...
22:49:40.891762 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:40.895332 --- ParallelTerminationStrategy: PID 93 died...
22:49:40.896778 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:40.900369 --- ParallelTerminationStrategy: PID 94 died...
22:49:40.901808 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:40.905393 --- ParallelTerminationStrategy: PID 95 died...
22:49:40.906846 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:40.910424 --- ParallelTerminationStrategy: PID 96 died...
22:49:40.911869 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:40.915462 --- ParallelTerminationStrategy: PID 97 died...
22:49:40.916904 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:40.920468 --- ParallelTerminationStrategy: PID 98 died...
22:49:40.921917 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:40.925495 --- ParallelTerminationStrategy: PID 99 died...
22:49:40.926952 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:40.930523 --- ParallelTerminationStrategy: PID 100 died...
22:49:40.931973 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:40.935570 --- ParallelTerminationStrategy: PID 101 died...
22:49:40.937018 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:40.940613 --- ParallelTerminationStrategy: PID 102 died...
22:49:40.942054 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:40.945648 --- ParallelTerminationStrategy: PID 103 died...
22:49:40.947107 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:40.950701 --- ParallelTerminationStrategy: PID 104 died...
22:49:40.952147 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:40.955722 --- ParallelTerminationStrategy: PID 105 died...
22:49:40.957173 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:40.960760 --- ParallelTerminationStrategy: PID 106 died...
22:49:40.962212 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:40.965778 --- ParallelTerminationStrategy: PID 107 died...
22:49:40.967224 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:40.970781 --- ParallelTerminationStrategy: PID 108 died...
22:49:40.972226 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:40.975805 --- ParallelTerminationStrategy: PID 109 died...
22:49:40.977242 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:40.980824 --- ParallelTerminationStrategy: PID 110 died...
22:49:40.982274 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:40.985830 --- ParallelTerminationStrategy: PID 111 died...
22:49:40.987285 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:40.990855 --- ParallelTerminationStrategy: PID 112 died...
22:49:40.992309 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:40.995908 --- ParallelTerminationStrategy: PID 113 died...
22:49:40.997356 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:41.000928 --- ParallelTerminationStrategy: PID 114 died...
22:49:41.002386 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:41.005951 --- ParallelTerminationStrategy: PID 115 died...
22:49:41.007407 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:41.010981 --- ParallelTerminationStrategy: PID 116 died...
22:49:41.012423 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:41.016011 --- ParallelTerminationStrategy: PID 117 died...
22:49:41.017457 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:41.021053 --- ParallelTerminationStrategy: PID 118 died...
22:49:41.022522 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:41.026108 --- ParallelTerminationStrategy: PID 119 died...
22:49:41.027569 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:41.031139 --- ParallelTerminationStrategy: PID 120 died...
22:49:41.032581 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:41.036156 --- ParallelTerminationStrategy: PID 121 died...
22:49:41.037608 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:41.041186 --- ParallelTerminationStrategy: PID 122 died...
22:49:41.042645 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:41.046210 --- ParallelTerminationStrategy: PID 123 died...
22:49:41.047655 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:41.051216 --- ParallelTerminationStrategy: PID 124 died...
22:49:41.052656 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:41.056245 --- ParallelTerminationStrategy: PID 125 died...
22:49:41.057687 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:41.061262 --- ParallelTerminationStrategy: PID 126 died...
22:49:41.062718 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:41.066293 --- ParallelTerminationStrategy: PID 127 died...
22:49:41.067746 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:41.071330 --- ParallelTerminationStrategy: PID 128 died...
22:49:41.072773 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:41.076361 --- ParallelTerminationStrategy: PID 129 died...
22:49:41.077807 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:41.081393 --- ParallelTerminationStrategy: PID 130 died...
22:49:41.082852 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:41.086448 --- ParallelTerminationStrategy: PID 131 died...
22:49:41.087893 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:41.091475 --- ParallelTerminationStrategy: PID 132 died...
22:49:41.092922 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:41.096509 --- ParallelTerminationStrategy: PID 133 died...
22:49:41.097954 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:41.101527 --- ParallelTerminationStrategy: PID 134 died...
22:49:41.102989 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:41.106577 --- ParallelTerminationStrategy: PID 135 died...
22:49:41.108029 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:41.111636 --- ParallelTerminationStrategy: PID 136 died...
22:49:41.113086 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:41.116674 --- ParallelTerminationStrategy: PID 137 died...
22:49:41.118108 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:41.121680 --- ParallelTerminationStrategy: PID 138 died...
22:49:41.123136 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:41.126713 --- ParallelTerminationStrategy: PID 139 died...
22:49:41.128149 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:41.131688 --- ParallelTerminationStrategy: PID 140 died...
22:49:41.133118 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:41.136666 --- ParallelTerminationStrategy: PID 141 died...
22:49:41.138082 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:41.141608 --- ParallelTerminationStrategy: PID 142 died...
22:49:41.143036 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:41.146569 --- ParallelTerminationStrategy: PID 143 died...
22:49:41.147980 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:41.151512 --- ParallelTerminationStrategy: PID 144 died...
22:49:41.152927 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:41.156445 --- ParallelTerminationStrategy: PID 145 died...
22:49:41.157861 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:41.161394 --- ParallelTerminationStrategy: PID 146 died...
22:49:41.162817 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:41.166338 --- ParallelTerminationStrategy: PID 147 died...
22:49:41.167758 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:41.171292 --- ParallelTerminationStrategy: PID 148 died...
22:49:41.172707 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:41.176233 --- ParallelTerminationStrategy: PID 149 died...
22:49:41.177653 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:41.181183 --- ParallelTerminationStrategy: PID 150 died...
22:49:41.182612 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:41.186134 --- ParallelTerminationStrategy: PID 151 died...
22:49:41.187566 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:41.191074 --- ParallelTerminationStrategy: PID 152 died...
22:49:41.192486 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:41.196029 --- ParallelTerminationStrategy: PID 153 died...
22:49:41.197446 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:41.200973 --- ParallelTerminationStrategy: PID 154 died...
22:49:41.202399 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:41.205908 --- ParallelTerminationStrategy: PID 155 died...
22:49:41.207338 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:41.210861 --- ParallelTerminationStrategy: PID 156 died...
22:49:41.212278 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:41.215808 --- ParallelTerminationStrategy: PID 157 died...
22:49:41.217217 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:41.220755 --- ParallelTerminationStrategy: PID 158 died...
22:49:41.222183 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:41.225712 --- ParallelTerminationStrategy: PID 159 died...
22:49:41.227140 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:41.230683 --- ParallelTerminationStrategy: PID 160 died...
22:49:41.232100 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:41.235622 --- ParallelTerminationStrategy: PID 161 died...
22:49:41.237036 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:41.240567 --- ParallelTerminationStrategy: PID 162 died...
22:49:41.241993 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:41.245510 --- ParallelTerminationStrategy: PID 163 died...
22:49:41.246931 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:41.250460 --- ParallelTerminationStrategy: PID 164 died...
22:49:41.251878 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:41.255393 --- ParallelTerminationStrategy: PID 165 died...
22:49:41.256814 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:41.260337 --- ParallelTerminationStrategy: PID 166 died...
22:49:41.261748 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:41.265272 --- ParallelTerminationStrategy: PID 167 died...
22:49:41.266712 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:41.270230 --- ParallelTerminationStrategy: PID 168 died...
22:49:41.271650 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:41.275178 --- ParallelTerminationStrategy: PID 169 died...
22:49:41.276596 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:41.280123 --- ParallelTerminationStrategy: PID 170 died...
22:49:41.281534 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:41.285058 --- ParallelTerminationStrategy: PID 171 died...
22:49:41.286494 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:41.290019 --- ParallelTerminationStrategy: PID 172 died...
22:49:41.291448 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:41.294974 --- ParallelTerminationStrategy: PID 173 died...
22:49:41.296392 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:41.299941 --- ParallelTerminationStrategy: PID 174 died...
22:49:41.301351 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:41.304895 --- ParallelTerminationStrategy: PID 175 died...
22:49:41.306335 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:41.309851 --- ParallelTerminationStrategy: PID 176 died...
22:49:41.311278 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:41.314884 --- ParallelTerminationStrategy: PID 177 died...
22:49:41.316304 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:41.319838 --- ParallelTerminationStrategy: PID 178 died...
22:49:41.321247 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:41.324773 --- ParallelTerminationStrategy: PID 179 died...
22:49:41.326202 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:41.329716 --- ParallelTerminationStrategy: PID 180 died...
22:49:41.331145 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:41.334673 --- ParallelTerminationStrategy: PID 181 died...
22:49:41.336088 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:41.339609 --- ParallelTerminationStrategy: PID 182 died...
22:49:41.341029 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:41.344556 --- ParallelTerminationStrategy: PID 183 died...
22:49:41.345965 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:41.349495 --- ParallelTerminationStrategy: PID 184 died...
22:49:41.350932 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:41.354461 --- ParallelTerminationStrategy: PID 185 died...
22:49:41.355879 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:41.359409 --- ParallelTerminationStrategy: PID 186 died...
22:49:41.360828 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:41.364361 --- ParallelTerminationStrategy: PID 187 died...
22:49:41.365777 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:41.369294 --- ParallelTerminationStrategy: PID 188 died...
22:49:41.370717 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:41.374245 --- ParallelTerminationStrategy: PID 189 died...
22:49:41.375662 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:41.379184 --- ParallelTerminationStrategy: PID 190 died...
22:49:41.380597 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:41.384113 --- ParallelTerminationStrategy: PID 191 died...
22:49:41.385531 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:41.389063 --- ParallelTerminationStrategy: PID 192 died...
22:49:41.390488 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:41.394000 --- ParallelTerminationStrategy: PID 193 died...
22:49:41.395437 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:41.398966 --- ParallelTerminationStrategy: PID 194 died...
22:49:41.400383 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:41.403911 --- ParallelTerminationStrategy: PID 195 died...
22:49:41.405329 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:41.408863 --- ParallelTerminationStrategy: PID 196 died...
22:49:41.410293 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:41.413816 --- ParallelTerminationStrategy: PID 197 died...
22:49:41.415243 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:41.418778 --- ParallelTerminationStrategy: PID 198 died...
22:49:41.420199 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:41.423718 --- ParallelTerminationStrategy: PID 199 died...
22:49:41.425130 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:41.428659 --- ParallelTerminationStrategy: PID 200 died...
22:49:41.430064 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:41.433596 --- ParallelTerminationStrategy: PID 201 died...
22:49:41.435016 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:41.438536 --- ParallelTerminationStrategy: PID 202 died...
22:49:41.439950 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:41.443463 --- ParallelTerminationStrategy: PID 203 died...
22:49:41.444879 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:41.448416 --- ParallelTerminationStrategy: PID 204 died...
22:49:41.449838 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:41.453363 --- ParallelTerminationStrategy: PID 205 died...
22:49:41.454796 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:41.458340 --- ParallelTerminationStrategy: PID 206 died...
22:49:41.459763 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:41.463278 --- ParallelTerminationStrategy: PID 207 died...
22:49:41.464703 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:41.468245 --- ParallelTerminationStrategy: PID 208 died...
22:49:41.469668 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:41.473200 --- ParallelTerminationStrategy: PID 209 died...
22:49:41.474634 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:41.478164 --- ParallelTerminationStrategy: PID 210 died...
22:49:41.479587 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:41.483120 --- ParallelTerminationStrategy: PID 211 died...
22:49:41.484537 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:41.488057 --- ParallelTerminationStrategy: PID 212 died...
22:49:41.489465 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:41.492996 --- ParallelTerminationStrategy: PID 213 died...
22:49:41.494419 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:41.497930 --- ParallelTerminationStrategy: PID 214 died...
22:49:41.499362 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:41.502887 --- ParallelTerminationStrategy: PID 215 died...
22:49:41.504296 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:41.507821 --- ParallelTerminationStrategy: PID 216 died...
22:49:41.509235 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:41.512764 --- ParallelTerminationStrategy: PID 217 died...
22:49:41.514187 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:41.517710 --- ParallelTerminationStrategy: PID 218 died...
22:49:41.519129 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:41.522656 --- ParallelTerminationStrategy: PID 219 died...
22:49:41.524073 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:41.527608 --- ParallelTerminationStrategy: PID 220 died...
22:49:41.529034 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:41.532556 --- ParallelTerminationStrategy: PID 221 died...
22:49:41.533974 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:41.537495 --- ParallelTerminationStrategy: PID 222 died...
22:49:41.538926 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:41.542454 --- ParallelTerminationStrategy: PID 223 died...
22:49:41.543874 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:41.547401 --- ParallelTerminationStrategy: PID 224 died...
22:49:41.548816 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:41.552341 --- ParallelTerminationStrategy: PID 225 died...
22:49:41.553753 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:41.557293 --- ParallelTerminationStrategy: PID 226 died...
22:49:41.558719 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:41.562272 --- ParallelTerminationStrategy: PID 227 died...
22:49:41.563699 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:41.567224 --- ParallelTerminationStrategy: PID 228 died...
22:49:41.568639 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:41.572162 --- ParallelTerminationStrategy: PID 229 died...
22:49:41.573581 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:41.577108 --- ParallelTerminationStrategy: PID 230 died...
22:49:41.578540 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:41.582065 --- ParallelTerminationStrategy: PID 231 died...
22:49:41.583491 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:41.587029 --- ParallelTerminationStrategy: PID 232 died...
22:49:41.588451 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:41.591978 --- ParallelTerminationStrategy: PID 233 died...
22:49:41.593399 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:41.596923 --- ParallelTerminationStrategy: PID 234 died...
22:49:41.598382 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:45.002664 --- ParallelTerminationStrategy: PID 34 died...
22:49:45.008627 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8345 netreg_mass PASS
---------------------------------------------------------------------
22:49:45.073485 tst trial-8345: Storing JUnit report in /build/trial-8345/run.2026-05-28_22-48-18/trial-8345.xml
--------------------------------------------------------------------------------------------
trial-8345 PASS
--------------------------------------------------------------------------------------------
22:49:45.083552 tst trial-8345: trial-8345: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8345/inst
+ cd trial-8345
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-05-28 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8345-run.tgz run.2026-05-28_22-48-18
+ tar czf /build/trial-8345-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-05-28_13_27_06.tgz osmo-bts-oc2g.build-2026-05-28_00_52_00.tgz osmo-bts-sysmo.build-2026-05-28_00_52_05.tgz osmo-bts.build-2026-05-28_00_52_13.tgz osmo-ggsn.build-2026-05-28_20_43_01.tgz osmo-hlr.build-2026-05-28_16_36_59.tgz osmo-hnbgw.build-2026-05-28_13_29_11.tgz osmo-mgw.build-2026-05-28_08_33_10.tgz osmo-msc.build-2026-05-28_13_35_17.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-05-28_07_34_57.tgz osmo-pcu-sysmo.build-2026-05-28_07_34_52.tgz osmo-pcu.build-2026-05-28_07_34_54.tgz osmo-sgsn.build-2026-05-28_20_48_24.tgz osmo-stp.build-2026-05-28_13_26_00.tgz osmo-trx.build-2026-05-28_14_22_01.tgz osmocom-bb.build-2026-05-28_21_17_26.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