Skipping 15 KB..
Full Log+ 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-8131
+ 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
88b255d common/Release.key: update
+ 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_S1GW_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 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.2s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.4s
#7 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#7 CACHED
#8 [ 2/28] RUN useradd -ms /bin/bash jenkins
#8 CACHED
#9 [ 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
#9 CACHED
#10 [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
#10 CACHED
#11 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#11 CACHED
#12 [ 3/28] RUN groupadd osmo-gsm-tester
#12 CACHED
#13 [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
#13 CACHED
#14 [ 9/28] COPY SSH /root/.ssh
#14 CACHED
#15 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#15 CACHED
#16 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#16 CACHED
#17 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#17 CACHED
#18 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#18 CACHED
#19 [20/28] WORKDIR /TMP
#19 CACHED
#20 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#20 CACHED
#21 [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
#21 CACHED
#22 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#22 CACHED
#23 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#23 CACHED
#24 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#24 CACHED
#25 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://archive.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#25 CACHED
#26 [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
#26 CACHED
#27 [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
#27 CACHED
#28 [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
#28 CACHED
#29 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#29 CACHED
#30 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#30 CACHED
#31 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#31 CACHED
#32 [ 8/28] RUN MKDIR /var/run/sshd
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:f0de3231d1acece464b2d0d7ab927a1b794875335e51df263e9fefcb5e7c8140 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=8132 -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-10-27 22:48:28
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8132
+ mkdir -p trial-8132
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-10-27_13_31_34.tgz osmo-bts-oc2g.build-2025-10-27_00_52_52.tgz osmo-bts-sysmo.build-2025-10-27_00_52_40.tgz osmo-bts.build-2025-10-27_00_52_46.tgz osmo-ggsn.build-2025-10-27_20_42_26.tgz osmo-hlr.build-2025-10-27_16_36_54.tgz osmo-hnbgw.build-2025-10-27_13_33_18.tgz osmo-mgw.build-2025-10-27_08_33_15.tgz osmo-msc.build-2025-10-27_13_34_42.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-10-27_07_36_15.tgz osmo-pcu-sysmo.build-2025-10-27_07_34_15.tgz osmo-pcu.build-2025-10-27_07_36_20.tgz osmo-sgsn.build-2025-10-27_20_48_15.tgz osmo-stp.build-2025-10-27_13_27_49.tgz osmo-trx.build-2025-10-27_14_27_56.tgz osmocom-bb.build-2025-10-27_21_17_14.tgz srslte.build-19.tgz trial-8132
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-10-27_13_31_34.md5 osmo-bts-oc2g.build-2025-10-27_00_52_52.md5 osmo-bts-sysmo.build-2025-10-27_00_52_40.md5 osmo-bts.build-2025-10-27_00_52_46.md5 osmo-ggsn.build-2025-10-27_20_42_26.md5 osmo-hlr.build-2025-10-27_16_36_54.md5 osmo-hnbgw.build-2025-10-27_13_33_18.md5 osmo-mgw.build-2025-10-27_08_33_15.md5 osmo-msc.build-2025-10-27_13_34_42.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-10-27_07_36_15.md5 osmo-pcu-sysmo.build-2025-10-27_07_34_15.md5 osmo-pcu.build-2025-10-27_07_36_20.md5 osmo-sgsn.build-2025-10-27_20_48_15.md5 osmo-stp.build-2025-10-27_13_27_49.md5 osmo-trx.build-2025-10-27_14_27_56.md5 osmocom-bb.build-2025-10-27_21_17_14.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-10-27_13_31_34.md5 osmo-bts-oc2g.build-2025-10-27_00_52_52.md5 osmo-bts-sysmo.build-2025-10-27_00_52_40.md5 osmo-bts.build-2025-10-27_00_52_46.md5 osmo-ggsn.build-2025-10-27_20_42_26.md5 osmo-hlr.build-2025-10-27_16_36_54.md5 osmo-hnbgw.build-2025-10-27_13_33_18.md5 osmo-mgw.build-2025-10-27_08_33_15.md5 osmo-msc.build-2025-10-27_13_34_42.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-10-27_07_36_15.md5 osmo-pcu-sysmo.build-2025-10-27_07_34_15.md5 osmo-pcu.build-2025-10-27_07_36_20.md5 osmo-sgsn.build-2025-10-27_20_48_15.md5 osmo-stp.build-2025-10-27_13_27_49.md5 osmo-trx.build-2025-10-27_14_27_56.md5 osmocom-bb.build-2025-10-27_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-8132 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8132'
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-8132
--------------------------------------------------------------------------------------------
22:48:28.530514 tst trial-8132: Detailed log at /build/trial-8132/run.2025-10-27_22-48-28/log
---------------------------------------------------------------------
trial-8132 netreg_mass
---------------------------------------------------------------------
22:48:28.744175 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:28.744541 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:28.745328 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:28.746485 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:28.791556 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:28.792922 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:28.794091 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:28.868165 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-8132 netreg_mass register_default_mass.py
----------------------------------------------
22:48:28.870273 tst register_default_mass.py:9: Claiming resources for the test
22:48:28.886874 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:28.887464 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:28.887944 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:28.888400 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:28.888869 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:28.889341 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:28.889794 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:28.934701 tst register_default_mass.py: using LAC 2
22:48:28.968360 tst register_default_mass.py: using RAC 2
22:48:29.006736 tst register_default_mass.py: using CellId 2
22:48:29.043689 tst register_default_mass.py: using BVCI 3
22:48:29.049678 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.050325 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.050868 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.051391 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.051903 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.052441 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.052968 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.053493 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.054038 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.054557 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.055061 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.055582 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.056107 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.056626 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.057159 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.057674 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.058183 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.058711 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.059229 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.059744 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.060264 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.060783 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.061294 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.061822 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.062333 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.062840 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.063343 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.063863 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.064375 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.064918 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.065441 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.065961 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.066479 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.067008 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.067525 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.068053 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.068567 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.069099 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.069624 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.070131 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.070644 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.071151 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.071657 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.072159 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.072681 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.073185 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.073689 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.074212 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.074712 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.075212 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.075736 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.076251 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.076758 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.077264 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.077784 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.078356 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.078867 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.079395 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.079904 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.080402 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.080921 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.081431 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.081942 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.082457 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.082966 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.083472 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.083974 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.084492 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.085004 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.085501 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.085999 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.086522 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.087113 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.087621 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.088129 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.088646 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.089137 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.089642 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.090148 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.090637 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.091125 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.091635 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.092128 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.092620 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.093123 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.093618 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.094115 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.094611 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.095117 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.095616 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.096123 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.096632 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.097135 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.097651 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.098153 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.098646 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.099146 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.099663 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.100174 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.100676 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.101182 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.101750 tst register_default_mass.py:21: Launching a simple network
22:48:29.111861 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:29.236596 run create_hlr_db(pid=20): Launched
22:48:30.246140 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:30.262587 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:30.278002 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:30.283960 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:30.470007 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:30.486640 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:30.495267 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:30.932375 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:30.947844 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:33.969815 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:34.118909 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:34.134605 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:34.140578 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:34.165225 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:34.180522 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:34.186497 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:34.519172 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:34.535276 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:40.555271 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:40.712420 run osmo-bts-virtual(pid=34): Launched
22:48:41.762040 tst register_default_mass.py: using MSISDN 1001
22:48:41.772741 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:41.867901 tst register_default_mass.py: using MSISDN 1002
22:48:41.873812 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:41.945114 tst register_default_mass.py: using MSISDN 1003
22:48:41.952071 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:42.068735 tst register_default_mass.py: using MSISDN 1004
22:48:42.076580 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:42.156577 tst register_default_mass.py: using MSISDN 1005
22:48:42.163509 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:42.236705 tst register_default_mass.py: using MSISDN 1006
22:48:42.243643 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:42.308255 tst register_default_mass.py: using MSISDN 1007
22:48:42.314052 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:42.393185 tst register_default_mass.py: using MSISDN 1008
22:48:42.399032 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:42.475549 tst register_default_mass.py: using MSISDN 1009
22:48:42.481527 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:42.564985 tst register_default_mass.py: using MSISDN 1010
22:48:42.570954 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:42.658284 tst register_default_mass.py: using MSISDN 1011
22:48:42.665196 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:42.728616 tst register_default_mass.py: using MSISDN 1012
22:48:42.734303 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:42.798283 tst register_default_mass.py: using MSISDN 1013
22:48:42.804530 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:42.864727 tst register_default_mass.py: using MSISDN 1014
22:48:42.872402 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:42.943834 tst register_default_mass.py: using MSISDN 1015
22:48:42.949470 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:43.028039 tst register_default_mass.py: using MSISDN 1016
22:48:43.033803 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:43.103567 tst register_default_mass.py: using MSISDN 1017
22:48:43.109361 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:43.180732 tst register_default_mass.py: using MSISDN 1018
22:48:43.186774 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:43.778774 tst register_default_mass.py: using MSISDN 1019
22:48:43.787408 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:43.903429 tst register_default_mass.py: using MSISDN 1020
22:48:43.909265 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:43.976852 tst register_default_mass.py: using MSISDN 1021
22:48:43.992859 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:44.199462 tst register_default_mass.py: using MSISDN 1022
22:48:44.208658 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:44.283074 tst register_default_mass.py: using MSISDN 1023
22:48:44.293373 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:44.367883 tst register_default_mass.py: using MSISDN 1024
22:48:44.374021 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:44.444753 tst register_default_mass.py: using MSISDN 1025
22:48:44.450518 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:44.527041 tst register_default_mass.py: using MSISDN 1026
22:48:44.536254 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:44.614327 tst register_default_mass.py: using MSISDN 1027
22:48:44.632215 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:44.716835 tst register_default_mass.py: using MSISDN 1028
22:48:44.722792 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:44.809612 tst register_default_mass.py: using MSISDN 1029
22:48:44.820666 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:45.115314 tst register_default_mass.py: using MSISDN 1030
22:48:45.124556 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:45.192032 tst register_default_mass.py: using MSISDN 1031
22:48:45.208723 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:45.280321 tst register_default_mass.py: using MSISDN 1032
22:48:45.300272 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:45.373928 tst register_default_mass.py: using MSISDN 1033
22:48:45.382672 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:45.451122 tst register_default_mass.py: using MSISDN 1034
22:48:45.457744 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:45.556110 tst register_default_mass.py: using MSISDN 1035
22:48:45.562164 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:45.635471 tst register_default_mass.py: using MSISDN 1036
22:48:45.641186 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:45.721092 tst register_default_mass.py: using MSISDN 1037
22:48:45.727320 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:45.921179 tst register_default_mass.py: using MSISDN 1038
22:48:45.943247 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:46.017392 tst register_default_mass.py: using MSISDN 1039
22:48:46.023093 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:46.103774 tst register_default_mass.py: using MSISDN 1040
22:48:46.125794 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:46.201477 tst register_default_mass.py: using MSISDN 1041
22:48:46.211236 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:46.284249 tst register_default_mass.py: using MSISDN 1042
22:48:46.296924 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:46.366271 tst register_default_mass.py: using MSISDN 1043
22:48:46.373147 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:46.456556 tst register_default_mass.py: using MSISDN 1044
22:48:46.462515 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:46.577482 tst register_default_mass.py: using MSISDN 1045
22:48:46.583452 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:46.708810 tst register_default_mass.py: using MSISDN 1046
22:48:46.724352 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:46.810209 tst register_default_mass.py: using MSISDN 1047
22:48:46.820953 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:46.895367 tst register_default_mass.py: using MSISDN 1048
22:48:46.901344 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:47.038276 tst register_default_mass.py: using MSISDN 1049
22:48:47.044310 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:47.134447 tst register_default_mass.py: using MSISDN 1050
22:48:47.144266 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:47.225273 tst register_default_mass.py: using MSISDN 1051
22:48:47.236429 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:47.319204 tst register_default_mass.py: using MSISDN 1052
22:48:47.330778 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:47.403091 tst register_default_mass.py: using MSISDN 1053
22:48:47.414254 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:47.599759 tst register_default_mass.py: using MSISDN 1054
22:48:47.607970 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:48.027718 tst register_default_mass.py: using MSISDN 1055
22:48:48.035634 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:48.123475 tst register_default_mass.py: using MSISDN 1056
22:48:48.146394 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:48.233805 tst register_default_mass.py: using MSISDN 1057
22:48:48.239479 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:48.314979 tst register_default_mass.py: using MSISDN 1058
22:48:48.333244 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:48.555880 tst register_default_mass.py: using MSISDN 1059
22:48:48.563298 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:49.213817 tst register_default_mass.py: using MSISDN 1060
22:48:49.224069 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:49.285622 tst register_default_mass.py: using MSISDN 1061
22:48:49.302581 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:49.944130 tst register_default_mass.py: using MSISDN 1062
22:48:49.952700 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:50.048193 tst register_default_mass.py: using MSISDN 1063
22:48:50.053931 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:50.203435 tst register_default_mass.py: using MSISDN 1064
22:48:50.209983 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:50.298113 tst register_default_mass.py: using MSISDN 1065
22:48:50.304069 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:50.408077 tst register_default_mass.py: using MSISDN 1066
22:48:50.419150 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:50.639373 tst register_default_mass.py: using MSISDN 1067
22:48:50.646143 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:50.887736 tst register_default_mass.py: using MSISDN 1068
22:48:50.896027 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:51.016822 tst register_default_mass.py: using MSISDN 1069
22:48:51.022705 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:51.094706 tst register_default_mass.py: using MSISDN 1070
22:48:51.100439 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:51.170228 tst register_default_mass.py: using MSISDN 1071
22:48:51.176220 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:51.257271 tst register_default_mass.py: using MSISDN 1072
22:48:51.263206 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:51.363730 tst register_default_mass.py: using MSISDN 1073
22:48:51.371947 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:51.448350 tst register_default_mass.py: using MSISDN 1074
22:48:51.454187 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:51.528620 tst register_default_mass.py: using MSISDN 1075
22:48:51.534359 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:51.610615 tst register_default_mass.py: using MSISDN 1076
22:48:51.616276 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:51.683914 tst register_default_mass.py: using MSISDN 1077
22:48:51.689602 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:51.767372 tst register_default_mass.py: using MSISDN 1078
22:48:51.773281 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:51.854220 tst register_default_mass.py: using MSISDN 1079
22:48:51.876501 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:51.957168 tst register_default_mass.py: using MSISDN 1080
22:48:51.975810 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:52.041463 tst register_default_mass.py: using MSISDN 1081
22:48:52.057278 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:52.139115 tst register_default_mass.py: using MSISDN 1082
22:48:52.146866 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:52.236708 tst register_default_mass.py: using MSISDN 1083
22:48:52.251941 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:52.335362 tst register_default_mass.py: using MSISDN 1084
22:48:52.348715 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:52.422386 tst register_default_mass.py: using MSISDN 1085
22:48:52.430228 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:52.533676 tst register_default_mass.py: using MSISDN 1086
22:48:52.539703 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:52.950342 tst register_default_mass.py: using MSISDN 1087
22:48:52.962469 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:53.036833 tst register_default_mass.py: using MSISDN 1088
22:48:53.056688 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:53.120387 tst register_default_mass.py: using MSISDN 1089
22:48:53.135433 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:53.212452 tst register_default_mass.py: using MSISDN 1090
22:48:53.225871 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:53.312260 tst register_default_mass.py: using MSISDN 1091
22:48:53.321302 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:53.396562 tst register_default_mass.py: using MSISDN 1092
22:48:53.418710 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:53.485297 tst register_default_mass.py: using MSISDN 1093
22:48:53.492815 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:53.716220 tst register_default_mass.py: using MSISDN 1094
22:48:53.734248 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:53.817824 tst register_default_mass.py: using MSISDN 1095
22:48:53.834363 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:53.908621 tst register_default_mass.py: using MSISDN 1096
22:48:53.930728 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:54.332598 tst register_default_mass.py: using MSISDN 1097
22:48:54.343138 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:54.414020 tst register_default_mass.py: using MSISDN 1098
22:48:54.433205 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:54.514918 tst register_default_mass.py: using MSISDN 1099
22:48:54.521020 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:54.626905 tst register_default_mass.py: using MSISDN 1100
22:48:54.638345 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:54.946163 run mass: Starting testcase
22:48:54.952556 run mass: Pre-launching all virtphy's
22:48:54.977835 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:54.998910 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:55.006102 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:55.019478 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:55.025614 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:55.038606 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:55.044856 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:55.058170 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:55.064381 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:55.077608 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:55.083636 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:55.096531 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:55.102569 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:55.115658 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:55.121712 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:55.134668 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:55.140710 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:55.153561 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:55.159556 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:55.172874 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:55.178943 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:55.192491 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:55.199539 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:55.212866 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:55.218933 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:55.234238 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:55.240230 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:55.253426 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:55.260590 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:55.273958 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:55.280985 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:55.295435 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:55.301529 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:55.314958 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:55.321489 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:55.335203 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:55.341513 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:55.369567 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:55.377305 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:55.391237 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:55.397327 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:55.412496 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:55.418879 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:55.432452 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:55.438593 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:55.468958 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:55.475728 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:55.489571 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:55.496022 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:55.510928 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:55.516967 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:55.530133 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:55.537408 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:55.552049 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:55.558089 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:55.571756 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:55.578167 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:55.591302 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:55.597294 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:55.627314 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:55.633813 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:55.646997 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:55.653214 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:55.666934 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:55.673287 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:55.686838 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:55.693219 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:55.706758 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:55.726048 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:55.739890 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:55.746013 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:55.759038 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:55.765308 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:55.779066 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:55.785412 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:55.812855 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:55.819128 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:55.832438 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:55.838570 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:55.851834 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:55.857932 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:55.871041 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:55.877089 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:55.892619 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:55.898564 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:55.911349 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:55.917376 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:55.930467 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:55.936498 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:55.949679 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:55.955694 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:55.968790 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:55.974930 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:55.987992 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:55.993983 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:56.006841 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:56.012830 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:56.025677 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:56.031661 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:56.044793 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:56.050779 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:56.063953 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:56.070055 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:56.083091 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:56.089134 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:56.102461 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:56.108778 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:56.122424 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:56.128742 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:56.142446 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:56.148655 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:56.161817 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:56.167893 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:56.181237 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:56.187546 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:56.201439 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:56.207842 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:56.221426 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:56.227699 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:56.241043 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:56.247142 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:56.260314 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:56.266397 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:56.279674 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:56.285809 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:56.299773 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:56.306101 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:56.319725 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:56.325989 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:56.339643 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:56.346033 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:56.359969 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:56.366452 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:56.380342 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:56.387614 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:56.401414 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:56.408837 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:56.422645 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:56.428962 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:56.442658 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:56.448960 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:56.486095 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:56.493648 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:56.507588 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:56.514082 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:56.541287 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:56.547756 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:56.561852 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:56.568156 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:56.582197 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:56.588523 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:56.601850 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:56.607910 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:56.621093 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:56.627295 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:56.640662 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:56.646984 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:56.660634 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:56.666937 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:56.680115 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:56.686262 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:56.699585 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:56.705658 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:56.718809 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:56.724854 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:56.738329 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:56.744607 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:56.757807 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:56.763958 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:56.777187 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:56.783280 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:56.796702 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:56.802875 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:56.816644 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:56.823290 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:56.836571 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:56.842675 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:56.855833 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:56.862007 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:56.875077 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:56.881147 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:56.894408 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:56.900924 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:56.914487 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:56.920630 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:56.933872 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:56.939926 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:56.952991 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:56.959204 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:56.972523 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:56.978772 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:56.992032 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:56.998464 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:57.011674 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:57.017765 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:57.031146 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:57.037280 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:57.052047 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:57.058146 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:57.071666 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:57.077784 run mass: Checking if sockets are in the filesystem
22:48:57.089886 run osmo-ms-mob/00000: Starting mobile
22:48:57.103153 run osmo-ms-mob/00000(pid=135): Launched
22:48:57.117190 run mass: MS start registered {at=24836242.820541065, delay=0.007930003106594086, ms=00000}
22:49:01.289774 run osmo-ms-mob/00001: Starting mobile
22:49:01.302796 run osmo-ms-mob/00001(pid=136): Launched
22:49:01.313666 run mass: MS start registered {at=24836247.017015606, delay=0.004897914826869965, ms=00001}
22:49:02.954773 run mass: MS performed LU {at=24836248.658086225, lu_delay=5.837545160204172, ms=00000}
22:49:03.089532 run osmo-ms-mob/00002: Starting mobile
22:49:03.103185 run osmo-ms-mob/00002(pid=137): Launched
22:49:03.114624 run mass: MS start registered {at=24836248.817957804, delay=0.004962760955095291, ms=00002}
22:49:04.389713 run osmo-ms-mob/00003: Starting mobile
22:49:04.403030 run osmo-ms-mob/00003(pid=138): Launched
22:49:04.414101 run mass: MS start registered {at=24836250.117448132, delay=0.0048820748925209045, ms=00003}
22:49:05.492594 run osmo-ms-mob/00004: Starting mobile
22:49:05.506307 run osmo-ms-mob/00004(pid=139): Launched
22:49:05.517931 run mass: MS start registered {at=24836251.221278008, delay=0.0053167156875133514, ms=00004}
22:49:06.489600 run osmo-ms-mob/00005: Starting mobile
22:49:06.503013 run osmo-ms-mob/00005(pid=140): Launched
22:49:06.514083 run mass: MS start registered {at=24836252.217433956, delay=0.004802830517292023, ms=00005}
22:49:06.720738 run mass: MS performed LU {at=24836252.424063772, lu_delay=5.407048165798187, ms=00001}
22:49:07.389639 run osmo-ms-mob/00006: Starting mobile
22:49:07.402881 run osmo-ms-mob/00006(pid=141): Launched
22:49:07.413875 run mass: MS start registered {at=24836253.117226645, delay=0.004855073988437653, ms=00006}
22:49:08.295831 run osmo-ms-mob/00007: Starting mobile
22:49:08.322790 run osmo-ms-mob/00007(pid=142): Launched
22:49:08.334779 run mass: MS start registered {at=24836254.03812463, delay=3.4108757972717285e-05, ms=00007}
22:49:08.621896 run mass: MS performed LU {at=24836254.325210933, lu_delay=5.5072531290352345, ms=00002}
22:49:09.089739 run osmo-ms-mob/00008: Starting mobile
22:49:09.103949 run osmo-ms-mob/00008(pid=143): Launched
22:49:09.115347 run mass: MS start registered {at=24836254.818698823, delay=0.004902157932519913, ms=00008}
22:49:09.790082 run osmo-ms-mob/00009: Starting mobile
22:49:09.804231 run osmo-ms-mob/00009(pid=144): Launched
22:49:09.814894 run mass: MS start registered {at=24836255.518242907, delay=0.004534292966127396, ms=00009}
22:49:10.490285 run osmo-ms-mob/00010: Starting mobile
22:49:10.504213 run osmo-ms-mob/00010(pid=145): Launched
22:49:10.510840 run mass: MS performed LU {at=24836256.21419482, lu_delay=4.992916811257601, ms=00004}
22:49:10.516987 run mass: MS start registered {at=24836256.220353495, delay=0.006180752068758011, ms=00010}
22:49:10.532621 run mass: MS performed LU {at=24836256.23597208, lu_delay=6.118523947894573, ms=00003}
22:49:11.090121 run osmo-ms-mob/00011: Starting mobile
22:49:11.104873 run osmo-ms-mob/00011(pid=146): Launched
22:49:11.116092 run mass: MS start registered {at=24836256.819437124, delay=0.0047887712717056274, ms=00011}
22:49:11.690119 run osmo-ms-mob/00012: Starting mobile
22:49:11.703491 run osmo-ms-mob/00012(pid=147): Launched
22:49:11.715313 run mass: MS start registered {at=24836257.41866424, delay=0.005550418049097061, ms=00012}
22:49:12.289943 run osmo-ms-mob/00013: Starting mobile
22:49:12.304243 run osmo-ms-mob/00013(pid=148): Launched
22:49:12.315562 run mass: MS start registered {at=24836258.01891133, delay=0.004976041615009308, ms=00013}
22:49:12.387679 run mass: MS performed LU {at=24836258.091011956, lu_delay=4.973785310983658, ms=00006}
22:49:12.434727 run mass: MS performed LU {at=24836258.13805613, lu_delay=5.920622173696756, ms=00005}
22:49:12.891856 run osmo-ms-mob/00014: Starting mobile
22:49:12.905305 run osmo-ms-mob/00014(pid=149): Launched
22:49:12.916550 run mass: MS start registered {at=24836258.61989458, delay=0.004903707653284073, ms=00014}
22:49:13.490471 run osmo-ms-mob/00015: Starting mobile
22:49:13.504876 run osmo-ms-mob/00015(pid=150): Launched
22:49:13.516022 run mass: MS start registered {at=24836259.21937315, delay=0.004736248403787613, ms=00015}
22:49:13.990642 run osmo-ms-mob/00016: Starting mobile
22:49:14.004854 run osmo-ms-mob/00016(pid=151): Launched
22:49:14.017006 run mass: MS start registered {at=24836259.720344666, delay=0.005694970488548279, ms=00016}
22:49:14.252827 run mass: MS performed LU {at=24836259.956146106, lu_delay=5.918021477758884, ms=00007}
22:49:14.298106 run mass: MS performed LU {at=24836260.001433562, lu_delay=5.182734739035368, ms=00008}
22:49:14.495273 run osmo-ms-mob/00017: Starting mobile
22:49:14.521651 run osmo-ms-mob/00017(pid=152): Launched
22:49:14.537994 run mass: MS start registered {at=24836260.241322253, delay=0.0037071295082569122, ms=00017}
22:49:14.622074 run mass: MS performed LU {at=24836260.32539302, lu_delay=4.807150114327669, ms=00009}
22:49:15.095393 run osmo-ms-mob/00018: Starting mobile
22:49:15.117242 run osmo-ms-mob/00018(pid=153): Launched
22:49:15.130321 run mass: MS start registered {at=24836260.83363933, delay=0.005867578089237213, ms=00018}
22:49:15.515776 run osmo-ms-mob/00019: Starting mobile
22:49:15.551744 run osmo-ms-mob/00019(pid=154): Launched
22:49:15.576565 run mass: MS start registered {at=24836261.279866856, delay=0.006800148636102676, ms=00019}
22:49:15.999566 run osmo-ms-mob/00020: Starting mobile
22:49:16.036438 run osmo-ms-mob/00020(pid=155): Launched
22:49:16.060535 run mass: MS start registered {at=24836261.76383501, delay=0.005114313215017319, ms=00020}
22:49:16.154316 run mass: MS performed LU {at=24836261.85762254, lu_delay=5.03818541765213, ms=00011}
22:49:16.200742 run mass: MS performed LU {at=24836261.904043708, lu_delay=5.683690212666988, ms=00010}
22:49:16.287778 run mass: MS performed LU {at=24836261.991084356, lu_delay=4.5724201165139675, ms=00012}
22:49:16.498146 run osmo-ms-mob/00021: Starting mobile
22:49:16.536083 run osmo-ms-mob/00021(pid=156): Launched
22:49:16.553916 run mass: MS start registered {at=24836262.25725345, delay=4.118308424949646e-05, ms=00021}
22:49:16.900751 run osmo-ms-mob/00022: Starting mobile
22:49:16.941569 run osmo-ms-mob/00022(pid=157): Launched
22:49:16.960372 run mass: MS start registered {at=24836262.66370581, delay=4.365295171737671e-05, ms=00022}
22:49:17.392942 run osmo-ms-mob/00023: Starting mobile
22:49:17.414361 run osmo-ms-mob/00023(pid=158): Launched
22:49:17.435045 run mass: MS start registered {at=24836263.138355777, delay=0.009099628776311874, ms=00023}
22:49:17.795078 run osmo-ms-mob/00024: Starting mobile
22:49:17.820096 run osmo-ms-mob/00024(pid=159): Launched
22:49:17.849783 run mass: MS start registered {at=24836263.553103175, delay=6.375834345817566e-05, ms=00024}
22:49:18.018259 run mass: MS performed LU {at=24836263.721568733, lu_delay=5.702657405287027, ms=00013}
22:49:18.065338 run mass: MS performed LU {at=24836263.768651213, lu_delay=5.148756634443998, ms=00014}
22:49:18.295225 run osmo-ms-mob/00025: Starting mobile
22:49:18.312680 run osmo-ms-mob/00025(pid=160): Launched
22:49:18.325053 run mass: MS start registered {at=24836264.028387826, delay=0.005431406199932098, ms=00025}
22:49:18.387165 run mass: MS performed LU {at=24836264.090490863, lu_delay=4.8711177110672, ms=00015}
22:49:18.690915 run osmo-ms-mob/00026: Starting mobile
22:49:18.708199 run osmo-ms-mob/00026(pid=161): Launched
22:49:18.725356 run mass: MS start registered {at=24836264.4286726, delay=0.008859556168317795, ms=00026}
22:49:19.096488 run osmo-ms-mob/00027: Starting mobile
22:49:19.115881 run osmo-ms-mob/00027(pid=162): Launched
22:49:19.133859 run mass: MS start registered {at=24836264.8371926, delay=0.009143959730863571, ms=00027}
22:49:19.496651 run osmo-ms-mob/00028: Starting mobile
22:49:19.528501 run osmo-ms-mob/00028(pid=163): Launched
22:49:19.542131 run mass: MS start registered {at=24836265.245479465, delay=3.020837903022766e-05, ms=00028}
22:49:19.817800 run mass: MS performed LU {at=24836265.521127056, lu_delay=4.687487725168467, ms=00018}
22:49:19.834068 run osmo-ms-mob/00029: Starting mobile
22:49:19.851360 run osmo-ms-mob/00029(pid=164): Launched
22:49:19.867996 run mass: MS start registered {at=24836265.571325947, delay=0.007561035454273224, ms=00029}
22:49:19.920250 run mass: MS performed LU {at=24836265.623569444, lu_delay=5.382247190922499, ms=00017}
22:49:19.966206 run mass: MS performed LU {at=24836265.66953189, lu_delay=5.949187222868204, ms=00016}
22:49:20.292122 run osmo-ms-mob/00030: Starting mobile
22:49:20.310600 run osmo-ms-mob/00030(pid=165): Launched
22:49:20.328796 run mass: MS start registered {at=24836266.03210088, delay=0.010071679949760437, ms=00030}
22:49:20.695861 run osmo-ms-mob/00031: Starting mobile
22:49:20.713620 run osmo-ms-mob/00031(pid=166): Launched
22:49:20.727585 run mass: MS start registered {at=24836266.43092891, delay=3.176182508468628e-05, ms=00031}
22:49:20.998178 run osmo-ms-mob/00032: Starting mobile
22:49:21.032009 run osmo-ms-mob/00032(pid=167): Launched
22:49:21.054158 run mass: MS start registered {at=24836266.757474314, delay=0.006430722773075104, ms=00032}
22:49:21.394978 run osmo-ms-mob/00033: Starting mobile
22:49:21.413255 run osmo-ms-mob/00033(pid=168): Launched
22:49:21.435053 run mass: MS start registered {at=24836267.13836916, delay=0.012698542326688766, ms=00033}
22:49:21.791138 run osmo-ms-mob/00034: Starting mobile
22:49:21.808846 run osmo-ms-mob/00034(pid=169): Launched
22:49:21.820718 run mass: MS performed LU {at=24836267.524071615, lu_delay=5.760236606001854, ms=00020}
22:49:21.828420 run mass: MS start registered {at=24836267.531783205, delay=0.007739488035440445, ms=00034}
22:49:21.840863 run mass: MS performed LU {at=24836267.54421054, lu_delay=5.286957088857889, ms=00021}
22:49:21.866392 run osmo-ms-mob/00035: Starting mobile
22:49:21.885359 run osmo-ms-mob/00035(pid=170): Launched
22:49:21.899351 run mass: MS start registered {at=24836267.602682438, delay=0.0003841295838356018, ms=00035}
22:49:21.955156 run mass: MS performed LU {at=24836267.658488147, lu_delay=6.3786212913692, ms=00019}
22:49:22.208451 run mass: MS performed LU {at=24836267.911763042, lu_delay=4.773407265543938, ms=00023}
22:49:22.493682 run osmo-ms-mob/00036: Starting mobile
22:49:22.512324 run osmo-ms-mob/00036(pid=171): Launched
22:49:22.528938 run mass: MS start registered {at=24836268.23226287, delay=0.00839967280626297, ms=00036}
22:49:22.897218 run osmo-ms-mob/00037: Starting mobile
22:49:22.916575 run osmo-ms-mob/00037(pid=172): Launched
22:49:22.929854 run mass: MS start registered {at=24836268.633199286, delay=0.00537591427564621, ms=00037}
22:49:23.190325 run osmo-ms-mob/00038: Starting mobile
22:49:23.206020 run osmo-ms-mob/00038(pid=173): Launched
22:49:23.219453 run mass: MS start registered {at=24836268.92278798, delay=0.00567525252699852, ms=00038}
22:49:23.492318 run osmo-ms-mob/00039: Starting mobile
22:49:23.509390 run osmo-ms-mob/00039(pid=174): Launched
22:49:23.522254 run mass: MS start registered {at=24836269.22559752, delay=0.005239903926849365, ms=00039}
22:49:23.584019 run mass: MS performed LU {at=24836269.287360083, lu_delay=5.734256908297539, ms=00024}
22:49:23.685366 run mass: MS performed LU {at=24836269.38869877, lu_delay=5.360310945659876, ms=00025}
22:49:23.731401 run mass: MS performed LU {at=24836269.434718747, lu_delay=5.006046146154404, ms=00026}
22:49:23.745624 run osmo-ms-mob/00040: Starting mobile
22:49:23.761601 run osmo-ms-mob/00040(pid=175): Launched
22:49:23.774442 run mass: MS start registered {at=24836269.477787443, delay=0.0054000020027160645, ms=00040}
22:49:23.875415 run mass: MS performed LU {at=24836269.578748528, lu_delay=4.74155592918396, ms=00027}
22:49:24.190563 run osmo-ms-mob/00041: Starting mobile
22:49:24.207514 run osmo-ms-mob/00041(pid=176): Launched
22:49:24.220540 run mass: MS start registered {at=24836269.923868608, delay=0.005528952926397324, ms=00041}
22:49:24.500266 run osmo-ms-mob/00042: Starting mobile
22:49:24.539605 run osmo-ms-mob/00042(pid=177): Launched
22:49:24.564438 run mass: MS start registered {at=24836270.267744705, delay=0.009135138243436813, ms=00042}
22:49:24.893605 run osmo-ms-mob/00043: Starting mobile
22:49:24.915417 run osmo-ms-mob/00043(pid=178): Launched
22:49:24.941054 run mass: MS start registered {at=24836270.644360278, delay=0.015106484293937683, ms=00043}
22:49:25.343151 run osmo-ms-mob/00044: Starting mobile
22:49:25.377189 run osmo-ms-mob/00044(pid=179): Launched
22:49:25.396140 run mass: Starting too slowly. Moving on {now=24836271.099490967, sleep=-0.11261976882815361, target=24836270.986871198}
22:49:25.410352 run mass: MS start registered {at=24836271.11369302, delay=0.014207892119884491, ms=00044}
22:49:25.420087 run mass: Starting too slowly. Moving on {now=24836271.123441778, sleep=-0.036570578813552856, target=24836271.0868712}
22:49:25.499946 run osmo-ms-mob/00045: Starting mobile
22:49:25.537491 run osmo-ms-mob/00045(pid=180): Launched
22:49:25.554685 run mass: MS performed LU {at=24836271.25802035, lu_delay=4.8270914405584335, ms=00031}
22:49:25.572008 run mass: MS performed LU {at=24836271.275354452, lu_delay=6.029874987900257, ms=00028}
22:49:25.589429 run mass: MS start registered {at=24836271.292773925, delay=0.03479824960231781, ms=00045}
22:49:25.618761 run osmo-ms-mob/00046: Starting mobile
22:49:25.652224 run osmo-ms-mob/00046(pid=181): Launched
22:49:25.660351 run mass: MS performed LU {at=24836271.363701224, lu_delay=5.331600345671177, ms=00030}
22:49:25.668172 run mass: MS start registered {at=24836271.37153387, delay=0.007863122969865799, ms=00046}
22:49:26.011101 run mass: MS performed LU {at=24836271.71440577, lu_delay=4.956931456923485, ms=00032}
22:49:26.026188 run osmo-ms-mob/00047: Starting mobile
22:49:26.043722 run osmo-ms-mob/00047(pid=182): Launched
22:49:26.057348 run mass: MS start registered {at=24836271.760695413, delay=0.005696285516023636, ms=00047}
22:49:26.390963 run osmo-ms-mob/00048: Starting mobile
22:49:26.406969 run osmo-ms-mob/00048(pid=183): Launched
22:49:26.419452 run mass: MS start registered {at=24836272.122793537, delay=0.005138754844665527, ms=00048}
22:49:26.690486 run osmo-ms-mob/00049: Starting mobile
22:49:26.706376 run osmo-ms-mob/00049(pid=184): Launched
22:49:26.718985 run mass: MS start registered {at=24836272.42232571, delay=0.0056357309222221375, ms=00049}
22:49:26.990170 run osmo-ms-mob/00050: Starting mobile
22:49:27.006113 run osmo-ms-mob/00050(pid=185): Launched
22:49:27.019127 run mass: MS start registered {at=24836272.722472474, delay=0.00547388568520546, ms=00050}
22:49:27.349805 run mass: MS performed LU {at=24836273.053129055, lu_delay=5.450446616858244, ms=00035}
22:49:27.362550 run osmo-ms-mob/00051: Starting mobile
22:49:27.376757 run osmo-ms-mob/00051(pid=186): Launched
22:49:27.389062 run mass: MS start registered {at=24836273.092394732, delay=0.005540765821933746, ms=00051}
22:49:27.450771 run mass: MS performed LU {at=24836273.15410604, lu_delay=6.015736877918243, ms=00033}
22:49:27.497720 run mass: MS performed LU {at=24836273.20106809, lu_delay=5.669284883886576, ms=00034}
22:49:27.508963 run osmo-ms-mob/00052: Starting mobile
22:49:27.522529 run osmo-ms-mob/00052(pid=187): Launched
22:49:27.533886 run mass: MS start registered {at=24836273.237235535, delay=0.0049049705266952515, ms=00052}
22:49:27.640485 run mass: MS performed LU {at=24836273.34381919, lu_delay=5.111556321382523, ms=00036}
22:49:27.912606 run mass: MS performed LU {at=24836273.615941633, lu_delay=4.9827423468232155, ms=00037}
22:49:27.924683 run osmo-ms-mob/00053: Starting mobile
22:49:27.938966 run osmo-ms-mob/00053(pid=188): Launched
22:49:27.950455 run mass: MS start registered {at=24836273.653802402, delay=0.004867620766162872, ms=00053}
22:49:28.291660 run osmo-ms-mob/00054: Starting mobile
22:49:28.309094 run osmo-ms-mob/00054(pid=189): Launched
22:49:28.322094 run mass: MS start registered {at=24836274.025436796, delay=0.003432977944612503, ms=00054}
22:49:28.590795 run osmo-ms-mob/00055: Starting mobile
22:49:28.607200 run osmo-ms-mob/00055(pid=190): Launched
22:49:28.620563 run mass: MS start registered {at=24836274.323887553, delay=0.005551103502511978, ms=00055}
22:49:28.890969 run osmo-ms-mob/00056: Starting mobile
22:49:28.907429 run osmo-ms-mob/00056(pid=191): Launched
22:49:28.920044 run mass: MS start registered {at=24836274.623393405, delay=0.004992865025997162, ms=00056}
22:49:29.191162 run osmo-ms-mob/00057: Starting mobile
22:49:29.208216 run osmo-ms-mob/00057(pid=192): Launched
22:49:29.221967 run mass: MS start registered {at=24836274.925297458, delay=0.005545683205127716, ms=00057}
22:49:29.315544 run mass: MS performed LU {at=24836275.018876616, lu_delay=4.751131910830736, ms=00042}
22:49:29.361804 run mass: MS performed LU {at=24836275.06514483, lu_delay=5.587357386946678, ms=00040}
22:49:29.449295 run mass: MS performed LU {at=24836275.15264696, lu_delay=5.228778351098299, ms=00041}
22:49:29.460719 run osmo-ms-mob/00058: Starting mobile
22:49:29.474027 run osmo-ms-mob/00058(pid=193): Launched
22:49:29.485300 run mass: MS start registered {at=24836275.1886479, delay=0.004680071026086807, ms=00058}
22:49:29.491800 run mass: MS performed LU {at=24836275.19516038, lu_delay=6.272372402250767, ms=00038}
22:49:29.541670 run mass: MS performed LU {at=24836275.24501545, lu_delay=6.019417930394411, ms=00039}
22:49:29.553086 run osmo-ms-mob/00059: Starting mobile
22:49:29.567378 run osmo-ms-mob/00059(pid=194): Launched
22:49:29.579255 run mass: MS start registered {at=24836275.282605253, delay=0.005200456827878952, ms=00059}
22:49:30.190663 run osmo-ms-mob/00060: Starting mobile
22:49:30.207866 run osmo-ms-mob/00060(pid=195): Launched
22:49:30.222876 run mass: MS start registered {at=24836275.9262042, delay=0.0063657015562057495, ms=00060}
22:49:30.590334 run osmo-ms-mob/00061: Starting mobile
22:49:30.606222 run osmo-ms-mob/00061(pid=196): Launched
22:49:30.613670 run mass: MS performed LU {at=24836276.317024928, lu_delay=3.894699215888977, ms=00049}
22:49:30.621011 run mass: MS start registered {at=24836276.3243758, delay=0.007372833788394928, ms=00061}
22:49:30.891699 run osmo-ms-mob/00062: Starting mobile
22:49:30.908251 run osmo-ms-mob/00062(pid=197): Launched
22:49:30.921349 run mass: MS start registered {at=24836276.624680813, delay=0.00557384267449379, ms=00062}
22:49:31.115777 run mass: MS performed LU {at=24836276.81911269, lu_delay=5.058417275547981, ms=00047}
22:49:31.129072 run osmo-ms-mob/00063: Starting mobile
22:49:31.144610 run osmo-ms-mob/00063(pid=198): Launched
22:49:31.157267 run mass: MS start registered {at=24836276.860607434, delay=0.005496341735124588, ms=00063}
22:49:31.217104 run mass: MS performed LU {at=24836276.920437846, lu_delay=6.276077568531036, ms=00043}
22:49:31.263218 run mass: MS performed LU {at=24836276.96654159, lu_delay=4.843748051673174, ms=00048}
22:49:31.406611 run mass: MS performed LU {at=24836277.1099464, lu_delay=5.738412529230118, ms=00046}
22:49:31.424250 run osmo-ms-mob/00064: Starting mobile
22:49:31.439193 run osmo-ms-mob/00064(pid=199): Launched
22:49:31.448412 run mass: MS performed LU {at=24836277.15176688, lu_delay=6.038073860108852, ms=00044}
22:49:31.455995 run mass: MS start registered {at=24836277.159358267, delay=0.007617004215717316, ms=00064}
22:49:31.463493 run mass: MS performed LU {at=24836277.166851487, lu_delay=5.874077562242746, ms=00045}
22:49:31.990603 run osmo-ms-mob/00065: Starting mobile
22:49:32.007120 run osmo-ms-mob/00065(pid=200): Launched
22:49:32.020396 run mass: MS start registered {at=24836277.72374302, delay=0.005612876266241074, ms=00065}
22:49:32.291295 run osmo-ms-mob/00066: Starting mobile
22:49:32.308182 run osmo-ms-mob/00066(pid=201): Launched
22:49:32.321736 run mass: MS start registered {at=24836278.025063112, delay=0.005741972476243973, ms=00066}
22:49:32.690311 run osmo-ms-mob/00067: Starting mobile
22:49:32.706189 run osmo-ms-mob/00067(pid=202): Launched
22:49:32.718843 run mass: MS start registered {at=24836278.422187194, delay=0.005344361066818237, ms=00067}
22:49:32.990987 run osmo-ms-mob/00068: Starting mobile
22:49:33.009247 run osmo-ms-mob/00068(pid=203): Launched
22:49:33.021919 run mass: MS start registered {at=24836278.72526105, delay=0.005687035620212555, ms=00068}
22:49:33.081565 run mass: MS performed LU {at=24836278.784882758, lu_delay=5.1310803554952145, ms=00053}
22:49:33.127338 run mass: MS performed LU {at=24836278.830667976, lu_delay=4.805231180042028, ms=00054}
22:49:33.215207 run mass: MS performed LU {at=24836278.918538842, lu_delay=5.826144110411406, ms=00051}
22:49:33.229851 run osmo-ms-mob/00069: Starting mobile
22:49:33.248018 run osmo-ms-mob/00069(pid=204): Launched
22:49:33.256880 run mass: MS performed LU {at=24836278.960232157, lu_delay=5.72299662232399, ms=00052}
22:49:33.268274 run mass: MS start registered {at=24836278.971593972, delay=0.011386837810277939, ms=00069}
22:49:33.276790 run mass: MS performed LU {at=24836278.980143167, lu_delay=6.257670693099499, ms=00050}
22:49:33.307431 run mass: MS performed LU {at=24836279.010764387, lu_delay=4.686876833438873, ms=00055}
22:49:33.321408 run osmo-ms-mob/00070: Starting mobile
22:49:33.337789 run osmo-ms-mob/00070(pid=205): Launched
22:49:33.350877 run mass: MS start registered {at=24836279.054222174, delay=0.005682732909917831, ms=00070}
22:49:34.191111 run osmo-ms-mob/00071: Starting mobile
22:49:34.209194 run osmo-ms-mob/00071(pid=206): Launched
22:49:34.223129 run mass: MS start registered {at=24836279.926471256, delay=0.0023912452161312103, ms=00071}
22:49:34.590719 run osmo-ms-mob/00072: Starting mobile
22:49:34.607028 run osmo-ms-mob/00072(pid=207): Launched
22:49:34.619927 run mass: MS start registered {at=24836280.323273543, delay=0.005547244101762772, ms=00072}
22:49:34.881154 run mass: MS performed LU {at=24836280.584484328, lu_delay=5.395836427807808, ms=00058}
22:49:34.983356 run mass: MS performed LU {at=24836280.686685484, lu_delay=4.760481283068657, ms=00060}
22:49:34.996971 run osmo-ms-mob/00073: Starting mobile
22:49:35.013298 run osmo-ms-mob/00073(pid=208): Launched
22:49:35.026427 run mass: MS start registered {at=24836280.72977273, delay=0.005553405731916428, ms=00073}
22:49:35.034110 run mass: MS performed LU {at=24836280.737464946, lu_delay=5.81216748803854, ms=00057}
22:49:35.172919 run mass: MS performed LU {at=24836280.87625209, lu_delay=5.593646835535765, ms=00059}
22:49:35.209253 run mass: MS performed LU {at=24836280.91258176, lu_delay=6.289188355207443, ms=00056}
22:49:35.223946 run osmo-ms-mob/00074: Starting mobile
22:49:35.241326 run osmo-ms-mob/00074(pid=209): Launched
22:49:35.249143 run mass: MS performed LU {at=24836280.95249927, lu_delay=4.628123469650745, ms=00061}
22:49:35.256719 run mass: MS start registered {at=24836280.960082855, delay=0.007604990154504776, ms=00074}
22:49:35.791929 run osmo-ms-mob/00075: Starting mobile
22:49:35.808408 run osmo-ms-mob/00075(pid=210): Launched
22:49:35.822052 run mass: MS start registered {at=24836281.525398567, delay=0.005615457892417908, ms=00075}
22:49:36.291293 run osmo-ms-mob/00076: Starting mobile
22:49:36.308011 run osmo-ms-mob/00076(pid=211): Launched
22:49:36.325837 run mass: MS start registered {at=24836282.029162247, delay=0.009162597358226776, ms=00076}
22:49:36.695276 run osmo-ms-mob/00077: Starting mobile
22:49:36.712076 run osmo-ms-mob/00077(pid=212): Launched
22:49:36.725354 run mass: MS start registered {at=24836282.4286994, delay=0.005582351237535477, ms=00077}
22:49:36.847877 run mass: MS performed LU {at=24836282.551191773, lu_delay=5.926510959863663, ms=00062}
22:49:36.893552 run mass: MS performed LU {at=24836282.596884347, lu_delay=5.736276913434267, ms=00063}
22:49:36.981319 run mass: MS performed LU {at=24836282.684641108, lu_delay=5.525282841175795, ms=00064}
22:49:37.018213 run mass: MS performed LU {at=24836282.721549086, lu_delay=4.997806064784527, ms=00065}
22:49:37.031901 run osmo-ms-mob/00078: Starting mobile
22:49:37.049321 run osmo-ms-mob/00078(pid=213): Launched
22:49:37.064071 run mass: MS start registered {at=24836282.76740852, delay=0.006361417472362518, ms=00078}
22:49:37.272634 run mass: MS performed LU {at=24836282.975954715, lu_delay=4.950891602784395, ms=00066}
22:49:37.591026 run osmo-ms-mob/00079: Starting mobile
22:49:37.608504 run osmo-ms-mob/00079(pid=214): Launched
22:49:37.622362 run mass: MS start registered {at=24836283.32569171, delay=0.006081055849790573, ms=00079}
22:49:38.090500 run osmo-ms-mob/00080: Starting mobile
22:49:38.107484 run osmo-ms-mob/00080(pid=215): Launched
22:49:38.120972 run mass: MS start registered {at=24836283.824308086, delay=0.00151042640209198, ms=00080}
22:49:38.590723 run osmo-ms-mob/00081: Starting mobile
22:49:38.608816 run osmo-ms-mob/00081(pid=216): Launched
22:49:38.639095 run mass: MS start registered {at=24836284.342434566, delay=0.022686783224344254, ms=00081}
22:49:38.646844 run mass: MS performed LU {at=24836284.350199122, lu_delay=5.624938070774078, ms=00068}
22:49:38.748140 run mass: MS performed LU {at=24836284.45147352, lu_delay=6.029286324977875, ms=00067}
22:49:38.794712 run mass: MS performed LU {at=24836284.498058997, lu_delay=5.5264650247991085, ms=00069}
22:49:38.807008 run osmo-ms-mob/00082: Starting mobile
22:49:38.822009 run osmo-ms-mob/00082(pid=217): Launched
22:49:38.834308 run mass: MS start registered {at=24836284.53765916, delay=0.005140118300914764, ms=00082}
22:49:38.937974 run mass: MS performed LU {at=24836284.641284864, lu_delay=5.587062690407038, ms=00070}
22:49:38.956337 run mass: MS performed LU {at=24836284.65968148, lu_delay=4.733210224658251, ms=00071}
22:49:38.974847 run mass: MS performed LU {at=24836284.67819896, lu_delay=22.01449314877391, ms=00022}
22:49:39.590001 run osmo-ms-mob/00083: Starting mobile
22:49:39.606616 run osmo-ms-mob/00083(pid=218): Launched
22:49:39.619833 run mass: MS start registered {at=24836285.32317749, delay=0.00520213320851326, ms=00083}
22:49:40.091491 run osmo-ms-mob/00084: Starting mobile
22:49:40.111264 run osmo-ms-mob/00084(pid=219): Launched
22:49:40.125492 run mass: MS start registered {at=24836285.828838415, delay=0.005291692912578583, ms=00084}
22:49:40.591501 run osmo-ms-mob/00085: Starting mobile
22:49:40.608496 run osmo-ms-mob/00085(pid=220): Launched
22:49:40.616697 run mass: MS performed LU {at=24836286.32005006, lu_delay=5.359967205673456, ms=00074}
22:49:40.624614 run mass: MS start registered {at=24836286.32797656, delay=0.007950916886329651, ms=00085}
22:49:40.659748 run mass: MS performed LU {at=24836286.36307056, lu_delay=4.837671991437674, ms=00075}
22:49:40.747386 run mass: MS performed LU {at=24836286.45071382, lu_delay=5.720941089093685, ms=00073}
22:49:40.783660 run mass: MS performed LU {at=24836286.486989733, lu_delay=6.163716189563274, ms=00072}
22:49:41.192374 run osmo-ms-mob/00086: Starting mobile
22:49:41.207017 run osmo-ms-mob/00086(pid=221): Launched
22:49:41.219506 run mass: MS start registered {at=24836286.922853015, delay=0.005739562213420868, ms=00086}
22:49:41.790702 run osmo-ms-mob/00087: Starting mobile
22:49:41.808954 run osmo-ms-mob/00087(pid=222): Launched
22:49:41.821917 run mass: MS start registered {at=24836287.52526672, delay=0.005562908947467804, ms=00087}
22:49:42.392699 run osmo-ms-mob/00088: Starting mobile
22:49:42.409998 run osmo-ms-mob/00088(pid=223): Launched
22:49:42.419434 run mass: MS performed LU {at=24836288.1227883, lu_delay=6.09362605214119, ms=00076}
22:49:42.430157 run mass: MS start registered {at=24836288.13349114, delay=0.010727368295192719, ms=00088}
22:49:42.514688 run mass: MS performed LU {at=24836288.218008798, lu_delay=5.450600277632475, ms=00078}
22:49:42.561182 run mass: MS performed LU {at=24836288.26450949, lu_delay=4.938817780464888, ms=00079}
22:49:42.704354 run mass: MS performed LU {at=24836288.407688964, lu_delay=4.583380877971649, ms=00080}
22:49:42.722420 run mass: MS performed LU {at=24836288.42576834, lu_delay=22.85444239154458, ms=00029}
22:49:42.735015 run osmo-ms-mob/00089: Starting mobile
22:49:42.750617 run osmo-ms-mob/00089(pid=224): Launched
22:49:42.763579 run mass: MS start registered {at=24836288.46692698, delay=0.005553800612688065, ms=00089}
22:49:43.591187 run osmo-ms-mob/00090: Starting mobile
22:49:43.608968 run osmo-ms-mob/00090(pid=225): Launched
22:49:43.628923 run mass: MS start registered {at=24836289.332233906, delay=0.009921997785568237, ms=00090}
22:49:44.290754 run osmo-ms-mob/00091: Starting mobile
22:49:44.305963 run osmo-ms-mob/00091(pid=226): Launched
22:49:44.318291 run mass: MS start registered {at=24836290.021639764, delay=0.005260072648525238, ms=00091}
22:49:44.379576 run mass: MS performed LU {at=24836290.082888834, lu_delay=4.759711343795061, ms=00083}
22:49:44.424868 run mass: MS performed LU {at=24836290.128183566, lu_delay=5.78574899956584, ms=00081}
22:49:44.512397 run mass: MS performed LU {at=24836290.215724345, lu_delay=5.678065184503794, ms=00082}
22:49:44.989941 run osmo-ms-mob/00092: Starting mobile
22:49:45.009269 run osmo-ms-mob/00092(pid=227): Launched
22:49:45.024631 run mass: MS start registered {at=24836290.727972075, delay=0.00748850405216217, ms=00092}
22:49:45.790177 run osmo-ms-mob/00093: Starting mobile
22:49:45.806505 run osmo-ms-mob/00093(pid=228): Launched
22:49:45.821553 run mass: MS start registered {at=24836291.52489429, delay=0.007065340876579285, ms=00093}
22:49:46.178450 run mass: MS performed LU {at=24836291.881778747, lu_delay=4.958925731480122, ms=00086}
22:49:46.280675 run mass: MS performed LU {at=24836291.983988117, lu_delay=6.155149701982737, ms=00084}
22:49:46.326608 run mass: MS performed LU {at=24836292.029941466, lu_delay=5.701964907348156, ms=00085}
22:49:46.432248 run mass: MS performed LU {at=24836292.13557761, lu_delay=4.610310889780521, ms=00087}
22:49:46.782190 run osmo-ms-mob/00094: Starting mobile
22:49:46.796100 run osmo-ms-mob/00094(pid=229): Launched
22:49:46.802562 run mass: Starting too slowly. Moving on {now=24836292.50593189, sleep=-0.019060373306274414, target=24836292.48687152}
22:49:46.808549 run mass: MS start registered {at=24836292.511908926, delay=0.0059790462255477905, ms=00094}
22:49:47.631693 run osmo-ms-mob/00095: Starting mobile
22:49:47.646825 run osmo-ms-mob/00095(pid=230): Launched
22:49:47.658822 run mass: MS start registered {at=24836293.362172656, delay=0.005117807537317276, ms=00095}
22:49:48.592420 run osmo-ms-mob/00096: Starting mobile
22:49:48.608083 run osmo-ms-mob/00096(pid=231): Launched
22:49:48.621837 run mass: MS start registered {at=24836294.32517591, delay=0.005959417670965195, ms=00096}
22:49:49.085935 run mass: MS performed LU {at=24836294.789235264, lu_delay=6.65574412420392, ms=00088}
22:49:49.132842 run mass: MS performed LU {at=24836294.83616537, lu_delay=6.3692383877933025, ms=00089}
22:49:49.219920 run mass: MS performed LU {at=24836294.92323585, lu_delay=5.591001942753792, ms=00090}
22:49:49.689579 run osmo-ms-mob/00097: Starting mobile
22:49:49.705278 run osmo-ms-mob/00097(pid=232): Launched
22:49:49.717804 run mass: MS start registered {at=24836295.421155557, delay=0.005527827888727188, ms=00097}
22:49:50.045808 run mass: MS performed LU {at=24836295.74913927, lu_delay=5.727499507367611, ms=00091}
22:49:50.091869 run mass: MS performed LU {at=24836295.795204572, lu_delay=5.067232497036457, ms=00092}
22:49:50.989810 run osmo-ms-mob/00098: Starting mobile
22:49:51.005019 run osmo-ms-mob/00098(pid=233): Launched
22:49:51.017354 run mass: MS start registered {at=24836296.72070333, delay=0.005332041531801224, ms=00098}
22:49:51.827670 run mass: MS performed LU {at=24836297.531004746, lu_delay=6.006110455840826, ms=00093}
22:49:51.910360 run mass: MS performed LU {at=24836297.613655936, lu_delay=5.1017470099031925, ms=00094}
22:49:52.789682 run osmo-ms-mob/00099: Starting mobile
22:49:52.804995 run osmo-ms-mob/00099(pid=234): Launched
22:49:52.812494 run mass: All started... {duration=55.72898931056261, too_slow=3}
22:49:52.819550 run mass: MS start registered {at=24836298.522905093, delay=0.007048800587654114, ms=00099}
22:49:53.811691 run mass: MS performed LU {at=24836299.515026066, lu_delay=5.189850155264139, ms=00096}
22:49:53.840050 run mass: MS performed LU {at=24836299.54337748, lu_delay=6.181204825639725, ms=00095}
22:49:55.677055 run mass: MS performed LU {at=24836301.38035488, lu_delay=5.959199324250221, ms=00097}
22:49:56.212007 run mass: MS performed LU {at=24836301.915333267, lu_delay=5.194629937410355, ms=00098}
22:49:57.578501 run mass: MS performed LU {at=24836303.28183223, lu_delay=4.758927136659622, ms=00099}
22:49:59.442968 run mass: MS performed LU {at=24836305.146289337, lu_delay=22.71758993715048, ms=00077}
22:49:59.451337 run mass: Tests done {all_completed=True, max=22.85444239154458, min=3.894699215888977}
22:49:59.458761 tst register_default_mass.py: Test passed (90.6 sec)
22:49:59.466827 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:59.477344 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:59.487510 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:59.497827 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:59.507887 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:59.518197 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:59.528712 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:59.539001 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:59.549365 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:59.559417 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:59.569731 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:59.579506 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:59.588875 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:59.597474 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:59.601900 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:59.606870 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:59.611428 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:59.616041 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:59.621015 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:59.625772 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:59.630405 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:59.635627 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:59.640411 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:59.645164 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:59.650520 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:59.655234 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:59.659836 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:59.664438 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:59.669247 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:59.673884 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:59.679331 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:59.684176 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:59.689041 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:59.694297 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:59.699001 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:59.707129 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:59.716229 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:59.725220 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:59.733967 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:59.742644 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:59.751278 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:59.759807 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:59.767098 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:59.771491 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:59.775807 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:59.780186 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:59.784578 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:59.789154 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:59.793589 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:59.798533 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:59.803187 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:59.807677 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:59.812150 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:59.816631 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:59.821274 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:59.825969 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:59.830642 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:59.835273 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:59.839927 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:59.844528 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:59.849080 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:59.854515 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:59.859344 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:59.864747 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:59.869543 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:59.874363 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:59.878965 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:59.883539 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:59.888218 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:59.892876 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:59.897561 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:59.902447 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:59.906819 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:59.911401 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:59.915933 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:59.920449 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:59.924862 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:59.929249 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:59.933765 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:59.938177 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:59.942698 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:59.947674 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:59.952123 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:59.956506 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:59.960905 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:59.965303 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:59.969634 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:59.974010 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:59.978500 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:59.982952 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:59.987330 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:59.992399 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:59.996918 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:50:00.001318 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:50:00.005690 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:50:00.009986 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:50:00.014368 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:50:00.018751 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:50:00.023117 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:50:00.027620 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:50:00.032060 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:50:00.037133 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:50:00.041633 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:50:00.046147 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:50:00.050663 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:50:00.055436 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:50:00.059952 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:50:00.064478 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:50:00.069076 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:50:00.073752 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:50:00.078361 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:50:00.082944 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:50:00.087479 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:50:00.092588 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:50:00.097314 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:50:00.101963 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:50:00.106499 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:50:00.110895 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:50:00.115199 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:50:00.119437 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:50:00.123614 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:50:00.127767 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:50:00.132016 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:50:00.136189 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:50:00.140455 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:50:00.144696 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:50:00.148937 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:50:00.153189 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:50:00.157471 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:50:00.161722 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:50:00.165874 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:50:00.169979 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:50:00.174089 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:50:00.178203 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:50:00.182339 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:50:00.186495 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:50:00.190716 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:50:00.194952 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:50:00.199118 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:50:00.203220 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:50:00.207328 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:50:00.211442 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:50:00.215553 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:50:00.219669 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:50:00.223778 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:50:00.227895 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:50:00.232079 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:50:00.236221 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:50:00.240371 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:50:00.244536 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:50:00.248685 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:50:00.252883 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:50:00.257048 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:50:00.261187 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:50:00.265381 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:50:00.269562 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:50:00.273690 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:50:00.277857 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:50:00.281992 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:50:00.285999 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:50:00.289999 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:50:00.293983 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:50:00.297975 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:50:00.301981 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:50:00.305995 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:50:00.309999 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:50:00.314006 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:50:00.318015 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:50:00.322015 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:50:00.326012 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:50:00.329974 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:50:00.333803 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:50:00.337696 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:50:00.341591 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:50:00.345496 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:50:00.349385 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:50:00.353292 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:50:00.357218 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:50:00.361228 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:50:00.365225 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:50:00.369228 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:50:00.373226 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:50:00.377232 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:50:00.381225 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:50:00.385266 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:50:00.389394 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:50:00.393406 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:50:00.397405 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:50:00.401474 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:50:00.405477 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:50:00.409482 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:50:00.413505 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:50:00.417499 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:50:00.421498 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:50:00.425495 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:50:00.429476 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:50:00.433476 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:50:00.437480 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:50:00.441399 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:50:00.445221 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:50:00.449204 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:50:00.453320 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:50:00.457418 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:50:00.461536 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:50:00.465692 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:50:00.469828 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:50:00.474049 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:50:00.478643 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:50:00.482913 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:50:00.487267 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:50:00.491634 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:50:00.495990 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:50:00.500244 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:50:00.504507 --- ParallelTerminationStrategy: PID 22 died...
22:50:00.506444 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:50:00.511150 --- ParallelTerminationStrategy: PID 23 died...
22:50:00.513280 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:50:00.517831 --- ParallelTerminationStrategy: PID 24 died...
22:50:00.519632 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:50:00.524086 --- ParallelTerminationStrategy: PID 25 died...
22:50:00.525908 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:50:00.530368 --- ParallelTerminationStrategy: PID 26 died...
22:50:00.532162 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:50:00.536715 --- ParallelTerminationStrategy: PID 27 died...
22:50:00.538538 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:50:00.543090 --- ParallelTerminationStrategy: PID 28 died...
22:50:00.544922 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:50:00.549427 --- ParallelTerminationStrategy: PID 29 died...
22:50:00.551250 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:50:00.555750 --- ParallelTerminationStrategy: PID 30 died...
22:50:00.557572 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:50:00.562054 --- ParallelTerminationStrategy: PID 31 died...
22:50:00.563864 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:50:00.568356 --- ParallelTerminationStrategy: PID 32 died...
22:50:00.570186 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:50:00.574696 --- ParallelTerminationStrategy: PID 33 died...
22:50:00.576521 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:50:00.581424 --- ParallelTerminationStrategy: PID 35 died...
22:50:00.583272 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:50:00.587964 --- ParallelTerminationStrategy: PID 36 died...
22:50:00.589803 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:50:00.594297 --- ParallelTerminationStrategy: PID 37 died...
22:50:00.596119 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:50:00.600681 --- ParallelTerminationStrategy: PID 38 died...
22:50:00.602514 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:50:00.607049 --- ParallelTerminationStrategy: PID 39 died...
22:50:00.608871 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:50:00.613378 --- ParallelTerminationStrategy: PID 40 died...
22:50:00.615212 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:50:00.619696 --- ParallelTerminationStrategy: PID 41 died...
22:50:00.621521 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:50:00.626057 --- ParallelTerminationStrategy: PID 42 died...
22:50:00.627894 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:50:00.632448 --- ParallelTerminationStrategy: PID 43 died...
22:50:00.634323 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:50:00.638921 --- ParallelTerminationStrategy: PID 44 died...
22:50:00.640857 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:50:00.645570 --- ParallelTerminationStrategy: PID 45 died...
22:50:00.647420 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:50:00.652004 --- ParallelTerminationStrategy: PID 46 died...
22:50:00.653845 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:50:00.658360 --- ParallelTerminationStrategy: PID 47 died...
22:50:00.660179 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:50:00.664768 --- ParallelTerminationStrategy: PID 48 died...
22:50:00.666585 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:50:00.671090 --- ParallelTerminationStrategy: PID 49 died...
22:50:00.672960 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:50:00.677473 --- ParallelTerminationStrategy: PID 50 died...
22:50:00.679271 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:50:00.683730 --- ParallelTerminationStrategy: PID 51 died...
22:50:00.685523 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:50:00.689978 --- ParallelTerminationStrategy: PID 52 died...
22:50:00.691766 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:50:00.696221 --- ParallelTerminationStrategy: PID 53 died...
22:50:00.698054 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:50:00.702498 --- ParallelTerminationStrategy: PID 54 died...
22:50:00.704319 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:50:00.708778 --- ParallelTerminationStrategy: PID 55 died...
22:50:00.710594 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:50:00.715080 --- ParallelTerminationStrategy: PID 56 died...
22:50:00.716891 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:50:00.721466 --- ParallelTerminationStrategy: PID 57 died...
22:50:00.723319 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:50:00.727880 --- ParallelTerminationStrategy: PID 58 died...
22:50:00.729685 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:50:00.734233 --- ParallelTerminationStrategy: PID 59 died...
22:50:00.736041 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:50:00.740536 --- ParallelTerminationStrategy: PID 60 died...
22:50:00.742396 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:50:00.746870 --- ParallelTerminationStrategy: PID 61 died...
22:50:00.748692 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:50:00.753178 --- ParallelTerminationStrategy: PID 62 died...
22:50:00.755026 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:50:00.759573 --- ParallelTerminationStrategy: PID 63 died...
22:50:00.761385 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:50:00.765941 --- ParallelTerminationStrategy: PID 64 died...
22:50:00.767798 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:50:00.772280 --- ParallelTerminationStrategy: PID 65 died...
22:50:00.774124 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:50:00.778576 --- ParallelTerminationStrategy: PID 66 died...
22:50:00.780380 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:50:00.784866 --- ParallelTerminationStrategy: PID 67 died...
22:50:00.786695 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:50:00.791211 --- ParallelTerminationStrategy: PID 68 died...
22:50:00.793084 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:50:00.797635 --- ParallelTerminationStrategy: PID 69 died...
22:50:00.799432 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:50:00.803901 --- ParallelTerminationStrategy: PID 70 died...
22:50:00.805733 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:50:00.810179 --- ParallelTerminationStrategy: PID 71 died...
22:50:00.811974 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:50:00.816429 --- ParallelTerminationStrategy: PID 72 died...
22:50:00.818238 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:50:00.822697 --- ParallelTerminationStrategy: PID 73 died...
22:50:00.824499 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:50:00.828954 --- ParallelTerminationStrategy: PID 74 died...
22:50:00.830762 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:50:00.835216 --- ParallelTerminationStrategy: PID 75 died...
22:50:00.837002 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:50:00.841255 --- ParallelTerminationStrategy: PID 76 died...
22:50:00.843021 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:50:00.847380 --- ParallelTerminationStrategy: PID 77 died...
22:50:00.849137 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:50:00.853491 --- ParallelTerminationStrategy: PID 78 died...
22:50:00.855257 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:50:00.859612 --- ParallelTerminationStrategy: PID 79 died...
22:50:00.861394 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:50:00.865758 --- ParallelTerminationStrategy: PID 80 died...
22:50:00.867521 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:50:00.871859 --- ParallelTerminationStrategy: PID 81 died...
22:50:00.873685 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:50:00.878032 --- ParallelTerminationStrategy: PID 82 died...
22:50:00.879791 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:50:00.884156 --- ParallelTerminationStrategy: PID 83 died...
22:50:00.885957 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:50:00.890423 --- ParallelTerminationStrategy: PID 84 died...
22:50:00.892243 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:50:00.896683 --- ParallelTerminationStrategy: PID 85 died...
22:50:00.898479 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:50:00.903012 --- ParallelTerminationStrategy: PID 86 died...
22:50:00.904881 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:50:00.909479 --- ParallelTerminationStrategy: PID 87 died...
22:50:00.911328 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:50:00.916313 --- ParallelTerminationStrategy: PID 88 died...
22:50:00.918212 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:50:00.922840 --- ParallelTerminationStrategy: PID 89 died...
22:50:00.924783 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:50:00.929449 --- ParallelTerminationStrategy: PID 90 died...
22:50:00.931312 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:50:00.935906 --- ParallelTerminationStrategy: PID 91 died...
22:50:00.937718 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:50:00.942333 --- ParallelTerminationStrategy: PID 92 died...
22:50:00.944185 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:50:00.948793 --- ParallelTerminationStrategy: PID 93 died...
22:50:00.950650 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:50:00.955159 --- ParallelTerminationStrategy: PID 94 died...
22:50:00.956983 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:50:00.961483 --- ParallelTerminationStrategy: PID 95 died...
22:50:00.963285 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:50:00.967768 --- ParallelTerminationStrategy: PID 96 died...
22:50:00.969610 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:50:00.974095 --- ParallelTerminationStrategy: PID 97 died...
22:50:00.975903 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:50:00.980342 --- ParallelTerminationStrategy: PID 98 died...
22:50:00.982141 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:50:00.986599 --- ParallelTerminationStrategy: PID 99 died...
22:50:00.988408 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:50:00.992926 --- ParallelTerminationStrategy: PID 100 died...
22:50:00.994741 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:50:00.999246 --- ParallelTerminationStrategy: PID 101 died...
22:50:01.001072 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:50:01.005588 --- ParallelTerminationStrategy: PID 102 died...
22:50:01.007401 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:50:01.011874 --- ParallelTerminationStrategy: PID 103 died...
22:50:01.013677 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:50:01.018129 --- ParallelTerminationStrategy: PID 104 died...
22:50:01.019923 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:50:01.024368 --- ParallelTerminationStrategy: PID 105 died...
22:50:01.026194 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:50:01.030675 --- ParallelTerminationStrategy: PID 106 died...
22:50:01.032479 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:50:01.036952 --- ParallelTerminationStrategy: PID 107 died...
22:50:01.038761 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:50:01.043229 --- ParallelTerminationStrategy: PID 108 died...
22:50:01.045033 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:50:01.049517 --- ParallelTerminationStrategy: PID 109 died...
22:50:01.051327 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:50:01.055772 --- ParallelTerminationStrategy: PID 110 died...
22:50:01.057602 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:50:01.062082 --- ParallelTerminationStrategy: PID 111 died...
22:50:01.063889 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:50:01.068377 --- ParallelTerminationStrategy: PID 112 died...
22:50:01.070183 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:50:01.074660 --- ParallelTerminationStrategy: PID 113 died...
22:50:01.076469 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:50:01.080973 --- ParallelTerminationStrategy: PID 114 died...
22:50:01.082804 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:50:01.087310 --- ParallelTerminationStrategy: PID 115 died...
22:50:01.089144 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:50:01.093615 --- ParallelTerminationStrategy: PID 116 died...
22:50:01.095418 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:50:01.099939 --- ParallelTerminationStrategy: PID 117 died...
22:50:01.101796 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:50:01.106330 --- ParallelTerminationStrategy: PID 118 died...
22:50:01.108219 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:50:01.112824 --- ParallelTerminationStrategy: PID 119 died...
22:50:01.114682 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:50:01.119181 --- ParallelTerminationStrategy: PID 120 died...
22:50:01.120986 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:50:01.125475 --- ParallelTerminationStrategy: PID 121 died...
22:50:01.127285 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:50:01.131758 --- ParallelTerminationStrategy: PID 122 died...
22:50:01.133570 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:50:01.138041 --- ParallelTerminationStrategy: PID 123 died...
22:50:01.139879 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:50:01.144389 --- ParallelTerminationStrategy: PID 124 died...
22:50:01.146130 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:50:01.150426 --- ParallelTerminationStrategy: PID 125 died...
22:50:01.152178 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:50:01.156521 --- ParallelTerminationStrategy: PID 126 died...
22:50:01.158303 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:50:01.162679 --- ParallelTerminationStrategy: PID 127 died...
22:50:01.164442 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:50:01.168803 --- ParallelTerminationStrategy: PID 128 died...
22:50:01.170565 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:50:01.174959 --- ParallelTerminationStrategy: PID 129 died...
22:50:01.176730 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:50:01.181082 --- ParallelTerminationStrategy: PID 130 died...
22:50:01.182842 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:50:01.187198 --- ParallelTerminationStrategy: PID 131 died...
22:50:01.188962 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:50:01.193307 --- ParallelTerminationStrategy: PID 132 died...
22:50:01.195067 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:50:01.199432 --- ParallelTerminationStrategy: PID 133 died...
22:50:01.201199 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:50:01.205571 --- ParallelTerminationStrategy: PID 134 died...
22:50:01.207374 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:50:01.211825 --- ParallelTerminationStrategy: PID 135 died...
22:50:01.213632 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:50:01.218135 --- ParallelTerminationStrategy: PID 136 died...
22:50:01.219944 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:50:01.224452 --- ParallelTerminationStrategy: PID 137 died...
22:50:01.226263 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:50:01.230782 --- ParallelTerminationStrategy: PID 138 died...
22:50:01.232591 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:50:01.237075 --- ParallelTerminationStrategy: PID 139 died...
22:50:01.238880 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:50:01.243340 --- ParallelTerminationStrategy: PID 140 died...
22:50:01.245115 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:50:01.249393 --- ParallelTerminationStrategy: PID 141 died...
22:50:01.251160 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:50:01.255554 --- ParallelTerminationStrategy: PID 142 died...
22:50:01.257315 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:50:01.261697 --- ParallelTerminationStrategy: PID 143 died...
22:50:01.263455 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:50:01.267900 --- ParallelTerminationStrategy: PID 144 died...
22:50:01.269757 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:50:01.274346 --- ParallelTerminationStrategy: PID 145 died...
22:50:01.276201 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:50:01.280745 --- ParallelTerminationStrategy: PID 146 died...
22:50:01.282542 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:50:01.287034 --- ParallelTerminationStrategy: PID 147 died...
22:50:01.288868 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:50:01.293397 --- ParallelTerminationStrategy: PID 148 died...
22:50:01.295257 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:50:01.299871 --- ParallelTerminationStrategy: PID 149 died...
22:50:01.301733 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:50:01.306382 --- ParallelTerminationStrategy: PID 150 died...
22:50:01.308251 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:50:01.312907 --- ParallelTerminationStrategy: PID 151 died...
22:50:01.314785 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:50:01.319539 --- ParallelTerminationStrategy: PID 152 died...
22:50:01.321441 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:50:01.326170 --- ParallelTerminationStrategy: PID 153 died...
22:50:01.328026 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:50:01.332652 --- ParallelTerminationStrategy: PID 154 died...
22:50:01.334504 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:50:01.339121 --- ParallelTerminationStrategy: PID 155 died...
22:50:01.340963 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:50:01.345542 --- ParallelTerminationStrategy: PID 156 died...
22:50:01.347356 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:50:01.351896 --- ParallelTerminationStrategy: PID 157 died...
22:50:01.353738 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:50:01.358293 --- ParallelTerminationStrategy: PID 158 died...
22:50:01.360095 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:50:01.364640 --- ParallelTerminationStrategy: PID 159 died...
22:50:01.366485 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:50:01.371002 --- ParallelTerminationStrategy: PID 160 died...
22:50:01.372855 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:50:01.377368 --- ParallelTerminationStrategy: PID 161 died...
22:50:01.379183 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:50:01.383679 --- ParallelTerminationStrategy: PID 162 died...
22:50:01.385508 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:50:01.390009 --- ParallelTerminationStrategy: PID 163 died...
22:50:01.391822 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:50:01.396307 --- ParallelTerminationStrategy: PID 164 died...
22:50:01.398101 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:50:01.402602 --- ParallelTerminationStrategy: PID 165 died...
22:50:01.404420 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:50:01.408921 --- ParallelTerminationStrategy: PID 166 died...
22:50:01.410795 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:50:01.415294 --- ParallelTerminationStrategy: PID 167 died...
22:50:01.417127 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:50:01.421667 --- ParallelTerminationStrategy: PID 168 died...
22:50:01.423482 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:50:01.427994 --- ParallelTerminationStrategy: PID 169 died...
22:50:01.429850 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:50:01.434382 --- ParallelTerminationStrategy: PID 170 died...
22:50:01.436252 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:50:01.440742 --- ParallelTerminationStrategy: PID 171 died...
22:50:01.442562 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:50:01.447052 --- ParallelTerminationStrategy: PID 172 died...
22:50:01.448866 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:50:01.453339 --- ParallelTerminationStrategy: PID 173 died...
22:50:01.455148 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:50:01.459630 --- ParallelTerminationStrategy: PID 174 died...
22:50:01.461458 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:50:01.466020 --- ParallelTerminationStrategy: PID 175 died...
22:50:01.467876 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:50:01.472469 --- ParallelTerminationStrategy: PID 176 died...
22:50:01.474332 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:50:01.478985 --- ParallelTerminationStrategy: PID 177 died...
22:50:01.480871 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:50:01.485523 --- ParallelTerminationStrategy: PID 178 died...
22:50:01.487437 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:50:01.492147 --- ParallelTerminationStrategy: PID 179 died...
22:50:01.494031 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:50:01.498648 --- ParallelTerminationStrategy: PID 180 died...
22:50:01.500509 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:50:01.505069 --- ParallelTerminationStrategy: PID 181 died...
22:50:01.507021 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:50:01.511509 --- ParallelTerminationStrategy: PID 182 died...
22:50:01.513311 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:50:01.517799 --- ParallelTerminationStrategy: PID 183 died...
22:50:01.519619 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:50:01.524092 --- ParallelTerminationStrategy: PID 184 died...
22:50:01.525816 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:50:01.530171 --- ParallelTerminationStrategy: PID 185 died...
22:50:01.531943 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:50:01.536313 --- ParallelTerminationStrategy: PID 186 died...
22:50:01.538081 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:50:01.542466 --- ParallelTerminationStrategy: PID 187 died...
22:50:01.544214 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:50:01.548617 --- ParallelTerminationStrategy: PID 188 died...
22:50:01.550383 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:50:01.554787 --- ParallelTerminationStrategy: PID 189 died...
22:50:01.556553 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:50:01.560933 --- ParallelTerminationStrategy: PID 190 died...
22:50:01.562697 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:50:01.567085 --- ParallelTerminationStrategy: PID 191 died...
22:50:01.568840 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:50:01.573262 --- ParallelTerminationStrategy: PID 192 died...
22:50:01.575032 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:50:01.579434 --- ParallelTerminationStrategy: PID 193 died...
22:50:01.581256 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:50:01.585800 --- ParallelTerminationStrategy: PID 194 died...
22:50:01.587601 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:50:01.592100 --- ParallelTerminationStrategy: PID 195 died...
22:50:01.593918 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:50:01.598395 --- ParallelTerminationStrategy: PID 196 died...
22:50:01.600223 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:50:01.604740 --- ParallelTerminationStrategy: PID 197 died...
22:50:01.606562 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:50:01.611206 --- ParallelTerminationStrategy: PID 198 died...
22:50:01.613027 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:50:01.617510 --- ParallelTerminationStrategy: PID 199 died...
22:50:01.619324 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:50:01.623813 --- ParallelTerminationStrategy: PID 200 died...
22:50:01.625640 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:50:01.630121 --- ParallelTerminationStrategy: PID 201 died...
22:50:01.631900 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:50:01.636246 --- ParallelTerminationStrategy: PID 202 died...
22:50:01.638043 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:50:01.642447 --- ParallelTerminationStrategy: PID 203 died...
22:50:01.644220 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:50:01.648740 --- ParallelTerminationStrategy: PID 204 died...
22:50:01.650517 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:50:01.654899 --- ParallelTerminationStrategy: PID 205 died...
22:50:01.656696 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:50:01.661184 --- ParallelTerminationStrategy: PID 206 died...
22:50:01.662987 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:50:01.667466 --- ParallelTerminationStrategy: PID 207 died...
22:50:01.669274 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:50:01.673779 --- ParallelTerminationStrategy: PID 208 died...
22:50:01.675613 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:50:01.680117 --- ParallelTerminationStrategy: PID 209 died...
22:50:01.681939 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:50:01.686471 --- ParallelTerminationStrategy: PID 210 died...
22:50:01.688285 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:50:01.692775 --- ParallelTerminationStrategy: PID 211 died...
22:50:01.694588 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:50:01.699127 --- ParallelTerminationStrategy: PID 212 died...
22:50:01.700936 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:50:01.705430 --- ParallelTerminationStrategy: PID 213 died...
22:50:01.707238 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:50:01.711727 --- ParallelTerminationStrategy: PID 214 died...
22:50:01.713551 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:50:01.718026 --- ParallelTerminationStrategy: PID 215 died...
22:50:01.719842 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:50:01.724331 --- ParallelTerminationStrategy: PID 216 died...
22:50:01.726139 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:50:01.730704 --- ParallelTerminationStrategy: PID 217 died...
22:50:01.732572 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:50:01.737267 --- ParallelTerminationStrategy: PID 218 died...
22:50:01.739188 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:50:01.743814 --- ParallelTerminationStrategy: PID 219 died...
22:50:01.745664 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:50:01.750344 --- ParallelTerminationStrategy: PID 220 died...
22:50:01.752221 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:50:01.757003 --- ParallelTerminationStrategy: PID 221 died...
22:50:01.758911 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:50:01.763644 --- ParallelTerminationStrategy: PID 222 died...
22:50:01.765504 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:50:01.770060 --- ParallelTerminationStrategy: PID 223 died...
22:50:01.771873 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:50:01.776398 --- ParallelTerminationStrategy: PID 224 died...
22:50:01.778215 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:50:01.782691 --- ParallelTerminationStrategy: PID 225 died...
22:50:01.784493 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:50:01.789036 --- ParallelTerminationStrategy: PID 226 died...
22:50:01.790856 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:50:01.795355 --- ParallelTerminationStrategy: PID 227 died...
22:50:01.797178 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:50:01.801697 --- ParallelTerminationStrategy: PID 228 died...
22:50:01.803517 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:50:01.808047 --- ParallelTerminationStrategy: PID 229 died...
22:50:01.809865 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:50:01.814466 --- ParallelTerminationStrategy: PID 230 died...
22:50:01.816322 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:50:01.820965 --- ParallelTerminationStrategy: PID 231 died...
22:50:01.822824 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:50:01.827450 --- ParallelTerminationStrategy: PID 232 died...
22:50:01.829386 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:50:01.834013 --- ParallelTerminationStrategy: PID 233 died...
22:50:01.835875 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:50:01.840589 --- ParallelTerminationStrategy: PID 234 died...
22:50:01.842471 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:50:05.246798 --- ParallelTerminationStrategy: PID 34 died...
22:50:05.250626 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8132 netreg_mass PASS
---------------------------------------------------------------------
22:50:05.392594 tst trial-8132: Storing JUnit report in /build/trial-8132/run.2025-10-27_22-48-28/trial-8132.xml
--------------------------------------------------------------------------------------------
trial-8132 PASS
--------------------------------------------------------------------------------------------
22:50:05.417557 tst trial-8132: trial-8132: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (90.6 sec)
+ exit_code=0
+ rm -rf trial-8132/inst
+ cd trial-8132
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-10-27 22:48:28
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8132-run.tgz run.2025-10-27_22-48-28
+ tar czf /build/trial-8132-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-10-27_13_31_34.tgz osmo-bts-oc2g.build-2025-10-27_00_52_52.tgz osmo-bts-sysmo.build-2025-10-27_00_52_40.tgz osmo-bts.build-2025-10-27_00_52_46.tgz osmo-ggsn.build-2025-10-27_20_42_26.tgz osmo-hlr.build-2025-10-27_16_36_54.tgz osmo-hnbgw.build-2025-10-27_13_33_18.tgz osmo-mgw.build-2025-10-27_08_33_15.tgz osmo-msc.build-2025-10-27_13_34_42.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-10-27_07_36_15.tgz osmo-pcu-sysmo.build-2025-10-27_07_34_15.tgz osmo-pcu.build-2025-10-27_07_36_20.tgz osmo-sgsn.build-2025-10-27_20_48_15.tgz osmo-stp.build-2025-10-27_13_27_49.tgz osmo-trx.build-2025-10-27_14_27_56.tgz osmocom-bb.build-2025-10-27_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