Skipping 14 KB..
Full Log[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins3091887816992727303.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-7913
+ 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
9f3fa5a ttcn3-bts: Allow running osmo-bts-trx with rt prio
+ 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 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_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 DONE 0.1s
#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.1s
#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.1s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.3s
#7 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#7 CACHED
#8 [ 3/28] RUN groupadd osmo-gsm-tester
#8 CACHED
#9 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#9 CACHED
#10 [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://security.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
#10 CACHED
#11 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#11 CACHED
#12 [20/28] WORKDIR /TMP
#12 CACHED
#13 [ 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
#13 CACHED
#14 [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
#14 CACHED
#15 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#15 CACHED
#16 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#16 CACHED
#17 [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
#17 CACHED
#18 [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
#18 CACHED
#19 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#19 CACHED
#20 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#20 CACHED
#21 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#21 CACHED
#22 [ 9/28] COPY SSH /root/.ssh
#22 CACHED
#23 [ 8/28] RUN MKDIR /var/run/sshd
#23 CACHED
#24 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#24 CACHED
#25 [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
#25 CACHED
#26 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#26 CACHED
#27 [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
#27 CACHED
#28 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#28 CACHED
#29 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#29 CACHED
#30 [ 2/28] RUN useradd -ms /bin/bash jenkins
#30 CACHED
#31 [16/28] RUN APT-GET update && apt-get install -y --no-install-recommends cmake libfftw3-dev libmbedtls-dev libboost-program-options-dev libconfig++-dev libsctp-dev libpcsclite-dev libuhd-dev libczmq-dev libsoapysdr-dev soapysdr-module-lms7 && apt-get clean
#31 CACHED
#32 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:d662df6de0a5384cf13b37712b20ebc76dd3dfa57c44989af6eb4cc4d5f88403 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
[33m2 warnings found (use docker --debug to expand):
[0m - InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=7914 -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=2025-03-23 22:48:21
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7914
+ mkdir -p trial-7914
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-03-23_22_27_08.tgz osmo-bts-oc2g.build-2025-03-23_00_51_38.tgz osmo-bts-sysmo.build-2025-03-23_00_51_30.tgz osmo-bts.build-2025-03-23_00_51_40.tgz osmo-ggsn.build-2025-03-23_20_42_37.tgz osmo-hlr.build-2025-03-23_16_36_56.tgz osmo-hnbgw.build-2025-03-23_13_28_31.tgz osmo-mgw.build-2025-03-23_08_33_12.tgz osmo-msc.build-2025-03-23_13_32_48.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-23_07_41_41.tgz osmo-pcu-sysmo.build-2025-03-23_07_41_34.tgz osmo-pcu.build-2025-03-23_07_41_40.tgz osmo-sgsn.build-2025-03-23_20_48_36.tgz osmo-stp.build-2025-03-23_13_23_06.tgz osmo-trx.build-2025-03-23_14_27_38.tgz osmocom-bb.build-2025-03-23_21_17_14.tgz srslte.build-19.tgz trial-7914
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-03-23_22_27_08.md5 osmo-bts-oc2g.build-2025-03-23_00_51_38.md5 osmo-bts-sysmo.build-2025-03-23_00_51_30.md5 osmo-bts.build-2025-03-23_00_51_40.md5 osmo-ggsn.build-2025-03-23_20_42_37.md5 osmo-hlr.build-2025-03-23_16_36_56.md5 osmo-hnbgw.build-2025-03-23_13_28_31.md5 osmo-mgw.build-2025-03-23_08_33_12.md5 osmo-msc.build-2025-03-23_13_32_48.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-23_07_41_41.md5 osmo-pcu-sysmo.build-2025-03-23_07_41_34.md5 osmo-pcu.build-2025-03-23_07_41_40.md5 osmo-sgsn.build-2025-03-23_20_48_36.md5 osmo-stp.build-2025-03-23_13_23_06.md5 osmo-trx.build-2025-03-23_14_27_38.md5 osmocom-bb.build-2025-03-23_21_17_14.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-03-23_22_27_08.md5 osmo-bts-oc2g.build-2025-03-23_00_51_38.md5 osmo-bts-sysmo.build-2025-03-23_00_51_30.md5 osmo-bts.build-2025-03-23_00_51_40.md5 osmo-ggsn.build-2025-03-23_20_42_37.md5 osmo-hlr.build-2025-03-23_16_36_56.md5 osmo-hnbgw.build-2025-03-23_13_28_31.md5 osmo-mgw.build-2025-03-23_08_33_12.md5 osmo-msc.build-2025-03-23_13_32_48.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-23_07_41_41.md5 osmo-pcu-sysmo.build-2025-03-23_07_41_34.md5 osmo-pcu.build-2025-03-23_07_41_40.md5 osmo-sgsn.build-2025-03-23_20_48_36.md5 osmo-stp.build-2025-03-23_13_23_06.md5 osmo-trx.build-2025-03-23_14_27_38.md5 osmocom-bb.build-2025-03-23_21_17_14.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-7914 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7914'
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-7914
--------------------------------------------------------------------------------------------
22:48:21.294262 tst trial-7914: Detailed log at /build/trial-7914/run.2025-03-23_22-48-21/log
---------------------------------------------------------------------
trial-7914 netreg_mass
---------------------------------------------------------------------
22:48:21.506255 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:21.506625 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:21.507448 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:21.508681 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:21.548333 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:21.549182 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:21.550386 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:21.632335 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-7914 netreg_mass register_default_mass.py
----------------------------------------------
22:48:21.633858 tst register_default_mass.py:9: Claiming resources for the test
22:48:21.665278 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.666014 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.666654 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.667274 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.667880 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.668510 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.669112 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:21.728267 tst register_default_mass.py: using LAC 2
22:48:21.791772 tst register_default_mass.py: using RAC 2
22:48:21.836752 tst register_default_mass.py: using CellId 2
22:48:21.881990 tst register_default_mass.py: using BVCI 3
22:48:21.890305 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.891111 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.891888 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.892569 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.893288 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.893974 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.894628 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.895319 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.896001 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.896775 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.897440 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.898096 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.898760 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.899427 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.900076 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.900729 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.901383 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.902055 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.902712 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.903373 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.904011 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.904662 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.905474 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.906129 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.906776 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.907417 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.908079 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.908846 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.909496 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.910160 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.910812 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.911464 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.912139 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.912817 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.913477 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.914145 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.914807 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.915468 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.916128 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.916785 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.917416 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.918065 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.918732 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.919383 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.920021 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.920736 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.921384 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.922037 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.922726 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.923392 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.924060 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.924739 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.925421 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.926083 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.926767 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.927434 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.928095 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.928786 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.929463 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.930117 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.930770 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.931443 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.932111 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.932777 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.933433 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.934111 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.934786 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.935466 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.936165 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.936839 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.937508 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.938207 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.939007 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.939706 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.940394 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.941077 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.941767 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.942445 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.943114 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.943780 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.944434 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.945086 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.945760 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.946454 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.947128 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.947784 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.948431 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.949114 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.949779 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.950441 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.951200 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.951875 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.952555 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.953269 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.953952 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.954625 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.955290 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.955962 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.956619 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.957308 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.957974 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.958716 tst register_default_mass.py:21: Launching a simple network
22:48:21.971082 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:22.114555 run create_hlr_db(pid=20): Launched
22:48:23.128327 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:23.147882 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:23.163446 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:23.170004 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:23.347396 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:23.362875 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:23.368868 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:23.796559 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:23.812264 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:26.829278 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:26.945420 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:26.961192 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:26.967081 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:26.991728 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:27.007205 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:27.013124 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:27.317749 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:27.333828 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:33.366662 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:33.522005 run osmo-bts-virtual(pid=34): Launched
22:48:34.584614 tst register_default_mass.py: using MSISDN 1001
22:48:34.598534 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:34.698020 tst register_default_mass.py: using MSISDN 1002
22:48:34.704233 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:34.782271 tst register_default_mass.py: using MSISDN 1003
22:48:34.788578 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:34.874169 tst register_default_mass.py: using MSISDN 1004
22:48:34.885013 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:34.991530 tst register_default_mass.py: using MSISDN 1005
22:48:34.998293 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:35.119461 tst register_default_mass.py: using MSISDN 1006
22:48:35.126187 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:35.220359 tst register_default_mass.py: using MSISDN 1007
22:48:35.226652 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:35.348672 tst register_default_mass.py: using MSISDN 1008
22:48:35.354554 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:35.433893 tst register_default_mass.py: using MSISDN 1009
22:48:35.443355 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:35.520176 tst register_default_mass.py: using MSISDN 1010
22:48:35.526626 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:35.597665 tst register_default_mass.py: using MSISDN 1011
22:48:35.607191 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:35.693318 tst register_default_mass.py: using MSISDN 1012
22:48:35.700977 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:35.761280 tst register_default_mass.py: using MSISDN 1013
22:48:35.767433 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:35.848139 tst register_default_mass.py: using MSISDN 1014
22:48:35.854372 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:35.940026 tst register_default_mass.py: using MSISDN 1015
22:48:35.946077 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:36.018669 tst register_default_mass.py: using MSISDN 1016
22:48:36.025042 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:36.116445 tst register_default_mass.py: using MSISDN 1017
22:48:36.122134 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:36.200242 tst register_default_mass.py: using MSISDN 1018
22:48:36.206216 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:36.281218 tst register_default_mass.py: using MSISDN 1019
22:48:36.292766 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:36.379066 tst register_default_mass.py: using MSISDN 1020
22:48:36.391407 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:36.472500 tst register_default_mass.py: using MSISDN 1021
22:48:36.481906 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:36.548459 tst register_default_mass.py: using MSISDN 1022
22:48:36.556412 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:36.635013 tst register_default_mass.py: using MSISDN 1023
22:48:36.644519 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:36.727981 tst register_default_mass.py: using MSISDN 1024
22:48:36.734758 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:36.798297 tst register_default_mass.py: using MSISDN 1025
22:48:36.806959 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:36.888633 tst register_default_mass.py: using MSISDN 1026
22:48:36.894865 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:36.995261 tst register_default_mass.py: using MSISDN 1027
22:48:37.001367 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:37.072143 tst register_default_mass.py: using MSISDN 1028
22:48:37.078267 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:37.162480 tst register_default_mass.py: using MSISDN 1029
22:48:37.174038 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:37.251883 tst register_default_mass.py: using MSISDN 1030
22:48:37.257667 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:37.334957 tst register_default_mass.py: using MSISDN 1031
22:48:37.340832 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:37.419038 tst register_default_mass.py: using MSISDN 1032
22:48:37.425061 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:37.497601 tst register_default_mass.py: using MSISDN 1033
22:48:37.505198 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:37.590431 tst register_default_mass.py: using MSISDN 1034
22:48:37.601762 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:37.769496 tst register_default_mass.py: using MSISDN 1035
22:48:37.778022 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:37.893306 tst register_default_mass.py: using MSISDN 1036
22:48:37.899309 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:38.013391 tst register_default_mass.py: using MSISDN 1037
22:48:38.019350 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:38.132634 tst register_default_mass.py: using MSISDN 1038
22:48:38.138994 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:38.265953 tst register_default_mass.py: using MSISDN 1039
22:48:38.271926 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:38.348489 tst register_default_mass.py: using MSISDN 1040
22:48:38.356341 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:38.428162 tst register_default_mass.py: using MSISDN 1041
22:48:38.437881 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:38.507583 tst register_default_mass.py: using MSISDN 1042
22:48:38.513477 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:38.589861 tst register_default_mass.py: using MSISDN 1043
22:48:38.595783 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:38.664254 tst register_default_mass.py: using MSISDN 1044
22:48:38.669903 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:38.751244 tst register_default_mass.py: using MSISDN 1045
22:48:38.757305 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:38.839729 tst register_default_mass.py: using MSISDN 1046
22:48:38.845727 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:38.915022 tst register_default_mass.py: using MSISDN 1047
22:48:38.921234 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:39.004791 tst register_default_mass.py: using MSISDN 1048
22:48:39.010816 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:39.096095 tst register_default_mass.py: using MSISDN 1049
22:48:39.102224 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:39.175758 tst register_default_mass.py: using MSISDN 1050
22:48:39.183450 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:39.251906 tst register_default_mass.py: using MSISDN 1051
22:48:39.258033 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:39.331081 tst register_default_mass.py: using MSISDN 1052
22:48:39.336799 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:39.418332 tst register_default_mass.py: using MSISDN 1053
22:48:39.423951 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:39.496072 tst register_default_mass.py: using MSISDN 1054
22:48:39.501817 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:39.585117 tst register_default_mass.py: using MSISDN 1055
22:48:39.591103 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:39.669113 tst register_default_mass.py: using MSISDN 1056
22:48:39.677184 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:39.766084 tst register_default_mass.py: using MSISDN 1057
22:48:39.776346 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:39.847869 tst register_default_mass.py: using MSISDN 1058
22:48:39.853968 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:39.930516 tst register_default_mass.py: using MSISDN 1059
22:48:39.936879 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:40.007403 tst register_default_mass.py: using MSISDN 1060
22:48:40.013565 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:40.082701 tst register_default_mass.py: using MSISDN 1061
22:48:40.093132 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:40.168731 tst register_default_mass.py: using MSISDN 1062
22:48:40.179900 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:40.242500 tst register_default_mass.py: using MSISDN 1063
22:48:40.249607 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:40.326033 tst register_default_mass.py: using MSISDN 1064
22:48:40.332086 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:40.403788 tst register_default_mass.py: using MSISDN 1065
22:48:40.409959 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:40.479322 tst register_default_mass.py: using MSISDN 1066
22:48:40.485323 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:40.579659 tst register_default_mass.py: using MSISDN 1067
22:48:40.585753 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:40.664668 tst register_default_mass.py: using MSISDN 1068
22:48:40.672727 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:40.749658 tst register_default_mass.py: using MSISDN 1069
22:48:40.757704 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:40.839507 tst register_default_mass.py: using MSISDN 1070
22:48:40.845601 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:40.949057 tst register_default_mass.py: using MSISDN 1071
22:48:41.013846 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:41.090036 tst register_default_mass.py: using MSISDN 1072
22:48:41.099255 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:41.187410 tst register_default_mass.py: using MSISDN 1073
22:48:41.193422 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:41.262388 tst register_default_mass.py: using MSISDN 1074
22:48:41.268566 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:41.338895 tst register_default_mass.py: using MSISDN 1075
22:48:41.345002 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:41.416257 tst register_default_mass.py: using MSISDN 1076
22:48:41.422701 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:41.499992 tst register_default_mass.py: using MSISDN 1077
22:48:41.506293 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:41.570464 tst register_default_mass.py: using MSISDN 1078
22:48:41.579554 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:41.641699 tst register_default_mass.py: using MSISDN 1079
22:48:41.649112 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:41.725821 tst register_default_mass.py: using MSISDN 1080
22:48:41.735040 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:41.798988 tst register_default_mass.py: using MSISDN 1081
22:48:41.805551 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:41.879098 tst register_default_mass.py: using MSISDN 1082
22:48:41.885164 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:42.253887 tst register_default_mass.py: using MSISDN 1083
22:48:42.264736 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:42.346138 tst register_default_mass.py: using MSISDN 1084
22:48:42.353495 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:42.428379 tst register_default_mass.py: using MSISDN 1085
22:48:42.434709 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:42.502715 tst register_default_mass.py: using MSISDN 1086
22:48:42.512927 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:42.593616 tst register_default_mass.py: using MSISDN 1087
22:48:42.599769 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:42.668273 tst register_default_mass.py: using MSISDN 1088
22:48:42.674217 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:42.742401 tst register_default_mass.py: using MSISDN 1089
22:48:42.748074 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:42.813263 tst register_default_mass.py: using MSISDN 1090
22:48:42.818954 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:42.897143 tst register_default_mass.py: using MSISDN 1091
22:48:42.903144 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:42.985092 tst register_default_mass.py: using MSISDN 1092
22:48:42.995270 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:43.067681 tst register_default_mass.py: using MSISDN 1093
22:48:43.076792 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:43.149514 tst register_default_mass.py: using MSISDN 1094
22:48:43.156931 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:43.238072 tst register_default_mass.py: using MSISDN 1095
22:48:43.245160 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:43.313532 tst register_default_mass.py: using MSISDN 1096
22:48:43.319449 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:43.394943 tst register_default_mass.py: using MSISDN 1097
22:48:43.401597 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:43.471806 tst register_default_mass.py: using MSISDN 1098
22:48:43.477996 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:43.553064 tst register_default_mass.py: using MSISDN 1099
22:48:43.564211 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:43.633849 tst register_default_mass.py: using MSISDN 1100
22:48:43.641132 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:43.759654 run mass: Starting testcase
22:48:43.765576 run mass: Pre-launching all virtphy's
22:48:43.771232 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:43.784569 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:43.790940 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:43.804167 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:43.810223 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:43.823028 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:43.829020 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:43.842009 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:43.848013 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:43.860946 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:43.867009 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:43.879981 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:43.885997 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:43.899189 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:43.905536 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:43.919128 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:43.925377 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:43.939018 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:43.945303 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:43.958934 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:43.965245 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:43.978955 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:43.985214 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:43.998732 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:44.005130 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:44.018932 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:44.032647 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:44.045848 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:44.052040 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:44.065296 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:44.071561 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:44.085048 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:44.091249 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:44.104658 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:44.110955 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:44.124632 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:44.130954 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:44.144152 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:44.150304 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:44.163467 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:44.169557 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:44.182752 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:44.188869 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:44.201844 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:44.208092 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:44.221501 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:44.227753 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:44.240805 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:44.246878 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:44.260060 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:44.266149 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:44.279257 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:44.285325 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:44.298601 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:44.304837 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:44.318371 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:44.324538 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:44.337925 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:44.344317 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:44.357692 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:44.363835 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:44.377186 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:44.383421 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:44.396776 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:44.402921 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:44.416363 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:44.422894 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:44.436287 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:44.442590 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:44.455730 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:44.461880 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:44.475501 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:44.481933 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:44.495725 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:44.504719 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:44.518580 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:44.525016 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:44.538910 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:44.545330 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:44.559045 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:44.565484 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:44.579315 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:44.585802 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:44.599685 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:44.606050 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:44.619420 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:44.625542 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:44.638739 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:44.644866 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:44.658224 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:44.664539 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:44.678629 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:44.685009 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:44.698441 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:44.704528 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:44.717931 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:44.724319 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:44.738137 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:44.744490 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:44.758248 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:44.764569 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:44.778211 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:44.784553 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:44.798238 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:44.804631 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:44.817987 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:44.824351 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:44.837901 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:44.844200 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:44.857582 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:44.863759 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:44.877468 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:44.883758 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:44.897553 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:44.903842 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:44.917623 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:44.924003 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:44.937529 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:44.943922 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:44.957253 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:44.963687 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:44.977517 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:44.983918 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:44.997655 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:45.005149 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:45.018952 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:45.025324 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:45.039064 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:45.045419 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:45.059016 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:45.065407 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:45.079247 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:45.085861 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:45.099841 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:45.106358 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:45.121355 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:45.127813 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:45.141458 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:45.148642 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:45.161836 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:45.168155 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:45.182420 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:45.188655 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:45.202441 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:45.208671 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:45.221846 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:45.228050 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:45.242052 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:45.248368 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:45.261982 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:45.268285 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:45.281961 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:45.288294 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:45.302125 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:45.308445 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:45.322109 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:45.328413 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:45.341733 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:45.348077 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:45.361288 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:45.372847 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:45.386291 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:45.392417 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:45.405620 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:45.411707 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:45.424952 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:45.431025 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:45.444185 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:45.450614 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:45.463804 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:45.470210 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:45.483479 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:45.489924 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:45.505681 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:45.511926 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:45.525640 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:45.531937 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:45.545519 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:45.551687 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:45.565570 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:45.572767 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:45.587885 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:45.594306 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:45.608353 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:45.614738 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:45.628885 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:45.635271 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:45.649966 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:45.656382 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:45.670131 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:45.678021 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:45.692131 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:45.698506 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:45.712863 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:45.719499 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:45.733261 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:45.739661 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:45.753363 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:45.759733 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:45.773447 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:45.779816 run mass: Checking if sockets are in the filesystem
22:48:45.792956 run osmo-ms-mob/00000: Starting mobile
22:48:45.807344 run osmo-ms-mob/00000(pid=135): Launched
22:48:45.820575 run mass: MS start registered {at=6001031.523921451, delay=0.0066627636551856995, ms=00000}
22:48:49.991893 run osmo-ms-mob/00001: Starting mobile
22:48:50.005874 run osmo-ms-mob/00001(pid=136): Launched
22:48:50.017113 run mass: MS start registered {at=6001035.720455301, delay=0.00476332101970911, ms=00001}
22:48:51.792509 run osmo-ms-mob/00002: Starting mobile
22:48:51.806394 run osmo-ms-mob/00002(pid=137): Launched
22:48:51.817986 run mass: MS start registered {at=6001037.521330137, delay=0.005141383036971092, ms=00002}
22:48:51.999540 run mass: MS performed LU {at=6001037.702871605, lu_delay=6.178950154222548, ms=00000}
22:48:53.093062 run osmo-ms-mob/00003: Starting mobile
22:48:53.107289 run osmo-ms-mob/00003(pid=138): Launched
22:48:53.118653 run mass: MS start registered {at=6001038.822001806, delay=0.004851123318076134, ms=00003}
22:48:54.192354 run osmo-ms-mob/00004: Starting mobile
22:48:54.205701 run osmo-ms-mob/00004(pid=139): Launched
22:48:54.217053 run mass: MS start registered {at=6001039.920398339, delay=0.0049494793638587, ms=00004}
22:48:55.192770 run osmo-ms-mob/00005: Starting mobile
22:48:55.207284 run osmo-ms-mob/00005(pid=140): Launched
22:48:55.218715 run mass: MS start registered {at=6001040.922062327, delay=0.0048958733677864075, ms=00005}
22:48:55.765283 run mass: MS performed LU {at=6001041.468611946, lu_delay=5.748156645335257, ms=00001}
22:48:56.091819 run osmo-ms-mob/00006: Starting mobile
22:48:56.105263 run osmo-ms-mob/00006(pid=141): Launched
22:48:56.116482 run mass: MS start registered {at=6001041.81983411, delay=0.004877210594713688, ms=00006}
22:48:56.992327 run osmo-ms-mob/00007: Starting mobile
22:48:57.049293 run osmo-ms-mob/00007(pid=142): Launched
22:48:57.060550 run mass: MS start registered {at=6001042.763900822, delay=0.004964604042470455, ms=00007}
22:48:57.668045 run mass: MS performed LU {at=6001043.371289584, lu_delay=5.8499594470486045, ms=00002}
22:48:57.977120 run osmo-ms-mob/00008: Starting mobile
22:48:57.990437 run osmo-ms-mob/00008(pid=143): Launched
22:48:57.996511 run mass: Starting too slowly. Moving on {now=6001043.69988121, sleep=-0.11077973712235689, target=6001043.589101473}
22:48:58.002108 run mass: MS start registered {at=6001043.705469472, delay=0.005590105429291725, ms=00008}
22:48:58.007820 run mass: Starting too slowly. Moving on {now=6001043.711191576, sleep=-0.02209010347723961, target=6001043.6891014725}
22:48:58.491833 run osmo-ms-mob/00009: Starting mobile
22:48:58.506046 run osmo-ms-mob/00009(pid=144): Launched
22:48:58.517330 run mass: MS start registered {at=6001044.220672698, delay=0.0048832036554813385, ms=00009}
22:48:58.871301 run mass: MS performed LU {at=6001044.574631274, lu_delay=5.7526294672861695, ms=00003}
22:48:59.192006 run osmo-ms-mob/00010: Starting mobile
22:48:59.205597 run osmo-ms-mob/00010(pid=145): Launched
22:48:59.216683 run mass: MS start registered {at=6001044.920036385, delay=0.004897459410130978, ms=00010}
22:48:59.531055 run mass: MS performed LU {at=6001045.234375628, lu_delay=5.313977289013565, ms=00004}
22:48:59.792265 run osmo-ms-mob/00011: Starting mobile
22:48:59.805708 run osmo-ms-mob/00011(pid=146): Launched
22:48:59.817138 run mass: MS start registered {at=6001045.520482462, delay=0.0050924401730299, ms=00011}
22:49:00.392231 run osmo-ms-mob/00012: Starting mobile
22:49:00.406200 run osmo-ms-mob/00012(pid=147): Launched
22:49:00.417554 run mass: MS start registered {at=6001046.120902223, delay=0.004958568140864372, ms=00012}
22:49:00.992837 run osmo-ms-mob/00013: Starting mobile
22:49:01.006739 run osmo-ms-mob/00013(pid=148): Launched
22:49:01.018372 run mass: MS start registered {at=6001046.721721316, delay=0.0049200840294361115, ms=00013}
22:49:01.432428 run mass: MS performed LU {at=6001047.135760241, lu_delay=6.213697914034128, ms=00005}
22:49:01.479489 run mass: MS performed LU {at=6001047.182787057, lu_delay=5.362952946685255, ms=00006}
22:49:01.491406 run osmo-ms-mob/00014: Starting mobile
22:49:01.504597 run osmo-ms-mob/00014(pid=149): Launched
22:49:01.515791 run mass: MS start registered {at=6001047.219136593, delay=0.00497916154563427, ms=00014}
22:49:01.931359 run mass: MS performed LU {at=6001047.634688674, lu_delay=4.870787851512432, ms=00007}
22:49:02.191857 run osmo-ms-mob/00015: Starting mobile
22:49:02.205709 run osmo-ms-mob/00015(pid=150): Launched
22:49:02.218338 run mass: MS start registered {at=6001047.921678899, delay=0.006167782470583916, ms=00015}
22:49:02.691804 run osmo-ms-mob/00016: Starting mobile
22:49:02.705647 run osmo-ms-mob/00016(pid=151): Launched
22:49:02.716838 run mass: MS start registered {at=6001048.420188095, delay=0.004891600459814072, ms=00016}
22:49:03.213640 run osmo-ms-mob/00017: Starting mobile
22:49:03.228001 run osmo-ms-mob/00017(pid=152): Launched
22:49:03.234780 run mass: MS performed LU {at=6001048.938138078, lu_delay=4.717465380206704, ms=00009}
22:49:03.240918 run mass: MS start registered {at=6001048.944285063, delay=0.006169583648443222, ms=00017}
22:49:03.297197 run mass: MS performed LU {at=6001049.000533142, lu_delay=5.295063669793308, ms=00008}
22:49:03.792952 run osmo-ms-mob/00018: Starting mobile
22:49:03.806020 run osmo-ms-mob/00018(pid=153): Launched
22:49:03.817137 run mass: MS start registered {at=6001049.520482468, delay=0.004959653131663799, ms=00018}
22:49:04.192526 run osmo-ms-mob/00019: Starting mobile
22:49:04.206501 run osmo-ms-mob/00019(pid=154): Launched
22:49:04.218185 run mass: MS start registered {at=6001049.921533729, delay=0.005019648000597954, ms=00019}
22:49:04.692029 run osmo-ms-mob/00020: Starting mobile
22:49:04.705882 run osmo-ms-mob/00020(pid=155): Launched
22:49:04.717488 run mass: MS start registered {at=6001050.420840343, delay=0.0048501817509531975, ms=00020}
22:49:05.191930 run osmo-ms-mob/00021: Starting mobile
22:49:05.206016 run osmo-ms-mob/00021(pid=156): Launched
22:49:05.212401 run mass: MS performed LU {at=6001050.915758885, lu_delay=5.395276423543692, ms=00011}
22:49:05.218563 run mass: MS start registered {at=6001050.921930153, delay=0.006190640851855278, ms=00021}
22:49:05.226697 run mass: MS performed LU {at=6001050.930053545, lu_delay=4.809151322580874, ms=00012}
22:49:05.244909 run mass: MS performed LU {at=6001050.948266565, lu_delay=6.028230180032551, ms=00010}
22:49:05.256283 run osmo-ms-mob/00022: Starting mobile
22:49:05.269478 run osmo-ms-mob/00022(pid=157): Launched
22:49:05.280503 run mass: MS start registered {at=6001050.9838593, delay=0.0046545518562197685, ms=00022}
22:49:06.092124 run osmo-ms-mob/00023: Starting mobile
22:49:06.106310 run osmo-ms-mob/00023(pid=158): Launched
22:49:06.117478 run mass: MS start registered {at=6001051.820834347, delay=0.0038518020883202553, ms=00023}
22:49:06.492162 run osmo-ms-mob/00024: Starting mobile
22:49:06.506452 run osmo-ms-mob/00024(pid=159): Launched
22:49:06.519174 run mass: MS start registered {at=6001052.22249845, delay=0.005867449566721916, ms=00024}
22:49:06.961613 run mass: MS performed LU {at=6001052.664944392, lu_delay=5.4458077987656, ms=00014}
22:49:06.973750 run osmo-ms-mob/00025: Starting mobile
22:49:06.987730 run osmo-ms-mob/00025(pid=160): Launched
22:49:06.994394 run mass: MS performed LU {at=6001052.697749457, lu_delay=4.776070558466017, ms=00015}
22:49:07.000717 run mass: MS start registered {at=6001052.704082139, delay=0.00635388121008873, ms=00025}
22:49:07.063235 run mass: MS performed LU {at=6001052.766565318, lu_delay=6.0448440024629235, ms=00013}
22:49:07.391685 run osmo-ms-mob/00026: Starting mobile
22:49:07.405120 run osmo-ms-mob/00026(pid=161): Launched
22:49:07.416253 run mass: MS start registered {at=6001053.119604699, delay=0.004780934192240238, ms=00026}
22:49:07.469179 run mass: MS performed LU {at=6001053.172506691, lu_delay=4.752318595536053, ms=00016}
22:49:07.792522 run osmo-ms-mob/00027: Starting mobile
22:49:07.806376 run osmo-ms-mob/00027(pid=162): Launched
22:49:07.818064 run mass: MS start registered {at=6001053.521408884, delay=0.005246349610388279, ms=00027}
22:49:08.191769 run osmo-ms-mob/00028: Starting mobile
22:49:08.207308 run osmo-ms-mob/00028(pid=163): Launched
22:49:08.218715 run mass: MS start registered {at=6001053.922066119, delay=0.004705805331468582, ms=00028}
22:49:08.596479 run osmo-ms-mob/00029: Starting mobile
22:49:08.611049 run osmo-ms-mob/00029(pid=164): Launched
22:49:08.622651 run mass: MS start registered {at=6001054.32599731, delay=0.00437888503074646, ms=00029}
22:49:08.964071 run mass: MS performed LU {at=6001054.667404618, lu_delay=4.745870889164507, ms=00019}
22:49:08.975818 run osmo-ms-mob/00030: Starting mobile
22:49:08.989403 run osmo-ms-mob/00030(pid=165): Launched
22:49:08.995951 run mass: MS performed LU {at=6001054.699308458, lu_delay=5.178825989365578, ms=00018}
22:49:09.002062 run mass: MS start registered {at=6001054.705428518, delay=0.0061410581693053246, ms=00030}
22:49:09.011006 run mass: MS performed LU {at=6001054.714359195, lu_delay=5.770074131898582, ms=00017}
22:49:09.393074 run osmo-ms-mob/00031: Starting mobile
22:49:09.407734 run osmo-ms-mob/00031(pid=166): Launched
22:49:09.419232 run mass: MS start registered {at=6001055.122579802, delay=0.004868026822805405, ms=00031}
22:49:09.692346 run osmo-ms-mob/00032: Starting mobile
22:49:09.706034 run osmo-ms-mob/00032(pid=167): Launched
22:49:09.717252 run mass: MS start registered {at=6001055.420603437, delay=0.005018563941121101, ms=00032}
22:49:10.091645 run osmo-ms-mob/00033: Starting mobile
22:49:10.105598 run osmo-ms-mob/00033(pid=168): Launched
22:49:10.117204 run mass: MS start registered {at=6001055.820551497, delay=0.005240781232714653, ms=00033}
22:49:10.491633 run osmo-ms-mob/00034: Starting mobile
22:49:10.505185 run osmo-ms-mob/00034(pid=169): Launched
22:49:10.516883 run mass: MS start registered {at=6001056.22023228, delay=0.0052395351231098175, ms=00034}
22:49:10.727140 run mass: MS performed LU {at=6001056.43045617, lu_delay=5.508526016958058, ms=00021}
22:49:10.742233 run osmo-ms-mob/00035: Starting mobile
22:49:10.757963 run osmo-ms-mob/00035(pid=170): Launched
22:49:10.764959 run mass: MS performed LU {at=6001056.468314375, lu_delay=5.484455075114965, ms=00022}
22:49:10.771856 run mass: MS start registered {at=6001056.475220987, delay=0.00692923367023468, ms=00035}
22:49:10.828652 run mass: MS performed LU {at=6001056.531979109, lu_delay=4.71114476211369, ms=00023}
22:49:10.999958 run mass: MS performed LU {at=6001056.70329688, lu_delay=6.2824565367773175, ms=00020}
22:49:11.011827 run osmo-ms-mob/00036: Starting mobile
22:49:11.026020 run osmo-ms-mob/00036(pid=171): Launched
22:49:11.037473 run mass: MS start registered {at=6001056.740819769, delay=0.005150916986167431, ms=00036}
22:49:11.253328 run mass: MS performed LU {at=6001056.956664581, lu_delay=4.734166130423546, ms=00024}
22:49:11.592050 run osmo-ms-mob/00037: Starting mobile
22:49:11.606154 run osmo-ms-mob/00037(pid=172): Launched
22:49:11.617525 run mass: MS start registered {at=6001057.320877201, delay=0.0050150565803050995, ms=00037}
22:49:11.891990 run osmo-ms-mob/00038: Starting mobile
22:49:11.906474 run osmo-ms-mob/00038(pid=173): Launched
22:49:11.919381 run mass: MS start registered {at=6001057.622720603, delay=0.006379975005984306, ms=00038}
22:49:12.191835 run osmo-ms-mob/00039: Starting mobile
22:49:12.205443 run osmo-ms-mob/00039(pid=174): Launched
22:49:12.273361 run mass: MS start registered {at=6001057.976719063, delay=1.7739832401275635e-05, ms=00039}
22:49:12.592641 run osmo-ms-mob/00040: Starting mobile
22:49:12.606688 run osmo-ms-mob/00040(pid=175): Launched
22:49:12.618283 run mass: MS start registered {at=6001058.321634768, delay=0.005239669233560562, ms=00040}
22:49:12.730233 run mass: MS performed LU {at=6001058.433568579, lu_delay=5.729486440308392, ms=00025}
22:49:12.757813 run mass: MS performed LU {at=6001058.461146776, lu_delay=4.93973789177835, ms=00027}
22:49:12.770189 run osmo-ms-mob/00041: Starting mobile
22:49:12.783907 run osmo-ms-mob/00041(pid=176): Launched
22:49:12.790386 run mass: MS performed LU {at=6001058.493743407, lu_delay=5.37413870729506, ms=00026}
22:49:12.796487 run mass: MS start registered {at=6001058.499853031, delay=0.006131716072559357, ms=00041}
22:49:12.919620 run mass: MS performed LU {at=6001058.622956364, lu_delay=4.700890245847404, ms=00028}
22:49:12.931616 run osmo-ms-mob/00042: Starting mobile
22:49:12.945400 run osmo-ms-mob/00042(pid=177): Launched
22:49:12.956444 run mass: MS start registered {at=6001058.659788718, delay=0.004882476292550564, ms=00042}
22:49:13.592363 run osmo-ms-mob/00043: Starting mobile
22:49:13.605978 run osmo-ms-mob/00043(pid=178): Launched
22:49:13.617290 run mass: MS start registered {at=6001059.320641064, delay=0.0046846903860569, ms=00043}
22:49:13.892959 run osmo-ms-mob/00044: Starting mobile
22:49:13.906896 run osmo-ms-mob/00044(pid=179): Launched
22:49:13.917728 run mass: MS start registered {at=6001059.621080923, delay=0.004523897543549538, ms=00044}
22:49:14.191815 run osmo-ms-mob/00045: Starting mobile
22:49:14.205552 run osmo-ms-mob/00045(pid=180): Launched
22:49:14.216732 run mass: MS start registered {at=6001059.920085022, delay=0.004545434378087521, ms=00045}
22:49:14.491459 run osmo-ms-mob/00046: Starting mobile
22:49:14.505854 run osmo-ms-mob/00046(pid=181): Launched
22:49:14.512447 run mass: MS performed LU {at=6001060.215804215, lu_delay=4.7952007772400975, ms=00032}
22:49:14.518601 run mass: MS start registered {at=6001060.221967045, delay=0.006180803291499615, ms=00046}
22:49:14.594641 run mass: MS performed LU {at=6001060.297975909, lu_delay=5.59254739060998, ms=00030}
22:49:14.606253 run osmo-ms-mob/00047: Starting mobile
22:49:14.620165 run osmo-ms-mob/00047(pid=182): Launched
22:49:14.631343 run mass: MS start registered {at=6001060.334689362, delay=0.004697944037616253, ms=00047}
22:49:15.019423 run mass: MS performed LU {at=6001060.722756641, lu_delay=4.902205144055188, ms=00033}
22:49:15.031556 run osmo-ms-mob/00048: Starting mobile
22:49:15.045851 run osmo-ms-mob/00048(pid=183): Launched
22:49:15.057105 run mass: MS start registered {at=6001060.760456241, delay=0.004797161556780338, ms=00048}
22:49:15.392652 run osmo-ms-mob/00049: Starting mobile
22:49:15.406570 run osmo-ms-mob/00049(pid=184): Launched
22:49:15.418053 run mass: MS start registered {at=6001061.121398022, delay=0.004768752492964268, ms=00049}
22:49:15.692585 run osmo-ms-mob/00050: Starting mobile
22:49:15.711690 run osmo-ms-mob/00050(pid=185): Launched
22:49:15.722628 run mass: MS start registered {at=6001061.425979236, delay=0.00470675528049469, ms=00050}
22:49:16.092559 run osmo-ms-mob/00051: Starting mobile
22:49:16.106048 run osmo-ms-mob/00051(pid=186): Launched
22:49:16.117170 run mass: MS start registered {at=6001061.820501716, delay=0.004916355013847351, ms=00051}
22:49:16.392388 run osmo-ms-mob/00052: Starting mobile
22:49:16.408396 run osmo-ms-mob/00052(pid=187): Launched
22:49:16.419648 run mass: MS start registered {at=6001062.123000736, delay=0.0047556813806295395, ms=00052}
22:49:16.496305 run mass: MS performed LU {at=6001062.199636184, lu_delay=5.72441519703716, ms=00035}
22:49:16.523891 run mass: MS performed LU {at=6001062.227232389, lu_delay=6.007000109180808, ms=00034}
22:49:16.535878 run osmo-ms-mob/00053: Starting mobile
22:49:16.550272 run osmo-ms-mob/00053(pid=188): Launched
22:49:16.556793 run mass: MS performed LU {at=6001062.260149914, lu_delay=4.939272712916136, ms=00037}
22:49:16.563029 run mass: MS start registered {at=6001062.266393176, delay=0.006265365518629551, ms=00053}
22:49:16.685215 run mass: MS performed LU {at=6001062.388551683, lu_delay=5.6477319141849875, ms=00036}
22:49:16.697303 run osmo-ms-mob/00054: Starting mobile
22:49:16.711411 run osmo-ms-mob/00054(pid=189): Launched
22:49:16.717808 run mass: MS performed LU {at=6001062.421168816, lu_delay=4.798448213376105, ms=00038}
22:49:16.723899 run mass: MS start registered {at=6001062.427265287, delay=0.0061162421479821205, ms=00054}
22:49:17.292287 run osmo-ms-mob/00055: Starting mobile
22:49:17.306057 run osmo-ms-mob/00055(pid=190): Launched
22:49:17.317301 run mass: MS start registered {at=6001063.020651425, delay=0.004873398691415787, ms=00055}
22:49:17.592535 run osmo-ms-mob/00056: Starting mobile
22:49:17.612407 run osmo-ms-mob/00056(pid=191): Launched
22:49:17.625072 run mass: MS start registered {at=6001063.328414808, delay=0.005048985593020916, ms=00056}
22:49:17.816559 run mass: MS performed LU {at=6001063.519893006, lu_delay=3.898812083527446, ms=00044}
22:49:17.828546 run osmo-ms-mob/00057: Starting mobile
22:49:17.842680 run osmo-ms-mob/00057(pid=192): Launched
22:49:17.854142 run mass: MS start registered {at=6001063.557487959, delay=0.004726226441562176, ms=00057}
22:49:18.277810 run mass: MS performed LU {at=6001063.981146146, lu_delay=5.321357427164912, ms=00042}
22:49:18.290940 run osmo-ms-mob/00058: Starting mobile
22:49:18.305590 run osmo-ms-mob/00058(pid=193): Launched
22:49:18.314920 run mass: MS performed LU {at=6001064.018264849, lu_delay=5.518411817960441, ms=00041}
22:49:18.321447 run mass: MS start registered {at=6001064.024812399, delay=0.00923111755400896, ms=00058}
22:49:18.360233 run mass: MS performed LU {at=6001064.063552405, lu_delay=4.7429113406687975, ms=00043}
22:49:18.372873 run osmo-ms-mob/00059: Starting mobile
22:49:18.387067 run osmo-ms-mob/00059(pid=194): Launched
22:49:18.398560 run mass: MS start registered {at=6001064.101908356, delay=0.004788203164935112, ms=00059}
22:49:18.605513 run mass: MS performed LU {at=6001064.308844556, lu_delay=6.332125493325293, ms=00039}
22:49:18.623876 run mass: MS performed LU {at=6001064.32722258, lu_delay=6.005587812513113, ms=00040}
22:49:18.635766 run osmo-ms-mob/00060: Starting mobile
22:49:18.649829 run osmo-ms-mob/00060(pid=195): Launched
22:49:18.661348 run mass: MS start registered {at=6001064.364691809, delay=0.005143660120666027, ms=00060}
22:49:19.294087 run osmo-ms-mob/00061: Starting mobile
22:49:19.308254 run osmo-ms-mob/00061(pid=196): Launched
22:49:19.320672 run mass: MS start registered {at=6001065.024013663, delay=0.0058454060927033424, ms=00061}
22:49:19.454346 run mass: MS performed LU {at=6001065.157681889, lu_delay=3.73170265275985, ms=00050}
22:49:19.592253 run osmo-ms-mob/00062: Starting mobile
22:49:19.606992 run osmo-ms-mob/00062(pid=197): Launched
22:49:19.618783 run mass: MS start registered {at=6001065.32211927, delay=0.005312769673764706, ms=00062}
22:49:19.892415 run osmo-ms-mob/00063: Starting mobile
22:49:19.905971 run osmo-ms-mob/00063(pid=198): Launched
22:49:19.917489 run mass: MS start registered {at=6001065.620829626, delay=0.005216524936258793, ms=00063}
22:49:20.261421 run mass: MS performed LU {at=6001065.96475458, lu_delay=4.843356557190418, ms=00049}
22:49:20.272953 run osmo-ms-mob/00064: Starting mobile
22:49:20.286887 run osmo-ms-mob/00064(pid=199): Launched
22:49:20.293394 run mass: MS performed LU {at=6001065.99675004, lu_delay=5.236293799243867, ms=00048}
22:49:20.299786 run mass: MS start registered {at=6001066.003151245, delay=0.006421864964067936, ms=00064}
22:49:20.308437 run mass: MS performed LU {at=6001066.011789589, lu_delay=6.091704566963017, ms=00045}
22:49:20.451617 run mass: MS performed LU {at=6001066.15495146, lu_delay=5.820262097753584, ms=00047}
22:49:20.463727 run osmo-ms-mob/00065: Starting mobile
22:49:20.479474 run osmo-ms-mob/00065(pid=200): Launched
22:49:20.490710 run mass: MS start registered {at=6001066.194061519, delay=0.004698685370385647, ms=00065}
22:49:20.992444 run osmo-ms-mob/00066: Starting mobile
22:49:21.006622 run osmo-ms-mob/00066(pid=201): Launched
22:49:21.018397 run mass: MS start registered {at=6001066.721738701, delay=0.005347025580704212, ms=00066}
22:49:21.392157 run osmo-ms-mob/00067: Starting mobile
22:49:21.406025 run osmo-ms-mob/00067(pid=202): Launched
22:49:21.417724 run mass: MS start registered {at=6001067.121074769, delay=0.004500424489378929, ms=00067}
22:49:21.692124 run osmo-ms-mob/00068: Starting mobile
22:49:21.705457 run osmo-ms-mob/00068(pid=203): Launched
22:49:21.716684 run mass: MS start registered {at=6001067.420036021, delay=0.0047551849856972694, ms=00068}
22:49:22.025284 run mass: MS performed LU {at=6001067.728618658, lu_delay=5.605617921799421, ms=00052}
22:49:22.037328 run osmo-ms-mob/00069: Starting mobile
22:49:22.050820 run osmo-ms-mob/00069(pid=204): Launched
22:49:22.057516 run mass: MS performed LU {at=6001067.76087304, lu_delay=5.494479863904417, ms=00053}
22:49:22.063829 run mass: MS start registered {at=6001067.767193714, delay=0.006341753527522087, ms=00069}
22:49:22.126528 run mass: MS performed LU {at=6001067.829849415, lu_delay=4.809197990223765, ms=00055}
22:49:22.297541 run mass: MS performed LU {at=6001068.000877234, lu_delay=6.1803755182772875, ms=00051}
22:49:22.309101 run osmo-ms-mob/00070: Starting mobile
22:49:22.323198 run osmo-ms-mob/00070(pid=205): Launched
22:49:22.329472 run mass: MS performed LU {at=6001068.032832184, lu_delay=5.605566896498203, ms=00054}
22:49:22.335923 run mass: MS start registered {at=6001068.039287503, delay=0.006474261172115803, ms=00070}
22:49:22.371154 run mass: MS performed LU {at=6001068.074490442, lu_delay=4.746075633913279, ms=00056}
22:49:22.892924 run osmo-ms-mob/00071: Starting mobile
22:49:22.906878 run osmo-ms-mob/00071(pid=206): Launched
22:49:22.918824 run mass: MS start registered {at=6001068.622166067, delay=0.005445239134132862, ms=00071}
22:49:23.252242 run mass: MS performed LU {at=6001068.955577717, lu_delay=3.633458446711302, ms=00062}
22:49:23.264535 run osmo-ms-mob/00072: Starting mobile
22:49:23.278861 run osmo-ms-mob/00072(pid=207): Launched
22:49:23.289934 run mass: MS start registered {at=6001068.993286168, delay=0.00462489016354084, ms=00072}
22:49:23.692375 run osmo-ms-mob/00073: Starting mobile
22:49:23.705990 run osmo-ms-mob/00073(pid=208): Launched
22:49:23.717331 run mass: MS start registered {at=6001069.420681028, delay=0.004846278578042984, ms=00073}
22:49:24.027796 run mass: MS performed LU {at=6001069.731126467, lu_delay=5.629218110814691, ms=00059}
22:49:24.040107 run osmo-ms-mob/00074: Starting mobile
22:49:24.053843 run osmo-ms-mob/00074(pid=209): Launched
22:49:24.060769 run mass: MS performed LU {at=6001069.764125368, lu_delay=6.206637408584356, ms=00057}
22:49:24.066879 run mass: MS start registered {at=6001069.770245734, delay=0.006140458397567272, ms=00074}
22:49:24.074115 run mass: MS performed LU {at=6001069.777470347, lu_delay=5.412778537720442, ms=00060}
22:49:24.216988 run mass: MS performed LU {at=6001069.920304401, lu_delay=5.895492001436651, ms=00058}
22:49:24.230358 run osmo-ms-mob/00075: Starting mobile
22:49:24.244173 run osmo-ms-mob/00075(pid=210): Launched
22:49:24.255530 run mass: MS start registered {at=6001069.958869626, delay=0.005183081142604351, ms=00075}
22:49:24.272139 run mass: MS performed LU {at=6001069.975488327, lu_delay=4.951474664732814, ms=00061}
22:49:24.992374 run osmo-ms-mob/00076: Starting mobile
22:49:25.006616 run osmo-ms-mob/00076(pid=211): Launched
22:49:25.018310 run mass: MS start registered {at=6001070.721644413, delay=0.005281354300677776, ms=00076}
22:49:25.392423 run osmo-ms-mob/00077: Starting mobile
22:49:25.407347 run osmo-ms-mob/00077(pid=212): Launched
22:49:25.418885 run mass: MS start registered {at=6001071.122222724, delay=0.004820485599339008, ms=00077}
22:49:25.790423 run mass: MS performed LU {at=6001071.493742505, lu_delay=5.299680986441672, ms=00065}
22:49:25.805209 run osmo-ms-mob/00078: Starting mobile
22:49:25.819397 run osmo-ms-mob/00078(pid=213): Launched
22:49:25.825819 run mass: MS performed LU {at=6001071.529173032, lu_delay=4.8074343316257, ms=00066}
22:49:25.832105 run mass: MS start registered {at=6001071.535470167, delay=0.0063203005120158195, ms=00078}
22:49:25.892881 run mass: MS performed LU {at=6001071.596217399, lu_delay=5.975387773476541, ms=00063}
22:49:26.062777 run mass: MS performed LU {at=6001071.766112618, lu_delay=5.762961372733116, ms=00064}
22:49:26.074101 run osmo-ms-mob/00079: Starting mobile
22:49:26.087693 run osmo-ms-mob/00079(pid=214): Launched
22:49:26.093788 run mass: MS performed LU {at=6001071.797148773, lu_delay=4.676074004732072, ms=00067}
22:49:26.100323 run mass: MS start registered {at=6001071.803687038, delay=0.0065582022070884705, ms=00079}
22:49:26.792253 run osmo-ms-mob/00080: Starting mobile
22:49:26.805588 run osmo-ms-mob/00080(pid=215): Launched
22:49:26.817197 run mass: MS start registered {at=6001072.520543111, delay=0.004890335723757744, ms=00080}
22:49:27.291927 run osmo-ms-mob/00081: Starting mobile
22:49:27.306504 run osmo-ms-mob/00081(pid=216): Launched
22:49:27.318035 run mass: MS start registered {at=6001073.021386406, delay=0.005105276592075825, ms=00081}
22:49:27.692543 run osmo-ms-mob/00082: Starting mobile
22:49:27.706847 run osmo-ms-mob/00082(pid=217): Launched
22:49:27.718053 run mass: MS start registered {at=6001073.421405559, delay=0.004813883453607559, ms=00082}
22:49:27.793738 run mass: MS performed LU {at=6001073.497071761, lu_delay=4.874905693344772, ms=00071}
22:49:27.821424 run mass: MS performed LU {at=6001073.524762305, lu_delay=5.485474802553654, ms=00070}
22:49:27.840046 run mass: MS performed LU {at=6001073.543390342, lu_delay=5.776196627877653, ms=00069}
22:49:27.983344 run mass: MS performed LU {at=6001073.686678896, lu_delay=6.266642875038087, ms=00068}
22:49:28.001313 run mass: MS performed LU {at=6001073.704657306, lu_delay=4.71137113776058, ms=00072}
22:49:28.013206 run osmo-ms-mob/00083: Starting mobile
22:49:28.027078 run osmo-ms-mob/00083(pid=218): Launched
22:49:28.038480 run mass: MS start registered {at=6001073.741830508, delay=0.0004033902660012245, ms=00083}
22:49:28.868534 run osmo-ms-mob/00084: Starting mobile
22:49:28.882603 run osmo-ms-mob/00084(pid=219): Launched
22:49:28.889064 run mass: Starting too slowly. Moving on {now=6001074.592432838, sleep=-0.003331480547785759, target=6001074.589101357}
22:49:28.894967 run mass: MS start registered {at=6001074.598325019, delay=0.005894076079130173, ms=00084}
22:49:29.292417 run osmo-ms-mob/00085: Starting mobile
22:49:29.306085 run osmo-ms-mob/00085(pid=220): Launched
22:49:29.317258 run mass: MS start registered {at=6001075.020610394, delay=0.004949766211211681, ms=00085}
22:49:29.556611 run mass: MS performed LU {at=6001075.259943189, lu_delay=5.301073563285172, ms=00075}
22:49:29.575393 run mass: MS performed LU {at=6001075.278734488, lu_delay=5.5084887547418475, ms=00074}
22:49:29.657815 run mass: MS performed LU {at=6001075.361110005, lu_delay=4.639465591870248, ms=00076}
22:49:29.828904 run mass: MS performed LU {at=6001075.532213507, lu_delay=6.111532479524612, ms=00073}
22:49:29.840939 run osmo-ms-mob/00086: Starting mobile
22:49:29.854960 run osmo-ms-mob/00086(pid=221): Launched
22:49:29.866479 run mass: MS start registered {at=6001075.569827331, delay=0.005141635425388813, ms=00086}
22:49:30.492424 run osmo-ms-mob/00087: Starting mobile
22:49:30.506301 run osmo-ms-mob/00087(pid=222): Launched
22:49:30.518713 run mass: MS start registered {at=6001076.222059356, delay=0.005744745023548603, ms=00087}
22:49:31.092483 run osmo-ms-mob/00088: Starting mobile
22:49:31.106416 run osmo-ms-mob/00088(pid=223): Launched
22:49:31.118344 run mass: MS start registered {at=6001076.821671685, delay=0.005487990565598011, ms=00088}
22:49:31.559548 run mass: MS performed LU {at=6001077.262882787, lu_delay=6.140660062432289, ms=00077}
22:49:31.586810 run mass: MS performed LU {at=6001077.290140181, lu_delay=5.7546700136736035, ms=00078}
22:49:31.599462 run osmo-ms-mob/00089: Starting mobile
22:49:31.613617 run osmo-ms-mob/00089(pid=224): Launched
22:49:31.620262 run mass: MS performed LU {at=6001077.323618919, lu_delay=22.201039116829634, ms=00031}
22:49:31.626611 run mass: MS start registered {at=6001077.3299766, delay=0.006380224600434303, ms=00089}
22:49:31.730651 run mass: MS performed LU {at=6001077.433963502, lu_delay=4.913420391269028, ms=00080}
22:49:31.749330 run mass: MS performed LU {at=6001077.452657815, lu_delay=5.64897077716887, ms=00079}
22:49:31.767208 run mass: MS performed LU {at=6001077.470563453, lu_delay=23.14456614293158, ms=00029}
22:49:32.292813 run osmo-ms-mob/00090: Starting mobile
22:49:32.306628 run osmo-ms-mob/00090(pid=225): Launched
22:49:32.318444 run mass: MS start registered {at=6001078.021794392, delay=0.00322763342410326, ms=00090}
22:49:32.992067 run osmo-ms-mob/00091: Starting mobile
22:49:33.005752 run osmo-ms-mob/00091(pid=226): Launched
22:49:33.017079 run mass: MS start registered {at=6001078.720429786, delay=0.004962246865034103, ms=00091}
22:49:33.322816 run mass: MS performed LU {at=6001079.026150528, lu_delay=5.284320020116866, ms=00083}
22:49:33.340779 run mass: MS performed LU {at=6001079.044122391, lu_delay=6.022735984995961, ms=00081}
22:49:33.424402 run mass: MS performed LU {at=6001079.127731137, lu_delay=5.706325577571988, ms=00082}
22:49:33.691836 run osmo-ms-mob/00092: Starting mobile
22:49:33.705123 run osmo-ms-mob/00092(pid=227): Launched
22:49:33.716471 run mass: MS start registered {at=6001079.419822417, delay=0.004981435835361481, ms=00092}
22:49:33.830180 run mass: MS performed LU {at=6001079.53350834, lu_delay=4.935183321125805, ms=00084}
22:49:34.492349 run osmo-ms-mob/00093: Starting mobile
22:49:34.506565 run osmo-ms-mob/00093(pid=228): Launched
22:49:34.520038 run mass: MS start registered {at=6001080.223382759, delay=0.005693288519978523, ms=00093}
22:49:35.326186 run mass: MS performed LU {at=6001081.029418016, lu_delay=6.008807621896267, ms=00085}
22:49:35.349584 run osmo-ms-mob/00094: Starting mobile
22:49:35.363950 run osmo-ms-mob/00094(pid=229): Launched
22:49:35.370479 run mass: MS performed LU {at=6001081.073834849, lu_delay=5.504007517360151, ms=00086}
22:49:35.377552 run mass: MS performed LU {at=6001081.080915948, lu_delay=4.858856592327356, ms=00087}
22:49:35.383647 run mass: MS start registered {at=6001081.087012166, delay=0.013200515881180763, ms=00094}
22:49:36.291532 run osmo-ms-mob/00095: Starting mobile
22:49:36.305351 run osmo-ms-mob/00095(pid=230): Launched
22:49:36.317393 run mass: MS start registered {at=6001082.020731954, delay=0.005705180577933788, ms=00095}
22:49:37.088371 run mass: MS performed LU {at=6001082.791684662, lu_delay=5.970012976787984, ms=00088}
22:49:37.107013 run mass: MS performed LU {at=6001082.810355196, lu_delay=5.480378596112132, ms=00089}
22:49:37.121527 run osmo-ms-mob/00096: Starting mobile
22:49:37.135654 run osmo-ms-mob/00096(pid=231): Launched
22:49:37.147562 run mass: MS start registered {at=6001082.85089921, delay=0.005357688292860985, ms=00096}
22:49:37.190322 run mass: MS performed LU {at=6001082.893604459, lu_delay=4.87181006744504, ms=00090}
22:49:37.596331 run mass: MS performed LU {at=6001083.29966593, lu_delay=23.077698884531856, ms=00046}
22:49:38.392390 run osmo-ms-mob/00097: Starting mobile
22:49:38.405881 run osmo-ms-mob/00097(pid=232): Launched
22:49:38.417524 run mass: MS start registered {at=6001084.120872302, delay=0.004714785143733025, ms=00097}
22:49:39.091011 run mass: MS performed LU {at=6001084.794347788, lu_delay=5.374525371007621, ms=00092}
22:49:39.118511 run mass: MS performed LU {at=6001084.821847053, lu_delay=6.101417267695069, ms=00091}
22:49:39.372352 run mass: MS performed LU {at=6001085.075686336, lu_delay=4.852303576655686, ms=00093}
22:49:39.692142 run osmo-ms-mob/00098: Starting mobile
22:49:39.706517 run osmo-ms-mob/00098(pid=233): Launched
22:49:39.717846 run mass: MS start registered {at=6001085.421187783, delay=0.004927650094032288, ms=00098}
22:49:40.854702 run mass: MS performed LU {at=6001086.558009866, lu_delay=5.470997699536383, ms=00094}
22:49:40.955364 run mass: MS performed LU {at=6001086.658651147, lu_delay=4.637919193133712, ms=00095}
22:49:41.492237 run osmo-ms-mob/00099: Starting mobile
22:49:41.508152 run osmo-ms-mob/00099(pid=234): Launched
22:49:41.514719 run mass: All started... {duration=55.72898615617305, too_slow=3}
22:49:41.520688 run mass: MS start registered {at=6001087.224047402, delay=0.0059631941840052605, ms=00099}
22:49:42.857967 run mass: MS performed LU {at=6001088.561204638, lu_delay=5.710305428132415, ms=00096}
22:49:43.119592 run mass: MS performed LU {at=6001088.822924301, lu_delay=4.702051999047399, ms=00097}
22:49:44.722906 run mass: MS performed LU {at=6001090.426133765, lu_delay=5.004945982247591, ms=00098}
22:49:46.623348 run mass: MS performed LU {at=6001092.326664319, lu_delay=5.1026169173419476, ms=00099}
22:49:46.651396 run mass: Tests done {all_completed=True, max=23.14456614293158, min=3.633458446711302}
22:49:46.657167 tst register_default_mass.py: Test passed (85.0 sec)
22:49:46.662658 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:46.665918 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:46.669205 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:46.672589 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:46.675930 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:46.679205 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:46.682464 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:46.685748 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:46.689029 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:46.692215 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:46.695396 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:46.698578 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:46.701856 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:46.705148 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:46.708487 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:46.712609 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:46.716279 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:46.719842 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:46.724076 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:46.727549 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:46.730982 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:46.734641 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:46.738950 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:46.743064 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:46.747340 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:46.751811 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:46.756024 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:46.761079 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:46.767769 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:46.772768 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:46.777218 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:46.781429 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:46.785231 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:46.788747 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:46.792135 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:46.795815 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:46.799827 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:46.803278 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:46.806648 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:46.810020 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:46.813647 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:46.817048 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:46.821014 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:46.824538 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:46.828061 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:46.831789 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:46.835729 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:46.839782 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:46.844380 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:46.848307 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:46.853139 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:46.858425 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:46.863428 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:46.867872 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:46.873603 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:46.878535 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:46.883565 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:46.888061 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:46.892384 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:46.897421 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:46.901515 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:46.905792 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:46.909878 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:46.914117 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:46.918361 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:46.922398 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:46.926618 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:46.931524 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:46.936084 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:46.940186 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:46.944205 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:46.948175 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:46.952136 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:46.956244 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:46.960433 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:46.964606 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:46.968870 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:46.973074 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:46.977439 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:46.981689 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:46.986610 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:46.991186 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:46.995531 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:46.999343 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:47.004041 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:47.008576 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:47.012621 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:47.016735 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:47.020787 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:47.024743 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:47.028806 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:47.032752 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:47.036608 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:47.040356 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:47.044157 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:47.047977 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:47.051668 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:47.055355 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:47.059122 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:47.062810 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:47.066411 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:47.070065 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:47.073698 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:47.077843 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:47.081699 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:47.085377 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:47.089337 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:47.093465 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:47.097368 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:47.101526 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:47.105326 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:47.109673 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:47.114361 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:47.118161 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:47.122191 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:47.126313 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:47.130957 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:47.135548 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:47.140219 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:47.144973 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:47.149645 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:47.154397 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:47.159225 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:47.164026 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:47.168806 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:47.173598 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:47.178484 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:47.183526 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:47.189008 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:47.199000 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:47.204618 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:47.209582 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:47.214284 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:47.218978 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:47.223998 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:47.229339 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:47.234133 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:47.238810 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:47.243563 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:47.248206 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:47.252987 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:47.257706 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:47.262394 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:47.267029 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:47.271677 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:47.276367 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:47.280988 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:47.285624 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:47.290364 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:47.295030 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:47.299652 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:47.304358 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:47.309021 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:47.313777 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:47.318457 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:47.323092 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:47.327690 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:47.332333 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:47.337120 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:47.341793 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:47.346449 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:47.351109 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:47.357273 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:47.365948 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:47.370909 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:47.375661 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:47.384974 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:47.394962 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:47.404995 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:47.414462 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:47.423641 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:47.432883 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:47.441696 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:47.446265 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:47.450622 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:47.454964 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:47.459358 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:47.463552 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:47.467745 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:47.471840 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:47.475943 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:47.480006 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:47.483998 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:47.487997 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:47.491981 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:47.495955 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:47.500023 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:47.504049 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:47.507994 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:47.511882 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:47.515732 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:47.519575 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:47.523339 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:47.527085 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:47.530876 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:47.534671 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:47.538494 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:47.542504 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:47.546277 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:47.550115 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:47.553979 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:47.557842 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:47.561699 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:47.565556 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:47.569359 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:47.573149 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:47.577012 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:47.580883 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:47.584755 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:47.588638 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:47.592524 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:47.596338 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:47.600112 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:47.603910 --- ParallelTerminationStrategy: PID 22 died...
22:49:47.605626 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:47.609792 --- ParallelTerminationStrategy: PID 23 died...
22:49:47.611487 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:47.615638 --- ParallelTerminationStrategy: PID 24 died...
22:49:47.617346 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:47.621519 --- ParallelTerminationStrategy: PID 25 died...
22:49:47.623217 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:47.627452 --- ParallelTerminationStrategy: PID 26 died...
22:49:47.629200 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:47.633666 --- ParallelTerminationStrategy: PID 27 died...
22:49:47.635484 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:47.639898 --- ParallelTerminationStrategy: PID 28 died...
22:49:47.641653 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:47.646018 --- ParallelTerminationStrategy: PID 29 died...
22:49:47.647758 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:47.652114 --- ParallelTerminationStrategy: PID 30 died...
22:49:47.653870 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:47.658192 --- ParallelTerminationStrategy: PID 31 died...
22:49:47.659928 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:47.664310 --- ParallelTerminationStrategy: PID 32 died...
22:49:47.666077 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:47.670381 --- ParallelTerminationStrategy: PID 33 died...
22:49:47.672097 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:47.676457 --- ParallelTerminationStrategy: PID 35 died...
22:49:47.678230 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:47.682566 --- ParallelTerminationStrategy: PID 36 died...
22:49:47.684293 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:47.688509 --- ParallelTerminationStrategy: PID 37 died...
22:49:47.690221 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:47.694352 --- ParallelTerminationStrategy: PID 38 died...
22:49:47.696023 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:47.700121 --- ParallelTerminationStrategy: PID 39 died...
22:49:47.701759 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:47.705775 --- ParallelTerminationStrategy: PID 40 died...
22:49:47.707397 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:47.711363 --- ParallelTerminationStrategy: PID 41 died...
22:49:47.712981 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:47.716904 --- ParallelTerminationStrategy: PID 42 died...
22:49:47.718522 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:47.722564 --- ParallelTerminationStrategy: PID 43 died...
22:49:47.724213 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:47.728351 --- ParallelTerminationStrategy: PID 44 died...
22:49:47.730068 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:47.740091 --- ParallelTerminationStrategy: PID 45 died...
22:49:47.741845 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:47.746062 --- ParallelTerminationStrategy: PID 46 died...
22:49:47.747712 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:47.751813 --- ParallelTerminationStrategy: PID 47 died...
22:49:47.753505 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:47.757727 --- ParallelTerminationStrategy: PID 48 died...
22:49:47.759418 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:47.763605 --- ParallelTerminationStrategy: PID 49 died...
22:49:47.765290 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:47.769449 --- ParallelTerminationStrategy: PID 50 died...
22:49:47.771087 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:47.775215 --- ParallelTerminationStrategy: PID 51 died...
22:49:47.776890 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:47.781019 --- ParallelTerminationStrategy: PID 52 died...
22:49:47.782698 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:47.786772 --- ParallelTerminationStrategy: PID 53 died...
22:49:47.788429 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:47.792533 --- ParallelTerminationStrategy: PID 54 died...
22:49:47.794180 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:47.798151 --- ParallelTerminationStrategy: PID 55 died...
22:49:47.799790 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:47.803800 --- ParallelTerminationStrategy: PID 56 died...
22:49:47.805404 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:47.809290 --- ParallelTerminationStrategy: PID 57 died...
22:49:47.810820 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:47.814625 --- ParallelTerminationStrategy: PID 58 died...
22:49:47.816157 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:47.819995 --- ParallelTerminationStrategy: PID 59 died...
22:49:47.821563 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:47.825519 --- ParallelTerminationStrategy: PID 60 died...
22:49:47.827141 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:47.831220 --- ParallelTerminationStrategy: PID 61 died...
22:49:47.846595 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:47.851723 --- ParallelTerminationStrategy: PID 62 died...
22:49:47.853695 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:47.858601 --- ParallelTerminationStrategy: PID 63 died...
22:49:47.860655 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:47.865702 --- ParallelTerminationStrategy: PID 64 died...
22:49:47.867750 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:47.873035 --- ParallelTerminationStrategy: PID 65 died...
22:49:47.875110 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:47.880158 --- ParallelTerminationStrategy: PID 66 died...
22:49:47.882181 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:47.887259 --- ParallelTerminationStrategy: PID 67 died...
22:49:47.889331 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:47.894702 --- ParallelTerminationStrategy: PID 68 died...
22:49:47.896820 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:47.901857 --- ParallelTerminationStrategy: PID 69 died...
22:49:47.903878 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:47.908950 --- ParallelTerminationStrategy: PID 70 died...
22:49:47.911059 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:47.916223 --- ParallelTerminationStrategy: PID 71 died...
22:49:47.918370 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:47.923569 --- ParallelTerminationStrategy: PID 72 died...
22:49:47.925760 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:47.930825 --- ParallelTerminationStrategy: PID 73 died...
22:49:47.932880 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:47.937900 --- ParallelTerminationStrategy: PID 74 died...
22:49:47.939996 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:47.945235 --- ParallelTerminationStrategy: PID 75 died...
22:49:47.947373 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:47.952460 --- ParallelTerminationStrategy: PID 76 died...
22:49:47.954581 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:47.959650 --- ParallelTerminationStrategy: PID 77 died...
22:49:47.961749 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:47.966801 --- ParallelTerminationStrategy: PID 78 died...
22:49:47.968955 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:47.974067 --- ParallelTerminationStrategy: PID 79 died...
22:49:47.976132 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:47.981221 --- ParallelTerminationStrategy: PID 80 died...
22:49:47.983282 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:47.988414 --- ParallelTerminationStrategy: PID 81 died...
22:49:47.990710 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:47.996286 --- ParallelTerminationStrategy: PID 82 died...
22:49:47.998447 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:48.003671 --- ParallelTerminationStrategy: PID 83 died...
22:49:48.005750 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:48.010980 --- ParallelTerminationStrategy: PID 84 died...
22:49:48.013120 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:48.018264 --- ParallelTerminationStrategy: PID 85 died...
22:49:48.020351 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:48.025615 --- ParallelTerminationStrategy: PID 86 died...
22:49:48.027701 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:48.032953 --- ParallelTerminationStrategy: PID 87 died...
22:49:48.035165 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:48.040809 --- ParallelTerminationStrategy: PID 88 died...
22:49:48.042911 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:48.048149 --- ParallelTerminationStrategy: PID 89 died...
22:49:48.050346 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:48.055812 --- ParallelTerminationStrategy: PID 90 died...
22:49:48.058060 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:48.063392 --- ParallelTerminationStrategy: PID 91 died...
22:49:48.065555 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:48.070732 --- ParallelTerminationStrategy: PID 92 died...
22:49:48.072880 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:48.078650 --- ParallelTerminationStrategy: PID 93 died...
22:49:48.080878 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:48.086191 --- ParallelTerminationStrategy: PID 94 died...
22:49:48.088375 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:48.094031 --- ParallelTerminationStrategy: PID 95 died...
22:49:48.096388 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:48.101844 --- ParallelTerminationStrategy: PID 96 died...
22:49:48.104118 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:48.109607 --- ParallelTerminationStrategy: PID 97 died...
22:49:48.111761 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:48.117110 --- ParallelTerminationStrategy: PID 98 died...
22:49:48.119272 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:48.124453 --- ParallelTerminationStrategy: PID 99 died...
22:49:48.126568 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:48.131817 --- ParallelTerminationStrategy: PID 100 died...
22:49:48.134021 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:48.139312 --- ParallelTerminationStrategy: PID 101 died...
22:49:48.141469 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:48.146619 --- ParallelTerminationStrategy: PID 102 died...
22:49:48.148662 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:48.153745 --- ParallelTerminationStrategy: PID 103 died...
22:49:48.155836 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:48.161105 --- ParallelTerminationStrategy: PID 104 died...
22:49:48.163157 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:48.168242 --- ParallelTerminationStrategy: PID 105 died...
22:49:48.170326 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:48.175442 --- ParallelTerminationStrategy: PID 106 died...
22:49:48.177635 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:48.182917 --- ParallelTerminationStrategy: PID 107 died...
22:49:48.185060 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:48.190448 --- ParallelTerminationStrategy: PID 108 died...
22:49:48.192697 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:48.198030 --- ParallelTerminationStrategy: PID 109 died...
22:49:48.200334 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:48.211038 --- ParallelTerminationStrategy: PID 110 died...
22:49:48.215404 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:48.226444 --- ParallelTerminationStrategy: PID 111 died...
22:49:48.230918 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:48.240937 --- ParallelTerminationStrategy: PID 112 died...
22:49:48.244864 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:48.254655 --- ParallelTerminationStrategy: PID 113 died...
22:49:48.258636 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:48.268040 --- ParallelTerminationStrategy: PID 114 died...
22:49:48.271855 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:48.281461 --- ParallelTerminationStrategy: PID 115 died...
22:49:48.285405 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:48.294976 --- ParallelTerminationStrategy: PID 116 died...
22:49:48.298958 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:48.309141 --- ParallelTerminationStrategy: PID 117 died...
22:49:48.313343 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:48.323600 --- ParallelTerminationStrategy: PID 118 died...
22:49:48.328006 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:48.338676 --- ParallelTerminationStrategy: PID 119 died...
22:49:48.342961 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:48.353424 --- ParallelTerminationStrategy: PID 120 died...
22:49:48.357498 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:48.367091 --- ParallelTerminationStrategy: PID 121 died...
22:49:48.370979 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:48.380639 --- ParallelTerminationStrategy: PID 122 died...
22:49:48.384784 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:48.394627 --- ParallelTerminationStrategy: PID 123 died...
22:49:48.398579 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:48.408459 --- ParallelTerminationStrategy: PID 124 died...
22:49:48.412528 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:48.421965 --- ParallelTerminationStrategy: PID 125 died...
22:49:48.425893 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:48.435592 --- ParallelTerminationStrategy: PID 126 died...
22:49:48.438755 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:48.444182 --- ParallelTerminationStrategy: PID 127 died...
22:49:48.446442 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:48.451677 --- ParallelTerminationStrategy: PID 128 died...
22:49:48.453801 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:48.459090 --- ParallelTerminationStrategy: PID 129 died...
22:49:48.461219 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:48.466363 --- ParallelTerminationStrategy: PID 130 died...
22:49:48.468472 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:48.473617 --- ParallelTerminationStrategy: PID 131 died...
22:49:48.475692 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:48.480877 --- ParallelTerminationStrategy: PID 132 died...
22:49:48.482933 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:48.488015 --- ParallelTerminationStrategy: PID 133 died...
22:49:48.490024 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:48.495028 --- ParallelTerminationStrategy: PID 134 died...
22:49:48.497068 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:48.502087 --- ParallelTerminationStrategy: PID 135 died...
22:49:48.504120 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:48.509173 --- ParallelTerminationStrategy: PID 136 died...
22:49:48.511190 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:48.516312 --- ParallelTerminationStrategy: PID 137 died...
22:49:48.518323 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:48.523294 --- ParallelTerminationStrategy: PID 138 died...
22:49:48.525298 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:48.530222 --- ParallelTerminationStrategy: PID 139 died...
22:49:48.532213 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:48.537220 --- ParallelTerminationStrategy: PID 140 died...
22:49:48.539216 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:48.544048 --- ParallelTerminationStrategy: PID 141 died...
22:49:48.545953 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:48.550648 --- ParallelTerminationStrategy: PID 142 died...
22:49:48.552500 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:48.557025 --- ParallelTerminationStrategy: PID 143 died...
22:49:48.558793 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:48.563197 --- ParallelTerminationStrategy: PID 144 died...
22:49:48.565000 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:48.569370 --- ParallelTerminationStrategy: PID 145 died...
22:49:48.571060 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:48.575261 --- ParallelTerminationStrategy: PID 146 died...
22:49:48.576938 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:48.581150 --- ParallelTerminationStrategy: PID 147 died...
22:49:48.582834 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:48.587032 --- ParallelTerminationStrategy: PID 148 died...
22:49:48.588732 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:48.593077 --- ParallelTerminationStrategy: PID 149 died...
22:49:48.594819 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:48.599225 --- ParallelTerminationStrategy: PID 150 died...
22:49:48.601002 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:48.605420 --- ParallelTerminationStrategy: PID 151 died...
22:49:48.607203 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:48.611629 --- ParallelTerminationStrategy: PID 152 died...
22:49:48.613429 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:48.617870 --- ParallelTerminationStrategy: PID 153 died...
22:49:48.619705 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:48.624268 --- ParallelTerminationStrategy: PID 154 died...
22:49:48.626104 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:48.630660 --- ParallelTerminationStrategy: PID 155 died...
22:49:48.632481 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:48.636935 --- ParallelTerminationStrategy: PID 156 died...
22:49:48.638718 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:48.643215 --- ParallelTerminationStrategy: PID 157 died...
22:49:48.645084 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:48.649648 --- ParallelTerminationStrategy: PID 158 died...
22:49:48.651480 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:48.656186 --- ParallelTerminationStrategy: PID 159 died...
22:49:48.658032 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:48.662578 --- ParallelTerminationStrategy: PID 160 died...
22:49:48.664413 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:48.668932 --- ParallelTerminationStrategy: PID 161 died...
22:49:48.670720 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:48.675155 --- ParallelTerminationStrategy: PID 162 died...
22:49:48.676963 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:48.681455 --- ParallelTerminationStrategy: PID 163 died...
22:49:48.683240 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:48.687715 --- ParallelTerminationStrategy: PID 164 died...
22:49:48.689493 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:48.693914 --- ParallelTerminationStrategy: PID 165 died...
22:49:48.695762 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:48.700514 --- ParallelTerminationStrategy: PID 166 died...
22:49:48.702636 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:48.710834 --- ParallelTerminationStrategy: PID 167 died...
22:49:48.714796 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:48.724331 --- ParallelTerminationStrategy: PID 168 died...
22:49:48.727684 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:48.733201 --- ParallelTerminationStrategy: PID 169 died...
22:49:48.735370 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:48.741059 --- ParallelTerminationStrategy: PID 170 died...
22:49:48.743254 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:48.748881 --- ParallelTerminationStrategy: PID 171 died...
22:49:48.751103 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:48.756717 --- ParallelTerminationStrategy: PID 172 died...
22:49:48.758921 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:48.764429 --- ParallelTerminationStrategy: PID 173 died...
22:49:48.766728 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:48.772029 --- ParallelTerminationStrategy: PID 174 died...
22:49:48.774141 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:48.779366 --- ParallelTerminationStrategy: PID 175 died...
22:49:48.781472 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:48.786868 --- ParallelTerminationStrategy: PID 176 died...
22:49:48.789075 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:48.794711 --- ParallelTerminationStrategy: PID 177 died...
22:49:48.796972 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:48.802533 --- ParallelTerminationStrategy: PID 178 died...
22:49:48.804792 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:48.810279 --- ParallelTerminationStrategy: PID 179 died...
22:49:48.812452 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:48.817958 --- ParallelTerminationStrategy: PID 180 died...
22:49:48.820055 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:48.825213 --- ParallelTerminationStrategy: PID 181 died...
22:49:48.827472 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:48.832643 --- ParallelTerminationStrategy: PID 182 died...
22:49:48.834770 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:48.840251 --- ParallelTerminationStrategy: PID 183 died...
22:49:48.842491 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:48.848079 --- ParallelTerminationStrategy: PID 184 died...
22:49:48.850445 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:48.855728 --- ParallelTerminationStrategy: PID 185 died...
22:49:48.857839 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:48.863034 --- ParallelTerminationStrategy: PID 186 died...
22:49:48.865197 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:48.870416 --- ParallelTerminationStrategy: PID 187 died...
22:49:48.872587 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:48.877917 --- ParallelTerminationStrategy: PID 188 died...
22:49:48.880021 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:48.885180 --- ParallelTerminationStrategy: PID 189 died...
22:49:48.887291 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:48.892713 --- ParallelTerminationStrategy: PID 190 died...
22:49:48.894832 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:48.900077 --- ParallelTerminationStrategy: PID 191 died...
22:49:48.902207 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:48.910181 --- ParallelTerminationStrategy: PID 192 died...
22:49:48.912437 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:48.918602 --- ParallelTerminationStrategy: PID 193 died...
22:49:48.921889 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:48.927624 --- ParallelTerminationStrategy: PID 194 died...
22:49:48.929878 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:48.935268 --- ParallelTerminationStrategy: PID 195 died...
22:49:48.937541 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:48.943338 --- ParallelTerminationStrategy: PID 196 died...
22:49:48.945627 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:48.951018 --- ParallelTerminationStrategy: PID 197 died...
22:49:48.953280 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:48.958672 --- ParallelTerminationStrategy: PID 198 died...
22:49:48.960778 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:48.966021 --- ParallelTerminationStrategy: PID 199 died...
22:49:48.968107 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:48.973488 --- ParallelTerminationStrategy: PID 200 died...
22:49:48.976375 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:48.982421 --- ParallelTerminationStrategy: PID 201 died...
22:49:48.984847 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:48.990348 --- ParallelTerminationStrategy: PID 202 died...
22:49:48.992519 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:48.997830 --- ParallelTerminationStrategy: PID 203 died...
22:49:48.999968 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:49.005273 --- ParallelTerminationStrategy: PID 204 died...
22:49:49.007429 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:49.012601 --- ParallelTerminationStrategy: PID 205 died...
22:49:49.014724 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:49.020013 --- ParallelTerminationStrategy: PID 206 died...
22:49:49.022273 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:49.027650 --- ParallelTerminationStrategy: PID 207 died...
22:49:49.029989 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:49.035826 --- ParallelTerminationStrategy: PID 208 died...
22:49:49.038550 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:49.044997 --- ParallelTerminationStrategy: PID 209 died...
22:49:49.047117 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:49.052564 --- ParallelTerminationStrategy: PID 210 died...
22:49:49.055017 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:49.060424 --- ParallelTerminationStrategy: PID 211 died...
22:49:49.062635 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:49.068141 --- ParallelTerminationStrategy: PID 212 died...
22:49:49.070344 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:49.075706 --- ParallelTerminationStrategy: PID 213 died...
22:49:49.077867 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:49.083422 --- ParallelTerminationStrategy: PID 214 died...
22:49:49.085543 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:49.091051 --- ParallelTerminationStrategy: PID 215 died...
22:49:49.093359 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:49.099351 --- ParallelTerminationStrategy: PID 216 died...
22:49:49.102000 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:49.107918 --- ParallelTerminationStrategy: PID 217 died...
22:49:49.110174 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:49.115694 --- ParallelTerminationStrategy: PID 218 died...
22:49:49.118379 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:49.124166 --- ParallelTerminationStrategy: PID 219 died...
22:49:49.126501 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:49.131922 --- ParallelTerminationStrategy: PID 220 died...
22:49:49.134234 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:49.139906 --- ParallelTerminationStrategy: PID 221 died...
22:49:49.142192 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:49.147482 --- ParallelTerminationStrategy: PID 222 died...
22:49:49.149665 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:49.155186 --- ParallelTerminationStrategy: PID 223 died...
22:49:49.157570 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:49.163403 --- ParallelTerminationStrategy: PID 224 died...
22:49:49.166098 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:49.172729 --- ParallelTerminationStrategy: PID 225 died...
22:49:49.175495 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:49.182978 --- ParallelTerminationStrategy: PID 226 died...
22:49:49.185278 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:49.191132 --- ParallelTerminationStrategy: PID 227 died...
22:49:49.193481 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:49.199271 --- ParallelTerminationStrategy: PID 228 died...
22:49:49.201859 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:49.208081 --- ParallelTerminationStrategy: PID 229 died...
22:49:49.210424 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:49.216579 --- ParallelTerminationStrategy: PID 230 died...
22:49:49.219181 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:49.225102 --- ParallelTerminationStrategy: PID 231 died...
22:49:49.227576 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:49.233602 --- ParallelTerminationStrategy: PID 232 died...
22:49:49.235917 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:49.241593 --- ParallelTerminationStrategy: PID 233 died...
22:49:49.243904 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:49.249742 --- ParallelTerminationStrategy: PID 234 died...
22:49:49.252044 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:51.937284 --- ParallelTerminationStrategy: PID 34 died...
22:49:51.941671 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7914 netreg_mass PASS
---------------------------------------------------------------------
22:49:52.098918 tst trial-7914: Storing JUnit report in /build/trial-7914/run.2025-03-23_22-48-21/trial-7914.xml
--------------------------------------------------------------------------------------------
trial-7914 PASS
--------------------------------------------------------------------------------------------
22:49:52.121439 tst trial-7914: trial-7914: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (85.0 sec)
+ exit_code=0
+ rm -rf trial-7914/inst
+ cd trial-7914
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-03-23 22:48:21
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7914-run.tgz run.2025-03-23_22-48-21
+ tar czf /build/trial-7914-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-03-23_22_27_08.tgz osmo-bts-oc2g.build-2025-03-23_00_51_38.tgz osmo-bts-sysmo.build-2025-03-23_00_51_30.tgz osmo-bts.build-2025-03-23_00_51_40.tgz osmo-ggsn.build-2025-03-23_20_42_37.tgz osmo-hlr.build-2025-03-23_16_36_56.tgz osmo-hnbgw.build-2025-03-23_13_28_31.tgz osmo-mgw.build-2025-03-23_08_33_12.tgz osmo-msc.build-2025-03-23_13_32_48.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-23_07_41_41.tgz osmo-pcu-sysmo.build-2025-03-23_07_41_34.tgz osmo-pcu.build-2025-03-23_07_41_40.tgz osmo-sgsn.build-2025-03-23_20_48_36.tgz osmo-stp.build-2025-03-23_13_23_06.tgz osmo-trx.build-2025-03-23_14_27_38.tgz osmocom-bb.build-2025-03-23_21_17_14.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x
### Clean up ###
+ trap - EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS