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 7902
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins1591022118054066992.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-8359
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
2e9b710 debian-trixie-build: add tshark
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
--build-arg USER=osmocom-build \
--build-arg UID=1000 \
--build-arg REGISTRY=docker.io \
--build-arg OSMO_TTCN3_BRANCH=master \
--build-arg UPSTREAM_DISTRO=debian:bookworm \
--build-arg DISTRO=debian-bookworm \
--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
--build-arg OSMOCOM_REPO_VERSION=latest \
--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--build-arg LIBOSMOCORE_BRANCH=master \
--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_S1GW_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.0s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.1s
#7 [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
#7 CACHED
#8 [ 5/28] RUN APT-GET update && apt-get install -y --no-install-recommends cpio dbus tcpdump sqlite3 python3 python3-setuptools python3-yaml python3-mako python3-gi python3-numpy python3-wheel python3-watchdog ofono patchelf rpm2cpio sudo libcap2-bin python3-pip udhcpc iperf3 locales
#8 CACHED
#9 [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
#9 CACHED
#10 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#10 CACHED
#11 [ 9/28] COPY SSH /root/.ssh
#11 CACHED
#12 [ 2/28] RUN useradd -ms /bin/bash jenkins
#12 CACHED
#13 [ 8/28] RUN MKDIR /var/run/sshd
#13 CACHED
#14 [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
#14 CACHED
#15 [ 3/28] RUN groupadd osmo-gsm-tester
#15 CACHED
#16 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#16 CACHED
#17 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#17 CACHED
#18 [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
#18 CACHED
#19 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#19 CACHED
#20 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://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
#20 CACHED
#21 [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
#21 CACHED
#22 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#22 CACHED
#23 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#23 CACHED
#24 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#24 CACHED
#25 [20/28] WORKDIR /TMP
#25 CACHED
#26 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#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 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#28 CACHED
#29 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#29 CACHED
#30 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#30 CACHED
#31 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#31 CACHED
#32 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:73ac86edcd7ebcfd4192848d617aaa38810bd76ca3f1a23b7c667a01c6898ab4 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=8360 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-06-12 22:48:20
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8360
+ mkdir -p trial-8360
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-06-12_13_26_51.tgz osmo-bts-oc2g.build-2026-06-12_00_52_19.tgz osmo-bts-sysmo.build-2026-06-12_00_52_10.tgz osmo-bts.build-2026-06-12_00_52_34.tgz osmo-ggsn.build-2026-06-12_20_42_51.tgz osmo-hlr.build-2026-06-12_16_36_51.tgz osmo-hnbgw.build-2026-06-12_13_30_45.tgz osmo-mgw.build-2026-06-12_08_33_08.tgz osmo-msc.build-2026-06-12_13_32_58.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-06-12_07_35_05.tgz osmo-pcu-sysmo.build-2026-06-12_07_35_08.tgz osmo-pcu.build-2026-06-12_07_35_15.tgz osmo-sgsn.build-2026-06-12_20_48_53.tgz osmo-stp.build-2026-06-12_13_25_49.tgz osmo-trx.build-2026-06-12_14_22_02.tgz osmocom-bb.build-2026-06-12_21_17_06.tgz srslte.build-19.tgz trial-8360
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-06-12_13_26_51.md5 osmo-bts-oc2g.build-2026-06-12_00_52_19.md5 osmo-bts-sysmo.build-2026-06-12_00_52_10.md5 osmo-bts.build-2026-06-12_00_52_34.md5 osmo-ggsn.build-2026-06-12_20_42_51.md5 osmo-hlr.build-2026-06-12_16_36_51.md5 osmo-hnbgw.build-2026-06-12_13_30_45.md5 osmo-mgw.build-2026-06-12_08_33_08.md5 osmo-msc.build-2026-06-12_13_32_58.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-06-12_07_35_05.md5 osmo-pcu-sysmo.build-2026-06-12_07_35_08.md5 osmo-pcu.build-2026-06-12_07_35_15.md5 osmo-sgsn.build-2026-06-12_20_48_53.md5 osmo-stp.build-2026-06-12_13_25_49.md5 osmo-trx.build-2026-06-12_14_22_02.md5 osmocom-bb.build-2026-06-12_21_17_06.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-06-12_13_26_51.md5 osmo-bts-oc2g.build-2026-06-12_00_52_19.md5 osmo-bts-sysmo.build-2026-06-12_00_52_10.md5 osmo-bts.build-2026-06-12_00_52_34.md5 osmo-ggsn.build-2026-06-12_20_42_51.md5 osmo-hlr.build-2026-06-12_16_36_51.md5 osmo-hnbgw.build-2026-06-12_13_30_45.md5 osmo-mgw.build-2026-06-12_08_33_08.md5 osmo-msc.build-2026-06-12_13_32_58.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-06-12_07_35_05.md5 osmo-pcu-sysmo.build-2026-06-12_07_35_08.md5 osmo-pcu.build-2026-06-12_07_35_15.md5 osmo-sgsn.build-2026-06-12_20_48_53.md5 osmo-stp.build-2026-06-12_13_25_49.md5 osmo-trx.build-2026-06-12_14_22_02.md5 osmocom-bb.build-2026-06-12_21_17_06.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-8360 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8360'
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-8360
--------------------------------------------------------------------------------------------
22:48:20.306562 tst trial-8360: Detailed log at /build/trial-8360/run.2026-06-12_22-48-20/log
---------------------------------------------------------------------
trial-8360 netreg_mass
---------------------------------------------------------------------
22:48:20.511335 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:20.511702 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:20.512463 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:20.513611 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:20.554713 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:20.555531 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:20.556650 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:20.619244 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-8360 netreg_mass register_default_mass.py
----------------------------------------------
22:48:20.620014 tst register_default_mass.py:9: Claiming resources for the test
22:48:20.634910 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.635416 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.635867 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.636299 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.636725 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.637171 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.637603 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:20.668401 tst register_default_mass.py: using LAC 2
22:48:20.690231 tst register_default_mass.py: using RAC 2
22:48:20.716494 tst register_default_mass.py: using CellId 2
22:48:20.745703 tst register_default_mass.py: using BVCI 3
22:48:20.759417 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.760102 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.760680 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.761222 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.761735 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.762247 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.762759 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.763270 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.763784 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.764303 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.764804 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.765305 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.765818 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.766339 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.766844 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.767356 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.767865 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.768364 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.768856 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.769373 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.769864 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.770373 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.770878 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.771374 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.771872 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.772380 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.772881 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.773390 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.773895 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.774394 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.774883 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.775387 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.775889 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.776388 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.776897 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.777396 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.777883 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.778382 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.778891 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.779381 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.779859 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.780340 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.780842 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.781329 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.781813 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.782309 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.782801 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.783293 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.783783 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.784270 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.784754 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.785247 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.785731 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.786218 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.786701 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.787201 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.787695 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.788184 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.788685 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.789172 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.789667 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.790166 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.790658 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.791147 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.791646 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.792136 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.792624 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.793109 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.793617 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.794098 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.794584 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.795086 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.795627 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.796109 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.796604 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.797078 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.797557 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.798048 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.798543 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.799029 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.799504 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.799997 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.800487 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.800968 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.801445 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.801935 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.802430 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.802934 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.803424 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.803905 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.804410 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.804898 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.805387 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.805874 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.806368 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.806853 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.807338 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.807847 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.808342 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.808829 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.809329 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.809879 tst register_default_mass.py:21: Launching a simple network
22:48:20.819476 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:20.939193 run create_hlr_db(pid=20): Launched
22:48:21.954101 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:21.970490 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:21.985405 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:21.991151 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:22.181503 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:22.196366 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:22.201997 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:22.622643 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:22.637456 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:25.652277 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:25.780434 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:25.795207 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:25.800844 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:25.824242 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:25.839150 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:25.844763 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:26.162431 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:26.177466 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:32.210021 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:32.383334 run osmo-bts-virtual(pid=34): Launched
22:48:33.418263 tst register_default_mass.py: using MSISDN 1001
22:48:33.432226 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:33.471555 tst register_default_mass.py: using MSISDN 1002
22:48:33.489154 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:33.519700 tst register_default_mass.py: using MSISDN 1003
22:48:33.534302 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:33.564741 tst register_default_mass.py: using MSISDN 1004
22:48:33.579262 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:33.609566 tst register_default_mass.py: using MSISDN 1005
22:48:33.623935 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:33.654388 tst register_default_mass.py: using MSISDN 1006
22:48:33.668778 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:33.698904 tst register_default_mass.py: using MSISDN 1007
22:48:33.713134 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:33.743447 tst register_default_mass.py: using MSISDN 1008
22:48:33.757565 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:33.787895 tst register_default_mass.py: using MSISDN 1009
22:48:33.802219 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:33.832520 tst register_default_mass.py: using MSISDN 1010
22:48:33.847005 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:33.877295 tst register_default_mass.py: using MSISDN 1011
22:48:33.891581 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:33.922023 tst register_default_mass.py: using MSISDN 1012
22:48:33.936500 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:33.966825 tst register_default_mass.py: using MSISDN 1013
22:48:33.981015 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:34.011430 tst register_default_mass.py: using MSISDN 1014
22:48:34.025894 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:34.056276 tst register_default_mass.py: using MSISDN 1015
22:48:34.070690 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:34.101246 tst register_default_mass.py: using MSISDN 1016
22:48:34.115634 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:34.146039 tst register_default_mass.py: using MSISDN 1017
22:48:34.160440 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:34.191361 tst register_default_mass.py: using MSISDN 1018
22:48:34.205347 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:34.235346 tst register_default_mass.py: using MSISDN 1019
22:48:34.249307 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:34.279924 tst register_default_mass.py: using MSISDN 1020
22:48:34.294359 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:34.324629 tst register_default_mass.py: using MSISDN 1021
22:48:34.338996 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:34.369381 tst register_default_mass.py: using MSISDN 1022
22:48:34.383749 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:34.414546 tst register_default_mass.py: using MSISDN 1023
22:48:34.428818 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:34.459101 tst register_default_mass.py: using MSISDN 1024
22:48:34.473467 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:34.504137 tst register_default_mass.py: using MSISDN 1025
22:48:34.518551 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:34.548864 tst register_default_mass.py: using MSISDN 1026
22:48:34.563332 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:34.593944 tst register_default_mass.py: using MSISDN 1027
22:48:34.608436 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:34.638936 tst register_default_mass.py: using MSISDN 1028
22:48:34.653253 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:34.683680 tst register_default_mass.py: using MSISDN 1029
22:48:34.697951 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:34.728615 tst register_default_mass.py: using MSISDN 1030
22:48:34.743143 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:34.773521 tst register_default_mass.py: using MSISDN 1031
22:48:34.787889 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:34.818717 tst register_default_mass.py: using MSISDN 1032
22:48:34.833421 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:34.863735 tst register_default_mass.py: using MSISDN 1033
22:48:34.878091 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:34.908746 tst register_default_mass.py: using MSISDN 1034
22:48:34.923297 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:34.954047 tst register_default_mass.py: using MSISDN 1035
22:48:34.968627 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:34.999344 tst register_default_mass.py: using MSISDN 1036
22:48:35.013812 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:35.044742 tst register_default_mass.py: using MSISDN 1037
22:48:35.059441 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:35.089950 tst register_default_mass.py: using MSISDN 1038
22:48:35.104449 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:35.134753 tst register_default_mass.py: using MSISDN 1039
22:48:35.149148 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:35.179350 tst register_default_mass.py: using MSISDN 1040
22:48:35.193530 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:35.224256 tst register_default_mass.py: using MSISDN 1041
22:48:35.238734 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:35.269194 tst register_default_mass.py: using MSISDN 1042
22:48:35.283588 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:35.314355 tst register_default_mass.py: using MSISDN 1043
22:48:35.328725 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:35.359278 tst register_default_mass.py: using MSISDN 1044
22:48:35.373622 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:35.403027 tst register_default_mass.py: using MSISDN 1045
22:48:35.412970 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:35.443241 tst register_default_mass.py: using MSISDN 1046
22:48:35.458554 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:35.489036 tst register_default_mass.py: using MSISDN 1047
22:48:35.502999 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:35.533473 tst register_default_mass.py: using MSISDN 1048
22:48:35.547337 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:35.577958 tst register_default_mass.py: using MSISDN 1049
22:48:35.592193 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:35.622932 tst register_default_mass.py: using MSISDN 1050
22:48:35.636781 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:35.667042 tst register_default_mass.py: using MSISDN 1051
22:48:35.680894 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:35.712690 tst register_default_mass.py: using MSISDN 1052
22:48:35.727237 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:35.758897 tst register_default_mass.py: using MSISDN 1053
22:48:35.773356 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:35.805276 tst register_default_mass.py: using MSISDN 1054
22:48:35.820058 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:35.851481 tst register_default_mass.py: using MSISDN 1055
22:48:35.866013 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:35.897352 tst register_default_mass.py: using MSISDN 1056
22:48:35.911869 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:35.943584 tst register_default_mass.py: using MSISDN 1057
22:48:35.953640 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:35.985330 tst register_default_mass.py: using MSISDN 1058
22:48:36.001685 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:36.033896 tst register_default_mass.py: using MSISDN 1059
22:48:36.049264 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:36.080741 tst register_default_mass.py: using MSISDN 1060
22:48:36.095762 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:36.127451 tst register_default_mass.py: using MSISDN 1061
22:48:36.142576 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:36.173854 tst register_default_mass.py: using MSISDN 1062
22:48:36.188843 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:36.229893 tst register_default_mass.py: using MSISDN 1063
22:48:36.248323 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:36.279924 tst register_default_mass.py: using MSISDN 1064
22:48:36.295163 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:36.327067 tst register_default_mass.py: using MSISDN 1065
22:48:36.341991 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:36.373582 tst register_default_mass.py: using MSISDN 1066
22:48:36.388567 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:36.420501 tst register_default_mass.py: using MSISDN 1067
22:48:36.435638 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:36.467367 tst register_default_mass.py: using MSISDN 1068
22:48:36.482512 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:36.514297 tst register_default_mass.py: using MSISDN 1069
22:48:36.529470 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:36.562027 tst register_default_mass.py: using MSISDN 1070
22:48:36.577152 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:36.608991 tst register_default_mass.py: using MSISDN 1071
22:48:36.624087 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:36.656206 tst register_default_mass.py: using MSISDN 1072
22:48:36.671430 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:36.703135 tst register_default_mass.py: using MSISDN 1073
22:48:36.718197 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:36.749702 tst register_default_mass.py: using MSISDN 1074
22:48:36.764676 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:36.796220 tst register_default_mass.py: using MSISDN 1075
22:48:36.811310 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:36.842974 tst register_default_mass.py: using MSISDN 1076
22:48:36.858027 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:36.890030 tst register_default_mass.py: using MSISDN 1077
22:48:36.905224 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:36.936939 tst register_default_mass.py: using MSISDN 1078
22:48:36.952039 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:36.984296 tst register_default_mass.py: using MSISDN 1079
22:48:36.999589 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:37.031391 tst register_default_mass.py: using MSISDN 1080
22:48:37.046527 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:37.078305 tst register_default_mass.py: using MSISDN 1081
22:48:37.093540 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:37.125260 tst register_default_mass.py: using MSISDN 1082
22:48:37.140530 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:37.172473 tst register_default_mass.py: using MSISDN 1083
22:48:37.187581 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:37.219698 tst register_default_mass.py: using MSISDN 1084
22:48:37.234799 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:37.268260 tst register_default_mass.py: using MSISDN 1085
22:48:37.284101 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:37.315873 tst register_default_mass.py: using MSISDN 1086
22:48:37.331029 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:37.363056 tst register_default_mass.py: using MSISDN 1087
22:48:37.378259 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:37.409274 tst register_default_mass.py: using MSISDN 1088
22:48:37.424043 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:37.455445 tst register_default_mass.py: using MSISDN 1089
22:48:37.470200 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:37.502178 tst register_default_mass.py: using MSISDN 1090
22:48:37.517286 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:37.549075 tst register_default_mass.py: using MSISDN 1091
22:48:37.564391 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:37.596392 tst register_default_mass.py: using MSISDN 1092
22:48:37.611743 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:37.643794 tst register_default_mass.py: using MSISDN 1093
22:48:37.658901 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:37.690846 tst register_default_mass.py: using MSISDN 1094
22:48:37.705900 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:37.737833 tst register_default_mass.py: using MSISDN 1095
22:48:37.752936 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:37.784913 tst register_default_mass.py: using MSISDN 1096
22:48:37.800212 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:37.832163 tst register_default_mass.py: using MSISDN 1097
22:48:37.847427 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:37.879280 tst register_default_mass.py: using MSISDN 1098
22:48:37.894432 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:37.926435 tst register_default_mass.py: using MSISDN 1099
22:48:37.941699 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:37.973591 tst register_default_mass.py: using MSISDN 1100
22:48:37.988854 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:38.081489 run mass: Starting testcase
22:48:38.087002 run mass: Pre-launching all virtphy's
22:48:38.092381 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:38.105339 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:38.111475 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:38.124415 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:38.130378 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:38.143172 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:38.149116 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:38.161961 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:38.167864 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:38.180695 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:38.186719 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:38.199576 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:38.205557 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:38.218421 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:38.224334 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:38.237038 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:38.242945 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:38.255726 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:38.261601 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:38.274378 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:38.280303 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:38.293065 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:38.298993 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:38.311774 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:38.317658 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:38.330423 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:38.336336 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:38.349067 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:38.355077 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:38.367878 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:38.373769 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:38.386561 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:38.392432 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:38.405129 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:38.411072 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:38.423835 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:38.429729 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:38.442503 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:38.448410 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:38.461170 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:38.467140 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:38.479976 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:38.485902 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:38.498789 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:38.504739 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:38.517542 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:38.523553 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:38.536452 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:38.542434 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:38.555397 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:38.561352 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:38.574302 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:38.580312 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:38.593213 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:38.599178 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:38.612005 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:38.617937 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:38.631097 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:38.637173 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:38.650122 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:38.656105 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:38.668957 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:38.674949 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:38.687902 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:38.693894 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:38.706696 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:38.712614 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:38.725457 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:38.731392 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:38.744210 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:38.750112 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:38.763024 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:38.768932 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:38.781790 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:38.787829 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:38.800648 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:38.806613 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:38.819512 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:38.825426 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:38.838422 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:38.844391 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:38.857222 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:38.863158 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:38.875946 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:38.881841 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:38.894702 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:38.900693 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:38.913529 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:38.919575 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:38.932450 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:38.938400 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:38.951195 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:38.957120 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:38.969883 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:38.975809 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:38.988586 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:38.994537 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:39.007466 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:39.013405 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:39.026280 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:39.032230 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:39.045076 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:39.051069 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:39.063931 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:39.069859 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:39.082675 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:39.088569 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:39.101336 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:39.107287 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:39.120068 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:39.125994 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:39.138998 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:39.144916 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:39.157678 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:39.163574 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:39.176329 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:39.182327 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:39.195130 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:39.201104 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:39.213979 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:39.219904 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:39.232754 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:39.238840 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:39.251659 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:39.257713 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:39.270562 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:39.276444 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:39.289303 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:39.295322 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:39.308390 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:39.314335 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:39.327146 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:39.333181 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:39.346134 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:39.352237 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:39.365112 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:39.371098 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:39.383893 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:39.389790 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:39.402677 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:39.408711 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:39.421597 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:39.427542 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:39.440341 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:39.446290 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:39.459052 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:39.464971 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:39.477912 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:39.483894 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:39.496803 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:39.502728 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:39.515573 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:39.521446 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:39.534289 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:39.540235 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:39.553096 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:39.559091 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:39.571890 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:39.577768 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:39.590560 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:39.596488 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:39.609361 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:39.615304 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:39.628084 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:39.633943 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:39.646701 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:39.652594 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:39.665374 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:39.671275 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:39.684030 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:39.689954 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:39.702745 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:39.708788 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:39.721634 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:39.727706 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:39.740514 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:39.746447 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:39.759431 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:39.765321 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:39.778248 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:39.784166 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:39.797028 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:39.803075 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:39.815953 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:39.821983 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:39.834882 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:39.840810 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:39.853669 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:39.859750 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:39.872756 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:39.878782 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:39.891693 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:39.897647 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:39.910554 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:39.916529 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:39.929439 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:39.935380 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:39.948453 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:39.954487 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:39.967496 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:39.973424 run mass: Checking if sockets are in the filesystem
22:48:40.006415 run osmo-ms-mob/00000: Starting mobile
22:48:40.019439 run osmo-ms-mob/00000(pid=135): Launched
22:48:40.030428 run mass: MS start registered {at=2215448.324254014, delay=0.0049888622015714645, ms=00000}
22:48:44.218662 run osmo-ms-mob/00001: Starting mobile
22:48:44.235409 run osmo-ms-mob/00001(pid=136): Launched
22:48:44.246195 run mass: MS start registered {at=2215452.540020412, delay=0.004630716983228922, ms=00001}
22:48:45.211980 run mass: MS performed LU {at=2215453.505690768, lu_delay=5.181436753831804, ms=00000}
22:48:46.019796 run osmo-ms-mob/00002: Starting mobile
22:48:46.032939 run osmo-ms-mob/00002(pid=137): Launched
22:48:46.043584 run mass: MS start registered {at=2215454.337403695, delay=0.0045869238674640656, ms=00002}
22:48:47.314205 run osmo-ms-mob/00003: Starting mobile
22:48:47.327139 run osmo-ms-mob/00003(pid=138): Launched
22:48:47.337876 run mass: MS start registered {at=2215455.631703313, delay=0.004648693837225437, ms=00003}
22:48:48.421407 run osmo-ms-mob/00004: Starting mobile
22:48:48.438523 run osmo-ms-mob/00004(pid=139): Launched
22:48:48.449173 run mass: MS start registered {at=2215456.743000264, delay=0.004651758819818497, ms=00004}
22:48:48.977683 run mass: MS performed LU {at=2215457.271399406, lu_delay=4.731378993950784, ms=00001}
22:48:49.389767 run osmo-ms-mob/00005: Starting mobile
22:48:49.402994 run osmo-ms-mob/00005(pid=140): Launched
22:48:49.413642 run mass: MS start registered {at=2215457.707467943, delay=0.004641929175704718, ms=00005}
22:48:50.289661 run osmo-ms-mob/00006: Starting mobile
22:48:50.302970 run osmo-ms-mob/00006(pid=141): Launched
22:48:50.313635 run mass: MS start registered {at=2215458.607462662, delay=0.004656708799302578, ms=00006}
22:48:50.879430 run mass: MS performed LU {at=2215459.173138757, lu_delay=4.835735061671585, ms=00002}
22:48:51.220093 run osmo-ms-mob/00007: Starting mobile
22:48:51.237378 run osmo-ms-mob/00007(pid=142): Launched
22:48:51.248223 run mass: MS start registered {at=2215459.542052036, delay=0.004810260143131018, ms=00007}
22:48:51.989175 run osmo-ms-mob/00008: Starting mobile
22:48:52.002403 run osmo-ms-mob/00008(pid=143): Launched
22:48:52.013453 run mass: MS start registered {at=2215460.307275036, delay=0.004777818918228149, ms=00008}
22:48:52.721158 run osmo-ms-mob/00009: Starting mobile
22:48:52.737777 run osmo-ms-mob/00009(pid=144): Launched
22:48:52.743871 run mass: MS performed LU {at=2215461.037701862, lu_delay=5.4059985489584506, ms=00003}
22:48:52.749585 run mass: MS start registered {at=2215461.04342644, delay=0.005743169225752354, ms=00009}
22:48:53.428028 run osmo-ms-mob/00010: Starting mobile
22:48:53.444010 run osmo-ms-mob/00010(pid=145): Launched
22:48:53.455158 run mass: MS start registered {at=2215461.748983224, delay=0.005006361752748489, ms=00010}
22:48:54.018587 run osmo-ms-mob/00011: Starting mobile
22:48:54.035053 run osmo-ms-mob/00011(pid=146): Launched
22:48:54.045666 run mass: MS start registered {at=2215462.339493963, delay=0.004707881715148687, ms=00011}
22:48:54.588460 run osmo-ms-mob/00012: Starting mobile
22:48:54.601655 run osmo-ms-mob/00012(pid=147): Launched
22:48:54.612387 run mass: MS start registered {at=2215462.906213147, delay=0.004847606178373098, ms=00012}
22:48:54.645049 run mass: MS performed LU {at=2215462.938792643, lu_delay=5.231324700172991, ms=00005}
22:48:54.672306 run mass: MS performed LU {at=2215462.966061183, lu_delay=6.223060918971896, ms=00004}
22:48:55.218919 run osmo-ms-mob/00013: Starting mobile
22:48:55.235547 run osmo-ms-mob/00013(pid=148): Launched
22:48:55.246920 run mass: MS start registered {at=2215463.54074577, delay=0.005107565317302942, ms=00013}
22:48:55.802581 run osmo-ms-mob/00014: Starting mobile
22:48:55.816127 run osmo-ms-mob/00014(pid=149): Launched
22:48:55.827017 run mass: MS start registered {at=2215464.120846896, delay=0.004733808804303408, ms=00014}
22:48:56.389566 run osmo-ms-mob/00015: Starting mobile
22:48:56.402611 run osmo-ms-mob/00015(pid=150): Launched
22:48:56.413766 run mass: MS start registered {at=2215464.707593721, delay=0.004632969852536917, ms=00015}
22:48:56.509277 run mass: MS performed LU {at=2215464.802978085, lu_delay=6.195515423081815, ms=00006}
22:48:56.574384 run mass: MS performed LU {at=2215464.8681001, lu_delay=5.326048064045608, ms=00007}
22:48:56.878772 run mass: MS performed LU {at=2215465.172499954, lu_delay=4.865224917884916, ms=00008}
22:48:56.894188 run osmo-ms-mob/00016: Starting mobile
22:48:56.907477 run osmo-ms-mob/00016(pid=151): Launched
22:48:56.918172 run mass: MS start registered {at=2215465.21199226, delay=0.004681666847318411, ms=00016}
22:48:57.398997 run osmo-ms-mob/00017: Starting mobile
22:48:57.412424 run osmo-ms-mob/00017(pid=152): Launched
22:48:57.423304 run mass: MS start registered {at=2215465.717130622, delay=0.004884738940745592, ms=00017}
22:48:58.012630 run osmo-ms-mob/00018: Starting mobile
22:48:58.028673 run osmo-ms-mob/00018(pid=153): Launched
22:48:58.039352 run mass: MS start registered {at=2215466.333179169, delay=0.0046003516763448715, ms=00018}
22:48:58.390102 run osmo-ms-mob/00019: Starting mobile
22:48:58.403038 run osmo-ms-mob/00019(pid=154): Launched
22:48:58.409613 run mass: MS performed LU {at=2215466.703442635, lu_delay=4.9544594110921025, ms=00010}
22:48:58.415529 run mass: MS start registered {at=2215466.709370645, delay=0.006503453012555838, ms=00019}
22:48:58.436674 run mass: MS performed LU {at=2215466.730500459, lu_delay=5.687074019107968, ms=00009}
22:48:58.921276 run osmo-ms-mob/00020: Starting mobile
22:48:58.938361 run osmo-ms-mob/00020(pid=155): Launched
22:48:58.949023 run mass: MS start registered {at=2215467.242851677, delay=0.004652158822864294, ms=00020}
22:48:59.403164 run osmo-ms-mob/00021: Starting mobile
22:48:59.416798 run osmo-ms-mob/00021(pid=156): Launched
22:48:59.428132 run mass: MS start registered {at=2215467.721957363, delay=0.0052877189591526985, ms=00021}
22:48:59.788948 run osmo-ms-mob/00022: Starting mobile
22:48:59.801811 run osmo-ms-mob/00022(pid=157): Launched
22:48:59.813010 run mass: MS start registered {at=2215468.106836669, delay=0.0049903360195457935, ms=00022}
22:49:00.275647 run mass: MS performed LU {at=2215468.56937055, lu_delay=6.229876587167382, ms=00011}
22:49:00.316887 run osmo-ms-mob/00023: Starting mobile
22:49:00.332525 run osmo-ms-mob/00023(pid=158): Launched
22:49:00.338895 run mass: MS performed LU {at=2215468.632732321, lu_delay=5.726519173942506, ms=00012}
22:49:00.344752 run mass: MS start registered {at=2215468.638594299, delay=0.005876700859516859, ms=00023}
22:49:00.409443 run mass: MS performed LU {at=2215468.703168081, lu_delay=5.162422311026603, ms=00013}
22:49:00.663334 run mass: MS performed LU {at=2215468.957058728, lu_delay=4.836211832240224, ms=00014}
22:49:00.692199 run osmo-ms-mob/00024: Starting mobile
22:49:00.705567 run osmo-ms-mob/00024(pid=159): Launched
22:49:00.716462 run mass: MS start registered {at=2215469.010286211, delay=0.004709201864898205, ms=00024}
22:49:01.202788 run osmo-ms-mob/00025: Starting mobile
22:49:01.216676 run osmo-ms-mob/00025(pid=160): Launched
22:49:01.227331 run mass: MS start registered {at=2215469.521159583, delay=0.0047339778393507, ms=00025}
22:49:01.611326 run osmo-ms-mob/00026: Starting mobile
22:49:01.627822 run osmo-ms-mob/00026(pid=161): Launched
22:49:01.638518 run mass: MS start registered {at=2215469.932346636, delay=0.004709686152637005, ms=00026}
22:49:02.011121 run osmo-ms-mob/00027: Starting mobile
22:49:02.027845 run osmo-ms-mob/00027(pid=162): Launched
22:49:02.038484 run mass: MS start registered {at=2215470.332310321, delay=0.004683869890868664, ms=00027}
22:49:02.093409 run mass: MS performed LU {at=2215470.387133547, lu_delay=4.670002925209701, ms=00017}
22:49:02.176586 run mass: MS performed LU {at=2215470.470313717, lu_delay=5.258321457076818, ms=00016}
22:49:02.411580 run osmo-ms-mob/00028: Starting mobile
22:49:02.427853 run osmo-ms-mob/00028(pid=163): Launched
22:49:02.438750 run mass: MS start registered {at=2215470.732576734, delay=0.004882346838712692, ms=00028}
22:49:02.810221 run osmo-ms-mob/00029: Starting mobile
22:49:02.826074 run osmo-ms-mob/00029(pid=164): Launched
22:49:02.837477 run mass: MS start registered {at=2215471.13129773, delay=0.005440792068839073, ms=00029}
22:49:03.203403 run osmo-ms-mob/00030: Starting mobile
22:49:03.217087 run osmo-ms-mob/00030(pid=165): Launched
22:49:03.228133 run mass: MS start registered {at=2215471.52196104, delay=0.005002568010240793, ms=00030}
22:49:03.617064 run osmo-ms-mob/00031: Starting mobile
22:49:03.631941 run osmo-ms-mob/00031(pid=166): Launched
22:49:03.643268 run mass: MS start registered {at=2215471.937087111, delay=0.005134011153131723, ms=00031}
22:49:03.889308 run osmo-ms-mob/00032: Starting mobile
22:49:03.902034 run osmo-ms-mob/00032(pid=167): Launched
22:49:03.912965 run mass: MS start registered {at=2215472.20679312, delay=0.005081212148070335, ms=00032}
22:49:04.041199 run mass: MS performed LU {at=2215472.334919538, lu_delay=5.092067860998213, ms=00020}
22:49:04.105905 run mass: MS performed LU {at=2215472.399628232, lu_delay=6.066449062898755, ms=00018}
22:49:04.175462 run mass: MS performed LU {at=2215472.469186434, lu_delay=4.747229070868343, ms=00021}
22:49:04.218289 run osmo-ms-mob/00033: Starting mobile
22:49:04.232238 run osmo-ms-mob/00033(pid=168): Launched
22:49:04.238238 run mass: MS performed LU {at=2215472.532073073, lu_delay=5.822702427860349, ms=00019}
22:49:04.244049 run mass: MS start registered {at=2215472.537891385, delay=0.005862172227352858, ms=00033}
22:49:04.728745 run osmo-ms-mob/00034: Starting mobile
22:49:04.744684 run osmo-ms-mob/00034(pid=169): Launched
22:49:04.755677 run mass: MS start registered {at=2215473.049505393, delay=0.004773464985191822, ms=00034}
22:49:04.989180 run osmo-ms-mob/00035: Starting mobile
22:49:05.002320 run osmo-ms-mob/00035(pid=170): Launched
22:49:05.013185 run mass: MS start registered {at=2215473.307011371, delay=0.004892523866146803, ms=00035}
22:49:05.402275 run osmo-ms-mob/00036: Starting mobile
22:49:05.416154 run osmo-ms-mob/00036(pid=171): Launched
22:49:05.427535 run mass: MS start registered {at=2215473.721354649, delay=0.005383871961385012, ms=00036}
22:49:05.820432 run osmo-ms-mob/00037: Starting mobile
22:49:05.837548 run osmo-ms-mob/00037(pid=172): Launched
22:49:05.848840 run mass: MS start registered {at=2215474.142659526, delay=0.005266429856419563, ms=00037}
22:49:05.858287 run mass: MS performed LU {at=2215474.152118095, lu_delay=5.51352379610762, ms=00023}
22:49:05.876108 run mass: MS performed LU {at=2215474.16993047, lu_delay=4.64877088740468, ms=00025}
22:49:05.887667 run osmo-ms-mob/00038: Starting mobile
22:49:05.900883 run osmo-ms-mob/00038(pid=173): Launched
22:49:05.911921 run mass: MS start registered {at=2215474.205747923, delay=0.004864513874053955, ms=00038}
22:49:05.942474 run mass: MS performed LU {at=2215474.23622187, lu_delay=5.225935658905655, ms=00024}
22:49:06.132347 run mass: MS performed LU {at=2215474.426071837, lu_delay=6.319235167931765, ms=00022}
22:49:06.160824 run osmo-ms-mob/00039: Starting mobile
22:49:06.173758 run osmo-ms-mob/00039(pid=174): Launched
22:49:06.184991 run mass: MS start registered {at=2215474.478819665, delay=0.004992891103029251, ms=00039}
22:49:06.801340 run osmo-ms-mob/00040: Starting mobile
22:49:06.814791 run osmo-ms-mob/00040(pid=175): Launched
22:49:06.826369 run mass: MS start registered {at=2215475.120192935, delay=0.005342844408005476, ms=00040}
22:49:07.103358 run osmo-ms-mob/00041: Starting mobile
22:49:07.117033 run osmo-ms-mob/00041(pid=176): Launched
22:49:07.128354 run mass: MS start registered {at=2215475.422180608, delay=0.005095873028039932, ms=00041}
22:49:07.389611 run osmo-ms-mob/00042: Starting mobile
22:49:07.402909 run osmo-ms-mob/00042(pid=177): Launched
22:49:07.413968 run mass: MS start registered {at=2215475.70779792, delay=0.005006005987524986, ms=00042}
22:49:07.821106 run osmo-ms-mob/00043: Starting mobile
22:49:07.839385 run osmo-ms-mob/00043(pid=178): Launched
22:49:07.845409 run mass: MS performed LU {at=2215476.139243888, lu_delay=5.007946158293635, ms=00029}
22:49:07.851359 run mass: MS start registered {at=2215476.145200548, delay=0.005973688326776028, ms=00043}
22:49:07.870550 run mass: MS performed LU {at=2215476.164349289, lu_delay=5.832038968335837, ms=00027}
22:49:07.881518 run osmo-ms-mob/00044: Starting mobile
22:49:07.894467 run osmo-ms-mob/00044(pid=179): Launched
22:49:07.905516 run mass: MS start registered {at=2215476.199342626, delay=0.004982504062354565, ms=00044}
22:49:07.940667 run mass: MS performed LU {at=2215476.23441348, lu_delay=6.302066843956709, ms=00026}
22:49:07.957979 run mass: MS performed LU {at=2215476.251797408, lu_delay=4.7298363680019975, ms=00030}
22:49:07.970001 run osmo-ms-mob/00045: Starting mobile
22:49:07.982993 run osmo-ms-mob/00045(pid=180): Launched
22:49:07.994162 run mass: MS start registered {at=2215476.287978802, delay=0.005146398674696684, ms=00045}
22:49:08.032086 run mass: MS performed LU {at=2215476.325825856, lu_delay=5.593249122146517, ms=00028}
22:49:08.700024 run osmo-ms-mob/00046: Starting mobile
22:49:08.714142 run osmo-ms-mob/00046(pid=181): Launched
22:49:08.725459 run mass: MS start registered {at=2215477.019282037, delay=0.00497140409424901, ms=00046}
22:49:09.005963 run osmo-ms-mob/00047: Starting mobile
22:49:09.030464 run osmo-ms-mob/00047(pid=182): Launched
22:49:09.041526 run mass: MS start registered {at=2215477.335354173, delay=0.004893589299172163, ms=00047}
22:49:09.314380 run osmo-ms-mob/00048: Starting mobile
22:49:09.330579 run osmo-ms-mob/00048(pid=183): Launched
22:49:09.341567 run mass: MS start registered {at=2215477.635393756, delay=0.004957867786288261, ms=00048}
22:49:09.589483 run osmo-ms-mob/00049: Starting mobile
22:49:09.602776 run osmo-ms-mob/00049(pid=184): Launched
22:49:09.613813 run mass: MS start registered {at=2215477.907639415, delay=0.004955163225531578, ms=00049}
22:49:09.623759 run mass: MS performed LU {at=2215477.917587844, lu_delay=4.610576473176479, ms=00035}
22:49:09.708188 run mass: MS performed LU {at=2215478.001914048, lu_delay=5.464022662956268, ms=00033}
22:49:09.736547 run osmo-ms-mob/00050: Starting mobile
22:49:09.749635 run osmo-ms-mob/00050(pid=185): Launched
22:49:09.755703 run mass: MS performed LU {at=2215478.049539565, lu_delay=5.000034172087908, ms=00034}
22:49:09.761515 run mass: MS start registered {at=2215478.055356949, delay=0.005834890063852072, ms=00050}
22:49:09.879796 run mass: MS performed LU {at=2215478.173522629, lu_delay=5.966729508712888, ms=00032}
22:49:09.904092 run mass: MS performed LU {at=2215478.19792885, lu_delay=6.260841738898307, ms=00031}
22:49:09.915098 run osmo-ms-mob/00051: Starting mobile
22:49:09.928064 run osmo-ms-mob/00051(pid=186): Launched
22:49:09.938988 run mass: MS start registered {at=2215478.232816108, delay=0.004944817163050175, ms=00051}
22:49:10.602961 run osmo-ms-mob/00052: Starting mobile
22:49:10.616741 run osmo-ms-mob/00052(pid=187): Launched
22:49:10.628127 run mass: MS start registered {at=2215478.921953719, delay=0.005232495255768299, ms=00052}
22:49:10.900078 run osmo-ms-mob/00053: Starting mobile
22:49:10.913683 run osmo-ms-mob/00053(pid=188): Launched
22:49:10.924531 run mass: MS start registered {at=2215479.21835776, delay=0.004881700966507196, ms=00053}
22:49:11.189723 run osmo-ms-mob/00054: Starting mobile
22:49:11.202937 run osmo-ms-mob/00054(pid=189): Launched
22:49:11.214202 run mass: MS start registered {at=2215479.508013002, delay=0.0053030950948596, ms=00054}
22:49:11.471566 run mass: MS performed LU {at=2215479.76529079, lu_delay=6.043936140835285, ms=00036}
22:49:11.485908 run osmo-ms-mob/00055: Starting mobile
22:49:11.499363 run osmo-ms-mob/00055(pid=190): Launched
22:49:11.505515 run mass: MS performed LU {at=2215479.799350146, lu_delay=5.5936022233217955, ms=00038}
22:49:11.511561 run mass: MS start registered {at=2215479.80540347, delay=0.00607061805203557, ms=00055}
22:49:11.637856 run mass: MS performed LU {at=2215479.931582515, lu_delay=5.452762850094587, ms=00039}
22:49:11.652950 run osmo-ms-mob/00056: Starting mobile
22:49:11.666302 run osmo-ms-mob/00056(pid=191): Launched
22:49:11.677162 run mass: MS start registered {at=2215479.970991779, delay=0.004817974288016558, ms=00056}
22:49:12.052174 run mass: MS performed LU {at=2215480.345898701, lu_delay=4.9237180929630995, ms=00041}
22:49:12.085513 run osmo-ms-mob/00057: Starting mobile
22:49:12.098939 run osmo-ms-mob/00057(pid=192): Launched
22:49:12.109873 run mass: MS start registered {at=2215480.403700207, delay=0.004867548123002052, ms=00057}
22:49:12.503004 run osmo-ms-mob/00058: Starting mobile
22:49:12.516948 run osmo-ms-mob/00058(pid=193): Launched
22:49:12.528392 run mass: MS start registered {at=2215480.822215976, delay=0.005379258189350367, ms=00058}
22:49:12.534381 run mass: MS performed LU {at=2215480.828217487, lu_delay=5.708024551626295, ms=00040}
22:49:12.676512 run mass: MS performed LU {at=2215480.970235218, lu_delay=3.950953180901706, ms=00046}
22:49:12.706183 run osmo-ms-mob/00059: Starting mobile
22:49:12.719201 run osmo-ms-mob/00059(pid=194): Launched
22:49:12.730247 run mass: MS start registered {at=2215481.024073502, delay=0.004700873978435993, ms=00059}
22:49:13.102924 run osmo-ms-mob/00060: Starting mobile
22:49:13.116725 run osmo-ms-mob/00060(pid=195): Launched
22:49:13.127994 run mass: MS start registered {at=2215481.421816383, delay=0.005350463092327118, ms=00060}
22:49:13.391243 run mass: MS performed LU {at=2215481.68496962, lu_delay=5.485626993700862, ms=00044}
22:49:13.421247 run osmo-ms-mob/00061: Starting mobile
22:49:13.434610 run osmo-ms-mob/00061(pid=196): Launched
22:49:13.440817 run mass: MS performed LU {at=2215481.734649888, lu_delay=6.026851967908442, ms=00042}
22:49:13.446658 run mass: MS start registered {at=2215481.740499423, delay=0.005869296845048666, ms=00061}
22:49:13.501935 run mass: MS performed LU {at=2215481.79565924, lu_delay=4.460305066779256, ms=00047}
22:49:13.526373 run osmo-ms-mob/00062: Starting mobile
22:49:13.539434 run osmo-ms-mob/00062(pid=197): Launched
22:49:13.550265 run mass: MS start registered {at=2215481.8440917, delay=0.004818128887563944, ms=00062}
22:49:13.663987 run mass: MS performed LU {at=2215481.957697946, lu_delay=5.8124973978847265, ms=00043}
22:49:13.718722 run mass: MS performed LU {at=2215482.01246946, lu_delay=5.72449065791443, ms=00045}
22:49:13.743748 run osmo-ms-mob/00063: Starting mobile
22:49:13.756757 run osmo-ms-mob/00063(pid=198): Launched
22:49:13.767659 run mass: MS start registered {at=2215482.06148476, delay=0.004884114023298025, ms=00063}
22:49:14.501397 run osmo-ms-mob/00064: Starting mobile
22:49:14.514751 run osmo-ms-mob/00064(pid=199): Launched
22:49:14.520930 run mass: MS performed LU {at=2215482.814763425, lu_delay=3.596405664924532, ms=00053}
22:49:14.526832 run mass: MS start registered {at=2215482.820673277, delay=0.005928310099989176, ms=00064}
22:49:14.534284 run mass: MS performed LU {at=2215482.828107947, lu_delay=3.9061542279087007, ms=00052}
22:49:14.920601 run osmo-ms-mob/00065: Starting mobile
22:49:14.936279 run osmo-ms-mob/00065(pid=200): Launched
22:49:14.947296 run mass: MS start registered {at=2215483.241120515, delay=0.005022138822823763, ms=00065}
22:49:15.220456 run osmo-ms-mob/00066: Starting mobile
22:49:15.236029 run osmo-ms-mob/00066(pid=201): Launched
22:49:15.242212 run mass: MS performed LU {at=2215483.536020247, lu_delay=5.480663297697902, ms=00050}
22:49:15.248416 run mass: MS start registered {at=2215483.542256991, delay=0.006257360801100731, ms=00066}
22:49:15.254348 run mass: MS performed LU {at=2215483.548177659, lu_delay=5.640538244042546, ms=00049}
22:49:15.347957 run mass: MS performed LU {at=2215483.641686441, lu_delay=6.006292684935033, ms=00048}
22:49:15.376988 run osmo-ms-mob/00067: Starting mobile
22:49:15.389887 run osmo-ms-mob/00067(pid=202): Launched
22:49:15.401227 run mass: MS start registered {at=2215483.695048929, delay=0.005178000312298536, ms=00067}
22:49:15.903108 run osmo-ms-mob/00068: Starting mobile
22:49:15.917239 run osmo-ms-mob/00068(pid=203): Launched
22:49:15.928223 run mass: MS start registered {at=2215484.222051801, delay=0.005052085034549236, ms=00068}
22:49:16.312948 run osmo-ms-mob/00069: Starting mobile
22:49:16.329518 run osmo-ms-mob/00069(pid=204): Launched
22:49:16.335941 run mass: MS performed LU {at=2215484.629774332, lu_delay=6.3969582240097225, ms=00051}
22:49:16.341864 run mass: MS start registered {at=2215484.635704754, delay=0.005949594080448151, ms=00069}
22:49:16.394731 run mass: MS performed LU {at=2215484.688450576, lu_delay=3.6643770737573504, ms=00059}
22:49:16.702576 run osmo-ms-mob/00070: Starting mobile
22:49:16.716776 run osmo-ms-mob/00070(pid=205): Launched
22:49:16.728143 run mass: MS start registered {at=2215485.021966517, delay=0.004981283098459244, ms=00070}
22:49:17.102640 run osmo-ms-mob/00071: Starting mobile
22:49:17.116397 run osmo-ms-mob/00071(pid=206): Launched
22:49:17.127306 run mass: MS start registered {at=2215485.421131568, delay=0.004887067247182131, ms=00071}
22:49:17.156371 run mass: MS performed LU {at=2215485.450102689, lu_delay=5.644699219148606, ms=00055}
22:49:17.175158 run mass: MS performed LU {at=2215485.468927066, lu_delay=5.960914063733071, ms=00054}
22:49:17.193207 run mass: MS performed LU {at=2215485.48692314, lu_delay=4.664707163814455, ms=00058}
22:49:17.209647 run osmo-ms-mob/00072: Starting mobile
22:49:17.222772 run osmo-ms-mob/00072(pid=207): Launched
22:49:17.233919 run mass: MS start registered {at=2215485.527728769, delay=0.005066927056759596, ms=00072}
22:49:17.484643 run mass: MS performed LU {at=2215485.778365082, lu_delay=5.374664875213057, ms=00057}
22:49:17.930363 run osmo-ms-mob/00073: Starting mobile
22:49:17.946597 run osmo-ms-mob/00073(pid=208): Launched
22:49:17.958034 run mass: MS start registered {at=2215486.251857094, delay=0.005377877037972212, ms=00073}
22:49:18.302681 run osmo-ms-mob/00074: Starting mobile
22:49:18.316728 run osmo-ms-mob/00074(pid=209): Launched
22:49:18.328167 run mass: MS start registered {at=2215486.621982576, delay=0.0053912196308374405, ms=00074}
22:49:18.719976 run osmo-ms-mob/00075: Starting mobile
22:49:18.735269 run osmo-ms-mob/00075(pid=210): Launched
22:49:18.746493 run mass: MS start registered {at=2215487.040311404, delay=0.0051330942660570145, ms=00075}
22:49:19.104121 run mass: MS performed LU {at=2215487.397843892, lu_delay=4.577170615084469, ms=00064}
22:49:19.148870 run osmo-ms-mob/00076: Starting mobile
22:49:19.162943 run osmo-ms-mob/00076(pid=211): Launched
22:49:19.169123 run mass: MS performed LU {at=2215487.46295874, lu_delay=5.618867040146142, ms=00062}
22:49:19.175018 run mass: MS start registered {at=2215487.468859672, delay=0.005942339077591896, ms=00076}
22:49:19.237696 run mass: MS performed LU {at=2215487.531421505, lu_delay=5.469936744775623, ms=00063}
22:49:19.260039 run mass: MS performed LU {at=2215487.553877231, lu_delay=6.132060848176479, ms=00060}
22:49:19.271706 run osmo-ms-mob/00077: Starting mobile
22:49:19.284627 run osmo-ms-mob/00077(pid=212): Launched
22:49:19.296130 run mass: MS start registered {at=2215487.589951084, delay=0.005407793913036585, ms=00077}
22:49:19.330024 run mass: MS performed LU {at=2215487.623767903, lu_delay=5.883268480189145, ms=00061}
22:49:19.349744 run mass: MS performed LU {at=2215487.643581409, lu_delay=22.935987688135356, ms=00015}
22:49:20.101469 run osmo-ms-mob/00078: Starting mobile
22:49:20.115268 run osmo-ms-mob/00078(pid=213): Launched
22:49:20.126411 run mass: MS start registered {at=2215488.420219288, delay=0.005076670087873936, ms=00078}
22:49:20.217188 run mass: MS performed LU {at=2215488.510914795, lu_delay=3.875210041180253, ms=00069}
22:49:20.530757 run osmo-ms-mob/00079: Starting mobile
22:49:20.547147 run osmo-ms-mob/00079(pid=214): Launched
22:49:20.558553 run mass: MS start registered {at=2215488.852375892, delay=0.005273445975035429, ms=00079}
22:49:20.922834 run mass: MS performed LU {at=2215489.216560194, lu_delay=5.975439678877592, ms=00065}
22:49:20.967021 run osmo-ms-mob/00080: Starting mobile
22:49:20.980735 run osmo-ms-mob/00080(pid=215): Launched
22:49:20.986838 run mass: MS performed LU {at=2215489.280672988, lu_delay=5.058621186763048, ms=00068}
22:49:20.992875 run mass: MS performed LU {at=2215489.28671669, lu_delay=5.591667760629207, ms=00067}
22:49:20.998802 run mass: MS start registered {at=2215489.292644117, delay=0.011989859864115715, ms=00080}
22:49:21.250225 run mass: MS performed LU {at=2215489.543923756, lu_delay=6.001666765194386, ms=00066}
22:49:21.525509 run osmo-ms-mob/00081: Starting mobile
22:49:21.540145 run osmo-ms-mob/00081(pid=216): Launched
22:49:21.551705 run mass: MS start registered {at=2215489.845524299, delay=0.005552410148084164, ms=00081}
22:49:21.902140 run osmo-ms-mob/00082: Starting mobile
22:49:21.915793 run osmo-ms-mob/00082(pid=217): Launched
22:49:21.927087 run mass: MS start registered {at=2215490.220901262, delay=0.005306742154061794, ms=00082}
22:49:22.520510 run osmo-ms-mob/00083: Starting mobile
22:49:22.537534 run osmo-ms-mob/00083(pid=218): Launched
22:49:22.548920 run mass: MS start registered {at=2215490.84274371, delay=0.0051400079391896725, ms=00083}
22:49:22.870209 run mass: MS performed LU {at=2215491.163866512, lu_delay=4.912009418010712, ms=00073}
22:49:22.894651 run mass: MS performed LU {at=2215491.188484159, lu_delay=5.6607553898356855, ms=00072}
22:49:22.906164 run osmo-ms-mob/00084: Starting mobile
22:49:22.918964 run osmo-ms-mob/00084(pid=219): Launched
22:49:22.930034 run mass: MS start registered {at=2215491.223866271, delay=0.00516835693269968, ms=00084}
22:49:22.935977 run mass: MS performed LU {at=2215491.229815049, lu_delay=5.808683481067419, ms=00071}
22:49:23.003709 run mass: MS performed LU {at=2215491.297433272, lu_delay=6.275466755032539, ms=00070}
22:49:23.026819 run mass: MS performed LU {at=2215491.320656119, lu_delay=4.6986735430546105, ms=00074}
22:49:23.520320 run osmo-ms-mob/00085: Starting mobile
22:49:23.537653 run osmo-ms-mob/00085(pid=220): Launched
22:49:23.549031 run mass: MS start registered {at=2215491.842832891, delay=0.005335751920938492, ms=00085}
22:49:24.088842 run osmo-ms-mob/00086: Starting mobile
22:49:24.102091 run osmo-ms-mob/00086(pid=221): Launched
22:49:24.113270 run mass: MS start registered {at=2215492.407091765, delay=0.0051774680614471436, ms=00086}
22:49:24.728180 run osmo-ms-mob/00087: Starting mobile
22:49:24.744009 run osmo-ms-mob/00087(pid=222): Launched
22:49:24.749988 run mass: MS performed LU {at=2215493.043822661, lu_delay=5.453871577046812, ms=00077}
22:49:24.755783 run mass: MS performed LU {at=2215493.049625539, lu_delay=4.629406251013279, ms=00078}
22:49:24.761488 run mass: MS start registered {at=2215493.055331128, delay=0.011526048183441162, ms=00087}
22:49:24.798294 run mass: MS performed LU {at=2215493.09204375, lu_delay=5.623184077907354, ms=00076}
22:49:24.961734 run mass: MS performed LU {at=2215493.255452853, lu_delay=6.215141449123621, ms=00075}
22:49:25.321067 run osmo-ms-mob/00088: Starting mobile
22:49:25.338170 run osmo-ms-mob/00088(pid=223): Launched
22:49:25.349017 run mass: MS start registered {at=2215493.642844025, delay=0.004935589153319597, ms=00088}
22:49:25.889439 run osmo-ms-mob/00089: Starting mobile
22:49:25.902714 run osmo-ms-mob/00089(pid=224): Launched
22:49:25.913635 run mass: MS start registered {at=2215494.207462284, delay=0.004869743715971708, ms=00089}
22:49:26.489466 run osmo-ms-mob/00090: Starting mobile
22:49:26.502300 run osmo-ms-mob/00090(pid=225): Launched
22:49:26.513369 run mass: MS start registered {at=2215494.807193268, delay=0.005108186975121498, ms=00090}
22:49:26.635420 run mass: MS performed LU {at=2215494.929132634, lu_delay=6.076756741851568, ms=00079}
22:49:26.659300 run mass: MS performed LU {at=2215494.953137873, lu_delay=5.107613574247807, ms=00081}
22:49:26.700421 run mass: MS performed LU {at=2215494.994145348, lu_delay=4.773244086187333, ms=00082}
22:49:26.770248 run mass: MS performed LU {at=2215495.063863258, lu_delay=5.7712191408500075, ms=00080}
22:49:27.189494 run osmo-ms-mob/00091: Starting mobile
22:49:27.202498 run osmo-ms-mob/00091(pid=226): Launched
22:49:27.213617 run mass: MS start registered {at=2215495.507444719, delay=0.004946989007294178, ms=00091}
22:49:27.889764 run osmo-ms-mob/00092: Starting mobile
22:49:27.902675 run osmo-ms-mob/00092(pid=227): Launched
22:49:27.913652 run mass: MS start registered {at=2215496.20748155, delay=0.004849742166697979, ms=00092}
22:49:28.435721 run mass: MS performed LU {at=2215496.729444749, lu_delay=22.586785223335028, ms=00037}
22:49:28.460075 run mass: MS performed LU {at=2215496.753911735, lu_delay=5.911168024875224, ms=00083}
22:49:28.564883 run mass: MS performed LU {at=2215496.858608964, lu_delay=5.015776073094457, ms=00085}
22:49:28.606858 run osmo-ms-mob/00093: Starting mobile
22:49:28.622457 run osmo-ms-mob/00093(pid=228): Launched
22:49:28.633460 run mass: MS start registered {at=2215496.927282816, delay=0.00508004380390048, ms=00093}
22:49:28.708407 run mass: MS performed LU {at=2215497.002130146, lu_delay=5.778263875283301, ms=00084}
22:49:28.732366 run mass: MS performed LU {at=2215497.026203203, lu_delay=4.619111437816173, ms=00086}
22:49:29.589330 run osmo-ms-mob/00094: Starting mobile
22:49:29.602549 run osmo-ms-mob/00094(pid=229): Launched
22:49:29.613837 run mass: MS start registered {at=2215497.907666006, delay=0.003134779166430235, ms=00094}
22:49:30.401782 run mass: MS performed LU {at=2215498.695510685, lu_delay=5.052666659932584, ms=00088}
22:49:30.450317 run osmo-ms-mob/00095: Starting mobile
22:49:30.464625 run osmo-ms-mob/00095(pid=230): Launched
22:49:30.470698 run mass: MS performed LU {at=2215498.764533685, lu_delay=5.709202556870878, ms=00087}
22:49:30.476556 run mass: MS start registered {at=2215498.770398282, delay=0.005880952812731266, ms=00095}
22:49:30.937085 run mass: MS performed LU {at=2215499.23079565, lu_delay=5.0233333660289645, ms=00089}
22:49:31.489109 run osmo-ms-mob/00096: Starting mobile
22:49:31.501976 run osmo-ms-mob/00096(pid=231): Launched
22:49:31.513843 run mass: MS start registered {at=2215499.807670026, delay=0.005602388177067041, ms=00096}
22:49:32.182581 run mass: MS performed LU {at=2215500.476307287, lu_delay=4.968862568028271, ms=00091}
22:49:32.330995 run mass: MS performed LU {at=2215500.624719165, lu_delay=5.817525896709412, ms=00090}
22:49:32.589372 run osmo-ms-mob/00097: Starting mobile
22:49:32.602348 run osmo-ms-mob/00097(pid=232): Launched
22:49:32.613407 run mass: MS start registered {at=2215500.907236963, delay=0.005037587136030197, ms=00097}
22:49:33.920282 run osmo-ms-mob/00098: Starting mobile
22:49:33.936892 run osmo-ms-mob/00098(pid=233): Launched
22:49:33.948120 run mass: MS start registered {at=2215502.241944029, delay=0.005106593947857618, ms=00098}
22:49:34.167325 run mass: MS performed LU {at=2215502.461046122, lu_delay=6.2535645719617605, ms=00092}
22:49:34.190793 run mass: MS performed LU {at=2215502.48462985, lu_delay=5.557347034104168, ms=00093}
22:49:34.231508 run mass: MS performed LU {at=2215502.525258491, lu_delay=22.554266711696982, ms=00056}
22:49:34.319406 run mass: MS performed LU {at=2215502.613117455, lu_delay=4.705451448913664, ms=00094}
22:49:35.689533 run osmo-ms-mob/00099: Starting mobile
22:49:35.702621 run osmo-ms-mob/00099(pid=234): Launched
22:49:35.708646 run mass: All started... {duration=55.729580617975444, too_slow=0}
22:49:35.714589 run mass: MS start registered {at=2215504.008421145, delay=0.005932406056672335, ms=00099}
22:49:36.096685 run mass: MS performed LU {at=2215504.390409344, lu_delay=5.620011061895639, ms=00095}
22:49:36.419859 run mass: MS performed LU {at=2215504.713580521, lu_delay=4.905910494737327, ms=00096}
22:49:37.933016 run mass: MS performed LU {at=2215506.226716009, lu_delay=5.319479045923799, ms=00097}
22:49:39.835219 run mass: MS performed LU {at=2215508.128945212, lu_delay=5.887001182883978, ms=00098}
22:49:41.699247 run mass: MS performed LU {at=2215509.992939014, lu_delay=5.984517869073898, ms=00099}
22:49:41.722480 run mass: Tests done {all_completed=True, max=22.935987688135356, min=3.596405664924532}
22:49:41.728218 tst register_default_mass.py: Test passed (81.1 sec)
22:49:41.733388 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:41.736554 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:41.739707 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:41.742857 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:41.746041 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:41.749259 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:41.752481 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:41.755773 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:41.758975 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:41.762451 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:41.765654 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:41.768923 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:41.772168 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:41.775409 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:41.778725 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:41.781982 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:41.785718 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:41.789293 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:41.793176 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:41.796559 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:41.799897 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:41.803248 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:41.806605 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:41.809945 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:41.813295 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:41.816585 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:41.819923 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:41.823151 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:41.826507 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:41.829716 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:41.833039 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:41.836303 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:41.839635 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:41.843255 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:41.846609 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:41.849962 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:41.853316 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:41.856660 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:41.860223 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:41.863572 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:41.866945 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:41.870301 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:41.873602 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:41.876920 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:41.880280 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:41.883557 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:41.887097 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:41.890478 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:41.893828 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:41.897063 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:41.900995 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:41.904277 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:41.907854 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:41.911170 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:41.914525 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:41.917875 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:41.921224 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:41.924719 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:41.928237 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:41.932204 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:41.935664 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:41.939010 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:41.942372 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:41.945725 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:41.949569 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:41.952919 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:41.956265 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:41.959614 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:41.962994 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:41.966341 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:41.969679 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:41.973015 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:41.976309 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:41.979667 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:41.983009 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:41.986350 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:41.989702 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:41.992996 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:41.996353 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:41.999623 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:42.002962 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:42.006240 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:42.009570 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:42.012921 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:42.016268 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:42.019613 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:42.022966 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:42.026318 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:42.029567 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:42.032862 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:42.036179 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:42.039478 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:42.042814 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:42.046161 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:42.049455 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:42.052750 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:42.056063 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:42.059798 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:42.063377 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:42.067054 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:42.070291 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:42.073592 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:42.076995 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:42.080287 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:42.083637 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:42.086993 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:42.090341 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:42.093563 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:42.096828 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:42.100185 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:42.103453 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:42.106825 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:42.110163 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:42.113502 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:42.116736 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:42.120092 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:42.123301 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:42.126497 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:42.129687 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:42.132885 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:42.136072 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:42.139265 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:42.142465 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:42.145657 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:42.148845 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:42.152035 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:42.155223 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:42.158402 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:42.161602 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:42.164792 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:42.167983 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:42.171164 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:42.174353 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:42.177533 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:42.180720 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:42.183911 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:42.187108 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:42.190314 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:42.193511 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:42.196693 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:42.199887 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:42.203085 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:42.206289 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:42.209467 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:42.212658 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:42.215851 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:42.219054 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:42.222247 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:42.225434 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:42.228621 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:42.231750 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:42.234885 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:42.238003 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:42.241140 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:42.244277 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:42.247411 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:42.250539 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:42.253651 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:42.256786 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:42.259909 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:42.263047 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:42.266164 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:42.269281 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:42.272487 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:42.275697 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:42.278916 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:42.282129 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:42.285337 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:42.288552 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:42.291754 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:42.294957 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:42.298169 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:42.301373 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:42.304592 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:42.307807 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:42.311020 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:42.314240 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:42.317434 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:42.320661 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:42.323868 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:42.327086 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:42.330297 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:42.333498 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:42.336722 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:42.339939 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:42.343136 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:42.346358 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:42.349563 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:42.352760 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:42.355953 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:42.359142 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:42.362337 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:42.365547 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:42.368763 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:42.371956 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:42.375153 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:42.378351 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:42.381542 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:42.384735 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:42.387925 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:42.391128 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:42.394307 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:42.397505 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:42.400701 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:42.403917 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:42.407115 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:42.410325 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:42.413512 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:42.416732 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:42.419939 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:42.423147 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:42.426363 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:42.429570 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:42.432788 --- ParallelTerminationStrategy: PID 22 died...
22:49:42.434261 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:42.437825 --- ParallelTerminationStrategy: PID 23 died...
22:49:42.439275 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:42.442813 --- ParallelTerminationStrategy: PID 24 died...
22:49:42.444249 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:42.447800 --- ParallelTerminationStrategy: PID 25 died...
22:49:42.449243 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:42.452790 --- ParallelTerminationStrategy: PID 26 died...
22:49:42.454244 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:42.457818 --- ParallelTerminationStrategy: PID 27 died...
22:49:42.459294 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:42.462873 --- ParallelTerminationStrategy: PID 28 died...
22:49:42.464324 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:42.467916 --- ParallelTerminationStrategy: PID 29 died...
22:49:42.469368 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:42.472954 --- ParallelTerminationStrategy: PID 30 died...
22:49:42.474406 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:42.477998 --- ParallelTerminationStrategy: PID 31 died...
22:49:42.479479 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:42.483118 --- ParallelTerminationStrategy: PID 32 died...
22:49:42.484571 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:42.488222 --- ParallelTerminationStrategy: PID 33 died...
22:49:42.489694 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:42.493311 --- ParallelTerminationStrategy: PID 35 died...
22:49:42.494793 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:42.498399 --- ParallelTerminationStrategy: PID 36 died...
22:49:42.499874 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:42.503476 --- ParallelTerminationStrategy: PID 37 died...
22:49:42.504933 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:42.508536 --- ParallelTerminationStrategy: PID 38 died...
22:49:42.509992 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:42.513617 --- ParallelTerminationStrategy: PID 39 died...
22:49:42.515085 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:42.518689 --- ParallelTerminationStrategy: PID 40 died...
22:49:42.520152 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:42.523730 --- ParallelTerminationStrategy: PID 41 died...
22:49:42.525170 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:42.528730 --- ParallelTerminationStrategy: PID 42 died...
22:49:42.530214 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:42.533763 --- ParallelTerminationStrategy: PID 43 died...
22:49:42.535232 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:42.538807 --- ParallelTerminationStrategy: PID 44 died...
22:49:42.540249 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:42.543801 --- ParallelTerminationStrategy: PID 45 died...
22:49:42.545245 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:42.548811 --- ParallelTerminationStrategy: PID 46 died...
22:49:42.550261 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:42.553798 --- ParallelTerminationStrategy: PID 47 died...
22:49:42.555256 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:42.558805 --- ParallelTerminationStrategy: PID 48 died...
22:49:42.560246 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:42.563794 --- ParallelTerminationStrategy: PID 49 died...
22:49:42.565226 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:42.568788 --- ParallelTerminationStrategy: PID 50 died...
22:49:42.570226 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:42.573771 --- ParallelTerminationStrategy: PID 51 died...
22:49:42.575215 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:42.578756 --- ParallelTerminationStrategy: PID 52 died...
22:49:42.580193 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:42.583744 --- ParallelTerminationStrategy: PID 53 died...
22:49:42.585167 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:42.588724 --- ParallelTerminationStrategy: PID 54 died...
22:49:42.590172 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:42.593712 --- ParallelTerminationStrategy: PID 55 died...
22:49:42.595192 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:42.598754 --- ParallelTerminationStrategy: PID 56 died...
22:49:42.600203 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:42.603756 --- ParallelTerminationStrategy: PID 57 died...
22:49:42.605183 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:42.608722 --- ParallelTerminationStrategy: PID 58 died...
22:49:42.610182 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:42.613724 --- ParallelTerminationStrategy: PID 59 died...
22:49:42.615168 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:42.618696 --- ParallelTerminationStrategy: PID 60 died...
22:49:42.620136 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:42.623792 --- ParallelTerminationStrategy: PID 61 died...
22:49:42.625243 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:42.628815 --- ParallelTerminationStrategy: PID 62 died...
22:49:42.630267 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:42.633824 --- ParallelTerminationStrategy: PID 63 died...
22:49:42.635272 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:42.638810 --- ParallelTerminationStrategy: PID 64 died...
22:49:42.640252 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:42.643795 --- ParallelTerminationStrategy: PID 65 died...
22:49:42.645224 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:42.648766 --- ParallelTerminationStrategy: PID 66 died...
22:49:42.650202 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:42.653666 --- ParallelTerminationStrategy: PID 67 died...
22:49:42.655079 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:42.658535 --- ParallelTerminationStrategy: PID 68 died...
22:49:42.659935 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:42.663444 --- ParallelTerminationStrategy: PID 69 died...
22:49:42.664850 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:42.668297 --- ParallelTerminationStrategy: PID 70 died...
22:49:42.669708 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:42.673183 --- ParallelTerminationStrategy: PID 71 died...
22:49:42.674591 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:42.678040 --- ParallelTerminationStrategy: PID 72 died...
22:49:42.679487 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:42.682955 --- ParallelTerminationStrategy: PID 73 died...
22:49:42.684385 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:42.687920 --- ParallelTerminationStrategy: PID 74 died...
22:49:42.689320 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:42.692865 --- ParallelTerminationStrategy: PID 75 died...
22:49:42.694314 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:42.697842 --- ParallelTerminationStrategy: PID 76 died...
22:49:42.699289 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:42.702812 --- ParallelTerminationStrategy: PID 77 died...
22:49:42.704248 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:42.707774 --- ParallelTerminationStrategy: PID 78 died...
22:49:42.709205 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:42.712719 --- ParallelTerminationStrategy: PID 79 died...
22:49:42.714146 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:42.717682 --- ParallelTerminationStrategy: PID 80 died...
22:49:42.719108 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:42.722624 --- ParallelTerminationStrategy: PID 81 died...
22:49:42.724043 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:42.727602 --- ParallelTerminationStrategy: PID 82 died...
22:49:42.729031 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:42.732559 --- ParallelTerminationStrategy: PID 83 died...
22:49:42.733986 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:42.737509 --- ParallelTerminationStrategy: PID 84 died...
22:49:42.738937 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:42.742474 --- ParallelTerminationStrategy: PID 85 died...
22:49:42.743900 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:42.747425 --- ParallelTerminationStrategy: PID 86 died...
22:49:42.748844 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:42.752388 --- ParallelTerminationStrategy: PID 87 died...
22:49:42.753816 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:42.757343 --- ParallelTerminationStrategy: PID 88 died...
22:49:42.758789 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:42.762316 --- ParallelTerminationStrategy: PID 89 died...
22:49:42.763748 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:42.767291 --- ParallelTerminationStrategy: PID 90 died...
22:49:42.768709 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:42.772231 --- ParallelTerminationStrategy: PID 91 died...
22:49:42.773660 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:42.777188 --- ParallelTerminationStrategy: PID 92 died...
22:49:42.778622 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:42.782137 --- ParallelTerminationStrategy: PID 93 died...
22:49:42.783575 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:42.787112 --- ParallelTerminationStrategy: PID 94 died...
22:49:42.788538 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:42.792083 --- ParallelTerminationStrategy: PID 95 died...
22:49:42.793506 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:42.797031 --- ParallelTerminationStrategy: PID 96 died...
22:49:42.798477 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:42.801997 --- ParallelTerminationStrategy: PID 97 died...
22:49:42.803428 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:42.806959 --- ParallelTerminationStrategy: PID 98 died...
22:49:42.808396 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:42.811942 --- ParallelTerminationStrategy: PID 99 died...
22:49:42.813370 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:42.816916 --- ParallelTerminationStrategy: PID 100 died...
22:49:42.818345 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:42.821880 --- ParallelTerminationStrategy: PID 101 died...
22:49:42.823304 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:42.826829 --- ParallelTerminationStrategy: PID 102 died...
22:49:42.828250 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:42.831795 --- ParallelTerminationStrategy: PID 103 died...
22:49:42.833222 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:42.836754 --- ParallelTerminationStrategy: PID 104 died...
22:49:42.838198 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:42.841725 --- ParallelTerminationStrategy: PID 105 died...
22:49:42.843151 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:42.846670 --- ParallelTerminationStrategy: PID 106 died...
22:49:42.848100 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:42.851626 --- ParallelTerminationStrategy: PID 107 died...
22:49:42.853052 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:42.856595 --- ParallelTerminationStrategy: PID 108 died...
22:49:42.858019 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:42.861548 --- ParallelTerminationStrategy: PID 109 died...
22:49:42.862986 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:42.866518 --- ParallelTerminationStrategy: PID 110 died...
22:49:42.867949 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:42.871497 --- ParallelTerminationStrategy: PID 111 died...
22:49:42.872936 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:42.876468 --- ParallelTerminationStrategy: PID 112 died...
22:49:42.877901 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:42.881443 --- ParallelTerminationStrategy: PID 113 died...
22:49:42.882878 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:42.886422 --- ParallelTerminationStrategy: PID 114 died...
22:49:42.887852 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:42.891394 --- ParallelTerminationStrategy: PID 115 died...
22:49:42.892823 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:42.896360 --- ParallelTerminationStrategy: PID 116 died...
22:49:42.897795 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:42.901333 --- ParallelTerminationStrategy: PID 117 died...
22:49:42.902767 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:42.906295 --- ParallelTerminationStrategy: PID 118 died...
22:49:42.907725 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:42.911267 --- ParallelTerminationStrategy: PID 119 died...
22:49:42.912706 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:42.916230 --- ParallelTerminationStrategy: PID 120 died...
22:49:42.917659 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:42.921179 --- ParallelTerminationStrategy: PID 121 died...
22:49:42.922613 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:42.926136 --- ParallelTerminationStrategy: PID 122 died...
22:49:42.927579 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:42.931107 --- ParallelTerminationStrategy: PID 123 died...
22:49:42.932532 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:42.936061 --- ParallelTerminationStrategy: PID 124 died...
22:49:42.937488 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:42.941016 --- ParallelTerminationStrategy: PID 125 died...
22:49:42.942464 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:42.945996 --- ParallelTerminationStrategy: PID 126 died...
22:49:42.947438 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:42.950969 --- ParallelTerminationStrategy: PID 127 died...
22:49:42.952400 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:42.955944 --- ParallelTerminationStrategy: PID 128 died...
22:49:42.957369 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:42.960911 --- ParallelTerminationStrategy: PID 129 died...
22:49:42.962346 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:42.965875 --- ParallelTerminationStrategy: PID 130 died...
22:49:42.967336 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:42.970878 --- ParallelTerminationStrategy: PID 131 died...
22:49:42.972313 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:42.975858 --- ParallelTerminationStrategy: PID 132 died...
22:49:42.977284 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:42.980806 --- ParallelTerminationStrategy: PID 133 died...
22:49:42.982251 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:42.985792 --- ParallelTerminationStrategy: PID 134 died...
22:49:42.987226 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:42.990753 --- ParallelTerminationStrategy: PID 135 died...
22:49:42.992183 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:42.995758 --- ParallelTerminationStrategy: PID 136 died...
22:49:42.997194 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:43.000762 --- ParallelTerminationStrategy: PID 137 died...
22:49:43.002205 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:43.005769 --- ParallelTerminationStrategy: PID 138 died...
22:49:43.007205 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:43.010782 --- ParallelTerminationStrategy: PID 139 died...
22:49:43.012218 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:43.015786 --- ParallelTerminationStrategy: PID 140 died...
22:49:43.017214 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:43.020772 --- ParallelTerminationStrategy: PID 141 died...
22:49:43.022204 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:43.025750 --- ParallelTerminationStrategy: PID 142 died...
22:49:43.027178 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:43.030739 --- ParallelTerminationStrategy: PID 143 died...
22:49:43.032175 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:43.035740 --- ParallelTerminationStrategy: PID 144 died...
22:49:43.037172 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:43.040758 --- ParallelTerminationStrategy: PID 145 died...
22:49:43.042193 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:43.045742 --- ParallelTerminationStrategy: PID 146 died...
22:49:43.047194 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:43.050760 --- ParallelTerminationStrategy: PID 147 died...
22:49:43.052196 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:43.055765 --- ParallelTerminationStrategy: PID 148 died...
22:49:43.057188 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:43.060771 --- ParallelTerminationStrategy: PID 149 died...
22:49:43.062201 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:43.065750 --- ParallelTerminationStrategy: PID 150 died...
22:49:43.067185 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:43.070760 --- ParallelTerminationStrategy: PID 151 died...
22:49:43.072184 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:43.075738 --- ParallelTerminationStrategy: PID 152 died...
22:49:43.077177 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:43.080752 --- ParallelTerminationStrategy: PID 153 died...
22:49:43.082189 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:43.085731 --- ParallelTerminationStrategy: PID 154 died...
22:49:43.087167 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:43.090716 --- ParallelTerminationStrategy: PID 155 died...
22:49:43.092143 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:43.095718 --- ParallelTerminationStrategy: PID 156 died...
22:49:43.097146 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:43.100724 --- ParallelTerminationStrategy: PID 157 died...
22:49:43.102161 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:43.105715 --- ParallelTerminationStrategy: PID 158 died...
22:49:43.107156 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:43.110722 --- ParallelTerminationStrategy: PID 159 died...
22:49:43.112155 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:43.115713 --- ParallelTerminationStrategy: PID 160 died...
22:49:43.117148 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:43.120727 --- ParallelTerminationStrategy: PID 161 died...
22:49:43.122162 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:43.125715 --- ParallelTerminationStrategy: PID 162 died...
22:49:43.127166 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:43.130725 --- ParallelTerminationStrategy: PID 163 died...
22:49:43.132149 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:43.135704 --- ParallelTerminationStrategy: PID 164 died...
22:49:43.137138 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:43.140695 --- ParallelTerminationStrategy: PID 165 died...
22:49:43.142121 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:43.145680 --- ParallelTerminationStrategy: PID 166 died...
22:49:43.147130 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:43.150687 --- ParallelTerminationStrategy: PID 167 died...
22:49:43.152121 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:43.155683 --- ParallelTerminationStrategy: PID 168 died...
22:49:43.157117 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:43.160680 --- ParallelTerminationStrategy: PID 169 died...
22:49:43.162110 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:43.165669 --- ParallelTerminationStrategy: PID 170 died...
22:49:43.167124 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:43.170702 --- ParallelTerminationStrategy: PID 171 died...
22:49:43.172134 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:43.175719 --- ParallelTerminationStrategy: PID 172 died...
22:49:43.177157 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:43.180722 --- ParallelTerminationStrategy: PID 173 died...
22:49:43.182155 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:43.185716 --- ParallelTerminationStrategy: PID 174 died...
22:49:43.187154 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:43.190719 --- ParallelTerminationStrategy: PID 175 died...
22:49:43.192154 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:43.195717 --- ParallelTerminationStrategy: PID 176 died...
22:49:43.197153 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:43.200715 --- ParallelTerminationStrategy: PID 177 died...
22:49:43.202150 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:43.205699 --- ParallelTerminationStrategy: PID 178 died...
22:49:43.207143 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:43.210716 --- ParallelTerminationStrategy: PID 179 died...
22:49:43.212141 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:43.215710 --- ParallelTerminationStrategy: PID 180 died...
22:49:43.217138 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:43.220688 --- ParallelTerminationStrategy: PID 181 died...
22:49:43.222120 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:43.225678 --- ParallelTerminationStrategy: PID 182 died...
22:49:43.227257 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:43.230830 --- ParallelTerminationStrategy: PID 183 died...
22:49:43.232269 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:43.235840 --- ParallelTerminationStrategy: PID 184 died...
22:49:43.237276 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:43.240880 --- ParallelTerminationStrategy: PID 185 died...
22:49:43.242313 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:43.245855 --- ParallelTerminationStrategy: PID 186 died...
22:49:43.247312 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:43.250861 --- ParallelTerminationStrategy: PID 187 died...
22:49:43.252301 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:43.255876 --- ParallelTerminationStrategy: PID 188 died...
22:49:43.257309 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:43.260870 --- ParallelTerminationStrategy: PID 189 died...
22:49:43.262313 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:43.265865 --- ParallelTerminationStrategy: PID 190 died...
22:49:43.267309 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:43.270878 --- ParallelTerminationStrategy: PID 191 died...
22:49:43.272308 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:43.275871 --- ParallelTerminationStrategy: PID 192 died...
22:49:43.277300 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:43.280849 --- ParallelTerminationStrategy: PID 193 died...
22:49:43.282282 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:43.285841 --- ParallelTerminationStrategy: PID 194 died...
22:49:43.287293 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:43.290861 --- ParallelTerminationStrategy: PID 195 died...
22:49:43.292299 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:43.295860 --- ParallelTerminationStrategy: PID 196 died...
22:49:43.297280 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:43.300835 --- ParallelTerminationStrategy: PID 197 died...
22:49:43.302271 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:43.305834 --- ParallelTerminationStrategy: PID 198 died...
22:49:43.307276 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:43.310843 --- ParallelTerminationStrategy: PID 199 died...
22:49:43.312269 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:43.315833 --- ParallelTerminationStrategy: PID 200 died...
22:49:43.317265 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:43.320838 --- ParallelTerminationStrategy: PID 201 died...
22:49:43.322286 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:43.325847 --- ParallelTerminationStrategy: PID 202 died...
22:49:43.327293 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:43.330849 --- ParallelTerminationStrategy: PID 203 died...
22:49:43.332273 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:43.335835 --- ParallelTerminationStrategy: PID 204 died...
22:49:43.337271 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:43.340836 --- ParallelTerminationStrategy: PID 205 died...
22:49:43.342276 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:43.345835 --- ParallelTerminationStrategy: PID 206 died...
22:49:43.347272 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:43.350849 --- ParallelTerminationStrategy: PID 207 died...
22:49:43.352281 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:43.355832 --- ParallelTerminationStrategy: PID 208 died...
22:49:43.357262 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:43.360842 --- ParallelTerminationStrategy: PID 209 died...
22:49:43.362279 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:43.365826 --- ParallelTerminationStrategy: PID 210 died...
22:49:43.367288 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:43.370834 --- ParallelTerminationStrategy: PID 211 died...
22:49:43.372268 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:43.375841 --- ParallelTerminationStrategy: PID 212 died...
22:49:43.377277 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:43.380837 --- ParallelTerminationStrategy: PID 213 died...
22:49:43.382275 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:43.385823 --- ParallelTerminationStrategy: PID 214 died...
22:49:43.387264 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:43.390814 --- ParallelTerminationStrategy: PID 215 died...
22:49:43.392241 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:43.395781 --- ParallelTerminationStrategy: PID 216 died...
22:49:43.397217 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:43.400767 --- ParallelTerminationStrategy: PID 217 died...
22:49:43.402201 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:43.405785 --- ParallelTerminationStrategy: PID 218 died...
22:49:43.407225 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:43.410790 --- ParallelTerminationStrategy: PID 219 died...
22:49:43.412229 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:43.415810 --- ParallelTerminationStrategy: PID 220 died...
22:49:43.417246 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:43.420805 --- ParallelTerminationStrategy: PID 221 died...
22:49:43.422244 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:43.425800 --- ParallelTerminationStrategy: PID 222 died...
22:49:43.427241 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:43.430795 --- ParallelTerminationStrategy: PID 223 died...
22:49:43.432234 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:43.435795 --- ParallelTerminationStrategy: PID 224 died...
22:49:43.437226 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:43.440787 --- ParallelTerminationStrategy: PID 225 died...
22:49:43.442226 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:43.445783 --- ParallelTerminationStrategy: PID 226 died...
22:49:43.447211 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:43.450778 --- ParallelTerminationStrategy: PID 227 died...
22:49:43.452208 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:43.455781 --- ParallelTerminationStrategy: PID 228 died...
22:49:43.457212 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:43.460793 --- ParallelTerminationStrategy: PID 229 died...
22:49:43.462231 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:43.465789 --- ParallelTerminationStrategy: PID 230 died...
22:49:43.467235 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:43.470785 --- ParallelTerminationStrategy: PID 231 died...
22:49:43.472220 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:43.475784 --- ParallelTerminationStrategy: PID 232 died...
22:49:43.477215 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:43.480769 --- ParallelTerminationStrategy: PID 233 died...
22:49:43.482204 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:43.485755 --- ParallelTerminationStrategy: PID 234 died...
22:49:43.487190 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:46.891335 --- ParallelTerminationStrategy: PID 34 died...
22:49:46.897129 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8360 netreg_mass PASS
---------------------------------------------------------------------
22:49:46.962187 tst trial-8360: Storing JUnit report in /build/trial-8360/run.2026-06-12_22-48-20/trial-8360.xml
--------------------------------------------------------------------------------------------
trial-8360 PASS
--------------------------------------------------------------------------------------------
22:49:46.972944 tst trial-8360: trial-8360: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8360/inst
+ cd trial-8360
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-06-12 22:48:20
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8360-run.tgz run.2026-06-12_22-48-20
+ tar czf /build/trial-8360-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-06-12_13_26_51.tgz osmo-bts-oc2g.build-2026-06-12_00_52_19.tgz osmo-bts-sysmo.build-2026-06-12_00_52_10.tgz osmo-bts.build-2026-06-12_00_52_34.tgz osmo-ggsn.build-2026-06-12_20_42_51.tgz osmo-hlr.build-2026-06-12_16_36_51.tgz osmo-hnbgw.build-2026-06-12_13_30_45.tgz osmo-mgw.build-2026-06-12_08_33_08.tgz osmo-msc.build-2026-06-12_13_32_58.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-06-12_07_35_05.tgz osmo-pcu-sysmo.build-2026-06-12_07_35_08.tgz osmo-pcu.build-2026-06-12_07_35_15.tgz osmo-sgsn.build-2026-06-12_20_48_53.tgz osmo-stp.build-2026-06-12_13_25_49.tgz osmo-trx.build-2026-06-12_14_22_02.tgz osmocom-bb.build-2026-06-12_21_17_06.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