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/jenkins5623040791819598792.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-8396
+ 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 [20/28] WORKDIR /TMP
#7 CACHED
#8 [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
#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 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#10 CACHED
#11 [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
#11 CACHED
#12 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#12 CACHED
#13 [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
#13 CACHED
#14 [ 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
#14 CACHED
#15 [ 3/28] RUN groupadd osmo-gsm-tester
#15 CACHED
#16 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#16 CACHED
#17 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#17 CACHED
#18 [ 9/28] COPY SSH /root/.ssh
#18 CACHED
#19 [ 2/28] RUN useradd -ms /bin/bash jenkins
#19 CACHED
#20 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#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 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#22 CACHED
#23 [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
#23 CACHED
#24 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#24 CACHED
#25 [ 8/28] RUN MKDIR /var/run/sshd
#25 CACHED
#26 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#26 CACHED
#27 [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
#27 CACHED
#28 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#28 CACHED
#29 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#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 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#31 CACHED
#32 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:aa4376e0228ca92af6939b48df247d0deec5f45bf773dab5aa12d68c61015f92 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8397 -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-19 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8397
+ mkdir -p trial-8397
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-07-19_13_27_38.tgz osmo-bts-oc2g.build-2026-07-19_00_52_22.tgz osmo-bts-sysmo.build-2026-07-19_00_52_19.tgz osmo-bts.build-2026-07-19_00_52_41.tgz osmo-ggsn.build-2026-07-19_20_43_24.tgz osmo-hlr.build-2026-07-19_16_37_41.tgz osmo-hnbgw.build-2026-07-19_13_31_15.tgz osmo-mgw.build-2026-07-19_08_33_39.tgz osmo-msc.build-2026-07-19_13_35_51.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-07-19_07_35_00.tgz osmo-pcu-sysmo.build-2026-07-19_07_34_58.tgz osmo-pcu.build-2026-07-19_07_34_58.tgz osmo-sgsn.build-2026-07-19_20_49_54.tgz osmo-stp.build-2026-07-19_13_25_44.tgz osmo-trx.build-2026-07-19_14_22_27.tgz osmocom-bb.build-2026-07-19_21_18_14.tgz srslte.build-19.tgz trial-8397
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-07-19_13_27_38.md5 osmo-bts-oc2g.build-2026-07-19_00_52_22.md5 osmo-bts-sysmo.build-2026-07-19_00_52_19.md5 osmo-bts.build-2026-07-19_00_52_41.md5 osmo-ggsn.build-2026-07-19_20_43_24.md5 osmo-hlr.build-2026-07-19_16_37_41.md5 osmo-hnbgw.build-2026-07-19_13_31_15.md5 osmo-mgw.build-2026-07-19_08_33_39.md5 osmo-msc.build-2026-07-19_13_35_51.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-07-19_07_35_00.md5 osmo-pcu-sysmo.build-2026-07-19_07_34_58.md5 osmo-pcu.build-2026-07-19_07_34_58.md5 osmo-sgsn.build-2026-07-19_20_49_54.md5 osmo-stp.build-2026-07-19_13_25_44.md5 osmo-trx.build-2026-07-19_14_22_27.md5 osmocom-bb.build-2026-07-19_21_18_14.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-07-19_13_27_38.md5 osmo-bts-oc2g.build-2026-07-19_00_52_22.md5 osmo-bts-sysmo.build-2026-07-19_00_52_19.md5 osmo-bts.build-2026-07-19_00_52_41.md5 osmo-ggsn.build-2026-07-19_20_43_24.md5 osmo-hlr.build-2026-07-19_16_37_41.md5 osmo-hnbgw.build-2026-07-19_13_31_15.md5 osmo-mgw.build-2026-07-19_08_33_39.md5 osmo-msc.build-2026-07-19_13_35_51.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-07-19_07_35_00.md5 osmo-pcu-sysmo.build-2026-07-19_07_34_58.md5 osmo-pcu.build-2026-07-19_07_34_58.md5 osmo-sgsn.build-2026-07-19_20_49_54.md5 osmo-stp.build-2026-07-19_13_25_44.md5 osmo-trx.build-2026-07-19_14_22_27.md5 osmocom-bb.build-2026-07-19_21_18_14.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-8397 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8397'
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-8397
--------------------------------------------------------------------------------------------
22:48:16.400188 tst trial-8397: Detailed log at /build/trial-8397/run.2026-07-19_22-48-16/log
---------------------------------------------------------------------
trial-8397 netreg_mass
---------------------------------------------------------------------
22:48:16.606366 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.606736 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.607560 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.608753 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.647769 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.648543 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.649691 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:16.723611 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-8397 netreg_mass register_default_mass.py
----------------------------------------------
22:48:16.724441 tst register_default_mass.py:9: Claiming resources for the test
22:48:16.738751 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.739288 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.739743 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.740178 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.740622 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.741070 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.741527 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:16.767805 tst register_default_mass.py: using LAC 2
22:48:16.783989 tst register_default_mass.py: using RAC 2
22:48:16.801328 tst register_default_mass.py: using CellId 2
22:48:16.820458 tst register_default_mass.py: using BVCI 3
22:48:16.829533 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.830148 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.830681 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.831199 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.831702 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.832226 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.832730 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.833247 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.833780 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.834301 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.834809 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.835311 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.835823 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.836321 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.836823 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.837343 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.837854 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.838371 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.838886 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.839384 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.839885 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.840387 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.840908 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.841427 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.841941 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.842465 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.842988 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.843516 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.844036 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.844543 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.845067 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.845582 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.846098 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.846629 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.847161 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.847671 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.848199 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.848733 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.849265 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.849775 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.850280 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.850807 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.851335 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.851848 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.852374 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.852883 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.853382 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.853907 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.854415 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.854923 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.855437 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.855946 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.856464 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.856985 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.857487 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.857999 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.858507 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.859025 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.859544 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.860052 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.860566 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.861076 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.861587 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.862100 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.862611 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.863122 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.863647 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.864164 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.864675 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.865201 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.865712 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.866216 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.866796 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.867319 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.867818 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.868338 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.868836 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.869334 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.869830 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.870329 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.870829 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.871330 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.871843 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.872341 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.872836 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.873344 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.873849 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.874342 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.874848 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.875358 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.875872 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.876385 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.876892 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.877404 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.877910 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.878409 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.878930 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.879449 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.879963 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.880484 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.880988 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.881558 tst register_default_mass.py:21: Launching a simple network
22:48:16.891560 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.009670 run create_hlr_db(pid=20): Launched
22:48:18.023619 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.039783 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.054658 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.060191 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.251639 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.266449 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.271899 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:18.677089 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:18.691909 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:21.707497 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:21.844768 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:21.859869 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:21.865417 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:21.888591 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:21.903488 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:21.909087 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.215266 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.230185 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.263004 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.432884 run osmo-bts-virtual(pid=34): Launched
22:48:29.463918 tst register_default_mass.py: using MSISDN 1001
22:48:29.475080 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:29.504316 tst register_default_mass.py: using MSISDN 1002
22:48:29.517071 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:29.539799 tst register_default_mass.py: using MSISDN 1003
22:48:29.549914 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:29.572522 tst register_default_mass.py: using MSISDN 1004
22:48:29.582395 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:29.605159 tst register_default_mass.py: using MSISDN 1005
22:48:29.614912 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:29.637544 tst register_default_mass.py: using MSISDN 1006
22:48:29.647150 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:29.669845 tst register_default_mass.py: using MSISDN 1007
22:48:29.679471 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:29.702209 tst register_default_mass.py: using MSISDN 1008
22:48:29.714363 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:29.737333 tst register_default_mass.py: using MSISDN 1009
22:48:29.747643 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:29.770181 tst register_default_mass.py: using MSISDN 1010
22:48:29.780069 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:29.802892 tst register_default_mass.py: using MSISDN 1011
22:48:29.812758 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:29.835336 tst register_default_mass.py: using MSISDN 1012
22:48:29.845300 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:29.867965 tst register_default_mass.py: using MSISDN 1013
22:48:29.877873 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:29.900455 tst register_default_mass.py: using MSISDN 1014
22:48:29.910211 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:29.932898 tst register_default_mass.py: using MSISDN 1015
22:48:29.942718 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:29.965241 tst register_default_mass.py: using MSISDN 1016
22:48:29.975111 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:29.997732 tst register_default_mass.py: using MSISDN 1017
22:48:30.007699 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.030604 tst register_default_mass.py: using MSISDN 1018
22:48:30.040599 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.063147 tst register_default_mass.py: using MSISDN 1019
22:48:30.073041 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:30.095679 tst register_default_mass.py: using MSISDN 1020
22:48:30.105672 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:30.128706 tst register_default_mass.py: using MSISDN 1021
22:48:30.138673 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:30.161517 tst register_default_mass.py: using MSISDN 1022
22:48:30.171587 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:30.194093 tst register_default_mass.py: using MSISDN 1023
22:48:30.203990 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:30.226678 tst register_default_mass.py: using MSISDN 1024
22:48:30.236584 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:30.259282 tst register_default_mass.py: using MSISDN 1025
22:48:30.269240 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:30.291865 tst register_default_mass.py: using MSISDN 1026
22:48:30.301793 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:30.324195 tst register_default_mass.py: using MSISDN 1027
22:48:30.334009 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:30.356389 tst register_default_mass.py: using MSISDN 1028
22:48:30.366093 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:30.388519 tst register_default_mass.py: using MSISDN 1029
22:48:30.398235 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:30.420697 tst register_default_mass.py: using MSISDN 1030
22:48:30.430559 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:30.452908 tst register_default_mass.py: using MSISDN 1031
22:48:30.462695 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:30.485291 tst register_default_mass.py: using MSISDN 1032
22:48:30.495130 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:30.517484 tst register_default_mass.py: using MSISDN 1033
22:48:30.527248 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:30.549611 tst register_default_mass.py: using MSISDN 1034
22:48:30.559397 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:30.582098 tst register_default_mass.py: using MSISDN 1035
22:48:30.591956 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:30.614301 tst register_default_mass.py: using MSISDN 1036
22:48:30.624121 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:30.646585 tst register_default_mass.py: using MSISDN 1037
22:48:30.656307 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:30.678642 tst register_default_mass.py: using MSISDN 1038
22:48:30.688430 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:30.710840 tst register_default_mass.py: using MSISDN 1039
22:48:30.720619 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:30.742915 tst register_default_mass.py: using MSISDN 1040
22:48:30.752664 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:30.775279 tst register_default_mass.py: using MSISDN 1041
22:48:30.785144 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:30.807591 tst register_default_mass.py: using MSISDN 1042
22:48:30.817275 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:30.839533 tst register_default_mass.py: using MSISDN 1043
22:48:30.849308 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:30.871680 tst register_default_mass.py: using MSISDN 1044
22:48:30.881366 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:30.903682 tst register_default_mass.py: using MSISDN 1045
22:48:30.913469 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:30.935787 tst register_default_mass.py: using MSISDN 1046
22:48:30.945579 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:30.968242 tst register_default_mass.py: using MSISDN 1047
22:48:30.978134 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:31.000443 tst register_default_mass.py: using MSISDN 1048
22:48:31.010168 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:31.032738 tst register_default_mass.py: using MSISDN 1049
22:48:31.042534 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:31.065016 tst register_default_mass.py: using MSISDN 1050
22:48:31.074883 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:31.097296 tst register_default_mass.py: using MSISDN 1051
22:48:31.106989 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:31.129539 tst register_default_mass.py: using MSISDN 1052
22:48:31.139408 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:31.161706 tst register_default_mass.py: using MSISDN 1053
22:48:31.171532 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:31.193883 tst register_default_mass.py: using MSISDN 1054
22:48:31.203527 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:31.226107 tst register_default_mass.py: using MSISDN 1055
22:48:31.235922 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:31.258228 tst register_default_mass.py: using MSISDN 1056
22:48:31.268021 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:31.290516 tst register_default_mass.py: using MSISDN 1057
22:48:31.300401 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:31.322819 tst register_default_mass.py: using MSISDN 1058
22:48:31.332598 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:31.354954 tst register_default_mass.py: using MSISDN 1059
22:48:31.364664 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:31.386975 tst register_default_mass.py: using MSISDN 1060
22:48:31.396753 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:31.418969 tst register_default_mass.py: using MSISDN 1061
22:48:31.428752 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:31.451099 tst register_default_mass.py: using MSISDN 1062
22:48:31.460814 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:31.483284 tst register_default_mass.py: using MSISDN 1063
22:48:31.493094 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:31.515506 tst register_default_mass.py: using MSISDN 1064
22:48:31.525399 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:31.547779 tst register_default_mass.py: using MSISDN 1065
22:48:31.557488 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:31.580003 tst register_default_mass.py: using MSISDN 1066
22:48:31.589880 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:31.612228 tst register_default_mass.py: using MSISDN 1067
22:48:31.621939 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:31.644348 tst register_default_mass.py: using MSISDN 1068
22:48:31.654056 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:31.676515 tst register_default_mass.py: using MSISDN 1069
22:48:31.686310 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:31.708827 tst register_default_mass.py: using MSISDN 1070
22:48:31.718732 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:31.741391 tst register_default_mass.py: using MSISDN 1071
22:48:31.751219 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:31.773399 tst register_default_mass.py: using MSISDN 1072
22:48:31.783074 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:31.805490 tst register_default_mass.py: using MSISDN 1073
22:48:31.815226 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:31.837706 tst register_default_mass.py: using MSISDN 1074
22:48:31.847556 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:31.869893 tst register_default_mass.py: using MSISDN 1075
22:48:31.879728 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:31.902149 tst register_default_mass.py: using MSISDN 1076
22:48:31.912108 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:31.934348 tst register_default_mass.py: using MSISDN 1077
22:48:31.943695 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:31.966322 tst register_default_mass.py: using MSISDN 1078
22:48:31.976129 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:31.999553 tst register_default_mass.py: using MSISDN 1079
22:48:32.009895 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:32.033432 tst register_default_mass.py: using MSISDN 1080
22:48:32.043765 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:32.067622 tst register_default_mass.py: using MSISDN 1081
22:48:32.078140 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:32.101724 tst register_default_mass.py: using MSISDN 1082
22:48:32.112268 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:32.135980 tst register_default_mass.py: using MSISDN 1083
22:48:32.146372 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:32.170062 tst register_default_mass.py: using MSISDN 1084
22:48:32.180708 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:32.204272 tst register_default_mass.py: using MSISDN 1085
22:48:32.214714 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:32.238442 tst register_default_mass.py: using MSISDN 1086
22:48:32.249043 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:32.278437 tst register_default_mass.py: using MSISDN 1087
22:48:32.291509 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:32.315346 tst register_default_mass.py: using MSISDN 1088
22:48:32.326296 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:32.350141 tst register_default_mass.py: using MSISDN 1089
22:48:32.360737 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:32.384136 tst register_default_mass.py: using MSISDN 1090
22:48:32.394604 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:32.418344 tst register_default_mass.py: using MSISDN 1091
22:48:32.428792 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:32.452132 tst register_default_mass.py: using MSISDN 1092
22:48:32.462494 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:32.486037 tst register_default_mass.py: using MSISDN 1093
22:48:32.496469 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:32.520035 tst register_default_mass.py: using MSISDN 1094
22:48:32.530627 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:32.554035 tst register_default_mass.py: using MSISDN 1095
22:48:32.564382 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:32.587775 tst register_default_mass.py: using MSISDN 1096
22:48:32.598149 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:32.621671 tst register_default_mass.py: using MSISDN 1097
22:48:32.632146 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:32.655694 tst register_default_mass.py: using MSISDN 1098
22:48:32.666082 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:32.689049 tst register_default_mass.py: using MSISDN 1099
22:48:32.699259 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:32.722482 tst register_default_mass.py: using MSISDN 1100
22:48:32.732671 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:32.826438 run mass: Starting testcase
22:48:32.831886 run mass: Pre-launching all virtphy's
22:48:32.837226 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:32.850370 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:32.856398 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:32.869392 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:32.875436 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:32.888486 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:32.894412 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:32.907323 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:32.913348 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:32.926347 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:32.932313 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:32.945112 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:32.951215 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:32.964140 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:32.970074 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:32.983103 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:32.989164 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:33.002159 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:33.008110 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:33.020926 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:33.026895 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:33.039680 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:33.045612 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:33.058334 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:33.064177 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:33.076923 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:33.082934 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:33.095889 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:33.101878 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:33.114650 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:33.120541 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:33.133254 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:33.139089 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:33.151767 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:33.157576 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:33.170359 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:33.176210 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:33.188978 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:33.194808 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:33.207494 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:33.213301 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:33.226045 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:33.231891 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:33.244739 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:33.250649 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:33.263387 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:33.269242 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:33.281950 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:33.287866 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:33.300521 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:33.306392 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:33.319143 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:33.324986 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:33.337679 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:33.343529 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:33.356233 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:33.362101 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:33.374847 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:33.380695 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:33.393443 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:33.399283 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:33.412105 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:33.417955 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:33.430700 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:33.436585 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:33.449278 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:33.455154 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:33.467946 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:33.473822 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:33.486546 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:33.492427 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:33.505209 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:33.511122 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:33.523853 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:33.529751 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:33.542434 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:33.548339 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:33.561014 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:33.566873 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:33.579587 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:33.585454 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:33.598162 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:33.604025 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:33.616830 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:33.622691 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:33.635409 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:33.641296 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:33.654046 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:33.659924 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:33.672590 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:33.678440 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:33.691253 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:33.697083 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:33.709815 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:33.715667 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:33.728546 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:33.734486 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:33.747391 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:33.753284 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:33.766151 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:33.772080 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:33.784936 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:33.790954 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:33.803855 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:33.809777 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:33.822593 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:33.828493 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:33.841358 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:33.847303 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:33.860215 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:33.866154 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:33.879241 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:33.885187 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:33.898124 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:33.904082 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:33.916960 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:33.923059 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:33.935982 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:33.942001 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:33.955031 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:33.960987 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:33.973752 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:33.979661 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:33.992465 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:33.998312 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:34.011142 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:34.017056 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:34.029837 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:34.035799 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:34.048635 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:34.054473 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:34.067292 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:34.073197 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:34.085974 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:34.091922 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:34.104666 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:34.110693 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:34.123468 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:34.129419 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:34.142170 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:34.148056 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:34.160939 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:34.166797 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:34.179687 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:34.185528 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:34.198265 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:34.204102 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:34.216819 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:34.222674 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:34.235384 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:34.241313 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:34.254018 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:34.259921 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:34.272702 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:34.278624 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:34.291358 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:34.297187 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:34.309921 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:34.315778 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:34.328481 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:34.334305 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:34.347268 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:34.353095 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:34.365896 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:34.371763 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:34.384507 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:34.390429 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:34.403244 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:34.409184 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:34.421977 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:34.427830 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:34.440544 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:34.446384 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:34.459193 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:34.465022 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:34.477780 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:34.483621 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:34.496336 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:34.502186 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:34.514881 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:34.520759 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:34.533538 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:34.539379 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:34.552111 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:34.557985 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:34.570732 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:34.576587 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:34.589494 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:34.595330 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:34.608660 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:34.614641 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:34.627684 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:34.633663 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:34.646613 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:34.652553 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:34.665383 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:34.671427 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:34.684361 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:34.690324 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:34.703255 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:34.709165 run mass: Checking if sockets are in the filesystem
22:48:34.741530 run osmo-ms-mob/00000: Starting mobile
22:48:34.754504 run osmo-ms-mob/00000(pid=135): Launched
22:48:34.769951 run mass: MS start registered {at=1166996.81905474, delay=0.009439283981919289, ms=00000}
22:48:38.939871 run osmo-ms-mob/00001: Starting mobile
22:48:38.953628 run osmo-ms-mob/00001(pid=136): Launched
22:48:38.966206 run mass: MS start registered {at=1167001.015320994, delay=0.006536419969052076, ms=00001}
22:48:39.852314 run mass: MS performed LU {at=1167001.901315737, lu_delay=5.082260997034609, ms=00000}
22:48:40.758009 run osmo-ms-mob/00002: Starting mobile
22:48:40.774843 run osmo-ms-mob/00002(pid=137): Launched
22:48:40.787116 run mass: MS start registered {at=1167002.836225995, delay=0.006331091979518533, ms=00002}
22:48:42.056998 run osmo-ms-mob/00003: Starting mobile
22:48:42.073835 run osmo-ms-mob/00003(pid=138): Launched
22:48:42.084868 run mass: MS start registered {at=1167004.133985714, delay=0.00504826195538044, ms=00003}
22:48:43.160508 run osmo-ms-mob/00004: Starting mobile
22:48:43.177549 run osmo-ms-mob/00004(pid=139): Launched
22:48:43.188499 run mass: MS start registered {at=1167005.237613772, delay=0.005003880010917783, ms=00004}
22:48:44.124721 run osmo-ms-mob/00005: Starting mobile
22:48:44.137628 run osmo-ms-mob/00005(pid=140): Launched
22:48:44.148689 run mass: MS start registered {at=1167006.197805325, delay=0.005095731001347303, ms=00005}
22:48:45.025299 run osmo-ms-mob/00006: Starting mobile
22:48:45.038455 run osmo-ms-mob/00006(pid=141): Launched
22:48:45.044448 run mass: MS performed LU {at=1167007.093568465, lu_delay=6.078247471014038, ms=00001}
22:48:45.050200 run mass: MS start registered {at=1167007.099331169, delay=0.005780073814094067, ms=00006}
22:48:45.926054 run osmo-ms-mob/00007: Starting mobile
22:48:45.939052 run osmo-ms-mob/00007(pid=142): Launched
22:48:45.951226 run mass: MS start registered {at=1167008.000340664, delay=0.006086147157475352, ms=00007}
22:48:46.756363 run osmo-ms-mob/00008: Starting mobile
22:48:46.773282 run osmo-ms-mob/00008(pid=143): Launched
22:48:46.784582 run mass: MS start registered {at=1167008.833700893, delay=0.005310488864779472, ms=00008}
22:48:46.930975 run mass: MS performed LU {at=1167008.980075903, lu_delay=4.846090188948438, ms=00003}
22:48:46.957953 run mass: MS performed LU {at=1167009.007017653, lu_delay=6.170791657874361, ms=00002}
22:48:47.463931 run osmo-ms-mob/00009: Starting mobile
22:48:47.480079 run osmo-ms-mob/00009(pid=144): Launched
22:48:47.494975 run mass: MS start registered {at=1167009.544086144, delay=0.008902214001864195, ms=00009}
22:48:48.162113 run osmo-ms-mob/00010: Starting mobile
22:48:48.175123 run osmo-ms-mob/00010(pid=145): Launched
22:48:48.187277 run mass: MS start registered {at=1167010.236393993, delay=0.006184058031067252, ms=00010}
22:48:48.763444 run osmo-ms-mob/00011: Starting mobile
22:48:48.789408 run osmo-ms-mob/00011(pid=146): Launched
22:48:48.800776 run mass: MS performed LU {at=1167010.849898037, lu_delay=5.6122842649929225, ms=00004}
22:48:48.806747 run mass: MS start registered {at=1167010.855877489, delay=0.005996721098199487, ms=00011}
22:48:49.355722 run osmo-ms-mob/00012: Starting mobile
22:48:49.372524 run osmo-ms-mob/00012(pid=147): Launched
22:48:49.381632 run mass: MS performed LU {at=1167011.430744213, lu_delay=5.232938888017088, ms=00005}
22:48:49.388396 run mass: MS start registered {at=1167011.437527007, delay=0.00681097898632288, ms=00012}
22:48:49.925549 run osmo-ms-mob/00013: Starting mobile
22:48:49.944503 run osmo-ms-mob/00013(pid=148): Launched
22:48:49.956177 run mass: MS start registered {at=1167012.005292115, delay=0.0057037160731852055, ms=00013}
22:48:50.556527 run osmo-ms-mob/00014: Starting mobile
22:48:50.573151 run osmo-ms-mob/00014(pid=149): Launched
22:48:50.586162 run mass: MS start registered {at=1167012.635272192, delay=0.007035084068775177, ms=00014}
22:48:50.697045 run mass: MS performed LU {at=1167012.746031589, lu_delay=4.745690925046802, ms=00007}
22:48:50.724516 run mass: MS performed LU {at=1167012.773536065, lu_delay=5.674204895971343, ms=00006}
22:48:51.154785 run osmo-ms-mob/00015: Starting mobile
22:48:51.168197 run osmo-ms-mob/00015(pid=150): Launched
22:48:51.179944 run mass: MS start registered {at=1167013.229060907, delay=0.005703824805095792, ms=00015}
22:48:51.638700 run osmo-ms-mob/00016: Starting mobile
22:48:51.652694 run osmo-ms-mob/00016(pid=151): Launched
22:48:51.666038 run mass: MS start registered {at=1167013.715151254, delay=0.007356373127549887, ms=00016}
22:48:52.125722 run osmo-ms-mob/00017: Starting mobile
22:48:52.139194 run osmo-ms-mob/00017(pid=152): Launched
22:48:52.151440 run mass: MS start registered {at=1167014.200556666, delay=0.0062307268381118774, ms=00017}
22:48:52.562291 run mass: MS performed LU {at=1167014.611281721, lu_delay=5.067195576848462, ms=00009}
22:48:52.626740 run mass: MS performed LU {at=1167014.67575533, lu_delay=5.842054436914623, ms=00008}
22:48:52.669876 run osmo-ms-mob/00018: Starting mobile
22:48:52.683784 run osmo-ms-mob/00018(pid=153): Launched
22:48:52.697382 run mass: MS start registered {at=1167014.746495121, delay=0.007631426909938455, ms=00018}
22:48:52.930534 run mass: MS performed LU {at=1167014.979553631, lu_delay=4.743159638019279, ms=00010}
22:48:53.148718 run osmo-ms-mob/00019: Starting mobile
22:48:53.161853 run osmo-ms-mob/00019(pid=154): Launched
22:48:53.174974 run mass: MS start registered {at=1167015.224083356, delay=0.0068843550980091095, ms=00019}
22:48:53.625417 run osmo-ms-mob/00020: Starting mobile
22:48:53.638391 run osmo-ms-mob/00020(pid=155): Launched
22:48:53.649539 run mass: MS start registered {at=1167015.698649483, delay=0.005157365929335356, ms=00020}
22:48:54.146167 run osmo-ms-mob/00021: Starting mobile
22:48:54.162124 run osmo-ms-mob/00021(pid=156): Launched
22:48:54.174629 run mass: MS start registered {at=1167016.223746185, delay=0.00654526287689805, ms=00021}
22:48:54.462790 run mass: MS performed LU {at=1167016.511778442, lu_delay=5.655900952871889, ms=00011}
22:48:54.490585 run osmo-ms-mob/00022: Starting mobile
22:48:54.505357 run osmo-ms-mob/00022(pid=157): Launched
22:48:54.511417 run mass: MS performed LU {at=1167016.56054158, lu_delay=5.123014573007822, ms=00012}
22:48:54.517230 run mass: MS start registered {at=1167016.566360595, delay=0.005837399046868086, ms=00022}
22:48:54.596537 run mass: MS performed LU {at=1167016.645544822, lu_delay=4.6402527070604265, ms=00013}
22:48:55.056613 run osmo-ms-mob/00023: Starting mobile
22:48:55.074495 run osmo-ms-mob/00023(pid=158): Launched
22:48:55.085368 run mass: MS start registered {at=1167017.134484876, delay=0.004614094039425254, ms=00023}
22:48:55.438604 run osmo-ms-mob/00024: Starting mobile
22:48:55.452484 run osmo-ms-mob/00024(pid=159): Launched
22:48:55.465514 run mass: MS start registered {at=1167017.514629057, delay=0.007075552828609943, ms=00024}
22:48:55.926041 run osmo-ms-mob/00025: Starting mobile
22:48:55.939002 run osmo-ms-mob/00025(pid=160): Launched
22:48:55.951226 run mass: MS start registered {at=1167018.000342137, delay=0.006250282982364297, ms=00025}
22:48:56.357491 run osmo-ms-mob/00026: Starting mobile
22:48:56.374780 run osmo-ms-mob/00026(pid=161): Launched
22:48:56.380897 run mass: MS performed LU {at=1167018.43001951, lu_delay=5.200958603061736, ms=00015}
22:48:56.390136 run mass: MS start registered {at=1167018.439264258, delay=0.009264264954254031, ms=00026}
22:48:56.396093 run mass: MS performed LU {at=1167018.445221432, lu_delay=4.7300701779313385, ms=00016}
22:48:56.461428 run mass: MS performed LU {at=1167018.510443013, lu_delay=5.8751708208583295, ms=00014}
22:48:56.488875 run osmo-ms-mob/00027: Starting mobile
22:48:56.501934 run osmo-ms-mob/00027(pid=162): Launched
22:48:56.512918 run mass: MS start registered {at=1167018.562037888, delay=0.005017200950533152, ms=00027}
22:48:57.140530 run osmo-ms-mob/00028: Starting mobile
22:48:57.159092 run osmo-ms-mob/00028(pid=163): Launched
22:48:57.171937 run mass: MS start registered {at=1167019.221047794, delay=0.00686270697042346, ms=00028}
22:48:57.536243 run osmo-ms-mob/00029: Starting mobile
22:48:57.549840 run osmo-ms-mob/00029(pid=164): Launched
22:48:57.560905 run mass: MS start registered {at=1167019.61001984, delay=0.0050241530407220125, ms=00029}
22:48:57.956675 run osmo-ms-mob/00030: Starting mobile
22:48:57.972263 run osmo-ms-mob/00030(pid=165): Launched
22:48:57.989668 run mass: MS start registered {at=1167020.038769864, delay=0.011398815084248781, ms=00030}
22:48:58.127295 run mass: MS performed LU {at=1167020.176288715, lu_delay=5.429793594172224, ms=00018}
22:48:58.228407 run mass: MS performed LU {at=1167020.277419678, lu_delay=6.076863012043759, ms=00017}
22:48:58.257378 run osmo-ms-mob/00031: Starting mobile
22:48:58.270461 run osmo-ms-mob/00031(pid=166): Launched
22:48:58.276441 run mass: MS performed LU {at=1167020.325568997, lu_delay=5.101485640974715, ms=00019}
22:48:58.282152 run mass: MS start registered {at=1167020.331284101, delay=0.005730269942432642, ms=00031}
22:48:58.380745 run mass: MS performed LU {at=1167020.429764721, lu_delay=4.731115238042548, ms=00020}
22:48:58.409528 run osmo-ms-mob/00032: Starting mobile
22:48:58.422651 run osmo-ms-mob/00032(pid=167): Launched
22:48:58.436530 run mass: MS start registered {at=1167020.485643087, delay=0.007965845055878162, ms=00032}
22:48:59.058775 run osmo-ms-mob/00033: Starting mobile
22:48:59.098810 run osmo-ms-mob/00033(pid=168): Launched
22:48:59.111952 run mass: MS start registered {at=1167021.161058596, delay=0.007000805111601949, ms=00033}
22:48:59.425048 run osmo-ms-mob/00034: Starting mobile
22:48:59.438276 run osmo-ms-mob/00034(pid=169): Launched
22:48:59.454215 run mass: MS start registered {at=1167021.50331714, delay=0.01008594804443419, ms=00034}
22:48:59.737116 run osmo-ms-mob/00035: Starting mobile
22:48:59.750570 run osmo-ms-mob/00035(pid=170): Launched
22:48:59.765267 run mass: MS start registered {at=1167021.814365625, delay=0.008609691867604852, ms=00035}
22:49:00.092968 run mass: MS performed LU {at=1167022.141986182, lu_delay=5.007501306012273, ms=00023}
22:49:00.121564 run osmo-ms-mob/00036: Starting mobile
22:49:00.134743 run osmo-ms-mob/00036(pid=171): Launched
22:49:00.145390 run mass: MS start registered {at=1167022.194509133, delay=0.004632851108908653, ms=00036}
22:49:00.157958 run mass: MS performed LU {at=1167022.207066365, lu_delay=4.692437308141962, ms=00024}
22:49:00.227040 run mass: MS performed LU {at=1167022.276029123, lu_delay=6.052282938035205, ms=00021}
22:49:00.283536 run mass: MS performed LU {at=1167022.332554365, lu_delay=5.766193770105019, ms=00022}
22:49:00.338969 run osmo-ms-mob/00037: Starting mobile
22:49:00.353946 run osmo-ms-mob/00037(pid=172): Launched
22:49:00.367967 run mass: MS start registered {at=1167022.417074966, delay=0.007939377101138234, ms=00037}
22:49:00.842574 run osmo-ms-mob/00038: Starting mobile
22:49:00.857694 run osmo-ms-mob/00038(pid=173): Launched
22:49:00.869505 run mass: MS start registered {at=1167022.918619308, delay=0.005593706853687763, ms=00038}
22:49:01.142597 run osmo-ms-mob/00039: Starting mobile
22:49:01.157352 run osmo-ms-mob/00039(pid=174): Launched
22:49:01.172643 run mass: MS start registered {at=1167023.22174433, delay=0.00918305478990078, ms=00039}
22:49:01.525701 run osmo-ms-mob/00040: Starting mobile
22:49:01.539001 run osmo-ms-mob/00040(pid=175): Launched
22:49:01.551408 run mass: MS start registered {at=1167023.60052004, delay=0.006418276811018586, ms=00040}
22:49:01.849601 run osmo-ms-mob/00041: Starting mobile
22:49:01.865731 run osmo-ms-mob/00041(pid=176): Launched
22:49:01.877338 run mass: MS start registered {at=1167023.926454467, delay=0.0055423888843506575, ms=00041}
22:49:01.892081 run mass: MS performed LU {at=1167023.94118108, lu_delay=5.5019168220460415, ms=00026}
22:49:01.994496 run mass: MS performed LU {at=1167024.043512402, lu_delay=5.481474514119327, ms=00027}
22:49:02.023746 run osmo-ms-mob/00042: Starting mobile
22:49:02.036919 run osmo-ms-mob/00042(pid=177): Launched
22:49:02.042865 run mass: MS performed LU {at=1167024.091988075, lu_delay=6.091645938111469, ms=00025}
22:49:02.048616 run mass: MS start registered {at=1167024.097748218, delay=0.005777460057288408, ms=00042}
22:49:02.147502 run mass: MS performed LU {at=1167024.196494125, lu_delay=4.975446331081912, ms=00028}
22:49:02.184551 run mass: MS performed LU {at=1167024.233569389, lu_delay=4.623549548909068, ms=00029}
22:49:02.215158 run osmo-ms-mob/00043: Starting mobile
22:49:02.228171 run osmo-ms-mob/00043(pid=178): Launched
22:49:02.238651 run mass: MS start registered {at=1167024.287770686, delay=0.004431274952366948, ms=00043}
22:49:02.848116 run osmo-ms-mob/00044: Starting mobile
22:49:02.866211 run osmo-ms-mob/00044(pid=179): Launched
22:49:02.877681 run mass: MS start registered {at=1167024.926794317, delay=0.0030988671351224184, ms=00044}
22:49:03.139054 run osmo-ms-mob/00045: Starting mobile
22:49:03.154793 run osmo-ms-mob/00045(pid=180): Launched
22:49:03.165455 run mass: MS start registered {at=1167025.214573971, delay=0.00044330302625894547, ms=00045}
22:49:03.435723 run osmo-ms-mob/00046: Starting mobile
22:49:03.449486 run osmo-ms-mob/00046(pid=181): Launched
22:49:03.461206 run mass: MS start registered {at=1167025.510322362, delay=0.00534800486639142, ms=00046}
22:49:03.725258 run osmo-ms-mob/00047: Starting mobile
22:49:03.738693 run osmo-ms-mob/00047(pid=182): Launched
22:49:03.749347 run mass: MS start registered {at=1167025.798465465, delay=0.004599991953000426, ms=00047}
22:49:03.858777 run mass: MS performed LU {at=1167025.90777302, lu_delay=5.422129933023825, ms=00032}
22:49:03.993184 run mass: MS performed LU {at=1167026.042185589, lu_delay=4.881126992870122, ms=00033}
22:49:04.054485 run osmo-ms-mob/00048: Starting mobile
22:49:04.071136 run osmo-ms-mob/00048(pid=183): Launched
22:49:04.077111 run mass: MS performed LU {at=1167026.12623723, lu_delay=6.087467365898192, ms=00030}
22:49:04.083669 run mass: MS start registered {at=1167026.132790253, delay=0.006570558063685894, ms=00048}
22:49:04.326120 run osmo-ms-mob/00049: Starting mobile
22:49:04.348300 run osmo-ms-mob/00049(pid=184): Launched
22:49:04.354615 run mass: MS performed LU {at=1167026.403739783, lu_delay=4.900422642938793, ms=00034}
22:49:04.364893 run mass: MS start registered {at=1167026.414014387, delay=0.010293368948623538, ms=00049}
22:49:04.642616 run osmo-ms-mob/00050: Starting mobile
22:49:04.669548 run osmo-ms-mob/00050(pid=185): Launched
22:49:04.682689 run mass: MS start registered {at=1167026.731803994, delay=0.006815797882154584, ms=00050}
22:49:05.039136 run osmo-ms-mob/00051: Starting mobile
22:49:05.062464 run osmo-ms-mob/00051(pid=186): Launched
22:49:05.076493 run mass: MS start registered {at=1167027.125604522, delay=0.008063487941399217, ms=00051}
22:49:05.337156 run osmo-ms-mob/00052: Starting mobile
22:49:05.350539 run osmo-ms-mob/00052(pid=187): Launched
22:49:05.361303 run mass: MS start registered {at=1167027.410421247, delay=0.0047815837897360325, ms=00052}
22:49:05.625344 run osmo-ms-mob/00053: Starting mobile
22:49:05.638425 run osmo-ms-mob/00053(pid=188): Launched
22:49:05.649795 run mass: MS start registered {at=1167027.698905776, delay=0.005446497118100524, ms=00053}
22:49:05.657318 run mass: MS performed LU {at=1167027.706438687, lu_delay=4.787819379009306, ms=00038}
22:49:05.760750 run mass: MS performed LU {at=1167027.809763946, lu_delay=5.392688980093226, ms=00037}
22:49:05.808384 run osmo-ms-mob/00054: Starting mobile
22:49:05.821408 run osmo-ms-mob/00054(pid=189): Launched
22:49:05.827436 run mass: MS performed LU {at=1167027.87655965, lu_delay=5.682050517061725, ms=00036}
22:49:05.838982 run mass: MS start registered {at=1167027.888093506, delay=0.011552541982382536, ms=00054}
22:49:05.912754 run mass: MS performed LU {at=1167027.961784173, lu_delay=6.147418548120186, ms=00035}
22:49:05.940290 run osmo-ms-mob/00055: Starting mobile
22:49:05.953843 run osmo-ms-mob/00055(pid=190): Launched
22:49:05.960001 run mass: MS performed LU {at=1167028.009126694, lu_delay=4.787382364040241, ms=00039}
22:49:05.965855 run mass: MS start registered {at=1167028.014986728, delay=0.005876475013792515, ms=00055}
22:49:06.539355 run osmo-ms-mob/00056: Starting mobile
22:49:06.553203 run osmo-ms-mob/00056(pid=191): Launched
22:49:06.564480 run mass: MS start registered {at=1167028.613597201, delay=0.0050545958802104, ms=00056}
22:49:06.825902 run osmo-ms-mob/00057: Starting mobile
22:49:06.839199 run osmo-ms-mob/00057(pid=192): Launched
22:49:06.851647 run mass: MS start registered {at=1167028.900765686, delay=0.004470361163839698, ms=00057}
22:49:07.225292 run osmo-ms-mob/00058: Starting mobile
22:49:07.238338 run osmo-ms-mob/00058(pid=193): Launched
22:49:07.252398 run mass: MS start registered {at=1167029.301512419, delay=0.007971740094944835, ms=00058}
22:49:07.556947 run osmo-ms-mob/00059: Starting mobile
22:49:07.574633 run osmo-ms-mob/00059(pid=194): Launched
22:49:07.580992 run mass: MS performed LU {at=1167029.630115145, lu_delay=5.532366926781833, ms=00042}
22:49:07.586998 run mass: MS performed LU {at=1167029.636128468, lu_delay=5.348357782000676, ms=00043}
22:49:07.592808 run mass: MS start registered {at=1167029.641940242, delay=0.011842194944620132, ms=00059}
22:49:07.603888 run osmo-ms-mob/00060: Starting mobile
22:49:07.617079 run osmo-ms-mob/00060(pid=195): Launched
22:49:07.623289 run mass: MS performed LU {at=1167029.672412794, lu_delay=6.071892754174769, ms=00040}
22:49:07.629281 run mass: MS start registered {at=1167029.67841194, delay=0.0060158411506563425, ms=00060}
22:49:07.851091 run mass: MS performed LU {at=1167029.900106945, lu_delay=5.973652478074655, ms=00041}
22:49:07.869370 run mass: MS performed LU {at=1167029.918447623, lu_delay=4.991653305944055, ms=00044}
22:49:07.886150 run osmo-ms-mob/00061: Starting mobile
22:49:07.899394 run osmo-ms-mob/00061(pid=196): Launched
22:49:07.913160 run mass: MS start registered {at=1167029.962273888, delay=0.007760067004710436, ms=00061}
22:49:08.123566 run mass: MS performed LU {at=1167030.172557701, lu_delay=4.957983729895204, ms=00045}
22:49:08.550183 run osmo-ms-mob/00062: Starting mobile
22:49:08.571142 run osmo-ms-mob/00062(pid=197): Launched
22:49:08.593135 run mass: MS start registered {at=1167030.642252141, delay=0.001733811805024743, ms=00062}
22:49:08.710227 run mass: MS performed LU {at=1167030.759250316, lu_delay=3.6336457941215485, ms=00051}
22:49:08.850714 run osmo-ms-mob/00063: Starting mobile
22:49:08.896578 run osmo-ms-mob/00063(pid=198): Launched
22:49:08.913051 run mass: MS start registered {at=1167030.962157129, delay=0.010313578182831407, ms=00063}
22:49:09.261364 run osmo-ms-mob/00064: Starting mobile
22:49:09.281812 run osmo-ms-mob/00064(pid=199): Launched
22:49:09.293197 run mass: MS start registered {at=1167031.342311452, delay=0.005164272850379348, ms=00064}
22:49:09.424853 run mass: MS performed LU {at=1167031.473879822, lu_delay=4.742075828136876, ms=00050}
22:49:09.526631 run mass: MS performed LU {at=1167031.575370112, lu_delay=6.065047750016674, ms=00046}
22:49:09.554343 run osmo-ms-mob/00065: Starting mobile
22:49:09.567441 run osmo-ms-mob/00065(pid=200): Launched
22:49:09.573500 run mass: MS performed LU {at=1167031.622625268, lu_delay=5.824159803101793, ms=00047}
22:49:09.579689 run mass: MS start registered {at=1167031.628812544, delay=0.00620416714809835, ms=00065}
22:49:09.678937 run mass: MS performed LU {at=1167031.727913711, lu_delay=5.5951234579551965, ms=00048}
22:49:09.708298 run osmo-ms-mob/00066: Starting mobile
22:49:09.721687 run osmo-ms-mob/00066(pid=201): Launched
22:49:09.733186 run mass: MS start registered {at=1167031.782299322, delay=0.005364653188735247, ms=00066}
22:49:10.337694 run osmo-ms-mob/00067: Starting mobile
22:49:10.351835 run osmo-ms-mob/00067(pid=202): Launched
22:49:10.364847 run mass: MS start registered {at=1167032.413943298, delay=0.006624209927394986, ms=00067}
22:49:10.637446 run osmo-ms-mob/00068: Starting mobile
22:49:10.652089 run osmo-ms-mob/00068(pid=203): Launched
22:49:10.664529 run mass: MS start registered {at=1167032.713644872, delay=0.006172497058287263, ms=00068}
22:49:11.054811 run osmo-ms-mob/00069: Starting mobile
22:49:11.070636 run osmo-ms-mob/00069(pid=204): Launched
22:49:11.083256 run mass: MS start registered {at=1167033.132366219, delay=0.006685015046969056, ms=00069}
22:49:11.391028 run mass: MS performed LU {at=1167033.439992691, lu_delay=5.741086914902553, ms=00053}
22:49:11.426143 run osmo-ms-mob/00070: Starting mobile
22:49:11.441353 run osmo-ms-mob/00070(pid=205): Launched
22:49:11.454017 run mass: MS performed LU {at=1167033.503116134, lu_delay=5.615022628102452, ms=00054}
22:49:11.460144 run mass: MS start registered {at=1167033.509273972, delay=0.012861312832683325, ms=00070}
22:49:11.524252 run mass: MS performed LU {at=1167033.573269088, lu_delay=5.558282359968871, ms=00055}
22:49:11.580698 run mass: MS performed LU {at=1167033.629711184, lu_delay=6.219289937056601, ms=00052}
22:49:11.598786 run osmo-ms-mob/00071: Starting mobile
22:49:11.611854 run osmo-ms-mob/00071(pid=206): Launched
22:49:11.618090 run mass: MS performed LU {at=1167033.667213766, lu_delay=5.0536165649537, ms=00056}
22:49:11.624704 run mass: MS start registered {at=1167033.673822457, delay=0.006625819951295853, ms=00071}
22:49:11.633747 run mass: MS performed LU {at=1167033.682869497, lu_delay=4.782103810925037, ms=00057}
22:49:12.227230 run osmo-ms-mob/00072: Starting mobile
22:49:12.240681 run osmo-ms-mob/00072(pid=207): Launched
22:49:12.254422 run mass: MS start registered {at=1167034.303531036, delay=0.00764418812468648, ms=00072}
22:49:12.488729 run mass: MS performed LU {at=1167034.537746319, lu_delay=3.5755891900043935, ms=00063}
22:49:12.637491 run osmo-ms-mob/00073: Starting mobile
22:49:12.651562 run osmo-ms-mob/00073(pid=208): Launched
22:49:12.665356 run mass: MS start registered {at=1167034.714462417, delay=0.007708634017035365, ms=00073}
22:49:13.045103 run osmo-ms-mob/00074: Starting mobile
22:49:13.063616 run osmo-ms-mob/00074(pid=209): Launched
22:49:13.074730 run mass: MS start registered {at=1167035.123846093, delay=0.0047227919567376375, ms=00074}
22:49:13.190595 run mass: MS performed LU {at=1167035.239620854, lu_delay=5.938108434900641, ms=00058}
22:49:13.292509 run mass: MS performed LU {at=1167035.341512088, lu_delay=4.699259947054088, ms=00062}
22:49:13.318951 run mass: MS performed LU {at=1167035.368077326, lu_delay=5.405803438043222, ms=00061}
22:49:13.330087 run osmo-ms-mob/00075: Starting mobile
22:49:13.342926 run osmo-ms-mob/00075(pid=210): Launched
22:49:13.354472 run mass: MS start registered {at=1167035.403581779, delay=0.00011195498518645763, ms=00075}
22:49:13.444230 run mass: MS performed LU {at=1167035.493252248, lu_delay=5.851312006125227, ms=00059}
22:49:13.536200 run mass: MS performed LU {at=1167035.585231513, lu_delay=5.9068195729050785, ms=00060}
22:49:13.968265 run osmo-ms-mob/00076: Starting mobile
22:49:13.985939 run osmo-ms-mob/00076(pid=211): Launched
22:49:13.997717 run mass: MS start registered {at=1167036.046830111, delay=0.005513297859579325, ms=00076}
22:49:14.343852 run osmo-ms-mob/00077: Starting mobile
22:49:14.359653 run osmo-ms-mob/00077(pid=212): Launched
22:49:14.376751 run mass: MS start registered {at=1167036.425826548, delay=0.010880336863920093, ms=00077}
22:49:14.857089 run osmo-ms-mob/00078: Starting mobile
22:49:14.874068 run osmo-ms-mob/00078(pid=213): Launched
22:49:14.885277 run mass: MS start registered {at=1167036.934388844, delay=0.0050797120202332735, ms=00078}
22:49:15.156195 run mass: MS performed LU {at=1167037.205217786, lu_delay=4.7912744879722595, ms=00067}
22:49:15.170601 run osmo-ms-mob/00079: Starting mobile
22:49:15.183496 run osmo-ms-mob/00079(pid=214): Launched
22:49:15.195554 run mass: MS start registered {at=1167037.244673628, delay=0.006140406941995025, ms=00079}
22:49:15.220007 run mass: MS performed LU {at=1167037.269105552, lu_delay=5.486806229921058, ms=00066}
22:49:15.290824 run mass: MS performed LU {at=1167037.339820149, lu_delay=5.997508696978912, ms=00064}
22:49:15.346748 run mass: MS performed LU {at=1167037.395773452, lu_delay=5.766960907960311, ms=00065}
22:49:15.382349 run mass: MS performed LU {at=1167037.431374285, lu_delay=4.717729412950575, ms=00068}
22:49:15.401771 run osmo-ms-mob/00080: Starting mobile
22:49:15.415162 run osmo-ms-mob/00080(pid=215): Launched
22:49:15.428195 run mass: MS start registered {at=1167037.477310065, delay=0.00699226395227015, ms=00080}
22:49:16.224396 run osmo-ms-mob/00081: Starting mobile
22:49:16.237485 run osmo-ms-mob/00081(pid=216): Launched
22:49:16.249886 run mass: MS start registered {at=1167038.298997446, delay=0.005900431890040636, ms=00081}
22:49:16.661751 run osmo-ms-mob/00082: Starting mobile
22:49:16.677875 run osmo-ms-mob/00082(pid=217): Launched
22:49:16.689637 run mass: MS start registered {at=1167038.738754813, delay=0.0058121830224990845, ms=00082}
22:49:16.955280 run mass: MS performed LU {at=1167039.00436526, lu_delay=5.871999040944502, ms=00069}
22:49:17.058402 run mass: MS performed LU {at=1167039.107395084, lu_delay=5.598121112212539, ms=00070}
22:49:17.084867 run mass: MS performed LU {at=1167039.133970367, lu_delay=5.4601479100529104, ms=00071}
22:49:17.110122 run osmo-ms-mob/00083: Starting mobile
22:49:17.124111 run osmo-ms-mob/00083(pid=218): Launched
22:49:17.137331 run mass: MS start registered {at=1167039.186416106, delay=0.007060788106173277, ms=00083}
22:49:17.209312 run mass: MS performed LU {at=1167039.258373215, lu_delay=4.954842179082334, ms=00072}
22:49:17.247732 run mass: MS performed LU {at=1167039.296760991, lu_delay=4.58229857403785, ms=00073}
22:49:17.764744 run osmo-ms-mob/00084: Starting mobile
22:49:17.780843 run osmo-ms-mob/00084(pid=219): Launched
22:49:17.794313 run mass: MS start registered {at=1167039.843421983, delay=0.007466327166184783, ms=00084}
22:49:18.238980 run osmo-ms-mob/00085: Starting mobile
22:49:18.252893 run osmo-ms-mob/00085(pid=220): Launched
22:49:18.266323 run mass: MS start registered {at=1167040.315435379, delay=0.007445442955940962, ms=00085}
22:49:18.856388 run osmo-ms-mob/00086: Starting mobile
22:49:18.873164 run osmo-ms-mob/00086(pid=221): Launched
22:49:18.884936 run mass: MS start registered {at=1167040.93405223, delay=0.005478226114064455, ms=00086}
22:49:18.922752 run mass: MS performed LU {at=1167040.971741176, lu_delay=5.847895083017647, ms=00074}
22:49:18.987624 run mass: MS performed LU {at=1167041.036637692, lu_delay=5.633055913029239, ms=00075}
22:49:19.056085 run mass: MS performed LU {at=1167041.105106927, lu_delay=4.6792803790885955, ms=00077}
22:49:19.112865 run mass: MS performed LU {at=1167041.161875287, lu_delay=5.115045176120475, ms=00076}
22:49:19.464817 run osmo-ms-mob/00087: Starting mobile
22:49:19.480988 run osmo-ms-mob/00087(pid=222): Launched
22:49:19.492580 run mass: MS start registered {at=1167041.541697659, delay=0.005532604176551104, ms=00087}
22:49:20.039207 run osmo-ms-mob/00088: Starting mobile
22:49:20.053215 run osmo-ms-mob/00088(pid=223): Launched
22:49:20.066210 run mass: MS start registered {at=1167042.115325572, delay=0.006825597956776619, ms=00088}
22:49:20.651438 run osmo-ms-mob/00089: Starting mobile
22:49:20.664520 run osmo-ms-mob/00089(pid=224): Launched
22:49:20.676165 run mass: MS start registered {at=1167042.725284568, delay=0.005622236058115959, ms=00089}
22:49:20.721893 run mass: MS performed LU {at=1167042.770886622, lu_delay=5.836497777840123, ms=00078}
22:49:20.823791 run mass: MS performed LU {at=1167042.872795214, lu_delay=5.628121586050838, ms=00079}
22:49:20.850753 run mass: MS performed LU {at=1167042.899808787, lu_delay=5.4224987220950425, ms=00080}
22:49:20.976254 run mass: MS performed LU {at=1167043.025276231, lu_delay=4.726278785150498, ms=00081}
22:49:21.014244 run mass: MS performed LU {at=1167043.063286021, lu_delay=22.732001919997856, ms=00031}
22:49:21.047653 run osmo-ms-mob/00090: Starting mobile
22:49:21.061534 run osmo-ms-mob/00090(pid=225): Launched
22:49:21.074273 run mass: MS start registered {at=1167043.123390832, delay=0.006757902912795544, ms=00090}
22:49:21.943465 run osmo-ms-mob/00091: Starting mobile
22:49:21.960903 run osmo-ms-mob/00091(pid=226): Launched
22:49:21.972472 run mass: MS start registered {at=1167044.021590477, delay=0.005573800066486001, ms=00091}
22:49:22.656342 run osmo-ms-mob/00092: Starting mobile
22:49:22.687587 run osmo-ms-mob/00092(pid=227): Launched
22:49:22.693690 run mass: MS performed LU {at=1167044.742814079, lu_delay=5.556397972861305, ms=00083}
22:49:22.699793 run mass: MS start registered {at=1167044.748916698, delay=0.006121399812400341, ms=00092}
22:49:22.752853 run mass: MS performed LU {at=1167044.801867225, lu_delay=4.9584452419076115, ms=00084}
22:49:22.821435 run mass: MS performed LU {at=1167044.870450652, lu_delay=6.131695838877931, ms=00082}
22:49:23.113477 run mass: MS performed LU {at=1167045.162495582, lu_delay=4.847060202853754, ms=00085}
22:49:23.437531 run osmo-ms-mob/00093: Starting mobile
22:49:23.451446 run osmo-ms-mob/00093(pid=228): Launched
22:49:23.463712 run mass: MS start registered {at=1167045.512828368, delay=0.005978964036330581, ms=00093}
22:49:24.364931 run osmo-ms-mob/00094: Starting mobile
22:49:24.381516 run osmo-ms-mob/00094(pid=229): Launched
22:49:24.392597 run mass: MS start registered {at=1167046.441712591, delay=0.005025182152166963, ms=00094}
22:49:24.590226 run mass: MS performed LU {at=1167046.639216344, lu_delay=5.0975186850409955, ms=00087}
22:49:24.617635 run mass: MS performed LU {at=1167046.666675134, lu_delay=5.732622904004529, ms=00086}
22:49:24.722995 run mass: MS performed LU {at=1167046.771955379, lu_delay=4.656629807082936, ms=00088}
22:49:25.264268 run osmo-ms-mob/00095: Starting mobile
22:49:25.282664 run osmo-ms-mob/00095(pid=230): Launched
22:49:25.301139 run mass: MS start registered {at=1167047.350250769, delay=0.007941873976960778, ms=00095}
22:49:26.256180 run osmo-ms-mob/00096: Starting mobile
22:49:26.273119 run osmo-ms-mob/00096(pid=231): Launched
22:49:26.286250 run mass: MS start registered {at=1167048.335349697, delay=0.0071109929122030735, ms=00096}
22:49:26.453967 run mass: MS performed LU {at=1167048.502968015, lu_delay=5.3795771829318255, ms=00090}
22:49:26.518788 run mass: MS performed LU {at=1167048.567804928, lu_delay=5.842520359903574, ms=00089}
22:49:26.588256 run mass: MS performed LU {at=1167048.637279469, lu_delay=22.22326508210972, ms=00049}
22:49:26.859745 run mass: MS performed LU {at=1167048.90876051, lu_delay=4.887170032830909, ms=00091}
22:49:27.337829 run osmo-ms-mob/00097: Starting mobile
22:49:27.351661 run osmo-ms-mob/00097(pid=232): Launched
22:49:27.368855 run mass: MS start registered {at=1167049.417959798, delay=0.011264387983828783, ms=00097}
22:49:28.355683 run mass: MS performed LU {at=1167050.404700518, lu_delay=4.891872149892151, ms=00093}
22:49:28.382818 run mass: MS performed LU {at=1167050.431866898, lu_delay=5.682950200047344, ms=00092}
22:49:28.657268 run osmo-ms-mob/00098: Starting mobile
22:49:28.673959 run osmo-ms-mob/00098(pid=233): Launched
22:49:28.684990 run mass: MS start registered {at=1167050.734108487, delay=0.00505010480992496, ms=00098}
22:49:30.219699 run mass: MS performed LU {at=1167052.268680611, lu_delay=5.8269680198282, ms=00094}
22:49:30.466681 run osmo-ms-mob/00099: Starting mobile
22:49:30.483473 run osmo-ms-mob/00099(pid=234): Launched
22:49:30.489515 run mass: All started... {duration=55.77483690995723, too_slow=0}
22:49:30.500315 run mass: MS start registered {at=1167052.549429371, delay=0.010783302132040262, ms=00099}
22:49:32.121270 run mass: MS performed LU {at=1167054.170282956, lu_delay=5.834933259058744, ms=00096}
22:49:32.147479 run mass: MS performed LU {at=1167054.196589662, lu_delay=4.778629864100367, ms=00097}
22:49:33.985752 run mass: MS performed LU {at=1167056.034748495, lu_delay=5.300640008179471, ms=00098}
22:49:35.887937 run mass: MS performed LU {at=1167057.936953277, lu_delay=5.387523906072602, ms=00099}
22:49:47.401363 run mass: MS performed LU {at=1167069.450339397, lu_delay=22.10008862800896, ms=00095}
22:49:47.423321 run mass: Tests done {all_completed=True, max=22.732001919997856, min=3.5755891900043935}
22:49:47.428903 tst register_default_mass.py: Test passed (90.7 sec)
22:49:47.434142 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:47.437322 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:47.440461 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:47.443625 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:47.446758 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:47.449970 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:47.453149 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:47.456399 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:47.459539 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:47.462750 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:47.465950 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:47.469124 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:47.472289 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:47.475490 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:47.478726 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:47.481898 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:47.485125 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:47.488357 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:47.491605 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:47.494834 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:47.498079 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:47.501294 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:47.504483 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:47.507716 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:47.511638 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:47.514874 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:47.518114 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:47.521352 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:47.524599 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:47.527879 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:47.533170 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:47.536619 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:47.539882 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:47.543270 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:47.546683 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:47.550077 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:47.553414 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:47.556724 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:47.560381 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:47.563978 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:47.567869 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:47.571141 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:47.574409 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:47.577732 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:47.581019 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:47.584311 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:47.587631 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:47.591178 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:47.594466 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:47.597739 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:47.601118 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:47.604434 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:47.608052 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:47.611759 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:47.615656 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:47.619049 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:47.622418 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:47.625821 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:47.629173 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:47.632553 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:47.636076 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:47.639463 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:47.642822 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:47.646227 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:47.649614 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:47.652976 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:47.656363 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:47.660078 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:47.663639 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:47.667236 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:47.671141 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:47.674743 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:47.678455 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:47.681887 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:47.685599 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:47.688978 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:47.692381 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:47.695716 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:47.699040 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:47.702434 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:47.705817 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:47.709241 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:47.712640 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:47.715989 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:47.719334 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:47.722654 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:47.726027 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:47.729392 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:47.732720 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:47.736113 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:47.739470 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:47.742869 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:47.746190 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:47.749545 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:47.752899 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:47.756259 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:47.759716 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:47.763159 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:47.766632 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:47.770101 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:47.773535 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:47.776948 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:47.780340 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:47.783691 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:47.787036 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:47.790387 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:47.793727 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:47.797128 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:47.800584 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:47.804366 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:47.807808 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:47.811181 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:47.814654 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:47.818012 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:47.821502 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:47.824945 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:47.828270 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:47.831604 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:47.834909 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:47.838226 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:47.841534 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:47.844846 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:47.848132 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:47.851379 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:47.854611 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:47.857856 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:47.861097 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:47.864332 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:47.867574 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:47.870807 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:47.874047 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:47.877279 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:47.880537 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:47.883793 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:47.887046 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:47.890289 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:47.893556 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:47.896810 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:47.900051 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:47.903300 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:47.906523 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:47.909759 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:47.912999 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:47.916237 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:47.919480 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:47.922712 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:47.925960 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:47.929211 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:47.932445 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:47.935694 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:47.938934 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:47.942187 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:47.945427 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:47.948663 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:47.951914 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:47.955172 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:47.958417 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:47.961653 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:47.964893 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:47.968131 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:47.971381 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:47.974618 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:47.977875 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:47.981118 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:47.984357 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:47.987604 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:47.990853 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:47.994096 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:47.997343 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:48.000587 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:48.003836 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:48.007092 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:48.010342 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:48.013578 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:48.016825 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:48.020070 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:48.023332 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:48.026576 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:48.029814 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:48.033074 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:48.036313 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:48.039555 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:48.042799 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:48.046044 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:48.049274 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:48.052528 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:48.055767 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:48.059011 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:48.062240 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:48.065484 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:48.068721 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:48.071970 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:48.075204 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:48.078428 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:48.081682 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:48.084935 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:48.088183 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:48.091424 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:48.094657 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:48.097904 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:48.101159 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:48.104412 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:48.107649 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:48.110879 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:48.114114 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:48.117347 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:48.120606 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:48.123848 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:48.127101 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:48.130341 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:48.133587 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:48.136866 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:48.140166 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:48.143484 --- ParallelTerminationStrategy: PID 22 died...
22:49:48.144987 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:48.148672 --- ParallelTerminationStrategy: PID 23 died...
22:49:48.150146 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:48.153777 --- ParallelTerminationStrategy: PID 24 died...
22:49:48.155263 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:48.158896 --- ParallelTerminationStrategy: PID 25 died...
22:49:48.160366 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:48.163994 --- ParallelTerminationStrategy: PID 26 died...
22:49:48.165468 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:48.169129 --- ParallelTerminationStrategy: PID 27 died...
22:49:48.170604 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:48.174261 --- ParallelTerminationStrategy: PID 28 died...
22:49:48.175751 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:48.179447 --- ParallelTerminationStrategy: PID 29 died...
22:49:48.180927 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:48.184612 --- ParallelTerminationStrategy: PID 30 died...
22:49:48.186072 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:48.189737 --- ParallelTerminationStrategy: PID 31 died...
22:49:48.191216 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:48.194906 --- ParallelTerminationStrategy: PID 32 died...
22:49:48.196393 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:48.200087 --- ParallelTerminationStrategy: PID 33 died...
22:49:48.201588 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:48.205291 --- ParallelTerminationStrategy: PID 35 died...
22:49:48.206787 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:48.210465 --- ParallelTerminationStrategy: PID 36 died...
22:49:48.211958 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:48.215648 --- ParallelTerminationStrategy: PID 37 died...
22:49:48.217144 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:48.220833 --- ParallelTerminationStrategy: PID 38 died...
22:49:48.222314 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:48.225970 --- ParallelTerminationStrategy: PID 39 died...
22:49:48.227461 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:48.231147 --- ParallelTerminationStrategy: PID 40 died...
22:49:48.232634 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:48.236305 --- ParallelTerminationStrategy: PID 41 died...
22:49:48.237789 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:48.241459 --- ParallelTerminationStrategy: PID 42 died...
22:49:48.242942 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:48.246585 --- ParallelTerminationStrategy: PID 43 died...
22:49:48.248092 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:48.251755 --- ParallelTerminationStrategy: PID 44 died...
22:49:48.253238 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:48.256897 --- ParallelTerminationStrategy: PID 45 died...
22:49:48.258374 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:48.262034 --- ParallelTerminationStrategy: PID 46 died...
22:49:48.263543 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:48.267193 --- ParallelTerminationStrategy: PID 47 died...
22:49:48.268681 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:48.272315 --- ParallelTerminationStrategy: PID 48 died...
22:49:48.273790 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:48.277460 --- ParallelTerminationStrategy: PID 49 died...
22:49:48.278947 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:48.282592 --- ParallelTerminationStrategy: PID 50 died...
22:49:48.284066 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:48.287735 --- ParallelTerminationStrategy: PID 51 died...
22:49:48.289205 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:48.292860 --- ParallelTerminationStrategy: PID 52 died...
22:49:48.294335 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:48.298007 --- ParallelTerminationStrategy: PID 53 died...
22:49:48.299483 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:48.303118 --- ParallelTerminationStrategy: PID 54 died...
22:49:48.304594 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:48.308249 --- ParallelTerminationStrategy: PID 55 died...
22:49:48.309731 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:48.313405 --- ParallelTerminationStrategy: PID 56 died...
22:49:48.314887 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:48.318544 --- ParallelTerminationStrategy: PID 57 died...
22:49:48.320033 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:48.323677 --- ParallelTerminationStrategy: PID 58 died...
22:49:48.325150 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:48.328815 --- ParallelTerminationStrategy: PID 59 died...
22:49:48.330292 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:48.333935 --- ParallelTerminationStrategy: PID 60 died...
22:49:48.335407 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:48.339060 --- ParallelTerminationStrategy: PID 61 died...
22:49:48.340539 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:48.344192 --- ParallelTerminationStrategy: PID 62 died...
22:49:48.345664 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:48.349316 --- ParallelTerminationStrategy: PID 63 died...
22:49:48.350788 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:48.354432 --- ParallelTerminationStrategy: PID 64 died...
22:49:48.355929 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:48.359600 --- ParallelTerminationStrategy: PID 65 died...
22:49:48.361069 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:48.364720 --- ParallelTerminationStrategy: PID 66 died...
22:49:48.366199 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:48.369845 --- ParallelTerminationStrategy: PID 67 died...
22:49:48.371323 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:48.375000 --- ParallelTerminationStrategy: PID 68 died...
22:49:48.376490 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:48.380132 --- ParallelTerminationStrategy: PID 69 died...
22:49:48.381609 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:48.385261 --- ParallelTerminationStrategy: PID 70 died...
22:49:48.386731 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:48.390364 --- ParallelTerminationStrategy: PID 71 died...
22:49:48.391838 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:48.395499 --- ParallelTerminationStrategy: PID 72 died...
22:49:48.396964 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:48.400614 --- ParallelTerminationStrategy: PID 73 died...
22:49:48.402094 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:48.405741 --- ParallelTerminationStrategy: PID 74 died...
22:49:48.407225 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:48.410898 --- ParallelTerminationStrategy: PID 75 died...
22:49:48.412383 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:48.416038 --- ParallelTerminationStrategy: PID 76 died...
22:49:48.417504 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:48.421167 --- ParallelTerminationStrategy: PID 77 died...
22:49:48.422648 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:48.426303 --- ParallelTerminationStrategy: PID 78 died...
22:49:48.427811 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:48.431465 --- ParallelTerminationStrategy: PID 79 died...
22:49:48.432938 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:48.436591 --- ParallelTerminationStrategy: PID 80 died...
22:49:48.438069 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:48.441709 --- ParallelTerminationStrategy: PID 81 died...
22:49:48.443198 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:48.446854 --- ParallelTerminationStrategy: PID 82 died...
22:49:48.448342 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:48.451982 --- ParallelTerminationStrategy: PID 83 died...
22:49:48.453464 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:48.457031 --- ParallelTerminationStrategy: PID 84 died...
22:49:48.458454 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:48.462023 --- ParallelTerminationStrategy: PID 85 died...
22:49:48.463465 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:48.466991 --- ParallelTerminationStrategy: PID 86 died...
22:49:48.468421 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:48.471948 --- ParallelTerminationStrategy: PID 87 died...
22:49:48.473373 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:48.476939 --- ParallelTerminationStrategy: PID 88 died...
22:49:48.478361 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:48.481903 --- ParallelTerminationStrategy: PID 89 died...
22:49:48.483329 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:48.486852 --- ParallelTerminationStrategy: PID 90 died...
22:49:48.488290 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:48.491834 --- ParallelTerminationStrategy: PID 91 died...
22:49:48.493266 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:48.496859 --- ParallelTerminationStrategy: PID 92 died...
22:49:48.498326 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:48.501981 --- ParallelTerminationStrategy: PID 93 died...
22:49:48.503460 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:48.507134 --- ParallelTerminationStrategy: PID 94 died...
22:49:48.508611 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:48.512265 --- ParallelTerminationStrategy: PID 95 died...
22:49:48.513742 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:48.517392 --- ParallelTerminationStrategy: PID 96 died...
22:49:48.518870 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:48.522526 --- ParallelTerminationStrategy: PID 97 died...
22:49:48.524018 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:48.527717 --- ParallelTerminationStrategy: PID 98 died...
22:49:48.529160 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:48.532683 --- ParallelTerminationStrategy: PID 99 died...
22:49:48.534107 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:48.537647 --- ParallelTerminationStrategy: PID 100 died...
22:49:48.539083 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:48.542604 --- ParallelTerminationStrategy: PID 101 died...
22:49:48.544049 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:48.547580 --- ParallelTerminationStrategy: PID 102 died...
22:49:48.549024 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:48.552584 --- ParallelTerminationStrategy: PID 103 died...
22:49:48.554028 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:48.557571 --- ParallelTerminationStrategy: PID 104 died...
22:49:48.559018 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:48.562563 --- ParallelTerminationStrategy: PID 105 died...
22:49:48.564043 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:48.567596 --- ParallelTerminationStrategy: PID 106 died...
22:49:48.569032 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:48.572573 --- ParallelTerminationStrategy: PID 107 died...
22:49:48.573999 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:48.577559 --- ParallelTerminationStrategy: PID 108 died...
22:49:48.579013 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:48.582551 --- ParallelTerminationStrategy: PID 109 died...
22:49:48.583983 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:48.587531 --- ParallelTerminationStrategy: PID 110 died...
22:49:48.588977 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:48.592533 --- ParallelTerminationStrategy: PID 111 died...
22:49:48.593970 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:48.597533 --- ParallelTerminationStrategy: PID 112 died...
22:49:48.599002 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:48.602541 --- ParallelTerminationStrategy: PID 113 died...
22:49:48.603980 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:48.607540 --- ParallelTerminationStrategy: PID 114 died...
22:49:48.609001 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:48.612576 --- ParallelTerminationStrategy: PID 115 died...
22:49:48.614012 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:48.617555 --- ParallelTerminationStrategy: PID 116 died...
22:49:48.618999 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:48.622544 --- ParallelTerminationStrategy: PID 117 died...
22:49:48.623987 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:48.627533 --- ParallelTerminationStrategy: PID 118 died...
22:49:48.628969 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:48.632527 --- ParallelTerminationStrategy: PID 119 died...
22:49:48.633957 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:48.637532 --- ParallelTerminationStrategy: PID 120 died...
22:49:48.638978 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:48.642535 --- ParallelTerminationStrategy: PID 121 died...
22:49:48.644001 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:48.647547 --- ParallelTerminationStrategy: PID 122 died...
22:49:48.648985 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:48.652549 --- ParallelTerminationStrategy: PID 123 died...
22:49:48.653983 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:48.657527 --- ParallelTerminationStrategy: PID 124 died...
22:49:48.658970 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:48.662513 --- ParallelTerminationStrategy: PID 125 died...
22:49:48.663964 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:48.667529 --- ParallelTerminationStrategy: PID 126 died...
22:49:48.668971 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:48.672514 --- ParallelTerminationStrategy: PID 127 died...
22:49:48.673948 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:48.677511 --- ParallelTerminationStrategy: PID 128 died...
22:49:48.678951 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:48.682487 --- ParallelTerminationStrategy: PID 129 died...
22:49:48.683954 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:48.687509 --- ParallelTerminationStrategy: PID 130 died...
22:49:48.688950 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:48.692513 --- ParallelTerminationStrategy: PID 131 died...
22:49:48.693956 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:48.697642 --- ParallelTerminationStrategy: PID 132 died...
22:49:48.699096 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:48.702671 --- ParallelTerminationStrategy: PID 133 died...
22:49:48.704141 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:48.707700 --- ParallelTerminationStrategy: PID 134 died...
22:49:48.709146 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:48.712838 --- ParallelTerminationStrategy: PID 135 died...
22:49:48.714323 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:48.717995 --- ParallelTerminationStrategy: PID 136 died...
22:49:48.719468 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:48.723138 --- ParallelTerminationStrategy: PID 137 died...
22:49:48.724602 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:48.728271 --- ParallelTerminationStrategy: PID 138 died...
22:49:48.729731 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:48.733408 --- ParallelTerminationStrategy: PID 139 died...
22:49:48.734869 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:48.738548 --- ParallelTerminationStrategy: PID 140 died...
22:49:48.740045 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:48.743699 --- ParallelTerminationStrategy: PID 141 died...
22:49:48.745166 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:48.748810 --- ParallelTerminationStrategy: PID 142 died...
22:49:48.750275 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:48.753933 --- ParallelTerminationStrategy: PID 143 died...
22:49:48.755406 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:48.759051 --- ParallelTerminationStrategy: PID 144 died...
22:49:48.760534 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:48.764230 --- ParallelTerminationStrategy: PID 145 died...
22:49:48.765708 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:48.769388 --- ParallelTerminationStrategy: PID 146 died...
22:49:48.770887 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:48.774557 --- ParallelTerminationStrategy: PID 147 died...
22:49:48.776033 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:48.779693 --- ParallelTerminationStrategy: PID 148 died...
22:49:48.781161 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:48.784813 --- ParallelTerminationStrategy: PID 149 died...
22:49:48.786282 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:48.789960 --- ParallelTerminationStrategy: PID 150 died...
22:49:48.791427 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:48.795097 --- ParallelTerminationStrategy: PID 151 died...
22:49:48.796566 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:48.800233 --- ParallelTerminationStrategy: PID 152 died...
22:49:48.801694 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:48.805363 --- ParallelTerminationStrategy: PID 153 died...
22:49:48.806832 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:48.810473 --- ParallelTerminationStrategy: PID 154 died...
22:49:48.811963 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:48.815615 --- ParallelTerminationStrategy: PID 155 died...
22:49:48.817079 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:48.820754 --- ParallelTerminationStrategy: PID 156 died...
22:49:48.822228 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:48.825873 --- ParallelTerminationStrategy: PID 157 died...
22:49:48.827374 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:48.831052 --- ParallelTerminationStrategy: PID 158 died...
22:49:48.832522 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:48.836180 --- ParallelTerminationStrategy: PID 159 died...
22:49:48.837649 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:48.841324 --- ParallelTerminationStrategy: PID 160 died...
22:49:48.842785 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:48.846456 --- ParallelTerminationStrategy: PID 161 died...
22:49:48.847933 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:48.851588 --- ParallelTerminationStrategy: PID 162 died...
22:49:48.853053 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:48.856698 --- ParallelTerminationStrategy: PID 163 died...
22:49:48.858159 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:48.861798 --- ParallelTerminationStrategy: PID 164 died...
22:49:48.863275 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:48.866931 --- ParallelTerminationStrategy: PID 165 died...
22:49:48.868409 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:48.872064 --- ParallelTerminationStrategy: PID 166 died...
22:49:48.873542 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:48.877192 --- ParallelTerminationStrategy: PID 167 died...
22:49:48.878657 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:48.882295 --- ParallelTerminationStrategy: PID 168 died...
22:49:48.883785 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:48.887432 --- ParallelTerminationStrategy: PID 169 died...
22:49:48.888904 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:48.892566 --- ParallelTerminationStrategy: PID 170 died...
22:49:48.894030 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:48.897668 --- ParallelTerminationStrategy: PID 171 died...
22:49:48.899156 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:48.902797 --- ParallelTerminationStrategy: PID 172 died...
22:49:48.904265 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:48.907921 --- ParallelTerminationStrategy: PID 173 died...
22:49:48.909384 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:48.913032 --- ParallelTerminationStrategy: PID 174 died...
22:49:48.914487 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:48.918150 --- ParallelTerminationStrategy: PID 175 died...
22:49:48.919633 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:48.923281 --- ParallelTerminationStrategy: PID 176 died...
22:49:48.924756 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:48.928423 --- ParallelTerminationStrategy: PID 177 died...
22:49:48.929888 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:48.933552 --- ParallelTerminationStrategy: PID 178 died...
22:49:48.935034 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:48.938681 --- ParallelTerminationStrategy: PID 179 died...
22:49:48.940156 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:48.943796 --- ParallelTerminationStrategy: PID 180 died...
22:49:48.945262 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:48.948929 --- ParallelTerminationStrategy: PID 181 died...
22:49:48.950390 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:48.954051 --- ParallelTerminationStrategy: PID 182 died...
22:49:48.955534 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:48.959185 --- ParallelTerminationStrategy: PID 183 died...
22:49:48.960668 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:48.964335 --- ParallelTerminationStrategy: PID 184 died...
22:49:48.965805 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:48.969470 --- ParallelTerminationStrategy: PID 185 died...
22:49:48.970963 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:48.974589 --- ParallelTerminationStrategy: PID 186 died...
22:49:48.976065 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:48.979728 --- ParallelTerminationStrategy: PID 187 died...
22:49:48.981197 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:48.984776 --- ParallelTerminationStrategy: PID 188 died...
22:49:48.986209 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:48.989798 --- ParallelTerminationStrategy: PID 189 died...
22:49:48.991245 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:48.994817 --- ParallelTerminationStrategy: PID 190 died...
22:49:48.996264 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:48.999836 --- ParallelTerminationStrategy: PID 191 died...
22:49:49.001272 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:49.004848 --- ParallelTerminationStrategy: PID 192 died...
22:49:49.006286 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:49.009896 --- ParallelTerminationStrategy: PID 193 died...
22:49:49.011352 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:49.014925 --- ParallelTerminationStrategy: PID 194 died...
22:49:49.016357 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:49.019929 --- ParallelTerminationStrategy: PID 195 died...
22:49:49.021370 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:49.024971 --- ParallelTerminationStrategy: PID 196 died...
22:49:49.026412 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:49.030000 --- ParallelTerminationStrategy: PID 197 died...
22:49:49.031444 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:49.035038 --- ParallelTerminationStrategy: PID 198 died...
22:49:49.036485 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:49.040069 --- ParallelTerminationStrategy: PID 199 died...
22:49:49.041498 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:49.045072 --- ParallelTerminationStrategy: PID 200 died...
22:49:49.046517 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:49.050086 --- ParallelTerminationStrategy: PID 201 died...
22:49:49.051543 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:49.055101 --- ParallelTerminationStrategy: PID 202 died...
22:49:49.056535 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:49.060139 --- ParallelTerminationStrategy: PID 203 died...
22:49:49.061576 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:49.065152 --- ParallelTerminationStrategy: PID 204 died...
22:49:49.066581 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:49.070178 --- ParallelTerminationStrategy: PID 205 died...
22:49:49.071629 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:49.075215 --- ParallelTerminationStrategy: PID 206 died...
22:49:49.076649 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:49.080224 --- ParallelTerminationStrategy: PID 207 died...
22:49:49.081669 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:49.085251 --- ParallelTerminationStrategy: PID 208 died...
22:49:49.086684 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:49.090265 --- ParallelTerminationStrategy: PID 209 died...
22:49:49.091734 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:49.095324 --- ParallelTerminationStrategy: PID 210 died...
22:49:49.096754 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:49.100328 --- ParallelTerminationStrategy: PID 211 died...
22:49:49.101762 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:49.105406 --- ParallelTerminationStrategy: PID 212 died...
22:49:49.106881 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:49.110461 --- ParallelTerminationStrategy: PID 213 died...
22:49:49.111895 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:49.115539 --- ParallelTerminationStrategy: PID 214 died...
22:49:49.116980 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:49.120536 --- ParallelTerminationStrategy: PID 215 died...
22:49:49.121989 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:49.125642 --- ParallelTerminationStrategy: PID 216 died...
22:49:49.127104 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:49.130755 --- ParallelTerminationStrategy: PID 217 died...
22:49:49.132241 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:49.135883 --- ParallelTerminationStrategy: PID 218 died...
22:49:49.137342 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:49.140979 --- ParallelTerminationStrategy: PID 219 died...
22:49:49.142456 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:49.146094 --- ParallelTerminationStrategy: PID 220 died...
22:49:49.147564 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:49.151206 --- ParallelTerminationStrategy: PID 221 died...
22:49:49.152677 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:49.156346 --- ParallelTerminationStrategy: PID 222 died...
22:49:49.157817 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:49.161456 --- ParallelTerminationStrategy: PID 223 died...
22:49:49.162939 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:49.166580 --- ParallelTerminationStrategy: PID 224 died...
22:49:49.168060 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:49.171709 --- ParallelTerminationStrategy: PID 225 died...
22:49:49.173169 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:49.176808 --- ParallelTerminationStrategy: PID 226 died...
22:49:49.178275 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:49.181931 --- ParallelTerminationStrategy: PID 227 died...
22:49:49.183405 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:49.187060 --- ParallelTerminationStrategy: PID 228 died...
22:49:49.188522 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:49.192177 --- ParallelTerminationStrategy: PID 229 died...
22:49:49.193641 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:49.197329 --- ParallelTerminationStrategy: PID 230 died...
22:49:49.198797 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:49.202463 --- ParallelTerminationStrategy: PID 231 died...
22:49:49.203930 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:49.207572 --- ParallelTerminationStrategy: PID 232 died...
22:49:49.209029 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:49.212691 --- ParallelTerminationStrategy: PID 233 died...
22:49:49.214152 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:49.217802 --- ParallelTerminationStrategy: PID 234 died...
22:49:49.219267 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:52.623768 --- ParallelTerminationStrategy: PID 34 died...
22:49:52.629509 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8397 netreg_mass PASS
---------------------------------------------------------------------
22:49:52.691252 tst trial-8397: Storing JUnit report in /build/trial-8397/run.2026-07-19_22-48-16/trial-8397.xml
--------------------------------------------------------------------------------------------
trial-8397 PASS
--------------------------------------------------------------------------------------------
22:49:52.700953 tst trial-8397: trial-8397: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (90.7 sec)
+ exit_code=0
+ rm -rf trial-8397/inst
+ cd trial-8397
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-07-19 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8397-run.tgz run.2026-07-19_22-48-16
+ tar czf /build/trial-8397-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-07-19_13_27_38.tgz osmo-bts-oc2g.build-2026-07-19_00_52_22.tgz osmo-bts-sysmo.build-2026-07-19_00_52_19.tgz osmo-bts.build-2026-07-19_00_52_41.tgz osmo-ggsn.build-2026-07-19_20_43_24.tgz osmo-hlr.build-2026-07-19_16_37_41.tgz osmo-hnbgw.build-2026-07-19_13_31_15.tgz osmo-mgw.build-2026-07-19_08_33_39.tgz osmo-msc.build-2026-07-19_13_35_51.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-07-19_07_35_00.tgz osmo-pcu-sysmo.build-2026-07-19_07_34_58.tgz osmo-pcu.build-2026-07-19_07_34_58.tgz osmo-sgsn.build-2026-07-19_20_49_54.tgz osmo-stp.build-2026-07-19_13_25_44.tgz osmo-trx.build-2026-07-19_14_22_27.tgz osmocom-bb.build-2026-07-19_21_18_14.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