This log is too long to show here, 14 KB has been skipped — click to see the complete log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7784
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins10886628845357848594.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-8301
+ 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
290ae4c ttcn3-bts-test: write bts logs to tmpfs
+ 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 [20/28] WORKDIR /TMP
#7 CACHED
#8 [ 2/28] RUN useradd -ms /bin/bash jenkins
#8 CACHED
#9 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#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 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://archive.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#11 CACHED
#12 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#12 CACHED
#13 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#13 CACHED
#14 [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
#14 CACHED
#15 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#15 CACHED
#16 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#16 CACHED
#17 [ 8/28] RUN MKDIR /var/run/sshd
#17 CACHED
#18 [ 3/28] RUN groupadd osmo-gsm-tester
#18 CACHED
#19 [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
#19 CACHED
#20 [ 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
#20 CACHED
#21 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#21 CACHED
#22 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#22 CACHED
#23 [ 9/28] COPY SSH /root/.ssh
#23 CACHED
#24 [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
#24 CACHED
#25 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#25 CACHED
#26 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#26 CACHED
#27 [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
#27 CACHED
#28 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#28 CACHED
#29 [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
#29 CACHED
#30 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#30 CACHED
#31 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#31 CACHED
#32 [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
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:82e325a353baebda49d437ead455506f749f078cf4f917a8d69af4f3f4111a9e done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8302 -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-04-15 22:48:53
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8302
+ mkdir -p trial-8302
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-04-15_13_29_21.tgz osmo-bts-oc2g.build-2026-04-15_00_51_25.tgz osmo-bts-sysmo.build-2026-04-15_00_51_26.tgz osmo-bts.build-2026-04-15_00_51_34.tgz osmo-ggsn.build-2026-04-15_20_42_56.tgz osmo-hlr.build-2026-04-15_16_36_52.tgz osmo-hnbgw.build-2026-04-15_13_34_53.tgz osmo-mgw.build-2026-04-15_08_33_07.tgz osmo-msc.build-2026-04-15_13_39_16.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-04-15_07_35_13.tgz osmo-pcu-sysmo.build-2026-04-15_07_35_09.tgz osmo-pcu.build-2026-04-15_07_35_10.tgz osmo-sgsn.build-2026-04-15_20_48_23.tgz osmo-stp.build-2026-04-15_13_28_54.tgz osmo-trx.build-2026-04-15_14_31_48.tgz osmocom-bb.build-2026-04-15_21_17_32.tgz srslte.build-19.tgz trial-8302
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-04-15_13_29_21.md5 osmo-bts-oc2g.build-2026-04-15_00_51_25.md5 osmo-bts-sysmo.build-2026-04-15_00_51_26.md5 osmo-bts.build-2026-04-15_00_51_34.md5 osmo-ggsn.build-2026-04-15_20_42_56.md5 osmo-hlr.build-2026-04-15_16_36_52.md5 osmo-hnbgw.build-2026-04-15_13_34_53.md5 osmo-mgw.build-2026-04-15_08_33_07.md5 osmo-msc.build-2026-04-15_13_39_16.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-04-15_07_35_13.md5 osmo-pcu-sysmo.build-2026-04-15_07_35_09.md5 osmo-pcu.build-2026-04-15_07_35_10.md5 osmo-sgsn.build-2026-04-15_20_48_23.md5 osmo-stp.build-2026-04-15_13_28_54.md5 osmo-trx.build-2026-04-15_14_31_48.md5 osmocom-bb.build-2026-04-15_21_17_32.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-04-15_13_29_21.md5 osmo-bts-oc2g.build-2026-04-15_00_51_25.md5 osmo-bts-sysmo.build-2026-04-15_00_51_26.md5 osmo-bts.build-2026-04-15_00_51_34.md5 osmo-ggsn.build-2026-04-15_20_42_56.md5 osmo-hlr.build-2026-04-15_16_36_52.md5 osmo-hnbgw.build-2026-04-15_13_34_53.md5 osmo-mgw.build-2026-04-15_08_33_07.md5 osmo-msc.build-2026-04-15_13_39_16.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-04-15_07_35_13.md5 osmo-pcu-sysmo.build-2026-04-15_07_35_09.md5 osmo-pcu.build-2026-04-15_07_35_10.md5 osmo-sgsn.build-2026-04-15_20_48_23.md5 osmo-stp.build-2026-04-15_13_28_54.md5 osmo-trx.build-2026-04-15_14_31_48.md5 osmocom-bb.build-2026-04-15_21_17_32.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-8302 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8302'
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-8302
--------------------------------------------------------------------------------------------
22:48:53.485833 tst trial-8302: Detailed log at /build/trial-8302/run.2026-04-15_22-48-53/log
---------------------------------------------------------------------
trial-8302 netreg_mass
---------------------------------------------------------------------
22:48:53.699762 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:53.700146 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:53.700927 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:53.702075 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:53.735599 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:53.736353 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:53.737455 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:53.800004 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-8302 netreg_mass register_default_mass.py
----------------------------------------------
22:48:53.800783 tst register_default_mass.py:9: Claiming resources for the test
22:48:53.816004 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:53.816520 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:53.816981 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:53.817420 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:53.817863 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:53.818335 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:53.818787 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:53.849284 tst register_default_mass.py: using LAC 2
22:48:53.870957 tst register_default_mass.py: using RAC 2
22:48:53.897378 tst register_default_mass.py: using CellId 2
22:48:53.927086 tst register_default_mass.py: using BVCI 3
22:48:53.940772 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.941454 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.942043 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.942566 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.943095 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.943627 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.944141 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.944770 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.945309 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.945828 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.946336 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.946856 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.947393 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.947921 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.948455 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.948982 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.949501 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.950021 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.950549 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.951069 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.951583 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.952123 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.952646 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.953168 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.953692 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.954215 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.954731 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.955244 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.955788 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.956312 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.956819 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.957341 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.957878 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.958405 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.958920 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.959448 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.959971 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.960496 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.961027 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.961543 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.962051 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.962565 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.963093 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.963610 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.964157 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.964674 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.965189 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.965732 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.966263 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.966785 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.967328 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.967853 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.968385 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.968912 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.969425 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.969940 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.970470 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.970990 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.971521 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.972042 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.972551 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.973082 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.973618 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.974142 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.974657 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.975183 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.975705 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.976225 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.976757 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.977264 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.977775 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.978304 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.978887 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.979403 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.979940 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.980451 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.980957 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.981490 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.982013 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.982516 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.983040 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.983552 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.984066 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.984569 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.985087 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.985595 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.986120 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.986633 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.987136 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.987653 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.988183 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.988693 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.989231 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.989755 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.990262 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.990766 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.991284 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.991802 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.992313 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.992831 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.993340 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.993895 tst register_default_mass.py:21: Launching a simple network
22:48:54.003816 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:54.122743 run create_hlr_db(pid=20): Launched
22:48:55.136956 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:55.153171 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:55.168161 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:55.173892 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:55.362648 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:55.377495 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:55.383210 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:55.800572 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:55.815263 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:58.829606 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:58.957095 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:58.971952 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:58.977630 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:59.001103 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:59.016222 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:59.021949 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:59.337729 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:59.352860 run osmo-bsc_127.0.42.7(pid=33): Launched
22:49:05.384439 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:49:05.557369 run osmo-bts-virtual(pid=34): Launched
22:49:06.601552 tst register_default_mass.py: using MSISDN 1001
22:49:06.615985 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:49:06.656130 tst register_default_mass.py: using MSISDN 1002
22:49:06.673991 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:49:06.705369 tst register_default_mass.py: using MSISDN 1003
22:49:06.720466 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:49:06.751615 tst register_default_mass.py: using MSISDN 1004
22:49:06.766455 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:49:06.797627 tst register_default_mass.py: using MSISDN 1005
22:49:06.812450 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:49:06.843427 tst register_default_mass.py: using MSISDN 1006
22:49:06.858032 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:49:06.889067 tst register_default_mass.py: using MSISDN 1007
22:49:06.903795 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:49:06.934935 tst register_default_mass.py: using MSISDN 1008
22:49:06.949638 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:49:06.980592 tst register_default_mass.py: using MSISDN 1009
22:49:06.995191 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:49:07.025999 tst register_default_mass.py: using MSISDN 1010
22:49:07.040480 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:49:07.071413 tst register_default_mass.py: using MSISDN 1011
22:49:07.086025 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:49:07.115979 tst register_default_mass.py: using MSISDN 1012
22:49:07.125968 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:49:07.156330 tst register_default_mass.py: using MSISDN 1013
22:49:07.171953 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:49:07.202801 tst register_default_mass.py: using MSISDN 1014
22:49:07.217359 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:49:07.247834 tst register_default_mass.py: using MSISDN 1015
22:49:07.262342 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:49:07.293097 tst register_default_mass.py: using MSISDN 1016
22:49:07.307592 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:49:07.338290 tst register_default_mass.py: using MSISDN 1017
22:49:07.352840 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:49:07.383531 tst register_default_mass.py: using MSISDN 1018
22:49:07.397962 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:49:07.428569 tst register_default_mass.py: using MSISDN 1019
22:49:07.442957 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:49:07.473408 tst register_default_mass.py: using MSISDN 1020
22:49:07.487855 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:49:07.518563 tst register_default_mass.py: using MSISDN 1021
22:49:07.532999 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:49:07.563314 tst register_default_mass.py: using MSISDN 1022
22:49:07.577738 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:49:07.608518 tst register_default_mass.py: using MSISDN 1023
22:49:07.623031 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:49:07.653905 tst register_default_mass.py: using MSISDN 1024
22:49:07.668549 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:49:07.699430 tst register_default_mass.py: using MSISDN 1025
22:49:07.714060 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:49:07.744504 tst register_default_mass.py: using MSISDN 1026
22:49:07.758811 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:49:07.789339 tst register_default_mass.py: using MSISDN 1027
22:49:07.803854 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:49:07.834095 tst register_default_mass.py: using MSISDN 1028
22:49:07.848400 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:49:07.878666 tst register_default_mass.py: using MSISDN 1029
22:49:07.892973 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:49:07.923096 tst register_default_mass.py: using MSISDN 1030
22:49:07.937361 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:49:07.967503 tst register_default_mass.py: using MSISDN 1031
22:49:07.981669 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:49:08.011907 tst register_default_mass.py: using MSISDN 1032
22:49:08.026120 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:49:08.056174 tst register_default_mass.py: using MSISDN 1033
22:49:08.070400 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:49:08.100591 tst register_default_mass.py: using MSISDN 1034
22:49:08.114732 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:49:08.145174 tst register_default_mass.py: using MSISDN 1035
22:49:08.159450 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:49:08.189861 tst register_default_mass.py: using MSISDN 1036
22:49:08.204278 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:49:08.234910 tst register_default_mass.py: using MSISDN 1037
22:49:08.249498 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:49:08.280439 tst register_default_mass.py: using MSISDN 1038
22:49:08.294959 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:49:08.325183 tst register_default_mass.py: using MSISDN 1039
22:49:08.339361 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:49:08.369790 tst register_default_mass.py: using MSISDN 1040
22:49:08.384075 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:49:08.414470 tst register_default_mass.py: using MSISDN 1041
22:49:08.428860 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:49:08.459166 tst register_default_mass.py: using MSISDN 1042
22:49:08.473363 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:49:08.503575 tst register_default_mass.py: using MSISDN 1043
22:49:08.517819 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:49:08.548089 tst register_default_mass.py: using MSISDN 1044
22:49:08.562440 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:49:08.592814 tst register_default_mass.py: using MSISDN 1045
22:49:08.607185 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:49:08.637345 tst register_default_mass.py: using MSISDN 1046
22:49:08.651548 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:49:08.690113 tst register_default_mass.py: using MSISDN 1047
22:49:08.707621 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:49:08.738079 tst register_default_mass.py: using MSISDN 1048
22:49:08.752487 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:49:08.782681 tst register_default_mass.py: using MSISDN 1049
22:49:08.796928 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:49:08.827258 tst register_default_mass.py: using MSISDN 1050
22:49:08.841609 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:49:08.872026 tst register_default_mass.py: using MSISDN 1051
22:49:08.886271 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:49:08.916420 tst register_default_mass.py: using MSISDN 1052
22:49:08.930654 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:49:08.960852 tst register_default_mass.py: using MSISDN 1053
22:49:08.975046 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:49:09.005312 tst register_default_mass.py: using MSISDN 1054
22:49:09.019525 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:49:09.049679 tst register_default_mass.py: using MSISDN 1055
22:49:09.064038 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:49:09.094399 tst register_default_mass.py: using MSISDN 1056
22:49:09.108647 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:49:09.139011 tst register_default_mass.py: using MSISDN 1057
22:49:09.153343 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:49:09.183756 tst register_default_mass.py: using MSISDN 1058
22:49:09.198206 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:49:09.228399 tst register_default_mass.py: using MSISDN 1059
22:49:09.242734 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:49:09.277085 tst register_default_mass.py: using MSISDN 1060
22:49:09.293236 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:49:09.323565 tst register_default_mass.py: using MSISDN 1061
22:49:09.338170 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:49:09.368137 tst register_default_mass.py: using MSISDN 1062
22:49:09.382263 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:49:09.411224 tst register_default_mass.py: using MSISDN 1063
22:49:09.424738 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:49:09.454882 tst register_default_mass.py: using MSISDN 1064
22:49:09.469099 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:49:09.499388 tst register_default_mass.py: using MSISDN 1065
22:49:09.513741 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:49:09.543779 tst register_default_mass.py: using MSISDN 1066
22:49:09.558121 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:49:09.588196 tst register_default_mass.py: using MSISDN 1067
22:49:09.602389 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:49:09.632607 tst register_default_mass.py: using MSISDN 1068
22:49:09.646662 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:49:09.676936 tst register_default_mass.py: using MSISDN 1069
22:49:09.691178 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:49:09.721268 tst register_default_mass.py: using MSISDN 1070
22:49:09.735431 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:49:09.765890 tst register_default_mass.py: using MSISDN 1071
22:49:09.780174 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:49:09.810587 tst register_default_mass.py: using MSISDN 1072
22:49:09.824975 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:49:09.855287 tst register_default_mass.py: using MSISDN 1073
22:49:09.869632 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:49:09.899868 tst register_default_mass.py: using MSISDN 1074
22:49:09.914110 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:49:09.944381 tst register_default_mass.py: using MSISDN 1075
22:49:09.958554 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:49:09.988978 tst register_default_mass.py: using MSISDN 1076
22:49:10.003158 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:49:10.033401 tst register_default_mass.py: using MSISDN 1077
22:49:10.047658 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:49:10.077908 tst register_default_mass.py: using MSISDN 1078
22:49:10.092158 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:49:10.122480 tst register_default_mass.py: using MSISDN 1079
22:49:10.136930 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:49:10.166961 tst register_default_mass.py: using MSISDN 1080
22:49:10.181082 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:49:10.211389 tst register_default_mass.py: using MSISDN 1081
22:49:10.225651 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:49:10.255833 tst register_default_mass.py: using MSISDN 1082
22:49:10.270023 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:49:10.300146 tst register_default_mass.py: using MSISDN 1083
22:49:10.314331 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:49:10.344497 tst register_default_mass.py: using MSISDN 1084
22:49:10.358796 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:49:10.389293 tst register_default_mass.py: using MSISDN 1085
22:49:10.403576 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:49:10.433794 tst register_default_mass.py: using MSISDN 1086
22:49:10.448103 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:49:10.478596 tst register_default_mass.py: using MSISDN 1087
22:49:10.492784 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:49:10.523296 tst register_default_mass.py: using MSISDN 1088
22:49:10.537635 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:49:10.567726 tst register_default_mass.py: using MSISDN 1089
22:49:10.581818 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:49:10.612038 tst register_default_mass.py: using MSISDN 1090
22:49:10.626324 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:49:10.656623 tst register_default_mass.py: using MSISDN 1091
22:49:10.670974 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:49:10.701480 tst register_default_mass.py: using MSISDN 1092
22:49:10.715700 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:49:10.746081 tst register_default_mass.py: using MSISDN 1093
22:49:10.760459 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:49:10.790675 tst register_default_mass.py: using MSISDN 1094
22:49:10.804984 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:49:10.835421 tst register_default_mass.py: using MSISDN 1095
22:49:10.849793 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:49:10.880047 tst register_default_mass.py: using MSISDN 1096
22:49:10.894205 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:49:10.924560 tst register_default_mass.py: using MSISDN 1097
22:49:10.938878 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:49:10.968963 tst register_default_mass.py: using MSISDN 1098
22:49:10.983135 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:49:11.013428 tst register_default_mass.py: using MSISDN 1099
22:49:11.027868 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:49:11.058187 tst register_default_mass.py: using MSISDN 1100
22:49:11.072565 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:49:11.164191 run mass: Starting testcase
22:49:11.169678 run mass: Pre-launching all virtphy's
22:49:11.175136 run osmo-ms-virt-phy/00000: Starting virtphy
22:49:11.188201 run osmo-ms-virt-phy/00000(pid=35): Launched
22:49:11.194288 run osmo-ms-virt-phy/00001: Starting virtphy
22:49:11.207289 run osmo-ms-virt-phy/00001(pid=36): Launched
22:49:11.213283 run osmo-ms-virt-phy/00002: Starting virtphy
22:49:11.226107 run osmo-ms-virt-phy/00002(pid=37): Launched
22:49:11.232151 run osmo-ms-virt-phy/00003: Starting virtphy
22:49:11.245130 run osmo-ms-virt-phy/00003(pid=38): Launched
22:49:11.251233 run osmo-ms-virt-phy/00004: Starting virtphy
22:49:11.264279 run osmo-ms-virt-phy/00004(pid=39): Launched
22:49:11.270408 run osmo-ms-virt-phy/00005: Starting virtphy
22:49:11.283577 run osmo-ms-virt-phy/00005(pid=40): Launched
22:49:11.289651 run osmo-ms-virt-phy/00006: Starting virtphy
22:49:11.302703 run osmo-ms-virt-phy/00006(pid=41): Launched
22:49:11.308755 run osmo-ms-virt-phy/00007: Starting virtphy
22:49:11.321796 run osmo-ms-virt-phy/00007(pid=42): Launched
22:49:11.327887 run osmo-ms-virt-phy/00008: Starting virtphy
22:49:11.340923 run osmo-ms-virt-phy/00008(pid=43): Launched
22:49:11.346976 run osmo-ms-virt-phy/00009: Starting virtphy
22:49:11.360045 run osmo-ms-virt-phy/00009(pid=44): Launched
22:49:11.366075 run osmo-ms-virt-phy/00010: Starting virtphy
22:49:11.379099 run osmo-ms-virt-phy/00010(pid=45): Launched
22:49:11.385172 run osmo-ms-virt-phy/00011: Starting virtphy
22:49:11.398231 run osmo-ms-virt-phy/00011(pid=46): Launched
22:49:11.404286 run osmo-ms-virt-phy/00012: Starting virtphy
22:49:11.417334 run osmo-ms-virt-phy/00012(pid=47): Launched
22:49:11.423353 run osmo-ms-virt-phy/00013: Starting virtphy
22:49:11.436240 run osmo-ms-virt-phy/00013(pid=48): Launched
22:49:11.442251 run osmo-ms-virt-phy/00014: Starting virtphy
22:49:11.455113 run osmo-ms-virt-phy/00014(pid=49): Launched
22:49:11.461066 run osmo-ms-virt-phy/00015: Starting virtphy
22:49:11.473957 run osmo-ms-virt-phy/00015(pid=50): Launched
22:49:11.479935 run osmo-ms-virt-phy/00016: Starting virtphy
22:49:11.492807 run osmo-ms-virt-phy/00016(pid=51): Launched
22:49:11.498808 run osmo-ms-virt-phy/00017: Starting virtphy
22:49:11.511697 run osmo-ms-virt-phy/00017(pid=52): Launched
22:49:11.517760 run osmo-ms-virt-phy/00018: Starting virtphy
22:49:11.530621 run osmo-ms-virt-phy/00018(pid=53): Launched
22:49:11.536617 run osmo-ms-virt-phy/00019: Starting virtphy
22:49:11.549484 run osmo-ms-virt-phy/00019(pid=54): Launched
22:49:11.555435 run osmo-ms-virt-phy/00020: Starting virtphy
22:49:11.568316 run osmo-ms-virt-phy/00020(pid=55): Launched
22:49:11.574343 run osmo-ms-virt-phy/00021: Starting virtphy
22:49:11.587175 run osmo-ms-virt-phy/00021(pid=56): Launched
22:49:11.593214 run osmo-ms-virt-phy/00022: Starting virtphy
22:49:11.606023 run osmo-ms-virt-phy/00022(pid=57): Launched
22:49:11.611986 run osmo-ms-virt-phy/00023: Starting virtphy
22:49:11.624913 run osmo-ms-virt-phy/00023(pid=58): Launched
22:49:11.631059 run osmo-ms-virt-phy/00024: Starting virtphy
22:49:11.644192 run osmo-ms-virt-phy/00024(pid=59): Launched
22:49:11.650220 run osmo-ms-virt-phy/00025: Starting virtphy
22:49:11.663200 run osmo-ms-virt-phy/00025(pid=60): Launched
22:49:11.669155 run osmo-ms-virt-phy/00026: Starting virtphy
22:49:11.682001 run osmo-ms-virt-phy/00026(pid=61): Launched
22:49:11.687950 run osmo-ms-virt-phy/00027: Starting virtphy
22:49:11.700738 run osmo-ms-virt-phy/00027(pid=62): Launched
22:49:11.706861 run osmo-ms-virt-phy/00028: Starting virtphy
22:49:11.719852 run osmo-ms-virt-phy/00028(pid=63): Launched
22:49:11.725873 run osmo-ms-virt-phy/00029: Starting virtphy
22:49:11.738909 run osmo-ms-virt-phy/00029(pid=64): Launched
22:49:11.745039 run osmo-ms-virt-phy/00030: Starting virtphy
22:49:11.758100 run osmo-ms-virt-phy/00030(pid=65): Launched
22:49:11.764155 run osmo-ms-virt-phy/00031: Starting virtphy
22:49:11.777128 run osmo-ms-virt-phy/00031(pid=66): Launched
22:49:11.783098 run osmo-ms-virt-phy/00032: Starting virtphy
22:49:11.796002 run osmo-ms-virt-phy/00032(pid=67): Launched
22:49:11.801951 run osmo-ms-virt-phy/00033: Starting virtphy
22:49:11.814894 run osmo-ms-virt-phy/00033(pid=68): Launched
22:49:11.821041 run osmo-ms-virt-phy/00034: Starting virtphy
22:49:11.834058 run osmo-ms-virt-phy/00034(pid=69): Launched
22:49:11.840092 run osmo-ms-virt-phy/00035: Starting virtphy
22:49:11.853049 run osmo-ms-virt-phy/00035(pid=70): Launched
22:49:11.859099 run osmo-ms-virt-phy/00036: Starting virtphy
22:49:11.872077 run osmo-ms-virt-phy/00036(pid=71): Launched
22:49:11.878156 run osmo-ms-virt-phy/00037: Starting virtphy
22:49:11.891166 run osmo-ms-virt-phy/00037(pid=72): Launched
22:49:11.897175 run osmo-ms-virt-phy/00038: Starting virtphy
22:49:11.910073 run osmo-ms-virt-phy/00038(pid=73): Launched
22:49:11.916114 run osmo-ms-virt-phy/00039: Starting virtphy
22:49:11.929065 run osmo-ms-virt-phy/00039(pid=74): Launched
22:49:11.935106 run osmo-ms-virt-phy/00040: Starting virtphy
22:49:11.948249 run osmo-ms-virt-phy/00040(pid=75): Launched
22:49:11.954276 run osmo-ms-virt-phy/00041: Starting virtphy
22:49:11.967411 run osmo-ms-virt-phy/00041(pid=76): Launched
22:49:11.973414 run osmo-ms-virt-phy/00042: Starting virtphy
22:49:11.986336 run osmo-ms-virt-phy/00042(pid=77): Launched
22:49:11.992360 run osmo-ms-virt-phy/00043: Starting virtphy
22:49:12.005371 run osmo-ms-virt-phy/00043(pid=78): Launched
22:49:12.011330 run osmo-ms-virt-phy/00044: Starting virtphy
22:49:12.024306 run osmo-ms-virt-phy/00044(pid=79): Launched
22:49:12.030299 run osmo-ms-virt-phy/00045: Starting virtphy
22:49:12.043149 run osmo-ms-virt-phy/00045(pid=80): Launched
22:49:12.049168 run osmo-ms-virt-phy/00046: Starting virtphy
22:49:12.062043 run osmo-ms-virt-phy/00046(pid=81): Launched
22:49:12.068084 run osmo-ms-virt-phy/00047: Starting virtphy
22:49:12.080979 run osmo-ms-virt-phy/00047(pid=82): Launched
22:49:12.086938 run osmo-ms-virt-phy/00048: Starting virtphy
22:49:12.099847 run osmo-ms-virt-phy/00048(pid=83): Launched
22:49:12.105852 run osmo-ms-virt-phy/00049: Starting virtphy
22:49:12.118699 run osmo-ms-virt-phy/00049(pid=84): Launched
22:49:12.124650 run osmo-ms-virt-phy/00050: Starting virtphy
22:49:12.137688 run osmo-ms-virt-phy/00050(pid=85): Launched
22:49:12.143637 run osmo-ms-virt-phy/00051: Starting virtphy
22:49:12.156490 run osmo-ms-virt-phy/00051(pid=86): Launched
22:49:12.162467 run osmo-ms-virt-phy/00052: Starting virtphy
22:49:12.175498 run osmo-ms-virt-phy/00052(pid=87): Launched
22:49:12.181542 run osmo-ms-virt-phy/00053: Starting virtphy
22:49:12.194522 run osmo-ms-virt-phy/00053(pid=88): Launched
22:49:12.200541 run osmo-ms-virt-phy/00054: Starting virtphy
22:49:12.213437 run osmo-ms-virt-phy/00054(pid=89): Launched
22:49:12.219486 run osmo-ms-virt-phy/00055: Starting virtphy
22:49:12.232431 run osmo-ms-virt-phy/00055(pid=90): Launched
22:49:12.238546 run osmo-ms-virt-phy/00056: Starting virtphy
22:49:12.251411 run osmo-ms-virt-phy/00056(pid=91): Launched
22:49:12.257388 run osmo-ms-virt-phy/00057: Starting virtphy
22:49:12.270236 run osmo-ms-virt-phy/00057(pid=92): Launched
22:49:12.276213 run osmo-ms-virt-phy/00058: Starting virtphy
22:49:12.289103 run osmo-ms-virt-phy/00058(pid=93): Launched
22:49:12.295055 run osmo-ms-virt-phy/00059: Starting virtphy
22:49:12.307894 run osmo-ms-virt-phy/00059(pid=94): Launched
22:49:12.313841 run osmo-ms-virt-phy/00060: Starting virtphy
22:49:12.326677 run osmo-ms-virt-phy/00060(pid=95): Launched
22:49:12.332656 run osmo-ms-virt-phy/00061: Starting virtphy
22:49:12.345481 run osmo-ms-virt-phy/00061(pid=96): Launched
22:49:12.351490 run osmo-ms-virt-phy/00062: Starting virtphy
22:49:12.364350 run osmo-ms-virt-phy/00062(pid=97): Launched
22:49:12.370322 run osmo-ms-virt-phy/00063: Starting virtphy
22:49:12.383184 run osmo-ms-virt-phy/00063(pid=98): Launched
22:49:12.389149 run osmo-ms-virt-phy/00064: Starting virtphy
22:49:12.401995 run osmo-ms-virt-phy/00064(pid=99): Launched
22:49:12.408074 run osmo-ms-virt-phy/00065: Starting virtphy
22:49:12.421011 run osmo-ms-virt-phy/00065(pid=100): Launched
22:49:12.427095 run osmo-ms-virt-phy/00066: Starting virtphy
22:49:12.439998 run osmo-ms-virt-phy/00066(pid=101): Launched
22:49:12.445950 run osmo-ms-virt-phy/00067: Starting virtphy
22:49:12.459009 run osmo-ms-virt-phy/00067(pid=102): Launched
22:49:12.465028 run osmo-ms-virt-phy/00068: Starting virtphy
22:49:12.478079 run osmo-ms-virt-phy/00068(pid=103): Launched
22:49:12.484059 run osmo-ms-virt-phy/00069: Starting virtphy
22:49:12.496894 run osmo-ms-virt-phy/00069(pid=104): Launched
22:49:12.502906 run osmo-ms-virt-phy/00070: Starting virtphy
22:49:12.515772 run osmo-ms-virt-phy/00070(pid=105): Launched
22:49:12.521719 run osmo-ms-virt-phy/00071: Starting virtphy
22:49:12.534609 run osmo-ms-virt-phy/00071(pid=106): Launched
22:49:12.540585 run osmo-ms-virt-phy/00072: Starting virtphy
22:49:12.553426 run osmo-ms-virt-phy/00072(pid=107): Launched
22:49:12.559435 run osmo-ms-virt-phy/00073: Starting virtphy
22:49:12.572327 run osmo-ms-virt-phy/00073(pid=108): Launched
22:49:12.578268 run osmo-ms-virt-phy/00074: Starting virtphy
22:49:12.591261 run osmo-ms-virt-phy/00074(pid=109): Launched
22:49:12.597233 run osmo-ms-virt-phy/00075: Starting virtphy
22:49:12.610072 run osmo-ms-virt-phy/00075(pid=110): Launched
22:49:12.616026 run osmo-ms-virt-phy/00076: Starting virtphy
22:49:12.628890 run osmo-ms-virt-phy/00076(pid=111): Launched
22:49:12.634857 run osmo-ms-virt-phy/00077: Starting virtphy
22:49:12.648016 run osmo-ms-virt-phy/00077(pid=112): Launched
22:49:12.654145 run osmo-ms-virt-phy/00078: Starting virtphy
22:49:12.667347 run osmo-ms-virt-phy/00078(pid=113): Launched
22:49:12.673450 run osmo-ms-virt-phy/00079: Starting virtphy
22:49:12.686557 run osmo-ms-virt-phy/00079(pid=114): Launched
22:49:12.692800 run osmo-ms-virt-phy/00080: Starting virtphy
22:49:12.705918 run osmo-ms-virt-phy/00080(pid=115): Launched
22:49:12.712089 run osmo-ms-virt-phy/00081: Starting virtphy
22:49:12.725154 run osmo-ms-virt-phy/00081(pid=116): Launched
22:49:12.731235 run osmo-ms-virt-phy/00082: Starting virtphy
22:49:12.744338 run osmo-ms-virt-phy/00082(pid=117): Launched
22:49:12.750420 run osmo-ms-virt-phy/00083: Starting virtphy
22:49:12.763509 run osmo-ms-virt-phy/00083(pid=118): Launched
22:49:12.769610 run osmo-ms-virt-phy/00084: Starting virtphy
22:49:12.782643 run osmo-ms-virt-phy/00084(pid=119): Launched
22:49:12.788705 run osmo-ms-virt-phy/00085: Starting virtphy
22:49:12.801746 run osmo-ms-virt-phy/00085(pid=120): Launched
22:49:12.807816 run osmo-ms-virt-phy/00086: Starting virtphy
22:49:12.820876 run osmo-ms-virt-phy/00086(pid=121): Launched
22:49:12.826907 run osmo-ms-virt-phy/00087: Starting virtphy
22:49:12.839943 run osmo-ms-virt-phy/00087(pid=122): Launched
22:49:12.846003 run osmo-ms-virt-phy/00088: Starting virtphy
22:49:12.859027 run osmo-ms-virt-phy/00088(pid=123): Launched
22:49:12.865140 run osmo-ms-virt-phy/00089: Starting virtphy
22:49:12.878227 run osmo-ms-virt-phy/00089(pid=124): Launched
22:49:12.884464 run osmo-ms-virt-phy/00090: Starting virtphy
22:49:12.897717 run osmo-ms-virt-phy/00090(pid=125): Launched
22:49:12.903779 run osmo-ms-virt-phy/00091: Starting virtphy
22:49:12.916766 run osmo-ms-virt-phy/00091(pid=126): Launched
22:49:12.922746 run osmo-ms-virt-phy/00092: Starting virtphy
22:49:12.936055 run osmo-ms-virt-phy/00092(pid=127): Launched
22:49:12.942129 run osmo-ms-virt-phy/00093: Starting virtphy
22:49:12.955251 run osmo-ms-virt-phy/00093(pid=128): Launched
22:49:12.961182 run osmo-ms-virt-phy/00094: Starting virtphy
22:49:12.974058 run osmo-ms-virt-phy/00094(pid=129): Launched
22:49:12.980081 run osmo-ms-virt-phy/00095: Starting virtphy
22:49:12.992965 run osmo-ms-virt-phy/00095(pid=130): Launched
22:49:12.998983 run osmo-ms-virt-phy/00096: Starting virtphy
22:49:13.011796 run osmo-ms-virt-phy/00096(pid=131): Launched
22:49:13.017767 run osmo-ms-virt-phy/00097: Starting virtphy
22:49:13.030608 run osmo-ms-virt-phy/00097(pid=132): Launched
22:49:13.036580 run osmo-ms-virt-phy/00098: Starting virtphy
22:49:13.049462 run osmo-ms-virt-phy/00098(pid=133): Launched
22:49:13.055474 run osmo-ms-virt-phy/00099: Starting virtphy
22:49:13.068329 run osmo-ms-virt-phy/00099(pid=134): Launched
22:49:13.074306 run mass: Checking if sockets are in the filesystem
22:49:13.106821 run osmo-ms-mob/00000: Starting mobile
22:49:13.120060 run osmo-ms-mob/00000(pid=135): Launched
22:49:13.131730 run mass: MS start registered {at=6843979.340048903, delay=0.005613802000880241, ms=00000}
22:49:17.322690 run osmo-ms-mob/00001: Starting mobile
22:49:17.339511 run osmo-ms-mob/00001(pid=136): Launched
22:49:17.350010 run mass: MS start registered {at=6843983.558326995, delay=0.004361798986792564, ms=00001}
22:49:18.385896 run mass: MS performed LU {at=6843984.594093495, lu_delay=5.254044592380524, ms=00000}
22:49:19.121817 run osmo-ms-mob/00002: Starting mobile
22:49:19.138324 run osmo-ms-mob/00002(pid=137): Launched
22:49:19.148779 run mass: MS start registered {at=6843985.357094236, delay=0.004368245601654053, ms=00002}
22:49:20.421830 run osmo-ms-mob/00003: Starting mobile
22:49:20.438857 run osmo-ms-mob/00003(pid=138): Launched
22:49:20.449458 run mass: MS start registered {at=6843986.657778013, delay=0.004467294551432133, ms=00003}
22:49:21.511874 run osmo-ms-mob/00004: Starting mobile
22:49:21.528006 run osmo-ms-mob/00004(pid=139): Launched
22:49:21.538483 run mass: MS start registered {at=6843987.746803455, delay=0.0044931331649422646, ms=00004}
22:49:22.152504 run mass: MS performed LU {at=6843988.360709751, lu_delay=4.802382756024599, ms=00001}
22:49:22.520918 run osmo-ms-mob/00005: Starting mobile
22:49:22.541188 run osmo-ms-mob/00005(pid=140): Launched
22:49:22.552099 run mass: MS start registered {at=6843988.760411246, delay=0.004680498503148556, ms=00005}
22:49:23.390046 run osmo-ms-mob/00006: Starting mobile
22:49:23.403071 run osmo-ms-mob/00006(pid=141): Launched
22:49:23.413659 run mass: MS start registered {at=6843989.621979523, delay=0.004532640799880028, ms=00006}
22:49:24.053741 run mass: MS performed LU {at=6843990.261945956, lu_delay=4.9048517206683755, ms=00002}
22:49:24.320638 run osmo-ms-mob/00007: Starting mobile
22:49:24.337226 run osmo-ms-mob/00007(pid=142): Launched
22:49:24.347889 run mass: MS start registered {at=6843990.5562074, delay=0.0046866275370121, ms=00007}
22:49:25.089951 run osmo-ms-mob/00008: Starting mobile
22:49:25.102907 run osmo-ms-mob/00008(pid=143): Launched
22:49:25.113641 run mass: MS start registered {at=6843991.321961819, delay=0.004693613387644291, ms=00008}
22:49:25.821144 run osmo-ms-mob/00009: Starting mobile
22:49:25.839159 run osmo-ms-mob/00009(pid=144): Launched
22:49:25.850338 run mass: MS start registered {at=6843992.058652226, delay=0.004845654591917992, ms=00009}
22:49:25.917660 run mass: MS performed LU {at=6843992.125870104, lu_delay=5.46809209138155, ms=00003}
22:49:26.520169 run osmo-ms-mob/00010: Starting mobile
22:49:26.537214 run osmo-ms-mob/00010(pid=145): Launched
22:49:26.548023 run mass: MS start registered {at=6843992.756346364, delay=0.004709081724286079, ms=00010}
22:49:27.090498 run osmo-ms-mob/00011: Starting mobile
22:49:27.105992 run osmo-ms-mob/00011(pid=146): Launched
22:49:27.116859 run mass: MS start registered {at=6843993.325180416, delay=0.004670596681535244, ms=00011}
22:49:27.715334 run osmo-ms-mob/00012: Starting mobile
22:49:27.728782 run osmo-ms-mob/00012(pid=147): Launched
22:49:27.739431 run mass: MS start registered {at=6843993.947749507, delay=0.004678376950323582, ms=00012}
22:49:27.819519 run mass: MS performed LU {at=6843994.027730488, lu_delay=5.267319242469966, ms=00005}
22:49:27.845522 run mass: MS performed LU {at=6843994.053833249, lu_delay=6.307029793970287, ms=00004}
22:49:28.321679 run osmo-ms-mob/00013: Starting mobile
22:49:28.335015 run osmo-ms-mob/00013(pid=148): Launched
22:49:28.345689 run mass: MS start registered {at=6843994.554010303, delay=0.004523005336523056, ms=00013}
22:49:28.891174 run osmo-ms-mob/00014: Starting mobile
22:49:28.904343 run osmo-ms-mob/00014(pid=149): Launched
22:49:28.915059 run mass: MS start registered {at=6843995.123380808, delay=0.0047380998730659485, ms=00014}
22:49:29.490028 run osmo-ms-mob/00015: Starting mobile
22:49:29.503037 run osmo-ms-mob/00015(pid=150): Launched
22:49:29.514126 run mass: MS start registered {at=6843995.722445992, delay=0.005050859414041042, ms=00015}
22:49:29.683358 run mass: MS performed LU {at=6843995.891554888, lu_delay=5.33534748852253, ms=00007}
22:49:29.749380 run mass: MS performed LU {at=6843995.957589716, lu_delay=6.335610192269087, ms=00006}
22:49:30.022160 run osmo-ms-mob/00016: Starting mobile
22:49:30.039251 run osmo-ms-mob/00016(pid=151): Launched
22:49:30.049855 run mass: MS start registered {at=6843996.258175238, delay=0.0045616962015628815, ms=00016}
22:49:30.056311 run mass: MS performed LU {at=6843996.264640979, lu_delay=4.942679159343243, ms=00008}
22:49:30.490480 run osmo-ms-mob/00017: Starting mobile
22:49:30.503716 run osmo-ms-mob/00017(pid=152): Launched
22:49:30.514537 run mass: MS start registered {at=6843996.722857967, delay=0.004699869081377983, ms=00017}
22:49:31.122429 run osmo-ms-mob/00018: Starting mobile
22:49:31.139102 run osmo-ms-mob/00018(pid=153): Launched
22:49:31.150060 run mass: MS start registered {at=6843997.358381373, delay=0.004610564559698105, ms=00018}
22:49:31.512321 run osmo-ms-mob/00019: Starting mobile
22:49:31.528575 run osmo-ms-mob/00019(pid=154): Launched
22:49:31.534746 run mass: MS performed LU {at=6843997.743073073, lu_delay=4.986726709641516, ms=00010}
22:49:31.540910 run mass: MS start registered {at=6843997.749244756, delay=0.00618929136544466, ms=00019}
22:49:31.585116 run mass: MS performed LU {at=6843997.79336037, lu_delay=5.734708144329488, ms=00009}
22:49:31.611456 run mass: MS performed LU {at=6843997.81974462, lu_delay=4.494564203545451, ms=00011}
22:49:32.022217 run osmo-ms-mob/00020: Starting mobile
22:49:32.038827 run osmo-ms-mob/00020(pid=155): Launched
22:49:32.049546 run mass: MS start registered {at=6843998.25786809, delay=0.004647047258913517, ms=00020}
22:49:32.502388 run osmo-ms-mob/00021: Starting mobile
22:49:32.516316 run osmo-ms-mob/00021(pid=156): Launched
22:49:32.527781 run mass: MS start registered {at=6843998.736099551, delay=0.005405038595199585, ms=00021}
22:49:32.890439 run osmo-ms-mob/00022: Starting mobile
22:49:32.903874 run osmo-ms-mob/00022(pid=157): Launched
22:49:32.914565 run mass: MS start registered {at=6843999.122886646, delay=0.0046478379517793655, ms=00022}
22:49:33.429568 run osmo-ms-mob/00023: Starting mobile
22:49:33.445613 run osmo-ms-mob/00023(pid=158): Launched
22:49:33.451817 run mass: MS performed LU {at=6843999.660138279, lu_delay=5.712388772517443, ms=00012}
22:49:33.457622 run mass: MS start registered {at=6843999.665956612, delay=0.005836879834532738, ms=00023}
22:49:33.513968 run mass: MS performed LU {at=6843999.722186787, lu_delay=5.168176484294236, ms=00013}
22:49:33.812855 run osmo-ms-mob/00024: Starting mobile
22:49:33.829818 run osmo-ms-mob/00024(pid=159): Launched
22:49:33.835950 run mass: MS performed LU {at=6844000.044276939, lu_delay=4.920896130613983, ms=00014}
22:49:33.841785 run mass: MS start registered {at=6844000.050120635, delay=0.005862288177013397, ms=00024}
22:49:34.302093 run osmo-ms-mob/00025: Starting mobile
22:49:34.316153 run osmo-ms-mob/00025(pid=160): Launched
22:49:34.326869 run mass: MS start registered {at=6844000.535188096, delay=0.0046536363661289215, ms=00025}
22:49:34.689678 run osmo-ms-mob/00026: Starting mobile
22:49:34.702712 run osmo-ms-mob/00026(pid=161): Launched
22:49:34.713316 run mass: MS start registered {at=6844000.921638714, delay=0.0045777130872011185, ms=00026}
22:49:35.114823 run osmo-ms-mob/00027: Starting mobile
22:49:35.128032 run osmo-ms-mob/00027(pid=162): Launched
22:49:35.138565 run mass: MS start registered {at=6844001.346887059, delay=0.004461169242858887, ms=00027}
22:49:35.249386 run mass: MS performed LU {at=6844001.457605953, lu_delay=5.199430715292692, ms=00016}
22:49:35.351063 run mass: MS performed LU {at=6844001.559283252, lu_delay=4.836425284855068, ms=00017}
22:49:35.377108 run mass: MS performed LU {at=6844001.585415039, lu_delay=5.8629690473899245, ms=00015}
22:49:35.412814 run osmo-ms-mob/00028: Starting mobile
22:49:35.427283 run osmo-ms-mob/00028(pid=163): Launched
22:49:35.438050 run mass: MS start registered {at=6844001.646374576, delay=0.004694266244769096, ms=00028}
22:49:35.924916 run osmo-ms-mob/00029: Starting mobile
22:49:35.941985 run osmo-ms-mob/00029(pid=164): Launched
22:49:35.952914 run mass: MS start registered {at=6844002.161235253, delay=0.0047063203528523445, ms=00029}
22:49:36.290583 run osmo-ms-mob/00030: Starting mobile
22:49:36.303878 run osmo-ms-mob/00030(pid=165): Launched
22:49:36.314804 run mass: MS start registered {at=6844002.52312262, delay=0.004883561283349991, ms=00030}
22:49:36.702368 run osmo-ms-mob/00031: Starting mobile
22:49:36.716195 run osmo-ms-mob/00031(pid=166): Launched
22:49:36.727015 run mass: MS start registered {at=6844002.93533693, delay=0.004737327806651592, ms=00031}
22:49:37.019275 run osmo-ms-mob/00032: Starting mobile
22:49:37.034565 run osmo-ms-mob/00032(pid=167): Launched
22:49:37.045643 run mass: MS start registered {at=6844003.253961789, delay=0.004970532841980457, ms=00032}
22:49:37.215021 run mass: MS performed LU {at=6844003.423240652, lu_delay=5.673995896242559, ms=00019}
22:49:37.279653 run mass: MS performed LU {at=6844003.487860001, lu_delay=6.129478627815843, ms=00018}
22:49:37.305967 run osmo-ms-mob/00033: Starting mobile
22:49:37.318978 run osmo-ms-mob/00033(pid=168): Launched
22:49:37.329680 run mass: MS start registered {at=6844003.538006163, delay=0.004697123542428017, ms=00033}
22:49:37.347262 run mass: MS performed LU {at=6844003.55558425, lu_delay=5.297716160304844, ms=00020}
22:49:37.386196 run mass: MS performed LU {at=6844003.594435535, lu_delay=4.858335983939469, ms=00021}
22:49:37.821804 run osmo-ms-mob/00034: Starting mobile
22:49:37.839225 run osmo-ms-mob/00034(pid=169): Launched
22:49:37.850233 run mass: MS start registered {at=6844004.058548473, delay=0.005054871551692486, ms=00034}
22:49:38.091488 run osmo-ms-mob/00035: Starting mobile
22:49:38.104699 run osmo-ms-mob/00035(pid=170): Launched
22:49:38.116024 run mass: MS start registered {at=6844004.32434537, delay=0.004875218495726585, ms=00035}
22:49:38.491160 run osmo-ms-mob/00036: Starting mobile
22:49:38.504129 run osmo-ms-mob/00036(pid=171): Launched
22:49:38.514860 run mass: MS start registered {at=6844004.72318274, delay=0.004699796438217163, ms=00036}
22:49:38.912683 run osmo-ms-mob/00037: Starting mobile
22:49:38.928740 run osmo-ms-mob/00037(pid=172): Launched
22:49:38.939530 run mass: MS start registered {at=6844005.147850533, delay=0.004745399579405785, ms=00037}
22:49:39.014858 run mass: MS performed LU {at=6844005.223076083, lu_delay=4.68788798712194, ms=00025}
22:49:39.116488 run mass: MS performed LU {at=6844005.324708624, lu_delay=5.658752012066543, ms=00023}
22:49:39.145351 run osmo-ms-mob/00038: Starting mobile
22:49:39.158352 run osmo-ms-mob/00038(pid=173): Launched
22:49:39.164359 run mass: MS performed LU {at=6844005.372689622, lu_delay=6.249802976846695, ms=00022}
22:49:39.170165 run mass: MS start registered {at=6844005.378499334, delay=0.0058248694986104965, ms=00038}
22:49:39.288223 run mass: MS performed LU {at=6844005.496421012, lu_delay=5.446300377137959, ms=00024}
22:49:39.302191 run osmo-ms-mob/00039: Starting mobile
22:49:39.315360 run osmo-ms-mob/00039(pid=174): Launched
22:49:39.326170 run mass: MS start registered {at=6844005.534493343, delay=0.004868659190833569, ms=00039}
22:49:39.921325 run osmo-ms-mob/00040: Starting mobile
22:49:39.936945 run osmo-ms-mob/00040(pid=175): Launched
22:49:39.948313 run mass: MS start registered {at=6844006.156628853, delay=0.005279276520013809, ms=00040}
22:49:40.191181 run osmo-ms-mob/00041: Starting mobile
22:49:40.204579 run osmo-ms-mob/00041(pid=176): Launched
22:49:40.215491 run mass: MS start registered {at=6844006.423812715, delay=0.0047218091785907745, ms=00041}
22:49:40.503982 run osmo-ms-mob/00042: Starting mobile
22:49:40.518156 run osmo-ms-mob/00042(pid=177): Launched
22:49:40.529089 run mass: MS start registered {at=6844006.737409251, delay=0.0049790870398283005, ms=00042}
22:49:40.912707 run osmo-ms-mob/00043: Starting mobile
22:49:40.929457 run osmo-ms-mob/00043(pid=178): Launched
22:49:40.940659 run mass: MS start registered {at=6844007.148978815, delay=0.0048248255625367165, ms=00043}
22:49:40.981506 run mass: MS performed LU {at=6844007.189731442, lu_delay=4.666608822531998, ms=00030}
22:49:41.046376 run mass: MS performed LU {at=6844007.254597471, lu_delay=5.90771041251719, ms=00027}
22:49:41.074263 run osmo-ms-mob/00044: Starting mobile
22:49:41.087309 run osmo-ms-mob/00044(pid=179): Launched
22:49:41.097991 run mass: MS start registered {at=6844007.306315181, delay=0.004709498956799507, ms=00044}
22:49:41.113260 run mass: MS performed LU {at=6844007.321585936, lu_delay=5.675211359746754, ms=00028}
22:49:41.189413 run mass: MS performed LU {at=6844007.397647309, lu_delay=6.476008594967425, ms=00026}
22:49:41.217271 run osmo-ms-mob/00045: Starting mobile
22:49:41.230457 run osmo-ms-mob/00045(pid=180): Launched
22:49:41.241040 run mass: MS start registered {at=6844007.449362472, delay=0.004442182369530201, ms=00045}
22:49:41.790118 run osmo-ms-mob/00046: Starting mobile
22:49:41.802995 run osmo-ms-mob/00046(pid=181): Launched
22:49:41.813760 run mass: MS start registered {at=6844008.022083061, delay=0.004782769829034805, ms=00046}
22:49:42.103665 run osmo-ms-mob/00047: Starting mobile
22:49:42.118010 run osmo-ms-mob/00047(pid=182): Launched
22:49:42.129164 run mass: MS start registered {at=6844008.337481381, delay=0.005091385915875435, ms=00047}
22:49:42.404283 run osmo-ms-mob/00048: Starting mobile
22:49:42.418433 run osmo-ms-mob/00048(pid=183): Launched
22:49:42.429139 run mass: MS start registered {at=6844008.637457993, delay=0.0045457808300852776, ms=00048}
22:49:42.719439 run osmo-ms-mob/00049: Starting mobile
22:49:42.734710 run osmo-ms-mob/00049(pid=184): Launched
22:49:42.745313 run mass: MS start registered {at=6844008.953633347, delay=0.004535437561571598, ms=00049}
22:49:42.780546 run mass: MS performed LU {at=6844008.988779771, lu_delay=5.450773607939482, ms=00033}
22:49:42.818616 run mass: MS performed LU {at=6844009.026837277, lu_delay=6.091500347480178, ms=00031}
22:49:42.840973 run osmo-ms-mob/00050: Starting mobile
22:49:42.854351 run osmo-ms-mob/00050(pid=185): Launched
22:49:42.865491 run mass: MS start registered {at=6844009.073808148, delay=0.005111676640808582, ms=00050}
22:49:42.910041 run mass: MS performed LU {at=6844009.118262413, lu_delay=5.059713940136135, ms=00034}
22:49:43.089765 run mass: MS performed LU {at=6844009.297984708, lu_delay=4.97363933827728, ms=00035}
22:49:43.420458 run osmo-ms-mob/00051: Starting mobile
22:49:43.435571 run osmo-ms-mob/00051(pid=186): Launched
22:49:43.446653 run mass: MS start registered {at=6844009.654972274, delay=0.0049661071971058846, ms=00051}
22:49:43.703754 run osmo-ms-mob/00052: Starting mobile
22:49:43.718008 run osmo-ms-mob/00052(pid=187): Launched
22:49:43.728948 run mass: MS start registered {at=6844009.937268639, delay=0.004710109904408455, ms=00052}
22:49:43.804863 run mass: MS performed LU {at=6844010.013092702, lu_delay=6.759130912832916, ms=00032}
22:49:44.003872 run osmo-ms-mob/00053: Starting mobile
22:49:44.018284 run osmo-ms-mob/00053(pid=188): Launched
22:49:44.029092 run mass: MS start registered {at=6844010.237413281, delay=0.004826611839234829, ms=00053}
22:49:44.152568 run mass: MS performed LU {at=6844010.360790379, lu_delay=3.9369776640087366, ms=00041}
22:49:44.305599 run osmo-ms-mob/00054: Starting mobile
22:49:44.319590 run osmo-ms-mob/00054(pid=189): Launched
22:49:44.331209 run mass: MS start registered {at=6844010.539528508, delay=0.005637006834149361, ms=00054}
22:49:44.590420 run osmo-ms-mob/00055: Starting mobile
22:49:44.603828 run osmo-ms-mob/00055(pid=190): Launched
22:49:44.615132 run mass: MS start registered {at=6844010.823453483, delay=0.0049660298973321915, ms=00055}
22:49:44.644386 run mass: MS performed LU {at=6844010.85267335, lu_delay=5.4741740161553025, ms=00038}
22:49:44.719371 run mass: MS performed LU {at=6844010.927606811, lu_delay=4.7709779581055045, ms=00040}
22:49:44.747644 run osmo-ms-mob/00056: Starting mobile
22:49:44.761038 run osmo-ms-mob/00056(pid=191): Launched
22:49:44.771899 run mass: MS start registered {at=6844010.980214816, delay=0.00484324898570776, ms=00056}
22:49:44.810797 run mass: MS performed LU {at=6844011.018913311, lu_delay=5.484419967979193, ms=00039}
22:49:44.991237 run mass: MS performed LU {at=6844011.1994621, lu_delay=6.051611566916108, ms=00037}
22:49:45.019984 run osmo-ms-mob/00057: Starting mobile
22:49:45.032999 run osmo-ms-mob/00057(pid=192): Launched
22:49:45.038970 run mass: MS performed LU {at=6844011.247297911, lu_delay=6.5241151712834835, ms=00036}
22:49:45.044899 run mass: MS start registered {at=6844011.253234155, delay=0.0059542544186115265, ms=00057}
22:49:45.602747 run osmo-ms-mob/00058: Starting mobile
22:49:45.616949 run osmo-ms-mob/00058(pid=193): Launched
22:49:45.628237 run mass: MS start registered {at=6844011.836554752, delay=0.005326463840901852, ms=00058}
22:49:45.808936 run mass: MS performed LU {at=6844012.017161017, lu_delay=5.279751766473055, ms=00042}
22:49:45.836991 run osmo-ms-mob/00059: Starting mobile
22:49:45.850612 run osmo-ms-mob/00059(pid=194): Launched
22:49:45.861620 run mass: MS start registered {at=6844012.069940384, delay=0.0048534683883190155, ms=00059}
22:49:46.219481 run osmo-ms-mob/00060: Starting mobile
22:49:46.234733 run osmo-ms-mob/00060(pid=195): Launched
22:49:46.245757 run mass: MS start registered {at=6844012.45407837, delay=0.00491354800760746, ms=00060}
22:49:46.621474 run osmo-ms-mob/00061: Starting mobile
22:49:46.637277 run osmo-ms-mob/00061(pid=196): Launched
22:49:46.643371 run mass: MS performed LU {at=6844012.851698619, lu_delay=4.829615558497608, ms=00046}
22:49:46.649449 run mass: MS start registered {at=6844012.857783782, delay=0.006104401312768459, ms=00061}
22:49:46.675582 run mass: MS performed LU {at=6844012.883892333, lu_delay=5.57757715228945, ms=00044}
22:49:46.688549 run osmo-ms-mob/00062: Starting mobile
22:49:46.701851 run osmo-ms-mob/00062(pid=197): Launched
22:49:46.712997 run mass: MS start registered {at=6844012.921317428, delay=0.004852280952036381, ms=00062}
22:49:46.855855 run mass: MS performed LU {at=6844013.064082305, lu_delay=5.915103489533067, ms=00043}
22:49:46.889764 run mass: MS performed LU {at=6844013.098085303, lu_delay=4.760603921487927, ms=00047}
22:49:46.901914 run osmo-ms-mob/00063: Starting mobile
22:49:46.915287 run osmo-ms-mob/00063(pid=198): Launched
22:49:46.926156 run mass: MS start registered {at=6844013.134474508, delay=0.004676531068980694, ms=00063}
22:49:47.603217 run osmo-ms-mob/00064: Starting mobile
22:49:47.617253 run osmo-ms-mob/00064(pid=199): Launched
22:49:47.628031 run mass: MS start registered {at=6844013.836353098, delay=0.004626692272722721, ms=00064}
22:49:48.022017 run osmo-ms-mob/00065: Starting mobile
22:49:48.037394 run osmo-ms-mob/00065(pid=200): Launched
22:49:48.048454 run mass: MS start registered {at=6844014.256776187, delay=0.004847465083003044, ms=00065}
22:49:48.290959 run osmo-ms-mob/00066: Starting mobile
22:49:48.304040 run osmo-ms-mob/00066(pid=201): Launched
22:49:48.314762 run mass: MS start registered {at=6844014.52308042, delay=0.00471856165677309, ms=00066}
22:49:48.410547 run mass: MS performed LU {at=6844014.618766051, lu_delay=5.9813080579042435, ms=00048}
22:49:48.448240 run mass: MS performed LU {at=6844014.656477465, lu_delay=5.702844118699431, ms=00049}
22:49:48.576914 run mass: MS performed LU {at=6844014.785113761, lu_delay=5.71130561362952, ms=00050}
22:49:48.620960 run osmo-ms-mob/00067: Starting mobile
22:49:48.634834 run osmo-ms-mob/00067(pid=202): Launched
22:49:48.645864 run mass: MS start registered {at=6844014.85418345, delay=0.005003846250474453, ms=00067}
22:49:48.721052 run mass: MS performed LU {at=6844014.929276692, lu_delay=4.992008052766323, ms=00052}
22:49:48.757431 run mass: MS performed LU {at=6844014.96565097, lu_delay=5.310678696259856, ms=00051}
22:49:48.776284 run osmo-ms-mob/00068: Starting mobile
22:49:48.789352 run osmo-ms-mob/00068(pid=203): Launched
22:49:48.795731 run mass: MS performed LU {at=6844015.004058647, lu_delay=4.7666453663259745, ms=00053}
22:49:48.801641 run mass: MS start registered {at=6844015.009975799, delay=0.005935658700764179, ms=00068}
22:49:49.400432 run osmo-ms-mob/00069: Starting mobile
22:49:49.414391 run osmo-ms-mob/00069(pid=204): Launched
22:49:49.425712 run mass: MS start registered {at=6844015.634023909, delay=0.005126861855387688, ms=00069}
22:49:49.550483 run mass: MS performed LU {at=6844015.758708311, lu_delay=3.688767927698791, ms=00059}
22:49:49.809378 run osmo-ms-mob/00070: Starting mobile
22:49:49.824014 run osmo-ms-mob/00070(pid=205): Launched
22:49:49.835391 run mass: MS start registered {at=6844016.043707225, delay=0.005079189315438271, ms=00070}
22:49:50.204089 run osmo-ms-mob/00071: Starting mobile
22:49:50.218138 run osmo-ms-mob/00071(pid=206): Launched
22:49:50.231092 run mass: MS start registered {at=6844016.439408763, delay=0.006701976992189884, ms=00071}
22:49:50.350665 run mass: MS performed LU {at=6844016.558887739, lu_delay=5.578672923147678, ms=00056}
22:49:50.385308 run mass: MS performed LU {at=6844016.593552575, lu_delay=6.05402406770736, ms=00054}
22:49:50.441399 run mass: MS performed LU {at=6844016.649609365, lu_delay=4.813054612837732, ms=00058}
22:49:50.473129 run osmo-ms-mob/00072: Starting mobile
22:49:50.486077 run osmo-ms-mob/00072(pid=207): Launched
22:49:50.497338 run mass: MS start registered {at=6844016.705658859, delay=0.004916064441204071, ms=00072}
22:49:51.004291 run osmo-ms-mob/00073: Starting mobile
22:49:51.018780 run osmo-ms-mob/00073(pid=208): Launched
22:49:51.030197 run mass: MS start registered {at=6844017.238512608, delay=0.00526732113212347, ms=00073}
22:49:51.403652 run osmo-ms-mob/00074: Starting mobile
22:49:51.417821 run osmo-ms-mob/00074(pid=209): Launched
22:49:51.424103 run mass: MS performed LU {at=6844017.632428885, lu_delay=6.808975402265787, ms=00055}
22:49:51.431643 run mass: MS start registered {at=6844017.639968099, delay=0.007558801211416721, ms=00074}
22:49:51.446814 run mass: MS performed LU {at=6844017.65513463, lu_delay=4.733817202039063, ms=00062}
22:49:51.469864 run mass: MS performed LU {at=6844017.678110382, lu_delay=6.424876227043569, ms=00057}
22:49:51.483828 run osmo-ms-mob/00075: Starting mobile
22:49:51.497428 run osmo-ms-mob/00075(pid=210): Launched
22:49:51.508843 run mass: MS start registered {at=6844017.717161705, delay=0.005319410003721714, ms=00075}
22:49:52.213703 run mass: MS performed LU {at=6844018.421921529, lu_delay=4.5855684308335185, ms=00064}
22:49:52.269604 run osmo-ms-mob/00076: Starting mobile
22:49:52.284464 run osmo-ms-mob/00076(pid=211): Launched
22:49:52.290760 run mass: MS performed LU {at=6844018.499087262, lu_delay=6.045008892193437, ms=00060}
22:49:52.296679 run mass: MS performed LU {at=6844018.505013529, lu_delay=5.6472297469154, ms=00061}
22:49:52.302506 run mass: MS start registered {at=6844018.510841232, delay=0.01177199650555849, ms=00076}
22:49:52.541585 run mass: MS performed LU {at=6844018.749804052, lu_delay=5.61532954312861, ms=00063}
22:49:52.570672 run osmo-ms-mob/00077: Starting mobile
22:49:52.584017 run osmo-ms-mob/00077(pid=212): Launched
22:49:52.594956 run mass: MS start registered {at=6844018.803274553, delay=0.004716074094176292, ms=00077}
22:49:53.204639 run osmo-ms-mob/00078: Starting mobile
22:49:53.219349 run osmo-ms-mob/00078(pid=213): Launched
22:49:53.231310 run mass: MS start registered {at=6844019.439625275, delay=0.005792694166302681, ms=00078}
22:49:53.308048 run mass: MS performed LU {at=6844019.516195975, lu_delay=4.993115555495024, ms=00066}
22:49:53.392058 run mass: MS performed LU {at=6844019.600287365, lu_delay=5.343511178158224, ms=00065}
22:49:53.619033 run osmo-ms-mob/00079: Starting mobile
22:49:53.634053 run osmo-ms-mob/00079(pid=214): Launched
22:49:53.645301 run mass: MS start registered {at=6844019.853612641, delay=0.005110248923301697, ms=00079}
22:49:54.078240 run mass: MS performed LU {at=6844020.286463804, lu_delay=4.652439894154668, ms=00069}
22:49:54.104673 run osmo-ms-mob/00080: Starting mobile
22:49:54.118614 run osmo-ms-mob/00080(pid=215): Launched
22:49:54.124697 run mass: MS performed LU {at=6844020.333022726, lu_delay=5.323046926409006, ms=00068}
22:49:54.130808 run mass: MS start registered {at=6844020.33914166, delay=0.006136937998235226, ms=00080}
22:49:54.150452 run mass: MS performed LU {at=6844020.358768539, lu_delay=5.5045850882306695, ms=00067}
22:49:54.605033 run osmo-ms-mob/00081: Starting mobile
22:49:54.619345 run osmo-ms-mob/00081(pid=216): Launched
22:49:54.633945 run mass: MS start registered {at=6844020.842249904, delay=0.008443598635494709, ms=00081}
22:49:55.003482 run osmo-ms-mob/00082: Starting mobile
22:49:55.017912 run osmo-ms-mob/00082(pid=217): Launched
22:49:55.030039 run mass: MS start registered {at=6844021.238351086, delay=0.005864585749804974, ms=00082}
22:49:55.167489 run mass: MS performed LU {at=6844021.375696551, lu_delay=5.331989326514304, ms=00070}
22:49:55.612960 run osmo-ms-mob/00083: Starting mobile
22:49:55.629594 run osmo-ms-mob/00083(pid=218): Launched
22:49:55.640541 run mass: MS start registered {at=6844021.848860422, delay=0.004954558797180653, ms=00083}
22:49:55.942365 run mass: MS performed LU {at=6844022.150581536, lu_delay=5.7111727725714445, ms=00071}
22:49:55.979593 run mass: MS performed LU {at=6844022.187834282, lu_delay=4.547866183333099, ms=00074}
22:49:56.020444 run osmo-ms-mob/00084: Starting mobile
22:49:56.034364 run osmo-ms-mob/00084(pid=219): Launched
22:49:56.040369 run mass: MS performed LU {at=6844022.248697195, lu_delay=5.010184586979449, ms=00073}
22:49:56.046086 run mass: MS start registered {at=6844022.254421925, delay=0.005740960128605366, ms=00084}
22:49:56.288751 run mass: MS performed LU {at=6844022.496968994, lu_delay=5.7913101352751255, ms=00072}
22:49:56.313008 run mass: MS performed LU {at=6844022.521338671, lu_delay=4.804176966659725, ms=00075}
22:49:56.612989 run osmo-ms-mob/00085: Starting mobile
22:49:56.626510 run osmo-ms-mob/00085(pid=220): Launched
22:49:56.637426 run mass: MS start registered {at=6844022.845746242, delay=0.004804135300219059, ms=00085}
22:49:57.203738 run osmo-ms-mob/00086: Starting mobile
22:49:57.217654 run osmo-ms-mob/00086(pid=221): Launched
22:49:57.229085 run mass: MS start registered {at=6844023.437401311, delay=0.005103535950183868, ms=00086}
22:49:57.821131 run osmo-ms-mob/00087: Starting mobile
22:49:57.838719 run osmo-ms-mob/00087(pid=222): Launched
22:49:57.849793 run mass: MS start registered {at=6844024.058112983, delay=0.004826539196074009, ms=00087}
22:49:57.927394 run mass: MS performed LU {at=6844024.135624873, lu_delay=4.695999598130584, ms=00078}
22:49:57.944573 run mass: MS performed LU {at=6844024.152810375, lu_delay=5.349535821937025, ms=00077}
22:49:57.991442 run mass: MS performed LU {at=6844024.199662361, lu_delay=5.688821129500866, ms=00076}
22:49:58.079479 run mass: MS performed LU {at=6844024.287699388, lu_delay=22.12646413501352, ms=00029}
22:49:58.428802 run osmo-ms-mob/00088: Starting mobile
22:49:58.444836 run osmo-ms-mob/00088(pid=223): Launched
22:49:58.455572 run mass: MS start registered {at=6844024.663894825, delay=0.004753583110868931, ms=00088}
22:49:59.003602 run osmo-ms-mob/00089: Starting mobile
22:49:59.017781 run osmo-ms-mob/00089(pid=224): Launched
22:49:59.029342 run mass: MS start registered {at=6844025.237655864, delay=0.005422588437795639, ms=00089}
22:49:59.590643 run osmo-ms-mob/00090: Starting mobile
22:49:59.603672 run osmo-ms-mob/00090(pid=225): Launched
22:49:59.614476 run mass: MS start registered {at=6844025.822798436, delay=0.004847245290875435, ms=00090}
22:49:59.708268 run mass: MS performed LU {at=6844025.916485348, lu_delay=4.6781342616304755, ms=00082}
22:49:59.745244 run mass: MS performed LU {at=6844025.953480738, lu_delay=6.099868097342551, ms=00079}
22:49:59.769091 run mass: MS performed LU {at=6844025.977417687, lu_delay=5.135167783126235, ms=00081}
22:50:00.018537 run mass: MS performed LU {at=6844026.226753528, lu_delay=5.88761186785996, ms=00080}
22:50:00.319273 run osmo-ms-mob/00091: Starting mobile
22:50:00.334573 run osmo-ms-mob/00091(pid=226): Launched
22:50:00.345497 run mass: MS start registered {at=6844026.553819422, delay=0.004964139312505722, ms=00091}
22:50:00.990523 run osmo-ms-mob/00092: Starting mobile
22:50:01.003791 run osmo-ms-mob/00092(pid=227): Launched
22:50:01.014693 run mass: MS start registered {at=6844027.223016088, delay=0.004842521622776985, ms=00092}
22:50:01.692965 run mass: MS performed LU {at=6844027.901160567, lu_delay=6.052300144918263, ms=00083}
22:50:01.723061 run osmo-ms-mob/00093: Starting mobile
22:50:01.736072 run osmo-ms-mob/00093(pid=228): Launched
22:50:01.742356 run mass: MS performed LU {at=6844027.950671833, lu_delay=5.696249907836318, ms=00084}
22:50:01.748267 run mass: MS performed LU {at=6844027.956602306, lu_delay=5.1108560636639595, ms=00085}
22:50:01.754025 run mass: MS start registered {at=6844027.962360767, delay=0.011705935001373291, ms=00093}
22:50:01.992966 run mass: MS performed LU {at=6844028.201184008, lu_delay=4.763782697729766, ms=00086}
22:50:02.690252 run osmo-ms-mob/00094: Starting mobile
22:50:02.703831 run osmo-ms-mob/00094(pid=229): Launched
22:50:02.714883 run mass: MS start registered {at=6844028.923202586, delay=0.004889334551990032, ms=00094}
22:50:03.474444 run mass: MS performed LU {at=6844029.68266096, lu_delay=5.018766134977341, ms=00088}
22:50:03.511485 run mass: MS performed LU {at=6844029.719721006, lu_delay=4.482065142132342, ms=00089}
22:50:03.561970 run osmo-ms-mob/00095: Starting mobile
22:50:03.576777 run osmo-ms-mob/00095(pid=230): Launched
22:50:03.587565 run mass: MS start registered {at=6844029.795887634, delay=0.00482791755348444, ms=00095}
22:50:03.728221 run mass: MS performed LU {at=6844029.936437863, lu_delay=5.8783248802646995, ms=00087}
22:50:03.766029 run mass: MS performed LU {at=6844029.974294434, lu_delay=22.52493196260184, ms=00045}
22:50:04.590355 run osmo-ms-mob/00096: Starting mobile
22:50:04.603448 run osmo-ms-mob/00096(pid=231): Launched
22:50:04.615059 run mass: MS start registered {at=6844030.823376988, delay=0.005275968462228775, ms=00096}
22:50:05.459133 run mass: MS performed LU {at=6844031.667350457, lu_delay=5.113531035371125, ms=00091}
22:50:05.477109 run mass: MS performed LU {at=6844031.685343395, lu_delay=5.862544959411025, ms=00090}
22:50:05.730659 run osmo-ms-mob/00097: Starting mobile
22:50:05.747155 run osmo-ms-mob/00097(pid=232): Launched
22:50:05.753119 run mass: MS performed LU {at=6844031.961445791, lu_delay=4.738429702818394, ms=00092}
22:50:05.758864 run mass: MS start registered {at=6844031.967198952, delay=0.005771142430603504, ms=00097}
22:50:06.993507 run osmo-ms-mob/00098: Starting mobile
22:50:07.006528 run osmo-ms-mob/00098(pid=233): Launched
22:50:07.017759 run mass: MS start registered {at=6844033.226071782, delay=0.005090860649943352, ms=00098}
22:50:07.239779 run mass: MS performed LU {at=6844033.447960524, lu_delay=5.485599757172167, ms=00093}
22:50:07.406021 run mass: MS performed LU {at=6844033.614243112, lu_delay=4.691040525212884, ms=00094}
22:50:08.816667 run osmo-ms-mob/00099: Starting mobile
22:50:08.833300 run osmo-ms-mob/00099(pid=234): Launched
22:50:08.839266 run mass: All started... {duration=55.759324171580374, too_slow=0}
22:50:08.844996 run mass: MS start registered {at=6844035.053315117, delay=0.005714467726647854, ms=00099}
22:50:09.225238 run mass: MS performed LU {at=6844035.433457067, lu_delay=5.63756943307817, ms=00095}
22:50:09.478605 run mass: MS performed LU {at=6844035.686824645, lu_delay=4.863447656854987, ms=00096}
22:50:11.154262 run mass: MS performed LU {at=6844037.362479771, lu_delay=5.395280818454921, ms=00097}
22:50:12.991278 run mass: MS performed LU {at=6844039.199499327, lu_delay=5.973427544347942, ms=00098}
22:50:14.892312 run mass: MS performed LU {at=6844041.100531716, lu_delay=6.047216598875821, ms=00099}
22:50:14.902540 run mass: Tests done {all_completed=True, max=22.52493196260184, min=3.688767927698791}
22:50:14.907909 tst register_default_mass.py: Test passed (81.1 sec)
22:50:14.913225 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:50:14.916462 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:50:14.919662 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:50:14.922909 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:50:14.926130 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:50:14.929432 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:50:14.932755 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:50:14.936137 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:50:14.939469 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:50:14.942786 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:50:14.946105 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:50:14.949489 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:50:14.952796 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:50:14.956118 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:50:14.959437 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:50:14.962779 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:50:14.966106 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:50:14.970061 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:50:14.973427 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:50:14.976778 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:50:14.980131 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:50:14.983438 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:50:14.986797 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:50:14.990138 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:50:14.993767 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:50:14.997439 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:50:15.001006 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:50:15.004386 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:50:15.007722 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:50:15.011115 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:50:15.014471 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:50:15.018134 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:50:15.021467 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:50:15.024940 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:50:15.028373 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:50:15.031826 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:50:15.035443 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:50:15.038889 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:50:15.042337 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:50:15.046297 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:50:15.049719 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:50:15.053185 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:50:15.056615 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:50:15.060021 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:50:15.064093 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:50:15.067510 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:50:15.070872 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:50:15.074228 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:50:15.077628 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:50:15.081173 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:50:15.084612 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:50:15.087939 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:50:15.091328 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:50:15.095222 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:50:15.098593 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:50:15.102016 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:50:15.105466 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:50:15.108840 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:50:15.112267 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:50:15.115602 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:50:15.119127 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:50:15.122485 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:50:15.126007 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:50:15.129620 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:50:15.133417 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:50:15.136968 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:50:15.140410 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:50:15.143743 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:50:15.147168 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:50:15.150495 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:50:15.153896 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:50:15.157289 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:50:15.160747 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:50:15.164080 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:50:15.167523 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:50:15.170995 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:50:15.174454 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:50:15.177886 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:50:15.181250 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:50:15.184645 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:50:15.188089 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:50:15.191455 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:50:15.194855 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:50:15.198292 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:50:15.201641 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:50:15.205087 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:50:15.208520 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:50:15.211976 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:50:15.215396 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:50:15.218792 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:50:15.222237 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:50:15.225659 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:50:15.229062 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:50:15.232502 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:50:15.235868 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:50:15.239324 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:50:15.242753 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:50:15.246191 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:50:15.249587 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:50:15.253103 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:50:15.256561 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:50:15.259959 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:50:15.263393 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:50:15.266802 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:50:15.270210 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:50:15.273658 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:50:15.277054 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:50:15.280493 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:50:15.283943 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:50:15.287397 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:50:15.290839 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:50:15.294236 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:50:15.297618 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:50:15.301063 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:50:15.304438 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:50:15.307875 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:50:15.311183 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:50:15.314490 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:50:15.317807 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:50:15.321123 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:50:15.324430 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:50:15.327722 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:50:15.331020 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:50:15.334422 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:50:15.337868 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:50:15.341243 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:50:15.344541 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:50:15.347838 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:50:15.351137 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:50:15.354440 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:50:15.357742 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:50:15.361023 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:50:15.364312 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:50:15.367603 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:50:15.370901 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:50:15.374192 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:50:15.377439 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:50:15.380659 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:50:15.383881 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:50:15.387105 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:50:15.390500 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:50:15.393978 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:50:15.397454 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:50:15.400912 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:50:15.404394 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:50:15.407872 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:50:15.411163 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:50:15.414398 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:50:15.417632 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:50:15.420876 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:50:15.424110 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:50:15.427344 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:50:15.430568 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:50:15.433800 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:50:15.437026 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:50:15.440259 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:50:15.443474 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:50:15.446702 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:50:15.449933 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:50:15.453167 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:50:15.456377 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:50:15.459592 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:50:15.462825 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:50:15.466052 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:50:15.469290 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:50:15.472511 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:50:15.475715 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:50:15.478940 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:50:15.482168 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:50:15.485408 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:50:15.488634 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:50:15.491850 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:50:15.495071 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:50:15.498287 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:50:15.501507 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:50:15.504740 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:50:15.507960 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:50:15.511178 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:50:15.514404 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:50:15.517626 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:50:15.520844 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:50:15.524069 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:50:15.527295 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:50:15.530514 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:50:15.533738 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:50:15.536963 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:50:15.540188 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:50:15.543422 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:50:15.546635 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:50:15.549867 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:50:15.553085 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:50:15.556312 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:50:15.559530 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:50:15.562764 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:50:15.565983 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:50:15.569214 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:50:15.572446 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:50:15.575665 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:50:15.578903 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:50:15.582126 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:50:15.585381 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:50:15.588631 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:50:15.591868 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:50:15.595153 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:50:15.598453 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:50:15.601746 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:50:15.605035 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:50:15.608338 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:50:15.611602 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:50:15.614827 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:50:15.618039 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:50:15.621275 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:50:15.624516 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:50:15.627754 --- ParallelTerminationStrategy: PID 22 died...
22:50:15.629225 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:50:15.632789 --- ParallelTerminationStrategy: PID 23 died...
22:50:15.634236 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:50:15.637813 --- ParallelTerminationStrategy: PID 24 died...
22:50:15.639253 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:50:15.642816 --- ParallelTerminationStrategy: PID 25 died...
22:50:15.644268 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:50:15.647812 --- ParallelTerminationStrategy: PID 26 died...
22:50:15.649264 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:50:15.652862 --- ParallelTerminationStrategy: PID 27 died...
22:50:15.654306 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:50:15.657897 --- ParallelTerminationStrategy: PID 28 died...
22:50:15.659346 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:50:15.662941 --- ParallelTerminationStrategy: PID 29 died...
22:50:15.664399 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:50:15.667981 --- ParallelTerminationStrategy: PID 30 died...
22:50:15.669444 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:50:15.673020 --- ParallelTerminationStrategy: PID 31 died...
22:50:15.674460 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:50:15.678090 --- ParallelTerminationStrategy: PID 32 died...
22:50:15.679551 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:50:15.683179 --- ParallelTerminationStrategy: PID 33 died...
22:50:15.684669 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:50:15.688293 --- ParallelTerminationStrategy: PID 35 died...
22:50:15.689756 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:50:15.693372 --- ParallelTerminationStrategy: PID 36 died...
22:50:15.694834 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:50:15.698429 --- ParallelTerminationStrategy: PID 37 died...
22:50:15.699889 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:50:15.703479 --- ParallelTerminationStrategy: PID 38 died...
22:50:15.704941 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:50:15.708549 --- ParallelTerminationStrategy: PID 39 died...
22:50:15.710016 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:50:15.713620 --- ParallelTerminationStrategy: PID 40 died...
22:50:15.715081 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:50:15.718715 --- ParallelTerminationStrategy: PID 41 died...
22:50:15.720178 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:50:15.723769 --- ParallelTerminationStrategy: PID 42 died...
22:50:15.725229 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:50:15.728815 --- ParallelTerminationStrategy: PID 43 died...
22:50:15.730274 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:50:15.733892 --- ParallelTerminationStrategy: PID 44 died...
22:50:15.735341 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:50:15.738953 --- ParallelTerminationStrategy: PID 45 died...
22:50:15.740434 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:50:15.744036 --- ParallelTerminationStrategy: PID 46 died...
22:50:15.745491 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:50:15.749100 --- ParallelTerminationStrategy: PID 47 died...
22:50:15.750559 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:50:15.754167 --- ParallelTerminationStrategy: PID 48 died...
22:50:15.755619 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:50:15.759217 --- ParallelTerminationStrategy: PID 49 died...
22:50:15.760669 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:50:15.764256 --- ParallelTerminationStrategy: PID 50 died...
22:50:15.765713 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:50:15.769301 --- ParallelTerminationStrategy: PID 51 died...
22:50:15.770753 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:50:15.774356 --- ParallelTerminationStrategy: PID 52 died...
22:50:15.775818 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:50:15.779421 --- ParallelTerminationStrategy: PID 53 died...
22:50:15.780892 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:50:15.784485 --- ParallelTerminationStrategy: PID 54 died...
22:50:15.785948 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:50:15.789554 --- ParallelTerminationStrategy: PID 55 died...
22:50:15.791005 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:50:15.794596 --- ParallelTerminationStrategy: PID 56 died...
22:50:15.796093 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:50:15.799700 --- ParallelTerminationStrategy: PID 57 died...
22:50:15.801149 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:50:15.804750 --- ParallelTerminationStrategy: PID 58 died...
22:50:15.806197 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:50:15.809789 --- ParallelTerminationStrategy: PID 59 died...
22:50:15.811242 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:50:15.814812 --- ParallelTerminationStrategy: PID 60 died...
22:50:15.816268 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:50:15.819860 --- ParallelTerminationStrategy: PID 61 died...
22:50:15.821309 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:50:15.824922 --- ParallelTerminationStrategy: PID 62 died...
22:50:15.826393 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:50:15.829981 --- ParallelTerminationStrategy: PID 63 died...
22:50:15.831443 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:50:15.835033 --- ParallelTerminationStrategy: PID 64 died...
22:50:15.836498 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:50:15.840085 --- ParallelTerminationStrategy: PID 65 died...
22:50:15.841550 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:50:15.845145 --- ParallelTerminationStrategy: PID 66 died...
22:50:15.846592 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:50:15.850187 --- ParallelTerminationStrategy: PID 67 died...
22:50:15.851632 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:50:15.855234 --- ParallelTerminationStrategy: PID 68 died...
22:50:15.856688 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:50:15.860277 --- ParallelTerminationStrategy: PID 69 died...
22:50:15.861722 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:50:15.865306 --- ParallelTerminationStrategy: PID 70 died...
22:50:15.866748 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:50:15.870357 --- ParallelTerminationStrategy: PID 71 died...
22:50:15.871808 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:50:15.875396 --- ParallelTerminationStrategy: PID 72 died...
22:50:15.876867 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:50:15.880434 --- ParallelTerminationStrategy: PID 73 died...
22:50:15.881889 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:50:15.885478 --- ParallelTerminationStrategy: PID 74 died...
22:50:15.886929 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:50:15.890505 --- ParallelTerminationStrategy: PID 75 died...
22:50:15.891967 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:50:15.895537 --- ParallelTerminationStrategy: PID 76 died...
22:50:15.896993 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:50:15.900576 --- ParallelTerminationStrategy: PID 77 died...
22:50:15.902029 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:50:15.905610 --- ParallelTerminationStrategy: PID 78 died...
22:50:15.907061 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:50:15.910670 --- ParallelTerminationStrategy: PID 79 died...
22:50:15.912130 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:50:15.915725 --- ParallelTerminationStrategy: PID 80 died...
22:50:15.917178 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:50:15.920756 --- ParallelTerminationStrategy: PID 81 died...
22:50:15.922206 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:50:15.925802 --- ParallelTerminationStrategy: PID 82 died...
22:50:15.927254 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:50:15.930843 --- ParallelTerminationStrategy: PID 83 died...
22:50:15.932309 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:50:15.935893 --- ParallelTerminationStrategy: PID 84 died...
22:50:15.937341 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:50:15.940942 --- ParallelTerminationStrategy: PID 85 died...
22:50:15.942405 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:50:15.945988 --- ParallelTerminationStrategy: PID 86 died...
22:50:15.947451 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:50:15.951041 --- ParallelTerminationStrategy: PID 87 died...
22:50:15.952496 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:50:15.956088 --- ParallelTerminationStrategy: PID 88 died...
22:50:15.957534 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:50:15.961125 --- ParallelTerminationStrategy: PID 89 died...
22:50:15.962563 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:50:15.966158 --- ParallelTerminationStrategy: PID 90 died...
22:50:15.967610 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:50:15.971194 --- ParallelTerminationStrategy: PID 91 died...
22:50:15.972660 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:50:15.976255 --- ParallelTerminationStrategy: PID 92 died...
22:50:15.977698 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:50:15.981299 --- ParallelTerminationStrategy: PID 93 died...
22:50:15.982754 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:50:15.986351 --- ParallelTerminationStrategy: PID 94 died...
22:50:15.987805 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:50:15.991388 --- ParallelTerminationStrategy: PID 95 died...
22:50:15.992848 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:50:15.996455 --- ParallelTerminationStrategy: PID 96 died...
22:50:15.997906 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:50:16.001495 --- ParallelTerminationStrategy: PID 97 died...
22:50:16.002949 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:50:16.006548 --- ParallelTerminationStrategy: PID 98 died...
22:50:16.008022 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:50:16.011648 --- ParallelTerminationStrategy: PID 99 died...
22:50:16.013116 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:50:16.016707 --- ParallelTerminationStrategy: PID 100 died...
22:50:16.018158 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:50:16.021749 --- ParallelTerminationStrategy: PID 101 died...
22:50:16.023201 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:50:16.026799 --- ParallelTerminationStrategy: PID 102 died...
22:50:16.028260 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:50:16.031870 --- ParallelTerminationStrategy: PID 103 died...
22:50:16.033319 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:50:16.036928 --- ParallelTerminationStrategy: PID 104 died...
22:50:16.038379 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:50:16.041959 --- ParallelTerminationStrategy: PID 105 died...
22:50:16.043419 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:50:16.047021 --- ParallelTerminationStrategy: PID 106 died...
22:50:16.048475 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:50:16.052074 --- ParallelTerminationStrategy: PID 107 died...
22:50:16.053538 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:50:16.057149 --- ParallelTerminationStrategy: PID 108 died...
22:50:16.058607 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:50:16.062201 --- ParallelTerminationStrategy: PID 109 died...
22:50:16.063653 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:50:16.067257 --- ParallelTerminationStrategy: PID 110 died...
22:50:16.068749 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:50:16.072351 --- ParallelTerminationStrategy: PID 111 died...
22:50:16.073807 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:50:16.077422 --- ParallelTerminationStrategy: PID 112 died...
22:50:16.078875 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:50:16.082485 --- ParallelTerminationStrategy: PID 113 died...
22:50:16.083950 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:50:16.087550 --- ParallelTerminationStrategy: PID 114 died...
22:50:16.089009 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:50:16.092607 --- ParallelTerminationStrategy: PID 115 died...
22:50:16.094063 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:50:16.097655 --- ParallelTerminationStrategy: PID 116 died...
22:50:16.099107 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:50:16.102724 --- ParallelTerminationStrategy: PID 117 died...
22:50:16.104182 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:50:16.107797 --- ParallelTerminationStrategy: PID 118 died...
22:50:16.109253 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:50:16.112852 --- ParallelTerminationStrategy: PID 119 died...
22:50:16.114295 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:50:16.117897 --- ParallelTerminationStrategy: PID 120 died...
22:50:16.119351 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:50:16.122942 --- ParallelTerminationStrategy: PID 121 died...
22:50:16.124405 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:50:16.128010 --- ParallelTerminationStrategy: PID 122 died...
22:50:16.129462 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:50:16.133048 --- ParallelTerminationStrategy: PID 123 died...
22:50:16.134492 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:50:16.138105 --- ParallelTerminationStrategy: PID 124 died...
22:50:16.139558 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:50:16.143171 --- ParallelTerminationStrategy: PID 125 died...
22:50:16.144639 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:50:16.148266 --- ParallelTerminationStrategy: PID 126 died...
22:50:16.149715 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:50:16.153315 --- ParallelTerminationStrategy: PID 127 died...
22:50:16.154762 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:50:16.158353 --- ParallelTerminationStrategy: PID 128 died...
22:50:16.159826 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:50:16.163421 --- ParallelTerminationStrategy: PID 129 died...
22:50:16.164891 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:50:16.168502 --- ParallelTerminationStrategy: PID 130 died...
22:50:16.169962 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:50:16.173542 --- ParallelTerminationStrategy: PID 131 died...
22:50:16.174978 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:50:16.178573 --- ParallelTerminationStrategy: PID 132 died...
22:50:16.180024 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:50:16.183613 --- ParallelTerminationStrategy: PID 133 died...
22:50:16.185068 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:50:16.188672 --- ParallelTerminationStrategy: PID 134 died...
22:50:16.190123 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:50:16.193732 --- ParallelTerminationStrategy: PID 135 died...
22:50:16.195172 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:50:16.198777 --- ParallelTerminationStrategy: PID 136 died...
22:50:16.200237 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:50:16.203837 --- ParallelTerminationStrategy: PID 137 died...
22:50:16.205295 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:50:16.208895 --- ParallelTerminationStrategy: PID 138 died...
22:50:16.210338 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:50:16.213940 --- ParallelTerminationStrategy: PID 139 died...
22:50:16.215391 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:50:16.218965 --- ParallelTerminationStrategy: PID 140 died...
22:50:16.220408 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:50:16.224001 --- ParallelTerminationStrategy: PID 141 died...
22:50:16.225452 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:50:16.229005 --- ParallelTerminationStrategy: PID 142 died...
22:50:16.230445 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:50:16.234053 --- ParallelTerminationStrategy: PID 143 died...
22:50:16.235489 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:50:16.239080 --- ParallelTerminationStrategy: PID 144 died...
22:50:16.240535 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:50:16.244110 --- ParallelTerminationStrategy: PID 145 died...
22:50:16.245554 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:50:16.249159 --- ParallelTerminationStrategy: PID 146 died...
22:50:16.250625 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:50:16.254231 --- ParallelTerminationStrategy: PID 147 died...
22:50:16.255686 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:50:16.259258 --- ParallelTerminationStrategy: PID 148 died...
22:50:16.260717 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:50:16.264293 --- ParallelTerminationStrategy: PID 149 died...
22:50:16.265735 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:50:16.269325 --- ParallelTerminationStrategy: PID 150 died...
22:50:16.270764 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:50:16.274348 --- ParallelTerminationStrategy: PID 151 died...
22:50:16.275800 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:50:16.279363 --- ParallelTerminationStrategy: PID 152 died...
22:50:16.280824 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:50:16.284397 --- ParallelTerminationStrategy: PID 153 died...
22:50:16.285834 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:50:16.289403 --- ParallelTerminationStrategy: PID 154 died...
22:50:16.290836 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:50:16.294433 --- ParallelTerminationStrategy: PID 155 died...
22:50:16.295884 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:50:16.299468 --- ParallelTerminationStrategy: PID 156 died...
22:50:16.300916 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:50:16.304498 --- ParallelTerminationStrategy: PID 157 died...
22:50:16.305929 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:50:16.309508 --- ParallelTerminationStrategy: PID 158 died...
22:50:16.310948 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:50:16.314551 --- ParallelTerminationStrategy: PID 159 died...
22:50:16.316018 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:50:16.319606 --- ParallelTerminationStrategy: PID 160 died...
22:50:16.321081 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:50:16.324682 --- ParallelTerminationStrategy: PID 161 died...
22:50:16.326136 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:50:16.329753 --- ParallelTerminationStrategy: PID 162 died...
22:50:16.331214 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:50:16.334802 --- ParallelTerminationStrategy: PID 163 died...
22:50:16.336252 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:50:16.339838 --- ParallelTerminationStrategy: PID 164 died...
22:50:16.341280 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:50:16.344860 --- ParallelTerminationStrategy: PID 165 died...
22:50:16.346297 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:50:16.349899 --- ParallelTerminationStrategy: PID 166 died...
22:50:16.351339 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:50:16.354931 --- ParallelTerminationStrategy: PID 167 died...
22:50:16.356373 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:50:16.359971 --- ParallelTerminationStrategy: PID 168 died...
22:50:16.361419 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:50:16.365006 --- ParallelTerminationStrategy: PID 169 died...
22:50:16.366453 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:50:16.370086 --- ParallelTerminationStrategy: PID 170 died...
22:50:16.371541 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:50:16.375190 --- ParallelTerminationStrategy: PID 171 died...
22:50:16.376672 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:50:16.380316 --- ParallelTerminationStrategy: PID 172 died...
22:50:16.381783 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:50:16.385450 --- ParallelTerminationStrategy: PID 173 died...
22:50:16.386924 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:50:16.390586 --- ParallelTerminationStrategy: PID 174 died...
22:50:16.392060 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:50:16.395704 --- ParallelTerminationStrategy: PID 175 died...
22:50:16.397184 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:50:16.400843 --- ParallelTerminationStrategy: PID 176 died...
22:50:16.402312 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:50:16.405953 --- ParallelTerminationStrategy: PID 177 died...
22:50:16.407422 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:50:16.411092 --- ParallelTerminationStrategy: PID 178 died...
22:50:16.412567 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:50:16.416224 --- ParallelTerminationStrategy: PID 179 died...
22:50:16.417690 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:50:16.421345 --- ParallelTerminationStrategy: PID 180 died...
22:50:16.422812 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:50:16.426462 --- ParallelTerminationStrategy: PID 181 died...
22:50:16.427927 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:50:16.431557 --- ParallelTerminationStrategy: PID 182 died...
22:50:16.433033 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:50:16.436693 --- ParallelTerminationStrategy: PID 183 died...
22:50:16.438165 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:50:16.441829 --- ParallelTerminationStrategy: PID 184 died...
22:50:16.443287 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:50:16.446906 --- ParallelTerminationStrategy: PID 185 died...
22:50:16.448360 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:50:16.451951 --- ParallelTerminationStrategy: PID 186 died...
22:50:16.453392 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:50:16.456976 --- ParallelTerminationStrategy: PID 187 died...
22:50:16.458414 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:50:16.461983 --- ParallelTerminationStrategy: PID 188 died...
22:50:16.463415 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:50:16.467001 --- ParallelTerminationStrategy: PID 189 died...
22:50:16.468452 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:50:16.472050 --- ParallelTerminationStrategy: PID 190 died...
22:50:16.473493 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:50:16.477079 --- ParallelTerminationStrategy: PID 191 died...
22:50:16.478523 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:50:16.482114 --- ParallelTerminationStrategy: PID 192 died...
22:50:16.483556 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:50:16.487138 --- ParallelTerminationStrategy: PID 193 died...
22:50:16.488590 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:50:16.492172 --- ParallelTerminationStrategy: PID 194 died...
22:50:16.493610 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:50:16.497198 --- ParallelTerminationStrategy: PID 195 died...
22:50:16.498636 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:50:16.502213 --- ParallelTerminationStrategy: PID 196 died...
22:50:16.503643 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:50:16.507235 --- ParallelTerminationStrategy: PID 197 died...
22:50:16.508674 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:50:16.512265 --- ParallelTerminationStrategy: PID 198 died...
22:50:16.513703 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:50:16.517291 --- ParallelTerminationStrategy: PID 199 died...
22:50:16.518716 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:50:16.522302 --- ParallelTerminationStrategy: PID 200 died...
22:50:16.523743 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:50:16.527326 --- ParallelTerminationStrategy: PID 201 died...
22:50:16.528781 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:50:16.532360 --- ParallelTerminationStrategy: PID 202 died...
22:50:16.533796 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:50:16.537375 --- ParallelTerminationStrategy: PID 203 died...
22:50:16.538837 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:50:16.542413 --- ParallelTerminationStrategy: PID 204 died...
22:50:16.543859 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:50:16.547447 --- ParallelTerminationStrategy: PID 205 died...
22:50:16.548895 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:50:16.552497 --- ParallelTerminationStrategy: PID 206 died...
22:50:16.553931 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:50:16.557538 --- ParallelTerminationStrategy: PID 207 died...
22:50:16.558970 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:50:16.562565 --- ParallelTerminationStrategy: PID 208 died...
22:50:16.564007 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:50:16.567601 --- ParallelTerminationStrategy: PID 209 died...
22:50:16.569058 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:50:16.572650 --- ParallelTerminationStrategy: PID 210 died...
22:50:16.574086 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:50:16.577664 --- ParallelTerminationStrategy: PID 211 died...
22:50:16.579106 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:50:16.582684 --- ParallelTerminationStrategy: PID 212 died...
22:50:16.584141 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:50:16.587719 --- ParallelTerminationStrategy: PID 213 died...
22:50:16.589158 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:50:16.592736 --- ParallelTerminationStrategy: PID 214 died...
22:50:16.594164 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:50:16.597728 --- ParallelTerminationStrategy: PID 215 died...
22:50:16.599171 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:50:16.602752 --- ParallelTerminationStrategy: PID 216 died...
22:50:16.604204 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:50:16.607781 --- ParallelTerminationStrategy: PID 217 died...
22:50:16.609211 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:50:16.612818 --- ParallelTerminationStrategy: PID 218 died...
22:50:16.614267 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:50:16.617853 --- ParallelTerminationStrategy: PID 219 died...
22:50:16.619295 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:50:16.622895 --- ParallelTerminationStrategy: PID 220 died...
22:50:16.624348 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:50:16.627932 --- ParallelTerminationStrategy: PID 221 died...
22:50:16.629382 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:50:16.632970 --- ParallelTerminationStrategy: PID 222 died...
22:50:16.634413 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:50:16.637999 --- ParallelTerminationStrategy: PID 223 died...
22:50:16.639456 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:50:16.643073 --- ParallelTerminationStrategy: PID 224 died...
22:50:16.644521 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:50:16.648121 --- ParallelTerminationStrategy: PID 225 died...
22:50:16.649573 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:50:16.653184 --- ParallelTerminationStrategy: PID 226 died...
22:50:16.654632 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:50:16.658238 --- ParallelTerminationStrategy: PID 227 died...
22:50:16.659686 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:50:16.663289 --- ParallelTerminationStrategy: PID 228 died...
22:50:16.664761 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:50:16.668360 --- ParallelTerminationStrategy: PID 229 died...
22:50:16.669804 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:50:16.673418 --- ParallelTerminationStrategy: PID 230 died...
22:50:16.674868 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:50:16.678477 --- ParallelTerminationStrategy: PID 231 died...
22:50:16.679952 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:50:16.683547 --- ParallelTerminationStrategy: PID 232 died...
22:50:16.685005 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:50:16.688616 --- ParallelTerminationStrategy: PID 233 died...
22:50:16.690065 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:50:16.693661 --- ParallelTerminationStrategy: PID 234 died...
22:50:16.695111 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:50:20.099519 --- ParallelTerminationStrategy: PID 34 died...
22:50:20.105909 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8302 netreg_mass PASS
---------------------------------------------------------------------
22:50:20.182823 tst trial-8302: Storing JUnit report in /build/trial-8302/run.2026-04-15_22-48-53/trial-8302.xml
--------------------------------------------------------------------------------------------
trial-8302 PASS
--------------------------------------------------------------------------------------------
22:50:20.193795 tst trial-8302: trial-8302: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8302/inst
+ cd trial-8302
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-04-15 22:48:53
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8302-run.tgz run.2026-04-15_22-48-53
+ tar czf /build/trial-8302-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-04-15_13_29_21.tgz osmo-bts-oc2g.build-2026-04-15_00_51_25.tgz osmo-bts-sysmo.build-2026-04-15_00_51_26.tgz osmo-bts.build-2026-04-15_00_51_34.tgz osmo-ggsn.build-2026-04-15_20_42_56.tgz osmo-hlr.build-2026-04-15_16_36_52.tgz osmo-hnbgw.build-2026-04-15_13_34_53.tgz osmo-mgw.build-2026-04-15_08_33_07.tgz osmo-msc.build-2026-04-15_13_39_16.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-04-15_07_35_13.tgz osmo-pcu-sysmo.build-2026-04-15_07_35_09.tgz osmo-pcu.build-2026-04-15_07_35_10.tgz osmo-sgsn.build-2026-04-15_20_48_23.tgz osmo-stp.build-2026-04-15_13_28_54.tgz osmo-trx.build-2026-04-15_14_31_48.tgz osmocom-bb.build-2026-04-15_21_17_32.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