This log is too long to show here, 14 KB has been skipped — click to see the complete log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins15983005538374511570.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-8406
+ 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
c71de27 debian-{bullseye,bookworm}-titan[-master]: drop libfftranscode
+ 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 [ 8/28] RUN MKDIR /var/run/sshd
#7 CACHED
#8 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#8 CACHED
#9 [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
#9 CACHED
#10 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#10 CACHED
#11 [ 9/28] COPY SSH /root/.ssh
#11 CACHED
#12 [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
#12 CACHED
#13 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#13 CACHED
#14 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#14 CACHED
#15 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#15 CACHED
#16 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#16 CACHED
#17 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#17 CACHED
#18 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#18 CACHED
#19 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#19 CACHED
#20 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#20 CACHED
#21 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#21 CACHED
#22 [20/28] WORKDIR /TMP
#22 CACHED
#23 [ 2/28] RUN useradd -ms /bin/bash jenkins
#23 CACHED
#24 [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
#24 CACHED
#25 [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
#25 CACHED
#26 [ 5/28] RUN APT-GET update && apt-get install -y --no-install-recommends cpio dbus tcpdump sqlite3 python3 python3-setuptools python3-yaml python3-mako python3-gi python3-numpy python3-wheel python3-watchdog ofono patchelf rpm2cpio sudo libcap2-bin python3-pip udhcpc iperf3 locales
#26 CACHED
#27 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#27 CACHED
#28 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#28 CACHED
#29 [ 3/28] RUN groupadd osmo-gsm-tester
#29 CACHED
#30 [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
#30 CACHED
#31 [14/28] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8
#31 CACHED
#32 [15/28] RUN APT-GET update && apt-get install -y --no-install-recommends telnet libosmocore-dev libosmo-abis-dev libosmo-gsup-client-dev libosmo-netif-dev libosmo-ranap-dev libosmo-sigtran-dev libsmpp34-dev libgtp-dev libasn1c-dev && apt-get clean
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:9ff60231b99294356da901d080e0e1277b30b1b5d9b3b872f5b4c3d58b3edda3 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest
#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=8407 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-07-29 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8407
+ mkdir -p trial-8407
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-07-29_13_29_37.tgz osmo-bts-oc2g.build-2026-07-29_00_52_14.tgz osmo-bts-sysmo.build-2026-07-29_00_52_17.tgz osmo-bts.build-2026-07-29_00_52_33.tgz osmo-ggsn.build-2026-07-29_20_43_15.tgz osmo-hlr.build-2026-07-29_16_37_37.tgz osmo-hnbgw.build-2026-07-29_13_30_56.tgz osmo-mgw.build-2026-07-29_08_33_38.tgz osmo-msc.build-2026-07-29_13_34_26.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-07-29_07_35_12.tgz osmo-pcu-sysmo.build-2026-07-29_07_35_13.tgz osmo-pcu.build-2026-07-29_07_35_11.tgz osmo-sgsn.build-2026-07-29_20_49_55.tgz osmo-stp.build-2026-07-29_13_25_44.tgz osmo-trx.build-2026-07-29_14_22_24.tgz osmocom-bb.build-2026-07-29_21_18_50.tgz srslte.build-19.tgz trial-8407
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-07-29_13_29_37.md5 osmo-bts-oc2g.build-2026-07-29_00_52_14.md5 osmo-bts-sysmo.build-2026-07-29_00_52_17.md5 osmo-bts.build-2026-07-29_00_52_33.md5 osmo-ggsn.build-2026-07-29_20_43_15.md5 osmo-hlr.build-2026-07-29_16_37_37.md5 osmo-hnbgw.build-2026-07-29_13_30_56.md5 osmo-mgw.build-2026-07-29_08_33_38.md5 osmo-msc.build-2026-07-29_13_34_26.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-07-29_07_35_12.md5 osmo-pcu-sysmo.build-2026-07-29_07_35_13.md5 osmo-pcu.build-2026-07-29_07_35_11.md5 osmo-sgsn.build-2026-07-29_20_49_55.md5 osmo-stp.build-2026-07-29_13_25_44.md5 osmo-trx.build-2026-07-29_14_22_24.md5 osmocom-bb.build-2026-07-29_21_18_50.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-07-29_13_29_37.md5 osmo-bts-oc2g.build-2026-07-29_00_52_14.md5 osmo-bts-sysmo.build-2026-07-29_00_52_17.md5 osmo-bts.build-2026-07-29_00_52_33.md5 osmo-ggsn.build-2026-07-29_20_43_15.md5 osmo-hlr.build-2026-07-29_16_37_37.md5 osmo-hnbgw.build-2026-07-29_13_30_56.md5 osmo-mgw.build-2026-07-29_08_33_38.md5 osmo-msc.build-2026-07-29_13_34_26.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-07-29_07_35_12.md5 osmo-pcu-sysmo.build-2026-07-29_07_35_13.md5 osmo-pcu.build-2026-07-29_07_35_11.md5 osmo-sgsn.build-2026-07-29_20_49_55.md5 osmo-stp.build-2026-07-29_13_25_44.md5 osmo-trx.build-2026-07-29_14_22_24.md5 osmocom-bb.build-2026-07-29_21_18_50.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-8407 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8407'
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-8407
--------------------------------------------------------------------------------------------
22:48:19.079694 tst trial-8407: Detailed log at /build/trial-8407/run.2026-07-29_22-48-19/log
---------------------------------------------------------------------
trial-8407 netreg_mass
---------------------------------------------------------------------
22:48:19.286541 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:19.287068 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:19.288520 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:19.290653 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:19.349745 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:19.352928 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:19.356519 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:19.421123 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-8407 netreg_mass register_default_mass.py
----------------------------------------------
22:48:19.422110 tst register_default_mass.py:9: Claiming resources for the test
22:48:19.436456 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.436998 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.437451 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.437886 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.438312 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.438770 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.439220 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:19.464936 tst register_default_mass.py: using LAC 2
22:48:19.481450 tst register_default_mass.py: using RAC 2
22:48:19.499054 tst register_default_mass.py: using CellId 2
22:48:19.518453 tst register_default_mass.py: using BVCI 3
22:48:19.527782 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.528390 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.528928 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.529451 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.529974 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.530485 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.530988 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.531508 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.532020 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.532513 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.533019 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.533515 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.534037 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.534537 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.535042 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.535555 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.536054 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.536545 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.537034 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.537537 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.538022 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.538510 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.539024 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.539525 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.540018 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.540527 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.541022 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.541512 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.542023 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.542515 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.543008 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.543520 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.544028 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.544551 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.545070 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.545574 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.546083 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.546603 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.547126 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.547664 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.548175 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.548702 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.549232 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.549751 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.550255 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.550774 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.551299 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.551813 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.552332 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.552847 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.553357 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.553871 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.554380 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.554889 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.555402 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.555914 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.556417 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.556936 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.557448 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.557945 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.558441 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.558968 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.559482 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.559993 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.560502 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.561008 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.561508 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.562035 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.562546 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.563070 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.563585 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.564098 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.564683 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.565201 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.565704 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.566192 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.566674 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.567158 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.567644 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.568139 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.568617 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.569093 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.569580 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.570065 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.570553 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.571049 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.571530 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.572005 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.572496 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.572979 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.573455 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.573951 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.574451 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.574939 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.575444 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.575919 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.576402 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.576899 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.577390 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.577872 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.578356 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.578905 tst register_default_mass.py:21: Launching a simple network
22:48:19.588406 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.704572 run create_hlr_db(pid=20): Launched
22:48:20.719139 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:20.735325 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:20.750270 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:20.755870 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.940431 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:20.954984 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:20.960480 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:21.365554 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:21.380298 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:24.395460 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:24.506370 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:24.521109 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:24.526645 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:24.561612 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:24.576448 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:24.582042 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:24.887533 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:24.902434 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:30.932182 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:31.102156 run osmo-bts-virtual(pid=34): Launched
22:48:32.134164 tst register_default_mass.py: using MSISDN 1001
22:48:32.145900 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:32.174583 tst register_default_mass.py: using MSISDN 1002
22:48:32.187492 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:32.210039 tst register_default_mass.py: using MSISDN 1003
22:48:32.220251 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:32.242659 tst register_default_mass.py: using MSISDN 1004
22:48:32.252577 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:32.274721 tst register_default_mass.py: using MSISDN 1005
22:48:32.284342 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:32.306713 tst register_default_mass.py: using MSISDN 1006
22:48:32.316527 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:32.342623 tst register_default_mass.py: using MSISDN 1007
22:48:32.354113 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:32.376430 tst register_default_mass.py: using MSISDN 1008
22:48:32.386382 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:32.408740 tst register_default_mass.py: using MSISDN 1009
22:48:32.418565 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:32.440923 tst register_default_mass.py: using MSISDN 1010
22:48:32.450698 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:32.472906 tst register_default_mass.py: using MSISDN 1011
22:48:32.482608 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:32.504969 tst register_default_mass.py: using MSISDN 1012
22:48:32.514758 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:32.537048 tst register_default_mass.py: using MSISDN 1013
22:48:32.546735 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:32.569069 tst register_default_mass.py: using MSISDN 1014
22:48:32.578777 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:32.601162 tst register_default_mass.py: using MSISDN 1015
22:48:32.610982 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:32.633351 tst register_default_mass.py: using MSISDN 1016
22:48:32.643113 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:32.665287 tst register_default_mass.py: using MSISDN 1017
22:48:32.674892 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:32.697254 tst register_default_mass.py: using MSISDN 1018
22:48:32.706937 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.729359 tst register_default_mass.py: using MSISDN 1019
22:48:32.739147 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.761466 tst register_default_mass.py: using MSISDN 1020
22:48:32.771313 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.793867 tst register_default_mass.py: using MSISDN 1021
22:48:32.803742 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.826254 tst register_default_mass.py: using MSISDN 1022
22:48:32.835989 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.858117 tst register_default_mass.py: using MSISDN 1023
22:48:32.867854 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.890223 tst register_default_mass.py: using MSISDN 1024
22:48:32.899979 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.922204 tst register_default_mass.py: using MSISDN 1025
22:48:32.931876 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.954342 tst register_default_mass.py: using MSISDN 1026
22:48:32.964011 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.986134 tst register_default_mass.py: using MSISDN 1027
22:48:32.995773 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:33.018056 tst register_default_mass.py: using MSISDN 1028
22:48:33.027761 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:33.050214 tst register_default_mass.py: using MSISDN 1029
22:48:33.060052 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:33.082204 tst register_default_mass.py: using MSISDN 1030
22:48:33.092006 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:33.114578 tst register_default_mass.py: using MSISDN 1031
22:48:33.124385 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:33.146534 tst register_default_mass.py: using MSISDN 1032
22:48:33.156264 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:33.178585 tst register_default_mass.py: using MSISDN 1033
22:48:33.188349 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.210732 tst register_default_mass.py: using MSISDN 1034
22:48:33.220634 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.242896 tst register_default_mass.py: using MSISDN 1035
22:48:33.252518 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.274753 tst register_default_mass.py: using MSISDN 1036
22:48:33.284465 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.306733 tst register_default_mass.py: using MSISDN 1037
22:48:33.316549 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.338840 tst register_default_mass.py: using MSISDN 1038
22:48:33.348553 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.371057 tst register_default_mass.py: using MSISDN 1039
22:48:33.380808 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:33.402971 tst register_default_mass.py: using MSISDN 1040
22:48:33.412674 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:33.435165 tst register_default_mass.py: using MSISDN 1041
22:48:33.444870 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:33.467167 tst register_default_mass.py: using MSISDN 1042
22:48:33.476897 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.499224 tst register_default_mass.py: using MSISDN 1043
22:48:33.508977 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:33.531257 tst register_default_mass.py: using MSISDN 1044
22:48:33.540941 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:33.563398 tst register_default_mass.py: using MSISDN 1045
22:48:33.573187 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.595754 tst register_default_mass.py: using MSISDN 1046
22:48:33.605594 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:33.628168 tst register_default_mass.py: using MSISDN 1047
22:48:33.638031 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:33.660736 tst register_default_mass.py: using MSISDN 1048
22:48:33.670663 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:33.693173 tst register_default_mass.py: using MSISDN 1049
22:48:33.703055 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.725748 tst register_default_mass.py: using MSISDN 1050
22:48:33.735728 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.758428 tst register_default_mass.py: using MSISDN 1051
22:48:33.768277 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:33.790945 tst register_default_mass.py: using MSISDN 1052
22:48:33.800818 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:33.823581 tst register_default_mass.py: using MSISDN 1053
22:48:33.833601 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:33.856361 tst register_default_mass.py: using MSISDN 1054
22:48:33.866316 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.889088 tst register_default_mass.py: using MSISDN 1055
22:48:33.899054 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.921598 tst register_default_mass.py: using MSISDN 1056
22:48:33.931481 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.954165 tst register_default_mass.py: using MSISDN 1057
22:48:33.964023 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.986651 tst register_default_mass.py: using MSISDN 1058
22:48:33.996578 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:34.019563 tst register_default_mass.py: using MSISDN 1059
22:48:34.029524 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:34.052180 tst register_default_mass.py: using MSISDN 1060
22:48:34.062039 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:34.084782 tst register_default_mass.py: using MSISDN 1061
22:48:34.094788 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:34.117477 tst register_default_mass.py: using MSISDN 1062
22:48:34.127399 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:34.150128 tst register_default_mass.py: using MSISDN 1063
22:48:34.160134 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:34.182895 tst register_default_mass.py: using MSISDN 1064
22:48:34.192963 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:34.215330 tst register_default_mass.py: using MSISDN 1065
22:48:34.225016 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:34.247535 tst register_default_mass.py: using MSISDN 1066
22:48:34.257329 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:34.279806 tst register_default_mass.py: using MSISDN 1067
22:48:34.289606 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:34.312286 tst register_default_mass.py: using MSISDN 1068
22:48:34.322199 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:34.344964 tst register_default_mass.py: using MSISDN 1069
22:48:34.354998 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:34.377257 tst register_default_mass.py: using MSISDN 1070
22:48:34.386976 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:34.409124 tst register_default_mass.py: using MSISDN 1071
22:48:34.420803 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:34.443541 tst register_default_mass.py: using MSISDN 1072
22:48:34.453794 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.476386 tst register_default_mass.py: using MSISDN 1073
22:48:34.486233 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.508946 tst register_default_mass.py: using MSISDN 1074
22:48:34.518882 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.541433 tst register_default_mass.py: using MSISDN 1075
22:48:34.551314 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:34.574143 tst register_default_mass.py: using MSISDN 1076
22:48:34.584215 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.606945 tst register_default_mass.py: using MSISDN 1077
22:48:34.616817 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.639103 tst register_default_mass.py: using MSISDN 1078
22:48:34.648835 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.671365 tst register_default_mass.py: using MSISDN 1079
22:48:34.681202 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.703738 tst register_default_mass.py: using MSISDN 1080
22:48:34.713665 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.736340 tst register_default_mass.py: using MSISDN 1081
22:48:34.746145 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.768532 tst register_default_mass.py: using MSISDN 1082
22:48:34.778380 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.800688 tst register_default_mass.py: using MSISDN 1083
22:48:34.810351 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.832680 tst register_default_mass.py: using MSISDN 1084
22:48:34.842458 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.865067 tst register_default_mass.py: using MSISDN 1085
22:48:34.874921 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.897222 tst register_default_mass.py: using MSISDN 1086
22:48:34.906875 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.929294 tst register_default_mass.py: using MSISDN 1087
22:48:34.939061 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.961274 tst register_default_mass.py: using MSISDN 1088
22:48:34.970927 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.993245 tst register_default_mass.py: using MSISDN 1089
22:48:35.003020 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:35.025344 tst register_default_mass.py: using MSISDN 1090
22:48:35.035087 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:35.057667 tst register_default_mass.py: using MSISDN 1091
22:48:35.067467 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:35.090279 tst register_default_mass.py: using MSISDN 1092
22:48:35.100305 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:35.123014 tst register_default_mass.py: using MSISDN 1093
22:48:35.131609 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:35.154480 tst register_default_mass.py: using MSISDN 1094
22:48:35.166429 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:35.188816 tst register_default_mass.py: using MSISDN 1095
22:48:35.198033 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:35.220572 tst register_default_mass.py: using MSISDN 1096
22:48:35.230409 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:35.253160 tst register_default_mass.py: using MSISDN 1097
22:48:35.263000 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:35.285472 tst register_default_mass.py: using MSISDN 1098
22:48:35.295352 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:35.317894 tst register_default_mass.py: using MSISDN 1099
22:48:35.327663 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.350342 tst register_default_mass.py: using MSISDN 1100
22:48:35.360322 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.445681 run mass: Starting testcase
22:48:35.451141 run mass: Pre-launching all virtphy's
22:48:35.456493 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.469400 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:35.475589 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.488653 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:35.494677 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.507494 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:35.513515 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.526383 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:35.532330 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.545261 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:35.551458 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.564718 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:35.570844 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.583974 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:35.590152 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.603404 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:35.609318 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.622134 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:35.628000 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.640842 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.646780 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.659705 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.665715 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.678496 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.684411 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.697153 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.703052 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.715854 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.721926 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.734840 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.740772 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.753709 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.759673 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.772703 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.778682 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.791502 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.797473 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.810276 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.816291 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.829051 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.834955 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.847857 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.853947 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.866734 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.872678 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.885533 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.891408 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.904210 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.910131 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.923051 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.929028 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.941822 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.947693 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.960503 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.966394 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.979220 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.985120 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.997861 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:36.003736 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:36.016542 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:36.022441 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:36.035239 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:36.041110 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:36.053887 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:36.059865 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:36.072713 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:36.078668 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:36.091566 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:36.097428 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:36.110248 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:36.116185 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:36.129044 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:36.134993 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:36.147866 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:36.153751 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:36.166484 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:36.172324 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:36.185066 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:36.190931 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:36.203633 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:36.209485 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:36.222206 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:36.228108 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:36.240857 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:36.246756 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:36.259524 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:36.265414 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:36.278219 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:36.284102 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.296857 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:36.302747 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.315657 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:36.321514 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.334327 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:36.340235 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.353069 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:36.358981 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.371794 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:36.377716 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.390481 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:36.396411 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.409208 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:36.415139 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.427827 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:36.433689 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.446396 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:36.452289 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.465031 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:36.470867 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.483636 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:36.489531 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.502325 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:36.508212 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.520965 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:36.526868 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.539654 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:36.545576 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.558371 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:36.564303 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.577086 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:36.582998 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.595830 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:36.601701 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.614496 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:36.620365 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.633110 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.639037 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.651812 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.657684 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.670415 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.676320 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.689115 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.695059 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.707788 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.713647 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.726455 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.732325 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.745117 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.750963 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.763765 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.769626 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.782527 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.788370 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.801295 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.807151 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.819927 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.825856 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.838651 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.844583 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.857339 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.863239 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.876007 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.881878 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.894596 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.900441 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.913227 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.919115 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.931887 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.937762 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.950552 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.956465 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.969296 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.975194 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.987977 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.993881 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:37.006603 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:37.012637 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:37.025395 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:37.031341 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:37.044111 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:37.049987 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:37.062910 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:37.068767 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:37.081731 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:37.087618 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:37.100418 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:37.106248 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:37.119049 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:37.124989 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:37.137799 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:37.143754 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:37.156503 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:37.162397 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:37.175139 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:37.181010 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:37.193778 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:37.199627 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:37.212414 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:37.218304 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:37.231080 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:37.236942 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:37.249901 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:37.255884 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:37.268758 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:37.274683 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:37.287467 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:37.293481 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.306448 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:37.312471 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.325447 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:37.331334 run mass: Checking if sockets are in the filesystem
22:48:37.363390 run osmo-ms-mob/00000: Starting mobile
22:48:37.376311 run osmo-ms-mob/00000(pid=135): Launched
22:48:37.391753 run mass: MS start registered {at=2030999.44086397, delay=0.009433910017833114, ms=00000}
22:48:41.561359 run osmo-ms-mob/00001: Starting mobile
22:48:41.575136 run osmo-ms-mob/00001(pid=136): Launched
22:48:41.588214 run mass: MS start registered {at=2031003.637322528, delay=0.007009735098108649, ms=00001}
22:48:42.519489 run mass: MS performed LU {at=2031004.568469655, lu_delay=5.127605685032904, ms=00000}
22:48:43.379308 run osmo-ms-mob/00002: Starting mobile
22:48:43.396675 run osmo-ms-mob/00002(pid=137): Launched
22:48:43.409808 run mass: MS start registered {at=2031005.45891098, delay=0.00710886693559587, ms=00002}
22:48:44.676460 run osmo-ms-mob/00003: Starting mobile
22:48:44.693051 run osmo-ms-mob/00003(pid=138): Launched
22:48:44.710416 run mass: MS start registered {at=2031006.759512184, delay=0.011366704944521189, ms=00003}
22:48:45.779073 run osmo-ms-mob/00004: Starting mobile
22:48:45.796676 run osmo-ms-mob/00004(pid=139): Launched
22:48:45.808263 run mass: MS start registered {at=2031007.857378714, delay=0.005647646961733699, ms=00004}
22:48:46.747612 run osmo-ms-mob/00005: Starting mobile
22:48:46.760977 run osmo-ms-mob/00005(pid=140): Launched
22:48:46.778356 run mass: MS start registered {at=2031008.827453541, delay=0.01141242403537035, ms=00005}
22:48:47.678268 run osmo-ms-mob/00006: Starting mobile
22:48:47.695016 run osmo-ms-mob/00006(pid=141): Launched
22:48:47.701120 run mass: MS performed LU {at=2031009.750238426, lu_delay=6.112915897974744, ms=00001}
22:48:47.710422 run mass: MS start registered {at=2031009.759543306, delay=0.009325579972937703, ms=00006}
22:48:48.547436 run osmo-ms-mob/00007: Starting mobile
22:48:48.560507 run osmo-ms-mob/00007(pid=142): Launched
22:48:48.572336 run mass: MS start registered {at=2031010.621450514, delay=0.005536077078431845, ms=00007}
22:48:49.378959 run osmo-ms-mob/00008: Starting mobile
22:48:49.395869 run osmo-ms-mob/00008(pid=143): Launched
22:48:49.412467 run mass: MS start registered {at=2031011.461576414, delay=0.010600154055282474, ms=00008}
22:48:49.599091 run mass: MS performed LU {at=2031011.648079992, lu_delay=4.88856780808419, ms=00003}
22:48:49.626027 run mass: MS performed LU {at=2031011.675049644, lu_delay=6.216138663934544, ms=00002}
22:48:50.086997 run osmo-ms-mob/00009: Starting mobile
22:48:50.103278 run osmo-ms-mob/00009(pid=144): Launched
22:48:50.118144 run mass: MS start registered {at=2031012.167249116, delay=0.008859354071319103, ms=00009}
22:48:50.748219 run osmo-ms-mob/00010: Starting mobile
22:48:50.761374 run osmo-ms-mob/00010(pid=145): Launched
22:48:50.772590 run mass: MS start registered {at=2031012.821707052, delay=0.005264227977022529, ms=00010}
22:48:51.380235 run osmo-ms-mob/00011: Starting mobile
22:48:51.397207 run osmo-ms-mob/00011(pid=146): Launched
22:48:51.408520 run mass: MS start registered {at=2031013.457631899, delay=0.005252567119896412, ms=00011}
22:48:51.462937 run mass: MS performed LU {at=2031013.511938034, lu_delay=5.654559320071712, ms=00004}
22:48:51.527514 run mass: MS performed LU {at=2031013.576499419, lu_delay=4.749045877950266, ms=00005}
22:48:51.947044 run osmo-ms-mob/00012: Starting mobile
22:48:51.960220 run osmo-ms-mob/00012(pid=147): Launched
22:48:51.976685 run mass: MS start registered {at=2031014.025794875, delay=0.010457513155415654, ms=00012}
22:48:52.547569 run osmo-ms-mob/00013: Starting mobile
22:48:52.560858 run osmo-ms-mob/00013(pid=148): Launched
22:48:52.572608 run mass: MS start registered {at=2031014.621721668, delay=0.005542008904740214, ms=00013}
22:48:53.178711 run osmo-ms-mob/00014: Starting mobile
22:48:53.195597 run osmo-ms-mob/00014(pid=149): Launched
22:48:53.207626 run mass: MS start registered {at=2031015.256744457, delay=0.006103853927925229, ms=00014}
22:48:53.364480 run mass: MS performed LU {at=2031015.413485188, lu_delay=4.792034673970193, ms=00007}
22:48:53.392618 run mass: MS performed LU {at=2031015.44165323, lu_delay=5.682109924033284, ms=00006}
22:48:53.778787 run osmo-ms-mob/00015: Starting mobile
22:48:53.795896 run osmo-ms-mob/00015(pid=150): Launched
22:48:53.810986 run mass: MS start registered {at=2031015.860096611, delay=0.009084918070584536, ms=00015}
22:48:54.261056 run osmo-ms-mob/00016: Starting mobile
22:48:54.274855 run osmo-ms-mob/00016(pid=151): Launched
22:48:54.287369 run mass: MS start registered {at=2031016.336485778, delay=0.006458604009822011, ms=00016}
22:48:54.760687 run osmo-ms-mob/00017: Starting mobile
22:48:54.774512 run osmo-ms-mob/00017(pid=152): Launched
22:48:54.791693 run mass: MS start registered {at=2031016.840802198, delay=0.011199867120012641, ms=00017}
22:48:55.228909 run mass: MS performed LU {at=2031017.277921244, lu_delay=5.110672127921134, ms=00009}
22:48:55.293588 run mass: MS performed LU {at=2031017.342608251, lu_delay=5.881031836848706, ms=00008}
22:48:55.321839 run osmo-ms-mob/00018: Starting mobile
22:48:55.334832 run osmo-ms-mob/00018(pid=153): Launched
22:48:55.345467 run mass: MS start registered {at=2031017.394587627, delay=0.004622404929250479, ms=00018}
22:48:55.597847 run mass: MS performed LU {at=2031017.646861137, lu_delay=4.825154084945098, ms=00010}
22:48:55.770838 run osmo-ms-mob/00019: Starting mobile
22:48:55.786844 run osmo-ms-mob/00019(pid=154): Launched
22:48:55.804065 run mass: MS start registered {at=2031017.85316546, delay=0.011332920053973794, ms=00019}
22:48:56.259346 run osmo-ms-mob/00020: Starting mobile
22:48:56.273110 run osmo-ms-mob/00020(pid=155): Launched
22:48:56.284680 run mass: MS start registered {at=2031018.333796425, delay=0.0055865810718387365, ms=00020}
22:48:56.769994 run osmo-ms-mob/00021: Starting mobile
22:48:56.787030 run osmo-ms-mob/00021(pid=156): Launched
22:48:56.798749 run mass: MS start registered {at=2031018.847865436, delay=0.00411496008746326, ms=00021}
22:48:57.129974 run mass: MS performed LU {at=2031019.179000761, lu_delay=5.721368861850351, ms=00011}
22:48:57.144775 run osmo-ms-mob/00022: Starting mobile
22:48:57.158362 run osmo-ms-mob/00022(pid=157): Launched
22:48:57.164497 run mass: MS performed LU {at=2031019.213622415, lu_delay=5.187827539863065, ms=00012}
22:48:57.170456 run mass: MS start registered {at=2031019.219586927, delay=0.005981077905744314, ms=00022}
22:48:57.263981 run mass: MS performed LU {at=2031019.312977936, lu_delay=4.691256267949939, ms=00013}
22:48:57.680173 run osmo-ms-mob/00023: Starting mobile
22:48:57.696655 run osmo-ms-mob/00023(pid=158): Launched
22:48:57.708199 run mass: MS start registered {at=2031019.757317247, delay=0.00557178701274097, ms=00023}
22:48:58.059490 run osmo-ms-mob/00024: Starting mobile
22:48:58.073148 run osmo-ms-mob/00024(pid=159): Launched
22:48:58.084481 run mass: MS start registered {at=2031020.133597714, delay=0.005243408959358931, ms=00024}
22:48:58.576166 run osmo-ms-mob/00025: Starting mobile
22:48:58.591351 run osmo-ms-mob/00025(pid=160): Launched
22:48:58.606609 run mass: MS start registered {at=2031020.655718805, delay=0.009227684000506997, ms=00025}
22:48:58.977351 run osmo-ms-mob/00026: Starting mobile
22:48:58.992871 run osmo-ms-mob/00026(pid=161): Launched
22:48:58.999116 run mass: MS performed LU {at=2031021.048238597, lu_delay=5.188141986029223, ms=00015}
22:48:59.005985 run mass: MS start registered {at=2031021.055107388, delay=0.0068886070512235165, ms=00026}
22:48:59.060428 run mass: MS performed LU {at=2031021.109445143, lu_delay=5.852700686082244, ms=00014}
22:48:59.128725 run mass: MS performed LU {at=2031021.177742057, lu_delay=4.841256279032677, ms=00016}
22:48:59.156595 run osmo-ms-mob/00027: Starting mobile
22:48:59.169564 run osmo-ms-mob/00027(pid=162): Launched
22:48:59.180746 run mass: MS start registered {at=2031021.229860212, delay=0.005023200064897537, ms=00027}
22:48:59.758219 run osmo-ms-mob/00028: Starting mobile
22:48:59.771981 run osmo-ms-mob/00028(pid=163): Launched
22:48:59.789299 run mass: MS start registered {at=2031021.838403586, delay=0.011273863958194852, ms=00028}
22:49:00.148269 run osmo-ms-mob/00029: Starting mobile
22:49:00.161448 run osmo-ms-mob/00029(pid=164): Launched
22:49:00.173238 run mass: MS start registered {at=2031022.222348789, delay=0.005720237037166953, ms=00029}
22:49:00.571558 run osmo-ms-mob/00030: Starting mobile
22:49:00.587900 run osmo-ms-mob/00030(pid=165): Launched
22:49:00.599999 run mass: MS start registered {at=2031022.64910999, delay=0.0061084250919520855, ms=00030}
22:49:00.794478 run mass: MS performed LU {at=2031022.843495553, lu_delay=6.002693354850635, ms=00017}
22:49:00.896726 run mass: MS performed LU {at=2031022.945678144, lu_delay=5.55109051708132, ms=00018}
22:49:00.911292 run osmo-ms-mob/00031: Starting mobile
22:49:00.924608 run osmo-ms-mob/00031(pid=166): Launched
22:49:00.930661 run mass: MS performed LU {at=2031022.979785679, lu_delay=5.12662021885626, ms=00019}
22:49:00.940740 run mass: MS start registered {at=2031022.989858192, delay=0.010092366021126509, ms=00031}
22:49:01.048760 run mass: MS performed LU {at=2031023.097757802, lu_delay=4.7639613770879805, ms=00020}
22:49:01.077031 run osmo-ms-mob/00032: Starting mobile
22:49:01.090288 run osmo-ms-mob/00032(pid=167): Launched
22:49:01.101300 run mass: MS start registered {at=2031023.150419858, delay=0.00508280610665679, ms=00032}
22:49:01.677620 run osmo-ms-mob/00033: Starting mobile
22:49:01.694671 run osmo-ms-mob/00033(pid=168): Launched
22:49:01.705692 run mass: MS start registered {at=2031023.754810404, delay=0.004956558113917708, ms=00033}
22:49:02.047247 run osmo-ms-mob/00034: Starting mobile
22:49:02.060530 run osmo-ms-mob/00034(pid=169): Launched
22:49:02.073918 run mass: MS start registered {at=2031024.123032317, delay=0.007412926992401481, ms=00034}
22:49:02.347489 run osmo-ms-mob/00035: Starting mobile
22:49:02.360789 run osmo-ms-mob/00035(pid=170): Launched
22:49:02.376943 run mass: MS start registered {at=2031024.426054665, delay=0.01016443083062768, ms=00035}
22:49:02.759759 run osmo-ms-mob/00036: Starting mobile
22:49:02.773447 run osmo-ms-mob/00036(pid=171): Launched
22:49:02.779487 run mass: MS performed LU {at=2031024.828607605, lu_delay=4.695009891176596, ms=00024}
22:49:02.786462 run mass: MS start registered {at=2031024.835585361, delay=0.006996540119871497, ms=00036}
22:49:02.825574 run mass: MS performed LU {at=2031024.874603586, lu_delay=5.1172863389365375, ms=00023}
22:49:02.893811 run mass: MS performed LU {at=2031024.942835629, lu_delay=6.09497019299306, ms=00021}
22:49:02.936646 run osmo-ms-mob/00037: Starting mobile
22:49:02.952586 run osmo-ms-mob/00037(pid=172): Launched
22:49:02.970239 run mass: MS start registered {at=2031025.019333889, delay=0.01157790794968605, ms=00037}
22:49:03.479012 run osmo-ms-mob/00038: Starting mobile
22:49:03.504826 run osmo-ms-mob/00038(pid=173): Launched
22:49:03.516565 run mass: MS start registered {at=2031025.56567679, delay=0.005689309909939766, ms=00038}
22:49:03.758189 run osmo-ms-mob/00039: Starting mobile
22:49:03.772093 run osmo-ms-mob/00039(pid=174): Launched
22:49:03.785702 run mass: MS start registered {at=2031025.834814702, delay=0.007585879880934954, ms=00039}
22:49:04.147660 run osmo-ms-mob/00040: Starting mobile
22:49:04.160656 run osmo-ms-mob/00040(pid=175): Launched
22:49:04.172408 run mass: MS start registered {at=2031026.221520519, delay=0.005636906949803233, ms=00040}
22:49:04.469493 run osmo-ms-mob/00041: Starting mobile
22:49:04.485471 run osmo-ms-mob/00041(pid=176): Launched
22:49:04.501998 run mass: MS start registered {at=2031026.551103115, delay=0.010510113090276718, ms=00041}
22:49:04.560798 run mass: MS performed LU {at=2031026.60982647, lu_delay=5.554719082079828, ms=00026}
22:49:04.661515 run mass: MS performed LU {at=2031026.710535263, lu_delay=4.87213167687878, ms=00028}
22:49:04.690530 run osmo-ms-mob/00042: Starting mobile
22:49:04.703815 run osmo-ms-mob/00042(pid=177): Launched
22:49:04.709851 run mass: MS performed LU {at=2031026.758976221, lu_delay=5.529116009129211, ms=00027}
22:49:04.716436 run mass: MS start registered {at=2031026.765558856, delay=0.006600572960451245, ms=00042}
22:49:04.814521 run mass: MS performed LU {at=2031026.863535345, lu_delay=6.2078165400307626, ms=00025}
22:49:04.851812 run mass: MS performed LU {at=2031026.900870384, lu_delay=4.678521594963968, ms=00029}
22:49:04.865858 run osmo-ms-mob/00043: Starting mobile
22:49:04.878901 run osmo-ms-mob/00043(pid=178): Launched
22:49:04.894346 run mass: MS start registered {at=2031026.943459103, delay=0.009432395920157433, ms=00043}
22:49:05.467207 run osmo-ms-mob/00044: Starting mobile
22:49:05.495675 run osmo-ms-mob/00044(pid=179): Launched
22:49:05.508501 run mass: MS start registered {at=2031027.557611714, delay=0.006564861861988902, ms=00044}
22:49:05.760713 run osmo-ms-mob/00045: Starting mobile
22:49:05.774826 run osmo-ms-mob/00045(pid=180): Launched
22:49:05.790295 run mass: MS start registered {at=2031027.839407318, delay=0.009398831985890865, ms=00045}
22:49:06.070681 run osmo-ms-mob/00046: Starting mobile
22:49:06.087202 run osmo-ms-mob/00046(pid=181): Launched
22:49:06.098496 run mass: MS start registered {at=2031028.147614668, delay=0.005262547871097922, ms=00046}
22:49:06.347996 run osmo-ms-mob/00047: Starting mobile
22:49:06.361323 run osmo-ms-mob/00047(pid=182): Launched
22:49:06.376197 run mass: MS start registered {at=2031028.425303882, delay=0.00883249705657363, ms=00047}
22:49:06.526318 run mass: MS performed LU {at=2031028.575328143, lu_delay=4.820517739048228, ms=00033}
22:49:06.591555 run mass: MS performed LU {at=2031028.640574081, lu_delay=5.991464090999216, ms=00030}
22:49:06.617593 run osmo-ms-mob/00048: Starting mobile
22:49:06.630528 run osmo-ms-mob/00048(pid=183): Launched
22:49:06.642738 run mass: MS start registered {at=2031028.691858003, delay=0.006258946843445301, ms=00048}
22:49:06.659533 run mass: MS performed LU {at=2031028.708647001, lu_delay=5.558227143017575, ms=00032}
22:49:06.980037 run osmo-ms-mob/00049: Starting mobile
22:49:06.996923 run osmo-ms-mob/00049(pid=184): Launched
22:49:07.005581 run mass: MS performed LU {at=2031029.054679717, lu_delay=4.931647399906069, ms=00034}
22:49:07.011698 run mass: MS start registered {at=2031029.060829446, delay=0.008519637864083052, ms=00049}
22:49:07.261301 run osmo-ms-mob/00050: Starting mobile
22:49:07.275206 run osmo-ms-mob/00050(pid=185): Launched
22:49:07.286636 run mass: MS start registered {at=2031029.335749812, delay=0.005239225924015045, ms=00050}
22:49:07.661084 run osmo-ms-mob/00051: Starting mobile
22:49:07.675606 run osmo-ms-mob/00051(pid=186): Launched
22:49:07.690765 run mass: MS start registered {at=2031029.739877374, delay=0.008910137927159667, ms=00051}
22:49:07.947617 run osmo-ms-mob/00052: Starting mobile
22:49:07.961035 run osmo-ms-mob/00052(pid=187): Launched
22:49:07.975638 run mass: MS start registered {at=2031030.024746918, delay=0.008599901804700494, ms=00052}
22:49:08.247046 run osmo-ms-mob/00053: Starting mobile
22:49:08.260086 run osmo-ms-mob/00053(pid=188): Launched
22:49:08.271960 run mass: MS start registered {at=2031030.321076607, delay=0.005919475108385086, ms=00053}
22:49:08.326671 run mass: MS performed LU {at=2031030.375704365, lu_delay=5.540119003970176, ms=00036}
22:49:08.427978 run mass: MS performed LU {at=2031030.476992924, lu_delay=4.911316134035587, ms=00038}
22:49:08.483353 run osmo-ms-mob/00054: Starting mobile
22:49:08.498622 run osmo-ms-mob/00054(pid=189): Launched
22:49:08.504718 run mass: MS performed LU {at=2031030.553845661, lu_delay=5.534511771984398, ms=00037}
22:49:08.510584 run mass: MS start registered {at=2031030.559715715, delay=0.005886679049581289, ms=00054}
22:49:08.580138 run mass: MS performed LU {at=2031030.629163214, lu_delay=6.203108549118042, ms=00035}
22:49:08.608263 run osmo-ms-mob/00055: Starting mobile
22:49:08.621867 run osmo-ms-mob/00055(pid=190): Launched
22:49:08.628458 run mass: MS performed LU {at=2031030.67758006, lu_delay=4.842765358043835, ms=00039}
22:49:08.635199 run mass: MS start registered {at=2031030.684322519, delay=0.006762868957594037, ms=00055}
22:49:09.175391 run osmo-ms-mob/00056: Starting mobile
22:49:09.190539 run osmo-ms-mob/00056(pid=191): Launched
22:49:09.203211 run mass: MS start registered {at=2031031.252320939, delay=0.0066579789854586124, ms=00056}
22:49:09.470837 run osmo-ms-mob/00057: Starting mobile
22:49:09.488190 run osmo-ms-mob/00057(pid=192): Launched
22:49:09.501235 run mass: MS start registered {at=2031031.550352436, delay=0.006082870066165924, ms=00057}
22:49:09.864396 run osmo-ms-mob/00058: Starting mobile
22:49:09.881536 run osmo-ms-mob/00058(pid=193): Launched
22:49:09.894350 run mass: MS start registered {at=2031031.943464537, delay=0.006517253816127777, ms=00058}
22:49:10.171181 run osmo-ms-mob/00059: Starting mobile
22:49:10.187252 run osmo-ms-mob/00059(pid=194): Launched
22:49:10.198597 run mass: MS start registered {at=2031032.247715482, delay=0.003970962017774582, ms=00059}
22:49:10.293173 run mass: MS performed LU {at=2031032.342175387, lu_delay=4.784563673194498, ms=00044}
22:49:10.356856 run mass: MS performed LU {at=2031032.405880236, lu_delay=5.640321379993111, ms=00042}
22:49:10.374803 run osmo-ms-mob/00060: Starting mobile
22:49:10.387689 run osmo-ms-mob/00060(pid=195): Launched
22:49:10.401292 run mass: MS start registered {at=2031032.450403957, delay=0.007679237984120846, ms=00060}
22:49:10.425483 run mass: MS performed LU {at=2031032.474521791, lu_delay=5.531062688212842, ms=00043}
22:49:10.482112 run mass: MS performed LU {at=2031032.531146055, lu_delay=6.309625536203384, ms=00040}
22:49:10.536320 run mass: MS performed LU {at=2031032.585354063, lu_delay=6.034250947879627, ms=00041}
22:49:10.561402 run osmo-ms-mob/00061: Starting mobile
22:49:10.574526 run osmo-ms-mob/00061(pid=196): Launched
22:49:10.588622 run mass: MS start registered {at=2031032.637736717, delay=0.0080865069758147, ms=00061}
22:49:10.790810 run mass: MS performed LU {at=2031032.839803459, lu_delay=5.00039614085108, ms=00045}
22:49:11.162369 run osmo-ms-mob/00062: Starting mobile
22:49:11.176804 run osmo-ms-mob/00062(pid=197): Launched
22:49:11.188723 run mass: MS start registered {at=2031033.237831764, delay=0.005654545035213232, ms=00062}
22:49:11.377921 run mass: MS performed LU {at=2031033.42691795, lu_delay=3.687040576012805, ms=00051}
22:49:11.424249 run osmo-ms-mob/00063: Starting mobile
22:49:11.446230 run osmo-ms-mob/00063(pid=198): Launched
22:49:11.460206 run mass: MS start registered {at=2031033.509312917, delay=0.007760372944176197, ms=00063}
22:49:11.884470 run osmo-ms-mob/00064: Starting mobile
22:49:11.901876 run osmo-ms-mob/00064(pid=199): Launched
22:49:11.914952 run mass: MS start registered {at=2031033.964060848, delay=0.006651692092418671, ms=00064}
22:49:12.092410 run mass: MS performed LU {at=2031034.141429366, lu_delay=5.449571363162249, ms=00048}
22:49:12.194036 run mass: MS performed LU {at=2031034.243041613, lu_delay=5.182212166953832, ms=00049}
22:49:12.228969 run osmo-ms-mob/00065: Starting mobile
22:49:12.243922 run osmo-ms-mob/00065(pid=200): Launched
22:49:12.249968 run mass: MS performed LU {at=2031034.299090485, lu_delay=4.963340673130006, ms=00050}
22:49:12.258271 run mass: MS start registered {at=2031034.307389451, delay=0.008319735061377287, ms=00065}
22:49:12.345755 run mass: MS performed LU {at=2031034.394780447, lu_delay=5.969476565020159, ms=00047}
22:49:12.392244 run osmo-ms-mob/00066: Starting mobile
22:49:12.405548 run osmo-ms-mob/00066(pid=201): Launched
22:49:12.418510 run mass: MS start registered {at=2031034.467624573, delay=0.00695906113833189, ms=00066}
22:49:12.967638 run osmo-ms-mob/00067: Starting mobile
22:49:12.989458 run osmo-ms-mob/00067(pid=202): Launched
22:49:13.004413 run mass: MS start registered {at=2031035.053524521, delay=0.007833363022655249, ms=00067}
22:49:13.260437 run osmo-ms-mob/00068: Starting mobile
22:49:13.274540 run osmo-ms-mob/00068(pid=203): Launched
22:49:13.287450 run mass: MS start registered {at=2031035.336557798, delay=0.006638586986809969, ms=00068}
22:49:13.669551 run osmo-ms-mob/00069: Starting mobile
22:49:13.685601 run osmo-ms-mob/00069(pid=204): Launched
22:49:13.698440 run mass: MS start registered {at=2031035.747557117, delay=0.006848924793303013, ms=00069}
22:49:14.076854 run osmo-ms-mob/00070: Starting mobile
22:49:14.092097 run osmo-ms-mob/00070(pid=205): Launched
22:49:14.098080 run mass: MS performed LU {at=2031036.147202558, lu_delay=6.122455639997497, ms=00052}
22:49:14.107111 run mass: MS start registered {at=2031036.156228526, delay=0.009045375976711512, ms=00070}
22:49:14.122209 run mass: MS performed LU {at=2031036.171328615, lu_delay=4.919007675955072, ms=00056}
22:49:14.192353 run mass: MS performed LU {at=2031036.241365986, lu_delay=4.6910135499201715, ms=00057}
22:49:14.208500 run osmo-ms-mob/00071: Starting mobile
22:49:14.222017 run osmo-ms-mob/00071(pid=206): Launched
22:49:14.234595 run mass: MS start registered {at=2031036.283713433, delay=0.006556615000590682, ms=00071}
22:49:14.246214 run mass: MS performed LU {at=2031036.295304211, lu_delay=5.735588496085256, ms=00054}
22:49:14.283733 run mass: MS performed LU {at=2031036.332752688, lu_delay=6.011676080990583, ms=00053}
22:49:14.305368 run mass: MS performed LU {at=2031036.354495657, lu_delay=5.670173137914389, ms=00055}
22:49:14.316367 run osmo-ms-mob/00072: Starting mobile
22:49:14.329579 run osmo-ms-mob/00072(pid=207): Launched
22:49:14.347101 run mass: MS start registered {at=2031036.396203592, delay=0.01152019901201129, ms=00072}
22:49:15.156482 run mass: MS performed LU {at=2031037.205505845, lu_delay=3.6961929278913885, ms=00063}
22:49:15.201824 run osmo-ms-mob/00073: Starting mobile
22:49:15.215781 run osmo-ms-mob/00073(pid=208): Launched
22:49:15.229313 run mass: MS start registered {at=2031037.278419161, delay=0.007454440928995609, ms=00073}
22:49:15.687634 run osmo-ms-mob/00074: Starting mobile
22:49:15.703898 run osmo-ms-mob/00074(pid=209): Launched
22:49:15.716998 run mass: MS start registered {at=2031037.766110145, delay=0.007107873912900686, ms=00074}
22:49:15.857879 run mass: MS performed LU {at=2031037.90688842, lu_delay=4.669056656071916, ms=00062}
22:49:15.959055 run mass: MS performed LU {at=2031038.008079336, lu_delay=6.064614799106494, ms=00058}
22:49:15.987981 run osmo-ms-mob/00075: Starting mobile
22:49:16.001105 run osmo-ms-mob/00075(pid=210): Launched
22:49:16.007023 run mass: MS performed LU {at=2031038.056145897, lu_delay=5.808430414879695, ms=00059}
22:49:16.015885 run mass: MS start registered {at=2031038.065004735, delay=0.008880001958459616, ms=00075}
22:49:16.112303 run mass: MS performed LU {at=2031038.161329442, lu_delay=5.523592724930495, ms=00061}
22:49:16.204087 run mass: MS performed LU {at=2031038.253099791, lu_delay=5.802695834077895, ms=00060}
22:49:16.585517 run osmo-ms-mob/00076: Starting mobile
22:49:16.602651 run osmo-ms-mob/00076(pid=211): Launched
22:49:16.613707 run mass: MS start registered {at=2031038.662822898, delay=0.004943310981616378, ms=00076}
22:49:16.944671 run osmo-ms-mob/00077: Starting mobile
22:49:16.959067 run osmo-ms-mob/00077(pid=212): Launched
22:49:16.971805 run mass: MS start registered {at=2031039.020921073, delay=0.0063096589874476194, ms=00077}
22:49:17.478328 run osmo-ms-mob/00078: Starting mobile
22:49:17.495580 run osmo-ms-mob/00078(pid=213): Launched
22:49:17.507572 run mass: MS start registered {at=2031039.556686637, delay=0.006040341919288039, ms=00078}
22:49:17.823910 run mass: MS performed LU {at=2031039.872904644, lu_delay=5.565515193156898, ms=00065}
22:49:17.853238 run osmo-ms-mob/00079: Starting mobile
22:49:17.867160 run osmo-ms-mob/00079(pid=214): Launched
22:49:17.879416 run mass: MS start registered {at=2031039.928534398, delay=0.005996419116854668, ms=00079}
22:49:17.887594 run mass: MS performed LU {at=2031039.936715699, lu_delay=4.883191178087145, ms=00067}
22:49:17.958378 run mass: MS performed LU {at=2031040.007374241, lu_delay=5.539749667979777, ms=00066}
22:49:18.013599 run mass: MS performed LU {at=2031040.062615229, lu_delay=6.098554380936548, ms=00064}
22:49:18.049184 run mass: MS performed LU {at=2031040.098232637, lu_delay=4.761674838839099, ms=00068}
22:49:18.073697 run osmo-ms-mob/00080: Starting mobile
22:49:18.087742 run osmo-ms-mob/00080(pid=215): Launched
22:49:18.101267 run mass: MS start registered {at=2031040.150377669, delay=0.007488015806302428, ms=00080}
22:49:18.859174 run osmo-ms-mob/00081: Starting mobile
22:49:18.872994 run osmo-ms-mob/00081(pid=216): Launched
22:49:18.884193 run mass: MS start registered {at=2031040.933309941, delay=0.0005748271942138672, ms=00081}
22:49:19.260418 run osmo-ms-mob/00082: Starting mobile
22:49:19.274196 run osmo-ms-mob/00082(pid=217): Launched
22:49:19.287910 run mass: MS start registered {at=2031041.337017297, delay=0.00774180912412703, ms=00082}
22:49:19.623648 run mass: MS performed LU {at=2031041.672633823, lu_delay=5.276430231053382, ms=00072}
22:49:19.725220 run mass: MS performed LU {at=2031041.774237779, lu_delay=6.026680662063882, ms=00069}
22:49:19.751893 run mass: MS performed LU {at=2031041.80099845, lu_delay=5.644769923994318, ms=00070}
22:49:19.789539 run osmo-ms-mob/00083: Starting mobile
22:49:19.804066 run osmo-ms-mob/00083(pid=218): Launched
22:49:19.815949 run mass: MS start registered {at=2031041.865068707, delay=0.005899957846850157, ms=00083}
22:49:19.915728 run mass: MS performed LU {at=2031041.964727993, lu_delay=4.686308831907809, ms=00073}
22:49:19.951593 run mass: MS performed LU {at=2031042.000635741, lu_delay=22.781048814067617, ms=00022}
22:49:20.378704 run osmo-ms-mob/00084: Starting mobile
22:49:20.395415 run osmo-ms-mob/00084(pid=219): Launched
22:49:20.409076 run mass: MS start registered {at=2031042.458189905, delay=0.007635429035872221, ms=00084}
22:49:20.869243 run osmo-ms-mob/00085: Starting mobile
22:49:20.892242 run osmo-ms-mob/00085(pid=220): Launched
22:49:20.906885 run mass: MS start registered {at=2031042.955987684, delay=0.008592733880504966, ms=00085}
22:49:21.478069 run osmo-ms-mob/00086: Starting mobile
22:49:21.503657 run osmo-ms-mob/00086(pid=221): Launched
22:49:21.518344 run mass: MS start registered {at=2031043.567441967, delay=0.00871334201656282, ms=00086}
22:49:21.590421 run mass: MS performed LU {at=2031043.639425605, lu_delay=4.618504532147199, ms=00077}
22:49:21.654498 run mass: MS performed LU {at=2031043.70350997, lu_delay=5.040687072090805, ms=00076}
22:49:21.724107 run mass: MS performed LU {at=2031043.77310441, lu_delay=5.708099674899131, ms=00075}
22:49:21.779583 run mass: MS performed LU {at=2031043.828615469, lu_delay=6.062505323905498, ms=00074}
22:49:22.086293 run osmo-ms-mob/00087: Starting mobile
22:49:22.101831 run osmo-ms-mob/00087(pid=222): Launched
22:49:22.113032 run mass: MS start registered {at=2031044.162150635, delay=0.005127397831529379, ms=00087}
22:49:22.652573 run osmo-ms-mob/00088: Starting mobile
22:49:22.667690 run osmo-ms-mob/00088(pid=223): Launched
22:49:22.680835 run mass: MS start registered {at=2031044.729947077, delay=0.005842601181939244, ms=00088}
22:49:23.246511 run osmo-ms-mob/00089: Starting mobile
22:49:23.259798 run osmo-ms-mob/00089(pid=224): Launched
22:49:23.271793 run mass: MS start registered {at=2031045.320912092, delay=0.005987990880385041, ms=00089}
22:49:23.389340 run mass: MS performed LU {at=2031045.438333424, lu_delay=5.509799025952816, ms=00079}
22:49:23.491545 run mass: MS performed LU {at=2031045.540454538, lu_delay=4.607144596986473, ms=00081}
22:49:23.517740 run mass: MS performed LU {at=2031045.566843744, lu_delay=5.4164660749956965, ms=00080}
22:49:23.681321 run mass: MS performed LU {at=2031045.730334964, lu_delay=6.173648327123374, ms=00078}
22:49:23.704553 run mass: MS performed LU {at=2031045.753680035, lu_delay=22.763821843080223, ms=00031}
22:49:23.728579 run osmo-ms-mob/00090: Starting mobile
22:49:23.741932 run osmo-ms-mob/00090(pid=225): Launched
22:49:23.754976 run mass: MS start registered {at=2031045.804089546, delay=0.007030163891613483, ms=00090}
22:49:24.570644 run osmo-ms-mob/00091: Starting mobile
22:49:24.605409 run osmo-ms-mob/00091(pid=226): Launched
22:49:24.618229 run mass: MS start registered {at=2031046.667343808, delay=0.00680217519402504, ms=00091}
22:49:25.247941 run osmo-ms-mob/00092: Starting mobile
22:49:25.261304 run osmo-ms-mob/00092(pid=227): Launched
22:49:25.273009 run mass: MS start registered {at=2031047.322127103, delay=0.005154774058610201, ms=00092}
22:49:25.355544 run mass: MS performed LU {at=2031047.404463314, lu_delay=6.067446016939357, ms=00082}
22:49:25.420268 run mass: MS performed LU {at=2031047.469283784, lu_delay=5.604215077124536, ms=00083}
22:49:25.489242 run mass: MS performed LU {at=2031047.538237982, lu_delay=5.080048077041283, ms=00084}
22:49:25.780522 run mass: MS performed LU {at=2031047.829535682, lu_delay=4.873547998024151, ms=00085}
22:49:26.058166 run osmo-ms-mob/00093: Starting mobile
22:49:26.072724 run osmo-ms-mob/00093(pid=228): Launched
22:49:26.084625 run mass: MS start registered {at=2031048.133742886, delay=0.005686895921826363, ms=00093}
22:49:26.978403 run osmo-ms-mob/00094: Starting mobile
22:49:26.993483 run osmo-ms-mob/00094(pid=229): Launched
22:49:27.011096 run mass: MS start registered {at=2031049.060198982, delay=0.01165725290775299, ms=00094}
22:49:27.256557 run mass: MS performed LU {at=2031049.305576023, lu_delay=5.143425388028845, ms=00087}
22:49:27.284238 run mass: MS performed LU {at=2031049.333234196, lu_delay=5.76579222897999, ms=00086}
22:49:27.390776 run mass: MS performed LU {at=2031049.439791876, lu_delay=4.709844798780978, ms=00088}
22:49:27.879197 run osmo-ms-mob/00095: Starting mobile
22:49:27.895662 run osmo-ms-mob/00095(pid=230): Launched
22:49:27.907218 run mass: MS start registered {at=2031049.956335963, delay=0.005190188065171242, ms=00095}
22:49:28.862370 run osmo-ms-mob/00096: Starting mobile
22:49:28.876290 run osmo-ms-mob/00096(pid=231): Launched
22:49:28.888398 run mass: MS start registered {at=2031050.93750382, delay=0.0060535031370818615, ms=00096}
22:49:29.121201 run mass: MS performed LU {at=2031051.170197046, lu_delay=5.849284953903407, ms=00089}
22:49:29.185875 run mass: MS performed LU {at=2031051.234887474, lu_delay=5.4307979280129075, ms=00090}
22:49:29.255028 run mass: MS performed LU {at=2031051.304043146, lu_delay=23.156428478192538, ms=00046}
22:49:29.527222 run mass: MS performed LU {at=2031051.576223217, lu_delay=4.908879408845678, ms=00091}
22:49:29.956232 run osmo-ms-mob/00097: Starting mobile
22:49:29.972109 run osmo-ms-mob/00097(pid=232): Launched
22:49:29.985536 run mass: MS start registered {at=2031052.034651435, delay=0.007349703926593065, ms=00097}
22:49:31.023276 run mass: MS performed LU {at=2031053.072294757, lu_delay=5.7501676538959146, ms=00092}
22:49:31.050560 run mass: MS performed LU {at=2031053.099603116, lu_delay=4.965860230149701, ms=00093}
22:49:31.259920 run osmo-ms-mob/00098: Starting mobile
22:49:31.273662 run osmo-ms-mob/00098(pid=233): Launched
22:49:31.285069 run mass: MS start registered {at=2031053.334185868, delay=0.005378253059461713, ms=00098}
22:49:32.886672 run mass: MS performed LU {at=2031054.935685023, lu_delay=4.979349059984088, ms=00095}
22:49:32.952031 run mass: MS performed LU {at=2031055.001030626, lu_delay=5.940831643994898, ms=00094}
22:49:33.005936 run osmo-ms-mob/00099: Starting mobile
22:49:33.021163 run osmo-ms-mob/00099(pid=234): Launched
22:49:33.027130 run mass: All started... {duration=55.690225053811446, too_slow=0}
22:49:33.033584 run mass: MS start registered {at=2031055.082703173, delay=0.006440006894990802, ms=00099}
22:49:34.789330 run mass: MS performed LU {at=2031056.838342428, lu_delay=5.900838607922196, ms=00096}
22:49:34.815710 run mass: MS performed LU {at=2031056.864756213, lu_delay=4.830104778055102, ms=00097}
22:49:36.653769 run mass: MS performed LU {at=2031058.702775618, lu_delay=5.368589750025421, ms=00098}
22:49:36.953757 run mass: MS performed LU {at=2031059.002754368, lu_delay=22.71904093492776, ms=00071}
22:49:38.554734 run mass: MS performed LU {at=2031060.603728086, lu_delay=5.52102491306141, ms=00099}
22:49:38.565849 run mass: Tests done {all_completed=True, max=23.156428478192538, min=3.687040576012805}
22:49:38.571246 tst register_default_mass.py: Test passed (79.1 sec)
22:49:38.576475 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:38.579670 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:38.582833 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:38.586001 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:38.589179 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:38.592429 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:38.595661 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:38.598944 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:38.602099 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:38.605304 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:38.608467 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:38.612362 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:38.615569 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:38.618808 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:38.622042 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:38.625295 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:38.628570 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:38.631889 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:38.635194 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:38.638604 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:38.641920 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:38.645231 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:38.648570 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:38.651830 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:38.655372 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:38.659109 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:38.662359 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:38.665842 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:38.669267 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:38.672837 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:38.677001 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:38.683597 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:38.690497 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:38.696367 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:38.703445 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:38.707695 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:38.712189 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:38.715927 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:38.719333 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:38.722689 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:38.726730 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:38.730164 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:38.733586 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:38.737055 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:38.740474 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:38.744107 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:38.747519 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:38.750926 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:38.754311 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:38.757716 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:38.761113 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:38.764528 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:38.767940 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:38.771278 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:38.774514 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:38.777822 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:38.781072 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:38.784357 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:38.787638 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:38.791034 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:38.794325 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:38.797579 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:38.800872 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:38.804185 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:38.807464 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:38.810882 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:38.814120 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:38.817431 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:38.821171 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:38.824824 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:38.828248 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:38.831692 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:38.835109 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:38.838551 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:38.841969 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:38.846005 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:38.849366 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:38.852649 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:38.855909 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:38.859200 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:38.862551 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:38.865911 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:38.869240 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:38.872533 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:38.875830 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:38.879102 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:38.882353 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:38.885613 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:38.888912 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:38.892180 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:38.895442 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:38.898733 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:38.902095 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:38.905448 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:38.908870 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:38.912272 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:38.915769 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:38.919176 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:38.922578 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:38.925985 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:38.929378 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:38.932819 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:38.936783 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:38.940375 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:38.943768 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:38.947170 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:38.950554 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:38.953956 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:38.957369 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:38.960758 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:38.964178 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:38.967586 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:38.970998 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:38.974292 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:38.977599 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:38.980857 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:38.984048 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:38.987222 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:38.990400 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:38.993564 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:38.996715 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:38.999883 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:39.003024 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:39.006179 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:39.009341 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:39.012510 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:39.015698 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:39.018861 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:39.022024 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:39.025190 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:39.028367 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:39.031538 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:39.034692 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:39.037862 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:39.041030 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:39.044187 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:39.047336 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:39.050470 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:39.053637 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:39.056810 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:39.059950 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:39.063099 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:39.066250 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:39.069420 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:39.072569 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:39.075723 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:39.078876 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:39.082021 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:39.085183 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:39.088355 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:39.091509 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:39.094668 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:39.097826 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:39.100982 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:39.104144 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:39.107313 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:39.110467 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:39.113644 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:39.116804 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:39.119953 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:39.123108 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:39.126256 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:39.129424 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:39.132587 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:39.135741 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:39.138897 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:39.142041 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:39.145193 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:39.148350 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:39.151526 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:39.154681 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:39.157847 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:39.161004 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:39.164170 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:39.167323 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:39.170495 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:39.173645 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:39.176798 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:39.179959 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:39.183104 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:39.186255 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:39.189425 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:39.192584 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:39.195723 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:39.198891 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:39.202049 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:39.205200 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:39.208368 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:39.211525 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:39.214680 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:39.217852 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:39.221016 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:39.224173 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:39.227325 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:39.230476 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:39.233629 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:39.236787 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:39.239944 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:39.243109 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:39.246252 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:39.249403 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:39.252559 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:39.255724 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:39.258871 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:39.262025 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:39.265176 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:39.268326 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:39.271472 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:39.274624 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:39.277780 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:39.280953 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:39.284108 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:39.287265 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:39.290433 --- ParallelTerminationStrategy: PID 22 died...
22:49:39.291871 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:39.295375 --- ParallelTerminationStrategy: PID 23 died...
22:49:39.296784 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:39.300255 --- ParallelTerminationStrategy: PID 24 died...
22:49:39.301657 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:39.305141 --- ParallelTerminationStrategy: PID 25 died...
22:49:39.306548 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:39.310034 --- ParallelTerminationStrategy: PID 26 died...
22:49:39.311450 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:39.314954 --- ParallelTerminationStrategy: PID 27 died...
22:49:39.316373 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:39.319859 --- ParallelTerminationStrategy: PID 28 died...
22:49:39.321272 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:39.324791 --- ParallelTerminationStrategy: PID 29 died...
22:49:39.326214 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:39.329714 --- ParallelTerminationStrategy: PID 30 died...
22:49:39.331133 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:39.334617 --- ParallelTerminationStrategy: PID 31 died...
22:49:39.336046 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:39.339572 --- ParallelTerminationStrategy: PID 32 died...
22:49:39.340978 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:39.344487 --- ParallelTerminationStrategy: PID 33 died...
22:49:39.345911 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:39.349429 --- ParallelTerminationStrategy: PID 35 died...
22:49:39.350848 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:39.354353 --- ParallelTerminationStrategy: PID 36 died...
22:49:39.355792 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:39.359309 --- ParallelTerminationStrategy: PID 37 died...
22:49:39.360736 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:39.364246 --- ParallelTerminationStrategy: PID 38 died...
22:49:39.365660 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:39.369166 --- ParallelTerminationStrategy: PID 39 died...
22:49:39.370587 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:39.374103 --- ParallelTerminationStrategy: PID 40 died...
22:49:39.375524 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:39.379034 --- ParallelTerminationStrategy: PID 41 died...
22:49:39.380444 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:39.383931 --- ParallelTerminationStrategy: PID 42 died...
22:49:39.385350 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:39.388842 --- ParallelTerminationStrategy: PID 43 died...
22:49:39.390258 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:39.393755 --- ParallelTerminationStrategy: PID 44 died...
22:49:39.395190 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:39.398682 --- ParallelTerminationStrategy: PID 45 died...
22:49:39.400104 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:39.403617 --- ParallelTerminationStrategy: PID 46 died...
22:49:39.405017 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:39.408501 --- ParallelTerminationStrategy: PID 47 died...
22:49:39.409914 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:39.413401 --- ParallelTerminationStrategy: PID 48 died...
22:49:39.414801 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:39.418292 --- ParallelTerminationStrategy: PID 49 died...
22:49:39.419698 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:39.423176 --- ParallelTerminationStrategy: PID 50 died...
22:49:39.424570 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:39.428082 --- ParallelTerminationStrategy: PID 51 died...
22:49:39.429484 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:39.432948 --- ParallelTerminationStrategy: PID 52 died...
22:49:39.434344 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:39.437809 --- ParallelTerminationStrategy: PID 53 died...
22:49:39.439214 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:39.442678 --- ParallelTerminationStrategy: PID 54 died...
22:49:39.444085 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:39.447554 --- ParallelTerminationStrategy: PID 55 died...
22:49:39.448953 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:39.452432 --- ParallelTerminationStrategy: PID 56 died...
22:49:39.453835 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:39.457318 --- ParallelTerminationStrategy: PID 57 died...
22:49:39.458716 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:39.462201 --- ParallelTerminationStrategy: PID 58 died...
22:49:39.463611 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:39.467099 --- ParallelTerminationStrategy: PID 59 died...
22:49:39.468494 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:39.471970 --- ParallelTerminationStrategy: PID 60 died...
22:49:39.473377 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:39.476843 --- ParallelTerminationStrategy: PID 61 died...
22:49:39.478244 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:39.481722 --- ParallelTerminationStrategy: PID 62 died...
22:49:39.483124 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:39.486588 --- ParallelTerminationStrategy: PID 63 died...
22:49:39.488030 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:39.491508 --- ParallelTerminationStrategy: PID 64 died...
22:49:39.492916 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:39.496383 --- ParallelTerminationStrategy: PID 65 died...
22:49:39.497784 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:39.501260 --- ParallelTerminationStrategy: PID 66 died...
22:49:39.502656 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:39.506137 --- ParallelTerminationStrategy: PID 67 died...
22:49:39.507553 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:39.511041 --- ParallelTerminationStrategy: PID 68 died...
22:49:39.512447 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:39.515915 --- ParallelTerminationStrategy: PID 69 died...
22:49:39.517318 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:39.520829 --- ParallelTerminationStrategy: PID 70 died...
22:49:39.522234 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:39.525716 --- ParallelTerminationStrategy: PID 71 died...
22:49:39.527124 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:39.530616 --- ParallelTerminationStrategy: PID 72 died...
22:49:39.532026 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:39.535522 --- ParallelTerminationStrategy: PID 73 died...
22:49:39.536932 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:39.540427 --- ParallelTerminationStrategy: PID 74 died...
22:49:39.541842 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:39.545324 --- ParallelTerminationStrategy: PID 75 died...
22:49:39.546732 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:39.550204 --- ParallelTerminationStrategy: PID 76 died...
22:49:39.551610 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:39.555095 --- ParallelTerminationStrategy: PID 77 died...
22:49:39.556487 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:39.559955 --- ParallelTerminationStrategy: PID 78 died...
22:49:39.561359 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:39.564854 --- ParallelTerminationStrategy: PID 79 died...
22:49:39.566253 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:39.569720 --- ParallelTerminationStrategy: PID 80 died...
22:49:39.571120 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:39.574573 --- ParallelTerminationStrategy: PID 81 died...
22:49:39.575973 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:39.579465 --- ParallelTerminationStrategy: PID 82 died...
22:49:39.580863 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:39.584365 --- ParallelTerminationStrategy: PID 83 died...
22:49:39.585777 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:39.589251 --- ParallelTerminationStrategy: PID 84 died...
22:49:39.590645 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:39.594135 --- ParallelTerminationStrategy: PID 85 died...
22:49:39.595566 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:39.599056 --- ParallelTerminationStrategy: PID 86 died...
22:49:39.600451 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:39.603937 --- ParallelTerminationStrategy: PID 87 died...
22:49:39.605351 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:39.608819 --- ParallelTerminationStrategy: PID 88 died...
22:49:39.610218 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:39.613703 --- ParallelTerminationStrategy: PID 89 died...
22:49:39.615114 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:39.618606 --- ParallelTerminationStrategy: PID 90 died...
22:49:39.620013 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:39.623493 --- ParallelTerminationStrategy: PID 91 died...
22:49:39.624894 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:39.628365 --- ParallelTerminationStrategy: PID 92 died...
22:49:39.629760 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:39.633259 --- ParallelTerminationStrategy: PID 93 died...
22:49:39.634663 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:39.638125 --- ParallelTerminationStrategy: PID 94 died...
22:49:39.639536 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:39.643029 --- ParallelTerminationStrategy: PID 95 died...
22:49:39.644431 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:39.647894 --- ParallelTerminationStrategy: PID 96 died...
22:49:39.649298 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:39.652769 --- ParallelTerminationStrategy: PID 97 died...
22:49:39.654170 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:39.657652 --- ParallelTerminationStrategy: PID 98 died...
22:49:39.659068 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:39.662552 --- ParallelTerminationStrategy: PID 99 died...
22:49:39.663958 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:39.667441 --- ParallelTerminationStrategy: PID 100 died...
22:49:39.668846 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:39.672330 --- ParallelTerminationStrategy: PID 101 died...
22:49:39.673737 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:39.677222 --- ParallelTerminationStrategy: PID 102 died...
22:49:39.678627 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:39.682116 --- ParallelTerminationStrategy: PID 103 died...
22:49:39.683532 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:39.687004 --- ParallelTerminationStrategy: PID 104 died...
22:49:39.688406 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:39.691877 --- ParallelTerminationStrategy: PID 105 died...
22:49:39.693286 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:39.696786 --- ParallelTerminationStrategy: PID 106 died...
22:49:39.698191 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:39.701666 --- ParallelTerminationStrategy: PID 107 died...
22:49:39.703074 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:39.706553 --- ParallelTerminationStrategy: PID 108 died...
22:49:39.707953 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:39.711417 --- ParallelTerminationStrategy: PID 109 died...
22:49:39.712818 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:39.716318 --- ParallelTerminationStrategy: PID 110 died...
22:49:39.717718 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:39.721197 --- ParallelTerminationStrategy: PID 111 died...
22:49:39.722593 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:39.726061 --- ParallelTerminationStrategy: PID 112 died...
22:49:39.727461 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:39.730947 --- ParallelTerminationStrategy: PID 113 died...
22:49:39.732344 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:39.735818 --- ParallelTerminationStrategy: PID 114 died...
22:49:39.737223 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:39.740699 --- ParallelTerminationStrategy: PID 115 died...
22:49:39.742098 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:39.745576 --- ParallelTerminationStrategy: PID 116 died...
22:49:39.747008 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:39.750467 --- ParallelTerminationStrategy: PID 117 died...
22:49:39.751868 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:39.755334 --- ParallelTerminationStrategy: PID 118 died...
22:49:39.756738 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:39.760204 --- ParallelTerminationStrategy: PID 119 died...
22:49:39.761604 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:39.765105 --- ParallelTerminationStrategy: PID 120 died...
22:49:39.766510 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:39.769984 --- ParallelTerminationStrategy: PID 121 died...
22:49:39.771393 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:39.774862 --- ParallelTerminationStrategy: PID 122 died...
22:49:39.776268 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:39.779755 --- ParallelTerminationStrategy: PID 123 died...
22:49:39.781166 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:39.784630 --- ParallelTerminationStrategy: PID 124 died...
22:49:39.786042 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:39.789514 --- ParallelTerminationStrategy: PID 125 died...
22:49:39.790923 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:39.794384 --- ParallelTerminationStrategy: PID 126 died...
22:49:39.795817 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:39.799287 --- ParallelTerminationStrategy: PID 127 died...
22:49:39.800698 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:39.804171 --- ParallelTerminationStrategy: PID 128 died...
22:49:39.805587 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:39.809065 --- ParallelTerminationStrategy: PID 129 died...
22:49:39.810470 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:39.813954 --- ParallelTerminationStrategy: PID 130 died...
22:49:39.815368 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:39.818858 --- ParallelTerminationStrategy: PID 131 died...
22:49:39.820268 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:39.823754 --- ParallelTerminationStrategy: PID 132 died...
22:49:39.825165 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:39.828652 --- ParallelTerminationStrategy: PID 133 died...
22:49:39.830057 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:39.833530 --- ParallelTerminationStrategy: PID 134 died...
22:49:39.834942 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:39.838403 --- ParallelTerminationStrategy: PID 135 died...
22:49:39.839844 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:39.843354 --- ParallelTerminationStrategy: PID 136 died...
22:49:39.844759 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:39.848254 --- ParallelTerminationStrategy: PID 137 died...
22:49:39.849659 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:39.853177 --- ParallelTerminationStrategy: PID 138 died...
22:49:39.854588 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:39.858073 --- ParallelTerminationStrategy: PID 139 died...
22:49:39.859480 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:39.862969 --- ParallelTerminationStrategy: PID 140 died...
22:49:39.864370 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:39.867875 --- ParallelTerminationStrategy: PID 141 died...
22:49:39.869280 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:39.872774 --- ParallelTerminationStrategy: PID 142 died...
22:49:39.874178 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:39.877678 --- ParallelTerminationStrategy: PID 143 died...
22:49:39.879077 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:39.882559 --- ParallelTerminationStrategy: PID 144 died...
22:49:39.883972 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:39.887494 --- ParallelTerminationStrategy: PID 145 died...
22:49:39.888913 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:39.892413 --- ParallelTerminationStrategy: PID 146 died...
22:49:39.893803 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:39.897309 --- ParallelTerminationStrategy: PID 147 died...
22:49:39.898716 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:39.902201 --- ParallelTerminationStrategy: PID 148 died...
22:49:39.903610 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:39.907136 --- ParallelTerminationStrategy: PID 149 died...
22:49:39.908540 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:39.912043 --- ParallelTerminationStrategy: PID 150 died...
22:49:39.913459 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:39.916958 --- ParallelTerminationStrategy: PID 151 died...
22:49:39.918365 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:39.921876 --- ParallelTerminationStrategy: PID 152 died...
22:49:39.923301 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:39.926804 --- ParallelTerminationStrategy: PID 153 died...
22:49:39.928219 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:39.931746 --- ParallelTerminationStrategy: PID 154 died...
22:49:39.933159 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:39.936798 --- ParallelTerminationStrategy: PID 155 died...
22:49:39.938208 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:39.941723 --- ParallelTerminationStrategy: PID 156 died...
22:49:39.943144 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:39.946633 --- ParallelTerminationStrategy: PID 157 died...
22:49:39.948056 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:39.951557 --- ParallelTerminationStrategy: PID 158 died...
22:49:39.952972 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:39.956478 --- ParallelTerminationStrategy: PID 159 died...
22:49:39.957885 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:39.961381 --- ParallelTerminationStrategy: PID 160 died...
22:49:39.962801 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:39.966293 --- ParallelTerminationStrategy: PID 161 died...
22:49:39.967701 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:39.971196 --- ParallelTerminationStrategy: PID 162 died...
22:49:39.972609 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:39.976094 --- ParallelTerminationStrategy: PID 163 died...
22:49:39.977497 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:39.981027 --- ParallelTerminationStrategy: PID 164 died...
22:49:39.982434 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:39.985945 --- ParallelTerminationStrategy: PID 165 died...
22:49:39.987367 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:39.990884 --- ParallelTerminationStrategy: PID 166 died...
22:49:39.992295 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:39.995802 --- ParallelTerminationStrategy: PID 167 died...
22:49:39.997314 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:40.000826 --- ParallelTerminationStrategy: PID 168 died...
22:49:40.002232 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:40.005717 --- ParallelTerminationStrategy: PID 169 died...
22:49:40.007143 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:40.010636 --- ParallelTerminationStrategy: PID 170 died...
22:49:40.012050 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:40.015555 --- ParallelTerminationStrategy: PID 171 died...
22:49:40.016976 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:40.020471 --- ParallelTerminationStrategy: PID 172 died...
22:49:40.021873 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:40.025386 --- ParallelTerminationStrategy: PID 173 died...
22:49:40.026784 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:40.030278 --- ParallelTerminationStrategy: PID 174 died...
22:49:40.031688 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:40.035216 --- ParallelTerminationStrategy: PID 175 died...
22:49:40.036622 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:40.040155 --- ParallelTerminationStrategy: PID 176 died...
22:49:40.041566 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:40.045068 --- ParallelTerminationStrategy: PID 177 died...
22:49:40.046478 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:40.049972 --- ParallelTerminationStrategy: PID 178 died...
22:49:40.051381 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:40.054895 --- ParallelTerminationStrategy: PID 179 died...
22:49:40.056301 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:40.059793 --- ParallelTerminationStrategy: PID 180 died...
22:49:40.061194 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:40.064686 --- ParallelTerminationStrategy: PID 181 died...
22:49:40.066092 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:40.069590 --- ParallelTerminationStrategy: PID 182 died...
22:49:40.071013 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:40.074498 --- ParallelTerminationStrategy: PID 183 died...
22:49:40.075908 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:40.079409 --- ParallelTerminationStrategy: PID 184 died...
22:49:40.080817 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:40.084299 --- ParallelTerminationStrategy: PID 185 died...
22:49:40.085696 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:40.089203 --- ParallelTerminationStrategy: PID 186 died...
22:49:40.090599 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:40.094093 --- ParallelTerminationStrategy: PID 187 died...
22:49:40.095498 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:40.098990 --- ParallelTerminationStrategy: PID 188 died...
22:49:40.100393 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:40.103900 --- ParallelTerminationStrategy: PID 189 died...
22:49:40.105321 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:40.108852 --- ParallelTerminationStrategy: PID 190 died...
22:49:40.110253 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:40.113762 --- ParallelTerminationStrategy: PID 191 died...
22:49:40.115170 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:40.118653 --- ParallelTerminationStrategy: PID 192 died...
22:49:40.120058 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:40.123581 --- ParallelTerminationStrategy: PID 193 died...
22:49:40.124989 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:40.128497 --- ParallelTerminationStrategy: PID 194 died...
22:49:40.129906 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:40.133409 --- ParallelTerminationStrategy: PID 195 died...
22:49:40.134813 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:40.138322 --- ParallelTerminationStrategy: PID 196 died...
22:49:40.139740 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:40.143280 --- ParallelTerminationStrategy: PID 197 died...
22:49:40.144690 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:40.148185 --- ParallelTerminationStrategy: PID 198 died...
22:49:40.149593 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:40.153101 --- ParallelTerminationStrategy: PID 199 died...
22:49:40.154506 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:40.158032 --- ParallelTerminationStrategy: PID 200 died...
22:49:40.159443 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:40.162944 --- ParallelTerminationStrategy: PID 201 died...
22:49:40.164368 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:40.167886 --- ParallelTerminationStrategy: PID 202 died...
22:49:40.169301 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:40.172814 --- ParallelTerminationStrategy: PID 203 died...
22:49:40.174240 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:40.177765 --- ParallelTerminationStrategy: PID 204 died...
22:49:40.179173 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:40.182677 --- ParallelTerminationStrategy: PID 205 died...
22:49:40.184096 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:40.187588 --- ParallelTerminationStrategy: PID 206 died...
22:49:40.188994 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:40.192514 --- ParallelTerminationStrategy: PID 207 died...
22:49:40.193920 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:40.197435 --- ParallelTerminationStrategy: PID 208 died...
22:49:40.198833 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:40.202338 --- ParallelTerminationStrategy: PID 209 died...
22:49:40.203755 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:40.207247 --- ParallelTerminationStrategy: PID 210 died...
22:49:40.208650 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:40.212151 --- ParallelTerminationStrategy: PID 211 died...
22:49:40.213561 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:40.217089 --- ParallelTerminationStrategy: PID 212 died...
22:49:40.218495 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:40.222011 --- ParallelTerminationStrategy: PID 213 died...
22:49:40.223417 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:40.226898 --- ParallelTerminationStrategy: PID 214 died...
22:49:40.228306 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:40.231810 --- ParallelTerminationStrategy: PID 215 died...
22:49:40.233219 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:40.236717 --- ParallelTerminationStrategy: PID 216 died...
22:49:40.238115 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:40.241606 --- ParallelTerminationStrategy: PID 217 died...
22:49:40.243019 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:40.246526 --- ParallelTerminationStrategy: PID 218 died...
22:49:40.247957 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:40.251470 --- ParallelTerminationStrategy: PID 219 died...
22:49:40.252879 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:40.256394 --- ParallelTerminationStrategy: PID 220 died...
22:49:40.257804 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:40.261314 --- ParallelTerminationStrategy: PID 221 died...
22:49:40.262727 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:40.266231 --- ParallelTerminationStrategy: PID 222 died...
22:49:40.267642 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:40.271141 --- ParallelTerminationStrategy: PID 223 died...
22:49:40.272552 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:40.276061 --- ParallelTerminationStrategy: PID 224 died...
22:49:40.277463 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:40.280968 --- ParallelTerminationStrategy: PID 225 died...
22:49:40.282370 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:40.285892 --- ParallelTerminationStrategy: PID 226 died...
22:49:40.287298 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:40.290810 --- ParallelTerminationStrategy: PID 227 died...
22:49:40.292231 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:40.295743 --- ParallelTerminationStrategy: PID 228 died...
22:49:40.297152 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:40.300649 --- ParallelTerminationStrategy: PID 229 died...
22:49:40.302065 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:40.305570 --- ParallelTerminationStrategy: PID 230 died...
22:49:40.306992 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:40.310494 --- ParallelTerminationStrategy: PID 231 died...
22:49:40.311908 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:40.315421 --- ParallelTerminationStrategy: PID 232 died...
22:49:40.316830 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:40.320324 --- ParallelTerminationStrategy: PID 233 died...
22:49:40.321736 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:40.325269 --- ParallelTerminationStrategy: PID 234 died...
22:49:40.326672 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:43.731055 --- ParallelTerminationStrategy: PID 34 died...
22:49:43.737082 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8407 netreg_mass PASS
---------------------------------------------------------------------
22:49:43.809539 tst trial-8407: Storing JUnit report in /build/trial-8407/run.2026-07-29_22-48-19/trial-8407.xml
--------------------------------------------------------------------------------------------
trial-8407 PASS
--------------------------------------------------------------------------------------------
22:49:43.819396 tst trial-8407: trial-8407: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (79.1 sec)
+ exit_code=0
+ rm -rf trial-8407/inst
+ cd trial-8407
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-07-29 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8407-run.tgz run.2026-07-29_22-48-19
+ tar czf /build/trial-8407-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-07-29_13_29_37.tgz osmo-bts-oc2g.build-2026-07-29_00_52_14.tgz osmo-bts-sysmo.build-2026-07-29_00_52_17.tgz osmo-bts.build-2026-07-29_00_52_33.tgz osmo-ggsn.build-2026-07-29_20_43_15.tgz osmo-hlr.build-2026-07-29_16_37_37.tgz osmo-hnbgw.build-2026-07-29_13_30_56.tgz osmo-mgw.build-2026-07-29_08_33_38.tgz osmo-msc.build-2026-07-29_13_34_26.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-07-29_07_35_12.tgz osmo-pcu-sysmo.build-2026-07-29_07_35_13.tgz osmo-pcu.build-2026-07-29_07_35_11.tgz osmo-sgsn.build-2026-07-29_20_49_55.tgz osmo-stp.build-2026-07-29_13_25_44.tgz osmo-trx.build-2026-07-29_14_22_24.tgz osmocom-bb.build-2026-07-29_21_18_50.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