Skipping 15 KB..
Full Logawk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
--build-arg USER=osmocom-build \
--build-arg UID=1000 \
--build-arg REGISTRY=docker.io \
--build-arg OSMO_TTCN3_BRANCH=master \
--build-arg UPSTREAM_DISTRO=debian:bookworm \
--build-arg DISTRO=debian-bookworm \
--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
--build-arg OSMOCOM_REPO_VERSION=latest \
--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--build-arg LIBOSMOCORE_BRANCH=master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 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 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#8 CACHED
#9 [ 3/28] RUN groupadd osmo-gsm-tester
#9 CACHED
#10 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#10 CACHED
#11 [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
#11 CACHED
#12 [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
#12 CACHED
#13 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#13 CACHED
#14 [ 9/28] COPY SSH /root/.ssh
#14 CACHED
#15 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#15 CACHED
#16 [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
#16 CACHED
#17 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#17 CACHED
#18 [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
#18 CACHED
#19 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#19 CACHED
#20 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#20 CACHED
#21 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#21 CACHED
#22 [ 8/28] RUN MKDIR /var/run/sshd
#22 CACHED
#23 [20/28] WORKDIR /TMP
#23 CACHED
#24 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#24 CACHED
#25 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#25 CACHED
#26 [ 2/28] RUN useradd -ms /bin/bash jenkins
#26 CACHED
#27 [14/28] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8
#27 CACHED
#28 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#28 CACHED
#29 [23/28] RUN CD osmo-gsm-tester && git fetch && git checkout master && (git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#29 CACHED
#30 [ 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
#30 CACHED
#31 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#31 CACHED
#32 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:d870149e3c6de83814eb25ad193740aa94b0cef43ed84955f772940037711101 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=7935 -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-04-13 22:48:19
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7935
+ mkdir -p trial-7935
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-04-13_13_26_30.tgz osmo-bts-oc2g.build-2025-04-13_00_51_36.tgz osmo-bts-sysmo.build-2025-04-13_00_51_40.tgz osmo-bts.build-2025-04-13_00_51_43.tgz osmo-ggsn.build-2025-04-13_20_42_34.tgz osmo-hlr.build-2025-04-13_16_36_57.tgz osmo-hnbgw.build-2025-04-13_13_30_26.tgz osmo-mgw.build-2025-04-13_08_33_12.tgz osmo-msc.build-2025-04-13_13_34_43.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-13_07_33_59.tgz osmo-pcu-sysmo.build-2025-04-13_07_33_59.tgz osmo-pcu.build-2025-04-13_07_33_59.tgz osmo-sgsn.build-2025-04-13_20_48_20.tgz osmo-stp.build-2025-04-13_13_25_20.tgz osmo-trx.build-2025-04-13_14_26_47.tgz osmocom-bb.build-2025-04-13_21_17_13.tgz srslte.build-19.tgz trial-7935
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-04-13_13_26_30.md5 osmo-bts-oc2g.build-2025-04-13_00_51_36.md5 osmo-bts-sysmo.build-2025-04-13_00_51_40.md5 osmo-bts.build-2025-04-13_00_51_43.md5 osmo-ggsn.build-2025-04-13_20_42_34.md5 osmo-hlr.build-2025-04-13_16_36_57.md5 osmo-hnbgw.build-2025-04-13_13_30_26.md5 osmo-mgw.build-2025-04-13_08_33_12.md5 osmo-msc.build-2025-04-13_13_34_43.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-13_07_33_59.md5 osmo-pcu-sysmo.build-2025-04-13_07_33_59.md5 osmo-pcu.build-2025-04-13_07_33_59.md5 osmo-sgsn.build-2025-04-13_20_48_20.md5 osmo-stp.build-2025-04-13_13_25_20.md5 osmo-trx.build-2025-04-13_14_26_47.md5 osmocom-bb.build-2025-04-13_21_17_13.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-04-13_13_26_30.md5 osmo-bts-oc2g.build-2025-04-13_00_51_36.md5 osmo-bts-sysmo.build-2025-04-13_00_51_40.md5 osmo-bts.build-2025-04-13_00_51_43.md5 osmo-ggsn.build-2025-04-13_20_42_34.md5 osmo-hlr.build-2025-04-13_16_36_57.md5 osmo-hnbgw.build-2025-04-13_13_30_26.md5 osmo-mgw.build-2025-04-13_08_33_12.md5 osmo-msc.build-2025-04-13_13_34_43.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-13_07_33_59.md5 osmo-pcu-sysmo.build-2025-04-13_07_33_59.md5 osmo-pcu.build-2025-04-13_07_33_59.md5 osmo-sgsn.build-2025-04-13_20_48_20.md5 osmo-stp.build-2025-04-13_13_25_20.md5 osmo-trx.build-2025-04-13_14_26_47.md5 osmocom-bb.build-2025-04-13_21_17_13.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-7935 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7935'
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-7935
--------------------------------------------------------------------------------------------
22:48:20.164902 tst trial-7935: Detailed log at /build/trial-7935/run.2025-04-13_22-48-20/log
---------------------------------------------------------------------
trial-7935 netreg_mass
---------------------------------------------------------------------
22:48:20.453023 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:20.453564 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:20.454718 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:20.456661 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:20.535180 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:20.537027 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:20.539293 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:20.677514 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-7935 netreg_mass register_default_mass.py
----------------------------------------------
22:48:20.679137 tst register_default_mass.py:9: Claiming resources for the test
22:48:20.724391 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.725728 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.726871 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.727998 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.729152 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.730294 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.731441 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:20.797023 tst register_default_mass.py: using LAC 2
22:48:20.843299 tst register_default_mass.py: using RAC 2
22:48:20.888925 tst register_default_mass.py: using CellId 2
22:48:20.940614 tst register_default_mass.py: using BVCI 3
22:48:20.948960 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.950504 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.951882 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.953343 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.954657 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.955950 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.957235 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.958532 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.959868 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.961179 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.962470 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.963821 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.965308 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.966604 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.967866 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.969153 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.970418 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.971694 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.972960 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.974204 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.975434 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.976691 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.977952 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.979181 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.980419 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.981703 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.983036 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.984293 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.985531 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.986752 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.987959 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.989243 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.990548 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.991856 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.993202 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.994493 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.995773 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.997076 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.998352 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.999632 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.000921 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.002218 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.003515 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.004794 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.006067 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.007323 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.008546 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.009808 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.011043 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.012280 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.013523 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.014720 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.015920 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.017158 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.018348 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.019543 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.020836 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.022211 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.023572 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.024917 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.026215 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.027505 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.028882 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.030215 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.031492 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.032789 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.034041 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.035293 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.036820 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.038145 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.039371 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.040579 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.041970 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.043190 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.044386 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.045608 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.046833 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.048102 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.049390 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.050621 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.051815 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.052981 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.053950 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.054789 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.055562 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.056345 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.057106 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.057854 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.058565 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.059284 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.060024 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.060885 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.061621 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.062358 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.063081 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.063784 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.064518 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.065259 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.065987 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.066695 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.067398 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.068163 tst register_default_mass.py:21: Launching a simple network
22:48:21.082082 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:21.276009 run create_hlr_db(pid=20): Launched
22:48:22.297780 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:22.316428 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:22.334592 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:22.341346 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:22.615088 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:22.637945 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:22.647011 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:23.461640 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:23.485441 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:26.503438 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:26.733248 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:26.756951 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:26.774532 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:26.843735 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:26.873513 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:26.889224 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:27.519847 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:27.561807 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:33.599857 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:33.933987 run osmo-bts-virtual(pid=34): Launched
22:48:34.982134 tst register_default_mass.py: using MSISDN 1001
22:48:34.988694 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:35.069086 tst register_default_mass.py: using MSISDN 1002
22:48:35.078047 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:35.146498 tst register_default_mass.py: using MSISDN 1003
22:48:35.158564 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:35.232939 tst register_default_mass.py: using MSISDN 1004
22:48:35.241743 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:35.298767 tst register_default_mass.py: using MSISDN 1005
22:48:35.305747 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:35.373243 tst register_default_mass.py: using MSISDN 1006
22:48:35.380139 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:35.451363 tst register_default_mass.py: using MSISDN 1007
22:48:35.459068 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:35.521889 tst register_default_mass.py: using MSISDN 1008
22:48:35.534285 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:35.606785 tst register_default_mass.py: using MSISDN 1009
22:48:35.616462 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:35.685691 tst register_default_mass.py: using MSISDN 1010
22:48:35.692142 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:35.773810 tst register_default_mass.py: using MSISDN 1011
22:48:35.781437 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:35.902258 tst register_default_mass.py: using MSISDN 1012
22:48:35.910536 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:36.001650 tst register_default_mass.py: using MSISDN 1013
22:48:36.008228 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:36.080454 tst register_default_mass.py: using MSISDN 1014
22:48:36.090616 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:36.151583 tst register_default_mass.py: using MSISDN 1015
22:48:36.158212 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:36.224910 tst register_default_mass.py: using MSISDN 1016
22:48:36.231302 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:36.347686 tst register_default_mass.py: using MSISDN 1017
22:48:36.355320 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:36.442478 tst register_default_mass.py: using MSISDN 1018
22:48:36.458214 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:36.539318 tst register_default_mass.py: using MSISDN 1019
22:48:36.548508 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:36.636452 tst register_default_mass.py: using MSISDN 1020
22:48:36.647777 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:36.721960 tst register_default_mass.py: using MSISDN 1021
22:48:36.732586 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:36.808902 tst register_default_mass.py: using MSISDN 1022
22:48:36.819507 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:36.896406 tst register_default_mass.py: using MSISDN 1023
22:48:36.912245 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:37.022901 tst register_default_mass.py: using MSISDN 1024
22:48:37.032547 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:37.103482 tst register_default_mass.py: using MSISDN 1025
22:48:37.119900 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:37.208944 tst register_default_mass.py: using MSISDN 1026
22:48:37.224335 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:37.314625 tst register_default_mass.py: using MSISDN 1027
22:48:37.331351 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:37.421713 tst register_default_mass.py: using MSISDN 1028
22:48:37.438381 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:37.536149 tst register_default_mass.py: using MSISDN 1029
22:48:37.543004 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:37.612771 tst register_default_mass.py: using MSISDN 1030
22:48:37.619132 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:37.688290 tst register_default_mass.py: using MSISDN 1031
22:48:37.695170 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:37.785103 tst register_default_mass.py: using MSISDN 1032
22:48:37.800906 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:37.885031 tst register_default_mass.py: using MSISDN 1033
22:48:37.901002 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:37.994113 tst register_default_mass.py: using MSISDN 1034
22:48:38.011040 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:38.087802 tst register_default_mass.py: using MSISDN 1035
22:48:38.104559 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:38.180103 tst register_default_mass.py: using MSISDN 1036
22:48:38.196412 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:38.289550 tst register_default_mass.py: using MSISDN 1037
22:48:38.305448 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:38.402121 tst register_default_mass.py: using MSISDN 1038
22:48:38.418353 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:38.506335 tst register_default_mass.py: using MSISDN 1039
22:48:38.516833 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:38.583407 tst register_default_mass.py: using MSISDN 1040
22:48:38.599180 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:38.687864 tst register_default_mass.py: using MSISDN 1041
22:48:38.703985 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:38.792860 tst register_default_mass.py: using MSISDN 1042
22:48:38.807579 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:38.895197 tst register_default_mass.py: using MSISDN 1043
22:48:38.909956 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:38.986834 tst register_default_mass.py: using MSISDN 1044
22:48:39.001581 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:39.075240 tst register_default_mass.py: using MSISDN 1045
22:48:39.090184 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:39.160530 tst register_default_mass.py: using MSISDN 1046
22:48:39.169546 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:39.236733 tst register_default_mass.py: using MSISDN 1047
22:48:39.244827 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:39.313491 tst register_default_mass.py: using MSISDN 1048
22:48:39.326183 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:39.411626 tst register_default_mass.py: using MSISDN 1049
22:48:39.424366 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:39.499773 tst register_default_mass.py: using MSISDN 1050
22:48:39.506943 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:39.585578 tst register_default_mass.py: using MSISDN 1051
22:48:39.593430 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:39.664510 tst register_default_mass.py: using MSISDN 1052
22:48:39.670949 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:39.744477 tst register_default_mass.py: using MSISDN 1053
22:48:39.757094 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:39.833377 tst register_default_mass.py: using MSISDN 1054
22:48:39.841032 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:39.973979 tst register_default_mass.py: using MSISDN 1055
22:48:39.981115 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:40.048703 tst register_default_mass.py: using MSISDN 1056
22:48:40.054959 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:40.119220 tst register_default_mass.py: using MSISDN 1057
22:48:40.126509 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:40.193596 tst register_default_mass.py: using MSISDN 1058
22:48:40.200250 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:40.272302 tst register_default_mass.py: using MSISDN 1059
22:48:40.279158 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:40.345437 tst register_default_mass.py: using MSISDN 1060
22:48:40.352064 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:40.412517 tst register_default_mass.py: using MSISDN 1061
22:48:40.419045 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:40.486789 tst register_default_mass.py: using MSISDN 1062
22:48:40.493021 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:40.572481 tst register_default_mass.py: using MSISDN 1063
22:48:40.579278 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:40.644410 tst register_default_mass.py: using MSISDN 1064
22:48:40.650974 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:40.717927 tst register_default_mass.py: using MSISDN 1065
22:48:40.728965 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:40.803999 tst register_default_mass.py: using MSISDN 1066
22:48:40.811754 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:40.884006 tst register_default_mass.py: using MSISDN 1067
22:48:40.890439 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:40.951527 tst register_default_mass.py: using MSISDN 1068
22:48:40.959791 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:41.026604 tst register_default_mass.py: using MSISDN 1069
22:48:41.039035 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:41.124126 tst register_default_mass.py: using MSISDN 1070
22:48:41.134689 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:41.213002 tst register_default_mass.py: using MSISDN 1071
22:48:41.220814 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:41.282781 tst register_default_mass.py: using MSISDN 1072
22:48:41.292806 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:41.370109 tst register_default_mass.py: using MSISDN 1073
22:48:41.382281 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:41.449544 tst register_default_mass.py: using MSISDN 1074
22:48:41.463426 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:41.548757 tst register_default_mass.py: using MSISDN 1075
22:48:41.554713 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:41.624351 tst register_default_mass.py: using MSISDN 1076
22:48:41.630755 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:41.705065 tst register_default_mass.py: using MSISDN 1077
22:48:41.712266 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:41.795655 tst register_default_mass.py: using MSISDN 1078
22:48:41.801651 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:41.887560 tst register_default_mass.py: using MSISDN 1079
22:48:41.893470 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:41.968025 tst register_default_mass.py: using MSISDN 1080
22:48:41.973823 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:42.045118 tst register_default_mass.py: using MSISDN 1081
22:48:42.051022 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:42.127502 tst register_default_mass.py: using MSISDN 1082
22:48:42.133441 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:42.200850 tst register_default_mass.py: using MSISDN 1083
22:48:42.206484 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:42.272992 tst register_default_mass.py: using MSISDN 1084
22:48:42.278632 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:42.353628 tst register_default_mass.py: using MSISDN 1085
22:48:42.363899 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:42.440774 tst register_default_mass.py: using MSISDN 1086
22:48:42.448338 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:42.517803 tst register_default_mass.py: using MSISDN 1087
22:48:42.523748 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:42.604542 tst register_default_mass.py: using MSISDN 1088
22:48:42.611781 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:42.674241 tst register_default_mass.py: using MSISDN 1089
22:48:42.680913 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:42.757094 tst register_default_mass.py: using MSISDN 1090
22:48:42.765441 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:42.831338 tst register_default_mass.py: using MSISDN 1091
22:48:42.837985 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:42.920243 tst register_default_mass.py: using MSISDN 1092
22:48:42.928986 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:43.003578 tst register_default_mass.py: using MSISDN 1093
22:48:43.012119 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:43.103767 tst register_default_mass.py: using MSISDN 1094
22:48:43.109764 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:43.193928 tst register_default_mass.py: using MSISDN 1095
22:48:43.200211 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:43.299460 tst register_default_mass.py: using MSISDN 1096
22:48:43.305636 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:43.375449 tst register_default_mass.py: using MSISDN 1097
22:48:43.381978 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:43.459636 tst register_default_mass.py: using MSISDN 1098
22:48:43.466182 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:43.543960 tst register_default_mass.py: using MSISDN 1099
22:48:43.550678 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:43.621262 tst register_default_mass.py: using MSISDN 1100
22:48:43.627419 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:43.757142 run mass: Starting testcase
22:48:43.763713 run mass: Pre-launching all virtphy's
22:48:43.770221 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:43.785868 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:43.793076 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:43.808596 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:43.815847 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:43.842017 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:43.848421 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:43.863469 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:43.871173 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:43.887440 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:43.894967 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:43.911083 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:43.918392 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:43.934466 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:43.941801 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:43.957492 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:43.964750 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:43.980408 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:43.987765 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:44.003504 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:44.010693 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:44.026362 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:44.033655 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:44.066084 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:44.084806 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:44.124692 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:44.142727 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:44.180002 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:44.196201 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:44.229879 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:44.245256 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:44.272664 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:44.283323 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:44.306497 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:44.319719 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:44.338255 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:44.346808 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:44.366089 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:44.374394 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:44.391853 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:44.399723 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:44.415820 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:44.423308 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:44.439795 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:44.447918 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:44.464062 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:44.471529 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:44.487570 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:44.494777 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:44.510502 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:44.517646 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:44.533505 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:44.540759 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:44.556156 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:44.563372 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:44.579039 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:44.586329 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:44.602406 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:44.610041 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:44.626708 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:44.634709 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:44.651380 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:44.658969 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:44.675863 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:44.683535 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:44.701625 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:44.717237 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:44.733525 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:44.740756 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:44.756389 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:44.763595 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:44.779427 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:44.787054 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:44.802538 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:44.809855 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:44.825434 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:44.832645 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:44.848558 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:44.856607 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:44.872668 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:44.880075 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:44.908563 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:44.916231 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:44.932133 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:44.941420 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:44.957992 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:44.965717 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:44.982268 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:44.989751 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:45.006214 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:45.014070 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:45.031255 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:45.038924 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:45.055311 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:45.062710 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:45.078851 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:45.086385 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:45.102532 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:45.110109 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:45.126389 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:45.133874 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:45.157463 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:45.164937 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:45.180330 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:45.187502 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:45.203321 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:45.210781 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:45.227259 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:45.234874 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:45.251790 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:45.259573 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:45.276771 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:45.285817 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:45.303186 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:45.311071 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:45.327717 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:45.335368 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:45.352132 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:45.359680 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:45.376136 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:45.383795 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:45.400477 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:45.408214 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:45.424671 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:45.432786 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:45.449326 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:45.456918 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:45.473101 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:45.480584 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:45.496950 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:45.506486 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:45.807603 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:45.814172 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:45.827820 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:45.834171 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:45.847878 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:45.854170 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:45.868258 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:45.874563 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:45.888035 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:45.894217 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:45.907734 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:45.913983 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:45.929143 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:45.935980 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:45.949787 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:45.956232 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:45.969972 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:45.981733 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:45.996101 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:46.003710 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:46.020313 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:46.028437 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:46.045432 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:46.053495 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:46.070430 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:46.078210 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:46.095087 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:46.102647 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:46.118892 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:46.126258 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:46.142389 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:46.149816 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:46.166115 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:46.173739 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:46.190123 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:46.197693 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:46.213834 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:46.221667 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:46.237930 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:46.245491 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:46.261758 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:46.269417 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:46.285758 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:46.293345 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:46.309381 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:46.317146 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:46.333350 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:46.341045 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:46.357113 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:46.364507 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:46.380549 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:46.388228 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:46.404557 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:46.412053 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:46.428718 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:46.437551 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:46.454588 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:46.462344 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:46.479118 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:46.486838 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:46.503221 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:46.510678 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:46.527033 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:46.534560 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:46.550775 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:46.558510 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:46.575058 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:46.582624 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:46.598732 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:46.606100 run mass: Checking if sockets are in the filesystem
22:48:46.621116 run osmo-ms-mob/00000: Starting mobile
22:48:46.637288 run osmo-ms-mob/00000(pid=135): Launched
22:48:46.652037 run mass: MS start registered {at=7815432.355372139, delay=0.0072387820109725, ms=00000}
22:48:50.822284 run osmo-ms-mob/00001: Starting mobile
22:48:50.835663 run osmo-ms-mob/00001(pid=136): Launched
22:48:50.846632 run mass: MS start registered {at=7815436.54998092, delay=0.0048238299787044525, ms=00001}
22:48:52.428475 run mass: MS performed LU {at=7815438.131806225, lu_delay=5.776434085331857, ms=00000}
22:48:52.624973 run osmo-ms-mob/00002: Starting mobile
22:48:52.638731 run osmo-ms-mob/00002(pid=137): Launched
22:48:52.649913 run mass: MS start registered {at=7815438.353235538, delay=0.005011088214814663, ms=00002}
22:48:53.919708 run osmo-ms-mob/00003: Starting mobile
22:48:53.933419 run osmo-ms-mob/00003(pid=138): Launched
22:48:53.944851 run mass: MS start registered {at=7815439.648198775, delay=0.0050448765978217125, ms=00003}
22:48:55.019455 run osmo-ms-mob/00004: Starting mobile
22:48:55.033389 run osmo-ms-mob/00004(pid=139): Launched
22:48:55.044848 run mass: MS start registered {at=7815440.748193373, delay=0.005206036381423473, ms=00004}
22:48:56.018828 run osmo-ms-mob/00005: Starting mobile
22:48:56.031905 run osmo-ms-mob/00005(pid=140): Launched
22:48:56.043055 run mass: MS start registered {at=7815441.746406912, delay=0.005118703469634056, ms=00005}
22:48:56.194625 run mass: MS performed LU {at=7815441.897961062, lu_delay=5.347980142571032, ms=00001}
22:48:57.022989 run osmo-ms-mob/00006: Starting mobile
22:48:57.036066 run osmo-ms-mob/00006(pid=141): Launched
22:48:57.042067 run mass: Starting too slowly. Moving on {now=7815442.745437129, sleep=-0.028997356072068214, target=7815442.716439773}
22:48:57.049396 run mass: MS start registered {at=7815442.752755104, delay=0.0073201218619942665, ms=00006}
22:48:57.819277 run osmo-ms-mob/00007: Starting mobile
22:48:57.833557 run osmo-ms-mob/00007(pid=142): Launched
22:48:57.844963 run mass: MS start registered {at=7815443.548310841, delay=0.004896999336779118, ms=00007}
22:48:58.096241 run mass: MS performed LU {at=7815443.799575471, lu_delay=5.446339933201671, ms=00002}
22:48:58.619827 run osmo-ms-mob/00008: Starting mobile
22:48:58.633702 run osmo-ms-mob/00008(pid=143): Launched
22:48:58.645161 run mass: MS start registered {at=7815444.348504368, delay=0.00507104117423296, ms=00008}
22:48:59.318797 run osmo-ms-mob/00009: Starting mobile
22:48:59.332413 run osmo-ms-mob/00009(pid=144): Launched
22:48:59.343735 run mass: MS start registered {at=7815445.047084694, delay=0.005090671591460705, ms=00009}
22:48:59.960470 run mass: MS performed LU {at=7815445.663803867, lu_delay=4.915610494092107, ms=00004}
22:48:59.972148 run osmo-ms-mob/00010: Starting mobile
22:48:59.985738 run osmo-ms-mob/00010(pid=145): Launched
22:48:59.996500 run mass: MS start registered {at=7815445.699850758, delay=0.00474722683429718, ms=00010}
22:49:00.006030 run mass: MS performed LU {at=7815445.709381682, lu_delay=6.0611829068511724, ms=00003}
22:49:00.620498 run osmo-ms-mob/00011: Starting mobile
22:49:00.634362 run osmo-ms-mob/00011(pid=146): Launched
22:49:00.645504 run mass: MS start registered {at=7815446.348856582, delay=0.004669283516705036, ms=00011}
22:49:01.218859 run osmo-ms-mob/00012: Starting mobile
22:49:01.233742 run osmo-ms-mob/00012(pid=147): Launched
22:49:01.244853 run mass: MS start registered {at=7815446.94820308, delay=0.004989989101886749, ms=00012}
22:49:01.819617 run osmo-ms-mob/00013: Starting mobile
22:49:01.832990 run osmo-ms-mob/00013(pid=148): Launched
22:49:01.844006 run mass: MS start registered {at=7815447.547360956, delay=0.005000384524464607, ms=00013}
22:49:01.862134 run mass: MS performed LU {at=7815447.565471804, lu_delay=5.819064891897142, ms=00005}
22:49:01.908224 run mass: MS performed LU {at=7815447.611556208, lu_delay=4.858801104128361, ms=00006}
22:49:02.419715 run osmo-ms-mob/00014: Starting mobile
22:49:02.432985 run osmo-ms-mob/00014(pid=149): Launched
22:49:02.443968 run mass: MS start registered {at=7815448.147321243, delay=0.004944590851664543, ms=00014}
22:49:03.019166 run osmo-ms-mob/00015: Starting mobile
22:49:03.033430 run osmo-ms-mob/00015(pid=150): Launched
22:49:03.045040 run mass: MS start registered {at=7815448.748384224, delay=0.00494710449129343, ms=00015}
22:49:03.523834 run osmo-ms-mob/00016: Starting mobile
22:49:03.545847 run osmo-ms-mob/00016(pid=151): Launched
22:49:03.556792 run mass: MS start registered {at=7815449.260134481, delay=0.003281145356595516, ms=00016}
22:49:03.725487 run mass: MS performed LU {at=7815449.428820087, lu_delay=5.0803157184273005, ms=00008}
22:49:03.772142 run mass: MS performed LU {at=7815449.475486148, lu_delay=5.927175306715071, ms=00007}
22:49:04.018921 run osmo-ms-mob/00017: Starting mobile
22:49:04.032075 run osmo-ms-mob/00017(pid=152): Launched
22:49:04.043008 run mass: MS start registered {at=7815449.746355081, delay=0.004907088354229927, ms=00017}
22:49:04.619258 run osmo-ms-mob/00018: Starting mobile
22:49:04.632435 run osmo-ms-mob/00018(pid=153): Launched
22:49:04.644329 run mass: MS start registered {at=7815450.347669204, delay=0.005739823915064335, ms=00018}
22:49:05.019348 run osmo-ms-mob/00019: Starting mobile
22:49:05.033038 run osmo-ms-mob/00019(pid=154): Launched
22:49:05.044787 run mass: MS start registered {at=7815450.748138063, delay=0.003293338231742382, ms=00019}
22:49:05.519853 run osmo-ms-mob/00020: Starting mobile
22:49:05.533454 run osmo-ms-mob/00020(pid=155): Launched
22:49:05.544698 run mass: MS start registered {at=7815451.248050015, delay=0.004715003073215485, ms=00020}
22:49:05.627257 run mass: MS performed LU {at=7815451.330590593, lu_delay=4.981734010390937, ms=00011}
22:49:05.673305 run mass: MS performed LU {at=7815451.376656798, lu_delay=6.329572103917599, ms=00009}
22:49:05.743105 run mass: MS performed LU {at=7815451.446451732, lu_delay=5.746600974351168, ms=00010}
22:49:06.019139 run osmo-ms-mob/00021: Starting mobile
22:49:06.032859 run osmo-ms-mob/00021(pid=156): Launched
22:49:06.044310 run mass: MS start registered {at=7815451.747663109, delay=0.0033845193684101105, ms=00021}
22:49:06.419342 run osmo-ms-mob/00022: Starting mobile
22:49:06.433053 run osmo-ms-mob/00022(pid=157): Launched
22:49:06.447398 run mass: MS start registered {at=7815452.15072339, delay=0.007038275711238384, ms=00022}
22:49:06.919464 run osmo-ms-mob/00023: Starting mobile
22:49:06.933820 run osmo-ms-mob/00023(pid=158): Launched
22:49:06.945222 run mass: MS start registered {at=7815452.648555856, delay=0.004822161979973316, ms=00023}
22:49:07.319451 run osmo-ms-mob/00024: Starting mobile
22:49:07.333174 run osmo-ms-mob/00024(pid=159): Launched
22:49:07.344338 run mass: MS start registered {at=7815453.0476878, delay=0.004906618967652321, ms=00024}
22:49:07.409244 run mass: MS performed LU {at=7815453.112578374, lu_delay=5.5652174185961485, ms=00013}
22:49:07.492350 run mass: MS performed LU {at=7815453.195684771, lu_delay=6.247481690719724, ms=00012}
22:49:07.538357 run mass: MS performed LU {at=7815453.241699023, lu_delay=5.094377780333161, ms=00014}
22:49:07.662762 run mass: MS performed LU {at=7815453.366097544, lu_delay=4.617713320069015, ms=00015}
22:49:07.674537 run osmo-ms-mob/00025: Starting mobile
22:49:07.688474 run osmo-ms-mob/00025(pid=160): Launched
22:49:07.700168 run mass: MS start registered {at=7815453.403507813, delay=0.005476684309542179, ms=00025}
22:49:08.219834 run osmo-ms-mob/00026: Starting mobile
22:49:08.233183 run osmo-ms-mob/00026(pid=161): Launched
22:49:08.245059 run mass: MS start registered {at=7815453.948402918, delay=0.0055735111236572266, ms=00026}
22:49:08.619311 run osmo-ms-mob/00027: Starting mobile
22:49:08.633377 run osmo-ms-mob/00027(pid=162): Launched
22:49:08.644831 run mass: MS start registered {at=7815454.348177263, delay=0.0051909564062952995, ms=00027}
22:49:09.019334 run osmo-ms-mob/00028: Starting mobile
22:49:09.032991 run osmo-ms-mob/00028(pid=163): Launched
22:49:09.044716 run mass: MS start registered {at=7815454.748057672, delay=0.005128172226250172, ms=00028}
22:49:09.393211 run mass: MS performed LU {at=7815455.096545588, lu_delay=5.350190507248044, ms=00017}
22:49:09.404409 run osmo-ms-mob/00029: Starting mobile
22:49:09.418854 run osmo-ms-mob/00029(pid=164): Launched
22:49:09.430080 run mass: MS start registered {at=7815455.133430072, delay=0.005184836685657501, ms=00029}
22:49:09.439400 run mass: MS performed LU {at=7815455.142755292, lu_delay=5.882620811462402, ms=00016}
22:49:09.509007 run mass: MS performed LU {at=7815455.212342862, lu_delay=4.864673658274114, ms=00018}
22:49:09.799469 run mass: MS performed LU {at=7815455.502805418, lu_delay=4.754667355678976, ms=00019}
22:49:09.810822 run osmo-ms-mob/00030: Starting mobile
22:49:09.825014 run osmo-ms-mob/00030(pid=165): Launched
22:49:09.836235 run mass: MS start registered {at=7815455.539591303, delay=0.0048849331215023994, ms=00030}
22:49:10.219874 run osmo-ms-mob/00031: Starting mobile
22:49:10.233924 run osmo-ms-mob/00031(pid=166): Launched
22:49:10.245610 run mass: MS start registered {at=7815455.948952617, delay=0.005420360714197159, ms=00031}
22:49:10.519818 run osmo-ms-mob/00032: Starting mobile
22:49:10.533871 run osmo-ms-mob/00032(pid=167): Launched
22:49:10.545123 run mass: MS start registered {at=7815456.248470111, delay=0.004892539232969284, ms=00032}
22:49:10.918944 run osmo-ms-mob/00033: Starting mobile
22:49:10.932482 run osmo-ms-mob/00033(pid=168): Launched
22:49:10.943702 run mass: MS start registered {at=7815456.647050872, delay=0.004973359405994415, ms=00033}
22:49:11.257458 run mass: MS performed LU {at=7815456.960791168, lu_delay=5.712741152383387, ms=00020}
22:49:11.269182 run osmo-ms-mob/00034: Starting mobile
22:49:11.283941 run osmo-ms-mob/00034(pid=169): Launched
22:49:11.295582 run mass: MS start registered {at=7815456.998926026, delay=0.005092552863061428, ms=00034}
22:49:11.303934 run mass: MS performed LU {at=7815457.007283231, lu_delay=4.856559840962291, ms=00022}
22:49:11.618899 run osmo-ms-mob/00035: Starting mobile
22:49:11.632022 run osmo-ms-mob/00035(pid=170): Launched
22:49:11.643378 run mass: MS start registered {at=7815457.346727567, delay=0.004761863499879837, ms=00035}
22:49:12.024543 run osmo-ms-mob/00036: Starting mobile
22:49:12.044216 run osmo-ms-mob/00036(pid=171): Launched
22:49:12.060390 run mass: MS start registered {at=7815457.763716877, delay=0.008570586331188679, ms=00036}
22:49:12.555779 run osmo-ms-mob/00037: Starting mobile
22:49:12.569089 run osmo-ms-mob/00037(pid=172): Launched
22:49:12.589127 run mass: Starting too slowly. Moving on {now=7815458.292493903, sleep=-0.07605418749153614, target=7815458.216439716}
22:49:12.595039 run mass: MS start registered {at=7815458.298398812, delay=0.005906907841563225, ms=00037}
22:49:12.719127 run osmo-ms-mob/00038: Starting mobile
22:49:12.732740 run osmo-ms-mob/00038(pid=173): Launched
22:49:12.744026 run mass: MS start registered {at=7815458.447377968, delay=0.00485275499522686, ms=00038}
22:49:13.018750 run osmo-ms-mob/00039: Starting mobile
22:49:13.031576 run osmo-ms-mob/00039(pid=174): Launched
22:49:13.042617 run mass: MS start registered {at=7815458.745961849, delay=0.005007883533835411, ms=00039}
22:49:13.205417 run mass: MS performed LU {at=7815458.908751867, lu_delay=4.960348948836327, ms=00026}
22:49:13.274521 run mass: MS performed LU {at=7815458.977853597, lu_delay=5.574345784261823, ms=00025}
22:49:13.311747 run mass: MS performed LU {at=7815459.015084395, lu_delay=5.967396595515311, ms=00024}
22:49:13.322941 run osmo-ms-mob/00040: Starting mobile
22:49:13.336803 run osmo-ms-mob/00040(pid=175): Launched
22:49:13.348497 run mass: MS start registered {at=7815459.051843578, delay=0.005230722948908806, ms=00040}
22:49:13.394841 run mass: MS performed LU {at=7815459.098148437, lu_delay=6.4495925810188055, ms=00023}
22:49:13.565000 run mass: MS performed LU {at=7815459.268333588, lu_delay=4.920156325213611, ms=00027}
22:49:13.576269 run osmo-ms-mob/00041: Starting mobile
22:49:13.590899 run osmo-ms-mob/00041(pid=176): Launched
22:49:13.602397 run mass: MS start registered {at=7815459.30574685, delay=0.005160779692232609, ms=00041}
22:49:14.020099 run osmo-ms-mob/00042: Starting mobile
22:49:14.033944 run osmo-ms-mob/00042(pid=177): Launched
22:49:14.045384 run mass: MS start registered {at=7815459.74873054, delay=0.0048580411821603775, ms=00042}
22:49:14.420805 run osmo-ms-mob/00043: Starting mobile
22:49:14.434615 run osmo-ms-mob/00043(pid=178): Launched
22:49:14.445991 run mass: MS start registered {at=7815460.149338894, delay=0.00506793987005949, ms=00043}
22:49:14.719179 run osmo-ms-mob/00044: Starting mobile
22:49:14.739118 run osmo-ms-mob/00044(pid=179): Launched
22:49:14.750416 run mass: MS start registered {at=7815460.453768936, delay=0.004882100969552994, ms=00044}
22:49:14.995778 run mass: MS performed LU {at=7815460.699097157, lu_delay=5.56566708534956, ms=00029}
22:49:15.008230 run osmo-ms-mob/00045: Starting mobile
22:49:15.022375 run osmo-ms-mob/00045(pid=180): Launched
22:49:15.029075 run mass: MS performed LU {at=7815460.73242928, lu_delay=5.192837976850569, ms=00030}
22:49:15.035668 run mass: MS start registered {at=7815460.739032931, delay=0.006625375710427761, ms=00045}
22:49:15.069447 run mass: MS performed LU {at=7815460.772784212, lu_delay=4.8238315945491195, ms=00031}
22:49:15.081146 run osmo-ms-mob/00046: Starting mobile
22:49:15.094739 run osmo-ms-mob/00046(pid=181): Launched
22:49:15.105621 run mass: MS start registered {at=7815460.808966119, delay=0.004771033301949501, ms=00046}
22:49:15.249785 run mass: MS performed LU {at=7815460.953120616, lu_delay=6.205062944442034, ms=00028}
22:49:15.268356 run mass: MS performed LU {at=7815460.971704146, lu_delay=4.723234035074711, ms=00032}
22:49:15.279699 run osmo-ms-mob/00047: Starting mobile
22:49:15.293234 run osmo-ms-mob/00047(pid=182): Launched
22:49:15.304256 run mass: MS start registered {at=7815461.007603103, delay=0.004708475433290005, ms=00047}
22:49:15.931397 run osmo-ms-mob/00048: Starting mobile
22:49:15.945729 run osmo-ms-mob/00048(pid=183): Launched
22:49:15.957117 run mass: MS start registered {at=7815461.66046644, delay=0.005001656711101532, ms=00048}
22:49:16.219560 run osmo-ms-mob/00049: Starting mobile
22:49:16.233324 run osmo-ms-mob/00049(pid=184): Launched
22:49:16.244507 run mass: MS start registered {at=7815461.947860075, delay=0.004876396618783474, ms=00049}
22:49:16.519801 run osmo-ms-mob/00050: Starting mobile
22:49:16.533606 run osmo-ms-mob/00050(pid=185): Launched
22:49:16.545083 run mass: MS start registered {at=7815462.248431191, delay=0.005015069618821144, ms=00050}
22:49:16.943387 run osmo-ms-mob/00051: Starting mobile
22:49:16.958606 run osmo-ms-mob/00051(pid=186): Launched
22:49:16.964768 run mass: MS performed LU {at=7815462.668125275, lu_delay=5.321397707797587, ms=00035}
22:49:16.970813 run mass: MS start registered {at=7815462.674178123, delay=0.006071406416594982, ms=00051}
22:49:16.976631 run mass: MS performed LU {at=7815462.679988822, lu_delay=5.681062796153128, ms=00034}
22:49:16.987421 run osmo-ms-mob/00052: Starting mobile
22:49:17.000582 run osmo-ms-mob/00052(pid=187): Launched
22:49:17.011515 run mass: MS start registered {at=7815462.714860327, delay=0.004851080477237701, ms=00052}
22:49:17.040825 run mass: MS performed LU {at=7815462.74415171, lu_delay=6.097100837156177, ms=00033}
22:49:17.076911 run mass: MS performed LU {at=7815462.780243518, lu_delay=5.01652664039284, ms=00036}
22:49:17.088713 run osmo-ms-mob/00053: Starting mobile
22:49:17.102899 run osmo-ms-mob/00053(pid=188): Launched
22:49:17.114302 run mass: MS start registered {at=7815462.817643287, delay=0.005128789693117142, ms=00053}
22:49:17.331657 run mass: MS performed LU {at=7815463.034992172, lu_delay=4.736593360081315, ms=00037}
22:49:18.610749 run osmo-ms-mob/00054: Starting mobile
22:49:18.623879 run osmo-ms-mob/00054(pid=189): Launched
22:49:18.629852 run mass: Starting too slowly. Moving on {now=7815464.333221349, sleep=-0.7167816534638405, target=7815463.6164396955}
22:49:18.635410 run mass: MS start registered {at=7815464.338772189, delay=0.005553394556045532, ms=00054}
22:49:18.640962 run mass: Starting too slowly. Moving on {now=7815464.344333757, sleep=-0.6278940616175532, target=7815463.716439695}
22:49:18.646529 run mass: Starting too slowly. Moving on {now=7815464.349899348, sleep=-0.533459653146565, target=7815463.816439695}
22:49:18.656969 run osmo-ms-mob/00055: Starting mobile
22:49:18.669764 run osmo-ms-mob/00055(pid=190): Launched
22:49:18.675726 run mass: Starting too slowly. Moving on {now=7815464.37909652, sleep=-0.46265682578086853, target=7815463.916439694}
22:49:18.681265 run mass: MS start registered {at=7815464.384627281, delay=0.005532365292310715, ms=00055}
22:49:18.686811 run mass: Starting too slowly. Moving on {now=7815464.390182687, sleep=-0.3737429929897189, target=7815464.016439694}
22:49:18.692198 run mass: Starting too slowly. Moving on {now=7815464.395570296, sleep=-0.2791306022554636, target=7815464.116439694}
22:49:18.702906 run osmo-ms-mob/00056: Starting mobile
22:49:18.716228 run osmo-ms-mob/00056(pid=191): Launched
22:49:18.722238 run mass: Starting too slowly. Moving on {now=7815464.425608037, sleep=-0.20916834380477667, target=7815464.216439693}
22:49:18.727898 run mass: MS performed LU {at=7815464.431259045, lu_delay=5.379415467381477, ms=00040}
22:49:18.733566 run mass: Starting too slowly. Moving on {now=7815464.43693723, sleep=-0.12049753684550524, target=7815464.316439693}
22:49:18.739093 run mass: MS start registered {at=7815464.442458268, delay=0.016852048225700855, ms=00056}
22:49:18.745054 run mass: Starting too slowly. Moving on {now=7815464.44842373, sleep=-0.03198403771966696, target=7815464.4164396925}
22:49:18.755573 run osmo-ms-mob/00057: Starting mobile
22:49:18.769001 run osmo-ms-mob/00057(pid=192): Launched
22:49:18.779711 run mass: MS start registered {at=7815464.483057001, delay=0.0046369656920433044, ms=00057}
22:49:19.250889 run osmo-ms-mob/00058: Starting mobile
22:49:19.275096 run osmo-ms-mob/00058(pid=193): Launched
22:49:19.281467 run mass: Starting too slowly. Moving on {now=7815464.984834294, sleep=-0.0683946032077074, target=7815464.916439691}
22:49:19.287380 run mass: MS start registered {at=7815464.9907392, delay=0.005907994695007801, ms=00058}
22:49:19.419291 run osmo-ms-mob/00059: Starting mobile
22:49:19.433215 run osmo-ms-mob/00059(pid=194): Launched
22:49:19.444668 run mass: MS start registered {at=7815465.147986929, delay=0.005088468082249165, ms=00059}
22:49:19.719258 run osmo-ms-mob/00060: Starting mobile
22:49:19.733401 run osmo-ms-mob/00060(pid=195): Launched
22:49:19.744895 run mass: MS start registered {at=7815465.448243284, delay=0.005021768622100353, ms=00060}
22:49:20.118969 run osmo-ms-mob/00061: Starting mobile
22:49:20.132275 run osmo-ms-mob/00061(pid=196): Launched
22:49:20.143697 run mass: MS start registered {at=7815465.847049347, delay=0.005268747918307781, ms=00061}
22:49:20.174788 run mass: MS performed LU {at=7815465.878107702, lu_delay=6.572360852733254, ms=00041}
22:49:20.192302 run mass: MS performed LU {at=7815465.895645164, lu_delay=6.146914623677731, ms=00042}
22:49:20.204211 run osmo-ms-mob/00062: Starting mobile
22:49:20.217737 run osmo-ms-mob/00062(pid=197): Launched
22:49:20.224146 run mass: MS performed LU {at=7815465.927502814, lu_delay=7.480124846100807, ms=00038}
22:49:20.230430 run mass: MS start registered {at=7815465.933793643, delay=0.006311916746199131, ms=00062}
22:49:20.247203 run mass: MS performed LU {at=7815465.950537968, lu_delay=7.2045761197805405, ms=00039}
22:49:20.258651 run osmo-ms-mob/00063: Starting mobile
22:49:20.272512 run osmo-ms-mob/00063(pid=198): Launched
22:49:20.284425 run mass: MS start registered {at=7815465.987763975, delay=0.005653982982039452, ms=00063}
22:49:20.691196 run mass: MS performed LU {at=7815466.394513988, lu_delay=5.585547869093716, ms=00046}
22:49:20.737588 run mass: MS performed LU {at=7815466.440863411, lu_delay=5.987094474956393, ms=00044}
22:49:20.806702 run mass: MS performed LU {at=7815466.51001935, lu_delay=4.849552909843624, ms=00048}
22:49:20.820398 run osmo-ms-mob/00064: Starting mobile
22:49:20.834263 run osmo-ms-mob/00064(pid=199): Launched
22:49:20.846177 run mass: MS start registered {at=7815466.549499515, delay=0.005632004700601101, ms=00064}
22:49:20.861952 run mass: MS performed LU {at=7815466.565290166, lu_delay=6.415951272472739, ms=00043}
22:49:21.171330 run mass: MS performed LU {at=7815466.874641379, lu_delay=4.926781304180622, ms=00049}
22:49:21.519865 run osmo-ms-mob/00065: Starting mobile
22:49:21.534448 run osmo-ms-mob/00065(pid=200): Launched
22:49:21.550422 run mass: MS start registered {at=7815467.253739508, delay=0.00831017829477787, ms=00065}
22:49:21.604230 run mass: MS performed LU {at=7815467.307521669, lu_delay=4.592661342583597, ms=00052}
22:49:21.610685 run mass: MS performed LU {at=7815467.314048701, lu_delay=4.639870578423142, ms=00051}
22:49:21.641752 run osmo-ms-mob/00066: Starting mobile
22:49:21.656246 run osmo-ms-mob/00066(pid=201): Launched
22:49:21.667932 run mass: MS start registered {at=7815467.371274907, delay=0.004697978496551514, ms=00066}
22:49:21.724788 run mass: MS performed LU {at=7815467.428123601, lu_delay=5.179692409932613, ms=00050}
22:49:22.219466 run osmo-ms-mob/00067: Starting mobile
22:49:22.234940 run osmo-ms-mob/00067(pid=202): Launched
22:49:22.255932 run mass: MS start registered {at=7815467.959239467, delay=0.011949731968343258, ms=00067}
22:49:22.472393 run mass: MS performed LU {at=7815468.175705242, lu_delay=5.358061955310404, ms=00053}
22:49:22.497777 run osmo-ms-mob/00068: Starting mobile
22:49:22.526080 run osmo-ms-mob/00068(pid=203): Launched
22:49:22.546130 run mass: MS start registered {at=7815468.249444725, delay=0.007326114922761917, ms=00068}
22:49:22.922489 run osmo-ms-mob/00069: Starting mobile
22:49:22.948884 run osmo-ms-mob/00069(pid=204): Launched
22:49:22.962415 run mass: MS start registered {at=7815468.665755606, delay=3.258325159549713e-05, ms=00069}
22:49:23.321109 run osmo-ms-mob/00070: Starting mobile
22:49:23.335913 run osmo-ms-mob/00070(pid=205): Launched
22:49:23.349067 run mass: MS start registered {at=7815469.05240579, delay=0.004748343490064144, ms=00070}
22:49:23.720034 run osmo-ms-mob/00071: Starting mobile
22:49:23.734935 run osmo-ms-mob/00071(pid=206): Launched
22:49:23.746506 run mass: MS start registered {at=7815469.449844883, delay=0.005250405520200729, ms=00071}
22:49:24.123932 run osmo-ms-mob/00072: Starting mobile
22:49:24.150191 run osmo-ms-mob/00072(pid=207): Launched
22:49:24.166927 run mass: MS start registered {at=7815469.870256691, delay=0.004705456085503101, ms=00072}
22:49:24.456680 run mass: MS performed LU {at=7815470.159974823, lu_delay=5.169235622510314, ms=00058}
22:49:24.469080 run osmo-ms-mob/00073: Starting mobile
22:49:24.483024 run osmo-ms-mob/00073(pid=208): Launched
22:49:24.490208 run mass: MS performed LU {at=7815470.193559673, lu_delay=5.045572743751109, ms=00059}
22:49:24.496518 run mass: MS start registered {at=7815470.199879707, delay=0.0063476841896772385, ms=00073}
22:49:24.503307 run mass: MS performed LU {at=7815470.206606619, lu_delay=5.821979338303208, ms=00055}
22:49:24.572306 run mass: MS performed LU {at=7815470.275638597, lu_delay=5.792581596411765, ms=00057}
22:49:24.583972 run osmo-ms-mob/00074: Starting mobile
22:49:24.597135 run osmo-ms-mob/00074(pid=209): Launched
22:49:24.608642 run mass: MS start registered {at=7815470.311987111, delay=0.004979887045919895, ms=00074}
22:49:25.297019 run mass: MS performed LU {at=7815471.00034908, lu_delay=5.552105796523392, ms=00060}
22:49:25.312348 run osmo-ms-mob/00075: Starting mobile
22:49:25.329661 run osmo-ms-mob/00075(pid=210): Launched
22:49:25.338762 run mass: MS performed LU {at=7815471.042112466, lu_delay=3.6708375588059425, ms=00066}
22:49:25.346964 run mass: MS start registered {at=7815471.050325272, delay=0.008238778449594975, ms=00075}
22:49:25.600843 run mass: MS performed LU {at=7815471.304165294, lu_delay=4.754665778949857, ms=00064}
22:49:25.607425 run mass: MS performed LU {at=7815471.31078938, lu_delay=5.3769957376644015, ms=00062}
22:49:25.613535 run mass: MS performed LU {at=7815471.316900511, lu_delay=5.3291365364566445, ms=00063}
22:49:25.625624 run osmo-ms-mob/00076: Starting mobile
22:49:25.639689 run osmo-ms-mob/00076(pid=211): Launched
22:49:25.651330 run mass: MS start registered {at=7815471.354682296, delay=0.004634563811123371, ms=00076}
22:49:26.218866 run osmo-ms-mob/00077: Starting mobile
22:49:26.233308 run osmo-ms-mob/00077(pid=212): Launched
22:49:26.245057 run mass: MS start registered {at=7815471.948396238, delay=0.0051925210282206535, ms=00077}
22:49:26.311766 run mass: MS performed LU {at=7815472.015096182, lu_delay=4.761356674134731, ms=00065}
22:49:26.348190 run mass: MS performed LU {at=7815472.051525824, lu_delay=6.20447647664696, ms=00061}
22:49:26.720007 run osmo-ms-mob/00078: Starting mobile
22:49:26.734198 run osmo-ms-mob/00078(pid=213): Launched
22:49:26.745833 run mass: MS start registered {at=7815472.449173532, delay=0.005151855759322643, ms=00078}
22:49:27.125376 run osmo-ms-mob/00079: Starting mobile
22:49:27.142823 run osmo-ms-mob/00079(pid=214): Launched
22:49:27.159913 run mass: MS start registered {at=7815472.863238169, delay=0.006166309118270874, ms=00079}
22:49:27.623901 run osmo-ms-mob/00080: Starting mobile
22:49:27.638049 run osmo-ms-mob/00080(pid=215): Launched
22:49:27.649525 run mass: MS start registered {at=7815473.352875218, delay=0.004841663874685764, ms=00080}
22:49:28.119222 run osmo-ms-mob/00081: Starting mobile
22:49:28.133625 run osmo-ms-mob/00081(pid=216): Launched
22:49:28.145362 run mass: MS start registered {at=7815473.848710068, delay=0.005349539220333099, ms=00081}
22:49:28.222413 run mass: MS performed LU {at=7815473.92574798, lu_delay=4.47590309754014, ms=00071}
22:49:28.250345 run mass: MS performed LU {at=7815473.953675719, lu_delay=5.287920112721622, ms=00069}
22:49:28.269062 run mass: MS performed LU {at=7815473.972390106, lu_delay=6.013150638900697, ms=00067}
22:49:28.282669 run osmo-ms-mob/00082: Starting mobile
22:49:28.296360 run osmo-ms-mob/00082(pid=217): Launched
22:49:28.307901 run mass: MS start registered {at=7815474.011243468, delay=0.005277211777865887, ms=00082}
22:49:28.337877 run mass: MS performed LU {at=7815474.041205067, lu_delay=5.79176034219563, ms=00068}
22:49:28.356658 run mass: MS performed LU {at=7815474.059985372, lu_delay=5.007579581812024, ms=00070}
22:49:28.374391 run mass: MS performed LU {at=7815474.077725729, lu_delay=22.330062620341778, ms=00021}
22:49:29.120131 run osmo-ms-mob/00083: Starting mobile
22:49:29.134128 run osmo-ms-mob/00083(pid=218): Launched
22:49:29.146170 run mass: MS start registered {at=7815474.849516171, delay=0.005305337719619274, ms=00083}
22:49:29.321260 run mass: MS performed LU {at=7815475.024540805, lu_delay=3.9742155335843563, ms=00075}
22:49:29.333243 run mass: MS performed LU {at=7815475.036604763, lu_delay=3.6819224674254656, ms=00076}
22:49:29.619899 run osmo-ms-mob/00084: Starting mobile
22:49:29.634314 run osmo-ms-mob/00084(pid=219): Launched
22:49:29.646193 run mass: MS start registered {at=7815475.349530377, delay=0.004027241840958595, ms=00084}
22:49:30.078350 run mass: MS performed LU {at=7815475.781664572, lu_delay=5.581784864887595, ms=00073}
22:49:30.094677 run osmo-ms-mob/00085: Starting mobile
22:49:30.112896 run osmo-ms-mob/00085(pid=220): Launched
22:49:30.121062 run mass: MS performed LU {at=7815475.824411773, lu_delay=5.512424661777914, ms=00074}
22:49:30.129023 run mass: MS performed LU {at=7815475.832383885, lu_delay=5.962127193808556, ms=00072}
22:49:30.136406 run mass: MS start registered {at=7815475.839769338, delay=0.015386060811579227, ms=00085}
22:49:30.735057 run osmo-ms-mob/00086: Starting mobile
22:49:30.749384 run osmo-ms-mob/00086(pid=221): Launched
22:49:30.760666 run mass: MS start registered {at=7815476.463974685, delay=0.005183380097150803, ms=00086}
22:49:31.335487 run osmo-ms-mob/00087: Starting mobile
22:49:31.349064 run osmo-ms-mob/00087(pid=222): Launched
22:49:31.360313 run mass: MS start registered {at=7815477.063659308, delay=0.005341945216059685, ms=00087}
22:49:31.936333 run osmo-ms-mob/00088: Starting mobile
22:49:31.950484 run osmo-ms-mob/00088(pid=223): Launched
22:49:31.961306 run mass: MS start registered {at=7815477.664655674, delay=0.0048086876049637794, ms=00088}
22:49:31.969875 run mass: MS performed LU {at=7815477.673212305, lu_delay=4.809974135830998, ms=00079}
22:49:31.988381 run mass: MS performed LU {at=7815477.691715594, lu_delay=5.242542061954737, ms=00078}
22:49:32.016359 run mass: MS performed LU {at=7815477.719689003, lu_delay=5.771292765624821, ms=00077}
22:49:32.270585 run mass: MS performed LU {at=7815477.973835183, lu_delay=4.6209599655121565, ms=00080}
22:49:32.519906 run osmo-ms-mob/00089: Starting mobile
22:49:32.533864 run osmo-ms-mob/00089(pid=224): Launched
22:49:32.545284 run mass: MS start registered {at=7815478.248635221, delay=0.00517842173576355, ms=00089}
22:49:33.120120 run osmo-ms-mob/00090: Starting mobile
22:49:33.134020 run osmo-ms-mob/00090(pid=225): Launched
22:49:33.147611 run mass: MS start registered {at=7815478.850950535, delay=0.007289282977581024, ms=00090}
22:49:33.751275 run mass: MS performed LU {at=7815479.454568603, lu_delay=5.443325134925544, ms=00082}
22:49:33.763320 run osmo-ms-mob/00091: Starting mobile
22:49:33.777210 run osmo-ms-mob/00091(pid=226): Launched
22:49:33.788205 run mass: MS performed LU {at=7815479.491534276, lu_delay=4.6420181049034, ms=00083}
22:49:33.794801 run mass: MS start registered {at=7815479.498166059, delay=0.010639140382409096, ms=00091}
22:49:34.005248 run mass: MS performed LU {at=7815479.708582051, lu_delay=5.859871983528137, ms=00081}
22:49:34.519810 run osmo-ms-mob/00092: Starting mobile
22:49:34.534023 run osmo-ms-mob/00092(pid=227): Launched
22:49:34.545695 run mass: MS start registered {at=7815480.249038464, delay=0.0053716180846095085, ms=00092}
22:49:35.319523 run osmo-ms-mob/00093: Starting mobile
22:49:35.333147 run osmo-ms-mob/00093(pid=228): Launched
22:49:35.344833 run mass: MS start registered {at=7815481.048182904, delay=0.00533159077167511, ms=00093}
22:49:35.735518 run mass: MS performed LU {at=7815481.438750637, lu_delay=4.974775951355696, ms=00086}
22:49:35.753700 run mass: MS performed LU {at=7815481.457029782, lu_delay=6.107499404810369, ms=00084}
22:49:36.035276 run mass: MS performed LU {at=7815481.73861321, lu_delay=4.67495390214026, ms=00087}
22:49:36.219366 run osmo-ms-mob/00094: Starting mobile
22:49:36.232942 run osmo-ms-mob/00094(pid=229): Launched
22:49:36.244153 run mass: MS start registered {at=7815481.947505267, delay=0.004930317401885986, ms=00094}
22:49:37.118996 run osmo-ms-mob/00095: Starting mobile
22:49:37.132944 run osmo-ms-mob/00095(pid=230): Launched
22:49:37.144933 run mass: MS start registered {at=7815482.848268969, delay=0.005694003775715828, ms=00095}
22:49:37.516666 run mass: MS performed LU {at=7815483.219968732, lu_delay=4.971333511173725, ms=00089}
22:49:37.535604 run mass: MS performed LU {at=7815483.238951005, lu_delay=5.5742953307926655, ms=00088}
22:49:37.788981 run mass: MS performed LU {at=7815483.492314074, lu_delay=22.75328114349395, ms=00045}
22:49:38.061550 run mass: MS performed LU {at=7815483.764884511, lu_delay=4.913933975622058, ms=00090}
22:49:38.072548 run osmo-ms-mob/00096: Starting mobile
22:49:38.085467 run osmo-ms-mob/00096(pid=231): Launched
22:49:38.096573 run mass: MS start registered {at=7815483.79992569, delay=0.004994198679924011, ms=00096}
22:49:39.219605 run osmo-ms-mob/00097: Starting mobile
22:49:39.233177 run osmo-ms-mob/00097(pid=232): Launched
22:49:39.244762 run mass: MS start registered {at=7815484.948111154, delay=0.005068307742476463, ms=00097}
22:49:39.501675 run mass: MS performed LU {at=7815485.20501156, lu_delay=5.706845500506461, ms=00091}
22:49:40.518740 run osmo-ms-mob/00098: Starting mobile
22:49:40.532160 run osmo-ms-mob/00098(pid=233): Launched
22:49:40.544201 run mass: MS start registered {at=7815486.247541607, delay=0.005769507028162479, ms=00098}
22:49:41.283329 run mass: MS performed LU {at=7815486.98665891, lu_delay=5.938476006500423, ms=00093}
22:49:41.449018 run mass: MS performed LU {at=7815487.152354047, lu_delay=5.20484877936542, ms=00094}
22:49:41.536260 run mass: MS performed LU {at=7815487.239598503, lu_delay=22.797140235081315, ms=00056}
22:49:41.555023 run mass: MS performed LU {at=7815487.258369074, lu_delay=22.919596885330975, ms=00054}
22:49:42.319554 run osmo-ms-mob/00099: Starting mobile
22:49:42.333524 run osmo-ms-mob/00099(pid=234): Launched
22:49:42.339785 run mass: All started... {duration=55.72671524621546, too_slow=12}
22:49:42.345648 run mass: MS start registered {at=7815488.049008304, delay=0.005856596864759922, ms=00099}
22:49:43.267397 run mass: MS performed LU {at=7815488.970679934, lu_delay=5.170754244551063, ms=00096}
22:49:43.313851 run mass: MS performed LU {at=7815489.017185384, lu_delay=6.168916415423155, ms=00095}
22:49:45.048788 run mass: MS performed LU {at=7815490.752122394, lu_delay=4.504580786451697, ms=00098}
22:49:45.214571 run mass: MS performed LU {at=7815490.917905282, lu_delay=5.969794128090143, ms=00097}
22:49:47.974843 run mass: MS performed LU {at=7815493.678177959, lu_delay=5.629169655032456, ms=00099}
22:49:52.917205 run mass: MS performed LU {at=7815498.62052081, lu_delay=22.78075147140771, ms=00085}
22:49:55.054442 run mass: MS performed LU {at=7815500.757753266, lu_delay=39.75015016272664, ms=00047}
22:49:56.683187 run mass: MS performed LU {at=7815502.386509049, lu_delay=22.137470584362745, ms=00092}
22:49:56.689734 run mass: Tests done {all_completed=True, max=39.75015016272664, min=3.6708375588059425}
22:49:56.695731 tst register_default_mass.py: Test passed (96.0 sec)
22:49:56.701391 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:56.704871 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:56.708310 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:56.711881 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:56.715326 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:56.718812 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:56.722591 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:56.726039 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:56.729470 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:56.732927 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:56.736360 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:56.739787 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:56.743217 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:56.746656 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:56.750102 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:56.753547 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:56.757019 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:56.760492 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:56.763983 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:56.767467 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:56.770935 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:56.774400 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:56.777883 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:56.781360 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:56.784813 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:56.788248 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:56.791696 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:56.795162 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:56.798666 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:56.802155 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:56.805637 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:56.809090 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:56.812554 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:56.816025 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:56.819495 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:56.822983 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:56.826597 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:56.830087 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:56.833547 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:56.837018 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:56.840480 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:56.843940 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:56.847543 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:56.850951 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:56.854382 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:56.857802 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:56.861226 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:56.864647 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:56.868069 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:56.871571 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:56.875284 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:56.878875 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:56.882346 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:56.886061 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:56.889599 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:56.893225 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:56.896662 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:56.900081 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:56.904211 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:56.907818 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:56.911586 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:56.915033 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:56.918582 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:56.922045 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:56.925524 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:56.928973 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:56.932407 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:56.935821 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:56.939230 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:56.942640 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:56.946090 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:56.949606 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:56.953029 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:56.956439 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:56.959847 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:56.963913 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:56.967593 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:56.971047 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:56.974495 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:56.977965 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:56.981462 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:56.985022 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:56.988660 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:56.992477 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:56.996030 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:56.999501 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:57.003079 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:57.006598 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:57.010042 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:57.013469 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:57.016886 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:57.020293 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:57.023716 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:57.027136 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:57.030564 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:57.033998 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:57.037615 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:57.041132 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:57.045220 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:57.049028 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:57.052441 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:57.056357 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:57.059802 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:57.063246 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:57.066664 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:57.070087 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:57.073534 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:57.076961 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:57.080411 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:57.083837 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:57.087275 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:57.090650 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:57.094065 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:57.097434 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:57.101258 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:57.104662 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:57.108037 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:57.111445 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:57.114762 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:57.118031 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:57.121368 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:57.124745 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:57.128141 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:57.131535 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:57.134928 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:57.138318 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:57.141739 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:57.145145 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:57.148533 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:57.151933 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:57.155339 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:57.158737 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:57.162141 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:57.165523 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:57.168918 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:57.172306 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:57.175698 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:57.179105 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:57.182513 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:57.185928 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:57.189390 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:57.192824 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:57.196263 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:57.199678 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:57.203115 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:57.206537 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:57.209965 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:57.213417 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:57.216828 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:57.220206 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:57.223641 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:57.227054 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:57.230466 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:57.233880 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:57.237286 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:57.240685 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:57.244077 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:57.247472 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:57.250888 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:57.254302 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:57.257720 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:57.261109 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:57.264513 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:57.267934 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:57.271364 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:57.274791 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:57.278206 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:57.281612 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:57.285035 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:57.288431 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:57.291836 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:57.295246 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:57.298653 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:57.302061 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:57.305478 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:57.308918 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:57.312341 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:57.315809 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:57.319222 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:57.322607 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:57.326014 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:57.329438 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:57.332906 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:57.336297 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:57.339712 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:57.343131 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:57.346564 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:57.350001 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:57.353427 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:57.356849 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:57.360264 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:57.363715 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:57.367132 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:57.370548 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:57.373970 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:57.377389 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:57.380814 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:57.384275 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:57.387763 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:57.391264 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:57.394714 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:57.398161 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:57.401585 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:57.405021 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:57.408484 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:57.411939 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:57.415376 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:57.418798 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:57.422265 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:57.425703 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:57.429145 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:57.432579 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:57.436029 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:57.439506 --- ParallelTerminationStrategy: PID 22 died...
22:49:57.441086 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:57.444926 --- ParallelTerminationStrategy: PID 23 died...
22:49:57.446456 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:57.450251 --- ParallelTerminationStrategy: PID 24 died...
22:49:57.451780 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:57.455593 --- ParallelTerminationStrategy: PID 25 died...
22:49:57.457147 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:57.460949 --- ParallelTerminationStrategy: PID 26 died...
22:49:57.462490 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:57.466352 --- ParallelTerminationStrategy: PID 27 died...
22:49:57.467920 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:57.471746 --- ParallelTerminationStrategy: PID 28 died...
22:49:57.473306 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:57.477153 --- ParallelTerminationStrategy: PID 29 died...
22:49:57.478702 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:57.482673 --- ParallelTerminationStrategy: PID 30 died...
22:49:57.484204 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:57.487985 --- ParallelTerminationStrategy: PID 31 died...
22:49:57.489538 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:57.493376 --- ParallelTerminationStrategy: PID 32 died...
22:49:57.494932 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:57.498785 --- ParallelTerminationStrategy: PID 33 died...
22:49:57.500356 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:57.504203 --- ParallelTerminationStrategy: PID 35 died...
22:49:57.505781 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:57.509703 --- ParallelTerminationStrategy: PID 36 died...
22:49:57.512988 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:57.520689 --- ParallelTerminationStrategy: PID 37 died...
22:49:57.522395 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:57.526305 --- ParallelTerminationStrategy: PID 38 died...
22:49:57.527891 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:57.531798 --- ParallelTerminationStrategy: PID 39 died...
22:49:57.533365 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:57.537210 --- ParallelTerminationStrategy: PID 40 died...
22:49:57.538776 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:57.542886 --- ParallelTerminationStrategy: PID 41 died...
22:49:57.544493 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:57.548365 --- ParallelTerminationStrategy: PID 42 died...
22:49:57.549910 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:57.553628 --- ParallelTerminationStrategy: PID 43 died...
22:49:57.555124 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:57.558939 --- ParallelTerminationStrategy: PID 44 died...
22:49:57.560508 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:57.564359 --- ParallelTerminationStrategy: PID 45 died...
22:49:57.565919 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:57.569736 --- ParallelTerminationStrategy: PID 46 died...
22:49:57.571304 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:57.575119 --- ParallelTerminationStrategy: PID 47 died...
22:49:57.576666 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:57.580453 --- ParallelTerminationStrategy: PID 48 died...
22:49:57.581939 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:57.585900 --- ParallelTerminationStrategy: PID 49 died...
22:49:57.587607 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:57.591613 --- ParallelTerminationStrategy: PID 50 died...
22:49:57.593202 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:57.597052 --- ParallelTerminationStrategy: PID 51 died...
22:49:57.598632 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:57.602465 --- ParallelTerminationStrategy: PID 52 died...
22:49:57.604027 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:57.607859 --- ParallelTerminationStrategy: PID 53 died...
22:49:57.609414 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:57.613246 --- ParallelTerminationStrategy: PID 54 died...
22:49:57.614790 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:57.618636 --- ParallelTerminationStrategy: PID 55 died...
22:49:57.620197 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:57.624009 --- ParallelTerminationStrategy: PID 56 died...
22:49:57.625556 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:57.637209 --- ParallelTerminationStrategy: PID 57 died...
22:49:57.638762 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:57.642594 --- ParallelTerminationStrategy: PID 58 died...
22:49:57.644138 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:57.648353 --- ParallelTerminationStrategy: PID 59 died...
22:49:57.649917 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:57.653703 --- ParallelTerminationStrategy: PID 60 died...
22:49:57.655221 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:57.658899 --- ParallelTerminationStrategy: PID 61 died...
22:49:57.660410 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:57.664084 --- ParallelTerminationStrategy: PID 62 died...
22:49:57.665577 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:57.669256 --- ParallelTerminationStrategy: PID 63 died...
22:49:57.670784 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:57.674550 --- ParallelTerminationStrategy: PID 64 died...
22:49:57.676093 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:57.679859 --- ParallelTerminationStrategy: PID 65 died...
22:49:57.681391 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:57.685171 --- ParallelTerminationStrategy: PID 66 died...
22:49:57.686702 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:57.690464 --- ParallelTerminationStrategy: PID 67 died...
22:49:57.691994 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:57.695760 --- ParallelTerminationStrategy: PID 68 died...
22:49:57.697292 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:57.701068 --- ParallelTerminationStrategy: PID 69 died...
22:49:57.702541 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:57.706170 --- ParallelTerminationStrategy: PID 70 died...
22:49:57.707629 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:57.711232 --- ParallelTerminationStrategy: PID 71 died...
22:49:57.712679 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:57.716283 --- ParallelTerminationStrategy: PID 72 died...
22:49:57.717771 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:57.721364 --- ParallelTerminationStrategy: PID 73 died...
22:49:57.722823 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:57.726407 --- ParallelTerminationStrategy: PID 74 died...
22:49:57.727858 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:57.731462 --- ParallelTerminationStrategy: PID 75 died...
22:49:57.732983 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:57.736650 --- ParallelTerminationStrategy: PID 76 died...
22:49:57.738116 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:57.741740 --- ParallelTerminationStrategy: PID 77 died...
22:49:57.743212 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:57.746849 --- ParallelTerminationStrategy: PID 78 died...
22:49:57.748306 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:57.751897 --- ParallelTerminationStrategy: PID 79 died...
22:49:57.753363 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:57.757006 --- ParallelTerminationStrategy: PID 80 died...
22:49:57.758454 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:57.762057 --- ParallelTerminationStrategy: PID 81 died...
22:49:57.763515 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:57.767104 --- ParallelTerminationStrategy: PID 82 died...
22:49:57.768557 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:57.772231 --- ParallelTerminationStrategy: PID 83 died...
22:49:57.773703 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:57.777294 --- ParallelTerminationStrategy: PID 84 died...
22:49:57.778744 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:57.782422 --- ParallelTerminationStrategy: PID 85 died...
22:49:57.783878 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:57.787507 --- ParallelTerminationStrategy: PID 86 died...
22:49:57.788965 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:57.792558 --- ParallelTerminationStrategy: PID 87 died...
22:49:57.794067 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:57.797678 --- ParallelTerminationStrategy: PID 88 died...
22:49:57.799139 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:57.802793 --- ParallelTerminationStrategy: PID 89 died...
22:49:57.804258 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:57.807858 --- ParallelTerminationStrategy: PID 90 died...
22:49:57.809377 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:57.812983 --- ParallelTerminationStrategy: PID 91 died...
22:49:57.814437 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:57.818084 --- ParallelTerminationStrategy: PID 92 died...
22:49:57.819575 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:57.823280 --- ParallelTerminationStrategy: PID 93 died...
22:49:57.824804 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:57.828540 --- ParallelTerminationStrategy: PID 94 died...
22:49:57.830065 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:57.833815 --- ParallelTerminationStrategy: PID 95 died...
22:49:57.835327 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:57.839091 --- ParallelTerminationStrategy: PID 96 died...
22:49:57.840614 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:57.844348 --- ParallelTerminationStrategy: PID 97 died...
22:49:57.845883 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:57.849669 --- ParallelTerminationStrategy: PID 98 died...
22:49:57.851189 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:57.854943 --- ParallelTerminationStrategy: PID 99 died...
22:49:57.856467 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:57.860198 --- ParallelTerminationStrategy: PID 100 died...
22:49:57.861725 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:57.865502 --- ParallelTerminationStrategy: PID 101 died...
22:49:57.867007 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:57.870763 --- ParallelTerminationStrategy: PID 102 died...
22:49:57.872279 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:57.876009 --- ParallelTerminationStrategy: PID 103 died...
22:49:57.877527 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:57.881294 --- ParallelTerminationStrategy: PID 104 died...
22:49:57.882806 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:57.886565 --- ParallelTerminationStrategy: PID 105 died...
22:49:57.888083 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:57.891834 --- ParallelTerminationStrategy: PID 106 died...
22:49:57.893359 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:57.897125 --- ParallelTerminationStrategy: PID 107 died...
22:49:57.898637 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:57.902389 --- ParallelTerminationStrategy: PID 108 died...
22:49:57.903904 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:57.907663 --- ParallelTerminationStrategy: PID 109 died...
22:49:57.909177 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:57.912936 --- ParallelTerminationStrategy: PID 110 died...
22:49:57.914454 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:57.918294 --- ParallelTerminationStrategy: PID 111 died...
22:49:57.919827 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:57.923575 --- ParallelTerminationStrategy: PID 112 died...
22:49:57.925104 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:57.928849 --- ParallelTerminationStrategy: PID 113 died...
22:49:57.930367 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:57.934131 --- ParallelTerminationStrategy: PID 114 died...
22:49:57.935660 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:57.939421 --- ParallelTerminationStrategy: PID 115 died...
22:49:57.940967 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:57.944780 --- ParallelTerminationStrategy: PID 116 died...
22:49:57.946323 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:57.950158 --- ParallelTerminationStrategy: PID 117 died...
22:49:57.951703 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:57.955502 --- ParallelTerminationStrategy: PID 118 died...
22:49:57.957060 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:57.960850 --- ParallelTerminationStrategy: PID 119 died...
22:49:57.962386 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:57.966194 --- ParallelTerminationStrategy: PID 120 died...
22:49:57.967721 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:57.971522 --- ParallelTerminationStrategy: PID 121 died...
22:49:57.973067 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:57.976991 --- ParallelTerminationStrategy: PID 122 died...
22:49:57.978533 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:57.982359 --- ParallelTerminationStrategy: PID 123 died...
22:49:57.984010 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:57.987844 --- ParallelTerminationStrategy: PID 124 died...
22:49:57.989410 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:57.993246 --- ParallelTerminationStrategy: PID 125 died...
22:49:57.994775 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:57.998603 --- ParallelTerminationStrategy: PID 126 died...
22:49:58.000138 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:58.003927 --- ParallelTerminationStrategy: PID 127 died...
22:49:58.005470 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:58.009254 --- ParallelTerminationStrategy: PID 128 died...
22:49:58.010785 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:58.014604 --- ParallelTerminationStrategy: PID 129 died...
22:49:58.016137 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:58.019918 --- ParallelTerminationStrategy: PID 130 died...
22:49:58.021524 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:58.025428 --- ParallelTerminationStrategy: PID 131 died...
22:49:58.026992 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:58.030883 --- ParallelTerminationStrategy: PID 132 died...
22:49:58.032439 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:58.036218 --- ParallelTerminationStrategy: PID 133 died...
22:49:58.037742 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:58.041515 --- ParallelTerminationStrategy: PID 134 died...
22:49:58.043053 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:58.046835 --- ParallelTerminationStrategy: PID 135 died...
22:49:58.048350 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:58.052146 --- ParallelTerminationStrategy: PID 136 died...
22:49:58.053677 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:58.057468 --- ParallelTerminationStrategy: PID 137 died...
22:49:58.059016 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:58.062805 --- ParallelTerminationStrategy: PID 138 died...
22:49:58.064313 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:58.068052 --- ParallelTerminationStrategy: PID 139 died...
22:49:58.069567 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:58.073315 --- ParallelTerminationStrategy: PID 140 died...
22:49:58.074826 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:58.078587 --- ParallelTerminationStrategy: PID 141 died...
22:49:58.080103 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:58.083846 --- ParallelTerminationStrategy: PID 142 died...
22:49:58.085353 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:58.089120 --- ParallelTerminationStrategy: PID 143 died...
22:49:58.090647 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:58.094405 --- ParallelTerminationStrategy: PID 144 died...
22:49:58.095913 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:58.099652 --- ParallelTerminationStrategy: PID 145 died...
22:49:58.101185 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:58.104917 --- ParallelTerminationStrategy: PID 146 died...
22:49:58.106421 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:58.110169 --- ParallelTerminationStrategy: PID 147 died...
22:49:58.111678 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:58.115417 --- ParallelTerminationStrategy: PID 148 died...
22:49:58.116950 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:58.120669 --- ParallelTerminationStrategy: PID 149 died...
22:49:58.122176 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:58.125913 --- ParallelTerminationStrategy: PID 150 died...
22:49:58.127434 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:58.131188 --- ParallelTerminationStrategy: PID 151 died...
22:49:58.132700 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:58.136445 --- ParallelTerminationStrategy: PID 152 died...
22:49:58.137959 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:58.141706 --- ParallelTerminationStrategy: PID 153 died...
22:49:58.143218 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:58.146974 --- ParallelTerminationStrategy: PID 154 died...
22:49:58.148477 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:58.152237 --- ParallelTerminationStrategy: PID 155 died...
22:49:58.153739 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:58.157498 --- ParallelTerminationStrategy: PID 156 died...
22:49:58.159005 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:58.162750 --- ParallelTerminationStrategy: PID 157 died...
22:49:58.164261 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:58.168029 --- ParallelTerminationStrategy: PID 158 died...
22:49:58.169541 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:58.173280 --- ParallelTerminationStrategy: PID 159 died...
22:49:58.174786 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:58.178545 --- ParallelTerminationStrategy: PID 160 died...
22:49:58.180050 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:58.183781 --- ParallelTerminationStrategy: PID 161 died...
22:49:58.185277 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:58.189020 --- ParallelTerminationStrategy: PID 162 died...
22:49:58.190523 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:58.194256 --- ParallelTerminationStrategy: PID 163 died...
22:49:58.195758 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:58.199490 --- ParallelTerminationStrategy: PID 164 died...
22:49:58.201006 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:58.204737 --- ParallelTerminationStrategy: PID 165 died...
22:49:58.206245 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:58.209965 --- ParallelTerminationStrategy: PID 166 died...
22:49:58.211462 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:58.215216 --- ParallelTerminationStrategy: PID 167 died...
22:49:58.216720 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:58.220463 --- ParallelTerminationStrategy: PID 168 died...
22:49:58.221966 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:58.225700 --- ParallelTerminationStrategy: PID 169 died...
22:49:58.227199 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:58.230989 --- ParallelTerminationStrategy: PID 170 died...
22:49:58.232504 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:58.236231 --- ParallelTerminationStrategy: PID 171 died...
22:49:58.237734 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:58.241465 --- ParallelTerminationStrategy: PID 172 died...
22:49:58.242972 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:58.246702 --- ParallelTerminationStrategy: PID 173 died...
22:49:58.248202 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:58.251928 --- ParallelTerminationStrategy: PID 174 died...
22:49:58.253432 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:58.257181 --- ParallelTerminationStrategy: PID 175 died...
22:49:58.258687 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:58.262412 --- ParallelTerminationStrategy: PID 176 died...
22:49:58.263927 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:58.267705 --- ParallelTerminationStrategy: PID 177 died...
22:49:58.269227 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:58.272984 --- ParallelTerminationStrategy: PID 178 died...
22:49:58.274561 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:58.278328 --- ParallelTerminationStrategy: PID 179 died...
22:49:58.279838 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:58.283581 --- ParallelTerminationStrategy: PID 180 died...
22:49:58.285090 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:58.288826 --- ParallelTerminationStrategy: PID 181 died...
22:49:58.290340 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:58.294070 --- ParallelTerminationStrategy: PID 182 died...
22:49:58.295568 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:58.299321 --- ParallelTerminationStrategy: PID 183 died...
22:49:58.300833 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:58.304562 --- ParallelTerminationStrategy: PID 184 died...
22:49:58.306068 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:58.309842 --- ParallelTerminationStrategy: PID 185 died...
22:49:58.311345 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:58.315085 --- ParallelTerminationStrategy: PID 186 died...
22:49:58.316591 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:58.320320 --- ParallelTerminationStrategy: PID 187 died...
22:49:58.321866 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:58.325590 --- ParallelTerminationStrategy: PID 188 died...
22:49:58.327096 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:58.330824 --- ParallelTerminationStrategy: PID 189 died...
22:49:58.332319 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:58.336065 --- ParallelTerminationStrategy: PID 190 died...
22:49:58.337593 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:58.341347 --- ParallelTerminationStrategy: PID 191 died...
22:49:58.342858 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:58.346584 --- ParallelTerminationStrategy: PID 192 died...
22:49:58.348088 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:58.351803 --- ParallelTerminationStrategy: PID 193 died...
22:49:58.353324 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:58.357073 --- ParallelTerminationStrategy: PID 194 died...
22:49:58.358573 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:58.362340 --- ParallelTerminationStrategy: PID 195 died...
22:49:58.363852 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:58.367599 --- ParallelTerminationStrategy: PID 196 died...
22:49:58.369127 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:58.372905 --- ParallelTerminationStrategy: PID 197 died...
22:49:58.374420 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:58.378147 --- ParallelTerminationStrategy: PID 198 died...
22:49:58.379655 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:58.383391 --- ParallelTerminationStrategy: PID 199 died...
22:49:58.384905 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:58.388667 --- ParallelTerminationStrategy: PID 200 died...
22:49:58.390174 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:58.393894 --- ParallelTerminationStrategy: PID 201 died...
22:49:58.395409 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:58.399144 --- ParallelTerminationStrategy: PID 202 died...
22:49:58.400651 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:58.404369 --- ParallelTerminationStrategy: PID 203 died...
22:49:58.405896 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:58.409634 --- ParallelTerminationStrategy: PID 204 died...
22:49:58.411139 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:58.414871 --- ParallelTerminationStrategy: PID 205 died...
22:49:58.416383 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:58.420125 --- ParallelTerminationStrategy: PID 206 died...
22:49:58.421652 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:58.425373 --- ParallelTerminationStrategy: PID 207 died...
22:49:58.426876 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:58.430606 --- ParallelTerminationStrategy: PID 208 died...
22:49:58.432112 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:58.435874 --- ParallelTerminationStrategy: PID 209 died...
22:49:58.437422 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:58.441163 --- ParallelTerminationStrategy: PID 210 died...
22:49:58.442657 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:58.446384 --- ParallelTerminationStrategy: PID 211 died...
22:49:58.447895 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:58.451622 --- ParallelTerminationStrategy: PID 212 died...
22:49:58.453159 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:58.456908 --- ParallelTerminationStrategy: PID 213 died...
22:49:58.458418 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:58.462150 --- ParallelTerminationStrategy: PID 214 died...
22:49:58.463653 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:58.467374 --- ParallelTerminationStrategy: PID 215 died...
22:49:58.468899 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:58.472630 --- ParallelTerminationStrategy: PID 216 died...
22:49:58.474146 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:58.477922 --- ParallelTerminationStrategy: PID 217 died...
22:49:58.479431 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:58.483176 --- ParallelTerminationStrategy: PID 218 died...
22:49:58.484684 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:58.488416 --- ParallelTerminationStrategy: PID 219 died...
22:49:58.489933 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:58.493699 --- ParallelTerminationStrategy: PID 220 died...
22:49:58.495197 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:58.498952 --- ParallelTerminationStrategy: PID 221 died...
22:49:58.500455 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:58.504192 --- ParallelTerminationStrategy: PID 222 died...
22:49:58.505724 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:58.509462 --- ParallelTerminationStrategy: PID 223 died...
22:49:58.510974 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:58.514697 --- ParallelTerminationStrategy: PID 224 died...
22:49:58.516199 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:58.519932 --- ParallelTerminationStrategy: PID 225 died...
22:49:58.521450 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:58.525194 --- ParallelTerminationStrategy: PID 226 died...
22:49:58.526719 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:58.530458 --- ParallelTerminationStrategy: PID 227 died...
22:49:58.531957 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:58.535714 --- ParallelTerminationStrategy: PID 228 died...
22:49:58.537253 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:58.540982 --- ParallelTerminationStrategy: PID 229 died...
22:49:58.542485 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:58.546216 --- ParallelTerminationStrategy: PID 230 died...
22:49:58.547718 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:58.551468 --- ParallelTerminationStrategy: PID 231 died...
22:49:58.553001 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:58.556761 --- ParallelTerminationStrategy: PID 232 died...
22:49:58.558265 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:58.562004 --- ParallelTerminationStrategy: PID 233 died...
22:49:58.563528 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:58.567260 --- ParallelTerminationStrategy: PID 234 died...
22:49:58.568821 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:50:01.972105 --- ParallelTerminationStrategy: PID 34 died...
22:50:01.973738 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7935 netreg_mass PASS
---------------------------------------------------------------------
22:50:02.053978 tst trial-7935: Storing JUnit report in /build/trial-7935/run.2025-04-13_22-48-20/trial-7935.xml
--------------------------------------------------------------------------------------------
trial-7935 PASS
--------------------------------------------------------------------------------------------
22:50:02.064962 tst trial-7935: trial-7935: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (96.0 sec)
+ exit_code=0
+ rm -rf trial-7935/inst
+ cd trial-7935
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-04-13 22:48:19
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7935-run.tgz run.2025-04-13_22-48-20
+ tar czf /build/trial-7935-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-04-13_13_26_30.tgz osmo-bts-oc2g.build-2025-04-13_00_51_36.tgz osmo-bts-sysmo.build-2025-04-13_00_51_40.tgz osmo-bts.build-2025-04-13_00_51_43.tgz osmo-ggsn.build-2025-04-13_20_42_34.tgz osmo-hlr.build-2025-04-13_16_36_57.tgz osmo-hnbgw.build-2025-04-13_13_30_26.tgz osmo-mgw.build-2025-04-13_08_33_12.tgz osmo-msc.build-2025-04-13_13_34_43.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-13_07_33_59.tgz osmo-pcu-sysmo.build-2025-04-13_07_33_59.tgz osmo-pcu.build-2025-04-13_07_33_59.tgz osmo-sgsn.build-2025-04-13_20_48_20.tgz osmo-stp.build-2025-04-13_13_25_20.tgz osmo-trx.build-2025-04-13_14_26_47.tgz osmocom-bb.build-2025-04-13_21_17_13.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x
### Clean up ###
+ trap - EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS