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 7636
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins9939100517074322124.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-8233
+ 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
84f2d35 osmo-ns-master: drop python3-osmopy-utils / --enable-external-tests
+ 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 [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
#7 CACHED
#8 [20/28] WORKDIR /TMP
#8 CACHED
#9 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#9 CACHED
#10 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#10 CACHED
#11 [ 9/28] COPY SSH /root/.ssh
#11 CACHED
#12 [ 3/28] RUN groupadd osmo-gsm-tester
#12 CACHED
#13 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#13 CACHED
#14 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#14 CACHED
#15 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#15 CACHED
#16 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#16 CACHED
#17 [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
#17 CACHED
#18 [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
#18 CACHED
#19 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#19 CACHED
#20 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#20 CACHED
#21 [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
#21 CACHED
#22 [ 8/28] RUN MKDIR /var/run/sshd
#22 CACHED
#23 [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
#23 CACHED
#24 [ 2/28] RUN useradd -ms /bin/bash jenkins
#24 CACHED
#25 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#25 CACHED
#26 [ 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
#26 CACHED
#27 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#27 CACHED
#28 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#28 CACHED
#29 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#29 CACHED
#30 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#30 CACHED
#31 [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
#31 CACHED
#32 [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
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:274c29f36391d786c8b3a72fc13034703bfcb0e292a2c03ad48665b99d58d8fd done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8234 -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-06 22:48:26
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8234
+ mkdir -p trial-8234
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-02-06_14_53_14.tgz osmo-bts-oc2g.build-2026-02-06_00_51_32.tgz osmo-bts-sysmo.build-2026-02-06_00_51_34.tgz osmo-bts.build-2026-02-06_00_51_40.tgz osmo-ggsn.build-2026-02-06_20_42_36.tgz osmo-hlr.build-2026-02-06_16_37_01.tgz osmo-hnbgw.build-2026-02-06_14_54_39.tgz osmo-mgw.build-2026-02-06_08_33_11.tgz osmo-msc.build-2026-02-06_15_02_04.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-02-06_04_23_19.tgz osmo-pcu-sysmo.build-2026-02-06_04_23_25.tgz osmo-pcu.build-2026-02-06_04_23_30.tgz osmo-sgsn.build-2026-02-06_20_48_19.tgz osmo-stp.build-2026-02-06_14_48_13.tgz osmo-trx.build-2026-02-06_14_21_32.tgz osmocom-bb.build-2026-02-06_21_17_19.tgz srslte.build-19.tgz trial-8234
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-02-06_14_53_14.md5 osmo-bts-oc2g.build-2026-02-06_00_51_32.md5 osmo-bts-sysmo.build-2026-02-06_00_51_34.md5 osmo-bts.build-2026-02-06_00_51_40.md5 osmo-ggsn.build-2026-02-06_20_42_36.md5 osmo-hlr.build-2026-02-06_16_37_01.md5 osmo-hnbgw.build-2026-02-06_14_54_39.md5 osmo-mgw.build-2026-02-06_08_33_11.md5 osmo-msc.build-2026-02-06_15_02_04.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-02-06_04_23_19.md5 osmo-pcu-sysmo.build-2026-02-06_04_23_25.md5 osmo-pcu.build-2026-02-06_04_23_30.md5 osmo-sgsn.build-2026-02-06_20_48_19.md5 osmo-stp.build-2026-02-06_14_48_13.md5 osmo-trx.build-2026-02-06_14_21_32.md5 osmocom-bb.build-2026-02-06_21_17_19.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-02-06_14_53_14.md5 osmo-bts-oc2g.build-2026-02-06_00_51_32.md5 osmo-bts-sysmo.build-2026-02-06_00_51_34.md5 osmo-bts.build-2026-02-06_00_51_40.md5 osmo-ggsn.build-2026-02-06_20_42_36.md5 osmo-hlr.build-2026-02-06_16_37_01.md5 osmo-hnbgw.build-2026-02-06_14_54_39.md5 osmo-mgw.build-2026-02-06_08_33_11.md5 osmo-msc.build-2026-02-06_15_02_04.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-02-06_04_23_19.md5 osmo-pcu-sysmo.build-2026-02-06_04_23_25.md5 osmo-pcu.build-2026-02-06_04_23_30.md5 osmo-sgsn.build-2026-02-06_20_48_19.md5 osmo-stp.build-2026-02-06_14_48_13.md5 osmo-trx.build-2026-02-06_14_21_32.md5 osmocom-bb.build-2026-02-06_21_17_19.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-8234 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8234'
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-8234
--------------------------------------------------------------------------------------------
22:48:26.910957 tst trial-8234: Detailed log at /build/trial-8234/run.2026-02-06_22-48-26/log
---------------------------------------------------------------------
trial-8234 netreg_mass
---------------------------------------------------------------------
22:48:27.123664 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:27.124013 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:27.124790 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:27.125921 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:27.160100 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:27.160876 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:27.161989 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:27.242927 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-8234 netreg_mass register_default_mass.py
----------------------------------------------
22:48:27.243719 tst register_default_mass.py:9: Claiming resources for the test
22:48:27.259061 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:27.259575 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:27.260025 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:27.260465 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:27.260892 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:27.261342 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:27.261773 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:27.292165 tst register_default_mass.py: using LAC 2
22:48:27.314481 tst register_default_mass.py: using RAC 2
22:48:27.341220 tst register_default_mass.py: using CellId 2
22:48:27.370928 tst register_default_mass.py: using BVCI 3
22:48:27.384740 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.385401 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.385966 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.386483 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.387000 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.387494 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.387982 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.388569 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.389116 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.389633 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.390118 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.390618 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.391124 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.391634 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.392138 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.392660 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.393182 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.393700 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.394202 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.394705 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.395222 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.395740 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.396266 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.396784 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.397286 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.397792 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.398311 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.398811 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.399309 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.399833 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.400334 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.400840 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.401346 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.401869 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.402381 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.402876 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.403387 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.403904 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.404411 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.404923 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.405430 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.405937 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.406438 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.406953 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.407465 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.407970 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.408491 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.409007 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.409512 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.410016 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.410548 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.411058 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.411557 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.412074 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.412580 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.413082 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.413579 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.414096 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.414595 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.415084 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.415588 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.416091 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.416592 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.417105 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.417609 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.418113 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.418621 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.419131 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.419632 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.420139 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.420642 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.421137 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.421712 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.422220 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.422735 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.423228 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.423720 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.424229 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.424734 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.425223 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.425713 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.426205 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.426720 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.427217 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.427714 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.428225 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.428726 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.429219 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.429733 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.430232 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.430736 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.431253 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.431769 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.432266 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.432773 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.433270 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.433780 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.434283 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.434783 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.435271 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.435784 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.436337 tst register_default_mass.py:21: Launching a simple network
22:48:27.446423 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:27.566363 run create_hlr_db(pid=20): Launched
22:48:28.580913 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:28.597323 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:28.612392 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:28.618101 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:28.807246 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:28.821849 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:28.827498 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:29.243917 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:29.259059 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:32.273825 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:32.414372 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:32.429407 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:32.435048 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:32.458364 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:32.473317 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:32.479011 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:32.793777 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:32.808955 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:38.835364 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:39.010453 run osmo-bts-virtual(pid=34): Launched
22:48:40.047131 tst register_default_mass.py: using MSISDN 1001
22:48:40.061613 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:40.102027 tst register_default_mass.py: using MSISDN 1002
22:48:40.120027 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:40.151113 tst register_default_mass.py: using MSISDN 1003
22:48:40.166344 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:40.197547 tst register_default_mass.py: using MSISDN 1004
22:48:40.212271 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:40.242922 tst register_default_mass.py: using MSISDN 1005
22:48:40.257563 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:40.288735 tst register_default_mass.py: using MSISDN 1006
22:48:40.303415 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:40.334213 tst register_default_mass.py: using MSISDN 1007
22:48:40.348781 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:40.379692 tst register_default_mass.py: using MSISDN 1008
22:48:40.394418 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:40.425535 tst register_default_mass.py: using MSISDN 1009
22:48:40.440223 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:40.471296 tst register_default_mass.py: using MSISDN 1010
22:48:40.486111 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:40.517238 tst register_default_mass.py: using MSISDN 1011
22:48:40.531962 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:40.562907 tst register_default_mass.py: using MSISDN 1012
22:48:40.577714 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:40.608847 tst register_default_mass.py: using MSISDN 1013
22:48:40.623723 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:40.654993 tst register_default_mass.py: using MSISDN 1014
22:48:40.669839 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:40.700528 tst register_default_mass.py: using MSISDN 1015
22:48:40.715243 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:40.746091 tst register_default_mass.py: using MSISDN 1016
22:48:40.760741 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:40.791815 tst register_default_mass.py: using MSISDN 1017
22:48:40.806494 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:40.837660 tst register_default_mass.py: using MSISDN 1018
22:48:40.852281 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:40.883101 tst register_default_mass.py: using MSISDN 1019
22:48:40.897732 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:40.928477 tst register_default_mass.py: using MSISDN 1020
22:48:40.941809 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:40.972832 tst register_default_mass.py: using MSISDN 1021
22:48:40.988280 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:41.019441 tst register_default_mass.py: using MSISDN 1022
22:48:41.034319 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:41.065016 tst register_default_mass.py: using MSISDN 1023
22:48:41.079102 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:41.109955 tst register_default_mass.py: using MSISDN 1024
22:48:41.124186 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:41.155261 tst register_default_mass.py: using MSISDN 1025
22:48:41.169514 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:41.200420 tst register_default_mass.py: using MSISDN 1026
22:48:41.214842 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:41.245722 tst register_default_mass.py: using MSISDN 1027
22:48:41.259994 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:41.290718 tst register_default_mass.py: using MSISDN 1028
22:48:41.305113 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:41.336081 tst register_default_mass.py: using MSISDN 1029
22:48:41.350283 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:41.381126 tst register_default_mass.py: using MSISDN 1030
22:48:41.395347 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:41.426154 tst register_default_mass.py: using MSISDN 1031
22:48:41.440586 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:41.471294 tst register_default_mass.py: using MSISDN 1032
22:48:41.485338 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:41.516300 tst register_default_mass.py: using MSISDN 1033
22:48:41.530565 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:41.561643 tst register_default_mass.py: using MSISDN 1034
22:48:41.576157 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:41.606851 tst register_default_mass.py: using MSISDN 1035
22:48:41.620794 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:41.651517 tst register_default_mass.py: using MSISDN 1036
22:48:41.665559 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:41.696296 tst register_default_mass.py: using MSISDN 1037
22:48:41.710551 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:41.741322 tst register_default_mass.py: using MSISDN 1038
22:48:41.755501 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:41.786625 tst register_default_mass.py: using MSISDN 1039
22:48:41.796851 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:41.836553 tst register_default_mass.py: using MSISDN 1040
22:48:41.854968 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:41.886728 tst register_default_mass.py: using MSISDN 1041
22:48:41.902192 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:41.932948 tst register_default_mass.py: using MSISDN 1042
22:48:41.947644 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:41.978782 tst register_default_mass.py: using MSISDN 1043
22:48:41.993757 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:42.025138 tst register_default_mass.py: using MSISDN 1044
22:48:42.040070 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:42.071409 tst register_default_mass.py: using MSISDN 1045
22:48:42.086306 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:42.117402 tst register_default_mass.py: using MSISDN 1046
22:48:42.131998 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:42.163420 tst register_default_mass.py: using MSISDN 1047
22:48:42.178224 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:42.209361 tst register_default_mass.py: using MSISDN 1048
22:48:42.224007 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:42.259121 tst register_default_mass.py: using MSISDN 1049
22:48:42.275739 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:42.306885 tst register_default_mass.py: using MSISDN 1050
22:48:42.321927 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:42.353309 tst register_default_mass.py: using MSISDN 1051
22:48:42.368285 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:42.399375 tst register_default_mass.py: using MSISDN 1052
22:48:42.414111 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:42.445324 tst register_default_mass.py: using MSISDN 1053
22:48:42.460153 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:42.491198 tst register_default_mass.py: using MSISDN 1054
22:48:42.505876 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:42.537332 tst register_default_mass.py: using MSISDN 1055
22:48:42.552468 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:42.583575 tst register_default_mass.py: using MSISDN 1056
22:48:42.598432 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:42.629521 tst register_default_mass.py: using MSISDN 1057
22:48:42.644237 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:42.675320 tst register_default_mass.py: using MSISDN 1058
22:48:42.690236 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:42.721326 tst register_default_mass.py: using MSISDN 1059
22:48:42.735962 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:42.766982 tst register_default_mass.py: using MSISDN 1060
22:48:42.781853 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:42.813089 tst register_default_mass.py: using MSISDN 1061
22:48:42.827885 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:42.867944 tst register_default_mass.py: using MSISDN 1062
22:48:42.886039 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:42.917294 tst register_default_mass.py: using MSISDN 1063
22:48:42.932570 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:42.963514 tst register_default_mass.py: using MSISDN 1064
22:48:42.978233 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:43.009279 tst register_default_mass.py: using MSISDN 1065
22:48:43.023974 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:43.063640 tst register_default_mass.py: using MSISDN 1066
22:48:43.081629 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:43.112928 tst register_default_mass.py: using MSISDN 1067
22:48:43.127943 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:43.159007 tst register_default_mass.py: using MSISDN 1068
22:48:43.173779 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:43.205017 tst register_default_mass.py: using MSISDN 1069
22:48:43.219871 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:43.251033 tst register_default_mass.py: using MSISDN 1070
22:48:43.265882 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:43.296899 tst register_default_mass.py: using MSISDN 1071
22:48:43.311774 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:43.343007 tst register_default_mass.py: using MSISDN 1072
22:48:43.357879 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:43.389191 tst register_default_mass.py: using MSISDN 1073
22:48:43.404218 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:43.435602 tst register_default_mass.py: using MSISDN 1074
22:48:43.450643 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:43.481900 tst register_default_mass.py: using MSISDN 1075
22:48:43.496974 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:43.528087 tst register_default_mass.py: using MSISDN 1076
22:48:43.542817 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:43.574093 tst register_default_mass.py: using MSISDN 1077
22:48:43.588961 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:43.620106 tst register_default_mass.py: using MSISDN 1078
22:48:43.634946 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:43.666140 tst register_default_mass.py: using MSISDN 1079
22:48:43.680952 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:43.712000 tst register_default_mass.py: using MSISDN 1080
22:48:43.726773 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:43.757890 tst register_default_mass.py: using MSISDN 1081
22:48:43.772901 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:43.803724 tst register_default_mass.py: using MSISDN 1082
22:48:43.818335 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:43.848694 tst register_default_mass.py: using MSISDN 1083
22:48:43.863105 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:43.894449 tst register_default_mass.py: using MSISDN 1084
22:48:43.909415 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:43.940406 tst register_default_mass.py: using MSISDN 1085
22:48:43.955210 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:43.986416 tst register_default_mass.py: using MSISDN 1086
22:48:44.001291 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:44.032339 tst register_default_mass.py: using MSISDN 1087
22:48:44.047158 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:44.078411 tst register_default_mass.py: using MSISDN 1088
22:48:44.093217 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:44.123982 tst register_default_mass.py: using MSISDN 1089
22:48:44.138772 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:44.169842 tst register_default_mass.py: using MSISDN 1090
22:48:44.184412 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:44.215144 tst register_default_mass.py: using MSISDN 1091
22:48:44.229823 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:44.260441 tst register_default_mass.py: using MSISDN 1092
22:48:44.274901 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:44.306108 tst register_default_mass.py: using MSISDN 1093
22:48:44.321057 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:44.352351 tst register_default_mass.py: using MSISDN 1094
22:48:44.367277 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:44.398418 tst register_default_mass.py: using MSISDN 1095
22:48:44.413199 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:44.443943 tst register_default_mass.py: using MSISDN 1096
22:48:44.458527 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:44.489518 tst register_default_mass.py: using MSISDN 1097
22:48:44.504330 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:44.535103 tst register_default_mass.py: using MSISDN 1098
22:48:44.549621 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:44.580615 tst register_default_mass.py: using MSISDN 1099
22:48:44.595298 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:44.626391 tst register_default_mass.py: using MSISDN 1100
22:48:44.641238 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:44.732961 run mass: Starting testcase
22:48:44.738543 run mass: Pre-launching all virtphy's
22:48:44.744053 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:44.758701 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:44.765583 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:44.778432 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:44.784494 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:44.797403 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:44.803499 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:44.816572 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:44.822620 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:44.835557 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:44.841527 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:44.854391 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:44.860505 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:44.873403 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:44.879360 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:44.892245 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:44.898238 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:44.911209 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:44.917227 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:44.930257 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:44.936250 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:44.949233 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:44.955253 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:44.968222 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:44.974175 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:44.987090 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:44.993149 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:45.006090 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:45.012127 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:45.025129 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:45.031139 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:45.044050 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:45.050051 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:45.062960 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:45.069001 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:45.081974 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:45.087969 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:45.100913 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:45.106881 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:45.119782 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:45.125865 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:45.138874 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:45.144924 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:45.157907 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:45.164019 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:45.177101 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:45.183093 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:45.196063 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:45.202227 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:45.215195 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:45.221261 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:45.234212 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:45.240261 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:45.253241 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:45.259270 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:45.272240 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:45.278262 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:45.291221 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:45.297278 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:45.310181 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:45.316153 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:45.329131 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:45.335258 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:45.348141 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:45.354093 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:45.366893 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:45.372941 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:45.385714 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:45.391888 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:45.404855 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:45.410980 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:45.423971 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:45.429943 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:45.442996 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:45.449071 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:45.462289 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:45.468372 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:45.481455 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:45.487518 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:45.500584 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:45.506641 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:45.519748 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:45.525775 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:45.538872 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:45.544898 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:45.557835 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:45.563834 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:45.576765 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:45.582758 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:45.595661 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:45.601686 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:45.614616 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:45.620596 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:45.633620 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:45.639628 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:45.652705 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:45.658689 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:45.671624 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:45.677721 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:45.690638 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:45.696735 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:45.709728 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:45.715693 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:45.728621 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:45.734645 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:45.747559 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:45.753559 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:45.766446 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:45.772421 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:45.785307 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:45.791324 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:45.804339 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:45.810347 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:45.823260 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:45.829246 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:45.842153 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:45.848146 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:45.861050 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:45.867202 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:45.880306 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:45.886308 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:45.899324 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:45.905308 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:45.918418 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:45.924413 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:45.937420 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:45.943370 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:45.956294 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:45.962310 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:45.975168 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:45.981124 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:45.994014 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:45.999982 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:46.012884 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:46.018870 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:46.031891 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:46.037851 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:46.050756 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:46.056723 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:46.069613 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:46.075585 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:46.088503 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:46.094485 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:46.107607 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:46.113610 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:46.126627 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:46.132644 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:46.145708 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:46.151659 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:46.164744 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:46.170751 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:46.183634 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:46.189650 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:46.202507 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:46.208523 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:46.221450 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:46.227428 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:46.240382 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:46.246364 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:46.259320 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:46.265344 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:46.278346 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:46.284353 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:46.297270 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:46.303241 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:46.316205 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:46.322206 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:46.335351 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:46.341389 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:46.354472 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:46.360474 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:46.373439 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:46.379569 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:46.392493 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:46.398582 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:46.411511 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:46.417471 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:46.430400 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:46.436393 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:46.449298 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:46.455280 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:46.468160 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:46.474143 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:46.487052 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:46.493078 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:46.506194 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:46.512194 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:46.525063 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:46.531025 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:46.543898 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:46.549864 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:46.562774 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:46.568922 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:46.581878 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:46.587981 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:46.600956 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:46.606935 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:46.620007 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:46.625959 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:46.639103 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:46.645098 run mass: Checking if sockets are in the filesystem
22:48:46.677642 run osmo-ms-mob/00000: Starting mobile
22:48:46.690784 run osmo-ms-mob/00000(pid=135): Launched
22:48:46.702429 run mass: MS start registered {at=968752.910746154, delay=0.0054741030326113105, ms=00000}
22:48:50.878030 run osmo-ms-mob/00001: Starting mobile
22:48:50.892134 run osmo-ms-mob/00001(pid=136): Launched
22:48:50.902907 run mass: MS start registered {at=968757.1112267, delay=0.004391135065816343, ms=00001}
22:48:51.840492 run mass: MS performed LU {at=968758.048690231, lu_delay=5.137944077025168, ms=00000}
22:48:52.692648 run osmo-ms-mob/00002: Starting mobile
22:48:52.709834 run osmo-ms-mob/00002(pid=137): Launched
22:48:52.720402 run mass: MS start registered {at=968758.92871694, delay=0.004493418033234775, ms=00002}
22:48:53.993356 run osmo-ms-mob/00003: Starting mobile
22:48:54.010270 run osmo-ms-mob/00003(pid=138): Launched
22:48:54.020805 run mass: MS start registered {at=968760.22912623, delay=0.004472331958822906, ms=00003}
22:48:55.094630 run osmo-ms-mob/00004: Starting mobile
22:48:55.108199 run osmo-ms-mob/00004(pid=139): Launched
22:48:55.118793 run mass: MS start registered {at=968761.327116794, delay=0.00446769199334085, ms=00004}
22:48:55.606143 run mass: MS performed LU {at=968761.814348244, lu_delay=4.703121543978341, ms=00001}
22:48:56.060989 run osmo-ms-mob/00005: Starting mobile
22:48:56.074434 run osmo-ms-mob/00005(pid=140): Launched
22:48:56.090615 run mass: MS start registered {at=968762.298929985, delay=0.010052448022179306, ms=00005}
22:48:56.994624 run osmo-ms-mob/00006: Starting mobile
22:48:57.013495 run osmo-ms-mob/00006(pid=141): Launched
22:48:57.024373 run mass: MS start registered {at=968763.232693043, delay=0.004509050981141627, ms=00006}
22:48:57.505712 run mass: MS performed LU {at=968763.713985889, lu_delay=4.785268948995508, ms=00002}
22:48:57.861527 run osmo-ms-mob/00007: Starting mobile
22:48:57.875089 run osmo-ms-mob/00007(pid=142): Launched
22:48:57.887288 run mass: MS start registered {at=968764.095604894, delay=0.006080463994294405, ms=00007}
22:48:58.660890 run osmo-ms-mob/00008: Starting mobile
22:48:58.674385 run osmo-ms-mob/00008(pid=143): Launched
22:48:58.685420 run mass: MS start registered {at=968764.893740148, delay=0.0049456770066171885, ms=00008}
22:48:59.391767 run osmo-ms-mob/00009: Starting mobile
22:48:59.408398 run osmo-ms-mob/00009(pid=144): Launched
22:48:59.414467 run mass: MS performed LU {at=968765.62279255, lu_delay=5.393666320014745, ms=00003}
22:48:59.420321 run mass: MS start registered {at=968765.628656633, delay=0.0058822439750656486, ms=00009}
22:49:00.100842 run osmo-ms-mob/00010: Starting mobile
22:49:00.116738 run osmo-ms-mob/00010(pid=145): Launched
22:49:00.127705 run mass: MS start registered {at=968766.336026145, delay=0.004762644064612687, ms=00010}
22:49:00.660692 run osmo-ms-mob/00011: Starting mobile
22:49:00.673897 run osmo-ms-mob/00011(pid=146): Launched
22:49:00.684614 run mass: MS start registered {at=968766.892934755, delay=0.004634364973753691, ms=00011}
22:49:01.292436 run osmo-ms-mob/00012: Starting mobile
22:49:01.309592 run osmo-ms-mob/00012(pid=147): Launched
22:49:01.315756 run mass: MS performed LU {at=968767.524080332, lu_delay=5.225150346988812, ms=00005}
22:49:01.321640 run mass: MS performed LU {at=968767.52997385, lu_delay=6.202857056050561, ms=00004}
22:49:01.327396 run mass: MS start registered {at=968767.53573213, delay=0.011670883046463132, ms=00012}
22:49:01.891477 run osmo-ms-mob/00013: Starting mobile
22:49:01.904831 run osmo-ms-mob/00013(pid=148): Launched
22:49:01.916184 run mass: MS start registered {at=968768.124501799, delay=0.005125929950736463, ms=00013}
22:49:02.472780 run osmo-ms-mob/00014: Starting mobile
22:49:02.487232 run osmo-ms-mob/00014(pid=149): Launched
22:49:02.498281 run mass: MS start registered {at=968768.706598546, delay=0.004903330001980066, ms=00014}
22:49:03.102218 run osmo-ms-mob/00015: Starting mobile
22:49:03.118778 run osmo-ms-mob/00015(pid=150): Launched
22:49:03.129509 run mass: MS start registered {at=968769.337831309, delay=0.004575685947202146, ms=00015}
22:49:03.135863 run mass: MS performed LU {at=968769.344185783, lu_delay=5.248580888961442, ms=00007}
22:49:03.202440 run mass: MS performed LU {at=968769.410651533, lu_delay=6.17795849009417, ms=00006}
22:49:03.506947 run mass: MS performed LU {at=968769.71516739, lu_delay=4.821427241899073, ms=00008}
22:49:03.539712 run osmo-ms-mob/00016: Starting mobile
22:49:03.554413 run osmo-ms-mob/00016(pid=151): Launched
22:49:03.565449 run mass: MS start registered {at=968769.773770256, delay=0.004708957974798977, ms=00016}
22:49:04.074029 run osmo-ms-mob/00017: Starting mobile
22:49:04.088265 run osmo-ms-mob/00017(pid=152): Launched
22:49:04.099321 run mass: MS start registered {at=968770.307642079, delay=0.004837258951738477, ms=00017}
22:49:04.694725 run osmo-ms-mob/00018: Starting mobile
22:49:04.711824 run osmo-ms-mob/00018(pid=153): Launched
22:49:04.722423 run mass: MS start registered {at=968770.930743769, delay=0.004516242071986198, ms=00018}
22:49:05.039068 run mass: MS performed LU {at=968771.247287889, lu_delay=4.9112617439823225, ms=00010}
22:49:05.054144 run osmo-ms-mob/00019: Starting mobile
22:49:05.067513 run osmo-ms-mob/00019(pid=154): Launched
22:49:05.073603 run mass: MS performed LU {at=968771.281934009, lu_delay=5.6532773760845885, ms=00009}
22:49:05.079524 run mass: MS start registered {at=968771.287860545, delay=0.00594138796441257, ms=00019}
22:49:05.593740 run osmo-ms-mob/00020: Starting mobile
22:49:05.610725 run osmo-ms-mob/00020(pid=155): Launched
22:49:05.621625 run mass: MS start registered {at=968771.829944815, delay=0.004804251017048955, ms=00020}
22:49:06.061902 run osmo-ms-mob/00021: Starting mobile
22:49:06.075129 run osmo-ms-mob/00021(pid=156): Launched
22:49:06.085938 run mass: MS start registered {at=968772.294257125, delay=0.004676354001276195, ms=00021}
22:49:06.474256 run osmo-ms-mob/00022: Starting mobile
22:49:06.488132 run osmo-ms-mob/00022(pid=157): Launched
22:49:06.499303 run mass: MS start registered {at=968772.707623193, delay=0.005069588078185916, ms=00022}
22:49:06.903107 run mass: MS performed LU {at=968773.11132563, lu_delay=6.218390875030309, ms=00011}
22:49:06.959469 run osmo-ms-mob/00023: Starting mobile
22:49:06.974982 run osmo-ms-mob/00023(pid=158): Launched
22:49:06.981179 run mass: MS performed LU {at=968773.189506829, lu_delay=5.653774698963389, ms=00012}
22:49:06.987066 run mass: MS start registered {at=968773.195401945, delay=0.005912480992265046, ms=00023}
22:49:07.037174 run mass: MS performed LU {at=968773.245393771, lu_delay=5.12089197197929, ms=00013}
22:49:07.290922 run mass: MS performed LU {at=968773.499144696, lu_delay=4.792546150041744, ms=00014}
22:49:07.313261 run osmo-ms-mob/00024: Starting mobile
22:49:07.326783 run osmo-ms-mob/00024(pid=159): Launched
22:49:07.337484 run mass: MS start registered {at=968773.545804853, delay=0.004547649994492531, ms=00024}
22:49:07.861497 run osmo-ms-mob/00025: Starting mobile
22:49:07.874698 run osmo-ms-mob/00025(pid=160): Launched
22:49:07.885561 run mass: MS start registered {at=968774.093883027, delay=0.004760126932524145, ms=00025}
22:49:08.291200 run osmo-ms-mob/00026: Starting mobile
22:49:08.306110 run osmo-ms-mob/00026(pid=161): Launched
22:49:08.317358 run mass: MS start registered {at=968774.525676738, delay=0.005235246033407748, ms=00026}
22:49:08.683761 run osmo-ms-mob/00027: Starting mobile
22:49:08.700931 run osmo-ms-mob/00027(pid=162): Launched
22:49:08.712599 run mass: MS start registered {at=968774.920916675, delay=0.005627815960906446, ms=00027}
22:49:08.719838 run mass: MS performed LU {at=968774.928143829, lu_delay=4.6205017500324175, ms=00017}
22:49:08.804517 run mass: MS performed LU {at=968775.012737656, lu_delay=5.238967400044203, ms=00016}
22:49:08.831495 run mass: MS performed LU {at=968775.039803046, lu_delay=5.701971737085842, ms=00015}
22:49:08.846354 run osmo-ms-mob/00028: Starting mobile
22:49:08.860026 run osmo-ms-mob/00028(pid=163): Launched
22:49:08.870817 run mass: MS start registered {at=968775.079141949, delay=0.004522286006249487, ms=00028}
22:49:09.502909 run osmo-ms-mob/00029: Starting mobile
22:49:09.519391 run osmo-ms-mob/00029(pid=164): Launched
22:49:09.530211 run mass: MS start registered {at=968775.738530781, delay=0.004781572031788528, ms=00029}
22:49:09.860949 run osmo-ms-mob/00030: Starting mobile
22:49:09.874359 run osmo-ms-mob/00030(pid=165): Launched
22:49:09.885197 run mass: MS start registered {at=968776.093518409, delay=0.004528613993898034, ms=00030}
22:49:10.282981 run osmo-ms-mob/00031: Starting mobile
22:49:10.299079 run osmo-ms-mob/00031(pid=166): Launched
22:49:10.309921 run mass: MS start registered {at=968776.518244107, delay=0.004665554966777563, ms=00031}
22:49:10.561012 run osmo-ms-mob/00032: Starting mobile
22:49:10.574485 run osmo-ms-mob/00032(pid=167): Launched
22:49:10.586388 run mass: MS start registered {at=968776.794707529, delay=0.005562816979363561, ms=00032}
22:49:10.669573 run mass: MS performed LU {at=968776.877788472, lu_delay=5.047843656968325, ms=00020}
22:49:10.733855 run mass: MS performed LU {at=968776.942101906, lu_delay=6.011358137009665, ms=00018}
22:49:10.802730 run mass: MS performed LU {at=968777.010948825, lu_delay=5.723088280064985, ms=00019}
22:49:10.825317 run osmo-ms-mob/00033: Starting mobile
22:49:10.838843 run osmo-ms-mob/00033(pid=168): Launched
22:49:10.844962 run mass: MS performed LU {at=968777.053291777, lu_delay=4.7590346520300955, ms=00021}
22:49:10.850853 run mass: MS start registered {at=968777.059188475, delay=0.005915316054597497, ms=00033}
22:49:11.401140 run osmo-ms-mob/00034: Starting mobile
22:49:11.417336 run osmo-ms-mob/00034(pid=169): Launched
22:49:11.428284 run mass: MS start registered {at=968777.636605101, delay=0.004682999104261398, ms=00034}
22:49:11.661955 run osmo-ms-mob/00035: Starting mobile
22:49:11.675397 run osmo-ms-mob/00035(pid=170): Launched
22:49:11.686361 run mass: MS start registered {at=968777.894682353, delay=0.004786228993907571, ms=00035}
22:49:12.093685 run osmo-ms-mob/00036: Starting mobile
22:49:12.118854 run osmo-ms-mob/00036(pid=171): Launched
22:49:12.130293 run mass: MS start registered {at=968778.338608913, delay=0.0052570049883797765, ms=00036}
22:49:12.461115 run osmo-ms-mob/00037: Starting mobile
22:49:12.474236 run osmo-ms-mob/00037(pid=172): Launched
22:49:12.485663 run mass: MS start registered {at=968778.693971671, delay=0.004975968040525913, ms=00037}
22:49:12.497060 run mass: MS performed LU {at=968778.705382572, lu_delay=5.159577719052322, ms=00024}
22:49:12.570537 run mass: MS performed LU {at=968778.778773626, lu_delay=6.071150432922877, ms=00022}
22:49:12.597845 run osmo-ms-mob/00038: Starting mobile
22:49:12.612210 run osmo-ms-mob/00038(pid=173): Launched
22:49:12.618371 run mass: MS performed LU {at=968778.826700557, lu_delay=5.6312986119883135, ms=00023}
22:49:12.624361 run mass: MS start registered {at=968778.832695846, delay=0.006012188037857413, ms=00038}
22:49:12.741468 run mass: MS performed LU {at=968778.949689199, lu_delay=4.855806172010489, ms=00025}
22:49:12.754559 run osmo-ms-mob/00039: Starting mobile
22:49:12.767790 run osmo-ms-mob/00039(pid=174): Launched
22:49:12.778627 run mass: MS start registered {at=968778.986948983, delay=0.004831177066080272, ms=00039}
22:49:13.474046 run osmo-ms-mob/00040: Starting mobile
22:49:13.487985 run osmo-ms-mob/00040(pid=175): Launched
22:49:13.500652 run mass: MS start registered {at=968779.708972566, delay=0.006421196972951293, ms=00040}
22:49:13.768369 run osmo-ms-mob/00041: Starting mobile
22:49:13.782078 run osmo-ms-mob/00041(pid=176): Launched
22:49:13.793043 run mass: MS start registered {at=968780.001360893, delay=0.004907462978735566, ms=00041}
22:49:14.062015 run osmo-ms-mob/00042: Starting mobile
22:49:14.075344 run osmo-ms-mob/00042(pid=177): Launched
22:49:14.086096 run mass: MS start registered {at=968780.294417484, delay=0.0047007359098643064, ms=00042}
22:49:14.333554 run mass: MS performed LU {at=968780.54177416, lu_delay=5.462632211041637, ms=00028}
22:49:14.351583 run mass: MS performed LU {at=968780.559827023, lu_delay=4.821296241949312, ms=00029}
22:49:14.368703 run osmo-ms-mob/00043: Starting mobile
22:49:14.381925 run osmo-ms-mob/00043(pid=178): Launched
22:49:14.393182 run mass: MS start registered {at=968780.601504145, delay=0.0049667429411783814, ms=00043}
22:49:14.499193 run mass: MS performed LU {at=968780.707412749, lu_delay=4.613894340000115, ms=00030}
22:49:14.783149 run osmo-ms-mob/00044: Starting mobile
22:49:14.799348 run osmo-ms-mob/00044(pid=179): Launched
22:49:14.810968 run mass: MS start registered {at=968781.019289952, delay=0.005144055001437664, ms=00044}
22:49:15.061312 run osmo-ms-mob/00045: Starting mobile
22:49:15.074918 run osmo-ms-mob/00045(pid=180): Launched
22:49:15.085796 run mass: MS start registered {at=968781.29411658, delay=0.004716982017271221, ms=00045}
22:49:15.373883 run osmo-ms-mob/00046: Starting mobile
22:49:15.388297 run osmo-ms-mob/00046(pid=181): Launched
22:49:15.394804 run mass: MS performed LU {at=968781.603131756, lu_delay=6.682215080945753, ms=00027}
22:49:15.400892 run mass: MS start registered {at=968781.609227412, delay=0.0061136140720918775, ms=00046}
22:49:15.676281 run osmo-ms-mob/00047: Starting mobile
22:49:15.691318 run osmo-ms-mob/00047(pid=182): Launched
22:49:15.702473 run mass: MS start registered {at=968781.910757316, delay=0.00478496600408107, ms=00047}
22:49:15.983855 run osmo-ms-mob/00048: Starting mobile
22:49:16.000967 run osmo-ms-mob/00048(pid=183): Launched
22:49:16.012355 run mass: MS start registered {at=968782.220676253, delay=0.004867251962423325, ms=00048}
22:49:16.260940 run osmo-ms-mob/00049: Starting mobile
22:49:16.274512 run osmo-ms-mob/00049(pid=184): Launched
22:49:16.280700 run mass: MS performed LU {at=968782.489027954, lu_delay=5.694320425041951, ms=00032}
22:49:16.286564 run mass: MS performed LU {at=968782.494899324, lu_delay=5.435710849007592, ms=00033}
22:49:16.292635 run mass: MS start registered {at=968782.500968809, delay=0.011959415045566857, ms=00049}
22:49:16.303434 run osmo-ms-mob/00050: Starting mobile
22:49:16.316764 run osmo-ms-mob/00050(pid=185): Launched
22:49:16.327536 run mass: MS start registered {at=968782.535855088, delay=0.004604457993991673, ms=00050}
22:49:16.363747 run mass: MS performed LU {at=968782.571929583, lu_delay=4.9353244819212705, ms=00034}
22:49:16.544331 run mass: MS performed LU {at=968782.75255074, lu_delay=6.234306633006781, ms=00031}
22:49:16.568142 run mass: MS performed LU {at=968782.776474577, lu_delay=4.881792224012315, ms=00035}
22:49:16.592728 run osmo-ms-mob/00051: Starting mobile
22:49:16.606281 run osmo-ms-mob/00051(pid=186): Launched
22:49:16.617179 run mass: MS start registered {at=968782.825499528, delay=0.004810175974853337, ms=00051}
22:49:17.282597 run osmo-ms-mob/00052: Starting mobile
22:49:17.299221 run osmo-ms-mob/00052(pid=187): Launched
22:49:17.312099 run mass: MS start registered {at=968783.520418012, delay=0.006105529027990997, ms=00052}
22:49:17.402999 run mass: MS performed LU {at=968783.611218737, lu_delay=4.917247065925039, ms=00037}
22:49:17.574425 run osmo-ms-mob/00053: Starting mobile
22:49:17.588642 run osmo-ms-mob/00053(pid=188): Launched
22:49:17.600004 run mass: MS start registered {at=968783.808324288, delay=0.005173490033484995, ms=00053}
22:49:17.861099 run osmo-ms-mob/00054: Starting mobile
22:49:17.874807 run osmo-ms-mob/00054(pid=189): Launched
22:49:17.887166 run mass: MS start registered {at=968784.095486005, delay=0.005876017967239022, ms=00054}
22:49:18.098673 run mass: MS performed LU {at=968784.306895502, lu_delay=5.968286589020863, ms=00036}
22:49:18.129961 run osmo-ms-mob/00055: Starting mobile
22:49:18.143090 run osmo-ms-mob/00055(pid=190): Launched
22:49:18.149400 run mass: MS performed LU {at=968784.357728093, lu_delay=5.370779110002331, ms=00039}
22:49:18.155549 run mass: MS start registered {at=968784.363882665, delay=0.006172606023028493, ms=00055}
22:49:18.265536 run mass: MS performed LU {at=968784.473770289, lu_delay=4.764797723037191, ms=00040}
22:49:18.280601 run osmo-ms-mob/00056: Starting mobile
22:49:18.293988 run osmo-ms-mob/00056(pid=191): Launched
22:49:18.305042 run mass: MS start registered {at=968784.51336158, delay=0.005021546967327595, ms=00056}
22:49:18.463503 run mass: MS performed LU {at=968784.671728582, lu_delay=5.839032736024819, ms=00038}
22:49:18.690176 run mass: MS performed LU {at=968784.898394829, lu_delay=4.897033935994841, ms=00041}
22:49:18.744953 run osmo-ms-mob/00057: Starting mobile
22:49:18.759904 run osmo-ms-mob/00057(pid=192): Launched
22:49:18.770750 run mass: MS start registered {at=968784.979048409, delay=0.00457181001547724, ms=00057}
22:49:19.175220 run osmo-ms-mob/00058: Starting mobile
22:49:19.189341 run osmo-ms-mob/00058(pid=193): Launched
22:49:19.200132 run mass: MS start registered {at=968785.408454904, delay=0.004591515986248851, ms=00058}
22:49:19.461666 run osmo-ms-mob/00059: Starting mobile
22:49:19.474943 run osmo-ms-mob/00059(pid=194): Launched
22:49:19.485732 run mass: MS start registered {at=968785.694054197, delay=0.004720337106846273, ms=00059}
22:49:19.761100 run osmo-ms-mob/00060: Starting mobile
22:49:19.774686 run osmo-ms-mob/00060(pid=195): Launched
22:49:19.785884 run mass: MS start registered {at=968785.994201838, delay=0.00504774006549269, ms=00060}
22:49:20.019285 run mass: MS performed LU {at=968786.227503572, lu_delay=5.208213620004244, ms=00044}
22:49:20.130168 run mass: MS performed LU {at=968786.338388464, lu_delay=6.043970979982987, ms=00042}
22:49:20.186807 run osmo-ms-mob/00061: Starting mobile
22:49:20.202191 run osmo-ms-mob/00061(pid=196): Launched
22:49:20.212952 run mass: MS start registered {at=968786.42127399, delay=0.004706042935140431, ms=00061}
22:49:20.309375 run mass: MS performed LU {at=968786.517601257, lu_delay=5.223484676913358, ms=00045}
22:49:20.332634 run mass: MS performed LU {at=968786.540965093, lu_delay=4.931737680919468, ms=00046}
22:49:20.343688 run osmo-ms-mob/00062: Starting mobile
22:49:20.356787 run osmo-ms-mob/00062(pid=197): Launched
22:49:20.367513 run mass: MS start registered {at=968786.575833636, delay=0.004666993976570666, ms=00062}
22:49:20.801885 run osmo-ms-mob/00063: Starting mobile
22:49:20.818240 run osmo-ms-mob/00063(pid=198): Launched
22:49:20.829064 run mass: MS start registered {at=968787.03738163, delay=0.004778717062436044, ms=00063}
22:49:21.174732 run osmo-ms-mob/00064: Starting mobile
22:49:21.189001 run osmo-ms-mob/00064(pid=199): Launched
22:49:21.199866 run mass: MS start registered {at=968787.408184897, delay=0.004643670981749892, ms=00064}
22:49:21.574481 run osmo-ms-mob/00065: Starting mobile
22:49:21.588724 run osmo-ms-mob/00065(pid=200): Launched
22:49:21.599660 run mass: MS start registered {at=968787.80797627, delay=0.004840068984776735, ms=00065}
22:49:21.860934 run osmo-ms-mob/00066: Starting mobile
22:49:21.874555 run osmo-ms-mob/00066(pid=201): Launched
22:49:21.886739 run mass: MS start registered {at=968788.095059084, delay=0.006037252955138683, ms=00066}
22:49:21.984653 run mass: MS performed LU {at=968788.192873935, lu_delay=5.657018846948631, ms=00050}
22:49:22.031062 run mass: MS performed LU {at=968788.239282225, lu_delay=5.4137826970545575, ms=00051}
22:49:22.101021 run mass: MS performed LU {at=968788.30922907, lu_delay=5.808260260964744, ms=00049}
22:49:22.130284 run osmo-ms-mob/00067: Starting mobile
22:49:22.143469 run osmo-ms-mob/00067(pid=202): Launched
22:49:22.149462 run mass: MS performed LU {at=968788.357790822, lu_delay=6.137114569079131, ms=00048}
22:49:22.155580 run mass: MS start registered {at=968788.363912607, delay=0.006140411016531289, ms=00067}
22:49:22.172571 run mass: MS performed LU {at=968788.380872364, lu_delay=6.470115047995932, ms=00047}
22:49:22.183901 run osmo-ms-mob/00068: Starting mobile
22:49:22.196934 run osmo-ms-mob/00068(pid=203): Launched
22:49:22.208066 run mass: MS start registered {at=968788.416386016, delay=0.004684741958044469, ms=00068}
22:49:22.465110 run mass: MS performed LU {at=968788.67333038, lu_delay=4.865006092004478, ms=00053}
22:49:22.843517 run mass: MS performed LU {at=968789.05172082, lu_delay=5.531302807969041, ms=00052}
22:49:22.970942 run osmo-ms-mob/00069: Starting mobile
22:49:22.984639 run osmo-ms-mob/00069(pid=204): Launched
22:49:22.995434 run mass: MS start registered {at=968789.20375698, delay=0.004627674003131688, ms=00069}
22:49:23.042113 run mass: MS performed LU {at=968789.250302499, lu_delay=3.841847595060244, ms=00058}
22:49:23.052169 run mass: MS performed LU {at=968789.260501885, lu_delay=4.281453475938179, ms=00057}
22:49:23.374012 run osmo-ms-mob/00070: Starting mobile
22:49:23.388438 run osmo-ms-mob/00070(pid=205): Launched
22:49:23.399210 run mass: MS start registered {at=968789.607531159, delay=0.004655257915146649, ms=00070}
22:49:23.792185 run osmo-ms-mob/00071: Starting mobile
22:49:23.807227 run osmo-ms-mob/00071(pid=206): Launched
22:49:23.818021 run mass: MS start registered {at=968790.026343796, delay=0.0047756771091371775, ms=00071}
22:49:23.839017 run mass: MS performed LU {at=968790.047328955, lu_delay=5.683446289971471, ms=00055}
22:49:23.857589 run mass: MS performed LU {at=968790.065895806, lu_delay=5.552534225978889, ms=00056}
22:49:23.894826 run mass: MS performed LU {at=968790.103047808, lu_delay=6.007561803096905, ms=00054}
22:49:23.932736 run osmo-ms-mob/00072: Starting mobile
22:49:23.946019 run osmo-ms-mob/00072(pid=207): Launched
22:49:23.956882 run mass: MS start registered {at=968790.165205504, delay=0.004827672033570707, ms=00072}
22:49:24.571310 run osmo-ms-mob/00073: Starting mobile
22:49:24.585243 run osmo-ms-mob/00073(pid=208): Launched
22:49:24.596293 run mass: MS start registered {at=968790.804611355, delay=0.004818758927285671, ms=00073}
22:49:24.974425 run osmo-ms-mob/00074: Starting mobile
22:49:24.988629 run osmo-ms-mob/00074(pid=209): Launched
22:49:25.000432 run mass: MS start registered {at=968791.208744883, delay=0.005777154001407325, ms=00074}
22:49:25.369964 run osmo-ms-mob/00075: Starting mobile
22:49:25.383653 run osmo-ms-mob/00075(pid=210): Launched
22:49:25.394855 run mass: MS start registered {at=968791.603171976, delay=0.00519354606512934, ms=00075}
22:49:25.631153 run mass: MS performed LU {at=968791.839370743, lu_delay=6.145316545967944, ms=00059}
22:49:25.655363 run mass: MS performed LU {at=968791.863691364, lu_delay=5.287857727962546, ms=00062}
22:49:25.666640 run mass: MS performed LU {at=968791.87496464, lu_delay=5.453690650057979, ms=00061}
22:49:25.677534 run osmo-ms-mob/00076: Starting mobile
22:49:25.690957 run osmo-ms-mob/00076(pid=211): Launched
22:49:25.701758 run mass: MS start registered {at=968791.910079034, delay=0.004754466004669666, ms=00076}
22:49:25.940402 run mass: MS performed LU {at=968792.148595786, lu_delay=5.111214155913331, ms=00063}
22:49:26.303416 run osmo-ms-mob/00077: Starting mobile
22:49:26.323229 run osmo-ms-mob/00077(pid=212): Launched
22:49:26.334127 run mass: MS start registered {at=968792.54244607, delay=0.004887414979748428, ms=00077}
22:49:26.664589 run mass: MS performed LU {at=968792.872789159, lu_delay=5.464604261913337, ms=00064}
22:49:26.693018 run osmo-ms-mob/00078: Starting mobile
22:49:26.706404 run osmo-ms-mob/00078(pid=213): Launched
22:49:26.717132 run mass: MS start registered {at=968792.925455184, delay=0.004668555920943618, ms=00078}
22:49:26.723598 run mass: MS performed LU {at=968792.931923957, lu_delay=6.937722118920647, ms=00060}
22:49:26.803098 run mass: MS performed LU {at=968793.01129191, lu_delay=4.594905894016847, ms=00068}
22:49:26.844999 run mass: MS performed LU {at=968793.053233428, lu_delay=4.958174344035797, ms=00066}
22:49:26.874099 run osmo-ms-mob/00079: Starting mobile
22:49:26.887629 run osmo-ms-mob/00079(pid=214): Launched
22:49:26.898297 run mass: MS start registered {at=968793.106618973, delay=0.004658585996367037, ms=00079}
22:49:27.570525 run mass: MS performed LU {at=968793.778746599, lu_delay=4.574989618966356, ms=00069}
22:49:27.627593 run osmo-ms-mob/00080: Starting mobile
22:49:27.642940 run osmo-ms-mob/00080(pid=215): Launched
22:49:27.649101 run mass: MS performed LU {at=968793.857428649, lu_delay=5.493516042013653, ms=00067}
22:49:27.654993 run mass: MS performed LU {at=968793.863327409, lu_delay=6.055351139046252, ms=00065}
22:49:27.661104 run mass: MS start registered {at=968793.869438136, delay=0.012027796939946711, ms=00080}
22:49:28.201058 run osmo-ms-mob/00081: Starting mobile
22:49:28.217059 run osmo-ms-mob/00081(pid=216): Launched
22:49:28.228207 run mass: MS start registered {at=968794.43648185, delay=0.00461825798265636, ms=00081}
22:49:28.575891 run osmo-ms-mob/00082: Starting mobile
22:49:28.590366 run osmo-ms-mob/00082(pid=217): Launched
22:49:28.601562 run mass: MS start registered {at=968794.809871322, delay=0.0050082269590348005, ms=00082}
22:49:29.193064 run osmo-ms-mob/00083: Starting mobile
22:49:29.209861 run osmo-ms-mob/00083(pid=218): Launched
22:49:29.221196 run mass: MS start registered {at=968795.42951682, delay=0.0049562560161575675, ms=00083}
22:49:29.396371 run mass: MS performed LU {at=968795.60459086, lu_delay=5.997059701010585, ms=00070}
22:49:29.415161 run mass: MS performed LU {at=968795.623404557, lu_delay=4.818793202051893, ms=00073}
22:49:29.498138 run mass: MS performed LU {at=968795.706322864, lu_delay=5.541117360000499, ms=00072}
22:49:29.528241 run osmo-ms-mob/00084: Starting mobile
22:49:29.541253 run osmo-ms-mob/00084(pid=219): Launched
22:49:29.553016 run mass: MS start registered {at=968795.761338694, delay=0.005495893070474267, ms=00084}
22:49:29.669060 run mass: MS performed LU {at=968795.877275297, lu_delay=5.8509315008996055, ms=00071}
22:49:29.780271 run mass: MS performed LU {at=968795.988490929, lu_delay=4.779746046056971, ms=00074}
22:49:30.193277 run osmo-ms-mob/00085: Starting mobile
22:49:30.212257 run osmo-ms-mob/00085(pid=220): Launched
22:49:30.223200 run mass: MS start registered {at=968796.431521544, delay=0.004903738969005644, ms=00085}
22:49:30.583702 run mass: MS performed LU {at=968796.791905939, lu_delay=3.685286966036074, ms=00079}
22:49:30.761921 run osmo-ms-mob/00086: Starting mobile
22:49:30.774953 run osmo-ms-mob/00086(pid=221): Launched
22:49:30.786322 run mass: MS start registered {at=968796.994641208, delay=0.005058081937022507, ms=00086}
22:49:31.375538 run osmo-ms-mob/00087: Starting mobile
22:49:31.390219 run osmo-ms-mob/00087(pid=222): Launched
22:49:31.396274 run mass: MS performed LU {at=968797.604601101, lu_delay=5.062155031017028, ms=00077}
22:49:31.402086 run mass: MS performed LU {at=968797.61042073, lu_delay=5.700341695919633, ms=00076}
22:49:31.408194 run mass: MS performed LU {at=968797.616528167, lu_delay=6.013356190989725, ms=00075}
22:49:31.413951 run mass: MS start registered {at=968797.622286387, delay=0.017702664015814662, ms=00087}
22:49:31.644406 run mass: MS performed LU {at=968797.85262456, lu_delay=23.326947822002694, ms=00026}
22:49:32.003755 run osmo-ms-mob/00088: Starting mobile
22:49:32.020977 run osmo-ms-mob/00088(pid=223): Launched
22:49:32.031890 run mass: MS start registered {at=968798.24021392, delay=0.004877908038906753, ms=00088}
22:49:32.322901 run mass: MS performed LU {at=968798.531079892, lu_delay=5.605624707997777, ms=00078}
22:49:32.575458 run osmo-ms-mob/00089: Starting mobile
22:49:32.589410 run osmo-ms-mob/00089(pid=224): Launched
22:49:32.600229 run mass: MS start registered {at=968798.808550781, delay=0.0047626999439671636, ms=00089}
22:49:33.161046 run osmo-ms-mob/00090: Starting mobile
22:49:33.174593 run osmo-ms-mob/00090(pid=225): Launched
22:49:33.185388 run mass: MS start registered {at=968799.393708176, delay=0.004685424035415053, ms=00090}
22:49:33.281995 run mass: MS performed LU {at=968799.490211434, lu_delay=4.680340111954138, ms=00082}
22:49:33.308509 run mass: MS performed LU {at=968799.516822065, lu_delay=5.080340215004981, ms=00081}
22:49:33.327676 run mass: MS performed LU {at=968799.535970897, lu_delay=5.666532760951668, ms=00080}
22:49:33.891987 run osmo-ms-mob/00091: Starting mobile
22:49:33.909297 run osmo-ms-mob/00091(pid=226): Launched
22:49:33.920171 run mass: MS start registered {at=968800.128494518, delay=0.004793883999809623, ms=00091}
22:49:34.560906 run osmo-ms-mob/00092: Starting mobile
22:49:34.574011 run osmo-ms-mob/00092(pid=227): Launched
22:49:34.585478 run mass: MS start registered {at=968800.793790183, delay=0.005222172010689974, ms=00092}
22:49:35.045533 run mass: MS performed LU {at=968801.253753588, lu_delay=5.492414893931709, ms=00084}
22:49:35.062801 run mass: MS performed LU {at=968801.271045661, lu_delay=5.841528840945102, ms=00083}
22:49:35.147125 run mass: MS performed LU {at=968801.355321731, lu_delay=4.923800186952576, ms=00085}
22:49:35.361095 run osmo-ms-mob/00093: Starting mobile
22:49:35.374174 run osmo-ms-mob/00093(pid=228): Launched
22:49:35.385166 run mass: MS start registered {at=968801.593480141, delay=0.004995777970179915, ms=00093}
22:49:35.553091 run mass: MS performed LU {at=968801.761313182, lu_delay=4.766671973979101, ms=00086}
22:49:36.273883 run osmo-ms-mob/00094: Starting mobile
22:49:36.288284 run osmo-ms-mob/00094(pid=229): Launched
22:49:36.299490 run mass: MS start registered {at=968802.507804097, delay=0.005142544978298247, ms=00094}
22:49:37.048737 run mass: MS performed LU {at=968803.256957795, lu_delay=5.016743874992244, ms=00088}
22:49:37.076529 run mass: MS performed LU {at=968803.284775272, lu_delay=5.662488884991035, ms=00087}
22:49:37.125072 run osmo-ms-mob/00095: Starting mobile
22:49:37.140229 run osmo-ms-mob/00095(pid=230): Launched
22:49:37.146372 run mass: MS performed LU {at=968803.354701823, lu_delay=22.753197678015567, ms=00043}
22:49:37.152187 run mass: MS start registered {at=968803.360523154, delay=0.005837585078552365, ms=00095}
22:49:37.238769 run mass: MS performed LU {at=968803.446988536, lu_delay=4.638437755056657, ms=00089}
22:49:38.174730 run osmo-ms-mob/00096: Starting mobile
22:49:38.189233 run osmo-ms-mob/00096(pid=231): Launched
22:49:38.200106 run mass: MS start registered {at=968804.408422609, delay=0.004713586997240782, ms=00096}
22:49:38.810803 run mass: MS performed LU {at=968805.019022177, lu_delay=4.890527658979408, ms=00091}
22:49:38.912448 run mass: MS performed LU {at=968805.12062274, lu_delay=5.726914564031176, ms=00090}
22:49:39.294704 run osmo-ms-mob/00097: Starting mobile
22:49:39.312494 run osmo-ms-mob/00097(pid=232): Launched
22:49:39.318645 run mass: MS performed LU {at=968805.526972388, lu_delay=4.733182205003686, ms=00092}
22:49:39.324486 run mass: MS start registered {at=968805.532821088, delay=0.005871389992535114, ms=00097}
22:49:40.600894 run osmo-ms-mob/00098: Starting mobile
22:49:40.617582 run osmo-ms-mob/00098(pid=233): Launched
22:49:40.628384 run mass: MS start registered {at=968806.836704645, delay=0.004756558919325471, ms=00098}
22:49:40.814029 run mass: MS performed LU {at=968807.022247779, lu_delay=5.428767637931742, ms=00093}
22:49:41.077036 run mass: MS performed LU {at=968807.285260219, lu_delay=4.777456121984869, ms=00094}
22:49:42.374832 run osmo-ms-mob/00099: Starting mobile
22:49:42.388717 run osmo-ms-mob/00099(pid=234): Launched
22:49:42.394729 run mass: All started... {duration=55.743975104996935, too_slow=0}
22:49:42.400764 run mass: MS start registered {at=968808.609090936, delay=0.006026469054631889, ms=00099}
22:49:42.678502 run mass: MS performed LU {at=968808.886687013, lu_delay=5.526163858943619, ms=00095}
22:49:43.213722 run mass: MS performed LU {at=968809.421940556, lu_delay=5.0135179470526055, ms=00096}
22:49:44.579819 run mass: MS performed LU {at=968810.78803927, lu_delay=5.25521818199195, ms=00097}
22:49:46.444124 run mass: MS performed LU {at=968812.652302764, lu_delay=5.815598119050264, ms=00098}
22:49:48.345918 run mass: MS performed LU {at=968814.554114487, lu_delay=5.9450235510012135, ms=00099}
22:49:48.357957 run mass: Tests done {all_completed=True, max=23.326947822002694, min=3.685286966036074}
22:49:48.363418 tst register_default_mass.py: Test passed (81.1 sec)
22:49:48.368952 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:48.372293 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:48.375605 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:48.378957 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:48.382297 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:48.385655 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:48.389055 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:48.392441 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:48.395802 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:48.399167 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:48.402544 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:48.406052 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:48.409607 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:48.413145 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:48.416699 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:48.420377 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:48.423990 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:48.427469 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:48.430956 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:48.434522 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:48.438428 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:48.442005 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:48.445515 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:48.449031 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:48.452538 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:48.455997 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:48.459428 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:48.462905 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:48.466349 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:48.470203 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:48.473653 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:48.477089 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:48.480512 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:48.483948 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:48.487389 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:48.490956 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:48.494407 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:48.497827 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:48.501193 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:48.504625 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:48.507949 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:48.511275 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:48.515199 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:48.518704 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:48.522043 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:48.525350 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:48.528769 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:48.532580 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:48.536113 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:48.539521 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:48.543002 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:48.546566 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:48.550168 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:48.554073 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:48.557377 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:48.560707 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:48.564097 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:48.567416 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:48.570776 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:48.574074 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:48.577421 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:48.581081 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:48.584502 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:48.588524 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:48.591908 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:48.595211 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:48.598591 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:48.601923 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:48.605296 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:48.608623 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:48.612027 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:48.615331 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:48.618915 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:48.622256 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:48.625647 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:48.628954 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:48.632442 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:48.635870 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:48.639191 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:48.642558 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:48.646220 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:48.649646 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:48.653426 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:48.656716 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:48.660144 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:48.663513 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:48.666809 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:48.670185 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:48.673484 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:48.676875 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:48.680172 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:48.683495 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:48.686943 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:48.690710 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:48.694054 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:48.697440 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:48.700784 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:48.704276 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:48.707592 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:48.710911 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:48.714714 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:48.718033 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:48.721369 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:48.724803 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:48.728125 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:48.731516 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:48.734836 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:48.738223 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:48.741573 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:48.744940 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:48.748260 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:48.751585 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:48.754913 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:48.758290 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:48.761577 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:48.764887 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:48.768160 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:48.771378 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:48.774606 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:48.777850 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:48.781070 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:48.784295 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:48.787510 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:48.790748 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:48.793969 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:48.797193 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:48.800435 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:48.803636 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:48.806871 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:48.810088 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:48.813308 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:48.816551 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:48.819792 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:48.823005 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:48.826233 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:48.829463 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:48.832700 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:48.835925 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:48.839132 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:48.842372 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:48.845594 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:48.848813 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:48.852037 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:48.855263 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:48.858469 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:48.861693 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:48.864916 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:48.868132 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:48.871356 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:48.874597 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:48.877824 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:48.881052 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:48.884281 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:48.887501 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:48.890740 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:48.893974 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:48.897205 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:48.900430 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:48.903665 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:48.906881 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:48.910118 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:48.913349 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:48.916592 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:48.919818 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:48.923031 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:48.926269 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:48.929495 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:48.932711 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:48.935926 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:48.939147 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:48.942368 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:48.945589 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:48.948809 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:48.952030 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:48.955252 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:48.958477 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:48.961692 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:48.964917 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:48.968144 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:48.971354 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:48.974590 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:48.977821 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:48.981049 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:48.984274 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:48.987500 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:48.990737 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:48.993958 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:48.997186 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:49.000410 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:49.003646 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:49.006856 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:49.010074 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:49.013301 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:49.016518 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:49.019744 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:49.022971 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:49.026193 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:49.029408 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:49.032631 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:49.035858 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:49.039074 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:49.042322 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:49.045555 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:49.048778 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:49.052004 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:49.055216 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:49.058451 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:49.061683 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:49.064917 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:49.068147 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:49.071373 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:49.074606 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:49.077840 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:49.081072 --- ParallelTerminationStrategy: PID 22 died...
22:49:49.082531 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:49.086097 --- ParallelTerminationStrategy: PID 23 died...
22:49:49.087560 run osmo-hlr_127.0.42.2(pid=23): Terminated {rc=256}
22:49:49.091150 --- ParallelTerminationStrategy: PID 24 died...
22:49:49.092623 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:49.096233 --- ParallelTerminationStrategy: PID 25 died...
22:49:49.097701 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:49.101346 --- ParallelTerminationStrategy: PID 26 died...
22:49:49.102844 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:49.106564 --- ParallelTerminationStrategy: PID 27 died...
22:49:49.108072 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:49.111762 --- ParallelTerminationStrategy: PID 28 died...
22:49:49.113263 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:49.116964 --- ParallelTerminationStrategy: PID 29 died...
22:49:49.118466 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:49.122161 --- ParallelTerminationStrategy: PID 30 died...
22:49:49.123653 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:49.127339 --- ParallelTerminationStrategy: PID 31 died...
22:49:49.128849 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:49.132657 --- ParallelTerminationStrategy: PID 32 died...
22:49:49.134205 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:49.138033 --- ParallelTerminationStrategy: PID 33 died...
22:49:49.139604 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:49.143421 --- ParallelTerminationStrategy: PID 35 died...
22:49:49.144987 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:49.148818 --- ParallelTerminationStrategy: PID 36 died...
22:49:49.150377 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:49.154209 --- ParallelTerminationStrategy: PID 37 died...
22:49:49.155772 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:49.159587 --- ParallelTerminationStrategy: PID 38 died...
22:49:49.161160 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:49.164997 --- ParallelTerminationStrategy: PID 39 died...
22:49:49.166558 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:49.170307 --- ParallelTerminationStrategy: PID 40 died...
22:49:49.171830 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:49.175540 --- ParallelTerminationStrategy: PID 41 died...
22:49:49.177062 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:49.180759 --- ParallelTerminationStrategy: PID 42 died...
22:49:49.182264 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:49.185962 --- ParallelTerminationStrategy: PID 43 died...
22:49:49.187477 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:49.191163 --- ParallelTerminationStrategy: PID 44 died...
22:49:49.192672 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:49.196364 --- ParallelTerminationStrategy: PID 45 died...
22:49:49.197869 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:49.201558 --- ParallelTerminationStrategy: PID 46 died...
22:49:49.203071 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:49.206760 --- ParallelTerminationStrategy: PID 47 died...
22:49:49.208284 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:49.211972 --- ParallelTerminationStrategy: PID 48 died...
22:49:49.213467 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:49.217159 --- ParallelTerminationStrategy: PID 49 died...
22:49:49.218657 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:49.222344 --- ParallelTerminationStrategy: PID 50 died...
22:49:49.223856 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:49.227517 --- ParallelTerminationStrategy: PID 51 died...
22:49:49.229014 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:49.232706 --- ParallelTerminationStrategy: PID 52 died...
22:49:49.234209 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:49.237899 --- ParallelTerminationStrategy: PID 53 died...
22:49:49.239390 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:49.243088 --- ParallelTerminationStrategy: PID 54 died...
22:49:49.244599 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:49.248268 --- ParallelTerminationStrategy: PID 55 died...
22:49:49.249771 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:49.253457 --- ParallelTerminationStrategy: PID 56 died...
22:49:49.254957 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:49.258638 --- ParallelTerminationStrategy: PID 57 died...
22:49:49.260157 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:49.263819 --- ParallelTerminationStrategy: PID 58 died...
22:49:49.265321 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:49.268997 --- ParallelTerminationStrategy: PID 59 died...
22:49:49.270496 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:49.274152 --- ParallelTerminationStrategy: PID 60 died...
22:49:49.275644 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:49.279308 --- ParallelTerminationStrategy: PID 61 died...
22:49:49.280800 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:49.284488 --- ParallelTerminationStrategy: PID 62 died...
22:49:49.285982 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:49.289652 --- ParallelTerminationStrategy: PID 63 died...
22:49:49.291153 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:49.294826 --- ParallelTerminationStrategy: PID 64 died...
22:49:49.296329 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:49.300007 --- ParallelTerminationStrategy: PID 65 died...
22:49:49.301502 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:49.305177 --- ParallelTerminationStrategy: PID 66 died...
22:49:49.306663 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:49.310344 --- ParallelTerminationStrategy: PID 67 died...
22:49:49.311844 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:49.315508 --- ParallelTerminationStrategy: PID 68 died...
22:49:49.317020 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:49.320691 --- ParallelTerminationStrategy: PID 69 died...
22:49:49.322189 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:49.325879 --- ParallelTerminationStrategy: PID 70 died...
22:49:49.327380 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:49.331059 --- ParallelTerminationStrategy: PID 71 died...
22:49:49.332562 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:49.336242 --- ParallelTerminationStrategy: PID 72 died...
22:49:49.337750 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:49.341441 --- ParallelTerminationStrategy: PID 73 died...
22:49:49.342945 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:49.346617 --- ParallelTerminationStrategy: PID 74 died...
22:49:49.348118 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:49.351805 --- ParallelTerminationStrategy: PID 75 died...
22:49:49.353302 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:49.356982 --- ParallelTerminationStrategy: PID 76 died...
22:49:49.358489 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:49.362168 --- ParallelTerminationStrategy: PID 77 died...
22:49:49.363689 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:49.367353 --- ParallelTerminationStrategy: PID 78 died...
22:49:49.368854 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:49.372535 --- ParallelTerminationStrategy: PID 79 died...
22:49:49.374045 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:49.377719 --- ParallelTerminationStrategy: PID 80 died...
22:49:49.379214 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:49.382894 --- ParallelTerminationStrategy: PID 81 died...
22:49:49.384387 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:49.388061 --- ParallelTerminationStrategy: PID 82 died...
22:49:49.389553 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:49.393230 --- ParallelTerminationStrategy: PID 83 died...
22:49:49.394720 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:49.398396 --- ParallelTerminationStrategy: PID 84 died...
22:49:49.399888 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:49.403546 --- ParallelTerminationStrategy: PID 85 died...
22:49:49.405047 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:49.408706 --- ParallelTerminationStrategy: PID 86 died...
22:49:49.410196 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:49.413865 --- ParallelTerminationStrategy: PID 87 died...
22:49:49.415360 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:49.419033 --- ParallelTerminationStrategy: PID 88 died...
22:49:49.420542 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:49.424206 --- ParallelTerminationStrategy: PID 89 died...
22:49:49.425696 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:49.429385 --- ParallelTerminationStrategy: PID 90 died...
22:49:49.430893 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:49.434543 --- ParallelTerminationStrategy: PID 91 died...
22:49:49.436061 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:49.439736 --- ParallelTerminationStrategy: PID 92 died...
22:49:49.441234 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:49.444918 --- ParallelTerminationStrategy: PID 93 died...
22:49:49.446421 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:49.450090 --- ParallelTerminationStrategy: PID 94 died...
22:49:49.451589 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:49.455287 --- ParallelTerminationStrategy: PID 95 died...
22:49:49.456774 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:49.460461 --- ParallelTerminationStrategy: PID 96 died...
22:49:49.461962 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:49.465633 --- ParallelTerminationStrategy: PID 97 died...
22:49:49.467129 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:49.470811 --- ParallelTerminationStrategy: PID 98 died...
22:49:49.472314 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:49.475996 --- ParallelTerminationStrategy: PID 99 died...
22:49:49.477497 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:49.481168 --- ParallelTerminationStrategy: PID 100 died...
22:49:49.482667 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:49.486336 --- ParallelTerminationStrategy: PID 101 died...
22:49:49.487841 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:49.491511 --- ParallelTerminationStrategy: PID 102 died...
22:49:49.493015 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:49.496687 --- ParallelTerminationStrategy: PID 103 died...
22:49:49.498185 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:49.501864 --- ParallelTerminationStrategy: PID 104 died...
22:49:49.503358 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:49.507040 --- ParallelTerminationStrategy: PID 105 died...
22:49:49.508541 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:49.512197 --- ParallelTerminationStrategy: PID 106 died...
22:49:49.513694 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:49.517360 --- ParallelTerminationStrategy: PID 107 died...
22:49:49.518860 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:49.522550 --- ParallelTerminationStrategy: PID 108 died...
22:49:49.524047 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:49.527718 --- ParallelTerminationStrategy: PID 109 died...
22:49:49.529202 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:49.532863 --- ParallelTerminationStrategy: PID 110 died...
22:49:49.534361 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:49.538032 --- ParallelTerminationStrategy: PID 111 died...
22:49:49.539522 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:49.543194 --- ParallelTerminationStrategy: PID 112 died...
22:49:49.544705 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:49.548389 --- ParallelTerminationStrategy: PID 113 died...
22:49:49.549878 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:49.553544 --- ParallelTerminationStrategy: PID 114 died...
22:49:49.555037 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:49.558706 --- ParallelTerminationStrategy: PID 115 died...
22:49:49.560216 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:49.563891 --- ParallelTerminationStrategy: PID 116 died...
22:49:49.565384 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:49.569029 --- ParallelTerminationStrategy: PID 117 died...
22:49:49.570521 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:49.574191 --- ParallelTerminationStrategy: PID 118 died...
22:49:49.575703 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:49.579383 --- ParallelTerminationStrategy: PID 119 died...
22:49:49.580891 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:49.584557 --- ParallelTerminationStrategy: PID 120 died...
22:49:49.586064 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:49.589743 --- ParallelTerminationStrategy: PID 121 died...
22:49:49.591229 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:49.594912 --- ParallelTerminationStrategy: PID 122 died...
22:49:49.596415 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:49.600103 --- ParallelTerminationStrategy: PID 123 died...
22:49:49.601590 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:49.605252 --- ParallelTerminationStrategy: PID 124 died...
22:49:49.606740 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:49.610451 --- ParallelTerminationStrategy: PID 125 died...
22:49:49.611958 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:49.615618 --- ParallelTerminationStrategy: PID 126 died...
22:49:49.617134 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:49.620787 --- ParallelTerminationStrategy: PID 127 died...
22:49:49.622275 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:49.625953 --- ParallelTerminationStrategy: PID 128 died...
22:49:49.627445 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:49.631113 --- ParallelTerminationStrategy: PID 129 died...
22:49:49.632630 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:49.636318 --- ParallelTerminationStrategy: PID 130 died...
22:49:49.637823 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:49.641484 --- ParallelTerminationStrategy: PID 131 died...
22:49:49.642975 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:49.646661 --- ParallelTerminationStrategy: PID 132 died...
22:49:49.648160 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:49.651849 --- ParallelTerminationStrategy: PID 133 died...
22:49:49.653318 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:49.656924 --- ParallelTerminationStrategy: PID 134 died...
22:49:49.658375 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:49.662006 --- ParallelTerminationStrategy: PID 135 died...
22:49:49.663505 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:49.667215 --- ParallelTerminationStrategy: PID 136 died...
22:49:49.668735 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:49.672444 --- ParallelTerminationStrategy: PID 137 died...
22:49:49.673941 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:49.677657 --- ParallelTerminationStrategy: PID 138 died...
22:49:49.679155 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:49.682861 --- ParallelTerminationStrategy: PID 139 died...
22:49:49.684384 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:49.688072 --- ParallelTerminationStrategy: PID 140 died...
22:49:49.689570 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:49.693262 --- ParallelTerminationStrategy: PID 141 died...
22:49:49.694747 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:49.698448 --- ParallelTerminationStrategy: PID 142 died...
22:49:49.699953 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:49.703724 --- ParallelTerminationStrategy: PID 143 died...
22:49:49.705257 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:49.709072 --- ParallelTerminationStrategy: PID 144 died...
22:49:49.710606 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:49.714316 --- ParallelTerminationStrategy: PID 145 died...
22:49:49.715826 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:49.719510 --- ParallelTerminationStrategy: PID 146 died...
22:49:49.721005 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:49.724701 --- ParallelTerminationStrategy: PID 147 died...
22:49:49.726200 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:49.729886 --- ParallelTerminationStrategy: PID 148 died...
22:49:49.731377 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:49.735080 --- ParallelTerminationStrategy: PID 149 died...
22:49:49.736572 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:49.740248 --- ParallelTerminationStrategy: PID 150 died...
22:49:49.741742 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:49.745454 --- ParallelTerminationStrategy: PID 151 died...
22:49:49.746947 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:49.750626 --- ParallelTerminationStrategy: PID 152 died...
22:49:49.752126 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:49.755816 --- ParallelTerminationStrategy: PID 153 died...
22:49:49.757319 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:49.761003 --- ParallelTerminationStrategy: PID 154 died...
22:49:49.762494 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:49.766192 --- ParallelTerminationStrategy: PID 155 died...
22:49:49.767687 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:49.771388 --- ParallelTerminationStrategy: PID 156 died...
22:49:49.772889 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:49.776589 --- ParallelTerminationStrategy: PID 157 died...
22:49:49.778089 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:49.781770 --- ParallelTerminationStrategy: PID 158 died...
22:49:49.783256 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:49.786942 --- ParallelTerminationStrategy: PID 159 died...
22:49:49.788438 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:49.792142 --- ParallelTerminationStrategy: PID 160 died...
22:49:49.793634 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:49.797313 --- ParallelTerminationStrategy: PID 161 died...
22:49:49.798806 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:49.802492 --- ParallelTerminationStrategy: PID 162 died...
22:49:49.803986 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:49.807688 --- ParallelTerminationStrategy: PID 163 died...
22:49:49.809178 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:49.812863 --- ParallelTerminationStrategy: PID 164 died...
22:49:49.814358 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:49.818029 --- ParallelTerminationStrategy: PID 165 died...
22:49:49.819522 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:49.823215 --- ParallelTerminationStrategy: PID 166 died...
22:49:49.824720 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:49.828396 --- ParallelTerminationStrategy: PID 167 died...
22:49:49.829877 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:49.833557 --- ParallelTerminationStrategy: PID 168 died...
22:49:49.835089 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:49.838791 --- ParallelTerminationStrategy: PID 169 died...
22:49:49.840306 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:49.843998 --- ParallelTerminationStrategy: PID 170 died...
22:49:49.845500 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:49.849180 --- ParallelTerminationStrategy: PID 171 died...
22:49:49.850676 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:49.854358 --- ParallelTerminationStrategy: PID 172 died...
22:49:49.855854 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:49.859535 --- ParallelTerminationStrategy: PID 173 died...
22:49:49.861039 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:49.864720 --- ParallelTerminationStrategy: PID 174 died...
22:49:49.866201 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:49.869987 --- ParallelTerminationStrategy: PID 175 died...
22:49:49.871525 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:49.875328 --- ParallelTerminationStrategy: PID 176 died...
22:49:49.876863 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:49.880669 --- ParallelTerminationStrategy: PID 177 died...
22:49:49.882202 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:49.886013 --- ParallelTerminationStrategy: PID 178 died...
22:49:49.887554 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:49.891356 --- ParallelTerminationStrategy: PID 179 died...
22:49:49.892899 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:49.896725 --- ParallelTerminationStrategy: PID 180 died...
22:49:49.898266 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:49.902071 --- ParallelTerminationStrategy: PID 181 died...
22:49:49.903609 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:49.907421 --- ParallelTerminationStrategy: PID 182 died...
22:49:49.908924 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:49.912620 --- ParallelTerminationStrategy: PID 183 died...
22:49:49.914109 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:49.917790 --- ParallelTerminationStrategy: PID 184 died...
22:49:49.919282 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:49.922958 --- ParallelTerminationStrategy: PID 185 died...
22:49:49.924452 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:49.928149 --- ParallelTerminationStrategy: PID 186 died...
22:49:49.929643 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:49.933324 --- ParallelTerminationStrategy: PID 187 died...
22:49:49.934808 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:49.938484 --- ParallelTerminationStrategy: PID 188 died...
22:49:49.939984 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:49.943661 --- ParallelTerminationStrategy: PID 189 died...
22:49:49.945161 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:49.948842 --- ParallelTerminationStrategy: PID 190 died...
22:49:49.950342 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:49.954035 --- ParallelTerminationStrategy: PID 191 died...
22:49:49.955531 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:49.959233 --- ParallelTerminationStrategy: PID 192 died...
22:49:49.960720 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:49.964429 --- ParallelTerminationStrategy: PID 193 died...
22:49:49.965923 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:49.969599 --- ParallelTerminationStrategy: PID 194 died...
22:49:49.971085 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:49.974790 --- ParallelTerminationStrategy: PID 195 died...
22:49:49.976285 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:49.979984 --- ParallelTerminationStrategy: PID 196 died...
22:49:49.981475 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:49.985161 --- ParallelTerminationStrategy: PID 197 died...
22:49:49.986654 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:49.990329 --- ParallelTerminationStrategy: PID 198 died...
22:49:49.991843 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:49.995534 --- ParallelTerminationStrategy: PID 199 died...
22:49:49.997030 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:50.000730 --- ParallelTerminationStrategy: PID 200 died...
22:49:50.002221 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:50.005899 --- ParallelTerminationStrategy: PID 201 died...
22:49:50.007381 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:50.011070 --- ParallelTerminationStrategy: PID 202 died...
22:49:50.012561 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:50.016232 --- ParallelTerminationStrategy: PID 203 died...
22:49:50.017723 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:50.021401 --- ParallelTerminationStrategy: PID 204 died...
22:49:50.022895 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:50.026588 --- ParallelTerminationStrategy: PID 205 died...
22:49:50.028082 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:50.031789 --- ParallelTerminationStrategy: PID 206 died...
22:49:50.033281 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:50.036959 --- ParallelTerminationStrategy: PID 207 died...
22:49:50.038446 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:50.042126 --- ParallelTerminationStrategy: PID 208 died...
22:49:50.043617 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:50.047327 --- ParallelTerminationStrategy: PID 209 died...
22:49:50.048839 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:50.052544 --- ParallelTerminationStrategy: PID 210 died...
22:49:50.054042 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:50.057733 --- ParallelTerminationStrategy: PID 211 died...
22:49:50.059230 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:50.062909 --- ParallelTerminationStrategy: PID 212 died...
22:49:50.064411 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:50.068098 --- ParallelTerminationStrategy: PID 213 died...
22:49:50.069581 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:50.073270 --- ParallelTerminationStrategy: PID 214 died...
22:49:50.074764 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:50.078452 --- ParallelTerminationStrategy: PID 215 died...
22:49:50.079961 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:50.083636 --- ParallelTerminationStrategy: PID 216 died...
22:49:50.085130 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:50.088808 --- ParallelTerminationStrategy: PID 217 died...
22:49:50.090297 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:50.093998 --- ParallelTerminationStrategy: PID 218 died...
22:49:50.095495 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:50.099219 --- ParallelTerminationStrategy: PID 219 died...
22:49:50.100718 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:50.104431 --- ParallelTerminationStrategy: PID 220 died...
22:49:50.105928 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:50.109643 --- ParallelTerminationStrategy: PID 221 died...
22:49:50.111139 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:50.114847 --- ParallelTerminationStrategy: PID 222 died...
22:49:50.116355 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:50.120078 --- ParallelTerminationStrategy: PID 223 died...
22:49:50.121584 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:50.125305 --- ParallelTerminationStrategy: PID 224 died...
22:49:50.126793 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:50.130518 --- ParallelTerminationStrategy: PID 225 died...
22:49:50.132024 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:50.135742 --- ParallelTerminationStrategy: PID 226 died...
22:49:50.137249 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:50.140977 --- ParallelTerminationStrategy: PID 227 died...
22:49:50.142477 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:50.146160 --- ParallelTerminationStrategy: PID 228 died...
22:49:50.147674 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:50.151388 --- ParallelTerminationStrategy: PID 229 died...
22:49:50.152898 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:50.156623 --- ParallelTerminationStrategy: PID 230 died...
22:49:50.158131 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:50.161828 --- ParallelTerminationStrategy: PID 231 died...
22:49:50.163323 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:50.167041 --- ParallelTerminationStrategy: PID 232 died...
22:49:50.168547 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:50.172264 --- ParallelTerminationStrategy: PID 233 died...
22:49:50.173772 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:50.177476 --- ParallelTerminationStrategy: PID 234 died...
22:49:50.178983 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:53.583467 --- ParallelTerminationStrategy: PID 34 died...
22:49:53.589747 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8234 netreg_mass PASS
---------------------------------------------------------------------
22:49:53.654669 tst trial-8234: Storing JUnit report in /build/trial-8234/run.2026-02-06_22-48-26/trial-8234.xml
--------------------------------------------------------------------------------------------
trial-8234 PASS
--------------------------------------------------------------------------------------------
22:49:53.665540 tst trial-8234: trial-8234: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8234/inst
+ cd trial-8234
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-02-06 22:48:26
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8234-run.tgz run.2026-02-06_22-48-26
+ tar czf /build/trial-8234-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-02-06_14_53_14.tgz osmo-bts-oc2g.build-2026-02-06_00_51_32.tgz osmo-bts-sysmo.build-2026-02-06_00_51_34.tgz osmo-bts.build-2026-02-06_00_51_40.tgz osmo-ggsn.build-2026-02-06_20_42_36.tgz osmo-hlr.build-2026-02-06_16_37_01.tgz osmo-hnbgw.build-2026-02-06_14_54_39.tgz osmo-mgw.build-2026-02-06_08_33_11.tgz osmo-msc.build-2026-02-06_15_02_04.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-02-06_04_23_19.tgz osmo-pcu-sysmo.build-2026-02-06_04_23_25.tgz osmo-pcu.build-2026-02-06_04_23_30.tgz osmo-sgsn.build-2026-02-06_20_48_19.tgz osmo-stp.build-2026-02-06_14_48_13.tgz osmo-trx.build-2026-02-06_14_21_32.tgz osmocom-bb.build-2026-02-06_21_17_19.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