This log is too long to show here, 14 KB has been skipped — click to see the complete log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7583
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins4439370391918214399.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-8217
+ 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
bbbe67c debian-trixie-obs-latest: fix signed-by= path
+ 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 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#7 CACHED
#8 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#8 CACHED
#9 [20/28] WORKDIR /TMP
#9 CACHED
#10 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#10 CACHED
#11 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#11 CACHED
#12 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#12 CACHED
#13 [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
#13 CACHED
#14 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#14 CACHED
#15 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#15 CACHED
#16 [ 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
#16 CACHED
#17 [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
#17 CACHED
#18 [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
#18 CACHED
#19 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#19 CACHED
#20 [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
#20 CACHED
#21 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#21 CACHED
#22 [ 2/28] RUN useradd -ms /bin/bash jenkins
#22 CACHED
#23 [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
#23 CACHED
#24 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#24 CACHED
#25 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#25 CACHED
#26 [ 3/28] RUN groupadd osmo-gsm-tester
#26 CACHED
#27 [ 9/28] COPY SSH /root/.ssh
#27 CACHED
#28 [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
#28 CACHED
#29 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#29 CACHED
#30 [ 8/28] RUN MKDIR /var/run/sshd
#30 CACHED
#31 [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
#31 CACHED
#32 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:869e8c244a4dc08519d7587b2ae867b8e9fbe24a06de1455e63502c77fc1b93b 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s 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=8218 -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-01-21 22:48:14
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8218
+ mkdir -p trial-8218
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-01-21_13_29_34.tgz osmo-bts-oc2g.build-2026-01-21_00_51_24.tgz osmo-bts-sysmo.build-2026-01-21_00_51_23.tgz osmo-bts.build-2026-01-21_00_51_35.tgz osmo-ggsn.build-2026-01-21_20_42_34.tgz osmo-hlr.build-2026-01-21_16_36_59.tgz osmo-hnbgw.build-2026-01-21_13_28_48.tgz osmo-mgw.build-2026-01-21_08_33_15.tgz osmo-msc.build-2026-01-21_13_35_06.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-21_07_35_06.tgz osmo-pcu-sysmo.build-2026-01-21_07_34_59.tgz osmo-pcu.build-2026-01-21_07_35_08.tgz osmo-sgsn.build-2026-01-21_20_48_16.tgz osmo-stp.build-2026-01-21_13_25_10.tgz osmo-trx.build-2026-01-21_14_34_02.tgz osmocom-bb.build-2026-01-21_21_17_34.tgz srslte.build-19.tgz trial-8218
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-01-21_13_29_34.md5 osmo-bts-oc2g.build-2026-01-21_00_51_24.md5 osmo-bts-sysmo.build-2026-01-21_00_51_23.md5 osmo-bts.build-2026-01-21_00_51_35.md5 osmo-ggsn.build-2026-01-21_20_42_34.md5 osmo-hlr.build-2026-01-21_16_36_59.md5 osmo-hnbgw.build-2026-01-21_13_28_48.md5 osmo-mgw.build-2026-01-21_08_33_15.md5 osmo-msc.build-2026-01-21_13_35_06.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-21_07_35_06.md5 osmo-pcu-sysmo.build-2026-01-21_07_34_59.md5 osmo-pcu.build-2026-01-21_07_35_08.md5 osmo-sgsn.build-2026-01-21_20_48_16.md5 osmo-stp.build-2026-01-21_13_25_10.md5 osmo-trx.build-2026-01-21_14_34_02.md5 osmocom-bb.build-2026-01-21_21_17_34.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-01-21_13_29_34.md5 osmo-bts-oc2g.build-2026-01-21_00_51_24.md5 osmo-bts-sysmo.build-2026-01-21_00_51_23.md5 osmo-bts.build-2026-01-21_00_51_35.md5 osmo-ggsn.build-2026-01-21_20_42_34.md5 osmo-hlr.build-2026-01-21_16_36_59.md5 osmo-hnbgw.build-2026-01-21_13_28_48.md5 osmo-mgw.build-2026-01-21_08_33_15.md5 osmo-msc.build-2026-01-21_13_35_06.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-21_07_35_06.md5 osmo-pcu-sysmo.build-2026-01-21_07_34_59.md5 osmo-pcu.build-2026-01-21_07_35_08.md5 osmo-sgsn.build-2026-01-21_20_48_16.md5 osmo-stp.build-2026-01-21_13_25_10.md5 osmo-trx.build-2026-01-21_14_34_02.md5 osmocom-bb.build-2026-01-21_21_17_34.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-8218 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8218'
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-8218
--------------------------------------------------------------------------------------------
22:48:14.816652 tst trial-8218: Detailed log at /build/trial-8218/run.2026-01-21_22-48-14/log
---------------------------------------------------------------------
trial-8218 netreg_mass
---------------------------------------------------------------------
22:48:15.022644 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:15.023027 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:15.023840 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:15.024983 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:15.066268 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:15.067152 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:15.068341 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:15.145046 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-8218 netreg_mass register_default_mass.py
----------------------------------------------
22:48:15.145800 tst register_default_mass.py:9: Claiming resources for the test
22:48:15.161135 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.161677 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.162150 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.162590 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.163023 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.163483 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.163929 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:15.194699 tst register_default_mass.py: using LAC 2
22:48:15.217339 tst register_default_mass.py: using RAC 2
22:48:15.244396 tst register_default_mass.py: using CellId 2
22:48:15.273972 tst register_default_mass.py: using BVCI 3
22:48:15.287933 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.288664 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.289239 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.289754 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.290265 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.290785 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.291290 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.291819 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.292341 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.292843 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.293339 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.293865 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.294518 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.295051 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.295572 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.296081 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.296609 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.297128 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.297637 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.298156 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.298672 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.299184 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.299711 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.300229 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.300731 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.301238 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.301746 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.302241 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.302769 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.303289 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.303789 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.304310 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.304831 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.305347 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.305868 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.306380 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.306892 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.307395 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.307919 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.308426 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.308927 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.309443 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.309956 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.310482 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.310994 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.311490 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.311987 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.312510 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.313017 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.313517 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.314035 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.314551 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.315057 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.315555 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.316070 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.316574 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.317076 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.317586 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.318100 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.318596 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.319105 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.319610 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.320119 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.320643 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.321141 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.321646 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.322164 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.322682 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.323192 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.323694 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.324201 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.324700 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.325287 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.325803 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.326299 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.326815 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.327315 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.327812 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.328309 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.328806 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.329300 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.329788 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.330295 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.330796 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.331283 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.331788 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.332289 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.332783 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.333286 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.333787 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.334289 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.334791 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.335316 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.335818 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.336314 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.336822 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.337321 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.337833 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.338338 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.338831 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.339320 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.339894 tst register_default_mass.py:21: Launching a simple network
22:48:15.349816 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:15.470671 run create_hlr_db(pid=20): Launched
22:48:16.485213 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:16.501259 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:16.516140 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:16.521889 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:16.708836 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:16.723627 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:16.729197 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:17.145381 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:17.160489 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:20.175473 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:20.289000 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:20.303894 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:20.309484 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:20.332830 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:20.347572 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:20.353201 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:20.666345 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:20.683594 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:26.710613 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:26.857771 run osmo-bts-virtual(pid=34): Launched
22:48:27.893449 tst register_default_mass.py: using MSISDN 1001
22:48:27.907862 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:27.947270 tst register_default_mass.py: using MSISDN 1002
22:48:27.964990 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:27.996020 tst register_default_mass.py: using MSISDN 1003
22:48:28.010890 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:28.041544 tst register_default_mass.py: using MSISDN 1004
22:48:28.056082 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:28.086525 tst register_default_mass.py: using MSISDN 1005
22:48:28.100950 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:28.130977 tst register_default_mass.py: using MSISDN 1006
22:48:28.145081 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:28.175011 tst register_default_mass.py: using MSISDN 1007
22:48:28.189231 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:28.219081 tst register_default_mass.py: using MSISDN 1008
22:48:28.232986 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:28.262831 tst register_default_mass.py: using MSISDN 1009
22:48:28.276961 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:28.306837 tst register_default_mass.py: using MSISDN 1010
22:48:28.321045 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:28.351116 tst register_default_mass.py: using MSISDN 1011
22:48:28.365152 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:28.395051 tst register_default_mass.py: using MSISDN 1012
22:48:28.409119 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:28.439313 tst register_default_mass.py: using MSISDN 1013
22:48:28.453549 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:28.484113 tst register_default_mass.py: using MSISDN 1014
22:48:28.498411 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:28.528884 tst register_default_mass.py: using MSISDN 1015
22:48:28.543270 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:28.574018 tst register_default_mass.py: using MSISDN 1016
22:48:28.588532 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:28.619293 tst register_default_mass.py: using MSISDN 1017
22:48:28.633754 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:28.664252 tst register_default_mass.py: using MSISDN 1018
22:48:28.678605 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:28.709384 tst register_default_mass.py: using MSISDN 1019
22:48:28.723772 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:28.754410 tst register_default_mass.py: using MSISDN 1020
22:48:28.768896 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:28.799776 tst register_default_mass.py: using MSISDN 1021
22:48:28.814432 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:28.845185 tst register_default_mass.py: using MSISDN 1022
22:48:28.859808 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:28.889847 tst register_default_mass.py: using MSISDN 1023
22:48:28.903896 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:28.933948 tst register_default_mass.py: using MSISDN 1024
22:48:28.948117 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:28.978060 tst register_default_mass.py: using MSISDN 1025
22:48:28.992282 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:29.022305 tst register_default_mass.py: using MSISDN 1026
22:48:29.036431 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:29.066635 tst register_default_mass.py: using MSISDN 1027
22:48:29.080855 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:29.111321 tst register_default_mass.py: using MSISDN 1028
22:48:29.125663 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:29.156293 tst register_default_mass.py: using MSISDN 1029
22:48:29.170806 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:29.201376 tst register_default_mass.py: using MSISDN 1030
22:48:29.215933 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:29.246914 tst register_default_mass.py: using MSISDN 1031
22:48:29.261471 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:29.292408 tst register_default_mass.py: using MSISDN 1032
22:48:29.306968 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:29.337900 tst register_default_mass.py: using MSISDN 1033
22:48:29.352538 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:29.383292 tst register_default_mass.py: using MSISDN 1034
22:48:29.397816 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:29.428518 tst register_default_mass.py: using MSISDN 1035
22:48:29.443126 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:29.474062 tst register_default_mass.py: using MSISDN 1036
22:48:29.488694 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:29.519671 tst register_default_mass.py: using MSISDN 1037
22:48:29.534374 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:29.565306 tst register_default_mass.py: using MSISDN 1038
22:48:29.579865 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:29.610551 tst register_default_mass.py: using MSISDN 1039
22:48:29.625064 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:29.655975 tst register_default_mass.py: using MSISDN 1040
22:48:29.670654 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:29.701521 tst register_default_mass.py: using MSISDN 1041
22:48:29.716141 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:29.747313 tst register_default_mass.py: using MSISDN 1042
22:48:29.761942 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:29.792808 tst register_default_mass.py: using MSISDN 1043
22:48:29.807364 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:29.838405 tst register_default_mass.py: using MSISDN 1044
22:48:29.853269 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:29.884102 tst register_default_mass.py: using MSISDN 1045
22:48:29.898448 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:29.929287 tst register_default_mass.py: using MSISDN 1046
22:48:29.943894 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:29.974590 tst register_default_mass.py: using MSISDN 1047
22:48:29.989218 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:30.028741 tst register_default_mass.py: using MSISDN 1048
22:48:30.046508 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:30.077429 tst register_default_mass.py: using MSISDN 1049
22:48:30.092490 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:30.123711 tst register_default_mass.py: using MSISDN 1050
22:48:30.138438 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:30.169191 tst register_default_mass.py: using MSISDN 1051
22:48:30.183731 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:30.215140 tst register_default_mass.py: using MSISDN 1052
22:48:30.229953 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:30.261110 tst register_default_mass.py: using MSISDN 1053
22:48:30.275906 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:30.307092 tst register_default_mass.py: using MSISDN 1054
22:48:30.321838 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:30.352906 tst register_default_mass.py: using MSISDN 1055
22:48:30.367407 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:30.398551 tst register_default_mass.py: using MSISDN 1056
22:48:30.413258 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:30.444628 tst register_default_mass.py: using MSISDN 1057
22:48:30.459450 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:30.490171 tst register_default_mass.py: using MSISDN 1058
22:48:30.504778 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:30.536078 tst register_default_mass.py: using MSISDN 1059
22:48:30.543398 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:30.575102 tst register_default_mass.py: using MSISDN 1060
22:48:30.589840 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:30.621006 tst register_default_mass.py: using MSISDN 1061
22:48:30.635770 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:30.666946 tst register_default_mass.py: using MSISDN 1062
22:48:30.681695 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:30.712736 tst register_default_mass.py: using MSISDN 1063
22:48:30.727328 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:30.758616 tst register_default_mass.py: using MSISDN 1064
22:48:30.773568 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:30.804684 tst register_default_mass.py: using MSISDN 1065
22:48:30.819314 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:30.850636 tst register_default_mass.py: using MSISDN 1066
22:48:30.865530 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:30.896051 tst register_default_mass.py: using MSISDN 1067
22:48:30.910328 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:30.941302 tst register_default_mass.py: using MSISDN 1068
22:48:30.955910 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:30.987348 tst register_default_mass.py: using MSISDN 1069
22:48:31.002261 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:31.033529 tst register_default_mass.py: using MSISDN 1070
22:48:31.048346 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:31.079323 tst register_default_mass.py: using MSISDN 1071
22:48:31.093879 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:31.125236 tst register_default_mass.py: using MSISDN 1072
22:48:31.140133 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:31.171237 tst register_default_mass.py: using MSISDN 1073
22:48:31.186041 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:31.217535 tst register_default_mass.py: using MSISDN 1074
22:48:31.232333 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:31.263505 tst register_default_mass.py: using MSISDN 1075
22:48:31.278245 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:31.309948 tst register_default_mass.py: using MSISDN 1076
22:48:31.324940 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:31.356043 tst register_default_mass.py: using MSISDN 1077
22:48:31.370797 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:31.402110 tst register_default_mass.py: using MSISDN 1078
22:48:31.416978 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:31.447896 tst register_default_mass.py: using MSISDN 1079
22:48:31.462599 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:31.493708 tst register_default_mass.py: using MSISDN 1080
22:48:31.508301 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:31.539478 tst register_default_mass.py: using MSISDN 1081
22:48:31.554124 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:31.585520 tst register_default_mass.py: using MSISDN 1082
22:48:31.600232 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:31.631339 tst register_default_mass.py: using MSISDN 1083
22:48:31.646038 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:31.677410 tst register_default_mass.py: using MSISDN 1084
22:48:31.692254 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:31.732386 tst register_default_mass.py: using MSISDN 1085
22:48:31.750357 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:31.781717 tst register_default_mass.py: using MSISDN 1086
22:48:31.796911 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:31.827993 tst register_default_mass.py: using MSISDN 1087
22:48:31.842674 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:31.874428 tst register_default_mass.py: using MSISDN 1088
22:48:31.889514 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:31.920889 tst register_default_mass.py: using MSISDN 1089
22:48:31.935880 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:31.967598 tst register_default_mass.py: using MSISDN 1090
22:48:31.982501 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:32.013685 tst register_default_mass.py: using MSISDN 1091
22:48:32.028511 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:32.059895 tst register_default_mass.py: using MSISDN 1092
22:48:32.074676 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:32.106299 tst register_default_mass.py: using MSISDN 1093
22:48:32.121472 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:32.153193 tst register_default_mass.py: using MSISDN 1094
22:48:32.168226 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:32.199429 tst register_default_mass.py: using MSISDN 1095
22:48:32.214226 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:32.245158 tst register_default_mass.py: using MSISDN 1096
22:48:32.259861 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:32.290999 tst register_default_mass.py: using MSISDN 1097
22:48:32.305749 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:32.336625 tst register_default_mass.py: using MSISDN 1098
22:48:32.351188 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:32.382265 tst register_default_mass.py: using MSISDN 1099
22:48:32.396956 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:32.428538 tst register_default_mass.py: using MSISDN 1100
22:48:32.443448 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:32.535236 run mass: Starting testcase
22:48:32.540831 run mass: Pre-launching all virtphy's
22:48:32.546328 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:32.559411 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:32.565397 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:32.578156 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:32.584099 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:32.596826 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:32.602766 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:32.615649 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:32.621613 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:32.634319 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:32.640197 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:32.652872 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:32.658870 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:32.671679 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:32.677626 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:32.690454 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:32.696487 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:32.709313 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:32.715251 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:32.728098 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:32.734075 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:32.747018 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:32.752924 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:32.765646 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:32.771598 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:32.784425 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:32.790318 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:32.803111 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:32.809044 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:32.821820 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:32.827712 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:32.840468 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:32.846339 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:32.859114 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:32.864985 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:32.877731 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:32.883644 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:32.896457 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:32.902417 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:32.915215 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:32.921122 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:32.933879 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:32.939786 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:32.952604 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:32.958568 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:32.971365 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:32.977405 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:32.990250 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:32.996200 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:33.009096 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:33.014994 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:33.027911 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:33.033844 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:33.046607 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:33.052627 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:33.065454 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:33.071468 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:33.084411 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:33.090357 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:33.103306 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:33.109374 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:33.122369 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:33.128302 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:33.141094 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:33.146980 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:33.159733 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:33.165606 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:33.178386 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:33.184316 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:33.197063 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:33.202995 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:33.215834 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:33.221794 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:33.234643 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:33.240698 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:33.253480 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:33.259509 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:33.272280 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:33.278208 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:33.291090 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:33.296975 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:33.309893 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:33.315797 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:33.328554 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:33.334471 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:33.347295 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:33.353192 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:33.365977 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:33.371896 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:33.384689 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:33.390592 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:33.403413 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:33.409341 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:33.422136 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:33.428064 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:33.440871 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:33.446804 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:33.459620 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:33.465535 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:33.478435 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:33.484338 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:33.497339 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:33.503278 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:33.516072 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:33.522071 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:33.534848 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:33.540926 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:33.553692 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:33.559618 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:33.572422 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:33.578374 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:33.591269 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:33.597189 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:33.610023 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:33.615955 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:33.628747 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:33.634690 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:33.647464 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:33.653321 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:33.666136 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:33.672041 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:33.684750 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:33.690715 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:33.703490 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:33.709522 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:33.722295 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:33.728335 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:33.741206 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:33.747177 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:33.760025 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:33.765905 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:33.778821 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:33.784721 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:33.797475 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:33.803363 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:33.816209 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:33.822123 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:33.834912 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:33.840847 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:33.853730 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:33.859671 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:33.872456 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:33.878363 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:33.891148 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:33.897069 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:33.909820 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:33.915746 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:33.928472 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:33.934322 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:33.947246 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:33.953143 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:33.965999 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:33.971858 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:33.984585 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:33.990631 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:34.003391 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:34.009385 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:34.022167 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:34.028067 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:34.040801 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:34.046698 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:34.059513 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:34.065390 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:34.078096 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:34.084012 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:34.096769 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:34.102631 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:34.115395 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:34.121269 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:34.134105 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:34.140038 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:34.152827 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:34.158788 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:34.171590 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:34.177480 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:34.190459 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:34.196341 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:34.209261 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:34.215193 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:34.228110 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:34.234013 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:34.247029 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:34.252977 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:34.265758 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:34.271769 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:34.284508 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:34.290388 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:34.303192 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:34.309059 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:34.321826 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:34.327744 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:34.340518 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:34.346397 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:34.359231 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:34.365160 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:34.377938 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:34.383839 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:34.396614 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:34.402562 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:34.415544 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:34.421424 run mass: Checking if sockets are in the filesystem
22:48:34.453349 run osmo-ms-mob/00000: Starting mobile
22:48:34.466604 run osmo-ms-mob/00000(pid=135): Launched
22:48:34.477523 run mass: MS start registered {at=124652.771036389, delay=0.004920046994811855, ms=00000}
22:48:38.660008 run osmo-ms-mob/00001: Starting mobile
22:48:38.676534 run osmo-ms-mob/00001(pid=136): Launched
22:48:38.687439 run mass: MS start registered {at=124656.980948271, delay=0.004802797004231252, ms=00001}
22:48:39.686004 run mass: MS performed LU {at=124657.97940275, lu_delay=5.208366361010121, ms=00000}
22:48:40.468802 run osmo-ms-mob/00002: Starting mobile
22:48:40.485499 run osmo-ms-mob/00002(pid=137): Launched
22:48:40.495963 run mass: MS start registered {at=124658.789461672, delay=0.0043677909998223186, ms=00002}
22:48:41.768168 run osmo-ms-mob/00003: Starting mobile
22:48:41.785134 run osmo-ms-mob/00003(pid=138): Launched
22:48:41.795673 run mass: MS start registered {at=124660.08918522, delay=0.004414747992996126, ms=00003}
22:48:42.837609 run osmo-ms-mob/00004: Starting mobile
22:48:42.850386 run osmo-ms-mob/00004(pid=139): Launched
22:48:42.860893 run mass: MS start registered {at=124661.154407362, delay=0.004608999995980412, ms=00004}
22:48:43.451901 run mass: MS performed LU {at=124661.745304928, lu_delay=4.7643566570041, ms=00001}
22:48:43.839756 run osmo-ms-mob/00005: Starting mobile
22:48:43.852928 run osmo-ms-mob/00005(pid=140): Launched
22:48:43.863598 run mass: MS start registered {at=124662.157107106, delay=0.004587356001138687, ms=00005}
22:48:44.759599 run osmo-ms-mob/00006: Starting mobile
22:48:44.776332 run osmo-ms-mob/00006(pid=141): Launched
22:48:44.787043 run mass: MS start registered {at=124663.080554456, delay=0.004689467998105101, ms=00006}
22:48:45.353458 run mass: MS performed LU {at=124663.646852439, lu_delay=4.8573907669924665, ms=00002}
22:48:45.637911 run osmo-ms-mob/00007: Starting mobile
22:48:45.650954 run osmo-ms-mob/00007(pid=142): Launched
22:48:45.661442 run mass: MS start registered {at=124663.954958095, delay=0.004551199002889916, ms=00007}
22:48:46.437060 run osmo-ms-mob/00008: Starting mobile
22:48:46.450008 run osmo-ms-mob/00008(pid=143): Launched
22:48:46.460710 run mass: MS start registered {at=124664.754225844, delay=0.004787607991602272, ms=00008}
22:48:47.167833 run osmo-ms-mob/00009: Starting mobile
22:48:47.185103 run osmo-ms-mob/00009(pid=144): Launched
22:48:47.196036 run mass: MS start registered {at=124665.48954607, delay=0.0047022180078784, ms=00009}
22:48:47.216932 run mass: MS performed LU {at=124665.510371101, lu_delay=5.421185881001293, ms=00003}
22:48:47.870169 run osmo-ms-mob/00010: Starting mobile
22:48:47.888317 run osmo-ms-mob/00010(pid=145): Launched
22:48:47.899303 run mass: MS start registered {at=124666.192816435, delay=0.0049204239912796766, ms=00010}
22:48:48.458777 run osmo-ms-mob/00011: Starting mobile
22:48:48.474742 run osmo-ms-mob/00011(pid=146): Launched
22:48:48.485599 run mass: MS start registered {at=124666.779111737, delay=0.004856089013628662, ms=00011}
22:48:49.037938 run osmo-ms-mob/00012: Starting mobile
22:48:49.050976 run osmo-ms-mob/00012(pid=147): Launched
22:48:49.061727 run mass: MS start registered {at=124667.355242139, delay=0.004577678002533503, ms=00012}
22:48:49.119674 run mass: MS performed LU {at=124667.413076399, lu_delay=5.255969292993541, ms=00005}
22:48:49.146138 run mass: MS performed LU {at=124667.439572126, lu_delay=6.285164763990906, ms=00004}
22:48:49.669005 run osmo-ms-mob/00013: Starting mobile
22:48:49.682116 run osmo-ms-mob/00013(pid=148): Launched
22:48:49.692769 run mass: MS start registered {at=124667.986284984, delay=0.004654396005207673, ms=00013}
22:48:50.238271 run osmo-ms-mob/00014: Starting mobile
22:48:50.251468 run osmo-ms-mob/00014(pid=149): Launched
22:48:50.262232 run mass: MS start registered {at=124668.555747006, delay=0.004627015994628891, ms=00014}
22:48:50.836594 run osmo-ms-mob/00015: Starting mobile
22:48:50.849396 run osmo-ms-mob/00015(pid=150): Launched
22:48:50.859939 run mass: MS start registered {at=124669.153456544, delay=0.004587912990245968, ms=00015}
22:48:50.983389 run mass: MS performed LU {at=124669.276802432, lu_delay=6.196247975996812, ms=00006}
22:48:51.048837 run mass: MS performed LU {at=124669.34223866, lu_delay=5.387280565002584, ms=00007}
22:48:51.360354 run osmo-ms-mob/00016: Starting mobile
22:48:51.377501 run osmo-ms-mob/00016(pid=151): Launched
22:48:51.383796 run mass: MS performed LU {at=124669.677316142, lu_delay=4.923090298005263, ms=00008}
22:48:51.389653 run mass: MS start registered {at=124669.683180882, delay=0.005882794997887686, ms=00016}
22:48:51.848065 run osmo-ms-mob/00017: Starting mobile
22:48:51.861998 run osmo-ms-mob/00017(pid=152): Launched
22:48:51.872629 run mass: MS start registered {at=124670.166146002, delay=0.004498782989685424, ms=00017}
22:48:52.467821 run osmo-ms-mob/00018: Starting mobile
22:48:52.482996 run osmo-ms-mob/00018(pid=153): Launched
22:48:52.493759 run mass: MS start registered {at=124670.787276093, delay=0.00468180600728374, ms=00018}
22:48:52.836641 run osmo-ms-mob/00019: Starting mobile
22:48:52.849989 run osmo-ms-mob/00019(pid=154): Launched
22:48:52.860665 run mass: MS start registered {at=124671.154180729, delay=0.004587467003148049, ms=00019}
22:48:52.884546 run mass: MS performed LU {at=124671.178022025, lu_delay=5.688475954986643, ms=00009}
22:48:52.912469 run mass: MS performed LU {at=124671.205890192, lu_delay=5.013073756999802, ms=00010}
22:48:53.359250 run osmo-ms-mob/00020: Starting mobile
22:48:53.375018 run osmo-ms-mob/00020(pid=155): Launched
22:48:53.386222 run mass: MS start registered {at=124671.679734141, delay=0.00524588099506218, ms=00020}
22:48:53.849625 run osmo-ms-mob/00021: Starting mobile
22:48:53.863634 run osmo-ms-mob/00021(pid=156): Launched
22:48:53.876223 run mass: MS start registered {at=124672.169734361, delay=0.0065719319973140955, ms=00021}
22:48:54.250969 run osmo-ms-mob/00022: Starting mobile
22:48:54.264680 run osmo-ms-mob/00022(pid=157): Launched
22:48:54.275351 run mass: MS start registered {at=124672.5688665, delay=0.004680654004914686, ms=00022}
22:48:54.765037 run osmo-ms-mob/00023: Starting mobile
22:48:54.777992 run osmo-ms-mob/00023(pid=158): Launched
22:48:54.784143 run mass: MS performed LU {at=124673.077663435, lu_delay=6.298551697997027, ms=00011}
22:48:54.790073 run mass: MS start registered {at=124673.083602305, delay=0.005955937012913637, ms=00023}
22:48:54.812803 run mass: MS performed LU {at=124673.106246538, lu_delay=5.751004398989608, ms=00012}
22:48:54.883405 run mass: MS performed LU {at=124673.176818923, lu_delay=5.190533939006855, ms=00013}
22:48:54.905918 run osmo-ms-mob/00024: Starting mobile
22:48:54.919130 run osmo-ms-mob/00024(pid=159): Launched
22:48:54.929819 run mass: MS start registered {at=124673.223335798, delay=0.004617294005583972, ms=00024}
22:48:55.136612 run mass: MS performed LU {at=124673.430028812, lu_delay=4.87428180599818, ms=00014}
22:48:55.649202 run osmo-ms-mob/00025: Starting mobile
22:48:55.663060 run osmo-ms-mob/00025(pid=160): Launched
22:48:55.673718 run mass: MS start registered {at=124673.967234164, delay=0.004494591994443908, ms=00025}
22:48:56.048363 run osmo-ms-mob/00026: Starting mobile
22:48:56.062270 run osmo-ms-mob/00026(pid=161): Launched
22:48:56.073302 run mass: MS start registered {at=124674.366812661, delay=0.00475585600361228, ms=00026}
22:48:56.467797 run osmo-ms-mob/00027: Starting mobile
22:48:56.484681 run osmo-ms-mob/00027(pid=162): Launched
22:48:56.495314 run mass: MS start registered {at=124674.788830267, delay=0.004609056006302126, ms=00027}
22:48:56.567403 run mass: MS performed LU {at=124674.860815379, lu_delay=4.694669377000537, ms=00017}
22:48:56.651694 run mass: MS performed LU {at=124674.945104832, lu_delay=5.7916482880100375, ms=00015}
22:48:56.678157 run mass: MS performed LU {at=124674.971556097, lu_delay=5.288375215008273, ms=00016}
22:48:56.690477 run osmo-ms-mob/00028: Starting mobile
22:48:56.703511 run osmo-ms-mob/00028(pid=163): Launched
22:48:56.714121 run mass: MS start registered {at=124675.007642047, delay=0.0045741390058537945, ms=00028}
22:48:57.237754 run osmo-ms-mob/00029: Starting mobile
22:48:57.251056 run osmo-ms-mob/00029(pid=164): Launched
22:48:57.261734 run mass: MS start registered {at=124675.555249552, delay=0.004373288000351749, ms=00029}
22:48:57.650507 run osmo-ms-mob/00030: Starting mobile
22:48:57.664197 run osmo-ms-mob/00030(pid=165): Launched
22:48:57.675100 run mass: MS start registered {at=124675.968609267, delay=0.004486614008783363, ms=00030}
22:48:58.064750 run osmo-ms-mob/00031: Starting mobile
22:48:58.079599 run osmo-ms-mob/00031(pid=166): Launched
22:48:58.090280 run mass: MS start registered {at=124676.383797074, delay=0.004715454997494817, ms=00031}
22:48:58.336926 run osmo-ms-mob/00032: Starting mobile
22:48:58.350163 run osmo-ms-mob/00032(pid=167): Launched
22:48:58.360689 run mass: MS start registered {at=124676.654201611, delay=0.004576111998176202, ms=00032}
22:48:58.515965 run mass: MS performed LU {at=124676.809377242, lu_delay=4.639642880996689, ms=00021}
22:48:58.580058 run mass: MS performed LU {at=124676.873470013, lu_delay=5.193735872002435, ms=00020}
22:48:58.648815 run mass: MS performed LU {at=124676.942225853, lu_delay=5.788045123990742, ms=00019}
22:48:58.678343 run osmo-ms-mob/00033: Starting mobile
22:48:58.691375 run osmo-ms-mob/00033(pid=168): Launched
22:48:58.697511 run mass: MS performed LU {at=124676.991033816, lu_delay=6.203757722993032, ms=00018}
22:48:58.703721 run mass: MS start registered {at=124676.997247966, delay=0.0062317590054590255, ms=00033}
22:48:59.168607 run osmo-ms-mob/00034: Starting mobile
22:48:59.185791 run osmo-ms-mob/00034(pid=169): Launched
22:48:59.197640 run mass: MS start registered {at=124677.491147231, delay=0.005830460009747185, ms=00034}
22:48:59.450383 run osmo-ms-mob/00035: Starting mobile
22:48:59.464527 run osmo-ms-mob/00035(pid=170): Launched
22:48:59.475481 run mass: MS start registered {at=124677.768994579, delay=0.004888741998001933, ms=00035}
22:48:59.859796 run osmo-ms-mob/00036: Starting mobile
22:48:59.876090 run osmo-ms-mob/00036(pid=171): Launched
22:48:59.887003 run mass: MS start registered {at=124678.180519554, delay=0.004496431996813044, ms=00036}
22:49:00.245015 run osmo-ms-mob/00037: Starting mobile
22:49:00.258188 run osmo-ms-mob/00037(pid=172): Launched
22:49:00.268959 run mass: MS start registered {at=124678.562473616, delay=0.004618237988324836, ms=00037}
22:49:00.333657 run mass: MS performed LU {at=124678.627069884, lu_delay=6.0582033839891665, ms=00022}
22:49:00.416199 run mass: MS performed LU {at=124678.709632599, lu_delay=4.742398435002542, ms=00025}
22:49:00.444430 run osmo-ms-mob/00038: Starting mobile
22:49:00.457464 run osmo-ms-mob/00038(pid=173): Launched
22:49:00.463497 run mass: MS performed LU {at=124678.757021704, lu_delay=5.5336859060043935, ms=00024}
22:49:00.469317 run mass: MS start registered {at=124678.762846255, delay=0.005841751000843942, ms=00038}
22:49:00.587976 run mass: MS performed LU {at=124678.881387254, lu_delay=5.797784948998014, ms=00023}
22:49:00.602112 run osmo-ms-mob/00039: Starting mobile
22:49:00.615417 run osmo-ms-mob/00039(pid=174): Launched
22:49:00.626034 run mass: MS start registered {at=124678.919550587, delay=0.004626121008186601, ms=00039}
22:49:01.249880 run osmo-ms-mob/00040: Starting mobile
22:49:01.263776 run osmo-ms-mob/00040(pid=175): Launched
22:49:01.274892 run mass: MS start registered {at=124679.568405095, delay=0.004742593999253586, ms=00040}
22:49:01.537119 run osmo-ms-mob/00041: Starting mobile
22:49:01.550395 run osmo-ms-mob/00041(pid=176): Launched
22:49:01.561064 run mass: MS start registered {at=124679.854576978, delay=0.004725221006083302, ms=00041}
22:49:01.875838 run osmo-ms-mob/00042: Starting mobile
22:49:01.892017 run osmo-ms-mob/00042(pid=177): Launched
22:49:01.902680 run mass: MS start registered {at=124680.196197196, delay=0.004678158002207056, ms=00042}
22:49:02.250539 run osmo-ms-mob/00043: Starting mobile
22:49:02.264963 run osmo-ms-mob/00043(pid=178): Launched
22:49:02.275570 run mass: MS start registered {at=124680.569086, delay=0.004465178004465997, ms=00043}
22:49:02.281806 run mass: MS performed LU {at=124680.575329052, lu_delay=5.567687004993786, ms=00028}
22:49:02.346185 run mass: MS performed LU {at=124680.639597441, lu_delay=5.850767173993518, ms=00027}
22:49:02.373091 run osmo-ms-mob/00044: Starting mobile
22:49:02.386065 run osmo-ms-mob/00044(pid=179): Launched
22:49:02.396539 run mass: MS start registered {at=124680.690058751, delay=0.004309042007662356, ms=00044}
22:49:02.413993 run mass: MS performed LU {at=124680.707508104, lu_delay=4.73889883699303, ms=00030}
22:49:02.433414 run mass: MS performed LU {at=124680.726871428, lu_delay=6.360058767008013, ms=00026}
22:49:02.452510 run osmo-ms-mob/00045: Starting mobile
22:49:02.465705 run osmo-ms-mob/00045(pid=180): Launched
22:49:02.477389 run mass: MS start registered {at=124680.770904283, delay=0.005255305994069204, ms=00045}
22:49:02.487644 run mass: MS performed LU {at=124680.78115725, lu_delay=5.225907698011724, ms=00029}
22:49:03.150897 run osmo-ms-mob/00046: Starting mobile
22:49:03.164733 run osmo-ms-mob/00046(pid=181): Launched
22:49:03.175718 run mass: MS start registered {at=124681.469228655, delay=0.004926277993945405, ms=00046}
22:49:03.451206 run osmo-ms-mob/00047: Starting mobile
22:49:03.465281 run osmo-ms-mob/00047(pid=182): Launched
22:49:03.476013 run mass: MS start registered {at=124681.769525507, delay=0.004557845997624099, ms=00047}
22:49:03.737384 run osmo-ms-mob/00048: Starting mobile
22:49:03.750884 run osmo-ms-mob/00048(pid=183): Launched
22:49:03.761612 run mass: MS start registered {at=124682.055127186, delay=0.004608743998687714, ms=00048}
22:49:04.037372 run osmo-ms-mob/00049: Starting mobile
22:49:04.050421 run osmo-ms-mob/00049(pid=184): Launched
22:49:04.060899 run mass: MS start registered {at=124682.354414009, delay=0.004478956994717009, ms=00049}
22:49:04.099311 run mass: MS performed LU {at=124682.392743494, lu_delay=4.6237489149934845, ms=00035}
22:49:04.182961 run mass: MS performed LU {at=124682.476372278, lu_delay=5.479124311998021, ms=00033}
22:49:04.211211 run osmo-ms-mob/00050: Starting mobile
22:49:04.224166 run osmo-ms-mob/00050(pid=185): Launched
22:49:04.230179 run mass: MS performed LU {at=124682.523702075, lu_delay=6.139905001007719, ms=00031}
22:49:04.235983 run mass: MS start registered {at=124682.529512178, delay=0.005825740998261608, ms=00050}
22:49:04.354574 run mass: MS performed LU {at=124682.647943091, lu_delay=5.156795859991689, ms=00034}
22:49:04.389911 run mass: MS performed LU {at=124682.683348835, lu_delay=6.029147223991458, ms=00032}
22:49:04.406809 run osmo-ms-mob/00051: Starting mobile
22:49:04.421549 run osmo-ms-mob/00051(pid=186): Launched
22:49:04.432584 run mass: MS start registered {at=124682.726096091, delay=0.004978666009264998, ms=00051}
22:49:05.050016 run osmo-ms-mob/00052: Starting mobile
22:49:05.064260 run osmo-ms-mob/00052(pid=187): Launched
22:49:05.075243 run mass: MS start registered {at=124683.368757351, delay=0.004960803998983465, ms=00052}
22:49:05.337229 run osmo-ms-mob/00053: Starting mobile
22:49:05.350682 run osmo-ms-mob/00053(pid=188): Launched
22:49:05.361714 run mass: MS start registered {at=124683.655228046, delay=0.004946736007696018, ms=00053}
22:49:05.636580 run osmo-ms-mob/00054: Starting mobile
22:49:05.649896 run osmo-ms-mob/00054(pid=189): Launched
22:49:05.660809 run mass: MS start registered {at=124683.9543257, delay=0.0049919950106414035, ms=00054}
22:49:05.966458 run osmo-ms-mob/00055: Starting mobile
22:49:05.981576 run osmo-ms-mob/00055(pid=190): Launched
22:49:05.992451 run mass: MS start registered {at=124684.285967219, delay=0.004746138001792133, ms=00055}
22:49:06.047351 run mass: MS performed LU {at=124684.340775034, lu_delay=5.421224446996348, ms=00039}
22:49:06.111908 run mass: MS performed LU {at=124684.405322028, lu_delay=5.842848412008607, ms=00037}
22:49:06.127156 run osmo-ms-mob/00056: Starting mobile
22:49:06.140132 run osmo-ms-mob/00056(pid=191): Launched
22:49:06.150837 run mass: MS start registered {at=124684.444356329, delay=0.00473192599019967, ms=00056}
22:49:06.180349 run mass: MS performed LU {at=124684.473776838, lu_delay=5.710930582994479, ms=00038}
22:49:06.198722 run mass: MS performed LU {at=124684.492224253, lu_delay=4.923819158007973, ms=00040}
22:49:06.212515 run osmo-ms-mob/00057: Starting mobile
22:49:06.225755 run osmo-ms-mob/00057(pid=192): Launched
22:49:06.236852 run mass: MS start registered {at=124684.530361618, delay=0.0050204669969389215, ms=00057}
22:49:06.253770 run mass: MS performed LU {at=124684.547242593, lu_delay=6.366723039012868, ms=00036}
22:49:06.527101 run mass: MS performed LU {at=124684.820513897, lu_delay=4.965936918990337, ms=00041}
22:49:06.951091 run osmo-ms-mob/00058: Starting mobile
22:49:06.964973 run osmo-ms-mob/00058(pid=193): Launched
22:49:06.975944 run mass: MS start registered {at=124685.269457999, delay=0.00490373901266139, ms=00058}
22:49:07.250986 run osmo-ms-mob/00059: Starting mobile
22:49:07.264535 run osmo-ms-mob/00059(pid=194): Launched
22:49:07.275852 run mass: MS start registered {at=124685.569366878, delay=0.0050474210001993924, ms=00059}
22:49:07.549350 run osmo-ms-mob/00060: Starting mobile
22:49:07.563068 run osmo-ms-mob/00060(pid=195): Launched
22:49:07.573914 run mass: MS start registered {at=124685.867427319, delay=0.004706505991634913, ms=00060}
22:49:07.865199 run mass: MS performed LU {at=124686.158610068, lu_delay=5.468551316997036, ms=00044}
22:49:07.920909 run osmo-ms-mob/00061: Starting mobile
22:49:07.935757 run osmo-ms-mob/00061(pid=196): Launched
22:49:07.947069 run mass: MS start registered {at=124686.240573641, delay=0.00534154599881731, ms=00061}
22:49:07.955619 run mass: MS performed LU {at=124686.24913767, lu_delay=4.7799090150074335, ms=00046}
22:49:07.976043 run mass: MS performed LU {at=124686.269508979, lu_delay=5.498604696011171, ms=00045}
22:49:07.993155 run osmo-ms-mob/00062: Starting mobile
22:49:08.006181 run osmo-ms-mob/00062(pid=197): Launched
22:49:08.017134 run mass: MS start registered {at=124686.310648502, delay=0.0048537219990976155, ms=00062}
22:49:08.120080 run mass: MS performed LU {at=124686.413490474, lu_delay=6.217293278008583, ms=00042}
22:49:08.155363 run mass: MS performed LU {at=124686.448823865, lu_delay=5.879737864990602, ms=00043}
22:49:08.172176 run osmo-ms-mob/00063: Starting mobile
22:49:08.185318 run osmo-ms-mob/00063(pid=198): Launched
22:49:08.191800 run mass: MS performed LU {at=124686.485315973, lu_delay=4.715790465997998, ms=00047}
22:49:08.197674 run mass: MS start registered {at=124686.491203275, delay=0.00642292300472036, ms=00063}
22:49:08.948220 run osmo-ms-mob/00064: Starting mobile
22:49:08.961652 run osmo-ms-mob/00064(pid=199): Launched
22:49:08.973076 run mass: MS start registered {at=124687.266591249, delay=0.00505950600199867, ms=00064}
22:49:09.352287 run osmo-ms-mob/00065: Starting mobile
22:49:09.366090 run osmo-ms-mob/00065(pid=200): Launched
22:49:09.377370 run mass: MS start registered {at=124687.670884922, delay=0.005201734995353036, ms=00065}
22:49:09.650327 run osmo-ms-mob/00066: Starting mobile
22:49:09.664339 run osmo-ms-mob/00066(pid=201): Launched
22:49:09.675272 run mass: MS start registered {at=124687.968786365, delay=0.004907356997136958, ms=00066}
22:49:09.812492 run mass: MS performed LU {at=124688.105906749, lu_delay=4.737149398002657, ms=00052}
22:49:09.877030 run mass: MS performed LU {at=124688.170460871, lu_delay=5.816046862004441, ms=00049}
22:49:09.946606 run mass: MS performed LU {at=124688.239998047, lu_delay=5.513901956001064, ms=00051}
22:49:09.975886 run osmo-ms-mob/00067: Starting mobile
22:49:09.988903 run osmo-ms-mob/00067(pid=202): Launched
22:49:09.994946 run mass: MS performed LU {at=124688.288468288, lu_delay=6.233341101993574, ms=00048}
22:49:10.000987 run mass: MS start registered {at=124688.294513942, delay=0.006062750006094575, ms=00067}
22:49:10.019599 run mass: MS performed LU {at=124688.313113749, lu_delay=5.78360157100542, ms=00050}
22:49:10.048001 run osmo-ms-mob/00068: Starting mobile
22:49:10.062969 run osmo-ms-mob/00068(pid=203): Launched
22:49:10.073841 run mass: MS start registered {at=124688.367357752, delay=0.004730618995381519, ms=00068}
22:49:10.292488 run mass: MS performed LU {at=124688.58589898, lu_delay=4.930670934001682, ms=00053}
22:49:10.749571 run osmo-ms-mob/00069: Starting mobile
22:49:10.763594 run osmo-ms-mob/00069(pid=204): Launched
22:49:10.774825 run mass: MS start registered {at=124689.068340242, delay=0.005189634000998922, ms=00069}
22:49:11.152739 run osmo-ms-mob/00070: Starting mobile
22:49:11.166838 run osmo-ms-mob/00070(pid=205): Launched
22:49:11.178181 run mass: MS start registered {at=124689.471688489, delay=0.005163879992323928, ms=00070}
22:49:11.560751 run osmo-ms-mob/00071: Starting mobile
22:49:11.576845 run osmo-ms-mob/00071(pid=206): Launched
22:49:11.587636 run mass: MS start registered {at=124689.881152065, delay=0.004676135999034159, ms=00071}
22:49:11.631053 run mass: MS performed LU {at=124689.924473392, lu_delay=5.970147692001774, ms=00054}
22:49:11.713717 run mass: MS performed LU {at=124690.00714017, lu_delay=4.73768217099132, ms=00058}
22:49:11.741783 run mass: MS performed LU {at=124690.035219754, lu_delay=5.590863425008138, ms=00056}
22:49:11.763324 run osmo-ms-mob/00072: Starting mobile
22:49:11.776360 run osmo-ms-mob/00072(pid=207): Launched
22:49:11.787360 run mass: MS start registered {at=124690.080878983, delay=0.004805560005479492, ms=00072}
22:49:11.886452 run mass: MS performed LU {at=124690.179865724, lu_delay=5.649504105997039, ms=00057}
22:49:11.922203 run mass: MS performed LU {at=124690.21564558, lu_delay=5.929678361004335, ms=00055}
22:49:11.958680 run mass: MS performed LU {at=124690.25209839, lu_delay=4.682731512002647, ms=00059}
22:49:11.980147 run osmo-ms-mob/00073: Starting mobile
22:49:11.993205 run osmo-ms-mob/00073(pid=208): Launched
22:49:12.004099 run mass: MS start registered {at=124690.297616432, delay=0.004789461992913857, ms=00073}
22:49:12.750567 run osmo-ms-mob/00074: Starting mobile
22:49:12.764234 run osmo-ms-mob/00074(pid=209): Launched
22:49:12.775354 run mass: MS start registered {at=124691.068866419, delay=0.004943476989865303, ms=00074}
22:49:13.167658 run osmo-ms-mob/00075: Starting mobile
22:49:13.183546 run osmo-ms-mob/00075(pid=210): Launched
22:49:13.194527 run mass: MS start registered {at=124691.488040242, delay=0.004892626995570026, ms=00075}
22:49:13.477379 run mass: MS performed LU {at=124691.770789, lu_delay=4.504197750997264, ms=00064}
22:49:13.494518 run mass: MS performed LU {at=124691.787918165, lu_delay=5.477269663009793, ms=00062}
22:49:13.510801 run osmo-ms-mob/00076: Starting mobile
22:49:13.523993 run osmo-ms-mob/00076(pid=211): Launched
22:49:13.535211 run mass: MS start registered {at=124691.828715541, delay=0.00511921000725124, ms=00076}
22:49:13.642970 run mass: MS performed LU {at=124691.936382169, lu_delay=5.695808528005728, ms=00061}
22:49:13.787504 run mass: MS performed LU {at=124692.080915345, lu_delay=5.589712069995585, ms=00063}
22:49:14.077193 run osmo-ms-mob/00077: Starting mobile
22:49:14.093189 run osmo-ms-mob/00077(pid=212): Launched
22:49:14.104178 run mass: MS start registered {at=124692.397694537, delay=0.004791340994415805, ms=00077}
22:49:14.550827 run osmo-ms-mob/00078: Starting mobile
22:49:14.564552 run osmo-ms-mob/00078(pid=213): Launched
22:49:14.570744 run mass: MS performed LU {at=124692.864263939, lu_delay=6.996836620004615, ms=00060}
22:49:14.576567 run mass: MS start registered {at=124692.870096017, delay=0.005849651992321014, ms=00078}
22:49:14.968419 run osmo-ms-mob/00079: Starting mobile
22:49:14.983633 run osmo-ms-mob/00079(pid=214): Launched
22:49:14.994798 run mass: MS start registered {at=124693.288308952, delay=0.004695541996625252, ms=00079}
22:49:15.396392 run mass: MS performed LU {at=124693.689806418, lu_delay=6.018921495997347, ms=00065}
22:49:15.410745 run osmo-ms-mob/00080: Starting mobile
22:49:15.424061 run osmo-ms-mob/00080(pid=215): Launched
22:49:15.430096 run mass: MS performed LU {at=124693.723619091, lu_delay=5.754832726001041, ms=00066}
22:49:15.436284 run mass: MS start registered {at=124693.729812071, delay=0.006210195002495311, ms=00080}
22:49:15.507338 run mass: MS performed LU {at=124693.800768695, lu_delay=5.506254752996028, ms=00067}
22:49:15.687593 run mass: MS performed LU {at=124693.981002435, lu_delay=5.613644683005987, ms=00068}
22:49:15.711322 run mass: MS performed LU {at=124694.004846253, lu_delay=4.936506010999437, ms=00069}
22:49:15.722545 run osmo-ms-mob/00081: Starting mobile
22:49:15.735482 run osmo-ms-mob/00081(pid=216): Launched
22:49:15.746380 run mass: MS start registered {at=124694.039895048, delay=0.004804494994459674, ms=00081}
22:49:16.350358 run osmo-ms-mob/00082: Starting mobile
22:49:16.364878 run osmo-ms-mob/00082(pid=217): Launched
22:49:16.376037 run mass: MS start registered {at=124694.669546376, delay=0.0050690770003711805, ms=00082}
22:49:16.979647 run osmo-ms-mob/00083: Starting mobile
22:49:16.996864 run osmo-ms-mob/00083(pid=218): Launched
22:49:17.008014 run mass: MS start registered {at=124695.301526195, delay=0.005168907009647228, ms=00083}
22:49:17.242858 run mass: MS performed LU {at=124695.536269571, lu_delay=6.064581082013319, ms=00070}
22:49:17.260672 run mass: MS performed LU {at=124695.554102068, lu_delay=5.473223084991332, ms=00072}
22:49:17.278584 run osmo-ms-mob/00084: Starting mobile
22:49:17.291806 run osmo-ms-mob/00084(pid=219): Launched
22:49:17.303413 run mass: MS start registered {at=124695.596925715, delay=0.005397735003498383, ms=00084}
22:49:17.408689 run mass: MS performed LU {at=124695.702097481, lu_delay=4.633231062005507, ms=00074}
22:49:17.553239 run mass: MS performed LU {at=124695.846649327, lu_delay=5.549032894996344, ms=00073}
22:49:17.607127 run mass: MS performed LU {at=124695.900541317, lu_delay=6.019389251989196, ms=00071}
22:49:17.968972 run osmo-ms-mob/00085: Starting mobile
22:49:17.986639 run osmo-ms-mob/00085(pid=220): Launched
22:49:17.997488 run mass: MS start registered {at=124696.291004844, delay=0.004768526996485889, ms=00085}
22:49:18.537647 run osmo-ms-mob/00086: Starting mobile
22:49:18.551301 run osmo-ms-mob/00086(pid=221): Launched
22:49:18.562214 run mass: MS start registered {at=124696.855729888, delay=0.004889568008366041, ms=00086}
22:49:19.168893 run osmo-ms-mob/00087: Starting mobile
22:49:19.185647 run osmo-ms-mob/00087(pid=222): Launched
22:49:19.191773 run mass: MS performed LU {at=124697.485294602, lu_delay=4.615198585001053, ms=00078}
22:49:19.197617 run mass: MS start registered {at=124697.491146248, delay=0.005870668988791294, ms=00087}
22:49:19.245859 run mass: MS performed LU {at=124697.539272786, lu_delay=5.14157824900758, ms=00077}
22:49:19.273277 run mass: MS performed LU {at=124697.566716861, lu_delay=6.078676618999452, ms=00075}
22:49:19.417773 run mass: MS performed LU {at=124697.711185949, lu_delay=5.882470407988876, ms=00076}
22:49:19.768614 run osmo-ms-mob/00088: Starting mobile
22:49:19.785014 run osmo-ms-mob/00088(pid=223): Launched
22:49:19.796759 run mass: MS start registered {at=124698.090271662, delay=0.005163738009287044, ms=00088}
22:49:20.351573 run osmo-ms-mob/00089: Starting mobile
22:49:20.366132 run osmo-ms-mob/00089(pid=224): Launched
22:49:20.377582 run mass: MS start registered {at=124698.671087711, delay=0.005378672998631373, ms=00089}
22:49:20.936945 run osmo-ms-mob/00090: Starting mobile
22:49:20.950224 run osmo-ms-mob/00090(pid=225): Launched
22:49:20.961368 run mass: MS start registered {at=124699.254883455, delay=0.0051947949978057295, ms=00090}
22:49:21.111130 run mass: MS performed LU {at=124699.404518619, lu_delay=5.674706548001268, ms=00080}
22:49:21.175079 run mass: MS performed LU {at=124699.46849024, lu_delay=6.180181288000313, ms=00079}
22:49:21.244198 run mass: MS performed LU {at=124699.537610903, lu_delay=5.4977158550027525, ms=00081}
22:49:21.262312 run mass: MS performed LU {at=124699.555753281, lu_delay=4.886206905008294, ms=00082}
22:49:21.650293 run osmo-ms-mob/00091: Starting mobile
22:49:21.664232 run osmo-ms-mob/00091(pid=226): Launched
22:49:21.675184 run mass: MS start registered {at=124699.968697146, delay=0.004838742999709211, ms=00091}
22:49:22.349685 run osmo-ms-mob/00092: Starting mobile
22:49:22.363432 run osmo-ms-mob/00092(pid=227): Launched
22:49:22.374539 run mass: MS start registered {at=124700.668055583, delay=0.004947003995766863, ms=00092}
22:49:22.928364 run mass: MS performed LU {at=124701.221786021, lu_delay=5.920259825987159, ms=00083}
22:49:23.012150 run mass: MS performed LU {at=124701.305562034, lu_delay=5.708636319002835, ms=00084}
22:49:23.066234 run osmo-ms-mob/00093: Starting mobile
22:49:23.081299 run osmo-ms-mob/00093(pid=228): Launched
22:49:23.087463 run mass: MS performed LU {at=124701.380985508, lu_delay=4.5252556199993705, ms=00086}
22:49:23.093486 run mass: MS start registered {at=124701.387013918, delay=0.006045588001143187, ms=00093}
22:49:23.184289 run mass: MS performed LU {at=124701.477698378, lu_delay=5.186693534007645, ms=00085}
22:49:24.036034 run osmo-ms-mob/00094: Starting mobile
22:49:24.048987 run osmo-ms-mob/00094(pid=229): Launched
22:49:24.060300 run mass: MS start registered {at=124702.353814848, delay=0.005330350002623163, ms=00094}
22:49:24.876433 run mass: MS performed LU {at=124703.169823496, lu_delay=5.678677248011809, ms=00087}
22:49:24.932435 run osmo-ms-mob/00095: Starting mobile
22:49:24.947811 run osmo-ms-mob/00095(pid=230): Launched
22:49:24.953845 run mass: MS performed LU {at=124703.247368656, lu_delay=5.1570969939930364, ms=00088}
22:49:24.959837 run mass: MS start registered {at=124703.253365299, delay=0.006014072001562454, ms=00095}
22:49:25.245701 run mass: MS performed LU {at=124703.539117318, lu_delay=4.8680296069942415, ms=00089}
22:49:25.936880 run osmo-ms-mob/00096: Starting mobile
22:49:25.950040 run osmo-ms-mob/00096(pid=231): Launched
22:49:25.961600 run mass: MS start registered {at=124704.255103213, delay=0.005225471002631821, ms=00096}
22:49:26.778115 run mass: MS performed LU {at=124705.071525593, lu_delay=5.816642138001043, ms=00090}
22:49:26.805475 run mass: MS performed LU {at=124705.098887458, lu_delay=5.130190312003833, ms=00091}
22:49:27.052974 run osmo-ms-mob/00097: Starting mobile
22:49:27.070622 run osmo-ms-mob/00097(pid=232): Launched
22:49:27.081710 run mass: MS start registered {at=124705.375224495, delay=0.005109539997647516, ms=00097}
22:49:28.370426 run osmo-ms-mob/00098: Starting mobile
22:49:28.388078 run osmo-ms-mob/00098(pid=233): Launched
22:49:28.399354 run mass: MS start registered {at=124706.692866641, delay=0.005170686999917962, ms=00098}
22:49:28.642083 run mass: MS performed LU {at=124706.935495891, lu_delay=5.5484819729899755, ms=00093}
22:49:28.706337 run mass: MS performed LU {at=124706.99974971, lu_delay=6.331694127002265, ms=00092}
22:49:28.776196 run mass: MS performed LU {at=124707.069609015, lu_delay=4.71579416700115, ms=00094}
22:49:30.161987 run osmo-ms-mob/00099: Starting mobile
22:49:30.176559 run osmo-ms-mob/00099(pid=234): Launched
22:49:30.182641 run mass: All started... {duration=55.75563034800871, too_slow=0}
22:49:30.188387 run mass: MS start registered {at=124708.48191044, delay=0.005740764987422153, ms=00099}
22:49:30.543699 run mass: MS performed LU {at=124708.837085524, lu_delay=4.581982311006868, ms=00096}
22:49:30.570865 run mass: MS performed LU {at=124708.864302047, lu_delay=5.610936748009408, ms=00095}
22:49:32.407992 run mass: MS performed LU {at=124710.701406018, lu_delay=5.326181522992556, ms=00097}
22:49:34.309691 run mass: MS performed LU {at=124712.603104796, lu_delay=5.9102381550037535, ms=00098}
22:49:36.175461 run mass: MS performed LU {at=124714.468875496, lu_delay=5.9869650559994625, ms=00099}
22:49:36.183808 run mass: Tests done {all_completed=True, max=6.996836620004615, min=4.504197750997264}
22:49:36.189149 tst register_default_mass.py: Test passed (81.0 sec)
22:49:36.194438 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:36.197726 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:36.200988 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:36.204230 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:36.207442 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:36.210699 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:36.213934 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:36.217198 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:36.220421 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:36.223780 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:36.227056 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:36.230373 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:36.233724 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:36.237082 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:36.240449 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:36.243853 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:36.247266 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:36.250722 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:36.254142 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:36.257476 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:36.261068 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:36.264552 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:36.267889 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:36.271258 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:36.274555 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:36.277946 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:36.281239 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:36.284592 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:36.287908 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:36.291202 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:36.294552 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:36.297934 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:36.301224 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:36.304560 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:36.307828 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:36.311617 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:36.314934 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:36.318792 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:36.322132 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:36.325542 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:36.328875 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:36.332290 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:36.335931 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:36.339399 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:36.342783 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:36.346125 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:36.349907 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:36.353209 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:36.356632 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:36.360029 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:36.363639 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:36.367033 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:36.370413 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:36.373803 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:36.377183 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:36.380752 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:36.384276 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:36.387683 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:36.391073 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:36.394459 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:36.397857 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:36.401243 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:36.404660 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:36.408533 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:36.411944 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:36.415344 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:36.418744 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:36.422131 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:36.425526 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:36.428910 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:36.432319 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:36.436148 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:36.440001 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:36.443494 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:36.446883 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:36.450253 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:36.453632 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:36.457044 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:36.460448 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:36.463849 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:36.467247 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:36.470674 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:36.474068 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:36.477448 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:36.480844 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:36.484222 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:36.487616 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:36.490988 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:36.494378 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:36.497769 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:36.501150 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:36.504537 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:36.507921 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:36.511313 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:36.514708 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:36.518092 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:36.521484 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:36.524871 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:36.528258 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:36.531659 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:36.535050 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:36.538447 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:36.541824 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:36.545236 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:36.548611 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:36.552061 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:36.555461 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:36.558857 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:36.562255 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:36.565840 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:36.569313 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:36.572740 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:36.576392 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:36.580031 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:36.583820 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:36.587223 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:36.590611 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:36.593841 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:36.597075 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:36.600325 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:36.603567 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:36.606814 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:36.610052 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:36.613231 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:36.616422 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:36.619605 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:36.622807 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:36.625979 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:36.629162 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:36.632337 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:36.635519 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:36.638714 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:36.641885 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:36.645063 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:36.648248 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:36.651431 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:36.654602 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:36.657762 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:36.660938 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:36.664118 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:36.667290 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:36.670453 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:36.673618 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:36.676792 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:36.679968 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:36.683140 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:36.686304 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:36.689475 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:36.692651 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:36.695825 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:36.698997 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:36.702161 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:36.705339 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:36.708518 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:36.711688 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:36.714876 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:36.718045 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:36.721217 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:36.724383 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:36.727558 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:36.730744 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:36.733918 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:36.737111 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:36.740286 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:36.743470 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:36.746639 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:36.749809 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:36.753010 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:36.756197 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:36.759374 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:36.762552 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:36.765731 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:36.768905 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:36.772148 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:36.775367 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:36.778559 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:36.781733 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:36.784907 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:36.788091 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:36.791298 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:36.794458 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:36.797655 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:36.800839 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:36.804007 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:36.807201 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:36.810381 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:36.813565 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:36.816735 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:36.819921 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:36.823098 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:36.826271 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:36.829456 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:36.832632 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:36.835808 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:36.838983 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:36.842151 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:36.845337 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:36.848511 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:36.851688 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:36.854883 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:36.858056 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:36.861240 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:36.864428 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:36.867603 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:36.870795 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:36.873971 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:36.877154 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:36.880331 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:36.883519 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:36.886683 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:36.889844 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:36.893017 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:36.896200 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:36.899391 --- ParallelTerminationStrategy: PID 22 died...
22:49:36.900815 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:36.904339 --- ParallelTerminationStrategy: PID 23 died...
22:49:36.905771 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:36.909317 --- ParallelTerminationStrategy: PID 24 died...
22:49:36.910771 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:36.914308 --- ParallelTerminationStrategy: PID 25 died...
22:49:36.915746 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:36.919299 --- ParallelTerminationStrategy: PID 26 died...
22:49:36.920742 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:36.924328 --- ParallelTerminationStrategy: PID 27 died...
22:49:36.925768 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:36.929304 --- ParallelTerminationStrategy: PID 28 died...
22:49:36.930745 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:36.934299 --- ParallelTerminationStrategy: PID 29 died...
22:49:36.935759 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:36.939370 --- ParallelTerminationStrategy: PID 30 died...
22:49:36.940808 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:36.944389 --- ParallelTerminationStrategy: PID 31 died...
22:49:36.945832 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:36.949431 --- ParallelTerminationStrategy: PID 32 died...
22:49:36.950882 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:36.954455 --- ParallelTerminationStrategy: PID 33 died...
22:49:36.955927 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:36.959513 --- ParallelTerminationStrategy: PID 35 died...
22:49:36.960968 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:36.964535 --- ParallelTerminationStrategy: PID 36 died...
22:49:36.965983 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:36.969560 --- ParallelTerminationStrategy: PID 37 died...
22:49:36.971028 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:36.974665 --- ParallelTerminationStrategy: PID 38 died...
22:49:36.976129 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:36.979751 --- ParallelTerminationStrategy: PID 39 died...
22:49:36.981213 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:36.984847 --- ParallelTerminationStrategy: PID 40 died...
22:49:36.986309 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:36.989945 --- ParallelTerminationStrategy: PID 41 died...
22:49:36.991430 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:36.995043 --- ParallelTerminationStrategy: PID 42 died...
22:49:36.996507 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:37.000132 --- ParallelTerminationStrategy: PID 43 died...
22:49:37.001596 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:37.005204 --- ParallelTerminationStrategy: PID 44 died...
22:49:37.006668 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:37.010298 --- ParallelTerminationStrategy: PID 45 died...
22:49:37.011784 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:37.015417 --- ParallelTerminationStrategy: PID 46 died...
22:49:37.016876 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:37.020480 --- ParallelTerminationStrategy: PID 47 died...
22:49:37.021931 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:37.025524 --- ParallelTerminationStrategy: PID 48 died...
22:49:37.026998 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:37.030599 --- ParallelTerminationStrategy: PID 49 died...
22:49:37.032046 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:37.035652 --- ParallelTerminationStrategy: PID 50 died...
22:49:37.037112 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:37.040740 --- ParallelTerminationStrategy: PID 51 died...
22:49:37.042185 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:37.045808 --- ParallelTerminationStrategy: PID 52 died...
22:49:37.047270 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:37.050869 --- ParallelTerminationStrategy: PID 53 died...
22:49:37.052316 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:37.055924 --- ParallelTerminationStrategy: PID 54 died...
22:49:37.057369 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:37.061012 --- ParallelTerminationStrategy: PID 55 died...
22:49:37.062466 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:37.066061 --- ParallelTerminationStrategy: PID 56 died...
22:49:37.067544 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:37.071124 --- ParallelTerminationStrategy: PID 57 died...
22:49:37.072572 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:37.076201 --- ParallelTerminationStrategy: PID 58 died...
22:49:37.077659 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:37.081255 --- ParallelTerminationStrategy: PID 59 died...
22:49:37.082724 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:37.086324 --- ParallelTerminationStrategy: PID 60 died...
22:49:37.087792 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:37.091401 --- ParallelTerminationStrategy: PID 61 died...
22:49:37.092857 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:37.096471 --- ParallelTerminationStrategy: PID 62 died...
22:49:37.097916 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:37.101535 --- ParallelTerminationStrategy: PID 63 died...
22:49:37.102998 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:37.106592 --- ParallelTerminationStrategy: PID 64 died...
22:49:37.108051 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:37.111646 --- ParallelTerminationStrategy: PID 65 died...
22:49:37.113101 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:37.116706 --- ParallelTerminationStrategy: PID 66 died...
22:49:37.118153 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:37.121756 --- ParallelTerminationStrategy: PID 67 died...
22:49:37.123214 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:37.126814 --- ParallelTerminationStrategy: PID 68 died...
22:49:37.128258 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:37.131873 --- ParallelTerminationStrategy: PID 69 died...
22:49:37.133337 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:37.136958 --- ParallelTerminationStrategy: PID 70 died...
22:49:37.138405 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:37.142007 --- ParallelTerminationStrategy: PID 71 died...
22:49:37.143455 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:37.147067 --- ParallelTerminationStrategy: PID 72 died...
22:49:37.148519 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:37.152117 --- ParallelTerminationStrategy: PID 73 died...
22:49:37.153576 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:37.157163 --- ParallelTerminationStrategy: PID 74 died...
22:49:37.158632 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:37.162224 --- ParallelTerminationStrategy: PID 75 died...
22:49:37.163686 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:37.167296 --- ParallelTerminationStrategy: PID 76 died...
22:49:37.168753 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:37.172344 --- ParallelTerminationStrategy: PID 77 died...
22:49:37.173812 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:37.177426 --- ParallelTerminationStrategy: PID 78 died...
22:49:37.178894 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:37.182510 --- ParallelTerminationStrategy: PID 79 died...
22:49:37.183972 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:37.187586 --- ParallelTerminationStrategy: PID 80 died...
22:49:37.189039 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:37.192649 --- ParallelTerminationStrategy: PID 81 died...
22:49:37.194108 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:37.197713 --- ParallelTerminationStrategy: PID 82 died...
22:49:37.199176 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:37.202813 --- ParallelTerminationStrategy: PID 83 died...
22:49:37.204268 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:37.207862 --- ParallelTerminationStrategy: PID 84 died...
22:49:37.209320 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:37.212937 --- ParallelTerminationStrategy: PID 85 died...
22:49:37.214393 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:37.217996 --- ParallelTerminationStrategy: PID 86 died...
22:49:37.219461 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:37.223076 --- ParallelTerminationStrategy: PID 87 died...
22:49:37.224538 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:37.228151 --- ParallelTerminationStrategy: PID 88 died...
22:49:37.229609 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:37.233222 --- ParallelTerminationStrategy: PID 89 died...
22:49:37.234690 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:37.238280 --- ParallelTerminationStrategy: PID 90 died...
22:49:37.239736 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:37.243355 --- ParallelTerminationStrategy: PID 91 died...
22:49:37.244822 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:37.248435 --- ParallelTerminationStrategy: PID 92 died...
22:49:37.249886 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:37.253495 --- ParallelTerminationStrategy: PID 93 died...
22:49:37.254972 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:37.258583 --- ParallelTerminationStrategy: PID 94 died...
22:49:37.260033 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:37.263633 --- ParallelTerminationStrategy: PID 95 died...
22:49:37.265096 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:37.268706 --- ParallelTerminationStrategy: PID 96 died...
22:49:37.270171 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:37.273787 --- ParallelTerminationStrategy: PID 97 died...
22:49:37.275253 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:37.278866 --- ParallelTerminationStrategy: PID 98 died...
22:49:37.280334 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:37.283942 --- ParallelTerminationStrategy: PID 99 died...
22:49:37.285397 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:37.289013 --- ParallelTerminationStrategy: PID 100 died...
22:49:37.290471 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:37.294072 --- ParallelTerminationStrategy: PID 101 died...
22:49:37.295545 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:37.299163 --- ParallelTerminationStrategy: PID 102 died...
22:49:37.300621 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:37.304243 --- ParallelTerminationStrategy: PID 103 died...
22:49:37.305701 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:37.309311 --- ParallelTerminationStrategy: PID 104 died...
22:49:37.310772 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:37.314371 --- ParallelTerminationStrategy: PID 105 died...
22:49:37.315835 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:37.319449 --- ParallelTerminationStrategy: PID 106 died...
22:49:37.320910 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:37.324517 --- ParallelTerminationStrategy: PID 107 died...
22:49:37.325979 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:37.329580 --- ParallelTerminationStrategy: PID 108 died...
22:49:37.331045 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:37.334657 --- ParallelTerminationStrategy: PID 109 died...
22:49:37.336114 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:37.339719 --- ParallelTerminationStrategy: PID 110 died...
22:49:37.341183 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:37.344790 --- ParallelTerminationStrategy: PID 111 died...
22:49:37.346242 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:37.349876 --- ParallelTerminationStrategy: PID 112 died...
22:49:37.351345 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:37.354969 --- ParallelTerminationStrategy: PID 113 died...
22:49:37.356430 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:37.360042 --- ParallelTerminationStrategy: PID 114 died...
22:49:37.361507 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:37.365149 --- ParallelTerminationStrategy: PID 115 died...
22:49:37.366616 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:37.370228 --- ParallelTerminationStrategy: PID 116 died...
22:49:37.371697 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:37.375332 --- ParallelTerminationStrategy: PID 117 died...
22:49:37.376790 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:37.380414 --- ParallelTerminationStrategy: PID 118 died...
22:49:37.381874 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:37.385474 --- ParallelTerminationStrategy: PID 119 died...
22:49:37.386951 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:37.390550 --- ParallelTerminationStrategy: PID 120 died...
22:49:37.392019 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:37.395650 --- ParallelTerminationStrategy: PID 121 died...
22:49:37.397108 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:37.400723 --- ParallelTerminationStrategy: PID 122 died...
22:49:37.402180 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:37.405793 --- ParallelTerminationStrategy: PID 123 died...
22:49:37.407255 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:37.410872 --- ParallelTerminationStrategy: PID 124 died...
22:49:37.412332 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:37.415955 --- ParallelTerminationStrategy: PID 125 died...
22:49:37.417424 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:37.421047 --- ParallelTerminationStrategy: PID 126 died...
22:49:37.422514 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:37.426114 --- ParallelTerminationStrategy: PID 127 died...
22:49:37.427593 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:37.431211 --- ParallelTerminationStrategy: PID 128 died...
22:49:37.432673 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:37.436296 --- ParallelTerminationStrategy: PID 129 died...
22:49:37.437758 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:37.441382 --- ParallelTerminationStrategy: PID 130 died...
22:49:37.442846 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:37.446455 --- ParallelTerminationStrategy: PID 131 died...
22:49:37.447923 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:37.451548 --- ParallelTerminationStrategy: PID 132 died...
22:49:37.453019 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:37.456625 --- ParallelTerminationStrategy: PID 133 died...
22:49:37.458121 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:37.461734 --- ParallelTerminationStrategy: PID 134 died...
22:49:37.463208 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:37.466831 --- ParallelTerminationStrategy: PID 135 died...
22:49:37.468290 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:37.471944 --- ParallelTerminationStrategy: PID 136 died...
22:49:37.473414 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:37.477074 --- ParallelTerminationStrategy: PID 137 died...
22:49:37.478566 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:37.482209 --- ParallelTerminationStrategy: PID 138 died...
22:49:37.483685 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:37.487340 --- ParallelTerminationStrategy: PID 139 died...
22:49:37.488815 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:37.492453 --- ParallelTerminationStrategy: PID 140 died...
22:49:37.493918 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:37.497559 --- ParallelTerminationStrategy: PID 141 died...
22:49:37.499029 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:37.502659 --- ParallelTerminationStrategy: PID 142 died...
22:49:37.504114 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:37.507748 --- ParallelTerminationStrategy: PID 143 died...
22:49:37.509204 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:37.512830 --- ParallelTerminationStrategy: PID 144 died...
22:49:37.514287 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:37.517907 --- ParallelTerminationStrategy: PID 145 died...
22:49:37.519378 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:37.523006 --- ParallelTerminationStrategy: PID 146 died...
22:49:37.524467 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:37.528118 --- ParallelTerminationStrategy: PID 147 died...
22:49:37.529572 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:37.533203 --- ParallelTerminationStrategy: PID 148 died...
22:49:37.534673 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:37.538298 --- ParallelTerminationStrategy: PID 149 died...
22:49:37.539760 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:37.543394 --- ParallelTerminationStrategy: PID 150 died...
22:49:37.544866 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:37.548525 --- ParallelTerminationStrategy: PID 151 died...
22:49:37.549996 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:37.553647 --- ParallelTerminationStrategy: PID 152 died...
22:49:37.555119 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:37.558745 --- ParallelTerminationStrategy: PID 153 died...
22:49:37.560213 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:37.563833 --- ParallelTerminationStrategy: PID 154 died...
22:49:37.565294 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:37.568933 --- ParallelTerminationStrategy: PID 155 died...
22:49:37.570404 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:37.574043 --- ParallelTerminationStrategy: PID 156 died...
22:49:37.575519 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:37.579145 --- ParallelTerminationStrategy: PID 157 died...
22:49:37.580606 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:37.584234 --- ParallelTerminationStrategy: PID 158 died...
22:49:37.585691 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:37.589323 --- ParallelTerminationStrategy: PID 159 died...
22:49:37.590784 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:37.594409 --- ParallelTerminationStrategy: PID 160 died...
22:49:37.595867 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:37.599510 --- ParallelTerminationStrategy: PID 161 died...
22:49:37.600972 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:37.604604 --- ParallelTerminationStrategy: PID 162 died...
22:49:37.606057 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:37.609668 --- ParallelTerminationStrategy: PID 163 died...
22:49:37.611144 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:37.614785 --- ParallelTerminationStrategy: PID 164 died...
22:49:37.616253 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:37.619901 --- ParallelTerminationStrategy: PID 165 died...
22:49:37.621358 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:37.624990 --- ParallelTerminationStrategy: PID 166 died...
22:49:37.626447 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:37.630092 --- ParallelTerminationStrategy: PID 167 died...
22:49:37.631558 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:37.635164 --- ParallelTerminationStrategy: PID 168 died...
22:49:37.636640 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:37.640276 --- ParallelTerminationStrategy: PID 169 died...
22:49:37.641738 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:37.645378 --- ParallelTerminationStrategy: PID 170 died...
22:49:37.646857 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:37.650505 --- ParallelTerminationStrategy: PID 171 died...
22:49:37.651977 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:37.655597 --- ParallelTerminationStrategy: PID 172 died...
22:49:37.657060 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:37.660692 --- ParallelTerminationStrategy: PID 173 died...
22:49:37.662150 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:37.665803 --- ParallelTerminationStrategy: PID 174 died...
22:49:37.667283 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:37.670937 --- ParallelTerminationStrategy: PID 175 died...
22:49:37.672421 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:37.676070 --- ParallelTerminationStrategy: PID 176 died...
22:49:37.677533 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:37.681167 --- ParallelTerminationStrategy: PID 177 died...
22:49:37.682648 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:37.686262 --- ParallelTerminationStrategy: PID 178 died...
22:49:37.687728 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:37.691372 --- ParallelTerminationStrategy: PID 179 died...
22:49:37.692828 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:37.696465 --- ParallelTerminationStrategy: PID 180 died...
22:49:37.697939 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:37.701558 --- ParallelTerminationStrategy: PID 181 died...
22:49:37.703017 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:37.706662 --- ParallelTerminationStrategy: PID 182 died...
22:49:37.708135 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:37.711770 --- ParallelTerminationStrategy: PID 183 died...
22:49:37.713234 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:37.716861 --- ParallelTerminationStrategy: PID 184 died...
22:49:37.718328 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:37.721954 --- ParallelTerminationStrategy: PID 185 died...
22:49:37.723441 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:37.727089 --- ParallelTerminationStrategy: PID 186 died...
22:49:37.728551 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:37.732213 --- ParallelTerminationStrategy: PID 187 died...
22:49:37.733674 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:37.737299 --- ParallelTerminationStrategy: PID 188 died...
22:49:37.738782 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:37.742419 --- ParallelTerminationStrategy: PID 189 died...
22:49:37.743893 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:37.747535 --- ParallelTerminationStrategy: PID 190 died...
22:49:37.749003 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:37.752639 --- ParallelTerminationStrategy: PID 191 died...
22:49:37.754095 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:37.757734 --- ParallelTerminationStrategy: PID 192 died...
22:49:37.759202 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:37.762834 --- ParallelTerminationStrategy: PID 193 died...
22:49:37.764292 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:37.767910 --- ParallelTerminationStrategy: PID 194 died...
22:49:37.769374 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:37.773023 --- ParallelTerminationStrategy: PID 195 died...
22:49:37.774490 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:37.778124 --- ParallelTerminationStrategy: PID 196 died...
22:49:37.779586 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:37.783222 --- ParallelTerminationStrategy: PID 197 died...
22:49:37.784673 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:37.788300 --- ParallelTerminationStrategy: PID 198 died...
22:49:37.789761 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:37.793407 --- ParallelTerminationStrategy: PID 199 died...
22:49:37.794877 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:37.798507 --- ParallelTerminationStrategy: PID 200 died...
22:49:37.799970 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:37.803599 --- ParallelTerminationStrategy: PID 201 died...
22:49:37.805063 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:37.808727 --- ParallelTerminationStrategy: PID 202 died...
22:49:37.810191 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:37.813831 --- ParallelTerminationStrategy: PID 203 died...
22:49:37.815309 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:37.818939 --- ParallelTerminationStrategy: PID 204 died...
22:49:37.820403 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:37.824046 --- ParallelTerminationStrategy: PID 205 died...
22:49:37.825509 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:37.829140 --- ParallelTerminationStrategy: PID 206 died...
22:49:37.830595 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:37.834223 --- ParallelTerminationStrategy: PID 207 died...
22:49:37.835685 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:37.839323 --- ParallelTerminationStrategy: PID 208 died...
22:49:37.840781 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:37.844398 --- ParallelTerminationStrategy: PID 209 died...
22:49:37.845863 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:37.849526 --- ParallelTerminationStrategy: PID 210 died...
22:49:37.850993 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:37.854632 --- ParallelTerminationStrategy: PID 211 died...
22:49:37.856098 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:37.859759 --- ParallelTerminationStrategy: PID 212 died...
22:49:37.861225 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:37.864874 --- ParallelTerminationStrategy: PID 213 died...
22:49:37.866330 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:37.869961 --- ParallelTerminationStrategy: PID 214 died...
22:49:37.871428 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:37.875088 --- ParallelTerminationStrategy: PID 215 died...
22:49:37.876562 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:37.880205 --- ParallelTerminationStrategy: PID 216 died...
22:49:37.881668 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:37.885303 --- ParallelTerminationStrategy: PID 217 died...
22:49:37.886758 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:37.890393 --- ParallelTerminationStrategy: PID 218 died...
22:49:37.891862 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:37.895522 --- ParallelTerminationStrategy: PID 219 died...
22:49:37.896986 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:37.900651 --- ParallelTerminationStrategy: PID 220 died...
22:49:37.902116 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:37.905778 --- ParallelTerminationStrategy: PID 221 died...
22:49:37.907237 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:37.910908 --- ParallelTerminationStrategy: PID 222 died...
22:49:37.912376 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:37.916024 --- ParallelTerminationStrategy: PID 223 died...
22:49:37.917485 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:37.921173 --- ParallelTerminationStrategy: PID 224 died...
22:49:37.922647 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:37.926286 --- ParallelTerminationStrategy: PID 225 died...
22:49:37.927764 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:37.931397 --- ParallelTerminationStrategy: PID 226 died...
22:49:37.932868 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:37.936499 --- ParallelTerminationStrategy: PID 227 died...
22:49:37.937962 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:37.941599 --- ParallelTerminationStrategy: PID 228 died...
22:49:37.943075 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:37.946719 --- ParallelTerminationStrategy: PID 229 died...
22:49:37.948178 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:37.951829 --- ParallelTerminationStrategy: PID 230 died...
22:49:37.953300 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:37.956934 --- ParallelTerminationStrategy: PID 231 died...
22:49:37.958399 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:37.962052 --- ParallelTerminationStrategy: PID 232 died...
22:49:37.963548 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:37.967212 --- ParallelTerminationStrategy: PID 233 died...
22:49:37.968690 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:37.972482 --- ParallelTerminationStrategy: PID 234 died...
22:49:37.974019 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:41.378531 --- ParallelTerminationStrategy: PID 34 died...
22:49:41.384177 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8218 netreg_mass PASS
---------------------------------------------------------------------
22:49:41.460174 tst trial-8218: Storing JUnit report in /build/trial-8218/run.2026-01-21_22-48-14/trial-8218.xml
--------------------------------------------------------------------------------------------
trial-8218 PASS
--------------------------------------------------------------------------------------------
22:49:41.473224 tst trial-8218: trial-8218: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (81.0 sec)
+ exit_code=0
+ rm -rf trial-8218/inst
+ cd trial-8218
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-01-21 22:48:14
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8218-run.tgz run.2026-01-21_22-48-14
+ tar czf /build/trial-8218-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-01-21_13_29_34.tgz osmo-bts-oc2g.build-2026-01-21_00_51_24.tgz osmo-bts-sysmo.build-2026-01-21_00_51_23.tgz osmo-bts.build-2026-01-21_00_51_35.tgz osmo-ggsn.build-2026-01-21_20_42_34.tgz osmo-hlr.build-2026-01-21_16_36_59.tgz osmo-hnbgw.build-2026-01-21_13_28_48.tgz osmo-mgw.build-2026-01-21_08_33_15.tgz osmo-msc.build-2026-01-21_13_35_06.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-21_07_35_06.tgz osmo-pcu-sysmo.build-2026-01-21_07_34_59.tgz osmo-pcu.build-2026-01-21_07_35_08.tgz osmo-sgsn.build-2026-01-21_20_48_16.tgz osmo-stp.build-2026-01-21_13_25_10.tgz osmo-trx.build-2026-01-21_14_34_02.tgz osmocom-bb.build-2026-01-21_21_17_34.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