Skipping 14 KB..
Full Log[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins6933453548336954742.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-8126
+ 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
88b255d common/Release.key: update
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
--build-arg USER=osmocom-build \
--build-arg UID=1000 \
--build-arg REGISTRY=docker.io \
--build-arg OSMO_TTCN3_BRANCH=master \
--build-arg UPSTREAM_DISTRO=debian:bookworm \
--build-arg DISTRO=debian-bookworm \
--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
--build-arg OSMOCOM_REPO_VERSION=latest \
--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--build-arg LIBOSMOCORE_BRANCH=master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_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 DONE 0.1s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.1s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.3s
#7 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#7 CACHED
#8 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#8 CACHED
#9 [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
#9 CACHED
#10 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#10 CACHED
#11 [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
#11 CACHED
#12 [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
#12 CACHED
#13 [ 9/28] COPY SSH /root/.ssh
#13 CACHED
#14 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#14 CACHED
#15 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#15 CACHED
#16 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#16 CACHED
#17 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#17 CACHED
#18 [20/28] WORKDIR /TMP
#18 CACHED
#19 [ 8/28] RUN MKDIR /var/run/sshd
#19 CACHED
#20 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#20 CACHED
#21 [16/28] RUN APT-GET update && apt-get install -y --no-install-recommends cmake libfftw3-dev libmbedtls-dev libboost-program-options-dev libconfig++-dev libsctp-dev libpcsclite-dev libuhd-dev libczmq-dev libsoapysdr-dev soapysdr-module-lms7 && apt-get clean
#21 CACHED
#22 [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
#22 CACHED
#23 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#23 CACHED
#24 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#24 CACHED
#25 [ 2/28] RUN useradd -ms /bin/bash jenkins
#25 CACHED
#26 [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
#26 CACHED
#27 [ 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
#27 CACHED
#28 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#28 CACHED
#29 [ 3/28] RUN groupadd osmo-gsm-tester
#29 CACHED
#30 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#30 CACHED
#31 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#31 CACHED
#32 [15/28] RUN APT-GET update && apt-get install -y --no-install-recommends telnet libosmocore-dev libosmo-abis-dev libosmo-gsup-client-dev libosmo-netif-dev libosmo-ranap-dev libosmo-sigtran-dev libsmpp34-dev libgtp-dev libasn1c-dev && apt-get clean
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:950f3f08d49ec2fb822800d2b92f28bc9d3727a7d060af894c17da9decd513a7 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8127 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-10-22 22:48:26
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8127
+ mkdir -p trial-8127
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-10-22_13_32_57.tgz osmo-bts-oc2g.build-2025-10-22_00_51_57.tgz osmo-bts-sysmo.build-2025-10-22_00_51_50.tgz osmo-bts.build-2025-10-22_00_52_05.tgz osmo-ggsn.build-2025-10-22_20_42_37.tgz osmo-hlr.build-2025-10-22_16_36_54.tgz osmo-hnbgw.build-2025-10-22_13_30_56.tgz osmo-mgw.build-2025-10-22_08_33_18.tgz osmo-msc.build-2025-10-22_13_39_29.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-10-22_07_36_17.tgz osmo-pcu-sysmo.build-2025-10-22_07_34_04.tgz osmo-pcu.build-2025-10-22_07_36_22.tgz osmo-sgsn.build-2025-10-22_20_48_19.tgz osmo-stp.build-2025-10-22_13_29_14.tgz osmo-trx.build-2025-10-22_14_27_05.tgz osmocom-bb.build-2025-10-22_21_17_05.tgz srslte.build-19.tgz trial-8127
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-10-22_13_32_57.md5 osmo-bts-oc2g.build-2025-10-22_00_51_57.md5 osmo-bts-sysmo.build-2025-10-22_00_51_50.md5 osmo-bts.build-2025-10-22_00_52_05.md5 osmo-ggsn.build-2025-10-22_20_42_37.md5 osmo-hlr.build-2025-10-22_16_36_54.md5 osmo-hnbgw.build-2025-10-22_13_30_56.md5 osmo-mgw.build-2025-10-22_08_33_18.md5 osmo-msc.build-2025-10-22_13_39_29.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-10-22_07_36_17.md5 osmo-pcu-sysmo.build-2025-10-22_07_34_04.md5 osmo-pcu.build-2025-10-22_07_36_22.md5 osmo-sgsn.build-2025-10-22_20_48_19.md5 osmo-stp.build-2025-10-22_13_29_14.md5 osmo-trx.build-2025-10-22_14_27_05.md5 osmocom-bb.build-2025-10-22_21_17_05.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-10-22_13_32_57.md5 osmo-bts-oc2g.build-2025-10-22_00_51_57.md5 osmo-bts-sysmo.build-2025-10-22_00_51_50.md5 osmo-bts.build-2025-10-22_00_52_05.md5 osmo-ggsn.build-2025-10-22_20_42_37.md5 osmo-hlr.build-2025-10-22_16_36_54.md5 osmo-hnbgw.build-2025-10-22_13_30_56.md5 osmo-mgw.build-2025-10-22_08_33_18.md5 osmo-msc.build-2025-10-22_13_39_29.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-10-22_07_36_17.md5 osmo-pcu-sysmo.build-2025-10-22_07_34_04.md5 osmo-pcu.build-2025-10-22_07_36_22.md5 osmo-sgsn.build-2025-10-22_20_48_19.md5 osmo-stp.build-2025-10-22_13_29_14.md5 osmo-trx.build-2025-10-22_14_27_05.md5 osmocom-bb.build-2025-10-22_21_17_05.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-8127 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8127'
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-8127
--------------------------------------------------------------------------------------------
22:48:26.467386 tst trial-8127: Detailed log at /build/trial-8127/run.2025-10-22_22-48-26/log
---------------------------------------------------------------------
trial-8127 netreg_mass
---------------------------------------------------------------------
22:48:26.676077 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:26.676426 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:26.677223 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:26.678387 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:26.712846 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:26.713598 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:26.714736 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:26.787231 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-8127 netreg_mass register_default_mass.py
----------------------------------------------
22:48:26.788232 tst register_default_mass.py:9: Claiming resources for the test
22:48:26.803726 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.804262 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.804749 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.805184 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.805634 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.806126 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.806587 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:26.855240 tst register_default_mass.py: using LAC 2
22:48:26.902674 tst register_default_mass.py: using RAC 2
22:48:26.951418 tst register_default_mass.py: using CellId 2
22:48:26.993413 tst register_default_mass.py: using BVCI 3
22:48:27.007582 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.008905 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.010140 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.011184 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.012127 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.012995 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.013788 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.014516 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.015175 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.015776 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.016336 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.016919 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.017477 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.018003 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.018517 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.019050 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.019566 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.020083 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.020607 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.021149 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.021669 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.022308 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.022844 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.023370 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.023897 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.024412 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.024942 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.025466 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.025988 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.026503 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.027025 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.027539 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.028059 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.028576 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.029117 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.029635 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.030142 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.030660 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.031183 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.031691 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.032187 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.032743 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.033297 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.033801 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.034321 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.034826 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.035334 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.035864 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.036372 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.036885 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.037409 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.037920 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.038422 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.038942 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.039446 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.039948 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.040453 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.040966 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.041469 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.041958 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.042473 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.042979 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.043500 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.044019 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.044520 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.045026 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.045540 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.046054 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.046557 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.047067 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.047569 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.048089 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.048676 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.049186 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.049704 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.050210 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.050702 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.051218 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.051724 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.052215 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.052722 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.053221 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.053713 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.054205 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.054712 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.055210 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.055710 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.056223 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.056729 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.057236 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.057753 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.058265 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.058781 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.059303 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.059808 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.060324 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.060836 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.061344 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.061878 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.062396 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.062901 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.063465 tst register_default_mass.py:21: Launching a simple network
22:48:27.073577 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:27.198621 run create_hlr_db(pid=20): Launched
22:48:28.213919 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:28.234797 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:28.250011 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:28.255902 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:28.439228 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:28.479104 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:28.487405 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:28.920285 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:28.935939 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:31.951351 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:32.148757 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:32.163535 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:32.169219 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:32.192613 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:32.207693 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:32.213253 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:32.528257 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:32.543765 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:38.578723 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:38.729236 run osmo-bts-virtual(pid=34): Launched
22:48:39.781967 tst register_default_mass.py: using MSISDN 1001
22:48:39.789326 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:39.898617 tst register_default_mass.py: using MSISDN 1002
22:48:39.904492 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:39.997714 tst register_default_mass.py: using MSISDN 1003
22:48:40.003426 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:40.079879 tst register_default_mass.py: using MSISDN 1004
22:48:40.085712 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:40.169886 tst register_default_mass.py: using MSISDN 1005
22:48:40.177132 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:40.301435 tst register_default_mass.py: using MSISDN 1006
22:48:40.307266 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:40.454863 tst register_default_mass.py: using MSISDN 1007
22:48:40.460802 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:40.539306 tst register_default_mass.py: using MSISDN 1008
22:48:40.545178 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:40.633887 tst register_default_mass.py: using MSISDN 1009
22:48:40.639823 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:40.730260 tst register_default_mass.py: using MSISDN 1010
22:48:40.736286 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:40.814908 tst register_default_mass.py: using MSISDN 1011
22:48:40.820846 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:40.884740 tst register_default_mass.py: using MSISDN 1012
22:48:40.890701 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:40.954334 tst register_default_mass.py: using MSISDN 1013
22:48:40.960228 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:41.034863 tst register_default_mass.py: using MSISDN 1014
22:48:41.041670 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:41.117384 tst register_default_mass.py: using MSISDN 1015
22:48:41.123312 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:41.200282 tst register_default_mass.py: using MSISDN 1016
22:48:41.206553 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:41.283545 tst register_default_mass.py: using MSISDN 1017
22:48:41.289577 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:41.358750 tst register_default_mass.py: using MSISDN 1018
22:48:41.365409 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:41.441933 tst register_default_mass.py: using MSISDN 1019
22:48:41.447913 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:41.592870 tst register_default_mass.py: using MSISDN 1020
22:48:41.598973 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:41.681617 tst register_default_mass.py: using MSISDN 1021
22:48:41.687653 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:41.765264 tst register_default_mass.py: using MSISDN 1022
22:48:41.770935 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:41.851053 tst register_default_mass.py: using MSISDN 1023
22:48:41.857865 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:41.970448 tst register_default_mass.py: using MSISDN 1024
22:48:41.976141 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:42.059759 tst register_default_mass.py: using MSISDN 1025
22:48:42.066016 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:42.152693 tst register_default_mass.py: using MSISDN 1026
22:48:42.165151 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:42.253186 tst register_default_mass.py: using MSISDN 1027
22:48:42.281439 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:42.382968 tst register_default_mass.py: using MSISDN 1028
22:48:42.395558 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:42.465313 tst register_default_mass.py: using MSISDN 1029
22:48:42.485954 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:42.549545 tst register_default_mass.py: using MSISDN 1030
22:48:42.569058 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:42.646528 tst register_default_mass.py: using MSISDN 1031
22:48:42.658972 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:42.773457 tst register_default_mass.py: using MSISDN 1032
22:48:42.779390 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:42.889925 tst register_default_mass.py: using MSISDN 1033
22:48:42.912525 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:43.001159 tst register_default_mass.py: using MSISDN 1034
22:48:43.022626 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:43.108209 tst register_default_mass.py: using MSISDN 1035
22:48:43.114340 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:43.197421 tst register_default_mass.py: using MSISDN 1036
22:48:43.220284 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:43.304346 tst register_default_mass.py: using MSISDN 1037
22:48:43.311493 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:43.381343 tst register_default_mass.py: using MSISDN 1038
22:48:43.387249 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:43.468760 tst register_default_mass.py: using MSISDN 1039
22:48:43.474547 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:43.538319 tst register_default_mass.py: using MSISDN 1040
22:48:43.544177 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:43.624202 tst register_default_mass.py: using MSISDN 1041
22:48:43.630118 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:43.701317 tst register_default_mass.py: using MSISDN 1042
22:48:43.707360 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:43.877865 tst register_default_mass.py: using MSISDN 1043
22:48:43.888143 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:43.961076 tst register_default_mass.py: using MSISDN 1044
22:48:43.978738 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:44.052954 tst register_default_mass.py: using MSISDN 1045
22:48:44.073828 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:44.151275 tst register_default_mass.py: using MSISDN 1046
22:48:44.161047 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:44.230262 tst register_default_mass.py: using MSISDN 1047
22:48:44.236076 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:44.322552 tst register_default_mass.py: using MSISDN 1048
22:48:44.336839 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:44.414299 tst register_default_mass.py: using MSISDN 1049
22:48:44.431170 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:44.520721 tst register_default_mass.py: using MSISDN 1050
22:48:44.542810 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:44.619501 tst register_default_mass.py: using MSISDN 1051
22:48:44.625727 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:44.698455 tst register_default_mass.py: using MSISDN 1052
22:48:44.704294 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:44.777213 tst register_default_mass.py: using MSISDN 1053
22:48:44.786562 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:44.854559 tst register_default_mass.py: using MSISDN 1054
22:48:44.871776 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:44.932350 tst register_default_mass.py: using MSISDN 1055
22:48:44.950506 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:45.028469 tst register_default_mass.py: using MSISDN 1056
22:48:45.034618 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:45.151844 tst register_default_mass.py: using MSISDN 1057
22:48:45.162360 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:45.242206 tst register_default_mass.py: using MSISDN 1058
22:48:45.247942 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:45.332800 tst register_default_mass.py: using MSISDN 1059
22:48:45.342637 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:45.416549 tst register_default_mass.py: using MSISDN 1060
22:48:45.422586 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:45.492596 tst register_default_mass.py: using MSISDN 1061
22:48:45.513978 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:45.589013 tst register_default_mass.py: using MSISDN 1062
22:48:45.595051 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:45.676852 tst register_default_mass.py: using MSISDN 1063
22:48:45.685908 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:45.765796 tst register_default_mass.py: using MSISDN 1064
22:48:45.786112 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:45.859010 tst register_default_mass.py: using MSISDN 1065
22:48:45.867241 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:45.944650 tst register_default_mass.py: using MSISDN 1066
22:48:45.950648 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:46.019565 tst register_default_mass.py: using MSISDN 1067
22:48:46.119137 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:46.225400 tst register_default_mass.py: using MSISDN 1068
22:48:46.238724 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:46.318678 tst register_default_mass.py: using MSISDN 1069
22:48:46.334322 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:46.417132 tst register_default_mass.py: using MSISDN 1070
22:48:46.433953 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:46.506175 tst register_default_mass.py: using MSISDN 1071
22:48:46.528116 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:46.596683 tst register_default_mass.py: using MSISDN 1072
22:48:46.602726 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:46.679521 tst register_default_mass.py: using MSISDN 1073
22:48:46.687841 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:46.766073 tst register_default_mass.py: using MSISDN 1074
22:48:46.775629 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:46.846734 tst register_default_mass.py: using MSISDN 1075
22:48:46.856496 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:46.935086 tst register_default_mass.py: using MSISDN 1076
22:48:46.954312 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:47.032236 tst register_default_mass.py: using MSISDN 1077
22:48:47.038168 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:47.108253 tst register_default_mass.py: using MSISDN 1078
22:48:47.114818 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:47.184445 tst register_default_mass.py: using MSISDN 1079
22:48:47.194930 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:47.271146 tst register_default_mass.py: using MSISDN 1080
22:48:47.295062 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:47.370760 tst register_default_mass.py: using MSISDN 1081
22:48:47.395033 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:47.464142 tst register_default_mass.py: using MSISDN 1082
22:48:47.485613 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:47.560515 tst register_default_mass.py: using MSISDN 1083
22:48:47.580730 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:47.674962 tst register_default_mass.py: using MSISDN 1084
22:48:47.694595 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:47.771641 tst register_default_mass.py: using MSISDN 1085
22:48:47.795984 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:47.877441 tst register_default_mass.py: using MSISDN 1086
22:48:47.890614 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:47.977997 tst register_default_mass.py: using MSISDN 1087
22:48:47.983997 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:48.058612 tst register_default_mass.py: using MSISDN 1088
22:48:48.073712 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:48.135423 tst register_default_mass.py: using MSISDN 1089
22:48:48.142321 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:48.215628 tst register_default_mass.py: using MSISDN 1090
22:48:48.230470 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:48.307414 tst register_default_mass.py: using MSISDN 1091
22:48:48.321112 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:48.424132 tst register_default_mass.py: using MSISDN 1092
22:48:48.442081 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:48.515615 tst register_default_mass.py: using MSISDN 1093
22:48:48.521517 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:48.591369 tst register_default_mass.py: using MSISDN 1094
22:48:48.597183 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:48.678846 tst register_default_mass.py: using MSISDN 1095
22:48:48.690343 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:48.769563 tst register_default_mass.py: using MSISDN 1096
22:48:48.775351 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:48.855187 tst register_default_mass.py: using MSISDN 1097
22:48:48.866323 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:48.954591 tst register_default_mass.py: using MSISDN 1098
22:48:48.973153 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:49.055456 tst register_default_mass.py: using MSISDN 1099
22:48:49.078145 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:49.161086 tst register_default_mass.py: using MSISDN 1100
22:48:49.173549 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:49.283823 run mass: Starting testcase
22:48:49.289699 run mass: Pre-launching all virtphy's
22:48:49.295223 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:49.308832 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:49.315056 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:49.328825 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:49.335027 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:49.348182 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:49.354430 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:49.368179 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:49.374512 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:49.388244 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:49.394607 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:49.408313 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:49.414613 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:49.428121 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:49.434368 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:49.447778 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:49.453825 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:49.466977 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:49.473053 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:49.486201 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:49.492344 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:49.505659 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:49.511869 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:49.525500 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:49.531643 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:49.545127 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:49.551627 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:49.565542 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:49.572054 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:49.585856 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:49.592231 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:49.606133 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:49.612443 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:49.626072 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:49.632268 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:49.645760 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:49.652139 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:49.665957 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:49.672259 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:49.685894 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:49.692203 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:49.705852 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:49.712199 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:49.725950 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:49.732293 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:49.746014 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:49.752389 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:49.784061 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:49.794648 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:49.808014 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:49.814354 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:49.828083 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:49.857682 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:49.871333 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:49.877414 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:49.890368 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:49.896421 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:49.909369 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:49.915530 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:49.928661 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:49.934877 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:49.947977 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:49.954083 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:49.966876 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:49.973048 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:49.986268 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:49.992404 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:50.005527 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:50.011714 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:50.024984 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:50.031126 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:50.044164 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:50.050191 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:50.063128 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:50.069057 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:50.082090 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:50.088142 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:50.101398 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:50.107427 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:50.121074 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:50.127480 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:50.141217 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:50.147673 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:50.161397 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:50.167643 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:50.181083 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:50.187232 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:50.200378 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:50.206483 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:50.219821 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:50.225918 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:50.239179 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:50.245197 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:50.258240 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:50.264248 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:50.277290 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:50.283325 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:50.296529 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:50.303087 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:50.316513 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:50.322621 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:50.336088 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:50.342361 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:50.355749 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:50.361926 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:50.375117 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:50.381323 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:50.395014 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:50.401350 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:50.414991 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:50.421483 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:50.435420 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:50.441901 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:50.455772 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:50.462111 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:50.475614 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:50.481764 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:50.494936 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:50.501098 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:50.514487 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:50.520822 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:50.534655 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:50.540957 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:50.554772 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:50.561185 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:50.575078 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:50.581575 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:50.595433 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:50.601745 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:50.615429 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:50.621793 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:50.635595 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:50.641892 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:50.655645 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:50.661988 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:50.675831 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:50.682338 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:50.695963 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:50.702185 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:50.715450 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:50.721805 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:50.735328 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:50.741616 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:50.755042 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:50.761421 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:50.775134 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:50.781450 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:50.794853 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:50.894370 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:50.907240 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:50.913286 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:50.926130 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:50.932068 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:50.944773 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:50.950669 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:50.963404 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:50.969340 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:50.982141 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:50.988150 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:51.001659 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:51.007985 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:51.021587 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:51.027747 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:51.041050 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:51.047559 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:51.062248 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:51.068744 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:51.082248 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:51.088777 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:51.102226 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:51.108415 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:51.121824 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:51.128188 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:51.142062 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:51.148386 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:51.162310 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:51.168560 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:51.181649 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:51.187679 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:51.200786 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:51.207074 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:51.220445 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:51.226537 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:51.239999 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:51.246165 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:51.260171 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:51.266546 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:51.280554 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:51.286852 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:51.300745 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:51.307114 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:51.320867 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:51.327264 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:51.341179 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:51.347644 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:51.361553 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:51.368003 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:51.381924 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:51.388342 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:51.402286 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:51.408665 run mass: Checking if sockets are in the filesystem
22:48:51.421442 run osmo-ms-mob/00000: Starting mobile
22:48:51.435265 run osmo-ms-mob/00000(pid=135): Launched
22:48:51.451981 run mass: MS start registered {at=24404237.155336276, delay=0.010385695844888687, ms=00000}
22:48:55.621960 run osmo-ms-mob/00001: Starting mobile
22:48:55.635213 run osmo-ms-mob/00001(pid=136): Launched
22:48:55.646139 run mass: MS start registered {at=24404241.349485923, delay=0.004729963839054108, ms=00001}
22:48:57.206170 run mass: MS performed LU {at=24404242.90948383, lu_delay=5.754147555679083, ms=00000}
22:48:57.434882 run osmo-ms-mob/00002: Starting mobile
22:48:57.449237 run osmo-ms-mob/00002(pid=137): Launched
22:48:57.460083 run mass: MS start registered {at=24404243.16341781, delay=0.004564803093671799, ms=00002}
22:48:58.721342 run osmo-ms-mob/00003: Starting mobile
22:48:58.735356 run osmo-ms-mob/00003(pid=138): Launched
22:48:58.746805 run mass: MS start registered {at=24404244.450155113, delay=0.004775088280439377, ms=00003}
22:48:59.829361 run osmo-ms-mob/00004: Starting mobile
22:48:59.844081 run osmo-ms-mob/00004(pid=139): Launched
22:48:59.855091 run mass: MS start registered {at=24404245.558443464, delay=0.004940565675497055, ms=00004}
22:49:00.821535 run osmo-ms-mob/00005: Starting mobile
22:49:00.835727 run osmo-ms-mob/00005(pid=140): Launched
22:49:00.850452 run mass: MS start registered {at=24404246.55379188, delay=0.0077354274690151215, ms=00005}
22:49:00.972684 run mass: MS performed LU {at=24404246.675999157, lu_delay=5.326513234525919, ms=00001}
22:49:01.735704 run osmo-ms-mob/00006: Starting mobile
22:49:01.749573 run osmo-ms-mob/00006(pid=141): Launched
22:49:01.760471 run mass: MS start registered {at=24404247.463821065, delay=0.004849176853895187, ms=00006}
22:49:02.624714 run osmo-ms-mob/00007: Starting mobile
22:49:02.637880 run osmo-ms-mob/00007(pid=142): Launched
22:49:02.648671 run mass: MS start registered {at=24404248.352021247, delay=0.004654116928577423, ms=00007}
22:49:02.874720 run mass: MS performed LU {at=24404248.578026865, lu_delay=5.414609055966139, ms=00002}
22:49:03.421721 run osmo-ms-mob/00008: Starting mobile
22:49:03.435028 run osmo-ms-mob/00008(pid=143): Launched
22:49:03.446493 run mass: MS start registered {at=24404249.149836726, delay=0.005074966698884964, ms=00008}
22:49:04.121424 run osmo-ms-mob/00009: Starting mobile
22:49:04.135578 run osmo-ms-mob/00009(pid=144): Launched
22:49:04.146854 run mass: MS start registered {at=24404249.850201804, delay=0.004952568560838699, ms=00009}
22:49:04.738048 run mass: MS performed LU {at=24404250.441378858, lu_delay=4.882935393601656, ms=00004}
22:49:04.749422 run osmo-ms-mob/00010: Starting mobile
22:49:04.762699 run osmo-ms-mob/00010(pid=145): Launched
22:49:04.773946 run mass: MS start registered {at=24404250.47730081, delay=0.004938587546348572, ms=00010}
22:49:04.784648 run mass: MS performed LU {at=24404250.487990815, lu_delay=6.037835702300072, ms=00003}
22:49:05.423024 run osmo-ms-mob/00011: Starting mobile
22:49:05.436201 run osmo-ms-mob/00011(pid=146): Launched
22:49:05.447744 run mass: MS start registered {at=24404251.15108906, delay=0.005517721176147461, ms=00011}
22:49:06.026333 run osmo-ms-mob/00012: Starting mobile
22:49:06.052248 run osmo-ms-mob/00012(pid=147): Launched
22:49:06.071354 run mass: MS start registered {at=24404251.774690438, delay=0.0062127485871315, ms=00012}
22:49:06.626574 run osmo-ms-mob/00013: Starting mobile
22:49:06.641460 run osmo-ms-mob/00013(pid=148): Launched
22:49:06.647913 run mass: MS performed LU {at=24404252.351267178, lu_delay=5.7974752970039845, ms=00005}
22:49:06.654017 run mass: MS start registered {at=24404252.35738177, delay=0.006136544048786163, ms=00013}
22:49:06.686291 run mass: MS performed LU {at=24404252.389621273, lu_delay=4.925800208002329, ms=00006}
22:49:07.220823 run osmo-ms-mob/00014: Starting mobile
22:49:07.234911 run osmo-ms-mob/00014(pid=149): Launched
22:49:07.246332 run mass: MS start registered {at=24404252.949677132, delay=0.005052480846643448, ms=00014}
22:49:07.821792 run osmo-ms-mob/00015: Starting mobile
22:49:07.835667 run osmo-ms-mob/00015(pid=150): Launched
22:49:07.846976 run mass: MS start registered {at=24404253.550307922, delay=0.004947353154420853, ms=00015}
22:49:08.328236 run osmo-ms-mob/00016: Starting mobile
22:49:08.341618 run osmo-ms-mob/00016(pid=151): Launched
22:49:08.352639 run mass: MS start registered {at=24404254.05598825, delay=0.004855889827013016, ms=00016}
22:49:08.503896 run mass: MS performed LU {at=24404254.207228944, lu_delay=5.057392217218876, ms=00008}
22:49:08.550489 run mass: MS performed LU {at=24404254.253838588, lu_delay=5.901817340403795, ms=00007}
22:49:08.820967 run osmo-ms-mob/00017: Starting mobile
22:49:08.835321 run osmo-ms-mob/00017(pid=152): Launched
22:49:08.850283 run mass: MS start registered {at=24404254.553609762, delay=0.008169569075107574, ms=00017}
22:49:09.422869 run osmo-ms-mob/00018: Starting mobile
22:49:09.438519 run osmo-ms-mob/00018(pid=153): Launched
22:49:09.455781 run mass: MS start registered {at=24404255.159110826, delay=0.009524267166852951, ms=00018}
22:49:09.820738 run osmo-ms-mob/00019: Starting mobile
22:49:09.834526 run osmo-ms-mob/00019(pid=154): Launched
22:49:09.846149 run mass: MS start registered {at=24404255.549492557, delay=0.005281899124383926, ms=00019}
22:49:10.320610 run osmo-ms-mob/00020: Starting mobile
22:49:10.334519 run osmo-ms-mob/00020(pid=155): Launched
22:49:10.346188 run mass: MS start registered {at=24404256.049533352, delay=0.004891794174909592, ms=00020}
22:49:10.405850 run mass: MS performed LU {at=24404256.109187167, lu_delay=6.258985362946987, ms=00009}
22:49:10.451369 run mass: MS performed LU {at=24404256.15470046, lu_delay=5.677399650216103, ms=00010}
22:49:10.520382 run mass: MS performed LU {at=24404256.223715857, lu_delay=5.072626795619726, ms=00011}
22:49:10.821568 run osmo-ms-mob/00021: Starting mobile
22:49:10.835034 run osmo-ms-mob/00021(pid=156): Launched
22:49:10.846400 run mass: MS start registered {at=24404256.549747534, delay=0.00509968027472496, ms=00021}
22:49:11.220409 run osmo-ms-mob/00022: Starting mobile
22:49:11.234229 run osmo-ms-mob/00022(pid=157): Launched
22:49:11.245867 run mass: MS start registered {at=24404256.949215464, delay=0.005179598927497864, ms=00022}
22:49:11.803123 run osmo-ms-mob/00023: Starting mobile
22:49:11.816964 run osmo-ms-mob/00023(pid=158): Launched
22:49:11.823288 run mass: Starting too slowly. Moving on {now=24404257.526656114, sleep=-0.008552949875593185, target=24404257.518103164}
22:49:11.829061 run mass: MS start registered {at=24404257.53242171, delay=0.005768038332462311, ms=00023}
22:49:12.231601 run osmo-ms-mob/00024: Starting mobile
22:49:12.246083 run osmo-ms-mob/00024(pid=159): Launched
22:49:12.252446 run mass: Starting too slowly. Moving on {now=24404257.955813207, sleep=-0.0377100370824337, target=24404257.91810317}
22:49:12.258413 run mass: MS performed LU {at=24404257.961771555, lu_delay=5.604389786720276, ms=00013}
22:49:12.264493 run mass: MS start registered {at=24404257.967858907, delay=0.012048255652189255, ms=00024}
22:49:12.271037 run mass: MS performed LU {at=24404257.974394493, lu_delay=6.1997040547430515, ms=00012}
22:49:12.316495 run mass: MS performed LU {at=24404258.019818664, lu_delay=5.070141531527042, ms=00014}
22:49:12.440072 run mass: MS performed LU {at=24404258.143407386, lu_delay=4.5930994637310505, ms=00015}
22:49:12.453210 run osmo-ms-mob/00025: Starting mobile
22:49:12.467971 run osmo-ms-mob/00025(pid=160): Launched
22:49:12.479350 run mass: MS start registered {at=24404258.182698723, delay=0.005145128816366196, ms=00025}
22:49:13.021125 run osmo-ms-mob/00026: Starting mobile
22:49:13.034868 run osmo-ms-mob/00026(pid=161): Launched
22:49:13.046312 run mass: MS start registered {at=24404258.749655735, delay=0.00509166345000267, ms=00026}
22:49:13.425088 run osmo-ms-mob/00027: Starting mobile
22:49:13.438328 run osmo-ms-mob/00027(pid=162): Launched
22:49:13.449473 run mass: MS start registered {at=24404259.152822454, delay=0.005090467631816864, ms=00027}
22:49:13.820898 run osmo-ms-mob/00028: Starting mobile
22:49:13.834763 run osmo-ms-mob/00028(pid=163): Launched
22:49:13.846117 run mass: MS start registered {at=24404259.549465816, delay=0.004983827471733093, ms=00028}
22:49:14.171951 run mass: MS performed LU {at=24404259.87520265, lu_delay=4.716091822832823, ms=00018}
22:49:14.200276 run osmo-ms-mob/00029: Starting mobile
22:49:14.213519 run osmo-ms-mob/00029(pid=164): Launched
22:49:14.219888 run mass: MS performed LU {at=24404259.9232477, lu_delay=5.3696379363536835, ms=00017}
22:49:14.225785 run mass: MS start registered {at=24404259.929151006, delay=0.005921345204114914, ms=00029}
22:49:14.288000 run mass: MS performed LU {at=24404259.99125435, lu_delay=5.935266099870205, ms=00016}
22:49:14.579667 run mass: MS performed LU {at=24404260.28291819, lu_delay=4.733425632119179, ms=00019}
22:49:14.600485 run osmo-ms-mob/00030: Starting mobile
22:49:14.613984 run osmo-ms-mob/00030(pid=165): Launched
22:49:14.625062 run mass: MS start registered {at=24404260.3284114, delay=0.0045593976974487305, ms=00030}
22:49:15.037481 run osmo-ms-mob/00031: Starting mobile
22:49:15.055877 run osmo-ms-mob/00031(pid=166): Launched
22:49:15.071623 run mass: MS start registered {at=24404260.774958298, delay=0.00872146338224411, ms=00031}
22:49:15.320989 run osmo-ms-mob/00032: Starting mobile
22:49:15.334887 run osmo-ms-mob/00032(pid=167): Launched
22:49:15.345977 run mass: MS start registered {at=24404261.04931857, delay=0.004903338849544525, ms=00032}
22:49:15.723440 run osmo-ms-mob/00033: Starting mobile
22:49:15.736985 run osmo-ms-mob/00033(pid=168): Launched
22:49:15.748235 run mass: MS start registered {at=24404261.451587554, delay=0.0049044303596019745, ms=00033}
22:49:16.035600 run mass: MS performed LU {at=24404261.73892925, lu_delay=5.189181715250015, ms=00021}
22:49:16.054673 run osmo-ms-mob/00034: Starting mobile
22:49:16.067817 run osmo-ms-mob/00034(pid=169): Launched
22:49:16.079045 run mass: MS start registered {at=24404261.782395545, delay=0.005009118467569351, ms=00034}
22:49:16.085416 run mass: MS performed LU {at=24404261.78877636, lu_delay=5.739243008196354, ms=00020}
22:49:16.421613 run osmo-ms-mob/00035: Starting mobile
22:49:16.436164 run osmo-ms-mob/00035(pid=170): Launched
22:49:16.447158 run mass: MS start registered {at=24404262.150509115, delay=0.004831269383430481, ms=00035}
22:49:16.821236 run osmo-ms-mob/00036: Starting mobile
22:49:16.834573 run osmo-ms-mob/00036(pid=171): Launched
22:49:16.845681 run mass: MS start registered {at=24404262.549025528, delay=0.0048909373581409454, ms=00036}
22:49:17.236921 run osmo-ms-mob/00037: Starting mobile
22:49:17.251598 run osmo-ms-mob/00037(pid=172): Launched
22:49:17.262942 run mass: MS start registered {at=24404262.966288023, delay=0.005258459597826004, ms=00037}
22:49:17.536323 run osmo-ms-mob/00038: Starting mobile
22:49:17.550160 run osmo-ms-mob/00038(pid=173): Launched
22:49:17.561605 run mass: MS start registered {at=24404263.264953323, delay=0.005304548889398575, ms=00038}
22:49:17.840209 run osmo-ms-mob/00039: Starting mobile
22:49:17.855225 run osmo-ms-mob/00039(pid=174): Launched
22:49:17.866455 run mass: MS start registered {at=24404263.569793545, delay=0.004729125648736954, ms=00039}
22:49:17.937472 run mass: MS performed LU {at=24404263.640765652, lu_delay=4.8911099173128605, ms=00026}
22:49:17.984615 run mass: MS performed LU {at=24404263.687892206, lu_delay=5.720033299177885, ms=00024}
22:49:18.053281 run mass: MS performed LU {at=24404263.75653253, lu_delay=5.573833808302879, ms=00025}
22:49:18.081016 run osmo-ms-mob/00040: Starting mobile
22:49:18.094919 run osmo-ms-mob/00040(pid=175): Launched
22:49:18.101323 run mass: MS performed LU {at=24404263.804681666, lu_delay=6.272259954363108, ms=00023}
22:49:18.107672 run mass: MS start registered {at=24404263.811027408, delay=0.006366461515426636, ms=00040}
22:49:18.345074 run mass: MS performed LU {at=24404264.048324037, lu_delay=4.895501583814621, ms=00027}
22:49:18.367522 run osmo-ms-mob/00041: Starting mobile
22:49:18.380872 run osmo-ms-mob/00041(pid=176): Launched
22:49:18.392751 run mass: MS start registered {at=24404264.096094433, delay=0.005589835345745087, ms=00041}
22:49:18.828728 run osmo-ms-mob/00042: Starting mobile
22:49:18.843877 run osmo-ms-mob/00042(pid=177): Launched
22:49:18.855263 run mass: MS start registered {at=24404264.558608625, delay=0.005205228924751282, ms=00042}
22:49:19.238642 run osmo-ms-mob/00043: Starting mobile
22:49:19.252576 run osmo-ms-mob/00043(pid=178): Launched
22:49:19.263963 run mass: MS start registered {at=24404264.967313092, delay=0.005145493894815445, ms=00043}
22:49:19.521511 run osmo-ms-mob/00044: Starting mobile
22:49:19.535256 run osmo-ms-mob/00044(pid=179): Launched
22:49:19.546755 run mass: MS start registered {at=24404265.25010272, delay=0.004970315843820572, ms=00044}
22:49:19.776501 run mass: MS performed LU {at=24404265.479757465, lu_delay=5.151346065104008, ms=00030}
22:49:19.805289 run osmo-ms-mob/00045: Starting mobile
22:49:19.818611 run osmo-ms-mob/00045(pid=180): Launched
22:49:19.824861 run mass: MS performed LU {at=24404265.528221738, lu_delay=4.7532634399831295, ms=00031}
22:49:19.830909 run mass: MS start registered {at=24404265.53427557, delay=0.006072107702493668, ms=00045}
22:49:19.847465 run mass: MS performed LU {at=24404265.550800297, lu_delay=6.001334480941296, ms=00028}
22:49:19.859103 run osmo-ms-mob/00046: Starting mobile
22:49:19.873002 run osmo-ms-mob/00046(pid=181): Launched
22:49:19.884578 run mass: MS start registered {at=24404265.587920003, delay=0.005063533782958984, ms=00046}
22:49:20.047022 run mass: MS performed LU {at=24404265.75027915, lu_delay=4.7009605802595615, ms=00032}
22:49:20.437295 run osmo-ms-mob/00047: Starting mobile
22:49:20.451157 run osmo-ms-mob/00047(pid=182): Launched
22:49:20.462395 run mass: MS start registered {at=24404266.165741913, delay=0.005004897713661194, ms=00047}
22:49:20.721614 run osmo-ms-mob/00048: Starting mobile
22:49:20.736187 run osmo-ms-mob/00048(pid=183): Launched
22:49:20.747676 run mass: MS start registered {at=24404266.451015003, delay=0.005065754055976868, ms=00048}
22:49:21.022728 run osmo-ms-mob/00049: Starting mobile
22:49:21.036335 run osmo-ms-mob/00049(pid=184): Launched
22:49:21.047722 run mass: MS start registered {at=24404266.751065664, delay=0.0048155710101127625, ms=00049}
22:49:21.325444 run osmo-ms-mob/00050: Starting mobile
22:49:21.338772 run osmo-ms-mob/00050(pid=185): Launched
22:49:21.350191 run mass: MS start registered {at=24404267.053533416, delay=0.005089089274406433, ms=00050}
22:49:21.703297 run mass: MS performed LU {at=24404267.406631075, lu_delay=5.624235529452562, ms=00034}
22:49:21.714744 run osmo-ms-mob/00051: Starting mobile
22:49:21.728513 run osmo-ms-mob/00051(pid=186): Launched
22:49:21.740316 run mass: MS start registered {at=24404267.443652045, delay=0.005437467247247696, ms=00051}
22:49:21.749763 run mass: MS performed LU {at=24404267.4531008, lu_delay=5.302591685205698, ms=00035}
22:49:21.818826 run mass: MS performed LU {at=24404267.522160795, lu_delay=6.07057324051857, ms=00033}
22:49:21.834857 run osmo-ms-mob/00052: Starting mobile
22:49:21.848595 run osmo-ms-mob/00052(pid=187): Launched
22:49:21.855076 run mass: MS performed LU {at=24404267.55843277, lu_delay=5.009407240897417, ms=00036}
22:49:21.861273 run mass: MS start registered {at=24404267.56463826, delay=0.006225846707820892, ms=00052}
22:49:22.108804 run mass: MS performed LU {at=24404267.81213851, lu_delay=4.845850486308336, ms=00037}
22:49:22.119930 run osmo-ms-mob/00053: Starting mobile
22:49:22.133373 run osmo-ms-mob/00053(pid=188): Launched
22:49:22.144667 run mass: MS start registered {at=24404267.84801418, delay=0.0049001239240169525, ms=00053}
22:49:22.620885 run osmo-ms-mob/00054: Starting mobile
22:49:22.634805 run osmo-ms-mob/00054(pid=189): Launched
22:49:22.649539 run mass: MS start registered {at=24404268.352884866, delay=0.007391329854726791, ms=00054}
22:49:22.920607 run osmo-ms-mob/00055: Starting mobile
22:49:22.933974 run osmo-ms-mob/00055(pid=190): Launched
22:49:22.945414 run mass: MS start registered {at=24404268.648756646, delay=0.005160853266716003, ms=00055}
22:49:23.220455 run osmo-ms-mob/00056: Starting mobile
22:49:23.233960 run osmo-ms-mob/00056(pid=191): Launched
22:49:23.246607 run mass: MS start registered {at=24404268.94995325, delay=0.005344320088624954, ms=00056}
22:49:23.483982 run mass: MS performed LU {at=24404269.18731111, lu_delay=5.92235778644681, ms=00038}
22:49:23.495832 run osmo-ms-mob/00057: Starting mobile
22:49:23.509723 run osmo-ms-mob/00057(pid=192): Launched
22:49:23.520998 run mass: MS start registered {at=24404269.224348444, delay=0.004926946014165878, ms=00057}
22:49:23.567764 run mass: MS performed LU {at=24404269.27109631, lu_delay=4.7124876864254475, ms=00042}
22:49:23.613616 run mass: MS performed LU {at=24404269.316968884, lu_delay=5.505941476672888, ms=00040}
22:49:23.775627 run mass: MS performed LU {at=24404269.478962503, lu_delay=5.90916895866394, ms=00039}
22:49:23.786979 run osmo-ms-mob/00058: Starting mobile
22:49:23.800637 run osmo-ms-mob/00058(pid=193): Launched
22:49:23.812347 run mass: MS performed LU {at=24404269.515682656, lu_delay=5.419588223099709, ms=00041}
22:49:23.818721 run mass: MS start registered {at=24404269.522086512, delay=0.011525079607963562, ms=00058}
22:49:24.221879 run osmo-ms-mob/00059: Starting mobile
22:49:24.236188 run osmo-ms-mob/00059(pid=194): Launched
22:49:24.247909 run mass: MS start registered {at=24404269.95125104, delay=0.005261175334453583, ms=00059}
22:49:24.520972 run osmo-ms-mob/00060: Starting mobile
22:49:24.534839 run osmo-ms-mob/00060(pid=195): Launched
22:49:24.546853 run mass: MS start registered {at=24404270.250196397, delay=0.005375731736421585, ms=00060}
22:49:24.882295 run mass: MS performed LU {at=24404270.5856105, lu_delay=3.834544837474823, ms=00049}
22:49:24.895654 run osmo-ms-mob/00061: Starting mobile
22:49:24.910205 run osmo-ms-mob/00061(pid=196): Launched
22:49:24.921843 run mass: MS start registered {at=24404270.6251864, delay=0.005120091140270233, ms=00061}
22:49:25.221111 run osmo-ms-mob/00062: Starting mobile
22:49:25.234918 run osmo-ms-mob/00062(pid=197): Launched
22:49:25.246484 run mass: MS start registered {at=24404270.949824598, delay=0.005188599228858948, ms=00062}
22:49:25.348381 run mass: MS performed LU {at=24404271.051712926, lu_delay=5.4637929238379, ms=00046}
22:49:25.386086 run mass: MS performed LU {at=24404271.08941822, lu_delay=6.122105129063129, ms=00043}
22:49:25.397540 run osmo-ms-mob/00063: Starting mobile
22:49:25.411616 run osmo-ms-mob/00063(pid=198): Launched
22:49:25.423032 run mass: MS start registered {at=24404271.126373, delay=0.005320277065038681, ms=00063}
22:49:25.469043 run mass: MS performed LU {at=24404271.172378715, lu_delay=5.638103146106005, ms=00045}
22:49:25.639569 run mass: MS performed LU {at=24404271.3428967, lu_delay=4.891881696879864, ms=00048}
22:49:25.713328 run mass: MS performed LU {at=24404271.416646432, lu_delay=5.250904519110918, ms=00047}
22:49:25.724853 run osmo-ms-mob/00064: Starting mobile
22:49:25.738407 run osmo-ms-mob/00064(pid=199): Launched
22:49:25.749507 run mass: MS start registered {at=24404271.45285769, delay=0.004486575722694397, ms=00064}
22:49:26.321149 run osmo-ms-mob/00065: Starting mobile
22:49:26.335158 run osmo-ms-mob/00065(pid=200): Launched
22:49:26.348224 run mass: MS start registered {at=24404272.051564056, delay=0.0064082071185112, ms=00065}
22:49:26.621685 run osmo-ms-mob/00066: Starting mobile
22:49:26.635975 run osmo-ms-mob/00066(pid=201): Launched
22:49:26.647513 run mass: MS start registered {at=24404272.350860894, delay=0.0050187744200229645, ms=00066}
22:49:27.021031 run osmo-ms-mob/00067: Starting mobile
22:49:27.034929 run osmo-ms-mob/00067(pid=202): Launched
22:49:27.046366 run mass: MS start registered {at=24404272.74971612, delay=0.004949163645505905, ms=00067}
22:49:27.250212 run mass: MS performed LU {at=24404272.953543205, lu_delay=5.900009788572788, ms=00050}
22:49:27.262318 run osmo-ms-mob/00068: Starting mobile
22:49:27.276143 run osmo-ms-mob/00068(pid=203): Launched
22:49:27.287583 run mass: MS start registered {at=24404272.990930192, delay=0.005051691085100174, ms=00068}
22:49:27.333904 run mass: MS performed LU {at=24404273.037214506, lu_delay=5.189200326800346, ms=00053}
22:49:27.379529 run mass: MS performed LU {at=24404273.08285292, lu_delay=4.729968052357435, ms=00054}
22:49:27.541279 run mass: MS performed LU {at=24404273.24460359, lu_delay=5.800951544195414, ms=00051}
22:49:27.680941 run osmo-ms-mob/00069: Starting mobile
22:49:27.693923 run osmo-ms-mob/00069(pid=204): Launched
22:49:27.700032 run mass: MS performed LU {at=24404273.403390903, lu_delay=5.838752642273903, ms=00052}
22:49:27.705868 run mass: MS performed LU {at=24404273.40923451, lu_delay=4.760477863252163, ms=00055}
22:49:27.712201 run mass: MS start registered {at=24404273.41556398, delay=0.012193717062473297, ms=00069}
22:49:28.120976 run osmo-ms-mob/00070: Starting mobile
22:49:28.134061 run osmo-ms-mob/00070(pid=205): Launched
22:49:28.145495 run mass: MS start registered {at=24404273.848836023, delay=0.005394589155912399, ms=00070}
22:49:28.521106 run osmo-ms-mob/00071: Starting mobile
22:49:28.534625 run osmo-ms-mob/00071(pid=206): Launched
22:49:28.546496 run mass: MS start registered {at=24404274.24983458, delay=0.00534592941403389, ms=00071}
22:49:28.921492 run osmo-ms-mob/00072: Starting mobile
22:49:28.935547 run osmo-ms-mob/00072(pid=207): Launched
22:49:28.946710 run mass: MS start registered {at=24404274.650063187, delay=0.0048795826733112335, ms=00072}
22:49:29.114698 run mass: MS performed LU {at=24404274.818035636, lu_delay=5.593687191605568, ms=00057}
22:49:29.151544 run mass: MS performed LU {at=24404274.854882747, lu_delay=5.332796234637499, ms=00058}
22:49:29.234487 run mass: MS performed LU {at=24404274.9378193, lu_delay=4.687622901052237, ms=00060}
22:49:29.246011 run osmo-ms-mob/00073: Starting mobile
22:49:29.259454 run osmo-ms-mob/00073(pid=208): Launched
22:49:29.270222 run mass: MS start registered {at=24404274.97357597, delay=0.00466754287481308, ms=00073}
22:49:29.405757 run mass: MS performed LU {at=24404275.10908188, lu_delay=5.157830838114023, ms=00059}
22:49:29.478937 run mass: MS performed LU {at=24404275.182260294, lu_delay=6.23230704292655, ms=00056}
22:49:29.721006 run osmo-ms-mob/00074: Starting mobile
22:49:29.734577 run osmo-ms-mob/00074(pid=209): Launched
22:49:29.745519 run mass: MS start registered {at=24404275.44886659, delay=0.00477411225438118, ms=00074}
22:49:30.120644 run osmo-ms-mob/00075: Starting mobile
22:49:30.134456 run osmo-ms-mob/00075(pid=210): Launched
22:49:30.145732 run mass: MS start registered {at=24404275.849083647, delay=0.004844199866056442, ms=00075}
22:49:30.621556 run osmo-ms-mob/00076: Starting mobile
22:49:30.635587 run osmo-ms-mob/00076(pid=211): Launched
22:49:30.646836 run mass: MS start registered {at=24404276.35018491, delay=0.004703093320131302, ms=00076}
22:49:31.021447 run osmo-ms-mob/00077: Starting mobile
22:49:31.035161 run osmo-ms-mob/00077(pid=212): Launched
22:49:31.041306 run mass: MS performed LU {at=24404276.744665477, lu_delay=5.291807785630226, ms=00064}
22:49:31.047316 run mass: MS start registered {at=24404276.750682525, delay=0.006036270409822464, ms=00077}
22:49:31.098695 run mass: MS performed LU {at=24404276.80202846, lu_delay=6.1768420599401, ms=00061}
22:49:31.145194 run mass: MS performed LU {at=24404276.848525856, lu_delay=4.796961799263954, ms=00065}
22:49:31.307221 run mass: MS performed LU {at=24404277.010555945, lu_delay=6.0607313476502895, ms=00062}
22:49:31.318551 run osmo-ms-mob/00078: Starting mobile
22:49:31.331964 run osmo-ms-mob/00078(pid=213): Launched
22:49:31.338330 run mass: MS performed LU {at=24404277.0416892, lu_delay=5.9153161980211735, ms=00063}
22:49:31.344339 run mass: MS start registered {at=24404277.047704812, delay=0.006034977734088898, ms=00078}
22:49:31.350165 run mass: MS performed LU {at=24404277.05352831, lu_delay=4.702667415142059, ms=00066}
22:49:31.921294 run osmo-ms-mob/00079: Starting mobile
22:49:31.934762 run osmo-ms-mob/00079(pid=214): Launched
22:49:31.945921 run mass: MS start registered {at=24404277.649267275, delay=0.004788067191839218, ms=00079}
22:49:32.420920 run osmo-ms-mob/00080: Starting mobile
22:49:32.434693 run osmo-ms-mob/00080(pid=215): Launched
22:49:32.447162 run mass: MS start registered {at=24404278.15050375, delay=0.005894284695386887, ms=00080}
22:49:32.921039 run osmo-ms-mob/00081: Starting mobile
22:49:32.934675 run osmo-ms-mob/00081(pid=216): Launched
22:49:32.946274 run mass: MS start registered {at=24404278.649623457, delay=0.0048528797924518585, ms=00081}
22:49:33.000526 run mass: MS performed LU {at=24404278.703856222, lu_delay=5.712926030158997, ms=00068}
22:49:33.046579 run mass: MS performed LU {at=24404278.749916863, lu_delay=5.334352884441614, ms=00069}
22:49:33.115532 run mass: MS performed LU {at=24404278.818854477, lu_delay=6.06913835555315, ms=00067}
22:49:33.128619 run osmo-ms-mob/00082: Starting mobile
22:49:33.142486 run osmo-ms-mob/00082(pid=217): Launched
22:49:33.152563 run mass: MS performed LU {at=24404278.855913464, lu_delay=5.007077440619469, ms=00070}
22:49:33.159058 run mass: MS start registered {at=24404278.862423018, delay=0.009756188839673996, ms=00082}
22:49:33.171340 run mass: MS performed LU {at=24404278.874671176, lu_delay=21.92545571178198, ms=00022}
22:49:33.480406 run mass: MS performed LU {at=24404279.183741044, lu_delay=4.933906465768814, ms=00071}
22:49:33.920695 run osmo-ms-mob/00083: Starting mobile
22:49:33.934308 run osmo-ms-mob/00083(pid=218): Launched
22:49:33.945573 run mass: MS start registered {at=24404279.648918837, delay=0.004987169057130814, ms=00083}
22:49:34.420999 run osmo-ms-mob/00084: Starting mobile
22:49:34.435123 run osmo-ms-mob/00084(pid=219): Launched
22:49:34.451990 run mass: MS start registered {at=24404280.155328143, delay=0.00983816385269165, ms=00084}
22:49:34.782293 run mass: MS performed LU {at=24404280.48559891, lu_delay=5.835535723716021, ms=00072}
22:49:34.865536 run mass: MS performed LU {at=24404280.568808902, lu_delay=5.119942311197519, ms=00074}
22:49:34.877806 run osmo-ms-mob/00085: Starting mobile
22:49:34.891955 run osmo-ms-mob/00085(pid=220): Launched
22:49:34.903402 run mass: MS start registered {at=24404280.606746778, delay=0.0051117390394210815, ms=00085}
22:49:34.911086 run mass: MS performed LU {at=24404280.614435334, lu_delay=5.640859365463257, ms=00073}
22:49:35.073227 run mass: MS performed LU {at=24404280.77654992, lu_delay=4.9274662733078, ms=00075}
22:49:35.526504 run osmo-ms-mob/00086: Starting mobile
22:49:35.541657 run osmo-ms-mob/00086(pid=221): Launched
22:49:35.553460 run mass: MS start registered {at=24404281.256803274, delay=0.004552125930786133, ms=00086}
22:49:36.121392 run osmo-ms-mob/00087: Starting mobile
22:49:36.135149 run osmo-ms-mob/00087(pid=222): Launched
22:49:36.146517 run mass: MS start registered {at=24404281.84985817, delay=0.005027085542678833, ms=00087}
22:49:36.721105 run osmo-ms-mob/00088: Starting mobile
22:49:36.734543 run osmo-ms-mob/00088(pid=223): Launched
22:49:36.745492 run mass: MS start registered {at=24404282.448844675, delay=0.004641715437173843, ms=00088}
22:49:36.765915 run mass: MS performed LU {at=24404282.469267614, lu_delay=6.1190827041864395, ms=00076}
22:49:36.812860 run mass: MS performed LU {at=24404282.516209256, lu_delay=4.86694198101759, ms=00079}
22:49:36.881709 run mass: MS performed LU {at=24404282.585042734, lu_delay=5.834360208362341, ms=00077}
22:49:36.918413 run mass: MS performed LU {at=24404282.62174885, lu_delay=5.574044037610292, ms=00078}
22:49:36.937136 run mass: MS performed LU {at=24404282.64048127, lu_delay=22.711330264806747, ms=00029}
22:49:36.948323 run osmo-ms-mob/00089: Starting mobile
22:49:36.961960 run osmo-ms-mob/00089(pid=224): Launched
22:49:36.972946 run mass: MS start registered {at=24404282.676297713, delay=0.004522405564785004, ms=00089}
22:49:37.208991 run mass: MS performed LU {at=24404282.912319396, lu_delay=4.761815644800663, ms=00080}
22:49:37.921505 run osmo-ms-mob/00090: Starting mobile
22:49:37.935812 run osmo-ms-mob/00090(pid=225): Launched
22:49:37.947759 run mass: MS start registered {at=24404283.65109589, delay=0.005438145250082016, ms=00090}
22:49:38.547608 run mass: MS performed LU {at=24404284.250942037, lu_delay=5.601318579167128, ms=00081}
22:49:38.560102 run osmo-ms-mob/00091: Starting mobile
22:49:38.574201 run osmo-ms-mob/00091(pid=226): Launched
22:49:38.586309 run mass: MS start registered {at=24404284.289643694, delay=0.0052093081176280975, ms=00091}
22:49:38.630650 run mass: MS performed LU {at=24404284.333944518, lu_delay=4.685025680810213, ms=00083}
22:49:38.677097 run mass: MS performed LU {at=24404284.380434576, lu_delay=5.518011558800936, ms=00082}
22:49:39.321140 run osmo-ms-mob/00092: Starting mobile
22:49:39.335086 run osmo-ms-mob/00092(pid=227): Launched
22:49:39.348608 run mass: MS start registered {at=24404285.051952824, delay=0.006785918027162552, ms=00092}
22:49:40.120750 run osmo-ms-mob/00093: Starting mobile
22:49:40.134745 run osmo-ms-mob/00093(pid=228): Launched
22:49:40.146127 run mass: MS start registered {at=24404285.849472348, delay=0.004936501383781433, ms=00093}
22:49:40.532152 run mass: MS performed LU {at=24404286.235487696, lu_delay=6.080159552395344, ms=00084}
22:49:40.577892 run mass: MS performed LU {at=24404286.281227633, lu_delay=5.674480855464935, ms=00085}
22:49:40.647524 run mass: MS performed LU {at=24404286.35085465, lu_delay=5.094051375985146, ms=00086}
22:49:40.919926 run mass: MS performed LU {at=24404286.623248987, lu_delay=4.77339081838727, ms=00087}
22:49:40.933732 run osmo-ms-mob/00094: Starting mobile
22:49:40.949990 run osmo-ms-mob/00094(pid=229): Launched
22:49:40.963237 run mass: MS start registered {at=24404286.666578215, delay=0.005553975701332092, ms=00094}
22:49:41.923907 run osmo-ms-mob/00095: Starting mobile
22:49:41.937911 run osmo-ms-mob/00095(pid=230): Launched
22:49:41.949249 run mass: MS start registered {at=24404287.652594533, delay=0.005009550601243973, ms=00095}
22:49:42.396671 run mass: MS performed LU {at=24404288.099902384, lu_delay=5.423604670912027, ms=00089}
22:49:42.442417 run mass: MS performed LU {at=24404288.145755783, lu_delay=5.696911107748747, ms=00088}
22:49:42.549194 run mass: MS performed LU {at=24404288.252523918, lu_delay=4.601428028196096, ms=00090}
22:49:42.586061 run mass: MS performed LU {at=24404288.289380208, lu_delay=23.039277486503124, ms=00044}
22:49:42.921143 run osmo-ms-mob/00096: Starting mobile
22:49:42.935253 run osmo-ms-mob/00096(pid=231): Launched
22:49:42.947135 run mass: MS start registered {at=24404288.650484372, delay=0.005415819585323334, ms=00096}
22:49:44.022402 run osmo-ms-mob/00097: Starting mobile
22:49:44.038455 run osmo-ms-mob/00097(pid=232): Launched
22:49:44.050655 run mass: MS start registered {at=24404289.75399595, delay=0.005447410047054291, ms=00097}
22:49:44.298298 run mass: MS performed LU {at=24404290.001615547, lu_delay=4.94966272264719, ms=00092}
22:49:44.344097 run mass: MS performed LU {at=24404290.047431473, lu_delay=5.757787778973579, ms=00091}
22:49:45.321443 run osmo-ms-mob/00098: Starting mobile
22:49:45.335252 run osmo-ms-mob/00098(pid=233): Launched
22:49:45.346397 run mass: MS start registered {at=24404291.049750555, delay=0.004709694534540176, ms=00098}
22:49:46.162243 run mass: MS performed LU {at=24404291.86555972, lu_delay=5.1989815048873425, ms=00094}
22:49:46.208718 run mass: MS performed LU {at=24404291.912017867, lu_delay=6.062545519322157, ms=00093}
22:49:47.121336 run osmo-ms-mob/00099: Starting mobile
22:49:47.135365 run osmo-ms-mob/00099(pid=234): Launched
22:49:47.141790 run mass: All started... {duration=55.72705481573939, too_slow=2}
22:49:47.148543 run mass: MS start registered {at=24404292.851895675, delay=0.006741389632225037, ms=00099}
22:49:48.063508 run mass: MS performed LU {at=24404293.766839743, lu_delay=6.11424520984292, ms=00095}
22:49:48.110114 run mass: MS performed LU {at=24404293.813446205, lu_delay=5.162961833178997, ms=00096}
22:49:49.928996 run mass: MS performed LU {at=24404295.63227762, lu_delay=5.87828166782856, ms=00097}
22:49:50.444974 run mass: MS performed LU {at=24404296.14830802, lu_delay=5.098557464778423, ms=00098}
22:49:51.829836 run mass: MS performed LU {at=24404297.533157155, lu_delay=4.681261479854584, ms=00099}
22:49:51.836057 run mass: Tests done {all_completed=True, max=23.039277486503124, min=3.834544837474823}
22:49:51.841655 tst register_default_mass.py: Test passed (85.1 sec)
22:49:51.847153 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:51.850513 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:51.853829 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:51.857223 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:51.860629 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:51.864063 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:51.867493 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:51.870917 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:51.874323 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:51.877752 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:51.881183 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:51.884606 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:51.888024 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:51.891441 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:51.894873 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:51.898333 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:51.901829 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:51.905330 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:51.908794 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:51.912247 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:51.915701 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:51.919149 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:51.922576 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:51.926003 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:51.929441 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:51.932885 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:51.936328 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:51.939792 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:51.943251 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:51.946687 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:51.950124 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:51.953856 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:51.957719 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:51.961185 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:51.965285 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:51.968723 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:51.972320 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:51.975803 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:51.979257 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:51.982932 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:51.986396 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:51.989856 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:51.993928 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:51.997394 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:52.000994 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:52.004489 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:52.007938 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:52.011378 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:52.014833 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:52.018263 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:52.024919 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:52.028535 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:52.032030 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:52.035532 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:52.038974 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:52.042414 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:52.046136 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:52.049893 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:52.053794 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:52.057251 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:52.060710 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:52.064139 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:52.067710 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:52.071155 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:52.074593 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:52.078035 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:52.081483 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:52.084961 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:52.088553 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:52.091986 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:52.095742 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:52.099833 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:52.103692 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:52.107360 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:52.111233 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:52.114692 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:52.118144 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:52.121595 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:52.125381 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:52.128862 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:52.132332 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:52.135798 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:52.139249 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:52.142697 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:52.146157 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:52.149616 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:52.153064 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:52.156491 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:52.159961 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:52.163417 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:52.166875 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:52.170339 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:52.173788 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:52.177235 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:52.180694 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:52.184134 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:52.187593 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:52.191099 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:52.194557 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:52.198003 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:52.201457 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:52.204930 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:52.208689 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:52.212939 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:52.216641 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:52.220100 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:52.223544 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:52.227013 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:52.230447 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:52.233919 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:52.237354 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:52.241437 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:52.244890 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:52.248320 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:52.251764 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:52.255212 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:52.258639 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:52.262048 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:52.265464 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:52.268916 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:52.272333 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:52.275749 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:52.279174 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:52.282594 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:52.286013 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:52.289669 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:52.293100 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:52.296529 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:52.299969 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:52.303407 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:52.306827 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:52.310242 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:52.313664 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:52.317106 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:52.320532 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:52.323959 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:52.327396 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:52.330949 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:52.334452 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:52.337880 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:52.341307 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:52.344738 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:52.348167 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:52.351591 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:52.355128 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:52.358876 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:52.362806 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:52.366966 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:52.371161 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:52.375251 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:52.379269 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:52.383221 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:52.387122 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:52.390945 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:52.394606 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:52.398172 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:52.401673 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:52.405127 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:52.408539 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:52.411949 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:52.415371 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:52.418788 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:52.422216 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:52.425836 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:52.429230 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:52.432589 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:52.435926 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:52.439260 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:52.442596 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:52.445945 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:52.449273 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:52.452605 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:52.455951 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:52.459328 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:52.462704 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:52.466292 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:52.469738 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:52.473140 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:52.476469 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:52.479810 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:52.483179 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:52.486580 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:52.489987 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:52.493398 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:52.496809 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:52.500225 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:52.503678 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:52.507206 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:52.510750 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:52.514236 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:52.517731 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:52.521230 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:52.524694 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:52.528124 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:52.531606 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:52.535120 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:52.538665 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:52.542482 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:52.546056 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:52.549519 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:52.552932 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:52.556328 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:52.559743 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:52.563142 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:52.566543 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:52.569951 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:52.573366 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:52.576820 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:52.580382 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:52.584054 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:52.587633 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:52.591207 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:52.594711 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:52.598223 --- ParallelTerminationStrategy: PID 22 died...
22:49:52.599800 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:52.603694 --- ParallelTerminationStrategy: PID 23 died...
22:49:52.605271 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:52.609061 --- ParallelTerminationStrategy: PID 24 died...
22:49:52.610599 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:52.614438 --- ParallelTerminationStrategy: PID 25 died...
22:49:52.616003 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:52.619779 --- ParallelTerminationStrategy: PID 26 died...
22:49:52.621306 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:52.625252 --- ParallelTerminationStrategy: PID 27 died...
22:49:52.626825 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:52.630791 --- ParallelTerminationStrategy: PID 28 died...
22:49:52.632396 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:52.636329 --- ParallelTerminationStrategy: PID 29 died...
22:49:52.637894 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:52.641767 --- ParallelTerminationStrategy: PID 30 died...
22:49:52.643328 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:52.647181 --- ParallelTerminationStrategy: PID 31 died...
22:49:52.648753 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:52.652639 --- ParallelTerminationStrategy: PID 32 died...
22:49:52.654219 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:52.658134 --- ParallelTerminationStrategy: PID 33 died...
22:49:52.659724 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:52.663584 --- ParallelTerminationStrategy: PID 35 died...
22:49:52.665153 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:52.669045 --- ParallelTerminationStrategy: PID 36 died...
22:49:52.670619 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:52.674476 --- ParallelTerminationStrategy: PID 37 died...
22:49:52.676044 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:52.679910 --- ParallelTerminationStrategy: PID 38 died...
22:49:52.681478 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:52.685350 --- ParallelTerminationStrategy: PID 39 died...
22:49:52.686882 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:52.690692 --- ParallelTerminationStrategy: PID 40 died...
22:49:52.692245 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:52.696076 --- ParallelTerminationStrategy: PID 41 died...
22:49:52.697651 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:52.701592 --- ParallelTerminationStrategy: PID 42 died...
22:49:52.703198 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:52.707235 --- ParallelTerminationStrategy: PID 43 died...
22:49:52.708910 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:52.713109 --- ParallelTerminationStrategy: PID 44 died...
22:49:52.714833 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:52.719102 --- ParallelTerminationStrategy: PID 45 died...
22:49:52.720856 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:52.725086 --- ParallelTerminationStrategy: PID 46 died...
22:49:52.726814 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:52.731151 --- ParallelTerminationStrategy: PID 47 died...
22:49:52.732871 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:52.737156 --- ParallelTerminationStrategy: PID 48 died...
22:49:52.738876 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:52.743100 --- ParallelTerminationStrategy: PID 49 died...
22:49:52.744753 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:52.748826 --- ParallelTerminationStrategy: PID 50 died...
22:49:52.750456 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:52.754379 --- ParallelTerminationStrategy: PID 51 died...
22:49:52.755976 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:52.759851 --- ParallelTerminationStrategy: PID 52 died...
22:49:52.761387 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:52.765197 --- ParallelTerminationStrategy: PID 53 died...
22:49:52.766737 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:52.770536 --- ParallelTerminationStrategy: PID 54 died...
22:49:52.772073 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:52.775889 --- ParallelTerminationStrategy: PID 55 died...
22:49:52.777435 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:52.781280 --- ParallelTerminationStrategy: PID 56 died...
22:49:52.782823 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:52.786649 --- ParallelTerminationStrategy: PID 57 died...
22:49:52.788196 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:52.792055 --- ParallelTerminationStrategy: PID 58 died...
22:49:52.793595 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:52.797402 --- ParallelTerminationStrategy: PID 59 died...
22:49:52.798944 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:52.802745 --- ParallelTerminationStrategy: PID 60 died...
22:49:52.804288 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:52.808152 --- ParallelTerminationStrategy: PID 61 died...
22:49:52.809764 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:52.813750 --- ParallelTerminationStrategy: PID 62 died...
22:49:52.815366 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:52.819311 --- ParallelTerminationStrategy: PID 63 died...
22:49:52.820895 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:52.824805 --- ParallelTerminationStrategy: PID 64 died...
22:49:52.826382 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:52.830232 --- ParallelTerminationStrategy: PID 65 died...
22:49:52.831763 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:52.835578 --- ParallelTerminationStrategy: PID 66 died...
22:49:52.837143 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:52.840937 --- ParallelTerminationStrategy: PID 67 died...
22:49:52.842466 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:52.846284 --- ParallelTerminationStrategy: PID 68 died...
22:49:52.847820 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:52.851567 --- ParallelTerminationStrategy: PID 69 died...
22:49:52.853092 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:52.856954 --- ParallelTerminationStrategy: PID 70 died...
22:49:52.858553 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:52.862659 --- ParallelTerminationStrategy: PID 71 died...
22:49:52.864358 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:52.868609 --- ParallelTerminationStrategy: PID 72 died...
22:49:52.870362 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:52.874678 --- ParallelTerminationStrategy: PID 73 died...
22:49:52.876421 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:52.880708 --- ParallelTerminationStrategy: PID 74 died...
22:49:52.882454 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:52.886776 --- ParallelTerminationStrategy: PID 75 died...
22:49:52.888508 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:52.892937 --- ParallelTerminationStrategy: PID 76 died...
22:49:52.894734 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:52.899253 --- ParallelTerminationStrategy: PID 77 died...
22:49:52.901057 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:52.905466 --- ParallelTerminationStrategy: PID 78 died...
22:49:52.907261 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:52.911686 --- ParallelTerminationStrategy: PID 79 died...
22:49:52.913469 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:52.917886 --- ParallelTerminationStrategy: PID 80 died...
22:49:52.919681 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:52.924054 --- ParallelTerminationStrategy: PID 81 died...
22:49:52.925794 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:52.930081 --- ParallelTerminationStrategy: PID 82 died...
22:49:52.931779 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:52.936048 --- ParallelTerminationStrategy: PID 83 died...
22:49:52.937799 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:52.942046 --- ParallelTerminationStrategy: PID 84 died...
22:49:52.943734 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:52.947977 --- ParallelTerminationStrategy: PID 85 died...
22:49:52.949710 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:52.953951 --- ParallelTerminationStrategy: PID 86 died...
22:49:52.955658 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:52.959997 --- ParallelTerminationStrategy: PID 87 died...
22:49:52.961771 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:52.966083 --- ParallelTerminationStrategy: PID 88 died...
22:49:52.967837 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:52.972078 --- ParallelTerminationStrategy: PID 89 died...
22:49:52.973856 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:52.978102 --- ParallelTerminationStrategy: PID 90 died...
22:49:52.979807 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:52.984122 --- ParallelTerminationStrategy: PID 91 died...
22:49:52.985852 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:52.990075 --- ParallelTerminationStrategy: PID 92 died...
22:49:52.991769 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:52.995948 --- ParallelTerminationStrategy: PID 93 died...
22:49:52.997650 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:53.001879 --- ParallelTerminationStrategy: PID 94 died...
22:49:53.003580 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:53.007807 --- ParallelTerminationStrategy: PID 95 died...
22:49:53.009508 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:53.013711 --- ParallelTerminationStrategy: PID 96 died...
22:49:53.015461 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:53.019856 --- ParallelTerminationStrategy: PID 97 died...
22:49:53.021689 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:53.026086 --- ParallelTerminationStrategy: PID 98 died...
22:49:53.027864 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:53.032282 --- ParallelTerminationStrategy: PID 99 died...
22:49:53.034110 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:53.038607 --- ParallelTerminationStrategy: PID 100 died...
22:49:53.040456 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:53.044894 --- ParallelTerminationStrategy: PID 101 died...
22:49:53.046688 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:53.050943 --- ParallelTerminationStrategy: PID 102 died...
22:49:53.052596 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:53.056653 --- ParallelTerminationStrategy: PID 103 died...
22:49:53.058249 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:53.062171 --- ParallelTerminationStrategy: PID 104 died...
22:49:53.063745 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:53.067633 --- ParallelTerminationStrategy: PID 105 died...
22:49:53.069214 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:53.073012 --- ParallelTerminationStrategy: PID 106 died...
22:49:53.074544 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:53.078314 --- ParallelTerminationStrategy: PID 107 died...
22:49:53.079814 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:53.083581 --- ParallelTerminationStrategy: PID 108 died...
22:49:53.085106 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:53.088899 --- ParallelTerminationStrategy: PID 109 died...
22:49:53.090445 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:53.094261 --- ParallelTerminationStrategy: PID 110 died...
22:49:53.095847 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:53.099727 --- ParallelTerminationStrategy: PID 111 died...
22:49:53.101295 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:53.305406 --- ParallelTerminationStrategy: PID 112 died...
22:49:53.306912 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:53.310614 --- ParallelTerminationStrategy: PID 113 died...
22:49:53.312103 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:53.315777 --- ParallelTerminationStrategy: PID 114 died...
22:49:53.317573 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:53.321397 --- ParallelTerminationStrategy: PID 115 died...
22:49:53.322916 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:53.326603 --- ParallelTerminationStrategy: PID 116 died...
22:49:53.328059 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:53.331642 --- ParallelTerminationStrategy: PID 117 died...
22:49:53.333101 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:53.337539 --- ParallelTerminationStrategy: PID 118 died...
22:49:53.338989 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:53.342706 --- ParallelTerminationStrategy: PID 119 died...
22:49:53.344219 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:53.347972 --- ParallelTerminationStrategy: PID 120 died...
22:49:53.349449 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:53.353139 --- ParallelTerminationStrategy: PID 121 died...
22:49:53.354574 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:53.358300 --- ParallelTerminationStrategy: PID 122 died...
22:49:53.359742 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:53.363314 --- ParallelTerminationStrategy: PID 123 died...
22:49:53.364754 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:53.368314 --- ParallelTerminationStrategy: PID 124 died...
22:49:53.369836 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:53.373460 --- ParallelTerminationStrategy: PID 125 died...
22:49:53.374909 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:53.378478 --- ParallelTerminationStrategy: PID 126 died...
22:49:53.380020 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:53.383690 --- ParallelTerminationStrategy: PID 127 died...
22:49:53.385177 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:53.388828 --- ParallelTerminationStrategy: PID 128 died...
22:49:53.390298 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:53.393985 --- ParallelTerminationStrategy: PID 129 died...
22:49:53.395440 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:53.399135 --- ParallelTerminationStrategy: PID 130 died...
22:49:53.400659 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:53.404293 --- ParallelTerminationStrategy: PID 131 died...
22:49:53.405759 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:53.409412 --- ParallelTerminationStrategy: PID 132 died...
22:49:53.410852 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:53.414494 --- ParallelTerminationStrategy: PID 133 died...
22:49:53.416006 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:53.419735 --- ParallelTerminationStrategy: PID 134 died...
22:49:53.421245 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:53.425009 --- ParallelTerminationStrategy: PID 135 died...
22:49:53.426522 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:53.430290 --- ParallelTerminationStrategy: PID 136 died...
22:49:53.431818 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:53.435598 --- ParallelTerminationStrategy: PID 137 died...
22:49:53.437127 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:53.440913 --- ParallelTerminationStrategy: PID 138 died...
22:49:53.442433 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:53.446189 --- ParallelTerminationStrategy: PID 139 died...
22:49:53.464403 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:53.468179 --- ParallelTerminationStrategy: PID 140 died...
22:49:53.469699 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:53.473501 --- ParallelTerminationStrategy: PID 141 died...
22:49:53.475016 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:53.478872 --- ParallelTerminationStrategy: PID 142 died...
22:49:53.480401 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:53.484178 --- ParallelTerminationStrategy: PID 143 died...
22:49:53.485702 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:53.489462 --- ParallelTerminationStrategy: PID 144 died...
22:49:53.490981 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:53.494751 --- ParallelTerminationStrategy: PID 145 died...
22:49:53.496270 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:53.524857 --- ParallelTerminationStrategy: PID 146 died...
22:49:53.526375 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:53.530150 --- ParallelTerminationStrategy: PID 147 died...
22:49:53.531674 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:53.535414 --- ParallelTerminationStrategy: PID 148 died...
22:49:53.536919 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:53.540503 --- ParallelTerminationStrategy: PID 149 died...
22:49:53.541949 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:53.545522 --- ParallelTerminationStrategy: PID 150 died...
22:49:53.546962 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:53.550533 --- ParallelTerminationStrategy: PID 151 died...
22:49:53.551979 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:53.555573 --- ParallelTerminationStrategy: PID 152 died...
22:49:53.557021 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:53.560619 --- ParallelTerminationStrategy: PID 153 died...
22:49:53.562071 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:53.565637 --- ParallelTerminationStrategy: PID 154 died...
22:49:53.567046 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:53.570584 --- ParallelTerminationStrategy: PID 155 died...
22:49:53.571991 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:53.575533 --- ParallelTerminationStrategy: PID 156 died...
22:49:53.576947 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:53.580476 --- ParallelTerminationStrategy: PID 157 died...
22:49:53.581913 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:53.585521 --- ParallelTerminationStrategy: PID 158 died...
22:49:53.586984 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:53.590631 --- ParallelTerminationStrategy: PID 159 died...
22:49:53.592090 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:53.595726 --- ParallelTerminationStrategy: PID 160 died...
22:49:53.597174 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:53.600753 --- ParallelTerminationStrategy: PID 161 died...
22:49:53.602199 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:53.605814 --- ParallelTerminationStrategy: PID 162 died...
22:49:53.607260 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:53.610946 --- ParallelTerminationStrategy: PID 163 died...
22:49:53.612391 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:53.615989 --- ParallelTerminationStrategy: PID 164 died...
22:49:53.617447 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:53.621216 --- ParallelTerminationStrategy: PID 165 died...
22:49:53.622733 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:53.626492 --- ParallelTerminationStrategy: PID 166 died...
22:49:53.628002 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:53.631780 --- ParallelTerminationStrategy: PID 167 died...
22:49:53.633291 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:53.637100 --- ParallelTerminationStrategy: PID 168 died...
22:49:53.638612 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:53.642384 --- ParallelTerminationStrategy: PID 169 died...
22:49:53.643895 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:53.647653 --- ParallelTerminationStrategy: PID 170 died...
22:49:53.649170 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:53.652955 --- ParallelTerminationStrategy: PID 171 died...
22:49:53.654463 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:53.658262 --- ParallelTerminationStrategy: PID 172 died...
22:49:53.659785 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:53.663556 --- ParallelTerminationStrategy: PID 173 died...
22:49:53.665075 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:53.668813 --- ParallelTerminationStrategy: PID 174 died...
22:49:53.670264 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:53.673868 --- ParallelTerminationStrategy: PID 175 died...
22:49:53.675328 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:53.679012 --- ParallelTerminationStrategy: PID 176 died...
22:49:53.680489 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:53.684219 --- ParallelTerminationStrategy: PID 177 died...
22:49:53.685767 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:53.689537 --- ParallelTerminationStrategy: PID 178 died...
22:49:53.691080 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:53.694907 --- ParallelTerminationStrategy: PID 179 died...
22:49:53.696449 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:53.700274 --- ParallelTerminationStrategy: PID 180 died...
22:49:53.701828 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:53.705634 --- ParallelTerminationStrategy: PID 181 died...
22:49:53.707157 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:53.710907 --- ParallelTerminationStrategy: PID 182 died...
22:49:53.712413 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:53.716188 --- ParallelTerminationStrategy: PID 183 died...
22:49:53.717697 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:53.721450 --- ParallelTerminationStrategy: PID 184 died...
22:49:53.722960 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:53.726800 --- ParallelTerminationStrategy: PID 185 died...
22:49:53.728312 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:53.732073 --- ParallelTerminationStrategy: PID 186 died...
22:49:53.733596 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:53.737441 --- ParallelTerminationStrategy: PID 187 died...
22:49:53.738976 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:53.742823 --- ParallelTerminationStrategy: PID 188 died...
22:49:53.744384 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:53.748237 --- ParallelTerminationStrategy: PID 189 died...
22:49:53.749789 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:53.753681 --- ParallelTerminationStrategy: PID 190 died...
22:49:53.755233 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:53.759051 --- ParallelTerminationStrategy: PID 191 died...
22:49:53.760586 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:53.764422 --- ParallelTerminationStrategy: PID 192 died...
22:49:53.765933 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:53.769685 --- ParallelTerminationStrategy: PID 193 died...
22:49:53.771194 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:53.774980 --- ParallelTerminationStrategy: PID 194 died...
22:49:53.776527 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:53.780452 --- ParallelTerminationStrategy: PID 195 died...
22:49:53.782031 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:53.786073 --- ParallelTerminationStrategy: PID 196 died...
22:49:53.787736 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:53.791876 --- ParallelTerminationStrategy: PID 197 died...
22:49:53.793518 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:53.797573 --- ParallelTerminationStrategy: PID 198 died...
22:49:53.799225 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:53.803232 --- ParallelTerminationStrategy: PID 199 died...
22:49:53.804840 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:53.808888 --- ParallelTerminationStrategy: PID 200 died...
22:49:53.810558 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:53.814640 --- ParallelTerminationStrategy: PID 201 died...
22:49:53.816259 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:53.820269 --- ParallelTerminationStrategy: PID 202 died...
22:49:53.821891 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:53.825943 --- ParallelTerminationStrategy: PID 203 died...
22:49:53.827569 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:53.831587 --- ParallelTerminationStrategy: PID 204 died...
22:49:53.833220 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:53.837244 --- ParallelTerminationStrategy: PID 205 died...
22:49:53.838862 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:53.842862 --- ParallelTerminationStrategy: PID 206 died...
22:49:53.844439 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:53.848282 --- ParallelTerminationStrategy: PID 207 died...
22:49:53.849832 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:53.853620 --- ParallelTerminationStrategy: PID 208 died...
22:49:53.855128 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:53.858910 --- ParallelTerminationStrategy: PID 209 died...
22:49:53.860430 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:53.864177 --- ParallelTerminationStrategy: PID 210 died...
22:49:53.865681 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:53.869487 --- ParallelTerminationStrategy: PID 211 died...
22:49:53.871032 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:53.874886 --- ParallelTerminationStrategy: PID 212 died...
22:49:53.876464 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:53.880436 --- ParallelTerminationStrategy: PID 213 died...
22:49:53.882019 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:53.885931 --- ParallelTerminationStrategy: PID 214 died...
22:49:53.887514 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:53.891451 --- ParallelTerminationStrategy: PID 215 died...
22:49:53.893040 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:53.897058 --- ParallelTerminationStrategy: PID 216 died...
22:49:53.898715 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:53.902945 --- ParallelTerminationStrategy: PID 217 died...
22:49:53.904658 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:53.908887 --- ParallelTerminationStrategy: PID 218 died...
22:49:53.910586 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:53.914895 --- ParallelTerminationStrategy: PID 219 died...
22:49:53.916677 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:53.920943 --- ParallelTerminationStrategy: PID 220 died...
22:49:53.922650 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:53.926890 --- ParallelTerminationStrategy: PID 221 died...
22:49:53.928593 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:53.932871 --- ParallelTerminationStrategy: PID 222 died...
22:49:53.934570 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:53.938776 --- ParallelTerminationStrategy: PID 223 died...
22:49:53.940442 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:53.944575 --- ParallelTerminationStrategy: PID 224 died...
22:49:53.946222 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:53.950231 --- ParallelTerminationStrategy: PID 225 died...
22:49:53.951809 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:53.955658 --- ParallelTerminationStrategy: PID 226 died...
22:49:53.957204 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:53.961010 --- ParallelTerminationStrategy: PID 227 died...
22:49:53.962522 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:53.966277 --- ParallelTerminationStrategy: PID 228 died...
22:49:53.967792 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:53.971583 --- ParallelTerminationStrategy: PID 229 died...
22:49:53.973107 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:53.976902 --- ParallelTerminationStrategy: PID 230 died...
22:49:53.978472 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:53.982464 --- ParallelTerminationStrategy: PID 231 died...
22:49:53.984047 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:53.988018 --- ParallelTerminationStrategy: PID 232 died...
22:49:53.989616 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:53.993567 --- ParallelTerminationStrategy: PID 233 died...
22:49:53.995155 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:53.999017 --- ParallelTerminationStrategy: PID 234 died...
22:49:54.000563 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:57.404081 --- ParallelTerminationStrategy: PID 34 died...
22:49:57.405781 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8127 netreg_mass PASS
---------------------------------------------------------------------
22:49:57.482936 tst trial-8127: Storing JUnit report in /build/trial-8127/run.2025-10-22_22-48-26/trial-8127.xml
--------------------------------------------------------------------------------------------
trial-8127 PASS
--------------------------------------------------------------------------------------------
22:49:57.494010 tst trial-8127: trial-8127: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (85.1 sec)
+ exit_code=0
+ rm -rf trial-8127/inst
+ cd trial-8127
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-10-22 22:48:26
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8127-run.tgz run.2025-10-22_22-48-26
+ tar czf /build/trial-8127-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-10-22_13_32_57.tgz osmo-bts-oc2g.build-2025-10-22_00_51_57.tgz osmo-bts-sysmo.build-2025-10-22_00_51_50.tgz osmo-bts.build-2025-10-22_00_52_05.tgz osmo-ggsn.build-2025-10-22_20_42_37.tgz osmo-hlr.build-2025-10-22_16_36_54.tgz osmo-hnbgw.build-2025-10-22_13_30_56.tgz osmo-mgw.build-2025-10-22_08_33_18.tgz osmo-msc.build-2025-10-22_13_39_29.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-10-22_07_36_17.tgz osmo-pcu-sysmo.build-2025-10-22_07_34_04.tgz osmo-pcu.build-2025-10-22_07_36_22.tgz osmo-sgsn.build-2025-10-22_20_48_19.tgz osmo-stp.build-2025-10-22_13_29_14.tgz osmo-trx.build-2025-10-22_14_27_05.tgz osmocom-bb.build-2025-10-22_21_17_05.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