This log is too long to show here, 14 KB has been skipped — click to see the complete log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins3252068780127377362.sh
+ trap clean_up_trap EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
+ rm -rf trial-8413
+ 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
f69f41a ttcn3-asterisk-ims-ue-test: set execfn
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
--build-arg USER=osmocom-build \
--build-arg UID=1000 \
--build-arg REGISTRY=docker.io \
--build-arg OSMO_TTCN3_BRANCH=master \
--build-arg UPSTREAM_DISTRO=debian:bookworm \
--build-arg DISTRO=debian-bookworm \
--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
--build-arg OSMOCOM_REPO_VERSION=latest \
--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--build-arg LIBOSMOCORE_BRANCH=master \
--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_S1GW_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.0s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.1s
#7 [19/28] RUN IF [ "$(arch)" = "x86_64" ]; then apt-get update && apt-get install -y --no-install-recommends python3-pip python3-setuptools python3-wheel ninja-build build-essential flex bison git libsctp-dev libgnutls28-dev libgcrypt-dev libssl-dev libidn11-dev libmongoc-dev libbson-dev libyaml-dev libnghttp2-dev libmicrohttpd-dev libcurl4-gnutls-dev libnghttp2-dev meson && apt-get clean; fi
#7 CACHED
#8 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#8 CACHED
#9 [ 8/28] RUN MKDIR /var/run/sshd
#9 CACHED
#10 [ 9/28] COPY SSH /root/.ssh
#10 CACHED
#11 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#11 CACHED
#12 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#12 CACHED
#13 [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
#13 CACHED
#14 [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
#14 CACHED
#15 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#15 CACHED
#16 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#16 CACHED
#17 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#17 CACHED
#18 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#18 CACHED
#19 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#19 CACHED
#20 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#20 CACHED
#21 [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
#21 CACHED
#22 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#22 CACHED
#23 [ 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
#23 CACHED
#24 [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
#24 CACHED
#25 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#25 CACHED
#26 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#26 CACHED
#27 [20/28] WORKDIR /TMP
#27 CACHED
#28 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#28 CACHED
#29 [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
#29 CACHED
#30 [ 2/28] RUN useradd -ms /bin/bash jenkins
#30 CACHED
#31 [ 3/28] RUN groupadd osmo-gsm-tester
#31 CACHED
#32 [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
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:a76ba4596dd4ce7c96d54a0421c834218e110f2849783532da08beaa47d4935b done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8414 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-08-05 22:48:20
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8414
+ mkdir -p trial-8414
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-08-05_18_02_37.tgz osmo-bts-oc2g.build-2026-08-05_00_52_20.tgz osmo-bts-sysmo.build-2026-08-05_00_52_22.tgz osmo-bts.build-2026-08-05_00_52_28.tgz osmo-ggsn.build-2026-08-05_20_43_13.tgz osmo-hlr.build-2026-08-05_16_37_40.tgz osmo-hnbgw.build-2026-08-05_18_05_33.tgz osmo-mgw.build-2026-08-05_08_33_42.tgz osmo-msc.build-2026-08-05_18_10_24.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-08-05_07_35_11.tgz osmo-pcu-sysmo.build-2026-08-05_07_35_13.tgz osmo-pcu.build-2026-08-05_07_35_11.tgz osmo-sgsn.build-2026-08-05_20_49_48.tgz osmo-stp.build-2026-08-05_17_58_36.tgz osmo-trx.build-2026-08-05_16_10_24.tgz osmocom-bb.build-2026-08-05_21_18_49.tgz srslte.build-19.tgz trial-8414
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-08-05_18_02_37.md5 osmo-bts-oc2g.build-2026-08-05_00_52_20.md5 osmo-bts-sysmo.build-2026-08-05_00_52_22.md5 osmo-bts.build-2026-08-05_00_52_28.md5 osmo-ggsn.build-2026-08-05_20_43_13.md5 osmo-hlr.build-2026-08-05_16_37_40.md5 osmo-hnbgw.build-2026-08-05_18_05_33.md5 osmo-mgw.build-2026-08-05_08_33_42.md5 osmo-msc.build-2026-08-05_18_10_24.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-08-05_07_35_11.md5 osmo-pcu-sysmo.build-2026-08-05_07_35_13.md5 osmo-pcu.build-2026-08-05_07_35_11.md5 osmo-sgsn.build-2026-08-05_20_49_48.md5 osmo-stp.build-2026-08-05_17_58_36.md5 osmo-trx.build-2026-08-05_16_10_24.md5 osmocom-bb.build-2026-08-05_21_18_49.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-08-05_18_02_37.md5 osmo-bts-oc2g.build-2026-08-05_00_52_20.md5 osmo-bts-sysmo.build-2026-08-05_00_52_22.md5 osmo-bts.build-2026-08-05_00_52_28.md5 osmo-ggsn.build-2026-08-05_20_43_13.md5 osmo-hlr.build-2026-08-05_16_37_40.md5 osmo-hnbgw.build-2026-08-05_18_05_33.md5 osmo-mgw.build-2026-08-05_08_33_42.md5 osmo-msc.build-2026-08-05_18_10_24.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-08-05_07_35_11.md5 osmo-pcu-sysmo.build-2026-08-05_07_35_13.md5 osmo-pcu.build-2026-08-05_07_35_11.md5 osmo-sgsn.build-2026-08-05_20_49_48.md5 osmo-stp.build-2026-08-05_17_58_36.md5 osmo-trx.build-2026-08-05_16_10_24.md5 osmocom-bb.build-2026-08-05_21_18_49.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-8414 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8414'
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-8414
--------------------------------------------------------------------------------------------
22:48:20.452798 tst trial-8414: Detailed log at /build/trial-8414/run.2026-08-05_22-48-20/log
---------------------------------------------------------------------
trial-8414 netreg_mass
---------------------------------------------------------------------
22:48:20.660852 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:20.661217 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:20.661983 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:20.663201 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:20.694940 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:20.695692 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:20.696811 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:20.757791 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-8414 netreg_mass register_default_mass.py
----------------------------------------------
22:48:20.758573 tst register_default_mass.py:9: Claiming resources for the test
22:48:20.773360 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.773903 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.774394 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.774836 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.775282 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.775741 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.776188 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:20.801751 tst register_default_mass.py: using LAC 2
22:48:20.818165 tst register_default_mass.py: using RAC 2
22:48:20.835683 tst register_default_mass.py: using CellId 2
22:48:20.854887 tst register_default_mass.py: using BVCI 3
22:48:20.864032 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.864649 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.865199 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.865735 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.866246 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.866745 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.867266 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.867777 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.868291 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.868814 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.869322 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.869816 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.870337 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.870842 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.871386 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.871921 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.872434 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.872961 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.873487 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.874006 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.874535 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.875079 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.875606 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.876147 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.876672 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.877191 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.877732 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.878247 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.878767 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.879296 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.879805 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.880311 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.880843 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.881362 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.881885 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.882409 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.882927 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.883444 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.883975 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.884490 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.884992 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.885516 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.886030 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.886536 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.887074 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.887593 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.888120 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.888638 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.889148 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.889670 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.890185 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.890709 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.891231 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.891748 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.892263 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.892784 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.893294 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.893801 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.894321 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.894824 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.895337 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.895859 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.896374 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.896901 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.897414 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.897923 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.898451 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.898979 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.899490 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.900004 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.900506 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.901006 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.901587 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.902106 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.902612 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.903136 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.903642 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.904139 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.904656 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.905166 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.905666 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.906178 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.906687 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.907198 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.907710 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.908220 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.908731 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.909243 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.909749 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.910253 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.910773 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.911288 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.911801 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.912319 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.912829 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.913330 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.913861 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.914377 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.914896 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.915423 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.915953 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.916527 tst register_default_mass.py:21: Launching a simple network
22:48:20.926627 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:21.042485 run create_hlr_db(pid=20): Launched
22:48:22.057009 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:22.081185 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:22.096510 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:22.102273 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:22.288800 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:22.303555 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:22.309047 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:22.715562 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:22.730346 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:25.752410 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:25.883204 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:25.898062 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:25.903598 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:25.927061 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:25.941969 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:25.947636 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:26.253003 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:26.268033 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:32.296048 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:32.467829 run osmo-bts-virtual(pid=34): Launched
22:48:33.498615 tst register_default_mass.py: using MSISDN 1001
22:48:33.510598 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:33.539372 tst register_default_mass.py: using MSISDN 1002
22:48:33.552162 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:33.574625 tst register_default_mass.py: using MSISDN 1003
22:48:33.584769 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:33.606822 tst register_default_mass.py: using MSISDN 1004
22:48:33.616505 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:33.638967 tst register_default_mass.py: using MSISDN 1005
22:48:33.648776 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:33.670945 tst register_default_mass.py: using MSISDN 1006
22:48:33.680505 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:33.702743 tst register_default_mass.py: using MSISDN 1007
22:48:33.712472 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:33.734734 tst register_default_mass.py: using MSISDN 1008
22:48:33.744321 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:33.766768 tst register_default_mass.py: using MSISDN 1009
22:48:33.776554 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:33.798832 tst register_default_mass.py: using MSISDN 1010
22:48:33.808593 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:33.830857 tst register_default_mass.py: using MSISDN 1011
22:48:33.840526 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:33.862626 tst register_default_mass.py: using MSISDN 1012
22:48:33.872241 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:33.894574 tst register_default_mass.py: using MSISDN 1013
22:48:33.904266 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:33.926416 tst register_default_mass.py: using MSISDN 1014
22:48:33.935989 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:33.958372 tst register_default_mass.py: using MSISDN 1015
22:48:33.966167 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:33.988755 tst register_default_mass.py: using MSISDN 1016
22:48:33.998619 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:34.020862 tst register_default_mass.py: using MSISDN 1017
22:48:34.030394 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:34.052694 tst register_default_mass.py: using MSISDN 1018
22:48:34.062316 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:34.084567 tst register_default_mass.py: using MSISDN 1019
22:48:34.094214 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:34.116649 tst register_default_mass.py: using MSISDN 1020
22:48:34.126240 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:34.148560 tst register_default_mass.py: using MSISDN 1021
22:48:34.158206 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:34.180536 tst register_default_mass.py: using MSISDN 1022
22:48:34.190257 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:34.212388 tst register_default_mass.py: using MSISDN 1023
22:48:34.222002 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:34.244303 tst register_default_mass.py: using MSISDN 1024
22:48:34.253936 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:34.276276 tst register_default_mass.py: using MSISDN 1025
22:48:34.285999 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:34.308235 tst register_default_mass.py: using MSISDN 1026
22:48:34.317975 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:34.340223 tst register_default_mass.py: using MSISDN 1027
22:48:34.349923 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:34.372223 tst register_default_mass.py: using MSISDN 1028
22:48:34.381800 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:34.403930 tst register_default_mass.py: using MSISDN 1029
22:48:34.413452 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:34.441396 tst register_default_mass.py: using MSISDN 1030
22:48:34.453726 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:34.476232 tst register_default_mass.py: using MSISDN 1031
22:48:34.486323 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:34.508661 tst register_default_mass.py: using MSISDN 1032
22:48:34.518494 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:34.540825 tst register_default_mass.py: using MSISDN 1033
22:48:34.550460 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:34.572854 tst register_default_mass.py: using MSISDN 1034
22:48:34.582533 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:34.604930 tst register_default_mass.py: using MSISDN 1035
22:48:34.614663 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:34.636966 tst register_default_mass.py: using MSISDN 1036
22:48:34.646700 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:34.669038 tst register_default_mass.py: using MSISDN 1037
22:48:34.678681 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:34.700891 tst register_default_mass.py: using MSISDN 1038
22:48:34.710571 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:34.732930 tst register_default_mass.py: using MSISDN 1039
22:48:34.742556 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:34.765056 tst register_default_mass.py: using MSISDN 1040
22:48:34.774753 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:34.796944 tst register_default_mass.py: using MSISDN 1041
22:48:34.806578 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:34.828950 tst register_default_mass.py: using MSISDN 1042
22:48:34.839257 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:34.861707 tst register_default_mass.py: using MSISDN 1043
22:48:34.871420 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:34.894013 tst register_default_mass.py: using MSISDN 1044
22:48:34.903731 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:34.926060 tst register_default_mass.py: using MSISDN 1045
22:48:34.935731 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:34.958074 tst register_default_mass.py: using MSISDN 1046
22:48:34.967812 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:34.990137 tst register_default_mass.py: using MSISDN 1047
22:48:34.999759 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:35.021965 tst register_default_mass.py: using MSISDN 1048
22:48:35.031413 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:35.053556 tst register_default_mass.py: using MSISDN 1049
22:48:35.063085 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:35.085338 tst register_default_mass.py: using MSISDN 1050
22:48:35.095013 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:35.117725 tst register_default_mass.py: using MSISDN 1051
22:48:35.126845 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:35.149401 tst register_default_mass.py: using MSISDN 1052
22:48:35.156621 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:35.179060 tst register_default_mass.py: using MSISDN 1053
22:48:35.188737 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:35.211045 tst register_default_mass.py: using MSISDN 1054
22:48:35.220592 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:35.243173 tst register_default_mass.py: using MSISDN 1055
22:48:35.252847 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:35.275093 tst register_default_mass.py: using MSISDN 1056
22:48:35.284803 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:35.306968 tst register_default_mass.py: using MSISDN 1057
22:48:35.316581 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:35.338830 tst register_default_mass.py: using MSISDN 1058
22:48:35.348490 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:35.370941 tst register_default_mass.py: using MSISDN 1059
22:48:35.380726 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:35.402971 tst register_default_mass.py: using MSISDN 1060
22:48:35.412564 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:35.434963 tst register_default_mass.py: using MSISDN 1061
22:48:35.444617 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:35.466674 tst register_default_mass.py: using MSISDN 1062
22:48:35.476354 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:35.498898 tst register_default_mass.py: using MSISDN 1063
22:48:35.508653 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:35.530958 tst register_default_mass.py: using MSISDN 1064
22:48:35.540550 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:35.562707 tst register_default_mass.py: using MSISDN 1065
22:48:35.572352 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:35.594598 tst register_default_mass.py: using MSISDN 1066
22:48:35.604242 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:35.626748 tst register_default_mass.py: using MSISDN 1067
22:48:35.636439 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:35.658775 tst register_default_mass.py: using MSISDN 1068
22:48:35.668543 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:35.690778 tst register_default_mass.py: using MSISDN 1069
22:48:35.700475 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:35.722852 tst register_default_mass.py: using MSISDN 1070
22:48:35.732537 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:35.754945 tst register_default_mass.py: using MSISDN 1071
22:48:35.764641 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:35.786700 tst register_default_mass.py: using MSISDN 1072
22:48:35.796299 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:35.818858 tst register_default_mass.py: using MSISDN 1073
22:48:35.828607 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:35.850912 tst register_default_mass.py: using MSISDN 1074
22:48:35.860618 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:35.883057 tst register_default_mass.py: using MSISDN 1075
22:48:35.892746 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:35.915178 tst register_default_mass.py: using MSISDN 1076
22:48:35.924891 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:35.947233 tst register_default_mass.py: using MSISDN 1077
22:48:35.956710 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:35.978967 tst register_default_mass.py: using MSISDN 1078
22:48:35.988583 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:36.010841 tst register_default_mass.py: using MSISDN 1079
22:48:36.020419 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:36.042879 tst register_default_mass.py: using MSISDN 1080
22:48:36.052508 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:36.074752 tst register_default_mass.py: using MSISDN 1081
22:48:36.084420 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:36.106613 tst register_default_mass.py: using MSISDN 1082
22:48:36.116188 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:36.138437 tst register_default_mass.py: using MSISDN 1083
22:48:36.148070 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:36.170356 tst register_default_mass.py: using MSISDN 1084
22:48:36.180001 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:36.202251 tst register_default_mass.py: using MSISDN 1085
22:48:36.211904 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:36.234400 tst register_default_mass.py: using MSISDN 1086
22:48:36.244037 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:36.266385 tst register_default_mass.py: using MSISDN 1087
22:48:36.276032 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:36.298243 tst register_default_mass.py: using MSISDN 1088
22:48:36.307769 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:36.330365 tst register_default_mass.py: using MSISDN 1089
22:48:36.340172 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:36.362501 tst register_default_mass.py: using MSISDN 1090
22:48:36.372229 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:36.394670 tst register_default_mass.py: using MSISDN 1091
22:48:36.404276 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:36.426610 tst register_default_mass.py: using MSISDN 1092
22:48:36.436280 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:36.458665 tst register_default_mass.py: using MSISDN 1093
22:48:36.468278 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:36.490656 tst register_default_mass.py: using MSISDN 1094
22:48:36.500335 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:36.522591 tst register_default_mass.py: using MSISDN 1095
22:48:36.532198 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:36.554450 tst register_default_mass.py: using MSISDN 1096
22:48:36.564142 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:36.586850 tst register_default_mass.py: using MSISDN 1097
22:48:36.596606 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:36.619432 tst register_default_mass.py: using MSISDN 1098
22:48:36.629332 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:36.652039 tst register_default_mass.py: using MSISDN 1099
22:48:36.661985 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:36.685166 tst register_default_mass.py: using MSISDN 1100
22:48:36.695225 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:36.781030 run mass: Starting testcase
22:48:36.786528 run mass: Pre-launching all virtphy's
22:48:36.792071 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:36.805298 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:36.811719 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:36.825066 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:36.831221 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:36.844384 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:36.850509 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:36.863730 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:36.869925 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:36.883263 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:36.889409 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:36.902613 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:36.908648 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:36.921644 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:36.927659 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:36.940713 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:36.946736 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:36.959803 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:36.965810 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:36.978879 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:36.984934 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:36.997996 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:37.004038 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:37.017315 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:37.023378 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:37.036482 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:37.042511 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:37.055507 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:37.061560 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:37.074450 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:37.080579 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:37.093799 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:37.099856 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:37.112783 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:37.118848 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:37.131783 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:37.137799 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:37.150799 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:37.156818 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:37.169687 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:37.175865 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:37.189109 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:37.195150 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:37.208427 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:37.214424 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:37.227762 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:37.233832 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:37.247030 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:37.253239 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:37.266322 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:37.272386 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:37.285303 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:37.291283 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:37.304147 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:37.310032 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:37.322928 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:37.328882 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:37.341704 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:37.347647 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:37.360542 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:37.366461 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:37.379346 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:37.385264 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:37.398185 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:37.404173 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:37.417048 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:37.423046 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:37.435993 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:37.442201 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:37.455113 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:37.461267 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:37.474216 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:37.480188 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:37.493416 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:37.499361 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:37.512500 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:37.518466 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:37.531433 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:37.537370 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:37.550346 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:37.556417 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:37.569578 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:37.575587 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:37.588617 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:37.594594 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:37.607494 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:37.613470 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:37.626321 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:37.632251 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:37.645079 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:37.651090 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:37.664012 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:37.669940 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:37.683215 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:37.689121 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:37.702300 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:37.708224 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:37.721353 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:37.727302 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:37.740550 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:37.746551 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:37.759445 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:37.765371 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:37.778253 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:37.784318 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:37.797192 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:37.803198 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:37.816094 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:37.822104 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:37.835076 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:37.841073 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:37.854041 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:37.859994 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:37.872881 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:37.878812 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:37.891713 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:37.897624 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:37.910825 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:37.916849 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:37.930066 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:37.936130 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:37.949003 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:37.955365 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:37.968323 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:37.974588 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:37.987590 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:37.993534 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:38.006489 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:38.012465 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:38.025439 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:38.031530 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:38.044571 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:38.050589 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:38.063764 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:38.069744 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:38.082670 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:38.088637 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:38.101607 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:38.107637 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:38.120512 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:38.126515 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:38.139445 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:38.145537 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:38.158489 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:38.164689 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:38.177803 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:38.183807 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:38.196878 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:38.202921 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:38.215923 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:38.221886 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:38.234729 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:38.240699 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:38.253557 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:38.259456 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:38.272339 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:38.278291 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:38.291228 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:38.297217 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:38.310113 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:38.316117 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:38.329015 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:38.334946 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:38.347864 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:38.353845 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:38.366637 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:38.372516 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:38.385443 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:38.391354 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:38.404396 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:38.410382 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:38.423241 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:38.429279 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:38.442206 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:38.448400 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:38.461537 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:38.467471 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:38.480329 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:38.486294 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:38.499302 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:38.505367 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:38.518260 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:38.524232 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:38.537086 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:38.543108 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:38.555932 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:38.561924 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:38.574777 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:38.580669 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:38.593441 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:38.599327 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:38.612135 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:38.618119 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:38.631032 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:38.637082 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:38.650335 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:38.656369 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:38.669370 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:38.675335 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:38.688368 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:38.694406 run mass: Checking if sockets are in the filesystem
22:48:38.727640 run osmo-ms-mob/00000: Starting mobile
22:48:38.740691 run osmo-ms-mob/00000(pid=135): Launched
22:48:38.755708 run mass: MS start registered {at=2635800.804817714, delay=0.008946951944380999, ms=00000}
22:48:42.922597 run osmo-ms-mob/00001: Starting mobile
22:48:42.936369 run osmo-ms-mob/00001(pid=136): Launched
22:48:42.949430 run mass: MS start registered {at=2635804.998537022, delay=0.007105280179530382, ms=00001}
22:48:43.886298 run mass: MS performed LU {at=2635805.935298643, lu_delay=5.130480929277837, ms=00000}
22:48:44.734535 run osmo-ms-mob/00002: Starting mobile
22:48:44.750865 run osmo-ms-mob/00002(pid=137): Launched
22:48:44.762206 run mass: MS start registered {at=2635806.811316848, delay=0.005187195725739002, ms=00002}
22:48:46.043065 run osmo-ms-mob/00003: Starting mobile
22:48:46.059975 run osmo-ms-mob/00003(pid=138): Launched
22:48:46.074746 run mass: MS start registered {at=2635808.123856302, delay=0.008760171942412853, ms=00003}
22:48:47.139954 run osmo-ms-mob/00004: Starting mobile
22:48:47.153022 run osmo-ms-mob/00004(pid=139): Launched
22:48:47.164360 run mass: MS start registered {at=2635809.213475157, delay=0.005279819946736097, ms=00004}
22:48:48.110480 run osmo-ms-mob/00005: Starting mobile
22:48:48.124400 run osmo-ms-mob/00005(pid=140): Launched
22:48:48.136165 run mass: MS start registered {at=2635810.185279125, delay=0.005577772855758667, ms=00005}
22:48:49.034017 run osmo-ms-mob/00006: Starting mobile
22:48:49.053268 run osmo-ms-mob/00006(pid=141): Launched
22:48:49.063111 run mass: MS performed LU {at=2635811.112204028, lu_delay=6.113667005673051, ms=00001}
22:48:49.069131 run mass: MS start registered {at=2635811.118262363, delay=0.009680591057986021, ms=00006}
22:48:49.923374 run osmo-ms-mob/00007: Starting mobile
22:48:49.937790 run osmo-ms-mob/00007(pid=142): Launched
22:48:49.950674 run mass: MS start registered {at=2635811.999786032, delay=0.006518698763102293, ms=00007}
22:48:50.720465 run osmo-ms-mob/00008: Starting mobile
22:48:50.734058 run osmo-ms-mob/00008(pid=143): Launched
22:48:50.745345 run mass: MS start registered {at=2635812.794459471, delay=0.005127904936671257, ms=00008}
22:48:50.966039 run mass: MS performed LU {at=2635813.01502876, lu_delay=4.891172457952052, ms=00003}
22:48:50.992292 run mass: MS performed LU {at=2635813.041337291, lu_delay=6.230020442977548, ms=00002}
22:48:51.448260 run osmo-ms-mob/00009: Starting mobile
22:48:51.482212 run osmo-ms-mob/00009(pid=144): Launched
22:48:51.493365 run mass: MS start registered {at=2635813.54248619, delay=0.0006889179348945618, ms=00009}
22:48:52.110733 run osmo-ms-mob/00010: Starting mobile
22:48:52.124071 run osmo-ms-mob/00010(pid=145): Launched
22:48:52.135217 run mass: MS start registered {at=2635814.184334678, delay=0.005096908193081617, ms=00010}
22:48:52.742887 run osmo-ms-mob/00011: Starting mobile
22:48:52.760155 run osmo-ms-mob/00011(pid=146): Launched
22:48:52.774929 run mass: MS start registered {at=2635814.824017496, delay=0.008640211075544357, ms=00011}
22:48:52.830077 run mass: MS performed LU {at=2635814.879085047, lu_delay=5.665609890129417, ms=00004}
22:48:52.894347 run mass: MS performed LU {at=2635814.943384816, lu_delay=4.758105691056699, ms=00005}
22:48:53.325387 run osmo-ms-mob/00012: Starting mobile
22:48:53.342210 run osmo-ms-mob/00012(pid=147): Launched
22:48:53.353778 run mass: MS start registered {at=2635815.402892209, delay=0.0027472819201648235, ms=00012}
22:48:53.920410 run osmo-ms-mob/00013: Starting mobile
22:48:53.934068 run osmo-ms-mob/00013(pid=148): Launched
22:48:53.945020 run mass: MS start registered {at=2635815.99413912, delay=0.00492941215634346, ms=00013}
22:48:54.548593 run osmo-ms-mob/00014: Starting mobile
22:48:54.565907 run osmo-ms-mob/00014(pid=149): Launched
22:48:54.582808 run mass: MS start registered {at=2635816.63191662, delay=0.009102963842451572, ms=00014}
22:48:54.731176 run mass: MS performed LU {at=2635816.78018214, lu_delay=5.661919776815921, ms=00006}
22:48:54.758597 run mass: MS performed LU {at=2635816.807634806, lu_delay=4.807848773896694, ms=00007}
22:48:55.149367 run osmo-ms-mob/00015: Starting mobile
22:48:55.166302 run osmo-ms-mob/00015(pid=150): Launched
22:48:55.183484 run mass: MS start registered {at=2635817.232583591, delay=0.010612465906888247, ms=00015}
22:48:55.619742 run osmo-ms-mob/00016: Starting mobile
22:48:55.633568 run osmo-ms-mob/00016(pid=151): Launched
22:48:55.645037 run mass: MS start registered {at=2635817.694150298, delay=0.005105229094624519, ms=00016}
22:48:56.120583 run osmo-ms-mob/00017: Starting mobile
22:48:56.134347 run osmo-ms-mob/00017(pid=152): Launched
22:48:56.145405 run mass: MS start registered {at=2635818.19452499, delay=0.004908076021820307, ms=00017}
22:48:56.596284 run mass: MS performed LU {at=2635818.645278251, lu_delay=5.102792060934007, ms=00009}
22:48:56.660863 run mass: MS performed LU {at=2635818.709908197, lu_delay=5.915448726154864, ms=00008}
22:48:56.686359 run osmo-ms-mob/00018: Starting mobile
22:48:56.701730 run osmo-ms-mob/00018(pid=153): Launched
22:48:56.712842 run mass: MS start registered {at=2635818.761962849, delay=0.0029296339489519596, ms=00018}
22:48:56.965726 run mass: MS performed LU {at=2635819.014718879, lu_delay=4.830384200904518, ms=00010}
22:48:57.154679 run osmo-ms-mob/00019: Starting mobile
22:48:57.182426 run osmo-ms-mob/00019(pid=154): Launched
22:48:57.193175 run mass: MS start registered {at=2635819.242293067, delay=0.00473724165931344, ms=00019}
22:48:57.611407 run osmo-ms-mob/00020: Starting mobile
22:48:57.624550 run osmo-ms-mob/00020(pid=155): Launched
22:48:57.636281 run mass: MS start registered {at=2635819.685398099, delay=0.005617707967758179, ms=00020}
22:48:58.141611 run osmo-ms-mob/00021: Starting mobile
22:48:58.158856 run osmo-ms-mob/00021(pid=156): Launched
22:48:58.169781 run mass: MS start registered {at=2635820.218894006, delay=0.004913766402751207, ms=00021}
22:48:58.396140 run mass: MS performed LU {at=2635820.445133641, lu_delay=5.042241431772709, ms=00012}
22:48:58.497178 run mass: MS performed LU {at=2635820.546210573, lu_delay=4.552071453072131, ms=00013}
22:48:58.540657 run osmo-ms-mob/00022: Starting mobile
22:48:58.554617 run osmo-ms-mob/00022(pid=157): Launched
22:48:58.560629 run mass: MS performed LU {at=2635820.609753241, lu_delay=5.785735744982958, ms=00011}
22:48:58.569924 run mass: MS start registered {at=2635820.619046235, delay=0.009311207104474306, ms=00022}
22:48:59.041613 run osmo-ms-mob/00023: Starting mobile
22:48:59.057625 run osmo-ms-mob/00023(pid=158): Launched
22:48:59.070168 run mass: MS start registered {at=2635821.119285407, delay=0.006531620863825083, ms=00023}
22:48:59.410287 run osmo-ms-mob/00024: Starting mobile
22:48:59.423762 run osmo-ms-mob/00024(pid=159): Launched
22:48:59.435547 run mass: MS start registered {at=2635821.484659628, delay=0.005815882235765457, ms=00024}
22:48:59.963935 run osmo-ms-mob/00025: Starting mobile
22:48:59.981149 run osmo-ms-mob/00025(pid=160): Launched
22:48:59.998571 run mass: MS start registered {at=2635822.047672323, delay=0.011420347727835178, ms=00025}
22:49:00.323897 run osmo-ms-mob/00026: Starting mobile
22:49:00.338008 run osmo-ms-mob/00026(pid=161): Launched
22:49:00.350445 run mass: MS start registered {at=2635822.399562853, delay=0.006346691865473986, ms=00026}
22:49:00.360663 run mass: MS performed LU {at=2635822.409741751, lu_delay=5.777825131081045, ms=00014}
22:49:00.426834 run mass: MS performed LU {at=2635822.475853459, lu_delay=4.781703161075711, ms=00016}
22:49:00.495716 run mass: MS performed LU {at=2635822.544719041, lu_delay=5.312135450076312, ms=00015}
22:49:00.518402 run osmo-ms-mob/00027: Starting mobile
22:49:00.531902 run osmo-ms-mob/00027(pid=162): Launched
22:49:00.543836 run mass: MS start registered {at=2635822.592954094, delay=0.005908743944019079, ms=00027}
22:49:01.121776 run osmo-ms-mob/00028: Starting mobile
22:49:01.135506 run osmo-ms-mob/00028(pid=163): Launched
22:49:01.146696 run mass: MS start registered {at=2635823.195814757, delay=0.005086295306682587, ms=00028}
22:49:01.523472 run osmo-ms-mob/00029: Starting mobile
22:49:01.537431 run osmo-ms-mob/00029(pid=164): Launched
22:49:01.550265 run mass: MS start registered {at=2635823.599378312, delay=0.006730556022375822, ms=00029}
22:49:01.910101 run osmo-ms-mob/00030: Starting mobile
22:49:01.924166 run osmo-ms-mob/00030(pid=165): Launched
22:49:01.939349 run mass: MS start registered {at=2635823.988458575, delay=0.008712671231478453, ms=00030}
22:49:02.162175 run mass: MS performed LU {at=2635824.211168827, lu_delay=4.968875760212541, ms=00019}
22:49:02.263549 run mass: MS performed LU {at=2635824.31256478, lu_delay=6.118039790075272, ms=00017}
22:49:02.278000 run osmo-ms-mob/00031: Starting mobile
22:49:02.291215 run osmo-ms-mob/00031(pid=166): Launched
22:49:02.297226 run mass: MS performed LU {at=2635824.346351351, lu_delay=5.584388501942158, ms=00018}
22:49:02.307919 run mass: MS start registered {at=2635824.357040248, delay=0.010708469897508621, ms=00031}
22:49:02.415550 run mass: MS performed LU {at=2635824.464576878, lu_delay=4.779178779106587, ms=00020}
22:49:02.446858 run osmo-ms-mob/00032: Starting mobile
22:49:02.460576 run osmo-ms-mob/00032(pid=167): Launched
22:49:02.472200 run mass: MS start registered {at=2635824.521317759, delay=0.0055106328800320625, ms=00032}
22:49:03.042178 run osmo-ms-mob/00033: Starting mobile
22:49:03.058725 run osmo-ms-mob/00033(pid=168): Launched
22:49:03.069867 run mass: MS start registered {at=2635825.118984246, delay=0.004908907227218151, ms=00033}
22:49:03.428843 run osmo-ms-mob/00034: Starting mobile
22:49:03.454928 run osmo-ms-mob/00034(pid=169): Launched
22:49:03.468799 run mass: MS start registered {at=2635825.517906837, delay=0.007844238076359034, ms=00034}
22:49:03.710318 run osmo-ms-mob/00035: Starting mobile
22:49:03.723641 run osmo-ms-mob/00035(pid=170): Launched
22:49:03.737140 run mass: MS start registered {at=2635825.78625524, delay=0.0075025721453130245, ms=00035}
22:49:04.140747 run osmo-ms-mob/00036: Starting mobile
22:49:04.156024 run osmo-ms-mob/00036(pid=171): Launched
22:49:04.162040 run mass: MS performed LU {at=2635826.211163738, lu_delay=4.726504109799862, ms=00024}
22:49:04.170943 run mass: MS start registered {at=2635826.220065702, delay=0.00892168702557683, ms=00036}
22:49:04.192307 run mass: MS performed LU {at=2635826.241331566, lu_delay=5.122046159114689, ms=00023}
22:49:04.262003 run mass: MS performed LU {at=2635826.311029686, lu_delay=6.092135679908097, ms=00021}
22:49:04.292666 run osmo-ms-mob/00037: Starting mobile
22:49:04.305680 run osmo-ms-mob/00037(pid=172): Launched
22:49:04.316099 run mass: MS performed LU {at=2635826.365200559, lu_delay=5.746154324151576, ms=00022}
22:49:04.323534 run mass: MS start registered {at=2635826.372665469, delay=0.01185377687215805, ms=00037}
22:49:04.841766 run osmo-ms-mob/00038: Starting mobile
22:49:04.856140 run osmo-ms-mob/00038(pid=173): Launched
22:49:04.869226 run mass: MS start registered {at=2635826.918341918, delay=0.00615517096593976, ms=00038}
22:49:05.123668 run osmo-ms-mob/00039: Starting mobile
22:49:05.137864 run osmo-ms-mob/00039(pid=174): Launched
22:49:05.152162 run mass: MS start registered {at=2635827.201273843, delay=0.0064840903505682945, ms=00039}
22:49:05.543035 run osmo-ms-mob/00040: Starting mobile
22:49:05.561673 run osmo-ms-mob/00040(pid=175): Launched
22:49:05.572854 run mass: MS start registered {at=2635827.621960698, delay=0.0009779613465070724, ms=00040}
22:49:05.815457 run osmo-ms-mob/00041: Starting mobile
22:49:05.835980 run osmo-ms-mob/00041(pid=176): Launched
22:49:05.853393 run mass: MS start registered {at=2635827.902495722, delay=0.01098119979724288, ms=00041}
22:49:05.927475 run mass: MS performed LU {at=2635827.976466194, lu_delay=5.383512099739164, ms=00027}
22:49:05.954852 run mass: MS performed LU {at=2635828.003975286, lu_delay=5.6044124332256615, ms=00026}
22:49:05.971517 run osmo-ms-mob/00042: Starting mobile
22:49:06.003302 run osmo-ms-mob/00042(pid=177): Launched
22:49:06.018399 run mass: MS start registered {at=2635828.067509915, delay=0.00793997012078762, ms=00042}
22:49:06.055999 run mass: MS performed LU {at=2635828.105032779, lu_delay=4.505654466804117, ms=00029}
22:49:06.218326 run mass: MS performed LU {at=2635828.267320004, lu_delay=5.071505246683955, ms=00028}
22:49:06.543652 run osmo-ms-mob/00043: Starting mobile
22:49:06.561544 run osmo-ms-mob/00043(pid=178): Launched
22:49:06.576171 run mass: MS start registered {at=2635828.625288254, delay=0.006732895039021969, ms=00043}
22:49:06.925785 run osmo-ms-mob/00044: Starting mobile
22:49:06.948034 run osmo-ms-mob/00044(pid=179): Launched
22:49:06.955752 run mass: Starting too slowly. Moving on {now=2635829.004885015, sleep=-0.055735074914991856, target=2635828.94914994}
22:49:06.961743 run mass: MS performed LU {at=2635829.010864568, lu_delay=6.96319224499166, ms=00025}
22:49:06.967847 run mass: MS start registered {at=2635829.016979155, delay=0.012096226215362549, ms=00044}
22:49:07.124861 run osmo-ms-mob/00045: Starting mobile
22:49:07.138761 run osmo-ms-mob/00045(pid=180): Launched
22:49:07.151375 run mass: MS start registered {at=2635829.200491329, delay=0.006106863263994455, ms=00045}
22:49:07.433411 run osmo-ms-mob/00046: Starting mobile
22:49:07.448716 run osmo-ms-mob/00046(pid=181): Launched
22:49:07.461754 run mass: MS start registered {at=2635829.510866894, delay=0.006839401088654995, ms=00046}
22:49:07.740689 run osmo-ms-mob/00047: Starting mobile
22:49:07.765457 run osmo-ms-mob/00047(pid=182): Launched
22:49:07.779706 run mass: MS start registered {at=2635829.828823696, delay=0.007601787801831961, ms=00047}
22:49:07.791549 run mass: MS performed LU {at=2635829.840663073, lu_delay=5.319345314055681, ms=00032}
22:49:07.958662 run mass: MS performed LU {at=2635830.007663832, lu_delay=6.019205256830901, ms=00030}
22:49:07.987162 run osmo-ms-mob/00048: Starting mobile
22:49:08.000544 run osmo-ms-mob/00048(pid=183): Launched
22:49:08.013491 run mass: MS start registered {at=2635830.06260645, delay=0.006844100076705217, ms=00048}
22:49:08.119781 run mass: MS performed LU {at=2635830.168797407, lu_delay=5.049813160672784, ms=00033}
22:49:08.362167 run osmo-ms-mob/00049: Starting mobile
22:49:08.380038 run osmo-ms-mob/00049(pid=184): Launched
22:49:08.386067 run mass: MS performed LU {at=2635830.435191148, lu_delay=4.917284310795367, ms=00034}
22:49:08.392057 run mass: MS start registered {at=2635830.441180537, delay=0.006006555166095495, ms=00049}
22:49:08.623677 run osmo-ms-mob/00050: Starting mobile
22:49:08.637495 run osmo-ms-mob/00050(pid=185): Launched
22:49:08.649254 run mass: MS start registered {at=2635830.698364615, delay=0.005811169743537903, ms=00050}
22:49:09.026564 run osmo-ms-mob/00051: Starting mobile
22:49:09.040533 run osmo-ms-mob/00051(pid=186): Launched
22:49:09.052289 run mass: MS start registered {at=2635831.10140494, delay=0.005248915869742632, ms=00051}
22:49:09.325221 run osmo-ms-mob/00052: Starting mobile
22:49:09.338846 run osmo-ms-mob/00052(pid=187): Launched
22:49:09.351334 run mass: MS start registered {at=2635831.400447014, delay=0.00652204779908061, ms=00052}
22:49:09.649235 run osmo-ms-mob/00053: Starting mobile
22:49:09.665166 run osmo-ms-mob/00053(pid=188): Launched
22:49:09.679611 run mass: MS start registered {at=2635831.728724783, delay=0.00836616801097989, ms=00053}
22:49:09.692768 run mass: MS performed LU {at=2635831.741881116, lu_delay=5.369215646758676, ms=00037}
22:49:09.710612 run mass: MS performed LU {at=2635831.759712309, lu_delay=4.841370391193777, ms=00038}
22:49:09.724866 run osmo-ms-mob/00054: Starting mobile
22:49:09.738151 run osmo-ms-mob/00054(pid=189): Launched
22:49:09.752380 run mass: MS start registered {at=2635831.801487551, delay=0.008214569184929132, ms=00054}
22:49:09.823203 run mass: MS performed LU {at=2635831.872053214, lu_delay=6.085797973908484, ms=00035}
22:49:10.011958 run mass: MS performed LU {at=2635832.06097805, lu_delay=4.859704206697643, ms=00039}
22:49:10.026640 run osmo-ms-mob/00055: Starting mobile
22:49:10.039653 run osmo-ms-mob/00055(pid=190): Launched
22:49:10.053134 run mass: MS start registered {at=2635832.1022478, delay=0.0075020380318164825, ms=00055}
22:49:10.523344 run osmo-ms-mob/00056: Starting mobile
22:49:10.537420 run osmo-ms-mob/00056(pid=191): Launched
22:49:10.550574 run mass: MS start registered {at=2635832.599683615, delay=0.007103040814399719, ms=00056}
22:49:10.823180 run osmo-ms-mob/00057: Starting mobile
22:49:10.837160 run osmo-ms-mob/00057(pid=192): Launched
22:49:10.849633 run mass: MS start registered {at=2635832.89875019, delay=0.006209467072039843, ms=00057}
22:49:11.064505 run mass: MS performed LU {at=2635833.113529936, lu_delay=3.9130386067554355, ms=00045}
22:49:11.224217 run osmo-ms-mob/00058: Starting mobile
22:49:11.238183 run osmo-ms-mob/00058(pid=193): Launched
22:49:11.249331 run mass: MS start registered {at=2635833.298449629, delay=0.004986613988876343, ms=00058}
22:49:11.523707 run osmo-ms-mob/00059: Starting mobile
22:49:11.536724 run osmo-ms-mob/00059(pid=194): Launched
22:49:11.548398 run mass: MS start registered {at=2635833.597515694, delay=0.005548845045268536, ms=00059}
22:49:11.556637 run mass: MS performed LU {at=2635833.605756279, lu_delay=4.588777123950422, ms=00044}
22:49:11.649982 run mass: MS performed LU {at=2635833.698991885, lu_delay=5.631481969729066, ms=00042}
22:49:11.690255 run osmo-ms-mob/00060: Starting mobile
22:49:11.703597 run osmo-ms-mob/00060(pid=195): Launched
22:49:11.715584 run mass: MS start registered {at=2635833.764698781, delay=0.005941098090261221, ms=00060}
22:49:11.723431 run mass: MS performed LU {at=2635833.772550676, lu_delay=5.147262421902269, ms=00043}
22:49:11.903967 run mass: MS performed LU {at=2635833.952973511, lu_delay=6.050477789249271, ms=00041}
22:49:11.928462 run mass: MS performed LU {at=2635833.977589344, lu_delay=6.355628645978868, ms=00040}
22:49:11.939631 run osmo-ms-mob/00061: Starting mobile
22:49:11.952523 run osmo-ms-mob/00061(pid=196): Launched
22:49:11.965774 run mass: MS start registered {at=2635834.014864304, delay=0.0071917991153895855, ms=00061}
22:49:12.523590 run osmo-ms-mob/00062: Starting mobile
22:49:12.538584 run osmo-ms-mob/00062(pid=197): Launched
22:49:12.549653 run mass: MS start registered {at=2635834.598769428, delay=0.004666016437113285, ms=00062}
22:49:12.763757 run mass: MS performed LU {at=2635834.812750324, lu_delay=3.711345384363085, ms=00051}
22:49:12.800756 run osmo-ms-mob/00063: Starting mobile
22:49:12.818508 run osmo-ms-mob/00063(pid=198): Launched
22:49:12.830784 run mass: MS start registered {at=2635834.879897045, delay=0.006025867071002722, ms=00063}
22:49:13.225023 run osmo-ms-mob/00064: Starting mobile
22:49:13.244515 run osmo-ms-mob/00064(pid=199): Launched
22:49:13.256297 run mass: MS start registered {at=2635835.305410443, delay=0.005773911718279123, ms=00064}
22:49:13.543001 run mass: MS performed LU {at=2635835.591985289, lu_delay=5.76316159311682, ms=00047}
22:49:13.571312 run osmo-ms-mob/00065: Starting mobile
22:49:13.584677 run osmo-ms-mob/00065(pid=200): Launched
22:49:13.590786 run mass: MS performed LU {at=2635835.639909941, lu_delay=6.129043046850711, ms=00046}
22:49:13.596539 run mass: MS performed LU {at=2635835.645670388, lu_delay=4.947305772919208, ms=00050}
22:49:13.602278 run mass: MS start registered {at=2635835.651410152, delay=0.0115161151625216, ms=00065}
22:49:13.612901 run osmo-ms-mob/00066: Starting mobile
22:49:13.626083 run osmo-ms-mob/00066(pid=201): Launched
22:49:13.638444 run mass: MS start registered {at=2635835.687561367, delay=0.006373261101543903, ms=00066}
22:49:13.694728 run mass: MS performed LU {at=2635835.743759889, lu_delay=5.302579352166504, ms=00049}
22:49:14.324344 run osmo-ms-mob/00067: Starting mobile
22:49:14.338411 run osmo-ms-mob/00067(pid=202): Launched
22:49:14.350531 run mass: MS start registered {at=2635836.399635458, delay=0.006065363064408302, ms=00067}
22:49:14.634759 run osmo-ms-mob/00068: Starting mobile
22:49:14.654028 run osmo-ms-mob/00068(pid=203): Launched
22:49:14.665182 run mass: MS start registered {at=2635836.714299443, delay=0.005004072096198797, ms=00068}
22:49:15.023840 run osmo-ms-mob/00069: Starting mobile
22:49:15.037768 run osmo-ms-mob/00069(pid=204): Launched
22:49:15.048974 run mass: MS start registered {at=2635837.098092902, delay=0.004940009210258722, ms=00069}
22:49:15.323691 run mass: MS performed LU {at=2635837.372687827, lu_delay=4.773004211951047, ms=00056}
22:49:15.357014 run osmo-ms-mob/00070: Starting mobile
22:49:15.370131 run osmo-ms-mob/00070(pid=205): Launched
22:49:15.377399 run mass: MS performed LU {at=2635837.426509966, lu_delay=5.324262165930122, ms=00055}
22:49:15.384326 run mass: MS start registered {at=2635837.433457347, delay=0.00817185128107667, ms=00070}
22:49:15.490003 run mass: MS performed LU {at=2635837.539016547, lu_delay=4.640266356989741, ms=00057}
22:49:15.651465 run mass: MS performed LU {at=2635837.700486364, lu_delay=5.971761581022292, ms=00053}
22:49:15.714290 run osmo-ms-mob/00071: Starting mobile
22:49:15.730289 run osmo-ms-mob/00071(pid=206): Launched
22:49:15.736356 run mass: MS performed LU {at=2635837.785481654, lu_delay=6.385034640319645, ms=00052}
22:49:15.742183 run mass: MS start registered {at=2635837.79131565, delay=0.005852143280208111, ms=00071}
22:49:16.209328 run osmo-ms-mob/00072: Starting mobile
22:49:16.222668 run osmo-ms-mob/00072(pid=207): Launched
22:49:16.233872 run mass: MS start registered {at=2635838.282984656, delay=0.00515091884881258, ms=00072}
22:49:16.541902 run mass: MS performed LU {at=2635838.590914444, lu_delay=3.711017399094999, ms=00063}
22:49:16.571191 run osmo-ms-mob/00073: Starting mobile
22:49:16.586111 run osmo-ms-mob/00073(pid=208): Launched
22:49:16.597465 run mass: MS start registered {at=2635838.646580189, delay=0.00525386817753315, ms=00073}
22:49:17.050767 run osmo-ms-mob/00074: Starting mobile
22:49:17.066704 run osmo-ms-mob/00074(pid=209): Launched
22:49:17.077918 run mass: MS start registered {at=2635839.127026754, delay=0.0032701268792152405, ms=00074}
22:49:17.308179 run mass: MS performed LU {at=2635839.357047844, lu_delay=6.058598215226084, ms=00058}
22:49:17.337249 run osmo-ms-mob/00075: Starting mobile
22:49:17.351044 run osmo-ms-mob/00075(pid=210): Launched
22:49:17.357748 run mass: MS performed LU {at=2635839.406870858, lu_delay=5.809355163946748, ms=00059}
22:49:17.363749 run mass: MS performed LU {at=2635839.412879695, lu_delay=5.398015391081572, ms=00061}
22:49:17.369497 run mass: MS start registered {at=2635839.418628175, delay=0.01177477790042758, ms=00075}
22:49:17.460523 run mass: MS performed LU {at=2635839.50955058, lu_delay=5.74485179875046, ms=00060}
22:49:17.517380 run mass: MS performed LU {at=2635839.566414822, lu_delay=4.967645393684506, ms=00062}
22:49:17.540822 run osmo-ms-mob/00076: Starting mobile
22:49:17.564317 run osmo-ms-mob/00076(pid=211): Launched
22:49:17.579590 run mass: MS start registered {at=2635839.628694061, delay=0.007468970958143473, ms=00076}
22:49:18.329155 run osmo-ms-mob/00077: Starting mobile
22:49:18.343729 run osmo-ms-mob/00077(pid=212): Launched
22:49:18.360055 run mass: MS start registered {at=2635840.409156887, delay=0.009882973972707987, ms=00077}
22:49:18.833792 run osmo-ms-mob/00078: Starting mobile
22:49:18.850031 run osmo-ms-mob/00078(pid=213): Launched
22:49:18.861807 run mass: MS start registered {at=2635840.910923764, delay=0.005529303103685379, ms=00078}
22:49:19.089199 run mass: MS performed LU {at=2635841.138214808, lu_delay=4.738579350057989, ms=00067}
22:49:19.145333 run mass: MS performed LU {at=2635841.1943294, lu_delay=5.542919247876853, ms=00065}
22:49:19.190284 run osmo-ms-mob/00079: Starting mobile
22:49:19.204473 run osmo-ms-mob/00079(pid=214): Launched
22:49:19.217787 run mass: MS start registered {at=2635841.266899061, delay=0.007297515869140625, ms=00079}
22:49:19.255813 run mass: MS performed LU {at=2635841.304833063, lu_delay=4.590533619746566, ms=00068}
22:49:19.417245 run mass: MS performed LU {at=2635841.466258857, lu_delay=6.160848414059728, ms=00064}
22:49:19.440371 run mass: MS performed LU {at=2635841.489499868, lu_delay=5.801938500721008, ms=00066}
22:49:19.722643 run osmo-ms-mob/00080: Starting mobile
22:49:19.737665 run osmo-ms-mob/00080(pid=215): Launched
22:49:19.749460 run mass: MS start registered {at=2635841.798577231, delay=0.005635845009237528, ms=00080}
22:49:20.223166 run osmo-ms-mob/00081: Starting mobile
22:49:20.253523 run osmo-ms-mob/00081(pid=216): Launched
22:49:20.266708 run mass: MS start registered {at=2635842.315819525, delay=0.006909881252795458, ms=00081}
22:49:20.640762 run osmo-ms-mob/00082: Starting mobile
22:49:20.655477 run osmo-ms-mob/00082(pid=217): Launched
22:49:20.669431 run mass: MS start registered {at=2635842.71854424, delay=0.007978179957717657, ms=00082}
22:49:21.074181 run mass: MS performed LU {at=2635843.123178002, lu_delay=4.840193346142769, ms=00072}
22:49:21.097933 run mass: MS performed LU {at=2635843.147051007, lu_delay=5.3557353569194674, ms=00071}
22:49:21.144718 run osmo-ms-mob/00083: Starting mobile
22:49:21.157895 run osmo-ms-mob/00083(pid=218): Launched
22:49:21.163986 run mass: MS performed LU {at=2635843.213109338, lu_delay=6.115016436204314, ms=00069}
22:49:21.175328 run mass: MS start registered {at=2635843.224440392, delay=0.011351888999342918, ms=00083}
22:49:21.244292 run mass: MS performed LU {at=2635843.293316667, lu_delay=4.646736477967352, ms=00073}
22:49:21.724979 run osmo-ms-mob/00084: Starting mobile
22:49:21.743536 run osmo-ms-mob/00084(pid=219): Launched
22:49:21.757802 run mass: MS start registered {at=2635843.806896811, delay=0.008276470936834812, ms=00084}
22:49:22.228283 run osmo-ms-mob/00085: Starting mobile
22:49:22.242365 run osmo-ms-mob/00085(pid=220): Launched
22:49:22.256479 run mass: MS start registered {at=2635844.305584399, delay=0.00817727716639638, ms=00085}
22:49:22.829625 run osmo-ms-mob/00086: Starting mobile
22:49:22.842819 run osmo-ms-mob/00086(pid=221): Launched
22:49:22.853722 run mass: MS performed LU {at=2635844.902835872, lu_delay=5.274141810834408, ms=00076}
22:49:22.859664 run mass: MS start registered {at=2635844.908796328, delay=0.010864310897886753, ms=00086}
22:49:22.911866 run mass: MS performed LU {at=2635844.960861176, lu_delay=5.542233000975102, ms=00075}
22:49:23.022167 run mass: MS performed LU {at=2635845.071160179, lu_delay=5.94413342513144, ms=00074}
22:49:23.165463 run mass: MS performed LU {at=2635845.214467378, lu_delay=4.805310491006821, ms=00077}
22:49:23.449481 run osmo-ms-mob/00087: Starting mobile
22:49:23.465826 run osmo-ms-mob/00087(pid=222): Launched
22:49:23.477525 run mass: MS start registered {at=2635845.526642445, delay=0.005646156147122383, ms=00087}
22:49:24.013595 run osmo-ms-mob/00088: Starting mobile
22:49:24.027559 run osmo-ms-mob/00088(pid=223): Launched
22:49:24.040002 run mass: MS start registered {at=2635846.089095412, delay=0.006327821873128414, ms=00088}
22:49:24.643927 run osmo-ms-mob/00089: Starting mobile
22:49:24.661239 run osmo-ms-mob/00089(pid=224): Launched
22:49:24.672814 run mass: MS start registered {at=2635846.721927139, delay=0.005552032962441444, ms=00089}
22:49:24.839745 run mass: MS performed LU {at=2635846.888737281, lu_delay=5.6218382199294865, ms=00079}
22:49:24.863706 run mass: MS performed LU {at=2635846.912831526, lu_delay=5.114254294894636, ms=00080}
22:49:24.885106 run mass: MS performed LU {at=2635846.93419131, lu_delay=6.023267545737326, ms=00078}
22:49:25.011130 run mass: MS performed LU {at=2635847.060125901, lu_delay=22.703085653018206, ms=00031}
22:49:25.031947 run osmo-ms-mob/00090: Starting mobile
22:49:25.045171 run osmo-ms-mob/00090(pid=225): Launched
22:49:25.057310 run mass: MS start registered {at=2635847.106425521, delay=0.005429286044090986, ms=00090}
22:49:25.065083 run mass: MS performed LU {at=2635847.114203077, lu_delay=4.798383551649749, ms=00081}
22:49:25.922598 run osmo-ms-mob/00091: Starting mobile
22:49:25.948240 run osmo-ms-mob/00091(pid=226): Launched
22:49:25.960429 run mass: MS start registered {at=2635848.009546542, delay=0.005245009902864695, ms=00091}
22:49:26.610657 run osmo-ms-mob/00092: Starting mobile
22:49:26.623996 run osmo-ms-mob/00092(pid=227): Launched
22:49:26.631543 run mass: MS performed LU {at=2635848.680665345, lu_delay=4.375080945901573, ms=00085}
22:49:26.639230 run mass: MS start registered {at=2635848.688349147, delay=0.007703236769884825, ms=00092}
22:49:26.677054 run mass: MS performed LU {at=2635848.726085141, lu_delay=5.501644748728722, ms=00083}
22:49:26.787207 run mass: MS performed LU {at=2635848.836221518, lu_delay=6.117677277885377, ms=00082}
22:49:26.932180 run mass: MS performed LU {at=2635848.981195114, lu_delay=5.174298303201795, ms=00084}
22:49:26.967296 run mass: MS performed LU {at=2635849.01633324, lu_delay=22.796267537865788, ms=00036}
22:49:27.450298 run osmo-ms-mob/00093: Starting mobile
22:49:27.466416 run osmo-ms-mob/00093(pid=228): Launched
22:49:27.483501 run mass: MS start registered {at=2635849.532598239, delay=0.009536080993711948, ms=00093}
22:49:28.345938 run osmo-ms-mob/00094: Starting mobile
22:49:28.363231 run osmo-ms-mob/00094(pid=229): Launched
22:49:28.379170 run mass: MS start registered {at=2635850.428269696, delay=0.009646272752434015, ms=00094}
22:49:28.605741 run mass: MS performed LU {at=2635850.654760193, lu_delay=5.745963864959776, ms=00086}
22:49:28.627190 run mass: MS performed LU {at=2635850.67631736, lu_delay=5.149674914777279, ms=00087}
22:49:28.887573 run mass: MS performed LU {at=2635850.936589564, lu_delay=4.847494152374566, ms=00088}
22:49:29.242682 run osmo-ms-mob/00095: Starting mobile
22:49:29.258892 run osmo-ms-mob/00095(pid=230): Launched
22:49:29.273208 run mass: MS start registered {at=2635851.322319359, delay=0.007996654137969017, ms=00095}
22:49:30.223594 run osmo-ms-mob/00096: Starting mobile
22:49:30.238137 run osmo-ms-mob/00096(pid=231): Launched
22:49:30.250665 run mass: MS start registered {at=2635852.299783322, delay=0.00652196304872632, ms=00096}
22:49:30.387334 run mass: MS performed LU {at=2635852.436355783, lu_delay=4.426809241063893, ms=00091}
22:49:30.405082 run mass: MS performed LU {at=2635852.454137814, lu_delay=5.732210675254464, ms=00089}
22:49:30.553549 run mass: MS performed LU {at=2635852.602551186, lu_delay=5.496125665027648, ms=00090}
22:49:30.658766 run mass: MS performed LU {at=2635852.707784386, lu_delay=22.645177935715765, ms=00048}
22:49:31.343592 run osmo-ms-mob/00097: Starting mobile
22:49:31.358008 run osmo-ms-mob/00097(pid=232): Launched
22:49:31.372429 run mass: MS start registered {at=2635853.421540369, delay=0.007871429901570082, ms=00097}
22:49:32.371443 run mass: MS performed LU {at=2635854.420458417, lu_delay=4.887860178016126, ms=00093}
22:49:32.403649 run mass: MS performed LU {at=2635854.452752844, lu_delay=5.764403697103262, ms=00092}
22:49:32.623465 run osmo-ms-mob/00098: Starting mobile
22:49:32.637833 run osmo-ms-mob/00098(pid=233): Launched
22:49:32.649533 run mass: MS start registered {at=2635854.698647602, delay=0.0055559598840773106, ms=00098}
22:49:32.888343 run mass: MS performed LU {at=2635854.937325158, lu_delay=23.135837607085705, ms=00054}
22:49:34.152167 run mass: MS performed LU {at=2635856.201185499, lu_delay=4.8788661397993565, ms=00095}
22:49:34.318503 run mass: MS performed LU {at=2635856.36750169, lu_delay=5.93923199409619, ms=00094}
22:49:34.376009 run osmo-ms-mob/00099: Starting mobile
22:49:34.391989 run osmo-ms-mob/00099(pid=234): Launched
22:49:34.398695 run mass: All started... {duration=55.69867734704167, too_slow=1}
22:49:34.404665 run mass: MS start registered {at=2635856.453789099, delay=0.005965118296444416, ms=00099}
22:49:36.137468 run mass: MS performed LU {at=2635858.186376452, lu_delay=5.886593129951507, ms=00096}
22:49:36.161342 run mass: MS performed LU {at=2635858.210473539, lu_delay=4.788933170028031, ms=00097}
22:49:38.066852 run mass: MS performed LU {at=2635860.115844762, lu_delay=5.417197159957141, ms=00098}
22:49:38.320495 run mass: MS performed LU {at=2635860.369512861, lu_delay=22.93605551403016, ms=00070}
22:49:39.904151 run mass: MS performed LU {at=2635861.953152713, lu_delay=5.499363613780588, ms=00099}
22:49:39.927230 run mass: Tests done {all_completed=True, max=23.135837607085705, min=3.711017399094999}
22:49:39.932962 tst register_default_mass.py: Test passed (79.2 sec)
22:49:39.938465 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:39.941712 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:39.944925 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:39.948183 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:39.951369 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:39.954628 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:39.957908 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:39.961265 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:39.964438 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:39.967645 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:39.970868 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:39.974174 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:39.977427 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:39.980675 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:39.984098 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:39.987431 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:39.990796 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:39.994233 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:39.997985 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:40.001786 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:40.005128 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:40.008410 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:40.011666 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:40.014976 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:40.018298 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:40.021660 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:40.025025 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:40.028328 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:40.031598 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:40.034889 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:40.038262 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:40.041547 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:40.044925 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:40.048460 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:40.051860 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:40.055687 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:40.059359 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:40.062752 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:40.066351 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:40.069784 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:40.073198 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:40.076627 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:40.080072 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:40.083490 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:40.086886 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:40.090296 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:40.093967 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:40.097395 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:40.100826 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:40.104214 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:40.107608 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:40.111170 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:40.114570 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:40.117977 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:40.121421 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:40.124838 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:40.128236 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:40.131641 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:40.135040 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:40.138576 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:40.141971 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:40.145360 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:40.149437 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:40.152877 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:40.156295 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:40.159693 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:40.163095 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:40.166527 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:40.169945 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:40.173354 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:40.176743 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:40.180572 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:40.184311 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:40.188344 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:40.191914 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:40.195456 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:40.199002 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:40.202501 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:40.206256 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:40.209925 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:40.213929 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:40.217593 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:40.221106 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:40.224637 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:40.228167 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:40.231677 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:40.235214 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:40.238720 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:40.242227 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:40.245710 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:40.249219 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:40.252731 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:40.256248 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:40.259761 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:40.263260 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:40.266669 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:40.270076 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:40.273553 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:40.277056 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:40.280595 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:40.284122 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:40.287612 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:40.291108 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:40.294594 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:40.298117 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:40.301643 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:40.305194 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:40.308646 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:40.312056 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:40.315485 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:40.318924 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:40.322383 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:40.326568 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:40.330139 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:40.333667 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:40.337202 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:40.340688 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:40.344188 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:40.347640 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:40.350967 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:40.354273 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:40.357607 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:40.360968 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:40.364306 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:40.367662 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:40.370991 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:40.374322 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:40.377677 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:40.381034 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:40.384383 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:40.387734 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:40.391097 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:40.394438 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:40.397797 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:40.401150 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:40.404487 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:40.407837 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:40.411181 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:40.414510 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:40.417836 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:40.421193 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:40.424543 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:40.427866 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:40.431206 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:40.434543 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:40.437889 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:40.441225 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:40.444564 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:40.447910 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:40.451248 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:40.454567 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:40.457895 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:40.461260 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:40.464591 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:40.467939 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:40.471291 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:40.474619 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:40.477957 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:40.481330 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:40.484654 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:40.487993 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:40.491322 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:40.494653 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:40.497970 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:40.501296 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:40.504626 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:40.507957 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:40.511303 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:40.514626 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:40.517939 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:40.521283 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:40.524608 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:40.527932 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:40.531267 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:40.534601 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:40.537948 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:40.541288 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:40.544622 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:40.547956 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:40.551305 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:40.554639 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:40.557980 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:40.561305 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:40.564654 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:40.567992 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:40.571308 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:40.574617 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:40.577931 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:40.581265 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:40.584595 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:40.587931 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:40.591258 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:40.594583 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:40.597916 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:40.601256 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:40.604591 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:40.607936 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:40.611276 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:40.614602 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:40.617930 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:40.621260 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:40.624606 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:40.627943 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:40.631274 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:40.634601 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:40.637921 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:40.641265 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:40.644617 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:40.647955 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:40.651284 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:40.654617 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:40.657973 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:40.661310 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:40.664665 --- ParallelTerminationStrategy: PID 22 died...
22:49:40.666203 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:40.670039 --- ParallelTerminationStrategy: PID 23 died...
22:49:40.671562 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:40.675251 --- ParallelTerminationStrategy: PID 24 died...
22:49:40.676755 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:40.680461 --- ParallelTerminationStrategy: PID 25 died...
22:49:40.682002 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:40.685679 --- ParallelTerminationStrategy: PID 26 died...
22:49:40.687219 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:40.690944 --- ParallelTerminationStrategy: PID 27 died...
22:49:40.692484 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:40.696183 --- ParallelTerminationStrategy: PID 28 died...
22:49:40.697691 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:40.701404 --- ParallelTerminationStrategy: PID 29 died...
22:49:40.702939 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:40.706658 --- ParallelTerminationStrategy: PID 30 died...
22:49:40.708200 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:40.711904 --- ParallelTerminationStrategy: PID 31 died...
22:49:40.713408 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:40.717158 --- ParallelTerminationStrategy: PID 32 died...
22:49:40.718666 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:40.722387 --- ParallelTerminationStrategy: PID 33 died...
22:49:40.723927 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:40.727669 --- ParallelTerminationStrategy: PID 35 died...
22:49:40.729200 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:40.732914 --- ParallelTerminationStrategy: PID 36 died...
22:49:40.734447 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:40.738183 --- ParallelTerminationStrategy: PID 37 died...
22:49:40.739748 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:40.743476 --- ParallelTerminationStrategy: PID 38 died...
22:49:40.745005 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:40.748732 --- ParallelTerminationStrategy: PID 39 died...
22:49:40.750264 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:40.754041 --- ParallelTerminationStrategy: PID 40 died...
22:49:40.755550 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:40.759280 --- ParallelTerminationStrategy: PID 41 died...
22:49:40.760811 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:40.764565 --- ParallelTerminationStrategy: PID 42 died...
22:49:40.766083 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:40.769699 --- ParallelTerminationStrategy: PID 43 died...
22:49:40.771180 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:40.774768 --- ParallelTerminationStrategy: PID 44 died...
22:49:40.776229 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:40.779828 --- ParallelTerminationStrategy: PID 45 died...
22:49:40.781285 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:40.784908 --- ParallelTerminationStrategy: PID 46 died...
22:49:40.786367 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:40.789959 --- ParallelTerminationStrategy: PID 47 died...
22:49:40.791444 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:40.795045 --- ParallelTerminationStrategy: PID 48 died...
22:49:40.796518 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:40.800095 --- ParallelTerminationStrategy: PID 49 died...
22:49:40.801543 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:40.805159 --- ParallelTerminationStrategy: PID 50 died...
22:49:40.806613 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:40.810192 --- ParallelTerminationStrategy: PID 51 died...
22:49:40.811663 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:40.815257 --- ParallelTerminationStrategy: PID 52 died...
22:49:40.816713 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:40.820327 --- ParallelTerminationStrategy: PID 53 died...
22:49:40.821793 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:40.825399 --- ParallelTerminationStrategy: PID 54 died...
22:49:40.826854 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:40.830442 --- ParallelTerminationStrategy: PID 55 died...
22:49:40.831896 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:40.835465 --- ParallelTerminationStrategy: PID 56 died...
22:49:40.836913 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:40.840494 --- ParallelTerminationStrategy: PID 57 died...
22:49:40.841944 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:40.845507 --- ParallelTerminationStrategy: PID 58 died...
22:49:40.846986 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:40.850561 --- ParallelTerminationStrategy: PID 59 died...
22:49:40.852012 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:40.855596 --- ParallelTerminationStrategy: PID 60 died...
22:49:40.857051 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:40.860662 --- ParallelTerminationStrategy: PID 61 died...
22:49:40.862111 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:40.865707 --- ParallelTerminationStrategy: PID 62 died...
22:49:40.867154 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:40.870733 --- ParallelTerminationStrategy: PID 63 died...
22:49:40.872202 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:40.875777 --- ParallelTerminationStrategy: PID 64 died...
22:49:40.877227 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:40.880873 --- ParallelTerminationStrategy: PID 65 died...
22:49:40.882318 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:40.885896 --- ParallelTerminationStrategy: PID 66 died...
22:49:40.887351 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:40.890935 --- ParallelTerminationStrategy: PID 67 died...
22:49:40.892395 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:40.895985 --- ParallelTerminationStrategy: PID 68 died...
22:49:40.897443 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:40.901012 --- ParallelTerminationStrategy: PID 69 died...
22:49:40.902465 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:40.906044 --- ParallelTerminationStrategy: PID 70 died...
22:49:40.907512 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:40.911092 --- ParallelTerminationStrategy: PID 71 died...
22:49:40.912552 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:40.916109 --- ParallelTerminationStrategy: PID 72 died...
22:49:40.917560 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:40.921165 --- ParallelTerminationStrategy: PID 73 died...
22:49:40.922618 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:40.926191 --- ParallelTerminationStrategy: PID 74 died...
22:49:40.927657 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:40.931230 --- ParallelTerminationStrategy: PID 75 died...
22:49:40.932684 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:40.936275 --- ParallelTerminationStrategy: PID 76 died...
22:49:40.937715 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:40.941303 --- ParallelTerminationStrategy: PID 77 died...
22:49:40.942747 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:40.946337 --- ParallelTerminationStrategy: PID 78 died...
22:49:40.947795 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:40.951374 --- ParallelTerminationStrategy: PID 79 died...
22:49:40.952826 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:40.956409 --- ParallelTerminationStrategy: PID 80 died...
22:49:40.957854 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:40.961459 --- ParallelTerminationStrategy: PID 81 died...
22:49:40.962906 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:40.966506 --- ParallelTerminationStrategy: PID 82 died...
22:49:40.967964 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:40.971559 --- ParallelTerminationStrategy: PID 83 died...
22:49:40.973018 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:40.976607 --- ParallelTerminationStrategy: PID 84 died...
22:49:40.978054 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:40.981650 --- ParallelTerminationStrategy: PID 85 died...
22:49:40.983100 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:40.986692 --- ParallelTerminationStrategy: PID 86 died...
22:49:40.988142 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:40.991710 --- ParallelTerminationStrategy: PID 87 died...
22:49:40.993160 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:40.996735 --- ParallelTerminationStrategy: PID 88 died...
22:49:40.998187 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:41.001770 --- ParallelTerminationStrategy: PID 89 died...
22:49:41.003247 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:41.006957 --- ParallelTerminationStrategy: PID 90 died...
22:49:41.008475 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:41.012209 --- ParallelTerminationStrategy: PID 91 died...
22:49:41.013710 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:41.017450 --- ParallelTerminationStrategy: PID 92 died...
22:49:41.018989 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:41.022744 --- ParallelTerminationStrategy: PID 93 died...
22:49:41.024264 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:41.028012 --- ParallelTerminationStrategy: PID 94 died...
22:49:41.029514 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:41.033238 --- ParallelTerminationStrategy: PID 95 died...
22:49:41.034760 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:41.038505 --- ParallelTerminationStrategy: PID 96 died...
22:49:41.040019 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:41.043749 --- ParallelTerminationStrategy: PID 97 died...
22:49:41.045261 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:41.048997 --- ParallelTerminationStrategy: PID 98 died...
22:49:41.050501 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:41.054222 --- ParallelTerminationStrategy: PID 99 died...
22:49:41.055734 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:41.059468 --- ParallelTerminationStrategy: PID 100 died...
22:49:41.060980 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:41.064722 --- ParallelTerminationStrategy: PID 101 died...
22:49:41.066243 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:41.069967 --- ParallelTerminationStrategy: PID 102 died...
22:49:41.071470 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:41.075208 --- ParallelTerminationStrategy: PID 103 died...
22:49:41.076720 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:41.080462 --- ParallelTerminationStrategy: PID 104 died...
22:49:41.081966 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:41.085714 --- ParallelTerminationStrategy: PID 105 died...
22:49:41.087242 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:41.090983 --- ParallelTerminationStrategy: PID 106 died...
22:49:41.092507 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:41.096241 --- ParallelTerminationStrategy: PID 107 died...
22:49:41.097743 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:41.101477 --- ParallelTerminationStrategy: PID 108 died...
22:49:41.102983 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:41.106727 --- ParallelTerminationStrategy: PID 109 died...
22:49:41.108273 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:41.112010 --- ParallelTerminationStrategy: PID 110 died...
22:49:41.113526 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:41.117280 --- ParallelTerminationStrategy: PID 111 died...
22:49:41.118794 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:41.122523 --- ParallelTerminationStrategy: PID 112 died...
22:49:41.124032 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:41.127801 --- ParallelTerminationStrategy: PID 113 died...
22:49:41.129306 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:41.133033 --- ParallelTerminationStrategy: PID 114 died...
22:49:41.134550 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:41.138295 --- ParallelTerminationStrategy: PID 115 died...
22:49:41.139802 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:41.143529 --- ParallelTerminationStrategy: PID 116 died...
22:49:41.145043 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:41.148798 --- ParallelTerminationStrategy: PID 117 died...
22:49:41.150318 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:41.154066 --- ParallelTerminationStrategy: PID 118 died...
22:49:41.155592 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:41.159342 --- ParallelTerminationStrategy: PID 119 died...
22:49:41.160849 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:41.164609 --- ParallelTerminationStrategy: PID 120 died...
22:49:41.166110 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:41.169842 --- ParallelTerminationStrategy: PID 121 died...
22:49:41.171298 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:41.174937 --- ParallelTerminationStrategy: PID 122 died...
22:49:41.176434 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:41.180173 --- ParallelTerminationStrategy: PID 123 died...
22:49:41.181685 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:41.185454 --- ParallelTerminationStrategy: PID 124 died...
22:49:41.186968 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:41.190704 --- ParallelTerminationStrategy: PID 125 died...
22:49:41.192222 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:41.195991 --- ParallelTerminationStrategy: PID 126 died...
22:49:41.197500 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:41.201268 --- ParallelTerminationStrategy: PID 127 died...
22:49:41.202780 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:41.206477 --- ParallelTerminationStrategy: PID 128 died...
22:49:41.207950 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:41.211536 --- ParallelTerminationStrategy: PID 129 died...
22:49:41.213012 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:41.216613 --- ParallelTerminationStrategy: PID 130 died...
22:49:41.218086 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:41.221690 --- ParallelTerminationStrategy: PID 131 died...
22:49:41.223165 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:41.226903 --- ParallelTerminationStrategy: PID 132 died...
22:49:41.228375 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:41.232064 --- ParallelTerminationStrategy: PID 133 died...
22:49:41.233523 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:41.237220 --- ParallelTerminationStrategy: PID 134 died...
22:49:41.238720 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:41.242463 --- ParallelTerminationStrategy: PID 135 died...
22:49:41.244013 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:41.247808 --- ParallelTerminationStrategy: PID 136 died...
22:49:41.249345 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:41.253093 --- ParallelTerminationStrategy: PID 137 died...
22:49:41.254590 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:41.258334 --- ParallelTerminationStrategy: PID 138 died...
22:49:41.259866 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:41.263630 --- ParallelTerminationStrategy: PID 139 died...
22:49:41.265152 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:41.268909 --- ParallelTerminationStrategy: PID 140 died...
22:49:41.270418 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:41.274151 --- ParallelTerminationStrategy: PID 141 died...
22:49:41.275655 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:41.279394 --- ParallelTerminationStrategy: PID 142 died...
22:49:41.280900 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:41.284690 --- ParallelTerminationStrategy: PID 143 died...
22:49:41.286204 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:41.289957 --- ParallelTerminationStrategy: PID 144 died...
22:49:41.291489 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:41.295246 --- ParallelTerminationStrategy: PID 145 died...
22:49:41.296789 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:41.300549 --- ParallelTerminationStrategy: PID 146 died...
22:49:41.302067 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:41.305804 --- ParallelTerminationStrategy: PID 147 died...
22:49:41.307336 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:41.311077 --- ParallelTerminationStrategy: PID 148 died...
22:49:41.312572 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:41.316337 --- ParallelTerminationStrategy: PID 149 died...
22:49:41.317871 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:41.321597 --- ParallelTerminationStrategy: PID 150 died...
22:49:41.323119 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:41.326843 --- ParallelTerminationStrategy: PID 151 died...
22:49:41.328367 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:41.332121 --- ParallelTerminationStrategy: PID 152 died...
22:49:41.333618 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:41.337370 --- ParallelTerminationStrategy: PID 153 died...
22:49:41.338877 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:41.342603 --- ParallelTerminationStrategy: PID 154 died...
22:49:41.344148 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:41.347913 --- ParallelTerminationStrategy: PID 155 died...
22:49:41.349453 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:41.353182 --- ParallelTerminationStrategy: PID 156 died...
22:49:41.354688 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:41.358433 --- ParallelTerminationStrategy: PID 157 died...
22:49:41.359926 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:41.363659 --- ParallelTerminationStrategy: PID 158 died...
22:49:41.365169 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:41.368904 --- ParallelTerminationStrategy: PID 159 died...
22:49:41.370402 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:41.374143 --- ParallelTerminationStrategy: PID 160 died...
22:49:41.375652 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:41.379413 --- ParallelTerminationStrategy: PID 161 died...
22:49:41.380922 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:41.384660 --- ParallelTerminationStrategy: PID 162 died...
22:49:41.386164 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:41.389912 --- ParallelTerminationStrategy: PID 163 died...
22:49:41.391419 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:41.395165 --- ParallelTerminationStrategy: PID 164 died...
22:49:41.396662 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:41.400400 --- ParallelTerminationStrategy: PID 165 died...
22:49:41.401903 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:41.405649 --- ParallelTerminationStrategy: PID 166 died...
22:49:41.407152 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:41.410903 --- ParallelTerminationStrategy: PID 167 died...
22:49:41.412417 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:41.416151 --- ParallelTerminationStrategy: PID 168 died...
22:49:41.417648 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:41.421405 --- ParallelTerminationStrategy: PID 169 died...
22:49:41.422910 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:41.426632 --- ParallelTerminationStrategy: PID 170 died...
22:49:41.428138 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:41.431914 --- ParallelTerminationStrategy: PID 171 died...
22:49:41.433414 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:41.437197 --- ParallelTerminationStrategy: PID 172 died...
22:49:41.438777 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:41.442662 --- ParallelTerminationStrategy: PID 173 died...
22:49:41.444251 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:41.448124 --- ParallelTerminationStrategy: PID 174 died...
22:49:41.449686 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:41.453539 --- ParallelTerminationStrategy: PID 175 died...
22:49:41.455121 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:41.458962 --- ParallelTerminationStrategy: PID 176 died...
22:49:41.460521 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:41.464392 --- ParallelTerminationStrategy: PID 177 died...
22:49:41.465948 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:41.469827 --- ParallelTerminationStrategy: PID 178 died...
22:49:41.471386 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:41.475256 --- ParallelTerminationStrategy: PID 179 died...
22:49:41.476810 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:41.480660 --- ParallelTerminationStrategy: PID 180 died...
22:49:41.482213 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:41.486062 --- ParallelTerminationStrategy: PID 181 died...
22:49:41.487613 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:41.491493 --- ParallelTerminationStrategy: PID 182 died...
22:49:41.493036 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:41.496870 --- ParallelTerminationStrategy: PID 183 died...
22:49:41.498423 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:41.502272 --- ParallelTerminationStrategy: PID 184 died...
22:49:41.503820 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:41.507707 --- ParallelTerminationStrategy: PID 185 died...
22:49:41.509256 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:41.513122 --- ParallelTerminationStrategy: PID 186 died...
22:49:41.514671 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:41.518510 --- ParallelTerminationStrategy: PID 187 died...
22:49:41.520014 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:41.523791 --- ParallelTerminationStrategy: PID 188 died...
22:49:41.525310 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:41.529054 --- ParallelTerminationStrategy: PID 189 died...
22:49:41.530563 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:41.534293 --- ParallelTerminationStrategy: PID 190 died...
22:49:41.535795 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:41.539549 --- ParallelTerminationStrategy: PID 191 died...
22:49:41.541055 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:41.544800 --- ParallelTerminationStrategy: PID 192 died...
22:49:41.546298 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:41.550053 --- ParallelTerminationStrategy: PID 193 died...
22:49:41.551554 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:41.555297 --- ParallelTerminationStrategy: PID 194 died...
22:49:41.556803 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:41.560528 --- ParallelTerminationStrategy: PID 195 died...
22:49:41.562034 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:41.565760 --- ParallelTerminationStrategy: PID 196 died...
22:49:41.567257 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:41.570990 --- ParallelTerminationStrategy: PID 197 died...
22:49:41.572498 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:41.576249 --- ParallelTerminationStrategy: PID 198 died...
22:49:41.577773 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:41.581500 --- ParallelTerminationStrategy: PID 199 died...
22:49:41.583007 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:41.586736 --- ParallelTerminationStrategy: PID 200 died...
22:49:41.588259 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:41.591975 --- ParallelTerminationStrategy: PID 201 died...
22:49:41.593465 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:41.597215 --- ParallelTerminationStrategy: PID 202 died...
22:49:41.598727 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:41.602456 --- ParallelTerminationStrategy: PID 203 died...
22:49:41.603983 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:41.607720 --- ParallelTerminationStrategy: PID 204 died...
22:49:41.609214 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:41.612953 --- ParallelTerminationStrategy: PID 205 died...
22:49:41.614459 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:41.618211 --- ParallelTerminationStrategy: PID 206 died...
22:49:41.619736 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:41.623473 --- ParallelTerminationStrategy: PID 207 died...
22:49:41.624973 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:41.628711 --- ParallelTerminationStrategy: PID 208 died...
22:49:41.630200 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:41.633950 --- ParallelTerminationStrategy: PID 209 died...
22:49:41.635494 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:41.639226 --- ParallelTerminationStrategy: PID 210 died...
22:49:41.640725 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:41.644474 --- ParallelTerminationStrategy: PID 211 died...
22:49:41.645983 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:41.649733 --- ParallelTerminationStrategy: PID 212 died...
22:49:41.651272 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:41.654986 --- ParallelTerminationStrategy: PID 213 died...
22:49:41.656485 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:41.660223 --- ParallelTerminationStrategy: PID 214 died...
22:49:41.661724 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:41.665480 --- ParallelTerminationStrategy: PID 215 died...
22:49:41.667005 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:41.670730 --- ParallelTerminationStrategy: PID 216 died...
22:49:41.672240 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:41.675987 --- ParallelTerminationStrategy: PID 217 died...
22:49:41.677495 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:41.681231 --- ParallelTerminationStrategy: PID 218 died...
22:49:41.682732 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:41.686475 --- ParallelTerminationStrategy: PID 219 died...
22:49:41.688061 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:41.691808 --- ParallelTerminationStrategy: PID 220 died...
22:49:41.693301 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:41.697046 --- ParallelTerminationStrategy: PID 221 died...
22:49:41.698554 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:41.702331 --- ParallelTerminationStrategy: PID 222 died...
22:49:41.703848 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:41.707575 --- ParallelTerminationStrategy: PID 223 died...
22:49:41.709073 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:41.712834 --- ParallelTerminationStrategy: PID 224 died...
22:49:41.714330 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:41.718105 --- ParallelTerminationStrategy: PID 225 died...
22:49:41.719613 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:41.723351 --- ParallelTerminationStrategy: PID 226 died...
22:49:41.724856 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:41.728632 --- ParallelTerminationStrategy: PID 227 died...
22:49:41.730122 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:41.733857 --- ParallelTerminationStrategy: PID 228 died...
22:49:41.735359 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:41.739081 --- ParallelTerminationStrategy: PID 229 died...
22:49:41.740591 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:41.744332 --- ParallelTerminationStrategy: PID 230 died...
22:49:41.745853 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:41.749606 --- ParallelTerminationStrategy: PID 231 died...
22:49:41.751120 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:41.754849 --- ParallelTerminationStrategy: PID 232 died...
22:49:41.756351 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:41.760087 --- ParallelTerminationStrategy: PID 233 died...
22:49:41.761581 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:41.765342 --- ParallelTerminationStrategy: PID 234 died...
22:49:41.766839 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:45.170964 --- ParallelTerminationStrategy: PID 34 died...
22:49:45.178144 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8414 netreg_mass PASS
---------------------------------------------------------------------
22:49:45.249528 tst trial-8414: Storing JUnit report in /build/trial-8414/run.2026-08-05_22-48-20/trial-8414.xml
--------------------------------------------------------------------------------------------
trial-8414 PASS
--------------------------------------------------------------------------------------------
22:49:45.259636 tst trial-8414: trial-8414: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (79.2 sec)
+ exit_code=0
+ rm -rf trial-8414/inst
+ cd trial-8414
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-08-05 22:48:20
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8414-run.tgz run.2026-08-05_22-48-20
+ tar czf /build/trial-8414-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-08-05_18_02_37.tgz osmo-bts-oc2g.build-2026-08-05_00_52_20.tgz osmo-bts-sysmo.build-2026-08-05_00_52_22.tgz osmo-bts.build-2026-08-05_00_52_28.tgz osmo-ggsn.build-2026-08-05_20_43_13.tgz osmo-hlr.build-2026-08-05_16_37_40.tgz osmo-hnbgw.build-2026-08-05_18_05_33.tgz osmo-mgw.build-2026-08-05_08_33_42.tgz osmo-msc.build-2026-08-05_18_10_24.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-08-05_07_35_11.tgz osmo-pcu-sysmo.build-2026-08-05_07_35_13.tgz osmo-pcu.build-2026-08-05_07_35_11.tgz osmo-sgsn.build-2026-08-05_20_49_48.tgz osmo-stp.build-2026-08-05_17_58_36.tgz osmo-trx.build-2026-08-05_16_10_24.tgz osmocom-bb.build-2026-08-05_21_18_49.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