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 7942
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins8619286020662629929.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-8378
+ 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
2e9b710 debian-trixie-build: add tshark
+ 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 [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
#7 CACHED
#8 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#8 CACHED
#9 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#9 CACHED
#10 [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
#10 CACHED
#11 [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
#11 CACHED
#12 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#12 CACHED
#13 [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
#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 [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
#15 CACHED
#16 [ 9/28] COPY SSH /root/.ssh
#16 CACHED
#17 [ 2/28] RUN useradd -ms /bin/bash jenkins
#17 CACHED
#18 [ 3/28] RUN groupadd osmo-gsm-tester
#18 CACHED
#19 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#19 CACHED
#20 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#20 CACHED
#21 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#21 CACHED
#22 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#22 CACHED
#23 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#23 CACHED
#24 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#24 CACHED
#25 [ 8/28] RUN MKDIR /var/run/sshd
#25 CACHED
#26 [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
#26 CACHED
#27 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#27 CACHED
#28 [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
#28 CACHED
#29 [20/28] WORKDIR /TMP
#29 CACHED
#30 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#30 CACHED
#31 [ 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
#31 CACHED
#32 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:00c16bc58176adf6f62376d185d51de4bc380f4d46c1b4a92c626625e49c8c46 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8379 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-07-01 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8379
+ mkdir -p trial-8379
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-07-01_13_28_44.tgz osmo-bts-oc2g.build-2026-07-01_00_51_51.tgz osmo-bts-sysmo.build-2026-07-01_00_51_47.tgz osmo-bts.build-2026-07-01_00_51_51.tgz osmo-ggsn.build-2026-07-01_20_43_02.tgz osmo-hlr.build-2026-07-01_16_36_49.tgz osmo-hnbgw.build-2026-07-01_13_29_59.tgz osmo-mgw.build-2026-07-01_08_33_08.tgz osmo-msc.build-2026-07-01_13_32_30.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-07-01_07_35_12.tgz osmo-pcu-sysmo.build-2026-07-01_07_35_08.tgz osmo-pcu.build-2026-07-01_07_35_08.tgz osmo-sgsn.build-2026-07-01_20_48_44.tgz osmo-stp.build-2026-07-01_13_25_31.tgz osmo-trx.build-2026-07-01_14_21_55.tgz osmocom-bb.build-2026-07-01_21_17_23.tgz srslte.build-19.tgz trial-8379
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-07-01_13_28_44.md5 osmo-bts-oc2g.build-2026-07-01_00_51_51.md5 osmo-bts-sysmo.build-2026-07-01_00_51_47.md5 osmo-bts.build-2026-07-01_00_51_51.md5 osmo-ggsn.build-2026-07-01_20_43_02.md5 osmo-hlr.build-2026-07-01_16_36_49.md5 osmo-hnbgw.build-2026-07-01_13_29_59.md5 osmo-mgw.build-2026-07-01_08_33_08.md5 osmo-msc.build-2026-07-01_13_32_30.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-07-01_07_35_12.md5 osmo-pcu-sysmo.build-2026-07-01_07_35_08.md5 osmo-pcu.build-2026-07-01_07_35_08.md5 osmo-sgsn.build-2026-07-01_20_48_44.md5 osmo-stp.build-2026-07-01_13_25_31.md5 osmo-trx.build-2026-07-01_14_21_55.md5 osmocom-bb.build-2026-07-01_21_17_23.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-07-01_13_28_44.md5 osmo-bts-oc2g.build-2026-07-01_00_51_51.md5 osmo-bts-sysmo.build-2026-07-01_00_51_47.md5 osmo-bts.build-2026-07-01_00_51_51.md5 osmo-ggsn.build-2026-07-01_20_43_02.md5 osmo-hlr.build-2026-07-01_16_36_49.md5 osmo-hnbgw.build-2026-07-01_13_29_59.md5 osmo-mgw.build-2026-07-01_08_33_08.md5 osmo-msc.build-2026-07-01_13_32_30.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-07-01_07_35_12.md5 osmo-pcu-sysmo.build-2026-07-01_07_35_08.md5 osmo-pcu.build-2026-07-01_07_35_08.md5 osmo-sgsn.build-2026-07-01_20_48_44.md5 osmo-stp.build-2026-07-01_13_25_31.md5 osmo-trx.build-2026-07-01_14_21_55.md5 osmocom-bb.build-2026-07-01_21_17_23.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-8379 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8379'
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-8379
--------------------------------------------------------------------------------------------
22:48:18.848541 tst trial-8379: Detailed log at /build/trial-8379/run.2026-07-01_22-48-18/log
---------------------------------------------------------------------
trial-8379 netreg_mass
---------------------------------------------------------------------
22:48:19.055379 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:19.055743 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:19.056514 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:19.057661 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:19.098832 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:19.099671 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:19.100795 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:19.176628 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-8379 netreg_mass register_default_mass.py
----------------------------------------------
22:48:19.177361 tst register_default_mass.py:9: Claiming resources for the test
22:48:19.192376 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.192885 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.193337 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.193769 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.194202 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.194646 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.195081 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:19.225145 tst register_default_mass.py: using LAC 2
22:48:19.246492 tst register_default_mass.py: using RAC 2
22:48:19.272080 tst register_default_mass.py: using CellId 2
22:48:19.300605 tst register_default_mass.py: using BVCI 3
22:48:19.314076 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.314759 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.315346 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.315870 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.316391 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.316900 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.317397 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.317917 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.318454 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.318954 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.319453 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.319956 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.320465 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.320988 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.321515 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.322033 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.322552 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.323087 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.323600 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.324114 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.324637 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.325157 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.325686 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.326292 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.326813 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.327343 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.327865 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.328375 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.328894 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.329424 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.329931 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.330454 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.330981 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.331502 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.332029 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.332548 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.333060 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.333572 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.334086 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.334617 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.335128 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.335634 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.336159 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.336675 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.337191 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.337713 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.338230 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.338743 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.339253 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.339773 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.340283 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.340800 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.341318 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.341827 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.342336 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.342865 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.343378 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.343886 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.344414 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.344925 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.345428 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.345935 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.346458 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.346971 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.347477 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.347999 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.348512 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.349027 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.349552 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.350062 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.350586 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.351114 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.351690 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.352201 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.352710 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.353214 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.353712 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.354232 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.354748 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.355246 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.355742 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.356259 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.356767 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.357268 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.357777 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.358292 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.358807 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.359319 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.359821 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.360328 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.360842 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.361356 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.361866 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.362388 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.362902 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.363398 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.363921 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.364437 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.364947 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.365471 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.365982 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.366551 tst register_default_mass.py:21: Launching a simple network
22:48:19.376559 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.495276 run create_hlr_db(pid=20): Launched
22:48:20.509887 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:20.525932 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:20.540770 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:20.546488 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.735696 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:20.750568 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:20.756232 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:21.176146 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:21.191187 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:24.205698 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:24.355779 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:24.370510 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:24.376145 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:24.399401 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:24.414086 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:24.419640 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:24.736721 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:24.751730 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:30.777859 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.952480 run osmo-bts-virtual(pid=34): Launched
22:48:31.988311 tst register_default_mass.py: using MSISDN 1001
22:48:32.002370 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:32.042117 tst register_default_mass.py: using MSISDN 1002
22:48:32.059936 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:32.091339 tst register_default_mass.py: using MSISDN 1003
22:48:32.106510 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:32.137187 tst register_default_mass.py: using MSISDN 1004
22:48:32.151657 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:32.182286 tst register_default_mass.py: using MSISDN 1005
22:48:32.196725 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:32.226695 tst register_default_mass.py: using MSISDN 1006
22:48:32.240854 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:32.270442 tst register_default_mass.py: using MSISDN 1007
22:48:32.284370 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:32.314171 tst register_default_mass.py: using MSISDN 1008
22:48:32.328223 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:32.357982 tst register_default_mass.py: using MSISDN 1009
22:48:32.372159 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:32.401887 tst register_default_mass.py: using MSISDN 1010
22:48:32.415958 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:32.445537 tst register_default_mass.py: using MSISDN 1011
22:48:32.459425 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:32.489086 tst register_default_mass.py: using MSISDN 1012
22:48:32.503209 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:32.533113 tst register_default_mass.py: using MSISDN 1013
22:48:32.547236 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:32.576964 tst register_default_mass.py: using MSISDN 1014
22:48:32.590958 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:32.620859 tst register_default_mass.py: using MSISDN 1015
22:48:32.634977 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:32.663772 tst register_default_mass.py: using MSISDN 1016
22:48:32.677181 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:32.707416 tst register_default_mass.py: using MSISDN 1017
22:48:32.721664 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:32.751981 tst register_default_mass.py: using MSISDN 1018
22:48:32.766265 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.796718 tst register_default_mass.py: using MSISDN 1019
22:48:32.810992 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.841837 tst register_default_mass.py: using MSISDN 1020
22:48:32.856387 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.887286 tst register_default_mass.py: using MSISDN 1021
22:48:32.901929 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.932791 tst register_default_mass.py: using MSISDN 1022
22:48:32.947438 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.978236 tst register_default_mass.py: using MSISDN 1023
22:48:32.992855 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:33.023818 tst register_default_mass.py: using MSISDN 1024
22:48:33.038554 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:33.069383 tst register_default_mass.py: using MSISDN 1025
22:48:33.084051 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:33.115198 tst register_default_mass.py: using MSISDN 1026
22:48:33.129804 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:33.160891 tst register_default_mass.py: using MSISDN 1027
22:48:33.175638 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:33.206646 tst register_default_mass.py: using MSISDN 1028
22:48:33.221375 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:33.252690 tst register_default_mass.py: using MSISDN 1029
22:48:33.267492 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:33.298738 tst register_default_mass.py: using MSISDN 1030
22:48:33.313539 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:33.345045 tst register_default_mass.py: using MSISDN 1031
22:48:33.360153 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:33.391535 tst register_default_mass.py: using MSISDN 1032
22:48:33.406427 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:33.437545 tst register_default_mass.py: using MSISDN 1033
22:48:33.452427 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.483505 tst register_default_mass.py: using MSISDN 1034
22:48:33.498294 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.529620 tst register_default_mass.py: using MSISDN 1035
22:48:33.544480 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.575120 tst register_default_mass.py: using MSISDN 1036
22:48:33.584714 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.615785 tst register_default_mass.py: using MSISDN 1037
22:48:33.631889 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.663283 tst register_default_mass.py: using MSISDN 1038
22:48:33.678320 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.709537 tst register_default_mass.py: using MSISDN 1039
22:48:33.724456 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:33.755766 tst register_default_mass.py: using MSISDN 1040
22:48:33.770742 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:33.801909 tst register_default_mass.py: using MSISDN 1041
22:48:33.816850 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:33.848368 tst register_default_mass.py: using MSISDN 1042
22:48:33.863455 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.894690 tst register_default_mass.py: using MSISDN 1043
22:48:33.909656 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:33.949647 tst register_default_mass.py: using MSISDN 1044
22:48:33.959589 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:33.990000 tst register_default_mass.py: using MSISDN 1045
22:48:34.005416 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:34.035327 tst register_default_mass.py: using MSISDN 1046
22:48:34.049613 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:34.079594 tst register_default_mass.py: using MSISDN 1047
22:48:34.093804 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:34.123698 tst register_default_mass.py: using MSISDN 1048
22:48:34.137795 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:34.167795 tst register_default_mass.py: using MSISDN 1049
22:48:34.181998 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:34.212012 tst register_default_mass.py: using MSISDN 1050
22:48:34.226148 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:34.256054 tst register_default_mass.py: using MSISDN 1051
22:48:34.270202 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:34.300325 tst register_default_mass.py: using MSISDN 1052
22:48:34.314471 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:34.344337 tst register_default_mass.py: using MSISDN 1053
22:48:34.358532 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:34.388396 tst register_default_mass.py: using MSISDN 1054
22:48:34.402522 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:34.432521 tst register_default_mass.py: using MSISDN 1055
22:48:34.446715 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:34.476585 tst register_default_mass.py: using MSISDN 1056
22:48:34.490578 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:34.520483 tst register_default_mass.py: using MSISDN 1057
22:48:34.534620 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:34.564493 tst register_default_mass.py: using MSISDN 1058
22:48:34.578648 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:34.608279 tst register_default_mass.py: using MSISDN 1059
22:48:34.622268 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:34.651828 tst register_default_mass.py: using MSISDN 1060
22:48:34.665741 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:34.695509 tst register_default_mass.py: using MSISDN 1061
22:48:34.709387 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:34.739281 tst register_default_mass.py: using MSISDN 1062
22:48:34.753400 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:34.783031 tst register_default_mass.py: using MSISDN 1063
22:48:34.796981 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:34.826694 tst register_default_mass.py: using MSISDN 1064
22:48:34.840744 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:34.870318 tst register_default_mass.py: using MSISDN 1065
22:48:34.884188 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:34.913678 tst register_default_mass.py: using MSISDN 1066
22:48:34.927470 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:34.957212 tst register_default_mass.py: using MSISDN 1067
22:48:34.971193 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:35.000889 tst register_default_mass.py: using MSISDN 1068
22:48:35.014881 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:35.044493 tst register_default_mass.py: using MSISDN 1069
22:48:35.058366 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:35.088225 tst register_default_mass.py: using MSISDN 1070
22:48:35.102299 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:35.132008 tst register_default_mass.py: using MSISDN 1071
22:48:35.146049 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:35.175707 tst register_default_mass.py: using MSISDN 1072
22:48:35.189710 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:35.219503 tst register_default_mass.py: using MSISDN 1073
22:48:35.233536 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:35.263100 tst register_default_mass.py: using MSISDN 1074
22:48:35.276980 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:35.306595 tst register_default_mass.py: using MSISDN 1075
22:48:35.320504 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:35.350241 tst register_default_mass.py: using MSISDN 1076
22:48:35.360013 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:35.390343 tst register_default_mass.py: using MSISDN 1077
22:48:35.406255 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:35.437231 tst register_default_mass.py: using MSISDN 1078
22:48:35.452021 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:35.482720 tst register_default_mass.py: using MSISDN 1079
22:48:35.497330 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:35.528138 tst register_default_mass.py: using MSISDN 1080
22:48:35.542761 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:35.573612 tst register_default_mass.py: using MSISDN 1081
22:48:35.588316 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:35.619354 tst register_default_mass.py: using MSISDN 1082
22:48:35.634095 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:35.665016 tst register_default_mass.py: using MSISDN 1083
22:48:35.679672 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:35.710548 tst register_default_mass.py: using MSISDN 1084
22:48:35.725178 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:35.756336 tst register_default_mass.py: using MSISDN 1085
22:48:35.771141 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:35.801933 tst register_default_mass.py: using MSISDN 1086
22:48:35.816608 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:35.847127 tst register_default_mass.py: using MSISDN 1087
22:48:35.861134 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:35.891042 tst register_default_mass.py: using MSISDN 1088
22:48:35.896889 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:35.934948 tst register_default_mass.py: using MSISDN 1089
22:48:35.940810 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:35.970958 tst register_default_mass.py: using MSISDN 1090
22:48:35.976767 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:36.014872 tst register_default_mass.py: using MSISDN 1091
22:48:36.020709 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:36.050609 tst register_default_mass.py: using MSISDN 1092
22:48:36.056328 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:36.085763 tst register_default_mass.py: using MSISDN 1093
22:48:36.091477 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:36.120758 tst register_default_mass.py: using MSISDN 1094
22:48:36.126305 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:36.155766 tst register_default_mass.py: using MSISDN 1095
22:48:36.161263 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:36.190954 tst register_default_mass.py: using MSISDN 1096
22:48:36.196454 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:36.226774 tst register_default_mass.py: using MSISDN 1097
22:48:36.233297 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:36.265050 tst register_default_mass.py: using MSISDN 1098
22:48:36.279841 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:36.310650 tst register_default_mass.py: using MSISDN 1099
22:48:36.325168 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:36.356263 tst register_default_mass.py: using MSISDN 1100
22:48:36.370945 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:36.462345 run mass: Starting testcase
22:48:36.467872 run mass: Pre-launching all virtphy's
22:48:36.473284 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:36.486413 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:36.492376 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:36.505178 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:36.511160 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:36.523941 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:36.529912 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:36.542786 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:36.548766 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:36.561545 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:36.567557 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:36.580401 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:36.586404 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:36.599128 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:36.605032 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:36.617749 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:36.623651 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:36.636339 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:36.642245 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:36.654881 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:36.660779 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:36.673479 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:36.679365 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:36.692059 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:36.697926 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:36.710769 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:36.716693 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:36.729478 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:36.735436 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:36.748223 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:36.754145 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:36.766988 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:36.772897 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:36.785710 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:36.791626 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:36.804438 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:36.810394 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:36.823183 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:36.829142 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:36.841941 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:36.847851 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:36.860604 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:36.866480 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:36.879294 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:36.885198 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:36.898054 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:36.904000 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:36.916912 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:36.922899 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:36.935797 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:36.941785 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:36.954779 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:36.960748 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:36.973688 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:36.979670 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:36.992741 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:36.998768 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:37.011641 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:37.017588 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:37.030482 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:37.036427 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:37.049322 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:37.055345 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:37.068268 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:37.074268 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:37.087171 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:37.093127 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:37.106164 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:37.112165 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:37.125175 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:37.131161 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:37.144087 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:37.150054 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:37.163071 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:37.169078 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:37.182039 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:37.188049 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:37.200979 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:37.206966 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:37.219833 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:37.225829 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:37.238803 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:37.244744 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:37.257662 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:37.263653 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:37.276612 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:37.282583 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:37.295488 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:37.301515 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:37.314416 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:37.320376 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:37.333275 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:37.339268 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:37.352316 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:37.358278 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:37.371303 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:37.377317 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:37.390367 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:37.396361 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:37.409384 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:37.415422 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:37.428318 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:37.434332 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:37.447197 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:37.453150 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:37.466058 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:37.472016 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:37.484984 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:37.490982 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:37.503875 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:37.509857 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:37.522854 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:37.528821 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:37.541750 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:37.547745 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:37.560670 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:37.566673 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:37.579764 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:37.585699 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:37.598786 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:37.604759 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:37.617672 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:37.623757 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:37.636679 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:37.642813 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:37.655796 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:37.661839 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:37.674825 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:37.680809 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:37.693759 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:37.699727 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:37.712651 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:37.718588 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:37.731537 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:37.737511 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:37.750413 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:37.756381 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:37.769285 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:37.775243 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:37.788134 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:37.794104 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:37.807046 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:37.813158 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:37.826147 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:37.832247 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:37.845061 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:37.850968 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:37.863943 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:37.869883 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:37.882887 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:37.888866 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:37.901692 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:37.907676 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:37.920501 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:37.926486 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:37.939484 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:37.945466 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:37.958287 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:37.964285 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:37.977120 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:37.983053 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:37.995966 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:38.001892 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:38.014734 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:38.020692 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:38.033592 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:38.039516 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:38.052474 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:38.058430 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:38.071352 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:38.077275 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:38.090072 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:38.096189 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:38.109050 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:38.115064 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:38.127924 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:38.133846 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:38.146675 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:38.152587 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:38.165400 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:38.171380 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:38.184185 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:38.190147 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:38.203007 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:38.208936 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:38.221728 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:38.227667 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:38.240542 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:38.246498 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:38.259310 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:38.265202 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:38.278038 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:38.284221 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:38.297088 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:38.303176 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:38.316053 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:38.321942 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:38.334998 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:38.340905 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:38.353837 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:38.359744 run mass: Checking if sockets are in the filesystem
22:48:38.392163 run osmo-ms-mob/00000: Starting mobile
22:48:38.405098 run osmo-ms-mob/00000(pid=135): Launched
22:48:38.416538 run mass: MS start registered {at=3857046.710365138, delay=0.005451480858027935, ms=00000}
22:48:42.610459 run osmo-ms-mob/00001: Starting mobile
22:48:42.627937 run osmo-ms-mob/00001(pid=136): Launched
22:48:42.638520 run mass: MS start registered {at=3857050.932346878, delay=0.004624614957720041, ms=00001}
22:48:43.789535 run mass: MS performed LU {at=3857052.083243037, lu_delay=5.372877899091691, ms=00000}
22:48:44.376070 run osmo-ms-mob/00002: Starting mobile
22:48:44.388942 run osmo-ms-mob/00002(pid=137): Launched
22:48:44.399325 run mass: MS start registered {at=3857052.69314894, delay=0.004391677677631378, ms=00002}
22:48:45.707192 run osmo-ms-mob/00003: Starting mobile
22:48:45.724109 run osmo-ms-mob/00003(pid=138): Launched
22:48:45.734635 run mass: MS start registered {at=3857054.02846248, delay=0.00455330777913332, ms=00003}
22:48:46.776014 run osmo-ms-mob/00004: Starting mobile
22:48:46.789039 run osmo-ms-mob/00004(pid=139): Launched
22:48:46.799626 run mass: MS start registered {at=3857055.093453158, delay=0.004572808276861906, ms=00004}
22:48:47.554778 run mass: MS performed LU {at=3857055.848480626, lu_delay=4.9161337479017675, ms=00001}
22:48:47.775488 run osmo-ms-mob/00005: Starting mobile
22:48:47.788286 run osmo-ms-mob/00005(pid=140): Launched
22:48:47.799682 run mass: MS start registered {at=3857056.093507679, delay=0.005251341033726931, ms=00005}
22:48:48.675331 run osmo-ms-mob/00006: Starting mobile
22:48:48.688375 run osmo-ms-mob/00006(pid=141): Launched
22:48:48.698993 run mass: MS start registered {at=3857056.992819466, delay=0.004642308223992586, ms=00006}
22:48:49.456146 run mass: MS performed LU {at=3857057.749858709, lu_delay=5.056709769181907, ms=00002}
22:48:49.607666 run osmo-ms-mob/00007: Starting mobile
22:48:49.624193 run osmo-ms-mob/00007(pid=142): Launched
22:48:49.634972 run mass: MS start registered {at=3857057.928800146, delay=0.004575841128826141, ms=00007}
22:48:50.375001 run osmo-ms-mob/00008: Starting mobile
22:48:50.388103 run osmo-ms-mob/00008(pid=143): Launched
22:48:50.398893 run mass: MS start registered {at=3857058.692720354, delay=0.004783567041158676, ms=00008}
22:48:51.075867 run osmo-ms-mob/00009: Starting mobile
22:48:51.089026 run osmo-ms-mob/00009(pid=144): Launched
22:48:51.099687 run mass: MS start registered {at=3857059.393514216, delay=0.004603976849466562, ms=00009}
22:48:51.321655 run mass: MS performed LU {at=3857059.615373851, lu_delay=5.586911370977759, ms=00003}
22:48:51.807062 run osmo-ms-mob/00010: Starting mobile
22:48:51.823699 run osmo-ms-mob/00010(pid=145): Launched
22:48:51.834265 run mass: MS start registered {at=3857060.128094283, delay=0.004568077158182859, ms=00010}
22:48:51.840379 run mass: MS performed LU {at=3857060.134215323, lu_delay=5.040762164629996, ms=00004}
22:48:52.375910 run osmo-ms-mob/00011: Starting mobile
22:48:52.388796 run osmo-ms-mob/00011(pid=146): Launched
22:48:52.399407 run mass: MS start registered {at=3857060.69323357, delay=0.00448870612308383, ms=00011}
22:48:52.975444 run osmo-ms-mob/00012: Starting mobile
22:48:52.988564 run osmo-ms-mob/00012(pid=147): Launched
22:48:52.999005 run mass: MS start registered {at=3857061.292834827, delay=0.004433637019246817, ms=00012}
22:48:53.221910 run mass: MS performed LU {at=3857061.515628166, lu_delay=4.522808699868619, ms=00006}
22:48:53.268829 run mass: MS performed LU {at=3857061.562546677, lu_delay=5.469038997776806, ms=00005}
22:48:53.606313 run osmo-ms-mob/00013: Starting mobile
22:48:53.623007 run osmo-ms-mob/00013(pid=148): Launched
22:48:53.633647 run mass: MS start registered {at=3857061.927476906, delay=0.004469509236514568, ms=00013}
22:48:54.175172 run osmo-ms-mob/00014: Starting mobile
22:48:54.188189 run osmo-ms-mob/00014(pid=149): Launched
22:48:54.199128 run mass: MS start registered {at=3857062.492957403, delay=0.004705510102212429, ms=00014}
22:48:54.792313 run osmo-ms-mob/00015: Starting mobile
22:48:54.808334 run osmo-ms-mob/00015(pid=150): Launched
22:48:54.819313 run mass: MS start registered {at=3857063.113141105, delay=0.004532847087830305, ms=00015}
22:48:55.086983 run mass: MS performed LU {at=3857063.380696327, lu_delay=4.687975972890854, ms=00008}
22:48:55.133762 run mass: MS performed LU {at=3857063.427488114, lu_delay=5.498687968123704, ms=00007}
22:48:55.160559 run osmo-ms-mob/00016: Starting mobile
22:48:55.173596 run osmo-ms-mob/00016(pid=151): Launched
22:48:55.184300 run mass: MS start registered {at=3857063.478130611, delay=0.004604666959494352, ms=00016}
22:48:55.806875 run osmo-ms-mob/00017: Starting mobile
22:48:55.823921 run osmo-ms-mob/00017(pid=152): Launched
22:48:55.834586 run mass: MS start registered {at=3857064.128416588, delay=0.004633111879229546, ms=00017}
22:48:56.376043 run osmo-ms-mob/00018: Starting mobile
22:48:56.389072 run osmo-ms-mob/00018(pid=153): Launched
22:48:56.400279 run mass: MS start registered {at=3857064.69409952, delay=0.0051690018735826015, ms=00018}
22:48:56.808653 run osmo-ms-mob/00019: Starting mobile
22:48:56.825316 run osmo-ms-mob/00019(pid=154): Launched
22:48:56.836020 run mass: MS start registered {at=3857065.129849981, delay=0.004720483906567097, ms=00019}
22:48:56.988319 run mass: MS performed LU {at=3857065.282045691, lu_delay=4.588812120724469, ms=00011}
22:48:57.034778 run mass: MS performed LU {at=3857065.328528426, lu_delay=5.935014210175723, ms=00009}
22:48:57.103062 run mass: MS performed LU {at=3857065.396788747, lu_delay=5.268694464117289, ms=00010}
22:48:57.145797 run osmo-ms-mob/00020: Starting mobile
22:48:57.159191 run osmo-ms-mob/00020(pid=155): Launched
22:48:57.169743 run mass: MS start registered {at=3857065.463570774, delay=0.004588867072016001, ms=00020}
22:48:57.776125 run osmo-ms-mob/00021: Starting mobile
22:48:57.789096 run osmo-ms-mob/00021(pid=156): Launched
22:48:57.799866 run mass: MS start registered {at=3857066.093694717, delay=0.00473775202408433, ms=00021}
22:48:58.176142 run osmo-ms-mob/00022: Starting mobile
22:48:58.188985 run osmo-ms-mob/00022(pid=157): Launched
22:48:58.199880 run mass: MS start registered {at=3857066.49370936, delay=0.00466086994856596, ms=00022}
22:48:58.715099 run osmo-ms-mob/00023: Starting mobile
22:48:58.731252 run osmo-ms-mob/00023(pid=158): Launched
22:48:58.741796 run mass: MS start registered {at=3857067.035624377, delay=0.004551114980131388, ms=00023}
22:48:58.768576 run mass: MS performed LU {at=3857067.062357199, lu_delay=5.134880292695016, ms=00013}
22:48:58.852292 run mass: MS performed LU {at=3857067.146015867, lu_delay=4.6530584641732275, ms=00014}
22:48:58.898820 run mass: MS performed LU {at=3857067.192569427, lu_delay=5.899734599981457, ms=00012}
22:48:58.922275 run osmo-ms-mob/00024: Starting mobile
22:48:58.935191 run osmo-ms-mob/00024(pid=159): Launched
22:48:58.945852 run mass: MS start registered {at=3857067.239684665, delay=0.004617351107299328, ms=00024}
22:48:59.607618 run osmo-ms-mob/00025: Starting mobile
22:48:59.624553 run osmo-ms-mob/00025(pid=160): Launched
22:48:59.635176 run mass: MS start registered {at=3857067.92900276, delay=0.004571333061903715, ms=00025}
22:48:59.988711 run osmo-ms-mob/00026: Starting mobile
22:49:00.002748 run osmo-ms-mob/00026(pid=161): Launched
22:49:00.013519 run mass: MS start registered {at=3857068.30734915, delay=0.004720581229776144, ms=00026}
22:49:00.399503 run osmo-ms-mob/00027: Starting mobile
22:49:00.415749 run osmo-ms-mob/00027(pid=162): Launched
22:49:00.426678 run mass: MS start registered {at=3857068.72050525, delay=0.0049353111535310745, ms=00027}
22:49:00.754265 run mass: MS performed LU {at=3857069.047967832, lu_delay=4.353868312202394, ms=00018}
22:49:00.786294 run osmo-ms-mob/00028: Starting mobile
22:49:00.801108 run osmo-ms-mob/00028(pid=163): Launched
22:49:00.807156 run mass: MS performed LU {at=3857069.100993063, lu_delay=5.622862451709807, ms=00016}
22:49:00.812991 run mass: MS start registered {at=3857069.106834161, delay=0.00585789093747735, ms=00028}
22:49:00.869188 run mass: MS performed LU {at=3857069.162914213, lu_delay=5.034497624728829, ms=00017}
22:49:00.905845 run mass: MS performed LU {at=3857069.199588146, lu_delay=6.086447041016072, ms=00015}
22:49:00.924900 run osmo-ms-mob/00029: Starting mobile
22:49:00.937880 run osmo-ms-mob/00029(pid=164): Launched
22:49:00.948781 run mass: MS start registered {at=3857069.242610468, delay=0.004725816193968058, ms=00029}
22:49:01.576371 run osmo-ms-mob/00030: Starting mobile
22:49:01.589664 run osmo-ms-mob/00030(pid=165): Launched
22:49:01.600603 run mass: MS start registered {at=3857069.894430154, delay=0.004618274979293346, ms=00030}
22:49:01.975290 run osmo-ms-mob/00031: Starting mobile
22:49:01.988497 run osmo-ms-mob/00031(pid=166): Launched
22:49:01.999218 run mass: MS start registered {at=3857070.293045322, delay=0.004694582894444466, ms=00031}
22:49:02.275281 run osmo-ms-mob/00032: Starting mobile
22:49:02.288298 run osmo-ms-mob/00032(pid=167): Launched
22:49:02.299386 run mass: MS start registered {at=3857070.593213495, delay=0.004703921731561422, ms=00032}
22:49:02.535286 run mass: MS performed LU {at=3857070.828996505, lu_delay=5.699146524071693, ms=00019}
22:49:02.618925 run mass: MS performed LU {at=3857070.912667358, lu_delay=4.818972640670836, ms=00021}
22:49:02.662656 run osmo-ms-mob/00033: Starting mobile
22:49:02.677124 run osmo-ms-mob/00033(pid=168): Launched
22:49:02.683081 run mass: MS performed LU {at=3857070.976917584, lu_delay=5.5133468098938465, ms=00020}
22:49:02.688846 run mass: MS start registered {at=3857070.982689241, delay=0.0057877060025930405, ms=00033}
22:49:02.807815 run mass: MS performed LU {at=3857071.10152823, lu_delay=4.607818870339543, ms=00022}
22:49:03.098517 run osmo-ms-mob/00034: Starting mobile
22:49:03.114576 run osmo-ms-mob/00034(pid=169): Launched
22:49:03.125233 run mass: MS start registered {at=3857071.419063027, delay=0.00455718208104372, ms=00034}
22:49:03.399828 run osmo-ms-mob/00035: Starting mobile
22:49:03.419814 run osmo-ms-mob/00035(pid=170): Launched
22:49:03.430648 run mass: MS start registered {at=3857071.724475666, delay=0.004814689978957176, ms=00035}
22:49:03.788436 run osmo-ms-mob/00036: Starting mobile
22:49:03.802355 run osmo-ms-mob/00036(pid=171): Launched
22:49:03.813505 run mass: MS start registered {at=3857072.107332295, delay=0.005199642851948738, ms=00036}
22:49:04.175571 run osmo-ms-mob/00037: Starting mobile
22:49:04.188521 run osmo-ms-mob/00037(pid=172): Launched
22:49:04.199508 run mass: MS start registered {at=3857072.493336761, delay=0.004774776753038168, ms=00037}
22:49:04.488914 run osmo-ms-mob/00038: Starting mobile
22:49:04.502530 run osmo-ms-mob/00038(pid=173): Launched
22:49:04.513093 run mass: MS start registered {at=3857072.806921175, delay=0.00459252530708909, ms=00038}
22:49:04.519203 run mass: MS performed LU {at=3857072.813039314, lu_delay=5.573354648891836, ms=00024}
22:49:04.566664 run mass: MS performed LU {at=3857072.860389845, lu_delay=4.931387085001916, ms=00025}
22:49:04.590090 run osmo-ms-mob/00039: Starting mobile
22:49:04.602860 run osmo-ms-mob/00039(pid=174): Launched
22:49:04.613421 run mass: MS start registered {at=3857072.907251486, delay=0.004599690902978182, ms=00039}
22:49:04.633961 run mass: MS performed LU {at=3857072.927784609, lu_delay=5.892160232178867, ms=00023}
22:49:04.672653 run mass: MS performed LU {at=3857072.966387432, lu_delay=4.659038281999528, ms=00026}
22:49:05.189181 run osmo-ms-mob/00040: Starting mobile
22:49:05.203091 run osmo-ms-mob/00040(pid=175): Launched
22:49:05.214390 run mass: MS start registered {at=3857073.50821813, delay=0.004917235113680363, ms=00040}
22:49:05.488377 run osmo-ms-mob/00041: Starting mobile
22:49:05.502378 run osmo-ms-mob/00041(pid=176): Launched
22:49:05.513146 run mass: MS start registered {at=3857073.806974545, delay=0.004529745317995548, ms=00041}
22:49:05.775729 run osmo-ms-mob/00042: Starting mobile
22:49:05.788717 run osmo-ms-mob/00042(pid=177): Launched
22:49:05.799407 run mass: MS start registered {at=3857074.093238007, delay=0.0046716430224478245, ms=00042}
22:49:06.207255 run osmo-ms-mob/00043: Starting mobile
22:49:06.224081 run osmo-ms-mob/00043(pid=178): Launched
22:49:06.234870 run mass: MS start registered {at=3857074.528700593, delay=0.0048075527884066105, ms=00043}
22:49:06.301152 run mass: MS performed LU {at=3857074.594879995, lu_delay=5.874374744948, ms=00027}
22:49:06.384363 run mass: MS performed LU {at=3857074.678090094, lu_delay=4.783659940119833, ms=00030}
22:49:06.412320 run osmo-ms-mob/00044: Starting mobile
22:49:06.425260 run osmo-ms-mob/00044(pid=179): Launched
22:49:06.431444 run mass: MS performed LU {at=3857074.725281675, lu_delay=5.482671206817031, ms=00029}
22:49:06.437204 run mass: MS start registered {at=3857074.731046452, delay=0.005781759973615408, ms=00044}
22:49:06.574196 run mass: MS performed LU {at=3857074.867901574, lu_delay=5.761067412793636, ms=00028}
22:49:06.588059 run osmo-ms-mob/00045: Starting mobile
22:49:06.601315 run osmo-ms-mob/00045(pid=180): Launched
22:49:06.611978 run mass: MS start registered {at=3857074.905808865, delay=0.00461434805765748, ms=00045}
22:49:07.114768 run osmo-ms-mob/00046: Starting mobile
22:49:07.130870 run osmo-ms-mob/00046(pid=181): Launched
22:49:07.143554 run mass: MS start registered {at=3857075.437381273, delay=0.00640584621578455, ms=00046}
22:49:07.375676 run osmo-ms-mob/00047: Starting mobile
22:49:07.388787 run osmo-ms-mob/00047(pid=182): Launched
22:49:07.399677 run mass: MS start registered {at=3857075.693504371, delay=0.0045322091318666935, ms=00047}
22:49:07.712625 run osmo-ms-mob/00048: Starting mobile
22:49:07.730624 run osmo-ms-mob/00048(pid=183): Launched
22:49:07.741208 run mass: MS start registered {at=3857076.035037455, delay=0.00455888919532299, ms=00048}
22:49:07.976029 run osmo-ms-mob/00049: Starting mobile
22:49:07.989365 run osmo-ms-mob/00049(pid=184): Launched
22:49:08.000113 run mass: MS start registered {at=3857076.293941736, delay=0.004676344338804483, ms=00049}
22:49:08.275412 run osmo-ms-mob/00050: Starting mobile
22:49:08.288860 run osmo-ms-mob/00050(pid=185): Launched
22:49:08.294926 run mass: MS performed LU {at=3857076.588760956, lu_delay=5.606071715243161, ms=00033}
22:49:08.300749 run mass: MS start registered {at=3857076.594591193, delay=0.005848392844200134, ms=00050}
22:49:08.331888 run mass: MS performed LU {at=3857076.625571465, lu_delay=6.032357970252633, ms=00032}
22:49:08.401181 run mass: MS performed LU {at=3857076.694909231, lu_delay=5.275846203789115, ms=00034}
22:49:08.429632 run osmo-ms-mob/00051: Starting mobile
22:49:08.442779 run osmo-ms-mob/00051(pid=186): Launched
22:49:08.448793 run mass: MS performed LU {at=3857076.742630305, lu_delay=4.6352980099618435, ms=00036}
22:49:08.454806 run mass: MS start registered {at=3857076.748641631, delay=0.006028776988387108, ms=00051}
22:49:08.474068 run mass: MS performed LU {at=3857076.76789835, lu_delay=5.043422684073448, ms=00035}
22:49:08.484883 run osmo-ms-mob/00052: Starting mobile
22:49:08.497998 run osmo-ms-mob/00052(pid=187): Launched
22:49:08.503962 run mass: MS performed LU {at=3857076.797800579, lu_delay=6.504755257163197, ms=00031}
22:49:08.509706 run mass: MS start registered {at=3857076.803548933, delay=0.005763529799878597, ms=00052}
22:49:09.287630 run osmo-ms-mob/00053: Starting mobile
22:49:09.301860 run osmo-ms-mob/00053(pid=188): Launched
22:49:09.312814 run mass: MS start registered {at=3857077.606637812, delay=0.004954456351697445, ms=00053}
22:49:09.593067 run osmo-ms-mob/00054: Starting mobile
22:49:09.606499 run osmo-ms-mob/00054(pid=189): Launched
22:49:09.617374 run mass: MS start registered {at=3857077.911201302, delay=0.0046963621862232685, ms=00054}
22:49:09.876183 run osmo-ms-mob/00055: Starting mobile
22:49:09.889302 run osmo-ms-mob/00055(pid=190): Launched
22:49:09.900134 run mass: MS start registered {at=3857078.193958199, delay=0.004852264188230038, ms=00055}
22:49:10.067462 run mass: MS performed LU {at=3857078.361190371, lu_delay=5.55426919599995, ms=00038}
22:49:10.082622 run osmo-ms-mob/00056: Starting mobile
22:49:10.095599 run osmo-ms-mob/00056(pid=191): Launched
22:49:10.106516 run mass: MS start registered {at=3857078.400339348, delay=0.004950926639139652, ms=00056}
22:49:10.149505 run mass: MS performed LU {at=3857078.443255942, lu_delay=5.536004455760121, ms=00039}
22:49:10.196672 run mass: MS performed LU {at=3857078.490397897, lu_delay=5.997061136178672, ms=00037}
22:49:10.211048 run osmo-ms-mob/00057: Starting mobile
22:49:10.224110 run osmo-ms-mob/00057(pid=192): Launched
22:49:10.234743 run mass: MS start registered {at=3857078.528576358, delay=0.004599074367433786, ms=00057}
22:49:10.339880 run mass: MS performed LU {at=3857078.633603165, lu_delay=4.826628619804978, ms=00041}
22:49:10.394653 run mass: MS performed LU {at=3857078.68838019, lu_delay=5.180162060074508, ms=00040}
22:49:10.888913 run osmo-ms-mob/00058: Starting mobile
22:49:10.902748 run osmo-ms-mob/00058(pid=193): Launched
22:49:10.913507 run mass: MS start registered {at=3857079.207333792, delay=0.004788725171238184, ms=00058}
22:49:11.187697 run osmo-ms-mob/00059: Starting mobile
22:49:11.201312 run osmo-ms-mob/00059(pid=194): Launched
22:49:11.211911 run mass: MS start registered {at=3857079.505736565, delay=0.004480857402086258, ms=00059}
22:49:11.476554 run osmo-ms-mob/00060: Starting mobile
22:49:11.489732 run osmo-ms-mob/00060(pid=195): Launched
22:49:11.501406 run mass: MS start registered {at=3857079.795231037, delay=0.005616815760731697, ms=00060}
22:49:11.915048 run osmo-ms-mob/00061: Starting mobile
22:49:11.931332 run osmo-ms-mob/00061(pid=196): Launched
22:49:11.937420 run mass: MS performed LU {at=3857080.231255388, lu_delay=5.500208935700357, ms=00044}
22:49:11.943567 run mass: MS start registered {at=3857080.237408487, delay=0.006169766187667847, ms=00061}
22:49:11.966980 run mass: MS performed LU {at=3857080.26079594, lu_delay=5.354987075086683, ms=00045}
22:49:11.978804 run osmo-ms-mob/00062: Starting mobile
22:49:11.991985 run osmo-ms-mob/00062(pid=197): Launched
22:49:12.002630 run mass: MS start registered {at=3857080.296458661, delay=0.0046861120499670506, ms=00062}
22:49:12.097877 run mass: MS performed LU {at=3857080.391603175, lu_delay=4.69809880387038, ms=00047}
22:49:12.258515 run mass: MS performed LU {at=3857080.552240635, lu_delay=6.45900262799114, ms=00042}
22:49:12.288123 run osmo-ms-mob/00063: Starting mobile
22:49:12.301231 run osmo-ms-mob/00063(pid=198): Launched
22:49:12.312186 run mass: MS start registered {at=3857080.606014012, delay=0.0048866127617657185, ms=00063}
22:49:12.890401 run osmo-ms-mob/00064: Starting mobile
22:49:12.904617 run osmo-ms-mob/00064(pid=199): Launched
22:49:12.918285 run mass: MS start registered {at=3857081.212107911, delay=0.0074077388271689415, ms=00064}
22:49:12.974983 run mass: MS performed LU {at=3857081.268674163, lu_delay=5.831292890012264, ms=00046}
22:49:13.112450 run mass: MS performed LU {at=3857081.406180464, lu_delay=3.79954265197739, ms=00053}
22:49:13.288340 run osmo-ms-mob/00065: Starting mobile
22:49:13.302456 run osmo-ms-mob/00065(pid=200): Launched
22:49:13.314172 run mass: MS start registered {at=3857081.607987561, delay=0.00563451275229454, ms=00065}
22:49:13.575602 run osmo-ms-mob/00066: Starting mobile
22:49:13.588972 run osmo-ms-mob/00066(pid=201): Launched
22:49:13.600549 run mass: MS start registered {at=3857081.894375216, delay=0.005332288332283497, ms=00066}
22:49:13.832249 run mass: MS performed LU {at=3857082.125964088, lu_delay=5.53137289499864, ms=00050}
22:49:13.869750 run mass: MS performed LU {at=3857082.163496525, lu_delay=6.128459069877863, ms=00048}
22:49:13.898718 run osmo-ms-mob/00067: Starting mobile
22:49:13.911822 run osmo-ms-mob/00067(pid=202): Launched
22:49:13.922770 run mass: MS start registered {at=3857082.216597937, delay=0.0046123238280415535, ms=00067}
22:49:13.961352 run mass: MS performed LU {at=3857082.255086932, lu_delay=5.506445300765336, ms=00051}
22:49:14.159822 run mass: MS performed LU {at=3857082.453547332, lu_delay=6.159605595748872, ms=00049}
22:49:14.189041 run osmo-ms-mob/00068: Starting mobile
22:49:14.202486 run osmo-ms-mob/00068(pid=203): Launched
22:49:14.208595 run mass: MS performed LU {at=3857082.502430288, lu_delay=5.698881355114281, ms=00052}
22:49:14.214632 run mass: MS start registered {at=3857082.508474434, delay=0.00606186781078577, ms=00068}
22:49:14.691285 run osmo-ms-mob/00069: Starting mobile
22:49:14.705576 run osmo-ms-mob/00069(pid=204): Launched
22:49:14.717209 run mass: MS start registered {at=3857083.011033944, delay=0.005482714623212814, ms=00069}
22:49:15.014732 run mass: MS performed LU {at=3857083.308466292, lu_delay=4.90812694421038, ms=00056}
22:49:15.044722 run osmo-ms-mob/00070: Starting mobile
22:49:15.058462 run osmo-ms-mob/00070(pid=205): Launched
22:49:15.070137 run mass: MS start registered {at=3857083.363961039, delay=0.005265173967927694, ms=00070}
22:49:15.505809 run osmo-ms-mob/00071: Starting mobile
22:49:15.520923 run osmo-ms-mob/00071(pid=206): Launched
22:49:15.532106 run mass: MS start registered {at=3857083.825931984, delay=0.005119232926517725, ms=00071}
22:49:15.696842 run mass: MS performed LU {at=3857083.990575714, lu_delay=4.783241922035813, ms=00058}
22:49:15.733445 run mass: MS performed LU {at=3857084.027184131, lu_delay=5.498607772868127, ms=00057}
22:49:15.778125 run osmo-ms-mob/00072: Starting mobile
22:49:15.791302 run osmo-ms-mob/00072(pid=207): Launched
22:49:15.802228 run mass: MS start registered {at=3857084.09603175, delay=0.004702670965343714, ms=00072}
22:49:15.862843 run mass: MS performed LU {at=3857084.1565917, lu_delay=4.650855134706944, ms=00059}
22:49:16.025289 run mass: MS performed LU {at=3857084.319020246, lu_delay=6.407818944193423, ms=00054}
22:49:16.315821 run osmo-ms-mob/00073: Starting mobile
22:49:16.331774 run osmo-ms-mob/00073(pid=208): Launched
22:49:16.343146 run mass: MS start registered {at=3857084.636978495, delay=0.004888910800218582, ms=00073}
22:49:16.686805 run osmo-ms-mob/00074: Starting mobile
22:49:16.700794 run osmo-ms-mob/00074(pid=209): Launched
22:49:16.712339 run mass: MS start registered {at=3857085.006149571, delay=0.0054817888885736465, ms=00074}
22:49:17.090179 run osmo-ms-mob/00075: Starting mobile
22:49:17.103816 run osmo-ms-mob/00075(pid=210): Launched
22:49:17.115620 run mass: MS start registered {at=3857085.409446987, delay=0.005752554628998041, ms=00075}
22:49:17.599569 run osmo-ms-mob/00076: Starting mobile
22:49:17.616568 run osmo-ms-mob/00076(pid=211): Launched
22:49:17.622644 run mass: MS performed LU {at=3857085.916478606, lu_delay=6.121247569099069, ms=00060}
22:49:17.628458 run mass: MS start registered {at=3857085.922300376, delay=0.005840390920639038, ms=00076}
22:49:17.681600 run mass: MS performed LU {at=3857085.975305373, lu_delay=5.678846711758524, ms=00062}
22:49:17.727397 run mass: MS performed LU {at=3857086.0211322, lu_delay=4.809024289250374, ms=00064}
22:49:17.750119 run osmo-ms-mob/00077: Starting mobile
22:49:17.763103 run osmo-ms-mob/00077(pid=212): Launched
22:49:17.773908 run mass: MS start registered {at=3857086.06773808, delay=0.0047219861298799515, ms=00077}
22:49:17.872202 run mass: MS performed LU {at=3857086.165932279, lu_delay=5.928523791953921, ms=00061}
22:49:17.944320 run mass: MS performed LU {at=3857086.238046325, lu_delay=4.630058764014393, ms=00065}
22:49:18.507023 run osmo-ms-mob/00078: Starting mobile
22:49:18.522175 run osmo-ms-mob/00078(pid=213): Launched
22:49:18.533834 run mass: MS start registered {at=3857086.827656192, delay=0.005619496572762728, ms=00078}
22:49:18.875549 run osmo-ms-mob/00079: Starting mobile
22:49:18.888723 run osmo-ms-mob/00079(pid=214): Launched
22:49:18.899556 run mass: MS start registered {at=3857087.193384216, delay=0.0048306663520634174, ms=00079}
22:49:19.398705 run osmo-ms-mob/00080: Starting mobile
22:49:19.414910 run osmo-ms-mob/00080(pid=215): Launched
22:49:19.425703 run mass: MS start registered {at=3857087.719533052, delay=0.004826277028769255, ms=00080}
22:49:19.582849 run mass: MS performed LU {at=3857087.876575607, lu_delay=5.982200390659273, ms=00066}
22:49:19.629003 run mass: MS performed LU {at=3857087.922758735, lu_delay=5.706160797737539, ms=00067}
22:49:19.698061 run mass: MS performed LU {at=3857087.991787723, lu_delay=5.483313289005309, ms=00068}
22:49:19.740317 run osmo-ms-mob/00081: Starting mobile
22:49:19.754088 run osmo-ms-mob/00081(pid=216): Launched
22:49:19.760079 run mass: MS performed LU {at=3857088.053913656, lu_delay=4.689952617045492, ms=00070}
22:49:19.765813 run mass: MS start registered {at=3857088.059656318, delay=0.005760599859058857, ms=00081}
22:49:19.771934 run mass: MS performed LU {at=3857088.065771306, lu_delay=5.054737362079322, ms=00069}
22:49:20.311211 run osmo-ms-mob/00082: Starting mobile
22:49:20.326889 run osmo-ms-mob/00082(pid=217): Launched
22:49:20.337811 run mass: MS start registered {at=3857088.631636981, delay=0.0049773650243878365, ms=00082}
22:49:20.889187 run osmo-ms-mob/00083: Starting mobile
22:49:20.903269 run osmo-ms-mob/00083(pid=218): Launched
22:49:20.914157 run mass: MS start registered {at=3857089.207979278, delay=0.004725676961243153, ms=00083}
22:49:21.364676 run mass: MS performed LU {at=3857089.658400308, lu_delay=5.562368557788432, ms=00072}
22:49:21.421399 run osmo-ms-mob/00084: Starting mobile
22:49:21.436410 run osmo-ms-mob/00084(pid=219): Launched
22:49:21.446510 run mass: MS performed LU {at=3857089.740321083, lu_delay=5.103342588059604, ms=00073}
22:49:21.453020 run mass: MS start registered {at=3857089.746862349, delay=0.010645869188010693, ms=00084}
22:49:21.493315 run mass: MS performed LU {at=3857089.787039205, lu_delay=4.780889634042978, ms=00074}
22:49:21.637532 run mass: MS performed LU {at=3857089.931256325, lu_delay=6.105324340984225, ms=00071}
22:49:21.899631 run osmo-ms-mob/00085: Starting mobile
22:49:21.916126 run osmo-ms-mob/00085(pid=220): Launched
22:49:21.927129 run mass: MS start registered {at=3857090.220957994, delay=0.004609623923897743, ms=00085}
22:49:22.476605 run osmo-ms-mob/00086: Starting mobile
22:49:22.489637 run osmo-ms-mob/00086(pid=221): Launched
22:49:22.500776 run mass: MS start registered {at=3857090.794602307, delay=0.005133972968906164, ms=00086}
22:49:23.108312 run osmo-ms-mob/00087: Starting mobile
22:49:23.125635 run osmo-ms-mob/00087(pid=222): Launched
22:49:23.136362 run mass: MS start registered {at=3857091.430190027, delay=0.004597584251314402, ms=00087}
22:49:23.228798 run mass: MS performed LU {at=3857091.52252931, lu_delay=5.454791230149567, ms=00077}
22:49:23.265097 run mass: MS performed LU {at=3857091.558822726, lu_delay=4.365438509732485, ms=00079}
22:49:23.395765 run mass: MS performed LU {at=3857091.689491296, lu_delay=5.767190920189023, ms=00076}
22:49:23.539338 run mass: MS performed LU {at=3857091.833040934, lu_delay=5.005384742282331, ms=00078}
22:49:23.700406 run osmo-ms-mob/00088: Starting mobile
22:49:23.717698 run osmo-ms-mob/00088(pid=223): Launched
22:49:23.729190 run mass: MS start registered {at=3857092.023011538, delay=0.005506036337465048, ms=00088}
22:49:24.275531 run osmo-ms-mob/00089: Starting mobile
22:49:24.288713 run osmo-ms-mob/00089(pid=224): Launched
22:49:24.294773 run mass: MS performed LU {at=3857092.588607323, lu_delay=7.17916033603251, ms=00075}
22:49:24.300535 run mass: MS start registered {at=3857092.59437773, delay=0.005787867121398449, ms=00089}
22:49:24.895800 run osmo-ms-mob/00090: Starting mobile
22:49:24.912367 run osmo-ms-mob/00090(pid=225): Launched
22:49:24.923164 run mass: MS start registered {at=3857093.216992762, delay=0.0047160000540316105, ms=00090}
22:49:25.130827 run mass: MS performed LU {at=3857093.424552647, lu_delay=5.3648963291198015, ms=00081}
22:49:25.168286 run mass: MS performed LU {at=3857093.462030942, lu_delay=5.742497890256345, ms=00080}
22:49:25.259805 run mass: MS performed LU {at=3857093.553532403, lu_delay=4.921895422041416, ms=00082}
22:49:25.608166 run osmo-ms-mob/00091: Starting mobile
22:49:25.625971 run osmo-ms-mob/00091(pid=226): Launched
22:49:25.636880 run mass: MS start registered {at=3857093.930696003, delay=0.004937733057886362, ms=00091}
22:49:26.275045 run osmo-ms-mob/00092: Starting mobile
22:49:26.288037 run osmo-ms-mob/00092(pid=227): Launched
22:49:26.299615 run mass: MS start registered {at=3857094.593435199, delay=0.005539521109312773, ms=00092}
22:49:26.994709 run mass: MS performed LU {at=3857095.288432779, lu_delay=5.541570429690182, ms=00084}
22:49:27.037424 run osmo-ms-mob/00093: Starting mobile
22:49:27.053473 run osmo-ms-mob/00093(pid=228): Launched
22:49:27.059514 run mass: MS performed LU {at=3857095.353348039, lu_delay=4.55874573206529, ms=00086}
22:49:27.065280 run mass: MS start registered {at=3857095.359122356, delay=0.0057928189635276794, ms=00093}
22:49:27.161358 run mass: MS performed LU {at=3857095.455084541, lu_delay=6.247105262707919, ms=00083}
22:49:27.304475 run mass: MS performed LU {at=3857095.598165674, lu_delay=5.377207680139691, ms=00085}
22:49:27.985710 run osmo-ms-mob/00094: Starting mobile
22:49:27.999845 run osmo-ms-mob/00094(pid=229): Launched
22:49:28.011325 run mass: MS start registered {at=3857096.305148211, delay=0.005492005031555891, ms=00094}
22:49:28.908776 run osmo-ms-mob/00095: Starting mobile
22:49:28.925155 run osmo-ms-mob/00095(pid=230): Launched
22:49:28.931187 run mass: MS performed LU {at=3857097.225022304, lu_delay=22.696321710944176, ms=00043}
22:49:28.937411 run mass: MS start registered {at=3857097.231252158, delay=0.006247618235647678, ms=00095}
22:49:28.979190 run mass: MS performed LU {at=3857097.272917506, lu_delay=5.842727478593588, ms=00087}
22:49:29.025635 run mass: MS performed LU {at=3857097.319362832, lu_delay=5.296351293567568, ms=00088}
22:49:29.169818 run mass: MS performed LU {at=3857097.463544212, lu_delay=4.8691664817743, ms=00089}
22:49:29.885797 run osmo-ms-mob/00096: Starting mobile
22:49:29.899761 run osmo-ms-mob/00096(pid=231): Launched
22:49:29.910670 run mass: MS start registered {at=3857098.204496527, delay=0.004881582222878933, ms=00096}
22:49:30.880353 run mass: MS performed LU {at=3857099.17407777, lu_delay=5.243381767068058, ms=00091}
22:49:30.895081 run osmo-ms-mob/00097: Starting mobile
22:49:30.907919 run osmo-ms-mob/00097(pid=232): Launched
22:49:30.918709 run mass: MS start registered {at=3857099.212538846, delay=0.004838326945900917, ms=00097}
22:49:30.926007 run mass: MS performed LU {at=3857099.219840127, lu_delay=4.626404928043485, ms=00092}
22:49:30.995503 run mass: MS performed LU {at=3857099.28922859, lu_delay=6.072235828265548, ms=00090}
22:49:32.289218 run osmo-ms-mob/00098: Starting mobile
22:49:32.302947 run osmo-ms-mob/00098(pid=233): Launched
22:49:32.313620 run mass: MS start registered {at=3857100.60744839, delay=0.00475170137360692, ms=00098}
22:49:32.745369 run mass: MS performed LU {at=3857101.039099166, lu_delay=4.7339509553276, ms=00094}
22:49:32.791678 run mass: MS performed LU {at=3857101.085406265, lu_delay=5.726283909287304, ms=00093}
22:49:33.132801 run mass: MS performed LU {at=3857101.426527302, lu_delay=23.232569102663547, ms=00055}
22:49:34.098783 run osmo-ms-mob/00099: Starting mobile
22:49:34.117505 run osmo-ms-mob/00099(pid=234): Launched
22:49:34.123454 run mass: All started... {duration=55.758116437122226, too_slow=0}
22:49:34.129400 run mass: MS start registered {at=3857102.423234458, delay=0.0059379409067332745, ms=00099}
22:49:34.646664 run mass: MS performed LU {at=3857102.940389414, lu_delay=5.709137255791575, ms=00095}
22:49:34.692657 run mass: MS performed LU {at=3857102.986382834, lu_delay=4.781886307056993, ms=00096}
22:49:34.761677 run mass: MS performed LU {at=3857103.05540484, lu_delay=22.449390828143805, ms=00063}
22:49:36.511395 run mass: MS performed LU {at=3857104.805085368, lu_delay=5.592546522151679, ms=00097}
22:49:38.412026 run mass: MS performed LU {at=3857106.705750015, lu_delay=6.098301624879241, ms=00098}
22:49:40.277914 run mass: MS performed LU {at=3857108.571638304, lu_delay=6.148403845727444, ms=00099}
22:49:40.300510 run mass: Tests done {all_completed=True, max=23.232569102663547, min=3.79954265197739}
22:49:40.306178 tst register_default_mass.py: Test passed (81.1 sec)
22:49:40.311383 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:40.314564 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:40.317679 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:40.320860 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:40.324002 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:40.327226 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:40.330412 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:40.333590 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:40.336752 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:40.340165 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:40.343317 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:40.346490 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:40.349717 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:40.353358 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:40.356662 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:40.359994 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:40.363351 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:40.366686 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:40.370140 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:40.373458 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:40.376769 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:40.380018 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:40.383287 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:40.386524 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:40.389812 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:40.393129 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:40.396465 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:40.399702 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:40.403304 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:40.406920 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:40.410201 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:40.413512 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:40.416773 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:40.420608 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:40.424361 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:40.427745 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:40.430995 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:40.434300 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:40.438556 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:40.441968 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:40.445411 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:40.448732 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:40.452315 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:40.455616 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:40.458818 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:40.462084 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:40.465969 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:40.469380 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:40.473259 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:40.476714 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:40.480354 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:40.483726 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:40.486977 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:40.490214 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:40.493492 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:40.496706 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:40.500004 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:40.503215 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:40.506546 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:40.509809 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:40.513259 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:40.516574 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:40.519803 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:40.523032 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:40.526272 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:40.529592 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:40.532926 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:40.536212 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:40.539770 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:40.543539 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:40.546804 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:40.550096 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:40.553319 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:40.556865 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:40.560411 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:40.563900 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:40.567118 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:40.570448 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:40.573783 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:40.577135 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:40.580468 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:40.583816 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:40.587182 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:40.590534 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:40.594315 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:40.597668 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:40.601009 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:40.604357 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:40.607751 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:40.611113 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:40.614452 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:40.617778 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:40.621126 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:40.624473 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:40.627821 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:40.631173 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:40.634522 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:40.637858 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:40.641212 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:40.644554 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:40.648295 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:40.652036 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:40.655716 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:40.659316 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:40.662641 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:40.665980 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:40.669340 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:40.672689 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:40.676020 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:40.679351 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:40.682688 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:40.686023 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:40.689364 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:40.692687 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:40.696613 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:40.699960 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:40.703300 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:40.706621 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:40.709947 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:40.713271 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:40.716596 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:40.719918 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:40.723198 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:40.726391 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:40.729563 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:40.732764 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:40.735970 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:40.739175 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:40.742413 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:40.745652 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:40.748882 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:40.752134 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:40.755365 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:40.758597 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:40.761824 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:40.765052 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:40.768276 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:40.771510 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:40.774759 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:40.778007 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:40.781237 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:40.784474 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:40.787721 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:40.790960 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:40.794203 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:40.797384 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:40.800585 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:40.803782 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:40.806982 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:40.810199 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:40.813379 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:40.816570 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:40.819769 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:40.822961 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:40.826156 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:40.829360 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:40.832544 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:40.835735 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:40.838928 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:40.842109 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:40.845321 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:40.848506 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:40.851707 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:40.854888 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:40.858078 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:40.861267 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:40.864453 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:40.867663 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:40.870851 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:40.874048 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:40.877245 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:40.880436 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:40.883623 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:40.886815 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:40.890006 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:40.893203 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:40.896398 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:40.899585 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:40.902775 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:40.905950 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:40.909138 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:40.912328 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:40.915521 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:40.918707 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:40.921897 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:40.925086 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:40.928278 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:40.931461 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:40.934639 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:40.937827 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:40.941027 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:40.944207 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:40.947391 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:40.950575 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:40.953742 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:40.956932 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:40.960116 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:40.963303 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:40.966488 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:40.969668 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:40.972858 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:40.976053 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:40.979248 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:40.982425 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:40.985610 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:40.988798 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:40.991983 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:40.995163 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:40.998345 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:41.001536 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:41.004723 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:41.007911 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:41.011098 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:41.014288 --- ParallelTerminationStrategy: PID 22 died...
22:49:41.015731 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:41.019262 --- ParallelTerminationStrategy: PID 23 died...
22:49:41.020690 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:41.024207 --- ParallelTerminationStrategy: PID 24 died...
22:49:41.025644 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:41.029174 --- ParallelTerminationStrategy: PID 25 died...
22:49:41.030617 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:41.034140 --- ParallelTerminationStrategy: PID 26 died...
22:49:41.035596 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:41.039157 --- ParallelTerminationStrategy: PID 27 died...
22:49:41.040598 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:41.044143 --- ParallelTerminationStrategy: PID 28 died...
22:49:41.045582 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:41.049152 --- ParallelTerminationStrategy: PID 29 died...
22:49:41.050615 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:41.054179 --- ParallelTerminationStrategy: PID 30 died...
22:49:41.055642 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:41.059173 --- ParallelTerminationStrategy: PID 31 died...
22:49:41.060622 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:41.064193 --- ParallelTerminationStrategy: PID 32 died...
22:49:41.065644 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:41.069229 --- ParallelTerminationStrategy: PID 33 died...
22:49:41.070690 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:41.074270 --- ParallelTerminationStrategy: PID 35 died...
22:49:41.075713 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:41.079267 --- ParallelTerminationStrategy: PID 36 died...
22:49:41.080710 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:41.084260 --- ParallelTerminationStrategy: PID 37 died...
22:49:41.085694 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:41.089265 --- ParallelTerminationStrategy: PID 38 died...
22:49:41.090723 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:41.094261 --- ParallelTerminationStrategy: PID 39 died...
22:49:41.095701 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:41.099288 --- ParallelTerminationStrategy: PID 40 died...
22:49:41.100745 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:41.104316 --- ParallelTerminationStrategy: PID 41 died...
22:49:41.105768 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:41.109338 --- ParallelTerminationStrategy: PID 42 died...
22:49:41.110818 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:41.114379 --- ParallelTerminationStrategy: PID 43 died...
22:49:41.115849 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:41.119544 --- ParallelTerminationStrategy: PID 44 died...
22:49:41.121048 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:41.124722 --- ParallelTerminationStrategy: PID 45 died...
22:49:41.126239 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:41.129919 --- ParallelTerminationStrategy: PID 46 died...
22:49:41.131417 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:41.135107 --- ParallelTerminationStrategy: PID 47 died...
22:49:41.136606 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:41.140270 --- ParallelTerminationStrategy: PID 48 died...
22:49:41.141759 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:41.145439 --- ParallelTerminationStrategy: PID 49 died...
22:49:41.146938 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:41.150615 --- ParallelTerminationStrategy: PID 50 died...
22:49:41.152100 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:41.155785 --- ParallelTerminationStrategy: PID 51 died...
22:49:41.157268 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:41.160948 --- ParallelTerminationStrategy: PID 52 died...
22:49:41.162439 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:41.166109 --- ParallelTerminationStrategy: PID 53 died...
22:49:41.167610 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:41.171285 --- ParallelTerminationStrategy: PID 54 died...
22:49:41.172779 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:41.176467 --- ParallelTerminationStrategy: PID 55 died...
22:49:41.177961 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:41.181635 --- ParallelTerminationStrategy: PID 56 died...
22:49:41.183151 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:41.186820 --- ParallelTerminationStrategy: PID 57 died...
22:49:41.188308 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:41.191979 --- ParallelTerminationStrategy: PID 58 died...
22:49:41.193467 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:41.197159 --- ParallelTerminationStrategy: PID 59 died...
22:49:41.198648 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:41.202336 --- ParallelTerminationStrategy: PID 60 died...
22:49:41.203818 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:41.207487 --- ParallelTerminationStrategy: PID 61 died...
22:49:41.208969 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:41.212649 --- ParallelTerminationStrategy: PID 62 died...
22:49:41.214137 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:41.217843 --- ParallelTerminationStrategy: PID 63 died...
22:49:41.219332 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:41.223021 --- ParallelTerminationStrategy: PID 64 died...
22:49:41.224509 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:41.228209 --- ParallelTerminationStrategy: PID 65 died...
22:49:41.229703 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:41.233383 --- ParallelTerminationStrategy: PID 66 died...
22:49:41.234873 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:41.238565 --- ParallelTerminationStrategy: PID 67 died...
22:49:41.240057 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:41.243775 --- ParallelTerminationStrategy: PID 68 died...
22:49:41.245275 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:41.248961 --- ParallelTerminationStrategy: PID 69 died...
22:49:41.250469 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:41.254141 --- ParallelTerminationStrategy: PID 70 died...
22:49:41.255636 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:41.259329 --- ParallelTerminationStrategy: PID 71 died...
22:49:41.260820 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:41.264510 --- ParallelTerminationStrategy: PID 72 died...
22:49:41.266003 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:41.269702 --- ParallelTerminationStrategy: PID 73 died...
22:49:41.271197 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:41.274895 --- ParallelTerminationStrategy: PID 74 died...
22:49:41.276384 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:41.280115 --- ParallelTerminationStrategy: PID 75 died...
22:49:41.281611 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:41.285305 --- ParallelTerminationStrategy: PID 76 died...
22:49:41.286800 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:41.290481 --- ParallelTerminationStrategy: PID 77 died...
22:49:41.291971 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:41.295660 --- ParallelTerminationStrategy: PID 78 died...
22:49:41.297152 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:41.300841 --- ParallelTerminationStrategy: PID 79 died...
22:49:41.302364 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:41.306044 --- ParallelTerminationStrategy: PID 80 died...
22:49:41.307550 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:41.311233 --- ParallelTerminationStrategy: PID 81 died...
22:49:41.312719 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:41.316415 --- ParallelTerminationStrategy: PID 82 died...
22:49:41.317903 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:41.321594 --- ParallelTerminationStrategy: PID 83 died...
22:49:41.323092 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:41.326807 --- ParallelTerminationStrategy: PID 84 died...
22:49:41.328294 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:41.331977 --- ParallelTerminationStrategy: PID 85 died...
22:49:41.333469 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:41.337176 --- ParallelTerminationStrategy: PID 86 died...
22:49:41.338685 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:41.342372 --- ParallelTerminationStrategy: PID 87 died...
22:49:41.343865 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:41.347556 --- ParallelTerminationStrategy: PID 88 died...
22:49:41.349052 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:41.352770 --- ParallelTerminationStrategy: PID 89 died...
22:49:41.354272 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:41.357953 --- ParallelTerminationStrategy: PID 90 died...
22:49:41.359452 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:41.363137 --- ParallelTerminationStrategy: PID 91 died...
22:49:41.364630 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:41.368327 --- ParallelTerminationStrategy: PID 92 died...
22:49:41.369820 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:41.373520 --- ParallelTerminationStrategy: PID 93 died...
22:49:41.375043 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:41.378728 --- ParallelTerminationStrategy: PID 94 died...
22:49:41.380222 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:41.383913 --- ParallelTerminationStrategy: PID 95 died...
22:49:41.385409 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:41.389099 --- ParallelTerminationStrategy: PID 96 died...
22:49:41.390588 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:41.394264 --- ParallelTerminationStrategy: PID 97 died...
22:49:41.395758 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:41.399459 --- ParallelTerminationStrategy: PID 98 died...
22:49:41.400949 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:41.404651 --- ParallelTerminationStrategy: PID 99 died...
22:49:41.406133 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:41.409824 --- ParallelTerminationStrategy: PID 100 died...
22:49:41.411355 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:41.415045 --- ParallelTerminationStrategy: PID 101 died...
22:49:41.416536 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:41.420210 --- ParallelTerminationStrategy: PID 102 died...
22:49:41.421704 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:41.425394 --- ParallelTerminationStrategy: PID 103 died...
22:49:41.426893 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:41.430572 --- ParallelTerminationStrategy: PID 104 died...
22:49:41.432067 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:41.435790 --- ParallelTerminationStrategy: PID 105 died...
22:49:41.437281 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:41.440971 --- ParallelTerminationStrategy: PID 106 died...
22:49:41.442469 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:41.446173 --- ParallelTerminationStrategy: PID 107 died...
22:49:41.447666 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:41.451350 --- ParallelTerminationStrategy: PID 108 died...
22:49:41.452837 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:41.456529 --- ParallelTerminationStrategy: PID 109 died...
22:49:41.458021 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:41.461718 --- ParallelTerminationStrategy: PID 110 died...
22:49:41.463216 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:41.466911 --- ParallelTerminationStrategy: PID 111 died...
22:49:41.468404 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:41.472122 --- ParallelTerminationStrategy: PID 112 died...
22:49:41.473626 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:41.477304 --- ParallelTerminationStrategy: PID 113 died...
22:49:41.478805 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:41.482491 --- ParallelTerminationStrategy: PID 114 died...
22:49:41.483978 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:41.487689 --- ParallelTerminationStrategy: PID 115 died...
22:49:41.489182 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:41.492869 --- ParallelTerminationStrategy: PID 116 died...
22:49:41.494378 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:41.498047 --- ParallelTerminationStrategy: PID 117 died...
22:49:41.499542 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:41.503247 --- ParallelTerminationStrategy: PID 118 died...
22:49:41.504741 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:41.508430 --- ParallelTerminationStrategy: PID 119 died...
22:49:41.509925 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:41.513622 --- ParallelTerminationStrategy: PID 120 died...
22:49:41.515120 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:41.518820 --- ParallelTerminationStrategy: PID 121 died...
22:49:41.520304 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:41.523985 --- ParallelTerminationStrategy: PID 122 died...
22:49:41.525474 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:41.529160 --- ParallelTerminationStrategy: PID 123 died...
22:49:41.530669 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:41.534366 --- ParallelTerminationStrategy: PID 124 died...
22:49:41.535862 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:41.539582 --- ParallelTerminationStrategy: PID 125 died...
22:49:41.541074 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:41.544776 --- ParallelTerminationStrategy: PID 126 died...
22:49:41.546284 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:41.549973 --- ParallelTerminationStrategy: PID 127 died...
22:49:41.551471 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:41.555174 --- ParallelTerminationStrategy: PID 128 died...
22:49:41.556661 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:41.560369 --- ParallelTerminationStrategy: PID 129 died...
22:49:41.561863 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:41.565565 --- ParallelTerminationStrategy: PID 130 died...
22:49:41.567068 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:41.570768 --- ParallelTerminationStrategy: PID 131 died...
22:49:41.572265 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:41.575967 --- ParallelTerminationStrategy: PID 132 died...
22:49:41.577461 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:41.581163 --- ParallelTerminationStrategy: PID 133 died...
22:49:41.582656 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:41.586356 --- ParallelTerminationStrategy: PID 134 died...
22:49:41.587863 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:41.591552 --- ParallelTerminationStrategy: PID 135 died...
22:49:41.593041 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:41.596745 --- ParallelTerminationStrategy: PID 136 died...
22:49:41.598249 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:41.601960 --- ParallelTerminationStrategy: PID 137 died...
22:49:41.603457 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:41.607156 --- ParallelTerminationStrategy: PID 138 died...
22:49:41.608655 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:41.612388 --- ParallelTerminationStrategy: PID 139 died...
22:49:41.613896 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:41.617595 --- ParallelTerminationStrategy: PID 140 died...
22:49:41.619092 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:41.622809 --- ParallelTerminationStrategy: PID 141 died...
22:49:41.624299 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:41.627996 --- ParallelTerminationStrategy: PID 142 died...
22:49:41.629490 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:41.633206 --- ParallelTerminationStrategy: PID 143 died...
22:49:41.634698 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:41.638408 --- ParallelTerminationStrategy: PID 144 died...
22:49:41.639901 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:41.643621 --- ParallelTerminationStrategy: PID 145 died...
22:49:41.645109 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:41.648831 --- ParallelTerminationStrategy: PID 146 died...
22:49:41.650330 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:41.654032 --- ParallelTerminationStrategy: PID 147 died...
22:49:41.655540 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:41.659242 --- ParallelTerminationStrategy: PID 148 died...
22:49:41.660741 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:41.664480 --- ParallelTerminationStrategy: PID 149 died...
22:49:41.665981 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:41.669691 --- ParallelTerminationStrategy: PID 150 died...
22:49:41.671195 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:41.674915 --- ParallelTerminationStrategy: PID 151 died...
22:49:41.676410 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:41.680110 --- ParallelTerminationStrategy: PID 152 died...
22:49:41.681603 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:41.685320 --- ParallelTerminationStrategy: PID 153 died...
22:49:41.686821 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:41.690522 --- ParallelTerminationStrategy: PID 154 died...
22:49:41.692012 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:41.695722 --- ParallelTerminationStrategy: PID 155 died...
22:49:41.697217 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:41.700942 --- ParallelTerminationStrategy: PID 156 died...
22:49:41.702435 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:41.706132 --- ParallelTerminationStrategy: PID 157 died...
22:49:41.707646 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:41.711356 --- ParallelTerminationStrategy: PID 158 died...
22:49:41.712855 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:41.716586 --- ParallelTerminationStrategy: PID 159 died...
22:49:41.718086 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:41.721795 --- ParallelTerminationStrategy: PID 160 died...
22:49:41.723306 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:41.727019 --- ParallelTerminationStrategy: PID 161 died...
22:49:41.728517 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:41.732234 --- ParallelTerminationStrategy: PID 162 died...
22:49:41.733732 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:41.737450 --- ParallelTerminationStrategy: PID 163 died...
22:49:41.738953 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:41.742666 --- ParallelTerminationStrategy: PID 164 died...
22:49:41.744154 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:41.747872 --- ParallelTerminationStrategy: PID 165 died...
22:49:41.749364 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:41.753104 --- ParallelTerminationStrategy: PID 166 died...
22:49:41.754607 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:41.758325 --- ParallelTerminationStrategy: PID 167 died...
22:49:41.759812 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:41.763524 --- ParallelTerminationStrategy: PID 168 died...
22:49:41.765022 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:41.768741 --- ParallelTerminationStrategy: PID 169 died...
22:49:41.770246 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:41.773954 --- ParallelTerminationStrategy: PID 170 died...
22:49:41.775461 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:41.779181 --- ParallelTerminationStrategy: PID 171 died...
22:49:41.780674 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:41.784390 --- ParallelTerminationStrategy: PID 172 died...
22:49:41.785886 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:41.789600 --- ParallelTerminationStrategy: PID 173 died...
22:49:41.791105 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:41.794810 --- ParallelTerminationStrategy: PID 174 died...
22:49:41.796303 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:41.800026 --- ParallelTerminationStrategy: PID 175 died...
22:49:41.801525 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:41.805261 --- ParallelTerminationStrategy: PID 176 died...
22:49:41.806773 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:41.810485 --- ParallelTerminationStrategy: PID 177 died...
22:49:41.811977 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:41.815690 --- ParallelTerminationStrategy: PID 178 died...
22:49:41.817179 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:41.820895 --- ParallelTerminationStrategy: PID 179 died...
22:49:41.822399 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:41.826113 --- ParallelTerminationStrategy: PID 180 died...
22:49:41.827613 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:41.831333 --- ParallelTerminationStrategy: PID 181 died...
22:49:41.832822 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:41.836538 --- ParallelTerminationStrategy: PID 182 died...
22:49:41.838038 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:41.841756 --- ParallelTerminationStrategy: PID 183 died...
22:49:41.843264 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:41.846984 --- ParallelTerminationStrategy: PID 184 died...
22:49:41.848477 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:41.852194 --- ParallelTerminationStrategy: PID 185 died...
22:49:41.853692 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:41.857414 --- ParallelTerminationStrategy: PID 186 died...
22:49:41.858909 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:41.862624 --- ParallelTerminationStrategy: PID 187 died...
22:49:41.864108 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:41.867822 --- ParallelTerminationStrategy: PID 188 died...
22:49:41.869316 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:41.873039 --- ParallelTerminationStrategy: PID 189 died...
22:49:41.874545 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:41.878255 --- ParallelTerminationStrategy: PID 190 died...
22:49:41.879747 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:41.883466 --- ParallelTerminationStrategy: PID 191 died...
22:49:41.884961 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:41.888682 --- ParallelTerminationStrategy: PID 192 died...
22:49:41.890179 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:41.893880 --- ParallelTerminationStrategy: PID 193 died...
22:49:41.895377 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:41.899077 --- ParallelTerminationStrategy: PID 194 died...
22:49:41.900566 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:41.904272 --- ParallelTerminationStrategy: PID 195 died...
22:49:41.905765 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:41.909476 --- ParallelTerminationStrategy: PID 196 died...
22:49:41.910979 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:41.914701 --- ParallelTerminationStrategy: PID 197 died...
22:49:41.916198 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:41.919925 --- ParallelTerminationStrategy: PID 198 died...
22:49:41.921416 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:41.925127 --- ParallelTerminationStrategy: PID 199 died...
22:49:41.926637 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:41.930365 --- ParallelTerminationStrategy: PID 200 died...
22:49:41.931853 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:41.935585 --- ParallelTerminationStrategy: PID 201 died...
22:49:41.937074 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:41.940795 --- ParallelTerminationStrategy: PID 202 died...
22:49:41.942296 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:41.946019 --- ParallelTerminationStrategy: PID 203 died...
22:49:41.947522 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:41.951232 --- ParallelTerminationStrategy: PID 204 died...
22:49:41.952733 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:41.956462 --- ParallelTerminationStrategy: PID 205 died...
22:49:41.957963 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:41.961686 --- ParallelTerminationStrategy: PID 206 died...
22:49:41.963190 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:41.966919 --- ParallelTerminationStrategy: PID 207 died...
22:49:41.968415 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:41.972143 --- ParallelTerminationStrategy: PID 208 died...
22:49:41.973639 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:41.977366 --- ParallelTerminationStrategy: PID 209 died...
22:49:41.978865 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:41.982594 --- ParallelTerminationStrategy: PID 210 died...
22:49:41.984089 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:41.987811 --- ParallelTerminationStrategy: PID 211 died...
22:49:41.989306 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:41.993048 --- ParallelTerminationStrategy: PID 212 died...
22:49:41.994552 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:41.998280 --- ParallelTerminationStrategy: PID 213 died...
22:49:41.999780 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:42.003505 --- ParallelTerminationStrategy: PID 214 died...
22:49:42.005003 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:42.008731 --- ParallelTerminationStrategy: PID 215 died...
22:49:42.010237 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:42.013956 --- ParallelTerminationStrategy: PID 216 died...
22:49:42.015476 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:42.019208 --- ParallelTerminationStrategy: PID 217 died...
22:49:42.020699 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:42.024424 --- ParallelTerminationStrategy: PID 218 died...
22:49:42.025922 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:42.029644 --- ParallelTerminationStrategy: PID 219 died...
22:49:42.031151 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:42.034868 --- ParallelTerminationStrategy: PID 220 died...
22:49:42.036369 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:42.040095 --- ParallelTerminationStrategy: PID 221 died...
22:49:42.041594 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:42.045321 --- ParallelTerminationStrategy: PID 222 died...
22:49:42.046787 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:42.050350 --- ParallelTerminationStrategy: PID 223 died...
22:49:42.051806 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:42.055397 --- ParallelTerminationStrategy: PID 224 died...
22:49:42.056831 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:42.060410 --- ParallelTerminationStrategy: PID 225 died...
22:49:42.061852 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:42.065439 --- ParallelTerminationStrategy: PID 226 died...
22:49:42.066881 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:42.070464 --- ParallelTerminationStrategy: PID 227 died...
22:49:42.071900 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:42.075474 --- ParallelTerminationStrategy: PID 228 died...
22:49:42.076909 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:42.080479 --- ParallelTerminationStrategy: PID 229 died...
22:49:42.081921 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:42.085503 --- ParallelTerminationStrategy: PID 230 died...
22:49:42.087062 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:42.090662 --- ParallelTerminationStrategy: PID 231 died...
22:49:42.092105 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:42.095687 --- ParallelTerminationStrategy: PID 232 died...
22:49:42.097121 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:42.100697 --- ParallelTerminationStrategy: PID 233 died...
22:49:42.102135 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:42.105708 --- ParallelTerminationStrategy: PID 234 died...
22:49:42.107157 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:45.511379 --- ParallelTerminationStrategy: PID 34 died...
22:49:45.517402 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8379 netreg_mass PASS
---------------------------------------------------------------------
22:49:45.596242 tst trial-8379: Storing JUnit report in /build/trial-8379/run.2026-07-01_22-48-18/trial-8379.xml
--------------------------------------------------------------------------------------------
trial-8379 PASS
--------------------------------------------------------------------------------------------
22:49:45.606436 tst trial-8379: trial-8379: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8379/inst
+ cd trial-8379
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-07-01 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8379-run.tgz run.2026-07-01_22-48-18
+ tar czf /build/trial-8379-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-07-01_13_28_44.tgz osmo-bts-oc2g.build-2026-07-01_00_51_51.tgz osmo-bts-sysmo.build-2026-07-01_00_51_47.tgz osmo-bts.build-2026-07-01_00_51_51.tgz osmo-ggsn.build-2026-07-01_20_43_02.tgz osmo-hlr.build-2026-07-01_16_36_49.tgz osmo-hnbgw.build-2026-07-01_13_29_59.tgz osmo-mgw.build-2026-07-01_08_33_08.tgz osmo-msc.build-2026-07-01_13_32_30.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-07-01_07_35_12.tgz osmo-pcu-sysmo.build-2026-07-01_07_35_08.tgz osmo-pcu.build-2026-07-01_07_35_08.tgz osmo-sgsn.build-2026-07-01_20_48_44.tgz osmo-stp.build-2026-07-01_13_25_31.tgz osmo-trx.build-2026-07-01_14_21_55.tgz osmocom-bb.build-2026-07-01_21_17_23.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