Skipping 14 KB..
Full Log[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins580657659968567623.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-8190
+ 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
3e2224c ttcn3-bts-test: mount tracingfs only when needed
+ 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 [ 9/28] COPY SSH /root/.ssh
#7 CACHED
#8 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#8 CACHED
#9 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#9 CACHED
#10 [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
#10 CACHED
#11 [ 8/28] RUN MKDIR /var/run/sshd
#11 CACHED
#12 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#12 CACHED
#13 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#13 CACHED
#14 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#14 CACHED
#15 [20/28] WORKDIR /TMP
#15 CACHED
#16 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#16 CACHED
#17 [ 2/28] RUN useradd -ms /bin/bash jenkins
#17 CACHED
#18 [ 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
#18 CACHED
#19 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#19 CACHED
#20 [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
#20 CACHED
#21 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#21 CACHED
#22 [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
#22 CACHED
#23 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#23 CACHED
#24 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#24 CACHED
#25 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#25 CACHED
#26 [ 3/28] RUN groupadd osmo-gsm-tester
#26 CACHED
#27 [12/28] RUN MKDIR -p /osmo-gsm-tester-srsue /osmo-gsm-tester-srsenb /osmo-gsm-tester-srsepc /osmo-gsm-tester-trx /osmo-gsm-tester-grbroker /osmo-gsm-tester-open5gs
#27 CACHED
#28 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#28 CACHED
#29 [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
#29 CACHED
#30 [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
#30 CACHED
#31 [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
#31 CACHED
#32 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:d5571f55a2738f4593706d4ec3b4db351bb33e49e37b4c3b6cbb6ac9171bf533 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8191 -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=2025-12-25 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8191
+ mkdir -p trial-8191
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-12-25_13_33_52.tgz osmo-bts-oc2g.build-2025-12-25_00_52_41.tgz osmo-bts-sysmo.build-2025-12-25_00_52_36.tgz osmo-bts.build-2025-12-25_00_52_37.tgz osmo-ggsn.build-2025-12-25_20_59_41.tgz osmo-hlr.build-2025-12-25_16_37_00.tgz osmo-hnbgw.build-2025-12-25_13_35_06.tgz osmo-mgw.build-2025-12-25_08_34_44.tgz osmo-msc.build-2025-12-25_13_37_45.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-25_07_34_50.tgz osmo-pcu-sysmo.build-2025-12-25_07_36_47.tgz osmo-pcu.build-2025-12-25_07_34_21.tgz osmo-sgsn.build-2025-12-25_21_18_27.tgz osmo-stp.build-2025-12-25_13_30_04.tgz osmo-trx.build-2025-12-25_14_38_41.tgz osmocom-bb.build-2025-12-25_21_18_27.tgz srslte.build-19.tgz trial-8191
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-12-25_13_33_52.md5 osmo-bts-oc2g.build-2025-12-25_00_52_41.md5 osmo-bts-sysmo.build-2025-12-25_00_52_36.md5 osmo-bts.build-2025-12-25_00_52_37.md5 osmo-ggsn.build-2025-12-25_20_59_41.md5 osmo-hlr.build-2025-12-25_16_37_00.md5 osmo-hnbgw.build-2025-12-25_13_35_06.md5 osmo-mgw.build-2025-12-25_08_34_44.md5 osmo-msc.build-2025-12-25_13_37_45.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-25_07_34_50.md5 osmo-pcu-sysmo.build-2025-12-25_07_36_47.md5 osmo-pcu.build-2025-12-25_07_34_21.md5 osmo-sgsn.build-2025-12-25_21_18_27.md5 osmo-stp.build-2025-12-25_13_30_04.md5 osmo-trx.build-2025-12-25_14_38_41.md5 osmocom-bb.build-2025-12-25_21_18_27.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-12-25_13_33_52.md5 osmo-bts-oc2g.build-2025-12-25_00_52_41.md5 osmo-bts-sysmo.build-2025-12-25_00_52_36.md5 osmo-bts.build-2025-12-25_00_52_37.md5 osmo-ggsn.build-2025-12-25_20_59_41.md5 osmo-hlr.build-2025-12-25_16_37_00.md5 osmo-hnbgw.build-2025-12-25_13_35_06.md5 osmo-mgw.build-2025-12-25_08_34_44.md5 osmo-msc.build-2025-12-25_13_37_45.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-25_07_34_50.md5 osmo-pcu-sysmo.build-2025-12-25_07_36_47.md5 osmo-pcu.build-2025-12-25_07_34_21.md5 osmo-sgsn.build-2025-12-25_21_18_27.md5 osmo-stp.build-2025-12-25_13_30_04.md5 osmo-trx.build-2025-12-25_14_38_41.md5 osmocom-bb.build-2025-12-25_21_18_27.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-8191 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8191'
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-8191
--------------------------------------------------------------------------------------------
22:48:16.750773 tst trial-8191: Detailed log at /build/trial-8191/run.2025-12-25_22-48-16/log
---------------------------------------------------------------------
trial-8191 netreg_mass
---------------------------------------------------------------------
22:48:16.955606 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.955991 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.956764 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.957938 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.019096 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.022145 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.025490 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.091233 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-8191 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.092022 tst register_default_mass.py:9: Claiming resources for the test
22:48:17.107229 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.107780 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.108248 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.108700 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.109145 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.109614 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.110068 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.140880 tst register_default_mass.py: using LAC 2
22:48:17.162648 tst register_default_mass.py: using RAC 2
22:48:17.188648 tst register_default_mass.py: using CellId 2
22:48:17.217011 tst register_default_mass.py: using BVCI 3
22:48:17.230374 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.231058 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.231642 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.232175 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.232728 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.233251 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.233764 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.234305 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.234845 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.235365 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.235901 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.236432 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.236980 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.237512 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.238060 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.238593 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.239114 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.239663 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.240190 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.240719 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.241260 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.241794 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.242327 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.242878 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.243411 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.243938 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.244489 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.245020 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.245549 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.246093 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.246622 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.247149 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.247715 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.248297 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.248865 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.249404 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.249935 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.250489 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.251030 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.251557 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.252095 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.252635 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.253167 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.253717 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.254250 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.254775 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.255298 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.255851 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.256373 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.256902 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.257452 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.257983 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.258506 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.259026 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.259568 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.260099 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.260616 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.261165 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.261691 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.262206 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.262735 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.263259 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.263795 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.264341 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.264867 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.265386 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.265904 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.266452 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.266983 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.267503 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.268028 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.268569 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.269179 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.269717 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.270237 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.270754 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.271281 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.271799 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.272314 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.272851 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.273374 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.273889 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.274402 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.274932 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.275448 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.275983 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.276504 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.277041 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.277572 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.278094 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.278630 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.279153 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.279682 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.280202 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.280740 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.281257 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.281770 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.282300 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.282827 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.283342 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.283847 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.284429 tst register_default_mass.py:21: Launching a simple network
22:48:17.294501 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.415158 run create_hlr_db(pid=20): Launched
22:48:18.429637 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.446115 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.461120 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.466777 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.658931 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.673674 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.679338 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.105408 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.120502 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.135084 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.251225 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.266383 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.272048 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.295357 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.310258 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.315848 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.634895 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.649870 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.676969 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.850949 run osmo-bts-virtual(pid=34): Launched
22:48:29.887284 tst register_default_mass.py: using MSISDN 1001
22:48:29.902263 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:29.942896 tst register_default_mass.py: using MSISDN 1002
22:48:29.960885 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:29.992794 tst register_default_mass.py: using MSISDN 1003
22:48:30.008250 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.044441 tst register_default_mass.py: using MSISDN 1004
22:48:30.061277 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.092915 tst register_default_mass.py: using MSISDN 1005
22:48:30.108111 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.139946 tst register_default_mass.py: using MSISDN 1006
22:48:30.155125 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.186788 tst register_default_mass.py: using MSISDN 1007
22:48:30.201811 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.233412 tst register_default_mass.py: using MSISDN 1008
22:48:30.248441 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.281135 tst register_default_mass.py: using MSISDN 1009
22:48:30.296782 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.328153 tst register_default_mass.py: using MSISDN 1010
22:48:30.343052 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.374781 tst register_default_mass.py: using MSISDN 1011
22:48:30.389726 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.421202 tst register_default_mass.py: using MSISDN 1012
22:48:30.436059 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.467256 tst register_default_mass.py: using MSISDN 1013
22:48:30.482015 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.513354 tst register_default_mass.py: using MSISDN 1014
22:48:30.528340 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.566254 tst register_default_mass.py: using MSISDN 1015
22:48:30.584065 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.615401 tst register_default_mass.py: using MSISDN 1016
22:48:30.630388 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.661490 tst register_default_mass.py: using MSISDN 1017
22:48:30.676169 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.707578 tst register_default_mass.py: using MSISDN 1018
22:48:30.722663 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.754162 tst register_default_mass.py: using MSISDN 1019
22:48:30.768969 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:30.800464 tst register_default_mass.py: using MSISDN 1020
22:48:30.815488 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:30.854221 tst register_default_mass.py: using MSISDN 1021
22:48:30.872201 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:30.904098 tst register_default_mass.py: using MSISDN 1022
22:48:30.919467 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:30.951083 tst register_default_mass.py: using MSISDN 1023
22:48:30.966026 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:30.997656 tst register_default_mass.py: using MSISDN 1024
22:48:31.012655 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.044383 tst register_default_mass.py: using MSISDN 1025
22:48:31.059468 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.098392 tst register_default_mass.py: using MSISDN 1026
22:48:31.116489 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.148407 tst register_default_mass.py: using MSISDN 1027
22:48:31.163571 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.195077 tst register_default_mass.py: using MSISDN 1028
22:48:31.210173 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.241679 tst register_default_mass.py: using MSISDN 1029
22:48:31.256569 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.288090 tst register_default_mass.py: using MSISDN 1030
22:48:31.303096 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.336737 tst register_default_mass.py: using MSISDN 1031
22:48:31.352834 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.384308 tst register_default_mass.py: using MSISDN 1032
22:48:31.399160 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.430378 tst register_default_mass.py: using MSISDN 1033
22:48:31.445024 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.476083 tst register_default_mass.py: using MSISDN 1034
22:48:31.490950 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.521036 tst register_default_mass.py: using MSISDN 1035
22:48:31.535348 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.565776 tst register_default_mass.py: using MSISDN 1036
22:48:31.580168 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.617571 tst register_default_mass.py: using MSISDN 1037
22:48:31.634915 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.665045 tst register_default_mass.py: using MSISDN 1038
22:48:31.679547 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.709618 tst register_default_mass.py: using MSISDN 1039
22:48:31.723885 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.754155 tst register_default_mass.py: using MSISDN 1040
22:48:31.768428 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.798673 tst register_default_mass.py: using MSISDN 1041
22:48:31.812876 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:31.849685 tst register_default_mass.py: using MSISDN 1042
22:48:31.866821 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:31.905586 tst register_default_mass.py: using MSISDN 1043
22:48:31.923430 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:31.953573 tst register_default_mass.py: using MSISDN 1044
22:48:31.968211 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:31.998246 tst register_default_mass.py: using MSISDN 1045
22:48:32.012369 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.042276 tst register_default_mass.py: using MSISDN 1046
22:48:32.056420 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.093778 tst register_default_mass.py: using MSISDN 1047
22:48:32.111027 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.141024 tst register_default_mass.py: using MSISDN 1048
22:48:32.155522 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.185329 tst register_default_mass.py: using MSISDN 1049
22:48:32.199396 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.229429 tst register_default_mass.py: using MSISDN 1050
22:48:32.243574 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.273268 tst register_default_mass.py: using MSISDN 1051
22:48:32.286592 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.318503 tst register_default_mass.py: using MSISDN 1052
22:48:32.333609 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.363355 tst register_default_mass.py: using MSISDN 1053
22:48:32.377308 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.407158 tst register_default_mass.py: using MSISDN 1054
22:48:32.421303 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.451125 tst register_default_mass.py: using MSISDN 1055
22:48:32.465120 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.494853 tst register_default_mass.py: using MSISDN 1056
22:48:32.509032 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.543665 tst register_default_mass.py: using MSISDN 1057
22:48:32.559953 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.589834 tst register_default_mass.py: using MSISDN 1058
22:48:32.604237 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.634155 tst register_default_mass.py: using MSISDN 1059
22:48:32.648340 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:32.678168 tst register_default_mass.py: using MSISDN 1060
22:48:32.692281 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:32.722256 tst register_default_mass.py: using MSISDN 1061
22:48:32.736254 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:32.771859 tst register_default_mass.py: using MSISDN 1062
22:48:32.788706 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:32.818569 tst register_default_mass.py: using MSISDN 1063
22:48:32.832900 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:32.862574 tst register_default_mass.py: using MSISDN 1064
22:48:32.876525 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:32.906450 tst register_default_mass.py: using MSISDN 1065
22:48:32.920483 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:32.950430 tst register_default_mass.py: using MSISDN 1066
22:48:32.964546 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.001508 tst register_default_mass.py: using MSISDN 1067
22:48:33.018769 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.048908 tst register_default_mass.py: using MSISDN 1068
22:48:33.063431 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.093634 tst register_default_mass.py: using MSISDN 1069
22:48:33.107887 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.137954 tst register_default_mass.py: using MSISDN 1070
22:48:33.152075 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.181931 tst register_default_mass.py: using MSISDN 1071
22:48:33.195905 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.232789 tst register_default_mass.py: using MSISDN 1072
22:48:33.250039 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.280056 tst register_default_mass.py: using MSISDN 1073
22:48:33.294441 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.324769 tst register_default_mass.py: using MSISDN 1074
22:48:33.339298 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.369573 tst register_default_mass.py: using MSISDN 1075
22:48:33.383817 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.413888 tst register_default_mass.py: using MSISDN 1076
22:48:33.428003 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.464936 tst register_default_mass.py: using MSISDN 1077
22:48:33.482098 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:33.512157 tst register_default_mass.py: using MSISDN 1078
22:48:33.526622 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:33.556534 tst register_default_mass.py: using MSISDN 1079
22:48:33.570841 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.600878 tst register_default_mass.py: using MSISDN 1080
22:48:33.614986 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:33.645111 tst register_default_mass.py: using MSISDN 1081
22:48:33.659374 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:33.689696 tst register_default_mass.py: using MSISDN 1082
22:48:33.704044 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:33.739719 tst register_default_mass.py: using MSISDN 1083
22:48:33.756487 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:33.786588 tst register_default_mass.py: using MSISDN 1084
22:48:33.801162 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:33.831267 tst register_default_mass.py: using MSISDN 1085
22:48:33.845353 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:33.875560 tst register_default_mass.py: using MSISDN 1086
22:48:33.889974 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:33.920539 tst register_default_mass.py: using MSISDN 1087
22:48:33.934902 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:33.974048 tst register_default_mass.py: using MSISDN 1088
22:48:33.983989 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.015355 tst register_default_mass.py: using MSISDN 1089
22:48:34.030892 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.062538 tst register_default_mass.py: using MSISDN 1090
22:48:34.077142 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.108621 tst register_default_mass.py: using MSISDN 1091
22:48:34.123190 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.154612 tst register_default_mass.py: using MSISDN 1092
22:48:34.169167 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.204678 tst register_default_mass.py: using MSISDN 1093
22:48:34.221222 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.252727 tst register_default_mass.py: using MSISDN 1094
22:48:34.267599 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.299145 tst register_default_mass.py: using MSISDN 1095
22:48:34.313920 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.345197 tst register_default_mass.py: using MSISDN 1096
22:48:34.359700 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.390822 tst register_default_mass.py: using MSISDN 1097
22:48:34.405311 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.436748 tst register_default_mass.py: using MSISDN 1098
22:48:34.451460 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.490084 tst register_default_mass.py: using MSISDN 1099
22:48:34.507599 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:34.538846 tst register_default_mass.py: using MSISDN 1100
22:48:34.553634 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:34.646996 run mass: Starting testcase
22:48:34.652672 run mass: Pre-launching all virtphy's
22:48:34.658218 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:34.671514 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:34.677568 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:34.690461 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:34.696640 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:34.709833 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:34.715844 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:34.728840 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:34.735003 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:34.748162 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:34.754202 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:34.767222 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:34.773337 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:34.786602 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:34.792713 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:34.805862 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:34.812142 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:34.825503 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:34.831583 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:34.844781 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:34.850911 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:34.864049 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:34.870185 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:34.883268 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:34.889405 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:34.902418 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:34.908548 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:34.921449 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:34.927450 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:34.940359 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:34.946426 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:34.959291 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:34.965282 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:34.978311 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:34.984362 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:34.997348 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.003334 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.016381 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.022407 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.035336 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.041334 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.054407 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.060591 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.073665 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.079654 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.092584 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.098580 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.111590 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.117592 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.130520 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.136501 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.149443 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.155429 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.168453 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.174420 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.187753 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.193776 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.206758 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.212889 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.225871 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.232449 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.245653 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:35.251814 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.264851 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:35.270827 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.284034 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:35.290025 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.303289 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:35.309315 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.322221 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:35.328225 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.341233 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:35.347321 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.360258 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:35.366268 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.379312 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:35.385311 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.398230 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:35.404198 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.417158 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:35.423141 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.436129 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:35.442182 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.455179 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:35.461152 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.474366 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:35.480329 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.493528 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:35.499515 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.512487 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:35.518905 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.532089 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:35.538131 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:35.551145 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:35.557275 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:35.570321 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:35.576345 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:35.589334 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:35.595341 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:35.608347 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:35.614407 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:35.627444 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:35.633399 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:35.646236 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:35.652218 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:35.665186 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:35.671306 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:35.684370 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:35.690481 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:35.703901 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:35.709877 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:35.723084 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:35.729089 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:35.742032 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:35.748084 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:35.761349 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:35.767583 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:35.780681 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:35.786710 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:35.799657 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:35.805650 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:35.818584 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:35.824607 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:35.837636 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:35.843671 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:35.856510 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:35.862477 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:35.875415 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:35.881497 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:35.894426 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:35.900412 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:35.913367 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:35.919424 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:35.932382 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:35.938851 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:35.951853 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:35.958189 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:35.971209 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:35.977178 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:35.990487 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:35.996441 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.009706 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.015688 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.028575 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.034550 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.047475 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.053511 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.066423 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.072385 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.085346 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.091371 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.104425 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.110407 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.123311 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.129293 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.142188 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.148227 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.161266 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.167229 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.180654 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.186714 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.200005 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.206035 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.219224 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.225285 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.238530 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.244509 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.257466 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.263449 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.276411 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:36.282422 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.295364 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:36.301370 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.314349 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:36.320360 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.333283 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:36.339328 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.352284 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:36.358342 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.371350 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:36.377334 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.390358 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:36.396325 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.409679 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:36.415649 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.428964 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:36.435084 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.448105 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:36.454733 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.468896 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:36.475309 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.488436 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:36.494504 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.507581 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:36.513677 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.526610 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:36.532719 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.545620 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:36.551622 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:36.564529 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:36.570503 run mass: Checking if sockets are in the filesystem
22:48:36.602731 run osmo-ms-mob/00000: Starting mobile
22:48:36.615738 run osmo-ms-mob/00000(pid=135): Launched
22:48:36.626177 run mass: MS start registered {at=29933822.32952629, delay=0.004351172596216202, ms=00000}
22:48:40.786067 run osmo-ms-mob/00001: Starting mobile
22:48:40.798901 run osmo-ms-mob/00001(pid=136): Launched
22:48:40.809279 run mass: MS start registered {at=29933826.51262923, delay=0.0044090040028095245, ms=00001}
22:48:41.679950 run mass: MS performed LU {at=29933827.383156486, lu_delay=5.053630195558071, ms=00000}
22:48:42.617460 run osmo-ms-mob/00002: Starting mobile
22:48:42.634766 run osmo-ms-mob/00002(pid=137): Launched
22:48:42.645280 run mass: MS start registered {at=29933828.348626915, delay=0.004429467022418976, ms=00002}
22:48:43.917841 run osmo-ms-mob/00003: Starting mobile
22:48:43.934592 run osmo-ms-mob/00003(pid=138): Launched
22:48:43.945432 run mass: MS start registered {at=29933829.64878771, delay=0.004619434475898743, ms=00003}
22:48:44.986095 run osmo-ms-mob/00004: Starting mobile
22:48:44.998943 run osmo-ms-mob/00004(pid=139): Launched
22:48:45.009467 run mass: MS start registered {at=29933830.712819435, delay=0.004571095108985901, ms=00004}
22:48:45.917471 run mass: MS performed LU {at=29933831.620706767, lu_delay=5.1080775372684, ms=00001}
22:48:45.957876 run osmo-ms-mob/00005: Starting mobile
22:48:45.973117 run osmo-ms-mob/00005(pid=140): Launched
22:48:45.983614 run mass: MS start registered {at=29933831.68696643, delay=0.004469163715839386, ms=00005}
22:48:46.898983 run osmo-ms-mob/00006: Starting mobile
22:48:46.912610 run osmo-ms-mob/00006(pid=141): Launched
22:48:46.923109 run mass: MS start registered {at=29933832.626459017, delay=0.00458298996090889, ms=00006}
22:48:47.817100 run osmo-ms-mob/00007: Starting mobile
22:48:47.834097 run osmo-ms-mob/00007(pid=142): Launched
22:48:47.840137 run mass: MS performed LU {at=29933833.54349422, lu_delay=5.194867305457592, ms=00002}
22:48:47.845904 run mass: MS start registered {at=29933833.54927016, delay=0.005793023854494095, ms=00007}
22:48:48.586774 run osmo-ms-mob/00008: Starting mobile
22:48:48.599784 run osmo-ms-mob/00008(pid=143): Launched
22:48:48.610267 run mass: MS start registered {at=29933834.313617088, delay=0.004484936594963074, ms=00008}
22:48:49.212162 run mass: MS performed LU {at=29933834.915400907, lu_delay=5.266613196581602, ms=00003}
22:48:49.253656 run osmo-ms-mob/00009: Starting mobile
22:48:49.268979 run osmo-ms-mob/00009(pid=144): Launched
22:48:49.279524 run mass: MS start registered {at=29933834.982877254, delay=0.00459706038236618, ms=00009}
22:48:50.018730 run osmo-ms-mob/00010: Starting mobile
22:48:50.035464 run osmo-ms-mob/00010(pid=145): Launched
22:48:50.046138 run mass: MS start registered {at=29933835.749491412, delay=0.0045631639659404755, ms=00010}
22:48:50.608321 run osmo-ms-mob/00011: Starting mobile
22:48:50.624472 run osmo-ms-mob/00011(pid=146): Launched
22:48:50.635084 run mass: MS start registered {at=29933836.338438094, delay=0.004634279757738113, ms=00011}
22:48:51.113613 run mass: MS performed LU {at=29933836.816850867, lu_delay=5.12988443672657, ms=00005}
22:48:51.152779 run osmo-ms-mob/00012: Starting mobile
22:48:51.165830 run osmo-ms-mob/00012(pid=147): Launched
22:48:51.171969 run mass: MS performed LU {at=29933836.875330053, lu_delay=6.162510618567467, ms=00004}
22:48:51.177824 run mass: MS start registered {at=29933836.881191052, delay=0.005877077579498291, ms=00012}
22:48:51.816957 run osmo-ms-mob/00013: Starting mobile
22:48:51.833988 run osmo-ms-mob/00013(pid=148): Launched
22:48:51.844575 run mass: MS start registered {at=29933837.54792609, delay=0.004626426845788956, ms=00013}
22:48:52.386969 run osmo-ms-mob/00014: Starting mobile
22:48:52.399917 run osmo-ms-mob/00014(pid=149): Launched
22:48:52.410529 run mass: MS start registered {at=29933838.11388161, delay=0.004526495933532715, ms=00014}
22:48:52.976434 run mass: MS performed LU {at=29933838.679767177, lu_delay=5.130497016012669, ms=00007}
22:48:53.041487 run osmo-ms-mob/00015: Starting mobile
22:48:53.060086 run osmo-ms-mob/00015(pid=150): Launched
22:48:53.071343 run mass: MS start registered {at=29933838.774695925, delay=0.004903063178062439, ms=00015}
22:48:53.485233 run osmo-ms-mob/00016: Starting mobile
22:48:53.499092 run osmo-ms-mob/00016(pid=151): Launched
22:48:53.509833 run mass: MS start registered {at=29933839.21318365, delay=0.004662960767745972, ms=00016}
22:48:53.990756 run osmo-ms-mob/00017: Starting mobile
22:48:54.003887 run osmo-ms-mob/00017(pid=152): Launched
22:48:54.014670 run mass: MS start registered {at=29933839.718023203, delay=0.0046962834894657135, ms=00017}
22:48:54.617908 run osmo-ms-mob/00018: Starting mobile
22:48:54.634715 run osmo-ms-mob/00018(pid=153): Launched
22:48:54.645685 run mass: MS start registered {at=29933840.349032853, delay=0.004788480699062347, ms=00018}
22:48:54.879258 run mass: MS performed LU {at=29933840.58249483, lu_delay=6.268877740949392, ms=00008}
22:48:54.894145 run osmo-ms-mob/00019: Starting mobile
22:48:54.907217 run osmo-ms-mob/00019(pid=154): Launched
22:48:54.913313 run mass: MS performed LU {at=29933840.61667521, lu_delay=5.633797954767942, ms=00009}
22:48:54.919177 run mass: MS start registered {at=29933840.622543406, delay=0.005882814526557922, ms=00019}
22:48:54.994401 run mass: MS performed LU {at=29933840.69765093, lu_delay=4.948159519582987, ms=00010}
22:48:55.491617 run osmo-ms-mob/00020: Starting mobile
22:48:55.504882 run osmo-ms-mob/00020(pid=155): Launched
22:48:55.515587 run mass: MS start registered {at=29933841.218939524, delay=0.004681047052145004, ms=00020}
22:48:55.986408 run osmo-ms-mob/00021: Starting mobile
22:48:55.999846 run osmo-ms-mob/00021(pid=156): Launched
22:48:56.011118 run mass: MS start registered {at=29933841.71446726, delay=0.005239926278591156, ms=00021}
22:48:56.386843 run osmo-ms-mob/00022: Starting mobile
22:48:56.399701 run osmo-ms-mob/00022(pid=157): Launched
22:48:56.410495 run mass: MS start registered {at=29933842.11384885, delay=0.004758823662996292, ms=00022}
22:48:56.660861 run mass: MS performed LU {at=29933842.364110164, lu_delay=5.4829191118478775, ms=00012}
22:48:56.684970 run mass: MS performed LU {at=29933842.3883318, lu_delay=4.840405710041523, ms=00013}
22:48:56.743770 run mass: MS performed LU {at=29933842.447034627, lu_delay=6.108596533536911, ms=00011}
22:48:56.797226 run osmo-ms-mob/00023: Starting mobile
22:48:56.812291 run osmo-ms-mob/00023(pid=158): Launched
22:48:56.823074 run mass: MS start registered {at=29933842.526428904, delay=0.004911571741104126, ms=00023}
22:48:56.933851 run mass: MS performed LU {at=29933842.63710016, lu_delay=4.523218549787998, ms=00014}
22:48:57.299773 run osmo-ms-mob/00024: Starting mobile
22:48:57.315158 run osmo-ms-mob/00024(pid=159): Launched
22:48:57.326373 run mass: MS start registered {at=29933843.029719934, delay=0.00517750158905983, ms=00024}
22:48:57.787155 run osmo-ms-mob/00025: Starting mobile
22:48:57.801617 run osmo-ms-mob/00025(pid=160): Launched
22:48:57.814479 run mass: MS start registered {at=29933843.517829258, delay=0.0044157058000564575, ms=00025}
22:48:58.186559 run osmo-ms-mob/00026: Starting mobile
22:48:58.199599 run osmo-ms-mob/00026(pid=161): Launched
22:48:58.212187 run mass: MS start registered {at=29933843.91553592, delay=0.006276387721300125, ms=00026}
22:48:58.619610 run osmo-ms-mob/00027: Starting mobile
22:48:58.637560 run osmo-ms-mob/00027(pid=162): Launched
22:48:58.643752 run mass: MS performed LU {at=29933844.347109653, lu_delay=4.629086449742317, ms=00017}
22:48:58.649939 run mass: MS start registered {at=29933844.353305236, delay=0.006213091313838959, ms=00027}
22:48:58.671767 run mass: MS performed LU {at=29933844.37511672, lu_delay=5.161933071911335, ms=00016}
22:48:58.760870 run mass: MS performed LU {at=29933844.464115787, lu_delay=5.689419861882925, ms=00015}
22:48:58.783116 run osmo-ms-mob/00028: Starting mobile
22:48:58.799978 run osmo-ms-mob/00028(pid=163): Launched
22:48:58.810934 run mass: MS start registered {at=29933844.51428712, delay=0.004346214234828949, ms=00028}
22:48:59.400434 run osmo-ms-mob/00029: Starting mobile
22:48:59.414117 run osmo-ms-mob/00029(pid=164): Launched
22:48:59.424991 run mass: MS start registered {at=29933845.12834433, delay=0.004806343466043472, ms=00029}
22:48:59.799032 run osmo-ms-mob/00030: Starting mobile
22:48:59.813564 run osmo-ms-mob/00030(pid=165): Launched
22:48:59.824527 run mass: MS start registered {at=29933845.527880047, delay=0.004840746521949768, ms=00030}
22:49:00.218777 run osmo-ms-mob/00031: Starting mobile
22:49:00.236070 run osmo-ms-mob/00031(pid=166): Launched
22:49:00.247099 run mass: MS start registered {at=29933845.950447302, delay=0.004928048700094223, ms=00031}
22:49:00.426399 run mass: MS performed LU {at=29933846.129646078, lu_delay=4.910706553608179, ms=00020}
22:49:00.441435 run osmo-ms-mob/00032: Starting mobile
22:49:00.454657 run osmo-ms-mob/00032(pid=167): Launched
22:49:00.465722 run mass: MS start registered {at=29933846.169069603, delay=0.005007859319448471, ms=00032}
22:49:00.509935 run mass: MS performed LU {at=29933846.213201873, lu_delay=5.590658467262983, ms=00019}
22:49:00.574596 run mass: MS performed LU {at=29933846.277843952, lu_delay=5.928811099380255, ms=00018}
22:49:00.680517 run mass: MS performed LU {at=29933846.383762423, lu_delay=4.669295161962509, ms=00021}
22:49:00.709827 run osmo-ms-mob/00033: Starting mobile
22:49:00.723046 run osmo-ms-mob/00033(pid=168): Launched
22:49:00.733692 run mass: MS start registered {at=29933846.437044054, delay=0.004484854638576508, ms=00033}
22:49:01.315240 run osmo-ms-mob/00034: Starting mobile
22:49:01.332818 run osmo-ms-mob/00034(pid=169): Launched
22:49:01.343656 run mass: MS start registered {at=29933847.047004726, delay=0.004684716463088989, ms=00034}
22:49:01.587131 run osmo-ms-mob/00035: Starting mobile
22:49:01.600571 run osmo-ms-mob/00035(pid=170): Launched
22:49:01.611536 run mass: MS start registered {at=29933847.314884186, delay=0.004682380706071854, ms=00035}
22:49:02.007723 run osmo-ms-mob/00036: Starting mobile
22:49:02.023800 run osmo-ms-mob/00036(pid=171): Launched
22:49:02.034427 run mass: MS start registered {at=29933847.737778258, delay=0.004604917019605637, ms=00036}
22:49:02.402431 run osmo-ms-mob/00037: Starting mobile
22:49:02.415605 run osmo-ms-mob/00037(pid=172): Launched
22:49:02.421744 run mass: MS performed LU {at=29933848.12510361, lu_delay=4.607274353504181, ms=00025}
22:49:02.427610 run mass: MS start registered {at=29933848.13097706, delay=0.005891099572181702, ms=00037}
22:49:02.437235 run mass: MS performed LU {at=29933848.140590735, lu_delay=5.11087080091238, ms=00024}
22:49:02.448197 run osmo-ms-mob/00038: Starting mobile
22:49:02.461187 run osmo-ms-mob/00038(pid=173): Launched
22:49:02.471664 run mass: MS start registered {at=29933848.175020475, delay=0.004457704722881317, ms=00038}
22:49:02.526387 run mass: MS performed LU {at=29933848.2296351, lu_delay=5.703206196427345, ms=00023}
22:49:02.582202 run mass: MS performed LU {at=29933848.285469662, lu_delay=6.171620812267065, ms=00022}
22:49:02.607025 run osmo-ms-mob/00039: Starting mobile
22:49:02.620082 run osmo-ms-mob/00039(pid=174): Launched
22:49:02.630803 run mass: MS start registered {at=29933848.33415669, delay=0.004537153989076614, ms=00039}
22:49:03.387264 run osmo-ms-mob/00040: Starting mobile
22:49:03.400853 run osmo-ms-mob/00040(pid=175): Launched
22:49:03.411653 run mass: MS start registered {at=29933849.11500354, delay=0.004486303776502609, ms=00040}
22:49:03.688911 run osmo-ms-mob/00041: Starting mobile
22:49:03.702356 run osmo-ms-mob/00041(pid=176): Launched
22:49:03.716422 run mass: MS start registered {at=29933849.41975593, delay=0.00782998651266098, ms=00041}
22:49:04.019359 run osmo-ms-mob/00042: Starting mobile
22:49:04.037367 run osmo-ms-mob/00042(pid=177): Launched
22:49:04.051205 run mass: MS start registered {at=29933849.75454859, delay=0.007363561540842056, ms=00042}
22:49:04.192606 run mass: MS performed LU {at=29933849.89585448, lu_delay=5.54254924505949, ms=00027}
22:49:04.275596 run mass: MS performed LU {at=29933849.97884413, lu_delay=4.850499797612429, ms=00029}
22:49:04.303426 run osmo-ms-mob/00043: Starting mobile
22:49:04.316592 run osmo-ms-mob/00043(pid=178): Launched
22:49:04.327416 run mass: MS start registered {at=29933850.030772053, delay=0.004768814891576767, ms=00043}
22:49:04.338742 run mass: MS performed LU {at=29933850.042096514, lu_delay=6.126560594886541, ms=00026}
22:49:04.446550 run mass: MS performed LU {at=29933850.149799455, lu_delay=5.635512333363295, ms=00028}
22:49:04.475834 run osmo-ms-mob/00044: Starting mobile
22:49:04.489387 run osmo-ms-mob/00044(pid=179): Launched
22:49:04.495424 run mass: MS performed LU {at=29933850.19878558, lu_delay=4.670905534178019, ms=00030}
22:49:04.501262 run mass: MS start registered {at=29933850.204629544, delay=0.005862560123205185, ms=00044}
22:49:05.027602 run osmo-ms-mob/00045: Starting mobile
22:49:05.043168 run osmo-ms-mob/00045(pid=180): Launched
22:49:05.054055 run mass: MS start registered {at=29933850.757404294, delay=0.004576195031404495, ms=00045}
22:49:05.297430 run osmo-ms-mob/00046: Starting mobile
22:49:05.311155 run osmo-ms-mob/00046(pid=181): Launched
22:49:05.322137 run mass: MS start registered {at=29933851.025487352, delay=0.0046609267592430115, ms=00046}
22:49:05.586673 run osmo-ms-mob/00047: Starting mobile
22:49:05.600119 run osmo-ms-mob/00047(pid=182): Launched
22:49:05.610890 run mass: MS start registered {at=29933851.314242553, delay=0.004498172551393509, ms=00047}
22:49:05.928191 run osmo-ms-mob/00048: Starting mobile
22:49:05.946520 run osmo-ms-mob/00048(pid=183): Launched
22:49:05.957449 run mass: MS start registered {at=29933851.660778023, delay=0.004903055727481842, ms=00048}
22:49:06.177134 run mass: MS performed LU {at=29933851.880385496, lu_delay=5.711315892636776, ms=00032}
22:49:06.219725 run osmo-ms-mob/00049: Starting mobile
22:49:06.233509 run osmo-ms-mob/00049(pid=184): Launched
22:49:06.244050 run mass: MS start registered {at=29933851.94740394, delay=0.004462059587240219, ms=00049}
22:49:06.292144 run mass: MS performed LU {at=29933851.99540008, lu_delay=5.558356024324894, ms=00033}
22:49:06.348023 run mass: MS performed LU {at=29933852.05126988, lu_delay=5.004265155643225, ms=00034}
22:49:06.372590 run osmo-ms-mob/00050: Starting mobile
22:49:06.385862 run osmo-ms-mob/00050(pid=185): Launched
22:49:06.392010 run mass: MS performed LU {at=29933852.09537098, lu_delay=6.144923679530621, ms=00031}
22:49:06.397918 run mass: MS start registered {at=29933852.101284746, delay=0.005930934101343155, ms=00050}
22:49:06.901999 run osmo-ms-mob/00051: Starting mobile
22:49:06.916148 run osmo-ms-mob/00051(pid=186): Launched
22:49:06.926808 run mass: MS start registered {at=29933852.630160253, delay=0.004681285470724106, ms=00051}
22:49:07.199766 run osmo-ms-mob/00052: Starting mobile
22:49:07.213347 run osmo-ms-mob/00052(pid=187): Launched
22:49:07.224162 run mass: MS start registered {at=29933852.92751592, delay=0.004809115082025528, ms=00052}
22:49:07.486912 run osmo-ms-mob/00053: Starting mobile
22:49:07.500209 run osmo-ms-mob/00053(pid=188): Launched
22:49:07.511179 run mass: MS start registered {at=29933853.214530576, delay=0.00481681153178215, ms=00053}
22:49:07.800468 run osmo-ms-mob/00054: Starting mobile
22:49:07.814829 run osmo-ms-mob/00054(pid=189): Launched
22:49:07.825486 run mass: MS start registered {at=29933853.528839126, delay=0.004687018692493439, ms=00054}
22:49:07.957734 run mass: MS performed LU {at=29933853.660979953, lu_delay=5.485959477722645, ms=00038}
22:49:08.040776 run mass: MS performed LU {at=29933853.744031902, lu_delay=5.613054841756821, ms=00037}
22:49:08.069369 run osmo-ms-mob/00055: Starting mobile
22:49:08.082187 run osmo-ms-mob/00055(pid=190): Launched
22:49:08.092854 run mass: MS start registered {at=29933853.796207745, delay=0.004706613719463348, ms=00055}
22:49:08.211686 run mass: MS performed LU {at=29933853.91493362, lu_delay=4.799930077046156, ms=00040}
22:49:08.249073 run mass: MS performed LU {at=29933853.952363506, lu_delay=6.214585248380899, ms=00036}
22:49:08.276981 run osmo-ms-mob/00056: Starting mobile
22:49:08.290263 run osmo-ms-mob/00056(pid=191): Launched
22:49:08.301286 run mass: MS start registered {at=29933854.004635394, delay=0.004946727305650711, ms=00056}
22:49:08.699428 run osmo-ms-mob/00057: Starting mobile
22:49:08.713873 run osmo-ms-mob/00057(pid=192): Launched
22:49:08.725122 run mass: MS start registered {at=29933854.428475052, delay=0.00488753616809845, ms=00057}
22:49:09.099556 run osmo-ms-mob/00058: Starting mobile
22:49:09.113292 run osmo-ms-mob/00058(pid=193): Launched
22:49:09.119502 run mass: MS performed LU {at=29933854.822847527, lu_delay=3.508604973554611, ms=00047}
22:49:09.125706 run mass: MS performed LU {at=29933854.82907057, lu_delay=22.202611554414034, ms=00006}
22:49:09.131447 run mass: MS start registered {at=29933854.83481252, delay=0.011983387172222137, ms=00058}
22:49:09.142360 run osmo-ms-mob/00059: Starting mobile
22:49:09.155690 run osmo-ms-mob/00059(pid=194): Launched
22:49:09.166647 run mass: MS start registered {at=29933854.86999475, delay=0.004658650606870651, ms=00059}
22:49:09.718721 run osmo-ms-mob/00060: Starting mobile
22:49:09.738593 run osmo-ms-mob/00060(pid=195): Launched
22:49:09.750145 run mass: MS start registered {at=29933855.453496758, delay=0.004510056227445602, ms=00060}
22:49:09.878684 run mass: MS performed LU {at=29933855.581913494, lu_delay=5.551141440868378, ms=00043}
22:49:09.913653 run mass: MS performed LU {at=29933855.61691855, lu_delay=5.4122890047729015, ms=00044}
22:49:09.929375 run osmo-ms-mob/00061: Starting mobile
22:49:09.942800 run osmo-ms-mob/00061(pid=196): Launched
22:49:09.948859 run mass: MS performed LU {at=29933855.652219255, lu_delay=4.89481496065855, ms=00045}
22:49:09.954810 run mass: MS start registered {at=29933855.658175636, delay=0.005974519997835159, ms=00061}
22:49:10.428358 run osmo-ms-mob/00062: Starting mobile
22:49:10.444572 run osmo-ms-mob/00062(pid=197): Launched
22:49:10.455813 run mass: MS start registered {at=29933856.15916492, delay=0.004875916987657547, ms=00062}
22:49:10.699355 run osmo-ms-mob/00063: Starting mobile
22:49:10.713705 run osmo-ms-mob/00063(pid=198): Launched
22:49:10.724818 run mass: MS start registered {at=29933856.428162247, delay=0.005116965621709824, ms=00063}
22:49:10.783159 run mass: MS performed LU {at=29933856.486408398, lu_delay=5.460921045392752, ms=00046}
22:49:10.809230 run mass: MS performed LU {at=29933856.51259034, lu_delay=3.882430087774992, ms=00051}
22:49:10.865262 run mass: MS performed LU {at=29933856.568477377, lu_delay=6.813928786665201, ms=00042}
22:49:10.896865 run osmo-ms-mob/00064: Starting mobile
22:49:10.911084 run osmo-ms-mob/00064(pid=199): Launched
22:49:10.921786 run mass: MS start registered {at=29933856.625135913, delay=0.0046555884182453156, ms=00064}
22:49:11.528273 run osmo-ms-mob/00065: Starting mobile
22:49:11.544088 run osmo-ms-mob/00065(pid=200): Launched
22:49:11.554747 run mass: MS start registered {at=29933857.258101422, delay=0.004600938409566879, ms=00065}
22:49:11.742586 run mass: MS performed LU {at=29933857.445813823, lu_delay=5.498409882187843, ms=00049}
22:49:11.772633 run osmo-ms-mob/00066: Starting mobile
22:49:11.786153 run osmo-ms-mob/00066(pid=201): Launched
22:49:11.792260 run mass: MS performed LU {at=29933857.495619148, lu_delay=5.834841124713421, ms=00048}
22:49:11.798088 run mass: MS start registered {at=29933857.501454335, delay=0.0058545880019664764, ms=00066}
22:49:12.200467 run osmo-ms-mob/00067: Starting mobile
22:49:12.215432 run osmo-ms-mob/00067(pid=202): Launched
22:49:12.226396 run mass: MS start registered {at=29933857.92974831, delay=0.004689566791057587, ms=00067}
22:49:12.501204 run osmo-ms-mob/00068: Starting mobile
22:49:12.516047 run osmo-ms-mob/00068(pid=203): Launched
22:49:12.527651 run mass: MS start registered {at=29933858.231001236, delay=0.005143243819475174, ms=00068}
22:49:12.898738 run osmo-ms-mob/00069: Starting mobile
22:49:12.913098 run osmo-ms-mob/00069(pid=204): Launched
22:49:12.924313 run mass: MS start registered {at=29933858.62765972, delay=0.004920776933431625, ms=00069}
22:49:12.936556 run mass: MS performed LU {at=29933858.63987669, lu_delay=5.712360769510269, ms=00052}
22:49:13.085560 run mass: MS performed LU {at=29933858.788796633, lu_delay=3.918801885098219, ms=00059}
22:49:13.300368 run osmo-ms-mob/00070: Starting mobile
22:49:13.315517 run osmo-ms-mob/00070(pid=205): Launched
22:49:13.326646 run mass: MS start registered {at=29933859.02999409, delay=0.005129165947437286, ms=00070}
22:49:13.606874 run mass: MS performed LU {at=29933859.310124088, lu_delay=5.781284961849451, ms=00054}
22:49:13.636885 run osmo-ms-mob/00071: Starting mobile
22:49:13.650288 run osmo-ms-mob/00071(pid=206): Launched
22:49:13.661590 run mass: MS start registered {at=29933859.36492815, delay=0.005140487104654312, ms=00071}
22:49:13.679795 run mass: MS performed LU {at=29933859.383145563, lu_delay=6.168614987283945, ms=00053}
22:49:13.736294 run mass: MS performed LU {at=29933859.439555813, lu_delay=4.604743294417858, ms=00058}
22:49:13.925863 run mass: MS performed LU {at=29933859.62909457, lu_delay=5.2006195187568665, ms=00057}
22:49:13.983164 run osmo-ms-mob/00072: Starting mobile
22:49:13.998837 run osmo-ms-mob/00072(pid=207): Launched
22:49:14.005172 run mass: MS performed LU {at=29933859.70853145, lu_delay=5.703896056860685, ms=00056}
22:49:14.011450 run mass: MS start registered {at=29933859.71480619, delay=0.006295338273048401, ms=00072}
22:49:14.499966 run osmo-ms-mob/00073: Starting mobile
22:49:14.514692 run osmo-ms-mob/00073(pid=208): Launched
22:49:14.525923 run mass: MS start registered {at=29933860.22927029, delay=0.005193620920181274, ms=00073}
22:49:14.785494 run mass: MS performed LU {at=29933860.488751117, lu_delay=3.8636152036488056, ms=00064}
22:49:14.815928 run osmo-ms-mob/00074: Starting mobile
22:49:14.830096 run osmo-ms-mob/00074(pid=209): Launched
22:49:14.841259 run mass: MS start registered {at=29933860.544603027, delay=0.005043245851993561, ms=00074}
22:49:15.327216 run osmo-ms-mob/00075: Starting mobile
22:49:15.342850 run osmo-ms-mob/00075(pid=210): Launched
22:49:15.353668 run mass: MS start registered {at=29933861.05701912, delay=0.00463683158159256, ms=00075}
22:49:15.508258 run mass: MS performed LU {at=29933861.211504757, lu_delay=5.758007999509573, ms=00060}
22:49:15.637473 run mass: MS performed LU {at=29933861.340726174, lu_delay=5.68255053833127, ms=00061}
22:49:15.817978 run osmo-ms-mob/00076: Starting mobile
22:49:15.833960 run osmo-ms-mob/00076(pid=211): Launched
22:49:15.840075 run mass: MS performed LU {at=29933861.543433744, lu_delay=5.115271497517824, ms=00063}
22:49:15.846174 run mass: MS start registered {at=29933861.549539197, delay=0.006125561892986298, ms=00076}
22:49:16.200616 run osmo-ms-mob/00077: Starting mobile
22:49:16.215049 run osmo-ms-mob/00077(pid=212): Launched
22:49:16.225931 run mass: MS start registered {at=29933861.92927995, delay=0.004740782082080841, ms=00077}
22:49:16.560406 run mass: MS performed LU {at=29933862.263619307, lu_delay=6.1044543869793415, ms=00062}
22:49:16.698732 run osmo-ms-mob/00078: Starting mobile
22:49:16.713118 run osmo-ms-mob/00078(pid=213): Launched
22:49:16.725946 run mass: MS start registered {at=29933862.4292836, delay=0.006826888769865036, ms=00078}
22:49:17.108114 run osmo-ms-mob/00079: Starting mobile
22:49:17.124850 run osmo-ms-mob/00079(pid=214): Launched
22:49:17.135804 run mass: MS start registered {at=29933862.839150567, delay=0.004568625241518021, ms=00079}
22:49:17.456352 run mass: MS performed LU {at=29933863.159580346, lu_delay=4.928579110652208, ms=00068}
22:49:17.473848 run mass: MS performed LU {at=29933863.177118532, lu_delay=5.247370220720768, ms=00067}
22:49:17.505211 run osmo-ms-mob/00080: Starting mobile
22:49:17.518929 run osmo-ms-mob/00080(pid=215): Launched
22:49:17.529618 run mass: MS start registered {at=29933863.23297196, delay=0.004548326134681702, ms=00080}
22:49:17.589984 run mass: MS performed LU {at=29933863.2932267, lu_delay=5.791772365570068, ms=00066}
22:49:17.606851 run mass: MS performed LU {at=29933863.310141325, lu_delay=6.05203990265727, ms=00065}
22:49:17.646467 run mass: MS performed LU {at=29933863.34973223, lu_delay=4.722072511911392, ms=00069}
22:49:18.119819 run osmo-ms-mob/00081: Starting mobile
22:49:18.135467 run osmo-ms-mob/00081(pid=216): Launched
22:49:18.146426 run mass: MS start registered {at=29933863.84978021, delay=0.004747398197650909, ms=00081}
22:49:18.498949 run osmo-ms-mob/00082: Starting mobile
22:49:18.512498 run osmo-ms-mob/00082(pid=217): Launched
22:49:18.523258 run mass: MS start registered {at=29933864.226611417, delay=0.004833310842514038, ms=00082}
22:49:19.084294 run osmo-ms-mob/00083: Starting mobile
22:49:19.097448 run osmo-ms-mob/00083(pid=218): Launched
22:49:19.108176 run mass: MS start registered {at=29933864.811526895, delay=0.004666976630687714, ms=00083}
22:49:19.273452 run mass: MS performed LU {at=29933864.97669592, lu_delay=5.2618897296488285, ms=00072}
22:49:19.384788 run mass: MS performed LU {at=29933865.088034622, lu_delay=5.723106473684311, ms=00071}
22:49:19.408810 run mass: MS performed LU {at=29933865.112173762, lu_delay=4.882903471589088, ms=00073}
22:49:19.419796 run osmo-ms-mob/00084: Starting mobile
22:49:19.432768 run osmo-ms-mob/00084(pid=219): Launched
22:49:19.443289 run mass: MS start registered {at=29933865.14664165, delay=0.004507716745138168, ms=00084}
22:49:19.547235 run mass: MS performed LU {at=29933865.250480764, lu_delay=6.2204866744577885, ms=00070}
22:49:19.570549 run mass: MS performed LU {at=29933865.27391085, lu_delay=4.729307822883129, ms=00074}
22:49:20.117590 run osmo-ms-mob/00085: Starting mobile
22:49:20.134390 run osmo-ms-mob/00085(pid=220): Launched
22:49:20.145185 run mass: MS start registered {at=29933865.84853663, delay=0.004780806601047516, ms=00085}
22:49:20.685802 run osmo-ms-mob/00086: Starting mobile
22:49:20.698762 run osmo-ms-mob/00086(pid=221): Launched
22:49:20.710138 run mass: MS start registered {at=29933866.413488075, delay=0.004917770624160767, ms=00086}
22:49:21.221672 run mass: MS performed LU {at=29933866.924926743, lu_delay=5.867907624691725, ms=00075}
22:49:21.263231 run osmo-ms-mob/00087: Starting mobile
22:49:21.278803 run osmo-ms-mob/00087(pid=222): Launched
22:49:21.284755 run mass: MS performed LU {at=29933866.98811648, lu_delay=5.4385772831737995, ms=00076}
22:49:21.290427 run mass: MS start registered {at=29933866.99379419, delay=0.005693510174751282, ms=00087}
22:49:21.355893 run mass: MS performed LU {at=29933867.059137486, lu_delay=5.129857536405325, ms=00077}
22:49:21.608645 run mass: MS performed LU {at=29933867.311877728, lu_delay=4.8825941272079945, ms=00078}
22:49:21.926292 run osmo-ms-mob/00088: Starting mobile
22:49:21.943270 run osmo-ms-mob/00088(pid=223): Launched
22:49:21.954301 run mass: MS start registered {at=29933867.65765218, delay=0.0047424063086509705, ms=00088}
22:49:22.498990 run osmo-ms-mob/00089: Starting mobile
22:49:22.512806 run osmo-ms-mob/00089(pid=224): Launched
22:49:22.523497 run mass: MS start registered {at=29933868.22684574, delay=0.004713382571935654, ms=00089}
22:49:23.039785 run mass: MS performed LU {at=29933868.743031815, lu_delay=5.510059855878353, ms=00080}
22:49:23.069468 run osmo-ms-mob/00090: Starting mobile
22:49:23.082883 run osmo-ms-mob/00090(pid=225): Launched
22:49:23.093693 run mass: MS start registered {at=29933868.797044035, delay=0.004717744886875153, ms=00090}
22:49:23.150553 run mass: MS performed LU {at=29933868.853798214, lu_delay=5.004018004983664, ms=00081}
22:49:23.171542 run mass: MS performed LU {at=29933868.87490595, lu_delay=6.035755384713411, ms=00079}
22:49:23.294993 run mass: MS performed LU {at=29933868.998223037, lu_delay=4.771611619740725, ms=00082}
22:49:23.329070 run mass: MS performed LU {at=29933869.032412488, lu_delay=21.71752830222249, ms=00035}
22:49:23.799991 run osmo-ms-mob/00091: Starting mobile
22:49:23.814252 run osmo-ms-mob/00091(pid=226): Launched
22:49:23.825120 run mass: MS start registered {at=29933869.528470974, delay=0.0048153698444366455, ms=00091}
22:49:24.499757 run osmo-ms-mob/00092: Starting mobile
22:49:24.513470 run osmo-ms-mob/00092(pid=227): Launched
22:49:24.525129 run mass: MS start registered {at=29933870.2284784, delay=0.005251452326774597, ms=00092}
22:49:24.987837 run mass: MS performed LU {at=29933870.690972682, lu_delay=5.544331032782793, ms=00084}
22:49:25.005378 run mass: MS performed LU {at=29933870.708651863, lu_delay=5.897124968469143, ms=00083}
22:49:25.121502 run mass: MS performed LU {at=29933870.82474705, lu_delay=4.976210419088602, ms=00085}
22:49:25.162209 run osmo-ms-mob/00093: Starting mobile
22:49:25.178082 run osmo-ms-mob/00093(pid=228): Launched
22:49:25.184111 run mass: MS performed LU {at=29933870.887470774, lu_delay=22.553314086049795, ms=00039}
22:49:25.189961 run mass: MS start registered {at=29933870.893327035, delay=0.005876302719116211, ms=00093}
22:49:26.200043 run osmo-ms-mob/00094: Starting mobile
22:49:26.214081 run osmo-ms-mob/00094(pid=229): Launched
22:49:26.224843 run mass: MS start registered {at=29933871.928195056, delay=0.004720859229564667, ms=00094}
22:49:26.806061 run mass: MS performed LU {at=29933872.509310473, lu_delay=6.095822397619486, ms=00086}
22:49:26.916494 run mass: MS performed LU {at=29933872.61975036, lu_delay=5.625956166535616, ms=00087}
22:49:26.933981 run mass: MS performed LU {at=29933872.637227867, lu_delay=4.97957568615675, ms=00088}
22:49:26.986047 run osmo-ms-mob/00095: Starting mobile
22:49:27.001171 run osmo-ms-mob/00095(pid=230): Launched
22:49:27.012460 run mass: MS start registered {at=29933872.71579711, delay=0.0051375702023506165, ms=00095}
22:49:27.060561 run mass: MS performed LU {at=29933872.763823602, lu_delay=23.3440676741302, ms=00041}
22:49:28.085690 run osmo-ms-mob/00096: Starting mobile
22:49:28.099211 run osmo-ms-mob/00096(pid=231): Launched
22:49:28.109934 run mass: MS start registered {at=29933873.81323954, delay=0.004548344761133194, ms=00096}
22:49:28.752559 run mass: MS performed LU {at=29933874.455767073, lu_delay=5.658723037689924, ms=00090}
22:49:28.887429 run mass: MS performed LU {at=29933874.590677056, lu_delay=6.3638313151896, ms=00089}
22:49:28.905410 run mass: MS performed LU {at=29933874.60872246, lu_delay=22.507437713444233, ms=00050}
22:49:29.217449 run osmo-ms-mob/00097: Starting mobile
22:49:29.234869 run osmo-ms-mob/00097(pid=232): Launched
22:49:29.245730 run mass: MS start registered {at=29933874.949082274, delay=0.004661079496145248, ms=00097}
22:49:30.517768 run osmo-ms-mob/00098: Starting mobile
22:49:30.534354 run osmo-ms-mob/00098(pid=233): Launched
22:49:30.545741 run mass: MS start registered {at=29933876.249079473, delay=0.005412895232439041, ms=00098}
22:49:30.682140 run mass: MS performed LU {at=29933876.385388616, lu_delay=6.156910218298435, ms=00092}
22:49:30.699873 run mass: MS performed LU {at=29933876.403141364, lu_delay=5.509814329445362, ms=00093}
22:49:30.806569 run mass: MS performed LU {at=29933876.509815767, lu_delay=4.581620711833239, ms=00094}
22:49:31.062433 run mass: MS performed LU {at=29933876.765680484, lu_delay=22.969472739845514, ms=00055}
22:49:32.317623 run osmo-ms-mob/00099: Starting mobile
22:49:32.334574 run osmo-ms-mob/00099(pid=234): Launched
22:49:32.340660 run mass: All started... {duration=55.76452688872814, too_slow=0}
22:49:32.346404 run mass: MS start registered {at=29933878.04976481, delay=0.005749203264713287, ms=00099}
22:49:32.518818 run mass: MS performed LU {at=29933878.22207024, lu_delay=5.506273128092289, ms=00095}
22:49:32.888405 run mass: MS performed LU {at=29933878.59165436, lu_delay=4.778414819389582, ms=00096}
22:49:34.447804 run mass: MS performed LU {at=29933880.151050333, lu_delay=5.2019680589437485, ms=00097}
22:49:36.285454 run mass: MS performed LU {at=29933881.98869945, lu_delay=5.739619977772236, ms=00098}
22:49:38.186394 run mass: MS performed LU {at=29933883.889642656, lu_delay=5.839877847582102, ms=00099}
22:49:45.935045 run mass: MS performed LU {at=29933891.638255123, lu_delay=22.10978414863348, ms=00091}
22:49:45.957882 run mass: Tests done {all_completed=True, max=23.3440676741302, min=3.508604973554611}
22:49:45.963458 tst register_default_mass.py: Test passed (88.9 sec)
22:49:45.968815 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:45.972096 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:45.975355 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:45.978600 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:45.981856 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:45.985193 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:45.988489 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:45.991808 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:45.995091 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:45.998431 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:46.001769 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:46.005104 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:46.008552 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:46.012351 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:46.015856 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:46.019368 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:46.022860 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:46.026329 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:46.029999 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:46.033361 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:46.036773 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:46.040136 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:46.043971 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:46.047365 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:46.050724 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:46.054176 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:46.057487 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:46.060944 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:46.064294 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:46.067727 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:46.071080 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:46.074466 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:46.078628 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:46.082089 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:46.085454 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:46.088771 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:46.092055 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:46.095660 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:46.098993 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:46.102336 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:46.105649 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:46.108986 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:46.112337 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:46.115650 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:46.118972 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:46.122436 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:46.125776 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:46.129104 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:46.132411 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:46.135715 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:46.139015 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:46.142524 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:46.145849 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:46.149169 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:46.152478 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:46.155800 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:46.159134 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:46.162456 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:46.165797 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:46.169203 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:46.172560 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:46.175893 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:46.179189 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:46.182502 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:46.185838 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:46.189208 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:46.192554 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:46.195873 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:46.199466 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:46.202972 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:46.206581 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:46.209902 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:46.213195 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:46.216909 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:46.220226 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:46.223683 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:46.226996 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:46.230315 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:46.233628 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:46.236970 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:46.240282 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:46.243646 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:46.246958 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:46.250261 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:46.253614 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:46.256931 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:46.260239 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:46.263587 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:46.266891 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:46.270214 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:46.273578 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:46.276916 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:46.280248 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:46.283578 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:46.286914 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:46.290256 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:46.293547 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:46.296860 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:46.300733 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:46.304052 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:46.307357 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:46.310663 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:46.314028 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:46.317361 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:46.320653 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:46.323951 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:46.327284 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:46.330588 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:46.333988 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:46.337353 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:46.340678 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:46.344016 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:46.347370 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:46.350767 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:46.354066 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:46.357358 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:46.360628 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:46.363910 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:46.367183 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:46.370457 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:46.373734 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:46.377027 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:46.380293 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:46.383570 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:46.386807 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:46.390022 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:46.393225 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:46.396430 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:46.399653 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:46.402873 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:46.406089 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:46.409307 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:46.412506 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:46.415735 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:46.418950 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:46.422163 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:46.425365 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:46.428573 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:46.431784 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:46.434990 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:46.438199 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:46.441409 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:46.444604 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:46.447814 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:46.451016 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:46.454221 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:46.457427 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:46.460646 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:46.463846 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:46.467051 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:46.470255 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:46.473464 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:46.476662 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:46.479866 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:46.483067 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:46.486274 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:46.489482 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:46.492680 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:46.495879 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:46.499077 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:46.502289 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:46.505496 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:46.508699 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:46.511898 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:46.515102 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:46.518305 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:46.521513 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:46.524736 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:46.527933 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:46.531137 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:46.534335 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:46.537552 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:46.540752 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:46.543955 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:46.547168 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:46.550385 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:46.553583 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:46.556800 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:46.560002 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:46.563217 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:46.566420 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:46.569632 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:46.572832 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:46.576039 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:46.579249 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:46.582451 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:46.585645 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:46.588845 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:46.592050 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:46.595259 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:46.598470 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:46.601678 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:46.604889 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:46.608100 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:46.611294 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:46.614512 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:46.617727 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:46.620930 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:46.624118 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:46.627333 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:46.630542 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:46.633741 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:46.636936 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:46.640149 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:46.643338 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:46.646536 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:46.649728 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:46.652940 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:46.656149 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:46.659342 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:46.662544 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:46.665754 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:46.668969 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:46.672190 --- ParallelTerminationStrategy: PID 22 died...
22:49:46.673661 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:46.677194 --- ParallelTerminationStrategy: PID 23 died...
22:49:46.678635 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:46.682160 --- ParallelTerminationStrategy: PID 24 died...
22:49:46.683596 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:46.687132 --- ParallelTerminationStrategy: PID 25 died...
22:49:46.688566 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:46.692095 --- ParallelTerminationStrategy: PID 26 died...
22:49:46.693533 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:46.697096 --- ParallelTerminationStrategy: PID 27 died...
22:49:46.698537 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:46.702080 --- ParallelTerminationStrategy: PID 28 died...
22:49:46.703518 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:46.707093 --- ParallelTerminationStrategy: PID 29 died...
22:49:46.708533 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:46.712093 --- ParallelTerminationStrategy: PID 30 died...
22:49:46.713535 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:46.717083 --- ParallelTerminationStrategy: PID 31 died...
22:49:46.718519 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:46.722094 --- ParallelTerminationStrategy: PID 32 died...
22:49:46.723525 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:46.727108 --- ParallelTerminationStrategy: PID 33 died...
22:49:46.728555 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:46.732115 --- ParallelTerminationStrategy: PID 35 died...
22:49:46.733572 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:46.737133 --- ParallelTerminationStrategy: PID 36 died...
22:49:46.738588 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:46.742161 --- ParallelTerminationStrategy: PID 37 died...
22:49:46.743596 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:46.747158 --- ParallelTerminationStrategy: PID 38 died...
22:49:46.748609 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:46.752168 --- ParallelTerminationStrategy: PID 39 died...
22:49:46.753621 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:46.757176 --- ParallelTerminationStrategy: PID 40 died...
22:49:46.758625 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:46.762186 --- ParallelTerminationStrategy: PID 41 died...
22:49:46.763629 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:46.767201 --- ParallelTerminationStrategy: PID 42 died...
22:49:46.768638 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:46.772167 --- ParallelTerminationStrategy: PID 43 died...
22:49:46.773621 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:46.777158 --- ParallelTerminationStrategy: PID 44 died...
22:49:46.778597 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:46.782149 --- ParallelTerminationStrategy: PID 45 died...
22:49:46.783585 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:46.787127 --- ParallelTerminationStrategy: PID 46 died...
22:49:46.788554 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:46.792104 --- ParallelTerminationStrategy: PID 47 died...
22:49:46.793540 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:46.797083 --- ParallelTerminationStrategy: PID 48 died...
22:49:46.798521 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:46.802060 --- ParallelTerminationStrategy: PID 49 died...
22:49:46.803488 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:46.807039 --- ParallelTerminationStrategy: PID 50 died...
22:49:46.808467 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:46.811992 --- ParallelTerminationStrategy: PID 51 died...
22:49:46.813429 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:46.816954 --- ParallelTerminationStrategy: PID 52 died...
22:49:46.818391 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:46.821949 --- ParallelTerminationStrategy: PID 53 died...
22:49:46.823380 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:46.826906 --- ParallelTerminationStrategy: PID 54 died...
22:49:46.828341 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:46.831859 --- ParallelTerminationStrategy: PID 55 died...
22:49:46.833292 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:46.836846 --- ParallelTerminationStrategy: PID 56 died...
22:49:46.838287 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:46.841813 --- ParallelTerminationStrategy: PID 57 died...
22:49:46.843247 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:46.846771 --- ParallelTerminationStrategy: PID 58 died...
22:49:46.848189 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:46.851702 --- ParallelTerminationStrategy: PID 59 died...
22:49:46.853161 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:46.856694 --- ParallelTerminationStrategy: PID 60 died...
22:49:46.858122 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:46.861665 --- ParallelTerminationStrategy: PID 61 died...
22:49:46.863093 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:46.866622 --- ParallelTerminationStrategy: PID 62 died...
22:49:46.868042 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:46.871588 --- ParallelTerminationStrategy: PID 63 died...
22:49:46.873027 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:46.876567 --- ParallelTerminationStrategy: PID 64 died...
22:49:46.877996 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:46.881533 --- ParallelTerminationStrategy: PID 65 died...
22:49:46.882958 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:46.886536 --- ParallelTerminationStrategy: PID 66 died...
22:49:46.887999 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:46.891602 --- ParallelTerminationStrategy: PID 67 died...
22:49:46.893057 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:46.896643 --- ParallelTerminationStrategy: PID 68 died...
22:49:46.898093 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:46.901710 --- ParallelTerminationStrategy: PID 69 died...
22:49:46.903171 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:46.906770 --- ParallelTerminationStrategy: PID 70 died...
22:49:46.908212 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:46.911833 --- ParallelTerminationStrategy: PID 71 died...
22:49:46.913292 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:46.916884 --- ParallelTerminationStrategy: PID 72 died...
22:49:46.918336 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:46.921949 --- ParallelTerminationStrategy: PID 73 died...
22:49:46.923408 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:46.926998 --- ParallelTerminationStrategy: PID 74 died...
22:49:46.928450 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:46.932061 --- ParallelTerminationStrategy: PID 75 died...
22:49:46.933518 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:46.937130 --- ParallelTerminationStrategy: PID 76 died...
22:49:46.938591 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:46.942191 --- ParallelTerminationStrategy: PID 77 died...
22:49:46.943642 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:46.947235 --- ParallelTerminationStrategy: PID 78 died...
22:49:46.948689 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:46.952284 --- ParallelTerminationStrategy: PID 79 died...
22:49:46.953748 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:46.957343 --- ParallelTerminationStrategy: PID 80 died...
22:49:46.958791 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:46.962406 --- ParallelTerminationStrategy: PID 81 died...
22:49:46.963857 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:46.967463 --- ParallelTerminationStrategy: PID 82 died...
22:49:46.968927 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:46.972510 --- ParallelTerminationStrategy: PID 83 died...
22:49:46.973966 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:46.977561 --- ParallelTerminationStrategy: PID 84 died...
22:49:46.979014 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:46.982628 --- ParallelTerminationStrategy: PID 85 died...
22:49:46.984081 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:46.987688 --- ParallelTerminationStrategy: PID 86 died...
22:49:46.989148 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:46.992753 --- ParallelTerminationStrategy: PID 87 died...
22:49:46.994215 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:46.997815 --- ParallelTerminationStrategy: PID 88 died...
22:49:46.999275 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:47.002905 --- ParallelTerminationStrategy: PID 89 died...
22:49:47.004366 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:47.007967 --- ParallelTerminationStrategy: PID 90 died...
22:49:47.009432 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:47.013036 --- ParallelTerminationStrategy: PID 91 died...
22:49:47.014499 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:47.018099 --- ParallelTerminationStrategy: PID 92 died...
22:49:47.019559 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:47.023185 --- ParallelTerminationStrategy: PID 93 died...
22:49:47.024650 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:47.028258 --- ParallelTerminationStrategy: PID 94 died...
22:49:47.029747 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:47.033353 --- ParallelTerminationStrategy: PID 95 died...
22:49:47.034814 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:47.038414 --- ParallelTerminationStrategy: PID 96 died...
22:49:47.039881 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:47.043497 --- ParallelTerminationStrategy: PID 97 died...
22:49:47.044954 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:47.048569 --- ParallelTerminationStrategy: PID 98 died...
22:49:47.050037 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:47.053643 --- ParallelTerminationStrategy: PID 99 died...
22:49:47.055107 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:47.058715 --- ParallelTerminationStrategy: PID 100 died...
22:49:47.060175 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:47.063798 --- ParallelTerminationStrategy: PID 101 died...
22:49:47.065269 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:47.068927 --- ParallelTerminationStrategy: PID 102 died...
22:49:47.070379 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:47.074028 --- ParallelTerminationStrategy: PID 103 died...
22:49:47.075496 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:47.079106 --- ParallelTerminationStrategy: PID 104 died...
22:49:47.080563 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:47.084171 --- ParallelTerminationStrategy: PID 105 died...
22:49:47.085655 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:47.089262 --- ParallelTerminationStrategy: PID 106 died...
22:49:47.090721 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:47.094349 --- ParallelTerminationStrategy: PID 107 died...
22:49:47.095801 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:47.099400 --- ParallelTerminationStrategy: PID 108 died...
22:49:47.100891 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:47.104486 --- ParallelTerminationStrategy: PID 109 died...
22:49:47.105955 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:47.109575 --- ParallelTerminationStrategy: PID 110 died...
22:49:47.111037 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:47.114644 --- ParallelTerminationStrategy: PID 111 died...
22:49:47.116098 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:47.119719 --- ParallelTerminationStrategy: PID 112 died...
22:49:47.121184 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:47.124810 --- ParallelTerminationStrategy: PID 113 died...
22:49:47.126272 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:47.129871 --- ParallelTerminationStrategy: PID 114 died...
22:49:47.131333 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:47.134941 --- ParallelTerminationStrategy: PID 115 died...
22:49:47.136392 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:47.139988 --- ParallelTerminationStrategy: PID 116 died...
22:49:47.141455 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:47.145069 --- ParallelTerminationStrategy: PID 117 died...
22:49:47.146535 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:47.150136 --- ParallelTerminationStrategy: PID 118 died...
22:49:47.151596 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:47.155205 --- ParallelTerminationStrategy: PID 119 died...
22:49:47.156669 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:47.160284 --- ParallelTerminationStrategy: PID 120 died...
22:49:47.161756 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:47.165389 --- ParallelTerminationStrategy: PID 121 died...
22:49:47.166850 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:47.170472 --- ParallelTerminationStrategy: PID 122 died...
22:49:47.171930 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:47.175542 --- ParallelTerminationStrategy: PID 123 died...
22:49:47.177005 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:47.180608 --- ParallelTerminationStrategy: PID 124 died...
22:49:47.182080 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:47.185691 --- ParallelTerminationStrategy: PID 125 died...
22:49:47.187166 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:47.190789 --- ParallelTerminationStrategy: PID 126 died...
22:49:47.192251 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:47.195864 --- ParallelTerminationStrategy: PID 127 died...
22:49:47.197319 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:47.200932 --- ParallelTerminationStrategy: PID 128 died...
22:49:47.202389 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:47.206004 --- ParallelTerminationStrategy: PID 129 died...
22:49:47.207462 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:47.211072 --- ParallelTerminationStrategy: PID 130 died...
22:49:47.212530 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:47.216135 --- ParallelTerminationStrategy: PID 131 died...
22:49:47.217600 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:47.221213 --- ParallelTerminationStrategy: PID 132 died...
22:49:47.222676 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:47.226304 --- ParallelTerminationStrategy: PID 133 died...
22:49:47.227763 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:47.231373 --- ParallelTerminationStrategy: PID 134 died...
22:49:47.232834 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:47.236433 --- ParallelTerminationStrategy: PID 135 died...
22:49:47.237902 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:47.241535 --- ParallelTerminationStrategy: PID 136 died...
22:49:47.242993 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:47.246619 --- ParallelTerminationStrategy: PID 137 died...
22:49:47.248079 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:47.251707 --- ParallelTerminationStrategy: PID 138 died...
22:49:47.253166 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:47.256791 --- ParallelTerminationStrategy: PID 139 died...
22:49:47.258249 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:47.261858 --- ParallelTerminationStrategy: PID 140 died...
22:49:47.263305 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:47.266934 --- ParallelTerminationStrategy: PID 141 died...
22:49:47.268394 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:47.271996 --- ParallelTerminationStrategy: PID 142 died...
22:49:47.273502 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:47.277118 --- ParallelTerminationStrategy: PID 143 died...
22:49:47.278573 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:47.282180 --- ParallelTerminationStrategy: PID 144 died...
22:49:47.283632 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:47.287262 --- ParallelTerminationStrategy: PID 145 died...
22:49:47.288728 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:47.292340 --- ParallelTerminationStrategy: PID 146 died...
22:49:47.293797 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:47.297417 --- ParallelTerminationStrategy: PID 147 died...
22:49:47.298937 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:47.302637 --- ParallelTerminationStrategy: PID 148 died...
22:49:47.304124 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:47.307914 --- ParallelTerminationStrategy: PID 149 died...
22:49:47.309446 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:47.313230 --- ParallelTerminationStrategy: PID 150 died...
22:49:47.314759 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:47.318529 --- ParallelTerminationStrategy: PID 151 died...
22:49:47.320043 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:47.323834 --- ParallelTerminationStrategy: PID 152 died...
22:49:47.325361 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:47.329162 --- ParallelTerminationStrategy: PID 153 died...
22:49:47.330684 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:47.334461 --- ParallelTerminationStrategy: PID 154 died...
22:49:47.335984 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:47.339772 --- ParallelTerminationStrategy: PID 155 died...
22:49:47.341289 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:47.345073 --- ParallelTerminationStrategy: PID 156 died...
22:49:47.346594 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:47.350367 --- ParallelTerminationStrategy: PID 157 died...
22:49:47.351895 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:47.355651 --- ParallelTerminationStrategy: PID 158 died...
22:49:47.357176 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:47.360949 --- ParallelTerminationStrategy: PID 159 died...
22:49:47.362476 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:47.366244 --- ParallelTerminationStrategy: PID 160 died...
22:49:47.367701 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:47.371347 --- ParallelTerminationStrategy: PID 161 died...
22:49:47.372816 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:47.376438 --- ParallelTerminationStrategy: PID 162 died...
22:49:47.377901 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:47.381508 --- ParallelTerminationStrategy: PID 163 died...
22:49:47.382964 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:47.386571 --- ParallelTerminationStrategy: PID 164 died...
22:49:47.388034 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:47.391657 --- ParallelTerminationStrategy: PID 165 died...
22:49:47.393130 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:47.396741 --- ParallelTerminationStrategy: PID 166 died...
22:49:47.398201 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:47.401844 --- ParallelTerminationStrategy: PID 167 died...
22:49:47.403293 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:47.406916 --- ParallelTerminationStrategy: PID 168 died...
22:49:47.408370 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:47.412012 --- ParallelTerminationStrategy: PID 169 died...
22:49:47.413478 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:47.417110 --- ParallelTerminationStrategy: PID 170 died...
22:49:47.418566 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:47.422187 --- ParallelTerminationStrategy: PID 171 died...
22:49:47.423639 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:47.427268 --- ParallelTerminationStrategy: PID 172 died...
22:49:47.428739 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:47.432351 --- ParallelTerminationStrategy: PID 173 died...
22:49:47.433820 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:47.437449 --- ParallelTerminationStrategy: PID 174 died...
22:49:47.438909 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:47.442527 --- ParallelTerminationStrategy: PID 175 died...
22:49:47.443999 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:47.447621 --- ParallelTerminationStrategy: PID 176 died...
22:49:47.449090 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:47.452721 --- ParallelTerminationStrategy: PID 177 died...
22:49:47.454184 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:47.457793 --- ParallelTerminationStrategy: PID 178 died...
22:49:47.459247 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:47.462857 --- ParallelTerminationStrategy: PID 179 died...
22:49:47.464320 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:47.467958 --- ParallelTerminationStrategy: PID 180 died...
22:49:47.469416 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:47.473044 --- ParallelTerminationStrategy: PID 181 died...
22:49:47.474498 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:47.478121 --- ParallelTerminationStrategy: PID 182 died...
22:49:47.479575 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:47.483210 --- ParallelTerminationStrategy: PID 183 died...
22:49:47.484668 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:47.488277 --- ParallelTerminationStrategy: PID 184 died...
22:49:47.489742 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:47.493366 --- ParallelTerminationStrategy: PID 185 died...
22:49:47.494819 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:47.498436 --- ParallelTerminationStrategy: PID 186 died...
22:49:47.499888 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:47.503517 --- ParallelTerminationStrategy: PID 187 died...
22:49:47.504975 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:47.508581 --- ParallelTerminationStrategy: PID 188 died...
22:49:47.510050 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:47.513684 --- ParallelTerminationStrategy: PID 189 died...
22:49:47.515146 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:47.518772 --- ParallelTerminationStrategy: PID 190 died...
22:49:47.520236 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:47.523860 --- ParallelTerminationStrategy: PID 191 died...
22:49:47.525317 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:47.528935 --- ParallelTerminationStrategy: PID 192 died...
22:49:47.530393 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:47.534000 --- ParallelTerminationStrategy: PID 193 died...
22:49:47.535455 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:47.539067 --- ParallelTerminationStrategy: PID 194 died...
22:49:47.540520 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:47.544135 --- ParallelTerminationStrategy: PID 195 died...
22:49:47.545599 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:47.549220 --- ParallelTerminationStrategy: PID 196 died...
22:49:47.550672 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:47.554300 --- ParallelTerminationStrategy: PID 197 died...
22:49:47.555743 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:47.559375 --- ParallelTerminationStrategy: PID 198 died...
22:49:47.560836 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:47.564450 --- ParallelTerminationStrategy: PID 199 died...
22:49:47.565934 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:47.569555 --- ParallelTerminationStrategy: PID 200 died...
22:49:47.571005 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:47.574649 --- ParallelTerminationStrategy: PID 201 died...
22:49:47.576095 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:47.579712 --- ParallelTerminationStrategy: PID 202 died...
22:49:47.581176 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:47.584790 --- ParallelTerminationStrategy: PID 203 died...
22:49:47.586244 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:47.589883 --- ParallelTerminationStrategy: PID 204 died...
22:49:47.591333 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:47.594985 --- ParallelTerminationStrategy: PID 205 died...
22:49:47.596436 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:47.600046 --- ParallelTerminationStrategy: PID 206 died...
22:49:47.601504 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:47.605123 --- ParallelTerminationStrategy: PID 207 died...
22:49:47.606578 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:47.610208 --- ParallelTerminationStrategy: PID 208 died...
22:49:47.611660 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:47.615280 --- ParallelTerminationStrategy: PID 209 died...
22:49:47.616743 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:47.620354 --- ParallelTerminationStrategy: PID 210 died...
22:49:47.621820 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:47.625446 --- ParallelTerminationStrategy: PID 211 died...
22:49:47.626899 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:47.630505 --- ParallelTerminationStrategy: PID 212 died...
22:49:47.631970 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:47.635593 --- ParallelTerminationStrategy: PID 213 died...
22:49:47.637057 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:47.640677 --- ParallelTerminationStrategy: PID 214 died...
22:49:47.642131 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:47.645741 --- ParallelTerminationStrategy: PID 215 died...
22:49:47.647197 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:47.650811 --- ParallelTerminationStrategy: PID 216 died...
22:49:47.652270 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:47.655890 --- ParallelTerminationStrategy: PID 217 died...
22:49:47.657353 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:47.660975 --- ParallelTerminationStrategy: PID 218 died...
22:49:47.662435 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:47.666071 --- ParallelTerminationStrategy: PID 219 died...
22:49:47.667528 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:47.671147 --- ParallelTerminationStrategy: PID 220 died...
22:49:47.672601 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:47.676235 --- ParallelTerminationStrategy: PID 221 died...
22:49:47.677696 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:47.681328 --- ParallelTerminationStrategy: PID 222 died...
22:49:47.682788 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:47.686412 --- ParallelTerminationStrategy: PID 223 died...
22:49:47.687870 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:47.691488 --- ParallelTerminationStrategy: PID 224 died...
22:49:47.692956 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:47.696617 --- ParallelTerminationStrategy: PID 225 died...
22:49:47.698083 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:47.701716 --- ParallelTerminationStrategy: PID 226 died...
22:49:47.703193 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:47.706811 --- ParallelTerminationStrategy: PID 227 died...
22:49:47.708267 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:47.711879 --- ParallelTerminationStrategy: PID 228 died...
22:49:47.713352 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:47.716972 --- ParallelTerminationStrategy: PID 229 died...
22:49:47.718426 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:47.722037 --- ParallelTerminationStrategy: PID 230 died...
22:49:47.723495 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:47.727123 --- ParallelTerminationStrategy: PID 231 died...
22:49:47.728586 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:47.732216 --- ParallelTerminationStrategy: PID 232 died...
22:49:47.733684 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:47.737319 --- ParallelTerminationStrategy: PID 233 died...
22:49:47.738776 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:47.742391 --- ParallelTerminationStrategy: PID 234 died...
22:49:47.743843 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:51.148300 --- ParallelTerminationStrategy: PID 34 died...
22:49:51.154370 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8191 netreg_mass PASS
---------------------------------------------------------------------
22:49:51.231603 tst trial-8191: Storing JUnit report in /build/trial-8191/run.2025-12-25_22-48-16/trial-8191.xml
--------------------------------------------------------------------------------------------
trial-8191 PASS
--------------------------------------------------------------------------------------------
22:49:51.241750 tst trial-8191: trial-8191: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (88.9 sec)
+ exit_code=0
+ rm -rf trial-8191/inst
+ cd trial-8191
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-12-25 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8191-run.tgz run.2025-12-25_22-48-16
+ tar czf /build/trial-8191-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-12-25_13_33_52.tgz osmo-bts-oc2g.build-2025-12-25_00_52_41.tgz osmo-bts-sysmo.build-2025-12-25_00_52_36.tgz osmo-bts.build-2025-12-25_00_52_37.tgz osmo-ggsn.build-2025-12-25_20_59_41.tgz osmo-hlr.build-2025-12-25_16_37_00.tgz osmo-hnbgw.build-2025-12-25_13_35_06.tgz osmo-mgw.build-2025-12-25_08_34_44.tgz osmo-msc.build-2025-12-25_13_37_45.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-25_07_34_50.tgz osmo-pcu-sysmo.build-2025-12-25_07_36_47.tgz osmo-pcu.build-2025-12-25_07_34_21.tgz osmo-sgsn.build-2025-12-25_21_18_27.tgz osmo-stp.build-2025-12-25_13_30_04.tgz osmo-trx.build-2025-12-25_14_38_41.tgz osmocom-bb.build-2025-12-25_21_18_27.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