This log is too long to show here, 14 KB has been skipped — click to see the complete log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins6654374578125411090.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-8235
+ 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
84f2d35 osmo-ns-master: drop python3-osmopy-utils / --enable-external-tests
+ 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 [20/28] WORKDIR /TMP
#7 CACHED
#8 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#8 CACHED
#9 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#9 CACHED
#10 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#10 CACHED
#11 [ 8/28] RUN MKDIR /var/run/sshd
#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 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#13 CACHED
#14 [ 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
#14 CACHED
#15 [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
#15 CACHED
#16 [ 3/28] RUN groupadd osmo-gsm-tester
#16 CACHED
#17 [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
#17 CACHED
#18 [ 9/28] COPY SSH /root/.ssh
#18 CACHED
#19 [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
#19 CACHED
#20 [ 2/28] RUN useradd -ms /bin/bash jenkins
#20 CACHED
#21 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#21 CACHED
#22 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#22 CACHED
#23 [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
#23 CACHED
#24 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#24 CACHED
#25 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#25 CACHED
#26 [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
#26 CACHED
#27 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#27 CACHED
#28 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#28 CACHED
#29 [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
#29 CACHED
#30 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#30 CACHED
#31 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#31 CACHED
#32 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:8fbc0587a609ec77885fb9c7fc964021eab3b0e3cb61c151b7842b751d904d6f done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s 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=8236 -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-02-08 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8236
+ mkdir -p trial-8236
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-02-08_13_29_36.tgz osmo-bts-oc2g.build-2026-02-08_00_51_31.tgz osmo-bts-sysmo.build-2026-02-08_00_51_23.tgz osmo-bts.build-2026-02-08_00_51_34.tgz osmo-ggsn.build-2026-02-08_20_42_26.tgz osmo-hlr.build-2026-02-08_16_36_59.tgz osmo-hnbgw.build-2026-02-08_13_31_01.tgz osmo-mgw.build-2026-02-08_08_33_07.tgz osmo-msc.build-2026-02-08_13_35_43.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-02-08_07_35_04.tgz osmo-pcu-sysmo.build-2026-02-08_07_35_05.tgz osmo-pcu.build-2026-02-08_07_35_12.tgz osmo-sgsn.build-2026-02-08_20_48_14.tgz osmo-stp.build-2026-02-08_13_25_30.tgz osmo-trx.build-2026-02-08_14_21_34.tgz osmocom-bb.build-2026-02-08_21_17_08.tgz srslte.build-19.tgz trial-8236
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-02-08_13_29_36.md5 osmo-bts-oc2g.build-2026-02-08_00_51_31.md5 osmo-bts-sysmo.build-2026-02-08_00_51_23.md5 osmo-bts.build-2026-02-08_00_51_34.md5 osmo-ggsn.build-2026-02-08_20_42_26.md5 osmo-hlr.build-2026-02-08_16_36_59.md5 osmo-hnbgw.build-2026-02-08_13_31_01.md5 osmo-mgw.build-2026-02-08_08_33_07.md5 osmo-msc.build-2026-02-08_13_35_43.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-02-08_07_35_04.md5 osmo-pcu-sysmo.build-2026-02-08_07_35_05.md5 osmo-pcu.build-2026-02-08_07_35_12.md5 osmo-sgsn.build-2026-02-08_20_48_14.md5 osmo-stp.build-2026-02-08_13_25_30.md5 osmo-trx.build-2026-02-08_14_21_34.md5 osmocom-bb.build-2026-02-08_21_17_08.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-02-08_13_29_36.md5 osmo-bts-oc2g.build-2026-02-08_00_51_31.md5 osmo-bts-sysmo.build-2026-02-08_00_51_23.md5 osmo-bts.build-2026-02-08_00_51_34.md5 osmo-ggsn.build-2026-02-08_20_42_26.md5 osmo-hlr.build-2026-02-08_16_36_59.md5 osmo-hnbgw.build-2026-02-08_13_31_01.md5 osmo-mgw.build-2026-02-08_08_33_07.md5 osmo-msc.build-2026-02-08_13_35_43.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-02-08_07_35_04.md5 osmo-pcu-sysmo.build-2026-02-08_07_35_05.md5 osmo-pcu.build-2026-02-08_07_35_12.md5 osmo-sgsn.build-2026-02-08_20_48_14.md5 osmo-stp.build-2026-02-08_13_25_30.md5 osmo-trx.build-2026-02-08_14_21_34.md5 osmocom-bb.build-2026-02-08_21_17_08.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-8236 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8236'
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-8236
--------------------------------------------------------------------------------------------
22:48:17.868424 tst trial-8236: Detailed log at /build/trial-8236/run.2026-02-08_22-48-17/log
---------------------------------------------------------------------
trial-8236 netreg_mass
---------------------------------------------------------------------
22:48:18.070651 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.071016 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.071814 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.072948 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.114310 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.115171 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.116338 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.178199 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-8236 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.178919 tst register_default_mass.py:9: Claiming resources for the test
22:48:18.193963 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.194473 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.194932 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.195369 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.195798 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.196318 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.196760 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.227676 tst register_default_mass.py: using LAC 2
22:48:18.250053 tst register_default_mass.py: using RAC 2
22:48:18.276771 tst register_default_mass.py: using CellId 2
22:48:18.306208 tst register_default_mass.py: using BVCI 3
22:48:18.319949 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.320632 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.321211 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.321755 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.322264 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.322771 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.323254 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.323788 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.324297 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.324785 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.325268 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.325769 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.326289 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.326800 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.327322 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.327847 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.328358 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.328878 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.329384 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.329897 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.330408 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.330918 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.331429 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.331961 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.332467 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.332987 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.333501 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.334004 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.334525 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.335039 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.335542 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.336077 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.336592 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.337102 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.337619 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.338131 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.338635 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.339142 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.339645 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.340164 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.340665 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.341164 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.341678 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.342182 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.342682 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.343178 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.343698 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.344205 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.344700 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.345208 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.345714 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.346210 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.346707 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.347221 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.347722 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.348223 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.348725 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.349230 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.349730 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.350226 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.350726 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.351225 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.351736 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.352258 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.352757 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.353267 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.353776 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.354280 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.354792 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.355296 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.355800 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.356301 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.356871 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.357371 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.357884 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.358375 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.358863 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.359368 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.359871 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.360358 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.360865 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.361355 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.361845 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.362338 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.362833 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.363324 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.363840 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.364339 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.364834 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.365329 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.365836 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.366329 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.366829 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.367336 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.367835 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.368323 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.368824 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.369328 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.369826 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.370315 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.370818 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.371377 tst register_default_mass.py:21: Launching a simple network
22:48:18.381283 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.501292 run create_hlr_db(pid=20): Launched
22:48:19.515103 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.531413 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.546239 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.551963 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.741261 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.756023 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.761740 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.177886 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.193968 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.208767 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.335453 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:23.350223 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:23.355840 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.379029 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:23.394160 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.399901 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.712750 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.728117 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.754572 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.927017 run osmo-bts-virtual(pid=34): Launched
22:48:30.962889 tst register_default_mass.py: using MSISDN 1001
22:48:30.977271 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.016704 tst register_default_mass.py: using MSISDN 1002
22:48:31.034360 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.064929 tst register_default_mass.py: using MSISDN 1003
22:48:31.079584 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.108314 tst register_default_mass.py: using MSISDN 1004
22:48:31.122008 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.151140 tst register_default_mass.py: using MSISDN 1005
22:48:31.164774 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.195314 tst register_default_mass.py: using MSISDN 1006
22:48:31.209679 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.240315 tst register_default_mass.py: using MSISDN 1007
22:48:31.254883 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.285977 tst register_default_mass.py: using MSISDN 1008
22:48:31.300638 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.331543 tst register_default_mass.py: using MSISDN 1009
22:48:31.346266 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.377491 tst register_default_mass.py: using MSISDN 1010
22:48:31.392410 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.423017 tst register_default_mass.py: using MSISDN 1011
22:48:31.437478 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.472357 tst register_default_mass.py: using MSISDN 1012
22:48:31.488858 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.519821 tst register_default_mass.py: using MSISDN 1013
22:48:31.534577 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.565261 tst register_default_mass.py: using MSISDN 1014
22:48:31.579762 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.610523 tst register_default_mass.py: using MSISDN 1015
22:48:31.625124 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.656394 tst register_default_mass.py: using MSISDN 1016
22:48:31.670939 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.701899 tst register_default_mass.py: using MSISDN 1017
22:48:31.716568 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.747478 tst register_default_mass.py: using MSISDN 1018
22:48:31.761956 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.792667 tst register_default_mass.py: using MSISDN 1019
22:48:31.807256 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.837602 tst register_default_mass.py: using MSISDN 1020
22:48:31.852010 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.882718 tst register_default_mass.py: using MSISDN 1021
22:48:31.897209 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.936618 tst register_default_mass.py: using MSISDN 1022
22:48:31.946721 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.976462 tst register_default_mass.py: using MSISDN 1023
22:48:31.991497 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.021335 tst register_default_mass.py: using MSISDN 1024
22:48:32.035147 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.064816 tst register_default_mass.py: using MSISDN 1025
22:48:32.078460 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.108060 tst register_default_mass.py: using MSISDN 1026
22:48:32.121691 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.151296 tst register_default_mass.py: using MSISDN 1027
22:48:32.164914 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.194815 tst register_default_mass.py: using MSISDN 1028
22:48:32.208503 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.238127 tst register_default_mass.py: using MSISDN 1029
22:48:32.251824 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.281517 tst register_default_mass.py: using MSISDN 1030
22:48:32.291336 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.320946 tst register_default_mass.py: using MSISDN 1031
22:48:32.336130 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.366968 tst register_default_mass.py: using MSISDN 1032
22:48:32.381674 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.412665 tst register_default_mass.py: using MSISDN 1033
22:48:32.427437 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.458606 tst register_default_mass.py: using MSISDN 1034
22:48:32.473220 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.504217 tst register_default_mass.py: using MSISDN 1035
22:48:32.518839 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.549609 tst register_default_mass.py: using MSISDN 1036
22:48:32.564167 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.594779 tst register_default_mass.py: using MSISDN 1037
22:48:32.609286 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.640186 tst register_default_mass.py: using MSISDN 1038
22:48:32.654809 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.685821 tst register_default_mass.py: using MSISDN 1039
22:48:32.700488 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.731405 tst register_default_mass.py: using MSISDN 1040
22:48:32.746124 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.776774 tst register_default_mass.py: using MSISDN 1041
22:48:32.791134 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.822052 tst register_default_mass.py: using MSISDN 1042
22:48:32.836691 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.867612 tst register_default_mass.py: using MSISDN 1043
22:48:32.882278 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.913101 tst register_default_mass.py: using MSISDN 1044
22:48:32.927720 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.958700 tst register_default_mass.py: using MSISDN 1045
22:48:32.973403 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.004452 tst register_default_mass.py: using MSISDN 1046
22:48:33.019074 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:33.049808 tst register_default_mass.py: using MSISDN 1047
22:48:33.064377 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:33.095227 tst register_default_mass.py: using MSISDN 1048
22:48:33.109994 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:33.140830 tst register_default_mass.py: using MSISDN 1049
22:48:33.155226 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.186333 tst register_default_mass.py: using MSISDN 1050
22:48:33.201056 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.231738 tst register_default_mass.py: using MSISDN 1051
22:48:33.246218 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:33.277253 tst register_default_mass.py: using MSISDN 1052
22:48:33.292009 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:33.323057 tst register_default_mass.py: using MSISDN 1053
22:48:33.337803 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:33.368481 tst register_default_mass.py: using MSISDN 1054
22:48:33.382957 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.413168 tst register_default_mass.py: using MSISDN 1055
22:48:33.427433 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.458241 tst register_default_mass.py: using MSISDN 1056
22:48:33.472872 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.503688 tst register_default_mass.py: using MSISDN 1057
22:48:33.518321 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.548861 tst register_default_mass.py: using MSISDN 1058
22:48:33.563240 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.594255 tst register_default_mass.py: using MSISDN 1059
22:48:33.609103 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.639780 tst register_default_mass.py: using MSISDN 1060
22:48:33.654290 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.685200 tst register_default_mass.py: using MSISDN 1061
22:48:33.699771 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.729341 tst register_default_mass.py: using MSISDN 1062
22:48:33.743370 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.782073 tst register_default_mass.py: using MSISDN 1063
22:48:33.799565 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.830417 tst register_default_mass.py: using MSISDN 1064
22:48:33.845403 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.876216 tst register_default_mass.py: using MSISDN 1065
22:48:33.890689 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.921768 tst register_default_mass.py: using MSISDN 1066
22:48:33.936393 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.966756 tst register_default_mass.py: using MSISDN 1067
22:48:33.981218 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:34.012111 tst register_default_mass.py: using MSISDN 1068
22:48:34.026813 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:34.057436 tst register_default_mass.py: using MSISDN 1069
22:48:34.071965 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:34.101662 tst register_default_mass.py: using MSISDN 1070
22:48:34.115715 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:34.145512 tst register_default_mass.py: using MSISDN 1071
22:48:34.159529 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:34.189235 tst register_default_mass.py: using MSISDN 1072
22:48:34.203288 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.233219 tst register_default_mass.py: using MSISDN 1073
22:48:34.247299 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.276922 tst register_default_mass.py: using MSISDN 1074
22:48:34.290853 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.320455 tst register_default_mass.py: using MSISDN 1075
22:48:34.334357 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:34.363924 tst register_default_mass.py: using MSISDN 1076
22:48:34.377917 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.407543 tst register_default_mass.py: using MSISDN 1077
22:48:34.421395 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.451008 tst register_default_mass.py: using MSISDN 1078
22:48:34.465076 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.494842 tst register_default_mass.py: using MSISDN 1079
22:48:34.508918 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.539391 tst register_default_mass.py: using MSISDN 1080
22:48:34.553658 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.583967 tst register_default_mass.py: using MSISDN 1081
22:48:34.598172 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.628191 tst register_default_mass.py: using MSISDN 1082
22:48:34.642391 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.672638 tst register_default_mass.py: using MSISDN 1083
22:48:34.687065 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.717212 tst register_default_mass.py: using MSISDN 1084
22:48:34.731242 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.761536 tst register_default_mass.py: using MSISDN 1085
22:48:34.775788 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.806171 tst register_default_mass.py: using MSISDN 1086
22:48:34.820467 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.850763 tst register_default_mass.py: using MSISDN 1087
22:48:34.865123 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.895342 tst register_default_mass.py: using MSISDN 1088
22:48:34.909654 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.940069 tst register_default_mass.py: using MSISDN 1089
22:48:34.954530 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.984878 tst register_default_mass.py: using MSISDN 1090
22:48:34.999193 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:35.029485 tst register_default_mass.py: using MSISDN 1091
22:48:35.044039 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:35.074353 tst register_default_mass.py: using MSISDN 1092
22:48:35.088639 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:35.118958 tst register_default_mass.py: using MSISDN 1093
22:48:35.133360 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:35.163824 tst register_default_mass.py: using MSISDN 1094
22:48:35.178258 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:35.208728 tst register_default_mass.py: using MSISDN 1095
22:48:35.223135 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:35.253700 tst register_default_mass.py: using MSISDN 1096
22:48:35.268237 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:35.299597 tst register_default_mass.py: using MSISDN 1097
22:48:35.314520 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:35.345810 tst register_default_mass.py: using MSISDN 1098
22:48:35.360697 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:35.391986 tst register_default_mass.py: using MSISDN 1099
22:48:35.406865 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.438082 tst register_default_mass.py: using MSISDN 1100
22:48:35.452854 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.544683 run mass: Starting testcase
22:48:35.550177 run mass: Pre-launching all virtphy's
22:48:35.555613 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.568618 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:35.574672 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.587707 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:35.593713 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.606702 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:35.612691 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.625552 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:35.631752 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.644931 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:35.651048 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.664083 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:35.670115 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.682992 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:35.689171 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.702117 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:35.708132 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.721101 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:35.727181 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.740031 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.746029 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.758845 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.764782 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.777578 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.783506 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.796346 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.802310 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.815123 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.821032 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.833844 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.839825 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.852568 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.858472 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.871263 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.877249 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.890119 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.896075 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.908941 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.914870 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.927705 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.933608 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.946449 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.952415 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.965275 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.971196 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.984039 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.989959 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:36.002875 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:36.008980 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:36.022029 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:36.028116 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:36.041143 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:36.047196 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:36.060240 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:36.066302 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:36.079415 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:36.085433 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:36.098693 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:36.104712 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:36.117767 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:36.123883 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:36.136949 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:36.143022 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:36.156063 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:36.162059 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:36.175066 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:36.181058 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:36.194016 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:36.200071 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:36.213125 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:36.219138 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:36.232203 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:36.238168 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:36.251034 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:36.256973 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:36.269852 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:36.275761 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:36.288561 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:36.294474 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:36.307389 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:36.313599 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:36.326880 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:36.333030 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:36.346106 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:36.352113 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:36.365238 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:36.371193 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:36.384247 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:36.390275 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.403338 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:36.409393 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.422419 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:36.428485 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.441506 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:36.447533 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.460589 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:36.466625 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.479541 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:36.485583 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.498468 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:36.504472 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.517342 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:36.523333 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.536172 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:36.542138 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.555085 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:36.561166 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.574028 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:36.579945 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.592969 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:36.598906 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.611892 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:36.617887 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.630769 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:36.636719 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.649592 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:36.655505 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.668317 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:36.674255 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.687064 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:36.692982 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.705756 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:36.711763 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.724561 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:36.730462 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.743251 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.749186 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.762079 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.768023 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.781007 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.786908 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.799873 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.805787 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.818630 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.824719 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.837646 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.843733 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.856625 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.862580 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.875351 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.881307 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.894124 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.900021 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.912826 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.918758 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.931591 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.937543 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.950397 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.956335 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.969160 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.975072 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.987904 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.993827 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:37.006648 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:37.012569 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:37.025589 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:37.031619 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:37.044513 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:37.050415 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:37.063381 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:37.069469 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:37.082608 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:37.088566 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:37.101427 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:37.107328 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:37.120159 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:37.126130 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:37.139027 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:37.144956 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:37.157738 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:37.163627 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:37.176428 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:37.182311 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:37.195080 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:37.201042 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:37.213843 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:37.219819 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:37.233066 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:37.239248 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:37.252513 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:37.258524 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:37.271728 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:37.277749 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:37.290590 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:37.296738 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:37.309602 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:37.315676 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:37.328545 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:37.334505 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:37.347362 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:37.353337 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:37.366165 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:37.372169 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:37.384989 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:37.390950 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:37.403782 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:37.409751 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.422623 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:37.428578 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.441449 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:37.447416 run mass: Checking if sockets are in the filesystem
22:48:37.479886 run osmo-ms-mob/00000: Starting mobile
22:48:37.493226 run osmo-ms-mob/00000(pid=135): Launched
22:48:37.505354 run mass: MS start registered {at=1141543.713671926, delay=0.006132298847660422, ms=00000}
22:48:41.694640 run osmo-ms-mob/00001: Starting mobile
22:48:41.711331 run osmo-ms-mob/00001(pid=136): Launched
22:48:41.723252 run mass: MS start registered {at=1141547.931562497, delay=0.005987994140014052, ms=00001}
22:48:42.756003 run mass: MS performed LU {at=1141548.964207283, lu_delay=5.25053535704501, ms=00000}
22:48:43.495624 run osmo-ms-mob/00002: Starting mobile
22:48:43.512371 run osmo-ms-mob/00002(pid=137): Launched
22:48:43.522867 run mass: MS start registered {at=1141549.731183521, delay=0.004525006981566548, ms=00002}
22:48:44.794829 run osmo-ms-mob/00003: Starting mobile
22:48:44.812275 run osmo-ms-mob/00003(pid=138): Launched
22:48:44.822898 run mass: MS start registered {at=1141551.031215678, delay=0.004527488024905324, ms=00003}
22:48:45.885860 run osmo-ms-mob/00004: Starting mobile
22:48:45.902115 run osmo-ms-mob/00004(pid=139): Launched
22:48:45.912729 run mass: MS start registered {at=1141552.121048111, delay=0.004525043070316315, ms=00004}
22:48:46.521755 run mass: MS performed LU {at=1141552.729967894, lu_delay=4.79840539698489, ms=00001}
22:48:46.874650 run osmo-ms-mob/00005: Starting mobile
22:48:46.888055 run osmo-ms-mob/00005(pid=140): Launched
22:48:46.899005 run mass: MS start registered {at=1141553.107321774, delay=0.005015773931518197, ms=00005}
22:48:47.762908 run osmo-ms-mob/00006: Starting mobile
22:48:47.775818 run osmo-ms-mob/00006(pid=141): Launched
22:48:47.786418 run mass: MS start registered {at=1141553.994739895, delay=0.004554264014586806, ms=00006}
22:48:48.423206 run mass: MS performed LU {at=1141554.631415622, lu_delay=4.900232101092115, ms=00002}
22:48:48.698150 run osmo-ms-mob/00007: Starting mobile
22:48:48.715164 run osmo-ms-mob/00007(pid=142): Launched
22:48:48.725813 run mass: MS start registered {at=1141554.934132828, delay=0.004704983904957771, ms=00007}
22:48:49.463651 run osmo-ms-mob/00008: Starting mobile
22:48:49.476824 run osmo-ms-mob/00008(pid=143): Launched
22:48:49.487834 run mass: MS start registered {at=1141555.696153707, delay=0.00494857900775969, ms=00008}
22:48:50.200306 run osmo-ms-mob/00009: Starting mobile
22:48:50.213475 run osmo-ms-mob/00009(pid=144): Launched
22:48:50.224069 run mass: MS start registered {at=1141556.432389273, delay=0.004478360991925001, ms=00009}
22:48:50.288257 run mass: MS performed LU {at=1141556.496469204, lu_delay=5.465253526112065, ms=00003}
22:48:50.894878 run osmo-ms-mob/00010: Starting mobile
22:48:50.912725 run osmo-ms-mob/00010(pid=145): Launched
22:48:50.923685 run mass: MS start registered {at=1141557.132006576, delay=0.004563075955957174, ms=00010}
22:48:51.463814 run osmo-ms-mob/00011: Starting mobile
22:48:51.477119 run osmo-ms-mob/00011(pid=146): Launched
22:48:51.488094 run mass: MS start registered {at=1141557.696407905, delay=0.004558802116662264, ms=00011}
22:48:52.094234 run osmo-ms-mob/00012: Starting mobile
22:48:52.112306 run osmo-ms-mob/00012(pid=147): Launched
22:48:52.123242 run mass: MS start registered {at=1141558.331561632, delay=0.004729940090328455, ms=00012}
22:48:52.189106 run mass: MS performed LU {at=1141558.397318599, lu_delay=5.289996825158596, ms=00005}
22:48:52.216035 run mass: MS performed LU {at=1141558.424233793, lu_delay=6.303185682045296, ms=00004}
22:48:52.695532 run osmo-ms-mob/00013: Starting mobile
22:48:52.712606 run osmo-ms-mob/00013(pid=148): Launched
22:48:52.723278 run mass: MS start registered {at=1141558.931599905, delay=0.004650451010093093, ms=00013}
22:48:53.263187 run osmo-ms-mob/00014: Starting mobile
22:48:53.276502 run osmo-ms-mob/00014(pid=149): Launched
22:48:53.287202 run mass: MS start registered {at=1141559.495525271, delay=0.0047388949897140265, ms=00014}
22:48:53.865335 run osmo-ms-mob/00015: Starting mobile
22:48:53.878342 run osmo-ms-mob/00015(pid=150): Launched
22:48:53.889293 run mass: MS start registered {at=1141560.097612949, delay=0.00458403117954731, ms=00015}
22:48:54.053734 run mass: MS performed LU {at=1141560.26196155, lu_delay=6.2672216549981385, ms=00006}
22:48:54.118676 run mass: MS performed LU {at=1141560.326883547, lu_delay=5.392750719096512, ms=00007}
22:48:54.393941 run osmo-ms-mob/00016: Starting mobile
22:48:54.411055 run osmo-ms-mob/00016(pid=151): Launched
22:48:54.421531 run mass: MS performed LU {at=1141560.629849302, lu_delay=4.933695594780147, ms=00008}
22:48:54.427475 run mass: MS start registered {at=1141560.635809567, delay=0.010296297958120704, ms=00016}
22:48:54.875687 run osmo-ms-mob/00017: Starting mobile
22:48:54.889427 run osmo-ms-mob/00017(pid=152): Launched
22:48:54.900605 run mass: MS start registered {at=1141561.108924374, delay=0.004789765924215317, ms=00017}
22:48:55.502823 run osmo-ms-mob/00018: Starting mobile
22:48:55.519254 run osmo-ms-mob/00018(pid=153): Launched
22:48:55.530073 run mass: MS start registered {at=1141561.738392049, delay=0.004706830019131303, ms=00018}
22:48:55.852922 run mass: MS performed LU {at=1141562.061143332, lu_delay=4.929136755876243, ms=00010}
22:48:55.884173 run osmo-ms-mob/00019: Starting mobile
22:48:55.899250 run osmo-ms-mob/00019(pid=154): Launched
22:48:55.910431 run mass: MS start registered {at=1141562.118750718, delay=0.0051213589031249285, ms=00019}
22:48:55.955089 run mass: MS performed LU {at=1141562.163308385, lu_delay=5.730919111985713, ms=00009}
22:48:55.982108 run mass: MS performed LU {at=1141562.190360881, lu_delay=4.493952975841239, ms=00011}
22:48:56.393735 run osmo-ms-mob/00020: Starting mobile
22:48:56.410228 run osmo-ms-mob/00020(pid=155): Launched
22:48:56.421303 run mass: MS start registered {at=1141562.629624112, delay=0.005164552945643663, ms=00020}
22:48:56.863182 run osmo-ms-mob/00021: Starting mobile
22:48:56.876561 run osmo-ms-mob/00021(pid=156): Launched
22:48:56.887777 run mass: MS start registered {at=1141563.096095141, delay=0.0050992409233003855, ms=00021}
22:48:57.263054 run osmo-ms-mob/00022: Starting mobile
22:48:57.276252 run osmo-ms-mob/00022(pid=157): Launched
22:48:57.287193 run mass: MS start registered {at=1141563.495515527, delay=0.004949912894517183, ms=00022}
22:48:57.794733 run osmo-ms-mob/00023: Starting mobile
22:48:57.811381 run osmo-ms-mob/00023(pid=158): Launched
22:48:57.818042 run mass: MS performed LU {at=1141564.026361464, lu_delay=5.094761559041217, ms=00013}
22:48:57.824036 run mass: MS start registered {at=1141564.032371353, delay=0.006665875902399421, ms=00023}
22:48:58.163299 run osmo-ms-mob/00024: Starting mobile
22:48:58.176581 run osmo-ms-mob/00024(pid=159): Launched
22:48:58.186699 run mass: MS performed LU {at=1141564.395018514, lu_delay=4.8994932430796325, ms=00014}
22:48:58.192732 run mass: MS start registered {at=1141564.401067721, delay=0.010046486044302583, ms=00024}
22:48:58.677533 run osmo-ms-mob/00025: Starting mobile
22:48:58.691440 run osmo-ms-mob/00025(pid=160): Launched
22:48:58.702498 run mass: MS start registered {at=1141564.910816731, delay=0.004890277981758118, ms=00025}
22:48:59.086411 run osmo-ms-mob/00026: Starting mobile
22:48:59.102865 run osmo-ms-mob/00026(pid=161): Launched
22:48:59.113942 run mass: MS start registered {at=1141565.322263217, delay=0.004807390971109271, ms=00026}
22:48:59.475180 run osmo-ms-mob/00027: Starting mobile
22:48:59.489103 run osmo-ms-mob/00027(pid=162): Launched
22:48:59.500168 run mass: MS start registered {at=1141565.708490024, delay=0.004981979029253125, ms=00027}
22:48:59.619317 run mass: MS performed LU {at=1141565.827535594, lu_delay=5.729922645026818, ms=00015}
22:48:59.720893 run mass: MS performed LU {at=1141565.929111131, lu_delay=5.293301563942805, ms=00016}
22:48:59.747430 run mass: MS performed LU {at=1141565.955687364, lu_delay=4.846762990113348, ms=00017}
22:48:59.760005 run osmo-ms-mob/00028: Starting mobile
22:48:59.773048 run osmo-ms-mob/00028(pid=163): Launched
22:48:59.783900 run mass: MS start registered {at=1141565.992221725, delay=0.004777914844453335, ms=00028}
22:49:00.294393 run osmo-ms-mob/00029: Starting mobile
22:49:00.311099 run osmo-ms-mob/00029(pid=164): Launched
22:49:00.322178 run mass: MS start registered {at=1141566.530499345, delay=0.004718331852927804, ms=00029}
22:49:00.664322 run osmo-ms-mob/00030: Starting mobile
22:49:00.677366 run osmo-ms-mob/00030(pid=165): Launched
22:49:00.688916 run mass: MS start registered {at=1141566.897226784, delay=0.005437580868601799, ms=00030}
22:49:01.076253 run osmo-ms-mob/00031: Starting mobile
22:49:01.089935 run osmo-ms-mob/00031(pid=166): Launched
22:49:01.100986 run mass: MS start registered {at=1141567.309304766, delay=0.004937411984428763, ms=00031}
22:49:01.402468 run osmo-ms-mob/00032: Starting mobile
22:49:01.418681 run osmo-ms-mob/00032(pid=167): Launched
22:49:01.429566 run mass: MS start registered {at=1141567.637888208, delay=0.004742075921967626, ms=00032}
22:49:01.483277 run mass: MS performed LU {at=1141567.691474394, lu_delay=5.572723675984889, ms=00019}
22:49:01.519974 run mass: MS performed LU {at=1141567.728215681, lu_delay=4.6321205398999155, ms=00021}
22:49:01.585170 run mass: MS performed LU {at=1141567.793387206, lu_delay=6.054995157057419, ms=00018}
22:49:01.611754 run osmo-ms-mob/00033: Starting mobile
22:49:01.624761 run osmo-ms-mob/00033(pid=168): Launched
22:49:01.635601 run mass: MS start registered {at=1141567.843926773, delay=0.004850571975111961, ms=00033}
22:49:01.775320 run mass: MS performed LU {at=1141567.983536442, lu_delay=5.35391232999973, ms=00020}
22:49:02.198434 run osmo-ms-mob/00034: Starting mobile
22:49:02.221771 run osmo-ms-mob/00034(pid=169): Launched
22:49:02.233698 run mass: MS start registered {at=1141568.442016951, delay=0.004783813143149018, ms=00034}
22:49:02.480331 run osmo-ms-mob/00035: Starting mobile
22:49:02.494676 run osmo-ms-mob/00035(pid=170): Launched
22:49:02.505989 run mass: MS start registered {at=1141568.714309695, delay=0.0049626638647168875, ms=00035}
22:49:02.876157 run osmo-ms-mob/00036: Starting mobile
22:49:02.889762 run osmo-ms-mob/00036(pid=171): Launched
22:49:02.900745 run mass: MS start registered {at=1141569.109067391, delay=0.004925746005028486, ms=00036}
22:49:03.299011 run osmo-ms-mob/00037: Starting mobile
22:49:03.314776 run osmo-ms-mob/00037(pid=172): Launched
22:49:03.325915 run mass: MS start registered {at=1141569.534233986, delay=0.005049671977758408, ms=00037}
22:49:03.385147 run mass: MS performed LU {at=1141569.593365388, lu_delay=6.097849861020222, ms=00022}
22:49:03.486561 run mass: MS performed LU {at=1141569.694791581, lu_delay=5.293723860057071, ms=00024}
22:49:03.515181 run osmo-ms-mob/00038: Starting mobile
22:49:03.528198 run osmo-ms-mob/00038(pid=173): Launched
22:49:03.534214 run mass: MS performed LU {at=1141569.74254402, lu_delay=4.831727289129049, ms=00025}
22:49:03.540004 run mass: MS start registered {at=1141569.748339013, delay=0.005811181850731373, ms=00038}
22:49:03.675821 run mass: MS performed LU {at=1141569.884046418, lu_delay=5.851675065001473, ms=00023}
22:49:03.704362 run osmo-ms-mob/00039: Starting mobile
22:49:03.717366 run osmo-ms-mob/00039(pid=174): Launched
22:49:03.728575 run mass: MS start registered {at=1141569.936897588, delay=0.004946772009134293, ms=00039}
22:49:04.263091 run osmo-ms-mob/00040: Starting mobile
22:49:04.276282 run osmo-ms-mob/00040(pid=175): Launched
22:49:04.287895 run mass: MS start registered {at=1141570.4962086, delay=0.0054014690686017275, ms=00040}
22:49:04.576442 run osmo-ms-mob/00041: Starting mobile
22:49:04.590564 run osmo-ms-mob/00041(pid=176): Launched
22:49:04.603407 run mass: MS start registered {at=1141570.811719927, delay=0.0067193720024079084, ms=00041}
22:49:04.877138 run osmo-ms-mob/00042: Starting mobile
22:49:04.891371 run osmo-ms-mob/00042(pid=177): Launched
22:49:04.902374 run mass: MS start registered {at=1141571.110696503, delay=0.004837035899981856, ms=00042}
22:49:05.286427 run osmo-ms-mob/00043: Starting mobile
22:49:05.302812 run osmo-ms-mob/00043(pid=178): Launched
22:49:05.314299 run mass: MS start registered {at=1141571.522617936, delay=0.00505928392522037, ms=00043}
22:49:05.350480 run mass: MS performed LU {at=1141571.558718629, lu_delay=6.236455411883071, ms=00026}
22:49:05.416042 run mass: MS performed LU {at=1141571.624261572, lu_delay=5.915771547937766, ms=00027}
22:49:05.443879 run osmo-ms-mob/00044: Starting mobile
22:49:05.457562 run osmo-ms-mob/00044(pid=179): Launched
22:49:05.468603 run mass: MS start registered {at=1141571.676925766, delay=0.00477788713760674, ms=00044}
22:49:05.483482 run mass: MS performed LU {at=1141571.691806784, lu_delay=5.1613074389752, ms=00029}
22:49:05.521718 run mass: MS performed LU {at=1141571.729936407, lu_delay=5.7377146820072085, ms=00028}
22:49:05.543775 run osmo-ms-mob/00045: Starting mobile
22:49:05.557206 run osmo-ms-mob/00045(pid=180): Launched
22:49:05.564857 run mass: MS performed LU {at=1141571.773184346, lu_delay=4.875957562122494, ms=00030}
22:49:05.570831 run mass: MS start registered {at=1141571.77916571, delay=0.005999531131237745, ms=00045}
22:49:06.175927 run osmo-ms-mob/00046: Starting mobile
22:49:06.189947 run osmo-ms-mob/00046(pid=181): Launched
22:49:06.203047 run mass: MS start registered {at=1141572.411362839, delay=0.0067241929937154055, ms=00046}
22:49:06.469887 run osmo-ms-mob/00047: Starting mobile
22:49:06.483363 run osmo-ms-mob/00047(pid=182): Launched
22:49:06.494713 run mass: MS start registered {at=1141572.703035463, delay=0.005245029227808118, ms=00047}
22:49:06.783280 run osmo-ms-mob/00048: Starting mobile
22:49:06.798443 run osmo-ms-mob/00048(pid=183): Launched
22:49:06.810050 run mass: MS start registered {at=1141573.018364961, delay=0.005356243113055825, ms=00048}
22:49:07.063630 run osmo-ms-mob/00049: Starting mobile
22:49:07.076703 run osmo-ms-mob/00049(pid=184): Launched
22:49:07.087607 run mass: MS start registered {at=1141573.295925703, delay=0.004847372882068157, ms=00049}
22:49:07.150477 run mass: MS performed LU {at=1141573.358669416, lu_delay=5.720781208015978, ms=00032}
22:49:07.252527 run mass: MS performed LU {at=1141573.460747807, lu_delay=6.151443041162565, ms=00031}
22:49:07.281140 run osmo-ms-mob/00050: Starting mobile
22:49:07.294256 run osmo-ms-mob/00050(pid=185): Launched
22:49:07.300370 run mass: MS performed LU {at=1141573.508700797, lu_delay=5.664774024160579, ms=00033}
22:49:07.306197 run mass: MS start registered {at=1141573.514531448, delay=0.005846726009622216, ms=00050}
22:49:07.442525 run mass: MS performed LU {at=1141573.65074613, lu_delay=4.936436434974894, ms=00035}
22:49:07.466181 run mass: MS performed LU {at=1141573.674511089, lu_delay=5.232494137948379, ms=00034}
22:49:07.477224 run osmo-ms-mob/00051: Starting mobile
22:49:07.490403 run osmo-ms-mob/00051(pid=186): Launched
22:49:07.501625 run mass: MS start registered {at=1141573.709947258, delay=0.005119042005389929, ms=00051}
22:49:08.063547 run osmo-ms-mob/00052: Starting mobile
22:49:08.076858 run osmo-ms-mob/00052(pid=187): Launched
22:49:08.088745 run mass: MS start registered {at=1141574.297064531, delay=0.005402335897088051, ms=00052}
22:49:08.363166 run osmo-ms-mob/00053: Starting mobile
22:49:08.376438 run osmo-ms-mob/00053(pid=188): Launched
22:49:08.387890 run mass: MS start registered {at=1141574.596207099, delay=0.004892328986898065, ms=00053}
22:49:08.676030 run osmo-ms-mob/00054: Starting mobile
22:49:08.689777 run osmo-ms-mob/00054(pid=189): Launched
22:49:08.700961 run mass: MS start registered {at=1141574.909282911, delay=0.005177917191758752, ms=00054}
22:49:08.963970 run osmo-ms-mob/00055: Starting mobile
22:49:08.977119 run osmo-ms-mob/00055(pid=190): Launched
22:49:08.988631 run mass: MS start registered {at=1141575.196949075, delay=0.0054757308680564165, ms=00055}
22:49:09.013920 run mass: MS performed LU {at=1141575.222232243, lu_delay=5.285334655083716, ms=00039}
22:49:09.051205 run mass: MS performed LU {at=1141575.25947038, lu_delay=5.511131366947666, ms=00038}
22:49:09.071801 run osmo-ms-mob/00056: Starting mobile
22:49:09.084947 run osmo-ms-mob/00056(pid=191): Launched
22:49:09.096440 run mass: MS start registered {at=1141575.304761469, delay=0.005117046879604459, ms=00056}
22:49:09.181464 run mass: MS performed LU {at=1141575.389685974, lu_delay=4.893477373989299, ms=00040}
22:49:09.306537 run mass: MS performed LU {at=1141575.5147531, lu_delay=6.405685709090903, ms=00036}
22:49:09.335807 run osmo-ms-mob/00057: Starting mobile
22:49:09.348886 run osmo-ms-mob/00057(pid=192): Launched
22:49:09.360558 run mass: MS start registered {at=1141575.568878663, delay=0.005485940957441926, ms=00057}
22:49:09.595045 run mass: MS performed LU {at=1141575.803324304, lu_delay=4.991604377049953, ms=00041}
22:49:09.964234 run osmo-ms-mob/00058: Starting mobile
22:49:09.977504 run osmo-ms-mob/00058(pid=193): Launched
22:49:09.989407 run mass: MS start registered {at=1141576.197726089, delay=0.005463879089802504, ms=00058}
22:49:10.277656 run osmo-ms-mob/00059: Starting mobile
22:49:10.291821 run osmo-ms-mob/00059(pid=194): Launched
22:49:10.303779 run mass: MS start registered {at=1141576.51209802, delay=0.005626859841868281, ms=00059}
22:49:10.578067 run osmo-ms-mob/00060: Starting mobile
22:49:10.592070 run osmo-ms-mob/00060(pid=195): Launched
22:49:10.603219 run mass: MS start registered {at=1141576.811541868, delay=0.0051383948884904385, ms=00060}
22:49:10.916358 run mass: MS performed LU {at=1141577.124580285, lu_delay=4.713217446114868, ms=00046}
22:49:10.947392 run osmo-ms-mob/00061: Starting mobile
22:49:10.962376 run osmo-ms-mob/00061(pid=196): Launched
22:49:10.974487 run mass: MS start registered {at=1141577.182802568, delay=0.0060591420624405146, ms=00061}
22:49:11.017831 run mass: MS performed LU {at=1141577.226071215, lu_delay=6.115374712040648, ms=00042}
22:49:11.044610 run mass: MS performed LU {at=1141577.252890522, lu_delay=4.54985505877994, ms=00047}
22:49:11.058990 run osmo-ms-mob/00062: Starting mobile
22:49:11.071908 run osmo-ms-mob/00062(pid=197): Launched
22:49:11.083019 run mass: MS start registered {at=1141577.291337711, delay=0.0050392369739711285, ms=00062}
22:49:11.208033 run mass: MS performed LU {at=1141577.416252718, lu_delay=5.739326952025294, ms=00044}
22:49:11.231918 run mass: MS performed LU {at=1141577.440248875, lu_delay=5.917630939045921, ms=00043}
22:49:11.243102 run osmo-ms-mob/00063: Starting mobile
22:49:11.256475 run osmo-ms-mob/00063(pid=198): Launched
22:49:11.262704 run mass: MS performed LU {at=1141577.471032866, lu_delay=5.691867155954242, ms=00045}
22:49:11.268549 run mass: MS start registered {at=1141577.476883565, delay=0.00586827308870852, ms=00063}
22:49:11.977982 run osmo-ms-mob/00064: Starting mobile
22:49:11.992094 run osmo-ms-mob/00064(pid=199): Launched
22:49:12.003518 run mass: MS start registered {at=1141578.211836801, delay=0.005395490908995271, ms=00064}
22:49:12.079868 run mass: MS performed LU {at=1141578.288093991, lu_delay=3.991029460215941, ms=00052}
22:49:12.398849 run osmo-ms-mob/00065: Starting mobile
22:49:12.417453 run osmo-ms-mob/00065(pid=200): Launched
22:49:12.429332 run mass: MS start registered {at=1141578.637652608, delay=0.005423611029982567, ms=00065}
22:49:12.663624 run osmo-ms-mob/00066: Starting mobile
22:49:12.676835 run osmo-ms-mob/00066(pid=201): Launched
22:49:12.688448 run mass: MS start registered {at=1141578.896765751, delay=0.005327938124537468, ms=00066}
22:49:12.781515 run mass: MS performed LU {at=1141578.989582616, lu_delay=5.475051167886704, ms=00050}
22:49:12.946704 run mass: MS performed LU {at=1141579.154929301, lu_delay=5.444982043001801, ms=00051}
22:49:13.077048 run osmo-ms-mob/00067: Starting mobile
22:49:13.091196 run osmo-ms-mob/00067(pid=202): Launched
22:49:13.097214 run mass: MS performed LU {at=1141579.305542459, lu_delay=6.287177497986704, ms=00048}
22:49:13.103360 run mass: MS start registered {at=1141579.311693291, delay=0.00616893800906837, ms=00067}
22:49:13.125622 run mass: MS performed LU {at=1141579.333940588, lu_delay=4.73773348890245, ms=00053}
22:49:13.143442 run osmo-ms-mob/00068: Starting mobile
22:49:13.156719 run osmo-ms-mob/00068(pid=203): Launched
22:49:13.168093 run mass: MS start registered {at=1141579.376416265, delay=0.0051061289850622416, ms=00068}
22:49:13.779920 run osmo-ms-mob/00069: Starting mobile
22:49:13.793647 run osmo-ms-mob/00069(pid=204): Launched
22:49:13.805353 run mass: MS start registered {at=1141580.013676451, delay=0.00515082897618413, ms=00069}
22:49:14.176809 run osmo-ms-mob/00070: Starting mobile
22:49:14.190765 run osmo-ms-mob/00070(pid=205): Launched
22:49:14.197036 run mass: MS performed LU {at=1141580.405362591, lu_delay=22.073800958925858, ms=00012}
22:49:14.203199 run mass: MS start registered {at=1141580.411532496, delay=0.006187778199091554, ms=00070}
22:49:14.609908 run osmo-ms-mob/00071: Starting mobile
22:49:14.626555 run osmo-ms-mob/00071(pid=206): Launched
22:49:14.637494 run mass: MS start registered {at=1141580.845816015, delay=0.004874977050349116, ms=00071}
22:49:14.784010 run mass: MS performed LU {at=1141580.992232151, lu_delay=4.794506062055007, ms=00058}
22:49:14.810662 run mass: MS performed LU {at=1141581.018972849, lu_delay=5.450094186002389, ms=00057}
22:49:14.823057 run osmo-ms-mob/00072: Starting mobile
22:49:14.836401 run osmo-ms-mob/00072(pid=207): Launched
22:49:14.847544 run mass: MS start registered {at=1141581.055863243, delay=0.004946022992953658, ms=00072}
22:49:14.973944 run mass: MS performed LU {at=1141581.182160877, lu_delay=6.272877965820953, ms=00054}
22:49:14.997906 run mass: MS performed LU {at=1141581.206236477, lu_delay=6.009287402033806, ms=00055}
22:49:15.027474 run mass: MS performed LU {at=1141581.235713742, lu_delay=4.723615722032264, ms=00059}
22:49:15.046837 run osmo-ms-mob/00073: Starting mobile
22:49:15.060268 run osmo-ms-mob/00073(pid=208): Launched
22:49:15.071729 run mass: MS start registered {at=1141581.280047802, delay=0.004882998066022992, ms=00073}
22:49:15.776824 run osmo-ms-mob/00074: Starting mobile
22:49:15.790575 run osmo-ms-mob/00074(pid=209): Launched
22:49:15.802697 run mass: MS start registered {at=1141582.011006114, delay=0.006023811176419258, ms=00074}
22:49:16.175277 run osmo-ms-mob/00075: Starting mobile
22:49:16.189966 run osmo-ms-mob/00075(pid=210): Launched
22:49:16.200884 run mass: MS start registered {at=1141582.409202249, delay=0.004959922982379794, ms=00075}
22:49:16.648963 run mass: MS performed LU {at=1141582.857154554, lu_delay=5.674351986031979, ms=00061}
22:49:16.707974 run osmo-ms-mob/00076: Starting mobile
22:49:16.723299 run osmo-ms-mob/00076(pid=211): Launched
22:49:16.729365 run mass: MS performed LU {at=1141582.937679802, lu_delay=6.1261379341594875, ms=00060}
22:49:16.735200 run mass: MS start registered {at=1141582.943534524, delay=0.005872529931366444, ms=00076}
22:49:16.781971 run mass: MS performed LU {at=1141582.99019144, lu_delay=4.778354639187455, ms=00064}
22:49:16.892797 run mass: MS performed LU {at=1141583.101016605, lu_delay=5.624133039964363, ms=00063}
22:49:16.921127 run osmo-ms-mob/00077: Starting mobile
22:49:16.934178 run osmo-ms-mob/00077(pid=212): Launched
22:49:16.945079 run mass: MS start registered {at=1141583.153400519, delay=0.004953906871378422, ms=00077}
22:49:17.578693 run osmo-ms-mob/00078: Starting mobile
22:49:17.593628 run osmo-ms-mob/00078(pid=213): Launched
22:49:17.604793 run mass: MS start registered {at=1141583.813112894, delay=0.0047340900637209415, ms=00078}
22:49:17.760011 run mass: MS performed LU {at=1141583.968235632, lu_delay=3.5567031358368695, ms=00070}
22:49:17.973815 run osmo-ms-mob/00079: Starting mobile
22:49:17.987577 run osmo-ms-mob/00079(pid=214): Launched
22:49:17.998895 run mass: MS start registered {at=1141584.207213103, delay=0.0053276619873940945, ms=00079}
22:49:18.504026 run osmo-ms-mob/00080: Starting mobile
22:49:18.519548 run osmo-ms-mob/00080(pid=215): Launched
22:49:18.525814 run mass: MS performed LU {at=1141584.734142383, lu_delay=5.422449092147872, ms=00067}
22:49:18.531830 run mass: MS start registered {at=1141584.740163594, delay=0.006038374034687877, ms=00080}
22:49:18.548425 run mass: MS performed LU {at=1141584.756746334, lu_delay=5.859980582958087, ms=00066}
22:49:18.576972 run mass: MS performed LU {at=1141584.785187998, lu_delay=6.147535389987752, ms=00065}
22:49:18.756960 run mass: MS performed LU {at=1141584.965167613, lu_delay=4.95149116194807, ms=00069}
22:49:18.785663 run osmo-ms-mob/00081: Starting mobile
22:49:18.799246 run osmo-ms-mob/00081(pid=216): Launched
22:49:18.805487 run mass: MS performed LU {at=1141585.013815016, lu_delay=5.637398750986904, ms=00068}
22:49:18.811837 run mass: MS start registered {at=1141585.020169834, delay=0.006373682990670204, ms=00081}
22:49:19.385394 run osmo-ms-mob/00082: Starting mobile
22:49:19.400614 run osmo-ms-mob/00082(pid=217): Launched
22:49:19.412158 run mass: MS start registered {at=1141585.620477994, delay=0.005303500918671489, ms=00082}
22:49:19.986301 run osmo-ms-mob/00083: Starting mobile
22:49:19.999324 run osmo-ms-mob/00083(pid=218): Launched
22:49:20.011042 run mass: MS start registered {at=1141586.219361036, delay=0.005763896973803639, ms=00083}
22:49:20.414767 run mass: MS performed LU {at=1141586.622987237, lu_delay=5.777171222027391, ms=00071}
22:49:20.469213 run osmo-ms-mob/00084: Starting mobile
22:49:20.484697 run osmo-ms-mob/00084(pid=219): Launched
22:49:20.490714 run mass: MS performed LU {at=1141586.699044254, lu_delay=5.643181010847911, ms=00072}
22:49:20.496479 run mass: MS start registered {at=1141586.704813999, delay=0.00578548782505095, ms=00084}
22:49:20.547800 run mass: MS performed LU {at=1141586.755995055, lu_delay=5.4759472529403865, ms=00073}
22:49:20.584832 run mass: MS performed LU {at=1141586.793067828, lu_delay=4.782061713980511, ms=00074}
22:49:20.990609 run osmo-ms-mob/00085: Starting mobile
22:49:21.005752 run osmo-ms-mob/00085(pid=220): Launched
22:49:21.017652 run mass: MS start registered {at=1141587.225970779, delay=0.005751247052103281, ms=00085}
22:49:21.577065 run osmo-ms-mob/00086: Starting mobile
22:49:21.591628 run osmo-ms-mob/00086(pid=221): Launched
22:49:21.603056 run mass: MS start registered {at=1141587.811376015, delay=0.005167939001694322, ms=00086}
22:49:22.194519 run osmo-ms-mob/00087: Starting mobile
22:49:22.212037 run osmo-ms-mob/00087(pid=222): Launched
22:49:22.218365 run mass: MS performed LU {at=1141588.426678494, lu_delay=5.273277975153178, ms=00077}
22:49:22.224627 run mass: MS start registered {at=1141588.432961364, delay=0.006300342967733741, ms=00087}
22:49:22.315111 run mass: MS performed LU {at=1141588.523328661, lu_delay=6.114126411965117, ms=00075}
22:49:22.342780 run mass: MS performed LU {at=1141588.550999719, lu_delay=5.607465195003897, ms=00076}
22:49:22.505551 run mass: MS performed LU {at=1141588.713774605, lu_delay=4.900661710882559, ms=00078}
22:49:22.792242 run osmo-ms-mob/00088: Starting mobile
22:49:22.815202 run osmo-ms-mob/00088(pid=223): Launched
22:49:22.826349 run mass: MS start registered {at=1141589.03466647, delay=0.004962238948792219, ms=00088}
22:49:23.368513 run osmo-ms-mob/00089: Starting mobile
22:49:23.382194 run osmo-ms-mob/00089(pid=224): Launched
22:49:23.393861 run mass: MS start registered {at=1141589.602179757, delay=0.005600454984232783, ms=00089}
22:49:23.973770 run osmo-ms-mob/00090: Starting mobile
22:49:23.987163 run osmo-ms-mob/00090(pid=225): Launched
22:49:23.998282 run mass: MS start registered {at=1141590.206604421, delay=0.005063393851742148, ms=00090}
22:49:24.180477 run mass: MS performed LU {at=1141590.388658809, lu_delay=5.6484952149912715, ms=00080}
22:49:24.244928 run mass: MS performed LU {at=1141590.453151599, lu_delay=5.432981765130535, ms=00081}
22:49:24.313755 run mass: MS performed LU {at=1141590.521974267, lu_delay=4.901496272999793, ms=00082}
22:49:24.350630 run mass: MS performed LU {at=1141590.558865635, lu_delay=6.351652531884611, ms=00079}
22:49:24.676141 run osmo-ms-mob/00091: Starting mobile
22:49:24.689950 run osmo-ms-mob/00091(pid=226): Launched
22:49:24.701426 run mass: MS start registered {at=1141590.909746107, delay=0.005151137942448258, ms=00091}
22:49:25.378054 run osmo-ms-mob/00092: Starting mobile
22:49:25.391838 run osmo-ms-mob/00092(pid=227): Launched
22:49:25.403322 run mass: MS start registered {at=1141591.611639665, delay=0.0053750749211758375, ms=00092}
22:49:25.980033 run mass: MS performed LU {at=1141592.18825097, lu_delay=5.483436971204355, ms=00084}
22:49:26.080909 run mass: MS performed LU {at=1141592.289124739, lu_delay=6.069763702806085, ms=00083}
22:49:26.136253 run osmo-ms-mob/00093: Starting mobile
22:49:26.151306 run osmo-ms-mob/00093(pid=228): Launched
22:49:26.157331 run mass: MS performed LU {at=1141592.365661122, lu_delay=5.139690342824906, ms=00085}
22:49:26.165158 run mass: MS start registered {at=1141592.373484512, delay=0.007840087171643972, ms=00093}
22:49:26.253197 run mass: MS performed LU {at=1141592.461368265, lu_delay=4.649992250138894, ms=00086}
22:49:26.277748 run mass: MS performed LU {at=1141592.486078249, lu_delay=22.95184426312335, ms=00037}
22:49:27.076253 run osmo-ms-mob/00094: Starting mobile
22:49:27.090161 run osmo-ms-mob/00094(pid=229): Launched
22:49:27.102076 run mass: MS start registered {at=1141593.310396656, delay=0.005362421041354537, ms=00094}
22:49:27.946281 run mass: MS performed LU {at=1141594.154499872, lu_delay=4.552320114802569, ms=00089}
22:49:28.002590 run osmo-ms-mob/00095: Starting mobile
22:49:28.017920 run osmo-ms-mob/00095(pid=230): Launched
22:49:28.023922 run mass: MS performed LU {at=1141594.232250308, lu_delay=5.799288943875581, ms=00087}
22:49:28.029758 run mass: MS start registered {at=1141594.238093119, delay=0.005860561039298773, ms=00095}
22:49:28.078890 run mass: MS performed LU {at=1141594.287117588, lu_delay=5.252451118081808, ms=00088}
22:49:28.976216 run osmo-ms-mob/00096: Starting mobile
22:49:28.989820 run osmo-ms-mob/00096(pid=231): Launched
22:49:29.001492 run mass: MS start registered {at=1141595.209805129, delay=0.005633694119751453, ms=00096}
22:49:29.847926 run mass: MS performed LU {at=1141596.055973754, lu_delay=5.146227647084743, ms=00091}
22:49:29.875178 run mass: MS performed LU {at=1141596.083507757, lu_delay=5.8769033360295, ms=00090}
22:49:29.980395 run mass: MS performed LU {at=1141596.18861257, lu_delay=4.5769729050807655, ms=00092}
22:49:30.023326 run osmo-ms-mob/00097: Starting mobile
22:49:30.039534 run osmo-ms-mob/00097(pid=232): Launched
22:49:30.045621 run mass: MS performed LU {at=1141596.253948789, lu_delay=22.958023086190224, ms=00049}
22:49:30.051492 run mass: MS start registered {at=1141596.259826963, delay=0.005897131050005555, ms=00097}
22:49:31.387950 run osmo-ms-mob/00098: Starting mobile
22:49:31.404866 run osmo-ms-mob/00098(pid=233): Launched
22:49:31.416297 run mass: MS start registered {at=1141597.624619548, delay=0.005318172974511981, ms=00098}
22:49:31.711193 run mass: MS performed LU {at=1141597.919397395, lu_delay=4.609000739175826, ms=00094}
22:49:31.776332 run mass: MS performed LU {at=1141597.984574218, lu_delay=5.611089705955237, ms=00093}
22:49:31.844828 run mass: MS performed LU {at=1141598.053073743, lu_delay=22.748312273994088, ms=00056}
22:49:33.192664 run osmo-ms-mob/00099: Starting mobile
22:49:33.208138 run osmo-ms-mob/00099(pid=234): Launched
22:49:33.214233 run mass: All started... {duration=55.7612430350855, too_slow=0}
22:49:33.220037 run mass: MS start registered {at=1141599.428366436, delay=0.00579670281149447, ms=00099}
22:49:33.612840 run mass: MS performed LU {at=1141599.821059211, lu_delay=5.582966091809794, ms=00095}
22:49:33.746350 run mass: MS performed LU {at=1141599.954601969, lu_delay=22.663264258066192, ms=00062}
22:49:33.876093 run mass: MS performed LU {at=1141600.084302292, lu_delay=4.874497162876651, ms=00096}
22:49:35.478125 run mass: MS performed LU {at=1141601.686344517, lu_delay=5.426517553860322, ms=00097}
22:49:37.378934 run mass: MS performed LU {at=1141603.587152616, lu_delay=5.962533067911863, ms=00098}
22:49:39.243432 run mass: MS performed LU {at=1141605.451648648, lu_delay=6.0232822119724005, ms=00099}
22:49:39.264826 run mass: Tests done {all_completed=True, max=22.958023086190224, min=3.5567031358368695}
22:49:39.270419 tst register_default_mass.py: Test passed (81.1 sec)
22:49:39.275891 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:39.279148 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:39.282377 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:39.285689 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:39.288954 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:39.292241 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:39.295549 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:39.298874 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:39.302172 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:39.305490 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:39.308908 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:39.312305 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:39.315599 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:39.318962 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:39.322344 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:39.325716 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:39.329166 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:39.332621 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:39.335987 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:39.339309 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:39.342685 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:39.346019 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:39.349404 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:39.352706 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:39.356038 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:39.359364 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:39.362801 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:39.366146 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:39.369485 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:39.372817 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:39.376215 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:39.379507 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:39.382833 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:39.386482 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:39.389847 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:39.393838 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:39.397250 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:39.400669 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:39.404291 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:39.407669 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:39.411145 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:39.414491 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:39.417943 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:39.421292 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:39.424755 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:39.428502 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:39.432134 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:39.435456 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:39.438863 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:39.442194 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:39.445606 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:39.448915 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:39.452429 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:39.455795 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:39.459690 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:39.463018 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:39.466618 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:39.469951 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:39.473313 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:39.476688 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:39.480149 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:39.483549 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:39.487063 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:39.490715 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:39.494359 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:39.497674 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:39.501072 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:39.504483 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:39.507939 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:39.511767 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:39.515079 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:39.518511 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:39.521874 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:39.525264 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:39.528573 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:39.531973 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:39.535339 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:39.539237 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:39.542697 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:39.546169 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:39.549644 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:39.553096 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:39.556503 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:39.559942 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:39.563375 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:39.566726 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:39.570122 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:39.573591 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:39.577521 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:39.580980 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:39.584571 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:39.588004 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:39.591481 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:39.594953 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:39.598795 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:39.602281 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:39.606295 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:39.609716 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:39.613126 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:39.616583 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:39.620144 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:39.624039 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:39.627463 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:39.630871 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:39.634282 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:39.637883 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:39.641304 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:39.644749 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:39.648123 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:39.651554 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:39.654941 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:39.658386 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:39.661883 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:39.665363 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:39.668858 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:39.672216 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:39.675521 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:39.678836 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:39.682160 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:39.685486 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:39.688805 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:39.692121 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:39.695439 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:39.698757 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:39.702087 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:39.705407 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:39.708722 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:39.712029 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:39.715341 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:39.718641 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:39.721958 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:39.725284 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:39.728609 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:39.732051 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:39.735493 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:39.738943 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:39.742432 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:39.745894 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:39.749353 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:39.752809 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:39.756271 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:39.759732 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:39.763184 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:39.766650 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:39.770097 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:39.773544 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:39.776857 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:39.780179 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:39.783491 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:39.786797 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:39.790095 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:39.793390 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:39.796692 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:39.799999 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:39.803325 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:39.806667 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:39.809988 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:39.813296 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:39.816609 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:39.819911 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:39.823218 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:39.826554 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:39.829874 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:39.833186 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:39.836494 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:39.839800 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:39.843097 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:39.846407 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:39.849698 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:39.852993 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:39.856310 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:39.859620 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:39.862929 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:39.866233 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:39.869547 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:39.872852 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:39.876154 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:39.879459 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:39.882773 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:39.886089 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:39.889400 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:39.892702 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:39.896014 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:39.899331 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:39.902653 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:39.905962 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:39.909259 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:39.912558 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:39.915866 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:39.919204 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:39.922500 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:39.925796 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:39.929087 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:39.932392 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:39.935673 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:39.938965 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:39.942257 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:39.945531 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:39.948810 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:39.952086 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:39.955368 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:39.958663 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:39.961948 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:39.965234 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:39.968529 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:39.971828 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:39.975105 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:39.978387 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:39.981653 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:39.984950 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:39.988244 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:39.991539 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:39.994827 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:39.998126 --- ParallelTerminationStrategy: PID 22 died...
22:49:39.999624 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:40.003266 --- ParallelTerminationStrategy: PID 23 died...
22:49:40.004778 run osmo-hlr_127.0.42.2(pid=23): Terminated {rc=256}
22:49:40.008423 --- ParallelTerminationStrategy: PID 24 died...
22:49:40.009896 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:40.013534 --- ParallelTerminationStrategy: PID 25 died...
22:49:40.015007 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:40.018631 --- ParallelTerminationStrategy: PID 26 died...
22:49:40.020112 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:40.023768 --- ParallelTerminationStrategy: PID 27 died...
22:49:40.025246 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:40.028913 --- ParallelTerminationStrategy: PID 28 died...
22:49:40.030415 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:40.034059 --- ParallelTerminationStrategy: PID 29 died...
22:49:40.035537 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:40.039197 --- ParallelTerminationStrategy: PID 30 died...
22:49:40.040681 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:40.044346 --- ParallelTerminationStrategy: PID 31 died...
22:49:40.045820 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:40.049506 --- ParallelTerminationStrategy: PID 32 died...
22:49:40.050986 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:40.054659 --- ParallelTerminationStrategy: PID 33 died...
22:49:40.056158 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:40.059838 --- ParallelTerminationStrategy: PID 35 died...
22:49:40.061322 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:40.064991 --- ParallelTerminationStrategy: PID 36 died...
22:49:40.066472 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:40.070151 --- ParallelTerminationStrategy: PID 37 died...
22:49:40.071633 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:40.075279 --- ParallelTerminationStrategy: PID 38 died...
22:49:40.076761 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:40.080405 --- ParallelTerminationStrategy: PID 39 died...
22:49:40.081880 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:40.085547 --- ParallelTerminationStrategy: PID 40 died...
22:49:40.087022 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:40.090670 --- ParallelTerminationStrategy: PID 41 died...
22:49:40.092141 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:40.095805 --- ParallelTerminationStrategy: PID 42 died...
22:49:40.097281 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:40.100907 --- ParallelTerminationStrategy: PID 43 died...
22:49:40.102378 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:40.106003 --- ParallelTerminationStrategy: PID 44 died...
22:49:40.107466 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:40.111086 --- ParallelTerminationStrategy: PID 45 died...
22:49:40.112569 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:40.116225 --- ParallelTerminationStrategy: PID 46 died...
22:49:40.117695 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:40.121345 --- ParallelTerminationStrategy: PID 47 died...
22:49:40.122821 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:40.126436 --- ParallelTerminationStrategy: PID 48 died...
22:49:40.127929 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:40.131560 --- ParallelTerminationStrategy: PID 49 died...
22:49:40.133030 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:40.136656 --- ParallelTerminationStrategy: PID 50 died...
22:49:40.138121 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:40.141748 --- ParallelTerminationStrategy: PID 51 died...
22:49:40.143212 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:40.146783 --- ParallelTerminationStrategy: PID 52 died...
22:49:40.148232 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:40.151813 --- ParallelTerminationStrategy: PID 53 died...
22:49:40.153248 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:40.156816 --- ParallelTerminationStrategy: PID 54 died...
22:49:40.158259 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:40.161816 --- ParallelTerminationStrategy: PID 55 died...
22:49:40.163260 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:40.166830 --- ParallelTerminationStrategy: PID 56 died...
22:49:40.168289 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:40.171839 --- ParallelTerminationStrategy: PID 57 died...
22:49:40.173278 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:40.176854 --- ParallelTerminationStrategy: PID 58 died...
22:49:40.178302 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:40.181870 --- ParallelTerminationStrategy: PID 59 died...
22:49:40.183310 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:40.186885 --- ParallelTerminationStrategy: PID 60 died...
22:49:40.188341 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:40.191994 --- ParallelTerminationStrategy: PID 61 died...
22:49:40.193462 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:40.197075 --- ParallelTerminationStrategy: PID 62 died...
22:49:40.198534 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:40.202165 --- ParallelTerminationStrategy: PID 63 died...
22:49:40.203629 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:40.207268 --- ParallelTerminationStrategy: PID 64 died...
22:49:40.208734 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:40.212345 --- ParallelTerminationStrategy: PID 65 died...
22:49:40.213819 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:40.217445 --- ParallelTerminationStrategy: PID 66 died...
22:49:40.218912 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:40.222539 --- ParallelTerminationStrategy: PID 67 died...
22:49:40.224014 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:40.227639 --- ParallelTerminationStrategy: PID 68 died...
22:49:40.229112 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:40.232748 --- ParallelTerminationStrategy: PID 69 died...
22:49:40.234217 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:40.237828 --- ParallelTerminationStrategy: PID 70 died...
22:49:40.239298 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:40.242931 --- ParallelTerminationStrategy: PID 71 died...
22:49:40.244411 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:40.248037 --- ParallelTerminationStrategy: PID 72 died...
22:49:40.249506 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:40.253143 --- ParallelTerminationStrategy: PID 73 died...
22:49:40.254609 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:40.258249 --- ParallelTerminationStrategy: PID 74 died...
22:49:40.259717 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:40.263347 --- ParallelTerminationStrategy: PID 75 died...
22:49:40.264813 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:40.268444 --- ParallelTerminationStrategy: PID 76 died...
22:49:40.269904 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:40.273523 --- ParallelTerminationStrategy: PID 77 died...
22:49:40.274996 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:40.278604 --- ParallelTerminationStrategy: PID 78 died...
22:49:40.280072 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:40.283714 --- ParallelTerminationStrategy: PID 79 died...
22:49:40.285182 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:40.288802 --- ParallelTerminationStrategy: PID 80 died...
22:49:40.290264 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:40.293897 --- ParallelTerminationStrategy: PID 81 died...
22:49:40.295363 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:40.299004 --- ParallelTerminationStrategy: PID 82 died...
22:49:40.300488 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:40.304105 --- ParallelTerminationStrategy: PID 83 died...
22:49:40.305575 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:40.309206 --- ParallelTerminationStrategy: PID 84 died...
22:49:40.310670 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:40.314300 --- ParallelTerminationStrategy: PID 85 died...
22:49:40.315771 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:40.319388 --- ParallelTerminationStrategy: PID 86 died...
22:49:40.320857 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:40.324510 --- ParallelTerminationStrategy: PID 87 died...
22:49:40.325984 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:40.329613 --- ParallelTerminationStrategy: PID 88 died...
22:49:40.331078 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:40.334722 --- ParallelTerminationStrategy: PID 89 died...
22:49:40.336191 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:40.339836 --- ParallelTerminationStrategy: PID 90 died...
22:49:40.341306 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:40.344936 --- ParallelTerminationStrategy: PID 91 died...
22:49:40.346401 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:40.350040 --- ParallelTerminationStrategy: PID 92 died...
22:49:40.351514 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:40.355137 --- ParallelTerminationStrategy: PID 93 died...
22:49:40.356598 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:40.360230 --- ParallelTerminationStrategy: PID 94 died...
22:49:40.361692 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:40.365325 --- ParallelTerminationStrategy: PID 95 died...
22:49:40.366795 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:40.370408 --- ParallelTerminationStrategy: PID 96 died...
22:49:40.371875 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:40.375504 --- ParallelTerminationStrategy: PID 97 died...
22:49:40.376973 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:40.380598 --- ParallelTerminationStrategy: PID 98 died...
22:49:40.382067 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:40.385691 --- ParallelTerminationStrategy: PID 99 died...
22:49:40.387165 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:40.390791 --- ParallelTerminationStrategy: PID 100 died...
22:49:40.392256 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:40.395879 --- ParallelTerminationStrategy: PID 101 died...
22:49:40.397348 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:40.400970 --- ParallelTerminationStrategy: PID 102 died...
22:49:40.402425 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:40.406085 --- ParallelTerminationStrategy: PID 103 died...
22:49:40.407550 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:40.411266 --- ParallelTerminationStrategy: PID 104 died...
22:49:40.412722 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:40.416304 --- ParallelTerminationStrategy: PID 105 died...
22:49:40.417772 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:40.421416 --- ParallelTerminationStrategy: PID 106 died...
22:49:40.422868 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:40.426511 --- ParallelTerminationStrategy: PID 107 died...
22:49:40.427975 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:40.431584 --- ParallelTerminationStrategy: PID 108 died...
22:49:40.433053 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:40.436689 --- ParallelTerminationStrategy: PID 109 died...
22:49:40.438153 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:40.441789 --- ParallelTerminationStrategy: PID 110 died...
22:49:40.443245 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:40.446895 --- ParallelTerminationStrategy: PID 111 died...
22:49:40.448363 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:40.452014 --- ParallelTerminationStrategy: PID 112 died...
22:49:40.453503 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:40.457147 --- ParallelTerminationStrategy: PID 113 died...
22:49:40.458627 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:40.462320 --- ParallelTerminationStrategy: PID 114 died...
22:49:40.463818 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:40.467481 --- ParallelTerminationStrategy: PID 115 died...
22:49:40.468990 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:40.472636 --- ParallelTerminationStrategy: PID 116 died...
22:49:40.474117 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:40.477778 --- ParallelTerminationStrategy: PID 117 died...
22:49:40.479262 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:40.482899 --- ParallelTerminationStrategy: PID 118 died...
22:49:40.484385 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:40.488012 --- ParallelTerminationStrategy: PID 119 died...
22:49:40.489489 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:40.493126 --- ParallelTerminationStrategy: PID 120 died...
22:49:40.494585 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:40.498226 --- ParallelTerminationStrategy: PID 121 died...
22:49:40.499707 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:40.503328 --- ParallelTerminationStrategy: PID 122 died...
22:49:40.504804 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:40.508448 --- ParallelTerminationStrategy: PID 123 died...
22:49:40.509910 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:40.513557 --- ParallelTerminationStrategy: PID 124 died...
22:49:40.515028 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:40.518665 --- ParallelTerminationStrategy: PID 125 died...
22:49:40.520141 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:40.523779 --- ParallelTerminationStrategy: PID 126 died...
22:49:40.525254 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:40.528886 --- ParallelTerminationStrategy: PID 127 died...
22:49:40.530354 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:40.533973 --- ParallelTerminationStrategy: PID 128 died...
22:49:40.535447 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:40.539077 --- ParallelTerminationStrategy: PID 129 died...
22:49:40.540555 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:40.544207 --- ParallelTerminationStrategy: PID 130 died...
22:49:40.545681 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:40.549341 --- ParallelTerminationStrategy: PID 131 died...
22:49:40.550811 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:40.554452 --- ParallelTerminationStrategy: PID 132 died...
22:49:40.555925 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:40.559555 --- ParallelTerminationStrategy: PID 133 died...
22:49:40.561029 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:40.564665 --- ParallelTerminationStrategy: PID 134 died...
22:49:40.566133 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:40.569770 --- ParallelTerminationStrategy: PID 135 died...
22:49:40.571237 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:40.574929 --- ParallelTerminationStrategy: PID 136 died...
22:49:40.576434 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:40.580092 --- ParallelTerminationStrategy: PID 137 died...
22:49:40.581565 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:40.585219 --- ParallelTerminationStrategy: PID 138 died...
22:49:40.586685 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:40.590354 --- ParallelTerminationStrategy: PID 139 died...
22:49:40.591837 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:40.595495 --- ParallelTerminationStrategy: PID 140 died...
22:49:40.596973 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:40.600643 --- ParallelTerminationStrategy: PID 141 died...
22:49:40.602114 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:40.605776 --- ParallelTerminationStrategy: PID 142 died...
22:49:40.607246 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:40.610902 --- ParallelTerminationStrategy: PID 143 died...
22:49:40.612392 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:40.616048 --- ParallelTerminationStrategy: PID 144 died...
22:49:40.617506 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:40.621156 --- ParallelTerminationStrategy: PID 145 died...
22:49:40.622623 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:40.626279 --- ParallelTerminationStrategy: PID 146 died...
22:49:40.627755 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:40.631394 --- ParallelTerminationStrategy: PID 147 died...
22:49:40.632865 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:40.636530 --- ParallelTerminationStrategy: PID 148 died...
22:49:40.637997 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:40.641644 --- ParallelTerminationStrategy: PID 149 died...
22:49:40.643132 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:40.646803 --- ParallelTerminationStrategy: PID 150 died...
22:49:40.648275 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:40.651938 --- ParallelTerminationStrategy: PID 151 died...
22:49:40.653395 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:40.657041 --- ParallelTerminationStrategy: PID 152 died...
22:49:40.658509 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:40.662176 --- ParallelTerminationStrategy: PID 153 died...
22:49:40.663640 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:40.667273 --- ParallelTerminationStrategy: PID 154 died...
22:49:40.668746 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:40.672392 --- ParallelTerminationStrategy: PID 155 died...
22:49:40.673869 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:40.677528 --- ParallelTerminationStrategy: PID 156 died...
22:49:40.679002 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:40.682657 --- ParallelTerminationStrategy: PID 157 died...
22:49:40.684130 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:40.687778 --- ParallelTerminationStrategy: PID 158 died...
22:49:40.689244 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:40.692910 --- ParallelTerminationStrategy: PID 159 died...
22:49:40.694388 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:40.698043 --- ParallelTerminationStrategy: PID 160 died...
22:49:40.699518 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:40.703172 --- ParallelTerminationStrategy: PID 161 died...
22:49:40.704644 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:40.708290 --- ParallelTerminationStrategy: PID 162 died...
22:49:40.709758 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:40.713408 --- ParallelTerminationStrategy: PID 163 died...
22:49:40.714867 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:40.718521 --- ParallelTerminationStrategy: PID 164 died...
22:49:40.720004 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:40.723670 --- ParallelTerminationStrategy: PID 165 died...
22:49:40.725145 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:40.728798 --- ParallelTerminationStrategy: PID 166 died...
22:49:40.730264 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:40.733939 --- ParallelTerminationStrategy: PID 167 died...
22:49:40.735407 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:40.739055 --- ParallelTerminationStrategy: PID 168 died...
22:49:40.740534 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:40.744186 --- ParallelTerminationStrategy: PID 169 died...
22:49:40.745657 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:40.749297 --- ParallelTerminationStrategy: PID 170 died...
22:49:40.750760 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:40.754408 --- ParallelTerminationStrategy: PID 171 died...
22:49:40.755887 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:40.759530 --- ParallelTerminationStrategy: PID 172 died...
22:49:40.761001 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:40.764711 --- ParallelTerminationStrategy: PID 173 died...
22:49:40.766207 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:40.769879 --- ParallelTerminationStrategy: PID 174 died...
22:49:40.771355 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:40.775027 --- ParallelTerminationStrategy: PID 175 died...
22:49:40.776504 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:40.780172 --- ParallelTerminationStrategy: PID 176 died...
22:49:40.781639 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:40.785290 --- ParallelTerminationStrategy: PID 177 died...
22:49:40.786760 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:40.790425 --- ParallelTerminationStrategy: PID 178 died...
22:49:40.791906 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:40.795550 --- ParallelTerminationStrategy: PID 179 died...
22:49:40.797025 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:40.800669 --- ParallelTerminationStrategy: PID 180 died...
22:49:40.802139 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:40.805784 --- ParallelTerminationStrategy: PID 181 died...
22:49:40.807258 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:40.810914 --- ParallelTerminationStrategy: PID 182 died...
22:49:40.812394 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:40.816069 --- ParallelTerminationStrategy: PID 183 died...
22:49:40.817537 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:40.821183 --- ParallelTerminationStrategy: PID 184 died...
22:49:40.822646 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:40.826287 --- ParallelTerminationStrategy: PID 185 died...
22:49:40.827757 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:40.831407 --- ParallelTerminationStrategy: PID 186 died...
22:49:40.832873 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:40.836532 --- ParallelTerminationStrategy: PID 187 died...
22:49:40.837999 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:40.841661 --- ParallelTerminationStrategy: PID 188 died...
22:49:40.843125 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:40.846782 --- ParallelTerminationStrategy: PID 189 died...
22:49:40.848257 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:40.851919 --- ParallelTerminationStrategy: PID 190 died...
22:49:40.853396 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:40.857071 --- ParallelTerminationStrategy: PID 191 died...
22:49:40.858542 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:40.862197 --- ParallelTerminationStrategy: PID 192 died...
22:49:40.863664 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:40.867303 --- ParallelTerminationStrategy: PID 193 died...
22:49:40.868803 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:40.872467 --- ParallelTerminationStrategy: PID 194 died...
22:49:40.873937 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:40.877594 --- ParallelTerminationStrategy: PID 195 died...
22:49:40.879056 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:40.882708 --- ParallelTerminationStrategy: PID 196 died...
22:49:40.884188 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:40.887838 --- ParallelTerminationStrategy: PID 197 died...
22:49:40.889307 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:40.892985 --- ParallelTerminationStrategy: PID 198 died...
22:49:40.894465 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:40.898117 --- ParallelTerminationStrategy: PID 199 died...
22:49:40.899582 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:40.903228 --- ParallelTerminationStrategy: PID 200 died...
22:49:40.904704 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:40.908380 --- ParallelTerminationStrategy: PID 201 died...
22:49:40.909854 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:40.913496 --- ParallelTerminationStrategy: PID 202 died...
22:49:40.915076 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:40.918790 --- ParallelTerminationStrategy: PID 203 died...
22:49:40.920279 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:40.923932 --- ParallelTerminationStrategy: PID 204 died...
22:49:40.925404 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:40.929065 --- ParallelTerminationStrategy: PID 205 died...
22:49:40.930546 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:40.934204 --- ParallelTerminationStrategy: PID 206 died...
22:49:40.935675 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:40.939304 --- ParallelTerminationStrategy: PID 207 died...
22:49:40.940786 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:40.944453 --- ParallelTerminationStrategy: PID 208 died...
22:49:40.945923 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:40.949555 --- ParallelTerminationStrategy: PID 209 died...
22:49:40.951034 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:40.954674 --- ParallelTerminationStrategy: PID 210 died...
22:49:40.956147 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:40.959798 --- ParallelTerminationStrategy: PID 211 died...
22:49:40.961271 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:40.964897 --- ParallelTerminationStrategy: PID 212 died...
22:49:40.966360 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:40.969999 --- ParallelTerminationStrategy: PID 213 died...
22:49:40.971491 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:40.975135 --- ParallelTerminationStrategy: PID 214 died...
22:49:40.976613 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:40.980264 --- ParallelTerminationStrategy: PID 215 died...
22:49:40.981731 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:40.985403 --- ParallelTerminationStrategy: PID 216 died...
22:49:40.986867 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:40.990522 --- ParallelTerminationStrategy: PID 217 died...
22:49:40.991990 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:40.995649 --- ParallelTerminationStrategy: PID 218 died...
22:49:40.997132 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:41.000813 --- ParallelTerminationStrategy: PID 219 died...
22:49:41.002288 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:41.005959 --- ParallelTerminationStrategy: PID 220 died...
22:49:41.007429 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:41.011243 --- ParallelTerminationStrategy: PID 221 died...
22:49:41.012812 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:41.016643 --- ParallelTerminationStrategy: PID 222 died...
22:49:41.018180 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:41.021988 --- ParallelTerminationStrategy: PID 223 died...
22:49:41.023524 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:41.027378 --- ParallelTerminationStrategy: PID 224 died...
22:49:41.028921 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:41.032737 --- ParallelTerminationStrategy: PID 225 died...
22:49:41.034282 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:41.038003 --- ParallelTerminationStrategy: PID 226 died...
22:49:41.039491 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:41.043173 --- ParallelTerminationStrategy: PID 227 died...
22:49:41.044658 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:41.048316 --- ParallelTerminationStrategy: PID 228 died...
22:49:41.049782 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:41.053417 --- ParallelTerminationStrategy: PID 229 died...
22:49:41.054887 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:41.058565 --- ParallelTerminationStrategy: PID 230 died...
22:49:41.060052 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:41.063719 --- ParallelTerminationStrategy: PID 231 died...
22:49:41.065193 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:41.068840 --- ParallelTerminationStrategy: PID 232 died...
22:49:41.070306 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:41.073983 --- ParallelTerminationStrategy: PID 233 died...
22:49:41.075449 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:41.079126 --- ParallelTerminationStrategy: PID 234 died...
22:49:41.080621 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:44.484953 --- ParallelTerminationStrategy: PID 34 died...
22:49:44.491294 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8236 netreg_mass PASS
---------------------------------------------------------------------
22:49:44.567091 tst trial-8236: Storing JUnit report in /build/trial-8236/run.2026-02-08_22-48-17/trial-8236.xml
--------------------------------------------------------------------------------------------
trial-8236 PASS
--------------------------------------------------------------------------------------------
22:49:44.586402 tst trial-8236: trial-8236: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8236/inst
+ cd trial-8236
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-02-08 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8236-run.tgz run.2026-02-08_22-48-17
+ tar czf /build/trial-8236-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-02-08_13_29_36.tgz osmo-bts-oc2g.build-2026-02-08_00_51_31.tgz osmo-bts-sysmo.build-2026-02-08_00_51_23.tgz osmo-bts.build-2026-02-08_00_51_34.tgz osmo-ggsn.build-2026-02-08_20_42_26.tgz osmo-hlr.build-2026-02-08_16_36_59.tgz osmo-hnbgw.build-2026-02-08_13_31_01.tgz osmo-mgw.build-2026-02-08_08_33_07.tgz osmo-msc.build-2026-02-08_13_35_43.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-02-08_07_35_04.tgz osmo-pcu-sysmo.build-2026-02-08_07_35_05.tgz osmo-pcu.build-2026-02-08_07_35_12.tgz osmo-sgsn.build-2026-02-08_20_48_14.tgz osmo-stp.build-2026-02-08_13_25_30.tgz osmo-trx.build-2026-02-08_14_21_34.tgz osmocom-bb.build-2026-02-08_21_17_08.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