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/jenkins9451937994494044897.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-8408
+ 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
f69f41a ttcn3-asterisk-ims-ue-test: set execfn
+ 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 [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
#7 CACHED
#8 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#8 CACHED
#9 [ 3/28] RUN groupadd osmo-gsm-tester
#9 CACHED
#10 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#10 CACHED
#11 [ 2/28] RUN useradd -ms /bin/bash jenkins
#11 CACHED
#12 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#12 CACHED
#13 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#13 CACHED
#14 [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
#14 CACHED
#15 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#15 CACHED
#16 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#16 CACHED
#17 [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
#17 CACHED
#18 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#18 CACHED
#19 [ 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
#19 CACHED
#20 [ 9/28] COPY SSH /root/.ssh
#20 CACHED
#21 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#21 CACHED
#22 [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
#22 CACHED
#23 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#23 CACHED
#24 [20/28] WORKDIR /TMP
#24 CACHED
#25 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#25 CACHED
#26 [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
#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 [ 8/28] RUN MKDIR /var/run/sshd
#28 CACHED
#29 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#29 CACHED
#30 [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
#30 CACHED
#31 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#31 CACHED
#32 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:24894c243c4cdebf40caab76085a0fa74f9763412d6695b75e2d297f99a1cb54 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
[33m2 warnings found (use docker --debug to expand):
[0m - InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
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=8409 -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-31 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8409
+ mkdir -p trial-8409
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-07-31_13_28_03.tgz osmo-bts-oc2g.build-2026-07-31_00_52_24.tgz osmo-bts-sysmo.build-2026-07-31_00_52_20.tgz osmo-bts.build-2026-07-31_00_52_26.tgz osmo-ggsn.build-2026-07-31_20_43_15.tgz osmo-hlr.build-2026-07-31_16_37_43.tgz osmo-hnbgw.build-2026-07-31_13_32_02.tgz osmo-mgw.build-2026-07-31_08_33_41.tgz osmo-msc.build-2026-07-31_13_34_22.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-07-31_07_35_11.tgz osmo-pcu-sysmo.build-2026-07-31_07_35_10.tgz osmo-pcu.build-2026-07-31_07_35_12.tgz osmo-sgsn.build-2026-07-31_20_49_36.tgz osmo-stp.build-2026-07-31_13_26_12.tgz osmo-trx.build-2026-07-31_14_22_32.tgz osmocom-bb.build-2026-07-31_21_18_47.tgz srslte.build-19.tgz trial-8409
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-07-31_13_28_03.md5 osmo-bts-oc2g.build-2026-07-31_00_52_24.md5 osmo-bts-sysmo.build-2026-07-31_00_52_20.md5 osmo-bts.build-2026-07-31_00_52_26.md5 osmo-ggsn.build-2026-07-31_20_43_15.md5 osmo-hlr.build-2026-07-31_16_37_43.md5 osmo-hnbgw.build-2026-07-31_13_32_02.md5 osmo-mgw.build-2026-07-31_08_33_41.md5 osmo-msc.build-2026-07-31_13_34_22.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-07-31_07_35_11.md5 osmo-pcu-sysmo.build-2026-07-31_07_35_10.md5 osmo-pcu.build-2026-07-31_07_35_12.md5 osmo-sgsn.build-2026-07-31_20_49_36.md5 osmo-stp.build-2026-07-31_13_26_12.md5 osmo-trx.build-2026-07-31_14_22_32.md5 osmocom-bb.build-2026-07-31_21_18_47.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-07-31_13_28_03.md5 osmo-bts-oc2g.build-2026-07-31_00_52_24.md5 osmo-bts-sysmo.build-2026-07-31_00_52_20.md5 osmo-bts.build-2026-07-31_00_52_26.md5 osmo-ggsn.build-2026-07-31_20_43_15.md5 osmo-hlr.build-2026-07-31_16_37_43.md5 osmo-hnbgw.build-2026-07-31_13_32_02.md5 osmo-mgw.build-2026-07-31_08_33_41.md5 osmo-msc.build-2026-07-31_13_34_22.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-07-31_07_35_11.md5 osmo-pcu-sysmo.build-2026-07-31_07_35_10.md5 osmo-pcu.build-2026-07-31_07_35_12.md5 osmo-sgsn.build-2026-07-31_20_49_36.md5 osmo-stp.build-2026-07-31_13_26_12.md5 osmo-trx.build-2026-07-31_14_22_32.md5 osmocom-bb.build-2026-07-31_21_18_47.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-8409 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8409'
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-8409
--------------------------------------------------------------------------------------------
22:48:16.893219 tst trial-8409: Detailed log at /build/trial-8409/run.2026-07-31_22-48-16/log
---------------------------------------------------------------------
trial-8409 netreg_mass
---------------------------------------------------------------------
22:48:17.102011 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.102370 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.103141 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.104283 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.144125 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.144881 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.145988 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.207206 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-8409 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.208071 tst register_default_mass.py:9: Claiming resources for the test
22:48:17.222348 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.222888 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.223354 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.223786 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.224224 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.224670 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.225121 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.251276 tst register_default_mass.py: using LAC 2
22:48:17.268536 tst register_default_mass.py: using RAC 2
22:48:17.287190 tst register_default_mass.py: using CellId 2
22:48:17.307666 tst register_default_mass.py: using BVCI 3
22:48:17.317429 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.318047 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.318603 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.319122 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.319619 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.320135 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.320631 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.321122 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.321646 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.322145 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.322641 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.323162 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.323665 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.324169 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.324676 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.325188 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.325689 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.326183 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.326677 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.327192 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.327682 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.328190 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.328694 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.329188 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.329691 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.330193 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.330689 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.331208 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.331713 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.332202 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.332686 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.333197 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.333696 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.334208 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.334715 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.335225 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.335732 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.336228 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.336722 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.337226 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.337712 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.338206 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.338711 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.339213 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.339701 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.340199 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.340690 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.341183 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.341675 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.342161 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.342651 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.343163 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.343651 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.344133 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.344630 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.345119 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.345602 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.346105 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.346597 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.347086 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.347573 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.348062 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.348548 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.349055 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.349544 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.350033 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.350535 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.351042 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.351534 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.352033 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.352522 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.353014 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.353579 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.354070 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.354553 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.355046 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.355525 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.356004 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.356484 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.356969 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.357443 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.357914 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.358402 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.358883 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.359376 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.359864 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.360343 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.360832 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.361316 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.361798 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.362300 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.362787 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.363288 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.363784 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.364265 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.364736 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.365224 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.365714 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.366196 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.366691 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.367186 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.367737 tst register_default_mass.py:21: Launching a simple network
22:48:17.377149 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.493194 run create_hlr_db(pid=20): Launched
22:48:18.507285 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.523376 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.538164 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.543607 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.735751 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.750280 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.755629 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.160719 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.175400 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.190884 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.328180 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.342819 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.348266 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.371289 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.386026 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.391485 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.697861 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.712881 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.744643 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.914223 run osmo-bts-virtual(pid=34): Launched
22:48:29.944873 tst register_default_mass.py: using MSISDN 1001
22:48:29.956475 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:29.985615 tst register_default_mass.py: using MSISDN 1002
22:48:29.998721 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.021963 tst register_default_mass.py: using MSISDN 1003
22:48:30.032439 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.055324 tst register_default_mass.py: using MSISDN 1004
22:48:30.065364 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.088192 tst register_default_mass.py: using MSISDN 1005
22:48:30.098170 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.121256 tst register_default_mass.py: using MSISDN 1006
22:48:30.131345 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.154137 tst register_default_mass.py: using MSISDN 1007
22:48:30.164110 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.186970 tst register_default_mass.py: using MSISDN 1008
22:48:30.197019 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.219935 tst register_default_mass.py: using MSISDN 1009
22:48:30.229955 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.253214 tst register_default_mass.py: using MSISDN 1010
22:48:30.263275 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.286592 tst register_default_mass.py: using MSISDN 1011
22:48:30.296831 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.319795 tst register_default_mass.py: using MSISDN 1012
22:48:30.330011 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.353429 tst register_default_mass.py: using MSISDN 1013
22:48:30.363704 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.386485 tst register_default_mass.py: using MSISDN 1014
22:48:30.396512 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.419329 tst register_default_mass.py: using MSISDN 1015
22:48:30.429345 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.452173 tst register_default_mass.py: using MSISDN 1016
22:48:30.462166 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.485522 tst register_default_mass.py: using MSISDN 1017
22:48:30.495708 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.519157 tst register_default_mass.py: using MSISDN 1018
22:48:30.529495 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.552448 tst register_default_mass.py: using MSISDN 1019
22:48:30.562601 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:30.585719 tst register_default_mass.py: using MSISDN 1020
22:48:30.595785 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:30.618932 tst register_default_mass.py: using MSISDN 1021
22:48:30.629100 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:30.651677 tst register_default_mass.py: using MSISDN 1022
22:48:30.661676 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:30.685026 tst register_default_mass.py: using MSISDN 1023
22:48:30.694012 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:30.717202 tst register_default_mass.py: using MSISDN 1024
22:48:30.729099 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:30.751730 tst register_default_mass.py: using MSISDN 1025
22:48:30.761670 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:30.784730 tst register_default_mass.py: using MSISDN 1026
22:48:30.794485 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:30.817611 tst register_default_mass.py: using MSISDN 1027
22:48:30.827378 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:30.850337 tst register_default_mass.py: using MSISDN 1028
22:48:30.860188 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:30.888655 tst register_default_mass.py: using MSISDN 1029
22:48:30.900808 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:30.923554 tst register_default_mass.py: using MSISDN 1030
22:48:30.933580 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:30.956311 tst register_default_mass.py: using MSISDN 1031
22:48:30.966024 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:30.988935 tst register_default_mass.py: using MSISDN 1032
22:48:30.998581 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.020891 tst register_default_mass.py: using MSISDN 1033
22:48:31.030436 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.052675 tst register_default_mass.py: using MSISDN 1034
22:48:31.062124 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.084249 tst register_default_mass.py: using MSISDN 1035
22:48:31.093662 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.115954 tst register_default_mass.py: using MSISDN 1036
22:48:31.125250 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.147133 tst register_default_mass.py: using MSISDN 1037
22:48:31.156471 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.178573 tst register_default_mass.py: using MSISDN 1038
22:48:31.187832 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.209996 tst register_default_mass.py: using MSISDN 1039
22:48:31.219331 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.241669 tst register_default_mass.py: using MSISDN 1040
22:48:31.251132 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.273283 tst register_default_mass.py: using MSISDN 1041
22:48:31.282699 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:31.304858 tst register_default_mass.py: using MSISDN 1042
22:48:31.313848 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:31.335944 tst register_default_mass.py: using MSISDN 1043
22:48:31.345149 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:31.367547 tst register_default_mass.py: using MSISDN 1044
22:48:31.376828 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:31.398899 tst register_default_mass.py: using MSISDN 1045
22:48:31.408266 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:31.430463 tst register_default_mass.py: using MSISDN 1046
22:48:31.439875 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:31.462263 tst register_default_mass.py: using MSISDN 1047
22:48:31.471701 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:31.494059 tst register_default_mass.py: using MSISDN 1048
22:48:31.503524 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:31.525879 tst register_default_mass.py: using MSISDN 1049
22:48:31.535211 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:31.557408 tst register_default_mass.py: using MSISDN 1050
22:48:31.566816 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:31.588802 tst register_default_mass.py: using MSISDN 1051
22:48:31.598085 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:31.620315 tst register_default_mass.py: using MSISDN 1052
22:48:31.629743 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:31.652104 tst register_default_mass.py: using MSISDN 1053
22:48:31.661599 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:31.684031 tst register_default_mass.py: using MSISDN 1054
22:48:31.693532 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:31.716187 tst register_default_mass.py: using MSISDN 1055
22:48:31.725864 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:31.748769 tst register_default_mass.py: using MSISDN 1056
22:48:31.758520 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:31.781548 tst register_default_mass.py: using MSISDN 1057
22:48:31.791219 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:31.814089 tst register_default_mass.py: using MSISDN 1058
22:48:31.823891 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:31.846351 tst register_default_mass.py: using MSISDN 1059
22:48:31.855774 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:31.878355 tst register_default_mass.py: using MSISDN 1060
22:48:31.887534 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:31.909774 tst register_default_mass.py: using MSISDN 1061
22:48:31.915682 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:31.937717 tst register_default_mass.py: using MSISDN 1062
22:48:31.945735 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:31.968180 tst register_default_mass.py: using MSISDN 1063
22:48:31.977345 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:31.999552 tst register_default_mass.py: using MSISDN 1064
22:48:32.008965 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:32.031575 tst register_default_mass.py: using MSISDN 1065
22:48:32.041023 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:32.063776 tst register_default_mass.py: using MSISDN 1066
22:48:32.073394 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:32.096267 tst register_default_mass.py: using MSISDN 1067
22:48:32.105994 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:32.129081 tst register_default_mass.py: using MSISDN 1068
22:48:32.138984 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:32.162054 tst register_default_mass.py: using MSISDN 1069
22:48:32.171794 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:32.194761 tst register_default_mass.py: using MSISDN 1070
22:48:32.204582 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:32.227011 tst register_default_mass.py: using MSISDN 1071
22:48:32.236475 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:32.258944 tst register_default_mass.py: using MSISDN 1072
22:48:32.268518 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:32.291415 tst register_default_mass.py: using MSISDN 1073
22:48:32.301100 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:32.323650 tst register_default_mass.py: using MSISDN 1074
22:48:32.333225 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:32.356040 tst register_default_mass.py: using MSISDN 1075
22:48:32.365817 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:32.389131 tst register_default_mass.py: using MSISDN 1076
22:48:32.398539 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:32.421801 tst register_default_mass.py: using MSISDN 1077
22:48:32.433913 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:32.457559 tst register_default_mass.py: using MSISDN 1078
22:48:32.468144 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:32.491292 tst register_default_mass.py: using MSISDN 1079
22:48:32.501510 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:32.528730 tst register_default_mass.py: using MSISDN 1080
22:48:32.540823 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:32.564022 tst register_default_mass.py: using MSISDN 1081
22:48:32.574560 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:32.598025 tst register_default_mass.py: using MSISDN 1082
22:48:32.608331 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:32.631599 tst register_default_mass.py: using MSISDN 1083
22:48:32.641350 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:32.664192 tst register_default_mass.py: using MSISDN 1084
22:48:32.674271 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:32.697660 tst register_default_mass.py: using MSISDN 1085
22:48:32.707866 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:32.730980 tst register_default_mass.py: using MSISDN 1086
22:48:32.741038 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:32.764112 tst register_default_mass.py: using MSISDN 1087
22:48:32.774203 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:32.797623 tst register_default_mass.py: using MSISDN 1088
22:48:32.807889 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:32.831018 tst register_default_mass.py: using MSISDN 1089
22:48:32.841138 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:32.864398 tst register_default_mass.py: using MSISDN 1090
22:48:32.874617 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:32.897644 tst register_default_mass.py: using MSISDN 1091
22:48:32.907823 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:32.930969 tst register_default_mass.py: using MSISDN 1092
22:48:32.941125 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:32.964124 tst register_default_mass.py: using MSISDN 1093
22:48:32.974142 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:32.997580 tst register_default_mass.py: using MSISDN 1094
22:48:33.007848 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:33.030964 tst register_default_mass.py: using MSISDN 1095
22:48:33.040977 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:33.064025 tst register_default_mass.py: using MSISDN 1096
22:48:33.074187 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:33.097457 tst register_default_mass.py: using MSISDN 1097
22:48:33.107563 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:33.131034 tst register_default_mass.py: using MSISDN 1098
22:48:33.141267 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:33.164083 tst register_default_mass.py: using MSISDN 1099
22:48:33.173994 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:33.197509 tst register_default_mass.py: using MSISDN 1100
22:48:33.207683 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:33.293621 run mass: Starting testcase
22:48:33.299181 run mass: Pre-launching all virtphy's
22:48:33.304672 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:33.317693 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:33.323865 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:33.336861 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:33.342959 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:33.355890 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:33.361993 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:33.375096 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:33.381256 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:33.394381 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:33.400458 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:33.413404 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:33.419414 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:33.432306 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:33.438312 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:33.451229 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:33.457351 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:33.470450 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:33.476487 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:33.489607 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:33.495613 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:33.508581 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:33.514600 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:33.527447 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:33.533431 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:33.546202 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:33.552145 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:33.564961 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:33.570888 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:33.583713 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:33.589610 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:33.602325 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:33.608275 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:33.621057 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:33.626991 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:33.639889 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:33.645779 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:33.658632 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:33.664590 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:33.677529 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:33.683439 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:33.696339 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:33.702232 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:33.715200 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:33.721087 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:33.733951 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:33.739885 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:33.752699 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:33.758581 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:33.771381 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:33.777294 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:33.790176 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:33.796080 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:33.808880 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:33.814810 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:33.827706 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:33.833783 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:33.847354 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:33.853528 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:33.866647 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:33.872659 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:33.885895 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:33.891867 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:33.904767 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:33.910663 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:33.923561 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:33.929575 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:33.942559 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:33.948708 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:33.961737 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:33.967738 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:33.980575 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:33.986490 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:33.999358 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:34.005261 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:34.018039 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:34.023938 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:34.036800 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:34.042697 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:34.055480 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:34.061401 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:34.074188 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:34.080117 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:34.092913 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:34.098880 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:34.111667 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:34.117630 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:34.130571 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:34.136615 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:34.149399 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:34.155360 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:34.168259 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:34.174183 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:34.187062 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:34.192996 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:34.205783 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:34.211733 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:34.224519 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:34.230406 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:34.243238 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:34.249183 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:34.262006 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:34.267949 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:34.280702 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:34.286576 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:34.299363 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:34.305247 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:34.318073 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:34.323982 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:34.336818 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:34.342812 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:34.355856 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:34.361859 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:34.374845 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:34.380873 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:34.393899 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:34.400013 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:34.413066 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:34.419181 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:34.432244 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:34.438285 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:34.451268 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:34.457347 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:34.470374 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:34.476439 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:34.489472 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:34.495564 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:34.508636 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:34.514685 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:34.527702 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:34.533764 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:34.546826 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:34.552856 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:34.565720 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:34.571750 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:34.584615 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:34.590700 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:34.603614 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:34.609671 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:34.622586 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:34.628521 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:34.641565 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:34.647600 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:34.660633 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:34.666659 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:34.679746 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:34.685836 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:34.698832 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:34.704812 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:34.717670 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:34.723658 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:34.736606 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:34.742616 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:34.755456 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:34.761515 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:34.774429 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:34.780447 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:34.793350 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:34.799324 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:34.812282 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:34.818261 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:34.831364 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:34.837447 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:34.850674 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:34.856687 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:34.869798 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:34.875972 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:34.888918 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:34.895027 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:34.907926 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:34.913987 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:34.926795 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:34.932773 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:34.945621 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:34.951667 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:34.964517 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:34.970526 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:34.983407 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:34.989405 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:35.002266 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:35.008375 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:35.021434 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:35.027404 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:35.040164 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:35.046130 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:35.059005 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:35.065235 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:35.078322 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:35.084377 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:35.097320 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:35.103295 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:35.116521 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:35.122612 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:35.135859 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:35.141870 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:35.154910 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:35.161038 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:35.174357 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:35.180465 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:35.193486 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:35.199480 run mass: Checking if sockets are in the filesystem
22:48:35.231872 run osmo-ms-mob/00000: Starting mobile
22:48:35.244913 run osmo-ms-mob/00000(pid=135): Launched
22:48:35.261128 run mass: MS start registered {at=2203797.310234035, delay=0.010191043838858604, ms=00000}
22:48:39.415899 run osmo-ms-mob/00001: Starting mobile
22:48:39.428927 run osmo-ms-mob/00001(pid=136): Launched
22:48:39.441814 run mass: MS start registered {at=2203801.490924824, delay=0.00690368702635169, ms=00001}
22:48:40.331506 run mass: MS performed LU {at=2203802.380494501, lu_delay=5.070260466076434, ms=00000}
22:48:41.247634 run osmo-ms-mob/00002: Starting mobile
22:48:41.264390 run osmo-ms-mob/00002(pid=137): Launched
22:48:41.280759 run mass: MS start registered {at=2203803.329855567, delay=0.010355517733842134, ms=00002}
22:48:42.547295 run osmo-ms-mob/00003: Starting mobile
22:48:42.564343 run osmo-ms-mob/00003(pid=138): Launched
22:48:42.576059 run mass: MS start registered {at=2203804.625176348, delay=0.005724158603698015, ms=00003}
22:48:43.646671 run osmo-ms-mob/00004: Starting mobile
22:48:43.663294 run osmo-ms-mob/00004(pid=139): Launched
22:48:43.675363 run mass: MS start registered {at=2203805.724479837, delay=0.0061227609403431416, ms=00004}
22:48:44.616731 run osmo-ms-mob/00005: Starting mobile
22:48:44.629610 run osmo-ms-mob/00005(pid=140): Launched
22:48:44.640599 run mass: MS start registered {at=2203806.689710185, delay=0.005016081966459751, ms=00005}
22:48:45.537362 run osmo-ms-mob/00006: Starting mobile
22:48:45.553554 run osmo-ms-mob/00006(pid=141): Launched
22:48:45.559548 run mass: MS performed LU {at=2203807.608669959, lu_delay=6.1177451349794865, ms=00001}
22:48:45.565330 run mass: MS start registered {at=2203807.61446105, delay=0.005809072870761156, ms=00006}
22:48:46.416787 run osmo-ms-mob/00007: Starting mobile
22:48:46.430146 run osmo-ms-mob/00007(pid=142): Launched
22:48:46.444175 run mass: MS start registered {at=2203808.493286521, delay=0.00807291129603982, ms=00007}
22:48:47.215996 run osmo-ms-mob/00008: Starting mobile
22:48:47.228898 run osmo-ms-mob/00008(pid=143): Launched
22:48:47.241709 run mass: MS start registered {at=2203809.290816008, delay=0.006856265012174845, ms=00008}
22:48:47.410712 run mass: MS performed LU {at=2203809.459722253, lu_delay=6.129866686183959, ms=00002}
22:48:47.438946 run mass: MS performed LU {at=2203809.487954657, lu_delay=4.862778309267014, ms=00003}
22:48:47.947445 run osmo-ms-mob/00009: Starting mobile
22:48:47.964669 run osmo-ms-mob/00009(pid=144): Launched
22:48:47.977488 run mass: MS start registered {at=2203810.026603073, delay=0.0068775350227952, ms=00009}
22:48:48.638682 run osmo-ms-mob/00010: Starting mobile
22:48:48.654668 run osmo-ms-mob/00010(pid=145): Launched
22:48:48.668543 run mass: MS start registered {at=2203810.717653077, delay=0.007933009881526232, ms=00010}
22:48:49.244050 run osmo-ms-mob/00011: Starting mobile
22:48:49.259782 run osmo-ms-mob/00011(pid=146): Launched
22:48:49.273409 run mass: MS start registered {at=2203811.322523109, delay=0.007690307218581438, ms=00011}
22:48:49.279623 run mass: MS performed LU {at=2203811.328748164, lu_delay=5.604268327355385, ms=00004}
22:48:49.846766 run osmo-ms-mob/00012: Starting mobile
22:48:49.864003 run osmo-ms-mob/00012(pid=147): Launched
22:48:49.869995 run mass: MS performed LU {at=2203811.919116026, lu_delay=5.229405840858817, ms=00005}
22:48:49.876640 run mass: MS start registered {at=2203811.925763003, delay=0.0066664209589362144, ms=00012}
22:48:50.428148 run osmo-ms-mob/00013: Starting mobile
22:48:50.441907 run osmo-ms-mob/00013(pid=148): Launched
22:48:50.453330 run mass: MS start registered {at=2203812.502445004, delay=0.005465216003358364, ms=00013}
22:48:51.046713 run osmo-ms-mob/00014: Starting mobile
22:48:51.063403 run osmo-ms-mob/00014(pid=149): Launched
22:48:51.074638 run mass: MS start registered {at=2203813.123753993, delay=0.005053218919783831, ms=00014}
22:48:51.176548 run mass: MS performed LU {at=2203813.225556608, lu_delay=5.611095557920635, ms=00006}
22:48:51.204878 run mass: MS performed LU {at=2203813.253860812, lu_delay=4.760574290994555, ms=00007}
22:48:51.648203 run osmo-ms-mob/00015: Starting mobile
22:48:51.663502 run osmo-ms-mob/00015(pid=150): Launched
22:48:51.678362 run mass: MS start registered {at=2203813.72746125, delay=0.008842003997415304, ms=00015}
22:48:52.115815 run osmo-ms-mob/00016: Starting mobile
22:48:52.129036 run osmo-ms-mob/00016(pid=151): Launched
22:48:52.140537 run mass: MS start registered {at=2203814.189654162, delay=0.005518150981515646, ms=00016}
22:48:52.616299 run osmo-ms-mob/00017: Starting mobile
22:48:52.629226 run osmo-ms-mob/00017(pid=152): Launched
22:48:52.641896 run mass: MS start registered {at=2203814.691010616, delay=0.006480586715042591, ms=00017}
22:48:53.041021 run mass: MS performed LU {at=2203815.090036257, lu_delay=5.799220249056816, ms=00008}
22:48:53.105718 run mass: MS performed LU {at=2203815.154736364, lu_delay=5.128133290912956, ms=00009}
22:48:53.132356 run osmo-ms-mob/00018: Starting mobile
22:48:53.145161 run osmo-ms-mob/00018(pid=153): Launched
22:48:53.156504 run mass: MS start registered {at=2203815.205623798, delay=0.0054146829061210155, ms=00018}
22:48:53.410055 run mass: MS performed LU {at=2203815.459075122, lu_delay=4.741422045044601, ms=00010}
22:48:53.647363 run osmo-ms-mob/00019: Starting mobile
22:48:53.666901 run osmo-ms-mob/00019(pid=154): Launched
22:48:53.680317 run mass: MS start registered {at=2203815.729428101, delay=0.0071993060410022736, ms=00019}
22:48:54.136032 run osmo-ms-mob/00020: Starting mobile
22:48:54.151222 run osmo-ms-mob/00020(pid=155): Launched
22:48:54.164958 run mass: MS start registered {at=2203816.214071753, delay=0.007694695144891739, ms=00020}
22:48:54.653771 run osmo-ms-mob/00021: Starting mobile
22:48:54.666874 run osmo-ms-mob/00021(pid=156): Launched
22:48:54.677616 run mass: MS start registered {at=2203816.726733607, delay=0.004607560578733683, ms=00021}
22:48:54.942228 run mass: MS performed LU {at=2203816.991223603, lu_delay=5.668700493872166, ms=00011}
22:48:54.958639 run osmo-ms-mob/00022: Starting mobile
22:48:54.971833 run osmo-ms-mob/00022(pid=157): Launched
22:48:54.977802 run mass: MS performed LU {at=2203817.026924635, lu_delay=5.101161631755531, ms=00012}
22:48:54.985229 run mass: MS start registered {at=2203817.03435116, delay=0.0074453046545386314, ms=00022}
22:48:55.075729 run mass: MS performed LU {at=2203817.124726579, lu_delay=4.62228157510981, ms=00013}
22:48:55.548109 run osmo-ms-mob/00023: Starting mobile
22:48:55.582260 run osmo-ms-mob/00023(pid=158): Launched
22:48:55.592816 run mass: MS start registered {at=2203817.641932035, delay=0.004487381782382727, ms=00023}
22:48:55.915846 run osmo-ms-mob/00024: Starting mobile
22:48:55.929178 run osmo-ms-mob/00024(pid=159): Launched
22:48:55.940559 run mass: MS start registered {at=2203817.989677418, delay=0.005422386806458235, ms=00024}
22:48:56.447481 run osmo-ms-mob/00025: Starting mobile
22:48:56.464542 run osmo-ms-mob/00025(pid=160): Launched
22:48:56.477753 run mass: MS start registered {at=2203818.526867258, delay=0.006995982024818659, ms=00025}
22:48:56.850468 run osmo-ms-mob/00026: Starting mobile
22:48:56.863535 run osmo-ms-mob/00026(pid=161): Launched
22:48:56.869509 run mass: MS performed LU {at=2203818.918633671, lu_delay=5.794879678171128, ms=00014}
22:48:56.876009 run mass: MS start registered {at=2203818.925132059, delay=0.006514727137982845, ms=00026}
22:48:56.941017 run mass: MS performed LU {at=2203818.990033088, lu_delay=4.800378925632685, ms=00016}
22:48:57.240191 run osmo-ms-mob/00027: Starting mobile
22:48:57.253637 run osmo-ms-mob/00027(pid=162): Launched
22:48:57.269600 run mass: MS start registered {at=2203819.318708646, delay=0.009915188886225224, ms=00027}
22:48:57.625780 run osmo-ms-mob/00028: Starting mobile
22:48:57.639032 run osmo-ms-mob/00028(pid=163): Launched
22:48:57.653229 run mass: MS start registered {at=2203819.702332271, delay=0.008099581580609083, ms=00028}
22:48:58.015395 run osmo-ms-mob/00029: Starting mobile
22:48:58.028317 run osmo-ms-mob/00029(pid=164): Launched
22:48:58.039441 run mass: MS start registered {at=2203820.088557167, delay=0.004857157822698355, ms=00029}
22:48:58.438850 run osmo-ms-mob/00030: Starting mobile
22:48:58.455293 run osmo-ms-mob/00030(pid=165): Launched
22:48:58.467318 run mass: MS start registered {at=2203820.516430015, delay=0.006120918318629265, ms=00030}
22:48:58.606660 run mass: MS performed LU {at=2203820.655677247, lu_delay=5.450053448788822, ms=00018}
22:48:58.708826 run mass: MS performed LU {at=2203820.757841035, lu_delay=5.028412933927029, ms=00019}
22:48:58.737757 run osmo-ms-mob/00031: Starting mobile
22:48:58.750645 run osmo-ms-mob/00031(pid=166): Launched
22:48:58.756671 run mass: MS performed LU {at=2203820.805797482, lu_delay=6.114786866120994, ms=00017}
22:48:58.762503 run mass: MS start registered {at=2203820.811635599, delay=0.005853713024407625, ms=00031}
22:48:58.860749 run mass: MS performed LU {at=2203820.909761817, lu_delay=4.695690064225346, ms=00020}
22:48:58.920021 run osmo-ms-mob/00032: Starting mobile
22:48:58.947462 run osmo-ms-mob/00032(pid=167): Launched
22:48:58.964648 run mass: MS start registered {at=2203821.013750429, delay=0.011041947640478611, ms=00032}
22:48:59.515337 run osmo-ms-mob/00033: Starting mobile
22:48:59.528600 run osmo-ms-mob/00033(pid=168): Launched
22:48:59.539366 run mass: MS start registered {at=2203821.588478345, delay=0.004068457055836916, ms=00033}
22:48:59.916364 run osmo-ms-mob/00034: Starting mobile
22:48:59.929480 run osmo-ms-mob/00034(pid=169): Launched
22:48:59.940733 run mass: MS start registered {at=2203821.989847066, delay=0.0052256276831030846, ms=00034}
22:49:00.216173 run osmo-ms-mob/00035: Starting mobile
22:49:00.229039 run osmo-ms-mob/00035(pid=170): Launched
22:49:00.240786 run mass: MS start registered {at=2203822.289901664, delay=0.005322995129972696, ms=00035}
22:49:00.471601 run mass: MS performed LU {at=2203822.52061929, lu_delay=5.793885683175176, ms=00021}
22:49:00.526968 run mass: MS performed LU {at=2203822.575972476, lu_delay=5.541621316224337, ms=00022}
22:49:00.607162 run osmo-ms-mob/00036: Starting mobile
22:49:00.623238 run osmo-ms-mob/00036(pid=171): Launched
22:49:00.629357 run mass: MS performed LU {at=2203822.678479978, lu_delay=4.688802559860051, ms=00024}
22:49:00.638434 run mass: MS start registered {at=2203822.687553249, delay=0.0090928147546947, ms=00036}
22:49:00.780673 run mass: MS performed LU {at=2203822.829673279, lu_delay=5.187741244211793, ms=00023}
22:49:01.038464 run osmo-ms-mob/00037: Starting mobile
22:49:01.055300 run osmo-ms-mob/00037(pid=172): Launched
22:49:01.069058 run mass: MS start registered {at=2203823.118172625, delay=0.0076789939776062965, ms=00037}
22:49:01.327761 run osmo-ms-mob/00038: Starting mobile
22:49:01.341226 run osmo-ms-mob/00038(pid=173): Launched
22:49:01.352251 run mass: MS start registered {at=2203823.401367705, delay=0.00491185300052166, ms=00038}
22:49:01.625903 run osmo-ms-mob/00039: Starting mobile
22:49:01.639362 run osmo-ms-mob/00039(pid=174): Launched
22:49:01.652758 run mass: MS start registered {at=2203823.701872124, delay=0.00741569371894002, ms=00039}
22:49:02.045148 run osmo-ms-mob/00040: Starting mobile
22:49:02.060372 run osmo-ms-mob/00040(pid=175): Launched
22:49:02.076815 run mass: MS start registered {at=2203824.125924614, delay=0.010441122576594353, ms=00040}
22:49:02.316045 run osmo-ms-mob/00041: Starting mobile
22:49:02.329172 run osmo-ms-mob/00041(pid=176): Launched
22:49:02.340436 run mass: MS start registered {at=2203824.389554607, delay=0.005282958038151264, ms=00041}
22:49:02.372149 run mass: MS performed LU {at=2203824.421178808, lu_delay=4.718846537172794, ms=00028}
22:49:02.474250 run mass: MS performed LU {at=2203824.523263919, lu_delay=5.598131860140711, ms=00026}
22:49:02.503107 run osmo-ms-mob/00042: Starting mobile
22:49:02.516127 run osmo-ms-mob/00042(pid=177): Launched
22:49:02.522193 run mass: MS performed LU {at=2203824.571316063, lu_delay=6.044448805041611, ms=00025}
22:49:02.533334 run mass: MS start registered {at=2203824.58244494, delay=0.011149633210152388, ms=00042}
22:49:02.626726 run mass: MS performed LU {at=2203824.675740128, lu_delay=5.357031481806189, ms=00027}
22:49:02.681239 run mass: MS performed LU {at=2203824.730266583, lu_delay=4.6417094161733985, ms=00029}
22:49:02.705010 run osmo-ms-mob/00043: Starting mobile
22:49:02.718097 run osmo-ms-mob/00043(pid=178): Launched
22:49:02.730628 run mass: MS start registered {at=2203824.779746261, delay=0.006563844159245491, ms=00043}
22:49:03.324401 run osmo-ms-mob/00044: Starting mobile
22:49:03.337725 run osmo-ms-mob/00044(pid=179): Launched
22:49:03.348932 run mass: MS start registered {at=2203825.398046941, delay=0.005128009244799614, ms=00044}
22:49:03.627557 run osmo-ms-mob/00045: Starting mobile
22:49:03.641945 run osmo-ms-mob/00045(pid=180): Launched
22:49:03.654784 run mass: MS start registered {at=2203825.703899288, delay=0.006731648929417133, ms=00045}
22:49:03.928292 run osmo-ms-mob/00046: Starting mobile
22:49:03.942392 run osmo-ms-mob/00046(pid=181): Launched
22:49:03.954836 run mass: MS start registered {at=2203826.003945133, delay=0.0063361539505422115, ms=00046}
22:49:04.215788 run osmo-ms-mob/00047: Starting mobile
22:49:04.228987 run osmo-ms-mob/00047(pid=182): Launched
22:49:04.240800 run mass: MS start registered {at=2203826.28991663, delay=0.005522991996258497, ms=00047}
22:49:04.338483 run mass: MS performed LU {at=2203826.387485002, lu_delay=5.373734573367983, ms=00032}
22:49:04.403650 run mass: MS performed LU {at=2203826.452672227, lu_delay=5.936242211610079, ms=00030}
22:49:04.443265 run osmo-ms-mob/00048: Starting mobile
22:49:04.459051 run osmo-ms-mob/00048(pid=183): Launched
22:49:04.471405 run mass: MS performed LU {at=2203826.52051737, lu_delay=4.932039025239646, ms=00033}
22:49:04.477391 run mass: MS start registered {at=2203826.526522925, delay=0.012292702216655016, ms=00048}
22:49:04.528339 run mass: MS performed LU {at=2203826.57737984, lu_delay=5.765744240954518, ms=00031}
22:49:04.552550 run osmo-ms-mob/00049: Starting mobile
22:49:04.565554 run osmo-ms-mob/00049(pid=184): Launched
22:49:04.578648 run mass: MS start registered {at=2203826.627761596, delay=0.007086366880685091, ms=00049}
22:49:04.782426 run mass: MS performed LU {at=2203826.831448658, lu_delay=4.841601592022926, ms=00034}
22:49:05.116091 run osmo-ms-mob/00050: Starting mobile
22:49:05.129356 run osmo-ms-mob/00050(pid=185): Launched
22:49:05.142446 run mass: MS start registered {at=2203827.191555698, delay=0.0069543118588626385, ms=00050}
22:49:05.527854 run osmo-ms-mob/00051: Starting mobile
22:49:05.541640 run osmo-ms-mob/00051(pid=186): Launched
22:49:05.554320 run mass: MS start registered {at=2203827.603438055, delay=0.006659761071205139, ms=00051}
22:49:05.815535 run osmo-ms-mob/00052: Starting mobile
22:49:05.828601 run osmo-ms-mob/00052(pid=187): Launched
22:49:05.843528 run mass: MS start registered {at=2203827.892638359, delay=0.00886554317548871, ms=00052}
22:49:06.136874 run osmo-ms-mob/00053: Starting mobile
22:49:06.150267 run osmo-ms-mob/00053(pid=188): Launched
22:49:06.156570 run mass: MS performed LU {at=2203828.205693434, lu_delay=5.087520808912814, ms=00037}
22:49:06.162466 run mass: MS start registered {at=2203828.211597838, delay=0.005922859068959951, ms=00053}
22:49:06.239760 run mass: MS performed LU {at=2203828.288786634, lu_delay=5.601233385037631, ms=00036}
22:49:06.267812 run osmo-ms-mob/00054: Starting mobile
22:49:06.280965 run osmo-ms-mob/00054(pid=189): Launched
22:49:06.286988 run mass: MS performed LU {at=2203828.336111959, lu_delay=6.046210295055062, ms=00035}
22:49:06.292789 run mass: MS start registered {at=2203828.34192176, delay=0.0058280727826058865, ms=00054}
22:49:06.392787 run mass: MS performed LU {at=2203828.441779973, lu_delay=5.040412268135697, ms=00038}
22:49:06.424251 run osmo-ms-mob/00055: Starting mobile
22:49:06.437730 run osmo-ms-mob/00055(pid=190): Launched
22:49:06.446677 run mass: MS performed LU {at=2203828.495794237, lu_delay=4.793922113254666, ms=00039}
22:49:06.452793 run mass: MS start registered {at=2203828.50192396, delay=0.00908019207417965, ms=00055}
22:49:07.048936 run osmo-ms-mob/00056: Starting mobile
22:49:07.066204 run osmo-ms-mob/00056(pid=191): Launched
22:49:07.077948 run mass: MS start registered {at=2203829.127060414, delay=0.005164807662367821, ms=00056}
22:49:07.329902 run osmo-ms-mob/00057: Starting mobile
22:49:07.343804 run osmo-ms-mob/00057(pid=192): Launched
22:49:07.357253 run mass: MS start registered {at=2203829.406358422, delay=0.0074367099441587925, ms=00057}
22:49:07.727100 run osmo-ms-mob/00058: Starting mobile
22:49:07.741072 run osmo-ms-mob/00058(pid=193): Launched
22:49:07.752476 run mass: MS start registered {at=2203829.801594131, delay=0.005389123223721981, ms=00058}
22:49:08.028803 run osmo-ms-mob/00059: Starting mobile
22:49:08.043333 run osmo-ms-mob/00059(pid=194): Launched
22:49:08.054744 run mass: MS start registered {at=2203830.10386286, delay=0.0053548007272183895, ms=00059}
22:49:08.104456 run mass: MS performed LU {at=2203830.153497361, lu_delay=5.763942753896117, ms=00041}
22:49:08.168909 run mass: MS performed LU {at=2203830.217926507, lu_delay=6.092001893091947, ms=00040}
22:49:08.193196 run osmo-ms-mob/00060: Starting mobile
22:49:08.206287 run osmo-ms-mob/00060(pid=195): Launched
22:49:08.218694 run mass: MS start registered {at=2203830.26781394, delay=0.0064102038741111755, ms=00060}
22:49:08.294435 run mass: MS performed LU {at=2203830.343462135, lu_delay=5.7610171949490905, ms=00042}
22:49:08.311776 run mass: MS performed LU {at=2203830.360818935, lu_delay=4.962771994061768, ms=00044}
22:49:08.583773 run mass: MS performed LU {at=2203830.632790332, lu_delay=4.92889104411006, ms=00045}
22:49:08.627046 run osmo-ms-mob/00061: Starting mobile
22:49:08.640404 run osmo-ms-mob/00061(pid=196): Launched
22:49:08.652097 run mass: MS start registered {at=2203830.701212881, delay=0.0057469760067760944, ms=00061}
22:49:09.028323 run osmo-ms-mob/00062: Starting mobile
22:49:09.042002 run osmo-ms-mob/00062(pid=197): Launched
22:49:09.053755 run mass: MS start registered {at=2203831.102870731, delay=0.005560892168432474, ms=00062}
22:49:09.328772 run osmo-ms-mob/00063: Starting mobile
22:49:09.342535 run osmo-ms-mob/00063(pid=198): Launched
22:49:09.353806 run mass: MS start registered {at=2203831.402923493, delay=0.0051109702326357365, ms=00063}
22:49:09.728982 run osmo-ms-mob/00064: Starting mobile
22:49:09.743089 run osmo-ms-mob/00064(pid=199): Launched
22:49:09.755305 run mass: MS start registered {at=2203831.804423289, delay=0.006211408879607916, ms=00064}
22:49:09.904004 run mass: MS performed LU {at=2203831.953020649, lu_delay=5.426497723907232, ms=00048}
22:49:10.006463 run mass: MS performed LU {at=2203832.055483983, lu_delay=5.4277223870158195, ms=00049}
22:49:10.047959 run osmo-ms-mob/00065: Starting mobile
22:49:10.063380 run osmo-ms-mob/00065(pid=200): Launched
22:49:10.069352 run mass: MS performed LU {at=2203832.118473917, lu_delay=5.828557286877185, ms=00047}
22:49:10.080208 run mass: MS start registered {at=2203832.129327933, delay=0.010873803868889809, ms=00065}
22:49:10.157909 run mass: MS performed LU {at=2203832.2069242, lu_delay=5.015368502121419, ms=00050}
22:49:10.185942 run osmo-ms-mob/00066: Starting mobile
22:49:10.199248 run osmo-ms-mob/00066(pid=201): Launched
22:49:10.212345 run mass: MS performed LU {at=2203832.261457699, lu_delay=6.2575125657022, ms=00046}
22:49:10.218226 run mass: MS start registered {at=2203832.267358372, delay=0.013070954941213131, ms=00066}
22:49:10.249514 run mass: MS performed LU {at=2203832.298541956, lu_delay=4.695103900972754, ms=00051}
22:49:10.828020 run osmo-ms-mob/00067: Starting mobile
22:49:10.842515 run osmo-ms-mob/00067(pid=202): Launched
22:49:10.853798 run mass: MS start registered {at=2203832.902898394, delay=0.004990377929061651, ms=00067}
22:49:11.137927 run osmo-ms-mob/00068: Starting mobile
22:49:11.165217 run osmo-ms-mob/00068(pid=203): Launched
22:49:11.176915 run mass: MS start registered {at=2203833.226020409, delay=0.00561346672475338, ms=00068}
22:49:11.287946 run mass: MS performed LU {at=2203833.336977016, lu_delay=3.9306185944005847, ms=00057}
22:49:11.549181 run osmo-ms-mob/00069: Starting mobile
22:49:11.576260 run osmo-ms-mob/00069(pid=204): Launched
22:49:11.588756 run mass: MS start registered {at=2203833.637866764, delay=0.006510905921459198, ms=00069}
22:49:11.824502 run mass: MS performed LU {at=2203833.873525262, lu_delay=5.531603502109647, ms=00054}
22:49:11.859462 run osmo-ms-mob/00070: Starting mobile
22:49:11.874367 run osmo-ms-mob/00070(pid=205): Launched
22:49:11.881291 run mass: MS performed LU {at=2203833.930414946, lu_delay=5.718817107845098, ms=00053}
22:49:11.889984 run mass: MS start registered {at=2203833.939091336, delay=0.008694295771420002, ms=00070}
22:49:11.934497 run mass: MS performed LU {at=2203833.983536005, lu_delay=6.090897645801306, ms=00052}
22:49:12.114769 run mass: MS performed LU {at=2203834.163770356, lu_delay=5.661846396047622, ms=00055}
22:49:12.149441 run osmo-ms-mob/00071: Starting mobile
22:49:12.168446 run osmo-ms-mob/00071(pid=206): Launched
22:49:12.180241 run mass: MS start registered {at=2203834.22935649, delay=0.00570905115455389, ms=00071}
22:49:12.740257 run osmo-ms-mob/00072: Starting mobile
22:49:12.767272 run osmo-ms-mob/00072(pid=207): Launched
22:49:12.779766 run mass: MS start registered {at=2203834.828879814, delay=0.006111208349466324, ms=00072}
22:49:12.829906 run mass: MS performed LU {at=2203834.878936449, lu_delay=5.7518760352395475, ms=00056}
22:49:12.969155 run mass: MS performed LU {at=2203835.018152473, lu_delay=3.6152289798483253, ms=00063}
22:49:13.130704 run osmo-ms-mob/00073: Starting mobile
22:49:13.144795 run osmo-ms-mob/00073(pid=208): Launched
22:49:13.151322 run mass: MS performed LU {at=2203835.200444123, lu_delay=21.47298287274316, ms=00015}
22:49:13.157397 run mass: MS start registered {at=2203835.206528041, delay=0.006103580817580223, ms=00073}
22:49:13.531519 run osmo-ms-mob/00074: Starting mobile
22:49:13.545952 run osmo-ms-mob/00074(pid=209): Launched
22:49:13.557232 run mass: MS start registered {at=2203835.606347089, delay=0.004969424102455378, ms=00074}
22:49:13.670490 run mass: MS performed LU {at=2203835.719517035, lu_delay=5.917922903783619, ms=00058}
22:49:13.695525 run mass: MS performed LU {at=2203835.744650038, lu_delay=5.043437156826258, ms=00061}
22:49:13.798324 run mass: MS performed LU {at=2203835.84735149, lu_delay=4.744480758905411, ms=00062}
22:49:13.827498 run osmo-ms-mob/00075: Starting mobile
22:49:13.840565 run osmo-ms-mob/00075(pid=210): Launched
22:49:13.852719 run mass: MS start registered {at=2203835.901835787, delay=0.005753003992140293, ms=00075}
22:49:13.979283 run mass: MS performed LU {at=2203836.028307672, lu_delay=5.924444812349975, ms=00059}
22:49:14.015585 run mass: MS performed LU {at=2203836.06460894, lu_delay=5.796794999856502, ms=00060}
22:49:14.460742 run osmo-ms-mob/00076: Starting mobile
22:49:14.495278 run osmo-ms-mob/00076(pid=211): Launched
22:49:14.509474 run mass: MS start registered {at=2203836.55858679, delay=0.008145512081682682, ms=00076}
22:49:14.829690 run osmo-ms-mob/00077: Starting mobile
22:49:14.861481 run osmo-ms-mob/00077(pid=212): Launched
22:49:14.872939 run mass: MS start registered {at=2203836.922052585, delay=0.0052428292110562325, ms=00077}
22:49:15.332762 run osmo-ms-mob/00078: Starting mobile
22:49:15.346738 run osmo-ms-mob/00078(pid=213): Launched
22:49:15.360349 run mass: MS start registered {at=2203837.409457148, delay=0.0077059161849319935, ms=00078}
22:49:15.534546 run mass: MS performed LU {at=2203837.583560346, lu_delay=5.316201974172145, ms=00066}
22:49:15.591072 run mass: MS performed LU {at=2203837.640085195, lu_delay=5.835661906283349, ms=00064}
22:49:15.620837 run osmo-ms-mob/00079: Starting mobile
22:49:15.633732 run osmo-ms-mob/00079(pid=214): Launched
22:49:15.644887 run mass: MS start registered {at=2203837.694003343, delay=0.005189108196645975, ms=00079}
22:49:15.700650 run mass: MS performed LU {at=2203837.749665709, lu_delay=4.846767315175384, ms=00067}
22:49:15.844627 run mass: MS performed LU {at=2203837.893643033, lu_delay=5.764315100386739, ms=00065}
22:49:15.889863 run mass: MS performed LU {at=2203837.93890263, lu_delay=4.712882221210748, ms=00068}
22:49:16.251158 run osmo-ms-mob/00080: Starting mobile
22:49:16.270067 run osmo-ms-mob/00080(pid=215): Launched
22:49:16.281419 run mass: MS start registered {at=2203838.330535207, delay=0.00516506889835, ms=00080}
22:49:16.730418 run osmo-ms-mob/00081: Starting mobile
22:49:16.744808 run osmo-ms-mob/00081(pid=216): Launched
22:49:16.756479 run mass: MS start registered {at=2203838.805598515, delay=0.005512372124940157, ms=00081}
22:49:17.164048 run osmo-ms-mob/00082: Starting mobile
22:49:17.180902 run osmo-ms-mob/00082(pid=217): Launched
22:49:17.195474 run mass: MS start registered {at=2203839.244578047, delay=0.008597714360803366, ms=00082}
22:49:17.435338 run mass: MS performed LU {at=2203839.48435682, lu_delay=5.84649005625397, ms=00069}
22:49:17.453729 run mass: MS performed LU {at=2203839.502769515, lu_delay=4.673889700789005, ms=00072}
22:49:17.564624 run mass: MS performed LU {at=2203839.613643926, lu_delay=5.674552590120584, ms=00070}
22:49:17.594844 run osmo-ms-mob/00083: Starting mobile
22:49:17.609355 run osmo-ms-mob/00083(pid=218): Launched
22:49:17.620653 run mass: MS start registered {at=2203839.669769687, delay=0.005255882162600756, ms=00083}
22:49:17.763326 run mass: MS performed LU {at=2203839.812341692, lu_delay=4.605813650880009, ms=00073}
22:49:18.245031 run osmo-ms-mob/00084: Starting mobile
22:49:18.260096 run osmo-ms-mob/00084(pid=219): Launched
22:49:18.273413 run mass: MS start registered {at=2203840.322523485, delay=0.00737406499683857, ms=00084}
22:49:18.727876 run osmo-ms-mob/00085: Starting mobile
22:49:18.741997 run osmo-ms-mob/00085(pid=220): Launched
22:49:18.753070 run mass: MS start registered {at=2203840.802188736, delay=0.004941335879266262, ms=00085}
22:49:19.356359 run osmo-ms-mob/00086: Starting mobile
22:49:19.404178 run osmo-ms-mob/00086(pid=221): Launched
22:49:19.414767 run mass: Starting too slowly. Moving on {now=2203841.46389636, sleep=-0.009642398450523615, target=2203841.4542539613}
22:49:19.426040 run mass: MS performed LU {at=2203841.475150982, lu_delay=5.573315194807947, ms=00075}
22:49:19.438955 run mass: MS performed LU {at=2203841.488082924, lu_delay=5.881735834758729, ms=00074}
22:49:19.445085 run mass: MS start registered {at=2203841.494216813, delay=0.0303226625546813, ms=00086}
22:49:19.465948 run mass: MS performed LU {at=2203841.515027959, lu_delay=4.9564411686733365, ms=00076}
22:49:19.771420 run mass: MS performed LU {at=2203841.820438638, lu_delay=4.898386052809656, ms=00077}
22:49:19.954646 run osmo-ms-mob/00087: Starting mobile
22:49:19.971441 run osmo-ms-mob/00087(pid=222): Launched
22:49:19.982615 run mass: MS start registered {at=2203842.03173171, delay=0.0049650478176772594, ms=00087}
22:49:20.528320 run osmo-ms-mob/00088: Starting mobile
22:49:20.543127 run osmo-ms-mob/00088(pid=223): Launched
22:49:20.556459 run mass: MS start registered {at=2203842.605569194, delay=0.00713194627314806, ms=00088}
22:49:21.115997 run osmo-ms-mob/00089: Starting mobile
22:49:21.129087 run osmo-ms-mob/00089(pid=224): Launched
22:49:21.140445 run mass: MS start registered {at=2203843.189564043, delay=0.005424209404736757, ms=00089}
22:49:21.201356 run mass: MS performed LU {at=2203843.250363031, lu_delay=5.840905882883817, ms=00078}
22:49:21.219649 run mass: MS performed LU {at=2203843.268675152, lu_delay=4.463076637126505, ms=00081}
22:49:21.331224 run mass: MS performed LU {at=2203843.380243491, lu_delay=5.6862401477992535, ms=00079}
22:49:21.475769 run mass: MS performed LU {at=2203843.524790441, lu_delay=5.194255234207958, ms=00080}
22:49:21.755450 run osmo-ms-mob/00090: Starting mobile
22:49:21.771224 run osmo-ms-mob/00090(pid=225): Launched
22:49:21.782423 run mass: MS start registered {at=2203843.831541505, delay=0.0052184611558914185, ms=00090}
22:49:22.429062 run osmo-ms-mob/00091: Starting mobile
22:49:22.443354 run osmo-ms-mob/00091(pid=226): Launched
22:49:22.455784 run mass: MS start registered {at=2203844.504899135, delay=0.006407103966921568, ms=00091}
22:49:23.115913 run osmo-ms-mob/00092: Starting mobile
22:49:23.129175 run osmo-ms-mob/00092(pid=227): Launched
22:49:23.143798 run mass: MS start registered {at=2203845.192905072, delay=0.008675306104123592, ms=00092}
22:49:23.167354 run mass: MS performed LU {at=2203845.216389116, lu_delay=5.5466194287873805, ms=00083}
22:49:23.185607 run mass: MS performed LU {at=2203845.234712383, lu_delay=5.990134335588664, ms=00082}
22:49:23.232612 run mass: MS performed LU {at=2203845.281627491, lu_delay=4.959104006178677, ms=00084}
22:49:23.537501 run mass: MS performed LU {at=2203845.586498403, lu_delay=4.784309667069465, ms=00085}
22:49:23.928756 run osmo-ms-mob/00093: Starting mobile
22:49:23.942250 run osmo-ms-mob/00093(pid=228): Launched
22:49:23.957934 run mass: MS start registered {at=2203846.00704194, delay=0.009655931033194065, ms=00093}
22:49:24.854889 run osmo-ms-mob/00094: Starting mobile
22:49:24.871338 run osmo-ms-mob/00094(pid=229): Launched
22:49:24.883553 run mass: MS start registered {at=2203846.932668843, delay=0.0062277186661958694, ms=00094}
22:49:24.967800 run mass: MS performed LU {at=2203847.016813207, lu_delay=4.985081497114152, ms=00087}
22:49:24.991924 run mass: MS performed LU {at=2203847.041049961, lu_delay=5.546833148226142, ms=00086}
22:49:25.096637 run mass: MS performed LU {at=2203847.145652765, lu_delay=4.540083570871502, ms=00088}
22:49:25.241404 run mass: MS performed LU {at=2203847.290414937, lu_delay=22.51066867588088, ms=00043}
22:49:25.755305 run osmo-ms-mob/00095: Starting mobile
22:49:25.773053 run osmo-ms-mob/00095(pid=230): Launched
22:49:25.784037 run mass: MS start registered {at=2203847.833154998, delay=0.004910939838737249, ms=00095}
22:49:26.745261 run osmo-ms-mob/00096: Starting mobile
22:49:26.760593 run osmo-ms-mob/00096(pid=231): Launched
22:49:26.771833 run mass: MS start registered {at=2203848.820949123, delay=0.0050160386599600315, ms=00096}
22:49:26.933737 run mass: MS performed LU {at=2203848.982711476, lu_delay=5.151169970631599, ms=00090}
22:49:26.958868 run mass: MS performed LU {at=2203849.007991019, lu_delay=5.818426975980401, ms=00089}
22:49:27.468593 run mass: MS performed LU {at=2203849.517616621, lu_delay=5.012717486359179, ms=00091}
22:49:27.826907 run osmo-ms-mob/00097: Starting mobile
22:49:27.856767 run osmo-ms-mob/00097(pid=232): Launched
22:49:27.869831 run mass: MS start registered {at=2203849.91893518, delay=0.007092243991792202, ms=00097}
22:49:28.714575 run mass: MS performed LU {at=2203850.763590837, lu_delay=4.756548896897584, ms=00093}
22:49:28.863115 run mass: MS performed LU {at=2203850.912133175, lu_delay=5.719228102825582, ms=00092}
22:49:29.116883 run osmo-ms-mob/00098: Starting mobile
22:49:29.129879 run osmo-ms-mob/00098(pid=233): Launched
22:49:29.144091 run mass: MS start registered {at=2203851.193206956, delay=0.00823454512283206, ms=00098}
22:49:30.699613 run mass: MS performed LU {at=2203852.748633607, lu_delay=5.815964763984084, ms=00094}
22:49:30.723704 run mass: MS performed LU {at=2203852.772831211, lu_delay=4.939676213078201, ms=00095}
22:49:30.947277 run osmo-ms-mob/00099: Starting mobile
22:49:30.965283 run osmo-ms-mob/00099(pid=234): Launched
22:49:30.971304 run mass: All started... {duration=55.76618417678401, too_slow=1}
22:49:30.981151 run mass: MS start registered {at=2203853.030267788, delay=0.009832848329097033, ms=00099}
22:49:32.628895 run mass: MS performed LU {at=2203854.677887043, lu_delay=4.758951862808317, ms=00097}
22:49:32.645624 run mass: MS performed LU {at=2203854.694722574, lu_delay=5.87377345142886, ms=00096}
22:49:34.465066 run mass: MS performed LU {at=2203856.514025986, lu_delay=5.320819030050188, ms=00098}
22:49:34.483843 run mass: MS performed LU {at=2203856.532879116, lu_delay=22.303522625938058, ms=00071}
22:49:36.394416 run mass: MS performed LU {at=2203858.443430978, lu_delay=5.413163189776242, ms=00099}
22:49:36.404987 run mass: Tests done {all_completed=True, max=22.51066867588088, min=3.6152289798483253}
22:49:36.410372 tst register_default_mass.py: Test passed (79.2 sec)
22:49:36.415611 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:36.418858 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:36.422089 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:36.425350 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:36.428618 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:36.431971 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:36.435370 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:36.438762 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:36.442128 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:36.445500 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:36.448892 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:36.452262 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:36.455616 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:36.459006 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:36.462333 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:36.465583 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:36.468821 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:36.472093 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:36.475355 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:36.478552 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:36.482073 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:36.485557 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:36.489230 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:36.496491 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:36.503243 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:36.510010 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:36.514292 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:36.517816 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:36.521243 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:36.524643 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:36.527972 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:36.531224 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:36.534512 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:36.539142 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:36.542594 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:36.545840 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:36.551522 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:36.555344 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:36.558887 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:36.562812 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:36.566074 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:36.569397 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:36.572718 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:36.575987 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:36.579320 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:36.582594 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:36.585858 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:36.589148 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:36.592441 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:36.595828 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:36.599353 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:36.603024 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:36.606490 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:36.609789 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:36.613176 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:36.616529 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:36.619865 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:36.623133 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:36.626536 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:36.631835 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:36.635332 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:36.638727 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:36.642113 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:36.645493 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:36.648876 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:36.652259 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:36.655630 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:36.658993 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:36.662368 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:36.665733 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:36.669235 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:36.672627 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:36.676374 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:36.679777 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:36.683833 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:36.687246 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:36.690625 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:36.693994 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:36.697364 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:36.700744 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:36.704126 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:36.707476 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:36.710851 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:36.714240 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:36.717612 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:36.721009 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:36.724422 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:36.730767 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:36.734536 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:36.737990 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:36.741366 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:36.744800 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:36.748189 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:36.751553 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:36.754928 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:36.758285 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:36.761677 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:36.765066 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:36.768443 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:36.771861 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:36.775251 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:36.778617 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:36.782013 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:36.786079 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:36.789464 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:36.792844 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:36.796211 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:36.799604 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:36.802971 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:36.806341 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:36.809733 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:36.813120 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:36.816506 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:36.819893 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:36.823253 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:36.826636 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:36.829987 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:36.833326 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:36.836673 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:36.840024 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:36.843362 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:36.846725 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:36.850081 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:36.853423 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:36.856774 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:36.860113 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:36.863448 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:36.866808 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:36.870151 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:36.873493 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:36.876845 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:36.880187 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:36.883531 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:36.886895 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:36.890230 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:36.893575 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:36.896901 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:36.900251 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:36.903584 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:36.906919 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:36.910245 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:36.913588 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:36.916936 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:36.920173 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:36.923384 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:36.926580 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:36.929790 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:36.933002 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:36.936205 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:36.939410 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:36.942622 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:36.945832 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:36.949046 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:36.952271 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:36.955492 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:36.958701 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:36.961910 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:36.965119 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:36.968307 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:36.971530 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:36.974744 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:36.977944 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:36.981166 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:36.984372 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:36.987587 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:36.990779 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:36.993990 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:36.997213 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:37.000416 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:37.003651 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:37.006849 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:37.010055 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:37.013260 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:37.016463 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:37.019664 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:37.022858 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:37.026076 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:37.029287 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:37.032494 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:37.035719 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:37.038927 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:37.042120 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:37.045312 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:37.048520 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:37.051739 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:37.054938 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:37.058148 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:37.061364 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:37.064565 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:37.067767 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:37.070961 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:37.074153 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:37.077354 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:37.080562 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:37.083760 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:37.086974 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:37.090179 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:37.093373 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:37.096584 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:37.099797 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:37.103027 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:37.106235 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:37.109449 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:37.112649 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:37.115851 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:37.119071 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:37.122266 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:37.125475 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:37.128682 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:37.131885 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:37.135081 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:37.138286 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:37.141485 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:37.144700 --- ParallelTerminationStrategy: PID 22 died...
22:49:37.146154 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:37.149727 --- ParallelTerminationStrategy: PID 23 died...
22:49:37.151173 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:37.154722 --- ParallelTerminationStrategy: PID 24 died...
22:49:37.156177 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:37.159724 --- ParallelTerminationStrategy: PID 25 died...
22:49:37.161167 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:37.164721 --- ParallelTerminationStrategy: PID 26 died...
22:49:37.166161 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:37.169759 --- ParallelTerminationStrategy: PID 27 died...
22:49:37.171223 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:37.174779 --- ParallelTerminationStrategy: PID 28 died...
22:49:37.176242 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:37.179823 --- ParallelTerminationStrategy: PID 29 died...
22:49:37.181262 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:37.184876 --- ParallelTerminationStrategy: PID 30 died...
22:49:37.186322 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:37.189909 --- ParallelTerminationStrategy: PID 31 died...
22:49:37.191374 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:37.194989 --- ParallelTerminationStrategy: PID 32 died...
22:49:37.196442 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:37.200052 --- ParallelTerminationStrategy: PID 33 died...
22:49:37.201522 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:37.205130 --- ParallelTerminationStrategy: PID 35 died...
22:49:37.206587 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:37.210186 --- ParallelTerminationStrategy: PID 36 died...
22:49:37.211649 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:37.215248 --- ParallelTerminationStrategy: PID 37 died...
22:49:37.216711 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:37.220316 --- ParallelTerminationStrategy: PID 38 died...
22:49:37.221786 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:37.225397 --- ParallelTerminationStrategy: PID 39 died...
22:49:37.226843 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:37.230435 --- ParallelTerminationStrategy: PID 40 died...
22:49:37.231898 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:37.235479 --- ParallelTerminationStrategy: PID 41 died...
22:49:37.236930 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:37.240515 --- ParallelTerminationStrategy: PID 42 died...
22:49:37.241962 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:37.245560 --- ParallelTerminationStrategy: PID 43 died...
22:49:37.247027 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:37.250590 --- ParallelTerminationStrategy: PID 44 died...
22:49:37.252045 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:37.255605 --- ParallelTerminationStrategy: PID 45 died...
22:49:37.257052 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:37.260626 --- ParallelTerminationStrategy: PID 46 died...
22:49:37.262082 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:37.265689 --- ParallelTerminationStrategy: PID 47 died...
22:49:37.267132 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:37.270713 --- ParallelTerminationStrategy: PID 48 died...
22:49:37.272173 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:37.275735 --- ParallelTerminationStrategy: PID 49 died...
22:49:37.277182 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:37.280793 --- ParallelTerminationStrategy: PID 50 died...
22:49:37.282239 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:37.285822 --- ParallelTerminationStrategy: PID 51 died...
22:49:37.287302 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:37.290900 --- ParallelTerminationStrategy: PID 52 died...
22:49:37.292356 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:37.295933 --- ParallelTerminationStrategy: PID 53 died...
22:49:37.297371 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:37.300941 --- ParallelTerminationStrategy: PID 54 died...
22:49:37.302385 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:37.305966 --- ParallelTerminationStrategy: PID 55 died...
22:49:37.307427 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:37.311016 --- ParallelTerminationStrategy: PID 56 died...
22:49:37.312457 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:37.316042 --- ParallelTerminationStrategy: PID 57 died...
22:49:37.317487 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:37.321058 --- ParallelTerminationStrategy: PID 58 died...
22:49:37.322506 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:37.326080 --- ParallelTerminationStrategy: PID 59 died...
22:49:37.327551 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:37.331102 --- ParallelTerminationStrategy: PID 60 died...
22:49:37.332550 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:37.336116 --- ParallelTerminationStrategy: PID 61 died...
22:49:37.337569 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:37.341136 --- ParallelTerminationStrategy: PID 62 died...
22:49:37.342573 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:37.346158 --- ParallelTerminationStrategy: PID 63 died...
22:49:37.347607 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:37.351161 --- ParallelTerminationStrategy: PID 64 died...
22:49:37.352598 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:37.356171 --- ParallelTerminationStrategy: PID 65 died...
22:49:37.357624 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:37.361201 --- ParallelTerminationStrategy: PID 66 died...
22:49:37.362648 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:37.366210 --- ParallelTerminationStrategy: PID 67 died...
22:49:37.367663 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:37.371231 --- ParallelTerminationStrategy: PID 68 died...
22:49:37.372685 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:37.376273 --- ParallelTerminationStrategy: PID 69 died...
22:49:37.377707 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:37.381290 --- ParallelTerminationStrategy: PID 70 died...
22:49:37.382726 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:37.386320 --- ParallelTerminationStrategy: PID 71 died...
22:49:37.387771 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:37.391353 --- ParallelTerminationStrategy: PID 72 died...
22:49:37.392793 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:37.396367 --- ParallelTerminationStrategy: PID 73 died...
22:49:37.397806 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:37.401402 --- ParallelTerminationStrategy: PID 74 died...
22:49:37.402858 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:37.406443 --- ParallelTerminationStrategy: PID 75 died...
22:49:37.407942 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:37.411526 --- ParallelTerminationStrategy: PID 76 died...
22:49:37.412965 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:37.416556 --- ParallelTerminationStrategy: PID 77 died...
22:49:37.417995 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:37.421568 --- ParallelTerminationStrategy: PID 78 died...
22:49:37.423015 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:37.426588 --- ParallelTerminationStrategy: PID 79 died...
22:49:37.428052 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:37.431638 --- ParallelTerminationStrategy: PID 80 died...
22:49:37.433076 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:37.436663 --- ParallelTerminationStrategy: PID 81 died...
22:49:37.438098 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:37.441661 --- ParallelTerminationStrategy: PID 82 died...
22:49:37.443111 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:37.446669 --- ParallelTerminationStrategy: PID 83 died...
22:49:37.448131 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:37.451705 --- ParallelTerminationStrategy: PID 84 died...
22:49:37.453144 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:37.456737 --- ParallelTerminationStrategy: PID 85 died...
22:49:37.458180 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:37.461763 --- ParallelTerminationStrategy: PID 86 died...
22:49:37.463210 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:37.466775 --- ParallelTerminationStrategy: PID 87 died...
22:49:37.468232 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:37.471801 --- ParallelTerminationStrategy: PID 88 died...
22:49:37.473247 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:37.476841 --- ParallelTerminationStrategy: PID 89 died...
22:49:37.478279 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:37.481850 --- ParallelTerminationStrategy: PID 90 died...
22:49:37.483313 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:37.486908 --- ParallelTerminationStrategy: PID 91 died...
22:49:37.488367 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:37.491964 --- ParallelTerminationStrategy: PID 92 died...
22:49:37.493407 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:37.496996 --- ParallelTerminationStrategy: PID 93 died...
22:49:37.498430 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:37.502001 --- ParallelTerminationStrategy: PID 94 died...
22:49:37.503440 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:37.507003 --- ParallelTerminationStrategy: PID 95 died...
22:49:37.508448 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:37.512019 --- ParallelTerminationStrategy: PID 96 died...
22:49:37.513466 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:37.517047 --- ParallelTerminationStrategy: PID 97 died...
22:49:37.518489 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:37.522038 --- ParallelTerminationStrategy: PID 98 died...
22:49:37.523494 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:37.527068 --- ParallelTerminationStrategy: PID 99 died...
22:49:37.528502 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:37.532060 --- ParallelTerminationStrategy: PID 100 died...
22:49:37.533503 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:37.537045 --- ParallelTerminationStrategy: PID 101 died...
22:49:37.538493 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:37.542069 --- ParallelTerminationStrategy: PID 102 died...
22:49:37.543531 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:37.547098 --- ParallelTerminationStrategy: PID 103 died...
22:49:37.548537 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:37.552103 --- ParallelTerminationStrategy: PID 104 died...
22:49:37.553544 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:37.557118 --- ParallelTerminationStrategy: PID 105 died...
22:49:37.558563 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:37.562128 --- ParallelTerminationStrategy: PID 106 died...
22:49:37.563577 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:37.567152 --- ParallelTerminationStrategy: PID 107 died...
22:49:37.568590 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:37.572143 --- ParallelTerminationStrategy: PID 108 died...
22:49:37.573576 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:37.577152 --- ParallelTerminationStrategy: PID 109 died...
22:49:37.578600 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:37.582169 --- ParallelTerminationStrategy: PID 110 died...
22:49:37.583621 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:37.587188 --- ParallelTerminationStrategy: PID 111 died...
22:49:37.588644 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:37.592230 --- ParallelTerminationStrategy: PID 112 died...
22:49:37.593669 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:37.597252 --- ParallelTerminationStrategy: PID 113 died...
22:49:37.598698 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:37.602288 --- ParallelTerminationStrategy: PID 114 died...
22:49:37.603738 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:37.607289 --- ParallelTerminationStrategy: PID 115 died...
22:49:37.608733 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:37.612297 --- ParallelTerminationStrategy: PID 116 died...
22:49:37.613733 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:37.617331 --- ParallelTerminationStrategy: PID 117 died...
22:49:37.618771 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:37.622326 --- ParallelTerminationStrategy: PID 118 died...
22:49:37.623773 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:37.627325 --- ParallelTerminationStrategy: PID 119 died...
22:49:37.628763 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:37.632323 --- ParallelTerminationStrategy: PID 120 died...
22:49:37.633762 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:37.637348 --- ParallelTerminationStrategy: PID 121 died...
22:49:37.638781 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:37.642330 --- ParallelTerminationStrategy: PID 122 died...
22:49:37.643781 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:37.647379 --- ParallelTerminationStrategy: PID 123 died...
22:49:37.648821 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:37.652392 --- ParallelTerminationStrategy: PID 124 died...
22:49:37.653832 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:37.657405 --- ParallelTerminationStrategy: PID 125 died...
22:49:37.658848 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:37.662393 --- ParallelTerminationStrategy: PID 126 died...
22:49:37.663855 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:37.667424 --- ParallelTerminationStrategy: PID 127 died...
22:49:37.668873 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:37.672439 --- ParallelTerminationStrategy: PID 128 died...
22:49:37.673870 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:37.677419 --- ParallelTerminationStrategy: PID 129 died...
22:49:37.678867 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:37.682442 --- ParallelTerminationStrategy: PID 130 died...
22:49:37.683910 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:37.687464 --- ParallelTerminationStrategy: PID 131 died...
22:49:37.688903 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:37.692454 --- ParallelTerminationStrategy: PID 132 died...
22:49:37.693892 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:37.697470 --- ParallelTerminationStrategy: PID 133 died...
22:49:37.698908 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:37.702559 --- ParallelTerminationStrategy: PID 134 died...
22:49:37.704009 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:37.707594 --- ParallelTerminationStrategy: PID 135 died...
22:49:37.709030 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:37.712639 --- ParallelTerminationStrategy: PID 136 died...
22:49:37.714094 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:37.717713 --- ParallelTerminationStrategy: PID 137 died...
22:49:37.719186 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:37.722758 --- ParallelTerminationStrategy: PID 138 died...
22:49:37.724221 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:37.727822 --- ParallelTerminationStrategy: PID 139 died...
22:49:37.729263 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:37.732850 --- ParallelTerminationStrategy: PID 140 died...
22:49:37.734288 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:37.737876 --- ParallelTerminationStrategy: PID 141 died...
22:49:37.739318 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:37.742894 --- ParallelTerminationStrategy: PID 142 died...
22:49:37.744327 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:37.747901 --- ParallelTerminationStrategy: PID 143 died...
22:49:37.749344 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:37.752924 --- ParallelTerminationStrategy: PID 144 died...
22:49:37.754364 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:37.757942 --- ParallelTerminationStrategy: PID 145 died...
22:49:37.759380 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:37.762955 --- ParallelTerminationStrategy: PID 146 died...
22:49:37.764387 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:37.767933 --- ParallelTerminationStrategy: PID 147 died...
22:49:37.769377 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:37.772947 --- ParallelTerminationStrategy: PID 148 died...
22:49:37.774396 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:37.777998 --- ParallelTerminationStrategy: PID 149 died...
22:49:37.779460 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:37.783030 --- ParallelTerminationStrategy: PID 150 died...
22:49:37.784489 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:37.788069 --- ParallelTerminationStrategy: PID 151 died...
22:49:37.789516 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:37.793105 --- ParallelTerminationStrategy: PID 152 died...
22:49:37.794538 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:37.798126 --- ParallelTerminationStrategy: PID 153 died...
22:49:37.799572 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:37.803144 --- ParallelTerminationStrategy: PID 154 died...
22:49:37.804584 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:37.808177 --- ParallelTerminationStrategy: PID 155 died...
22:49:37.809623 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:37.813195 --- ParallelTerminationStrategy: PID 156 died...
22:49:37.814629 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:37.818193 --- ParallelTerminationStrategy: PID 157 died...
22:49:37.819637 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:37.823235 --- ParallelTerminationStrategy: PID 158 died...
22:49:37.824685 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:37.828265 --- ParallelTerminationStrategy: PID 159 died...
22:49:37.829704 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:37.833302 --- ParallelTerminationStrategy: PID 160 died...
22:49:37.834737 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:37.838318 --- ParallelTerminationStrategy: PID 161 died...
22:49:37.839789 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:37.843363 --- ParallelTerminationStrategy: PID 162 died...
22:49:37.844800 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:37.848409 --- ParallelTerminationStrategy: PID 163 died...
22:49:37.849859 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:37.853449 --- ParallelTerminationStrategy: PID 164 died...
22:49:37.854912 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:37.858521 --- ParallelTerminationStrategy: PID 165 died...
22:49:37.859983 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:37.863588 --- ParallelTerminationStrategy: PID 166 died...
22:49:37.865047 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:37.868629 --- ParallelTerminationStrategy: PID 167 died...
22:49:37.870071 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:37.873665 --- ParallelTerminationStrategy: PID 168 died...
22:49:37.875118 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:37.878691 --- ParallelTerminationStrategy: PID 169 died...
22:49:37.880164 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:37.883743 --- ParallelTerminationStrategy: PID 170 died...
22:49:37.885187 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:37.888760 --- ParallelTerminationStrategy: PID 171 died...
22:49:37.890200 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:37.893800 --- ParallelTerminationStrategy: PID 172 died...
22:49:37.895257 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:37.898838 --- ParallelTerminationStrategy: PID 173 died...
22:49:37.900300 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:37.903896 --- ParallelTerminationStrategy: PID 174 died...
22:49:37.905346 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:37.908930 --- ParallelTerminationStrategy: PID 175 died...
22:49:37.910374 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:37.913968 --- ParallelTerminationStrategy: PID 176 died...
22:49:37.915414 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:37.919014 --- ParallelTerminationStrategy: PID 177 died...
22:49:37.920465 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:37.924041 --- ParallelTerminationStrategy: PID 178 died...
22:49:37.925483 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:37.929065 --- ParallelTerminationStrategy: PID 179 died...
22:49:37.930508 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:37.934109 --- ParallelTerminationStrategy: PID 180 died...
22:49:37.935587 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:37.939166 --- ParallelTerminationStrategy: PID 181 died...
22:49:37.940620 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:37.944199 --- ParallelTerminationStrategy: PID 182 died...
22:49:37.945640 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:37.949412 --- ParallelTerminationStrategy: PID 183 died...
22:49:37.950987 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:37.954730 --- ParallelTerminationStrategy: PID 184 died...
22:49:37.956260 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:37.959964 --- ParallelTerminationStrategy: PID 185 died...
22:49:37.961483 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:37.965222 --- ParallelTerminationStrategy: PID 186 died...
22:49:37.966729 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:37.970428 --- ParallelTerminationStrategy: PID 187 died...
22:49:37.971937 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:37.975585 --- ParallelTerminationStrategy: PID 188 died...
22:49:37.977051 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:37.980654 --- ParallelTerminationStrategy: PID 189 died...
22:49:37.982130 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:37.985761 --- ParallelTerminationStrategy: PID 190 died...
22:49:37.987257 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:37.990864 --- ParallelTerminationStrategy: PID 191 died...
22:49:37.992345 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:37.995999 --- ParallelTerminationStrategy: PID 192 died...
22:49:37.997521 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:38.001271 --- ParallelTerminationStrategy: PID 193 died...
22:49:38.002798 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:38.006537 --- ParallelTerminationStrategy: PID 194 died...
22:49:38.008056 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:38.011830 --- ParallelTerminationStrategy: PID 195 died...
22:49:38.013366 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:38.017130 --- ParallelTerminationStrategy: PID 196 died...
22:49:38.018663 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:38.022447 --- ParallelTerminationStrategy: PID 197 died...
22:49:38.023979 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:38.027724 --- ParallelTerminationStrategy: PID 198 died...
22:49:38.029261 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:38.033021 --- ParallelTerminationStrategy: PID 199 died...
22:49:38.034563 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:38.038320 --- ParallelTerminationStrategy: PID 200 died...
22:49:38.039856 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:38.043605 --- ParallelTerminationStrategy: PID 201 died...
22:49:38.045128 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:38.048885 --- ParallelTerminationStrategy: PID 202 died...
22:49:38.050381 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:38.053972 --- ParallelTerminationStrategy: PID 203 died...
22:49:38.055435 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:38.059039 --- ParallelTerminationStrategy: PID 204 died...
22:49:38.060506 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:38.064102 --- ParallelTerminationStrategy: PID 205 died...
22:49:38.065554 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:38.069143 --- ParallelTerminationStrategy: PID 206 died...
22:49:38.070603 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:38.074218 --- ParallelTerminationStrategy: PID 207 died...
22:49:38.075721 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:38.079330 --- ParallelTerminationStrategy: PID 208 died...
22:49:38.080798 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:38.084385 --- ParallelTerminationStrategy: PID 209 died...
22:49:38.085849 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:38.089436 --- ParallelTerminationStrategy: PID 210 died...
22:49:38.090930 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:38.094536 --- ParallelTerminationStrategy: PID 211 died...
22:49:38.096022 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:38.099619 --- ParallelTerminationStrategy: PID 212 died...
22:49:38.101077 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:38.104668 --- ParallelTerminationStrategy: PID 213 died...
22:49:38.106139 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:38.109737 --- ParallelTerminationStrategy: PID 214 died...
22:49:38.111218 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:38.114799 --- ParallelTerminationStrategy: PID 215 died...
22:49:38.116288 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:38.119875 --- ParallelTerminationStrategy: PID 216 died...
22:49:38.121341 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:38.124970 --- ParallelTerminationStrategy: PID 217 died...
22:49:38.126443 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:38.130090 --- ParallelTerminationStrategy: PID 218 died...
22:49:38.131575 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:38.135191 --- ParallelTerminationStrategy: PID 219 died...
22:49:38.136664 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:38.140298 --- ParallelTerminationStrategy: PID 220 died...
22:49:38.141765 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:38.145397 --- ParallelTerminationStrategy: PID 221 died...
22:49:38.146881 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:38.150472 --- ParallelTerminationStrategy: PID 222 died...
22:49:38.151952 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:38.155544 --- ParallelTerminationStrategy: PID 223 died...
22:49:38.157016 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:38.160626 --- ParallelTerminationStrategy: PID 224 died...
22:49:38.162086 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:38.165691 --- ParallelTerminationStrategy: PID 225 died...
22:49:38.167175 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:38.170788 --- ParallelTerminationStrategy: PID 226 died...
22:49:38.172263 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:38.175845 --- ParallelTerminationStrategy: PID 227 died...
22:49:38.177315 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:38.180926 --- ParallelTerminationStrategy: PID 228 died...
22:49:38.182402 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:38.186007 --- ParallelTerminationStrategy: PID 229 died...
22:49:38.187488 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:38.191101 --- ParallelTerminationStrategy: PID 230 died...
22:49:38.192575 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:38.196195 --- ParallelTerminationStrategy: PID 231 died...
22:49:38.197657 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:38.201294 --- ParallelTerminationStrategy: PID 232 died...
22:49:38.202762 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:38.206349 --- ParallelTerminationStrategy: PID 233 died...
22:49:38.207837 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:38.212524 --- ParallelTerminationStrategy: PID 234 died...
22:49:38.215551 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:41.621795 --- ParallelTerminationStrategy: PID 34 died...
22:49:41.627931 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8409 netreg_mass PASS
---------------------------------------------------------------------
22:49:41.699871 tst trial-8409: Storing JUnit report in /build/trial-8409/run.2026-07-31_22-48-16/trial-8409.xml
--------------------------------------------------------------------------------------------
trial-8409 PASS
--------------------------------------------------------------------------------------------
22:49:41.709898 tst trial-8409: trial-8409: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (79.2 sec)
+ exit_code=0
+ rm -rf trial-8409/inst
+ cd trial-8409
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-07-31 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8409-run.tgz run.2026-07-31_22-48-16
+ tar czf /build/trial-8409-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-07-31_13_28_03.tgz osmo-bts-oc2g.build-2026-07-31_00_52_24.tgz osmo-bts-sysmo.build-2026-07-31_00_52_20.tgz osmo-bts.build-2026-07-31_00_52_26.tgz osmo-ggsn.build-2026-07-31_20_43_15.tgz osmo-hlr.build-2026-07-31_16_37_43.tgz osmo-hnbgw.build-2026-07-31_13_32_02.tgz osmo-mgw.build-2026-07-31_08_33_41.tgz osmo-msc.build-2026-07-31_13_34_22.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-07-31_07_35_11.tgz osmo-pcu-sysmo.build-2026-07-31_07_35_10.tgz osmo-pcu.build-2026-07-31_07_35_12.tgz osmo-sgsn.build-2026-07-31_20_49_36.tgz osmo-stp.build-2026-07-31_13_26_12.tgz osmo-trx.build-2026-07-31_14_22_32.tgz osmocom-bb.build-2026-07-31_21_18_47.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