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 7668
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins11020407808583885947.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-8248
+ 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
6f978c0 asterisk-master: use git clone --depth=1
+ 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 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#7 CACHED
#8 [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
#8 CACHED
#9 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#9 CACHED
#10 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#10 CACHED
#11 [ 3/28] RUN groupadd osmo-gsm-tester
#11 CACHED
#12 [ 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
#12 CACHED
#13 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#13 CACHED
#14 [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
#14 CACHED
#15 [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
#15 CACHED
#16 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#16 CACHED
#17 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#17 CACHED
#18 [14/28] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8
#18 CACHED
#19 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#19 CACHED
#20 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://archive.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#20 CACHED
#21 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#21 CACHED
#22 [ 9/28] COPY SSH /root/.ssh
#22 CACHED
#23 [20/28] WORKDIR /TMP
#23 CACHED
#24 [ 2/28] RUN useradd -ms /bin/bash jenkins
#24 CACHED
#25 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#25 CACHED
#26 [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
#26 CACHED
#27 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#27 CACHED
#28 [ 8/28] RUN MKDIR /var/run/sshd
#28 CACHED
#29 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#29 CACHED
#30 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#30 CACHED
#31 [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
#31 CACHED
#32 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:c7750a8786483f387f2d2979de5ce9d93d38d619cc81761751f02b90567c809b 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=8249 -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-02-21 22:48:15
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8249
+ mkdir -p trial-8249
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-02-21_13_29_23.tgz osmo-bts-oc2g.build-2026-02-21_00_51_29.tgz osmo-bts-sysmo.build-2026-02-21_00_51_32.tgz osmo-bts.build-2026-02-21_00_51_46.tgz osmo-ggsn.build-2026-02-21_20_42_41.tgz osmo-hlr.build-2026-02-21_16_36_48.tgz osmo-hnbgw.build-2026-02-21_13_30_33.tgz osmo-mgw.build-2026-02-21_08_33_16.tgz osmo-msc.build-2026-02-21_13_33_11.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-02-21_07_35_14.tgz osmo-pcu-sysmo.build-2026-02-21_07_35_05.tgz osmo-pcu.build-2026-02-21_07_35_16.tgz osmo-sgsn.build-2026-02-21_20_48_16.tgz osmo-stp.build-2026-02-21_13_25_48.tgz osmo-trx.build-2026-02-21_14_21_31.tgz osmocom-bb.build-2026-02-21_21_17_38.tgz srslte.build-19.tgz trial-8249
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-02-21_13_29_23.md5 osmo-bts-oc2g.build-2026-02-21_00_51_29.md5 osmo-bts-sysmo.build-2026-02-21_00_51_32.md5 osmo-bts.build-2026-02-21_00_51_46.md5 osmo-ggsn.build-2026-02-21_20_42_41.md5 osmo-hlr.build-2026-02-21_16_36_48.md5 osmo-hnbgw.build-2026-02-21_13_30_33.md5 osmo-mgw.build-2026-02-21_08_33_16.md5 osmo-msc.build-2026-02-21_13_33_11.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-02-21_07_35_14.md5 osmo-pcu-sysmo.build-2026-02-21_07_35_05.md5 osmo-pcu.build-2026-02-21_07_35_16.md5 osmo-sgsn.build-2026-02-21_20_48_16.md5 osmo-stp.build-2026-02-21_13_25_48.md5 osmo-trx.build-2026-02-21_14_21_31.md5 osmocom-bb.build-2026-02-21_21_17_38.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-02-21_13_29_23.md5 osmo-bts-oc2g.build-2026-02-21_00_51_29.md5 osmo-bts-sysmo.build-2026-02-21_00_51_32.md5 osmo-bts.build-2026-02-21_00_51_46.md5 osmo-ggsn.build-2026-02-21_20_42_41.md5 osmo-hlr.build-2026-02-21_16_36_48.md5 osmo-hnbgw.build-2026-02-21_13_30_33.md5 osmo-mgw.build-2026-02-21_08_33_16.md5 osmo-msc.build-2026-02-21_13_33_11.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-02-21_07_35_14.md5 osmo-pcu-sysmo.build-2026-02-21_07_35_05.md5 osmo-pcu.build-2026-02-21_07_35_16.md5 osmo-sgsn.build-2026-02-21_20_48_16.md5 osmo-stp.build-2026-02-21_13_25_48.md5 osmo-trx.build-2026-02-21_14_21_31.md5 osmocom-bb.build-2026-02-21_21_17_38.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-8249 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8249'
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-8249
--------------------------------------------------------------------------------------------
22:48:15.546698 tst trial-8249: Detailed log at /build/trial-8249/run.2026-02-21_22-48-15/log
---------------------------------------------------------------------
trial-8249 netreg_mass
---------------------------------------------------------------------
22:48:15.752529 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:15.752891 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:15.753649 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:15.754801 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:15.791328 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:15.792098 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:15.793199 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:15.855705 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-8249 netreg_mass register_default_mass.py
----------------------------------------------
22:48:15.856545 tst register_default_mass.py:9: Claiming resources for the test
22:48:15.871420 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.871968 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.872426 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.872861 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.873290 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.873723 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.874171 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:15.904751 tst register_default_mass.py: using LAC 2
22:48:15.926939 tst register_default_mass.py: using RAC 2
22:48:15.953355 tst register_default_mass.py: using CellId 2
22:48:15.982924 tst register_default_mass.py: using BVCI 3
22:48:15.996958 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.997650 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.998245 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.998781 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.999295 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.999814 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.000304 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.000917 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.001478 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.001994 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.002509 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.003034 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.003564 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.004093 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.004623 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.005144 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.005651 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.006181 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.006699 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.007210 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.007737 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.008254 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.008780 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.009298 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.009803 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.010303 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.010824 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.011332 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.011862 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.012381 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.012899 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.013408 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.013921 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.014438 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.014956 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.015462 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.015963 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.016490 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.017007 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.017506 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.018013 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.018523 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.019037 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.019540 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.020068 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.020575 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.021075 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.021605 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.022112 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.022612 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.023131 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.023637 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.024150 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.024672 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.025177 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.025679 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.026189 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.026701 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.027200 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.027698 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.028204 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.028708 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.029215 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.029737 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.030235 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.030731 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.031245 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.031767 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.032276 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.032787 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.033295 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.033797 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.034377 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.034891 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.035399 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.035925 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.036429 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.036932 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.037432 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.037941 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.038440 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.038941 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.039454 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.039959 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.040452 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.040960 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.041464 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.041965 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.042459 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.042971 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.043479 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.043979 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.044497 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.045008 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.045505 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.046012 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.046519 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.047021 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.047514 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.048031 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.048526 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.049075 tst register_default_mass.py:21: Launching a simple network
22:48:16.059019 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:16.178902 run create_hlr_db(pid=20): Launched
22:48:17.193382 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:17.210401 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:17.225709 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:17.231467 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:17.422609 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:17.437713 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:17.443407 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:17.861290 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:17.876307 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:20.890794 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:21.004849 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:21.019481 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:21.024995 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:21.048153 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:21.063321 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:21.068966 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:21.382019 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:21.397032 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:27.429156 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:27.602538 run osmo-bts-virtual(pid=34): Launched
22:48:28.638425 tst register_default_mass.py: using MSISDN 1001
22:48:28.652819 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:28.692425 tst register_default_mass.py: using MSISDN 1002
22:48:28.710103 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:28.741205 tst register_default_mass.py: using MSISDN 1003
22:48:28.756014 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:28.786520 tst register_default_mass.py: using MSISDN 1004
22:48:28.801145 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:28.832234 tst register_default_mass.py: using MSISDN 1005
22:48:28.846763 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:28.877237 tst register_default_mass.py: using MSISDN 1006
22:48:28.891390 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:28.921257 tst register_default_mass.py: using MSISDN 1007
22:48:28.935304 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:28.965341 tst register_default_mass.py: using MSISDN 1008
22:48:28.979384 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:29.009149 tst register_default_mass.py: using MSISDN 1009
22:48:29.023014 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:29.053041 tst register_default_mass.py: using MSISDN 1010
22:48:29.067042 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:29.096753 tst register_default_mass.py: using MSISDN 1011
22:48:29.110611 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:29.140565 tst register_default_mass.py: using MSISDN 1012
22:48:29.154506 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:29.184450 tst register_default_mass.py: using MSISDN 1013
22:48:29.198157 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:29.228184 tst register_default_mass.py: using MSISDN 1014
22:48:29.242141 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:29.271855 tst register_default_mass.py: using MSISDN 1015
22:48:29.285915 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:29.316059 tst register_default_mass.py: using MSISDN 1016
22:48:29.329953 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:29.359845 tst register_default_mass.py: using MSISDN 1017
22:48:29.373863 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:29.404094 tst register_default_mass.py: using MSISDN 1018
22:48:29.418158 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:29.448062 tst register_default_mass.py: using MSISDN 1019
22:48:29.462067 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:29.491974 tst register_default_mass.py: using MSISDN 1020
22:48:29.505779 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:29.535771 tst register_default_mass.py: using MSISDN 1021
22:48:29.549766 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:29.579798 tst register_default_mass.py: using MSISDN 1022
22:48:29.593811 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:29.623553 tst register_default_mass.py: using MSISDN 1023
22:48:29.637433 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:29.667237 tst register_default_mass.py: using MSISDN 1024
22:48:29.681193 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:29.711065 tst register_default_mass.py: using MSISDN 1025
22:48:29.724997 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:29.754877 tst register_default_mass.py: using MSISDN 1026
22:48:29.768875 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:29.798463 tst register_default_mass.py: using MSISDN 1027
22:48:29.812231 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:29.842053 tst register_default_mass.py: using MSISDN 1028
22:48:29.855895 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:29.885880 tst register_default_mass.py: using MSISDN 1029
22:48:29.899963 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:29.929968 tst register_default_mass.py: using MSISDN 1030
22:48:29.943929 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:29.973702 tst register_default_mass.py: using MSISDN 1031
22:48:29.987595 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:30.017366 tst register_default_mass.py: using MSISDN 1032
22:48:30.031201 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:30.061086 tst register_default_mass.py: using MSISDN 1033
22:48:30.074925 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:30.104868 tst register_default_mass.py: using MSISDN 1034
22:48:30.118769 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:30.148448 tst register_default_mass.py: using MSISDN 1035
22:48:30.162291 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:30.192166 tst register_default_mass.py: using MSISDN 1036
22:48:30.206090 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:30.235848 tst register_default_mass.py: using MSISDN 1037
22:48:30.249681 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:30.279566 tst register_default_mass.py: using MSISDN 1038
22:48:30.293719 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:30.323353 tst register_default_mass.py: using MSISDN 1039
22:48:30.337282 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:30.367242 tst register_default_mass.py: using MSISDN 1040
22:48:30.377259 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:30.407579 tst register_default_mass.py: using MSISDN 1041
22:48:30.423350 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:30.453854 tst register_default_mass.py: using MSISDN 1042
22:48:30.468355 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:30.498581 tst register_default_mass.py: using MSISDN 1043
22:48:30.512837 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:30.543790 tst register_default_mass.py: using MSISDN 1044
22:48:30.558454 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:30.589507 tst register_default_mass.py: using MSISDN 1045
22:48:30.604295 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:30.635175 tst register_default_mass.py: using MSISDN 1046
22:48:30.649746 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:30.680754 tst register_default_mass.py: using MSISDN 1047
22:48:30.695433 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:30.726853 tst register_default_mass.py: using MSISDN 1048
22:48:30.741714 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:30.773169 tst register_default_mass.py: using MSISDN 1049
22:48:30.788005 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:30.819421 tst register_default_mass.py: using MSISDN 1050
22:48:30.834380 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:30.865229 tst register_default_mass.py: using MSISDN 1051
22:48:30.879955 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:30.910200 tst register_default_mass.py: using MSISDN 1052
22:48:30.924681 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:30.955839 tst register_default_mass.py: using MSISDN 1053
22:48:30.970525 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:31.001826 tst register_default_mass.py: using MSISDN 1054
22:48:31.016703 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:31.047992 tst register_default_mass.py: using MSISDN 1055
22:48:31.062879 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:31.094238 tst register_default_mass.py: using MSISDN 1056
22:48:31.108983 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:31.140251 tst register_default_mass.py: using MSISDN 1057
22:48:31.155178 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:31.186558 tst register_default_mass.py: using MSISDN 1058
22:48:31.201562 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:31.232826 tst register_default_mass.py: using MSISDN 1059
22:48:31.247648 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:31.278894 tst register_default_mass.py: using MSISDN 1060
22:48:31.293607 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:31.324739 tst register_default_mass.py: using MSISDN 1061
22:48:31.339574 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:31.371078 tst register_default_mass.py: using MSISDN 1062
22:48:31.385950 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:31.417452 tst register_default_mass.py: using MSISDN 1063
22:48:31.432468 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:31.467463 tst register_default_mass.py: using MSISDN 1064
22:48:31.484147 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:31.515281 tst register_default_mass.py: using MSISDN 1065
22:48:31.530269 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:31.561355 tst register_default_mass.py: using MSISDN 1066
22:48:31.576120 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:31.607145 tst register_default_mass.py: using MSISDN 1067
22:48:31.621797 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:31.652003 tst register_default_mass.py: using MSISDN 1068
22:48:31.666445 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:31.696597 tst register_default_mass.py: using MSISDN 1069
22:48:31.710782 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:31.740932 tst register_default_mass.py: using MSISDN 1070
22:48:31.755093 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:31.785083 tst register_default_mass.py: using MSISDN 1071
22:48:31.799272 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:31.829496 tst register_default_mass.py: using MSISDN 1072
22:48:31.843901 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:31.874164 tst register_default_mass.py: using MSISDN 1073
22:48:31.888474 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:31.918701 tst register_default_mass.py: using MSISDN 1074
22:48:31.932831 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:31.963474 tst register_default_mass.py: using MSISDN 1075
22:48:31.978080 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:32.009236 tst register_default_mass.py: using MSISDN 1076
22:48:32.023946 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:32.055227 tst register_default_mass.py: using MSISDN 1077
22:48:32.070036 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:32.101167 tst register_default_mass.py: using MSISDN 1078
22:48:32.115920 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:32.147122 tst register_default_mass.py: using MSISDN 1079
22:48:32.162033 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:32.193349 tst register_default_mass.py: using MSISDN 1080
22:48:32.208106 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:32.239459 tst register_default_mass.py: using MSISDN 1081
22:48:32.254378 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:32.285636 tst register_default_mass.py: using MSISDN 1082
22:48:32.300388 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:32.331518 tst register_default_mass.py: using MSISDN 1083
22:48:32.346296 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:32.377524 tst register_default_mass.py: using MSISDN 1084
22:48:32.392338 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:32.423634 tst register_default_mass.py: using MSISDN 1085
22:48:32.438541 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:32.469729 tst register_default_mass.py: using MSISDN 1086
22:48:32.484510 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:32.515767 tst register_default_mass.py: using MSISDN 1087
22:48:32.530538 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:32.561759 tst register_default_mass.py: using MSISDN 1088
22:48:32.576492 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:32.607631 tst register_default_mass.py: using MSISDN 1089
22:48:32.622500 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:32.653847 tst register_default_mass.py: using MSISDN 1090
22:48:32.668632 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:32.699798 tst register_default_mass.py: using MSISDN 1091
22:48:32.714527 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:32.745825 tst register_default_mass.py: using MSISDN 1092
22:48:32.760569 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:32.791687 tst register_default_mass.py: using MSISDN 1093
22:48:32.806396 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:32.837756 tst register_default_mass.py: using MSISDN 1094
22:48:32.852634 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:32.883682 tst register_default_mass.py: using MSISDN 1095
22:48:32.898315 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:32.929573 tst register_default_mass.py: using MSISDN 1096
22:48:32.944329 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:32.975567 tst register_default_mass.py: using MSISDN 1097
22:48:32.990361 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:33.021666 tst register_default_mass.py: using MSISDN 1098
22:48:33.036507 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:33.067605 tst register_default_mass.py: using MSISDN 1099
22:48:33.082392 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:33.113655 tst register_default_mass.py: using MSISDN 1100
22:48:33.128577 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:33.220296 run mass: Starting testcase
22:48:33.225867 run mass: Pre-launching all virtphy's
22:48:33.231374 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:33.244586 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:33.253026 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:33.266068 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:33.272110 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:33.285016 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:33.291186 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:33.304261 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:33.310375 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:33.323405 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:33.329627 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:33.342633 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:33.348632 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:33.361423 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:33.367385 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:33.380212 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:33.386197 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:33.399065 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:33.404980 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:33.417787 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:33.423803 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:33.436555 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:33.442470 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:33.455229 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:33.461155 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:33.473908 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:33.479857 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:33.492599 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:33.498514 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:33.511228 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:33.517189 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:33.530015 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:33.535932 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:33.548740 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:33.554709 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:33.567636 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:33.573653 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:33.586491 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:33.592384 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:33.605151 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:33.611061 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:33.623859 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:33.629810 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:33.642588 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:33.648558 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:33.661396 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:33.667340 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:33.680178 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:33.686149 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:33.698982 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:33.704963 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:33.717767 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:33.723705 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:33.736455 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:33.742375 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:33.755245 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:33.761159 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:33.774102 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:33.780017 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:33.792919 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:33.798838 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:33.811605 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:33.817639 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:33.830445 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:33.836340 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:33.849138 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:33.855088 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:33.867919 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:33.873864 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:33.886685 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:33.892639 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:33.905424 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:33.911353 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:33.924189 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:33.930153 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:33.942992 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:33.948972 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:33.961753 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:33.967727 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:33.980537 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:33.986561 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:33.999368 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:34.005415 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:34.018287 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:34.024255 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:34.037127 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:34.043105 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:34.056038 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:34.061970 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:34.074775 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:34.080767 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:34.093567 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:34.099472 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:34.112269 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:34.118233 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:34.131038 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:34.136974 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:34.149843 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:34.155786 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:34.168574 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:34.174464 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:34.187261 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:34.193213 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:34.205971 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:34.211936 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:34.224804 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:34.230741 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:34.243632 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:34.249563 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:34.262332 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:34.268381 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:34.281222 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:34.287300 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:34.300103 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:34.306049 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:34.318875 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:34.324887 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:34.337772 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:34.343763 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:34.356551 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:34.362515 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:34.375282 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:34.381197 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:34.394018 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:34.399975 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:34.412788 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:34.418751 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:34.431541 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:34.437533 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:34.450357 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:34.456487 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:34.469321 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:34.475335 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:34.488178 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:34.494122 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:34.507041 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:34.512957 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:34.526059 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:34.532035 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:34.544818 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:34.550763 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:34.563571 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:34.569465 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:34.582284 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:34.588218 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:34.600992 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:34.606867 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:34.619632 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:34.625667 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:34.638474 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:34.644418 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:34.657252 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:34.663158 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:34.675977 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:34.681901 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:34.694917 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:34.700852 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:34.713806 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:34.719751 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:34.732526 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:34.738558 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:34.751436 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:34.757464 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:34.770292 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:34.776201 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:34.789042 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:34.794962 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:34.807781 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:34.813765 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:34.826632 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:34.832555 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:34.845314 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:34.851190 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:34.863980 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:34.869874 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:34.882705 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:34.888567 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:34.901344 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:34.907246 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:34.920039 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:34.926110 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:34.938919 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:34.944979 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:34.957740 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:34.963654 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:34.976610 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:34.982504 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:34.995500 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:35.001370 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:35.014128 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:35.020058 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:35.032814 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:35.038684 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:35.051413 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:35.057353 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:35.070130 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:35.076063 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:35.088878 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:35.094811 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:35.107593 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:35.113448 run mass: Checking if sockets are in the filesystem
22:48:35.145849 run osmo-ms-mob/00000: Starting mobile
22:48:35.158837 run osmo-ms-mob/00000(pid=135): Launched
22:48:35.170126 run mass: MS start registered {at=2264741.378443534, delay=0.005123946815729141, ms=00000}
22:48:39.361608 run osmo-ms-mob/00001: Starting mobile
22:48:39.378331 run osmo-ms-mob/00001(pid=136): Launched
22:48:39.388710 run mass: MS start registered {at=2264745.5970282, delay=0.004348920192569494, ms=00001}
22:48:40.431010 run mass: MS performed LU {at=2264746.639216239, lu_delay=5.260772705078125, ms=00000}
22:48:41.151533 run osmo-ms-mob/00002: Starting mobile
22:48:41.167357 run osmo-ms-mob/00002(pid=137): Launched
22:48:41.177808 run mass: MS start registered {at=2264747.386123107, delay=0.0044944798573851585, ms=00002}
22:48:42.461303 run osmo-ms-mob/00003: Starting mobile
22:48:42.478354 run osmo-ms-mob/00003(pid=138): Launched
22:48:42.488874 run mass: MS start registered {at=2264748.697193642, delay=0.004460887983441353, ms=00003}
22:48:43.551477 run osmo-ms-mob/00004: Starting mobile
22:48:43.567648 run osmo-ms-mob/00004(pid=139): Launched
22:48:43.578171 run mass: MS start registered {at=2264749.786490635, delay=0.004513820167630911, ms=00004}
22:48:44.197005 run mass: MS performed LU {at=2264750.405212685, lu_delay=4.808184484951198, ms=00001}
22:48:44.529272 run osmo-ms-mob/00005: Starting mobile
22:48:44.542284 run osmo-ms-mob/00005(pid=140): Launched
22:48:44.552790 run mass: MS start registered {at=2264750.761106363, delay=0.004436914809048176, ms=00005}
22:48:45.429815 run osmo-ms-mob/00006: Starting mobile
22:48:45.442629 run osmo-ms-mob/00006(pid=141): Launched
22:48:45.453209 run mass: MS start registered {at=2264751.661529932, delay=0.004520615097135305, ms=00006}
22:48:46.098594 run mass: MS performed LU {at=2264752.306798023, lu_delay=4.920674916356802, ms=00002}
22:48:46.360062 run osmo-ms-mob/00007: Starting mobile
22:48:46.376832 run osmo-ms-mob/00007(pid=142): Launched
22:48:46.387327 run mass: MS start registered {at=2264752.595648737, delay=0.004494599066674709, ms=00007}
22:48:47.141243 run osmo-ms-mob/00008: Starting mobile
22:48:47.154952 run osmo-ms-mob/00008(pid=143): Launched
22:48:47.165637 run mass: MS start registered {at=2264753.373957754, delay=0.004524624906480312, ms=00008}
22:48:47.861663 run osmo-ms-mob/00009: Starting mobile
22:48:47.874964 run osmo-ms-mob/00009(pid=144): Launched
22:48:47.885492 run mass: MS start registered {at=2264754.09381516, delay=0.004531766753643751, ms=00009}
22:48:47.963140 run mass: MS performed LU {at=2264754.171353463, lu_delay=5.47415982093662, ms=00003}
22:48:48.560144 run osmo-ms-mob/00010: Starting mobile
22:48:48.577024 run osmo-ms-mob/00010(pid=145): Launched
22:48:48.587677 run mass: MS start registered {at=2264754.795994227, delay=0.004666551947593689, ms=00010}
22:48:49.129373 run osmo-ms-mob/00011: Starting mobile
22:48:49.142543 run osmo-ms-mob/00011(pid=146): Launched
22:48:49.153235 run mass: MS start registered {at=2264755.361558017, delay=0.00451912684366107, ms=00011}
22:48:49.728794 run osmo-ms-mob/00012: Starting mobile
22:48:49.741626 run osmo-ms-mob/00012(pid=147): Launched
22:48:49.752607 run mass: MS start registered {at=2264755.960911668, delay=0.004878256004303694, ms=00012}
22:48:49.864319 run mass: MS performed LU {at=2264756.072532386, lu_delay=5.31142602302134, ms=00005}
22:48:49.892116 run mass: MS performed LU {at=2264756.100353182, lu_delay=6.313862546812743, ms=00004}
22:48:50.359021 run osmo-ms-mob/00013: Starting mobile
22:48:50.375139 run osmo-ms-mob/00013(pid=148): Launched
22:48:50.386008 run mass: MS start registered {at=2264756.594329668, delay=0.004607633221894503, ms=00013}
22:48:50.929039 run osmo-ms-mob/00014: Starting mobile
22:48:50.942290 run osmo-ms-mob/00014(pid=149): Launched
22:48:50.953187 run mass: MS start registered {at=2264757.161508866, delay=0.004490572959184647, ms=00014}
22:48:51.552076 run osmo-ms-mob/00015: Starting mobile
22:48:51.568551 run osmo-ms-mob/00015(pid=150): Launched
22:48:51.579316 run mass: MS start registered {at=2264757.787639327, delay=0.004670959897339344, ms=00015}
22:48:51.728952 run mass: MS performed LU {at=2264757.937164299, lu_delay=6.275634367018938, ms=00006}
22:48:51.793442 run mass: MS performed LU {at=2264758.001649871, lu_delay=5.406001133844256, ms=00007}
22:48:52.060329 run osmo-ms-mob/00016: Starting mobile
22:48:52.077199 run osmo-ms-mob/00016(pid=151): Launched
22:48:52.087984 run mass: MS start registered {at=2264758.296306466, delay=0.004689325112849474, ms=00016}
22:48:52.096081 run mass: MS performed LU {at=2264758.304402759, lu_delay=4.930445004720241, ms=00008}
22:48:52.533360 run osmo-ms-mob/00017: Starting mobile
22:48:52.546431 run osmo-ms-mob/00017(pid=152): Launched
22:48:52.557374 run mass: MS start registered {at=2264758.765697674, delay=0.004807963036000729, ms=00017}
22:48:53.161216 run osmo-ms-mob/00018: Starting mobile
22:48:53.188747 run osmo-ms-mob/00018(pid=153): Launched
22:48:53.199466 run mass: MS start registered {at=2264759.407788439, delay=0.004684898070991039, ms=00018}
22:48:53.558217 run osmo-ms-mob/00019: Starting mobile
22:48:53.574963 run osmo-ms-mob/00019(pid=154): Launched
22:48:53.580996 run mass: MS performed LU {at=2264759.789323321, lu_delay=4.427765304222703, ms=00011}
22:48:53.587141 run mass: MS start registered {at=2264759.795476112, delay=0.006169665139168501, ms=00019}
22:48:53.629655 run mass: MS performed LU {at=2264759.837870951, lu_delay=5.041876723989844, ms=00010}
22:48:53.657695 run mass: MS performed LU {at=2264759.865940309, lu_delay=5.772125149145722, ms=00009}
22:48:54.062892 run osmo-ms-mob/00020: Starting mobile
22:48:54.079385 run osmo-ms-mob/00020(pid=155): Launched
22:48:54.090062 run mass: MS start registered {at=2264760.298383569, delay=0.00475721899420023, ms=00020}
22:48:54.529460 run osmo-ms-mob/00021: Starting mobile
22:48:54.542612 run osmo-ms-mob/00021(pid=156): Launched
22:48:54.553698 run mass: MS start registered {at=2264760.762017424, delay=0.005033713299781084, ms=00021}
22:48:54.942488 run osmo-ms-mob/00022: Starting mobile
22:48:54.956362 run osmo-ms-mob/00022(pid=157): Launched
22:48:54.967136 run mass: MS start registered {at=2264761.175455278, delay=0.004801775794476271, ms=00022}
22:48:55.464668 run osmo-ms-mob/00023: Starting mobile
22:48:55.482544 run osmo-ms-mob/00023(pid=158): Launched
22:48:55.492991 run mass: MS performed LU {at=2264761.701307092, lu_delay=5.1069774236530066, ms=00013}
22:48:55.498979 run mass: MS start registered {at=2264761.707314716, delay=0.010343640111386776, ms=00023}
22:48:55.558884 run mass: MS performed LU {at=2264761.767127401, lu_delay=5.806215733289719, ms=00012}
22:48:55.869599 run osmo-ms-mob/00024: Starting mobile
22:48:55.885811 run osmo-ms-mob/00024(pid=159): Launched
22:48:55.896755 run mass: MS start registered {at=2264762.105074347, delay=0.004546156153082848, ms=00024}
22:48:56.340196 run osmo-ms-mob/00025: Starting mobile
22:48:56.353958 run osmo-ms-mob/00025(pid=160): Launched
22:48:56.365107 run mass: MS start registered {at=2264762.57342507, delay=0.004968593828380108, ms=00025}
22:48:56.729640 run osmo-ms-mob/00026: Starting mobile
22:48:56.742682 run osmo-ms-mob/00026(pid=161): Launched
22:48:56.753471 run mass: MS start registered {at=2264762.961791286, delay=0.004817249719053507, ms=00026}
22:48:57.142191 run osmo-ms-mob/00027: Starting mobile
22:48:57.155830 run osmo-ms-mob/00027(pid=162): Launched
22:48:57.166871 run mass: MS start registered {at=2264763.375193067, delay=0.0045570870861411095, ms=00027}
22:48:57.395776 run mass: MS performed LU {at=2264763.603963843, lu_delay=5.816324516199529, ms=00015}
22:48:57.422832 run mass: MS performed LU {at=2264763.631077039, lu_delay=4.865379365161061, ms=00017}
22:48:57.444257 run osmo-ms-mob/00028: Starting mobile
22:48:57.457198 run osmo-ms-mob/00028(pid=163): Launched
22:48:57.467926 run mass: MS start registered {at=2264763.676245085, delay=0.004829538986086845, ms=00028}
22:48:57.946482 run osmo-ms-mob/00029: Starting mobile
22:48:57.985399 run osmo-ms-mob/00029(pid=164): Launched
22:48:57.996198 run mass: MS start registered {at=2264764.204518083, delay=0.004282049834728241, ms=00029}
22:48:58.342963 run osmo-ms-mob/00030: Starting mobile
22:48:58.356598 run osmo-ms-mob/00030(pid=165): Launched
22:48:58.367605 run mass: MS start registered {at=2264764.575921487, delay=0.004970037844032049, ms=00030}
22:48:58.744712 run osmo-ms-mob/00031: Starting mobile
22:48:58.758430 run osmo-ms-mob/00031(pid=166): Launched
22:48:58.769557 run mass: MS start registered {at=2264764.977876107, delay=0.004748562350869179, ms=00031}
22:48:59.032768 run osmo-ms-mob/00032: Starting mobile
22:48:59.045680 run osmo-ms-mob/00032(pid=167): Launched
22:48:59.056478 run mass: MS start registered {at=2264765.264800084, delay=0.004704815801233053, ms=00032}
22:48:59.195701 run mass: MS performed LU {at=2264765.403895051, lu_delay=5.608418939169496, ms=00019}
22:48:59.260531 run mass: MS performed LU {at=2264765.468770303, lu_delay=5.17038673395291, ms=00020}
22:48:59.325133 run mass: MS performed LU {at=2264765.533356574, lu_delay=4.771339149679989, ms=00021}
22:48:59.351914 run osmo-ms-mob/00033: Starting mobile
22:48:59.364789 run osmo-ms-mob/00033(pid=168): Launched
22:48:59.375405 run mass: MS start registered {at=2264765.583726994, delay=0.004576744046062231, ms=00033}
22:48:59.450185 run mass: MS performed LU {at=2264765.658416673, lu_delay=6.250628233887255, ms=00018}
22:48:59.852770 run osmo-ms-mob/00034: Starting mobile
22:48:59.868887 run osmo-ms-mob/00034(pid=169): Launched
22:48:59.879687 run mass: MS start registered {at=2264766.088006291, delay=0.0044882819056510925, ms=00034}
22:49:00.141826 run osmo-ms-mob/00035: Starting mobile
22:49:00.155424 run osmo-ms-mob/00035(pid=170): Launched
22:49:00.166263 run mass: MS start registered {at=2264766.374583796, delay=0.004822629038244486, ms=00035}
22:49:00.529655 run osmo-ms-mob/00036: Starting mobile
22:49:00.542764 run osmo-ms-mob/00036(pid=171): Launched
22:49:00.553381 run mass: MS start registered {at=2264766.761703493, delay=0.0046328529715538025, ms=00036}
22:49:00.961405 run osmo-ms-mob/00037: Starting mobile
22:49:00.978278 run osmo-ms-mob/00037(pid=172): Launched
22:49:00.988899 run mass: MS start registered {at=2264767.197219348, delay=0.004546381067484617, ms=00037}
22:49:01.115909 run mass: MS performed LU {at=2264767.324128456, lu_delay=6.148673178162426, ms=00022}
22:49:01.161289 run mass: MS performed LU {at=2264767.369534099, lu_delay=5.264459752012044, ms=00024}
22:49:01.183265 run osmo-ms-mob/00038: Starting mobile
22:49:01.196417 run osmo-ms-mob/00038(pid=173): Launched
22:49:01.202445 run mass: MS performed LU {at=2264767.410775092, lu_delay=5.703460375778377, ms=00023}
22:49:01.208281 run mass: MS start registered {at=2264767.416617178, delay=0.005857392679899931, ms=00038}
22:49:01.369439 run mass: MS performed LU {at=2264767.577651548, lu_delay=5.004226478282362, ms=00025}
22:49:01.383746 run osmo-ms-mob/00039: Starting mobile
22:49:01.397050 run osmo-ms-mob/00039(pid=174): Launched
22:49:01.407633 run mass: MS start registered {at=2264767.615955238, delay=0.004626905079931021, ms=00039}
22:49:01.951497 run osmo-ms-mob/00040: Starting mobile
22:49:01.968242 run osmo-ms-mob/00040(pid=175): Launched
22:49:01.979166 run mass: MS start registered {at=2264768.18748557, delay=0.004970057867467403, ms=00040}
22:49:02.229521 run osmo-ms-mob/00041: Starting mobile
22:49:02.242471 run osmo-ms-mob/00041(pid=176): Launched
22:49:02.253360 run mass: MS start registered {at=2264768.461677456, delay=0.004691526759415865, ms=00041}
22:49:02.542596 run osmo-ms-mob/00042: Starting mobile
22:49:02.556690 run osmo-ms-mob/00042(pid=177): Launched
22:49:02.567341 run mass: MS start registered {at=2264768.775662057, delay=0.004750266205519438, ms=00042}
22:49:02.929916 run osmo-ms-mob/00043: Starting mobile
22:49:02.943311 run osmo-ms-mob/00043(pid=178): Launched
22:49:02.954112 run mass: MS start registered {at=2264769.162430698, delay=0.004783064126968384, ms=00043}
22:49:03.026712 run mass: MS performed LU {at=2264769.234934009, lu_delay=5.030415926128626, ms=00029}
22:49:03.091469 run mass: MS performed LU {at=2264769.299690768, lu_delay=5.623445683158934, ms=00028}
22:49:03.106416 run osmo-ms-mob/00044: Starting mobile
22:49:03.119158 run osmo-ms-mob/00044(pid=179): Launched
22:49:03.129725 run mass: MS start registered {at=2264769.338048096, delay=0.004672375041991472, ms=00044}
22:49:03.159400 run mass: MS performed LU {at=2264769.36769018, lu_delay=5.992497113067657, ms=00027}
22:49:03.197272 run mass: MS performed LU {at=2264769.405513213, lu_delay=4.829591725952923, ms=00030}
22:49:03.221522 run osmo-ms-mob/00045: Starting mobile
22:49:03.234701 run osmo-ms-mob/00045(pid=180): Launched
22:49:03.240711 run mass: MS performed LU {at=2264769.449038731, lu_delay=6.487247445154935, ms=00026}
22:49:03.246497 run mass: MS start registered {at=2264769.454831462, delay=0.005810591857880354, ms=00045}
22:49:03.829990 run osmo-ms-mob/00046: Starting mobile
22:49:03.843309 run osmo-ms-mob/00046(pid=181): Launched
22:49:03.854047 run mass: MS start registered {at=2264770.062368428, delay=0.004623807035386562, ms=00046}
22:49:04.142748 run osmo-ms-mob/00047: Starting mobile
22:49:04.156799 run osmo-ms-mob/00047(pid=182): Launched
22:49:04.167434 run mass: MS start registered {at=2264770.375757065, delay=0.004542825277894735, ms=00047}
22:49:04.448650 run osmo-ms-mob/00048: Starting mobile
22:49:04.463636 run osmo-ms-mob/00048(pid=183): Launched
22:49:04.474543 run mass: MS start registered {at=2264770.682862649, delay=0.004884793423116207, ms=00048}
22:49:04.729500 run osmo-ms-mob/00049: Starting mobile
22:49:04.742382 run osmo-ms-mob/00049(pid=184): Launched
22:49:04.752997 run mass: MS start registered {at=2264770.961316396, delay=0.004566940013319254, ms=00049}
22:49:04.825316 run mass: MS performed LU {at=2264771.033548952, lu_delay=5.449821957852691, ms=00033}
22:49:04.927173 run mass: MS performed LU {at=2264771.135394054, lu_delay=6.157517946790904, ms=00031}
22:49:04.955678 run osmo-ms-mob/00050: Starting mobile
22:49:04.968610 run osmo-ms-mob/00050(pid=185): Launched
22:49:04.974670 run mass: MS performed LU {at=2264771.183000754, lu_delay=4.808416957966983, ms=00035}
22:49:04.980543 run mass: MS start registered {at=2264771.188878534, delay=0.005894333124160767, ms=00050}
22:49:05.117555 run mass: MS performed LU {at=2264771.325774852, lu_delay=6.060974768362939, ms=00032}
22:49:05.141217 run mass: MS performed LU {at=2264771.349547247, lu_delay=5.261540955863893, ms=00034}
22:49:05.152142 run osmo-ms-mob/00051: Starting mobile
22:49:05.165207 run osmo-ms-mob/00051(pid=186): Launched
22:49:05.175915 run mass: MS start registered {at=2264771.384237372, delay=0.004716178867965937, ms=00051}
22:49:05.741833 run osmo-ms-mob/00052: Starting mobile
22:49:05.755802 run osmo-ms-mob/00052(pid=187): Launched
22:49:05.766923 run mass: MS start registered {at=2264771.97524107, delay=0.0046133301220834255, ms=00052}
22:49:06.043128 run osmo-ms-mob/00053: Starting mobile
22:49:06.057336 run osmo-ms-mob/00053(pid=188): Launched
22:49:06.068097 run mass: MS start registered {at=2264772.276392914, delay=0.004671537782996893, ms=00053}
22:49:06.329112 run osmo-ms-mob/00054: Starting mobile
22:49:06.342169 run osmo-ms-mob/00054(pid=189): Launched
22:49:06.353131 run mass: MS start registered {at=2264772.561453512, delay=0.00488282972946763, ms=00054}
22:49:06.629786 run osmo-ms-mob/00055: Starting mobile
22:49:06.642919 run osmo-ms-mob/00055(pid=190): Launched
22:49:06.653655 run mass: MS start registered {at=2264772.861976607, delay=0.0047294688411056995, ms=00055}
22:49:06.791919 run mass: MS performed LU {at=2264773.000126031, lu_delay=4.5384485754184425, ms=00041}
22:49:06.856749 run mass: MS performed LU {at=2264773.064968643, lu_delay=6.303265149705112, ms=00036}
22:49:06.883421 run osmo-ms-mob/00056: Starting mobile
22:49:06.896314 run osmo-ms-mob/00056(pid=191): Launched
22:49:06.906944 run mass: MS start registered {at=2264773.115270561, delay=0.004643856082111597, ms=00056}
22:49:06.924545 run mass: MS performed LU {at=2264773.132865644, lu_delay=5.935646296013147, ms=00037}
22:49:06.962214 run mass: MS performed LU {at=2264773.170444697, lu_delay=4.982959127053618, ms=00040}
22:49:06.983320 run osmo-ms-mob/00057: Starting mobile
22:49:06.996330 run osmo-ms-mob/00057(pid=192): Launched
22:49:07.002647 run mass: MS performed LU {at=2264773.210973946, lu_delay=5.595018707681447, ms=00039}
22:49:07.008524 run mass: MS start registered {at=2264773.216858143, delay=0.005901601165533066, ms=00057}
22:49:07.035719 run mass: MS performed LU {at=2264773.244014579, lu_delay=5.827397400978953, ms=00038}
22:49:07.630482 run osmo-ms-mob/00058: Starting mobile
22:49:07.644114 run osmo-ms-mob/00058(pid=193): Launched
22:49:07.655029 run mass: MS start registered {at=2264773.86335047, delay=0.0044552600011229515, ms=00058}
22:49:07.929461 run osmo-ms-mob/00059: Starting mobile
22:49:07.942693 run osmo-ms-mob/00059(pid=194): Launched
22:49:07.953474 run mass: MS start registered {at=2264774.161790532, delay=0.0046793739311397076, ms=00059}
22:49:08.229741 run osmo-ms-mob/00060: Starting mobile
22:49:08.243031 run osmo-ms-mob/00060(pid=195): Launched
22:49:08.254186 run mass: MS start registered {at=2264774.462503993, delay=0.00491804676130414, ms=00060}
22:49:08.591223 run mass: MS performed LU {at=2264774.799442246, lu_delay=4.423685180954635, ms=00047}
22:49:08.635221 run osmo-ms-mob/00061: Starting mobile
22:49:08.649475 run osmo-ms-mob/00061(pid=196): Launched
22:49:08.660184 run mass: MS start registered {at=2264774.868505676, delay=0.004565070848912001, ms=00061}
22:49:08.692325 run mass: MS performed LU {at=2264774.900564731, lu_delay=6.124902673996985, ms=00042}
22:49:08.720526 run mass: MS performed LU {at=2264774.928772213, lu_delay=5.766341514885426, ms=00043}
22:49:08.737985 run osmo-ms-mob/00062: Starting mobile
22:49:08.750909 run osmo-ms-mob/00062(pid=197): Launched
22:49:08.761488 run mass: MS start registered {at=2264774.969810466, delay=0.004523574840277433, ms=00062}
22:49:08.882889 run mass: MS performed LU {at=2264775.091107472, lu_delay=5.75305937603116, ms=00044}
22:49:08.905846 run mass: MS performed LU {at=2264775.114177155, lu_delay=5.051808726973832, ms=00046}
22:49:08.916824 run osmo-ms-mob/00063: Starting mobile
22:49:08.929885 run osmo-ms-mob/00063(pid=198): Launched
22:49:08.936009 run mass: MS performed LU {at=2264775.144335253, lu_delay=5.6895037912763655, ms=00045}
22:49:08.941827 run mass: MS start registered {at=2264775.150161904, delay=0.005861104000359774, ms=00063}
22:49:09.642134 run osmo-ms-mob/00064: Starting mobile
22:49:09.656399 run osmo-ms-mob/00064(pid=199): Launched
22:49:09.667566 run mass: MS start registered {at=2264775.875887282, delay=0.004884238354861736, ms=00064}
22:49:10.042468 run osmo-ms-mob/00065: Starting mobile
22:49:10.055991 run osmo-ms-mob/00065(pid=200): Launched
22:49:10.067415 run mass: MS start registered {at=2264776.275736643, delay=0.00506175309419632, ms=00065}
22:49:10.330427 run osmo-ms-mob/00066: Starting mobile
22:49:10.343323 run osmo-ms-mob/00066(pid=201): Launched
22:49:10.354158 run mass: MS start registered {at=2264776.562479608, delay=0.00472385436296463, ms=00066}
22:49:10.557721 run mass: MS performed LU {at=2264776.765938718, lu_delay=6.083076068665832, ms=00048}
22:49:10.621928 run mass: MS performed LU {at=2264776.83014738, lu_delay=5.641268846113235, ms=00050}
22:49:10.665269 run osmo-ms-mob/00067: Starting mobile
22:49:10.679362 run osmo-ms-mob/00067(pid=202): Launched
22:49:10.690360 run mass: MS start registered {at=2264776.898669946, delay=0.004893859848380089, ms=00067}
22:49:10.696276 run mass: MS performed LU {at=2264776.9046066, lu_delay=5.943290203809738, ms=00049}
22:49:10.727505 run mass: MS performed LU {at=2264776.935776884, lu_delay=4.96053581405431, ms=00052}
22:49:10.744521 run osmo-ms-mob/00068: Starting mobile
22:49:10.758085 run osmo-ms-mob/00068(pid=203): Launched
22:49:10.768968 run mass: MS start registered {at=2264776.977286423, delay=0.004742830991744995, ms=00068}
22:49:11.037844 run mass: MS performed LU {at=2264777.246065496, lu_delay=4.969672582112253, ms=00053}
22:49:11.442520 run osmo-ms-mob/00069: Starting mobile
22:49:11.456619 run osmo-ms-mob/00069(pid=204): Launched
22:49:11.467311 run mass: MS start registered {at=2264777.675631298, delay=0.004626425448805094, ms=00069}
22:49:11.843226 run osmo-ms-mob/00070: Starting mobile
22:49:11.857361 run osmo-ms-mob/00070(pid=205): Launched
22:49:11.863529 run mass: MS performed LU {at=2264778.071856274, lu_delay=20.91034740768373, ms=00014}
22:49:11.869641 run mass: MS start registered {at=2264778.077975783, delay=0.006137453950941563, ms=00070}
22:49:12.263850 run osmo-ms-mob/00071: Starting mobile
22:49:12.279195 run osmo-ms-mob/00071(pid=206): Launched
22:49:12.290041 run mass: MS start registered {at=2264778.498360438, delay=0.004888513591140509, ms=00071}
22:49:12.356922 run mass: MS performed LU {at=2264778.565142509, lu_delay=6.00368899712339, ms=00054}
22:49:12.459129 run mass: MS performed LU {at=2264778.667350711, lu_delay=5.450492567848414, ms=00057}
22:49:12.485394 run mass: MS performed LU {at=2264778.693705228, lu_delay=5.578434667084366, ms=00056}
22:49:12.497315 run osmo-ms-mob/00072: Starting mobile
22:49:12.510206 run osmo-ms-mob/00072(pid=207): Launched
22:49:12.521055 run mass: MS start registered {at=2264778.729376929, delay=0.0046330108307302, ms=00072}
22:49:12.666657 run mass: MS performed LU {at=2264778.87486011, lu_delay=4.713069578167051, ms=00059}
22:49:12.703107 run mass: MS performed LU {at=2264778.911372099, lu_delay=5.048021628987044, ms=00058}
22:49:13.059343 run osmo-ms-mob/00073: Starting mobile
22:49:13.074905 run osmo-ms-mob/00073(pid=208): Launched
22:49:13.085913 run mass: MS start registered {at=2264779.294233603, delay=0.004697050899267197, ms=00073}
22:49:13.442571 run osmo-ms-mob/00074: Starting mobile
22:49:13.456555 run osmo-ms-mob/00074(pid=209): Launched
22:49:13.467695 run mass: MS start registered {at=2264779.676009353, delay=0.005069631617516279, ms=00074}
22:49:13.492495 run mass: MS performed LU {at=2264779.700737403, lu_delay=21.40443093655631, ms=00016}
22:49:13.843796 run osmo-ms-mob/00075: Starting mobile
22:49:13.857933 run osmo-ms-mob/00075(pid=210): Launched
22:49:13.868898 run mass: MS start registered {at=2264780.077219282, delay=0.004711543675512075, ms=00075}
22:49:14.221856 run mass: MS performed LU {at=2264780.430076487, lu_delay=5.561570811085403, ms=00061}
22:49:14.261854 run osmo-ms-mob/00076: Starting mobile
22:49:14.277374 run osmo-ms-mob/00076(pid=211): Launched
22:49:14.283508 run mass: MS performed LU {at=2264780.491835181, lu_delay=6.029331188183278, ms=00060}
22:49:14.289440 run mass: MS start registered {at=2264780.497775983, delay=0.0059606959111988544, ms=00076}
22:49:14.387313 run mass: MS performed LU {at=2264780.595542545, lu_delay=5.445380641147494, ms=00063}
22:49:14.567608 run mass: MS performed LU {at=2264780.775830027, lu_delay=4.899942744988948, ms=00064}
22:49:14.622746 run osmo-ms-mob/00077: Starting mobile
22:49:14.637708 run osmo-ms-mob/00077(pid=212): Launched
22:49:14.648493 run mass: MS start registered {at=2264780.85681321, delay=0.0047337631694972515, ms=00077}
22:49:15.242427 run osmo-ms-mob/00078: Starting mobile
22:49:15.256590 run osmo-ms-mob/00078(pid=213): Launched
22:49:15.267758 run mass: MS start registered {at=2264781.476073142, delay=0.004923144355416298, ms=00078}
22:49:15.436235 run mass: MS performed LU {at=2264781.64446197, lu_delay=4.667175546754152, ms=00068}
22:49:15.637859 run osmo-ms-mob/00079: Starting mobile
22:49:15.651598 run osmo-ms-mob/00079(pid=214): Launched
22:49:15.662710 run mass: MS start registered {at=2264781.871026852, delay=0.00509426835924387, ms=00079}
22:49:16.170596 run osmo-ms-mob/00080: Starting mobile
22:49:16.187673 run osmo-ms-mob/00080(pid=215): Launched
22:49:16.193796 run mass: MS performed LU {at=2264782.402122624, lu_delay=6.126385981217027, ms=00065}
22:49:16.199803 run mass: MS start registered {at=2264782.40813709, delay=0.006032552104443312, ms=00080}
22:49:16.224468 run mass: MS performed LU {at=2264782.432699213, lu_delay=4.757067914586514, ms=00069}
22:49:16.252420 run mass: MS performed LU {at=2264782.460649968, lu_delay=4.382674185093492, ms=00070}
22:49:16.432296 run mass: MS performed LU {at=2264782.640506965, lu_delay=5.741837019100785, ms=00067}
22:49:16.461125 run osmo-ms-mob/00081: Starting mobile
22:49:16.474475 run osmo-ms-mob/00081(pid=216): Launched
22:49:16.480554 run mass: MS performed LU {at=2264782.688882539, lu_delay=6.126402930822223, ms=00066}
22:49:16.486583 run mass: MS start registered {at=2264782.694917462, delay=0.006052942015230656, ms=00081}
22:49:17.043336 run osmo-ms-mob/00082: Starting mobile
22:49:17.058190 run osmo-ms-mob/00082(pid=217): Launched
22:49:17.069232 run mass: MS start registered {at=2264783.277552488, delay=0.004727313760668039, ms=00082}
22:49:17.659364 run osmo-ms-mob/00083: Starting mobile
22:49:17.674428 run osmo-ms-mob/00083(pid=218): Launched
22:49:17.685611 run mass: MS start registered {at=2264783.893931438, delay=0.00513759208843112, ms=00083}
22:49:17.987513 run mass: MS performed LU {at=2264784.195733649, lu_delay=4.5197242964059114, ms=00074}
22:49:18.024863 run mass: MS performed LU {at=2264784.23309421, lu_delay=5.50371728092432, ms=00072}
22:49:18.050248 run osmo-ms-mob/00084: Starting mobile
22:49:18.063691 run osmo-ms-mob/00084(pid=219): Launched
22:49:18.074521 run mass: MS start registered {at=2264784.2828412, delay=0.004669942893087864, ms=00084}
22:49:18.154337 run mass: MS performed LU {at=2264784.36255781, lu_delay=5.068324206862599, ms=00073}
22:49:18.279776 run mass: MS performed LU {at=2264784.487977013, lu_delay=5.9896165751852095, ms=00071}
22:49:18.661570 run osmo-ms-mob/00085: Starting mobile
22:49:18.679157 run osmo-ms-mob/00085(pid=220): Launched
22:49:18.690012 run mass: MS start registered {at=2264784.898308488, delay=0.004720363300293684, ms=00085}
22:49:19.243760 run osmo-ms-mob/00086: Starting mobile
22:49:19.257734 run osmo-ms-mob/00086(pid=221): Launched
22:49:19.268509 run mass: MS start registered {at=2264785.476831091, delay=0.004581283312290907, ms=00086}
22:49:19.860729 run osmo-ms-mob/00087: Starting mobile
22:49:19.877532 run osmo-ms-mob/00087(pid=222): Launched
22:49:19.887923 run mass: MS performed LU {at=2264786.096243883, lu_delay=5.239430672954768, ms=00077}
22:49:19.893937 run mass: MS start registered {at=2264786.102273111, delay=0.009960097260773182, ms=00087}
22:49:19.990777 run mass: MS performed LU {at=2264786.198998605, lu_delay=4.722925462760031, ms=00078}
22:49:20.017390 run mass: MS performed LU {at=2264786.225701359, lu_delay=6.148482077289373, ms=00075}
22:49:20.181079 run mass: MS performed LU {at=2264786.389296109, lu_delay=5.8915201257914305, ms=00076}
22:49:20.204530 run mass: MS performed LU {at=2264786.412861522, lu_delay=4.541834669653326, ms=00079}
22:49:20.230075 run osmo-ms-mob/00088: Starting mobile
22:49:20.243339 run osmo-ms-mob/00088(pid=223): Launched
22:49:20.254237 run mass: MS start registered {at=2264786.462556271, delay=0.004715295042842627, ms=00088}
22:49:21.042249 run osmo-ms-mob/00089: Starting mobile
22:49:21.056499 run osmo-ms-mob/00089(pid=224): Launched
22:49:21.067607 run mass: MS start registered {at=2264787.2759276, delay=0.005078277084976435, ms=00089}
22:49:21.641610 run osmo-ms-mob/00090: Starting mobile
22:49:21.655222 run osmo-ms-mob/00090(pid=225): Launched
22:49:21.666232 run mass: MS start registered {at=2264787.874554158, delay=0.0050877672620117664, ms=00090}
22:49:21.854923 run mass: MS performed LU {at=2264788.063094972, lu_delay=5.654957882128656, ms=00080}
22:49:21.919406 run mass: MS performed LU {at=2264788.127624567, lu_delay=5.432707105297595, ms=00081}
22:49:21.988449 run mass: MS performed LU {at=2264788.196669111, lu_delay=4.919116623234004, ms=00082}
22:49:22.359141 run osmo-ms-mob/00091: Starting mobile
22:49:22.375098 run osmo-ms-mob/00091(pid=226): Launched
22:49:22.386001 run mass: MS start registered {at=2264788.594322919, delay=0.004987502004951239, ms=00091}
22:49:23.043004 run osmo-ms-mob/00092: Starting mobile
22:49:23.056814 run osmo-ms-mob/00092(pid=227): Launched
22:49:23.067649 run mass: MS start registered {at=2264789.275972094, delay=0.004866877105087042, ms=00092}
22:49:23.654667 run mass: MS performed LU {at=2264789.862888194, lu_delay=5.968956755939871, ms=00083}
22:49:23.756358 run mass: MS performed LU {at=2264789.964576848, lu_delay=5.681735647842288, ms=00084}
22:49:23.812019 run osmo-ms-mob/00093: Starting mobile
22:49:23.827073 run osmo-ms-mob/00093(pid=228): Launched
22:49:23.832960 run mass: MS performed LU {at=2264790.041289774, lu_delay=5.142981285694987, ms=00085}
22:49:23.838680 run mass: MS start registered {at=2264790.047015578, delay=0.005741308908909559, ms=00093}
22:49:23.908218 run mass: MS performed LU {at=2264790.116435369, lu_delay=4.639604277908802, ms=00086}
22:49:24.730091 run osmo-ms-mob/00094: Starting mobile
22:49:24.743304 run osmo-ms-mob/00094(pid=229): Launched
22:49:24.754059 run mass: MS start registered {at=2264790.962378478, delay=0.004815665073692799, ms=00094}
22:49:25.660360 run osmo-ms-mob/00095: Starting mobile
22:49:25.677166 run osmo-ms-mob/00095(pid=230): Launched
22:49:25.683234 run mass: MS performed LU {at=2264791.891561801, lu_delay=4.615634201094508, ms=00089}
22:49:25.689351 run mass: MS performed LU {at=2264791.897684325, lu_delay=5.435128054115921, ms=00088}
22:49:25.695041 run mass: MS start registered {at=2264791.903377065, delay=0.011832959949970245, ms=00095}
22:49:25.754996 run mass: MS performed LU {at=2264791.96321545, lu_delay=5.860942338593304, ms=00087}
22:49:26.643173 run osmo-ms-mob/00096: Starting mobile
22:49:26.657154 run osmo-ms-mob/00096(pid=231): Launched
22:49:26.668088 run mass: MS start registered {at=2264792.87640851, delay=0.004789148923009634, ms=00096}
22:49:27.522817 run mass: MS performed LU {at=2264793.731035914, lu_delay=5.856481755618006, ms=00090}
22:49:27.549789 run mass: MS performed LU {at=2264793.75801149, lu_delay=5.163688571192324, ms=00091}
22:49:27.585743 run osmo-ms-mob/00097: Starting mobile
22:49:27.600616 run osmo-ms-mob/00097(pid=232): Launched
22:49:27.611401 run mass: MS start registered {at=2264793.819725278, delay=0.004739928990602493, ms=00097}
22:49:27.656182 run mass: MS performed LU {at=2264793.864415362, lu_delay=4.5884432680904865, ms=00092}
22:49:27.909566 run mass: MS performed LU {at=2264794.117783474, lu_delay=22.733546101953834, ms=00051}
22:49:29.059145 run osmo-ms-mob/00098: Starting mobile
22:49:29.072192 run osmo-ms-mob/00098(pid=233): Launched
22:49:29.083601 run mass: MS start registered {at=2264795.29191942, delay=0.005020551849156618, ms=00098}
22:49:29.386573 run mass: MS performed LU {at=2264795.594690741, lu_delay=4.632312262896448, ms=00094}
22:49:29.451241 run mass: MS performed LU {at=2264795.659461467, lu_delay=5.612445889040828, ms=00093}
22:49:29.520205 run mass: MS performed LU {at=2264795.728441314, lu_delay=22.8664647070691, ms=00055}
22:49:30.852582 run osmo-ms-mob/00099: Starting mobile
22:49:30.868954 run osmo-ms-mob/00099(pid=234): Launched
22:49:30.874988 run mass: All started... {duration=55.75598105369136, too_slow=0}
22:49:30.880604 run mass: MS start registered {at=2264797.088933646, delay=0.005609447136521339, ms=00099}
22:49:31.288195 run mass: MS performed LU {at=2264797.49641137, lu_delay=5.593034305144101, ms=00095}
22:49:31.421503 run mass: MS performed LU {at=2264797.629718414, lu_delay=4.753309904132038, ms=00096}
22:49:31.551098 run mass: MS performed LU {at=2264797.759318291, lu_delay=22.78950782539323, ms=00062}
22:49:33.152523 run mass: MS performed LU {at=2264799.360695669, lu_delay=5.540970391128212, ms=00097}
22:49:35.053472 run mass: MS performed LU {at=2264801.261689534, lu_delay=5.969770113937557, ms=00098}
22:49:36.919577 run mass: MS performed LU {at=2264803.127795147, lu_delay=6.038861500564963, ms=00099}
22:49:36.928712 run mass: Tests done {all_completed=True, max=22.8664647070691, min=4.382674185093492}
22:49:36.934126 tst register_default_mass.py: Test passed (81.1 sec)
22:49:36.939469 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:36.942727 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:36.945973 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:36.949270 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:36.952554 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:36.955862 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:36.959226 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:36.962661 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:36.965982 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:36.969300 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:36.972606 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:36.975974 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:36.979262 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:36.982584 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:36.985908 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:36.989327 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:36.992760 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:36.996239 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:36.999594 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:37.003007 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:37.006370 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:37.009774 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:37.013378 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:37.017294 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:37.020705 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:37.024149 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:37.027600 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:37.031064 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:37.034435 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:37.037890 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:37.041359 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:37.044752 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:37.048201 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:37.051534 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:37.054930 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:37.058324 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:37.062202 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:37.065629 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:37.069114 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:37.072588 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:37.076062 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:37.079750 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:37.083233 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:37.087138 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:37.090617 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:37.094132 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:37.097591 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:37.101075 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:37.104532 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:37.108203 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:37.111806 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:37.115399 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:37.118973 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:37.122469 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:37.126344 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:37.130272 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:37.133923 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:37.137380 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:37.140846 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:37.144448 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:37.148290 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:37.151747 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:37.155340 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:37.158757 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:37.162174 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:37.165533 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:37.168912 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:37.172340 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:37.175678 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:37.179417 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:37.182769 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:37.186096 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:37.189429 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:37.192739 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:37.196072 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:37.199382 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:37.203161 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:37.206510 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:37.209880 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:37.213241 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:37.216608 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:37.219981 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:37.223330 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:37.226670 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:37.230043 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:37.233378 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:37.236727 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:37.240106 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:37.243466 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:37.246801 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:37.250161 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:37.253518 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:37.256876 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:37.260238 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:37.263583 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:37.266941 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:37.270304 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:37.273831 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:37.277733 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:37.281772 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:37.285103 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:37.288439 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:37.291800 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:37.295147 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:37.298496 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:37.301833 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:37.305231 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:37.308607 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:37.311990 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:37.315320 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:37.318686 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:37.322038 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:37.325364 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:37.328751 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:37.332098 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:37.335400 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:37.338654 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:37.341914 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:37.345166 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:37.348414 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:37.351651 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:37.354902 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:37.358149 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:37.361408 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:37.364648 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:37.367920 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:37.371166 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:37.374409 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:37.377704 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:37.381013 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:37.384320 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:37.387632 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:37.390935 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:37.394238 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:37.397534 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:37.400835 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:37.404139 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:37.407435 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:37.410737 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:37.414044 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:37.417337 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:37.420648 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:37.423955 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:37.427261 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:37.430570 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:37.433876 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:37.437165 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:37.440475 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:37.443771 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:37.447063 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:37.450354 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:37.453636 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:37.456941 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:37.460243 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:37.463534 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:37.466836 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:37.470137 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:37.473434 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:37.476747 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:37.480052 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:37.483362 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:37.486666 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:37.489974 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:37.493268 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:37.496567 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:37.499866 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:37.503155 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:37.506454 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:37.509761 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:37.513070 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:37.516371 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:37.519674 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:37.522931 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:37.526162 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:37.529400 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:37.532636 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:37.535881 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:37.539110 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:37.542343 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:37.545586 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:37.548841 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:37.552082 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:37.555319 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:37.558610 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:37.561863 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:37.565103 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:37.568344 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:37.571573 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:37.574810 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:37.578047 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:37.581294 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:37.584529 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:37.587818 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:37.591092 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:37.594396 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:37.597700 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:37.600995 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:37.604288 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:37.607581 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:37.610864 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:37.614163 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:37.617474 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:37.620762 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:37.624064 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:37.627365 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:37.630654 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:37.633942 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:37.637256 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:37.640549 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:37.643846 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:37.647152 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:37.650462 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:37.653799 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:37.657116 --- ParallelTerminationStrategy: PID 22 died...
22:49:37.658607 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:37.662255 --- ParallelTerminationStrategy: PID 23 died...
22:49:37.663741 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:37.667371 --- ParallelTerminationStrategy: PID 24 died...
22:49:37.668849 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:37.672494 --- ParallelTerminationStrategy: PID 25 died...
22:49:37.673989 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:37.677643 --- ParallelTerminationStrategy: PID 26 died...
22:49:37.679120 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:37.682794 --- ParallelTerminationStrategy: PID 27 died...
22:49:37.684287 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:37.687956 --- ParallelTerminationStrategy: PID 28 died...
22:49:37.689435 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:37.693097 --- ParallelTerminationStrategy: PID 29 died...
22:49:37.694584 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:37.698254 --- ParallelTerminationStrategy: PID 30 died...
22:49:37.699746 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:37.703399 --- ParallelTerminationStrategy: PID 31 died...
22:49:37.704902 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:37.708583 --- ParallelTerminationStrategy: PID 32 died...
22:49:37.710056 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:37.713736 --- ParallelTerminationStrategy: PID 33 died...
22:49:37.715219 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:37.718918 --- ParallelTerminationStrategy: PID 35 died...
22:49:37.720438 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:37.724152 --- ParallelTerminationStrategy: PID 36 died...
22:49:37.725650 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:37.729324 --- ParallelTerminationStrategy: PID 37 died...
22:49:37.730814 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:37.734491 --- ParallelTerminationStrategy: PID 38 died...
22:49:37.736009 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:37.739684 --- ParallelTerminationStrategy: PID 39 died...
22:49:37.741170 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:37.744859 --- ParallelTerminationStrategy: PID 40 died...
22:49:37.746362 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:37.750063 --- ParallelTerminationStrategy: PID 41 died...
22:49:37.751553 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:37.755247 --- ParallelTerminationStrategy: PID 42 died...
22:49:37.756751 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:37.760452 --- ParallelTerminationStrategy: PID 43 died...
22:49:37.761942 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:37.765690 --- ParallelTerminationStrategy: PID 44 died...
22:49:37.767243 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:37.771071 --- ParallelTerminationStrategy: PID 45 died...
22:49:37.772626 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:37.776445 --- ParallelTerminationStrategy: PID 46 died...
22:49:37.777997 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:37.781814 --- ParallelTerminationStrategy: PID 47 died...
22:49:37.783366 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:37.787170 --- ParallelTerminationStrategy: PID 48 died...
22:49:37.788711 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:37.792524 --- ParallelTerminationStrategy: PID 49 died...
22:49:37.794055 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:37.797869 --- ParallelTerminationStrategy: PID 50 died...
22:49:37.799406 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:37.803238 --- ParallelTerminationStrategy: PID 51 died...
22:49:37.804789 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:37.808631 --- ParallelTerminationStrategy: PID 52 died...
22:49:37.810177 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:37.813999 --- ParallelTerminationStrategy: PID 53 died...
22:49:37.815548 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:37.819376 --- ParallelTerminationStrategy: PID 54 died...
22:49:37.820927 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:37.824760 --- ParallelTerminationStrategy: PID 55 died...
22:49:37.826303 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:37.830116 --- ParallelTerminationStrategy: PID 56 died...
22:49:37.831668 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:37.835470 --- ParallelTerminationStrategy: PID 57 died...
22:49:37.837014 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:37.840820 --- ParallelTerminationStrategy: PID 58 died...
22:49:37.842370 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:37.846200 --- ParallelTerminationStrategy: PID 59 died...
22:49:37.847768 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:37.851562 --- ParallelTerminationStrategy: PID 60 died...
22:49:37.853105 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:37.856907 --- ParallelTerminationStrategy: PID 61 died...
22:49:37.858454 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:37.862275 --- ParallelTerminationStrategy: PID 62 died...
22:49:37.863818 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:37.867618 --- ParallelTerminationStrategy: PID 63 died...
22:49:37.869164 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:37.872980 --- ParallelTerminationStrategy: PID 64 died...
22:49:37.874525 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:37.878334 --- ParallelTerminationStrategy: PID 65 died...
22:49:37.879890 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:37.883706 --- ParallelTerminationStrategy: PID 66 died...
22:49:37.885251 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:37.889067 --- ParallelTerminationStrategy: PID 67 died...
22:49:37.890618 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:37.894328 --- ParallelTerminationStrategy: PID 68 died...
22:49:37.895830 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:37.899504 --- ParallelTerminationStrategy: PID 69 died...
22:49:37.900989 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:37.904657 --- ParallelTerminationStrategy: PID 70 died...
22:49:37.906129 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:37.909781 --- ParallelTerminationStrategy: PID 71 died...
22:49:37.911329 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:37.915157 --- ParallelTerminationStrategy: PID 72 died...
22:49:37.916713 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:37.920523 --- ParallelTerminationStrategy: PID 73 died...
22:49:37.922063 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:37.925800 --- ParallelTerminationStrategy: PID 74 died...
22:49:37.927273 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:37.930939 --- ParallelTerminationStrategy: PID 75 died...
22:49:37.932441 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:37.936092 --- ParallelTerminationStrategy: PID 76 died...
22:49:37.937575 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:37.941227 --- ParallelTerminationStrategy: PID 77 died...
22:49:37.942715 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:37.946380 --- ParallelTerminationStrategy: PID 78 died...
22:49:37.947864 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:37.951517 --- ParallelTerminationStrategy: PID 79 died...
22:49:37.953008 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:37.956694 --- ParallelTerminationStrategy: PID 80 died...
22:49:37.958175 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:37.961829 --- ParallelTerminationStrategy: PID 81 died...
22:49:37.963305 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:37.966974 --- ParallelTerminationStrategy: PID 82 died...
22:49:37.968449 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:37.972125 --- ParallelTerminationStrategy: PID 83 died...
22:49:37.973603 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:37.977268 --- ParallelTerminationStrategy: PID 84 died...
22:49:37.978745 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:37.982407 --- ParallelTerminationStrategy: PID 85 died...
22:49:37.983885 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:37.987539 --- ParallelTerminationStrategy: PID 86 died...
22:49:37.989036 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:37.992698 --- ParallelTerminationStrategy: PID 87 died...
22:49:37.994179 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:37.997829 --- ParallelTerminationStrategy: PID 88 died...
22:49:37.999307 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:38.002978 --- ParallelTerminationStrategy: PID 89 died...
22:49:38.004457 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:38.008096 --- ParallelTerminationStrategy: PID 90 died...
22:49:38.009570 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:38.013223 --- ParallelTerminationStrategy: PID 91 died...
22:49:38.014702 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:38.018359 --- ParallelTerminationStrategy: PID 92 died...
22:49:38.019850 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:38.023493 --- ParallelTerminationStrategy: PID 93 died...
22:49:38.024984 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:38.028654 --- ParallelTerminationStrategy: PID 94 died...
22:49:38.030128 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:38.033785 --- ParallelTerminationStrategy: PID 95 died...
22:49:38.035258 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:38.038910 --- ParallelTerminationStrategy: PID 96 died...
22:49:38.040394 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:38.044070 --- ParallelTerminationStrategy: PID 97 died...
22:49:38.045553 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:38.049226 --- ParallelTerminationStrategy: PID 98 died...
22:49:38.050713 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:38.054368 --- ParallelTerminationStrategy: PID 99 died...
22:49:38.055847 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:38.059491 --- ParallelTerminationStrategy: PID 100 died...
22:49:38.060991 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:38.064639 --- ParallelTerminationStrategy: PID 101 died...
22:49:38.066117 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:38.069771 --- ParallelTerminationStrategy: PID 102 died...
22:49:38.071245 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:38.074902 --- ParallelTerminationStrategy: PID 103 died...
22:49:38.076380 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:38.080038 --- ParallelTerminationStrategy: PID 104 died...
22:49:38.081518 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:38.085171 --- ParallelTerminationStrategy: PID 105 died...
22:49:38.086661 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:38.090327 --- ParallelTerminationStrategy: PID 106 died...
22:49:38.091812 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:38.095476 --- ParallelTerminationStrategy: PID 107 died...
22:49:38.096971 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:38.100632 --- ParallelTerminationStrategy: PID 108 died...
22:49:38.102117 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:38.105802 --- ParallelTerminationStrategy: PID 109 died...
22:49:38.107285 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:38.110948 --- ParallelTerminationStrategy: PID 110 died...
22:49:38.112450 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:38.116133 --- ParallelTerminationStrategy: PID 111 died...
22:49:38.117622 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:38.121286 --- ParallelTerminationStrategy: PID 112 died...
22:49:38.122763 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:38.126422 --- ParallelTerminationStrategy: PID 113 died...
22:49:38.127911 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:38.131570 --- ParallelTerminationStrategy: PID 114 died...
22:49:38.133061 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:38.136740 --- ParallelTerminationStrategy: PID 115 died...
22:49:38.138236 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:38.141937 --- ParallelTerminationStrategy: PID 116 died...
22:49:38.143421 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:38.147084 --- ParallelTerminationStrategy: PID 117 died...
22:49:38.148568 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:38.152220 --- ParallelTerminationStrategy: PID 118 died...
22:49:38.153711 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:38.157371 --- ParallelTerminationStrategy: PID 119 died...
22:49:38.158854 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:38.162516 --- ParallelTerminationStrategy: PID 120 died...
22:49:38.164015 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:38.167684 --- ParallelTerminationStrategy: PID 121 died...
22:49:38.169177 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:38.172838 --- ParallelTerminationStrategy: PID 122 died...
22:49:38.174321 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:38.177971 --- ParallelTerminationStrategy: PID 123 died...
22:49:38.179455 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:38.183171 --- ParallelTerminationStrategy: PID 124 died...
22:49:38.184658 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:38.188371 --- ParallelTerminationStrategy: PID 125 died...
22:49:38.189853 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:38.193530 --- ParallelTerminationStrategy: PID 126 died...
22:49:38.195019 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:38.198686 --- ParallelTerminationStrategy: PID 127 died...
22:49:38.200221 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:38.203904 --- ParallelTerminationStrategy: PID 128 died...
22:49:38.205402 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:38.209068 --- ParallelTerminationStrategy: PID 129 died...
22:49:38.210555 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:38.214228 --- ParallelTerminationStrategy: PID 130 died...
22:49:38.215718 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:38.219383 --- ParallelTerminationStrategy: PID 131 died...
22:49:38.220871 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:38.224555 --- ParallelTerminationStrategy: PID 132 died...
22:49:38.226044 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:38.229705 --- ParallelTerminationStrategy: PID 133 died...
22:49:38.231197 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:38.234857 --- ParallelTerminationStrategy: PID 134 died...
22:49:38.236357 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:38.240027 --- ParallelTerminationStrategy: PID 135 died...
22:49:38.241507 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:38.245192 --- ParallelTerminationStrategy: PID 136 died...
22:49:38.246689 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:38.250412 --- ParallelTerminationStrategy: PID 137 died...
22:49:38.251915 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:38.255611 --- ParallelTerminationStrategy: PID 138 died...
22:49:38.257108 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:38.260802 --- ParallelTerminationStrategy: PID 139 died...
22:49:38.262283 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:38.265981 --- ParallelTerminationStrategy: PID 140 died...
22:49:38.267462 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:38.271149 --- ParallelTerminationStrategy: PID 141 died...
22:49:38.272647 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:38.276347 --- ParallelTerminationStrategy: PID 142 died...
22:49:38.277830 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:38.281508 --- ParallelTerminationStrategy: PID 143 died...
22:49:38.283000 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:38.286695 --- ParallelTerminationStrategy: PID 144 died...
22:49:38.288201 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:38.291886 --- ParallelTerminationStrategy: PID 145 died...
22:49:38.293380 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:38.297073 --- ParallelTerminationStrategy: PID 146 died...
22:49:38.298556 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:38.302259 --- ParallelTerminationStrategy: PID 147 died...
22:49:38.303753 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:38.307435 --- ParallelTerminationStrategy: PID 148 died...
22:49:38.308926 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:38.312641 --- ParallelTerminationStrategy: PID 149 died...
22:49:38.314113 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:38.317818 --- ParallelTerminationStrategy: PID 150 died...
22:49:38.319305 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:38.323000 --- ParallelTerminationStrategy: PID 151 died...
22:49:38.324513 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:38.328197 --- ParallelTerminationStrategy: PID 152 died...
22:49:38.329693 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:38.333370 --- ParallelTerminationStrategy: PID 153 died...
22:49:38.334858 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:38.338528 --- ParallelTerminationStrategy: PID 154 died...
22:49:38.340032 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:38.343718 --- ParallelTerminationStrategy: PID 155 died...
22:49:38.345197 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:38.348885 --- ParallelTerminationStrategy: PID 156 died...
22:49:38.350361 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:38.354046 --- ParallelTerminationStrategy: PID 157 died...
22:49:38.355521 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:38.359188 --- ParallelTerminationStrategy: PID 158 died...
22:49:38.360685 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:38.364389 --- ParallelTerminationStrategy: PID 159 died...
22:49:38.365883 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:38.369557 --- ParallelTerminationStrategy: PID 160 died...
22:49:38.371044 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:38.374728 --- ParallelTerminationStrategy: PID 161 died...
22:49:38.376218 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:38.379882 --- ParallelTerminationStrategy: PID 162 died...
22:49:38.381358 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:38.385039 --- ParallelTerminationStrategy: PID 163 died...
22:49:38.386529 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:38.390222 --- ParallelTerminationStrategy: PID 164 died...
22:49:38.391707 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:38.395388 --- ParallelTerminationStrategy: PID 165 died...
22:49:38.396900 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:38.400573 --- ParallelTerminationStrategy: PID 166 died...
22:49:38.402050 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:38.405713 --- ParallelTerminationStrategy: PID 167 died...
22:49:38.407197 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:38.410898 --- ParallelTerminationStrategy: PID 168 died...
22:49:38.412397 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:38.416079 --- ParallelTerminationStrategy: PID 169 died...
22:49:38.417563 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:38.421222 --- ParallelTerminationStrategy: PID 170 died...
22:49:38.422700 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:38.426370 --- ParallelTerminationStrategy: PID 171 died...
22:49:38.427857 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:38.431547 --- ParallelTerminationStrategy: PID 172 died...
22:49:38.433048 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:38.436731 --- ParallelTerminationStrategy: PID 173 died...
22:49:38.438211 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:38.441898 --- ParallelTerminationStrategy: PID 174 died...
22:49:38.443373 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:38.447057 --- ParallelTerminationStrategy: PID 175 died...
22:49:38.448550 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:38.452222 --- ParallelTerminationStrategy: PID 176 died...
22:49:38.453705 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:38.457405 --- ParallelTerminationStrategy: PID 177 died...
22:49:38.458889 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:38.462572 --- ParallelTerminationStrategy: PID 178 died...
22:49:38.464062 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:38.467750 --- ParallelTerminationStrategy: PID 179 died...
22:49:38.469229 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:38.472921 --- ParallelTerminationStrategy: PID 180 died...
22:49:38.474407 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:38.478087 --- ParallelTerminationStrategy: PID 181 died...
22:49:38.479560 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:38.483272 --- ParallelTerminationStrategy: PID 182 died...
22:49:38.484753 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:38.488441 --- ParallelTerminationStrategy: PID 183 died...
22:49:38.489936 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:38.493622 --- ParallelTerminationStrategy: PID 184 died...
22:49:38.495099 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:38.498780 --- ParallelTerminationStrategy: PID 185 died...
22:49:38.500268 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:38.503958 --- ParallelTerminationStrategy: PID 186 died...
22:49:38.505446 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:38.509140 --- ParallelTerminationStrategy: PID 187 died...
22:49:38.510622 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:38.514305 --- ParallelTerminationStrategy: PID 188 died...
22:49:38.515788 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:38.519466 --- ParallelTerminationStrategy: PID 189 died...
22:49:38.520955 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:38.524653 --- ParallelTerminationStrategy: PID 190 died...
22:49:38.526138 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:38.529860 --- ParallelTerminationStrategy: PID 191 died...
22:49:38.531339 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:38.535038 --- ParallelTerminationStrategy: PID 192 died...
22:49:38.536525 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:38.540210 --- ParallelTerminationStrategy: PID 193 died...
22:49:38.541706 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:38.545382 --- ParallelTerminationStrategy: PID 194 died...
22:49:38.546867 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:38.550541 --- ParallelTerminationStrategy: PID 195 died...
22:49:38.552057 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:38.555745 --- ParallelTerminationStrategy: PID 196 died...
22:49:38.557235 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:38.560938 --- ParallelTerminationStrategy: PID 197 died...
22:49:38.562420 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:38.566128 --- ParallelTerminationStrategy: PID 198 died...
22:49:38.567610 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:38.571292 --- ParallelTerminationStrategy: PID 199 died...
22:49:38.572801 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:38.576497 --- ParallelTerminationStrategy: PID 200 died...
22:49:38.577986 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:38.581654 --- ParallelTerminationStrategy: PID 201 died...
22:49:38.583139 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:38.586815 --- ParallelTerminationStrategy: PID 202 died...
22:49:38.588324 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:38.592011 --- ParallelTerminationStrategy: PID 203 died...
22:49:38.593496 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:38.597172 --- ParallelTerminationStrategy: PID 204 died...
22:49:38.598658 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:38.602358 --- ParallelTerminationStrategy: PID 205 died...
22:49:38.603850 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:38.607530 --- ParallelTerminationStrategy: PID 206 died...
22:49:38.609019 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:38.612717 --- ParallelTerminationStrategy: PID 207 died...
22:49:38.614202 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:38.617923 --- ParallelTerminationStrategy: PID 208 died...
22:49:38.619421 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:38.623112 --- ParallelTerminationStrategy: PID 209 died...
22:49:38.624618 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:38.628299 --- ParallelTerminationStrategy: PID 210 died...
22:49:38.629783 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:38.633461 --- ParallelTerminationStrategy: PID 211 died...
22:49:38.634943 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:38.638644 --- ParallelTerminationStrategy: PID 212 died...
22:49:38.640135 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:38.643850 --- ParallelTerminationStrategy: PID 213 died...
22:49:38.645335 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:38.649020 --- ParallelTerminationStrategy: PID 214 died...
22:49:38.650510 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:38.654189 --- ParallelTerminationStrategy: PID 215 died...
22:49:38.655675 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:38.659348 --- ParallelTerminationStrategy: PID 216 died...
22:49:38.660848 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:38.664526 --- ParallelTerminationStrategy: PID 217 died...
22:49:38.666014 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:38.669722 --- ParallelTerminationStrategy: PID 218 died...
22:49:38.671209 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:38.674894 --- ParallelTerminationStrategy: PID 219 died...
22:49:38.676371 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:38.680059 --- ParallelTerminationStrategy: PID 220 died...
22:49:38.681536 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:38.685222 --- ParallelTerminationStrategy: PID 221 died...
22:49:38.686704 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:38.690385 --- ParallelTerminationStrategy: PID 222 died...
22:49:38.691883 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:38.695567 --- ParallelTerminationStrategy: PID 223 died...
22:49:38.697065 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:38.700752 --- ParallelTerminationStrategy: PID 224 died...
22:49:38.702239 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:38.705910 --- ParallelTerminationStrategy: PID 225 died...
22:49:38.707397 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:38.711084 --- ParallelTerminationStrategy: PID 226 died...
22:49:38.712591 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:38.716311 --- ParallelTerminationStrategy: PID 227 died...
22:49:38.717800 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:38.721500 --- ParallelTerminationStrategy: PID 228 died...
22:49:38.722990 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:38.726692 --- ParallelTerminationStrategy: PID 229 died...
22:49:38.728207 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:38.731875 --- ParallelTerminationStrategy: PID 230 died...
22:49:38.733362 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:38.737044 --- ParallelTerminationStrategy: PID 231 died...
22:49:38.738515 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:38.742212 --- ParallelTerminationStrategy: PID 232 died...
22:49:38.743704 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:38.747405 --- ParallelTerminationStrategy: PID 233 died...
22:49:38.748891 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:38.752566 --- ParallelTerminationStrategy: PID 234 died...
22:49:38.754050 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:42.158403 --- ParallelTerminationStrategy: PID 34 died...
22:49:42.164562 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8249 netreg_mass PASS
---------------------------------------------------------------------
22:49:42.240757 tst trial-8249: Storing JUnit report in /build/trial-8249/run.2026-02-21_22-48-15/trial-8249.xml
--------------------------------------------------------------------------------------------
trial-8249 PASS
--------------------------------------------------------------------------------------------
22:49:42.251433 tst trial-8249: trial-8249: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8249/inst
+ cd trial-8249
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-02-21 22:48:15
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8249-run.tgz run.2026-02-21_22-48-15
+ tar czf /build/trial-8249-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-02-21_13_29_23.tgz osmo-bts-oc2g.build-2026-02-21_00_51_29.tgz osmo-bts-sysmo.build-2026-02-21_00_51_32.tgz osmo-bts.build-2026-02-21_00_51_46.tgz osmo-ggsn.build-2026-02-21_20_42_41.tgz osmo-hlr.build-2026-02-21_16_36_48.tgz osmo-hnbgw.build-2026-02-21_13_30_33.tgz osmo-mgw.build-2026-02-21_08_33_16.tgz osmo-msc.build-2026-02-21_13_33_11.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-02-21_07_35_14.tgz osmo-pcu-sysmo.build-2026-02-21_07_35_05.tgz osmo-pcu.build-2026-02-21_07_35_16.tgz osmo-sgsn.build-2026-02-21_20_48_16.tgz osmo-stp.build-2026-02-21_13_25_48.tgz osmo-trx.build-2026-02-21_14_21_31.tgz osmocom-bb.build-2026-02-21_21_17_38.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