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 7948
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins8723471485723102453.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-8381
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
2e9b710 debian-trixie-build: add tshark
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
--build-arg USER=osmocom-build \
--build-arg UID=1000 \
--build-arg REGISTRY=docker.io \
--build-arg OSMO_TTCN3_BRANCH=master \
--build-arg UPSTREAM_DISTRO=debian:bookworm \
--build-arg DISTRO=debian-bookworm \
--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
--build-arg OSMOCOM_REPO_VERSION=latest \
--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--build-arg LIBOSMOCORE_BRANCH=master \
--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_S1GW_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.0s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.1s
#7 [ 2/28] RUN useradd -ms /bin/bash jenkins
#7 CACHED
#8 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#8 CACHED
#9 [20/28] WORKDIR /TMP
#9 CACHED
#10 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#10 CACHED
#11 [ 3/28] RUN groupadd osmo-gsm-tester
#11 CACHED
#12 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#12 CACHED
#13 [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
#13 CACHED
#14 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#14 CACHED
#15 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#15 CACHED
#16 [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
#16 CACHED
#17 [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
#17 CACHED
#18 [15/28] RUN APT-GET update && apt-get install -y --no-install-recommends telnet libosmocore-dev libosmo-abis-dev libosmo-gsup-client-dev libosmo-netif-dev libosmo-ranap-dev libosmo-sigtran-dev libsmpp34-dev libgtp-dev libasn1c-dev && apt-get clean
#18 CACHED
#19 [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
#19 CACHED
#20 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#20 CACHED
#21 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#21 CACHED
#22 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#22 CACHED
#23 [ 9/28] COPY SSH /root/.ssh
#23 CACHED
#24 [ 8/28] RUN MKDIR /var/run/sshd
#24 CACHED
#25 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#25 CACHED
#26 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#26 CACHED
#27 [ 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
#27 CACHED
#28 [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
#28 CACHED
#29 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#29 CACHED
#30 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#30 CACHED
#31 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#31 CACHED
#32 [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
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:fbfd60e1eb33c8b62aafe1695baf73027b7087506bbfc24d90ebff31adbefa27 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 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=8382 -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-07-04 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8382
+ mkdir -p trial-8382
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-07-04_13_27_21.tgz osmo-bts-oc2g.build-2026-07-04_00_52_04.tgz osmo-bts-sysmo.build-2026-07-04_00_51_53.tgz osmo-bts.build-2026-07-04_00_52_17.tgz osmo-ggsn.build-2026-07-04_20_43_10.tgz osmo-hlr.build-2026-07-04_16_36_55.tgz osmo-hnbgw.build-2026-07-04_13_31_08.tgz osmo-mgw.build-2026-07-04_08_33_07.tgz osmo-msc.build-2026-07-04_13_35_24.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-07-04_07_34_49.tgz osmo-pcu-sysmo.build-2026-07-04_07_34_44.tgz osmo-pcu.build-2026-07-04_07_34_47.tgz osmo-sgsn.build-2026-07-04_20_48_44.tgz osmo-stp.build-2026-07-04_13_26_03.tgz osmo-trx.build-2026-07-04_14_22_02.tgz osmocom-bb.build-2026-07-04_21_17_18.tgz srslte.build-19.tgz trial-8382
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-07-04_13_27_21.md5 osmo-bts-oc2g.build-2026-07-04_00_52_04.md5 osmo-bts-sysmo.build-2026-07-04_00_51_53.md5 osmo-bts.build-2026-07-04_00_52_17.md5 osmo-ggsn.build-2026-07-04_20_43_10.md5 osmo-hlr.build-2026-07-04_16_36_55.md5 osmo-hnbgw.build-2026-07-04_13_31_08.md5 osmo-mgw.build-2026-07-04_08_33_07.md5 osmo-msc.build-2026-07-04_13_35_24.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-07-04_07_34_49.md5 osmo-pcu-sysmo.build-2026-07-04_07_34_44.md5 osmo-pcu.build-2026-07-04_07_34_47.md5 osmo-sgsn.build-2026-07-04_20_48_44.md5 osmo-stp.build-2026-07-04_13_26_03.md5 osmo-trx.build-2026-07-04_14_22_02.md5 osmocom-bb.build-2026-07-04_21_17_18.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-07-04_13_27_21.md5 osmo-bts-oc2g.build-2026-07-04_00_52_04.md5 osmo-bts-sysmo.build-2026-07-04_00_51_53.md5 osmo-bts.build-2026-07-04_00_52_17.md5 osmo-ggsn.build-2026-07-04_20_43_10.md5 osmo-hlr.build-2026-07-04_16_36_55.md5 osmo-hnbgw.build-2026-07-04_13_31_08.md5 osmo-mgw.build-2026-07-04_08_33_07.md5 osmo-msc.build-2026-07-04_13_35_24.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-07-04_07_34_49.md5 osmo-pcu-sysmo.build-2026-07-04_07_34_44.md5 osmo-pcu.build-2026-07-04_07_34_47.md5 osmo-sgsn.build-2026-07-04_20_48_44.md5 osmo-stp.build-2026-07-04_13_26_03.md5 osmo-trx.build-2026-07-04_14_22_02.md5 osmocom-bb.build-2026-07-04_21_17_18.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-8382 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8382'
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-8382
--------------------------------------------------------------------------------------------
22:48:17.326885 tst trial-8382: Detailed log at /build/trial-8382/run.2026-07-04_22-48-17/log
---------------------------------------------------------------------
trial-8382 netreg_mass
---------------------------------------------------------------------
22:48:17.535752 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.536109 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.536880 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.538043 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.579356 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.580187 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.581334 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.661182 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-8382 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.661953 tst register_default_mass.py:9: Claiming resources for the test
22:48:17.677259 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.677788 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.678261 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.678704 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.679145 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.679592 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.680061 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.711592 tst register_default_mass.py: using LAC 2
22:48:17.734360 tst register_default_mass.py: using RAC 2
22:48:17.761137 tst register_default_mass.py: using CellId 2
22:48:17.789274 tst register_default_mass.py: using BVCI 3
22:48:17.802606 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.803309 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.803879 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.804409 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.804939 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.805487 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.806011 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.806541 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.807067 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.807604 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.808125 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.808644 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.809187 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.809719 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.810249 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.810804 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.811331 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.811864 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.812385 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.812907 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.813441 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.813962 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.814486 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.815005 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.815534 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.816054 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.816568 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.817087 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.817605 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.818118 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.818635 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.819162 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.819678 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.820202 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.820724 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.821235 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.821743 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.822278 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.822812 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.823328 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.823836 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.824350 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.824880 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.825397 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.825905 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.826435 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.826954 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.827471 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.827996 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.828511 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.829026 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.829550 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.830067 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.830580 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.831099 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.831617 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.832130 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.832655 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.833171 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.833678 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.834206 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.834720 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.835246 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.835767 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.836280 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.836788 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.837316 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.837837 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.838372 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.838884 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.839402 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.839931 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.840523 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.841049 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.841559 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.842061 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.842585 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.843109 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.843620 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.844135 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.844646 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.845160 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.845681 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.846188 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.846687 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.847205 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.847714 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.848214 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.848716 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.849241 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.849755 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.850296 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.850821 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.851338 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.851836 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.852347 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.852853 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.853361 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.853881 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.854401 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.854909 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.855493 tst register_default_mass.py:21: Launching a simple network
22:48:17.865494 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.986702 run create_hlr_db(pid=20): Launched
22:48:19.001191 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.017271 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.033042 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.038968 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.234918 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.249541 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.255163 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.682384 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.697162 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.711714 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.853764 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.868465 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.874075 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.897429 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.912410 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.918070 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.240669 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.256050 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.282286 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.455780 run osmo-bts-virtual(pid=34): Launched
22:48:30.492633 tst register_default_mass.py: using MSISDN 1001
22:48:30.507333 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.547575 tst register_default_mass.py: using MSISDN 1002
22:48:30.565458 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.596917 tst register_default_mass.py: using MSISDN 1003
22:48:30.606653 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.637888 tst register_default_mass.py: using MSISDN 1004
22:48:30.653541 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.684989 tst register_default_mass.py: using MSISDN 1005
22:48:30.699555 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.730958 tst register_default_mass.py: using MSISDN 1006
22:48:30.745448 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.776394 tst register_default_mass.py: using MSISDN 1007
22:48:30.790724 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.821898 tst register_default_mass.py: using MSISDN 1008
22:48:30.836389 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.867858 tst register_default_mass.py: using MSISDN 1009
22:48:30.882454 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.913904 tst register_default_mass.py: using MSISDN 1010
22:48:30.928178 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.959189 tst register_default_mass.py: using MSISDN 1011
22:48:30.973257 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.004286 tst register_default_mass.py: using MSISDN 1012
22:48:31.018510 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.049720 tst register_default_mass.py: using MSISDN 1013
22:48:31.064038 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.095098 tst register_default_mass.py: using MSISDN 1014
22:48:31.109633 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.140769 tst register_default_mass.py: using MSISDN 1015
22:48:31.155130 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.185965 tst register_default_mass.py: using MSISDN 1016
22:48:31.200204 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.231515 tst register_default_mass.py: using MSISDN 1017
22:48:31.245761 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.276895 tst register_default_mass.py: using MSISDN 1018
22:48:31.291224 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.322556 tst register_default_mass.py: using MSISDN 1019
22:48:31.336966 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.368001 tst register_default_mass.py: using MSISDN 1020
22:48:31.382196 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.413273 tst register_default_mass.py: using MSISDN 1021
22:48:31.427452 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.458562 tst register_default_mass.py: using MSISDN 1022
22:48:31.472809 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.504205 tst register_default_mass.py: using MSISDN 1023
22:48:31.518575 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.549705 tst register_default_mass.py: using MSISDN 1024
22:48:31.564013 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.595177 tst register_default_mass.py: using MSISDN 1025
22:48:31.609443 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.640566 tst register_default_mass.py: using MSISDN 1026
22:48:31.655078 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.686289 tst register_default_mass.py: using MSISDN 1027
22:48:31.700749 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.731744 tst register_default_mass.py: using MSISDN 1028
22:48:31.746057 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.777207 tst register_default_mass.py: using MSISDN 1029
22:48:31.791613 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.822917 tst register_default_mass.py: using MSISDN 1030
22:48:31.837373 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.868568 tst register_default_mass.py: using MSISDN 1031
22:48:31.882930 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.913870 tst register_default_mass.py: using MSISDN 1032
22:48:31.927971 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.959183 tst register_default_mass.py: using MSISDN 1033
22:48:31.972890 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.003988 tst register_default_mass.py: using MSISDN 1034
22:48:32.018286 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.049671 tst register_default_mass.py: using MSISDN 1035
22:48:32.064067 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.095190 tst register_default_mass.py: using MSISDN 1036
22:48:32.109372 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.140564 tst register_default_mass.py: using MSISDN 1037
22:48:32.154745 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.185904 tst register_default_mass.py: using MSISDN 1038
22:48:32.200148 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.231450 tst register_default_mass.py: using MSISDN 1039
22:48:32.245766 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.276856 tst register_default_mass.py: using MSISDN 1040
22:48:32.291313 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.322329 tst register_default_mass.py: using MSISDN 1041
22:48:32.336638 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.367692 tst register_default_mass.py: using MSISDN 1042
22:48:32.381932 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.412884 tst register_default_mass.py: using MSISDN 1043
22:48:32.427233 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.458321 tst register_default_mass.py: using MSISDN 1044
22:48:32.472709 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.512657 tst register_default_mass.py: using MSISDN 1045
22:48:32.530266 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.561679 tst register_default_mass.py: using MSISDN 1046
22:48:32.576367 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.607603 tst register_default_mass.py: using MSISDN 1047
22:48:32.621851 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.653241 tst register_default_mass.py: using MSISDN 1048
22:48:32.667657 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.699070 tst register_default_mass.py: using MSISDN 1049
22:48:32.713492 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.744795 tst register_default_mass.py: using MSISDN 1050
22:48:32.759064 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.790048 tst register_default_mass.py: using MSISDN 1051
22:48:32.804162 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.834848 tst register_default_mass.py: using MSISDN 1052
22:48:32.848902 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.879856 tst register_default_mass.py: using MSISDN 1053
22:48:32.894050 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.925143 tst register_default_mass.py: using MSISDN 1054
22:48:32.939439 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.970339 tst register_default_mass.py: using MSISDN 1055
22:48:32.984447 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.015868 tst register_default_mass.py: using MSISDN 1056
22:48:33.030152 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.061290 tst register_default_mass.py: using MSISDN 1057
22:48:33.075606 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.106986 tst register_default_mass.py: using MSISDN 1058
22:48:33.121472 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.152705 tst register_default_mass.py: using MSISDN 1059
22:48:33.167091 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.198318 tst register_default_mass.py: using MSISDN 1060
22:48:33.212783 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.243793 tst register_default_mass.py: using MSISDN 1061
22:48:33.258016 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.289136 tst register_default_mass.py: using MSISDN 1062
22:48:33.303363 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.334530 tst register_default_mass.py: using MSISDN 1063
22:48:33.348835 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.380043 tst register_default_mass.py: using MSISDN 1064
22:48:33.394566 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.425727 tst register_default_mass.py: using MSISDN 1065
22:48:33.440298 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.471503 tst register_default_mass.py: using MSISDN 1066
22:48:33.485895 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.517029 tst register_default_mass.py: using MSISDN 1067
22:48:33.531463 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.562720 tst register_default_mass.py: using MSISDN 1068
22:48:33.577062 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.608238 tst register_default_mass.py: using MSISDN 1069
22:48:33.622601 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.653201 tst register_default_mass.py: using MSISDN 1070
22:48:33.667268 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.698294 tst register_default_mass.py: using MSISDN 1071
22:48:33.712701 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.744053 tst register_default_mass.py: using MSISDN 1072
22:48:33.755809 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.786107 tst register_default_mass.py: using MSISDN 1073
22:48:33.801986 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.832438 tst register_default_mass.py: using MSISDN 1074
22:48:33.846964 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.876980 tst register_default_mass.py: using MSISDN 1075
22:48:33.891266 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.921824 tst register_default_mass.py: using MSISDN 1076
22:48:33.936268 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.973915 tst register_default_mass.py: using MSISDN 1077
22:48:33.991250 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.021676 tst register_default_mass.py: using MSISDN 1078
22:48:34.036404 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.066975 tst register_default_mass.py: using MSISDN 1079
22:48:34.081525 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.112122 tst register_default_mass.py: using MSISDN 1080
22:48:34.126574 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.157051 tst register_default_mass.py: using MSISDN 1081
22:48:34.171564 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.201920 tst register_default_mass.py: using MSISDN 1082
22:48:34.216250 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.247052 tst register_default_mass.py: using MSISDN 1083
22:48:34.261588 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.292133 tst register_default_mass.py: using MSISDN 1084
22:48:34.306113 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.336385 tst register_default_mass.py: using MSISDN 1085
22:48:34.350635 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.381059 tst register_default_mass.py: using MSISDN 1086
22:48:34.395553 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.426249 tst register_default_mass.py: using MSISDN 1087
22:48:34.440735 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.471351 tst register_default_mass.py: using MSISDN 1088
22:48:34.485862 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.516561 tst register_default_mass.py: using MSISDN 1089
22:48:34.531070 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.561589 tst register_default_mass.py: using MSISDN 1090
22:48:34.576061 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.606765 tst register_default_mass.py: using MSISDN 1091
22:48:34.621261 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.651738 tst register_default_mass.py: using MSISDN 1092
22:48:34.666139 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.696539 tst register_default_mass.py: using MSISDN 1093
22:48:34.710916 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.741547 tst register_default_mass.py: using MSISDN 1094
22:48:34.756020 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.786681 tst register_default_mass.py: using MSISDN 1095
22:48:34.801092 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.831860 tst register_default_mass.py: using MSISDN 1096
22:48:34.846445 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.877182 tst register_default_mass.py: using MSISDN 1097
22:48:34.891738 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.922308 tst register_default_mass.py: using MSISDN 1098
22:48:34.936720 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.966296 tst register_default_mass.py: using MSISDN 1099
22:48:34.978732 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.008434 tst register_default_mass.py: using MSISDN 1100
22:48:35.022225 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.113421 run mass: Starting testcase
22:48:35.118898 run mass: Pre-launching all virtphy's
22:48:35.124278 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.137208 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:35.143391 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.156646 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:35.162918 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.176401 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:35.182655 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.195763 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:35.201809 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.214708 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:35.221012 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.234135 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:35.240307 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.253361 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:35.259414 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.272320 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:35.278318 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.291065 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:35.296934 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.309697 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.315732 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.328509 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.334489 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.347412 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.353449 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.366488 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.372510 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.385343 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.391378 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.404079 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.410085 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.423126 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.429136 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.441936 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.447976 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.460821 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.466771 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.479508 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.485429 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.498319 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.504250 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.516900 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.522780 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.535420 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.541299 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.554080 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.560013 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.572801 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.578714 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.591861 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.598133 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.611720 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.618038 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.631341 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.637363 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.650460 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.656474 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.669598 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.675640 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.688659 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.694691 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.707517 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:35.713520 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.726567 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:35.732581 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.745605 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:35.751612 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.764437 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:35.770438 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.783275 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:35.789180 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.802018 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:35.807917 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.820700 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:35.826654 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.840235 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:35.846500 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.859899 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:35.865926 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.878970 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:35.885070 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.897839 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:35.903779 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.916553 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:35.922420 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.935156 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:35.941102 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.953976 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:35.959921 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.972803 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:35.978818 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.991683 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:35.997693 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.010515 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:36.016517 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.029517 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:36.035547 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.048571 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:36.054586 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.067530 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:36.073630 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.086359 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:36.092406 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.105262 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:36.111245 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.124197 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:36.130208 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.143335 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:36.149343 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.162116 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:36.168067 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.180851 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:36.186783 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.199528 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:36.205506 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.218850 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:36.225020 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.238061 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:36.244062 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.257067 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:36.263078 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.276083 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:36.282051 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.294776 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:36.300743 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.313880 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.319932 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.333120 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.339188 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.352330 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.358526 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.371686 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.377697 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.390704 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.396702 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.409675 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.415744 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.428560 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.434584 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.447656 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.453674 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.466776 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.472848 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.485761 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.491730 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.504453 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.510352 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.523247 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.529356 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.542899 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.549188 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.562681 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.568612 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.581411 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.587363 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.600249 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.606215 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.619171 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.625089 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.637991 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.644013 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.656852 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.662766 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.675568 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.681491 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.694298 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.700194 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.713001 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.718986 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.731813 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:36.737758 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.750750 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:36.756726 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.769758 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:36.775765 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.788702 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:36.794639 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.807536 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:36.813573 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.826643 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:36.832633 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.845770 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:36.851772 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.864782 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:36.870768 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.883730 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:36.889645 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.902396 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:36.908294 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.921003 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:36.927282 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.940355 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:36.946296 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.959051 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:36.965030 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.977788 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:36.983671 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.996481 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:37.002357 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.015254 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:37.021105 run mass: Checking if sockets are in the filesystem
22:48:37.053373 run osmo-ms-mob/00000: Starting mobile
22:48:37.066462 run osmo-ms-mob/00000(pid=135): Launched
22:48:37.077610 run mass: MS start registered {at=4116245.371432419, delay=0.005164419766515493, ms=00000}
22:48:41.268458 run osmo-ms-mob/00001: Starting mobile
22:48:41.285445 run osmo-ms-mob/00001(pid=136): Launched
22:48:41.296463 run mass: MS start registered {at=4116249.590283477, delay=0.004977247212082148, ms=00001}
22:48:42.284215 run mass: MS performed LU {at=4116250.577925256, lu_delay=5.206492837052792, ms=00000}
22:48:43.067862 run osmo-ms-mob/00002: Starting mobile
22:48:43.084686 run osmo-ms-mob/00002(pid=137): Launched
22:48:43.095134 run mass: MS start registered {at=4116251.388953597, delay=0.004452197812497616, ms=00002}
22:48:44.371601 run osmo-ms-mob/00003: Starting mobile
22:48:44.388624 run osmo-ms-mob/00003(pid=138): Launched
22:48:44.399246 run mass: MS start registered {at=4116252.693074419, delay=0.004659004043787718, ms=00003}
22:48:45.459011 run osmo-ms-mob/00004: Starting mobile
22:48:45.475250 run osmo-ms-mob/00004(pid=139): Launched
22:48:45.485669 run mass: MS start registered {at=4116253.779497305, delay=0.00442007789388299, ms=00004}
22:48:46.050814 run mass: MS performed LU {at=4116254.344529952, lu_delay=4.754246474709362, ms=00001}
22:48:46.468188 run osmo-ms-mob/00005: Starting mobile
22:48:46.485177 run osmo-ms-mob/00005(pid=140): Launched
22:48:46.496456 run mass: MS start registered {at=4116254.790273736, delay=0.005302513018250465, ms=00005}
22:48:47.359329 run osmo-ms-mob/00006: Starting mobile
22:48:47.375882 run osmo-ms-mob/00006(pid=141): Launched
22:48:47.386517 run mass: MS start registered {at=4116255.68029676, delay=0.004603546112775803, ms=00006}
22:48:47.951476 run mass: MS performed LU {at=4116256.245185901, lu_delay=4.856232304126024, ms=00002}
22:48:48.268960 run osmo-ms-mob/00007: Starting mobile
22:48:48.285609 run osmo-ms-mob/00007(pid=142): Launched
22:48:48.296180 run mass: MS start registered {at=4116256.590008818, delay=0.004641753155738115, ms=00007}
22:48:49.036764 run osmo-ms-mob/00008: Starting mobile
22:48:49.049691 run osmo-ms-mob/00008(pid=143): Launched
22:48:49.060368 run mass: MS start registered {at=4116257.354195144, delay=0.004750374238938093, ms=00008}
22:48:49.767446 run osmo-ms-mob/00009: Starting mobile
22:48:49.784809 run osmo-ms-mob/00009(pid=144): Launched
22:48:49.795765 run mass: MS start registered {at=4116258.089594246, delay=0.0047578588128089905, ms=00009}
22:48:49.815433 run mass: MS performed LU {at=4116258.109219215, lu_delay=5.416144795715809, ms=00003}
22:48:50.468582 run osmo-ms-mob/00010: Starting mobile
22:48:50.485674 run osmo-ms-mob/00010(pid=145): Launched
22:48:50.496827 run mass: MS start registered {at=4116258.790653693, delay=0.005258720833808184, ms=00010}
22:48:51.036244 run osmo-ms-mob/00011: Starting mobile
22:48:51.049382 run osmo-ms-mob/00011(pid=146): Launched
22:48:51.060182 run mass: MS start registered {at=4116259.354011647, delay=0.004818712826818228, ms=00011}
22:48:51.640265 run osmo-ms-mob/00012: Starting mobile
22:48:51.653227 run osmo-ms-mob/00012(pid=147): Launched
22:48:51.663848 run mass: MS start registered {at=4116259.957677461, delay=0.004646552260965109, ms=00012}
22:48:51.717857 run mass: MS performed LU {at=4116260.011576088, lu_delay=6.232078783214092, ms=00004}
22:48:51.745278 run mass: MS performed LU {at=4116260.039049526, lu_delay=5.248775789979845, ms=00005}
22:48:52.269347 run osmo-ms-mob/00013: Starting mobile
22:48:52.286350 run osmo-ms-mob/00013(pid=148): Launched
22:48:52.297045 run mass: MS start registered {at=4116260.590872236, delay=0.004751880187541246, ms=00013}
22:48:52.837128 run osmo-ms-mob/00014: Starting mobile
22:48:52.850326 run osmo-ms-mob/00014(pid=149): Launched
22:48:52.860876 run mass: MS start registered {at=4116261.154703075, delay=0.004622927866876125, ms=00014}
22:48:53.436545 run osmo-ms-mob/00015: Starting mobile
22:48:53.449306 run osmo-ms-mob/00015(pid=150): Launched
22:48:53.460027 run mass: MS start registered {at=4116261.753857465, delay=0.004772888030856848, ms=00015}
22:48:53.581792 run mass: MS performed LU {at=4116261.875511634, lu_delay=5.285502816084772, ms=00007}
22:48:53.647051 run mass: MS performed LU {at=4116261.940766847, lu_delay=6.260470087174326, ms=00006}
22:48:53.967942 run osmo-ms-mob/00016: Starting mobile
22:48:53.984555 run osmo-ms-mob/00016(pid=151): Launched
22:48:53.990568 run mass: MS performed LU {at=4116262.284403232, lu_delay=4.930208087898791, ms=00008}
22:48:53.996351 run mass: MS start registered {at=4116262.29019353, delay=0.005813108757138252, ms=00016}
22:48:54.436801 run osmo-ms-mob/00017: Starting mobile
22:48:54.450326 run osmo-ms-mob/00017(pid=152): Launched
22:48:54.460952 run mass: MS start registered {at=4116262.754779059, delay=0.004599490202963352, ms=00017}
22:48:55.058623 run osmo-ms-mob/00018: Starting mobile
22:48:55.074560 run osmo-ms-mob/00018(pid=153): Launched
22:48:55.085287 run mass: MS start registered {at=4116263.379115889, delay=0.004812241997569799, ms=00018}
22:48:55.457410 run osmo-ms-mob/00019: Starting mobile
22:48:55.473182 run osmo-ms-mob/00019(pid=154): Launched
22:48:55.481965 run mass: MS performed LU {at=4116263.775791695, lu_delay=5.686197448987514, ms=00009}
22:48:55.487851 run mass: MS start registered {at=4116263.781691892, delay=0.008681325241923332, ms=00019}
22:48:55.509716 run mass: MS performed LU {at=4116263.803538776, lu_delay=5.012885082978755, ms=00010}
22:48:55.617090 run mass: MS performed LU {at=4116263.910818812, lu_delay=4.556807165034115, ms=00011}
22:48:55.968008 run osmo-ms-mob/00020: Starting mobile
22:48:55.984916 run osmo-ms-mob/00020(pid=155): Launched
22:48:55.995502 run mass: MS start registered {at=4116264.289330772, delay=0.004652195144444704, ms=00020}
22:48:56.437415 run osmo-ms-mob/00021: Starting mobile
22:48:56.450359 run osmo-ms-mob/00021(pid=156): Launched
22:48:56.461241 run mass: MS start registered {at=4116264.755070646, delay=0.004689109046012163, ms=00021}
22:48:56.837098 run osmo-ms-mob/00022: Starting mobile
22:48:56.850080 run osmo-ms-mob/00022(pid=157): Launched
22:48:56.861001 run mass: MS start registered {at=4116265.154830331, delay=0.004893585108220577, ms=00022}
22:48:57.367348 run osmo-ms-mob/00023: Starting mobile
22:48:57.383746 run osmo-ms-mob/00023(pid=158): Launched
22:48:57.389663 run mass: MS performed LU {at=4116265.683497776, lu_delay=5.725820314604789, ms=00012}
22:48:57.395389 run mass: MS start registered {at=4116265.689231625, delay=0.005750264041125774, ms=00023}
22:48:57.411027 run mass: MS performed LU {at=4116265.704858717, lu_delay=5.1139864809811115, ms=00013}
22:48:57.717145 run mass: MS performed LU {at=4116266.010869635, lu_delay=4.856166559737176, ms=00014}
22:48:57.748823 run osmo-ms-mob/00024: Starting mobile
22:48:57.763389 run osmo-ms-mob/00024(pid=159): Launched
22:48:57.774258 run mass: MS start registered {at=4116266.068083121, delay=0.00491839274764061, ms=00024}
22:48:58.249725 run osmo-ms-mob/00025: Starting mobile
22:48:58.263528 run osmo-ms-mob/00025(pid=160): Launched
22:48:58.274138 run mass: MS start registered {at=4116266.567968029, delay=0.004681101068854332, ms=00025}
22:48:58.637505 run osmo-ms-mob/00026: Starting mobile
22:48:58.650334 run osmo-ms-mob/00026(pid=161): Launched
22:48:58.661960 run mass: MS start registered {at=4116266.955785122, delay=0.005679676774889231, ms=00026}
22:48:59.036209 run osmo-ms-mob/00027: Starting mobile
22:48:59.049320 run osmo-ms-mob/00027(pid=162): Launched
22:48:59.059919 run mass: MS start registered {at=4116267.353748194, delay=0.004656749777495861, ms=00027}
22:48:59.147570 run mass: MS performed LU {at=4116267.441293386, lu_delay=5.687435920815915, ms=00015}
22:48:59.249404 run mass: MS performed LU {at=4116267.543130115, lu_delay=4.788351056165993, ms=00017}
22:48:59.277080 run mass: MS performed LU {at=4116267.570834855, lu_delay=5.280641325283796, ms=00016}
22:48:59.325030 run osmo-ms-mob/00028: Starting mobile
22:48:59.339984 run osmo-ms-mob/00028(pid=163): Launched
22:48:59.350659 run mass: MS start registered {at=4116267.644488476, delay=0.004729091189801693, ms=00028}
22:48:59.868807 run osmo-ms-mob/00029: Starting mobile
22:48:59.885614 run osmo-ms-mob/00029(pid=164): Launched
22:48:59.896898 run mass: MS start registered {at=4116268.190722073, delay=0.005132645834237337, ms=00029}
22:49:00.249019 run osmo-ms-mob/00030: Starting mobile
22:49:00.262667 run osmo-ms-mob/00030(pid=165): Launched
22:49:00.273515 run mass: MS start registered {at=4116268.567341338, delay=0.00466415099799633, ms=00030}
22:49:00.636710 run osmo-ms-mob/00031: Starting mobile
22:49:00.649865 run osmo-ms-mob/00031(pid=166): Launched
22:49:00.660816 run mass: MS start registered {at=4116268.954643555, delay=0.005027865059673786, ms=00031}
22:49:00.958821 run osmo-ms-mob/00032: Starting mobile
22:49:00.974749 run osmo-ms-mob/00032(pid=167): Launched
22:49:00.985464 run mass: MS start registered {at=4116269.279293881, delay=0.00477416580542922, ms=00032}
22:49:01.114262 run mass: MS performed LU {at=4116269.407944151, lu_delay=5.626252259127796, ms=00019}
22:49:01.178671 run mass: MS performed LU {at=4116269.472374736, lu_delay=5.183043963741511, ms=00020}
22:49:01.247689 run mass: MS performed LU {at=4116269.541416222, lu_delay=6.162300333380699, ms=00018}
22:49:01.277132 run osmo-ms-mob/00033: Starting mobile
22:49:01.290392 run osmo-ms-mob/00033(pid=168): Launched
22:49:01.296481 run mass: MS performed LU {at=4116269.590316013, lu_delay=4.835245367139578, ms=00021}
22:49:01.302641 run mass: MS start registered {at=4116269.59648281, delay=0.006184839177876711, ms=00033}
22:49:01.766828 run osmo-ms-mob/00034: Starting mobile
22:49:01.783280 run osmo-ms-mob/00034(pid=169): Launched
22:49:01.794431 run mass: MS start registered {at=4116270.08825593, delay=0.005221063271164894, ms=00034}
22:49:02.049873 run osmo-ms-mob/00035: Starting mobile
22:49:02.063835 run osmo-ms-mob/00035(pid=170): Launched
22:49:02.074899 run mass: MS start registered {at=4116270.368724269, delay=0.005074627697467804, ms=00035}
22:49:02.436966 run osmo-ms-mob/00036: Starting mobile
22:49:02.450316 run osmo-ms-mob/00036(pid=171): Launched
22:49:02.462274 run mass: MS start registered {at=4116270.756100563, delay=5.2162911742925644e-05, ms=00036}
22:49:02.858982 run osmo-ms-mob/00037: Starting mobile
22:49:02.875045 run osmo-ms-mob/00037(pid=172): Launched
22:49:02.885807 run mass: MS start registered {at=4116271.179637437, delay=0.0046677011996507645, ms=00037}
22:49:02.912258 run mass: MS performed LU {at=4116271.206049462, lu_delay=5.516817837022245, ms=00023}
22:49:03.015069 run mass: MS performed LU {at=4116271.308772273, lu_delay=4.740804243832827, ms=00025}
22:49:03.028862 run osmo-ms-mob/00038: Starting mobile
22:49:03.041719 run osmo-ms-mob/00038(pid=173): Launched
22:49:03.047696 run mass: MS performed LU {at=4116271.341534128, lu_delay=5.2734510069713, ms=00024}
22:49:03.053506 run mass: MS start registered {at=4116271.347348354, delay=0.005831374786794186, ms=00038}
22:49:03.186443 run mass: MS performed LU {at=4116271.480163657, lu_delay=6.325333326123655, ms=00022}
22:49:03.214703 run osmo-ms-mob/00039: Starting mobile
22:49:03.227690 run osmo-ms-mob/00039(pid=174): Launched
22:49:03.238408 run mass: MS start registered {at=4116271.532238824, delay=0.004731548018753529, ms=00039}
22:49:03.842344 run osmo-ms-mob/00040: Starting mobile
22:49:03.862783 run osmo-ms-mob/00040(pid=175): Launched
22:49:03.873713 run mass: MS start registered {at=4116272.167540729, delay=0.004720669239759445, ms=00040}
22:49:04.150986 run osmo-ms-mob/00041: Starting mobile
22:49:04.164639 run osmo-ms-mob/00041(pid=176): Launched
22:49:04.175814 run mass: MS start registered {at=4116272.469637861, delay=0.005163711961358786, ms=00041}
22:49:04.437003 run osmo-ms-mob/00042: Starting mobile
22:49:04.449845 run osmo-ms-mob/00042(pid=177): Launched
22:49:04.460680 run mass: MS start registered {at=4116272.754506108, delay=0.004908828064799309, ms=00042}
22:49:04.860276 run osmo-ms-mob/00043: Starting mobile
22:49:04.876347 run osmo-ms-mob/00043(pid=178): Launched
22:49:04.882596 run mass: MS performed LU {at=4116273.176428877, lu_delay=5.531940400600433, ms=00028}
22:49:04.888476 run mass: MS start registered {at=4116273.182318223, delay=0.005909366067498922, ms=00043}
22:49:04.944015 run mass: MS performed LU {at=4116273.237764181, lu_delay=6.281979059334844, ms=00026}
22:49:04.968875 run osmo-ms-mob/00044: Starting mobile
22:49:04.981634 run osmo-ms-mob/00044(pid=179): Launched
22:49:04.992138 run mass: MS start registered {at=4116273.285970644, delay=0.00452775601297617, ms=00044}
22:49:05.012413 run mass: MS performed LU {at=4116273.306236033, lu_delay=5.115513959899545, ms=00029}
22:49:05.050574 run mass: MS performed LU {at=4116273.344318867, lu_delay=4.776977529283613, ms=00030}
22:49:05.072441 run osmo-ms-mob/00045: Starting mobile
22:49:05.085510 run osmo-ms-mob/00045(pid=180): Launched
22:49:05.096338 run mass: MS start registered {at=4116273.39016694, delay=0.004378747195005417, ms=00045}
22:49:05.746262 run osmo-ms-mob/00046: Starting mobile
22:49:05.760820 run osmo-ms-mob/00046(pid=181): Launched
22:49:05.771471 run mass: MS start registered {at=4116274.065295671, delay=0.004321373999118805, ms=00046}
22:49:06.037407 run osmo-ms-mob/00047: Starting mobile
22:49:06.050691 run osmo-ms-mob/00047(pid=182): Launched
22:49:06.063246 run mass: MS start registered {at=4116274.357070427, delay=0.006186889950186014, ms=00047}
22:49:06.337509 run osmo-ms-mob/00048: Starting mobile
22:49:06.350556 run osmo-ms-mob/00048(pid=183): Launched
22:49:06.361125 run mass: MS start registered {at=4116274.654953771, delay=0.004626116715371609, ms=00048}
22:49:06.659275 run osmo-ms-mob/00049: Starting mobile
22:49:06.676250 run osmo-ms-mob/00049(pid=184): Launched
22:49:06.682528 run mass: MS performed LU {at=4116274.976360816, lu_delay=6.021717261057347, ms=00031}
22:49:06.688666 run mass: MS start registered {at=4116274.982506397, delay=0.006164322141557932, ms=00049}
22:49:06.716107 run mass: MS performed LU {at=4116275.009874852, lu_delay=5.730580971110612, ms=00032}
22:49:06.729804 run osmo-ms-mob/00050: Starting mobile
22:49:06.743017 run osmo-ms-mob/00050(pid=185): Launched
22:49:06.755601 run mass: MS start registered {at=4116275.049427728, delay=0.006597818341106176, ms=00050}
22:49:06.808308 run mass: MS performed LU {at=4116275.102033171, lu_delay=5.505550360772759, ms=00033}
22:49:06.987967 run mass: MS performed LU {at=4116275.281694514, lu_delay=4.912970245350152, ms=00035}
22:49:07.368399 run osmo-ms-mob/00051: Starting mobile
22:49:07.385612 run osmo-ms-mob/00051(pid=186): Launched
22:49:07.396237 run mass: MS start registered {at=4116275.69005868, delay=0.004618596751242876, ms=00051}
22:49:07.651366 run osmo-ms-mob/00052: Starting mobile
22:49:07.665690 run osmo-ms-mob/00052(pid=187): Launched
22:49:07.678527 run mass: MS start registered {at=4116275.9723491, delay=0.006879264023154974, ms=00052}
22:49:07.702703 run mass: MS performed LU {at=4116275.996506248, lu_delay=5.9082503179088235, ms=00034}
22:49:07.950519 run osmo-ms-mob/00053: Starting mobile
22:49:07.964308 run osmo-ms-mob/00053(pid=188): Launched
22:49:07.975580 run mass: MS start registered {at=4116276.269408572, delay=0.005027614068239927, ms=00053}
22:49:08.050765 run mass: MS performed LU {at=4116276.344507909, lu_delay=3.874870047904551, ms=00041}
22:49:08.237816 run osmo-ms-mob/00054: Starting mobile
22:49:08.250939 run osmo-ms-mob/00054(pid=189): Launched
22:49:08.261543 run mass: MS start registered {at=4116276.555372089, delay=0.004531338345259428, ms=00054}
22:49:08.537416 run osmo-ms-mob/00055: Starting mobile
22:49:08.551164 run osmo-ms-mob/00055(pid=190): Launched
22:49:08.557306 run mass: MS performed LU {at=4116276.851140562, lu_delay=4.683599832933396, ms=00040}
22:49:08.563170 run mass: MS start registered {at=4116276.857011863, delay=0.005890238098800182, ms=00055}
22:49:08.579183 run mass: MS performed LU {at=4116276.873009638, lu_delay=5.693372200708836, ms=00037}
22:49:08.590357 run osmo-ms-mob/00056: Starting mobile
22:49:08.603792 run osmo-ms-mob/00056(pid=191): Launched
22:49:08.614507 run mass: MS start registered {at=4116276.908335171, delay=0.004551785998046398, ms=00056}
22:49:08.710030 run mass: MS performed LU {at=4116277.00375395, lu_delay=6.247653387021273, ms=00036}
22:49:08.889577 run mass: MS performed LU {at=4116277.183304812, lu_delay=5.651065988000482, ms=00039}
22:49:08.918532 run osmo-ms-mob/00057: Starting mobile
22:49:08.931604 run osmo-ms-mob/00057(pid=192): Launched
22:49:08.937613 run mass: MS performed LU {at=4116277.231448207, lu_delay=5.884099853225052, ms=00038}
22:49:08.943561 run mass: MS start registered {at=4116277.23740014, delay=0.005971384234726429, ms=00057}
22:49:09.550343 run osmo-ms-mob/00058: Starting mobile
22:49:09.564395 run osmo-ms-mob/00058(pid=193): Launched
22:49:09.577370 run mass: MS start registered {at=4116277.871195542, delay=0.0067677791230380535, ms=00058}
22:49:09.845704 run osmo-ms-mob/00059: Starting mobile
22:49:09.859781 run osmo-ms-mob/00059(pid=194): Launched
22:49:09.871104 run mass: MS start registered {at=4116278.164927556, delay=0.005334530025720596, ms=00059}
22:49:10.150230 run osmo-ms-mob/00060: Starting mobile
22:49:10.163968 run osmo-ms-mob/00060(pid=195): Launched
22:49:10.174955 run mass: MS start registered {at=4116278.468782996, delay=0.00487489765509963, ms=00060}
22:49:10.445312 run mass: MS performed LU {at=4116278.739038722, lu_delay=5.98453261423856, ms=00042}
22:49:10.474099 run osmo-ms-mob/00061: Starting mobile
22:49:10.487643 run osmo-ms-mob/00061(pid=196): Launched
22:49:10.493663 run mass: MS performed LU {at=4116278.787497923, lu_delay=5.605179699603468, ms=00043}
22:49:10.499731 run mass: MS start registered {at=4116278.793571527, delay=0.006091184914112091, ms=00061}
22:49:10.518383 run mass: MS performed LU {at=4116278.812209356, lu_delay=5.422042415942997, ms=00045}
22:49:10.529905 run osmo-ms-mob/00062: Starting mobile
22:49:10.542948 run osmo-ms-mob/00062(pid=197): Launched
22:49:10.553628 run mass: MS start registered {at=4116278.847457407, delay=0.004540395922958851, ms=00062}
22:49:10.763935 run mass: MS performed LU {at=4116279.057661617, lu_delay=4.700591190252453, ms=00047}
22:49:11.176692 run osmo-ms-mob/00063: Starting mobile
22:49:11.192536 run osmo-ms-mob/00063(pid=198): Launched
22:49:11.203308 run mass: MS start registered {at=4116279.497134445, delay=0.004752059001475573, ms=00063}
22:49:11.552478 run osmo-ms-mob/00064: Starting mobile
22:49:11.566397 run osmo-ms-mob/00064(pid=199): Launched
22:49:11.572485 run mass: MS performed LU {at=4116279.866318638, lu_delay=6.580347993876785, ms=00044}
22:49:11.578372 run mass: MS start registered {at=4116279.872214, delay=0.0059150271117687225, ms=00064}
22:49:11.626066 run mass: MS performed LU {at=4116279.919808028, lu_delay=3.6503994558006525, ms=00053}
22:49:11.972796 run osmo-ms-mob/00065: Starting mobile
22:49:11.992312 run osmo-ms-mob/00065(pid=200): Launched
22:49:12.003121 run mass: MS start registered {at=4116280.296935606, delay=0.004739849828183651, ms=00065}
22:49:12.249369 run osmo-ms-mob/00066: Starting mobile
22:49:12.263071 run osmo-ms-mob/00066(pid=201): Launched
22:49:12.274099 run mass: MS start registered {at=4116280.567928433, delay=0.0048856367357075214, ms=00066}
22:49:12.309327 run mass: MS performed LU {at=4116280.603073052, lu_delay=5.553645323961973, ms=00050}
22:49:12.346583 run mass: MS performed LU {at=4116280.640334937, lu_delay=5.657828539609909, ms=00049}
22:49:12.383942 run mass: MS performed LU {at=4116280.677684226, lu_delay=6.022730455268174, ms=00048}
22:49:12.404327 run osmo-ms-mob/00067: Starting mobile
22:49:12.417505 run osmo-ms-mob/00067(pid=202): Launched
22:49:12.428573 run mass: MS start registered {at=4116280.722398367, delay=0.004948324989527464, ms=00067}
22:49:12.655739 run mass: MS performed LU {at=4116280.949464262, lu_delay=4.977115162182599, ms=00052}
22:49:12.679918 run mass: MS performed LU {at=4116280.973756104, lu_delay=5.283697423990816, ms=00051}
22:49:12.691057 run osmo-ms-mob/00068: Starting mobile
22:49:12.704106 run osmo-ms-mob/00068(pid=203): Launched
22:49:12.715152 run mass: MS start registered {at=4116281.008977828, delay=0.004664067178964615, ms=00068}
22:49:13.350084 run osmo-ms-mob/00069: Starting mobile
22:49:13.364490 run osmo-ms-mob/00069(pid=204): Launched
22:49:13.377282 run mass: MS start registered {at=4116281.671107667, delay=0.006491899024695158, ms=00069}
22:49:13.737251 run osmo-ms-mob/00070: Starting mobile
22:49:13.750716 run osmo-ms-mob/00070(pid=205): Launched
22:49:13.761716 run mass: MS start registered {at=4116282.055544312, delay=0.004889591131359339, ms=00070}
22:49:14.174829 run osmo-ms-mob/00071: Starting mobile
22:49:14.191034 run osmo-ms-mob/00071(pid=206): Launched
22:49:14.202417 run mass: MS start registered {at=4116282.496237465, delay=0.005270285997539759, ms=00071}
22:49:14.209896 run mass: MS performed LU {at=4116282.503727761, lu_delay=5.266327620949596, ms=00057}
22:49:14.294058 run mass: MS performed LU {at=4116282.587754279, lu_delay=4.716558736748993, ms=00058}
22:49:14.317956 run mass: MS performed LU {at=4116282.611792146, lu_delay=5.703456975053996, ms=00056}
22:49:14.328897 run osmo-ms-mob/00072: Starting mobile
22:49:14.341708 run osmo-ms-mob/00072(pid=207): Launched
22:49:14.352444 run mass: MS start registered {at=4116282.646276193, delay=0.004809094127267599, ms=00072}
22:49:14.483667 run mass: MS performed LU {at=4116282.777391337, lu_delay=5.920379473827779, ms=00055}
22:49:14.520165 run mass: MS performed LU {at=4116282.813872945, lu_delay=6.258500855881721, ms=00054}
22:49:14.594315 run mass: MS performed LU {at=4116282.888045608, lu_delay=4.7231180518865585, ms=00059}
22:49:14.621666 run osmo-ms-mob/00073: Starting mobile
22:49:14.634577 run osmo-ms-mob/00073(pid=208): Launched
22:49:14.645124 run mass: MS start registered {at=4116282.938952638, delay=0.004612010903656483, ms=00073}
22:49:15.336409 run osmo-ms-mob/00074: Starting mobile
22:49:15.349260 run osmo-ms-mob/00074(pid=209): Launched
22:49:15.360161 run mass: MS start registered {at=4116283.653990516, delay=0.0048113479278981686, ms=00074}
22:49:15.737670 run osmo-ms-mob/00075: Starting mobile
22:49:15.750745 run osmo-ms-mob/00075(pid=210): Launched
22:49:15.761658 run mass: MS start registered {at=4116284.05548742, delay=0.004983491729944944, ms=00075}
22:49:16.075624 run mass: MS performed LU {at=4116284.369350131, lu_delay=4.872215686365962, ms=00063}
22:49:16.111858 run mass: MS performed LU {at=4116284.405602252, lu_delay=4.533388251904398, ms=00064}
22:49:16.141377 run osmo-ms-mob/00076: Starting mobile
22:49:16.154793 run osmo-ms-mob/00076(pid=211): Launched
22:49:16.160843 run mass: MS performed LU {at=4116284.454677653, lu_delay=5.98589465720579, ms=00060}
22:49:16.166624 run mass: MS start registered {at=4116284.460466668, delay=0.00580773688852787, ms=00076}
22:49:16.421019 run mass: MS performed LU {at=4116284.714741432, lu_delay=5.921169904991984, ms=00061}
22:49:16.445128 run mass: MS performed LU {at=4116284.73896453, lu_delay=5.891507123131305, ms=00062}
22:49:16.469070 run osmo-ms-mob/00077: Starting mobile
22:49:16.482281 run osmo-ms-mob/00077(pid=212): Launched
22:49:16.493176 run mass: MS start registered {at=4116284.787005178, delay=0.00489172013476491, ms=00077}
22:49:17.149916 run osmo-ms-mob/00078: Starting mobile
22:49:17.163553 run osmo-ms-mob/00078(pid=213): Launched
22:49:17.174501 run mass: MS start registered {at=4116285.468330141, delay=0.005016623996198177, ms=00078}
22:49:17.550490 run osmo-ms-mob/00079: Starting mobile
22:49:17.564636 run osmo-ms-mob/00079(pid=214): Launched
22:49:17.575427 run mass: MS start registered {at=4116285.869256169, delay=0.004737981129437685, ms=00079}
22:49:18.076509 run osmo-ms-mob/00080: Starting mobile
22:49:18.092655 run osmo-ms-mob/00080(pid=215): Launched
22:49:18.098687 run mass: MS performed LU {at=4116286.392520909, lu_delay=5.383543081115931, ms=00068}
22:49:18.104710 run mass: MS performed LU {at=4116286.398544216, lu_delay=5.830615783110261, ms=00066}
22:49:18.110486 run mass: MS start registered {at=4116286.404327511, delay=0.011824859771877527, ms=00080}
22:49:18.116172 run mass: MS performed LU {at=4116286.41001304, lu_delay=5.687614673282951, ms=00067}
22:49:18.211442 run mass: MS performed LU {at=4116286.505166163, lu_delay=6.208230557385832, ms=00065}
22:49:18.240384 run osmo-ms-mob/00081: Starting mobile
22:49:18.253685 run osmo-ms-mob/00081(pid=216): Launched
22:49:18.264566 run mass: MS start registered {at=4116286.558394116, delay=0.004896273836493492, ms=00081}
22:49:18.359515 run mass: MS performed LU {at=4116286.653245994, lu_delay=4.982138326857239, ms=00069}
22:49:18.949538 run osmo-ms-mob/00082: Starting mobile
22:49:18.963570 run osmo-ms-mob/00082(pid=217): Launched
22:49:18.975366 run mass: MS start registered {at=4116287.269190509, delay=0.005837668664753437, ms=00082}
22:49:19.553678 run osmo-ms-mob/00083: Starting mobile
22:49:19.566702 run osmo-ms-mob/00083(pid=218): Launched
22:49:19.577450 run mass: MS start registered {at=4116287.871279224, delay=0.004704919643700123, ms=00083}
22:49:19.841115 run mass: MS performed LU {at=4116288.134838796, lu_delay=6.0792944841086864, ms=00070}
22:49:19.878254 run mass: MS performed LU {at=4116288.17197433, lu_delay=4.517983814235777, ms=00074}
22:49:19.922610 run osmo-ms-mob/00084: Starting mobile
22:49:19.936343 run osmo-ms-mob/00084(pid=219): Launched
22:49:19.942399 run mass: MS performed LU {at=4116288.236233413, lu_delay=5.297280775383115, ms=00073}
22:49:19.948167 run mass: MS start registered {at=4116288.242009336, delay=0.005794899072498083, ms=00084}
22:49:20.151849 run mass: MS performed LU {at=4116288.445572287, lu_delay=5.949334821663797, ms=00071}
22:49:20.175644 run mass: MS performed LU {at=4116288.469483058, lu_delay=5.823206864763051, ms=00072}
22:49:20.568624 run osmo-ms-mob/00085: Starting mobile
22:49:20.586382 run osmo-ms-mob/00085(pid=220): Launched
22:49:20.597172 run mass: MS start registered {at=4116288.890999685, delay=0.004874684847891331, ms=00085}
22:49:21.157981 run osmo-ms-mob/00086: Starting mobile
22:49:21.172962 run osmo-ms-mob/00086(pid=221): Launched
22:49:21.184265 run mass: MS start registered {at=4116289.478091798, delay=0.005371338687837124, ms=00086}
22:49:21.767628 run osmo-ms-mob/00087: Starting mobile
22:49:21.784656 run osmo-ms-mob/00087(pid=222): Launched
22:49:21.795500 run mass: MS start registered {at=4116290.089329281, delay=0.004804170690476894, ms=00087}
22:49:21.825622 run mass: MS performed LU {at=4116290.119352643, lu_delay=5.65888597490266, ms=00076}
22:49:21.842607 run mass: MS performed LU {at=4116290.136428677, lu_delay=4.668098535854369, ms=00078}
22:49:21.871927 run mass: MS performed LU {at=4116290.165652062, lu_delay=5.378646883647889, ms=00077}
22:49:21.978638 run mass: MS performed LU {at=4116290.272362565, lu_delay=22.918614371214062, ms=00027}
22:49:22.125195 run mass: MS performed LU {at=4116290.418921138, lu_delay=6.363433718215674, ms=00075}
22:49:22.155448 run osmo-ms-mob/00088: Starting mobile
22:49:22.170085 run osmo-ms-mob/00088(pid=223): Launched
22:49:22.181022 run mass: MS start registered {at=4116290.474853058, delay=0.004939012695103884, ms=00088}
22:49:22.948591 run osmo-ms-mob/00089: Starting mobile
22:49:22.962798 run osmo-ms-mob/00089(pid=224): Launched
22:49:22.974357 run mass: MS start registered {at=4116291.268169435, delay=0.0054442863911390305, ms=00089}
22:49:23.537478 run osmo-ms-mob/00090: Starting mobile
22:49:23.550609 run osmo-ms-mob/00090(pid=225): Launched
22:49:23.561277 run mass: MS start registered {at=4116291.855104842, delay=0.004633469041436911, ms=00090}
22:49:23.607300 run mass: MS performed LU {at=4116291.901021222, lu_delay=5.496693711262196, ms=00080}
22:49:23.643443 run mass: MS performed LU {at=4116291.937190493, lu_delay=4.667999984230846, ms=00082}
22:49:23.917119 run mass: MS performed LU {at=4116292.210840091, lu_delay=6.341583922039717, ms=00079}
22:49:24.236702 run osmo-ms-mob/00091: Starting mobile
22:49:24.249749 run osmo-ms-mob/00091(pid=226): Launched
22:49:24.261138 run mass: MS start registered {at=4116292.554956757, delay=0.005127354059368372, ms=00091}
22:49:24.948086 run osmo-ms-mob/00092: Starting mobile
22:49:24.961747 run osmo-ms-mob/00092(pid=227): Launched
22:49:24.973360 run mass: MS start registered {at=4116293.267185988, delay=0.005618195049464703, ms=00092}
22:49:25.591433 run mass: MS performed LU {at=4116293.885142139, lu_delay=5.643132803030312, ms=00084}
22:49:25.615208 run mass: MS performed LU {at=4116293.909043933, lu_delay=6.037764708977193, ms=00083}
22:49:25.649152 run osmo-ms-mob/00093: Starting mobile
22:49:25.663780 run osmo-ms-mob/00093(pid=228): Launched
22:49:25.669968 run mass: MS performed LU {at=4116293.963802158, lu_delay=5.072802472859621, ms=00085}
22:49:25.675847 run mass: MS start registered {at=4116293.969690257, delay=0.005906261038035154, ms=00093}
22:49:25.891581 run mass: MS performed LU {at=4116294.185304764, lu_delay=4.70721296640113, ms=00086}
22:49:26.649491 run osmo-ms-mob/00094: Starting mobile
22:49:26.663165 run osmo-ms-mob/00094(pid=229): Launched
22:49:26.674583 run mass: MS start registered {at=4116294.968407688, delay=0.005183529108762741, ms=00094}
22:49:27.373030 run mass: MS performed LU {at=4116295.666756279, lu_delay=5.1919032209552824, ms=00088}
22:49:27.391391 run mass: MS performed LU {at=4116295.685142148, lu_delay=5.5958128669299185, ms=00087}
22:49:27.435181 run osmo-ms-mob/00095: Starting mobile
22:49:27.450667 run osmo-ms-mob/00095(pid=230): Launched
22:49:27.461470 run mass: MS start registered {at=4116295.755299754, delay=0.004742792807519436, ms=00095}
22:49:27.644835 run mass: MS performed LU {at=4116295.938560659, lu_delay=21.873264987953007, ms=00046}
22:49:27.918381 run mass: MS performed LU {at=4116296.2121064, lu_delay=4.9439369649626315, ms=00089}
22:49:28.550626 run osmo-ms-mob/00096: Starting mobile
22:49:28.565012 run osmo-ms-mob/00096(pid=231): Launched
22:49:28.576035 run mass: MS start registered {at=4116296.869845075, delay=0.004828223027288914, ms=00096}
22:49:29.357528 run mass: MS performed LU {at=4116297.65125783, lu_delay=5.796152987983078, ms=00090}
22:49:29.375385 run mass: MS performed LU {at=4116297.669136593, lu_delay=5.1141798361204565, ms=00091}
22:49:29.637312 run osmo-ms-mob/00097: Starting mobile
22:49:29.650328 run osmo-ms-mob/00097(pid=232): Launched
22:49:29.656320 run mass: MS performed LU {at=4116297.950154527, lu_delay=4.682968539185822, ms=00092}
22:49:29.662171 run mass: MS start registered {at=4116297.956013039, delay=0.005874593276530504, ms=00097}
22:49:30.968738 run osmo-ms-mob/00098: Starting mobile
22:49:30.986053 run osmo-ms-mob/00098(pid=233): Launched
22:49:30.997007 run mass: MS start registered {at=4116299.29083674, delay=0.004998799879103899, ms=00098}
22:49:31.139172 run mass: MS performed LU {at=4116299.432896626, lu_delay=5.4632063689641654, ms=00093}
22:49:31.304828 run mass: MS performed LU {at=4116299.598554571, lu_delay=4.6301468829624355, ms=00094}
22:49:32.762724 run osmo-ms-mob/00099: Starting mobile
22:49:32.779428 run osmo-ms-mob/00099(pid=234): Launched
22:49:32.785390 run mass: All started... {duration=55.75868635997176, too_slow=0}
22:49:32.790981 run mass: MS start registered {at=4116301.084817346, delay=0.00558588607236743, ms=00099}
22:49:33.122969 run mass: MS performed LU {at=4116301.41665302, lu_delay=5.661353265866637, ms=00095}
22:49:33.377054 run mass: MS performed LU {at=4116301.670777348, lu_delay=4.800932272803038, ms=00096}
22:49:35.052698 run mass: MS performed LU {at=4116303.346422491, lu_delay=5.390409451909363, ms=00097}
22:49:36.889567 run mass: MS performed LU {at=4116305.183212652, lu_delay=5.892375912051648, ms=00098}
22:49:38.790938 run mass: MS performed LU {at=4116307.084663772, lu_delay=5.9998464258387685, ms=00099}
22:49:40.654866 run mass: MS performed LU {at=4116308.94858995, lu_delay=22.390195833984762, ms=00081}
22:49:40.664597 run mass: Tests done {all_completed=True, max=22.918614371214062, min=3.6503994558006525}
22:49:40.669985 tst register_default_mass.py: Test passed (83.0 sec)
22:49:40.675209 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:40.678396 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:40.681529 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:40.684677 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:40.687809 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:40.690980 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:40.694131 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:40.697501 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:40.700715 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:40.703922 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:40.707122 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:40.710335 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:40.713532 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:40.716741 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:40.719990 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:40.724030 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:40.727460 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:40.730896 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:40.734305 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:40.737650 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:40.741011 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:40.744345 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:40.747700 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:40.750994 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:40.754325 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:40.757579 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:40.760908 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:40.764265 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:40.767629 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:40.770946 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:40.774250 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:40.777607 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:40.780941 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:40.784222 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:40.787609 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:40.790957 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:40.794342 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:40.797966 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:40.801343 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:40.804678 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:40.808064 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:40.811416 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:40.815417 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:40.818841 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:40.822242 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:40.825612 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:40.829000 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:40.832397 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:40.835789 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:40.839166 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:40.842548 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:40.846091 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:40.849443 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:40.852844 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:40.856238 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:40.859810 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:40.863322 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:40.866721 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:40.870039 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:40.873438 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:40.876732 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:40.880126 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:40.883511 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:40.886914 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:40.890472 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:40.893738 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:40.897269 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:40.900896 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:40.904457 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:40.907826 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:40.911214 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:40.914601 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:40.917905 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:40.921281 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:40.924674 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:40.928113 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:40.931558 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:40.935490 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:40.938888 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:40.942201 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:40.945546 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:40.948926 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:40.952281 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:40.955611 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:40.958933 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:40.962189 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:40.965524 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:40.969079 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:40.972713 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:40.976038 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:40.979418 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:40.982884 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:40.986583 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:40.989975 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:40.993259 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:40.996617 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:40.999974 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:41.003354 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:41.006707 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:41.010068 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:41.013454 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:41.016795 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:41.020169 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:41.023424 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:41.026728 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:41.029972 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:41.033534 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:41.036915 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:41.040695 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:41.044001 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:41.047881 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:41.051650 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:41.055023 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:41.058288 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:41.061671 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:41.065027 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:41.068269 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:41.071527 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:41.074779 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:41.077988 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:41.081216 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:41.084430 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:41.087676 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:41.090889 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:41.094113 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:41.097349 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:41.100577 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:41.103806 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:41.107048 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:41.110287 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:41.113509 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:41.116744 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:41.119986 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:41.123213 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:41.126439 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:41.129668 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:41.132878 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:41.136090 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:41.139315 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:41.142527 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:41.145739 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:41.148961 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:41.152188 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:41.155417 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:41.158627 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:41.161846 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:41.165058 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:41.168265 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:41.171491 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:41.174712 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:41.177932 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:41.181160 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:41.184389 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:41.187621 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:41.190837 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:41.194054 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:41.197266 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:41.200489 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:41.203722 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:41.206952 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:41.210181 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:41.213413 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:41.216634 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:41.219854 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:41.223065 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:41.226279 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:41.229491 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:41.232716 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:41.235938 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:41.239160 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:41.242382 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:41.245594 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:41.248810 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:41.252044 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:41.255272 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:41.258508 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:41.261729 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:41.264955 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:41.268182 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:41.271408 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:41.274621 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:41.277835 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:41.281066 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:41.284286 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:41.287514 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:41.290749 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:41.293976 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:41.297146 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:41.300307 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:41.303480 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:41.306651 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:41.309822 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:41.312991 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:41.316169 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:41.319336 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:41.322490 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:41.325645 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:41.328807 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:41.331966 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:41.335124 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:41.338289 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:41.341444 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:41.344609 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:41.347774 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:41.350947 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:41.354096 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:41.357271 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:41.360430 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:41.363594 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:41.366760 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:41.369921 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:41.373074 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:41.376228 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:41.379401 --- ParallelTerminationStrategy: PID 22 died...
22:49:41.380829 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:41.384332 --- ParallelTerminationStrategy: PID 23 died...
22:49:41.385751 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:41.389232 --- ParallelTerminationStrategy: PID 24 died...
22:49:41.390649 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:41.394127 --- ParallelTerminationStrategy: PID 25 died...
22:49:41.395559 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:41.399063 --- ParallelTerminationStrategy: PID 26 died...
22:49:41.400491 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:41.404022 --- ParallelTerminationStrategy: PID 27 died...
22:49:41.405449 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:41.408972 --- ParallelTerminationStrategy: PID 28 died...
22:49:41.410415 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:41.413928 --- ParallelTerminationStrategy: PID 29 died...
22:49:41.415366 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:41.418895 --- ParallelTerminationStrategy: PID 30 died...
22:49:41.420324 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:41.423847 --- ParallelTerminationStrategy: PID 31 died...
22:49:41.425271 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:41.428820 --- ParallelTerminationStrategy: PID 32 died...
22:49:41.430250 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:41.433784 --- ParallelTerminationStrategy: PID 33 died...
22:49:41.435235 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:41.438844 --- ParallelTerminationStrategy: PID 35 died...
22:49:41.440303 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:41.443870 --- ParallelTerminationStrategy: PID 36 died...
22:49:41.445330 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:41.448914 --- ParallelTerminationStrategy: PID 37 died...
22:49:41.450371 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:41.453952 --- ParallelTerminationStrategy: PID 38 died...
22:49:41.455422 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:41.459016 --- ParallelTerminationStrategy: PID 39 died...
22:49:41.460473 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:41.464056 --- ParallelTerminationStrategy: PID 40 died...
22:49:41.465519 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:41.469121 --- ParallelTerminationStrategy: PID 41 died...
22:49:41.470594 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:41.474194 --- ParallelTerminationStrategy: PID 42 died...
22:49:41.475652 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:41.479241 --- ParallelTerminationStrategy: PID 43 died...
22:49:41.480691 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:41.484280 --- ParallelTerminationStrategy: PID 44 died...
22:49:41.485739 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:41.489337 --- ParallelTerminationStrategy: PID 45 died...
22:49:41.490791 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:41.494390 --- ParallelTerminationStrategy: PID 46 died...
22:49:41.495844 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:41.499418 --- ParallelTerminationStrategy: PID 47 died...
22:49:41.500871 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:41.504448 --- ParallelTerminationStrategy: PID 48 died...
22:49:41.505884 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:41.509460 --- ParallelTerminationStrategy: PID 49 died...
22:49:41.510929 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:41.514500 --- ParallelTerminationStrategy: PID 50 died...
22:49:41.515943 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:41.519523 --- ParallelTerminationStrategy: PID 51 died...
22:49:41.520966 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:41.524524 --- ParallelTerminationStrategy: PID 52 died...
22:49:41.525973 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:41.529556 --- ParallelTerminationStrategy: PID 53 died...
22:49:41.531002 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:41.534584 --- ParallelTerminationStrategy: PID 54 died...
22:49:41.536029 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:41.539605 --- ParallelTerminationStrategy: PID 55 died...
22:49:41.541048 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:41.544620 --- ParallelTerminationStrategy: PID 56 died...
22:49:41.546065 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:41.549642 --- ParallelTerminationStrategy: PID 57 died...
22:49:41.551089 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:41.554713 --- ParallelTerminationStrategy: PID 58 died...
22:49:41.556163 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:41.559725 --- ParallelTerminationStrategy: PID 59 died...
22:49:41.561186 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:41.564752 --- ParallelTerminationStrategy: PID 60 died...
22:49:41.566196 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:41.569755 --- ParallelTerminationStrategy: PID 61 died...
22:49:41.571203 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:41.574777 --- ParallelTerminationStrategy: PID 62 died...
22:49:41.576224 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:41.579818 --- ParallelTerminationStrategy: PID 63 died...
22:49:41.581265 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:41.584827 --- ParallelTerminationStrategy: PID 64 died...
22:49:41.586283 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:41.589839 --- ParallelTerminationStrategy: PID 65 died...
22:49:41.591289 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:41.594860 --- ParallelTerminationStrategy: PID 66 died...
22:49:41.596300 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:41.599850 --- ParallelTerminationStrategy: PID 67 died...
22:49:41.601272 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:41.604800 --- ParallelTerminationStrategy: PID 68 died...
22:49:41.606221 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:41.609749 --- ParallelTerminationStrategy: PID 69 died...
22:49:41.611185 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:41.614710 --- ParallelTerminationStrategy: PID 70 died...
22:49:41.616139 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:41.619670 --- ParallelTerminationStrategy: PID 71 died...
22:49:41.621091 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:41.624609 --- ParallelTerminationStrategy: PID 72 died...
22:49:41.626032 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:41.629545 --- ParallelTerminationStrategy: PID 73 died...
22:49:41.630972 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:41.634502 --- ParallelTerminationStrategy: PID 74 died...
22:49:41.635925 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:41.639452 --- ParallelTerminationStrategy: PID 75 died...
22:49:41.640884 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:41.644398 --- ParallelTerminationStrategy: PID 76 died...
22:49:41.645819 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:41.649356 --- ParallelTerminationStrategy: PID 77 died...
22:49:41.650797 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:41.654320 --- ParallelTerminationStrategy: PID 78 died...
22:49:41.655757 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:41.659289 --- ParallelTerminationStrategy: PID 79 died...
22:49:41.660723 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:41.664266 --- ParallelTerminationStrategy: PID 80 died...
22:49:41.665690 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:41.669211 --- ParallelTerminationStrategy: PID 81 died...
22:49:41.670641 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:41.674165 --- ParallelTerminationStrategy: PID 82 died...
22:49:41.675595 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:41.679128 --- ParallelTerminationStrategy: PID 83 died...
22:49:41.680552 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:41.684082 --- ParallelTerminationStrategy: PID 84 died...
22:49:41.685515 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:41.689027 --- ParallelTerminationStrategy: PID 85 died...
22:49:41.690468 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:41.694002 --- ParallelTerminationStrategy: PID 86 died...
22:49:41.695435 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:41.698977 --- ParallelTerminationStrategy: PID 87 died...
22:49:41.700401 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:41.703939 --- ParallelTerminationStrategy: PID 88 died...
22:49:41.705369 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:41.708914 --- ParallelTerminationStrategy: PID 89 died...
22:49:41.710346 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:41.713879 --- ParallelTerminationStrategy: PID 90 died...
22:49:41.715324 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:41.718839 --- ParallelTerminationStrategy: PID 91 died...
22:49:41.720269 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:41.723806 --- ParallelTerminationStrategy: PID 92 died...
22:49:41.725234 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:41.728767 --- ParallelTerminationStrategy: PID 93 died...
22:49:41.730213 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:41.733748 --- ParallelTerminationStrategy: PID 94 died...
22:49:41.735181 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:41.738713 --- ParallelTerminationStrategy: PID 95 died...
22:49:41.740137 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:41.743672 --- ParallelTerminationStrategy: PID 96 died...
22:49:41.745101 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:41.748652 --- ParallelTerminationStrategy: PID 97 died...
22:49:41.750082 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:41.753628 --- ParallelTerminationStrategy: PID 98 died...
22:49:41.755062 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:41.758613 --- ParallelTerminationStrategy: PID 99 died...
22:49:41.760039 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:41.763579 --- ParallelTerminationStrategy: PID 100 died...
22:49:41.765005 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:41.768527 --- ParallelTerminationStrategy: PID 101 died...
22:49:41.769949 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:41.773476 --- ParallelTerminationStrategy: PID 102 died...
22:49:41.774914 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:41.778443 --- ParallelTerminationStrategy: PID 103 died...
22:49:41.779870 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:41.783416 --- ParallelTerminationStrategy: PID 104 died...
22:49:41.784848 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:41.788378 --- ParallelTerminationStrategy: PID 105 died...
22:49:41.789811 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:41.793336 --- ParallelTerminationStrategy: PID 106 died...
22:49:41.794763 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:41.798280 --- ParallelTerminationStrategy: PID 107 died...
22:49:41.799708 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:41.803244 --- ParallelTerminationStrategy: PID 108 died...
22:49:41.804660 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:41.808203 --- ParallelTerminationStrategy: PID 109 died...
22:49:41.809621 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:41.813146 --- ParallelTerminationStrategy: PID 110 died...
22:49:41.814592 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:41.818112 --- ParallelTerminationStrategy: PID 111 died...
22:49:41.819540 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:41.823063 --- ParallelTerminationStrategy: PID 112 died...
22:49:41.824495 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:41.828026 --- ParallelTerminationStrategy: PID 113 died...
22:49:41.829450 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:41.832998 --- ParallelTerminationStrategy: PID 114 died...
22:49:41.834432 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:41.837947 --- ParallelTerminationStrategy: PID 115 died...
22:49:41.839378 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:41.842907 --- ParallelTerminationStrategy: PID 116 died...
22:49:41.844337 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:41.847890 --- ParallelTerminationStrategy: PID 117 died...
22:49:41.849321 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:41.852849 --- ParallelTerminationStrategy: PID 118 died...
22:49:41.854281 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:41.857822 --- ParallelTerminationStrategy: PID 119 died...
22:49:41.859264 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:41.862781 --- ParallelTerminationStrategy: PID 120 died...
22:49:41.864204 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:41.867721 --- ParallelTerminationStrategy: PID 121 died...
22:49:41.869150 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:41.872676 --- ParallelTerminationStrategy: PID 122 died...
22:49:41.874101 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:41.877631 --- ParallelTerminationStrategy: PID 123 died...
22:49:41.879066 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:41.882595 --- ParallelTerminationStrategy: PID 124 died...
22:49:41.884013 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:41.887551 --- ParallelTerminationStrategy: PID 125 died...
22:49:41.888975 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:41.892500 --- ParallelTerminationStrategy: PID 126 died...
22:49:41.893924 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:41.897451 --- ParallelTerminationStrategy: PID 127 died...
22:49:41.898877 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:41.902422 --- ParallelTerminationStrategy: PID 128 died...
22:49:41.903851 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:41.907367 --- ParallelTerminationStrategy: PID 129 died...
22:49:41.908791 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:41.912300 --- ParallelTerminationStrategy: PID 130 died...
22:49:41.913725 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:41.917262 --- ParallelTerminationStrategy: PID 131 died...
22:49:41.918687 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:41.922215 --- ParallelTerminationStrategy: PID 132 died...
22:49:41.923641 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:41.927167 --- ParallelTerminationStrategy: PID 133 died...
22:49:41.928598 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:41.932121 --- ParallelTerminationStrategy: PID 134 died...
22:49:41.933552 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:41.937079 --- ParallelTerminationStrategy: PID 135 died...
22:49:41.938521 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:41.942051 --- ParallelTerminationStrategy: PID 136 died...
22:49:41.943486 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:41.947036 --- ParallelTerminationStrategy: PID 137 died...
22:49:41.948462 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:41.952007 --- ParallelTerminationStrategy: PID 138 died...
22:49:41.953438 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:41.956998 --- ParallelTerminationStrategy: PID 139 died...
22:49:41.958441 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:41.961981 --- ParallelTerminationStrategy: PID 140 died...
22:49:41.963419 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:41.966969 --- ParallelTerminationStrategy: PID 141 died...
22:49:41.968392 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:41.971939 --- ParallelTerminationStrategy: PID 142 died...
22:49:41.973361 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:41.976910 --- ParallelTerminationStrategy: PID 143 died...
22:49:41.978338 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:41.981867 --- ParallelTerminationStrategy: PID 144 died...
22:49:41.983317 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:41.986873 --- ParallelTerminationStrategy: PID 145 died...
22:49:41.988303 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:41.991857 --- ParallelTerminationStrategy: PID 146 died...
22:49:41.993287 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:41.996835 --- ParallelTerminationStrategy: PID 147 died...
22:49:41.998263 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:42.001800 --- ParallelTerminationStrategy: PID 148 died...
22:49:42.003237 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:42.006783 --- ParallelTerminationStrategy: PID 149 died...
22:49:42.008212 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:42.011751 --- ParallelTerminationStrategy: PID 150 died...
22:49:42.013171 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:42.016732 --- ParallelTerminationStrategy: PID 151 died...
22:49:42.018167 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:42.021708 --- ParallelTerminationStrategy: PID 152 died...
22:49:42.023157 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:42.026699 --- ParallelTerminationStrategy: PID 153 died...
22:49:42.028128 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:42.031673 --- ParallelTerminationStrategy: PID 154 died...
22:49:42.033101 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:42.036641 --- ParallelTerminationStrategy: PID 155 died...
22:49:42.038066 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:42.041607 --- ParallelTerminationStrategy: PID 156 died...
22:49:42.043033 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:42.046581 --- ParallelTerminationStrategy: PID 157 died...
22:49:42.048007 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:42.051549 --- ParallelTerminationStrategy: PID 158 died...
22:49:42.052980 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:42.056532 --- ParallelTerminationStrategy: PID 159 died...
22:49:42.057961 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:42.061508 --- ParallelTerminationStrategy: PID 160 died...
22:49:42.062949 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:42.066496 --- ParallelTerminationStrategy: PID 161 died...
22:49:42.067923 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:42.071450 --- ParallelTerminationStrategy: PID 162 died...
22:49:42.072880 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:42.076445 --- ParallelTerminationStrategy: PID 163 died...
22:49:42.077864 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:42.081406 --- ParallelTerminationStrategy: PID 164 died...
22:49:42.082849 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:42.086388 --- ParallelTerminationStrategy: PID 165 died...
22:49:42.087816 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:42.091356 --- ParallelTerminationStrategy: PID 166 died...
22:49:42.092782 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:42.096326 --- ParallelTerminationStrategy: PID 167 died...
22:49:42.097743 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:42.101281 --- ParallelTerminationStrategy: PID 168 died...
22:49:42.102716 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:42.106271 --- ParallelTerminationStrategy: PID 169 died...
22:49:42.107696 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:42.111231 --- ParallelTerminationStrategy: PID 170 died...
22:49:42.112663 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:42.116219 --- ParallelTerminationStrategy: PID 171 died...
22:49:42.117644 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:42.121186 --- ParallelTerminationStrategy: PID 172 died...
22:49:42.122616 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:42.126158 --- ParallelTerminationStrategy: PID 173 died...
22:49:42.127588 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:42.131148 --- ParallelTerminationStrategy: PID 174 died...
22:49:42.132575 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:42.136120 --- ParallelTerminationStrategy: PID 175 died...
22:49:42.137547 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:42.141105 --- ParallelTerminationStrategy: PID 176 died...
22:49:42.142547 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:42.146088 --- ParallelTerminationStrategy: PID 177 died...
22:49:42.147529 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:42.151085 --- ParallelTerminationStrategy: PID 178 died...
22:49:42.152517 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:42.156071 --- ParallelTerminationStrategy: PID 179 died...
22:49:42.157501 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:42.161036 --- ParallelTerminationStrategy: PID 180 died...
22:49:42.162474 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:42.166008 --- ParallelTerminationStrategy: PID 181 died...
22:49:42.167438 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:42.170994 --- ParallelTerminationStrategy: PID 182 died...
22:49:42.172434 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:42.175974 --- ParallelTerminationStrategy: PID 183 died...
22:49:42.177408 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:42.180980 --- ParallelTerminationStrategy: PID 184 died...
22:49:42.182412 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:42.185976 --- ParallelTerminationStrategy: PID 185 died...
22:49:42.187417 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:42.190956 --- ParallelTerminationStrategy: PID 186 died...
22:49:42.192387 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:42.195959 --- ParallelTerminationStrategy: PID 187 died...
22:49:42.197398 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:42.200935 --- ParallelTerminationStrategy: PID 188 died...
22:49:42.202371 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:42.205910 --- ParallelTerminationStrategy: PID 189 died...
22:49:42.207349 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:42.210901 --- ParallelTerminationStrategy: PID 190 died...
22:49:42.212332 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:42.215872 --- ParallelTerminationStrategy: PID 191 died...
22:49:42.217305 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:42.220841 --- ParallelTerminationStrategy: PID 192 died...
22:49:42.222279 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:42.225831 --- ParallelTerminationStrategy: PID 193 died...
22:49:42.227265 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:42.230932 --- ParallelTerminationStrategy: PID 194 died...
22:49:42.232363 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:42.236041 --- ParallelTerminationStrategy: PID 195 died...
22:49:42.237473 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:42.241131 --- ParallelTerminationStrategy: PID 196 died...
22:49:42.242626 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:42.246313 --- ParallelTerminationStrategy: PID 197 died...
22:49:42.247801 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:42.251537 --- ParallelTerminationStrategy: PID 198 died...
22:49:42.253028 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:42.256733 --- ParallelTerminationStrategy: PID 199 died...
22:49:42.258232 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:42.261926 --- ParallelTerminationStrategy: PID 200 died...
22:49:42.263415 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:42.267125 --- ParallelTerminationStrategy: PID 201 died...
22:49:42.268615 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:42.272312 --- ParallelTerminationStrategy: PID 202 died...
22:49:42.273802 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:42.277519 --- ParallelTerminationStrategy: PID 203 died...
22:49:42.279018 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:42.282717 --- ParallelTerminationStrategy: PID 204 died...
22:49:42.284210 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:42.287902 --- ParallelTerminationStrategy: PID 205 died...
22:49:42.289392 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:42.293097 --- ParallelTerminationStrategy: PID 206 died...
22:49:42.294588 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:42.298303 --- ParallelTerminationStrategy: PID 207 died...
22:49:42.299794 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:42.303511 --- ParallelTerminationStrategy: PID 208 died...
22:49:42.304994 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:42.308688 --- ParallelTerminationStrategy: PID 209 died...
22:49:42.310175 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:42.313892 --- ParallelTerminationStrategy: PID 210 died...
22:49:42.315402 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:42.319113 --- ParallelTerminationStrategy: PID 211 died...
22:49:42.320615 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:42.324333 --- ParallelTerminationStrategy: PID 212 died...
22:49:42.325826 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:42.329527 --- ParallelTerminationStrategy: PID 213 died...
22:49:42.331019 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:42.334719 --- ParallelTerminationStrategy: PID 214 died...
22:49:42.336208 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:42.339920 --- ParallelTerminationStrategy: PID 215 died...
22:49:42.341402 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:42.345100 --- ParallelTerminationStrategy: PID 216 died...
22:49:42.346593 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:42.350301 --- ParallelTerminationStrategy: PID 217 died...
22:49:42.351798 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:42.355506 --- ParallelTerminationStrategy: PID 218 died...
22:49:42.356997 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:42.360714 --- ParallelTerminationStrategy: PID 219 died...
22:49:42.362213 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:42.365898 --- ParallelTerminationStrategy: PID 220 died...
22:49:42.367399 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:42.371119 --- ParallelTerminationStrategy: PID 221 died...
22:49:42.372604 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:42.376314 --- ParallelTerminationStrategy: PID 222 died...
22:49:42.377805 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:42.381527 --- ParallelTerminationStrategy: PID 223 died...
22:49:42.383018 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:42.386734 --- ParallelTerminationStrategy: PID 224 died...
22:49:42.388228 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:42.391934 --- ParallelTerminationStrategy: PID 225 died...
22:49:42.393424 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:42.397142 --- ParallelTerminationStrategy: PID 226 died...
22:49:42.398631 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:42.402348 --- ParallelTerminationStrategy: PID 227 died...
22:49:42.403832 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:42.407519 --- ParallelTerminationStrategy: PID 228 died...
22:49:42.409006 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:42.412716 --- ParallelTerminationStrategy: PID 229 died...
22:49:42.414206 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:42.417897 --- ParallelTerminationStrategy: PID 230 died...
22:49:42.419408 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:42.423123 --- ParallelTerminationStrategy: PID 231 died...
22:49:42.424613 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:42.428313 --- ParallelTerminationStrategy: PID 232 died...
22:49:42.429795 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:42.433513 --- ParallelTerminationStrategy: PID 233 died...
22:49:42.435011 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:42.438722 --- ParallelTerminationStrategy: PID 234 died...
22:49:42.440221 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:45.844664 --- ParallelTerminationStrategy: PID 34 died...
22:49:45.850944 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8382 netreg_mass PASS
---------------------------------------------------------------------
22:49:45.915395 tst trial-8382: Storing JUnit report in /build/trial-8382/run.2026-07-04_22-48-17/trial-8382.xml
--------------------------------------------------------------------------------------------
trial-8382 PASS
--------------------------------------------------------------------------------------------
22:49:45.925583 tst trial-8382: trial-8382: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (83.0 sec)
+ exit_code=0
+ rm -rf trial-8382/inst
+ cd trial-8382
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-07-04 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8382-run.tgz run.2026-07-04_22-48-17
+ tar czf /build/trial-8382-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-07-04_13_27_21.tgz osmo-bts-oc2g.build-2026-07-04_00_52_04.tgz osmo-bts-sysmo.build-2026-07-04_00_51_53.tgz osmo-bts.build-2026-07-04_00_52_17.tgz osmo-ggsn.build-2026-07-04_20_43_10.tgz osmo-hlr.build-2026-07-04_16_36_55.tgz osmo-hnbgw.build-2026-07-04_13_31_08.tgz osmo-mgw.build-2026-07-04_08_33_07.tgz osmo-msc.build-2026-07-04_13_35_24.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-07-04_07_34_49.tgz osmo-pcu-sysmo.build-2026-07-04_07_34_44.tgz osmo-pcu.build-2026-07-04_07_34_47.tgz osmo-sgsn.build-2026-07-04_20_48_44.tgz osmo-stp.build-2026-07-04_13_26_03.tgz osmo-trx.build-2026-07-04_14_22_02.tgz osmocom-bb.build-2026-07-04_21_17_18.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