This log is too long to show here, 14 KB has been skipped — click to see the complete log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7910
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins5516679658667443022.sh
+ trap clean_up_trap EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
+ rm -rf trial-8363
+ 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
2e9b710 debian-trixie-build: add tshark
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
--build-arg USER=osmocom-build \
--build-arg UID=1000 \
--build-arg REGISTRY=docker.io \
--build-arg OSMO_TTCN3_BRANCH=master \
--build-arg UPSTREAM_DISTRO=debian:bookworm \
--build-arg DISTRO=debian-bookworm \
--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
--build-arg OSMOCOM_REPO_VERSION=latest \
--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--build-arg LIBOSMOCORE_BRANCH=master \
--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_S1GW_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.0s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.1s
#7 [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
#7 CACHED
#8 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#8 CACHED
#9 [ 8/28] RUN MKDIR /var/run/sshd
#9 CACHED
#10 [20/28] WORKDIR /TMP
#10 CACHED
#11 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#11 CACHED
#12 [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
#12 CACHED
#13 [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
#13 CACHED
#14 [ 2/28] RUN useradd -ms /bin/bash jenkins
#14 CACHED
#15 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#15 CACHED
#16 [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
#16 CACHED
#17 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#17 CACHED
#18 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#18 CACHED
#19 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#19 CACHED
#20 [ 9/28] COPY SSH /root/.ssh
#20 CACHED
#21 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#21 CACHED
#22 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#22 CACHED
#23 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#23 CACHED
#24 [ 3/28] RUN groupadd osmo-gsm-tester
#24 CACHED
#25 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#25 CACHED
#26 [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
#26 CACHED
#27 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#27 CACHED
#28 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#28 CACHED
#29 [23/28] RUN CD osmo-gsm-tester && git fetch && git checkout master && (git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#29 CACHED
#30 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#30 CACHED
#31 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://archive.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#31 CACHED
#32 [ 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
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:f7918a2655539a7b3853c94f58e78549090f62485381e5752d80da4e252f16bd done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8364 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-06-16 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8364
+ mkdir -p trial-8364
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-06-16_13_26_44.tgz osmo-bts-oc2g.build-2026-06-16_00_51_46.tgz osmo-bts-sysmo.build-2026-06-16_00_51_47.tgz osmo-bts.build-2026-06-16_00_51_56.tgz osmo-ggsn.build-2026-06-16_20_42_55.tgz osmo-hlr.build-2026-06-16_16_37_02.tgz osmo-hnbgw.build-2026-06-16_13_30_40.tgz osmo-mgw.build-2026-06-16_08_33_06.tgz osmo-msc.build-2026-06-16_13_35_15.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-06-16_07_34_48.tgz osmo-pcu-sysmo.build-2026-06-16_07_34_50.tgz osmo-pcu.build-2026-06-16_07_34_57.tgz osmo-sgsn.build-2026-06-16_20_48_52.tgz osmo-stp.build-2026-06-16_13_25_31.tgz osmo-trx.build-2026-06-16_14_22_03.tgz osmocom-bb.build-2026-06-16_21_17_13.tgz srslte.build-19.tgz trial-8364
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-06-16_13_26_44.md5 osmo-bts-oc2g.build-2026-06-16_00_51_46.md5 osmo-bts-sysmo.build-2026-06-16_00_51_47.md5 osmo-bts.build-2026-06-16_00_51_56.md5 osmo-ggsn.build-2026-06-16_20_42_55.md5 osmo-hlr.build-2026-06-16_16_37_02.md5 osmo-hnbgw.build-2026-06-16_13_30_40.md5 osmo-mgw.build-2026-06-16_08_33_06.md5 osmo-msc.build-2026-06-16_13_35_15.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-06-16_07_34_48.md5 osmo-pcu-sysmo.build-2026-06-16_07_34_50.md5 osmo-pcu.build-2026-06-16_07_34_57.md5 osmo-sgsn.build-2026-06-16_20_48_52.md5 osmo-stp.build-2026-06-16_13_25_31.md5 osmo-trx.build-2026-06-16_14_22_03.md5 osmocom-bb.build-2026-06-16_21_17_13.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-06-16_13_26_44.md5 osmo-bts-oc2g.build-2026-06-16_00_51_46.md5 osmo-bts-sysmo.build-2026-06-16_00_51_47.md5 osmo-bts.build-2026-06-16_00_51_56.md5 osmo-ggsn.build-2026-06-16_20_42_55.md5 osmo-hlr.build-2026-06-16_16_37_02.md5 osmo-hnbgw.build-2026-06-16_13_30_40.md5 osmo-mgw.build-2026-06-16_08_33_06.md5 osmo-msc.build-2026-06-16_13_35_15.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-06-16_07_34_48.md5 osmo-pcu-sysmo.build-2026-06-16_07_34_50.md5 osmo-pcu.build-2026-06-16_07_34_57.md5 osmo-sgsn.build-2026-06-16_20_48_52.md5 osmo-stp.build-2026-06-16_13_25_31.md5 osmo-trx.build-2026-06-16_14_22_03.md5 osmocom-bb.build-2026-06-16_21_17_13.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-8364 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8364'
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-8364
--------------------------------------------------------------------------------------------
22:48:16.960196 tst trial-8364: Detailed log at /build/trial-8364/run.2026-06-16_22-48-16/log
---------------------------------------------------------------------
trial-8364 netreg_mass
---------------------------------------------------------------------
22:48:17.164724 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.165089 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.165849 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.166984 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.209124 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.210051 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.211256 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.274008 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-8364 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.274766 tst register_default_mass.py:9: Claiming resources for the test
22:48:17.289889 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.290402 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.290852 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.291287 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.291715 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.292170 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.292610 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.323026 tst register_default_mass.py: using LAC 2
22:48:17.345464 tst register_default_mass.py: using RAC 2
22:48:17.372392 tst register_default_mass.py: using CellId 2
22:48:17.402033 tst register_default_mass.py: using BVCI 3
22:48:17.415865 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.416530 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.417104 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.417633 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.418147 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.418661 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.419152 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.419674 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.420224 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.420743 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.421249 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.421788 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.422317 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.422830 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.423352 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.423878 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.424389 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.424901 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.425420 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.425938 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.426444 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.426966 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.427481 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.427990 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.428504 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.429010 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.429524 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.430038 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.430546 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.431048 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.431556 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.432078 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.432592 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.433110 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.433634 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.434145 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.434653 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.435178 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.435696 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.436191 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.436698 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.437214 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.437722 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.438234 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.438750 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.439252 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.439752 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.440275 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.440783 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.441280 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.441795 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.442304 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.442800 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.443297 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.443793 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.444296 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.444796 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.445313 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.445826 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.446321 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.446816 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.447328 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.447840 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.448359 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.448862 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.449370 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.449886 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.450399 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.450901 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.451402 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.451912 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.452417 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.453033 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.453550 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.454051 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.454566 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.455067 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.455599 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.456107 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.456605 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.457098 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.457600 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.458098 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.458598 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.459088 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.459591 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.460090 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.460584 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.461076 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.461581 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.462086 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.462595 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.463115 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.463613 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.464122 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.464626 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.465127 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.465646 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.466161 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.466674 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.467174 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.467730 tst register_default_mass.py:21: Launching a simple network
22:48:17.477878 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.596599 run create_hlr_db(pid=20): Launched
22:48:18.611067 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.627361 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.642400 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.648195 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.846855 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.861765 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.867533 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.285868 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.301105 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.316300 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.455918 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.470907 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.476515 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.499802 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.514772 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.520428 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.835971 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.851202 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.877228 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.050825 run osmo-bts-virtual(pid=34): Launched
22:48:30.087308 tst register_default_mass.py: using MSISDN 1001
22:48:30.101880 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.141873 tst register_default_mass.py: using MSISDN 1002
22:48:30.159794 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.191074 tst register_default_mass.py: using MSISDN 1003
22:48:30.206103 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.237202 tst register_default_mass.py: using MSISDN 1004
22:48:30.251813 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.282961 tst register_default_mass.py: using MSISDN 1005
22:48:30.297670 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.328787 tst register_default_mass.py: using MSISDN 1006
22:48:30.343420 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.374533 tst register_default_mass.py: using MSISDN 1007
22:48:30.389184 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.420336 tst register_default_mass.py: using MSISDN 1008
22:48:30.434992 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.466254 tst register_default_mass.py: using MSISDN 1009
22:48:30.481078 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.512013 tst register_default_mass.py: using MSISDN 1010
22:48:30.526670 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.557845 tst register_default_mass.py: using MSISDN 1011
22:48:30.572587 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.603528 tst register_default_mass.py: using MSISDN 1012
22:48:30.618081 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.649157 tst register_default_mass.py: using MSISDN 1013
22:48:30.663769 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.694503 tst register_default_mass.py: using MSISDN 1014
22:48:30.708782 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.739900 tst register_default_mass.py: using MSISDN 1015
22:48:30.754551 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.785772 tst register_default_mass.py: using MSISDN 1016
22:48:30.800553 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.831662 tst register_default_mass.py: using MSISDN 1017
22:48:30.846028 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.876784 tst register_default_mass.py: using MSISDN 1018
22:48:30.891287 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.922316 tst register_default_mass.py: using MSISDN 1019
22:48:30.936798 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:30.967751 tst register_default_mass.py: using MSISDN 1020
22:48:30.982279 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.013431 tst register_default_mass.py: using MSISDN 1021
22:48:31.023510 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.054083 tst register_default_mass.py: using MSISDN 1022
22:48:31.069634 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.100622 tst register_default_mass.py: using MSISDN 1023
22:48:31.115154 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.146206 tst register_default_mass.py: using MSISDN 1024
22:48:31.160723 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.192031 tst register_default_mass.py: using MSISDN 1025
22:48:31.206565 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.237816 tst register_default_mass.py: using MSISDN 1026
22:48:31.252439 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.283939 tst register_default_mass.py: using MSISDN 1027
22:48:31.298616 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.330213 tst register_default_mass.py: using MSISDN 1028
22:48:31.344969 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.376551 tst register_default_mass.py: using MSISDN 1029
22:48:31.391425 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.422949 tst register_default_mass.py: using MSISDN 1030
22:48:31.437652 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.469029 tst register_default_mass.py: using MSISDN 1031
22:48:31.483626 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.515171 tst register_default_mass.py: using MSISDN 1032
22:48:31.529938 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.561326 tst register_default_mass.py: using MSISDN 1033
22:48:31.575916 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.607557 tst register_default_mass.py: using MSISDN 1034
22:48:31.622366 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.653718 tst register_default_mass.py: using MSISDN 1035
22:48:31.668367 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.699751 tst register_default_mass.py: using MSISDN 1036
22:48:31.714405 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.745708 tst register_default_mass.py: using MSISDN 1037
22:48:31.760414 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.791832 tst register_default_mass.py: using MSISDN 1038
22:48:31.806497 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.837970 tst register_default_mass.py: using MSISDN 1039
22:48:31.852720 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.884207 tst register_default_mass.py: using MSISDN 1040
22:48:31.898891 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.930223 tst register_default_mass.py: using MSISDN 1041
22:48:31.944848 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:31.976405 tst register_default_mass.py: using MSISDN 1042
22:48:31.991220 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.022525 tst register_default_mass.py: using MSISDN 1043
22:48:32.037278 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.068748 tst register_default_mass.py: using MSISDN 1044
22:48:32.083466 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.114665 tst register_default_mass.py: using MSISDN 1045
22:48:32.129283 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.160144 tst register_default_mass.py: using MSISDN 1046
22:48:32.174567 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.206370 tst register_default_mass.py: using MSISDN 1047
22:48:32.221220 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.252252 tst register_default_mass.py: using MSISDN 1048
22:48:32.266792 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.297979 tst register_default_mass.py: using MSISDN 1049
22:48:32.312568 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.344226 tst register_default_mass.py: using MSISDN 1050
22:48:32.358955 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.390496 tst register_default_mass.py: using MSISDN 1051
22:48:32.405269 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.436664 tst register_default_mass.py: using MSISDN 1052
22:48:32.451579 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.482997 tst register_default_mass.py: using MSISDN 1053
22:48:32.497693 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.529352 tst register_default_mass.py: using MSISDN 1054
22:48:32.544248 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.575771 tst register_default_mass.py: using MSISDN 1055
22:48:32.590475 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.621854 tst register_default_mass.py: using MSISDN 1056
22:48:32.636554 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.668100 tst register_default_mass.py: using MSISDN 1057
22:48:32.682898 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.714495 tst register_default_mass.py: using MSISDN 1058
22:48:32.729290 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.761046 tst register_default_mass.py: using MSISDN 1059
22:48:32.775927 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:32.807337 tst register_default_mass.py: using MSISDN 1060
22:48:32.822024 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:32.853771 tst register_default_mass.py: using MSISDN 1061
22:48:32.868635 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:32.908863 tst register_default_mass.py: using MSISDN 1062
22:48:32.926816 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:32.958517 tst register_default_mass.py: using MSISDN 1063
22:48:32.973677 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.005567 tst register_default_mass.py: using MSISDN 1064
22:48:33.020458 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.051976 tst register_default_mass.py: using MSISDN 1065
22:48:33.066712 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.107270 tst register_default_mass.py: using MSISDN 1066
22:48:33.125293 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.157156 tst register_default_mass.py: using MSISDN 1067
22:48:33.172295 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.203558 tst register_default_mass.py: using MSISDN 1068
22:48:33.218320 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.249865 tst register_default_mass.py: using MSISDN 1069
22:48:33.264691 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.296539 tst register_default_mass.py: using MSISDN 1070
22:48:33.311393 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.343075 tst register_default_mass.py: using MSISDN 1071
22:48:33.357878 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.389259 tst register_default_mass.py: using MSISDN 1072
22:48:33.403894 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.435594 tst register_default_mass.py: using MSISDN 1073
22:48:33.450367 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.481930 tst register_default_mass.py: using MSISDN 1074
22:48:33.496702 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.527893 tst register_default_mass.py: using MSISDN 1075
22:48:33.542633 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.574142 tst register_default_mass.py: using MSISDN 1076
22:48:33.588933 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.620391 tst register_default_mass.py: using MSISDN 1077
22:48:33.635136 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:33.666675 tst register_default_mass.py: using MSISDN 1078
22:48:33.681383 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:33.712858 tst register_default_mass.py: using MSISDN 1079
22:48:33.727552 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.759262 tst register_default_mass.py: using MSISDN 1080
22:48:33.774081 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:33.805682 tst register_default_mass.py: using MSISDN 1081
22:48:33.820412 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:33.851868 tst register_default_mass.py: using MSISDN 1082
22:48:33.866698 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:33.898219 tst register_default_mass.py: using MSISDN 1083
22:48:33.913052 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:33.944442 tst register_default_mass.py: using MSISDN 1084
22:48:33.959190 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:33.990641 tst register_default_mass.py: using MSISDN 1085
22:48:34.005302 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.036748 tst register_default_mass.py: using MSISDN 1086
22:48:34.051516 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.082965 tst register_default_mass.py: using MSISDN 1087
22:48:34.097665 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.129030 tst register_default_mass.py: using MSISDN 1088
22:48:34.143609 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.175149 tst register_default_mass.py: using MSISDN 1089
22:48:34.189900 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.221148 tst register_default_mass.py: using MSISDN 1090
22:48:34.235810 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.267151 tst register_default_mass.py: using MSISDN 1091
22:48:34.281835 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.313252 tst register_default_mass.py: using MSISDN 1092
22:48:34.327854 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.359077 tst register_default_mass.py: using MSISDN 1093
22:48:34.373736 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.405347 tst register_default_mass.py: using MSISDN 1094
22:48:34.420193 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.451585 tst register_default_mass.py: using MSISDN 1095
22:48:34.466305 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.497932 tst register_default_mass.py: using MSISDN 1096
22:48:34.512739 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.544206 tst register_default_mass.py: using MSISDN 1097
22:48:34.558899 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.590448 tst register_default_mass.py: using MSISDN 1098
22:48:34.605193 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.636689 tst register_default_mass.py: using MSISDN 1099
22:48:34.651376 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:34.681414 tst register_default_mass.py: using MSISDN 1100
22:48:34.695556 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:34.787079 run mass: Starting testcase
22:48:34.792695 run mass: Pre-launching all virtphy's
22:48:34.798258 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:34.811471 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:34.817562 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:34.830513 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:34.836618 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:34.849676 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:34.855831 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:34.868972 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:34.875042 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:34.888030 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:34.894103 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:34.907012 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:34.913050 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:34.926126 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:34.932201 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:34.945217 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:34.951225 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:34.964222 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:34.970234 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:34.983241 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:34.989261 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.002309 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.008404 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.021365 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.027494 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.040503 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.046600 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.059641 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.065661 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.078671 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.084675 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.097675 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.103669 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.116617 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.122640 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.135641 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.141658 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.154700 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.160743 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.173768 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.179848 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.192897 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.199052 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.212170 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.218305 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.231412 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.237564 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.250805 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.256887 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.270053 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.276167 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.289291 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.295402 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.308514 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.314609 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.327717 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.333766 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.346899 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.352943 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.366088 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.372146 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.385238 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:35.391361 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.404491 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:35.410595 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.423714 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:35.429772 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.442953 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:35.449017 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.462233 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:35.468334 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.481525 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:35.487608 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.500815 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:35.506969 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.520151 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:35.526247 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.539371 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:35.545468 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.558640 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:35.564719 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.577938 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:35.583989 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.597107 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:35.603173 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.616267 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:35.622291 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.635332 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:35.641333 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.654384 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:35.660392 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.673664 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:35.679724 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:35.692853 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:35.698854 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:35.711882 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:35.717879 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:35.731008 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:35.737035 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:35.750086 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:35.756110 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:35.769108 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:35.775139 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:35.788119 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:35.794143 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:35.807157 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:35.813141 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:35.826096 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:35.832132 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:35.845147 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:35.851144 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:35.864171 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:35.870129 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:35.883139 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:35.889163 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:35.902310 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:35.908302 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:35.921432 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:35.927458 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:35.940483 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:35.946526 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:35.959667 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:35.965729 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:35.978728 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:35.984764 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:35.997760 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.003952 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.017001 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.023029 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.036004 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.042019 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.055131 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.061228 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.074313 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.080371 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.093269 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.099272 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.112254 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.118314 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.131210 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.137332 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.150389 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.156525 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.169581 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.175586 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.188753 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.194814 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.208005 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.214039 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.227106 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.233146 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.246233 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.252272 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.265307 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.271349 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.284385 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.290399 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.303423 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.309453 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.322480 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.328532 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.341632 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.347659 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.360738 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.366757 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.379964 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.385989 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.399139 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.405134 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.418291 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:36.424336 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.437501 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:36.443532 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.456652 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:36.462722 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.475803 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:36.481868 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.494972 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:36.500997 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.514079 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:36.520164 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.533241 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:36.539365 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.552572 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:36.558667 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.571762 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:36.577820 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.590984 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:36.597083 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.610521 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:36.616551 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.629655 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:36.635706 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.648740 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:36.654911 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.667932 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:36.673989 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.686995 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:36.693018 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:36.706000 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:36.712004 run mass: Checking if sockets are in the filesystem
22:48:36.744506 run osmo-ms-mob/00000: Starting mobile
22:48:36.757569 run osmo-ms-mob/00000(pid=135): Launched
22:48:36.769271 run mass: MS start registered {at=2561045.063094919, delay=0.005695741157978773, ms=00000}
22:48:40.939939 run osmo-ms-mob/00001: Starting mobile
22:48:40.953645 run osmo-ms-mob/00001(pid=136): Launched
22:48:40.964700 run mass: MS start registered {at=2561049.258525579, delay=0.004967754706740379, ms=00001}
22:48:41.879818 run mass: MS performed LU {at=2561050.173522702, lu_delay=5.110427782870829, ms=00000}
22:48:42.758852 run osmo-ms-mob/00002: Starting mobile
22:48:42.775874 run osmo-ms-mob/00002(pid=137): Launched
22:48:42.786775 run mass: MS start registered {at=2561051.080596604, delay=0.00484097795560956, ms=00002}
22:48:44.059532 run osmo-ms-mob/00003: Starting mobile
22:48:44.076402 run osmo-ms-mob/00003(pid=138): Launched
22:48:44.087214 run mass: MS start registered {at=2561052.381041542, delay=0.0047498103231191635, ms=00003}
22:48:45.157601 run osmo-ms-mob/00004: Starting mobile
22:48:45.172949 run osmo-ms-mob/00004(pid=139): Launched
22:48:45.183677 run mass: MS start registered {at=2561053.477502454, delay=0.00462578097358346, ms=00004}
22:48:45.645718 run mass: MS performed LU {at=2561053.939431128, lu_delay=4.680905549321324, ms=00001}
22:48:46.127455 run osmo-ms-mob/00005: Starting mobile
22:48:46.140465 run osmo-ms-mob/00005(pid=140): Launched
22:48:46.151237 run mass: MS start registered {at=2561054.44506363, delay=0.00468395696952939, ms=00005}
22:48:47.059604 run osmo-ms-mob/00006: Starting mobile
22:48:47.076676 run osmo-ms-mob/00006(pid=141): Launched
22:48:47.087556 run mass: MS start registered {at=2561055.381385097, delay=0.004802288021892309, ms=00006}
22:48:47.545985 run mass: MS performed LU {at=2561055.839697118, lu_delay=4.759100513998419, ms=00002}
22:48:47.961718 run osmo-ms-mob/00007: Starting mobile
22:48:47.978614 run osmo-ms-mob/00007(pid=142): Launched
22:48:47.989402 run mass: MS start registered {at=2561056.283230369, delay=0.004691695794463158, ms=00007}
22:48:48.764453 run osmo-ms-mob/00008: Starting mobile
22:48:48.781569 run osmo-ms-mob/00008(pid=143): Launched
22:48:48.792264 run mass: MS start registered {at=2561057.086094642, delay=0.004622560925781727, ms=00008}
22:48:49.411148 run mass: MS performed LU {at=2561057.704867369, lu_delay=5.323825826868415, ms=00003}
22:48:49.453507 run osmo-ms-mob/00009: Starting mobile
22:48:49.469165 run osmo-ms-mob/00009(pid=144): Launched
22:48:49.479904 run mass: MS start registered {at=2561057.773733924, delay=0.004606971982866526, ms=00009}
22:48:50.158695 run osmo-ms-mob/00010: Starting mobile
22:48:50.176234 run osmo-ms-mob/00010(pid=145): Launched
22:48:50.187067 run mass: MS start registered {at=2561058.480894893, delay=0.0047318278811872005, ms=00010}
22:48:50.757411 run osmo-ms-mob/00011: Starting mobile
22:48:50.774502 run osmo-ms-mob/00011(pid=146): Launched
22:48:50.785494 run mass: MS start registered {at=2561059.079322038, delay=0.0047141183167696, ms=00011}
22:48:51.312900 run mass: MS performed LU {at=2561059.606620212, lu_delay=6.129117758013308, ms=00004}
22:48:51.355191 run osmo-ms-mob/00012: Starting mobile
22:48:51.370708 run osmo-ms-mob/00012(pid=147): Launched
22:48:51.376794 run mass: MS performed LU {at=2561059.670630447, lu_delay=5.225566816981882, ms=00005}
22:48:51.382729 run mass: MS start registered {at=2561059.6765704, delay=0.005956054199486971, ms=00012}
22:48:51.960122 run osmo-ms-mob/00013: Starting mobile
22:48:51.977229 run osmo-ms-mob/00013(pid=148): Launched
22:48:51.988007 run mass: MS start registered {at=2561060.28183621, delay=0.004653170704841614, ms=00013}
22:48:52.528342 run osmo-ms-mob/00014: Starting mobile
22:48:52.541696 run osmo-ms-mob/00014(pid=149): Launched
22:48:52.552474 run mass: MS start registered {at=2561060.846302047, delay=0.004687391687184572, ms=00014}
22:48:53.150918 run osmo-ms-mob/00015: Starting mobile
22:48:53.167240 run osmo-ms-mob/00015(pid=150): Launched
22:48:53.175752 run mass: MS performed LU {at=2561061.469578236, lu_delay=5.18634786689654, ms=00007}
22:48:53.181728 run mass: MS start registered {at=2561061.47557067, delay=0.008440573699772358, ms=00015}
22:48:53.242233 run mass: MS performed LU {at=2561061.535923085, lu_delay=6.154537988360971, ms=00006}
22:48:53.660641 run osmo-ms-mob/00016: Starting mobile
22:48:53.678095 run osmo-ms-mob/00016(pid=151): Launched
22:48:53.688996 run mass: MS start registered {at=2561061.98282506, delay=0.004777330905199051, ms=00016}
22:48:54.140858 run osmo-ms-mob/00017: Starting mobile
22:48:54.154649 run osmo-ms-mob/00017(pid=152): Launched
22:48:54.165862 run mass: MS start registered {at=2561062.459688773, delay=0.0051304348744452, ms=00017}
22:48:54.760217 run osmo-ms-mob/00018: Starting mobile
22:48:54.777351 run osmo-ms-mob/00018(pid=153): Launched
22:48:54.788251 run mass: MS start registered {at=2561063.082077643, delay=0.004741862881928682, ms=00018}
22:48:55.077946 run mass: MS performed LU {at=2561063.371676434, lu_delay=6.2855817917734385, ms=00008}
22:48:55.109917 run osmo-ms-mob/00019: Starting mobile
22:48:55.124777 run osmo-ms-mob/00019(pid=154): Launched
22:48:55.130927 run mass: MS performed LU {at=2561063.424764371, lu_delay=5.65103044686839, ms=00009}
22:48:55.136825 run mass: MS start registered {at=2561063.430666689, delay=0.0059183519333601, ms=00019}
22:48:55.193810 run mass: MS performed LU {at=2561063.487538892, lu_delay=5.006643998902291, ms=00010}
22:48:55.660624 run osmo-ms-mob/00020: Starting mobile
22:48:55.677962 run osmo-ms-mob/00020(pid=155): Launched
22:48:55.689280 run mass: MS start registered {at=2561063.983108398, delay=0.0051010651513934135, ms=00020}
22:48:56.141108 run osmo-ms-mob/00021: Starting mobile
22:48:56.154874 run osmo-ms-mob/00021(pid=156): Launched
22:48:56.165856 run mass: MS start registered {at=2561064.459683298, delay=0.004542526323348284, ms=00021}
22:48:56.545561 run osmo-ms-mob/00022: Starting mobile
22:48:56.558905 run osmo-ms-mob/00022(pid=157): Launched
22:48:56.569723 run mass: MS start registered {at=2561064.863551342, delay=0.004691138863563538, ms=00022}
22:48:56.859653 run mass: MS performed LU {at=2561065.153377393, lu_delay=5.476806992664933, ms=00012}
22:48:56.942919 run mass: MS performed LU {at=2561065.236644629, lu_delay=4.9548084191046655, ms=00013}
22:48:56.987094 run osmo-ms-mob/00023: Starting mobile
22:48:57.001242 run osmo-ms-mob/00023(pid=158): Launched
22:48:57.007638 run mass: MS performed LU {at=2561065.301474964, lu_delay=6.2221529255621135, ms=00011}
22:48:57.013553 run mass: MS start registered {at=2561065.307395345, delay=0.005935800261795521, ms=00023}
22:48:57.113194 run mass: MS performed LU {at=2561065.406923757, lu_delay=4.560621710028499, ms=00014}
22:48:57.461027 run osmo-ms-mob/00024: Starting mobile
22:48:57.478172 run osmo-ms-mob/00024(pid=159): Launched
22:48:57.489090 run mass: MS start registered {at=2561065.782918588, delay=0.004799073562026024, ms=00024}
22:48:57.948653 run osmo-ms-mob/00025: Starting mobile
22:48:57.964023 run osmo-ms-mob/00025(pid=160): Launched
22:48:57.974816 run mass: MS start registered {at=2561066.268642832, delay=0.004635328892618418, ms=00025}
22:48:58.328109 run osmo-ms-mob/00026: Starting mobile
22:48:58.341422 run osmo-ms-mob/00026(pid=161): Launched
22:48:58.352384 run mass: MS start registered {at=2561066.646211565, delay=0.0048765321262180805, ms=00026}
22:48:58.760694 run osmo-ms-mob/00027: Starting mobile
22:48:58.777450 run osmo-ms-mob/00027(pid=162): Launched
22:48:58.788559 run mass: MS start registered {at=2561067.082386821, delay=0.004791633225977421, ms=00027}
22:48:58.844435 run mass: MS performed LU {at=2561067.138178569, lu_delay=5.662607898935676, ms=00015}
22:48:58.871507 run mass: MS performed LU {at=2561067.165279978, lu_delay=5.182454918045551, ms=00016}
22:48:58.959179 run mass: MS performed LU {at=2561067.252906275, lu_delay=4.793217502068728, ms=00017}
22:48:58.988972 run osmo-ms-mob/00028: Starting mobile
22:48:59.002153 run osmo-ms-mob/00028(pid=163): Launched
22:48:59.013062 run mass: MS start registered {at=2561067.306889304, delay=0.004861671011894941, ms=00028}
22:48:59.559349 run osmo-ms-mob/00029: Starting mobile
22:48:59.576261 run osmo-ms-mob/00029(pid=164): Launched
22:48:59.587173 run mass: MS start registered {at=2561067.881000615, delay=0.004694128409028053, ms=00029}
22:48:59.945738 run osmo-ms-mob/00030: Starting mobile
22:48:59.960117 run osmo-ms-mob/00030(pid=165): Launched
22:48:59.970916 run mass: MS start registered {at=2561068.264744671, delay=0.004679401870816946, ms=00030}
22:49:00.328614 run osmo-ms-mob/00031: Starting mobile
22:49:00.341681 run osmo-ms-mob/00031(pid=166): Launched
22:49:00.352757 run mass: MS start registered {at=2561068.646582765, delay=0.005076331086456776, ms=00031}
22:49:00.627864 run osmo-ms-mob/00032: Starting mobile
22:49:00.641406 run osmo-ms-mob/00032(pid=167): Launched
22:49:00.652515 run mass: MS start registered {at=2561068.946340931, delay=0.00440445588901639, ms=00032}
22:49:00.708086 run mass: MS performed LU {at=2561069.001830163, lu_delay=5.919752520043403, ms=00018}
22:49:00.774035 run mass: MS performed LU {at=2561069.067760071, lu_delay=5.63709338195622, ms=00019}
22:49:00.878853 run mass: MS performed LU {at=2561069.17258141, lu_delay=4.712898111902177, ms=00021}
22:49:00.908682 run osmo-ms-mob/00033: Starting mobile
22:49:00.922092 run osmo-ms-mob/00033(pid=168): Launched
22:49:00.933386 run mass: MS start registered {at=2561069.227213771, delay=0.00501306913793087, ms=00033}
22:49:01.447950 run osmo-ms-mob/00034: Starting mobile
22:49:01.463994 run osmo-ms-mob/00034(pid=169): Launched
22:49:01.475013 run mass: MS start registered {at=2561069.768841285, delay=0.004933052696287632, ms=00034}
22:49:01.739582 run osmo-ms-mob/00035: Starting mobile
22:49:01.753449 run osmo-ms-mob/00035(pid=170): Launched
22:49:01.764730 run mass: MS start registered {at=2561070.058558631, delay=0.005060915369540453, ms=00035}
22:49:02.159379 run osmo-ms-mob/00036: Starting mobile
22:49:02.175144 run osmo-ms-mob/00036(pid=171): Launched
22:49:02.186565 run mass: MS start registered {at=2561070.480390219, delay=0.005249682813882828, ms=00036}
22:49:02.540534 run osmo-ms-mob/00037: Starting mobile
22:49:02.554738 run osmo-ms-mob/00037(pid=172): Launched
22:49:02.566238 run mass: MS start registered {at=2561070.860058157, delay=0.0051811449229717255, ms=00037}
22:49:02.609572 run mass: MS performed LU {at=2561070.903318158, lu_delay=5.595922812819481, ms=00023}
22:49:02.637044 run mass: MS performed LU {at=2561070.930790793, lu_delay=6.067239451222122, ms=00022}
22:49:02.652169 run osmo-ms-mob/00038: Starting mobile
22:49:02.665348 run osmo-ms-mob/00038(pid=173): Launched
22:49:02.676450 run mass: MS start registered {at=2561070.9702813, delay=0.004975459072738886, ms=00038}
22:49:02.725778 run mass: MS performed LU {at=2561071.019504173, lu_delay=5.236585585400462, ms=00024}
22:49:02.780898 run mass: MS performed LU {at=2561071.0746242, lu_delay=4.805981367826462, ms=00025}
22:49:02.806679 run osmo-ms-mob/00039: Starting mobile
22:49:02.819846 run osmo-ms-mob/00039(pid=174): Launched
22:49:02.830903 run mass: MS start registered {at=2561071.12473182, delay=0.004909664858132601, ms=00039}
22:49:03.542190 run osmo-ms-mob/00040: Starting mobile
22:49:03.556141 run osmo-ms-mob/00040(pid=175): Launched
22:49:03.567230 run mass: MS start registered {at=2561071.861059241, delay=0.004999483935534954, ms=00040}
22:49:03.828257 run osmo-ms-mob/00041: Starting mobile
22:49:03.841616 run osmo-ms-mob/00041(pid=176): Launched
22:49:03.852701 run mass: MS start registered {at=2561072.146526867, delay=0.0049666790291666985, ms=00041}
22:49:04.128122 run osmo-ms-mob/00042: Starting mobile
22:49:04.141496 run osmo-ms-mob/00042(pid=177): Launched
22:49:04.152907 run mass: MS start registered {at=2561072.446733724, delay=0.004890214651823044, ms=00042}
22:49:04.409818 run mass: MS performed LU {at=2561072.70354418, lu_delay=4.822543564718217, ms=00029}
22:49:04.474372 run mass: MS performed LU {at=2561072.768115595, lu_delay=5.461226291023195, ms=00028}
22:49:04.504693 run osmo-ms-mob/00043: Starting mobile
22:49:04.519346 run osmo-ms-mob/00043(pid=178): Launched
22:49:04.530329 run mass: MS start registered {at=2561072.824152945, delay=0.004828871227800846, ms=00043}
22:49:04.538476 run mass: MS performed LU {at=2561072.832307149, lu_delay=6.186095584183931, ms=00026}
22:49:04.682178 run mass: MS performed LU {at=2561072.975876681, lu_delay=5.893489859998226, ms=00027}
22:49:04.712328 run osmo-ms-mob/00044: Starting mobile
22:49:04.725565 run osmo-ms-mob/00044(pid=179): Launched
22:49:04.731702 run mass: MS performed LU {at=2561073.025537639, lu_delay=4.760792967863381, ms=00030}
22:49:04.737683 run mass: MS start registered {at=2561073.031526121, delay=0.006006455980241299, ms=00044}
22:49:05.159920 run osmo-ms-mob/00045: Starting mobile
22:49:05.175469 run osmo-ms-mob/00045(pid=180): Launched
22:49:05.186910 run mass: MS start registered {at=2561073.480736849, delay=0.0051223901100456715, ms=00045}
22:49:05.432064 run osmo-ms-mob/00046: Starting mobile
22:49:05.446684 run osmo-ms-mob/00046(pid=181): Launched
22:49:05.457774 run mass: MS start registered {at=2561073.751602176, delay=0.004911324940621853, ms=00046}
22:49:05.728384 run osmo-ms-mob/00047: Starting mobile
22:49:05.741994 run osmo-ms-mob/00047(pid=182): Launched
22:49:05.752929 run mass: MS start registered {at=2561074.046757074, delay=0.004758527036756277, ms=00047}
22:49:06.028732 run osmo-ms-mob/00048: Starting mobile
22:49:06.041960 run osmo-ms-mob/00048(pid=183): Launched
22:49:06.053420 run mass: MS start registered {at=2561074.347249175, delay=0.00512061407789588, ms=00048}
22:49:06.349339 run osmo-ms-mob/00049: Starting mobile
22:49:06.365376 run osmo-ms-mob/00049(pid=184): Launched
22:49:06.374327 run mass: MS performed LU {at=2561074.668154189, lu_delay=5.440940417815, ms=00033}
22:49:06.380243 run mass: MS start registered {at=2561074.674084966, delay=0.008719107136130333, ms=00049}
22:49:06.490700 run mass: MS performed LU {at=2561074.78442513, lu_delay=6.137842365074903, ms=00031}
22:49:06.505645 run osmo-ms-mob/00050: Starting mobile
22:49:06.519225 run osmo-ms-mob/00050(pid=185): Launched
22:49:06.530220 run mass: MS start registered {at=2561074.824025327, delay=0.004942789673805237, ms=00050}
22:49:06.546171 run mass: MS performed LU {at=2561074.839906683, lu_delay=4.781348051968962, ms=00035}
22:49:06.602180 run mass: MS performed LU {at=2561074.895882625, lu_delay=5.127041340339929, ms=00034}
22:49:07.042170 run osmo-ms-mob/00051: Starting mobile
22:49:07.055869 run osmo-ms-mob/00051(pid=186): Launched
22:49:07.067608 run mass: MS start registered {at=2561075.361433761, delay=0.005416514351963997, ms=00051}
22:49:07.340390 run osmo-ms-mob/00052: Starting mobile
22:49:07.354459 run osmo-ms-mob/00052(pid=187): Launched
22:49:07.366401 run mass: MS start registered {at=2561075.660220643, delay=0.005801126826554537, ms=00052}
22:49:07.627941 run osmo-ms-mob/00053: Starting mobile
22:49:07.641214 run osmo-ms-mob/00053(pid=188): Launched
22:49:07.652801 run mass: MS start registered {at=2561075.946629727, delay=0.005231017712503672, ms=00053}
22:49:07.928108 run osmo-ms-mob/00054: Starting mobile
22:49:07.941678 run osmo-ms-mob/00054(pid=189): Launched
22:49:07.952676 run mass: MS start registered {at=2561076.246502231, delay=0.004879530053585768, ms=00054}
22:49:08.157247 run mass: MS performed LU {at=2561076.45097262, lu_delay=5.326240799855441, ms=00039}
22:49:08.172593 run osmo-ms-mob/00055: Starting mobile
22:49:08.185855 run osmo-ms-mob/00055(pid=190): Launched
22:49:08.197418 run mass: MS start registered {at=2561076.491242919, delay=0.00537734292447567, ms=00055}
22:49:08.240261 run mass: MS performed LU {at=2561076.534002853, lu_delay=4.672943612094969, ms=00040}
22:49:08.304837 run mass: MS performed LU {at=2561076.598562643, lu_delay=5.73850448615849, ms=00037}
22:49:08.332389 run osmo-ms-mob/00056: Starting mobile
22:49:08.345653 run osmo-ms-mob/00056(pid=191): Launched
22:49:08.356738 run mass: MS start registered {at=2561076.650563849, delay=0.0049314722418785095, ms=00056}
22:49:08.449113 run mass: MS performed LU {at=2561076.742812074, lu_delay=5.77253077365458, ms=00038}
22:49:08.472884 run mass: MS performed LU {at=2561076.766723267, lu_delay=4.6201963997446, ms=00041}
22:49:08.484736 run osmo-ms-mob/00057: Starting mobile
22:49:08.497919 run osmo-ms-mob/00057(pid=192): Launched
22:49:08.508876 run mass: MS start registered {at=2561076.802705379, delay=0.004938447382301092, ms=00057}
22:49:09.228026 run osmo-ms-mob/00058: Starting mobile
22:49:09.241426 run osmo-ms-mob/00058(pid=193): Launched
22:49:09.252663 run mass: MS start registered {at=2561077.546490505, delay=0.004783101845532656, ms=00058}
22:49:09.538003 run osmo-ms-mob/00059: Starting mobile
22:49:09.551743 run osmo-ms-mob/00059(pid=194): Launched
22:49:09.557888 run mass: MS performed LU {at=2561077.851721492, lu_delay=3.8049644180573523, ms=00047}
22:49:09.564305 run mass: MS start registered {at=2561077.858146833, delay=0.006443056743592024, ms=00059}
22:49:09.842215 run osmo-ms-mob/00060: Starting mobile
22:49:09.856166 run osmo-ms-mob/00060(pid=195): Launched
22:49:09.867549 run mass: MS start registered {at=2561078.161375507, delay=0.005012900568544865, ms=00060}
22:49:10.021249 run mass: MS performed LU {at=2561078.314977163, lu_delay=5.28345104213804, ms=00044}
22:49:10.078089 run mass: MS performed LU {at=2561078.371835406, lu_delay=4.891098557040095, ms=00045}
22:49:10.103896 run osmo-ms-mob/00061: Starting mobile
22:49:10.117096 run osmo-ms-mob/00061(pid=196): Launched
22:49:10.128389 run mass: MS start registered {at=2561078.422214545, delay=0.0049827308394014835, ms=00061}
22:49:10.134490 run mass: MS performed LU {at=2561078.428327791, lu_delay=5.981594067066908, ms=00042}
22:49:10.386052 run mass: MS performed LU {at=2561078.679780031, lu_delay=5.8556270860135555, ms=00043}
22:49:10.414403 run osmo-ms-mob/00062: Starting mobile
22:49:10.427613 run osmo-ms-mob/00062(pid=197): Launched
22:49:10.439328 run mass: MS start registered {at=2561078.733155685, delay=0.005607566796243191, ms=00062}
22:49:10.849403 run osmo-ms-mob/00063: Starting mobile
22:49:10.864156 run osmo-ms-mob/00063(pid=198): Launched
22:49:10.875824 run mass: MS start registered {at=2561079.1696459, delay=0.005454047117382288, ms=00063}
22:49:11.203104 run mass: MS performed LU {at=2561079.496836961, lu_delay=5.149587785825133, ms=00048}
22:49:11.234098 run osmo-ms-mob/00064: Starting mobile
22:49:11.247605 run osmo-ms-mob/00064(pid=199): Launched
22:49:11.259455 run mass: MS start registered {at=2561079.5532804, delay=0.005442827008664608, ms=00064}
22:49:11.299880 run mass: MS performed LU {at=2561079.593614444, lu_delay=5.842012268025428, ms=00046}
22:49:11.661053 run osmo-ms-mob/00065: Starting mobile
22:49:11.679884 run osmo-ms-mob/00065(pid=200): Launched
22:49:11.691202 run mass: MS start registered {at=2561079.985027361, delay=0.0048966184258461, ms=00065}
22:49:11.942817 run osmo-ms-mob/00066: Starting mobile
22:49:11.956673 run osmo-ms-mob/00066(pid=201): Launched
22:49:11.963183 run mass: MS performed LU {at=2561080.25701592, lu_delay=4.596795276738703, ms=00052}
22:49:11.969177 run mass: MS start registered {at=2561080.263017964, delay=0.006020159926265478, ms=00066}
22:49:11.977610 run mass: MS performed LU {at=2561080.271441198, lu_delay=4.91000743675977, ms=00051}
22:49:12.070360 run mass: MS performed LU {at=2561080.364099199, lu_delay=5.690014232881367, ms=00049}
22:49:12.084636 run osmo-ms-mob/00067: Starting mobile
22:49:12.097729 run osmo-ms-mob/00067(pid=202): Launched
22:49:12.109069 run mass: MS start registered {at=2561080.402891488, delay=0.005145849660038948, ms=00067}
22:49:12.231722 run mass: MS performed LU {at=2561080.525454144, lu_delay=5.701428817119449, ms=00050}
22:49:12.668534 run osmo-ms-mob/00068: Starting mobile
22:49:12.683169 run osmo-ms-mob/00068(pid=203): Launched
22:49:12.694411 run mass: MS start registered {at=2561080.988236223, delay=0.004587208852171898, ms=00068}
22:49:13.042362 run osmo-ms-mob/00069: Starting mobile
22:49:13.057246 run osmo-ms-mob/00069(pid=204): Launched
22:49:13.069332 run mass: MS start registered {at=2561081.363159525, delay=0.005669821053743362, ms=00069}
22:49:13.440754 run osmo-ms-mob/00070: Starting mobile
22:49:13.454790 run osmo-ms-mob/00070(pid=205): Launched
22:49:13.465895 run mass: MS start registered {at=2561081.759719965, delay=0.004971708171069622, ms=00070}
22:49:13.787396 run mass: MS performed LU {at=2561082.081124332, lu_delay=5.5898814126849174, ms=00055}
22:49:13.856635 run osmo-ms-mob/00071: Starting mobile
22:49:13.873353 run osmo-ms-mob/00071(pid=206): Launched
22:49:13.879702 run mass: MS performed LU {at=2561082.173535629, lu_delay=5.52297178003937, ms=00056}
22:49:13.885764 run mass: MS start registered {at=2561082.17960611, delay=0.006088552996516228, ms=00071}
22:49:13.935096 run mass: MS performed LU {at=2561082.228841976, lu_delay=4.682351470924914, ms=00058}
22:49:14.133062 run mass: MS performed LU {at=2561082.426789273, lu_delay=6.180287042167038, ms=00054}
22:49:14.162361 run osmo-ms-mob/00072: Starting mobile
22:49:14.175775 run osmo-ms-mob/00072(pid=207): Launched
22:49:14.188903 run mass: MS start registered {at=2561082.48272951, delay=0.00706931808963418, ms=00072}
22:49:14.360022 run mass: MS performed LU {at=2561082.653703823, lu_delay=4.795556990429759, ms=00059}
22:49:14.639657 run osmo-ms-mob/00073: Starting mobile
22:49:14.653876 run osmo-ms-mob/00073(pid=208): Launched
22:49:14.665294 run mass: MS start registered {at=2561082.95911336, delay=0.005075620952993631, ms=00073}
22:49:15.028139 run osmo-ms-mob/00074: Starting mobile
22:49:15.041718 run osmo-ms-mob/00074(pid=209): Launched
22:49:15.052644 run mass: MS start registered {at=2561083.346469277, delay=0.004792359191924334, ms=00074}
22:49:15.428822 run osmo-ms-mob/00075: Starting mobile
22:49:15.442612 run osmo-ms-mob/00075(pid=210): Launched
22:49:15.453814 run mass: MS start registered {at=2561083.747635573, delay=0.004966201260685921, ms=00075}
22:49:15.688177 run mass: MS performed LU {at=2561083.981856403, lu_delay=5.559641858097166, ms=00061}
22:49:15.706291 run mass: MS performed LU {at=2561084.000057006, lu_delay=5.2669013207778335, ms=00062}
22:49:15.837059 run mass: MS performed LU {at=2561084.130785728, lu_delay=4.96113982796669, ms=00063}
22:49:15.852604 run osmo-ms-mob/00076: Starting mobile
22:49:15.865804 run osmo-ms-mob/00076(pid=211): Launched
22:49:15.876917 run mass: MS start registered {at=2561084.170744784, delay=0.004865205381065607, ms=00076}
22:49:15.981049 run mass: MS performed LU {at=2561084.274775473, lu_delay=6.1133999661542475, ms=00060}
22:49:16.004120 run mass: MS performed LU {at=2561084.297958223, lu_delay=4.744677823036909, ms=00064}
22:49:16.358367 run osmo-ms-mob/00077: Starting mobile
22:49:16.374590 run osmo-ms-mob/00077(pid=212): Launched
22:49:16.386422 run mass: MS start registered {at=2561084.680238077, delay=0.005566839128732681, ms=00077}
22:49:16.840766 run osmo-ms-mob/00078: Starting mobile
22:49:16.854888 run osmo-ms-mob/00078(pid=213): Launched
22:49:16.867736 run mass: MS start registered {at=2561085.161554074, delay=0.006551573984324932, ms=00078}
22:49:17.242177 run osmo-ms-mob/00079: Starting mobile
22:49:17.256117 run osmo-ms-mob/00079(pid=214): Launched
22:49:17.267263 run mass: MS start registered {at=2561085.561092834, delay=0.004969413857907057, ms=00079}
22:49:17.654762 run mass: MS performed LU {at=2561085.948475732, lu_delay=4.585316206794232, ms=00069}
22:49:17.696210 run osmo-ms-mob/00080: Starting mobile
22:49:17.712037 run osmo-ms-mob/00080(pid=215): Launched
22:49:17.718131 run mass: MS performed LU {at=2561086.011965578, lu_delay=5.748947613872588, ms=00066}
22:49:17.724116 run mass: MS performed LU {at=2561086.017957992, lu_delay=6.032930630724877, ms=00065}
22:49:17.729913 run mass: MS start registered {at=2561086.023755819, delay=0.011808293871581554, ms=00080}
22:49:17.788356 run mass: MS performed LU {at=2561086.082080719, lu_delay=5.093844496179372, ms=00068}
22:49:17.844760 run mass: MS performed LU {at=2561086.138485434, lu_delay=5.735593946184963, ms=00067}
22:49:17.870366 run osmo-ms-mob/00081: Starting mobile
22:49:17.883560 run osmo-ms-mob/00081(pid=216): Launched
22:49:17.895010 run mass: MS start registered {at=2561086.188836013, delay=0.0050146919675171375, ms=00081}
22:49:17.901194 run mass: MS performed LU {at=2561086.19503136, lu_delay=22.21192296175286, ms=00020}
22:49:18.640178 run osmo-ms-mob/00082: Starting mobile
22:49:18.654325 run osmo-ms-mob/00082(pid=217): Launched
22:49:18.666531 run mass: MS start registered {at=2561086.960338622, delay=0.005846135783940554, ms=00082}
22:49:19.268164 run osmo-ms-mob/00083: Starting mobile
22:49:19.285101 run osmo-ms-mob/00083(pid=218): Launched
22:49:19.296294 run mass: MS start registered {at=2561087.590119319, delay=0.005102366209030151, ms=00083}
22:49:19.454073 run mass: MS performed LU {at=2561087.747798711, lu_delay=5.5681926012039185, ms=00071}
22:49:19.479083 run mass: MS performed LU {at=2561087.77291998, lu_delay=4.813806619960815, ms=00073}
22:49:19.602244 run mass: MS performed LU {at=2561087.895884524, lu_delay=6.1361645590513945, ms=00070}
22:49:19.633284 run osmo-ms-mob/00084: Starting mobile
22:49:19.647868 run osmo-ms-mob/00084(pid=219): Launched
22:49:19.658902 run mass: MS start registered {at=2561087.952731591, delay=0.004960136022418737, ms=00084}
22:49:19.746196 run mass: MS performed LU {at=2561088.039902093, lu_delay=5.557172582950443, ms=00072}
22:49:19.769264 run mass: MS performed LU {at=2561088.06310239, lu_delay=4.716633113101125, ms=00074}
22:49:20.266499 run osmo-ms-mob/00085: Starting mobile
22:49:20.282591 run osmo-ms-mob/00085(pid=220): Launched
22:49:20.293921 run mass: MS start registered {at=2561088.587746813, delay=0.005048695020377636, ms=00085}
22:49:20.849756 run osmo-ms-mob/00086: Starting mobile
22:49:20.866812 run osmo-ms-mob/00086(pid=221): Launched
22:49:20.878131 run mass: MS start registered {at=2561089.171953542, delay=0.005161809269338846, ms=00086}
22:49:21.469046 run osmo-ms-mob/00087: Starting mobile
22:49:21.485289 run osmo-ms-mob/00087(pid=222): Launched
22:49:21.491465 run mass: MS performed LU {at=2561089.785298633, lu_delay=5.614553848747164, ms=00076}
22:49:21.497492 run mass: MS performed LU {at=2561089.791333495, lu_delay=6.043697922024876, ms=00075}
22:49:21.503408 run mass: MS performed LU {at=2561089.797250219, lu_delay=4.6356961452402174, ms=00078}
22:49:21.509206 run mass: MS start registered {at=2561089.803048835, delay=0.01776890130713582, ms=00087}
22:49:21.554553 run mass: MS performed LU {at=2561089.848277269, lu_delay=5.168039191979915, ms=00077}
22:49:22.057042 run osmo-ms-mob/00088: Starting mobile
22:49:22.074101 run osmo-ms-mob/00088(pid=223): Launched
22:49:22.085499 run mass: MS start registered {at=2561090.379325197, delay=0.004960703197866678, ms=00088}
22:49:22.638587 run osmo-ms-mob/00089: Starting mobile
22:49:22.652380 run osmo-ms-mob/00089(pid=224): Launched
22:49:22.663419 run mass: MS start registered {at=2561090.957242209, delay=0.0049426439218223095, ms=00089}
22:49:23.228898 run osmo-ms-mob/00090: Starting mobile
22:49:23.242346 run osmo-ms-mob/00090(pid=225): Launched
22:49:23.248474 run mass: MS performed LU {at=2561091.542308238, lu_delay=5.518552418798208, ms=00080}
22:49:23.254343 run mass: MS performed LU {at=2561091.548184949, lu_delay=5.359348936006427, ms=00081}
22:49:23.260524 run mass: MS start registered {at=2561091.554366208, delay=0.012076330371201038, ms=00090}
22:49:23.367627 run mass: MS performed LU {at=2561091.661357972, lu_delay=6.100265137851238, ms=00079}
22:49:23.493823 run mass: MS performed LU {at=2561091.787346578, lu_delay=4.827007956337184, ms=00082}
22:49:23.511249 run mass: MS performed LU {at=2561091.804997943, lu_delay=22.85865701176226, ms=00032}
22:49:23.969052 run osmo-ms-mob/00091: Starting mobile
22:49:23.985595 run osmo-ms-mob/00091(pid=226): Launched
22:49:23.996528 run mass: MS start registered {at=2561092.290357198, delay=0.004850862082093954, ms=00091}
22:49:24.641306 run osmo-ms-mob/00092: Starting mobile
22:49:24.655053 run osmo-ms-mob/00092(pid=227): Launched
22:49:24.665920 run mass: MS start registered {at=2561092.959750398, delay=0.004732855129987001, ms=00092}
22:49:25.186496 run mass: MS performed LU {at=2561093.480202168, lu_delay=4.8924553552642465, ms=00085}
22:49:25.210282 run mass: MS performed LU {at=2561093.504118725, lu_delay=5.913999406155199, ms=00083}
22:49:25.231826 run mass: MS performed LU {at=2561093.52553449, lu_delay=5.572802898939699, ms=00084}
22:49:25.271876 run osmo-ms-mob/00093: Starting mobile
22:49:25.286850 run osmo-ms-mob/00093(pid=228): Launched
22:49:25.297773 run mass: MS start registered {at=2561093.591601131, delay=0.00485534081235528, ms=00093}
22:49:25.318990 run mass: MS performed LU {at=2561093.612771272, lu_delay=23.132381053175777, ms=00036}
22:49:25.647922 run mass: MS performed LU {at=2561093.941644453, lu_delay=4.769690910819918, ms=00086}
22:49:26.341409 run osmo-ms-mob/00094: Starting mobile
22:49:26.355447 run osmo-ms-mob/00094(pid=229): Launched
22:49:26.366739 run mass: MS start registered {at=2561094.660547576, delay=0.005133607890456915, ms=00094}
22:49:26.986297 run mass: MS performed LU {at=2561095.279994947, lu_delay=5.476946111768484, ms=00087}
22:49:27.133520 run mass: MS performed LU {at=2561095.427243514, lu_delay=5.047918316908181, ms=00088}
22:49:27.175523 run osmo-ms-mob/00095: Starting mobile
22:49:27.191204 run osmo-ms-mob/00095(pid=230): Launched
22:49:27.202017 run mass: MS start registered {at=2561095.495840818, delay=0.004791331943124533, ms=00095}
22:49:27.239266 run mass: MS performed LU {at=2561095.533014107, lu_delay=4.575771898031235, ms=00089}
22:49:28.243849 run osmo-ms-mob/00096: Starting mobile
22:49:28.258584 run osmo-ms-mob/00096(pid=231): Launched
22:49:28.269640 run mass: MS start registered {at=2561096.563468416, delay=0.004772154148668051, ms=00096}
22:49:28.952035 run mass: MS performed LU {at=2561097.245764765, lu_delay=5.691398556809872, ms=00090}
22:49:28.969229 run mass: MS performed LU {at=2561097.263024306, lu_delay=4.972667107824236, ms=00091}
22:49:29.359236 run osmo-ms-mob/00097: Starting mobile
22:49:29.376236 run osmo-ms-mob/00097(pid=232): Launched
22:49:29.387261 run mass: MS start registered {at=2561097.681082052, delay=0.004832194186747074, ms=00097}
22:49:30.651501 run osmo-ms-mob/00098: Starting mobile
22:49:30.667923 run osmo-ms-mob/00098(pid=233): Launched
22:49:30.678837 run mass: MS start registered {at=2561098.972663839, delay=0.0047928099520504475, ms=00098}
22:49:30.881111 run mass: MS performed LU {at=2561099.174838988, lu_delay=6.2150885900482535, ms=00092}
22:49:30.899457 run mass: MS performed LU {at=2561099.193211358, lu_delay=5.60161022702232, ms=00093}
22:49:30.968394 run mass: MS performed LU {at=2561099.262119878, lu_delay=22.459414498880506, ms=00057}
22:49:31.223096 run mass: MS performed LU {at=2561099.516825946, lu_delay=4.8562783701345325, ms=00094}
22:49:31.247666 run mass: MS performed LU {at=2561099.541503688, lu_delay=23.59487396106124, ms=00053}
22:49:32.467799 run osmo-ms-mob/00099: Starting mobile
22:49:32.484444 run osmo-ms-mob/00099(pid=234): Launched
22:49:32.490614 run mass: All started... {duration=55.772935506887734, too_slow=0}
22:49:32.496473 run mass: MS start registered {at=2561100.7903083, delay=0.00585189601406455, ms=00099}
22:49:32.717761 run mass: MS performed LU {at=2561101.011480456, lu_delay=5.5156396380625665, ms=00095}
22:49:32.971927 run mass: MS performed LU {at=2561101.265652296, lu_delay=4.7021838799119, ms=00096}
22:49:34.647715 run mass: MS performed LU {at=2561102.941440491, lu_delay=5.260358438827097, ms=00097}
22:49:36.483708 run mass: MS performed LU {at=2561104.777434242, lu_delay=5.804770403075963, ms=00098}
22:49:38.385818 run mass: MS performed LU {at=2561106.679544069, lu_delay=5.889235768932849, ms=00099}
22:49:38.396356 run mass: Tests done {all_completed=True, max=23.59487396106124, min=3.8049644180573523}
22:49:38.401788 tst register_default_mass.py: Test passed (81.1 sec)
22:49:38.406952 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:38.410109 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:38.413251 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:38.416382 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:38.419517 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:38.422691 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:38.425910 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:38.429094 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:38.432252 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:38.435466 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:38.438685 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:38.441896 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:38.445106 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:38.448456 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:38.451838 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:38.455208 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:38.458563 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:38.461915 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:38.465269 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:38.468544 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:38.472367 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:38.475786 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:38.479083 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:38.482450 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:38.485795 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:38.489092 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:38.492909 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:38.496222 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:38.499527 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:38.502840 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:38.506228 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:38.509887 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:38.513328 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:38.516633 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:38.520010 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:38.523722 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:38.527326 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:38.530711 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:38.534107 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:38.537473 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:38.540891 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:38.544310 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:38.547741 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:38.551145 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:38.554754 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:38.558200 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:38.561692 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:38.565233 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:38.568941 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:38.572575 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:38.576554 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:38.580117 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:38.583544 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:38.586965 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:38.590384 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:38.593788 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:38.597199 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:38.600613 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:38.604041 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:38.607473 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:38.610894 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:38.614319 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:38.617731 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:38.621225 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:38.624644 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:38.628075 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:38.631482 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:38.634894 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:38.638310 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:38.641718 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:38.645142 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:38.648561 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:38.651982 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:38.655404 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:38.658813 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:38.662222 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:38.665647 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:38.669079 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:38.672502 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:38.675912 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:38.679344 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:38.682740 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:38.686131 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:38.689470 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:38.692789 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:38.696204 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:38.699531 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:38.702938 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:38.706277 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:38.709650 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:38.712960 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:38.716352 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:38.719655 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:38.723065 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:38.726357 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:38.729718 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:38.733458 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:38.736810 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:38.740135 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:38.743488 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:38.746855 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:38.750226 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:38.753536 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:38.756851 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:38.760215 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:38.763550 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:38.766887 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:38.770226 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:38.773503 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:38.776778 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:38.780046 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:38.783286 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:38.786526 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:38.789749 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:38.792996 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:38.796222 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:38.799387 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:38.802538 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:38.805684 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:38.808836 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:38.811998 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:38.815154 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:38.818303 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:38.821446 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:38.824599 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:38.827765 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:38.830912 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:38.834056 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:38.837204 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:38.840359 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:38.843510 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:38.846674 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:38.849815 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:38.852959 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:38.856108 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:38.859253 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:38.862411 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:38.865563 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:38.868704 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:38.871862 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:38.875010 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:38.878164 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:38.881314 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:38.884476 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:38.887630 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:38.890782 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:38.893916 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:38.897080 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:38.900245 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:38.903399 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:38.906544 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:38.909676 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:38.912849 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:38.916001 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:38.919152 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:38.922295 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:38.925438 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:38.928613 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:38.931767 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:38.934917 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:38.938066 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:38.941214 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:38.944366 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:38.947513 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:38.950654 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:38.953796 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:38.956938 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:38.960076 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:38.963226 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:38.966369 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:38.969516 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:38.972661 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:38.975797 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:38.978949 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:38.982091 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:38.985238 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:38.988380 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:38.991526 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:38.994675 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:38.997820 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:39.000953 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:39.004105 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:39.007257 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:39.010410 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:39.013548 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:39.016699 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:39.019839 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:39.022989 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:39.026130 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:39.029276 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:39.032435 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:39.035576 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:39.038738 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:39.041877 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:39.045029 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:39.048195 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:39.051343 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:39.054498 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:39.057635 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:39.060783 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:39.063924 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:39.067066 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:39.070221 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:39.073362 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:39.076514 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:39.079661 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:39.082805 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:39.085954 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:39.089108 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:39.092252 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:39.095401 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:39.098542 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:39.101697 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:39.104857 --- ParallelTerminationStrategy: PID 22 died...
22:49:39.106288 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:39.109773 --- ParallelTerminationStrategy: PID 23 died...
22:49:39.111197 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:39.114666 --- ParallelTerminationStrategy: PID 24 died...
22:49:39.116079 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:39.119571 --- ParallelTerminationStrategy: PID 25 died...
22:49:39.120985 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:39.124449 --- ParallelTerminationStrategy: PID 26 died...
22:49:39.125863 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:39.129367 --- ParallelTerminationStrategy: PID 27 died...
22:49:39.130796 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:39.134274 --- ParallelTerminationStrategy: PID 28 died...
22:49:39.135691 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:39.139170 --- ParallelTerminationStrategy: PID 29 died...
22:49:39.140583 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:39.144082 --- ParallelTerminationStrategy: PID 30 died...
22:49:39.145500 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:39.148974 --- ParallelTerminationStrategy: PID 31 died...
22:49:39.150403 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:39.153955 --- ParallelTerminationStrategy: PID 32 died...
22:49:39.155394 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:39.158977 --- ParallelTerminationStrategy: PID 33 died...
22:49:39.160439 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:39.164011 --- ParallelTerminationStrategy: PID 35 died...
22:49:39.165462 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:39.169032 --- ParallelTerminationStrategy: PID 36 died...
22:49:39.170471 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:39.174026 --- ParallelTerminationStrategy: PID 37 died...
22:49:39.175471 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:39.179024 --- ParallelTerminationStrategy: PID 38 died...
22:49:39.180470 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:39.184038 --- ParallelTerminationStrategy: PID 39 died...
22:49:39.185473 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:39.189025 --- ParallelTerminationStrategy: PID 40 died...
22:49:39.190467 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:39.194013 --- ParallelTerminationStrategy: PID 41 died...
22:49:39.195470 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:39.199012 --- ParallelTerminationStrategy: PID 42 died...
22:49:39.200453 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:39.203982 --- ParallelTerminationStrategy: PID 43 died...
22:49:39.205420 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:39.208948 --- ParallelTerminationStrategy: PID 44 died...
22:49:39.210392 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:39.213922 --- ParallelTerminationStrategy: PID 45 died...
22:49:39.215362 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:39.218887 --- ParallelTerminationStrategy: PID 46 died...
22:49:39.220315 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:39.223849 --- ParallelTerminationStrategy: PID 47 died...
22:49:39.225281 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:39.228812 --- ParallelTerminationStrategy: PID 48 died...
22:49:39.230253 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:39.233775 --- ParallelTerminationStrategy: PID 49 died...
22:49:39.235229 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:39.238766 --- ParallelTerminationStrategy: PID 50 died...
22:49:39.240188 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:39.243705 --- ParallelTerminationStrategy: PID 51 died...
22:49:39.245132 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:39.248657 --- ParallelTerminationStrategy: PID 52 died...
22:49:39.250080 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:39.253610 --- ParallelTerminationStrategy: PID 53 died...
22:49:39.255036 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:39.258570 --- ParallelTerminationStrategy: PID 54 died...
22:49:39.259996 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:39.263528 --- ParallelTerminationStrategy: PID 55 died...
22:49:39.264960 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:39.268519 --- ParallelTerminationStrategy: PID 56 died...
22:49:39.269942 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:39.273471 --- ParallelTerminationStrategy: PID 57 died...
22:49:39.274907 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:39.278421 --- ParallelTerminationStrategy: PID 58 died...
22:49:39.279846 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:39.283370 --- ParallelTerminationStrategy: PID 59 died...
22:49:39.284797 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:39.288333 --- ParallelTerminationStrategy: PID 60 died...
22:49:39.289763 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:39.293293 --- ParallelTerminationStrategy: PID 61 died...
22:49:39.294737 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:39.298281 --- ParallelTerminationStrategy: PID 62 died...
22:49:39.299712 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:39.303242 --- ParallelTerminationStrategy: PID 63 died...
22:49:39.304667 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:39.308190 --- ParallelTerminationStrategy: PID 64 died...
22:49:39.309614 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:39.313139 --- ParallelTerminationStrategy: PID 65 died...
22:49:39.314584 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:39.318110 --- ParallelTerminationStrategy: PID 66 died...
22:49:39.319556 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:39.323097 --- ParallelTerminationStrategy: PID 67 died...
22:49:39.324529 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:39.328077 --- ParallelTerminationStrategy: PID 68 died...
22:49:39.329510 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:39.333053 --- ParallelTerminationStrategy: PID 69 died...
22:49:39.334487 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:39.338036 --- ParallelTerminationStrategy: PID 70 died...
22:49:39.339482 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:39.343011 --- ParallelTerminationStrategy: PID 71 died...
22:49:39.344447 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:39.348003 --- ParallelTerminationStrategy: PID 72 died...
22:49:39.349435 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:39.352978 --- ParallelTerminationStrategy: PID 73 died...
22:49:39.354411 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:39.357946 --- ParallelTerminationStrategy: PID 74 died...
22:49:39.359384 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:39.362928 --- ParallelTerminationStrategy: PID 75 died...
22:49:39.364354 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:39.367880 --- ParallelTerminationStrategy: PID 76 died...
22:49:39.369318 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:39.372840 --- ParallelTerminationStrategy: PID 77 died...
22:49:39.374281 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:39.377793 --- ParallelTerminationStrategy: PID 78 died...
22:49:39.379218 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:39.382742 --- ParallelTerminationStrategy: PID 79 died...
22:49:39.384190 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:39.387713 --- ParallelTerminationStrategy: PID 80 died...
22:49:39.389133 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:39.392651 --- ParallelTerminationStrategy: PID 81 died...
22:49:39.394072 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:39.397588 --- ParallelTerminationStrategy: PID 82 died...
22:49:39.399038 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:39.402571 --- ParallelTerminationStrategy: PID 83 died...
22:49:39.404004 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:39.407539 --- ParallelTerminationStrategy: PID 84 died...
22:49:39.408965 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:39.412492 --- ParallelTerminationStrategy: PID 85 died...
22:49:39.413920 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:39.417467 --- ParallelTerminationStrategy: PID 86 died...
22:49:39.418897 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:39.422425 --- ParallelTerminationStrategy: PID 87 died...
22:49:39.423853 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:39.427375 --- ParallelTerminationStrategy: PID 88 died...
22:49:39.428803 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:39.432326 --- ParallelTerminationStrategy: PID 89 died...
22:49:39.433755 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:39.437279 --- ParallelTerminationStrategy: PID 90 died...
22:49:39.438719 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:39.442252 --- ParallelTerminationStrategy: PID 91 died...
22:49:39.443688 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:39.447218 --- ParallelTerminationStrategy: PID 92 died...
22:49:39.448643 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:39.452167 --- ParallelTerminationStrategy: PID 93 died...
22:49:39.453591 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:39.457136 --- ParallelTerminationStrategy: PID 94 died...
22:49:39.458575 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:39.462104 --- ParallelTerminationStrategy: PID 95 died...
22:49:39.463540 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:39.467066 --- ParallelTerminationStrategy: PID 96 died...
22:49:39.468500 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:39.472032 --- ParallelTerminationStrategy: PID 97 died...
22:49:39.473463 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:39.477001 --- ParallelTerminationStrategy: PID 98 died...
22:49:39.478442 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:39.481962 --- ParallelTerminationStrategy: PID 99 died...
22:49:39.483400 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:39.486940 --- ParallelTerminationStrategy: PID 100 died...
22:49:39.488371 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:39.491910 --- ParallelTerminationStrategy: PID 101 died...
22:49:39.493339 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:39.496878 --- ParallelTerminationStrategy: PID 102 died...
22:49:39.498314 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:39.501858 --- ParallelTerminationStrategy: PID 103 died...
22:49:39.503296 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:39.506838 --- ParallelTerminationStrategy: PID 104 died...
22:49:39.508274 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:39.511829 --- ParallelTerminationStrategy: PID 105 died...
22:49:39.513262 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:39.516804 --- ParallelTerminationStrategy: PID 106 died...
22:49:39.518249 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:39.521767 --- ParallelTerminationStrategy: PID 107 died...
22:49:39.523206 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:39.526739 --- ParallelTerminationStrategy: PID 108 died...
22:49:39.528169 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:39.531680 --- ParallelTerminationStrategy: PID 109 died...
22:49:39.533104 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:39.536635 --- ParallelTerminationStrategy: PID 110 died...
22:49:39.538058 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:39.541603 --- ParallelTerminationStrategy: PID 111 died...
22:49:39.543031 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:39.546575 --- ParallelTerminationStrategy: PID 112 died...
22:49:39.548014 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:39.551541 --- ParallelTerminationStrategy: PID 113 died...
22:49:39.552970 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:39.556515 --- ParallelTerminationStrategy: PID 114 died...
22:49:39.557942 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:39.561482 --- ParallelTerminationStrategy: PID 115 died...
22:49:39.562914 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:39.566437 --- ParallelTerminationStrategy: PID 116 died...
22:49:39.567865 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:39.571383 --- ParallelTerminationStrategy: PID 117 died...
22:49:39.572812 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:39.576337 --- ParallelTerminationStrategy: PID 118 died...
22:49:39.577762 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:39.581302 --- ParallelTerminationStrategy: PID 119 died...
22:49:39.582742 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:39.586277 --- ParallelTerminationStrategy: PID 120 died...
22:49:39.587701 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:39.591229 --- ParallelTerminationStrategy: PID 121 died...
22:49:39.592653 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:39.596198 --- ParallelTerminationStrategy: PID 122 died...
22:49:39.597625 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:39.601150 --- ParallelTerminationStrategy: PID 123 died...
22:49:39.602589 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:39.606113 --- ParallelTerminationStrategy: PID 124 died...
22:49:39.607560 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:39.611234 --- ParallelTerminationStrategy: PID 125 died...
22:49:39.612663 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:39.616251 --- ParallelTerminationStrategy: PID 126 died...
22:49:39.617676 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:39.621223 --- ParallelTerminationStrategy: PID 127 died...
22:49:39.622658 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:39.626182 --- ParallelTerminationStrategy: PID 128 died...
22:49:39.627617 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:39.631146 --- ParallelTerminationStrategy: PID 129 died...
22:49:39.632575 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:39.636111 --- ParallelTerminationStrategy: PID 130 died...
22:49:39.637544 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:39.641067 --- ParallelTerminationStrategy: PID 131 died...
22:49:39.642515 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:39.646044 --- ParallelTerminationStrategy: PID 132 died...
22:49:39.647482 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:39.651036 --- ParallelTerminationStrategy: PID 133 died...
22:49:39.652464 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:39.655987 --- ParallelTerminationStrategy: PID 134 died...
22:49:39.657414 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:39.660942 --- ParallelTerminationStrategy: PID 135 died...
22:49:39.662370 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:39.665906 --- ParallelTerminationStrategy: PID 136 died...
22:49:39.667340 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:39.670892 --- ParallelTerminationStrategy: PID 137 died...
22:49:39.672328 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:39.675880 --- ParallelTerminationStrategy: PID 138 died...
22:49:39.677306 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:39.680856 --- ParallelTerminationStrategy: PID 139 died...
22:49:39.682297 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:39.685841 --- ParallelTerminationStrategy: PID 140 died...
22:49:39.687276 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:39.690822 --- ParallelTerminationStrategy: PID 141 died...
22:49:39.692249 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:39.695785 --- ParallelTerminationStrategy: PID 142 died...
22:49:39.697206 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:39.700750 --- ParallelTerminationStrategy: PID 143 died...
22:49:39.702183 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:39.705725 --- ParallelTerminationStrategy: PID 144 died...
22:49:39.707164 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:39.710711 --- ParallelTerminationStrategy: PID 145 died...
22:49:39.712137 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:39.715696 --- ParallelTerminationStrategy: PID 146 died...
22:49:39.717140 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:39.720697 --- ParallelTerminationStrategy: PID 147 died...
22:49:39.722137 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:39.725688 --- ParallelTerminationStrategy: PID 148 died...
22:49:39.727121 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:39.730661 --- ParallelTerminationStrategy: PID 149 died...
22:49:39.732096 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:39.735640 --- ParallelTerminationStrategy: PID 150 died...
22:49:39.737070 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:39.740626 --- ParallelTerminationStrategy: PID 151 died...
22:49:39.742055 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:39.745616 --- ParallelTerminationStrategy: PID 152 died...
22:49:39.747072 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:39.750635 --- ParallelTerminationStrategy: PID 153 died...
22:49:39.752068 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:39.755628 --- ParallelTerminationStrategy: PID 154 died...
22:49:39.757060 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:39.760617 --- ParallelTerminationStrategy: PID 155 died...
22:49:39.762045 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:39.765620 --- ParallelTerminationStrategy: PID 156 died...
22:49:39.767053 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:39.770622 --- ParallelTerminationStrategy: PID 157 died...
22:49:39.772058 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:39.775604 --- ParallelTerminationStrategy: PID 158 died...
22:49:39.777036 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:39.780618 --- ParallelTerminationStrategy: PID 159 died...
22:49:39.782049 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:39.785603 --- ParallelTerminationStrategy: PID 160 died...
22:49:39.787047 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:39.790606 --- ParallelTerminationStrategy: PID 161 died...
22:49:39.792035 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:39.795595 --- ParallelTerminationStrategy: PID 162 died...
22:49:39.797027 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:39.800598 --- ParallelTerminationStrategy: PID 163 died...
22:49:39.802034 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:39.805580 --- ParallelTerminationStrategy: PID 164 died...
22:49:39.807012 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:39.810570 --- ParallelTerminationStrategy: PID 165 died...
22:49:39.812002 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:39.815557 --- ParallelTerminationStrategy: PID 166 died...
22:49:39.816986 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:39.820550 --- ParallelTerminationStrategy: PID 167 died...
22:49:39.821984 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:39.825532 --- ParallelTerminationStrategy: PID 168 died...
22:49:39.826985 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:39.830547 --- ParallelTerminationStrategy: PID 169 died...
22:49:39.831992 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:39.835554 --- ParallelTerminationStrategy: PID 170 died...
22:49:39.836998 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:39.840531 --- ParallelTerminationStrategy: PID 171 died...
22:49:39.841961 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:39.845526 --- ParallelTerminationStrategy: PID 172 died...
22:49:39.846976 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:39.850529 --- ParallelTerminationStrategy: PID 173 died...
22:49:39.851961 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:39.855517 --- ParallelTerminationStrategy: PID 174 died...
22:49:39.856942 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:39.860496 --- ParallelTerminationStrategy: PID 175 died...
22:49:39.861930 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:39.865485 --- ParallelTerminationStrategy: PID 176 died...
22:49:39.866922 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:39.870467 --- ParallelTerminationStrategy: PID 177 died...
22:49:39.871896 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:39.875443 --- ParallelTerminationStrategy: PID 178 died...
22:49:39.876872 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:39.880425 --- ParallelTerminationStrategy: PID 179 died...
22:49:39.881855 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:39.885404 --- ParallelTerminationStrategy: PID 180 died...
22:49:39.886853 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:39.890406 --- ParallelTerminationStrategy: PID 181 died...
22:49:39.891840 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:39.895388 --- ParallelTerminationStrategy: PID 182 died...
22:49:39.896824 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:39.900388 --- ParallelTerminationStrategy: PID 183 died...
22:49:39.901825 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:39.905369 --- ParallelTerminationStrategy: PID 184 died...
22:49:39.906802 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:39.910358 --- ParallelTerminationStrategy: PID 185 died...
22:49:39.911792 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:39.915328 --- ParallelTerminationStrategy: PID 186 died...
22:49:39.916756 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:39.920295 --- ParallelTerminationStrategy: PID 187 died...
22:49:39.921733 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:39.925286 --- ParallelTerminationStrategy: PID 188 died...
22:49:39.926724 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:39.930257 --- ParallelTerminationStrategy: PID 189 died...
22:49:39.931693 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:39.935264 --- ParallelTerminationStrategy: PID 190 died...
22:49:39.936691 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:39.940241 --- ParallelTerminationStrategy: PID 191 died...
22:49:39.941670 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:39.945203 --- ParallelTerminationStrategy: PID 192 died...
22:49:39.946644 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:39.950197 --- ParallelTerminationStrategy: PID 193 died...
22:49:39.951626 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:39.955163 --- ParallelTerminationStrategy: PID 194 died...
22:49:39.956590 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:39.960162 --- ParallelTerminationStrategy: PID 195 died...
22:49:39.961592 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:39.965124 --- ParallelTerminationStrategy: PID 196 died...
22:49:39.966548 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:39.970083 --- ParallelTerminationStrategy: PID 197 died...
22:49:39.971518 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:39.975064 --- ParallelTerminationStrategy: PID 198 died...
22:49:39.976494 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:39.980068 --- ParallelTerminationStrategy: PID 199 died...
22:49:39.981490 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:39.985041 --- ParallelTerminationStrategy: PID 200 died...
22:49:39.986478 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:39.990019 --- ParallelTerminationStrategy: PID 201 died...
22:49:39.991463 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:39.995009 --- ParallelTerminationStrategy: PID 202 died...
22:49:39.996438 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:40.000008 --- ParallelTerminationStrategy: PID 203 died...
22:49:40.001443 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:40.004990 --- ParallelTerminationStrategy: PID 204 died...
22:49:40.006432 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:40.009970 --- ParallelTerminationStrategy: PID 205 died...
22:49:40.011402 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:40.014966 --- ParallelTerminationStrategy: PID 206 died...
22:49:40.016393 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:40.019946 --- ParallelTerminationStrategy: PID 207 died...
22:49:40.021372 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:40.024929 --- ParallelTerminationStrategy: PID 208 died...
22:49:40.026370 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:40.029930 --- ParallelTerminationStrategy: PID 209 died...
22:49:40.031383 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:40.034934 --- ParallelTerminationStrategy: PID 210 died...
22:49:40.036369 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:40.039922 --- ParallelTerminationStrategy: PID 211 died...
22:49:40.041356 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:40.044912 --- ParallelTerminationStrategy: PID 212 died...
22:49:40.046357 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:40.049897 --- ParallelTerminationStrategy: PID 213 died...
22:49:40.051343 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:40.054916 --- ParallelTerminationStrategy: PID 214 died...
22:49:40.056343 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:40.059896 --- ParallelTerminationStrategy: PID 215 died...
22:49:40.061333 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:40.064894 --- ParallelTerminationStrategy: PID 216 died...
22:49:40.066341 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:40.069883 --- ParallelTerminationStrategy: PID 217 died...
22:49:40.071327 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:40.074881 --- ParallelTerminationStrategy: PID 218 died...
22:49:40.076315 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:40.079868 --- ParallelTerminationStrategy: PID 219 died...
22:49:40.081297 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:40.084853 --- ParallelTerminationStrategy: PID 220 died...
22:49:40.086291 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:40.089850 --- ParallelTerminationStrategy: PID 221 died...
22:49:40.091304 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:40.094863 --- ParallelTerminationStrategy: PID 222 died...
22:49:40.096303 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:40.099837 --- ParallelTerminationStrategy: PID 223 died...
22:49:40.101274 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:40.104836 --- ParallelTerminationStrategy: PID 224 died...
22:49:40.106282 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:40.109834 --- ParallelTerminationStrategy: PID 225 died...
22:49:40.111265 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:40.114838 --- ParallelTerminationStrategy: PID 226 died...
22:49:40.116265 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:40.119822 --- ParallelTerminationStrategy: PID 227 died...
22:49:40.121255 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:40.124808 --- ParallelTerminationStrategy: PID 228 died...
22:49:40.126243 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:40.129790 --- ParallelTerminationStrategy: PID 229 died...
22:49:40.131230 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:40.134812 --- ParallelTerminationStrategy: PID 230 died...
22:49:40.136247 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:40.139800 --- ParallelTerminationStrategy: PID 231 died...
22:49:40.141234 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:40.144821 --- ParallelTerminationStrategy: PID 232 died...
22:49:40.146262 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:40.149819 --- ParallelTerminationStrategy: PID 233 died...
22:49:40.151260 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:40.154825 --- ParallelTerminationStrategy: PID 234 died...
22:49:40.156269 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:43.560451 --- ParallelTerminationStrategy: PID 34 died...
22:49:43.566237 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8364 netreg_mass PASS
---------------------------------------------------------------------
22:49:43.633221 tst trial-8364: Storing JUnit report in /build/trial-8364/run.2026-06-16_22-48-16/trial-8364.xml
--------------------------------------------------------------------------------------------
trial-8364 PASS
--------------------------------------------------------------------------------------------
22:49:43.646942 tst trial-8364: trial-8364: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8364/inst
+ cd trial-8364
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-06-16 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8364-run.tgz run.2026-06-16_22-48-16
+ tar czf /build/trial-8364-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-06-16_13_26_44.tgz osmo-bts-oc2g.build-2026-06-16_00_51_46.tgz osmo-bts-sysmo.build-2026-06-16_00_51_47.tgz osmo-bts.build-2026-06-16_00_51_56.tgz osmo-ggsn.build-2026-06-16_20_42_55.tgz osmo-hlr.build-2026-06-16_16_37_02.tgz osmo-hnbgw.build-2026-06-16_13_30_40.tgz osmo-mgw.build-2026-06-16_08_33_06.tgz osmo-msc.build-2026-06-16_13_35_15.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-06-16_07_34_48.tgz osmo-pcu-sysmo.build-2026-06-16_07_34_50.tgz osmo-pcu.build-2026-06-16_07_34_57.tgz osmo-sgsn.build-2026-06-16_20_48_52.tgz osmo-stp.build-2026-06-16_13_25_31.tgz osmo-trx.build-2026-06-16_14_22_03.tgz osmocom-bb.build-2026-06-16_21_17_13.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