This log is too long to show here, 13 KB has been skipped — click to see the complete log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7952
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins11939217186654978561.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-8383
+ 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
48c4e9f redmine: upgrade to 6.1.3
+ 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 [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
#7 CACHED
#8 [ 3/28] RUN groupadd osmo-gsm-tester
#8 CACHED
#9 [16/28] RUN APT-GET update && apt-get install -y --no-install-recommends cmake libfftw3-dev libmbedtls-dev libboost-program-options-dev libconfig++-dev libsctp-dev libpcsclite-dev libuhd-dev libczmq-dev libsoapysdr-dev soapysdr-module-lms7 && apt-get clean
#9 CACHED
#10 [20/28] WORKDIR /TMP
#10 CACHED
#11 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#11 CACHED
#12 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#12 CACHED
#13 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#13 CACHED
#14 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#14 CACHED
#15 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#15 CACHED
#16 [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
#16 CACHED
#17 [ 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
#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 [ 8/28] RUN MKDIR /var/run/sshd
#19 CACHED
#20 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#20 CACHED
#21 [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
#21 CACHED
#22 [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
#22 CACHED
#23 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#23 CACHED
#24 [ 2/28] RUN useradd -ms /bin/bash jenkins
#24 CACHED
#25 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#25 CACHED
#26 [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
#26 CACHED
#27 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#27 CACHED
#28 [ 9/28] COPY SSH /root/.ssh
#28 CACHED
#29 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#29 CACHED
#30 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#30 CACHED
#31 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#31 CACHED
#32 [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
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:5174f908f75dcaca5b91090075fdfa963315dc8e9da6ab0a3eecd43defe5fb61 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8384 -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-06 22:48:52
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8384
+ mkdir -p trial-8384
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-07-06_13_26_44.tgz osmo-bts-oc2g.build-2026-07-06_00_51_47.tgz osmo-bts-sysmo.build-2026-07-06_00_51_53.tgz osmo-bts.build-2026-07-06_00_52_00.tgz osmo-ggsn.build-2026-07-06_20_43_21.tgz osmo-hlr.build-2026-07-06_00_49_54.tgz osmo-hnbgw.build-2026-07-06_13_30_57.tgz osmo-mgw.build-2026-07-06_08_33_08.tgz osmo-msc.build-2026-07-06_13_35_42.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-07-06_07_34_54.tgz osmo-pcu-sysmo.build-2026-07-06_07_34_50.tgz osmo-pcu.build-2026-07-06_07_34_51.tgz osmo-sgsn.build-2026-07-06_20_50_45.tgz osmo-stp.build-2026-07-06_13_25_25.tgz osmo-trx.build-2026-07-06_14_22_27.tgz osmocom-bb.build-2026-07-06_21_17_53.tgz srslte.build-19.tgz trial-8384
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-07-06_13_26_44.md5 osmo-bts-oc2g.build-2026-07-06_00_51_47.md5 osmo-bts-sysmo.build-2026-07-06_00_51_53.md5 osmo-bts.build-2026-07-06_00_52_00.md5 osmo-ggsn.build-2026-07-06_20_43_21.md5 osmo-hlr.build-2026-07-06_00_49_54.md5 osmo-hnbgw.build-2026-07-06_13_30_57.md5 osmo-mgw.build-2026-07-06_08_33_08.md5 osmo-msc.build-2026-07-06_13_35_42.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-07-06_07_34_54.md5 osmo-pcu-sysmo.build-2026-07-06_07_34_50.md5 osmo-pcu.build-2026-07-06_07_34_51.md5 osmo-sgsn.build-2026-07-06_20_50_45.md5 osmo-stp.build-2026-07-06_13_25_25.md5 osmo-trx.build-2026-07-06_14_22_27.md5 osmocom-bb.build-2026-07-06_21_17_53.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-07-06_13_26_44.md5 osmo-bts-oc2g.build-2026-07-06_00_51_47.md5 osmo-bts-sysmo.build-2026-07-06_00_51_53.md5 osmo-bts.build-2026-07-06_00_52_00.md5 osmo-ggsn.build-2026-07-06_20_43_21.md5 osmo-hlr.build-2026-07-06_00_49_54.md5 osmo-hnbgw.build-2026-07-06_13_30_57.md5 osmo-mgw.build-2026-07-06_08_33_08.md5 osmo-msc.build-2026-07-06_13_35_42.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-07-06_07_34_54.md5 osmo-pcu-sysmo.build-2026-07-06_07_34_50.md5 osmo-pcu.build-2026-07-06_07_34_51.md5 osmo-sgsn.build-2026-07-06_20_50_45.md5 osmo-stp.build-2026-07-06_13_25_25.md5 osmo-trx.build-2026-07-06_14_22_27.md5 osmocom-bb.build-2026-07-06_21_17_53.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-8384 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8384'
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-8384
--------------------------------------------------------------------------------------------
22:48:52.531071 tst trial-8384: Detailed log at /build/trial-8384/run.2026-07-06_22-48-52/log
---------------------------------------------------------------------
trial-8384 netreg_mass
---------------------------------------------------------------------
22:48:52.737589 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:52.737952 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:52.738715 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:52.739897 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:52.779614 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:52.780380 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:52.781488 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:52.842074 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-8384 netreg_mass register_default_mass.py
----------------------------------------------
22:48:52.842968 tst register_default_mass.py:9: Claiming resources for the test
22:48:52.857340 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:52.857923 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:52.858391 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:52.858844 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:52.859328 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:52.859815 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:52.860262 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:52.886755 tst register_default_mass.py: using LAC 2
22:48:52.903992 tst register_default_mass.py: using RAC 2
22:48:52.922470 tst register_default_mass.py: using CellId 2
22:48:52.943017 tst register_default_mass.py: using BVCI 3
22:48:52.952682 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.953307 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.953857 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.954385 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.954902 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.955446 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.955959 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.956477 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.956998 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.957525 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.958035 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.958539 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.959080 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.959599 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.960110 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.960640 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.961157 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.961669 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.962190 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.962708 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.963217 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.963741 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.964261 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.964773 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.965281 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.965801 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.966310 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.966813 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.967343 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.967861 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.968363 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.968867 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.969388 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.969902 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.970410 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.970936 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.971444 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.971958 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.972480 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.972985 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.973483 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.974001 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.974522 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.975032 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.975539 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.976053 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.976553 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.977070 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.977580 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.978085 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.978588 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.979108 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.979615 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.980121 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.980614 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.981134 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.981637 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.982136 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.982659 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.983162 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.983659 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.984175 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.984688 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.985194 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.985701 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.986209 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.986712 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.987242 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.987747 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.988243 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.988757 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.989263 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.989846 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.990357 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.990867 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.991381 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.991876 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.992374 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.992867 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.993376 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.993870 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.994379 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.994887 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.995388 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.995875 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.996374 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.996870 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.997363 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.997866 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.998369 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.998873 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.999393 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:52.999903 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.000401 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.000894 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.001397 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.001891 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.002397 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.002915 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.003422 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.003918 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:53.004489 tst register_default_mass.py:21: Launching a simple network
22:48:53.014615 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:53.131210 run create_hlr_db(pid=21): Launched
22:48:54.144797 run create_hlr_db(pid=21): Terminated: ok {rc=0}
22:48:54.169204 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Launched
22:48:54.184682 run osmo-hlr_127.0.42.2(pid=24): Launched
22:48:54.190319 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:54.375147 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Launched
22:48:54.389967 run osmo-stp_127.0.42.5(pid=26): Launched
22:48:54.395581 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:54.798611 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Launched
22:48:54.813492 run osmo-msc_127.0.42.6(pid=28): Launched
22:48:57.828629 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:57.953163 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Launched
22:48:57.968115 run osmo-mgw_127.0.42.3(pid=30): Launched
22:48:57.973707 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:57.997211 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Launched
22:48:58.012124 run osmo-mgw_127.0.42.4(pid=32): Launched
22:48:58.017761 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:58.321446 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Launched
22:48:58.336476 run osmo-bsc_127.0.42.7(pid=34): Launched
22:49:04.370272 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:49:04.540040 run osmo-bts-virtual(pid=35): Launched
22:49:05.584037 tst register_default_mass.py: using MSISDN 1001
22:49:05.593376 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:49:05.621984 tst register_default_mass.py: using MSISDN 1002
22:49:05.636421 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:49:05.659865 tst register_default_mass.py: using MSISDN 1003
22:49:05.670325 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:49:05.693520 tst register_default_mass.py: using MSISDN 1004
22:49:05.703517 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:49:05.726294 tst register_default_mass.py: using MSISDN 1005
22:49:05.736014 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:49:05.759370 tst register_default_mass.py: using MSISDN 1006
22:49:05.769258 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:49:05.791774 tst register_default_mass.py: using MSISDN 1007
22:49:05.801333 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:49:05.824564 tst register_default_mass.py: using MSISDN 1008
22:49:05.834306 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:49:05.857278 tst register_default_mass.py: using MSISDN 1009
22:49:05.867072 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:49:05.890143 tst register_default_mass.py: using MSISDN 1010
22:49:05.899932 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:49:05.922657 tst register_default_mass.py: using MSISDN 1011
22:49:05.932357 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:49:05.955562 tst register_default_mass.py: using MSISDN 1012
22:49:05.965413 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:49:05.988370 tst register_default_mass.py: using MSISDN 1013
22:49:05.998244 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:49:06.021344 tst register_default_mass.py: using MSISDN 1014
22:49:06.031145 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:49:06.054156 tst register_default_mass.py: using MSISDN 1015
22:49:06.063941 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:49:06.087035 tst register_default_mass.py: using MSISDN 1016
22:49:06.096899 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:49:06.120023 tst register_default_mass.py: using MSISDN 1017
22:49:06.129890 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:49:06.152946 tst register_default_mass.py: using MSISDN 1018
22:49:06.162789 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:49:06.185839 tst register_default_mass.py: using MSISDN 1019
22:49:06.195629 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:49:06.218988 tst register_default_mass.py: using MSISDN 1020
22:49:06.228908 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:49:06.252158 tst register_default_mass.py: using MSISDN 1021
22:49:06.262014 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:49:06.284908 tst register_default_mass.py: using MSISDN 1022
22:49:06.294623 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:49:06.317777 tst register_default_mass.py: using MSISDN 1023
22:49:06.327586 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:49:06.350755 tst register_default_mass.py: using MSISDN 1024
22:49:06.360587 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:49:06.383795 tst register_default_mass.py: using MSISDN 1025
22:49:06.393675 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:49:06.416942 tst register_default_mass.py: using MSISDN 1026
22:49:06.426829 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:49:06.449876 tst register_default_mass.py: using MSISDN 1027
22:49:06.459747 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:49:06.482969 tst register_default_mass.py: using MSISDN 1028
22:49:06.492815 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:49:06.515999 tst register_default_mass.py: using MSISDN 1029
22:49:06.525839 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:49:06.549296 tst register_default_mass.py: using MSISDN 1030
22:49:06.559338 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:49:06.582347 tst register_default_mass.py: using MSISDN 1031
22:49:06.592312 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:49:06.615172 tst register_default_mass.py: using MSISDN 1032
22:49:06.624312 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:49:06.647288 tst register_default_mass.py: using MSISDN 1033
22:49:06.659335 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:49:06.683028 tst register_default_mass.py: using MSISDN 1034
22:49:06.693483 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:49:06.717280 tst register_default_mass.py: using MSISDN 1035
22:49:06.727625 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:49:06.751629 tst register_default_mass.py: using MSISDN 1036
22:49:06.761835 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:49:06.785599 tst register_default_mass.py: using MSISDN 1037
22:49:06.796001 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:49:06.819735 tst register_default_mass.py: using MSISDN 1038
22:49:06.829922 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:49:06.853442 tst register_default_mass.py: using MSISDN 1039
22:49:06.863566 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:49:06.887116 tst register_default_mass.py: using MSISDN 1040
22:49:06.897293 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:49:06.920835 tst register_default_mass.py: using MSISDN 1041
22:49:06.931104 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:49:06.954124 tst register_default_mass.py: using MSISDN 1042
22:49:06.964087 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:49:06.987151 tst register_default_mass.py: using MSISDN 1043
22:49:06.996980 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:49:07.020824 tst register_default_mass.py: using MSISDN 1044
22:49:07.031162 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:49:07.055042 tst register_default_mass.py: using MSISDN 1045
22:49:07.064451 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:49:07.087816 tst register_default_mass.py: using MSISDN 1046
22:49:07.099733 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:49:07.123018 tst register_default_mass.py: using MSISDN 1047
22:49:07.133240 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:49:07.156391 tst register_default_mass.py: using MSISDN 1048
22:49:07.166302 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:49:07.189340 tst register_default_mass.py: using MSISDN 1049
22:49:07.199184 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:49:07.222366 tst register_default_mass.py: using MSISDN 1050
22:49:07.232306 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:49:07.254781 tst register_default_mass.py: using MSISDN 1051
22:49:07.264413 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:49:07.287112 tst register_default_mass.py: using MSISDN 1052
22:49:07.296757 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:49:07.319171 tst register_default_mass.py: using MSISDN 1053
22:49:07.328727 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:49:07.351982 tst register_default_mass.py: using MSISDN 1054
22:49:07.361788 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:49:07.384961 tst register_default_mass.py: using MSISDN 1055
22:49:07.394920 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:49:07.418284 tst register_default_mass.py: using MSISDN 1056
22:49:07.428188 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:49:07.451226 tst register_default_mass.py: using MSISDN 1057
22:49:07.461081 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:49:07.483929 tst register_default_mass.py: using MSISDN 1058
22:49:07.493678 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:49:07.516992 tst register_default_mass.py: using MSISDN 1059
22:49:07.526910 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:49:07.550103 tst register_default_mass.py: using MSISDN 1060
22:49:07.559959 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:49:07.583375 tst register_default_mass.py: using MSISDN 1061
22:49:07.593380 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:49:07.616640 tst register_default_mass.py: using MSISDN 1062
22:49:07.625853 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:49:07.649742 tst register_default_mass.py: using MSISDN 1063
22:49:07.662099 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:49:07.685871 tst register_default_mass.py: using MSISDN 1064
22:49:07.696557 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:49:07.720177 tst register_default_mass.py: using MSISDN 1065
22:49:07.730383 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:49:07.753986 tst register_default_mass.py: using MSISDN 1066
22:49:07.764242 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:49:07.787488 tst register_default_mass.py: using MSISDN 1067
22:49:07.797535 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:49:07.821177 tst register_default_mass.py: using MSISDN 1068
22:49:07.831348 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:49:07.854612 tst register_default_mass.py: using MSISDN 1069
22:49:07.864884 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:49:07.888629 tst register_default_mass.py: using MSISDN 1070
22:49:07.898795 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:49:07.922545 tst register_default_mass.py: using MSISDN 1071
22:49:07.932895 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:49:07.956173 tst register_default_mass.py: using MSISDN 1072
22:49:07.966354 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:49:07.990181 tst register_default_mass.py: using MSISDN 1073
22:49:08.000560 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:49:08.024407 tst register_default_mass.py: using MSISDN 1074
22:49:08.034739 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:49:08.058517 tst register_default_mass.py: using MSISDN 1075
22:49:08.068826 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:49:08.092180 tst register_default_mass.py: using MSISDN 1076
22:49:08.102373 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:49:08.126000 tst register_default_mass.py: using MSISDN 1077
22:49:08.136141 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:49:08.160029 tst register_default_mass.py: using MSISDN 1078
22:49:08.170304 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:49:08.193992 tst register_default_mass.py: using MSISDN 1079
22:49:08.204285 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:49:08.227860 tst register_default_mass.py: using MSISDN 1080
22:49:08.238174 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:49:08.261630 tst register_default_mass.py: using MSISDN 1081
22:49:08.271874 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:49:08.295733 tst register_default_mass.py: using MSISDN 1082
22:49:08.306118 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:49:08.330207 tst register_default_mass.py: using MSISDN 1083
22:49:08.340693 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:49:08.364129 tst register_default_mass.py: using MSISDN 1084
22:49:08.374316 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:49:08.398358 tst register_default_mass.py: using MSISDN 1085
22:49:08.408656 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:49:08.432448 tst register_default_mass.py: using MSISDN 1086
22:49:08.442837 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:49:08.466798 tst register_default_mass.py: using MSISDN 1087
22:49:08.477302 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:49:08.500347 tst register_default_mass.py: using MSISDN 1088
22:49:08.510325 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:49:08.533443 tst register_default_mass.py: using MSISDN 1089
22:49:08.543393 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:49:08.566435 tst register_default_mass.py: using MSISDN 1090
22:49:08.576154 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:49:08.599609 tst register_default_mass.py: using MSISDN 1091
22:49:08.609449 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:49:08.632430 tst register_default_mass.py: using MSISDN 1092
22:49:08.642179 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:49:08.665878 tst register_default_mass.py: using MSISDN 1093
22:49:08.676218 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:49:08.699947 tst register_default_mass.py: using MSISDN 1094
22:49:08.710284 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:49:08.734015 tst register_default_mass.py: using MSISDN 1095
22:49:08.744367 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:49:08.768188 tst register_default_mass.py: using MSISDN 1096
22:49:08.778484 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:49:08.802428 tst register_default_mass.py: using MSISDN 1097
22:49:08.812815 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:49:08.836802 tst register_default_mass.py: using MSISDN 1098
22:49:08.847189 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:49:08.871268 tst register_default_mass.py: using MSISDN 1099
22:49:08.881563 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:49:08.905730 tst register_default_mass.py: using MSISDN 1100
22:49:08.916191 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:49:09.002034 run mass: Starting testcase
22:49:09.007596 run mass: Pre-launching all virtphy's
22:49:09.013036 run osmo-ms-virt-phy/00000: Starting virtphy
22:49:09.026289 run osmo-ms-virt-phy/00000(pid=36): Launched
22:49:09.032369 run osmo-ms-virt-phy/00001: Starting virtphy
22:49:09.045510 run osmo-ms-virt-phy/00001(pid=37): Launched
22:49:09.051566 run osmo-ms-virt-phy/00002: Starting virtphy
22:49:09.064679 run osmo-ms-virt-phy/00002(pid=38): Launched
22:49:09.070745 run osmo-ms-virt-phy/00003: Starting virtphy
22:49:09.083842 run osmo-ms-virt-phy/00003(pid=39): Launched
22:49:09.089904 run osmo-ms-virt-phy/00004: Starting virtphy
22:49:09.103015 run osmo-ms-virt-phy/00004(pid=40): Launched
22:49:09.110812 run osmo-ms-virt-phy/00005: Starting virtphy
22:49:09.123893 run osmo-ms-virt-phy/00005(pid=41): Launched
22:49:09.129932 run osmo-ms-virt-phy/00006: Starting virtphy
22:49:09.143169 run osmo-ms-virt-phy/00006(pid=42): Launched
22:49:09.149212 run osmo-ms-virt-phy/00007: Starting virtphy
22:49:09.162235 run osmo-ms-virt-phy/00007(pid=43): Launched
22:49:09.168237 run osmo-ms-virt-phy/00008: Starting virtphy
22:49:09.181300 run osmo-ms-virt-phy/00008(pid=44): Launched
22:49:09.187364 run osmo-ms-virt-phy/00009: Starting virtphy
22:49:09.200447 run osmo-ms-virt-phy/00009(pid=45): Launched
22:49:09.206525 run osmo-ms-virt-phy/00010: Starting virtphy
22:49:09.219620 run osmo-ms-virt-phy/00010(pid=46): Launched
22:49:09.225722 run osmo-ms-virt-phy/00011: Starting virtphy
22:49:09.238777 run osmo-ms-virt-phy/00011(pid=47): Launched
22:49:09.244869 run osmo-ms-virt-phy/00012: Starting virtphy
22:49:09.257875 run osmo-ms-virt-phy/00012(pid=48): Launched
22:49:09.263948 run osmo-ms-virt-phy/00013: Starting virtphy
22:49:09.277062 run osmo-ms-virt-phy/00013(pid=49): Launched
22:49:09.283071 run osmo-ms-virt-phy/00014: Starting virtphy
22:49:09.296232 run osmo-ms-virt-phy/00014(pid=50): Launched
22:49:09.302298 run osmo-ms-virt-phy/00015: Starting virtphy
22:49:09.315397 run osmo-ms-virt-phy/00015(pid=51): Launched
22:49:09.321540 run osmo-ms-virt-phy/00016: Starting virtphy
22:49:09.334653 run osmo-ms-virt-phy/00016(pid=52): Launched
22:49:09.340786 run osmo-ms-virt-phy/00017: Starting virtphy
22:49:09.353850 run osmo-ms-virt-phy/00017(pid=53): Launched
22:49:09.359914 run osmo-ms-virt-phy/00018: Starting virtphy
22:49:09.373055 run osmo-ms-virt-phy/00018(pid=54): Launched
22:49:09.379057 run osmo-ms-virt-phy/00019: Starting virtphy
22:49:09.392131 run osmo-ms-virt-phy/00019(pid=55): Launched
22:49:09.398114 run osmo-ms-virt-phy/00020: Starting virtphy
22:49:09.411244 run osmo-ms-virt-phy/00020(pid=56): Launched
22:49:09.417313 run osmo-ms-virt-phy/00021: Starting virtphy
22:49:09.430463 run osmo-ms-virt-phy/00021(pid=57): Launched
22:49:09.436589 run osmo-ms-virt-phy/00022: Starting virtphy
22:49:09.449730 run osmo-ms-virt-phy/00022(pid=58): Launched
22:49:09.455807 run osmo-ms-virt-phy/00023: Starting virtphy
22:49:09.468843 run osmo-ms-virt-phy/00023(pid=59): Launched
22:49:09.474911 run osmo-ms-virt-phy/00024: Starting virtphy
22:49:09.488011 run osmo-ms-virt-phy/00024(pid=60): Launched
22:49:09.493995 run osmo-ms-virt-phy/00025: Starting virtphy
22:49:09.507044 run osmo-ms-virt-phy/00025(pid=61): Launched
22:49:09.513251 run osmo-ms-virt-phy/00026: Starting virtphy
22:49:09.526394 run osmo-ms-virt-phy/00026(pid=62): Launched
22:49:09.532569 run osmo-ms-virt-phy/00027: Starting virtphy
22:49:09.545743 run osmo-ms-virt-phy/00027(pid=63): Launched
22:49:09.551863 run osmo-ms-virt-phy/00028: Starting virtphy
22:49:09.565234 run osmo-ms-virt-phy/00028(pid=64): Launched
22:49:09.571367 run osmo-ms-virt-phy/00029: Starting virtphy
22:49:09.584660 run osmo-ms-virt-phy/00029(pid=65): Launched
22:49:09.590675 run osmo-ms-virt-phy/00030: Starting virtphy
22:49:09.603810 run osmo-ms-virt-phy/00030(pid=66): Launched
22:49:09.609804 run osmo-ms-virt-phy/00031: Starting virtphy
22:49:09.622831 run osmo-ms-virt-phy/00031(pid=67): Launched
22:49:09.628866 run osmo-ms-virt-phy/00032: Starting virtphy
22:49:09.642127 run osmo-ms-virt-phy/00032(pid=68): Launched
22:49:09.648211 run osmo-ms-virt-phy/00033: Starting virtphy
22:49:09.661186 run osmo-ms-virt-phy/00033(pid=69): Launched
22:49:09.667255 run osmo-ms-virt-phy/00034: Starting virtphy
22:49:09.680254 run osmo-ms-virt-phy/00034(pid=70): Launched
22:49:09.686267 run osmo-ms-virt-phy/00035: Starting virtphy
22:49:09.699304 run osmo-ms-virt-phy/00035(pid=71): Launched
22:49:09.705318 run osmo-ms-virt-phy/00036: Starting virtphy
22:49:09.718366 run osmo-ms-virt-phy/00036(pid=72): Launched
22:49:09.724437 run osmo-ms-virt-phy/00037: Starting virtphy
22:49:09.737458 run osmo-ms-virt-phy/00037(pid=73): Launched
22:49:09.743485 run osmo-ms-virt-phy/00038: Starting virtphy
22:49:09.756550 run osmo-ms-virt-phy/00038(pid=74): Launched
22:49:09.762519 run osmo-ms-virt-phy/00039: Starting virtphy
22:49:09.775553 run osmo-ms-virt-phy/00039(pid=75): Launched
22:49:09.781558 run osmo-ms-virt-phy/00040: Starting virtphy
22:49:09.794562 run osmo-ms-virt-phy/00040(pid=76): Launched
22:49:09.800535 run osmo-ms-virt-phy/00041: Starting virtphy
22:49:09.813538 run osmo-ms-virt-phy/00041(pid=77): Launched
22:49:09.819464 run osmo-ms-virt-phy/00042: Starting virtphy
22:49:09.832457 run osmo-ms-virt-phy/00042(pid=78): Launched
22:49:09.838450 run osmo-ms-virt-phy/00043: Starting virtphy
22:49:09.851467 run osmo-ms-virt-phy/00043(pid=79): Launched
22:49:09.857482 run osmo-ms-virt-phy/00044: Starting virtphy
22:49:09.870419 run osmo-ms-virt-phy/00044(pid=80): Launched
22:49:09.876491 run osmo-ms-virt-phy/00045: Starting virtphy
22:49:09.889457 run osmo-ms-virt-phy/00045(pid=81): Launched
22:49:09.895512 run osmo-ms-virt-phy/00046: Starting virtphy
22:49:09.908482 run osmo-ms-virt-phy/00046(pid=82): Launched
22:49:09.914535 run osmo-ms-virt-phy/00047: Starting virtphy
22:49:09.927429 run osmo-ms-virt-phy/00047(pid=83): Launched
22:49:09.933362 run osmo-ms-virt-phy/00048: Starting virtphy
22:49:09.946184 run osmo-ms-virt-phy/00048(pid=84): Launched
22:49:09.952179 run osmo-ms-virt-phy/00049: Starting virtphy
22:49:09.965056 run osmo-ms-virt-phy/00049(pid=85): Launched
22:49:09.971049 run osmo-ms-virt-phy/00050: Starting virtphy
22:49:09.983983 run osmo-ms-virt-phy/00050(pid=86): Launched
22:49:09.990011 run osmo-ms-virt-phy/00051: Starting virtphy
22:49:10.003071 run osmo-ms-virt-phy/00051(pid=87): Launched
22:49:10.009085 run osmo-ms-virt-phy/00052: Starting virtphy
22:49:10.022117 run osmo-ms-virt-phy/00052(pid=88): Launched
22:49:10.028268 run osmo-ms-virt-phy/00053: Starting virtphy
22:49:10.041307 run osmo-ms-virt-phy/00053(pid=89): Launched
22:49:10.047361 run osmo-ms-virt-phy/00054: Starting virtphy
22:49:10.060341 run osmo-ms-virt-phy/00054(pid=90): Launched
22:49:10.066292 run osmo-ms-virt-phy/00055: Starting virtphy
22:49:10.079367 run osmo-ms-virt-phy/00055(pid=91): Launched
22:49:10.085393 run osmo-ms-virt-phy/00056: Starting virtphy
22:49:10.098301 run osmo-ms-virt-phy/00056(pid=92): Launched
22:49:10.104223 run osmo-ms-virt-phy/00057: Starting virtphy
22:49:10.117221 run osmo-ms-virt-phy/00057(pid=93): Launched
22:49:10.123224 run osmo-ms-virt-phy/00058: Starting virtphy
22:49:10.136084 run osmo-ms-virt-phy/00058(pid=94): Launched
22:49:10.142032 run osmo-ms-virt-phy/00059: Starting virtphy
22:49:10.155206 run osmo-ms-virt-phy/00059(pid=95): Launched
22:49:10.161279 run osmo-ms-virt-phy/00060: Starting virtphy
22:49:10.174205 run osmo-ms-virt-phy/00060(pid=96): Launched
22:49:10.180168 run osmo-ms-virt-phy/00061: Starting virtphy
22:49:10.193121 run osmo-ms-virt-phy/00061(pid=97): Launched
22:49:10.199091 run osmo-ms-virt-phy/00062: Starting virtphy
22:49:10.212102 run osmo-ms-virt-phy/00062(pid=98): Launched
22:49:10.218202 run osmo-ms-virt-phy/00063: Starting virtphy
22:49:10.231199 run osmo-ms-virt-phy/00063(pid=99): Launched
22:49:10.237248 run osmo-ms-virt-phy/00064: Starting virtphy
22:49:10.250138 run osmo-ms-virt-phy/00064(pid=100): Launched
22:49:10.256096 run osmo-ms-virt-phy/00065: Starting virtphy
22:49:10.269218 run osmo-ms-virt-phy/00065(pid=101): Launched
22:49:10.275131 run osmo-ms-virt-phy/00066: Starting virtphy
22:49:10.288167 run osmo-ms-virt-phy/00066(pid=102): Launched
22:49:10.294179 run osmo-ms-virt-phy/00067: Starting virtphy
22:49:10.307162 run osmo-ms-virt-phy/00067(pid=103): Launched
22:49:10.313134 run osmo-ms-virt-phy/00068: Starting virtphy
22:49:10.326115 run osmo-ms-virt-phy/00068(pid=104): Launched
22:49:10.332104 run osmo-ms-virt-phy/00069: Starting virtphy
22:49:10.344998 run osmo-ms-virt-phy/00069(pid=105): Launched
22:49:10.350948 run osmo-ms-virt-phy/00070: Starting virtphy
22:49:10.363897 run osmo-ms-virt-phy/00070(pid=106): Launched
22:49:10.369821 run osmo-ms-virt-phy/00071: Starting virtphy
22:49:10.382740 run osmo-ms-virt-phy/00071(pid=107): Launched
22:49:10.388673 run osmo-ms-virt-phy/00072: Starting virtphy
22:49:10.401611 run osmo-ms-virt-phy/00072(pid=108): Launched
22:49:10.407654 run osmo-ms-virt-phy/00073: Starting virtphy
22:49:10.420628 run osmo-ms-virt-phy/00073(pid=109): Launched
22:49:10.426633 run osmo-ms-virt-phy/00074: Starting virtphy
22:49:10.439551 run osmo-ms-virt-phy/00074(pid=110): Launched
22:49:10.445548 run osmo-ms-virt-phy/00075: Starting virtphy
22:49:10.458594 run osmo-ms-virt-phy/00075(pid=111): Launched
22:49:10.464552 run osmo-ms-virt-phy/00076: Starting virtphy
22:49:10.477581 run osmo-ms-virt-phy/00076(pid=112): Launched
22:49:10.483521 run osmo-ms-virt-phy/00077: Starting virtphy
22:49:10.496485 run osmo-ms-virt-phy/00077(pid=113): Launched
22:49:10.502517 run osmo-ms-virt-phy/00078: Starting virtphy
22:49:10.515455 run osmo-ms-virt-phy/00078(pid=114): Launched
22:49:10.521536 run osmo-ms-virt-phy/00079: Starting virtphy
22:49:10.534405 run osmo-ms-virt-phy/00079(pid=115): Launched
22:49:10.540381 run osmo-ms-virt-phy/00080: Starting virtphy
22:49:10.553294 run osmo-ms-virt-phy/00080(pid=116): Launched
22:49:10.559299 run osmo-ms-virt-phy/00081: Starting virtphy
22:49:10.572196 run osmo-ms-virt-phy/00081(pid=117): Launched
22:49:10.578158 run osmo-ms-virt-phy/00082: Starting virtphy
22:49:10.591137 run osmo-ms-virt-phy/00082(pid=118): Launched
22:49:10.597116 run osmo-ms-virt-phy/00083: Starting virtphy
22:49:10.610112 run osmo-ms-virt-phy/00083(pid=119): Launched
22:49:10.616126 run osmo-ms-virt-phy/00084: Starting virtphy
22:49:10.629177 run osmo-ms-virt-phy/00084(pid=120): Launched
22:49:10.635168 run osmo-ms-virt-phy/00085: Starting virtphy
22:49:10.648150 run osmo-ms-virt-phy/00085(pid=121): Launched
22:49:10.654131 run osmo-ms-virt-phy/00086: Starting virtphy
22:49:10.667138 run osmo-ms-virt-phy/00086(pid=122): Launched
22:49:10.673075 run osmo-ms-virt-phy/00087: Starting virtphy
22:49:10.686032 run osmo-ms-virt-phy/00087(pid=123): Launched
22:49:10.692109 run osmo-ms-virt-phy/00088: Starting virtphy
22:49:10.705101 run osmo-ms-virt-phy/00088(pid=124): Launched
22:49:10.711266 run osmo-ms-virt-phy/00089: Starting virtphy
22:49:10.724269 run osmo-ms-virt-phy/00089(pid=125): Launched
22:49:10.730252 run osmo-ms-virt-phy/00090: Starting virtphy
22:49:10.743315 run osmo-ms-virt-phy/00090(pid=126): Launched
22:49:10.749263 run osmo-ms-virt-phy/00091: Starting virtphy
22:49:10.762299 run osmo-ms-virt-phy/00091(pid=127): Launched
22:49:10.768269 run osmo-ms-virt-phy/00092: Starting virtphy
22:49:10.781249 run osmo-ms-virt-phy/00092(pid=128): Launched
22:49:10.787262 run osmo-ms-virt-phy/00093: Starting virtphy
22:49:10.800256 run osmo-ms-virt-phy/00093(pid=129): Launched
22:49:10.806195 run osmo-ms-virt-phy/00094: Starting virtphy
22:49:10.819241 run osmo-ms-virt-phy/00094(pid=130): Launched
22:49:10.825193 run osmo-ms-virt-phy/00095: Starting virtphy
22:49:10.838140 run osmo-ms-virt-phy/00095(pid=131): Launched
22:49:10.844093 run osmo-ms-virt-phy/00096: Starting virtphy
22:49:10.856977 run osmo-ms-virt-phy/00096(pid=132): Launched
22:49:10.862962 run osmo-ms-virt-phy/00097: Starting virtphy
22:49:10.875898 run osmo-ms-virt-phy/00097(pid=133): Launched
22:49:10.881849 run osmo-ms-virt-phy/00098: Starting virtphy
22:49:10.894833 run osmo-ms-virt-phy/00098(pid=134): Launched
22:49:10.900842 run osmo-ms-virt-phy/00099: Starting virtphy
22:49:10.914113 run osmo-ms-virt-phy/00099(pid=135): Launched
22:49:10.920157 run mass: Checking if sockets are in the filesystem
22:49:10.952998 run osmo-ms-mob/00000: Starting mobile
22:49:10.966120 run osmo-ms-mob/00000(pid=136): Launched
22:49:10.979703 run mass: MS start registered {at=43833.02881457, delay=0.007511416006309446, ms=00000}
22:49:15.136828 run osmo-ms-mob/00001: Starting mobile
22:49:15.149978 run osmo-ms-mob/00001(pid=137): Launched
22:49:15.162645 run mass: MS start registered {at=43837.211756127, delay=0.006666276000032667, ms=00001}
22:49:15.959116 run mass: MS performed LU {at=43838.008118853, lu_delay=4.979304282998783, ms=00000}
22:49:16.952043 run osmo-ms-mob/00002: Starting mobile
22:49:16.969487 run osmo-ms-mob/00002(pid=138): Launched
22:49:16.983778 run mass: MS start registered {at=43839.032881027, delay=0.00817416900099488, ms=00002}
22:49:18.258138 run osmo-ms-mob/00003: Starting mobile
22:49:18.274432 run osmo-ms-mob/00003(pid=139): Launched
22:49:18.287052 run mass: MS start registered {at=43840.336156579, delay=0.006615313999645878, ms=00003}
22:49:19.369087 run osmo-ms-mob/00004: Starting mobile
22:49:19.386159 run osmo-ms-mob/00004(pid=140): Launched
22:49:19.400367 run mass: MS start registered {at=43841.44947116, delay=0.00822616599907633, ms=00004}
22:49:20.337279 run osmo-ms-mob/00005: Starting mobile
22:49:20.350432 run osmo-ms-mob/00005(pid=141): Launched
22:49:20.366451 run mass: MS start registered {at=43842.415559854, delay=0.0056422420020680875, ms=00005}
22:49:21.137372 run mass: MS performed LU {at=43843.186339762, lu_delay=5.974583635004819, ms=00001}
22:49:21.182458 run osmo-ms-mob/00006: Starting mobile
22:49:21.198158 run osmo-ms-mob/00006(pid=142): Launched
22:49:21.212090 run mass: MS start registered {at=43843.261202403, delay=0.007909369000117294, ms=00006}
22:49:22.136271 run osmo-ms-mob/00007: Starting mobile
22:49:22.149281 run osmo-ms-mob/00007(pid=143): Launched
22:49:22.163571 run mass: MS start registered {at=43844.212683966, delay=0.008312008998473175, ms=00007}
22:49:22.936543 run osmo-ms-mob/00008: Starting mobile
22:49:22.949710 run osmo-ms-mob/00008(pid=144): Launched
22:49:22.963904 run mass: MS start registered {at=43845.013014349, delay=0.008197531002224423, ms=00008}
22:49:23.038766 run mass: MS performed LU {at=43845.087750192, lu_delay=4.751593613000296, ms=00003}
22:49:23.066810 run mass: MS performed LU {at=43845.115841627, lu_delay=6.082960599997023, ms=00002}
22:49:23.667567 run osmo-ms-mob/00009: Starting mobile
22:49:23.689018 run osmo-ms-mob/00009(pid=145): Launched
22:49:23.700749 run mass: MS start registered {at=43845.74986355, delay=0.005203225002333056, ms=00009}
22:49:24.365758 run osmo-ms-mob/00010: Starting mobile
22:49:24.380956 run osmo-ms-mob/00010(pid=146): Launched
22:49:24.395491 run mass: MS start registered {at=43846.444604773, delay=0.008382792002521455, ms=00010}
22:49:24.903558 run mass: MS performed LU {at=43846.952567677, lu_delay=5.503096517000813, ms=00004}
22:49:24.958335 run osmo-ms-mob/00011: Starting mobile
22:49:24.973733 run osmo-ms-mob/00011(pid=147): Launched
22:49:24.984739 run mass: MS start registered {at=43847.033859324, delay=0.005019172000174876, ms=00011}
22:49:25.438693 run mass: MS performed LU {at=43847.487681022, lu_delay=5.072121167999285, ms=00005}
22:49:25.455637 run osmo-ms-mob/00012: Starting mobile
22:49:25.468777 run osmo-ms-mob/00012(pid=148): Launched
22:49:25.481609 run mass: MS start registered {at=43847.530725357, delay=0.0068151239975122735, ms=00012}
22:49:26.177929 run osmo-ms-mob/00013: Starting mobile
22:49:26.195392 run osmo-ms-mob/00013(pid=149): Launched
22:49:26.209099 run mass: MS start registered {at=43848.258213613, delay=0.007671247003600001, ms=00013}
22:49:26.768734 run osmo-ms-mob/00014: Starting mobile
22:49:26.785288 run osmo-ms-mob/00014(pid=150): Launched
22:49:26.796408 run mass: MS start registered {at=43848.845526705, delay=0.005101724003907293, ms=00014}
22:49:26.802644 run mass: MS performed LU {at=43848.851764326, lu_delay=5.59056192299613, ms=00006}
22:49:26.831536 run mass: MS performed LU {at=43848.880541875, lu_delay=4.667857909000304, ms=00007}
22:49:27.368225 run osmo-ms-mob/00015: Starting mobile
22:49:27.384838 run osmo-ms-mob/00015(pid=151): Launched
22:49:27.397758 run mass: MS start registered {at=43849.446864705, delay=0.0068513439982780255, ms=00015}
22:49:27.836692 run osmo-ms-mob/00016: Starting mobile
22:49:27.849939 run osmo-ms-mob/00016(pid=152): Launched
22:49:27.864084 run mass: MS start registered {at=43849.913197129, delay=0.008102914995106403, ms=00016}
22:49:28.336832 run osmo-ms-mob/00017: Starting mobile
22:49:28.350235 run osmo-ms-mob/00017(pid=153): Launched
22:49:28.364136 run mass: MS start registered {at=43850.413240396, delay=0.007805020002706442, ms=00017}
22:49:28.668825 run mass: MS performed LU {at=43850.71783993, lu_delay=5.7048255810004775, ms=00008}
22:49:28.733319 run mass: MS performed LU {at=43850.782336503, lu_delay=5.0324729529966135, ms=00009}
22:49:28.968585 run osmo-ms-mob/00018: Starting mobile
22:49:28.984769 run osmo-ms-mob/00018(pid=154): Launched
22:49:28.997580 run mass: MS start registered {at=43851.046691313, delay=0.006781297997804359, ms=00018}
22:49:29.337180 run osmo-ms-mob/00019: Starting mobile
22:49:29.350486 run osmo-ms-mob/00019(pid=155): Launched
22:49:29.364478 run mass: MS start registered {at=43851.413581011, delay=0.00791134300379781, ms=00019}
22:49:29.836187 run osmo-ms-mob/00020: Starting mobile
22:49:29.849576 run osmo-ms-mob/00020(pid=156): Launched
22:49:29.864271 run mass: MS start registered {at=43851.913371024, delay=0.008644200999697205, ms=00020}
22:49:30.357480 run osmo-ms-mob/00021: Starting mobile
22:49:30.374052 run osmo-ms-mob/00021(pid=157): Launched
22:49:30.391421 run mass: MS start registered {at=43852.44052548, delay=0.011335096998664085, ms=00021}
22:49:30.570249 run mass: MS performed LU {at=43852.619178913, lu_delay=5.088453556003515, ms=00012}
22:49:30.598362 run mass: MS performed LU {at=43852.647387562, lu_delay=6.202782788997865, ms=00010}
22:49:30.614409 run osmo-ms-mob/00022: Starting mobile
22:49:30.627465 run osmo-ms-mob/00022(pid=158): Launched
22:49:30.639509 run mass: MS start registered {at=43852.68862828, delay=0.006097025994677097, ms=00022}
22:49:30.686014 run mass: MS performed LU {at=43852.735040765, lu_delay=5.70118144099979, ms=00011}
22:49:31.270525 run osmo-ms-mob/00023: Starting mobile
22:49:31.288029 run osmo-ms-mob/00023(pid=159): Launched
22:49:31.301287 run mass: MS start registered {at=43853.350399293, delay=0.007136896994779818, ms=00023}
22:49:31.636417 run osmo-ms-mob/00024: Starting mobile
22:49:31.649776 run osmo-ms-mob/00024(pid=160): Launched
22:49:31.660987 run mass: MS start registered {at=43853.710104843, delay=0.0050089509968529455, ms=00024}
22:49:32.159446 run osmo-ms-mob/00025: Starting mobile
22:49:32.175804 run osmo-ms-mob/00025(pid=161): Launched
22:49:32.189247 run mass: MS start registered {at=43854.238350864, delay=0.007417447995976545, ms=00025}
22:49:32.351911 run mass: MS performed LU {at=43854.40093187, lu_delay=4.954067164995649, ms=00015}
22:49:32.435111 run mass: MS performed LU {at=43854.483945661, lu_delay=6.225732047998463, ms=00013}
22:49:32.463462 run osmo-ms-mob/00026: Starting mobile
22:49:32.476490 run osmo-ms-mob/00026(pid=162): Launched
22:49:32.489275 run mass: MS start registered {at=43854.538387548, delay=0.006765173995518126, ms=00026}
22:49:32.498152 run mass: MS performed LU {at=43854.547262143, lu_delay=5.701735438000469, ms=00014}
22:49:32.605641 run mass: MS performed LU {at=43854.654635134, lu_delay=4.741438005003147, ms=00016}
22:49:32.967931 run osmo-ms-mob/00027: Starting mobile
22:49:32.985402 run osmo-ms-mob/00027(pid=163): Launched
22:49:32.999753 run mass: MS start registered {at=43855.04885647, delay=0.008313430000271183, ms=00027}
22:49:33.349618 run osmo-ms-mob/00028: Starting mobile
22:49:33.363637 run osmo-ms-mob/00028(pid=164): Launched
22:49:33.376004 run mass: MS start registered {at=43855.425111843, delay=0.0062882099955459125, ms=00028}
22:49:33.741161 run osmo-ms-mob/00029: Starting mobile
22:49:33.760642 run osmo-ms-mob/00029(pid=165): Launched
22:49:33.772933 run mass: MS start registered {at=43855.822041172, delay=0.00625692900212016, ms=00029}
22:49:34.166169 run osmo-ms-mob/00030: Starting mobile
22:49:34.181449 run osmo-ms-mob/00030(pid=166): Launched
22:49:34.195760 run mass: MS start registered {at=43856.244874617, delay=0.008245864999480546, ms=00030}
22:49:34.335833 run mass: MS performed LU {at=43856.384858965, lu_delay=4.971277953998651, ms=00019}
22:49:34.364260 run mass: MS performed LU {at=43856.413282835, lu_delay=4.499911810999038, ms=00020}
22:49:34.389881 run osmo-ms-mob/00031: Starting mobile
22:49:34.402917 run osmo-ms-mob/00031(pid=167): Launched
22:49:34.415091 run mass: MS start registered {at=43856.464208183, delay=0.006180898999446072, ms=00031}
22:49:34.451417 run mass: MS performed LU {at=43856.500472591, lu_delay=5.453781277996313, ms=00018}
22:49:34.508132 run mass: MS performed LU {at=43856.557155678, lu_delay=6.14391528199485, ms=00017}
22:49:34.535422 run osmo-ms-mob/00032: Starting mobile
22:49:34.548520 run osmo-ms-mob/00032(pid=168): Launched
22:49:34.560004 run mass: MS start registered {at=43856.609123082, delay=0.005526583001483232, ms=00032}
22:49:35.249733 run osmo-ms-mob/00033: Starting mobile
22:49:35.263984 run osmo-ms-mob/00033(pid=169): Launched
22:49:35.277576 run mass: MS start registered {at=43857.326685934, delay=0.005346555000869557, ms=00033}
22:49:35.637117 run osmo-ms-mob/00034: Starting mobile
22:49:35.650384 run osmo-ms-mob/00034(pid=170): Launched
22:49:35.661716 run mass: MS start registered {at=43857.710830709, delay=0.005006876999686938, ms=00034}
22:49:35.979222 run osmo-ms-mob/00035: Starting mobile
22:49:35.998294 run osmo-ms-mob/00035(pid=171): Launched
22:49:36.009238 run mass: MS start registered {at=43858.058357034, delay=0.00487732400506502, ms=00035}
22:49:36.117307 run mass: MS performed LU {at=43858.166320588, lu_delay=4.815921295004955, ms=00023}
22:49:36.200731 run mass: MS performed LU {at=43858.249749217, lu_delay=5.5611209370035795, ms=00022}
22:49:36.265470 run mass: MS performed LU {at=43858.314494118, lu_delay=5.873968637999496, ms=00021}
22:49:36.290211 run osmo-ms-mob/00036: Starting mobile
22:49:36.303442 run osmo-ms-mob/00036(pid=172): Launched
22:49:36.315405 run mass: MS start registered {at=43858.364525326, delay=0.005948122998233885, ms=00036}
22:49:36.371257 run mass: MS performed LU {at=43858.420288389, lu_delay=4.7101835460052826, ms=00024}
22:49:36.747830 run osmo-ms-mob/00037: Starting mobile
22:49:36.761498 run osmo-ms-mob/00037(pid=173): Launched
22:49:36.775913 run mass: MS start registered {at=43858.825024909, delay=0.008387179994315375, ms=00037}
22:49:37.059526 run osmo-ms-mob/00038: Starting mobile
22:49:37.081390 run osmo-ms-mob/00038(pid=174): Launched
22:49:37.094039 run mass: MS start registered {at=43859.14315395, delay=0.006581999994523358, ms=00038}
22:49:37.337204 run osmo-ms-mob/00039: Starting mobile
22:49:37.350744 run osmo-ms-mob/00039(pid=175): Launched
22:49:37.364537 run mass: MS start registered {at=43859.413648125, delay=0.007751413999358192, ms=00039}
22:49:37.736409 run osmo-ms-mob/00040: Starting mobile
22:49:37.749758 run osmo-ms-mob/00040(pid=176): Launched
22:49:37.760987 run mass: MS start registered {at=43859.810103869, delay=0.004978700999345165, ms=00040}
22:49:38.036322 run osmo-ms-mob/00041: Starting mobile
22:49:38.049737 run osmo-ms-mob/00041(pid=177): Launched
22:49:38.061159 run mass: MS start registered {at=43860.110274553, delay=0.0049871290029841475, ms=00041}
22:49:38.101811 run mass: MS performed LU {at=43860.150850294, lu_delay=5.612462746001256, ms=00026}
22:49:38.129563 run mass: MS performed LU {at=43860.178578013, lu_delay=5.129721543002233, ms=00027}
22:49:38.145534 run osmo-ms-mob/00042: Starting mobile
22:49:38.158601 run osmo-ms-mob/00042(pid=178): Launched
22:49:38.173994 run mass: MS start registered {at=43860.223107361, delay=0.009429272002307698, ms=00042}
22:49:38.216169 run mass: MS performed LU {at=43860.265223048, lu_delay=6.026872184003878, ms=00025}
22:49:38.273563 run mass: MS performed LU {at=43860.32257923, lu_delay=4.500538057996891, ms=00029}
22:49:38.295806 run mass: MS performed LU {at=43860.344935033, lu_delay=4.919823190000898, ms=00028}
22:49:38.306779 run osmo-ms-mob/00043: Starting mobile
22:49:38.319857 run osmo-ms-mob/00043(pid=179): Launched
22:49:38.334827 run mass: MS start registered {at=43860.383942944, delay=0.008959111000876874, ms=00043}
22:49:39.049169 run osmo-ms-mob/00044: Starting mobile
22:49:39.063195 run osmo-ms-mob/00044(pid=180): Launched
22:49:39.076383 run mass: MS start registered {at=43861.125492834, delay=0.007028905994957313, ms=00044}
22:49:39.348497 run osmo-ms-mob/00045: Starting mobile
22:49:39.362345 run osmo-ms-mob/00045(pid=181): Launched
22:49:39.375080 run mass: MS start registered {at=43861.424169959, delay=0.006699118996039033, ms=00045}
22:49:39.670172 run osmo-ms-mob/00046: Starting mobile
22:49:39.687712 run osmo-ms-mob/00046(pid=182): Launched
22:49:39.700641 run mass: MS start registered {at=43861.749754727, delay=0.006806122000853065, ms=00046}
22:49:39.883768 run mass: MS performed LU {at=43861.932774077, lu_delay=5.468565893999767, ms=00031}
22:49:39.913408 run osmo-ms-mob/00047: Starting mobile
22:49:39.926901 run osmo-ms-mob/00047(pid=183): Launched
22:49:39.937732 run mass: MS start registered {at=43861.986846489, delay=0.004706887004431337, ms=00047}
22:49:39.965569 run mass: MS performed LU {at=43862.014589181, lu_delay=5.769714564004971, ms=00030}
22:49:40.031174 run mass: MS performed LU {at=43862.080192982, lu_delay=5.471069899998838, ms=00032}
22:49:40.058594 run osmo-ms-mob/00048: Starting mobile
22:49:40.071700 run osmo-ms-mob/00048(pid=184): Launched
22:49:40.083532 run mass: MS start registered {at=43862.132651538, delay=0.005856144001882058, ms=00048}
22:49:40.136744 run mass: MS performed LU {at=43862.1857754, lu_delay=4.8590894660010235, ms=00033}
22:49:40.566811 run osmo-ms-mob/00049: Starting mobile
22:49:40.584154 run osmo-ms-mob/00049(pid=185): Launched
22:49:40.595985 run mass: MS start registered {at=43862.645104291, delay=0.005729363998398185, ms=00049}
22:49:40.850070 run osmo-ms-mob/00050: Starting mobile
22:49:40.864319 run osmo-ms-mob/00050(pid=186): Launched
22:49:40.880052 run mass: MS start registered {at=43862.92915807, delay=0.009714765998069197, ms=00050}
22:49:41.236702 run osmo-ms-mob/00051: Starting mobile
22:49:41.249846 run osmo-ms-mob/00051(pid=187): Launched
22:49:41.267146 run mass: MS start registered {at=43863.316247228, delay=0.011306325999612454, ms=00051}
22:49:41.557395 run osmo-ms-mob/00052: Starting mobile
22:49:41.574452 run osmo-ms-mob/00052(pid=188): Launched
22:49:41.588840 run mass: MS start registered {at=43863.637941281, delay=0.00842320200172253, ms=00052}
22:49:41.748453 run mass: MS performed LU {at=43863.797473115, lu_delay=6.086642406000465, ms=00034}
22:49:41.764925 run osmo-ms-mob/00053: Starting mobile
22:49:41.778330 run osmo-ms-mob/00053(pid=189): Launched
22:49:41.789689 run mass: MS start registered {at=43863.838806394, delay=0.005227677000220865, ms=00053}
22:49:41.802599 run mass: MS performed LU {at=43863.851682847, lu_delay=4.438034721999429, ms=00039}
22:49:41.867233 run mass: MS performed LU {at=43863.916263456, lu_delay=5.091238547000103, ms=00037}
22:49:41.893473 run osmo-ms-mob/00054: Starting mobile
22:49:41.906809 run osmo-ms-mob/00054(pid=190): Launched
22:49:41.917507 run mass: MS start registered {at=43863.966624982, delay=0.004611675001797266, ms=00054}
22:49:42.057892 run mass: MS performed LU {at=43864.106888027, lu_delay=5.742362701006641, ms=00036}
22:49:42.082753 run mass: MS performed LU {at=43864.131879561, lu_delay=6.073522526996385, ms=00035}
22:49:42.094772 run osmo-ms-mob/00055: Starting mobile
22:49:42.108069 run osmo-ms-mob/00055(pid=191): Launched
22:49:42.124446 run mass: MS start registered {at=43864.173552005, delay=0.01031567899917718, ms=00055}
22:49:42.749926 run osmo-ms-mob/00056: Starting mobile
22:49:42.764049 run osmo-ms-mob/00056(pid=192): Launched
22:49:42.775937 run mass: MS start registered {at=43864.825054596, delay=0.005787404006696306, ms=00056}
22:49:42.789713 run mass: MS performed LU {at=43864.838827666, lu_delay=5.695673715999874, ms=00038}
22:49:43.049629 run osmo-ms-mob/00057: Starting mobile
22:49:43.063569 run osmo-ms-mob/00057(pid=193): Launched
22:49:43.077152 run mass: MS start registered {at=43865.126264615, delay=0.007563401995867025, ms=00057}
22:49:43.449905 run osmo-ms-mob/00058: Starting mobile
22:49:43.463973 run osmo-ms-mob/00058(pid=194): Launched
22:49:43.476258 run mass: MS start registered {at=43865.525370695, delay=0.006008488999214023, ms=00058}
22:49:43.649722 run mass: MS performed LU {at=43865.698740724, lu_delay=5.5884661710006185, ms=00041}
22:49:43.679700 run osmo-ms-mob/00059: Starting mobile
22:49:43.692969 run osmo-ms-mob/00059(pid=195): Launched
22:49:43.698989 run mass: MS performed LU {at=43865.748115024, lu_delay=5.525007662996359, ms=00042}
22:49:43.705039 run mass: MS start registered {at=43865.75417026, delay=0.006073637996450998, ms=00059}
22:49:43.797097 run mass: MS performed LU {at=43865.846127226, lu_delay=5.4621842820051825, ms=00043}
22:49:43.825281 run osmo-ms-mob/00060: Starting mobile
22:49:43.838327 run osmo-ms-mob/00060(pid=196): Launched
22:49:43.850532 run mass: MS start registered {at=43865.899646664, delay=0.006214244000148028, ms=00060}
22:49:43.977022 run mass: MS performed LU {at=43866.026042835, lu_delay=4.900550001002557, ms=00044}
22:49:44.000373 run mass: MS performed LU {at=43866.049500684, lu_delay=6.239396814999054, ms=00040}
22:49:44.468040 run osmo-ms-mob/00061: Starting mobile
22:49:44.484596 run osmo-ms-mob/00061(pid=197): Launched
22:49:44.495781 run mass: MS start registered {at=43866.544896807, delay=0.005154726997716352, ms=00061}
22:49:44.748983 run osmo-ms-mob/00062: Starting mobile
22:49:44.762841 run osmo-ms-mob/00062(pid=198): Launched
22:49:44.774334 run mass: MS start registered {at=43866.823447654, delay=0.005000431003281847, ms=00062}
22:49:45.014635 run mass: MS performed LU {at=43867.063635846, lu_delay=3.7473886180014233, ms=00051}
22:49:45.032676 run osmo-ms-mob/00063: Starting mobile
22:49:45.045940 run osmo-ms-mob/00063(pid=199): Launched
22:49:45.058544 run mass: MS start registered {at=43867.107660158, delay=0.00634512599935988, ms=00063}
22:49:45.476105 run osmo-ms-mob/00064: Starting mobile
22:49:45.492569 run osmo-ms-mob/00064(pid=200): Launched
22:49:45.503532 run mass: MS start registered {at=43867.55264716, delay=0.00488860800396651, ms=00064}
22:49:45.615324 run mass: MS performed LU {at=43867.664322963, lu_delay=5.531671425000241, ms=00048}
22:49:45.639117 run mass: MS performed LU {at=43867.688244791, lu_delay=6.264074832004553, ms=00045}
22:49:45.749341 run mass: MS performed LU {at=43867.798369534, lu_delay=6.048614806997648, ms=00046}
22:49:45.777444 run osmo-ms-mob/00065: Starting mobile
22:49:45.791039 run osmo-ms-mob/00065(pid=201): Launched
22:49:45.805388 run mass: MS start registered {at=43867.85449748, delay=0.008064809000643436, ms=00065}
22:49:45.821683 run mass: MS performed LU {at=43867.870790952, lu_delay=4.941632882000704, ms=00050}
22:49:45.841101 run mass: MS performed LU {at=43867.890143589, lu_delay=5.245039298002666, ms=00049}
22:49:45.858613 run osmo-ms-mob/00066: Starting mobile
22:49:45.872111 run osmo-ms-mob/00066(pid=202): Launched
22:49:45.883652 run mass: MS start registered {at=43867.932769883, delay=0.005148244999872986, ms=00066}
22:49:46.550134 run osmo-ms-mob/00067: Starting mobile
22:49:46.565640 run osmo-ms-mob/00067(pid=203): Launched
22:49:46.578705 run mass: MS start registered {at=43868.627815179, delay=0.007046913000522181, ms=00067}
22:49:46.737275 run mass: MS performed LU {at=43868.786271812, lu_delay=3.6600071970024146, ms=00057}
22:49:46.788734 run osmo-ms-mob/00068: Starting mobile
22:49:46.807445 run osmo-ms-mob/00068(pid=204): Launched
22:49:46.819588 run mass: MS start registered {at=43868.868703061, delay=0.00551693000306841, ms=00068}
22:49:47.266359 run osmo-ms-mob/00069: Starting mobile
22:49:47.281806 run osmo-ms-mob/00069(pid=205): Launched
22:49:47.293079 run mass: MS start registered {at=43869.342192149, delay=0.005256301003100816, ms=00069}
22:49:47.414592 run mass: MS performed LU {at=43869.463590873, lu_delay=5.6247844789977535, ms=00053}
22:49:47.439633 run mass: MS performed LU {at=43869.488759777, lu_delay=5.315207772000576, ms=00055}
22:49:47.562375 run mass: MS performed LU {at=43869.611368221, lu_delay=5.644743238997762, ms=00054}
22:49:47.606856 run osmo-ms-mob/00070: Starting mobile
22:49:47.620768 run osmo-ms-mob/00070(pid=206): Launched
22:49:47.633782 run mass: MS start registered {at=43869.682899771, delay=0.006958425001357682, ms=00070}
22:49:47.743253 run mass: MS performed LU {at=43869.792271361, lu_delay=6.1543300800040015, ms=00052}
22:49:47.780594 run mass: MS performed LU {at=43869.829661185, lu_delay=5.004606588998286, ms=00056}
22:49:48.067569 run osmo-ms-mob/00071: Starting mobile
22:49:48.083354 run osmo-ms-mob/00071(pid=207): Launched
22:49:48.097230 run mass: MS start registered {at=43870.146335084, delay=0.007894012996985111, ms=00071}
22:49:48.466768 run osmo-ms-mob/00072: Starting mobile
22:49:48.486187 run osmo-ms-mob/00072(pid=208): Launched
22:49:48.497935 run mass: MS start registered {at=43870.547048313, delay=0.0054951019992586225, ms=00072}
22:49:48.874007 run osmo-ms-mob/00073: Starting mobile
22:49:48.899436 run osmo-ms-mob/00073(pid=209): Launched
22:49:48.911094 run mass: MS start registered {at=43870.960199465, delay=0.005602491997706238, ms=00073}
22:49:49.236748 run osmo-ms-mob/00074: Starting mobile
22:49:49.249899 run osmo-ms-mob/00074(pid=210): Launched
22:49:49.267201 run mass: MS start registered {at=43871.316300494, delay=0.011265797998930793, ms=00074}
22:49:49.381188 run mass: MS performed LU {at=43871.430192848, lu_delay=4.606745193996176, ms=00062}
22:49:49.403749 run mass: MS performed LU {at=43871.452877025, lu_delay=4.907980218005832, ms=00061}
22:49:49.427322 run mass: MS performed LU {at=43871.476409185, lu_delay=5.722238925001875, ms=00059}
22:49:49.441430 run osmo-ms-mob/00075: Starting mobile
22:49:49.454661 run osmo-ms-mob/00075(pid=211): Launched
22:49:49.468532 run mass: MS start registered {at=43871.517647605, delay=0.007822105995728634, ms=00075}
22:49:49.514472 run mass: MS performed LU {at=43871.563488176, lu_delay=5.663841511995997, ms=00060}
22:49:49.589419 run mass: MS performed LU {at=43871.638421863, lu_delay=6.113051167994854, ms=00058}
22:49:49.610793 run mass: MS performed LU {at=43871.659922245, lu_delay=4.552262087003328, ms=00063}
22:49:50.148252 run osmo-ms-mob/00076: Starting mobile
22:49:50.162323 run osmo-ms-mob/00076(pid=212): Launched
22:49:50.174850 run mass: MS start registered {at=43872.223963519, delay=0.006314205995295197, ms=00076}
22:49:50.550286 run osmo-ms-mob/00077: Starting mobile
22:49:50.564438 run osmo-ms-mob/00077(pid=213): Launched
22:49:50.576618 run mass: MS start registered {at=43872.625729058, delay=0.005510491006134544, ms=00077}
22:49:51.049325 run osmo-ms-mob/00078: Starting mobile
22:49:51.063429 run osmo-ms-mob/00078(pid=214): Launched
22:49:51.077104 run mass: MS start registered {at=43873.126218555, delay=0.007673402004002128, ms=00078}
22:49:51.180622 run mass: MS performed LU {at=43873.229614149, lu_delay=5.296844265998516, ms=00066}
22:49:51.217500 run mass: MS performed LU {at=43873.266579026, lu_delay=5.412081545997353, ms=00065}
22:49:51.328253 run mass: MS performed LU {at=43873.377252228, lu_delay=5.824605067995435, ms=00064}
22:49:51.343016 run osmo-ms-mob/00079: Starting mobile
22:49:51.356031 run osmo-ms-mob/00079(pid=215): Launched
22:49:51.369323 run mass: MS start registered {at=43873.418440008, delay=0.007364272998529486, ms=00079}
22:49:51.508147 run mass: MS performed LU {at=43873.55709558, lu_delay=4.929280400996504, ms=00067}
22:49:51.525902 run mass: MS performed LU {at=43873.574943238, lu_delay=4.706240177001746, ms=00068}
22:49:51.979681 run osmo-ms-mob/00080: Starting mobile
22:49:52.004543 run osmo-ms-mob/00080(pid=216): Launched
22:49:52.017683 run mass: MS start registered {at=43874.066796077, delay=0.007074132998241112, ms=00080}
22:49:52.475589 run osmo-ms-mob/00081: Starting mobile
22:49:52.491524 run osmo-ms-mob/00081(pid=217): Launched
22:49:52.505278 run mass: MS start registered {at=43874.554390816, delay=0.007695384003454819, ms=00081}
22:49:52.848625 run osmo-ms-mob/00082: Starting mobile
22:49:52.862181 run osmo-ms-mob/00082(pid=218): Launched
22:49:52.873907 run mass: MS start registered {at=43874.923026628, delay=0.004969929999788292, ms=00082}
22:49:53.147327 run mass: MS performed LU {at=43875.196345182, lu_delay=5.5134454109938815, ms=00070}
22:49:53.171418 run mass: MS performed LU {at=43875.220540825, lu_delay=4.673492512003577, ms=00072}
22:49:53.192595 run mass: MS performed LU {at=43875.241663227, lu_delay=5.0953281430047355, ms=00071}
22:49:53.233086 run osmo-ms-mob/00083: Starting mobile
22:49:53.248138 run osmo-ms-mob/00083(pid=219): Launched
22:49:53.259840 run mass: MS start registered {at=43875.308960514, delay=0.00575224500062177, ms=00083}
22:49:53.279772 run mass: MS performed LU {at=43875.328878547, lu_delay=5.98668639799871, ms=00069}
22:49:53.947676 run osmo-ms-mob/00084: Starting mobile
22:49:53.961173 run osmo-ms-mob/00084(pid=220): Launched
22:49:53.972241 run mass: MS start registered {at=43876.021356667, delay=0.0047980480012483895, ms=00084}
22:49:54.437084 run osmo-ms-mob/00085: Starting mobile
22:49:54.450333 run osmo-ms-mob/00085(pid=221): Launched
22:49:54.463778 run mass: MS start registered {at=43876.512885302, delay=0.007415457999741193, ms=00085}
22:49:54.946291 run mass: MS performed LU {at=43876.995312133, lu_delay=5.477664528007153, ms=00075}
22:49:55.003135 run osmo-ms-mob/00086: Starting mobile
22:49:55.029930 run osmo-ms-mob/00086(pid=222): Launched
22:49:55.036045 run mass: MS performed LU {at=43877.085169286, lu_delay=6.124969821001287, ms=00073}
22:49:55.042737 run mass: MS start registered {at=43877.09185913, delay=0.006708328997774515, ms=00086}
22:49:55.093989 run mass: MS performed LU {at=43877.143003993, lu_delay=4.919040474000212, ms=00076}
22:49:55.219801 run mass: MS performed LU {at=43877.268823214, lu_delay=5.952522719999251, ms=00074}
22:49:55.244091 run mass: MS performed LU {at=43877.293216065, lu_delay=4.667487006998272, ms=00077}
22:49:55.650575 run osmo-ms-mob/00087: Starting mobile
22:49:55.665234 run osmo-ms-mob/00087(pid=223): Launched
22:49:55.677737 run mass: MS start registered {at=43877.726851296, delay=0.006124193001596723, ms=00087}
22:49:56.248821 run osmo-ms-mob/00088: Starting mobile
22:49:56.271223 run osmo-ms-mob/00088(pid=224): Launched
22:49:56.283476 run mass: MS start registered {at=43878.332591118, delay=0.0061718290016870014, ms=00088}
22:49:56.877239 run osmo-ms-mob/00089: Starting mobile
22:49:56.893939 run osmo-ms-mob/00089(pid=225): Launched
22:49:56.905140 run mass: MS start registered {at=43878.954255495, delay=0.005140765002579428, ms=00089}
22:49:56.911510 run mass: MS performed LU {at=43878.960627442, lu_delay=4.893831364999642, ms=00080}
22:49:56.929671 run mass: MS performed LU {at=43878.978769835, lu_delay=5.560329826999805, ms=00079}
22:49:56.958642 run mass: MS performed LU {at=43879.007690037, lu_delay=5.881471481996414, ms=00078}
22:49:57.282122 run mass: MS performed LU {at=43879.331137139, lu_delay=4.7767463229974965, ms=00081}
22:49:57.476328 run osmo-ms-mob/00090: Starting mobile
22:49:57.492340 run osmo-ms-mob/00090(pid=226): Launched
22:49:57.503982 run mass: MS start registered {at=43879.553096733, delay=0.005744662994402461, ms=00090}
22:49:58.153700 run osmo-ms-mob/00091: Starting mobile
22:49:58.168274 run osmo-ms-mob/00091(pid=227): Launched
22:49:58.181391 run mass: MS start registered {at=43880.230501009, delay=0.007055525995383505, ms=00091}
22:49:58.712703 run mass: MS performed LU {at=43880.761716553, lu_delay=5.45275603900518, ms=00083}
22:49:58.744153 run mass: MS performed LU {at=43880.79327614, lu_delay=4.771919473001617, ms=00084}
22:49:58.756036 run osmo-ms-mob/00092: Starting mobile
22:49:58.769439 run osmo-ms-mob/00092(pid=228): Launched
22:49:58.783680 run mass: MS start registered {at=43880.832791219, delay=0.008076591999270022, ms=00092}
22:49:58.859989 run mass: MS performed LU {at=43880.90900528, lu_delay=5.985978652002814, ms=00082}
22:49:59.653866 run osmo-ms-mob/00093: Starting mobile
22:49:59.710835 run osmo-ms-mob/00093(pid=229): Launched
22:49:59.722247 run mass: MS start registered {at=43881.771366591, delay=0.0042925699963234365, ms=00093}
22:50:00.535941 run osmo-ms-mob/00094: Starting mobile
22:50:00.549036 run osmo-ms-mob/00094(pid=230): Launched
22:50:00.560354 run mass: MS start registered {at=43882.609472151, delay=0.005250287998933345, ms=00094}
22:50:00.678502 run mass: MS performed LU {at=43882.727439909, lu_delay=6.214554607002356, ms=00085}
22:50:00.696431 run mass: MS performed LU {at=43882.745512254, lu_delay=5.653653123998083, ms=00086}
22:50:00.725269 run mass: MS performed LU {at=43882.774298563, lu_delay=5.047447267003008, ms=00087}
22:50:01.048063 run mass: MS performed LU {at=43883.097054612, lu_delay=4.764463494000665, ms=00088}
22:50:01.448693 run osmo-ms-mob/00095: Starting mobile
22:50:01.462442 run osmo-ms-mob/00095(pid=231): Launched
22:50:01.474772 run mass: MS start registered {at=43883.523890355, delay=0.006338437997328583, ms=00095}
22:50:02.467996 run osmo-ms-mob/00096: Starting mobile
22:50:02.504333 run osmo-ms-mob/00096(pid=232): Launched
22:50:02.510374 run mass: MS performed LU {at=43884.559498251, lu_delay=5.6052427559989155, ms=00089}
22:50:02.516689 run mass: MS start registered {at=43884.56581784, delay=0.006337734994303901, ms=00096}
22:50:02.626128 run mass: MS performed LU {at=43884.675142067, lu_delay=5.122045333999267, ms=00090}
22:50:02.732192 run mass: MS performed LU {at=43884.781193812, lu_delay=22.794347322997055, ms=00047}
22:50:02.756978 run mass: MS performed LU {at=43884.806105883, lu_delay=4.575604874000419, ms=00091}
22:50:03.548749 run osmo-ms-mob/00097: Starting mobile
22:50:03.562449 run osmo-ms-mob/00097(pid=233): Launched
22:50:03.574469 run mass: MS start registered {at=43885.623583437, delay=0.005898485003854148, ms=00097}
22:50:04.443860 run mass: MS performed LU {at=43886.492857432, lu_delay=4.721490841002378, ms=00093}
22:50:04.467937 run mass: MS performed LU {at=43886.517064189, lu_delay=5.6842729700001655, ms=00092}
22:50:04.876835 run osmo-ms-mob/00098: Starting mobile
22:50:04.894006 run osmo-ms-mob/00098(pid=234): Launched
22:50:04.909793 run mass: MS start registered {at=43886.958902183, delay=0.009836604003794491, ms=00098}
22:50:06.373283 run mass: MS performed LU {at=43888.422301913, lu_delay=5.812829761998728, ms=00094}
22:50:06.390501 run mass: MS performed LU {at=43888.439584886, lu_delay=4.915694531002373, ms=00095}
22:50:06.668032 run osmo-ms-mob/00099: Starting mobile
22:50:06.685032 run osmo-ms-mob/00099(pid=235): Launched
22:50:06.691029 run mass: All started... {duration=55.76505482599896, too_slow=0}
22:50:06.696749 run mass: MS start registered {at=43888.745874691, delay=0.005713637001463212, ms=00099}
22:50:08.209869 run mass: MS performed LU {at=43890.258885959, lu_delay=5.693068119006057, ms=00096}
22:50:08.699395 run mass: MS performed LU {at=43890.748405799, lu_delay=5.1248223619986675, ms=00097}
22:50:10.139831 run mass: MS performed LU {at=43892.188830237, lu_delay=5.229928053995536, ms=00098}
22:50:11.976291 run mass: MS performed LU {at=43894.025284286, lu_delay=5.279409595001198, ms=00099}
22:50:11.986097 run mass: Tests done {all_completed=True, max=22.794347322997055, min=3.6600071970024146}
22:50:11.991627 tst register_default_mass.py: Test passed (79.1 sec)
22:50:11.996823 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Terminating (SIGTERM)
22:50:11.999981 run osmo-hlr_127.0.42.2(pid=24): Terminating (SIGTERM)
22:50:12.003138 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Terminating (SIGTERM)
22:50:12.006300 run osmo-stp_127.0.42.5(pid=26): Terminating (SIGTERM)
22:50:12.009467 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Terminating (SIGTERM)
22:50:12.012655 run osmo-msc_127.0.42.6(pid=28): Terminating (SIGTERM)
22:50:12.015786 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Terminating (SIGTERM)
22:50:12.019037 run osmo-mgw_127.0.42.3(pid=30): Terminating (SIGTERM)
22:50:12.022146 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Terminating (SIGTERM)
22:50:12.025283 run osmo-mgw_127.0.42.4(pid=32): Terminating (SIGTERM)
22:50:12.028358 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Terminating (SIGTERM)
22:50:12.031471 run osmo-bsc_127.0.42.7(pid=34): Terminating (SIGTERM)
22:50:12.034548 run osmo-bts-virtual(pid=35): Terminating (SIGTERM)
22:50:12.037654 run osmo-ms-virt-phy/00000(pid=36): Terminating (SIGTERM)
22:50:12.040860 run osmo-ms-virt-phy/00001(pid=37): Terminating (SIGTERM)
22:50:12.044009 run osmo-ms-virt-phy/00002(pid=38): Terminating (SIGTERM)
22:50:12.047201 run osmo-ms-virt-phy/00003(pid=39): Terminating (SIGTERM)
22:50:12.050414 run osmo-ms-virt-phy/00004(pid=40): Terminating (SIGTERM)
22:50:12.053718 run osmo-ms-virt-phy/00005(pid=41): Terminating (SIGTERM)
22:50:12.057034 run osmo-ms-virt-phy/00006(pid=42): Terminating (SIGTERM)
22:50:12.060362 run osmo-ms-virt-phy/00007(pid=43): Terminating (SIGTERM)
22:50:12.063569 run osmo-ms-virt-phy/00008(pid=44): Terminating (SIGTERM)
22:50:12.066795 run osmo-ms-virt-phy/00009(pid=45): Terminating (SIGTERM)
22:50:12.069989 run osmo-ms-virt-phy/00010(pid=46): Terminating (SIGTERM)
22:50:12.073170 run osmo-ms-virt-phy/00011(pid=47): Terminating (SIGTERM)
22:50:12.076357 run osmo-ms-virt-phy/00012(pid=48): Terminating (SIGTERM)
22:50:12.079581 run osmo-ms-virt-phy/00013(pid=49): Terminating (SIGTERM)
22:50:12.082789 run osmo-ms-virt-phy/00014(pid=50): Terminating (SIGTERM)
22:50:12.085988 run osmo-ms-virt-phy/00015(pid=51): Terminating (SIGTERM)
22:50:12.089174 run osmo-ms-virt-phy/00016(pid=52): Terminating (SIGTERM)
22:50:12.092364 run osmo-ms-virt-phy/00017(pid=53): Terminating (SIGTERM)
22:50:12.095610 run osmo-ms-virt-phy/00018(pid=54): Terminating (SIGTERM)
22:50:12.098768 run osmo-ms-virt-phy/00019(pid=55): Terminating (SIGTERM)
22:50:12.101954 run osmo-ms-virt-phy/00020(pid=56): Terminating (SIGTERM)
22:50:12.105154 run osmo-ms-virt-phy/00021(pid=57): Terminating (SIGTERM)
22:50:12.108329 run osmo-ms-virt-phy/00022(pid=58): Terminating (SIGTERM)
22:50:12.111502 run osmo-ms-virt-phy/00023(pid=59): Terminating (SIGTERM)
22:50:12.114733 run osmo-ms-virt-phy/00024(pid=60): Terminating (SIGTERM)
22:50:12.118096 run osmo-ms-virt-phy/00025(pid=61): Terminating (SIGTERM)
22:50:12.121487 run osmo-ms-virt-phy/00026(pid=62): Terminating (SIGTERM)
22:50:12.124796 run osmo-ms-virt-phy/00027(pid=63): Terminating (SIGTERM)
22:50:12.128144 run osmo-ms-virt-phy/00028(pid=64): Terminating (SIGTERM)
22:50:12.131453 run osmo-ms-virt-phy/00029(pid=65): Terminating (SIGTERM)
22:50:12.134710 run osmo-ms-virt-phy/00030(pid=66): Terminating (SIGTERM)
22:50:12.138243 run osmo-ms-virt-phy/00031(pid=67): Terminating (SIGTERM)
22:50:12.141637 run osmo-ms-virt-phy/00032(pid=68): Terminating (SIGTERM)
22:50:12.144994 run osmo-ms-virt-phy/00033(pid=69): Terminating (SIGTERM)
22:50:12.148358 run osmo-ms-virt-phy/00034(pid=70): Terminating (SIGTERM)
22:50:12.151713 run osmo-ms-virt-phy/00035(pid=71): Terminating (SIGTERM)
22:50:12.155064 run osmo-ms-virt-phy/00036(pid=72): Terminating (SIGTERM)
22:50:12.158345 run osmo-ms-virt-phy/00037(pid=73): Terminating (SIGTERM)
22:50:12.161667 run osmo-ms-virt-phy/00038(pid=74): Terminating (SIGTERM)
22:50:12.165832 run osmo-ms-virt-phy/00039(pid=75): Terminating (SIGTERM)
22:50:12.169167 run osmo-ms-virt-phy/00040(pid=76): Terminating (SIGTERM)
22:50:12.172482 run osmo-ms-virt-phy/00041(pid=77): Terminating (SIGTERM)
22:50:12.175780 run osmo-ms-virt-phy/00042(pid=78): Terminating (SIGTERM)
22:50:12.179087 run osmo-ms-virt-phy/00043(pid=79): Terminating (SIGTERM)
22:50:12.182737 run osmo-ms-virt-phy/00044(pid=80): Terminating (SIGTERM)
22:50:12.186669 run osmo-ms-virt-phy/00045(pid=81): Terminating (SIGTERM)
22:50:12.190016 run osmo-ms-virt-phy/00046(pid=82): Terminating (SIGTERM)
22:50:12.193319 run osmo-ms-virt-phy/00047(pid=83): Terminating (SIGTERM)
22:50:12.196610 run osmo-ms-virt-phy/00048(pid=84): Terminating (SIGTERM)
22:50:12.199915 run osmo-ms-virt-phy/00049(pid=85): Terminating (SIGTERM)
22:50:12.203228 run osmo-ms-virt-phy/00050(pid=86): Terminating (SIGTERM)
22:50:12.206523 run osmo-ms-virt-phy/00051(pid=87): Terminating (SIGTERM)
22:50:12.209950 run osmo-ms-virt-phy/00052(pid=88): Terminating (SIGTERM)
22:50:12.213182 run osmo-ms-virt-phy/00053(pid=89): Terminating (SIGTERM)
22:50:12.216360 run osmo-ms-virt-phy/00054(pid=90): Terminating (SIGTERM)
22:50:12.219556 run osmo-ms-virt-phy/00055(pid=91): Terminating (SIGTERM)
22:50:12.222736 run osmo-ms-virt-phy/00056(pid=92): Terminating (SIGTERM)
22:50:12.225982 run osmo-ms-virt-phy/00057(pid=93): Terminating (SIGTERM)
22:50:12.229187 run osmo-ms-virt-phy/00058(pid=94): Terminating (SIGTERM)
22:50:12.232481 run osmo-ms-virt-phy/00059(pid=95): Terminating (SIGTERM)
22:50:12.235701 run osmo-ms-virt-phy/00060(pid=96): Terminating (SIGTERM)
22:50:12.238930 run osmo-ms-virt-phy/00061(pid=97): Terminating (SIGTERM)
22:50:12.242209 run osmo-ms-virt-phy/00062(pid=98): Terminating (SIGTERM)
22:50:12.246167 run osmo-ms-virt-phy/00063(pid=99): Terminating (SIGTERM)
22:50:12.249758 run osmo-ms-virt-phy/00064(pid=100): Terminating (SIGTERM)
22:50:12.253225 run osmo-ms-virt-phy/00065(pid=101): Terminating (SIGTERM)
22:50:12.256480 run osmo-ms-virt-phy/00066(pid=102): Terminating (SIGTERM)
22:50:12.260154 run osmo-ms-virt-phy/00067(pid=103): Terminating (SIGTERM)
22:50:12.263565 run osmo-ms-virt-phy/00068(pid=104): Terminating (SIGTERM)
22:50:12.266888 run osmo-ms-virt-phy/00069(pid=105): Terminating (SIGTERM)
22:50:12.270194 run osmo-ms-virt-phy/00070(pid=106): Terminating (SIGTERM)
22:50:12.273423 run osmo-ms-virt-phy/00071(pid=107): Terminating (SIGTERM)
22:50:12.276623 run osmo-ms-virt-phy/00072(pid=108): Terminating (SIGTERM)
22:50:12.279868 run osmo-ms-virt-phy/00073(pid=109): Terminating (SIGTERM)
22:50:12.283110 run osmo-ms-virt-phy/00074(pid=110): Terminating (SIGTERM)
22:50:12.286373 run osmo-ms-virt-phy/00075(pid=111): Terminating (SIGTERM)
22:50:12.289686 run osmo-ms-virt-phy/00076(pid=112): Terminating (SIGTERM)
22:50:12.292985 run osmo-ms-virt-phy/00077(pid=113): Terminating (SIGTERM)
22:50:12.296265 run osmo-ms-virt-phy/00078(pid=114): Terminating (SIGTERM)
22:50:12.299431 run osmo-ms-virt-phy/00079(pid=115): Terminating (SIGTERM)
22:50:12.302587 run osmo-ms-virt-phy/00080(pid=116): Terminating (SIGTERM)
22:50:12.305893 run osmo-ms-virt-phy/00081(pid=117): Terminating (SIGTERM)
22:50:12.309082 run osmo-ms-virt-phy/00082(pid=118): Terminating (SIGTERM)
22:50:12.312641 run osmo-ms-virt-phy/00083(pid=119): Terminating (SIGTERM)
22:50:12.315843 run osmo-ms-virt-phy/00084(pid=120): Terminating (SIGTERM)
22:50:12.319680 run osmo-ms-virt-phy/00085(pid=121): Terminating (SIGTERM)
22:50:12.322921 run osmo-ms-virt-phy/00086(pid=122): Terminating (SIGTERM)
22:50:12.326195 run osmo-ms-virt-phy/00087(pid=123): Terminating (SIGTERM)
22:50:12.330039 run osmo-ms-virt-phy/00088(pid=124): Terminating (SIGTERM)
22:50:12.333565 run osmo-ms-virt-phy/00089(pid=125): Terminating (SIGTERM)
22:50:12.337155 run osmo-ms-virt-phy/00090(pid=126): Terminating (SIGTERM)
22:50:12.340370 run osmo-ms-virt-phy/00091(pid=127): Terminating (SIGTERM)
22:50:12.343559 run osmo-ms-virt-phy/00092(pid=128): Terminating (SIGTERM)
22:50:12.346733 run osmo-ms-virt-phy/00093(pid=129): Terminating (SIGTERM)
22:50:12.349900 run osmo-ms-virt-phy/00094(pid=130): Terminating (SIGTERM)
22:50:12.353094 run osmo-ms-virt-phy/00095(pid=131): Terminating (SIGTERM)
22:50:12.356295 run osmo-ms-virt-phy/00096(pid=132): Terminating (SIGTERM)
22:50:12.359482 run osmo-ms-virt-phy/00097(pid=133): Terminating (SIGTERM)
22:50:12.362715 run osmo-ms-virt-phy/00098(pid=134): Terminating (SIGTERM)
22:50:12.365978 run osmo-ms-virt-phy/00099(pid=135): Terminating (SIGTERM)
22:50:12.369224 run osmo-ms-mob/00000(pid=136): Terminating (SIGTERM)
22:50:12.372518 run osmo-ms-mob/00001(pid=137): Terminating (SIGTERM)
22:50:12.375845 run osmo-ms-mob/00002(pid=138): Terminating (SIGTERM)
22:50:12.379124 run osmo-ms-mob/00003(pid=139): Terminating (SIGTERM)
22:50:12.382389 run osmo-ms-mob/00004(pid=140): Terminating (SIGTERM)
22:50:12.385660 run osmo-ms-mob/00005(pid=141): Terminating (SIGTERM)
22:50:12.388931 run osmo-ms-mob/00006(pid=142): Terminating (SIGTERM)
22:50:12.392197 run osmo-ms-mob/00007(pid=143): Terminating (SIGTERM)
22:50:12.395458 run osmo-ms-mob/00008(pid=144): Terminating (SIGTERM)
22:50:12.398720 run osmo-ms-mob/00009(pid=145): Terminating (SIGTERM)
22:50:12.401983 run osmo-ms-mob/00010(pid=146): Terminating (SIGTERM)
22:50:12.405257 run osmo-ms-mob/00011(pid=147): Terminating (SIGTERM)
22:50:12.408512 run osmo-ms-mob/00012(pid=148): Terminating (SIGTERM)
22:50:12.411789 run osmo-ms-mob/00013(pid=149): Terminating (SIGTERM)
22:50:12.415051 run osmo-ms-mob/00014(pid=150): Terminating (SIGTERM)
22:50:12.418316 run osmo-ms-mob/00015(pid=151): Terminating (SIGTERM)
22:50:12.421584 run osmo-ms-mob/00016(pid=152): Terminating (SIGTERM)
22:50:12.424852 run osmo-ms-mob/00017(pid=153): Terminating (SIGTERM)
22:50:12.428112 run osmo-ms-mob/00018(pid=154): Terminating (SIGTERM)
22:50:12.431375 run osmo-ms-mob/00019(pid=155): Terminating (SIGTERM)
22:50:12.434634 run osmo-ms-mob/00020(pid=156): Terminating (SIGTERM)
22:50:12.437903 run osmo-ms-mob/00021(pid=157): Terminating (SIGTERM)
22:50:12.441159 run osmo-ms-mob/00022(pid=158): Terminating (SIGTERM)
22:50:12.444432 run osmo-ms-mob/00023(pid=159): Terminating (SIGTERM)
22:50:12.447704 run osmo-ms-mob/00024(pid=160): Terminating (SIGTERM)
22:50:12.450982 run osmo-ms-mob/00025(pid=161): Terminating (SIGTERM)
22:50:12.454136 run osmo-ms-mob/00026(pid=162): Terminating (SIGTERM)
22:50:12.457285 run osmo-ms-mob/00027(pid=163): Terminating (SIGTERM)
22:50:12.460437 run osmo-ms-mob/00028(pid=164): Terminating (SIGTERM)
22:50:12.463561 run osmo-ms-mob/00029(pid=165): Terminating (SIGTERM)
22:50:12.466698 run osmo-ms-mob/00030(pid=166): Terminating (SIGTERM)
22:50:12.469835 run osmo-ms-mob/00031(pid=167): Terminating (SIGTERM)
22:50:12.472969 run osmo-ms-mob/00032(pid=168): Terminating (SIGTERM)
22:50:12.476113 run osmo-ms-mob/00033(pid=169): Terminating (SIGTERM)
22:50:12.479235 run osmo-ms-mob/00034(pid=170): Terminating (SIGTERM)
22:50:12.482356 run osmo-ms-mob/00035(pid=171): Terminating (SIGTERM)
22:50:12.485496 run osmo-ms-mob/00036(pid=172): Terminating (SIGTERM)
22:50:12.488625 run osmo-ms-mob/00037(pid=173): Terminating (SIGTERM)
22:50:12.491752 run osmo-ms-mob/00038(pid=174): Terminating (SIGTERM)
22:50:12.494880 run osmo-ms-mob/00039(pid=175): Terminating (SIGTERM)
22:50:12.498023 run osmo-ms-mob/00040(pid=176): Terminating (SIGTERM)
22:50:12.501162 run osmo-ms-mob/00041(pid=177): Terminating (SIGTERM)
22:50:12.504292 run osmo-ms-mob/00042(pid=178): Terminating (SIGTERM)
22:50:12.507429 run osmo-ms-mob/00043(pid=179): Terminating (SIGTERM)
22:50:12.510565 run osmo-ms-mob/00044(pid=180): Terminating (SIGTERM)
22:50:12.513710 run osmo-ms-mob/00045(pid=181): Terminating (SIGTERM)
22:50:12.516848 run osmo-ms-mob/00046(pid=182): Terminating (SIGTERM)
22:50:12.519984 run osmo-ms-mob/00047(pid=183): Terminating (SIGTERM)
22:50:12.523121 run osmo-ms-mob/00048(pid=184): Terminating (SIGTERM)
22:50:12.526249 run osmo-ms-mob/00049(pid=185): Terminating (SIGTERM)
22:50:12.529387 run osmo-ms-mob/00050(pid=186): Terminating (SIGTERM)
22:50:12.532530 run osmo-ms-mob/00051(pid=187): Terminating (SIGTERM)
22:50:12.535665 run osmo-ms-mob/00052(pid=188): Terminating (SIGTERM)
22:50:12.538795 run osmo-ms-mob/00053(pid=189): Terminating (SIGTERM)
22:50:12.541936 run osmo-ms-mob/00054(pid=190): Terminating (SIGTERM)
22:50:12.545084 run osmo-ms-mob/00055(pid=191): Terminating (SIGTERM)
22:50:12.548219 run osmo-ms-mob/00056(pid=192): Terminating (SIGTERM)
22:50:12.551368 run osmo-ms-mob/00057(pid=193): Terminating (SIGTERM)
22:50:12.554513 run osmo-ms-mob/00058(pid=194): Terminating (SIGTERM)
22:50:12.557641 run osmo-ms-mob/00059(pid=195): Terminating (SIGTERM)
22:50:12.560782 run osmo-ms-mob/00060(pid=196): Terminating (SIGTERM)
22:50:12.563922 run osmo-ms-mob/00061(pid=197): Terminating (SIGTERM)
22:50:12.567064 run osmo-ms-mob/00062(pid=198): Terminating (SIGTERM)
22:50:12.570196 run osmo-ms-mob/00063(pid=199): Terminating (SIGTERM)
22:50:12.573347 run osmo-ms-mob/00064(pid=200): Terminating (SIGTERM)
22:50:12.576502 run osmo-ms-mob/00065(pid=201): Terminating (SIGTERM)
22:50:12.579637 run osmo-ms-mob/00066(pid=202): Terminating (SIGTERM)
22:50:12.582775 run osmo-ms-mob/00067(pid=203): Terminating (SIGTERM)
22:50:12.585915 run osmo-ms-mob/00068(pid=204): Terminating (SIGTERM)
22:50:12.589043 run osmo-ms-mob/00069(pid=205): Terminating (SIGTERM)
22:50:12.592174 run osmo-ms-mob/00070(pid=206): Terminating (SIGTERM)
22:50:12.595321 run osmo-ms-mob/00071(pid=207): Terminating (SIGTERM)
22:50:12.598453 run osmo-ms-mob/00072(pid=208): Terminating (SIGTERM)
22:50:12.601600 run osmo-ms-mob/00073(pid=209): Terminating (SIGTERM)
22:50:12.604734 run osmo-ms-mob/00074(pid=210): Terminating (SIGTERM)
22:50:12.607872 run osmo-ms-mob/00075(pid=211): Terminating (SIGTERM)
22:50:12.611012 run osmo-ms-mob/00076(pid=212): Terminating (SIGTERM)
22:50:12.614147 run osmo-ms-mob/00077(pid=213): Terminating (SIGTERM)
22:50:12.617296 run osmo-ms-mob/00078(pid=214): Terminating (SIGTERM)
22:50:12.620429 run osmo-ms-mob/00079(pid=215): Terminating (SIGTERM)
22:50:12.623562 run osmo-ms-mob/00080(pid=216): Terminating (SIGTERM)
22:50:12.626693 run osmo-ms-mob/00081(pid=217): Terminating (SIGTERM)
22:50:12.629820 run osmo-ms-mob/00082(pid=218): Terminating (SIGTERM)
22:50:12.632963 run osmo-ms-mob/00083(pid=219): Terminating (SIGTERM)
22:50:12.636100 run osmo-ms-mob/00084(pid=220): Terminating (SIGTERM)
22:50:12.639227 run osmo-ms-mob/00085(pid=221): Terminating (SIGTERM)
22:50:12.642352 run osmo-ms-mob/00086(pid=222): Terminating (SIGTERM)
22:50:12.645499 run osmo-ms-mob/00087(pid=223): Terminating (SIGTERM)
22:50:12.648641 run osmo-ms-mob/00088(pid=224): Terminating (SIGTERM)
22:50:12.651774 run osmo-ms-mob/00089(pid=225): Terminating (SIGTERM)
22:50:12.654903 run osmo-ms-mob/00090(pid=226): Terminating (SIGTERM)
22:50:12.658044 run osmo-ms-mob/00091(pid=227): Terminating (SIGTERM)
22:50:12.661176 run osmo-ms-mob/00092(pid=228): Terminating (SIGTERM)
22:50:12.664309 run osmo-ms-mob/00093(pid=229): Terminating (SIGTERM)
22:50:12.667448 run osmo-ms-mob/00094(pid=230): Terminating (SIGTERM)
22:50:12.670583 run osmo-ms-mob/00095(pid=231): Terminating (SIGTERM)
22:50:12.673729 run osmo-ms-mob/00096(pid=232): Terminating (SIGTERM)
22:50:12.676873 run osmo-ms-mob/00097(pid=233): Terminating (SIGTERM)
22:50:12.680012 run osmo-ms-mob/00098(pid=234): Terminating (SIGTERM)
22:50:12.683148 run osmo-ms-mob/00099(pid=235): Terminating (SIGTERM)
22:50:12.686287 --- ParallelTerminationStrategy: PID 23 died...
22:50:12.687725 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Terminated: ok {rc=0}
22:50:12.691213 --- ParallelTerminationStrategy: PID 24 died...
22:50:12.692629 run osmo-hlr_127.0.42.2(pid=24): Terminated: ok {rc=0}
22:50:12.696092 --- ParallelTerminationStrategy: PID 25 died...
22:50:12.697505 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Terminated: ok {rc=0}
22:50:12.700988 --- ParallelTerminationStrategy: PID 26 died...
22:50:12.702407 run osmo-stp_127.0.42.5(pid=26): Terminated: ok {rc=0}
22:50:12.705892 --- ParallelTerminationStrategy: PID 27 died...
22:50:12.707307 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Terminated: ok {rc=0}
22:50:12.710836 --- ParallelTerminationStrategy: PID 28 died...
22:50:12.712268 run osmo-msc_127.0.42.6(pid=28): Terminated: ok {rc=0}
22:50:12.715784 --- ParallelTerminationStrategy: PID 29 died...
22:50:12.717223 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Terminated: ok {rc=0}
22:50:12.720733 --- ParallelTerminationStrategy: PID 30 died...
22:50:12.722172 run osmo-mgw_127.0.42.3(pid=30): Terminated {rc=15}
22:50:12.725787 --- ParallelTerminationStrategy: PID 31 died...
22:50:12.727287 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Terminated: ok {rc=0}
22:50:12.730944 --- ParallelTerminationStrategy: PID 32 died...
22:50:12.732422 run osmo-mgw_127.0.42.4(pid=32): Terminated {rc=15}
22:50:12.736080 --- ParallelTerminationStrategy: PID 33 died...
22:50:12.737572 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Terminated: ok {rc=0}
22:50:12.741246 --- ParallelTerminationStrategy: PID 34 died...
22:50:12.742732 run osmo-bsc_127.0.42.7(pid=34): Terminated: ok {rc=0}
22:50:12.746391 --- ParallelTerminationStrategy: PID 36 died...
22:50:12.747904 run osmo-ms-virt-phy/00000(pid=36): Terminated: ok {rc=0}
22:50:12.751566 --- ParallelTerminationStrategy: PID 37 died...
22:50:12.753054 run osmo-ms-virt-phy/00001(pid=37): Terminated: ok {rc=0}
22:50:12.756734 --- ParallelTerminationStrategy: PID 38 died...
22:50:12.758225 run osmo-ms-virt-phy/00002(pid=38): Terminated: ok {rc=0}
22:50:12.761888 --- ParallelTerminationStrategy: PID 39 died...
22:50:12.763382 run osmo-ms-virt-phy/00003(pid=39): Terminated: ok {rc=0}
22:50:12.767036 --- ParallelTerminationStrategy: PID 40 died...
22:50:12.768519 run osmo-ms-virt-phy/00004(pid=40): Terminated: ok {rc=0}
22:50:12.772171 --- ParallelTerminationStrategy: PID 41 died...
22:50:12.773650 run osmo-ms-virt-phy/00005(pid=41): Terminated: ok {rc=0}
22:50:12.777300 --- ParallelTerminationStrategy: PID 42 died...
22:50:12.778776 run osmo-ms-virt-phy/00006(pid=42): Terminated: ok {rc=0}
22:50:12.782413 --- ParallelTerminationStrategy: PID 43 died...
22:50:12.783920 run osmo-ms-virt-phy/00007(pid=43): Terminated: ok {rc=0}
22:50:12.787556 --- ParallelTerminationStrategy: PID 44 died...
22:50:12.789031 run osmo-ms-virt-phy/00008(pid=44): Terminated: ok {rc=0}
22:50:12.792666 --- ParallelTerminationStrategy: PID 45 died...
22:50:12.794135 run osmo-ms-virt-phy/00009(pid=45): Terminated: ok {rc=0}
22:50:12.797756 --- ParallelTerminationStrategy: PID 46 died...
22:50:12.799258 run osmo-ms-virt-phy/00010(pid=46): Terminated: ok {rc=0}
22:50:12.802886 --- ParallelTerminationStrategy: PID 47 died...
22:50:12.804353 run osmo-ms-virt-phy/00011(pid=47): Terminated: ok {rc=0}
22:50:12.807977 --- ParallelTerminationStrategy: PID 48 died...
22:50:12.809445 run osmo-ms-virt-phy/00012(pid=48): Terminated: ok {rc=0}
22:50:12.813069 --- ParallelTerminationStrategy: PID 49 died...
22:50:12.814541 run osmo-ms-virt-phy/00013(pid=49): Terminated: ok {rc=0}
22:50:12.818193 --- ParallelTerminationStrategy: PID 50 died...
22:50:12.819667 run osmo-ms-virt-phy/00014(pid=50): Terminated: ok {rc=0}
22:50:12.823276 --- ParallelTerminationStrategy: PID 51 died...
22:50:12.824761 run osmo-ms-virt-phy/00015(pid=51): Terminated: ok {rc=0}
22:50:12.828372 --- ParallelTerminationStrategy: PID 52 died...
22:50:12.829835 run osmo-ms-virt-phy/00016(pid=52): Terminated: ok {rc=0}
22:50:12.833476 --- ParallelTerminationStrategy: PID 53 died...
22:50:12.834944 run osmo-ms-virt-phy/00017(pid=53): Terminated: ok {rc=0}
22:50:12.838559 --- ParallelTerminationStrategy: PID 54 died...
22:50:12.840039 run osmo-ms-virt-phy/00018(pid=54): Terminated: ok {rc=0}
22:50:12.843553 --- ParallelTerminationStrategy: PID 55 died...
22:50:12.844968 run osmo-ms-virt-phy/00019(pid=55): Terminated: ok {rc=0}
22:50:12.848469 --- ParallelTerminationStrategy: PID 56 died...
22:50:12.849887 run osmo-ms-virt-phy/00020(pid=56): Terminated: ok {rc=0}
22:50:12.853384 --- ParallelTerminationStrategy: PID 57 died...
22:50:12.854802 run osmo-ms-virt-phy/00021(pid=57): Terminated: ok {rc=0}
22:50:12.858544 --- ParallelTerminationStrategy: PID 58 died...
22:50:12.859998 run osmo-ms-virt-phy/00022(pid=58): Terminated: ok {rc=0}
22:50:12.863488 --- ParallelTerminationStrategy: PID 59 died...
22:50:12.864957 run osmo-ms-virt-phy/00023(pid=59): Terminated: ok {rc=0}
22:50:12.868537 --- ParallelTerminationStrategy: PID 60 died...
22:50:12.870001 run osmo-ms-virt-phy/00024(pid=60): Terminated: ok {rc=0}
22:50:12.873633 --- ParallelTerminationStrategy: PID 61 died...
22:50:12.875108 run osmo-ms-virt-phy/00025(pid=61): Terminated: ok {rc=0}
22:50:12.878726 --- ParallelTerminationStrategy: PID 62 died...
22:50:12.880208 run osmo-ms-virt-phy/00026(pid=62): Terminated: ok {rc=0}
22:50:12.883835 --- ParallelTerminationStrategy: PID 63 died...
22:50:12.885307 run osmo-ms-virt-phy/00027(pid=63): Terminated: ok {rc=0}
22:50:12.888920 --- ParallelTerminationStrategy: PID 64 died...
22:50:12.890330 run osmo-ms-virt-phy/00028(pid=64): Terminated: ok {rc=0}
22:50:12.893927 --- ParallelTerminationStrategy: PID 65 died...
22:50:12.895406 run osmo-ms-virt-phy/00029(pid=65): Terminated: ok {rc=0}
22:50:12.899029 --- ParallelTerminationStrategy: PID 66 died...
22:50:12.900498 run osmo-ms-virt-phy/00030(pid=66): Terminated: ok {rc=0}
22:50:12.904124 --- ParallelTerminationStrategy: PID 67 died...
22:50:12.905594 run osmo-ms-virt-phy/00031(pid=67): Terminated: ok {rc=0}
22:50:12.909224 --- ParallelTerminationStrategy: PID 68 died...
22:50:12.910698 run osmo-ms-virt-phy/00032(pid=68): Terminated: ok {rc=0}
22:50:12.914316 --- ParallelTerminationStrategy: PID 69 died...
22:50:12.915788 run osmo-ms-virt-phy/00033(pid=69): Terminated: ok {rc=0}
22:50:12.919410 --- ParallelTerminationStrategy: PID 70 died...
22:50:12.920866 run osmo-ms-virt-phy/00034(pid=70): Terminated: ok {rc=0}
22:50:12.924487 --- ParallelTerminationStrategy: PID 71 died...
22:50:12.925954 run osmo-ms-virt-phy/00035(pid=71): Terminated: ok {rc=0}
22:50:12.929574 --- ParallelTerminationStrategy: PID 72 died...
22:50:12.931041 run osmo-ms-virt-phy/00036(pid=72): Terminated: ok {rc=0}
22:50:12.934586 --- ParallelTerminationStrategy: PID 73 died...
22:50:12.936016 run osmo-ms-virt-phy/00037(pid=73): Terminated: ok {rc=0}
22:50:12.939493 --- ParallelTerminationStrategy: PID 74 died...
22:50:12.940894 run osmo-ms-virt-phy/00038(pid=74): Terminated: ok {rc=0}
22:50:12.944385 --- ParallelTerminationStrategy: PID 75 died...
22:50:12.945792 run osmo-ms-virt-phy/00039(pid=75): Terminated: ok {rc=0}
22:50:12.949275 --- ParallelTerminationStrategy: PID 76 died...
22:50:12.950676 run osmo-ms-virt-phy/00040(pid=76): Terminated: ok {rc=0}
22:50:12.954140 --- ParallelTerminationStrategy: PID 77 died...
22:50:12.955557 run osmo-ms-virt-phy/00041(pid=77): Terminated: ok {rc=0}
22:50:12.959038 --- ParallelTerminationStrategy: PID 78 died...
22:50:12.960446 run osmo-ms-virt-phy/00042(pid=78): Terminated: ok {rc=0}
22:50:12.963928 --- ParallelTerminationStrategy: PID 79 died...
22:50:12.965329 run osmo-ms-virt-phy/00043(pid=79): Terminated: ok {rc=0}
22:50:12.968810 --- ParallelTerminationStrategy: PID 80 died...
22:50:12.970211 run osmo-ms-virt-phy/00044(pid=80): Terminated: ok {rc=0}
22:50:12.973682 --- ParallelTerminationStrategy: PID 81 died...
22:50:12.975117 run osmo-ms-virt-phy/00045(pid=81): Terminated: ok {rc=0}
22:50:12.978592 --- ParallelTerminationStrategy: PID 82 died...
22:50:12.980002 run osmo-ms-virt-phy/00046(pid=82): Terminated: ok {rc=0}
22:50:12.983478 --- ParallelTerminationStrategy: PID 83 died...
22:50:12.984891 run osmo-ms-virt-phy/00047(pid=83): Terminated: ok {rc=0}
22:50:12.988355 --- ParallelTerminationStrategy: PID 84 died...
22:50:12.989764 run osmo-ms-virt-phy/00048(pid=84): Terminated: ok {rc=0}
22:50:12.993258 --- ParallelTerminationStrategy: PID 85 died...
22:50:12.994684 run osmo-ms-virt-phy/00049(pid=85): Terminated: ok {rc=0}
22:50:12.998176 --- ParallelTerminationStrategy: PID 86 died...
22:50:12.999598 run osmo-ms-virt-phy/00050(pid=86): Terminated: ok {rc=0}
22:50:13.003065 --- ParallelTerminationStrategy: PID 87 died...
22:50:13.004472 run osmo-ms-virt-phy/00051(pid=87): Terminated: ok {rc=0}
22:50:13.007943 --- ParallelTerminationStrategy: PID 88 died...
22:50:13.009343 run osmo-ms-virt-phy/00052(pid=88): Terminated: ok {rc=0}
22:50:13.012837 --- ParallelTerminationStrategy: PID 89 died...
22:50:13.014239 run osmo-ms-virt-phy/00053(pid=89): Terminated: ok {rc=0}
22:50:13.017722 --- ParallelTerminationStrategy: PID 90 died...
22:50:13.019129 run osmo-ms-virt-phy/00054(pid=90): Terminated: ok {rc=0}
22:50:13.022597 --- ParallelTerminationStrategy: PID 91 died...
22:50:13.024020 run osmo-ms-virt-phy/00055(pid=91): Terminated: ok {rc=0}
22:50:13.027500 --- ParallelTerminationStrategy: PID 92 died...
22:50:13.028910 run osmo-ms-virt-phy/00056(pid=92): Terminated: ok {rc=0}
22:50:13.032378 --- ParallelTerminationStrategy: PID 93 died...
22:50:13.033778 run osmo-ms-virt-phy/00057(pid=93): Terminated: ok {rc=0}
22:50:13.037245 --- ParallelTerminationStrategy: PID 94 died...
22:50:13.038651 run osmo-ms-virt-phy/00058(pid=94): Terminated: ok {rc=0}
22:50:13.042134 --- ParallelTerminationStrategy: PID 95 died...
22:50:13.043568 run osmo-ms-virt-phy/00059(pid=95): Terminated: ok {rc=0}
22:50:13.047074 --- ParallelTerminationStrategy: PID 96 died...
22:50:13.048486 run osmo-ms-virt-phy/00060(pid=96): Terminated: ok {rc=0}
22:50:13.051955 --- ParallelTerminationStrategy: PID 97 died...
22:50:13.053350 run osmo-ms-virt-phy/00061(pid=97): Terminated: ok {rc=0}
22:50:13.056819 --- ParallelTerminationStrategy: PID 98 died...
22:50:13.058221 run osmo-ms-virt-phy/00062(pid=98): Terminated: ok {rc=0}
22:50:13.061739 --- ParallelTerminationStrategy: PID 99 died...
22:50:13.063166 run osmo-ms-virt-phy/00063(pid=99): Terminated: ok {rc=0}
22:50:13.066642 --- ParallelTerminationStrategy: PID 100 died...
22:50:13.068060 run osmo-ms-virt-phy/00064(pid=100): Terminated: ok {rc=0}
22:50:13.071540 --- ParallelTerminationStrategy: PID 101 died...
22:50:13.072954 run osmo-ms-virt-phy/00065(pid=101): Terminated: ok {rc=0}
22:50:13.076467 --- ParallelTerminationStrategy: PID 102 died...
22:50:13.077891 run osmo-ms-virt-phy/00066(pid=102): Terminated: ok {rc=0}
22:50:13.081352 --- ParallelTerminationStrategy: PID 103 died...
22:50:13.082764 run osmo-ms-virt-phy/00067(pid=103): Terminated: ok {rc=0}
22:50:13.086227 --- ParallelTerminationStrategy: PID 104 died...
22:50:13.087650 run osmo-ms-virt-phy/00068(pid=104): Terminated: ok {rc=0}
22:50:13.091137 --- ParallelTerminationStrategy: PID 105 died...
22:50:13.092551 run osmo-ms-virt-phy/00069(pid=105): Terminated: ok {rc=0}
22:50:13.096035 --- ParallelTerminationStrategy: PID 106 died...
22:50:13.097442 run osmo-ms-virt-phy/00070(pid=106): Terminated: ok {rc=0}
22:50:13.100940 --- ParallelTerminationStrategy: PID 107 died...
22:50:13.102350 run osmo-ms-virt-phy/00071(pid=107): Terminated: ok {rc=0}
22:50:13.105820 --- ParallelTerminationStrategy: PID 108 died...
22:50:13.107244 run osmo-ms-virt-phy/00072(pid=108): Terminated: ok {rc=0}
22:50:13.110717 --- ParallelTerminationStrategy: PID 109 died...
22:50:13.112136 run osmo-ms-virt-phy/00073(pid=109): Terminated: ok {rc=0}
22:50:13.115599 --- ParallelTerminationStrategy: PID 110 died...
22:50:13.117066 run osmo-ms-virt-phy/00074(pid=110): Terminated: ok {rc=0}
22:50:13.120637 --- ParallelTerminationStrategy: PID 111 died...
22:50:13.122094 run osmo-ms-virt-phy/00075(pid=111): Terminated: ok {rc=0}
22:50:13.125729 --- ParallelTerminationStrategy: PID 112 died...
22:50:13.127208 run osmo-ms-virt-phy/00076(pid=112): Terminated: ok {rc=0}
22:50:13.130838 --- ParallelTerminationStrategy: PID 113 died...
22:50:13.132321 run osmo-ms-virt-phy/00077(pid=113): Terminated: ok {rc=0}
22:50:13.135937 --- ParallelTerminationStrategy: PID 114 died...
22:50:13.137406 run osmo-ms-virt-phy/00078(pid=114): Terminated: ok {rc=0}
22:50:13.141032 --- ParallelTerminationStrategy: PID 115 died...
22:50:13.142492 run osmo-ms-virt-phy/00079(pid=115): Terminated: ok {rc=0}
22:50:13.146118 --- ParallelTerminationStrategy: PID 116 died...
22:50:13.147592 run osmo-ms-virt-phy/00080(pid=116): Terminated: ok {rc=0}
22:50:13.151196 --- ParallelTerminationStrategy: PID 117 died...
22:50:13.152659 run osmo-ms-virt-phy/00081(pid=117): Terminated: ok {rc=0}
22:50:13.156188 --- ParallelTerminationStrategy: PID 118 died...
22:50:13.157596 run osmo-ms-virt-phy/00082(pid=118): Terminated: ok {rc=0}
22:50:13.161071 --- ParallelTerminationStrategy: PID 119 died...
22:50:13.162485 run osmo-ms-virt-phy/00083(pid=119): Terminated: ok {rc=0}
22:50:13.165980 --- ParallelTerminationStrategy: PID 120 died...
22:50:13.167394 run osmo-ms-virt-phy/00084(pid=120): Terminated: ok {rc=0}
22:50:13.170874 --- ParallelTerminationStrategy: PID 121 died...
22:50:13.172281 run osmo-ms-virt-phy/00085(pid=121): Terminated: ok {rc=0}
22:50:13.175761 --- ParallelTerminationStrategy: PID 122 died...
22:50:13.177162 run osmo-ms-virt-phy/00086(pid=122): Terminated: ok {rc=0}
22:50:13.180666 --- ParallelTerminationStrategy: PID 123 died...
22:50:13.182070 run osmo-ms-virt-phy/00087(pid=123): Terminated: ok {rc=0}
22:50:13.185538 --- ParallelTerminationStrategy: PID 124 died...
22:50:13.186951 run osmo-ms-virt-phy/00088(pid=124): Terminated: ok {rc=0}
22:50:13.190410 --- ParallelTerminationStrategy: PID 125 died...
22:50:13.191827 run osmo-ms-virt-phy/00089(pid=125): Terminated: ok {rc=0}
22:50:13.195319 --- ParallelTerminationStrategy: PID 126 died...
22:50:13.196728 run osmo-ms-virt-phy/00090(pid=126): Terminated: ok {rc=0}
22:50:13.200216 --- ParallelTerminationStrategy: PID 127 died...
22:50:13.201618 run osmo-ms-virt-phy/00091(pid=127): Terminated: ok {rc=0}
22:50:13.205096 --- ParallelTerminationStrategy: PID 128 died...
22:50:13.206493 run osmo-ms-virt-phy/00092(pid=128): Terminated: ok {rc=0}
22:50:13.209969 --- ParallelTerminationStrategy: PID 129 died...
22:50:13.211392 run osmo-ms-virt-phy/00093(pid=129): Terminated: ok {rc=0}
22:50:13.214875 --- ParallelTerminationStrategy: PID 130 died...
22:50:13.216283 run osmo-ms-virt-phy/00094(pid=130): Terminated: ok {rc=0}
22:50:13.219768 --- ParallelTerminationStrategy: PID 131 died...
22:50:13.221179 run osmo-ms-virt-phy/00095(pid=131): Terminated: ok {rc=0}
22:50:13.224654 --- ParallelTerminationStrategy: PID 132 died...
22:50:13.226063 run osmo-ms-virt-phy/00096(pid=132): Terminated: ok {rc=0}
22:50:13.229553 --- ParallelTerminationStrategy: PID 133 died...
22:50:13.230979 run osmo-ms-virt-phy/00097(pid=133): Terminated: ok {rc=0}
22:50:13.234449 --- ParallelTerminationStrategy: PID 134 died...
22:50:13.235876 run osmo-ms-virt-phy/00098(pid=134): Terminated: ok {rc=0}
22:50:13.239364 --- ParallelTerminationStrategy: PID 135 died...
22:50:13.240771 run osmo-ms-virt-phy/00099(pid=135): Terminated: ok {rc=0}
22:50:13.244281 --- ParallelTerminationStrategy: PID 136 died...
22:50:13.245697 run osmo-ms-mob/00000(pid=136): Terminated {rc=26112}
22:50:13.249214 --- ParallelTerminationStrategy: PID 137 died...
22:50:13.250623 run osmo-ms-mob/00001(pid=137): Terminated {rc=26112}
22:50:13.254158 --- ParallelTerminationStrategy: PID 138 died...
22:50:13.255586 run osmo-ms-mob/00002(pid=138): Terminated {rc=26112}
22:50:13.259094 --- ParallelTerminationStrategy: PID 139 died...
22:50:13.260509 run osmo-ms-mob/00003(pid=139): Terminated {rc=26112}
22:50:13.264008 --- ParallelTerminationStrategy: PID 140 died...
22:50:13.265416 run osmo-ms-mob/00004(pid=140): Terminated {rc=26112}
22:50:13.268924 --- ParallelTerminationStrategy: PID 141 died...
22:50:13.270331 run osmo-ms-mob/00005(pid=141): Terminated {rc=26112}
22:50:13.276120 --- ParallelTerminationStrategy: PID 142 died...
22:50:13.277549 run osmo-ms-mob/00006(pid=142): Terminated {rc=26112}
22:50:13.281081 --- ParallelTerminationStrategy: PID 143 died...
22:50:13.282491 run osmo-ms-mob/00007(pid=143): Terminated {rc=26112}
22:50:13.286016 --- ParallelTerminationStrategy: PID 144 died...
22:50:13.287438 run osmo-ms-mob/00008(pid=144): Terminated {rc=26112}
22:50:13.290957 --- ParallelTerminationStrategy: PID 145 died...
22:50:13.292377 run osmo-ms-mob/00009(pid=145): Terminated {rc=26112}
22:50:13.295893 --- ParallelTerminationStrategy: PID 146 died...
22:50:13.297311 run osmo-ms-mob/00010(pid=146): Terminated {rc=26112}
22:50:13.300844 --- ParallelTerminationStrategy: PID 147 died...
22:50:13.302248 run osmo-ms-mob/00011(pid=147): Terminated {rc=26112}
22:50:13.305765 --- ParallelTerminationStrategy: PID 148 died...
22:50:13.307189 run osmo-ms-mob/00012(pid=148): Terminated {rc=26112}
22:50:13.310676 --- ParallelTerminationStrategy: PID 149 died...
22:50:13.312098 run osmo-ms-mob/00013(pid=149): Terminated {rc=26112}
22:50:13.315604 --- ParallelTerminationStrategy: PID 150 died...
22:50:13.317023 run osmo-ms-mob/00014(pid=150): Terminated {rc=26112}
22:50:13.320539 --- ParallelTerminationStrategy: PID 151 died...
22:50:13.321944 run osmo-ms-mob/00015(pid=151): Terminated {rc=26112}
22:50:13.325465 --- ParallelTerminationStrategy: PID 152 died...
22:50:13.326897 run osmo-ms-mob/00016(pid=152): Terminated {rc=26112}
22:50:13.330394 --- ParallelTerminationStrategy: PID 153 died...
22:50:13.331860 run osmo-ms-mob/00017(pid=153): Terminated {rc=26112}
22:50:13.335494 --- ParallelTerminationStrategy: PID 154 died...
22:50:13.336908 run osmo-ms-mob/00018(pid=154): Terminated {rc=26112}
22:50:13.340413 --- ParallelTerminationStrategy: PID 155 died...
22:50:13.341828 run osmo-ms-mob/00019(pid=155): Terminated {rc=26112}
22:50:13.345446 --- ParallelTerminationStrategy: PID 156 died...
22:50:13.346943 run osmo-ms-mob/00020(pid=156): Terminated {rc=26112}
22:50:13.350598 --- ParallelTerminationStrategy: PID 157 died...
22:50:13.352064 run osmo-ms-mob/00021(pid=157): Terminated {rc=26112}
22:50:13.355709 --- ParallelTerminationStrategy: PID 158 died...
22:50:13.357170 run osmo-ms-mob/00022(pid=158): Terminated {rc=26112}
22:50:13.360827 --- ParallelTerminationStrategy: PID 159 died...
22:50:13.362296 run osmo-ms-mob/00023(pid=159): Terminated {rc=26112}
22:50:13.365981 --- ParallelTerminationStrategy: PID 160 died...
22:50:13.367457 run osmo-ms-mob/00024(pid=160): Terminated {rc=26112}
22:50:13.371102 --- ParallelTerminationStrategy: PID 161 died...
22:50:13.372570 run osmo-ms-mob/00025(pid=161): Terminated {rc=26112}
22:50:13.376217 --- ParallelTerminationStrategy: PID 162 died...
22:50:13.377687 run osmo-ms-mob/00026(pid=162): Terminated {rc=26112}
22:50:13.381354 --- ParallelTerminationStrategy: PID 163 died...
22:50:13.382818 run osmo-ms-mob/00027(pid=163): Terminated {rc=26112}
22:50:13.386398 --- ParallelTerminationStrategy: PID 164 died...
22:50:13.387821 run osmo-ms-mob/00028(pid=164): Terminated {rc=26112}
22:50:13.391320 --- ParallelTerminationStrategy: PID 165 died...
22:50:13.392730 run osmo-ms-mob/00029(pid=165): Terminated {rc=26112}
22:50:13.396245 --- ParallelTerminationStrategy: PID 166 died...
22:50:13.397650 run osmo-ms-mob/00030(pid=166): Terminated {rc=26112}
22:50:13.401154 --- ParallelTerminationStrategy: PID 167 died...
22:50:13.402562 run osmo-ms-mob/00031(pid=167): Terminated {rc=26112}
22:50:13.406051 --- ParallelTerminationStrategy: PID 168 died...
22:50:13.407460 run osmo-ms-mob/00032(pid=168): Terminated {rc=26112}
22:50:13.410952 --- ParallelTerminationStrategy: PID 169 died...
22:50:13.412362 run osmo-ms-mob/00033(pid=169): Terminated {rc=26112}
22:50:13.415853 --- ParallelTerminationStrategy: PID 170 died...
22:50:13.417267 run osmo-ms-mob/00034(pid=170): Terminated {rc=26112}
22:50:13.420750 --- ParallelTerminationStrategy: PID 171 died...
22:50:13.422153 run osmo-ms-mob/00035(pid=171): Terminated {rc=26112}
22:50:13.425675 --- ParallelTerminationStrategy: PID 172 died...
22:50:13.427117 run osmo-ms-mob/00036(pid=172): Terminated {rc=26112}
22:50:13.430598 --- ParallelTerminationStrategy: PID 173 died...
22:50:13.432031 run osmo-ms-mob/00037(pid=173): Terminated {rc=26112}
22:50:13.435522 --- ParallelTerminationStrategy: PID 174 died...
22:50:13.436923 run osmo-ms-mob/00038(pid=174): Terminated {rc=26112}
22:50:13.440418 --- ParallelTerminationStrategy: PID 175 died...
22:50:13.441821 run osmo-ms-mob/00039(pid=175): Terminated {rc=26112}
22:50:13.445326 --- ParallelTerminationStrategy: PID 176 died...
22:50:13.446732 run osmo-ms-mob/00040(pid=176): Terminated {rc=26112}
22:50:13.450247 --- ParallelTerminationStrategy: PID 177 died...
22:50:13.451674 run osmo-ms-mob/00041(pid=177): Terminated {rc=26112}
22:50:13.455155 --- ParallelTerminationStrategy: PID 178 died...
22:50:13.456564 run osmo-ms-mob/00042(pid=178): Terminated {rc=26112}
22:50:13.460065 --- ParallelTerminationStrategy: PID 179 died...
22:50:13.461474 run osmo-ms-mob/00043(pid=179): Terminated {rc=26112}
22:50:13.464992 --- ParallelTerminationStrategy: PID 180 died...
22:50:13.466392 run osmo-ms-mob/00044(pid=180): Terminated {rc=26112}
22:50:13.469889 --- ParallelTerminationStrategy: PID 181 died...
22:50:13.471294 run osmo-ms-mob/00045(pid=181): Terminated {rc=26112}
22:50:13.474778 --- ParallelTerminationStrategy: PID 182 died...
22:50:13.476195 run osmo-ms-mob/00046(pid=182): Terminated {rc=26112}
22:50:13.479687 --- ParallelTerminationStrategy: PID 183 died...
22:50:13.481097 run osmo-ms-mob/00047(pid=183): Terminated {rc=26112}
22:50:13.484626 --- ParallelTerminationStrategy: PID 184 died...
22:50:13.486035 run osmo-ms-mob/00048(pid=184): Terminated {rc=26112}
22:50:13.489529 --- ParallelTerminationStrategy: PID 185 died...
22:50:13.490938 run osmo-ms-mob/00049(pid=185): Terminated {rc=26112}
22:50:13.494428 --- ParallelTerminationStrategy: PID 186 died...
22:50:13.495847 run osmo-ms-mob/00050(pid=186): Terminated {rc=26112}
22:50:13.499331 --- ParallelTerminationStrategy: PID 187 died...
22:50:13.500747 run osmo-ms-mob/00051(pid=187): Terminated {rc=26112}
22:50:13.504258 --- ParallelTerminationStrategy: PID 188 died...
22:50:13.505665 run osmo-ms-mob/00052(pid=188): Terminated {rc=26112}
22:50:13.509175 --- ParallelTerminationStrategy: PID 189 died...
22:50:13.510579 run osmo-ms-mob/00053(pid=189): Terminated {rc=26112}
22:50:13.514072 --- ParallelTerminationStrategy: PID 190 died...
22:50:13.515515 run osmo-ms-mob/00054(pid=190): Terminated {rc=26112}
22:50:13.518994 --- ParallelTerminationStrategy: PID 191 died...
22:50:13.520402 run osmo-ms-mob/00055(pid=191): Terminated {rc=26112}
22:50:13.523879 --- ParallelTerminationStrategy: PID 192 died...
22:50:13.525281 run osmo-ms-mob/00056(pid=192): Terminated {rc=26112}
22:50:13.528776 --- ParallelTerminationStrategy: PID 193 died...
22:50:13.530189 run osmo-ms-mob/00057(pid=193): Terminated {rc=26112}
22:50:13.533710 --- ParallelTerminationStrategy: PID 194 died...
22:50:13.535150 run osmo-ms-mob/00058(pid=194): Terminated {rc=26112}
22:50:13.538628 --- ParallelTerminationStrategy: PID 195 died...
22:50:13.540038 run osmo-ms-mob/00059(pid=195): Terminated {rc=26112}
22:50:13.543523 --- ParallelTerminationStrategy: PID 196 died...
22:50:13.544927 run osmo-ms-mob/00060(pid=196): Terminated {rc=26112}
22:50:13.548416 --- ParallelTerminationStrategy: PID 197 died...
22:50:13.549821 run osmo-ms-mob/00061(pid=197): Terminated {rc=26112}
22:50:13.553337 --- ParallelTerminationStrategy: PID 198 died...
22:50:13.554744 run osmo-ms-mob/00062(pid=198): Terminated {rc=26112}
22:50:13.558234 --- ParallelTerminationStrategy: PID 199 died...
22:50:13.559645 run osmo-ms-mob/00063(pid=199): Terminated {rc=26112}
22:50:13.563169 --- ParallelTerminationStrategy: PID 200 died...
22:50:13.564574 run osmo-ms-mob/00064(pid=200): Terminated {rc=26112}
22:50:13.568082 --- ParallelTerminationStrategy: PID 201 died...
22:50:13.569491 run osmo-ms-mob/00065(pid=201): Terminated {rc=26112}
22:50:13.572988 --- ParallelTerminationStrategy: PID 202 died...
22:50:13.574388 run osmo-ms-mob/00066(pid=202): Terminated {rc=26112}
22:50:13.577897 --- ParallelTerminationStrategy: PID 203 died...
22:50:13.579313 run osmo-ms-mob/00067(pid=203): Terminated {rc=26112}
22:50:13.582810 --- ParallelTerminationStrategy: PID 204 died...
22:50:13.584241 run osmo-ms-mob/00068(pid=204): Terminated {rc=26112}
22:50:13.587750 --- ParallelTerminationStrategy: PID 205 died...
22:50:13.589172 run osmo-ms-mob/00069(pid=205): Terminated {rc=26112}
22:50:13.592670 --- ParallelTerminationStrategy: PID 206 died...
22:50:13.594078 run osmo-ms-mob/00070(pid=206): Terminated {rc=26112}
22:50:13.597599 --- ParallelTerminationStrategy: PID 207 died...
22:50:13.599033 run osmo-ms-mob/00071(pid=207): Terminated {rc=26112}
22:50:13.602528 --- ParallelTerminationStrategy: PID 208 died...
22:50:13.603944 run osmo-ms-mob/00072(pid=208): Terminated {rc=26112}
22:50:13.607433 --- ParallelTerminationStrategy: PID 209 died...
22:50:13.608840 run osmo-ms-mob/00073(pid=209): Terminated {rc=26112}
22:50:13.612340 --- ParallelTerminationStrategy: PID 210 died...
22:50:13.613751 run osmo-ms-mob/00074(pid=210): Terminated {rc=26112}
22:50:13.617292 --- ParallelTerminationStrategy: PID 211 died...
22:50:13.618702 run osmo-ms-mob/00075(pid=211): Terminated {rc=26112}
22:50:13.622200 --- ParallelTerminationStrategy: PID 212 died...
22:50:13.623618 run osmo-ms-mob/00076(pid=212): Terminated {rc=26112}
22:50:13.627110 --- ParallelTerminationStrategy: PID 213 died...
22:50:13.628522 run osmo-ms-mob/00077(pid=213): Terminated {rc=26112}
22:50:13.632017 --- ParallelTerminationStrategy: PID 214 died...
22:50:13.633423 run osmo-ms-mob/00078(pid=214): Terminated {rc=26112}
22:50:13.636938 --- ParallelTerminationStrategy: PID 215 died...
22:50:13.638344 run osmo-ms-mob/00079(pid=215): Terminated {rc=26112}
22:50:13.641849 --- ParallelTerminationStrategy: PID 216 died...
22:50:13.643270 run osmo-ms-mob/00080(pid=216): Terminated {rc=26112}
22:50:13.646759 --- ParallelTerminationStrategy: PID 217 died...
22:50:13.648177 run osmo-ms-mob/00081(pid=217): Terminated {rc=26112}
22:50:13.651684 --- ParallelTerminationStrategy: PID 218 died...
22:50:13.653093 run osmo-ms-mob/00082(pid=218): Terminated {rc=26112}
22:50:13.656594 --- ParallelTerminationStrategy: PID 219 died...
22:50:13.657995 run osmo-ms-mob/00083(pid=219): Terminated {rc=26112}
22:50:13.661521 --- ParallelTerminationStrategy: PID 220 died...
22:50:13.662942 run osmo-ms-mob/00084(pid=220): Terminated {rc=26112}
22:50:13.666429 --- ParallelTerminationStrategy: PID 221 died...
22:50:13.667878 run osmo-ms-mob/00085(pid=221): Terminated {rc=26112}
22:50:13.671376 --- ParallelTerminationStrategy: PID 222 died...
22:50:13.672798 run osmo-ms-mob/00086(pid=222): Terminated {rc=26112}
22:50:13.676349 --- ParallelTerminationStrategy: PID 223 died...
22:50:13.677761 run osmo-ms-mob/00087(pid=223): Terminated {rc=26112}
22:50:13.681266 --- ParallelTerminationStrategy: PID 224 died...
22:50:13.682686 run osmo-ms-mob/00088(pid=224): Terminated {rc=26112}
22:50:13.686191 --- ParallelTerminationStrategy: PID 225 died...
22:50:13.687608 run osmo-ms-mob/00089(pid=225): Terminated {rc=26112}
22:50:13.691107 --- ParallelTerminationStrategy: PID 226 died...
22:50:13.692520 run osmo-ms-mob/00090(pid=226): Terminated {rc=26112}
22:50:13.696040 --- ParallelTerminationStrategy: PID 227 died...
22:50:13.697450 run osmo-ms-mob/00091(pid=227): Terminated {rc=26112}
22:50:13.700975 --- ParallelTerminationStrategy: PID 228 died...
22:50:13.702389 run osmo-ms-mob/00092(pid=228): Terminated {rc=26112}
22:50:13.705896 --- ParallelTerminationStrategy: PID 229 died...
22:50:13.707318 run osmo-ms-mob/00093(pid=229): Terminated {rc=26112}
22:50:13.710813 --- ParallelTerminationStrategy: PID 230 died...
22:50:13.712299 run osmo-ms-mob/00094(pid=230): Terminated {rc=26112}
22:50:13.715948 --- ParallelTerminationStrategy: PID 231 died...
22:50:13.717415 run osmo-ms-mob/00095(pid=231): Terminated {rc=26112}
22:50:13.721052 --- ParallelTerminationStrategy: PID 232 died...
22:50:13.722514 run osmo-ms-mob/00096(pid=232): Terminated {rc=26112}
22:50:13.726172 --- ParallelTerminationStrategy: PID 233 died...
22:50:13.727675 run osmo-ms-mob/00097(pid=233): Terminated {rc=26112}
22:50:13.731325 --- ParallelTerminationStrategy: PID 234 died...
22:50:13.732795 run osmo-ms-mob/00098(pid=234): Terminated {rc=26112}
22:50:13.736437 --- ParallelTerminationStrategy: PID 235 died...
22:50:13.737904 run osmo-ms-mob/00099(pid=235): Terminated {rc=26112}
22:50:17.142227 --- ParallelTerminationStrategy: PID 35 died...
22:50:17.148639 run osmo-bts-virtual(pid=35): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8384 netreg_mass PASS
---------------------------------------------------------------------
22:50:17.207389 tst trial-8384: Storing JUnit report in /build/trial-8384/run.2026-07-06_22-48-52/trial-8384.xml
--------------------------------------------------------------------------------------------
trial-8384 PASS
--------------------------------------------------------------------------------------------
22:50:17.217215 tst trial-8384: trial-8384: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (79.1 sec)
+ exit_code=0
+ rm -rf trial-8384/inst
+ cd trial-8384
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-07-06 22:48:52
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8384-run.tgz run.2026-07-06_22-48-52
+ tar czf /build/trial-8384-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-07-06_13_26_44.tgz osmo-bts-oc2g.build-2026-07-06_00_51_47.tgz osmo-bts-sysmo.build-2026-07-06_00_51_53.tgz osmo-bts.build-2026-07-06_00_52_00.tgz osmo-ggsn.build-2026-07-06_20_43_21.tgz osmo-hlr.build-2026-07-06_00_49_54.tgz osmo-hnbgw.build-2026-07-06_13_30_57.tgz osmo-mgw.build-2026-07-06_08_33_08.tgz osmo-msc.build-2026-07-06_13_35_42.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-07-06_07_34_54.tgz osmo-pcu-sysmo.build-2026-07-06_07_34_50.tgz osmo-pcu.build-2026-07-06_07_34_51.tgz osmo-sgsn.build-2026-07-06_20_50_45.tgz osmo-stp.build-2026-07-06_13_25_25.tgz osmo-trx.build-2026-07-06_14_22_27.tgz osmocom-bb.build-2026-07-06_21_17_53.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