+ 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
aaf623e Use debian/eol:buster instead of debian:buster
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
--build-arg USER=osmocom-build \
--build-arg UID=1000 \
--build-arg REGISTRY=docker.io \
--build-arg OSMO_TTCN3_BRANCH=master \
--build-arg UPSTREAM_DISTRO=debian:bookworm \
--build-arg DISTRO=debian-bookworm \
--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
--build-arg OSMOCOM_REPO_VERSION=latest \
--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--build-arg LIBOSMOCORE_BRANCH=master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 DONE 0.1s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.1s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.3s
#7 [ 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
#7 CACHED
#8 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#8 CACHED
#9 [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
#9 CACHED
#10 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#10 CACHED
#11 [ 9/28] COPY SSH /root/.ssh
#11 CACHED
#12 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#12 CACHED
#13 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#13 CACHED
#14 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#14 CACHED
#15 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#15 CACHED
#16 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#16 CACHED
#17 [19/28] RUN IF [ "$(arch)" = "x86_64" ]; then apt-get update && apt-get install -y --no-install-recommends python3-pip python3-setuptools python3-wheel ninja-build build-essential flex bison git libsctp-dev libgnutls28-dev libgcrypt-dev libssl-dev libidn11-dev libmongoc-dev libbson-dev libyaml-dev libnghttp2-dev libmicrohttpd-dev libcurl4-gnutls-dev libnghttp2-dev meson && apt-get clean; fi
#17 CACHED
#18 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#18 CACHED
#19 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#19 CACHED
#20 [20/28] WORKDIR /TMP
#20 CACHED
#21 [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
#21 CACHED
#22 [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
#22 CACHED
#23 [ 2/28] RUN useradd -ms /bin/bash jenkins
#23 CACHED
#24 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#24 CACHED
#25 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#25 CACHED
#26 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#26 CACHED
#27 [ 8/28] RUN MKDIR /var/run/sshd
#27 CACHED
#28 [15/28] RUN APT-GET update && apt-get install -y --no-install-recommends telnet libosmocore-dev libosmo-abis-dev libosmo-gsup-client-dev libosmo-netif-dev libosmo-ranap-dev libosmo-sigtran-dev libsmpp34-dev libgtp-dev libasn1c-dev && apt-get clean
#28 CACHED
#29 [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 [ 3/28] RUN groupadd osmo-gsm-tester
#30 CACHED
#31 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#31 CACHED
#32 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:c131303d360e2e40023706e57aab8802db14a718abc8a6a5e671da6e191c3387 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
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=8041 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-07-28 22:48:26
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8041
+ mkdir -p trial-8041
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-07-28_13_26_06.tgz osmo-bts-oc2g.build-2025-07-28_00_51_30.tgz osmo-bts-sysmo.build-2025-07-28_00_51_34.tgz osmo-bts.build-2025-07-28_00_51_37.tgz osmo-ggsn.build-2025-07-28_20_42_52.tgz osmo-hlr.build-2025-07-28_16_36_47.tgz osmo-hnbgw.build-2025-07-28_13_30_17.tgz osmo-mgw.build-2025-07-28_08_33_13.tgz osmo-msc.build-2025-07-28_13_34_19.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-28_07_34_00.tgz osmo-pcu-sysmo.build-2025-07-28_07_36_00.tgz osmo-pcu.build-2025-07-28_07_36_07.tgz osmo-sgsn.build-2025-07-28_20_48_56.tgz osmo-stp.build-2025-07-28_13_24_57.tgz osmo-trx.build-2025-07-28_14_29_23.tgz osmocom-bb.build-2025-07-28_21_17_41.tgz srslte.build-19.tgz trial-8041
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-07-28_13_26_06.md5 osmo-bts-oc2g.build-2025-07-28_00_51_30.md5 osmo-bts-sysmo.build-2025-07-28_00_51_34.md5 osmo-bts.build-2025-07-28_00_51_37.md5 osmo-ggsn.build-2025-07-28_20_42_52.md5 osmo-hlr.build-2025-07-28_16_36_47.md5 osmo-hnbgw.build-2025-07-28_13_30_17.md5 osmo-mgw.build-2025-07-28_08_33_13.md5 osmo-msc.build-2025-07-28_13_34_19.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-28_07_34_00.md5 osmo-pcu-sysmo.build-2025-07-28_07_36_00.md5 osmo-pcu.build-2025-07-28_07_36_07.md5 osmo-sgsn.build-2025-07-28_20_48_56.md5 osmo-stp.build-2025-07-28_13_24_57.md5 osmo-trx.build-2025-07-28_14_29_23.md5 osmocom-bb.build-2025-07-28_21_17_41.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-07-28_13_26_06.md5 osmo-bts-oc2g.build-2025-07-28_00_51_30.md5 osmo-bts-sysmo.build-2025-07-28_00_51_34.md5 osmo-bts.build-2025-07-28_00_51_37.md5 osmo-ggsn.build-2025-07-28_20_42_52.md5 osmo-hlr.build-2025-07-28_16_36_47.md5 osmo-hnbgw.build-2025-07-28_13_30_17.md5 osmo-mgw.build-2025-07-28_08_33_13.md5 osmo-msc.build-2025-07-28_13_34_19.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-28_07_34_00.md5 osmo-pcu-sysmo.build-2025-07-28_07_36_00.md5 osmo-pcu.build-2025-07-28_07_36_07.md5 osmo-sgsn.build-2025-07-28_20_48_56.md5 osmo-stp.build-2025-07-28_13_24_57.md5 osmo-trx.build-2025-07-28_14_29_23.md5 osmocom-bb.build-2025-07-28_21_17_41.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-8041 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8041'
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-8041
--------------------------------------------------------------------------------------------
22:48:26.752116 tst trial-8041: Detailed log at /build/trial-8041/run.2025-07-28_22-48-26/log
---------------------------------------------------------------------
trial-8041 netreg_mass
---------------------------------------------------------------------
22:48:27.042691 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:27.043196 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:27.044303 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:27.045915 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:27.090738 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:27.092764 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:27.095646 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:27.266233 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-8041 netreg_mass register_default_mass.py
----------------------------------------------
22:48:27.268042 tst register_default_mass.py:9: Claiming resources for the test
22:48:27.313706 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:27.315128 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:27.316376 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:27.317570 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:27.318730 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:27.319955 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:27.321188 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:27.389206 tst register_default_mass.py: using LAC 2
22:48:27.433588 tst register_default_mass.py: using RAC 2
22:48:27.476175 tst register_default_mass.py: using CellId 2
22:48:27.519975 tst register_default_mass.py: using BVCI 3
22:48:27.536364 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.538076 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.539575 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.541100 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.542494 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.543873 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.545191 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.546539 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.547991 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.549468 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.550815 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.552190 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.553623 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.555037 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.556465 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.557926 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.559290 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.560659 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.562031 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.563526 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.564925 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.566327 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.567795 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.569157 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.570588 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.571969 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.573366 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.574778 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.576180 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.577642 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.579014 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.580380 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.581876 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.583370 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.584912 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.586336 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.587723 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.589158 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.590632 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.591984 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.593356 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.594681 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.595976 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.597254 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.598558 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.599857 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.601489 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.602960 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.604387 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.605819 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.607209 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.608598 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.610087 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.611505 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.612911 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.614257 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.615627 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.617068 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.618490 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.619848 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.621211 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.622588 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.623984 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.625370 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.626744 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.628107 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.629547 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.630936 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.632294 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.633711 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.635120 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.636461 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.638004 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.639395 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.640778 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.642112 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.643461 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.645051 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.646424 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.647757 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.649144 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.650561 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.651954 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.653404 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.654761 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.656131 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.657473 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.658767 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.660113 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.661486 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.662872 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.664191 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.665569 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.666904 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.668223 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.669547 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.670820 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.672090 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.673371 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.674624 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.675924 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.677331 tst register_default_mass.py:21: Launching a simple network
22:48:27.704388 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:27.954170 run create_hlr_db(pid=20): Launched
22:48:28.968382 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:28.992024 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:29.015490 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:29.024365 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:29.338026 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:29.367206 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:29.376320 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:30.095837 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:30.117547 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:33.136769 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:33.351047 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:33.393359 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:33.408865 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:33.474190 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:33.515276 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:33.530585 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:34.245474 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:34.271503 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:40.306483 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:40.666132 run osmo-bts-virtual(pid=34): Launched
22:48:41.724534 tst register_default_mass.py: using MSISDN 1001
22:48:41.737826 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:41.838833 tst register_default_mass.py: using MSISDN 1002
22:48:41.852514 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:41.928619 tst register_default_mass.py: using MSISDN 1003
22:48:41.942239 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:42.014327 tst register_default_mass.py: using MSISDN 1004
22:48:42.027672 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:42.122211 tst register_default_mass.py: using MSISDN 1005
22:48:42.132309 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:42.211476 tst register_default_mass.py: using MSISDN 1006
22:48:42.218774 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:42.288293 tst register_default_mass.py: using MSISDN 1007
22:48:42.295159 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:42.377803 tst register_default_mass.py: using MSISDN 1008
22:48:42.385372 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:42.467893 tst register_default_mass.py: using MSISDN 1009
22:48:42.479455 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:42.568895 tst register_default_mass.py: using MSISDN 1010
22:48:42.577637 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:42.655172 tst register_default_mass.py: using MSISDN 1011
22:48:42.661325 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:42.739138 tst register_default_mass.py: using MSISDN 1012
22:48:42.745928 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:42.818759 tst register_default_mass.py: using MSISDN 1013
22:48:42.824908 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:42.905651 tst register_default_mass.py: using MSISDN 1014
22:48:42.911738 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:42.977740 tst register_default_mass.py: using MSISDN 1015
22:48:42.985377 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:43.043931 tst register_default_mass.py: using MSISDN 1016
22:48:43.050473 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:43.120788 tst register_default_mass.py: using MSISDN 1017
22:48:43.126929 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:43.189838 tst register_default_mass.py: using MSISDN 1018
22:48:43.197247 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:43.270490 tst register_default_mass.py: using MSISDN 1019
22:48:43.277578 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:43.345935 tst register_default_mass.py: using MSISDN 1020
22:48:43.351770 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:43.423756 tst register_default_mass.py: using MSISDN 1021
22:48:43.429472 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:43.505388 tst register_default_mass.py: using MSISDN 1022
22:48:43.512785 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:43.589678 tst register_default_mass.py: using MSISDN 1023
22:48:43.595769 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:43.671291 tst register_default_mass.py: using MSISDN 1024
22:48:43.677381 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:43.752550 tst register_default_mass.py: using MSISDN 1025
22:48:43.758953 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:43.828865 tst register_default_mass.py: using MSISDN 1026
22:48:43.835001 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:43.895301 tst register_default_mass.py: using MSISDN 1027
22:48:43.901444 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:43.978817 tst register_default_mass.py: using MSISDN 1028
22:48:43.992873 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:44.060127 tst register_default_mass.py: using MSISDN 1029
22:48:44.075218 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:44.168885 tst register_default_mass.py: using MSISDN 1030
22:48:44.177188 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:44.249425 tst register_default_mass.py: using MSISDN 1031
22:48:44.256107 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:44.330640 tst register_default_mass.py: using MSISDN 1032
22:48:44.338078 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:44.411776 tst register_default_mass.py: using MSISDN 1033
22:48:44.418501 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:44.499507 tst register_default_mass.py: using MSISDN 1034
22:48:44.509730 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:44.589607 tst register_default_mass.py: using MSISDN 1035
22:48:44.597348 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:44.673231 tst register_default_mass.py: using MSISDN 1036
22:48:44.682856 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:44.752816 tst register_default_mass.py: using MSISDN 1037
22:48:44.758677 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:44.824515 tst register_default_mass.py: using MSISDN 1038
22:48:44.830330 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:44.902724 tst register_default_mass.py: using MSISDN 1039
22:48:44.908795 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:44.983080 tst register_default_mass.py: using MSISDN 1040
22:48:44.989145 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:45.067443 tst register_default_mass.py: using MSISDN 1041
22:48:45.074453 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:45.146200 tst register_default_mass.py: using MSISDN 1042
22:48:45.152885 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:45.227467 tst register_default_mass.py: using MSISDN 1043
22:48:45.233699 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:45.302488 tst register_default_mass.py: using MSISDN 1044
22:48:45.308499 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:45.374884 tst register_default_mass.py: using MSISDN 1045
22:48:45.381130 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:45.462046 tst register_default_mass.py: using MSISDN 1046
22:48:45.477133 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:45.552688 tst register_default_mass.py: using MSISDN 1047
22:48:45.569006 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:45.647261 tst register_default_mass.py: using MSISDN 1048
22:48:45.663468 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:45.735796 tst register_default_mass.py: using MSISDN 1049
22:48:45.752146 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:45.838039 tst register_default_mass.py: using MSISDN 1050
22:48:45.854286 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:45.928959 tst register_default_mass.py: using MSISDN 1051
22:48:45.945461 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:46.033875 tst register_default_mass.py: using MSISDN 1052
22:48:46.050382 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:46.124826 tst register_default_mass.py: using MSISDN 1053
22:48:46.142105 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:46.249934 tst register_default_mass.py: using MSISDN 1054
22:48:46.268915 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:46.356768 tst register_default_mass.py: using MSISDN 1055
22:48:46.373734 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:46.456046 tst register_default_mass.py: using MSISDN 1056
22:48:46.472258 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:46.560358 tst register_default_mass.py: using MSISDN 1057
22:48:46.573061 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:46.663270 tst register_default_mass.py: using MSISDN 1058
22:48:46.680579 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:46.764411 tst register_default_mass.py: using MSISDN 1059
22:48:46.776192 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:46.841205 tst register_default_mass.py: using MSISDN 1060
22:48:46.851914 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:46.933744 tst register_default_mass.py: using MSISDN 1061
22:48:46.944471 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:47.010509 tst register_default_mass.py: using MSISDN 1062
22:48:47.016750 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:47.322672 tst register_default_mass.py: using MSISDN 1063
22:48:47.330281 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:47.401278 tst register_default_mass.py: using MSISDN 1064
22:48:47.409632 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:47.469996 tst register_default_mass.py: using MSISDN 1065
22:48:47.476905 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:47.545812 tst register_default_mass.py: using MSISDN 1066
22:48:47.555443 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:47.631182 tst register_default_mass.py: using MSISDN 1067
22:48:47.638239 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:47.739945 tst register_default_mass.py: using MSISDN 1068
22:48:47.746089 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:47.865987 tst register_default_mass.py: using MSISDN 1069
22:48:47.875105 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:47.936227 tst register_default_mass.py: using MSISDN 1070
22:48:47.942402 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:48.005907 tst register_default_mass.py: using MSISDN 1071
22:48:48.012003 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:48.078285 tst register_default_mass.py: using MSISDN 1072
22:48:48.091615 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:48.170336 tst register_default_mass.py: using MSISDN 1073
22:48:48.179780 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:48.244749 tst register_default_mass.py: using MSISDN 1074
22:48:48.255053 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:48.332005 tst register_default_mass.py: using MSISDN 1075
22:48:48.339711 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:48.415589 tst register_default_mass.py: using MSISDN 1076
22:48:48.422720 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:48.502936 tst register_default_mass.py: using MSISDN 1077
22:48:48.510240 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:48.588029 tst register_default_mass.py: using MSISDN 1078
22:48:48.595227 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:48.672655 tst register_default_mass.py: using MSISDN 1079
22:48:48.679242 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:48.742856 tst register_default_mass.py: using MSISDN 1080
22:48:48.751437 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:48.816673 tst register_default_mass.py: using MSISDN 1081
22:48:48.823573 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:48.898350 tst register_default_mass.py: using MSISDN 1082
22:48:48.904514 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:48.969433 tst register_default_mass.py: using MSISDN 1083
22:48:48.975609 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:49.044986 tst register_default_mass.py: using MSISDN 1084
22:48:49.051444 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:49.129357 tst register_default_mass.py: using MSISDN 1085
22:48:49.136596 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:49.195449 tst register_default_mass.py: using MSISDN 1086
22:48:49.202521 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:49.326206 tst register_default_mass.py: using MSISDN 1087
22:48:49.333242 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:49.401178 tst register_default_mass.py: using MSISDN 1088
22:48:49.408300 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:49.496336 tst register_default_mass.py: using MSISDN 1089
22:48:49.505101 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:49.597725 tst register_default_mass.py: using MSISDN 1090
22:48:49.605116 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:49.678224 tst register_default_mass.py: using MSISDN 1091
22:48:49.685652 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:49.789984 tst register_default_mass.py: using MSISDN 1092
22:48:49.797753 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:49.893653 tst register_default_mass.py: using MSISDN 1093
22:48:49.901330 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:49.973824 tst register_default_mass.py: using MSISDN 1094
22:48:49.981301 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:50.048037 tst register_default_mass.py: using MSISDN 1095
22:48:50.055308 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:50.134341 tst register_default_mass.py: using MSISDN 1096
22:48:50.141761 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:50.252370 tst register_default_mass.py: using MSISDN 1097
22:48:50.260841 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:50.359595 tst register_default_mass.py: using MSISDN 1098
22:48:50.378119 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:50.451050 tst register_default_mass.py: using MSISDN 1099
22:48:50.462131 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:50.537385 tst register_default_mass.py: using MSISDN 1100
22:48:50.558818 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:50.685631 run mass: Starting testcase
22:48:50.691989 run mass: Pre-launching all virtphy's
22:48:50.697937 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:50.712253 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:50.718698 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:50.732537 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:50.738909 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:50.752678 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:50.759091 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:50.772986 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:50.779354 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:50.793203 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:50.799561 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:50.813367 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:50.819777 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:50.833637 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:50.840022 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:50.854217 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:50.860677 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:50.874721 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:50.881122 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:50.895112 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:50.901469 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:50.915258 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:50.921721 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:50.935513 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:50.941893 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:50.955643 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:50.962050 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:50.975985 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:50.983557 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:50.997654 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:51.004207 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:51.018114 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:51.024600 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:51.038664 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:51.045108 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:51.059651 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:51.066065 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:51.080001 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:51.086400 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:51.100150 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:51.106743 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:51.120560 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:51.127026 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:51.140834 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:51.147257 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:51.161075 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:51.167502 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:51.181232 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:51.187591 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:51.201515 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:51.210333 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:51.224484 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:51.230838 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:51.244842 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:51.252436 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:51.269561 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:51.278399 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:51.295770 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:51.303697 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:51.320879 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:51.328897 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:51.345866 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:51.353769 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:51.370938 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:51.379574 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:51.401584 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:51.411465 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:51.430461 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:51.439856 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:51.457888 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:51.465919 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:51.483234 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:51.491304 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:51.508663 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:51.516470 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:51.533221 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:51.540844 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:51.556935 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:51.564358 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:51.580176 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:51.587584 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:51.604446 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:51.612639 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:51.631160 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:51.639552 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:51.657115 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:51.666247 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:51.683761 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:51.692297 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:51.713719 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:51.728861 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:51.760279 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:51.774683 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:51.805980 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:51.820937 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:51.853558 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:51.869864 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:51.904600 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:51.920481 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:51.954341 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:51.969851 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:52.002661 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:52.017238 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:52.036384 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:52.044892 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:52.062823 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:52.072192 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:52.089764 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:52.099080 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:52.117817 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:52.126143 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:52.148990 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:52.159391 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:52.179119 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:52.187919 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:52.205300 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:52.214017 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:52.230964 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:52.238762 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:52.255248 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:52.262843 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:52.280058 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:52.287507 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:52.304128 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:52.311190 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:52.326651 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:52.333536 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:52.348385 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:52.355460 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:52.370942 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:52.378105 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:52.393724 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:52.400697 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:52.415699 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:52.459041 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:52.472478 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:52.478636 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:52.491979 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:52.498161 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:52.511751 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:52.518553 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:52.532094 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:52.538900 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:52.554045 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:52.561273 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:52.577562 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:52.585539 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:52.602088 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:52.609643 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:52.625948 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:52.633558 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:52.649994 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:52.657425 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:52.673847 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:52.681287 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:52.697469 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:52.704741 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:52.720958 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:52.728475 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:52.745135 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:52.752649 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:52.768896 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:52.776513 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:52.794364 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:52.801955 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:52.818645 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:52.826121 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:52.843170 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:52.851908 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:52.870566 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:52.879640 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:52.897784 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:52.907078 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:52.925668 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:52.934546 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:52.957324 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:52.967436 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:52.985958 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:52.995816 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:53.017524 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:53.027393 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:53.046630 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:53.056037 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:53.075027 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:53.084187 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:53.103964 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:53.113205 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:53.131407 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:53.139638 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:53.157478 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:53.166364 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:53.183690 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:53.191582 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:53.208348 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:53.216100 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:53.233013 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:53.240915 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:53.257813 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:53.265768 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:53.282701 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:53.290434 run mass: Checking if sockets are in the filesystem
22:48:53.306011 run osmo-ms-mob/00000: Starting mobile
22:48:53.323217 run osmo-ms-mob/00000(pid=135): Launched
22:48:53.347932 run mass: MS start registered {at=16973839.051232383, delay=0.01579231023788452, ms=00000}
22:48:57.509870 run osmo-ms-mob/00001: Starting mobile
22:48:57.541360 run osmo-ms-mob/00001(pid=136): Launched
22:48:57.565362 run mass: MS start registered {at=16973843.268669005, delay=0.007765427231788635, ms=00001}
22:48:59.154506 run mass: MS performed LU {at=16973844.857810937, lu_delay=5.806578554213047, ms=00000}
22:48:59.304832 run osmo-ms-mob/00002: Starting mobile
22:48:59.322099 run osmo-ms-mob/00002(pid=137): Launched
22:48:59.338022 run mass: MS start registered {at=16973845.04135164, delay=0.006660547107458115, ms=00002}
22:49:00.603661 run osmo-ms-mob/00003: Starting mobile
22:49:00.617413 run osmo-ms-mob/00003(pid=138): Launched
22:49:00.628727 run mass: MS start registered {at=16973846.332064915, delay=0.004846028983592987, ms=00003}
22:49:01.709238 run osmo-ms-mob/00004: Starting mobile
22:49:01.726941 run osmo-ms-mob/00004(pid=139): Launched
22:49:01.738694 run mass: MS start registered {at=16973847.44202478, delay=0.005023647099733353, ms=00004}
22:49:02.717019 run osmo-ms-mob/00005: Starting mobile
22:49:02.731555 run osmo-ms-mob/00005(pid=140): Launched
22:49:02.742994 run mass: MS start registered {at=16973848.446342256, delay=0.004887465387582779, ms=00005}
22:49:03.155013 run mass: MS performed LU {at=16973848.858343743, lu_delay=5.589674737304449, ms=00001}
22:49:03.616320 run osmo-ms-mob/00006: Starting mobile
22:49:03.630380 run osmo-ms-mob/00006(pid=141): Launched
22:49:03.641352 run mass: MS start registered {at=16973849.34469702, delay=0.0047363899648189545, ms=00006}
22:49:04.506806 run osmo-ms-mob/00007: Starting mobile
22:49:04.521415 run osmo-ms-mob/00007(pid=142): Launched
22:49:04.532617 run mass: MS start registered {at=16973850.235967573, delay=0.003363087773323059, ms=00007}
22:49:04.821254 run mass: MS performed LU {at=16973850.524569016, lu_delay=5.483217377215624, ms=00002}
22:49:05.304889 run osmo-ms-mob/00008: Starting mobile
22:49:05.319006 run osmo-ms-mob/00008(pid=143): Launched
22:49:05.330571 run mass: MS start registered {at=16973851.033919506, delay=0.004002358764410019, ms=00008}
22:49:06.003983 run osmo-ms-mob/00009: Starting mobile
22:49:06.019055 run osmo-ms-mob/00009(pid=144): Launched
22:49:06.030558 run mass: MS start registered {at=16973851.733908657, delay=0.004806775599718094, ms=00009}
22:49:06.685372 run mass: MS performed LU {at=16973852.38869203, lu_delay=6.0566271133720875, ms=00003}
22:49:06.704231 run osmo-ms-mob/00010: Starting mobile
22:49:06.718224 run osmo-ms-mob/00010(pid=145): Launched
22:49:06.729416 run mass: MS start registered {at=16973852.432755735, delay=0.004681367427110672, ms=00010}
22:49:06.737454 run mass: MS performed LU {at=16973852.440811552, lu_delay=4.998786773532629, ms=00004}
22:49:07.304454 run osmo-ms-mob/00011: Starting mobile
22:49:07.318620 run osmo-ms-mob/00011(pid=146): Launched
22:49:07.329821 run mass: MS start registered {at=16973853.033175386, delay=0.004862654954195023, ms=00011}
22:49:08.161905 run osmo-ms-mob/00012: Starting mobile
22:49:08.178710 run osmo-ms-mob/00012(pid=147): Launched
22:49:08.184880 run mass: Starting too slowly. Moving on {now=16973853.888249446, sleep=-0.1870512068271637, target=16973853.70119824}
22:49:08.190596 run mass: MS start registered {at=16973853.8939578, delay=0.005710560828447342, ms=00012}
22:49:08.196370 run mass: Starting too slowly. Moving on {now=16973853.899740756, sleep=-0.09854251518845558, target=16973853.80119824}
22:49:08.202027 run mass: Starting too slowly. Moving on {now=16973853.905398466, sleep=-0.004200223833322525, target=16973853.90119824}
22:49:08.649987 run osmo-ms-mob/00013: Starting mobile
22:49:08.665614 run osmo-ms-mob/00013(pid=148): Launched
22:49:08.672048 run mass: Starting too slowly. Moving on {now=16973854.37541751, sleep=-0.07421926036477089, target=16973854.301198248}
22:49:08.677980 run mass: MS start registered {at=16973854.381341133, delay=0.005925633013248444, ms=00013}
22:49:09.213531 run osmo-ms-mob/00014: Starting mobile
22:49:09.430755 run osmo-ms-mob/00014(pid=149): Launched
22:49:09.439905 run mass: Starting too slowly. Moving on {now=16973855.143270608, sleep=-0.24207235127687454, target=16973854.901198257}
22:49:09.446396 run mass: MS start registered {at=16973855.149756685, delay=0.00648883730173111, ms=00014}
22:49:09.452124 run mass: Starting too slowly. Moving on {now=16973855.155493494, sleep=-0.15429523587226868, target=16973855.00119826}
22:49:09.457727 run mass: Starting too slowly. Moving on {now=16973855.161098033, sleep=-0.05989977344870567, target=16973855.10119826}
22:49:09.705501 run osmo-ms-mob/00015: Starting mobile
22:49:09.718917 run osmo-ms-mob/00015(pid=150): Launched
22:49:09.729774 run mass: MS start registered {at=16973855.4331271, delay=0.004646793007850647, ms=00015}
22:49:10.206782 run osmo-ms-mob/00016: Starting mobile
22:49:10.220465 run osmo-ms-mob/00016(pid=151): Launched
22:49:10.231620 run mass: MS start registered {at=16973855.934969764, delay=0.004721000790596008, ms=00016}
22:49:10.498462 run mass: MS performed LU {at=16973856.20179085, lu_delay=5.965823277831078, ms=00007}
22:49:10.515722 run mass: MS performed LU {at=16973856.21906223, lu_delay=6.874365210533142, ms=00006}
22:49:10.586265 run mass: MS performed LU {at=16973856.289499626, lu_delay=4.555590968579054, ms=00009}
22:49:10.620546 run osmo-ms-mob/00017: Starting mobile
22:49:10.634535 run osmo-ms-mob/00017(pid=152): Launched
22:49:10.645884 run mass: MS start registered {at=16973856.349229973, delay=0.004931490868330002, ms=00017}
22:49:10.687889 run mass: MS performed LU {at=16973856.391121358, lu_delay=5.357201851904392, ms=00008}
22:49:10.705617 run mass: MS performed LU {at=16973856.408929963, lu_delay=7.962587706744671, ms=00005}
22:49:11.304343 run osmo-ms-mob/00018: Starting mobile
22:49:11.318414 run osmo-ms-mob/00018(pid=153): Launched
22:49:11.329666 run mass: MS start registered {at=16973857.033011205, delay=0.0036613047122955322, ms=00018}
22:49:11.703921 run osmo-ms-mob/00019: Starting mobile
22:49:11.717751 run osmo-ms-mob/00019(pid=154): Launched
22:49:11.728983 run mass: MS start registered {at=16973857.432333425, delay=0.004870302975177765, ms=00019}
22:49:12.204098 run osmo-ms-mob/00020: Starting mobile
22:49:12.217486 run osmo-ms-mob/00020(pid=155): Launched
22:49:12.228801 run mass: MS start registered {at=16973857.932154715, delay=0.004902541637420654, ms=00020}
22:49:12.271258 run mass: MS performed LU {at=16973857.9745251, lu_delay=4.9413497149944305, ms=00011}
22:49:12.487867 run mass: MS performed LU {at=16973858.191099778, lu_delay=5.758344043046236, ms=00010}
22:49:12.707433 run osmo-ms-mob/00021: Starting mobile
22:49:12.720983 run osmo-ms-mob/00021(pid=156): Launched
22:49:12.732204 run mass: MS start registered {at=16973858.435550816, delay=0.004924565553665161, ms=00021}
22:49:13.105210 run osmo-ms-mob/00022: Starting mobile
22:49:13.118393 run osmo-ms-mob/00022(pid=157): Launched
22:49:13.129469 run mass: MS start registered {at=16973858.832792565, delay=0.004919856786727905, ms=00022}
22:49:13.604960 run osmo-ms-mob/00023: Starting mobile
22:49:13.620947 run osmo-ms-mob/00023(pid=158): Launched
22:49:13.632186 run mass: MS start registered {at=16973859.335530728, delay=0.004732046276330948, ms=00023}
22:49:14.004962 run osmo-ms-mob/00024: Starting mobile
22:49:14.018878 run osmo-ms-mob/00024(pid=159): Launched
22:49:14.030179 run mass: MS start registered {at=16973859.73352821, delay=0.004985664039850235, ms=00024}
22:49:14.216913 run mass: MS performed LU {at=16973859.92024712, lu_delay=5.5389059856534, ms=00013}
22:49:14.235372 run mass: MS performed LU {at=16973859.938701905, lu_delay=4.788945220410824, ms=00014}
22:49:14.498440 run mass: MS performed LU {at=16973860.20177464, lu_delay=6.3078168369829655, ms=00012}
22:49:14.509856 run osmo-ms-mob/00025: Starting mobile
22:49:14.523283 run osmo-ms-mob/00025(pid=160): Launched
22:49:14.534173 run mass: MS start registered {at=16973860.237522244, delay=0.004403658211231232, ms=00025}
22:49:14.752558 run mass: MS performed LU {at=16973860.45589288, lu_delay=5.022765778005123, ms=00015}
22:49:14.904394 run osmo-ms-mob/00026: Starting mobile
22:49:14.917778 run osmo-ms-mob/00026(pid=161): Launched
22:49:14.929298 run mass: MS start registered {at=16973860.63264321, delay=0.004832904785871506, ms=00026}
22:49:15.303996 run osmo-ms-mob/00027: Starting mobile
22:49:15.318582 run osmo-ms-mob/00027(pid=162): Launched
22:49:15.330823 run mass: MS start registered {at=16973861.034161773, delay=0.005551096051931381, ms=00027}
22:49:15.704426 run osmo-ms-mob/00028: Starting mobile
22:49:15.717692 run osmo-ms-mob/00028(pid=163): Launched
22:49:15.728636 run mass: MS start registered {at=16973861.431985874, delay=0.0047485120594501495, ms=00028}
22:49:15.998213 run mass: MS performed LU {at=16973861.701539185, lu_delay=4.668527979403734, ms=00018}
22:49:16.010993 run osmo-ms-mob/00029: Starting mobile
22:49:16.024299 run osmo-ms-mob/00029(pid=164): Launched
22:49:16.030573 run mass: MS performed LU {at=16973861.733931538, lu_delay=5.798961773514748, ms=00016}
22:49:16.036646 run mass: MS performed LU {at=16973861.7400114, lu_delay=5.390781428664923, ms=00017}
22:49:16.042457 run mass: MS start registered {at=16973861.745824378, delay=0.011911537498235703, ms=00029}
22:49:16.504200 run osmo-ms-mob/00030: Starting mobile
22:49:16.517577 run osmo-ms-mob/00030(pid=165): Launched
22:49:16.530609 run mass: MS start registered {at=16973862.233958635, delay=0.006997019052505493, ms=00030}
22:49:16.903772 run osmo-ms-mob/00031: Starting mobile
22:49:16.917339 run osmo-ms-mob/00031(pid=166): Launched
22:49:16.928220 run mass: MS start registered {at=16973862.631570436, delay=0.004791002720594406, ms=00031}
22:49:17.204452 run osmo-ms-mob/00032: Starting mobile
22:49:17.218480 run osmo-ms-mob/00032(pid=167): Launched
22:49:17.229789 run mass: MS start registered {at=16973862.933120683, delay=0.0049081407487392426, ms=00032}
22:49:17.604639 run osmo-ms-mob/00033: Starting mobile
22:49:17.618513 run osmo-ms-mob/00033(pid=168): Launched
22:49:17.630486 run mass: MS start registered {at=16973863.33382672, delay=0.005565520375967026, ms=00033}
22:49:17.983275 run mass: MS performed LU {at=16973863.68659712, lu_delay=6.254263695329428, ms=00019}
22:49:17.995385 run osmo-ms-mob/00034: Starting mobile
22:49:18.009278 run osmo-ms-mob/00034(pid=169): Launched
22:49:18.015731 run mass: MS performed LU {at=16973863.719089318, lu_delay=5.786934603005648, ms=00020}
22:49:18.021913 run mass: MS start registered {at=16973863.725278676, delay=0.006212502717971802, ms=00034}
22:49:18.029110 run mass: MS performed LU {at=16973863.732462205, lu_delay=5.296911388635635, ms=00021}
22:49:18.040404 run osmo-ms-mob/00035: Starting mobile
22:49:18.054357 run osmo-ms-mob/00035(pid=170): Launched
22:49:18.065542 run mass: MS start registered {at=16973863.768886894, delay=0.004780955612659454, ms=00035}
22:49:18.283399 run mass: MS performed LU {at=16973863.986732215, lu_delay=5.1539396494627, ms=00022}
22:49:18.705093 run osmo-ms-mob/00036: Starting mobile
22:49:18.719559 run osmo-ms-mob/00036(pid=171): Launched
22:49:18.730789 run mass: MS start registered {at=16973864.434140407, delay=0.004833798855543137, ms=00036}
22:49:19.104145 run osmo-ms-mob/00037: Starting mobile
22:49:19.118318 run osmo-ms-mob/00037(pid=172): Launched
22:49:19.129608 run mass: MS start registered {at=16973864.83295446, delay=0.004575155675411224, ms=00037}
22:49:19.403953 run osmo-ms-mob/00038: Starting mobile
22:49:19.417507 run osmo-ms-mob/00038(pid=173): Launched
22:49:19.428743 run mass: MS start registered {at=16973865.132091243, delay=0.004765905439853668, ms=00038}
22:49:19.703604 run osmo-ms-mob/00039: Starting mobile
22:49:19.717499 run osmo-ms-mob/00039(pid=174): Launched
22:49:19.728307 run mass: MS start registered {at=16973865.431661483, delay=0.00442655012011528, ms=00039}
22:49:19.764844 run mass: MS performed LU {at=16973865.468169276, lu_delay=4.434007503092289, ms=00027}
22:49:19.800968 run mass: MS performed LU {at=16973865.504313447, lu_delay=5.7707852348685265, ms=00024}
22:49:20.017947 run mass: MS performed LU {at=16973865.72128263, lu_delay=6.385751903057098, ms=00023}
22:49:20.030144 run osmo-ms-mob/00040: Starting mobile
22:49:20.044119 run osmo-ms-mob/00040(pid=175): Launched
22:49:20.055294 run mass: MS start registered {at=16973865.758625608, delay=0.004860900342464447, ms=00040}
22:49:20.073265 run mass: MS performed LU {at=16973865.776612766, lu_delay=5.539090521633625, ms=00025}
22:49:20.404448 run osmo-ms-mob/00041: Starting mobile
22:49:20.417933 run osmo-ms-mob/00041(pid=176): Launched
22:49:20.428745 run mass: MS start registered {at=16973866.13209871, delay=0.004677969962358475, ms=00041}
22:49:20.703853 run osmo-ms-mob/00042: Starting mobile
22:49:20.718284 run osmo-ms-mob/00042(pid=177): Launched
22:49:20.730751 run mass: MS start registered {at=16973866.434091616, delay=0.0060267336666584015, ms=00042}
22:49:21.104474 run osmo-ms-mob/00043: Starting mobile
22:49:21.118814 run osmo-ms-mob/00043(pid=178): Launched
22:49:21.130128 run mass: MS start registered {at=16973866.833448697, delay=0.004975706338882446, ms=00043}
22:49:21.403722 run osmo-ms-mob/00044: Starting mobile
22:49:21.417189 run osmo-ms-mob/00044(pid=179): Launched
22:49:21.428608 run mass: MS start registered {at=16973867.131961055, delay=0.003230620175600052, ms=00044}
22:49:21.705034 run osmo-ms-mob/00045: Starting mobile
22:49:21.718498 run osmo-ms-mob/00045(pid=180): Launched
22:49:21.729662 run mass: MS start registered {at=16973867.43301501, delay=0.00462678074836731, ms=00045}
22:49:21.749192 run mass: MS performed LU {at=16973867.4525318, lu_delay=4.8209613636136055, ms=00031}
22:49:21.767593 run mass: MS performed LU {at=16973867.470937967, lu_delay=5.7251135893166065, ms=00029}
22:49:21.779459 run osmo-ms-mob/00046: Starting mobile
22:49:21.793497 run osmo-ms-mob/00046(pid=181): Launched
22:49:21.800411 run mass: MS performed LU {at=16973867.50376952, lu_delay=6.071783646941185, ms=00028}
22:49:21.806579 run mass: MS start registered {at=16973867.50994542, delay=0.006195828318595886, ms=00046}
22:49:21.974700 run mass: MS performed LU {at=16973867.678035285, lu_delay=4.744914602488279, ms=00032}
22:49:21.987056 run osmo-ms-mob/00047: Starting mobile
22:49:22.000797 run osmo-ms-mob/00047(pid=182): Launched
22:49:22.013158 run mass: MS start registered {at=16973867.716499485, delay=0.005770467221736908, ms=00047}
22:49:22.049055 run mass: MS performed LU {at=16973867.752398446, lu_delay=5.518439810723066, ms=00030}
22:49:22.604976 run osmo-ms-mob/00048: Starting mobile
22:49:22.633756 run osmo-ms-mob/00048(pid=183): Launched
22:49:22.648076 run mass: MS start registered {at=16973868.35140983, delay=0.001337628811597824, ms=00048}
22:49:22.905198 run osmo-ms-mob/00049: Starting mobile
22:49:22.918942 run osmo-ms-mob/00049(pid=184): Launched
22:49:22.930683 run mass: MS start registered {at=16973868.63402594, delay=0.005205411463975906, ms=00049}
22:49:23.204429 run osmo-ms-mob/00050: Starting mobile
22:49:23.220450 run osmo-ms-mob/00050(pid=185): Launched
22:49:23.231873 run mass: MS start registered {at=16973868.935221653, delay=0.004960235208272934, ms=00050}
22:49:23.530435 run mass: MS performed LU {at=16973869.23374226, lu_delay=5.508463583886623, ms=00034}
22:49:23.544012 run osmo-ms-mob/00051: Starting mobile
22:49:23.558148 run osmo-ms-mob/00051(pid=186): Launched
22:49:23.564707 run mass: MS performed LU {at=16973869.268064637, lu_delay=5.499177742749453, ms=00035}
22:49:23.571073 run mass: MS performed LU {at=16973869.27443713, lu_delay=4.840296722948551, ms=00036}
22:49:23.577192 run mass: MS start registered {at=16973869.28055522, delay=0.012513715773820877, ms=00051}
22:49:23.588617 run osmo-ms-mob/00052: Starting mobile
22:49:23.601932 run osmo-ms-mob/00052(pid=187): Launched
22:49:23.618362 run mass: MS start registered {at=16973869.321706366, delay=0.009776219725608826, ms=00052}
22:49:23.840051 run mass: MS performed LU {at=16973869.543384645, lu_delay=6.2095579244196415, ms=00033}
22:49:24.112179 run mass: MS performed LU {at=16973869.815513693, lu_delay=4.982559233903885, ms=00037}
22:49:24.124115 run osmo-ms-mob/00053: Starting mobile
22:49:24.137852 run osmo-ms-mob/00053(pid=188): Launched
22:49:24.149174 run mass: MS start registered {at=16973869.852525756, delay=0.004876669496297836, ms=00053}
22:49:24.504674 run osmo-ms-mob/00054: Starting mobile
22:49:24.518551 run osmo-ms-mob/00054(pid=189): Launched
22:49:24.530260 run mass: MS start registered {at=16973870.233595245, delay=0.005243755877017975, ms=00054}
22:49:24.803853 run osmo-ms-mob/00055: Starting mobile
22:49:24.818173 run osmo-ms-mob/00055(pid=190): Launched
22:49:24.829761 run mass: MS start registered {at=16973870.533107974, delay=0.005235306918621063, ms=00055}
22:49:25.104274 run osmo-ms-mob/00056: Starting mobile
22:49:25.118325 run osmo-ms-mob/00056(pid=191): Launched
22:49:25.129344 run mass: MS start registered {at=16973870.832697142, delay=0.004595693200826645, ms=00056}
22:49:25.404363 run osmo-ms-mob/00057: Starting mobile
22:49:25.418684 run osmo-ms-mob/00057(pid=192): Launched
22:49:25.430486 run mass: MS start registered {at=16973871.133833956, delay=0.004644677042961121, ms=00057}
22:49:25.515090 run mass: MS performed LU {at=16973871.218423117, lu_delay=5.4597975090146065, ms=00040}
22:49:25.533314 run mass: MS performed LU {at=16973871.236660514, lu_delay=6.104569271206856, ms=00038}
22:49:25.561075 run mass: MS performed LU {at=16973871.264412664, lu_delay=5.832751180976629, ms=00039}
22:49:25.574523 run osmo-ms-mob/00058: Starting mobile
22:49:25.588795 run osmo-ms-mob/00058(pid=193): Launched
22:49:25.600118 run mass: MS start registered {at=16973871.303467408, delay=0.004870075732469559, ms=00058}
22:49:25.740520 run mass: MS performed LU {at=16973871.44385604, lu_delay=5.009764421731234, ms=00042}
22:49:25.777508 run mass: MS performed LU {at=16973871.480844118, lu_delay=4.647395420819521, ms=00043}
22:49:25.789192 run osmo-ms-mob/00059: Starting mobile
22:49:25.803540 run osmo-ms-mob/00059(pid=194): Launched
22:49:25.815207 run mass: MS performed LU {at=16973871.518544693, lu_delay=5.386445984244347, ms=00041}
22:49:25.821520 run mass: MS start registered {at=16973871.524885483, delay=0.011452041566371918, ms=00059}
22:49:26.405431 run osmo-ms-mob/00060: Starting mobile
22:49:26.419157 run osmo-ms-mob/00060(pid=195): Launched
22:49:26.431324 run mass: MS start registered {at=16973872.134661663, delay=0.005806434899568558, ms=00060}
22:49:26.804067 run osmo-ms-mob/00061: Starting mobile
22:49:26.818766 run osmo-ms-mob/00061(pid=196): Launched
22:49:26.831066 run mass: MS start registered {at=16973872.53440007, delay=0.0038318373262882233, ms=00061}
22:49:27.104062 run osmo-ms-mob/00062: Starting mobile
22:49:27.118761 run osmo-ms-mob/00062(pid=197): Launched
22:49:27.130663 run mass: MS start registered {at=16973872.834014554, delay=0.004937857389450073, ms=00062}
22:49:27.296478 run mass: MS performed LU {at=16973872.999813233, lu_delay=5.283313747495413, ms=00047}
22:49:27.315017 run mass: MS performed LU {at=16973873.01836625, lu_delay=4.6669564209878445, ms=00048}
22:49:27.326972 run osmo-ms-mob/00063: Starting mobile
22:49:27.341825 run osmo-ms-mob/00063(pid=198): Launched
22:49:27.348911 run mass: MS performed LU {at=16973873.052268595, lu_delay=5.542323175817728, ms=00046}
22:49:27.356307 run mass: MS start registered {at=16973873.059669163, delay=0.007421351969242096, ms=00063}
22:49:27.587141 run mass: MS performed LU {at=16973873.29047789, lu_delay=5.857462879270315, ms=00045}
22:49:27.605491 run mass: MS performed LU {at=16973873.3088361, lu_delay=6.176875043660402, ms=00044}
22:49:27.617242 run osmo-ms-mob/00064: Starting mobile
22:49:27.631316 run osmo-ms-mob/00064(pid=199): Launched
22:49:27.643141 run mass: MS start registered {at=16973873.346492887, delay=0.005253642797470093, ms=00064}
22:49:27.877529 run mass: MS performed LU {at=16973873.580862634, lu_delay=4.946836695075035, ms=00049}
22:49:28.204450 run osmo-ms-mob/00065: Starting mobile
22:49:28.220498 run osmo-ms-mob/00065(pid=200): Launched
22:49:28.233179 run mass: MS start registered {at=16973873.936516814, delay=0.005310229957103729, ms=00065}
22:49:28.504336 run osmo-ms-mob/00066: Starting mobile
22:49:28.519718 run osmo-ms-mob/00066(pid=201): Launched
22:49:28.532538 run mass: MS start registered {at=16973874.235878266, delay=0.005526769906282425, ms=00066}
22:49:28.905195 run osmo-ms-mob/00067: Starting mobile
22:49:28.921313 run osmo-ms-mob/00067(pid=202): Launched
22:49:28.933780 run mass: MS start registered {at=16973874.63713227, delay=0.005051411688327789, ms=00067}
22:49:29.204254 run osmo-ms-mob/00068: Starting mobile
22:49:29.219356 run osmo-ms-mob/00068(pid=203): Launched
22:49:29.231134 run mass: MS start registered {at=16973874.934484757, delay=0.004869498312473297, ms=00068}
22:49:29.298739 run mass: MS performed LU {at=16973875.0020605, lu_delay=5.680354133248329, ms=00052}
22:49:29.326521 run mass: MS performed LU {at=16973875.029856652, lu_delay=5.177330896258354, ms=00053}
22:49:29.344957 run mass: MS performed LU {at=16973875.04830763, lu_delay=4.8147123865783215, ms=00054}
22:49:29.356374 run osmo-ms-mob/00069: Starting mobile
22:49:29.370408 run osmo-ms-mob/00069(pid=204): Launched
22:49:29.382882 run mass: MS start registered {at=16973875.08623023, delay=0.005352754145860672, ms=00069}
22:49:29.506690 run mass: MS performed LU {at=16973875.210023504, lu_delay=5.929468285292387, ms=00051}
22:49:29.543445 run mass: MS performed LU {at=16973875.246784803, lu_delay=4.713676828891039, ms=00055}
22:49:30.004528 run osmo-ms-mob/00070: Starting mobile
22:49:30.019428 run osmo-ms-mob/00070(pid=205): Launched
22:49:30.031897 run mass: MS start registered {at=16973875.73524008, delay=0.005425047129392624, ms=00070}
22:49:30.355962 run mass: MS performed LU {at=16973876.05929756, lu_delay=7.124075908213854, ms=00050}
22:49:30.368784 run osmo-ms-mob/00071: Starting mobile
22:49:30.384356 run osmo-ms-mob/00071(pid=206): Launched
22:49:30.391529 run mass: MS performed LU {at=16973876.0948837, lu_delay=3.560483630746603, ms=00061}
22:49:30.398818 run mass: MS start registered {at=16973876.102171537, delay=0.0073092058300971985, ms=00071}
22:49:30.804074 run osmo-ms-mob/00072: Starting mobile
22:49:30.818610 run osmo-ms-mob/00072(pid=207): Launched
22:49:30.830922 run mass: MS start registered {at=16973876.534265492, delay=0.0055703893303871155, ms=00072}
22:49:31.098455 run mass: MS performed LU {at=16973876.80179137, lu_delay=5.667957413941622, ms=00057}
22:49:31.110573 run osmo-ms-mob/00073: Starting mobile
22:49:31.126257 run osmo-ms-mob/00073(pid=208): Launched
22:49:31.134196 run mass: MS performed LU {at=16973876.837546833, lu_delay=6.004849690943956, ms=00056}
22:49:31.143326 run mass: MS performed LU {at=16973876.84668726, lu_delay=5.321801777929068, ms=00059}
22:49:31.152782 run mass: MS start registered {at=16973876.856135473, delay=0.018616508692502975, ms=00073}
22:49:31.408108 run mass: MS performed LU {at=16973877.111428726, lu_delay=4.976767063140869, ms=00060}
22:49:31.426639 run osmo-ms-mob/00074: Starting mobile
22:49:31.442001 run osmo-ms-mob/00074(pid=209): Launched
22:49:31.454609 run mass: MS start registered {at=16973877.157954697, delay=0.005375046283006668, ms=00074}
22:49:32.005614 run osmo-ms-mob/00075: Starting mobile
22:49:32.022721 run osmo-ms-mob/00075(pid=210): Launched
22:49:32.036356 run mass: MS start registered {at=16973877.73968298, delay=0.005957774817943573, ms=00075}
22:49:32.504447 run osmo-ms-mob/00076: Starting mobile
22:49:32.519359 run osmo-ms-mob/00076(pid=211): Launched
22:49:32.532345 run mass: MS start registered {at=16973878.235681076, delay=0.005787838250398636, ms=00076}
22:49:32.904126 run osmo-ms-mob/00077: Starting mobile
22:49:32.917748 run osmo-ms-mob/00077(pid=212): Launched
22:49:32.929070 run mass: MS start registered {at=16973878.632418733, delay=0.004714764654636383, ms=00077}
22:49:33.064934 run mass: MS performed LU {at=16973878.768268876, lu_delay=5.934254322201014, ms=00062}
22:49:33.092444 run mass: MS performed LU {at=16973878.795794975, lu_delay=5.736125811934471, ms=00063}
22:49:33.110596 run mass: MS performed LU {at=16973878.8139483, lu_delay=5.467455413192511, ms=00064}
22:49:33.180257 run mass: MS performed LU {at=16973878.883592673, lu_delay=4.647714406251907, ms=00066}
22:49:33.194774 run osmo-ms-mob/00078: Starting mobile
22:49:33.209828 run osmo-ms-mob/00078(pid=213): Launched
22:49:33.221825 run mass: MS start registered {at=16973878.92517804, delay=0.005185987800359726, ms=00078}
22:49:33.272282 run mass: MS performed LU {at=16973878.97562092, lu_delay=5.0391041077673435, ms=00065}
22:49:33.804093 run osmo-ms-mob/00079: Starting mobile
22:49:33.818435 run osmo-ms-mob/00079(pid=214): Launched
22:49:33.830227 run mass: MS start registered {at=16973879.53357797, delay=0.0050031878054142, ms=00079}
22:49:34.304223 run osmo-ms-mob/00080: Starting mobile
22:49:34.318206 run osmo-ms-mob/00080(pid=215): Launched
22:49:34.331896 run mass: MS start registered {at=16973880.035238534, delay=0.007080730050802231, ms=00080}
22:49:34.803573 run osmo-ms-mob/00081: Starting mobile
22:49:34.817446 run osmo-ms-mob/00081(pid=216): Launched
22:49:34.829396 run mass: MS start registered {at=16973880.532746933, delay=0.005132168531417847, ms=00081}
22:49:34.864961 run mass: MS performed LU {at=16973880.56829403, lu_delay=5.482063800096512, ms=00069}
22:49:34.883468 run mass: MS performed LU {at=16973880.58681386, lu_delay=5.6523291021585464, ms=00068}
22:49:34.901894 run mass: MS performed LU {at=16973880.605242245, lu_delay=4.870002165436745, ms=00070}
22:49:35.032367 run osmo-ms-mob/00082: Starting mobile
22:49:35.047218 run osmo-ms-mob/00082(pid=217): Launched
22:49:35.058687 run mass: MS start registered {at=16973880.76204059, delay=0.005155906081199646, ms=00082}
22:49:35.174182 run mass: MS performed LU {at=16973880.8775176, lu_delay=6.240385331213474, ms=00067}
22:49:35.192555 run mass: MS performed LU {at=16973880.895911653, lu_delay=4.79374011605978, ms=00071}
22:49:35.804510 run osmo-ms-mob/00083: Starting mobile
22:49:35.820601 run osmo-ms-mob/00083(pid=218): Launched
22:49:35.835575 run mass: MS start registered {at=16973881.538910143, delay=0.007144421339035034, ms=00083}
22:49:36.304601 run osmo-ms-mob/00084: Starting mobile
22:49:36.319815 run osmo-ms-mob/00084(pid=219): Launched
22:49:36.331958 run mass: MS start registered {at=16973882.035308614, delay=0.005052819848060608, ms=00084}
22:49:36.804108 run osmo-ms-mob/00085: Starting mobile
22:49:36.818625 run osmo-ms-mob/00085(pid=220): Launched
22:49:36.824928 run mass: MS performed LU {at=16973882.52828655, lu_delay=5.994021058082581, ms=00072}
22:49:36.831811 run mass: MS start registered {at=16973882.535173085, delay=0.00690668448805809, ms=00085}
22:49:36.838677 run mass: MS performed LU {at=16973882.5420358, lu_delay=5.384081102907658, ms=00074}
22:49:36.857896 run mass: MS performed LU {at=16973882.561244007, lu_delay=5.705108534544706, ms=00073}
22:49:36.946001 run mass: MS performed LU {at=16973882.649332125, lu_delay=22.01668891310692, ms=00026}
22:49:37.112112 run mass: MS performed LU {at=16973882.815445673, lu_delay=5.075762692838907, ms=00075}
22:49:37.124098 run osmo-ms-mob/00086: Starting mobile
22:49:37.138170 run osmo-ms-mob/00086(pid=221): Launched
22:49:37.150203 run mass: MS start registered {at=16973882.853558175, delay=0.005049135535955429, ms=00086}
22:49:38.004069 run osmo-ms-mob/00087: Starting mobile
22:49:38.022121 run osmo-ms-mob/00087(pid=222): Launched
22:49:38.034120 run mass: MS start registered {at=16973883.737449635, delay=0.00508107990026474, ms=00087}
22:49:38.604400 run osmo-ms-mob/00088: Starting mobile
22:49:38.619306 run osmo-ms-mob/00088(pid=223): Launched
22:49:38.626877 run mass: MS performed LU {at=16973884.330229543, lu_delay=4.7966515719890594, ms=00079}
22:49:38.634446 run mass: MS performed LU {at=16973884.337807253, lu_delay=5.412629213184118, ms=00078}
22:49:38.641504 run mass: MS start registered {at=16973884.34486819, delay=0.01466132327914238, ms=00088}
22:49:38.649780 run mass: MS performed LU {at=16973884.35309761, lu_delay=6.11741653457284, ms=00076}
22:49:39.204828 run osmo-ms-mob/00089: Starting mobile
22:49:39.219909 run osmo-ms-mob/00089(pid=224): Launched
22:49:39.232037 run mass: MS start registered {at=16973884.93538084, delay=0.005507156252861023, ms=00089}
22:49:39.804830 run osmo-ms-mob/00090: Starting mobile
22:49:39.819322 run osmo-ms-mob/00090(pid=225): Launched
22:49:39.831751 run mass: MS start registered {at=16973885.535098646, delay=0.0051654428243637085, ms=00090}
22:49:40.504222 run osmo-ms-mob/00091: Starting mobile
22:49:40.519532 run osmo-ms-mob/00091(pid=226): Launched
22:49:40.532855 run mass: MS start registered {at=16973886.23619548, delay=0.006319031119346619, ms=00091}
22:49:40.578211 run mass: MS performed LU {at=16973886.281499766, lu_delay=4.742589622735977, ms=00083}
22:49:40.596430 run mass: MS performed LU {at=16973886.2997809, lu_delay=5.537740312516689, ms=00082}
22:49:40.859259 run mass: MS performed LU {at=16973886.56258772, lu_delay=6.029840786010027, ms=00081}
22:49:40.877899 run mass: MS performed LU {at=16973886.58124123, lu_delay=6.546002697199583, ms=00080}
22:49:41.205161 run osmo-ms-mob/00092: Starting mobile
22:49:41.220572 run osmo-ms-mob/00092(pid=227): Launched
22:49:41.232898 run mass: MS start registered {at=16973886.936251473, delay=0.005564834922552109, ms=00092}
22:49:42.010026 run osmo-ms-mob/00093: Starting mobile
22:49:42.031292 run osmo-ms-mob/00093(pid=228): Launched
22:49:42.044156 run mass: MS start registered {at=16973887.74750098, delay=0.004931114614009857, ms=00093}
22:49:42.359482 run mass: MS performed LU {at=16973888.062799525, lu_delay=5.209241349250078, ms=00086}
22:49:42.395944 run mass: MS performed LU {at=16973888.09927855, lu_delay=6.063969936221838, ms=00084}
22:49:42.613287 run mass: MS performed LU {at=16973888.316599924, lu_delay=5.781426839530468, ms=00085}
22:49:42.886380 run mass: MS performed LU {at=16973888.58971467, lu_delay=4.852265033870935, ms=00087}
22:49:42.897747 run osmo-ms-mob/00094: Starting mobile
22:49:42.911760 run osmo-ms-mob/00094(pid=229): Launched
22:49:42.923612 run mass: MS start registered {at=16973888.62696207, delay=0.005173694342374802, ms=00094}
22:49:43.807220 run osmo-ms-mob/00095: Starting mobile
22:49:43.821274 run osmo-ms-mob/00095(pid=230): Launched
22:49:43.833534 run mass: MS start registered {at=16973889.536882155, delay=0.00505857914686203, ms=00095}
22:49:44.343701 run mass: MS performed LU {at=16973890.04703413, lu_delay=5.1116532906889915, ms=00089}
22:49:44.362788 run mass: MS performed LU {at=16973890.06613886, lu_delay=5.72127066925168, ms=00088}
22:49:44.625133 run mass: MS performed LU {at=16973890.32846988, lu_delay=4.793371234089136, ms=00090}
22:49:44.804569 run osmo-ms-mob/00096: Starting mobile
22:49:44.819155 run osmo-ms-mob/00096(pid=231): Launched
22:49:44.831313 run mass: MS start registered {at=16973890.53466161, delay=0.005364954471588135, ms=00096}
22:49:45.904288 run osmo-ms-mob/00097: Starting mobile
22:49:45.919345 run osmo-ms-mob/00097(pid=232): Launched
22:49:45.931640 run mass: MS start registered {at=16973891.634987477, delay=0.005268421024084091, ms=00097}
22:49:46.125414 run mass: MS performed LU {at=16973891.82874324, lu_delay=4.892491769045591, ms=00092}
22:49:46.291405 run mass: MS performed LU {at=16973891.994739167, lu_delay=5.758543688803911, ms=00091}
22:49:47.203835 run osmo-ms-mob/00098: Starting mobile
22:49:47.218852 run osmo-ms-mob/00098(pid=233): Launched
22:49:47.231268 run mass: MS start registered {at=16973892.934618443, delay=0.005323965102434158, ms=00098}
22:49:48.110067 run mass: MS performed LU {at=16973893.813402615, lu_delay=6.0659016370773315, ms=00093}
22:49:48.127962 run mass: MS performed LU {at=16973893.83131763, lu_delay=5.20435556024313, ms=00094}
22:49:48.391020 run mass: MS performed LU {at=16973894.09434305, lu_delay=22.790875643491745, ms=00058}
22:49:49.004051 run osmo-ms-mob/00099: Starting mobile
22:49:49.018399 run osmo-ms-mob/00099(pid=234): Launched
22:49:49.025413 run mass: All started... {duration=55.727582577615976, too_slow=7}
22:49:49.031696 run mass: MS start registered {at=16973894.735055383, delay=0.006278611719608307, ms=00099}
22:49:49.891476 run mass: MS performed LU {at=16973895.59480918, lu_delay=6.057927023619413, ms=00095}
22:49:50.057869 run mass: MS performed LU {at=16973895.76120458, lu_delay=5.2265429720282555, ms=00096}
22:49:51.875710 run mass: MS performed LU {at=16973897.57899535, lu_delay=4.644376907497644, ms=00098}
22:49:51.893876 run mass: MS performed LU {at=16973897.597230103, lu_delay=5.962242625653744, ms=00097}
22:49:53.804429 run mass: MS performed LU {at=16973899.507763356, lu_delay=4.772707972675562, ms=00099}
22:49:55.877398 run mass: MS performed LU {at=16973901.5807327, lu_delay=22.94831396639347, ms=00077}
22:49:55.883731 run mass: Tests done {all_completed=True, max=22.94831396639347, min=3.560483630746603}
22:49:55.889354 tst register_default_mass.py: Test passed (88.6 sec)
22:49:55.894971 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:55.898428 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:55.901860 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:55.905391 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:55.908902 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:55.912431 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:55.916105 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:55.919840 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:55.923639 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:55.927508 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:55.931571 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:55.935767 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:55.939956 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:55.944032 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:55.948084 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:55.952222 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:55.956475 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:55.960820 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:55.965292 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:55.969836 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:55.974389 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:55.978935 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:55.983899 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:55.988681 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:55.993707 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:55.998481 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:56.003408 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:56.007883 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:56.012332 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:56.016712 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:56.021202 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:56.025404 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:56.029692 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:56.033936 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:56.038282 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:56.042592 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:56.046763 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:56.051472 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:56.055698 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:56.060007 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:56.064331 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:56.068967 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:56.073388 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:56.077825 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:56.082246 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:56.086934 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:56.091390 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:56.096007 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:56.100738 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:56.105970 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:56.110800 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:56.116191 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:56.120684 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:56.125329 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:56.129720 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:56.134082 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:56.138423 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:56.142987 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:56.147421 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:56.152174 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:56.156773 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:56.161570 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:56.166047 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:56.170705 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:56.174967 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:56.179823 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:56.184105 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:56.188379 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:56.193464 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:56.197847 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:56.202813 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:56.207173 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:56.211479 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:56.215778 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:56.220112 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:56.224385 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:56.228776 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:56.233151 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:56.237426 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:56.241744 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:56.246004 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:56.250256 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:56.254497 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:56.258950 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:56.263297 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:56.267648 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:56.271912 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:56.276304 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:56.280593 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:56.284972 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:56.289318 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:56.293633 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:56.297971 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:56.302328 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:56.306665 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:56.311029 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:56.315374 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:56.319784 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:56.324345 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:56.328934 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:56.333348 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:56.338171 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:56.342468 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:56.346709 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:56.350926 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:56.355140 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:56.359321 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:56.363547 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:56.367716 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:56.371903 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:56.376145 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:56.380442 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:56.384747 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:56.389023 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:56.393319 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:56.397607 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:56.401895 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:56.406045 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:56.410091 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:56.414143 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:56.418188 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:56.422245 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:56.426313 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:56.430371 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:56.434424 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:56.438480 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:56.442521 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:56.446580 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:56.450631 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:56.454690 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:56.458761 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:56.462816 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:56.466872 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:56.471045 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:56.475243 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:56.479292 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:56.483261 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:56.487266 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:56.491290 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:56.495233 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:56.499188 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:56.503127 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:56.507028 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:56.510975 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:56.514932 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:56.518823 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:56.522712 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:56.526616 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:56.530470 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:56.534315 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:56.538177 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:56.542019 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:56.545857 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:56.549710 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:56.553557 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:56.557400 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:56.561274 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:56.565223 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:56.569175 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:56.573119 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:56.576969 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:56.580827 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:56.584672 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:56.588516 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:56.592350 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:56.596190 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:56.600036 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:56.603898 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:56.607867 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:56.611983 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:56.616151 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:56.620318 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:56.624572 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:56.628789 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:56.632943 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:56.637092 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:56.644806 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:56.648895 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:56.652931 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:56.656958 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:56.660918 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:56.664887 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:56.671913 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:56.675854 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:56.679813 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:56.683782 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:56.687813 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:56.691892 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:56.695952 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:56.700022 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:56.704085 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:56.708126 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:56.712198 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:56.716576 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:56.720660 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:56.724669 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:56.728595 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:56.732526 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:56.736386 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:56.740201 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:56.744089 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:56.747915 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:56.751747 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:56.755581 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:56.759413 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:56.763243 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:56.767069 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:56.770893 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:56.774709 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:56.778536 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:56.782352 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:56.786175 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:56.789937 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:56.793678 --- ParallelTerminationStrategy: PID 22 died...
22:49:56.795381 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:56.799497 --- ParallelTerminationStrategy: PID 23 died...
22:49:56.801143 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:56.805162 --- ParallelTerminationStrategy: PID 24 died...
22:49:56.806793 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:56.810856 --- ParallelTerminationStrategy: PID 25 died...
22:49:56.812509 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:56.816629 --- ParallelTerminationStrategy: PID 26 died...
22:49:56.818314 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:56.822629 --- ParallelTerminationStrategy: PID 27 died...
22:49:56.824381 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:56.829010 --- ParallelTerminationStrategy: PID 28 died...
22:49:56.830825 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:56.835199 --- ParallelTerminationStrategy: PID 29 died...
22:49:56.836955 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:56.841298 --- ParallelTerminationStrategy: PID 30 died...
22:49:56.843076 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:56.847407 --- ParallelTerminationStrategy: PID 31 died...
22:49:56.849160 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:56.853485 --- ParallelTerminationStrategy: PID 32 died...
22:49:56.855226 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:56.859572 --- ParallelTerminationStrategy: PID 33 died...
22:49:56.861332 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:56.865656 --- ParallelTerminationStrategy: PID 35 died...
22:49:56.867419 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:56.871733 --- ParallelTerminationStrategy: PID 36 died...
22:49:56.873483 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:56.877788 --- ParallelTerminationStrategy: PID 37 died...
22:49:56.879530 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:56.883888 --- ParallelTerminationStrategy: PID 38 died...
22:49:56.885646 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:56.889989 --- ParallelTerminationStrategy: PID 39 died...
22:49:56.891746 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:56.896066 --- ParallelTerminationStrategy: PID 40 died...
22:49:56.897830 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:56.902152 --- ParallelTerminationStrategy: PID 41 died...
22:49:56.903910 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:56.908255 --- ParallelTerminationStrategy: PID 42 died...
22:49:56.910000 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:56.914292 --- ParallelTerminationStrategy: PID 43 died...
22:49:56.916028 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:56.920332 --- ParallelTerminationStrategy: PID 44 died...
22:49:56.922091 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:56.926417 --- ParallelTerminationStrategy: PID 45 died...
22:49:56.928217 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:56.932638 --- ParallelTerminationStrategy: PID 46 died...
22:49:56.934426 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:56.938958 --- ParallelTerminationStrategy: PID 47 died...
22:49:56.940758 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:56.945147 --- ParallelTerminationStrategy: PID 48 died...
22:49:56.946892 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:56.951183 --- ParallelTerminationStrategy: PID 49 died...
22:49:56.952943 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:56.957252 --- ParallelTerminationStrategy: PID 50 died...
22:49:56.959020 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:56.963361 --- ParallelTerminationStrategy: PID 51 died...
22:49:56.965103 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:56.969407 --- ParallelTerminationStrategy: PID 52 died...
22:49:56.971141 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:56.975420 --- ParallelTerminationStrategy: PID 53 died...
22:49:56.977153 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:56.981452 --- ParallelTerminationStrategy: PID 54 died...
22:49:56.983192 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:56.987514 --- ParallelTerminationStrategy: PID 55 died...
22:49:56.989226 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:56.993414 --- ParallelTerminationStrategy: PID 56 died...
22:49:56.995121 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:56.999301 --- ParallelTerminationStrategy: PID 57 died...
22:49:57.000980 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:57.005102 --- ParallelTerminationStrategy: PID 58 died...
22:49:57.006758 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:57.010835 --- ParallelTerminationStrategy: PID 59 died...
22:49:57.012484 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:57.016546 --- ParallelTerminationStrategy: PID 60 died...
22:49:57.018191 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:57.022220 --- ParallelTerminationStrategy: PID 61 died...
22:49:57.023870 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:57.027867 --- ParallelTerminationStrategy: PID 62 died...
22:49:57.029525 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:57.033618 --- ParallelTerminationStrategy: PID 63 died...
22:49:57.035263 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:57.039349 --- ParallelTerminationStrategy: PID 64 died...
22:49:57.041033 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:57.045211 --- ParallelTerminationStrategy: PID 65 died...
22:49:57.046906 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:57.051078 --- ParallelTerminationStrategy: PID 66 died...
22:49:57.052771 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:57.056956 --- ParallelTerminationStrategy: PID 67 died...
22:49:57.058645 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:57.062826 --- ParallelTerminationStrategy: PID 68 died...
22:49:57.064532 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:57.068874 --- ParallelTerminationStrategy: PID 69 died...
22:49:57.070613 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:57.074897 --- ParallelTerminationStrategy: PID 70 died...
22:49:57.076677 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:57.080896 --- ParallelTerminationStrategy: PID 71 died...
22:49:57.082597 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:57.086783 --- ParallelTerminationStrategy: PID 72 died...
22:49:57.088482 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:57.092716 --- ParallelTerminationStrategy: PID 73 died...
22:49:57.094419 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:57.098697 --- ParallelTerminationStrategy: PID 74 died...
22:49:57.100435 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:57.104828 --- ParallelTerminationStrategy: PID 75 died...
22:49:57.106619 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:57.111014 --- ParallelTerminationStrategy: PID 76 died...
22:49:57.112829 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:57.117294 --- ParallelTerminationStrategy: PID 77 died...
22:49:57.119079 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:57.123601 --- ParallelTerminationStrategy: PID 78 died...
22:49:57.125379 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:57.129834 --- ParallelTerminationStrategy: PID 79 died...
22:49:57.131666 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:57.136107 --- ParallelTerminationStrategy: PID 80 died...
22:49:57.137892 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:57.142364 --- ParallelTerminationStrategy: PID 81 died...
22:49:57.144158 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:57.148566 --- ParallelTerminationStrategy: PID 82 died...
22:49:57.150385 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:57.154818 --- ParallelTerminationStrategy: PID 83 died...
22:49:57.156598 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:57.161057 --- ParallelTerminationStrategy: PID 84 died...
22:49:57.162835 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:57.167138 --- ParallelTerminationStrategy: PID 85 died...
22:49:57.168859 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:57.173151 --- ParallelTerminationStrategy: PID 86 died...
22:49:57.174887 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:57.179188 --- ParallelTerminationStrategy: PID 87 died...
22:49:57.180926 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:57.185217 --- ParallelTerminationStrategy: PID 88 died...
22:49:57.186954 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:57.191243 --- ParallelTerminationStrategy: PID 89 died...
22:49:57.193003 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:57.197267 --- ParallelTerminationStrategy: PID 90 died...
22:49:57.198950 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:57.203114 --- ParallelTerminationStrategy: PID 91 died...
22:49:57.204832 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:57.209036 --- ParallelTerminationStrategy: PID 92 died...
22:49:57.210738 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:57.215110 --- ParallelTerminationStrategy: PID 93 died...
22:49:57.216902 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:57.221239 --- ParallelTerminationStrategy: PID 94 died...
22:49:57.222996 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:57.227298 --- ParallelTerminationStrategy: PID 95 died...
22:49:57.229084 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:57.233454 --- ParallelTerminationStrategy: PID 96 died...
22:49:57.235195 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:57.239501 --- ParallelTerminationStrategy: PID 97 died...
22:49:57.241265 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:57.245678 --- ParallelTerminationStrategy: PID 98 died...
22:49:57.247466 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:57.251839 --- ParallelTerminationStrategy: PID 99 died...
22:49:57.253598 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:57.257890 --- ParallelTerminationStrategy: PID 100 died...
22:49:57.259632 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:57.263906 --- ParallelTerminationStrategy: PID 101 died...
22:49:57.265653 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:57.269975 --- ParallelTerminationStrategy: PID 102 died...
22:49:57.271727 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:57.276066 --- ParallelTerminationStrategy: PID 103 died...
22:49:57.277805 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:57.282107 --- ParallelTerminationStrategy: PID 104 died...
22:49:57.283840 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:57.288121 --- ParallelTerminationStrategy: PID 105 died...
22:49:57.289871 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:57.294155 --- ParallelTerminationStrategy: PID 106 died...
22:49:57.295891 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:57.300175 --- ParallelTerminationStrategy: PID 107 died...
22:49:57.301931 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:57.306250 --- ParallelTerminationStrategy: PID 108 died...
22:49:57.307982 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:57.312270 --- ParallelTerminationStrategy: PID 109 died...
22:49:57.314001 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:57.318408 --- ParallelTerminationStrategy: PID 110 died...
22:49:57.320194 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:57.324606 --- ParallelTerminationStrategy: PID 111 died...
22:49:57.326394 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:57.330831 --- ParallelTerminationStrategy: PID 112 died...
22:49:57.332608 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:57.337016 --- ParallelTerminationStrategy: PID 113 died...
22:49:57.338807 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:57.343218 --- ParallelTerminationStrategy: PID 114 died...
22:49:57.344996 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:57.349394 --- ParallelTerminationStrategy: PID 115 died...
22:49:57.351154 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:57.355456 --- ParallelTerminationStrategy: PID 116 died...
22:49:57.357235 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:57.361631 --- ParallelTerminationStrategy: PID 117 died...
22:49:57.363374 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:57.367707 --- ParallelTerminationStrategy: PID 118 died...
22:49:57.369480 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:57.373953 --- ParallelTerminationStrategy: PID 119 died...
22:49:57.375734 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:57.380144 --- ParallelTerminationStrategy: PID 120 died...
22:49:57.381903 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:57.386342 --- ParallelTerminationStrategy: PID 121 died...
22:49:57.388113 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:57.392516 --- ParallelTerminationStrategy: PID 122 died...
22:49:57.394289 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:57.398594 --- ParallelTerminationStrategy: PID 123 died...
22:49:57.400368 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:57.404768 --- ParallelTerminationStrategy: PID 124 died...
22:49:57.406542 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:57.410893 --- ParallelTerminationStrategy: PID 125 died...
22:49:57.412662 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:57.416982 --- ParallelTerminationStrategy: PID 126 died...
22:49:57.418752 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:57.423054 --- ParallelTerminationStrategy: PID 127 died...
22:49:57.424803 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:57.429150 --- ParallelTerminationStrategy: PID 128 died...
22:49:57.430901 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:57.435279 --- ParallelTerminationStrategy: PID 129 died...
22:49:57.437016 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:57.441300 --- ParallelTerminationStrategy: PID 130 died...
22:49:57.443027 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:57.447322 --- ParallelTerminationStrategy: PID 131 died...
22:49:57.449068 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:57.453376 --- ParallelTerminationStrategy: PID 132 died...
22:49:57.455064 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:57.459363 --- ParallelTerminationStrategy: PID 133 died...
22:49:57.461117 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:57.465543 --- ParallelTerminationStrategy: PID 134 died...
22:49:57.467364 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:57.471905 --- ParallelTerminationStrategy: PID 135 died...
22:49:57.473787 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:57.478396 --- ParallelTerminationStrategy: PID 136 died...
22:49:57.480258 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:57.484978 --- ParallelTerminationStrategy: PID 137 died...
22:49:57.486852 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:57.491550 --- ParallelTerminationStrategy: PID 138 died...
22:49:57.493483 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:57.498292 --- ParallelTerminationStrategy: PID 139 died...
22:49:57.500219 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:57.504943 --- ParallelTerminationStrategy: PID 140 died...
22:49:57.506822 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:57.511370 --- ParallelTerminationStrategy: PID 141 died...
22:49:57.513215 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:57.517709 --- ParallelTerminationStrategy: PID 142 died...
22:49:57.519496 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:57.523949 --- ParallelTerminationStrategy: PID 143 died...
22:49:57.525734 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:57.530181 --- ParallelTerminationStrategy: PID 144 died...
22:49:57.531961 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:57.536416 --- ParallelTerminationStrategy: PID 145 died...
22:49:57.538216 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:57.542654 --- ParallelTerminationStrategy: PID 146 died...
22:49:57.544415 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:57.548798 --- ParallelTerminationStrategy: PID 147 died...
22:49:57.550541 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:57.554771 --- ParallelTerminationStrategy: PID 148 died...
22:49:57.556471 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:57.560644 --- ParallelTerminationStrategy: PID 149 died...
22:49:57.562332 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:57.566436 --- ParallelTerminationStrategy: PID 150 died...
22:49:57.568100 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:57.572249 --- ParallelTerminationStrategy: PID 151 died...
22:49:57.573903 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:57.578018 --- ParallelTerminationStrategy: PID 152 died...
22:49:57.579669 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:57.583784 --- ParallelTerminationStrategy: PID 153 died...
22:49:57.585438 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:57.589546 --- ParallelTerminationStrategy: PID 154 died...
22:49:57.591206 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:57.595320 --- ParallelTerminationStrategy: PID 155 died...
22:49:57.596970 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:57.601082 --- ParallelTerminationStrategy: PID 156 died...
22:49:57.602741 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:57.606841 --- ParallelTerminationStrategy: PID 157 died...
22:49:57.608496 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:57.612620 --- ParallelTerminationStrategy: PID 158 died...
22:49:57.614329 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:57.618554 --- ParallelTerminationStrategy: PID 159 died...
22:49:57.620308 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:57.624793 --- ParallelTerminationStrategy: PID 160 died...
22:49:57.626623 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:57.631193 --- ParallelTerminationStrategy: PID 161 died...
22:49:57.633021 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:57.637606 --- ParallelTerminationStrategy: PID 162 died...
22:49:57.639489 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:57.644152 --- ParallelTerminationStrategy: PID 163 died...
22:49:57.646078 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:57.650657 --- ParallelTerminationStrategy: PID 164 died...
22:49:57.652481 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:57.657056 --- ParallelTerminationStrategy: PID 165 died...
22:49:57.658921 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:57.663502 --- ParallelTerminationStrategy: PID 166 died...
22:49:57.665337 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:57.669889 --- ParallelTerminationStrategy: PID 167 died...
22:49:57.671720 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:57.676254 --- ParallelTerminationStrategy: PID 168 died...
22:49:57.678106 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:57.682779 --- ParallelTerminationStrategy: PID 169 died...
22:49:57.684669 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:57.689226 --- ParallelTerminationStrategy: PID 170 died...
22:49:57.691011 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:57.695399 --- ParallelTerminationStrategy: PID 171 died...
22:49:57.697174 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:57.701489 --- ParallelTerminationStrategy: PID 172 died...
22:49:57.703211 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:57.707495 --- ParallelTerminationStrategy: PID 173 died...
22:49:57.709206 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:57.713421 --- ParallelTerminationStrategy: PID 174 died...
22:49:57.715123 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:57.719342 --- ParallelTerminationStrategy: PID 175 died...
22:49:57.721036 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:57.725252 --- ParallelTerminationStrategy: PID 176 died...
22:49:57.726955 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:57.731253 --- ParallelTerminationStrategy: PID 177 died...
22:49:57.732985 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:57.737281 --- ParallelTerminationStrategy: PID 178 died...
22:49:57.739029 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:57.743366 --- ParallelTerminationStrategy: PID 179 died...
22:49:57.745161 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:57.749575 --- ParallelTerminationStrategy: PID 180 died...
22:49:57.751298 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:57.755630 --- ParallelTerminationStrategy: PID 181 died...
22:49:57.757370 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:57.761700 --- ParallelTerminationStrategy: PID 182 died...
22:49:57.763442 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:57.767758 --- ParallelTerminationStrategy: PID 183 died...
22:49:57.769547 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:57.773977 --- ParallelTerminationStrategy: PID 184 died...
22:49:57.775761 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:57.780223 --- ParallelTerminationStrategy: PID 185 died...
22:49:57.782009 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:57.786443 --- ParallelTerminationStrategy: PID 186 died...
22:49:57.788230 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:57.792703 --- ParallelTerminationStrategy: PID 187 died...
22:49:57.794516 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:57.798959 --- ParallelTerminationStrategy: PID 188 died...
22:49:57.800742 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:57.805183 --- ParallelTerminationStrategy: PID 189 died...
22:49:57.806973 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:57.811400 --- ParallelTerminationStrategy: PID 190 died...
22:49:57.813154 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:57.817478 --- ParallelTerminationStrategy: PID 191 died...
22:49:57.819207 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:57.823581 --- ParallelTerminationStrategy: PID 192 died...
22:49:57.825371 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:57.829809 --- ParallelTerminationStrategy: PID 193 died...
22:49:57.831587 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:57.835918 --- ParallelTerminationStrategy: PID 194 died...
22:49:57.837636 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:57.841841 --- ParallelTerminationStrategy: PID 195 died...
22:49:57.843533 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:57.847742 --- ParallelTerminationStrategy: PID 196 died...
22:49:57.849407 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:57.853597 --- ParallelTerminationStrategy: PID 197 died...
22:49:57.855262 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:57.859349 --- ParallelTerminationStrategy: PID 198 died...
22:49:57.860996 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:57.864996 --- ParallelTerminationStrategy: PID 199 died...
22:49:57.866614 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:57.870638 --- ParallelTerminationStrategy: PID 200 died...
22:49:57.872257 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:57.876370 --- ParallelTerminationStrategy: PID 201 died...
22:49:57.878026 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:57.882071 --- ParallelTerminationStrategy: PID 202 died...
22:49:57.883734 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:57.887856 --- ParallelTerminationStrategy: PID 203 died...
22:49:57.889465 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:57.893516 --- ParallelTerminationStrategy: PID 204 died...
22:49:57.895177 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:57.899208 --- ParallelTerminationStrategy: PID 205 died...
22:49:57.900823 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:57.904873 --- ParallelTerminationStrategy: PID 206 died...
22:49:57.906491 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:57.910586 --- ParallelTerminationStrategy: PID 207 died...
22:49:57.912241 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:57.916357 --- ParallelTerminationStrategy: PID 208 died...
22:49:57.917973 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:57.921989 --- ParallelTerminationStrategy: PID 209 died...
22:49:57.923604 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:57.927651 --- ParallelTerminationStrategy: PID 210 died...
22:49:57.929262 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:57.933319 --- ParallelTerminationStrategy: PID 211 died...
22:49:57.934935 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:57.938963 --- ParallelTerminationStrategy: PID 212 died...
22:49:57.940592 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:57.944652 --- ParallelTerminationStrategy: PID 213 died...
22:49:57.946276 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:57.950393 --- ParallelTerminationStrategy: PID 214 died...
22:49:57.952051 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:57.956277 --- ParallelTerminationStrategy: PID 215 died...
22:49:57.957975 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:57.962288 --- ParallelTerminationStrategy: PID 216 died...
22:49:57.964034 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:57.968421 --- ParallelTerminationStrategy: PID 217 died...
22:49:57.970178 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:57.974523 --- ParallelTerminationStrategy: PID 218 died...
22:49:57.976257 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:57.980534 --- ParallelTerminationStrategy: PID 219 died...
22:49:57.982254 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:57.986420 --- ParallelTerminationStrategy: PID 220 died...
22:49:57.988090 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:57.992142 --- ParallelTerminationStrategy: PID 221 died...
22:49:57.993813 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:57.997848 --- ParallelTerminationStrategy: PID 222 died...
22:49:57.999464 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:58.003467 --- ParallelTerminationStrategy: PID 223 died...
22:49:58.005052 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:58.009079 --- ParallelTerminationStrategy: PID 224 died...
22:49:58.010671 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:58.014594 --- ParallelTerminationStrategy: PID 225 died...
22:49:58.016210 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:58.020262 --- ParallelTerminationStrategy: PID 226 died...
22:49:58.021842 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:58.025836 --- ParallelTerminationStrategy: PID 227 died...
22:49:58.027456 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:58.031421 --- ParallelTerminationStrategy: PID 228 died...
22:49:58.033055 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:58.037041 --- ParallelTerminationStrategy: PID 229 died...
22:49:58.038697 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:58.042675 --- ParallelTerminationStrategy: PID 230 died...
22:49:58.044332 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:58.048465 --- ParallelTerminationStrategy: PID 231 died...
22:49:58.050124 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:58.054256 --- ParallelTerminationStrategy: PID 232 died...
22:49:58.055948 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:58.060148 --- ParallelTerminationStrategy: PID 233 died...
22:49:58.061815 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:58.065933 --- ParallelTerminationStrategy: PID 234 died...
22:49:58.067591 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:50:01.471498 --- ParallelTerminationStrategy: PID 34 died...
22:50:01.474024 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8041 netreg_mass PASS
---------------------------------------------------------------------
22:50:01.563377 tst trial-8041: Storing JUnit report in /build/trial-8041/run.2025-07-28_22-48-26/trial-8041.xml
--------------------------------------------------------------------------------------------
trial-8041 PASS
--------------------------------------------------------------------------------------------
22:50:01.576553 tst trial-8041: trial-8041: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (88.6 sec)
+ exit_code=0
+ rm -rf trial-8041/inst
+ cd trial-8041
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-07-28 22:48:26
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8041-run.tgz run.2025-07-28_22-48-26
+ tar czf /build/trial-8041-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-07-28_13_26_06.tgz osmo-bts-oc2g.build-2025-07-28_00_51_30.tgz osmo-bts-sysmo.build-2025-07-28_00_51_34.tgz osmo-bts.build-2025-07-28_00_51_37.tgz osmo-ggsn.build-2025-07-28_20_42_52.tgz osmo-hlr.build-2025-07-28_16_36_47.tgz osmo-hnbgw.build-2025-07-28_13_30_17.tgz osmo-mgw.build-2025-07-28_08_33_13.tgz osmo-msc.build-2025-07-28_13_34_19.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-28_07_34_00.tgz osmo-pcu-sysmo.build-2025-07-28_07_36_00.tgz osmo-pcu.build-2025-07-28_07_36_07.tgz osmo-sgsn.build-2025-07-28_20_48_56.tgz osmo-stp.build-2025-07-28_13_24_57.tgz osmo-trx.build-2025-07-28_14_29_23.tgz osmocom-bb.build-2025-07-28_21_17_41.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