+ rm -rf trial-7900
+ 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
57f6804 ttcn3-bts-test: do not use respawn.sh
+ 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 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.1s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.3s
#7 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#7 CACHED
#8 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#8 CACHED
#9 [ 9/28] COPY SSH /root/.ssh
#9 CACHED
#10 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#10 CACHED
#11 [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
#11 CACHED
#12 [20/28] WORKDIR /TMP
#12 CACHED
#13 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#13 CACHED
#14 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#14 CACHED
#15 [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
#15 CACHED
#16 [ 2/28] RUN useradd -ms /bin/bash jenkins
#16 CACHED
#17 [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
#17 CACHED
#18 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#18 CACHED
#19 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#19 CACHED
#20 [ 8/28] RUN MKDIR /var/run/sshd
#20 CACHED
#21 [19/28] RUN IF [ "$(arch)" = "x86_64" ]; then apt-get update && apt-get install -y --no-install-recommends python3-pip python3-setuptools python3-wheel ninja-build build-essential flex bison git libsctp-dev libgnutls28-dev libgcrypt-dev libssl-dev libidn11-dev libmongoc-dev libbson-dev libyaml-dev libnghttp2-dev libmicrohttpd-dev libcurl4-gnutls-dev libnghttp2-dev meson && apt-get clean; fi
#21 CACHED
#22 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#22 CACHED
#23 [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
#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 [ 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
#25 CACHED
#26 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#26 CACHED
#27 [14/28] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8
#27 CACHED
#28 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#28 CACHED
#29 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#29 CACHED
#30 [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
#30 CACHED
#31 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#31 CACHED
#32 [ 3/28] RUN groupadd osmo-gsm-tester
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:179021cc208cac8df08c7eee6637830a27b82b7c357565047c22ebb1f7540891 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=7901 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-03-10 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7901
+ mkdir -p trial-7901
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-03-10_19_36_23.tgz osmo-bts-oc2g.build-2025-03-10_00_51_26.tgz osmo-bts-sysmo.build-2025-03-10_00_51_27.tgz osmo-bts.build-2025-03-10_00_51_39.tgz osmo-ggsn.build-2025-03-10_20_42_23.tgz osmo-hlr.build-2025-03-10_16_36_59.tgz osmo-hnbgw.build-2025-03-10_15_24_25.tgz osmo-mgw.build-2025-03-10_19_33_28.tgz osmo-msc.build-2025-03-10_15_27_49.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-10_07_41_35.tgz osmo-pcu-sysmo.build-2025-03-10_07_41_30.tgz osmo-pcu.build-2025-03-10_07_41_38.tgz osmo-sgsn.build-2025-03-10_20_49_06.tgz osmo-stp.build-2025-03-10_15_18_19.tgz osmo-trx.build-2025-03-10_14_27_48.tgz osmocom-bb.build-2025-03-10_21_17_14.tgz srslte.build-19.tgz trial-7901
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-03-10_19_36_23.md5 osmo-bts-oc2g.build-2025-03-10_00_51_26.md5 osmo-bts-sysmo.build-2025-03-10_00_51_27.md5 osmo-bts.build-2025-03-10_00_51_39.md5 osmo-ggsn.build-2025-03-10_20_42_23.md5 osmo-hlr.build-2025-03-10_16_36_59.md5 osmo-hnbgw.build-2025-03-10_15_24_25.md5 osmo-mgw.build-2025-03-10_19_33_28.md5 osmo-msc.build-2025-03-10_15_27_49.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-10_07_41_35.md5 osmo-pcu-sysmo.build-2025-03-10_07_41_30.md5 osmo-pcu.build-2025-03-10_07_41_38.md5 osmo-sgsn.build-2025-03-10_20_49_06.md5 osmo-stp.build-2025-03-10_15_18_19.md5 osmo-trx.build-2025-03-10_14_27_48.md5 osmocom-bb.build-2025-03-10_21_17_14.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-03-10_19_36_23.md5 osmo-bts-oc2g.build-2025-03-10_00_51_26.md5 osmo-bts-sysmo.build-2025-03-10_00_51_27.md5 osmo-bts.build-2025-03-10_00_51_39.md5 osmo-ggsn.build-2025-03-10_20_42_23.md5 osmo-hlr.build-2025-03-10_16_36_59.md5 osmo-hnbgw.build-2025-03-10_15_24_25.md5 osmo-mgw.build-2025-03-10_19_33_28.md5 osmo-msc.build-2025-03-10_15_27_49.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-10_07_41_35.md5 osmo-pcu-sysmo.build-2025-03-10_07_41_30.md5 osmo-pcu.build-2025-03-10_07_41_38.md5 osmo-sgsn.build-2025-03-10_20_49_06.md5 osmo-stp.build-2025-03-10_15_18_19.md5 osmo-trx.build-2025-03-10_14_27_48.md5 osmocom-bb.build-2025-03-10_21_17_14.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-7901 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7901'
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-7901
--------------------------------------------------------------------------------------------
22:48:18.851927 tst trial-7901: Detailed log at /build/trial-7901/run.2025-03-10_22-48-18/log
---------------------------------------------------------------------
trial-7901 netreg_mass
---------------------------------------------------------------------
22:48:19.246156 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:19.247240 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:19.249554 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:19.252982 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:19.336517 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:19.338652 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:19.341881 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:19.461404 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-7901 netreg_mass register_default_mass.py
----------------------------------------------
22:48:19.463055 tst register_default_mass.py:9: Claiming resources for the test
22:48:19.505445 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.506781 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.507937 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.509092 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.510256 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.511433 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.512638 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:19.574684 tst register_default_mass.py: using LAC 2
22:48:19.636713 tst register_default_mass.py: using RAC 2
22:48:19.683304 tst register_default_mass.py: using CellId 2
22:48:19.735107 tst register_default_mass.py: using BVCI 3
22:48:19.750842 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.752496 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.753983 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.755428 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.756871 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.758284 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.759674 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.761126 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.762561 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.763982 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.765447 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.766838 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.768302 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.769769 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.771201 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.772609 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.774134 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.775577 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.777015 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.778445 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.779858 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.781339 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.782752 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.784198 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.785650 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.787037 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.788406 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.789821 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.791273 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.792689 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.794083 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.795485 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.796968 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.798439 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.799872 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.801307 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.802721 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.804145 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.805693 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.807107 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.808525 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.809953 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.811369 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.812823 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.814211 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.815539 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.816890 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.818282 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.819653 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.821032 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.822449 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.823812 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.825171 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.826569 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.827926 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.829305 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.830682 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.832043 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.833421 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.834801 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.836125 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.837515 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.838874 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.840274 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.841654 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.843002 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.844393 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.845791 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.847222 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.848583 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.849922 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.851270 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.852789 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.854159 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.855503 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.856859 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.858163 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.859503 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.860848 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.862182 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.863531 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.864909 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.866265 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.867666 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.869080 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.870453 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.871887 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.873296 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.874664 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.876041 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.877425 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.878844 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.880254 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.881650 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.883004 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.884377 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.885746 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.887085 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.888434 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.889774 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.891150 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.892607 tst register_default_mass.py:21: Launching a simple network
22:48:19.920584 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:20.218638 run create_hlr_db(pid=20): Launched
22:48:21.244146 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:21.267742 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:21.291544 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:21.300027 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:21.552834 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:21.576356 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:21.583990 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:22.174495 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:22.193442 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:25.208192 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:25.454648 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:25.490860 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:25.503645 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:25.556934 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:25.595200 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:25.607963 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:26.036351 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:26.077412 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:32.099081 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:32.274369 run osmo-bts-virtual(pid=34): Launched
22:48:33.317503 tst register_default_mass.py: using MSISDN 1001
22:48:33.323901 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:33.374401 tst register_default_mass.py: using MSISDN 1002
22:48:33.381064 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:33.423809 tst register_default_mass.py: using MSISDN 1003
22:48:33.430716 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:33.472115 tst register_default_mass.py: using MSISDN 1004
22:48:33.478907 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:33.510738 tst register_default_mass.py: using MSISDN 1005
22:48:33.517104 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:33.557884 tst register_default_mass.py: using MSISDN 1006
22:48:33.565512 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:33.615446 tst register_default_mass.py: using MSISDN 1007
22:48:33.624141 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:33.664192 tst register_default_mass.py: using MSISDN 1008
22:48:33.674246 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:33.714226 tst register_default_mass.py: using MSISDN 1009
22:48:33.720435 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:33.760061 tst register_default_mass.py: using MSISDN 1010
22:48:33.766475 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:33.806022 tst register_default_mass.py: using MSISDN 1011
22:48:33.811976 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:33.851550 tst register_default_mass.py: using MSISDN 1012
22:48:33.857731 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:33.889028 tst register_default_mass.py: using MSISDN 1013
22:48:33.894928 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:33.934320 tst register_default_mass.py: using MSISDN 1014
22:48:33.940215 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:33.979485 tst register_default_mass.py: using MSISDN 1015
22:48:33.985845 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:34.025382 tst register_default_mass.py: using MSISDN 1016
22:48:34.031700 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:34.071287 tst register_default_mass.py: using MSISDN 1017
22:48:34.077693 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:34.117484 tst register_default_mass.py: using MSISDN 1018
22:48:34.123340 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:34.165221 tst register_default_mass.py: using MSISDN 1019
22:48:34.171044 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:34.204678 tst register_default_mass.py: using MSISDN 1020
22:48:34.210548 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:34.249607 tst register_default_mass.py: using MSISDN 1021
22:48:34.255386 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:34.294455 tst register_default_mass.py: using MSISDN 1022
22:48:34.300414 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:34.339691 tst register_default_mass.py: using MSISDN 1023
22:48:34.345844 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:34.385207 tst register_default_mass.py: using MSISDN 1024
22:48:34.393159 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:34.431772 tst register_default_mass.py: using MSISDN 1025
22:48:34.438097 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:34.468038 tst register_default_mass.py: using MSISDN 1026
22:48:34.473971 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:34.504183 tst register_default_mass.py: using MSISDN 1027
22:48:34.509938 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:34.548046 tst register_default_mass.py: using MSISDN 1028
22:48:34.553875 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:34.584449 tst register_default_mass.py: using MSISDN 1029
22:48:34.590344 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:34.628583 tst register_default_mass.py: using MSISDN 1030
22:48:34.634825 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:34.673453 tst register_default_mass.py: using MSISDN 1031
22:48:34.679937 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:34.719215 tst register_default_mass.py: using MSISDN 1032
22:48:34.726121 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:34.757301 tst register_default_mass.py: using MSISDN 1033
22:48:34.763661 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:34.802626 tst register_default_mass.py: using MSISDN 1034
22:48:34.809161 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:34.849765 tst register_default_mass.py: using MSISDN 1035
22:48:34.856458 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:34.888391 tst register_default_mass.py: using MSISDN 1036
22:48:34.894751 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:34.933732 tst register_default_mass.py: using MSISDN 1037
22:48:34.939878 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:34.978419 tst register_default_mass.py: using MSISDN 1038
22:48:34.984978 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:35.015655 tst register_default_mass.py: using MSISDN 1039
22:48:35.022213 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:35.061393 tst register_default_mass.py: using MSISDN 1040
22:48:35.067527 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:35.106712 tst register_default_mass.py: using MSISDN 1041
22:48:35.112813 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:35.151647 tst register_default_mass.py: using MSISDN 1042
22:48:35.158024 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:35.196945 tst register_default_mass.py: using MSISDN 1043
22:48:35.204778 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:35.251512 tst register_default_mass.py: using MSISDN 1044
22:48:35.258917 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:35.298550 tst register_default_mass.py: using MSISDN 1045
22:48:35.305242 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:35.336294 tst register_default_mass.py: using MSISDN 1046
22:48:35.343247 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:35.374213 tst register_default_mass.py: using MSISDN 1047
22:48:35.381204 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:35.412258 tst register_default_mass.py: using MSISDN 1048
22:48:35.419141 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:35.458587 tst register_default_mass.py: using MSISDN 1049
22:48:35.464782 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:35.505609 tst register_default_mass.py: using MSISDN 1050
22:48:35.511959 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:35.554458 tst register_default_mass.py: using MSISDN 1051
22:48:35.561808 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:35.600649 tst register_default_mass.py: using MSISDN 1052
22:48:35.606979 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:35.648101 tst register_default_mass.py: using MSISDN 1053
22:48:35.655275 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:35.694507 tst register_default_mass.py: using MSISDN 1054
22:48:35.704165 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:35.744715 tst register_default_mass.py: using MSISDN 1055
22:48:35.753225 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:35.792685 tst register_default_mass.py: using MSISDN 1056
22:48:35.799015 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:35.830065 tst register_default_mass.py: using MSISDN 1057
22:48:35.836326 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:35.867176 tst register_default_mass.py: using MSISDN 1058
22:48:35.873670 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:35.912797 tst register_default_mass.py: using MSISDN 1059
22:48:35.919045 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:35.957626 tst register_default_mass.py: using MSISDN 1060
22:48:35.964017 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:36.008025 tst register_default_mass.py: using MSISDN 1061
22:48:36.014714 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:36.059118 tst register_default_mass.py: using MSISDN 1062
22:48:36.066127 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:36.097982 tst register_default_mass.py: using MSISDN 1063
22:48:36.104487 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:36.143804 tst register_default_mass.py: using MSISDN 1064
22:48:36.152472 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:36.191883 tst register_default_mass.py: using MSISDN 1065
22:48:36.198167 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:36.237440 tst register_default_mass.py: using MSISDN 1066
22:48:36.243796 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:36.283556 tst register_default_mass.py: using MSISDN 1067
22:48:36.290287 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:36.330297 tst register_default_mass.py: using MSISDN 1068
22:48:36.338297 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:36.378991 tst register_default_mass.py: using MSISDN 1069
22:48:36.390771 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:36.435433 tst register_default_mass.py: using MSISDN 1070
22:48:36.442593 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:36.484088 tst register_default_mass.py: using MSISDN 1071
22:48:36.490550 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:36.536339 tst register_default_mass.py: using MSISDN 1072
22:48:36.544003 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:36.588775 tst register_default_mass.py: using MSISDN 1073
22:48:36.595808 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:36.641020 tst register_default_mass.py: using MSISDN 1074
22:48:36.647728 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:36.688084 tst register_default_mass.py: using MSISDN 1075
22:48:36.694763 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:36.738175 tst register_default_mass.py: using MSISDN 1076
22:48:36.745062 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:36.786509 tst register_default_mass.py: using MSISDN 1077
22:48:36.793436 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:36.834623 tst register_default_mass.py: using MSISDN 1078
22:48:36.842706 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:36.885563 tst register_default_mass.py: using MSISDN 1079
22:48:36.892355 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:36.935916 tst register_default_mass.py: using MSISDN 1080
22:48:36.942781 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:36.986003 tst register_default_mass.py: using MSISDN 1081
22:48:36.993098 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:37.032940 tst register_default_mass.py: using MSISDN 1082
22:48:37.039886 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:37.080653 tst register_default_mass.py: using MSISDN 1083
22:48:37.087412 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:37.127827 tst register_default_mass.py: using MSISDN 1084
22:48:37.134669 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:37.175115 tst register_default_mass.py: using MSISDN 1085
22:48:37.182051 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:37.222590 tst register_default_mass.py: using MSISDN 1086
22:48:37.229406 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:37.271115 tst register_default_mass.py: using MSISDN 1087
22:48:37.278119 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:37.319448 tst register_default_mass.py: using MSISDN 1088
22:48:37.326416 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:37.368802 tst register_default_mass.py: using MSISDN 1089
22:48:37.375480 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:37.416546 tst register_default_mass.py: using MSISDN 1090
22:48:37.423140 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:37.462517 tst register_default_mass.py: using MSISDN 1091
22:48:37.469099 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:37.508977 tst register_default_mass.py: using MSISDN 1092
22:48:37.515400 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:37.546559 tst register_default_mass.py: using MSISDN 1093
22:48:37.553025 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:37.592961 tst register_default_mass.py: using MSISDN 1094
22:48:37.599327 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:37.631195 tst register_default_mass.py: using MSISDN 1095
22:48:37.639836 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:37.671766 tst register_default_mass.py: using MSISDN 1096
22:48:37.679197 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:37.710941 tst register_default_mass.py: using MSISDN 1097
22:48:37.719295 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:37.759469 tst register_default_mass.py: using MSISDN 1098
22:48:37.766486 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:37.806572 tst register_default_mass.py: using MSISDN 1099
22:48:37.813729 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:37.854351 tst register_default_mass.py: using MSISDN 1100
22:48:37.861242 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:37.988860 run mass: Starting testcase
22:48:37.997082 run mass: Pre-launching all virtphy's
22:48:38.004453 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:38.021741 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:38.029621 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:38.050316 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:38.059528 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:38.076267 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:38.083898 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:38.099989 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:38.107528 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:38.124531 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:38.133407 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:38.151478 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:38.163353 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:38.181354 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:38.191309 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:38.209473 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:38.219286 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:38.237161 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:38.246719 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:38.264884 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:38.275057 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:38.292749 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:38.307879 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:38.337973 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:38.351838 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:38.371139 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:38.380790 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:38.397113 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:38.406243 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:38.422517 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:38.430030 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:38.446577 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:38.454443 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:38.470962 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:38.478586 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:38.494679 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:38.502030 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:38.518039 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:38.525478 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:38.542275 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:38.551617 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:38.569285 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:38.578985 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:38.597714 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:38.612075 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:38.632191 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:38.643659 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:38.690197 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:38.708295 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:38.746765 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:38.764045 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:38.801713 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:38.818907 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:38.857894 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:38.872000 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:38.910302 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:38.928239 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:38.968365 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:38.987032 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:39.007765 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:39.018756 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:39.039292 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:39.052103 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:39.075193 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:39.088732 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:39.109390 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:39.123032 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:39.143405 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:39.154864 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:39.176933 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:39.188511 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:39.209409 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:39.219057 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:39.239016 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:39.258326 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:39.297463 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:39.315837 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:39.355020 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:39.374771 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:39.417747 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:39.437040 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:39.477707 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:39.496854 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:39.538028 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:39.556143 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:39.598462 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:39.622737 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:39.671207 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:39.687450 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:39.721346 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:39.737323 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:39.771393 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:39.787078 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:39.824263 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:39.842311 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:39.883036 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:39.902183 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:39.953723 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:39.977954 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:40.028798 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:40.049101 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:40.090190 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:40.109516 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:40.159598 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:40.178810 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:40.219588 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:40.239014 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:40.279111 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:40.292410 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:40.313638 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:40.327087 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:40.347434 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:40.360730 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:40.381048 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:40.392019 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:40.412556 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:40.425911 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:40.445881 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:40.459117 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:40.479145 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:40.492444 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:40.512037 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:40.525304 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:40.545227 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:40.558574 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:40.584875 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:40.601526 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:40.629038 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:40.642219 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:40.662266 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:40.675523 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:40.695461 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:40.708860 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:40.728816 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:40.741494 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:40.761124 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:40.780236 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:40.822360 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:40.841765 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:40.883949 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:40.901537 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:40.944019 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:40.960277 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:41.001372 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:41.018189 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:41.037783 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:41.048026 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:41.067176 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:41.078227 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:41.097245 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:41.108366 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:41.127400 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:41.145199 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:41.183404 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:41.200875 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:41.239848 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:41.257828 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:41.297377 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:41.314854 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:41.351894 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:41.367791 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:41.399271 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:41.413441 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:41.441935 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:41.452738 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:41.469327 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:41.480512 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:41.497096 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:41.508123 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:41.524857 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:41.538681 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:41.559518 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:41.568003 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:41.584841 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:41.598770 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:41.631658 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:41.647892 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:41.683770 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:41.699663 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:41.734270 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:41.750869 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:41.784338 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:41.799727 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:41.833338 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:41.848486 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:41.880146 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:41.894590 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:41.912550 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:41.926970 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:41.954891 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:41.965089 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:41.982160 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:41.991189 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:42.008097 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:42.022698 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:42.051991 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:42.066649 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:42.096426 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:42.111033 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:42.142699 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:42.157105 run mass: Checking if sockets are in the filesystem
22:48:42.179844 run osmo-ms-mob/00000: Starting mobile
22:48:42.206684 run osmo-ms-mob/00000(pid=135): Launched
22:48:42.229669 run mass: MS start registered {at=4877827.932993383, delay=0.013747680000960827, ms=00000}
22:48:46.395692 run osmo-ms-mob/00001: Starting mobile
22:48:46.413114 run osmo-ms-mob/00001(pid=136): Launched
22:48:46.426490 run mass: MS start registered {at=4877832.129826711, delay=0.006063501350581646, ms=00001}
22:48:46.986908 run mass: MS performed LU {at=4877832.690236062, lu_delay=4.757242678664625, ms=00000}
22:48:48.177334 run osmo-ms-mob/00002: Starting mobile
22:48:48.191629 run osmo-ms-mob/00002(pid=137): Launched
22:48:48.203945 run mass: MS start registered {at=4877833.907274733, delay=0.00537366047501564, ms=00002}
22:48:49.499295 run osmo-ms-mob/00003: Starting mobile
22:48:49.514873 run osmo-ms-mob/00003(pid=138): Launched
22:48:49.528006 run mass: MS start registered {at=4877835.231350465, delay=0.005669689737260342, ms=00003}
22:48:50.603002 run osmo-ms-mob/00004: Starting mobile
22:48:50.619226 run osmo-ms-mob/00004(pid=139): Launched
22:48:50.632420 run mass: MS start registered {at=4877836.335762926, delay=0.005612659268081188, ms=00004}
22:48:51.578161 run osmo-ms-mob/00005: Starting mobile
22:48:51.594543 run osmo-ms-mob/00005(pid=140): Launched
22:48:51.611836 run mass: MS start registered {at=4877837.315158167, delay=0.0018215402960777283, ms=00005}
22:48:52.481885 run osmo-ms-mob/00006: Starting mobile
22:48:52.497836 run osmo-ms-mob/00006(pid=141): Launched
22:48:52.514891 run mass: MS start registered {at=4877838.218223342, delay=0.008011206053197384, ms=00006}
22:48:52.634866 run mass: MS performed LU {at=4877838.338177732, lu_delay=6.208351021632552, ms=00001}
22:48:53.385858 run osmo-ms-mob/00007: Starting mobile
22:48:53.407968 run osmo-ms-mob/00007(pid=142): Launched
22:48:53.434102 run mass: MS start registered {at=4877839.137409798, delay=0.013735000044107437, ms=00007}
22:48:54.190402 run osmo-ms-mob/00008: Starting mobile
22:48:54.237720 run osmo-ms-mob/00008(pid=143): Launched
22:48:54.260402 run mass: MS start registered {at=4877839.963700466, delay=0.0012265285477042198, ms=00008}
22:48:54.537463 run mass: MS performed LU {at=4877840.24072971, lu_delay=5.009379245340824, ms=00003}
22:48:54.564348 run mass: MS performed LU {at=4877840.267630443, lu_delay=6.360355709679425, ms=00002}
22:48:54.900818 run osmo-ms-mob/00009: Starting mobile
22:48:54.922663 run osmo-ms-mob/00009(pid=144): Launched
22:48:54.936209 run mass: MS start registered {at=4877840.639552267, delay=0.005878838710486889, ms=00009}
22:48:55.581909 run osmo-ms-mob/00010: Starting mobile
22:48:55.598066 run osmo-ms-mob/00010(pid=145): Launched
22:48:55.611727 run mass: MS start registered {at=4877841.315075634, delay=0.00623469240963459, ms=00010}
22:48:56.180435 run osmo-ms-mob/00011: Starting mobile
22:48:56.216486 run osmo-ms-mob/00011(pid=146): Launched
22:48:56.231469 run mass: MS start registered {at=4877841.934801939, delay=0.005636001005768776, ms=00011}
22:48:56.400957 run mass: MS performed LU {at=4877842.104265872, lu_delay=4.789107705466449, ms=00005}
22:48:56.465905 run mass: MS performed LU {at=4877842.16922169, lu_delay=5.833458763547242, ms=00004}
22:48:56.799634 run osmo-ms-mob/00012: Starting mobile
22:48:56.819132 run osmo-ms-mob/00012(pid=147): Launched
22:48:56.832773 run mass: MS start registered {at=4877842.536120224, delay=0.0035014841705560684, ms=00012}
22:48:57.378001 run osmo-ms-mob/00013: Starting mobile
22:48:57.395372 run osmo-ms-mob/00013(pid=148): Launched
22:48:57.409280 run mass: MS start registered {at=4877843.112583557, delay=0.005972627550363541, ms=00013}
22:48:57.983085 run osmo-ms-mob/00014: Starting mobile
22:48:58.003076 run osmo-ms-mob/00014(pid=149): Launched
22:48:58.016896 run mass: MS start registered {at=4877843.720249159, delay=2.1113082766532898e-05, ms=00014}
22:48:58.302789 run mass: MS performed LU {at=4877844.006107856, lu_delay=5.78788451384753, ms=00006}
22:48:58.329862 run mass: MS performed LU {at=4877844.03317773, lu_delay=4.895767931826413, ms=00007}
22:48:58.592255 run osmo-ms-mob/00015: Starting mobile
22:48:58.610266 run osmo-ms-mob/00015(pid=150): Launched
22:48:58.625396 run mass: MS start registered {at=4877844.328731008, delay=0.006305361166596413, ms=00015}
22:48:59.077982 run osmo-ms-mob/00016: Starting mobile
22:48:59.094161 run osmo-ms-mob/00016(pid=151): Launched
22:48:59.107336 run mass: MS start registered {at=4877844.810671348, delay=0.0038118576630949974, ms=00016}
22:48:59.577159 run osmo-ms-mob/00017: Starting mobile
22:48:59.591046 run osmo-ms-mob/00017(pid=152): Launched
22:48:59.604086 run mass: MS start registered {at=4877845.307434423, delay=0.004953356459736824, ms=00017}
22:49:00.167090 run mass: MS performed LU {at=4877845.870424014, lu_delay=5.230871746316552, ms=00009}
22:49:00.178715 run osmo-ms-mob/00018: Starting mobile
22:49:00.192227 run osmo-ms-mob/00018(pid=153): Launched
22:49:00.203378 run mass: MS start registered {at=4877845.906725543, delay=0.0050525544211268425, ms=00018}
22:49:00.231491 run mass: MS performed LU {at=4877845.934843518, lu_delay=5.971143051981926, ms=00008}
22:49:00.536119 run mass: MS performed LU {at=4877846.239453685, lu_delay=4.924378050491214, ms=00010}
22:49:00.547544 run osmo-ms-mob/00019: Starting mobile
22:49:00.561053 run osmo-ms-mob/00019(pid=154): Launched
22:49:00.572717 run mass: MS start registered {at=4877846.276069249, delay=0.005199426785111427, ms=00019}
22:49:01.089336 run osmo-ms-mob/00020: Starting mobile
22:49:01.102385 run osmo-ms-mob/00020(pid=155): Launched
22:49:01.114041 run mass: MS start registered {at=4877846.817382398, delay=0.005306238308548927, ms=00020}
22:49:01.576232 run osmo-ms-mob/00021: Starting mobile
22:49:01.589218 run osmo-ms-mob/00021(pid=156): Launched
22:49:01.600367 run mass: MS start registered {at=4877847.303714136, delay=0.004895143210887909, ms=00021}
22:49:01.966177 run mass: MS performed LU {at=4877847.669510497, lu_delay=5.734708557836711, ms=00011}
22:49:01.977489 run osmo-ms-mob/00022: Starting mobile
22:49:01.990556 run osmo-ms-mob/00022(pid=157): Launched
22:49:02.001695 run mass: MS start registered {at=4877847.705044522, delay=0.005115345120429993, ms=00022}
22:49:02.067588 run mass: MS performed LU {at=4877847.770884204, lu_delay=4.658300646580756, ms=00013}
22:49:02.095310 run mass: MS performed LU {at=4877847.798654527, lu_delay=5.262534303590655, ms=00012}
22:49:02.476631 run osmo-ms-mob/00023: Starting mobile
22:49:02.489761 run osmo-ms-mob/00023(pid=158): Launched
22:49:02.501014 run mass: MS start registered {at=4877848.204365253, delay=0.004937728866934776, ms=00023}
22:49:02.876837 run osmo-ms-mob/00024: Starting mobile
22:49:02.890076 run osmo-ms-mob/00024(pid=159): Launched
22:49:02.901419 run mass: MS start registered {at=4877848.604759495, delay=0.005199299193918705, ms=00024}
22:49:03.376696 run osmo-ms-mob/00025: Starting mobile
22:49:03.389984 run osmo-ms-mob/00025(pid=160): Launched
22:49:03.401098 run mass: MS start registered {at=4877849.104448173, delay=0.004862296395003796, ms=00025}
22:49:03.775986 run osmo-ms-mob/00026: Starting mobile
22:49:03.789455 run osmo-ms-mob/00026(pid=161): Launched
22:49:03.800413 run mass: MS start registered {at=4877849.503766481, delay=0.0046921055763959885, ms=00026}
22:49:03.932659 run mass: MS performed LU {at=4877849.635966852, lu_delay=4.825295504182577, ms=00016}
22:49:03.997320 run mass: MS performed LU {at=4877849.700658772, lu_delay=5.371927764266729, ms=00015}
22:49:04.066415 run mass: MS performed LU {at=4877849.769770923, lu_delay=6.049521763809025, ms=00014}
22:49:04.077828 run osmo-ms-mob/00027: Starting mobile
22:49:04.091047 run osmo-ms-mob/00027(pid=162): Launched
22:49:04.101959 run mass: MS start registered {at=4877849.805314154, delay=0.0028260517865419388, ms=00027}
22:49:04.338836 run mass: MS performed LU {at=4877850.042169928, lu_delay=4.734735504724085, ms=00017}
22:49:04.578373 run osmo-ms-mob/00028: Starting mobile
22:49:04.602611 run osmo-ms-mob/00028(pid=163): Launched
22:49:04.613757 run mass: MS start registered {at=4877850.317098154, delay=0.005100366659462452, ms=00028}
22:49:04.976827 run osmo-ms-mob/00029: Starting mobile
22:49:04.989965 run osmo-ms-mob/00029(pid=164): Launched
22:49:05.000982 run mass: MS start registered {at=4877850.704334107, delay=0.00485267024487257, ms=00029}
22:49:05.376224 run osmo-ms-mob/00030: Starting mobile
22:49:05.389697 run osmo-ms-mob/00030(pid=165): Launched
22:49:05.400804 run mass: MS start registered {at=4877851.104157109, delay=0.004614680074155331, ms=00030}
22:49:05.732006 run mass: MS performed LU {at=4877851.43534078, lu_delay=4.617958381772041, ms=00020}
22:49:05.743502 run osmo-ms-mob/00031: Starting mobile
22:49:05.757188 run osmo-ms-mob/00031(pid=166): Launched
22:49:05.768105 run mass: MS start registered {at=4877851.471451267, delay=0.004880889318883419, ms=00031}
22:49:05.833976 run mass: MS performed LU {at=4877851.537305904, lu_delay=5.6305803610011935, ms=00018}
22:49:05.861506 run mass: MS performed LU {at=4877851.564861418, lu_delay=5.288792168721557, ms=00019}
22:49:05.872750 run osmo-ms-mob/00032: Starting mobile
22:49:05.886146 run osmo-ms-mob/00032(pid=167): Launched
22:49:05.896875 run mass: MS start registered {at=4877851.600230322, delay=0.004516154527664185, ms=00032}
22:49:06.476405 run osmo-ms-mob/00033: Starting mobile
22:49:06.489476 run osmo-ms-mob/00033(pid=168): Launched
22:49:06.500312 run mass: MS start registered {at=4877852.203664019, delay=0.004588579759001732, ms=00033}
22:49:06.876273 run osmo-ms-mob/00034: Starting mobile
22:49:06.889335 run osmo-ms-mob/00034(pid=169): Launched
22:49:06.900586 run mass: MS start registered {at=4877852.603935615, delay=0.0047486163675785065, ms=00034}
22:49:07.176297 run osmo-ms-mob/00035: Starting mobile
22:49:07.189805 run osmo-ms-mob/00035(pid=170): Launched
22:49:07.200907 run mass: MS start registered {at=4877852.904246312, delay=0.005077150650322437, ms=00035}
22:49:07.575892 run osmo-ms-mob/00036: Starting mobile
22:49:07.588792 run osmo-ms-mob/00036(pid=171): Launched
22:49:07.599803 run mass: MS start registered {at=4877853.303153006, delay=0.005062302574515343, ms=00036}
22:49:07.698112 run mass: MS performed LU {at=4877853.401446754, lu_delay=4.796687259338796, ms=00024}
22:49:07.762885 run mass: MS performed LU {at=4877853.466233836, lu_delay=5.261868582107127, ms=00023}
22:49:07.832602 run mass: MS performed LU {at=4877853.535951163, lu_delay=6.232237027026713, ms=00021}
22:49:07.844341 run osmo-ms-mob/00037: Starting mobile
22:49:07.857592 run osmo-ms-mob/00037(pid=172): Launched
22:49:07.868526 run mass: MS performed LU {at=4877853.571877091, lu_delay=5.866832569241524, ms=00022}
22:49:07.874550 run mass: MS start registered {at=4877853.577916292, delay=0.010556336492300034, ms=00037}
22:49:08.276607 run osmo-ms-mob/00038: Starting mobile
22:49:08.290622 run osmo-ms-mob/00038(pid=173): Launched
22:49:08.303576 run mass: MS start registered {at=4877854.006890147, delay=0.0065336162224411964, ms=00038}
22:49:08.576209 run osmo-ms-mob/00039: Starting mobile
22:49:08.589839 run osmo-ms-mob/00039(pid=174): Launched
22:49:08.601251 run mass: MS start registered {at=4877854.304602907, delay=0.004936307668685913, ms=00039}
22:49:08.976327 run osmo-ms-mob/00040: Starting mobile
22:49:08.989384 run osmo-ms-mob/00040(pid=175): Launched
22:49:09.000279 run mass: MS start registered {at=4877854.703633512, delay=0.004647012799978256, ms=00040}
22:49:09.276752 run osmo-ms-mob/00041: Starting mobile
22:49:09.290521 run osmo-ms-mob/00041(pid=176): Launched
22:49:09.307274 run mass: MS start registered {at=4877855.010594691, delay=0.00950022041797638, ms=00041}
22:49:09.498621 run mass: MS performed LU {at=4877855.201955826, lu_delay=5.698189345188439, ms=00026}
22:49:09.510573 run osmo-ms-mob/00042: Starting mobile
22:49:09.524144 run osmo-ms-mob/00042(pid=177): Launched
22:49:09.535888 run mass: MS start registered {at=4877855.239234879, delay=0.005390658043324947, ms=00042}
22:49:09.599614 run mass: MS performed LU {at=4877855.302958578, lu_delay=5.497644423507154, ms=00027}
22:49:09.627181 run mass: MS performed LU {at=4877855.330534823, lu_delay=6.226086650043726, ms=00025}
22:49:09.771077 run mass: MS performed LU {at=4877855.474413558, lu_delay=5.15731540415436, ms=00028}
22:49:09.782245 run osmo-ms-mob/00043: Starting mobile
22:49:09.797868 run osmo-ms-mob/00043(pid=178): Launched
22:49:09.803939 run mass: MS performed LU {at=4877855.507299015, lu_delay=4.802964908070862, ms=00029}
22:49:09.809929 run mass: MS start registered {at=4877855.513295836, delay=0.006013225764036179, ms=00043}
22:49:10.277135 run osmo-ms-mob/00044: Starting mobile
22:49:10.290688 run osmo-ms-mob/00044(pid=179): Launched
22:49:10.301435 run mass: MS start registered {at=4877856.004785647, delay=0.004694780334830284, ms=00044}
22:49:10.577871 run osmo-ms-mob/00045: Starting mobile
22:49:10.595089 run osmo-ms-mob/00045(pid=180): Launched
22:49:10.609645 run mass: MS start registered {at=4877856.312957916, delay=0.006895237602293491, ms=00045}
22:49:10.876984 run osmo-ms-mob/00046: Starting mobile
22:49:10.890310 run osmo-ms-mob/00046(pid=181): Launched
22:49:10.902247 run mass: MS start registered {at=4877856.605580434, delay=0.005027048289775848, ms=00046}
22:49:11.176456 run osmo-ms-mob/00047: Starting mobile
22:49:11.191311 run osmo-ms-mob/00047(pid=182): Launched
22:49:11.202621 run mass: MS start registered {at=4877856.905964524, delay=0.005069158971309662, ms=00047}
22:49:11.464475 run mass: MS performed LU {at=4877857.16780806, lu_delay=5.5675777373835444, ms=00032}
22:49:11.475794 run osmo-ms-mob/00048: Starting mobile
22:49:11.489021 run osmo-ms-mob/00048(pid=183): Launched
22:49:11.499934 run mass: MS start registered {at=4877857.203288925, delay=0.004891104064881802, ms=00048}
22:49:11.528344 run mass: MS performed LU {at=4877857.23169887, lu_delay=5.760247603058815, ms=00031}
22:49:11.597518 run mass: MS performed LU {at=4877857.300869746, lu_delay=6.196712637320161, ms=00030}
22:49:11.608773 run osmo-ms-mob/00049: Starting mobile
22:49:11.621723 run osmo-ms-mob/00049(pid=184): Launched
22:49:11.633005 run mass: MS start registered {at=4877857.336354875, delay=0.004805758595466614, ms=00049}
22:49:11.639007 run mass: MS performed LU {at=4877857.3423674, lu_delay=4.7384317852556705, ms=00034}
22:49:11.690233 run mass: MS performed LU {at=4877857.393574267, lu_delay=5.189910247921944, ms=00033}
22:49:11.701489 run osmo-ms-mob/00050: Starting mobile
22:49:11.714634 run osmo-ms-mob/00050(pid=185): Launched
22:49:11.726506 run mass: MS start registered {at=4877857.429851752, delay=0.005609668791294098, ms=00050}
22:49:12.475950 run osmo-ms-mob/00051: Starting mobile
22:49:12.489444 run osmo-ms-mob/00051(pid=186): Launched
22:49:12.500838 run mass: MS start registered {at=4877858.204184616, delay=0.005087376572191715, ms=00051}
22:49:12.776281 run osmo-ms-mob/00052: Starting mobile
22:49:12.789996 run osmo-ms-mob/00052(pid=187): Launched
22:49:12.801493 run mass: MS start registered {at=4877858.504842797, delay=0.005110173486173153, ms=00052}
22:49:13.076914 run osmo-ms-mob/00053: Starting mobile
22:49:13.090830 run osmo-ms-mob/00053(pid=188): Launched
22:49:13.102591 run mass: MS start registered {at=4877858.805939347, delay=0.005481288768351078, ms=00053}
22:49:13.263857 run mass: MS performed LU {at=4877858.967192482, lu_delay=4.66258957516402, ms=00039}
22:49:13.300590 run mass: MS performed LU {at=4877859.003927999, lu_delay=6.099681687541306, ms=00035}
22:49:13.311779 run osmo-ms-mob/00054: Starting mobile
22:49:13.325158 run osmo-ms-mob/00054(pid=189): Launched
22:49:13.336160 run mass: MS start registered {at=4877859.039511364, delay=0.00480268057435751, ms=00054}
22:49:13.393171 run mass: MS performed LU {at=4877859.096505555, lu_delay=5.793352548964322, ms=00036}
22:49:13.555283 run mass: MS performed LU {at=4877859.258616652, lu_delay=5.251726505346596, ms=00038}
22:49:13.566799 run osmo-ms-mob/00055: Starting mobile
22:49:13.579813 run osmo-ms-mob/00055(pid=190): Launched
22:49:13.591164 run mass: MS start registered {at=4877859.2945119, delay=0.004818844608962536, ms=00055}
22:49:14.270813 run osmo-ms-mob/00056: Starting mobile
22:49:14.284609 run osmo-ms-mob/00056(pid=191): Launched
22:49:14.291196 run mass: Starting too slowly. Moving on {now=4877859.994564582, sleep=-0.22094127256423235, target=4877859.773623309}
22:49:14.297033 run mass: MS performed LU {at=4877860.000390615, lu_delay=6.422474323771894, ms=00037}
22:49:14.302936 run mass: Starting too slowly. Moving on {now=4877860.006305708, sleep=-0.1326823988929391, target=4877859.873623309}
22:49:14.308788 run mass: MS start registered {at=4877860.012150408, delay=0.017588908784091473, ms=00056}
22:49:14.314540 run mass: Starting too slowly. Moving on {now=4877860.017910283, sleep=-0.04428697470575571, target=4877859.973623308}
22:49:14.462430 run osmo-ms-mob/00057: Starting mobile
22:49:14.475835 run osmo-ms-mob/00057(pid=192): Launched
22:49:14.482425 run mass: Starting too slowly. Moving on {now=4877860.18579321, sleep=-0.11216990184038877, target=4877860.073623308}
22:49:14.488374 run mass: MS start registered {at=4877860.1917328, delay=0.005941825918853283, ms=00057}
22:49:14.494207 run mass: Starting too slowly. Moving on {now=4877860.197577787, sleep=-0.0239544790238142, target=4877860.173623308}
22:49:14.751418 run osmo-ms-mob/00058: Starting mobile
22:49:14.765209 run osmo-ms-mob/00058(pid=193): Launched
22:49:14.771637 run mass: Starting too slowly. Moving on {now=4877860.475004596, sleep=-0.0013812892138957977, target=4877860.4736233065}
22:49:14.777576 run mass: MS start registered {at=4877860.480933207, delay=0.005931018851697445, ms=00058}
22:49:14.976080 run osmo-ms-mob/00059: Starting mobile
22:49:14.989425 run osmo-ms-mob/00059(pid=194): Launched
22:49:15.000731 run mass: MS start registered {at=4877860.704082472, delay=0.005045697093009949, ms=00059}
22:49:15.188308 run mass: MS performed LU {at=4877860.891645872, lu_delay=4.286065437830985, ms=00046}
22:49:15.199586 run osmo-ms-mob/00060: Starting mobile
22:49:15.214717 run osmo-ms-mob/00060(pid=195): Launched
22:49:15.226159 run mass: MS start registered {at=4877860.929508427, delay=0.004818757995963097, ms=00060}
22:49:15.676071 run osmo-ms-mob/00061: Starting mobile
22:49:15.689657 run osmo-ms-mob/00061(pid=196): Launched
22:49:15.701719 run mass: MS start registered {at=4877861.405064596, delay=0.005569286644458771, ms=00061}
22:49:15.834469 run mass: MS performed LU {at=4877861.537804866, lu_delay=5.533019219525158, ms=00044}
22:49:15.871381 run mass: MS performed LU {at=4877861.57471674, lu_delay=5.261758823879063, ms=00045}
22:49:15.882499 run osmo-ms-mob/00062: Starting mobile
22:49:15.896134 run osmo-ms-mob/00062(pid=197): Launched
22:49:15.907200 run mass: MS start registered {at=4877861.610542963, delay=0.004863733425736427, ms=00062}
22:49:15.927410 run mass: MS performed LU {at=4877861.630743927, lu_delay=6.391509048640728, ms=00042}
22:49:15.945068 run mass: MS performed LU {at=4877861.64841218, lu_delay=6.135116344317794, ms=00043}
22:49:15.956557 run osmo-ms-mob/00063: Starting mobile
22:49:15.970450 run osmo-ms-mob/00063(pid=198): Launched
22:49:15.976757 run mass: MS performed LU {at=4877861.680113818, lu_delay=6.669519126415253, ms=00041}
22:49:15.983217 run mass: MS start registered {at=4877861.686580471, delay=0.006485959514975548, ms=00063}
22:49:16.000254 run mass: MS performed LU {at=4877861.703594087, lu_delay=6.999960574321449, ms=00040}
22:49:16.305884 run mass: MS performed LU {at=4877862.009218509, lu_delay=3.8050338933244348, ms=00051}
22:49:16.317886 run osmo-ms-mob/00064: Starting mobile
22:49:16.332087 run osmo-ms-mob/00064(pid=199): Launched
22:49:16.344168 run mass: MS start registered {at=4877862.047516242, delay=0.005336513742804527, ms=00064}
22:49:17.030010 run mass: MS performed LU {at=4877862.733344325, lu_delay=5.3969894498586655, ms=00049}
22:49:17.042875 run osmo-ms-mob/00065: Starting mobile
22:49:17.056918 run osmo-ms-mob/00065(pid=200): Launched
22:49:17.067619 run mass: MS performed LU {at=4877862.770959551, lu_delay=5.34110779967159, ms=00050}
22:49:17.073959 run mass: MS start registered {at=4877862.77732437, delay=0.010766679421067238, ms=00065}
22:49:17.158922 run mass: MS performed LU {at=4877862.862253655, lu_delay=5.658964729867876, ms=00048}
22:49:17.170284 run osmo-ms-mob/00066: Starting mobile
22:49:17.183539 run osmo-ms-mob/00066(pid=201): Launched
22:49:17.194640 run mass: MS start registered {at=4877862.897985897, delay=0.0048881834372878075, ms=00066}
22:49:17.777021 run osmo-ms-mob/00067: Starting mobile
22:49:17.790186 run osmo-ms-mob/00067(pid=202): Launched
22:49:17.801597 run mass: MS start registered {at=4877863.504947334, delay=0.004859372973442078, ms=00067}
22:49:18.079200 run osmo-ms-mob/00068: Starting mobile
22:49:18.092567 run osmo-ms-mob/00068(pid=203): Launched
22:49:18.104607 run mass: MS start registered {at=4877863.807947491, delay=0.005847940221428871, ms=00068}
22:49:18.475832 run osmo-ms-mob/00069: Starting mobile
22:49:18.489100 run osmo-ms-mob/00069(pid=204): Launched
22:49:18.500539 run mass: MS start registered {at=4877864.20388063, delay=0.005216487683355808, ms=00069}
22:49:18.876350 run osmo-ms-mob/00070: Starting mobile
22:49:18.889293 run osmo-ms-mob/00070(pid=205): Launched
22:49:18.900293 run mass: MS start registered {at=4877864.603643684, delay=0.004725620150566101, ms=00070}
22:49:18.996309 run mass: MS performed LU {at=4877864.69963055, lu_delay=5.405118649825454, ms=00055}
22:49:19.059991 run mass: MS performed LU {at=4877864.76332998, lu_delay=5.9573906334117055, ms=00053}
22:49:19.129604 run mass: MS performed LU {at=4877864.832949167, lu_delay=5.7934378031641245, ms=00054}
22:49:19.141022 run osmo-ms-mob/00071: Starting mobile
22:49:19.154123 run osmo-ms-mob/00071(pid=206): Launched
22:49:19.166364 run mass: MS performed LU {at=4877864.869710236, lu_delay=6.364867438562214, ms=00052}
22:49:19.172477 run mass: MS start registered {at=4877864.875842551, delay=0.012126825749874115, ms=00071}
22:49:19.221611 run mass: MS performed LU {at=4877864.924951044, lu_delay=4.912800636142492, ms=00056}
22:49:19.240158 run mass: MS performed LU {at=4877864.943505933, lu_delay=4.751773132942617, ms=00057}
22:49:19.251311 run osmo-ms-mob/00072: Starting mobile
22:49:19.264317 run osmo-ms-mob/00072(pid=207): Launched
22:49:19.275445 run mass: MS start registered {at=4877864.978798196, delay=0.004908268339931965, ms=00072}
22:49:20.135861 run osmo-ms-mob/00073: Starting mobile
22:49:20.151469 run osmo-ms-mob/00073(pid=208): Launched
22:49:20.233146 run mass: Starting too slowly. Moving on {now=4877865.936514814, sleep=-0.06289152801036835, target=4877865.873623286}
22:49:20.240565 run mass: MS start registered {at=4877865.943914659, delay=0.007401958107948303, ms=00073}
22:49:20.476789 run osmo-ms-mob/00074: Starting mobile
22:49:20.491711 run osmo-ms-mob/00074(pid=209): Launched
22:49:20.503338 run mass: MS start registered {at=4877866.20667534, delay=0.005450200289487839, ms=00074}
22:49:20.876951 run osmo-ms-mob/00075: Starting mobile
22:49:20.890822 run osmo-ms-mob/00075(pid=210): Launched
22:49:20.901953 run mass: MS start registered {at=4877866.605302145, delay=0.004847080446779728, ms=00075}
22:49:21.225172 run mass: MS performed LU {at=4877866.928505091, lu_delay=5.317962127737701, ms=00062}
22:49:21.375886 run osmo-ms-mob/00076: Starting mobile
22:49:21.389729 run osmo-ms-mob/00076(pid=211): Launched
22:49:21.401149 run mass: MS start registered {at=4877867.104499641, delay=0.005043522454798222, ms=00076}
22:49:21.776481 run osmo-ms-mob/00077: Starting mobile
22:49:21.789861 run osmo-ms-mob/00077(pid=212): Launched
22:49:21.801180 run mass: MS start registered {at=4877867.50453052, delay=0.004902557469904423, ms=00077}
22:49:21.820059 run mass: MS performed LU {at=4877867.523395761, lu_delay=5.475879519246519, ms=00064}
22:49:21.838438 run mass: MS performed LU {at=4877867.54179472, lu_delay=6.612286292947829, ms=00060}
22:49:21.866412 run mass: MS performed LU {at=4877867.569739001, lu_delay=6.865656528621912, ms=00059}
22:49:21.972241 run mass: MS performed LU {at=4877867.675576775, lu_delay=6.270512179471552, ms=00061}
22:49:21.983585 run osmo-ms-mob/00078: Starting mobile
22:49:21.996805 run osmo-ms-mob/00078(pid=213): Launched
22:49:22.007749 run mass: MS start registered {at=4877867.71109981, delay=0.004915459081530571, ms=00078}
22:49:22.013941 run mass: MS performed LU {at=4877867.717299887, lu_delay=7.236366679891944, ms=00058}
22:49:22.660001 run mass: MS performed LU {at=4877868.363334461, lu_delay=4.858387127518654, ms=00067}
22:49:22.671659 run osmo-ms-mob/00079: Starting mobile
22:49:22.684875 run osmo-ms-mob/00079(pid=214): Launched
22:49:22.696167 run mass: MS start registered {at=4877868.399518665, delay=0.004860340617597103, ms=00079}
22:49:22.702141 run mass: MS performed LU {at=4877868.40550004, lu_delay=5.507514143362641, ms=00066}
22:49:22.826285 run mass: MS performed LU {at=4877868.529613283, lu_delay=4.721665792167187, ms=00068}
22:49:22.987480 run mass: MS performed LU {at=4877868.690800627, lu_delay=5.9134762566536665, ms=00065}
22:49:23.177890 run osmo-ms-mob/00080: Starting mobile
22:49:23.193523 run osmo-ms-mob/00080(pid=215): Launched
22:49:23.204955 run mass: MS start registered {at=4877868.908291093, delay=0.0051353443413972855, ms=00080}
22:49:23.677072 run osmo-ms-mob/00081: Starting mobile
22:49:23.690196 run osmo-ms-mob/00081(pid=216): Launched
22:49:23.701500 run mass: MS start registered {at=4877869.40484446, delay=0.004653376527130604, ms=00081}
22:49:24.075984 run osmo-ms-mob/00082: Starting mobile
22:49:24.089722 run osmo-ms-mob/00082(pid=217): Launched
22:49:24.101722 run mass: MS start registered {at=4877869.805064675, delay=0.0054966965690255165, ms=00082}
22:49:24.644375 run mass: MS performed LU {at=4877870.347655302, lu_delay=6.14377467148006, ms=00069}
22:49:24.663626 run osmo-ms-mob/00083: Starting mobile
22:49:24.676993 run osmo-ms-mob/00083(pid=218): Launched
22:49:24.683286 run mass: MS performed LU {at=4877870.386642998, lu_delay=5.782999314367771, ms=00070}
22:49:24.689303 run mass: MS start registered {at=4877870.392668849, delay=0.006048113107681274, ms=00083}
22:49:24.695945 run mass: MS performed LU {at=4877870.399303132, lu_delay=5.420504936017096, ms=00072}
22:49:24.797004 run mass: MS performed LU {at=4877870.50031518, lu_delay=4.556400520727038, ms=00073}
22:49:24.852776 run mass: MS performed LU {at=4877870.556110885, lu_delay=5.68026833422482, ms=00071}
22:49:24.863765 run osmo-ms-mob/00084: Starting mobile
22:49:24.876576 run osmo-ms-mob/00084(pid=219): Launched
22:49:24.888382 run mass: MS start registered {at=4877870.591732908, delay=0.005465494468808174, ms=00084}
22:49:25.676550 run osmo-ms-mob/00085: Starting mobile
22:49:25.689895 run osmo-ms-mob/00085(pid=220): Launched
22:49:25.701202 run mass: MS start registered {at=4877871.404554703, delay=0.005041160620748997, ms=00085}
22:49:26.276383 run osmo-ms-mob/00086: Starting mobile
22:49:26.290219 run osmo-ms-mob/00086(pid=221): Launched
22:49:26.301583 run mass: MS start registered {at=4877872.004934992, delay=0.005109569989144802, ms=00086}
22:49:26.426123 run mass: MS performed LU {at=4877872.129460524, lu_delay=4.624930003657937, ms=00077}
22:49:26.463412 run mass: MS performed LU {at=4877872.166748815, lu_delay=5.56144667044282, ms=00075}
22:49:26.592339 run mass: MS performed LU {at=4877872.295662072, lu_delay=5.191162430681288, ms=00076}
22:49:26.876715 run osmo-ms-mob/00087: Starting mobile
22:49:26.889667 run osmo-ms-mob/00087(pid=222): Launched
22:49:26.900890 run mass: MS start registered {at=4877872.604238571, delay=0.005242194049060345, ms=00087}
22:49:26.989162 run mass: MS performed LU {at=4877872.692498235, lu_delay=4.981398425064981, ms=00078}
22:49:27.476456 run osmo-ms-mob/00088: Starting mobile
22:49:27.490473 run osmo-ms-mob/00088(pid=223): Launched
22:49:27.501568 run mass: MS start registered {at=4877873.204917556, delay=0.004648886620998383, ms=00088}
22:49:28.076131 run osmo-ms-mob/00089: Starting mobile
22:49:28.089786 run osmo-ms-mob/00089(pid=224): Launched
22:49:28.100989 run mass: MS start registered {at=4877873.804339849, delay=0.005018997006118298, ms=00089}
22:49:28.410801 run mass: MS performed LU {at=4877874.114072105, lu_delay=4.709227644838393, ms=00081}
22:49:28.429009 run mass: MS performed LU {at=4877874.132356289, lu_delay=5.224065195769072, ms=00080}
22:49:28.456305 run mass: MS performed LU {at=4877874.159655342, lu_delay=5.760136676952243, ms=00079}
22:49:28.467831 run osmo-ms-mob/00090: Starting mobile
22:49:28.481213 run osmo-ms-mob/00090(pid=225): Launched
22:49:28.492018 run mass: MS start registered {at=4877874.195372223, delay=0.004550296813249588, ms=00090}
22:49:29.376763 run osmo-ms-mob/00091: Starting mobile
22:49:29.390313 run osmo-ms-mob/00091(pid=226): Launched
22:49:29.402096 run mass: MS start registered {at=4877875.105425468, delay=0.005512821488082409, ms=00091}
22:49:30.083098 run osmo-ms-mob/00092: Starting mobile
22:49:30.113570 run osmo-ms-mob/00092(pid=227): Launched
22:49:30.129856 run mass: MS start registered {at=4877875.833169889, delay=0.0017535248771309853, ms=00092}
22:49:30.192399 run mass: MS performed LU {at=4877875.895679801, lu_delay=6.090615125373006, ms=00082}
22:49:30.210468 run mass: MS performed LU {at=4877875.913762345, lu_delay=5.322029436938465, ms=00084}
22:49:30.358683 run mass: MS performed LU {at=4877876.061982722, lu_delay=5.669313873164356, ms=00083}
22:49:30.464155 run mass: MS performed LU {at=4877876.167465847, lu_delay=4.762911143712699, ms=00085}
22:49:30.884513 run osmo-ms-mob/00093: Starting mobile
22:49:30.918918 run osmo-ms-mob/00093(pid=228): Launched
22:49:30.936019 run mass: MS start registered {at=4877876.639344204, delay=0.0014739613980054855, ms=00093}
22:49:31.782957 run osmo-ms-mob/00094: Starting mobile
22:49:31.813171 run osmo-ms-mob/00094(pid=229): Launched
22:49:31.836813 run mass: MS start registered {at=4877877.540124635, delay=0.007893981412053108, ms=00094}
22:49:32.177080 run mass: MS performed LU {at=4877877.880378574, lu_delay=5.875443582423031, ms=00086}
22:49:32.195056 run mass: MS performed LU {at=4877877.898380245, lu_delay=5.294141674414277, ms=00087}
22:49:32.223096 run mass: MS performed LU {at=4877877.92641014, lu_delay=4.721492583863437, ms=00088}
22:49:32.684202 run osmo-ms-mob/00095: Starting mobile
22:49:32.716838 run osmo-ms-mob/00095(pid=230): Launched
22:49:32.741703 run mass: MS start registered {at=4877878.445015727, delay=0.010430908761918545, ms=00095}
22:49:33.677867 run osmo-ms-mob/00096: Starting mobile
22:49:33.693910 run osmo-ms-mob/00096(pid=231): Launched
22:49:33.707024 run mass: MS start registered {at=4877879.410364264, delay=0.0056395940482616425, ms=00096}
22:49:33.957614 run mass: MS performed LU {at=4877879.660938555, lu_delay=5.856598705984652, ms=00089}
22:49:33.976350 run mass: MS performed LU {at=4877879.679674963, lu_delay=5.484302739612758, ms=00090}
22:49:34.124191 run mass: MS performed LU {at=4877879.827525687, lu_delay=4.72210021968931, ms=00091}
22:49:34.230430 run mass: MS performed LU {at=4877879.933762908, lu_delay=23.027798384428024, ms=00047}
22:49:34.777344 run osmo-ms-mob/00097: Starting mobile
22:49:34.793308 run osmo-ms-mob/00097(pid=232): Launched
22:49:34.806224 run mass: MS start registered {at=4877880.509566867, delay=0.0021421853452920914, ms=00097}
22:49:35.942932 run mass: MS performed LU {at=4877881.64623975, lu_delay=5.813069861382246, ms=00092}
22:49:35.961139 run mass: MS performed LU {at=4877881.66445937, lu_delay=5.025115165859461, ms=00093}
22:49:35.991751 run osmo-ms-mob/00098: Starting mobile
22:49:36.028151 run osmo-ms-mob/00098(pid=233): Launched
22:49:36.052294 run mass: MS start registered {at=4877881.75562373, delay=0.009305061772465706, ms=00098}
22:49:37.883315 run osmo-ms-mob/00099: Starting mobile
22:49:37.902094 run osmo-ms-mob/00099(pid=234): Launched
22:49:37.911157 run mass: All started... {duration=55.74089557118714, too_slow=7}
22:49:37.919967 run mass: MS performed LU {at=4877883.623314271, lu_delay=5.17829854413867, ms=00095}
22:49:37.928344 run mass: MS performed LU {at=4877883.63170252, lu_delay=6.0915778847411275, ms=00094}
22:49:37.936773 run mass: MS start registered {at=4877883.640132151, delay=0.025617938488721848, ms=00099}
22:49:38.766896 run mass: MS performed LU {at=4877884.47019693, lu_delay=22.78361645899713, ms=00063}
22:49:39.606324 run mass: MS performed LU {at=4877885.309648761, lu_delay=4.800081893801689, ms=00097}
22:49:39.725991 run mass: MS performed LU {at=4877885.429313701, lu_delay=6.018949436955154, ms=00096}
22:49:41.636938 run mass: MS performed LU {at=4877887.340261507, lu_delay=5.584637776948512, ms=00098}
22:49:43.475622 run mass: MS performed LU {at=4877889.178852945, lu_delay=5.538720794022083, ms=00099}
22:49:43.499774 run mass: MS performed LU {at=4877889.203133211, lu_delay=22.99645787011832, ms=00074}
22:49:43.505670 run mass: Tests done {all_completed=True, max=23.027798384428024, min=3.8050338933244348}
22:49:43.511149 tst register_default_mass.py: Test passed (84.0 sec)
22:49:43.516404 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:43.519577 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:43.522731 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:43.525886 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:43.529040 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:43.532260 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:43.535505 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:43.541004 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:43.544188 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:43.547420 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:43.550631 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:43.553868 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:43.557091 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:43.560298 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:43.563716 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:43.567130 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:43.570576 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:43.574032 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:43.577444 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:43.580866 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:43.584321 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:43.587662 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:43.590975 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:43.594419 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:43.597771 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:43.601178 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:43.604459 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:43.607803 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:43.611081 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:43.614438 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:43.618062 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:43.621411 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:43.624803 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:43.628084 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:43.631363 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:43.634683 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:43.638318 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:43.641651 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:43.644978 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:43.648326 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:43.651690 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:43.655046 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:43.658365 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:43.661722 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:43.665269 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:43.668647 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:43.672033 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:43.675409 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:43.678771 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:43.682287 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:43.685636 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:43.689017 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:43.692285 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:43.695664 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:43.699049 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:43.702387 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:43.705720 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:43.708959 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:43.712479 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:43.715820 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:43.719199 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:43.722457 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:43.725786 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:43.729143 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:43.732476 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:43.735870 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:43.739221 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:43.742595 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:43.745893 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:43.749151 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:43.752458 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:43.755748 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:43.759051 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:43.762399 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:43.765670 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:43.768999 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:43.772319 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:43.775560 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:43.778869 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:43.782221 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:43.785556 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:43.788850 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:43.792162 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:43.795400 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:43.798719 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:43.801969 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:43.805319 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:43.808704 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:43.812035 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:43.815299 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:43.818609 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:43.821851 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:43.825143 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:43.828441 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:43.831947 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:43.835779 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:43.839106 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:43.842421 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:43.845757 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:43.849060 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:43.852908 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:43.856230 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:43.859494 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:43.862823 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:43.866329 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:43.869725 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:43.873419 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:43.876652 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:43.879969 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:43.883238 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:43.886492 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:43.889747 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:43.893056 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:43.896349 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:43.899660 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:43.903039 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:43.906275 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:43.909513 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:43.912760 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:43.915973 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:43.919199 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:43.922441 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:43.925665 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:43.928880 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:43.932098 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:43.935361 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:43.938579 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:43.941806 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:43.945019 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:43.948237 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:43.951469 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:43.954687 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:43.957902 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:43.961117 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:43.964334 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:43.967560 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:43.970786 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:43.974019 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:43.977241 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:43.980481 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:43.983701 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:43.986924 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:43.990152 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:43.993379 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:43.996578 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:43.999817 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:44.003029 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:44.006241 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:44.009461 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:44.012671 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:44.015873 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:44.019104 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:44.022363 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:44.025596 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:44.028821 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:44.032043 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:44.035282 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:44.038498 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:44.041728 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:44.044935 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:44.048154 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:44.051382 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:44.054600 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:44.057868 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:44.061129 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:44.064343 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:44.067567 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:44.070793 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:44.074024 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:44.077248 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:44.080461 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:44.083690 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:44.086903 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:44.090124 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:44.093341 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:44.096554 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:44.099771 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:44.102984 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:44.106205 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:44.109403 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:44.112617 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:44.115776 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:44.118941 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:44.122093 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:44.125262 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:44.128447 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:44.131667 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:44.134898 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:44.138107 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:44.141334 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:44.144553 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:44.147768 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:44.150976 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:44.154212 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:44.157420 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:44.160639 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:44.163847 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:44.167045 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:44.170244 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:44.173414 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:44.176585 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:44.179807 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:44.182969 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:44.186137 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:44.189301 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:44.192454 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:44.195619 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:44.198783 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:44.201933 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:44.205098 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:44.208241 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:44.211393 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:44.214534 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:44.217699 --- ParallelTerminationStrategy: PID 22 died...
22:49:44.219129 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:44.222649 --- ParallelTerminationStrategy: PID 23 died...
22:49:44.224078 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:44.227585 --- ParallelTerminationStrategy: PID 24 died...
22:49:44.229010 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:44.232523 --- ParallelTerminationStrategy: PID 25 died...
22:49:44.233951 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:44.237448 --- ParallelTerminationStrategy: PID 26 died...
22:49:44.238879 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:44.242442 --- ParallelTerminationStrategy: PID 27 died...
22:49:44.243873 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:44.247388 --- ParallelTerminationStrategy: PID 28 died...
22:49:44.248819 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:44.252339 --- ParallelTerminationStrategy: PID 29 died...
22:49:44.253809 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:44.257367 --- ParallelTerminationStrategy: PID 30 died...
22:49:44.258798 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:44.262331 --- ParallelTerminationStrategy: PID 31 died...
22:49:44.263755 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:44.267330 --- ParallelTerminationStrategy: PID 32 died...
22:49:44.268777 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:44.272305 --- ParallelTerminationStrategy: PID 33 died...
22:49:44.273770 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:44.277315 --- ParallelTerminationStrategy: PID 35 died...
22:49:44.278765 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:44.282316 --- ParallelTerminationStrategy: PID 36 died...
22:49:44.283780 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:44.287320 --- ParallelTerminationStrategy: PID 37 died...
22:49:44.288786 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:44.292310 --- ParallelTerminationStrategy: PID 38 died...
22:49:44.293752 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:44.297267 --- ParallelTerminationStrategy: PID 39 died...
22:49:44.298696 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:44.302220 --- ParallelTerminationStrategy: PID 40 died...
22:49:44.303643 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:44.307201 --- ParallelTerminationStrategy: PID 41 died...
22:49:44.308643 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:44.312151 --- ParallelTerminationStrategy: PID 42 died...
22:49:44.313615 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:44.317225 --- ParallelTerminationStrategy: PID 43 died...
22:49:44.318712 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:44.322351 --- ParallelTerminationStrategy: PID 44 died...
22:49:44.323800 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:44.327370 --- ParallelTerminationStrategy: PID 45 died...
22:49:44.328835 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:44.332309 --- ParallelTerminationStrategy: PID 46 died...
22:49:44.333731 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:44.337220 --- ParallelTerminationStrategy: PID 47 died...
22:49:44.338654 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:44.342213 --- ParallelTerminationStrategy: PID 48 died...
22:49:44.343660 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:44.347214 --- ParallelTerminationStrategy: PID 49 died...
22:49:44.348671 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:44.352245 --- ParallelTerminationStrategy: PID 50 died...
22:49:44.353701 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:44.357257 --- ParallelTerminationStrategy: PID 51 died...
22:49:44.358710 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:44.362299 --- ParallelTerminationStrategy: PID 52 died...
22:49:44.363748 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:44.367320 --- ParallelTerminationStrategy: PID 53 died...
22:49:44.368794 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:44.372347 --- ParallelTerminationStrategy: PID 54 died...
22:49:44.373776 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:44.377294 --- ParallelTerminationStrategy: PID 55 died...
22:49:44.378731 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:44.382231 --- ParallelTerminationStrategy: PID 56 died...
22:49:44.383659 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:44.387210 --- ParallelTerminationStrategy: PID 57 died...
22:49:44.388668 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:44.392293 --- ParallelTerminationStrategy: PID 58 died...
22:49:44.393787 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:44.397375 --- ParallelTerminationStrategy: PID 59 died...
22:49:44.398837 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:44.402541 --- ParallelTerminationStrategy: PID 60 died...
22:49:44.404057 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:44.407773 --- ParallelTerminationStrategy: PID 61 died...
22:49:44.409276 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:44.413010 --- ParallelTerminationStrategy: PID 62 died...
22:49:44.414452 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:44.418178 --- ParallelTerminationStrategy: PID 63 died...
22:49:44.419621 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:44.423191 --- ParallelTerminationStrategy: PID 64 died...
22:49:44.424664 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:44.428224 --- ParallelTerminationStrategy: PID 65 died...
22:49:44.429683 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:44.433261 --- ParallelTerminationStrategy: PID 66 died...
22:49:44.434709 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:44.438285 --- ParallelTerminationStrategy: PID 67 died...
22:49:44.439730 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:44.443308 --- ParallelTerminationStrategy: PID 68 died...
22:49:44.444760 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:44.448404 --- ParallelTerminationStrategy: PID 69 died...
22:49:44.449861 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:44.453416 --- ParallelTerminationStrategy: PID 70 died...
22:49:44.454851 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:44.458424 --- ParallelTerminationStrategy: PID 71 died...
22:49:44.459871 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:44.463456 --- ParallelTerminationStrategy: PID 72 died...
22:49:44.464913 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:44.468491 --- ParallelTerminationStrategy: PID 73 died...
22:49:44.469941 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:44.473536 --- ParallelTerminationStrategy: PID 74 died...
22:49:44.474988 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:44.478565 --- ParallelTerminationStrategy: PID 75 died...
22:49:44.480006 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:44.483593 --- ParallelTerminationStrategy: PID 76 died...
22:49:44.485066 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:44.488665 --- ParallelTerminationStrategy: PID 77 died...
22:49:44.490113 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:44.493674 --- ParallelTerminationStrategy: PID 78 died...
22:49:44.495121 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:44.498696 --- ParallelTerminationStrategy: PID 79 died...
22:49:44.500136 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:44.503710 --- ParallelTerminationStrategy: PID 80 died...
22:49:44.505168 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:44.508717 --- ParallelTerminationStrategy: PID 81 died...
22:49:44.510167 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:44.513735 --- ParallelTerminationStrategy: PID 82 died...
22:49:44.515183 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:44.518806 --- ParallelTerminationStrategy: PID 83 died...
22:49:44.520260 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:44.523985 --- ParallelTerminationStrategy: PID 84 died...
22:49:44.525496 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:44.529220 --- ParallelTerminationStrategy: PID 85 died...
22:49:44.530746 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:44.534473 --- ParallelTerminationStrategy: PID 86 died...
22:49:44.535985 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:44.539721 --- ParallelTerminationStrategy: PID 87 died...
22:49:44.541213 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:44.544779 --- ParallelTerminationStrategy: PID 88 died...
22:49:44.546197 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:44.549715 --- ParallelTerminationStrategy: PID 89 died...
22:49:44.551125 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:44.554655 --- ParallelTerminationStrategy: PID 90 died...
22:49:44.556074 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:44.559603 --- ParallelTerminationStrategy: PID 91 died...
22:49:44.561025 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:44.564505 --- ParallelTerminationStrategy: PID 92 died...
22:49:44.565957 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:44.569485 --- ParallelTerminationStrategy: PID 93 died...
22:49:44.570896 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:44.574385 --- ParallelTerminationStrategy: PID 94 died...
22:49:44.575815 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:44.579316 --- ParallelTerminationStrategy: PID 95 died...
22:49:44.580741 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:44.584226 --- ParallelTerminationStrategy: PID 96 died...
22:49:44.585638 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:44.589128 --- ParallelTerminationStrategy: PID 97 died...
22:49:44.590541 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:44.594041 --- ParallelTerminationStrategy: PID 98 died...
22:49:44.595448 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:44.598938 --- ParallelTerminationStrategy: PID 99 died...
22:49:44.600363 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:44.603851 --- ParallelTerminationStrategy: PID 100 died...
22:49:44.605276 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:44.608787 --- ParallelTerminationStrategy: PID 101 died...
22:49:44.610217 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:44.613733 --- ParallelTerminationStrategy: PID 102 died...
22:49:44.615165 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:44.618679 --- ParallelTerminationStrategy: PID 103 died...
22:49:44.620102 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:44.623617 --- ParallelTerminationStrategy: PID 104 died...
22:49:44.625056 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:44.628543 --- ParallelTerminationStrategy: PID 105 died...
22:49:44.629974 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:44.633490 --- ParallelTerminationStrategy: PID 106 died...
22:49:44.634919 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:44.638421 --- ParallelTerminationStrategy: PID 107 died...
22:49:44.639838 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:44.643375 --- ParallelTerminationStrategy: PID 108 died...
22:49:44.644811 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:44.648335 --- ParallelTerminationStrategy: PID 109 died...
22:49:44.649808 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:44.653343 --- ParallelTerminationStrategy: PID 110 died...
22:49:44.654778 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:44.658318 --- ParallelTerminationStrategy: PID 111 died...
22:49:44.659757 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:44.663326 --- ParallelTerminationStrategy: PID 112 died...
22:49:44.683289 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:44.687158 --- ParallelTerminationStrategy: PID 113 died...
22:49:44.688654 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:44.692280 --- ParallelTerminationStrategy: PID 114 died...
22:49:44.693753 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:44.697356 --- ParallelTerminationStrategy: PID 115 died...
22:49:44.698820 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:44.702427 --- ParallelTerminationStrategy: PID 116 died...
22:49:44.704007 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:44.707629 --- ParallelTerminationStrategy: PID 117 died...
22:49:44.709099 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:44.712720 --- ParallelTerminationStrategy: PID 118 died...
22:49:44.714187 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:44.717821 --- ParallelTerminationStrategy: PID 119 died...
22:49:44.719302 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:44.722934 --- ParallelTerminationStrategy: PID 120 died...
22:49:44.724398 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:44.728038 --- ParallelTerminationStrategy: PID 121 died...
22:49:44.729523 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:44.733143 --- ParallelTerminationStrategy: PID 122 died...
22:49:44.734610 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:44.738279 --- ParallelTerminationStrategy: PID 123 died...
22:49:44.739803 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:44.743493 --- ParallelTerminationStrategy: PID 124 died...
22:49:44.745043 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:44.748829 --- ParallelTerminationStrategy: PID 125 died...
22:49:44.750361 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:44.754159 --- ParallelTerminationStrategy: PID 126 died...
22:49:44.755680 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:44.759440 --- ParallelTerminationStrategy: PID 127 died...
22:49:44.760988 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:44.764755 --- ParallelTerminationStrategy: PID 128 died...
22:49:44.766292 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:44.770056 --- ParallelTerminationStrategy: PID 129 died...
22:49:44.771556 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:44.775291 --- ParallelTerminationStrategy: PID 130 died...
22:49:44.776797 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:44.780495 --- ParallelTerminationStrategy: PID 131 died...
22:49:44.782000 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:44.785726 --- ParallelTerminationStrategy: PID 132 died...
22:49:44.787220 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:44.790948 --- ParallelTerminationStrategy: PID 133 died...
22:49:44.792447 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:44.796160 --- ParallelTerminationStrategy: PID 134 died...
22:49:44.797661 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:44.801400 --- ParallelTerminationStrategy: PID 135 died...
22:49:44.802905 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:44.806644 --- ParallelTerminationStrategy: PID 136 died...
22:49:44.808165 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:44.811917 --- ParallelTerminationStrategy: PID 137 died...
22:49:44.813438 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:44.817218 --- ParallelTerminationStrategy: PID 138 died...
22:49:44.818727 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:44.822481 --- ParallelTerminationStrategy: PID 139 died...
22:49:44.823992 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:44.827745 --- ParallelTerminationStrategy: PID 140 died...
22:49:44.829267 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:44.833055 --- ParallelTerminationStrategy: PID 141 died...
22:49:44.834592 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:44.838344 --- ParallelTerminationStrategy: PID 142 died...
22:49:44.839863 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:44.843599 --- ParallelTerminationStrategy: PID 143 died...
22:49:44.845113 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:44.848854 --- ParallelTerminationStrategy: PID 144 died...
22:49:44.850356 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:44.854100 --- ParallelTerminationStrategy: PID 145 died...
22:49:44.855599 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:44.859382 --- ParallelTerminationStrategy: PID 146 died...
22:49:44.860886 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:44.864576 --- ParallelTerminationStrategy: PID 147 died...
22:49:44.866098 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:44.869820 --- ParallelTerminationStrategy: PID 148 died...
22:49:44.871269 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:44.874888 --- ParallelTerminationStrategy: PID 149 died...
22:49:44.876336 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:44.879951 --- ParallelTerminationStrategy: PID 150 died...
22:49:44.881418 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:44.885005 --- ParallelTerminationStrategy: PID 151 died...
22:49:44.886450 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:44.890052 --- ParallelTerminationStrategy: PID 152 died...
22:49:44.891494 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:44.895090 --- ParallelTerminationStrategy: PID 153 died...
22:49:44.896536 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:44.900107 --- ParallelTerminationStrategy: PID 154 died...
22:49:44.901579 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:44.905199 --- ParallelTerminationStrategy: PID 155 died...
22:49:44.906657 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:44.910244 --- ParallelTerminationStrategy: PID 156 died...
22:49:44.911679 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:44.915282 --- ParallelTerminationStrategy: PID 157 died...
22:49:44.916726 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:44.920299 --- ParallelTerminationStrategy: PID 158 died...
22:49:44.921753 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:44.925359 --- ParallelTerminationStrategy: PID 159 died...
22:49:44.926807 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:44.930462 --- ParallelTerminationStrategy: PID 160 died...
22:49:44.931922 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:44.935662 --- ParallelTerminationStrategy: PID 161 died...
22:49:44.937170 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:44.940907 --- ParallelTerminationStrategy: PID 162 died...
22:49:44.942407 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:44.946139 --- ParallelTerminationStrategy: PID 163 died...
22:49:44.947645 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:44.951275 --- ParallelTerminationStrategy: PID 164 died...
22:49:44.952752 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:44.956440 --- ParallelTerminationStrategy: PID 165 died...
22:49:44.957894 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:44.961476 --- ParallelTerminationStrategy: PID 166 died...
22:49:44.962913 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:44.966517 --- ParallelTerminationStrategy: PID 167 died...
22:49:44.967950 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:44.971546 --- ParallelTerminationStrategy: PID 168 died...
22:49:44.973008 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:44.976574 --- ParallelTerminationStrategy: PID 169 died...
22:49:44.978037 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:44.981636 --- ParallelTerminationStrategy: PID 170 died...
22:49:44.983072 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:44.986670 --- ParallelTerminationStrategy: PID 171 died...
22:49:44.988119 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:44.991710 --- ParallelTerminationStrategy: PID 172 died...
22:49:44.993164 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:44.996751 --- ParallelTerminationStrategy: PID 173 died...
22:49:44.998191 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:45.001760 --- ParallelTerminationStrategy: PID 174 died...
22:49:45.003196 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:45.006773 --- ParallelTerminationStrategy: PID 175 died...
22:49:45.008219 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:45.011816 --- ParallelTerminationStrategy: PID 176 died...
22:49:45.013269 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:45.016865 --- ParallelTerminationStrategy: PID 177 died...
22:49:45.018475 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:45.022104 --- ParallelTerminationStrategy: PID 178 died...
22:49:45.023551 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:45.027181 --- ParallelTerminationStrategy: PID 179 died...
22:49:45.028635 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:45.032218 --- ParallelTerminationStrategy: PID 180 died...
22:49:45.033710 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:45.037295 --- ParallelTerminationStrategy: PID 181 died...
22:49:45.038742 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:45.042340 --- ParallelTerminationStrategy: PID 182 died...
22:49:45.043775 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:45.047410 --- ParallelTerminationStrategy: PID 183 died...
22:49:45.048870 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:45.052480 --- ParallelTerminationStrategy: PID 184 died...
22:49:45.053941 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:45.057532 --- ParallelTerminationStrategy: PID 185 died...
22:49:45.058990 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:45.062615 --- ParallelTerminationStrategy: PID 186 died...
22:49:45.064063 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:45.067634 --- ParallelTerminationStrategy: PID 187 died...
22:49:45.069091 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:45.072671 --- ParallelTerminationStrategy: PID 188 died...
22:49:45.074112 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:45.077692 --- ParallelTerminationStrategy: PID 189 died...
22:49:45.079130 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:45.082718 --- ParallelTerminationStrategy: PID 190 died...
22:49:45.084167 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:45.087780 --- ParallelTerminationStrategy: PID 191 died...
22:49:45.089240 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:45.092825 --- ParallelTerminationStrategy: PID 192 died...
22:49:45.094286 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:45.097856 --- ParallelTerminationStrategy: PID 193 died...
22:49:45.099304 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:45.102989 --- ParallelTerminationStrategy: PID 194 died...
22:49:45.104477 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:45.108080 --- ParallelTerminationStrategy: PID 195 died...
22:49:45.109584 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:45.113200 --- ParallelTerminationStrategy: PID 196 died...
22:49:45.114659 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:45.118387 --- ParallelTerminationStrategy: PID 197 died...
22:49:45.119897 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:45.123551 --- ParallelTerminationStrategy: PID 198 died...
22:49:45.125048 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:45.128780 --- ParallelTerminationStrategy: PID 199 died...
22:49:45.130233 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:45.133806 --- ParallelTerminationStrategy: PID 200 died...
22:49:45.135245 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:45.138824 --- ParallelTerminationStrategy: PID 201 died...
22:49:45.140264 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:45.143859 --- ParallelTerminationStrategy: PID 202 died...
22:49:45.145303 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:45.148916 --- ParallelTerminationStrategy: PID 203 died...
22:49:45.150348 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:45.153948 --- ParallelTerminationStrategy: PID 204 died...
22:49:45.155394 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:45.158982 --- ParallelTerminationStrategy: PID 205 died...
22:49:45.160439 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:45.164018 --- ParallelTerminationStrategy: PID 206 died...
22:49:45.165482 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:45.169059 --- ParallelTerminationStrategy: PID 207 died...
22:49:45.170495 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:45.174090 --- ParallelTerminationStrategy: PID 208 died...
22:49:45.175529 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:45.179114 --- ParallelTerminationStrategy: PID 209 died...
22:49:45.180543 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:45.184155 --- ParallelTerminationStrategy: PID 210 died...
22:49:45.185625 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:45.189239 --- ParallelTerminationStrategy: PID 211 died...
22:49:45.190684 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:45.194260 --- ParallelTerminationStrategy: PID 212 died...
22:49:45.195698 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:45.199292 --- ParallelTerminationStrategy: PID 213 died...
22:49:45.200734 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:45.204301 --- ParallelTerminationStrategy: PID 214 died...
22:49:45.205789 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:45.209394 --- ParallelTerminationStrategy: PID 215 died...
22:49:45.210877 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:45.214501 --- ParallelTerminationStrategy: PID 216 died...
22:49:45.215951 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:45.219558 --- ParallelTerminationStrategy: PID 217 died...
22:49:45.221033 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:45.224599 --- ParallelTerminationStrategy: PID 218 died...
22:49:45.226042 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:45.229622 --- ParallelTerminationStrategy: PID 219 died...
22:49:45.231055 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:45.234637 --- ParallelTerminationStrategy: PID 220 died...
22:49:45.236059 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:45.239645 --- ParallelTerminationStrategy: PID 221 died...
22:49:45.241084 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:45.244636 --- ParallelTerminationStrategy: PID 222 died...
22:49:45.246081 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:45.249630 --- ParallelTerminationStrategy: PID 223 died...
22:49:45.251065 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:45.254665 --- ParallelTerminationStrategy: PID 224 died...
22:49:45.256104 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:45.259706 --- ParallelTerminationStrategy: PID 225 died...
22:49:45.261141 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:45.264737 --- ParallelTerminationStrategy: PID 226 died...
22:49:45.266170 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:45.269756 --- ParallelTerminationStrategy: PID 227 died...
22:49:45.271189 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:45.274749 --- ParallelTerminationStrategy: PID 228 died...
22:49:45.276176 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:45.279743 --- ParallelTerminationStrategy: PID 229 died...
22:49:45.281189 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:45.284758 --- ParallelTerminationStrategy: PID 230 died...
22:49:45.286188 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:45.289768 --- ParallelTerminationStrategy: PID 231 died...
22:49:45.291194 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:45.294765 --- ParallelTerminationStrategy: PID 232 died...
22:49:45.296189 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:45.299793 --- ParallelTerminationStrategy: PID 233 died...
22:49:45.301244 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:45.304819 --- ParallelTerminationStrategy: PID 234 died...
22:49:45.306262 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:48.710254 --- ParallelTerminationStrategy: PID 34 died...
22:49:48.719204 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7901 netreg_mass PASS
---------------------------------------------------------------------
22:49:48.808008 tst trial-7901: Storing JUnit report in /build/trial-7901/run.2025-03-10_22-48-18/trial-7901.xml
--------------------------------------------------------------------------------------------
trial-7901 PASS
--------------------------------------------------------------------------------------------
22:49:48.822929 tst trial-7901: trial-7901: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (84.0 sec)
+ exit_code=0
+ rm -rf trial-7901/inst
+ cd trial-7901
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-03-10 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7901-run.tgz run.2025-03-10_22-48-18
+ tar czf /build/trial-7901-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-03-10_19_36_23.tgz osmo-bts-oc2g.build-2025-03-10_00_51_26.tgz osmo-bts-sysmo.build-2025-03-10_00_51_27.tgz osmo-bts.build-2025-03-10_00_51_39.tgz osmo-ggsn.build-2025-03-10_20_42_23.tgz osmo-hlr.build-2025-03-10_16_36_59.tgz osmo-hnbgw.build-2025-03-10_15_24_25.tgz osmo-mgw.build-2025-03-10_19_33_28.tgz osmo-msc.build-2025-03-10_15_27_49.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-10_07_41_35.tgz osmo-pcu-sysmo.build-2025-03-10_07_41_30.tgz osmo-pcu.build-2025-03-10_07_41_38.tgz osmo-sgsn.build-2025-03-10_20_49_06.tgz osmo-stp.build-2025-03-10_15_18_19.tgz osmo-trx.build-2025-03-10_14_27_48.tgz osmocom-bb.build-2025-03-10_21_17_14.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x
### Clean up ###
+ trap - EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS