Skipping 14 KB..
Full Log+ trap clean_up_trap EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
+ rm -rf trial-8101
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
a34c34e redmine: set session_store to active_record_store
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
--build-arg USER=osmocom-build \
--build-arg UID=1000 \
--build-arg REGISTRY=docker.io \
--build-arg OSMO_TTCN3_BRANCH=master \
--build-arg UPSTREAM_DISTRO=debian:bookworm \
--build-arg DISTRO=debian-bookworm \
--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
--build-arg OSMOCOM_REPO_VERSION=latest \
--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--build-arg LIBOSMOCORE_BRANCH=master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_S1GW_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 DONE 0.2s
#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 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#7 CACHED
#8 [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
#8 CACHED
#9 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#9 CACHED
#10 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#10 CACHED
#11 [ 2/28] RUN useradd -ms /bin/bash jenkins
#11 CACHED
#12 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#12 CACHED
#13 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#13 CACHED
#14 [20/28] WORKDIR /TMP
#14 CACHED
#15 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#15 CACHED
#16 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#16 CACHED
#17 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#17 CACHED
#18 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#18 CACHED
#19 [ 8/28] RUN MKDIR /var/run/sshd
#19 CACHED
#20 [ 9/28] COPY SSH /root/.ssh
#20 CACHED
#21 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#21 CACHED
#22 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#22 CACHED
#23 [ 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
#23 CACHED
#24 [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
#24 CACHED
#25 [ 3/28] RUN groupadd osmo-gsm-tester
#25 CACHED
#26 [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
#26 CACHED
#27 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#27 CACHED
#28 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://archive.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#28 CACHED
#29 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#29 CACHED
#30 [12/28] RUN MKDIR -p /osmo-gsm-tester-srsue /osmo-gsm-tester-srsenb /osmo-gsm-tester-srsepc /osmo-gsm-tester-trx /osmo-gsm-tester-grbroker /osmo-gsm-tester-open5gs
#30 CACHED
#31 [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
#31 CACHED
#32 [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
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:2756a6e29c3267d069777e0b23f13364a42fb2067705a4a33c1228d6e0e90bbf 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=8102 -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-09-27 22:48:19
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8102
+ mkdir -p trial-8102
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-09-27_13_29_09.tgz osmo-bts-oc2g.build-2025-09-27_00_51_34.tgz osmo-bts-sysmo.build-2025-09-27_00_51_32.tgz osmo-bts.build-2025-09-27_00_51_40.tgz osmo-ggsn.build-2025-09-27_20_42_45.tgz osmo-hlr.build-2025-09-27_16_36_49.tgz osmo-hnbgw.build-2025-09-27_13_30_34.tgz osmo-mgw.build-2025-09-27_08_33_09.tgz osmo-msc.build-2025-09-27_13_34_37.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-09-27_07_34_01.tgz osmo-pcu-sysmo.build-2025-09-27_07_36_15.tgz osmo-pcu.build-2025-09-27_07_36_21.tgz osmo-sgsn.build-2025-09-27_20_48_38.tgz osmo-stp.build-2025-09-27_13_25_31.tgz osmo-trx.build-2025-09-27_14_26_25.tgz osmocom-bb.build-2025-09-27_21_17_14.tgz srslte.build-19.tgz trial-8102
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-09-27_13_29_09.md5 osmo-bts-oc2g.build-2025-09-27_00_51_34.md5 osmo-bts-sysmo.build-2025-09-27_00_51_32.md5 osmo-bts.build-2025-09-27_00_51_40.md5 osmo-ggsn.build-2025-09-27_20_42_45.md5 osmo-hlr.build-2025-09-27_16_36_49.md5 osmo-hnbgw.build-2025-09-27_13_30_34.md5 osmo-mgw.build-2025-09-27_08_33_09.md5 osmo-msc.build-2025-09-27_13_34_37.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-09-27_07_34_01.md5 osmo-pcu-sysmo.build-2025-09-27_07_36_15.md5 osmo-pcu.build-2025-09-27_07_36_21.md5 osmo-sgsn.build-2025-09-27_20_48_38.md5 osmo-stp.build-2025-09-27_13_25_31.md5 osmo-trx.build-2025-09-27_14_26_25.md5 osmocom-bb.build-2025-09-27_21_17_14.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-09-27_13_29_09.md5 osmo-bts-oc2g.build-2025-09-27_00_51_34.md5 osmo-bts-sysmo.build-2025-09-27_00_51_32.md5 osmo-bts.build-2025-09-27_00_51_40.md5 osmo-ggsn.build-2025-09-27_20_42_45.md5 osmo-hlr.build-2025-09-27_16_36_49.md5 osmo-hnbgw.build-2025-09-27_13_30_34.md5 osmo-mgw.build-2025-09-27_08_33_09.md5 osmo-msc.build-2025-09-27_13_34_37.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-09-27_07_34_01.md5 osmo-pcu-sysmo.build-2025-09-27_07_36_15.md5 osmo-pcu.build-2025-09-27_07_36_21.md5 osmo-sgsn.build-2025-09-27_20_48_38.md5 osmo-stp.build-2025-09-27_13_25_31.md5 osmo-trx.build-2025-09-27_14_26_25.md5 osmocom-bb.build-2025-09-27_21_17_14.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-8102 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8102'
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-8102
--------------------------------------------------------------------------------------------
22:48:19.729835 tst trial-8102: Detailed log at /build/trial-8102/run.2025-09-27_22-48-19/log
---------------------------------------------------------------------
trial-8102 netreg_mass
---------------------------------------------------------------------
22:48:19.938740 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:19.939101 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:19.939869 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:19.941015 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:19.987920 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:19.988753 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:19.989893 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:20.054701 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-8102 netreg_mass register_default_mass.py
----------------------------------------------
22:48:20.055487 tst register_default_mass.py:9: Claiming resources for the test
22:48:20.070782 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.071323 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.071775 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.072213 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.072648 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.073108 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.073545 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:20.123281 tst register_default_mass.py: using LAC 2
22:48:20.164900 tst register_default_mass.py: using RAC 2
22:48:20.198171 tst register_default_mass.py: using CellId 2
22:48:20.245920 tst register_default_mass.py: using BVCI 3
22:48:20.256459 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.257108 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.257640 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.258148 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.258650 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.259167 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.259654 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.260172 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.260702 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.261209 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.261727 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.262240 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.262757 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.263285 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.263801 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.264310 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.264838 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.265352 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.265835 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.266321 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.266814 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.267308 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.267796 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.268300 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.268828 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.269345 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.269859 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.270380 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.270865 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.271376 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.271865 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.272352 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.272856 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.273363 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.273864 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.274354 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.274856 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.275354 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.275843 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.276360 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.276868 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.277352 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.277853 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.278352 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.278831 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.279314 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.279813 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.280301 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.280793 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.281287 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.281777 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.282250 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.282739 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.283224 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.283715 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.284190 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.284690 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.285178 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.285653 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.286123 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.286609 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.287089 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.287568 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.288061 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.288542 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.289024 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.289496 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.289989 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.290473 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.290948 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.291436 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.291925 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.292510 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.293032 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.293634 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.294138 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.294651 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.295152 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.295652 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.296141 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.296645 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.297146 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.297637 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.298136 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.298630 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.299122 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.299617 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.300122 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.300617 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.301118 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.301634 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.302133 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.302631 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.303142 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.303639 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.304130 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.304644 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.305153 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.305654 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.306155 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.306654 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.307207 tst register_default_mass.py:21: Launching a simple network
22:48:20.317356 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:20.438631 run create_hlr_db(pid=20): Launched
22:48:21.460908 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:21.481269 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:21.496445 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:21.502144 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:21.685350 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:21.700101 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:21.705638 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:22.153850 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:22.169314 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:25.184849 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:25.318722 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:25.333889 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:25.339632 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:25.363241 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:25.378514 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:25.384276 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:25.722302 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:25.737709 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:31.759980 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:31.918795 run osmo-bts-virtual(pid=34): Launched
22:48:32.972119 tst register_default_mass.py: using MSISDN 1001
22:48:32.978883 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:33.081771 tst register_default_mass.py: using MSISDN 1002
22:48:33.091089 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:33.189092 tst register_default_mass.py: using MSISDN 1003
22:48:33.196929 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:33.413028 tst register_default_mass.py: using MSISDN 1004
22:48:33.419342 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:33.727118 tst register_default_mass.py: using MSISDN 1005
22:48:33.733196 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:33.889258 tst register_default_mass.py: using MSISDN 1006
22:48:33.895249 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:33.966870 tst register_default_mass.py: using MSISDN 1007
22:48:33.975510 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:34.086929 tst register_default_mass.py: using MSISDN 1008
22:48:34.092837 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:34.181233 tst register_default_mass.py: using MSISDN 1009
22:48:34.187107 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:34.269514 tst register_default_mass.py: using MSISDN 1010
22:48:34.276717 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:34.346226 tst register_default_mass.py: using MSISDN 1011
22:48:34.353546 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:34.631558 tst register_default_mass.py: using MSISDN 1012
22:48:34.638279 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:34.722446 tst register_default_mass.py: using MSISDN 1013
22:48:34.728479 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:34.806083 tst register_default_mass.py: using MSISDN 1014
22:48:34.823423 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:34.904787 tst register_default_mass.py: using MSISDN 1015
22:48:34.910966 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:34.987911 tst register_default_mass.py: using MSISDN 1016
22:48:34.994242 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:35.067854 tst register_default_mass.py: using MSISDN 1017
22:48:35.079714 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:35.144797 tst register_default_mass.py: using MSISDN 1018
22:48:35.154423 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:35.273879 tst register_default_mass.py: using MSISDN 1019
22:48:35.284978 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:35.387224 tst register_default_mass.py: using MSISDN 1020
22:48:35.394998 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:35.484838 tst register_default_mass.py: using MSISDN 1021
22:48:35.495872 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:35.622565 tst register_default_mass.py: using MSISDN 1022
22:48:35.631260 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:35.824873 tst register_default_mass.py: using MSISDN 1023
22:48:35.831201 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:36.085435 tst register_default_mass.py: using MSISDN 1024
22:48:36.091332 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:36.175830 tst register_default_mass.py: using MSISDN 1025
22:48:36.189994 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:36.269585 tst register_default_mass.py: using MSISDN 1026
22:48:36.277381 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:36.355539 tst register_default_mass.py: using MSISDN 1027
22:48:36.363135 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:36.437103 tst register_default_mass.py: using MSISDN 1028
22:48:36.453548 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:36.534050 tst register_default_mass.py: using MSISDN 1029
22:48:36.546587 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:36.630596 tst register_default_mass.py: using MSISDN 1030
22:48:36.639383 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:36.716829 tst register_default_mass.py: using MSISDN 1031
22:48:36.722988 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:36.803933 tst register_default_mass.py: using MSISDN 1032
22:48:36.810432 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:36.896756 tst register_default_mass.py: using MSISDN 1033
22:48:36.902707 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:36.977493 tst register_default_mass.py: using MSISDN 1034
22:48:36.983319 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:37.053303 tst register_default_mass.py: using MSISDN 1035
22:48:37.059211 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:37.137826 tst register_default_mass.py: using MSISDN 1036
22:48:37.143872 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:37.223825 tst register_default_mass.py: using MSISDN 1037
22:48:37.229866 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:37.308167 tst register_default_mass.py: using MSISDN 1038
22:48:37.314137 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:37.439252 tst register_default_mass.py: using MSISDN 1039
22:48:37.450158 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:37.600568 tst register_default_mass.py: using MSISDN 1040
22:48:37.610771 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:37.696488 tst register_default_mass.py: using MSISDN 1041
22:48:37.718665 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:37.786878 tst register_default_mass.py: using MSISDN 1042
22:48:37.809475 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:37.884657 tst register_default_mass.py: using MSISDN 1043
22:48:37.904495 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:37.996672 tst register_default_mass.py: using MSISDN 1044
22:48:38.004413 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:38.073452 tst register_default_mass.py: using MSISDN 1045
22:48:38.082285 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:38.152084 tst register_default_mass.py: using MSISDN 1046
22:48:38.158201 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:38.229118 tst register_default_mass.py: using MSISDN 1047
22:48:38.237651 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:38.316797 tst register_default_mass.py: using MSISDN 1048
22:48:38.323495 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:38.406464 tst register_default_mass.py: using MSISDN 1049
22:48:38.413775 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:38.492002 tst register_default_mass.py: using MSISDN 1050
22:48:38.498661 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:38.629123 tst register_default_mass.py: using MSISDN 1051
22:48:38.635127 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:38.717128 tst register_default_mass.py: using MSISDN 1052
22:48:38.728401 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:38.794444 tst register_default_mass.py: using MSISDN 1053
22:48:38.801780 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:38.879494 tst register_default_mass.py: using MSISDN 1054
22:48:38.892182 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:38.961272 tst register_default_mass.py: using MSISDN 1055
22:48:38.976778 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:39.058187 tst register_default_mass.py: using MSISDN 1056
22:48:39.064651 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:39.137524 tst register_default_mass.py: using MSISDN 1057
22:48:39.146764 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:39.223954 tst register_default_mass.py: using MSISDN 1058
22:48:39.230085 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:39.296888 tst register_default_mass.py: using MSISDN 1059
22:48:39.303016 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:41.808862 tst register_default_mass.py: using MSISDN 1060
22:48:42.313062 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:42.817817 tst register_default_mass.py: using MSISDN 1061
22:48:42.839581 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:42.906608 tst register_default_mass.py: using MSISDN 1062
22:48:42.917100 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:42.997131 tst register_default_mass.py: using MSISDN 1063
22:48:43.019147 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:43.087009 tst register_default_mass.py: using MSISDN 1064
22:48:43.094302 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:43.169683 tst register_default_mass.py: using MSISDN 1065
22:48:43.187639 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:43.259103 tst register_default_mass.py: using MSISDN 1066
22:48:43.276635 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:43.353411 tst register_default_mass.py: using MSISDN 1067
22:48:43.359410 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:43.448213 tst register_default_mass.py: using MSISDN 1068
22:48:43.454475 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:43.583717 tst register_default_mass.py: using MSISDN 1069
22:48:43.596594 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:43.676738 tst register_default_mass.py: using MSISDN 1070
22:48:43.683875 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:43.779970 tst register_default_mass.py: using MSISDN 1071
22:48:43.798904 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:43.867740 tst register_default_mass.py: using MSISDN 1072
22:48:43.873760 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:44.075270 tst register_default_mass.py: using MSISDN 1073
22:48:44.088036 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:44.172953 tst register_default_mass.py: using MSISDN 1074
22:48:44.178933 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:44.262351 tst register_default_mass.py: using MSISDN 1075
22:48:44.268393 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:44.343349 tst register_default_mass.py: using MSISDN 1076
22:48:44.349408 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:44.422497 tst register_default_mass.py: using MSISDN 1077
22:48:44.428441 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:44.612029 tst register_default_mass.py: using MSISDN 1078
22:48:44.625450 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:44.714275 tst register_default_mass.py: using MSISDN 1079
22:48:44.732382 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:44.815319 tst register_default_mass.py: using MSISDN 1080
22:48:44.825663 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:45.287333 tst register_default_mass.py: using MSISDN 1081
22:48:45.293156 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:45.459671 tst register_default_mass.py: using MSISDN 1082
22:48:45.474060 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:45.558632 tst register_default_mass.py: using MSISDN 1083
22:48:45.568669 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:45.644268 tst register_default_mass.py: using MSISDN 1084
22:48:45.655258 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:45.734358 tst register_default_mass.py: using MSISDN 1085
22:48:45.745386 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:45.829156 tst register_default_mass.py: using MSISDN 1086
22:48:45.835188 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:45.905127 tst register_default_mass.py: using MSISDN 1087
22:48:45.915852 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:45.994737 tst register_default_mass.py: using MSISDN 1088
22:48:46.005365 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:46.086574 tst register_default_mass.py: using MSISDN 1089
22:48:46.095370 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:46.188430 tst register_default_mass.py: using MSISDN 1090
22:48:46.199460 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:46.727417 tst register_default_mass.py: using MSISDN 1091
22:48:46.733446 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:46.902952 tst register_default_mass.py: using MSISDN 1092
22:48:46.909401 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:46.990959 tst register_default_mass.py: using MSISDN 1093
22:48:46.998226 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:47.071158 tst register_default_mass.py: using MSISDN 1094
22:48:47.077266 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:47.166460 tst register_default_mass.py: using MSISDN 1095
22:48:47.173733 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:47.255020 tst register_default_mass.py: using MSISDN 1096
22:48:47.265630 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:48.072187 tst register_default_mass.py: using MSISDN 1097
22:48:48.078217 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:48.314830 tst register_default_mass.py: using MSISDN 1098
22:48:48.335003 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:48.403161 tst register_default_mass.py: using MSISDN 1099
22:48:48.425555 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:48.509756 tst register_default_mass.py: using MSISDN 1100
22:48:48.516995 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:48.631621 run mass: Starting testcase
22:48:48.637878 run mass: Pre-launching all virtphy's
22:48:48.643554 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:48.657339 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:48.663378 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:48.676925 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:48.683011 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:48.695845 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:48.701845 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:48.715076 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:48.721150 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:48.734228 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:48.740248 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:48.753245 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:48.759462 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:48.773049 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:48.779472 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:48.793462 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:48.799746 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:48.813481 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:48.819789 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:48.833471 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:48.839783 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:48.853650 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:48.859993 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:48.873741 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:48.880029 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:48.893756 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:48.900100 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:48.913848 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:48.920196 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:48.934089 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:48.940238 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:48.953377 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:48.959428 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:48.972531 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:48.978479 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:48.991365 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:48.997311 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:49.010435 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:49.016469 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:49.029398 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:49.035363 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:49.048243 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:49.054421 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:49.067421 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:49.073544 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:49.086442 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:49.092436 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:49.105586 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:49.111815 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:49.124985 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:49.131076 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:49.144279 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:49.150565 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:49.163879 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:49.169925 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:49.183222 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:49.189272 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:49.202527 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:49.208587 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:49.221934 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:49.228155 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:49.241377 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:49.247400 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:49.260594 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:49.266663 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:49.279748 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:49.285697 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:49.298663 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:49.304730 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:49.317798 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:49.323840 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:49.336769 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:49.342835 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:49.356061 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:49.362178 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:49.375508 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:49.381824 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:49.395101 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:49.401385 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:49.415305 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:49.421791 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:49.435779 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:49.442093 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:49.455875 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:49.462337 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:49.476154 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:49.482530 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:49.496379 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:49.502716 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:49.516522 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:49.522966 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:49.536891 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:49.543282 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:49.557063 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:49.563434 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:49.577160 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:49.583424 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:49.597182 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:49.603601 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:49.617382 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:49.623666 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:49.637407 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:49.643814 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:49.657537 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:49.663996 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:49.677783 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:49.684084 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:49.697786 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:49.704071 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:49.717688 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:49.724065 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:49.737832 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:49.744127 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:49.757770 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:49.764112 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:49.777861 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:49.784184 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:49.797991 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:49.805250 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:49.819118 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:49.825432 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:49.839299 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:49.845604 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:49.859438 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:49.865784 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:49.879646 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:49.886001 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:49.899858 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:49.906212 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:49.919632 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:49.925880 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:49.939069 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:49.945369 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:49.958651 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:49.964909 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:49.978264 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:49.984777 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:49.998826 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:50.005279 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:50.019020 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:50.025390 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:50.038878 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:50.045428 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:50.059033 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:50.065399 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:50.079048 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:50.085514 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:50.099395 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:50.105973 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:50.120035 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:50.126193 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:50.140142 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:50.146539 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:50.160439 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:50.191128 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:50.205025 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:50.211476 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:50.225259 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:50.231621 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:50.245389 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:50.251877 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:50.265418 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:50.271765 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:50.285062 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:50.291606 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:50.305919 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:50.312436 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:50.326635 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:50.333093 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:50.347037 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:50.353377 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:50.366695 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:50.372909 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:50.386084 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:50.392160 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:50.405396 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:50.411458 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:50.424496 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:50.430519 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:50.443815 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:50.458274 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:50.471699 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:50.478016 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:50.491132 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:50.497148 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:50.510235 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:50.516220 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:50.529267 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:50.535248 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:50.548366 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:50.554681 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:50.568317 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:50.574596 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:50.587969 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:50.594081 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:50.607478 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:50.613641 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:50.627105 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:50.633270 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:50.646315 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:50.652360 run mass: Checking if sockets are in the filesystem
22:48:50.664883 run osmo-ms-mob/00000: Starting mobile
22:48:50.678025 run osmo-ms-mob/00000(pid=135): Launched
22:48:50.689492 run mass: MS start registered {at=22244236.39284223, delay=0.005362432450056076, ms=00000}
22:48:54.878052 run osmo-ms-mob/00001: Starting mobile
22:48:54.891539 run osmo-ms-mob/00001(pid=136): Launched
22:48:54.902396 run mass: MS start registered {at=22244240.605735745, delay=0.0046058110892772675, ms=00001}
22:48:56.045978 run mass: MS performed LU {at=22244241.749213316, lu_delay=5.356371086090803, ms=00000}
22:48:56.669328 run osmo-ms-mob/00002: Starting mobile
22:48:56.683304 run osmo-ms-mob/00002(pid=137): Launched
22:48:56.694535 run mass: MS start registered {at=22244242.397871014, delay=0.004965703934431076, ms=00002}
22:48:57.964735 run osmo-ms-mob/00003: Starting mobile
22:48:57.978416 run osmo-ms-mob/00003(pid=138): Launched
22:48:57.989333 run mass: MS start registered {at=22244243.692675468, delay=0.004387896507978439, ms=00003}
22:48:59.064511 run osmo-ms-mob/00004: Starting mobile
22:48:59.078772 run osmo-ms-mob/00004(pid=139): Launched
22:48:59.089903 run mass: MS start registered {at=22244244.793253023, delay=0.004702690988779068, ms=00004}
22:48:59.811242 run mass: MS performed LU {at=22244245.514515694, lu_delay=4.908779948949814, ms=00001}
22:49:00.064441 run osmo-ms-mob/00005: Starting mobile
22:49:00.078107 run osmo-ms-mob/00005(pid=140): Launched
22:49:00.089216 run mass: MS start registered {at=22244245.792564057, delay=0.0045845769345760345, ms=00005}
22:49:00.981098 run osmo-ms-mob/00006: Starting mobile
22:49:00.995486 run osmo-ms-mob/00006(pid=141): Launched
22:49:01.007112 run mass: MS start registered {at=22244246.710452355, delay=0.0051118358969688416, ms=00006}
22:49:01.712722 run mass: MS performed LU {at=22244247.41594297, lu_delay=5.018071956932545, ms=00002}
22:49:01.880165 run osmo-ms-mob/00007: Starting mobile
22:49:01.894129 run osmo-ms-mob/00007(pid=142): Launched
22:49:01.905017 run mass: MS start registered {at=22244247.608369604, delay=0.004634689539670944, ms=00007}
22:49:02.664921 run osmo-ms-mob/00008: Starting mobile
22:49:02.678723 run osmo-ms-mob/00008(pid=143): Launched
22:49:02.689862 run mass: MS start registered {at=22244248.393213503, delay=0.004462875425815582, ms=00008}
22:49:03.364766 run osmo-ms-mob/00009: Starting mobile
22:49:03.378527 run osmo-ms-mob/00009(pid=144): Launched
22:49:03.390785 run mass: MS start registered {at=22244249.09412873, delay=0.005725536495447159, ms=00009}
22:49:03.576647 run mass: MS performed LU {at=22244249.27996869, lu_delay=5.5872932225465775, ms=00003}
22:49:04.064283 run osmo-ms-mob/00010: Starting mobile
22:49:04.078294 run osmo-ms-mob/00010(pid=145): Launched
22:49:04.089355 run mass: MS start registered {at=22244249.79270303, delay=0.004565093666315079, ms=00010}
22:49:04.095799 run mass: MS performed LU {at=22244249.799155563, lu_delay=5.005902539938688, ms=00004}
22:49:04.664641 run osmo-ms-mob/00011: Starting mobile
22:49:04.678616 run osmo-ms-mob/00011(pid=146): Launched
22:49:04.690276 run mass: MS start registered {at=22244250.39362808, delay=0.004988517612218857, ms=00011}
22:49:05.264010 run osmo-ms-mob/00012: Starting mobile
22:49:05.278050 run osmo-ms-mob/00012(pid=147): Launched
22:49:05.289810 run mass: MS start registered {at=22244250.993159402, delay=0.005306988954544067, ms=00012}
22:49:05.477367 run mass: MS performed LU {at=22244251.1807006, lu_delay=5.38813654333353, ms=00005}
22:49:05.523407 run mass: MS performed LU {at=22244251.22675015, lu_delay=4.516297794878483, ms=00006}
22:49:05.864838 run osmo-ms-mob/00013: Starting mobile
22:49:05.878814 run osmo-ms-mob/00013(pid=148): Launched
22:49:05.890132 run mass: MS start registered {at=22244251.593486, delay=0.0038817748427391052, ms=00013}
22:49:06.465736 run osmo-ms-mob/00014: Starting mobile
22:49:06.479550 run osmo-ms-mob/00014(pid=149): Launched
22:49:06.490622 run mass: MS start registered {at=22244252.19397694, delay=0.004694417119026184, ms=00014}
22:49:07.064836 run osmo-ms-mob/00015: Starting mobile
22:49:07.078311 run osmo-ms-mob/00015(pid=150): Launched
22:49:07.089854 run mass: MS start registered {at=22244252.793203387, delay=0.00499296560883522, ms=00015}
22:49:07.341733 run mass: MS performed LU {at=22244253.045063313, lu_delay=4.651849810034037, ms=00008}
22:49:07.388319 run mass: MS performed LU {at=22244253.091648486, lu_delay=5.4832788817584515, ms=00007}
22:49:07.564896 run osmo-ms-mob/00016: Starting mobile
22:49:07.578998 run osmo-ms-mob/00016(pid=151): Launched
22:49:07.590543 run mass: MS start registered {at=22244253.29389489, delay=0.005135189741849899, ms=00016}
22:49:08.063873 run osmo-ms-mob/00017: Starting mobile
22:49:08.077478 run osmo-ms-mob/00017(pid=152): Launched
22:49:08.089190 run mass: MS start registered {at=22244253.792538747, delay=0.0052862875163555145, ms=00017}
22:49:08.666623 run osmo-ms-mob/00018: Starting mobile
22:49:08.681415 run osmo-ms-mob/00018(pid=153): Launched
22:49:08.692734 run mass: MS start registered {at=22244254.39608435, delay=0.004993807524442673, ms=00018}
22:49:09.063929 run osmo-ms-mob/00019: Starting mobile
22:49:09.077780 run osmo-ms-mob/00019(pid=154): Launched
22:49:09.088780 run mass: MS start registered {at=22244254.79213381, delay=0.0049025677144527435, ms=00019}
22:49:09.243886 run mass: MS performed LU {at=22244254.947219063, lu_delay=5.1545160338282585, ms=00010}
22:49:09.289488 run mass: MS performed LU {at=22244254.99282794, lu_delay=4.599199861288071, ms=00011}
22:49:09.358901 run mass: MS performed LU {at=22244255.062237363, lu_delay=5.968108631670475, ms=00009}
22:49:09.563868 run osmo-ms-mob/00020: Starting mobile
22:49:09.577290 run osmo-ms-mob/00020(pid=155): Launched
22:49:09.588517 run mass: MS start registered {at=22244255.291869234, delay=0.0048027560114860535, ms=00020}
22:49:10.064041 run osmo-ms-mob/00021: Starting mobile
22:49:10.078502 run osmo-ms-mob/00021(pid=156): Launched
22:49:10.090362 run mass: MS start registered {at=22244255.793712042, delay=0.00525907427072525, ms=00021}
22:49:10.464874 run osmo-ms-mob/00022: Starting mobile
22:49:10.478869 run osmo-ms-mob/00022(pid=157): Launched
22:49:10.490423 run mass: MS start registered {at=22244256.193774775, delay=0.0050537437200546265, ms=00022}
22:49:10.965298 run osmo-ms-mob/00023: Starting mobile
22:49:10.978705 run osmo-ms-mob/00023(pid=158): Launched
22:49:10.990028 run mass: MS start registered {at=22244256.69337236, delay=0.004919707775115967, ms=00023}
22:49:11.108305 run mass: MS performed LU {at=22244256.81163732, lu_delay=5.818477917462587, ms=00012}
22:49:11.154315 run mass: MS performed LU {at=22244256.857653268, lu_delay=5.26416726782918, ms=00013}
22:49:11.260103 run mass: MS performed LU {at=22244256.96343876, lu_delay=4.769461821764708, ms=00014}
22:49:11.272138 run osmo-ms-mob/00024: Starting mobile
22:49:11.286060 run osmo-ms-mob/00024(pid=159): Launched
22:49:11.298047 run mass: MS start registered {at=22244257.001389895, delay=0.005605429410934448, ms=00024}
22:49:11.864922 run osmo-ms-mob/00025: Starting mobile
22:49:11.878573 run osmo-ms-mob/00025(pid=160): Launched
22:49:11.889746 run mass: MS start registered {at=22244257.59309617, delay=0.004801880568265915, ms=00025}
22:49:12.263970 run osmo-ms-mob/00026: Starting mobile
22:49:12.277786 run osmo-ms-mob/00026(pid=161): Launched
22:49:12.289331 run mass: MS start registered {at=22244257.992683277, delay=0.005123652517795563, ms=00026}
22:49:12.664735 run osmo-ms-mob/00027: Starting mobile
22:49:12.678573 run osmo-ms-mob/00027(pid=162): Launched
22:49:12.690042 run mass: MS start registered {at=22244258.393399294, delay=0.004997760057449341, ms=00027}
22:49:13.009770 run mass: MS performed LU {at=22244258.71310004, lu_delay=5.419205147773027, ms=00016}
22:49:13.114669 run osmo-ms-mob/00028: Starting mobile
22:49:13.128706 run osmo-ms-mob/00028(pid=163): Launched
22:49:13.135525 run mass: MS performed LU {at=22244258.83888119, lu_delay=5.046342443674803, ms=00017}
22:49:13.141602 run mass: MS performed LU {at=22244258.84496759, lu_delay=6.051764201372862, ms=00015}
22:49:13.147546 run mass: MS start registered {at=22244258.85089433, delay=0.012033332139253616, ms=00028}
22:49:13.465407 run osmo-ms-mob/00029: Starting mobile
22:49:13.478936 run osmo-ms-mob/00029(pid=164): Launched
22:49:13.490154 run mass: MS start registered {at=22244259.193483785, delay=0.004138924181461334, ms=00029}
22:49:13.864535 run osmo-ms-mob/00030: Starting mobile
22:49:13.878914 run osmo-ms-mob/00030(pid=165): Launched
22:49:13.890414 run mass: MS start registered {at=22244259.59376144, delay=0.0050561390817165375, ms=00030}
22:49:14.265274 run osmo-ms-mob/00031: Starting mobile
22:49:14.279159 run osmo-ms-mob/00031(pid=166): Launched
22:49:14.290108 run mass: MS start registered {at=22244259.99346021, delay=0.004548009485006332, ms=00031}
22:49:14.564219 run osmo-ms-mob/00032: Starting mobile
22:49:14.578499 run osmo-ms-mob/00032(pid=167): Launched
22:49:14.589705 run mass: MS start registered {at=22244260.29305613, delay=0.00480164960026741, ms=00032}
22:49:14.791119 run mass: MS performed LU {at=22244260.494450156, lu_delay=5.702316343784332, ms=00019}
22:49:14.873935 run mass: MS performed LU {at=22244260.57726783, lu_delay=4.7835557870566845, ms=00021}
22:49:14.885810 run osmo-ms-mob/00033: Starting mobile
22:49:14.899706 run osmo-ms-mob/00033(pid=168): Launched
22:49:14.911183 run mass: MS start registered {at=22244260.614527043, delay=0.005076125264167786, ms=00033}
22:49:14.920504 run mass: MS performed LU {at=22244260.623856787, lu_delay=6.2277724370360374, ms=00018}
22:49:15.045062 run mass: MS performed LU {at=22244260.7483939, lu_delay=5.456524666398764, ms=00020}
22:49:15.364964 run osmo-ms-mob/00034: Starting mobile
22:49:15.378463 run osmo-ms-mob/00034(pid=169): Launched
22:49:15.389435 run mass: MS start registered {at=22244261.09278865, delay=0.004700455814599991, ms=00034}
22:49:15.665139 run osmo-ms-mob/00035: Starting mobile
22:49:15.679098 run osmo-ms-mob/00035(pid=170): Launched
22:49:15.691559 run mass: MS start registered {at=22244261.394899614, delay=0.0058686211705207825, ms=00035}
22:49:16.063848 run osmo-ms-mob/00036: Starting mobile
22:49:16.077468 run osmo-ms-mob/00036(pid=171): Launched
22:49:16.088427 run mass: MS start registered {at=22244261.79177824, delay=0.00476059690117836, ms=00036}
22:49:16.464376 run osmo-ms-mob/00037: Starting mobile
22:49:16.478372 run osmo-ms-mob/00037(pid=172): Launched
22:49:16.489464 run mass: MS start registered {at=22244262.19281412, delay=0.004884760826826096, ms=00037}
22:49:16.764870 run osmo-ms-mob/00038: Starting mobile
22:49:16.779191 run osmo-ms-mob/00038(pid=173): Launched
22:49:16.785629 run mass: MS performed LU {at=22244262.488986842, lu_delay=6.29521206766367, ms=00022}
22:49:16.791721 run mass: MS start registered {at=22244262.495088242, delay=0.006122037768363953, ms=00038}
22:49:16.821416 run mass: MS performed LU {at=22244262.52474856, lu_delay=4.532065283507109, ms=00026}
22:49:16.833301 run osmo-ms-mob/00039: Starting mobile
22:49:16.846692 run osmo-ms-mob/00039(pid=174): Launched
22:49:16.858698 run mass: MS start registered {at=22244262.56204557, delay=0.005502428859472275, ms=00039}
22:49:16.890551 run mass: MS performed LU {at=22244262.59389153, lu_delay=5.900519169867039, ms=00023}
22:49:16.946187 run mass: MS performed LU {at=22244262.649523992, lu_delay=5.648134097456932, ms=00024}
22:49:16.965217 run mass: MS performed LU {at=22244262.668547187, lu_delay=5.075451016426086, ms=00025}
22:49:16.977050 run osmo-ms-mob/00040: Starting mobile
22:49:16.990879 run osmo-ms-mob/00040(pid=175): Launched
22:49:17.023796 run mass: MS start registered {at=22244262.72715106, delay=2.3815780878067017e-05, ms=00040}
22:49:17.767291 run osmo-ms-mob/00041: Starting mobile
22:49:17.781660 run osmo-ms-mob/00041(pid=176): Launched
22:49:17.794269 run mass: MS start registered {at=22244263.497613363, delay=0.0005794316530227661, ms=00041}
22:49:18.068828 run osmo-ms-mob/00042: Starting mobile
22:49:18.083152 run osmo-ms-mob/00042(pid=177): Launched
22:49:18.095065 run mass: MS start registered {at=22244263.798411667, delay=0.005339864641427994, ms=00042}
22:49:18.464361 run osmo-ms-mob/00043: Starting mobile
22:49:18.477817 run osmo-ms-mob/00043(pid=178): Launched
22:49:18.488689 run mass: MS start registered {at=22244264.192041177, delay=0.004705857485532761, ms=00043}
22:49:18.556989 run mass: MS performed LU {at=22244264.260331795, lu_delay=5.066848009824753, ms=00029}
22:49:18.639439 run mass: MS performed LU {at=22244264.342774063, lu_delay=5.94937476888299, ms=00027}
22:49:18.650953 run osmo-ms-mob/00044: Starting mobile
22:49:18.664295 run osmo-ms-mob/00044(pid=179): Launched
22:49:18.675656 run mass: MS start registered {at=22244264.37900872, delay=0.005184769630432129, ms=00044}
22:49:18.686040 run mass: MS performed LU {at=22244264.389392246, lu_delay=4.795630805194378, ms=00030}
22:49:18.810414 run mass: MS performed LU {at=22244264.513723202, lu_delay=5.662828873842955, ms=00028}
22:49:18.822510 run osmo-ms-mob/00045: Starting mobile
22:49:18.836646 run osmo-ms-mob/00045(pid=180): Launched
22:49:18.848075 run mass: MS start registered {at=22244264.55142338, delay=0.004992745816707611, ms=00045}
22:49:19.364570 run osmo-ms-mob/00046: Starting mobile
22:49:19.378015 run osmo-ms-mob/00046(pid=181): Launched
22:49:19.389234 run mass: MS start registered {at=22244265.09257303, delay=0.005005646497011185, ms=00046}
22:49:19.664939 run osmo-ms-mob/00047: Starting mobile
22:49:19.679223 run osmo-ms-mob/00047(pid=182): Launched
22:49:19.690858 run mass: MS start registered {at=22244265.394202918, delay=0.004684578627347946, ms=00047}
22:49:19.965464 run osmo-ms-mob/00048: Starting mobile
22:49:19.980080 run osmo-ms-mob/00048(pid=183): Launched
22:49:19.992026 run mass: MS start registered {at=22244265.695360195, delay=0.0056532882153987885, ms=00048}
22:49:20.264798 run osmo-ms-mob/00049: Starting mobile
22:49:20.279739 run osmo-ms-mob/00049(pid=184): Launched
22:49:20.291223 run mass: MS start registered {at=22244265.994570687, delay=0.004968699067831039, ms=00049}
22:49:20.990994 run osmo-ms-mob/00050: Starting mobile
22:49:21.004510 run osmo-ms-mob/00050(pid=185): Launched
22:49:21.010635 run mass: Starting too slowly. Moving on {now=22244266.714004874, sleep=-0.3525104336440563, target=22244266.36149444}
22:49:21.016609 run mass: MS performed LU {at=22244266.71996724, lu_delay=5.6271785870194435, ms=00034}
22:49:21.022522 run mass: Starting too slowly. Moving on {now=22244266.725891832, sleep=-0.26439739018678665, target=22244266.461494442}
22:49:21.028256 run mass: MS performed LU {at=22244266.73161904, lu_delay=4.9398408010602, ms=00036}
22:49:21.034159 run mass: Starting too slowly. Moving on {now=22244266.737530313, sleep=-0.17603586986660957, target=22244266.561494444}
22:49:21.039976 run mass: MS performed LU {at=22244266.74333944, lu_delay=5.3484398275613785, ms=00035}
22:49:21.045872 run mass: Starting too slowly. Moving on {now=22244266.749242056, sleep=-0.08774761110544205, target=22244266.661494445}
22:49:21.051581 run mass: MS start registered {at=22244266.7549453, delay=0.04094242304563522, ms=00050}
22:49:21.062798 run osmo-ms-mob/00051: Starting mobile
22:49:21.076069 run osmo-ms-mob/00051(pid=186): Launched
22:49:21.082255 run mass: Starting too slowly. Moving on {now=22244266.7856254, sleep=-0.02413095161318779, target=22244266.761494447}
22:49:21.088410 run mass: MS start registered {at=22244266.79176929, delay=0.006145816296339035, ms=00051}
22:49:21.182667 run mass: MS performed LU {at=22244266.8860023, lu_delay=6.892542090266943, ms=00031}
22:49:21.194636 run osmo-ms-mob/00052: Starting mobile
22:49:21.208472 run osmo-ms-mob/00052(pid=187): Launched
22:49:21.214578 run mass: MS performed LU {at=22244266.917935856, lu_delay=6.624879725277424, ms=00032}
22:49:21.220651 run mass: MS start registered {at=22244266.92401593, delay=0.006098892539739609, ms=00052}
22:49:21.226495 run mass: MS performed LU {at=22244266.929857947, lu_delay=6.315330903977156, ms=00033}
22:49:21.237697 run osmo-ms-mob/00053: Starting mobile
22:49:21.251293 run osmo-ms-mob/00053(pid=188): Launched
22:49:21.262275 run mass: MS start registered {at=22244266.965625975, delay=0.004744797945022583, ms=00053}
22:49:21.864949 run osmo-ms-mob/00054: Starting mobile
22:49:21.879071 run osmo-ms-mob/00054(pid=189): Launched
22:49:21.891085 run mass: MS start registered {at=22244267.59443246, delay=0.005520571023225784, ms=00054}
22:49:22.164397 run osmo-ms-mob/00055: Starting mobile
22:49:22.178644 run osmo-ms-mob/00055(pid=190): Launched
22:49:22.189904 run mass: MS start registered {at=22244267.893256363, delay=0.004724845290184021, ms=00055}
22:49:22.322162 run mass: MS performed LU {at=22244268.025482986, lu_delay=5.298331927508116, ms=00040}
22:49:22.405390 run mass: MS performed LU {at=22244268.108716324, lu_delay=5.613628081977367, ms=00038}
22:49:22.418357 run osmo-ms-mob/00056: Starting mobile
22:49:22.432317 run osmo-ms-mob/00056(pid=191): Launched
22:49:22.443517 run mass: MS start registered {at=22244268.146863494, delay=0.00470304861664772, ms=00056}
22:49:22.452054 run mass: MS performed LU {at=22244268.155410226, lu_delay=5.593364655971527, ms=00039}
22:49:22.575784 run mass: MS performed LU {at=22244268.27911947, lu_delay=6.086305350065231, ms=00037}
22:49:22.587942 run osmo-ms-mob/00057: Starting mobile
22:49:22.602374 run osmo-ms-mob/00057(pid=192): Launched
22:49:22.614717 run mass: MS start registered {at=22244268.318055354, delay=0.005833011120557785, ms=00057}
22:49:22.650318 run mass: MS performed LU {at=22244268.353664417, lu_delay=4.856051053851843, ms=00041}
22:49:23.164860 run osmo-ms-mob/00058: Starting mobile
22:49:23.179158 run osmo-ms-mob/00058(pid=193): Launched
22:49:23.190486 run mass: MS start registered {at=22244268.89383727, delay=0.004975497722625732, ms=00058}
22:49:23.464458 run osmo-ms-mob/00059: Starting mobile
22:49:23.478245 run osmo-ms-mob/00059(pid=194): Launched
22:49:23.490732 run mass: MS start registered {at=22244269.194054596, delay=0.005333922803401947, ms=00059}
22:49:23.764151 run osmo-ms-mob/00060: Starting mobile
22:49:23.778314 run osmo-ms-mob/00060(pid=195): Launched
22:49:23.789695 run mass: MS start registered {at=22244269.493031953, delay=0.004893738776445389, ms=00060}
22:49:24.164189 run osmo-ms-mob/00061: Starting mobile
22:49:24.177604 run osmo-ms-mob/00061(pid=196): Launched
22:49:24.187317 run mass: MS performed LU {at=22244269.890668437, lu_delay=4.195308241993189, ms=00048}
22:49:24.193324 run mass: MS start registered {at=22244269.896689847, delay=0.009667214006185532, ms=00061}
22:49:24.242082 run mass: MS performed LU {at=22244269.945406888, lu_delay=5.393983509391546, ms=00045}
22:49:24.261141 run osmo-ms-mob/00062: Starting mobile
22:49:24.275790 run osmo-ms-mob/00062(pid=197): Launched
22:49:24.287479 run mass: MS start registered {at=22244269.99082585, delay=0.004962224513292313, ms=00062}
22:49:24.306529 run mass: MS performed LU {at=22244270.00987111, lu_delay=4.917298078536987, ms=00046}
22:49:24.514359 run mass: MS performed LU {at=22244270.217695996, lu_delay=6.419284328818321, ms=00042}
22:49:24.526091 run osmo-ms-mob/00063: Starting mobile
22:49:24.539362 run osmo-ms-mob/00063(pid=198): Launched
22:49:24.550463 run mass: MS start registered {at=22244270.253812224, delay=0.0048018284142017365, ms=00063}
22:49:24.556856 run mass: MS performed LU {at=22244270.260213476, lu_delay=6.068172298371792, ms=00043}
22:49:25.165571 run osmo-ms-mob/00064: Starting mobile
22:49:25.180849 run osmo-ms-mob/00064(pid=199): Launched
22:49:25.192685 run mass: MS start registered {at=22244270.89603246, delay=0.004303768277168274, ms=00064}
22:49:25.230441 run mass: MS performed LU {at=22244270.933764633, lu_delay=5.539561714977026, ms=00047}
22:49:25.350014 run mass: MS performed LU {at=22244271.05335055, lu_delay=5.058779861778021, ms=00049}
22:49:25.565195 run osmo-ms-mob/00065: Starting mobile
22:49:25.579322 run osmo-ms-mob/00065(pid=200): Launched
22:49:25.590823 run mass: MS start registered {at=22244271.294170547, delay=0.005119096487760544, ms=00065}
22:49:25.865036 run osmo-ms-mob/00066: Starting mobile
22:49:25.879068 run osmo-ms-mob/00066(pid=201): Launched
22:49:25.890922 run mass: MS start registered {at=22244271.594258986, delay=0.005310326814651489, ms=00066}
22:49:26.106559 run mass: MS performed LU {at=22244271.809888456, lu_delay=5.018119167536497, ms=00051}
22:49:26.217411 run mass: MS performed LU {at=22244271.92074783, lu_delay=5.165802530944347, ms=00050}
22:49:26.229087 run osmo-ms-mob/00067: Starting mobile
22:49:26.243205 run osmo-ms-mob/00067(pid=202): Launched
22:49:26.254301 run mass: MS start registered {at=22244271.957643587, delay=0.004874814301729202, ms=00067}
22:49:26.564496 run osmo-ms-mob/00068: Starting mobile
22:49:26.579064 run osmo-ms-mob/00068(pid=203): Launched
22:49:26.590186 run mass: MS start registered {at=22244272.293536212, delay=0.004837721586227417, ms=00068}
22:49:26.965314 run osmo-ms-mob/00069: Starting mobile
22:49:26.981035 run osmo-ms-mob/00069(pid=204): Launched
22:49:26.993756 run mass: MS start registered {at=22244272.69710491, delay=0.0058109350502491, ms=00069}
22:49:27.364802 run osmo-ms-mob/00070: Starting mobile
22:49:27.379131 run osmo-ms-mob/00070(pid=205): Launched
22:49:27.391239 run mass: MS start registered {at=22244273.09458301, delay=0.005330342799425125, ms=00070}
22:49:27.764619 run osmo-ms-mob/00071: Starting mobile
22:49:27.778792 run osmo-ms-mob/00071(pid=206): Launched
22:49:27.790079 run mass: MS start registered {at=22244273.493433177, delay=0.005024861544370651, ms=00071}
22:49:28.008543 run mass: MS performed LU {at=22244273.711879697, lu_delay=6.11744723841548, ms=00054}
22:49:28.054619 run mass: MS performed LU {at=22244273.75795053, lu_delay=5.439895175397396, ms=00057}
22:49:28.066576 run osmo-ms-mob/00072: Starting mobile
22:49:28.080549 run osmo-ms-mob/00072(pid=207): Launched
22:49:28.087202 run mass: MS performed LU {at=22244273.790558837, lu_delay=4.896721567958593, ms=00058}
22:49:28.093918 run mass: MS start registered {at=22244273.79728351, delay=0.006746619939804077, ms=00072}
22:49:28.280507 run mass: MS performed LU {at=22244273.983841866, lu_delay=6.090585503727198, ms=00055}
22:49:28.564603 run osmo-ms-mob/00073: Starting mobile
22:49:28.579209 run osmo-ms-mob/00073(pid=208): Launched
22:49:28.592097 run mass: MS start registered {at=22244274.29544138, delay=0.0060896240174770355, ms=00073}
22:49:28.930874 run mass: MS performed LU {at=22244274.63418097, lu_delay=5.440126374363899, ms=00059}
22:49:28.943687 run osmo-ms-mob/00074: Starting mobile
22:49:28.959102 run osmo-ms-mob/00074(pid=209): Launched
22:49:28.966587 run mass: MS performed LU {at=22244274.669940338, lu_delay=4.416128113865852, ms=00063}
22:49:28.974642 run mass: MS performed LU {at=22244274.678003713, lu_delay=4.781313866376877, ms=00061}
22:49:28.981961 run mass: MS start registered {at=22244274.685325895, delay=0.015409991145133972, ms=00074}
22:49:29.171759 run mass: MS performed LU {at=22244274.875095535, lu_delay=3.9790630750358105, ms=00064}
22:49:29.183809 run osmo-ms-mob/00075: Starting mobile
22:49:29.198968 run osmo-ms-mob/00075(pid=210): Launched
22:49:29.211561 run mass: MS start registered {at=22244274.914906416, delay=0.005488835275173187, ms=00075}
22:49:29.864459 run osmo-ms-mob/00076: Starting mobile
22:49:29.879804 run osmo-ms-mob/00076(pid=211): Launched
22:49:29.892429 run mass: MS start registered {at=22244275.595771614, delay=0.005569487810134888, ms=00076}
22:49:29.983222 run mass: MS performed LU {at=22244275.68654831, lu_delay=6.193516358733177, ms=00060}
22:49:30.264977 run osmo-ms-mob/00077: Starting mobile
22:49:30.280361 run osmo-ms-mob/00077(pid=212): Launched
22:49:30.292477 run mass: MS start registered {at=22244275.995820522, delay=0.005257941782474518, ms=00077}
22:49:30.764968 run osmo-ms-mob/00078: Starting mobile
22:49:30.779985 run osmo-ms-mob/00078(pid=213): Launched
22:49:30.793898 run mass: MS start registered {at=22244276.49723807, delay=0.006819974631071091, ms=00078}
22:49:31.164536 run osmo-ms-mob/00079: Starting mobile
22:49:31.179316 run osmo-ms-mob/00079(pid=214): Launched
22:49:31.191206 run mass: MS start registered {at=22244276.89454788, delay=0.005249917507171631, ms=00079}
22:49:31.664206 run osmo-ms-mob/00080: Starting mobile
22:49:31.678440 run osmo-ms-mob/00080(pid=215): Launched
22:49:31.689900 run mass: MS start registered {at=22244277.393251248, delay=0.005033235996961594, ms=00080}
22:49:31.820856 run mass: MS performed LU {at=22244277.524165038, lu_delay=5.56652145087719, ms=00067}
22:49:31.839039 run mass: MS performed LU {at=22244277.542384896, lu_delay=4.845279987901449, ms=00069}
22:49:31.885192 run mass: MS performed LU {at=22244277.58851604, lu_delay=5.994257055222988, ms=00066}
22:49:31.990646 run mass: MS performed LU {at=22244277.693981003, lu_delay=5.40044479072094, ms=00068}
22:49:32.002755 run osmo-ms-mob/00081: Starting mobile
22:49:32.017350 run osmo-ms-mob/00081(pid=216): Launched
22:49:32.023765 run mass: MS performed LU {at=22244277.727124304, lu_delay=4.632541295140982, ms=00070}
22:49:32.031495 run mass: MS start registered {at=22244277.73485817, delay=0.00775378942489624, ms=00081}
22:49:32.610403 run osmo-ms-mob/00082: Starting mobile
22:49:32.625488 run osmo-ms-mob/00082(pid=217): Launched
22:49:32.637543 run mass: MS start registered {at=22244278.34089266, delay=0.005246400833129883, ms=00082}
22:49:33.165713 run osmo-ms-mob/00083: Starting mobile
22:49:33.183065 run osmo-ms-mob/00083(pid=218): Launched
22:49:33.196950 run mass: MS start registered {at=22244278.90029432, delay=0.003936853259801865, ms=00083}
22:49:33.619663 run mass: MS performed LU {at=22244279.322995357, lu_delay=5.829562179744244, ms=00071}
22:49:33.637729 run osmo-ms-mob/00084: Starting mobile
22:49:33.651641 run osmo-ms-mob/00084(pid=219): Launched
22:49:33.666125 run mass: MS start registered {at=22244279.36947085, delay=0.006727490574121475, ms=00084}
22:49:33.676088 run mass: MS performed LU {at=22244279.379430108, lu_delay=4.694104213267565, ms=00074}
22:49:33.749608 run mass: MS performed LU {at=22244279.452938654, lu_delay=4.538032237440348, ms=00075}
22:49:33.929145 run mass: MS performed LU {at=22244279.63246201, lu_delay=5.337020628154278, ms=00073}
22:49:34.164357 run osmo-ms-mob/00085: Starting mobile
22:49:34.179053 run osmo-ms-mob/00085(pid=220): Launched
22:49:34.190758 run mass: MS start registered {at=22244279.89411102, delay=0.004632342606782913, ms=00085}
22:49:34.764178 run osmo-ms-mob/00086: Starting mobile
22:49:34.779247 run osmo-ms-mob/00086(pid=221): Launched
22:49:34.791412 run mass: MS start registered {at=22244280.494753327, delay=0.005152750760316849, ms=00086}
22:49:35.364935 run osmo-ms-mob/00087: Starting mobile
22:49:35.379640 run osmo-ms-mob/00087(pid=222): Launched
22:49:35.391551 run mass: MS start registered {at=22244281.09490371, delay=0.005266435444355011, ms=00087}
22:49:35.586393 run mass: MS performed LU {at=22244281.289667737, lu_delay=5.693896122276783, ms=00076}
22:49:35.604404 run mass: MS performed LU {at=22244281.307752132, lu_delay=5.311931610107422, ms=00077}
22:49:35.650189 run mass: MS performed LU {at=22244281.35352321, lu_delay=4.856285139918327, ms=00078}
22:49:35.954839 run mass: MS performed LU {at=22244281.658164084, lu_delay=4.76361620426178, ms=00079}
22:49:36.068585 run osmo-ms-mob/00088: Starting mobile
22:49:36.082298 run osmo-ms-mob/00088(pid=223): Launched
22:49:36.088762 run mass: Starting too slowly. Moving on {now=22244281.79213233, sleep=-0.03063765913248062, target=22244281.76149467}
22:49:36.094779 run mass: MS start registered {at=22244281.798140068, delay=0.006010212004184723, ms=00088}
22:49:36.592966 run osmo-ms-mob/00089: Starting mobile
22:49:36.606760 run osmo-ms-mob/00089(pid=224): Launched
22:49:36.617983 run mass: MS start registered {at=22244282.321332876, delay=0.004410780966281891, ms=00089}
22:49:37.165128 run osmo-ms-mob/00090: Starting mobile
22:49:37.179411 run osmo-ms-mob/00090(pid=225): Launched
22:49:37.191708 run mass: MS start registered {at=22244282.895046555, delay=0.0050513893365859985, ms=00090}
22:49:37.386087 run mass: MS performed LU {at=22244283.08942426, lu_delay=5.354566089808941, ms=00081}
22:49:37.403739 run mass: MS performed LU {at=22244283.107076287, lu_delay=5.713825039565563, ms=00080}
22:49:37.515106 run mass: MS performed LU {at=22244283.21843926, lu_delay=4.877546597272158, ms=00082}
22:49:37.864385 run osmo-ms-mob/00091: Starting mobile
22:49:37.878359 run osmo-ms-mob/00091(pid=226): Launched
22:49:37.890018 run mass: MS start registered {at=22244283.593368184, delay=0.005469474941492081, ms=00091}
22:49:38.564425 run osmo-ms-mob/00092: Starting mobile
22:49:38.578765 run osmo-ms-mob/00092(pid=227): Launched
22:49:38.589973 run mass: MS start registered {at=22244284.293322057, delay=0.004733674228191376, ms=00092}
22:49:39.352187 run mass: MS performed LU {at=22244285.05549899, lu_delay=5.686028141528368, ms=00084}
22:49:39.364173 run osmo-ms-mob/00093: Starting mobile
22:49:39.378519 run osmo-ms-mob/00093(pid=228): Launched
22:49:39.385015 run mass: MS performed LU {at=22244285.088370822, lu_delay=6.188076503574848, ms=00083}
22:49:39.391189 run mass: MS start registered {at=22244285.094554476, delay=0.00620642676949501, ms=00093}
22:49:39.416990 run mass: MS performed LU {at=22244285.120323416, lu_delay=5.2262123972177505, ms=00085}
22:49:39.485580 run mass: MS performed LU {at=22244285.18889933, lu_delay=4.694146003574133, ms=00086}
22:49:40.264328 run osmo-ms-mob/00094: Starting mobile
22:49:40.278677 run osmo-ms-mob/00094(pid=229): Launched
22:49:40.289903 run mass: MS start registered {at=22244285.993254334, delay=0.004697971045970917, ms=00094}
22:49:41.151563 run mass: MS performed LU {at=22244286.85488278, lu_delay=5.759979069232941, ms=00087}
22:49:41.164374 run osmo-ms-mob/00095: Starting mobile
22:49:41.178372 run osmo-ms-mob/00095(pid=230): Launched
22:49:41.184771 run mass: MS performed LU {at=22244286.888127234, lu_delay=4.566794358193874, ms=00089}
22:49:41.191404 run mass: MS start registered {at=22244286.894767173, delay=0.006660014390945435, ms=00095}
22:49:41.280711 run mass: MS performed LU {at=22244286.98404614, lu_delay=5.185906071215868, ms=00088}
22:49:41.424033 run mass: MS performed LU {at=22244287.127329975, lu_delay=22.748321253806353, ms=00044}
22:49:42.173351 run osmo-ms-mob/00096: Starting mobile
22:49:42.200753 run osmo-ms-mob/00096(pid=231): Launched
22:49:42.218005 run mass: MS start registered {at=22244287.921342444, delay=3.970041871070862e-05, ms=00096}
22:49:43.117913 run mass: MS performed LU {at=22244288.821214736, lu_delay=5.227846551686525, ms=00091}
22:49:43.136049 run mass: MS performed LU {at=22244288.83937291, lu_delay=5.944326356053352, ms=00090}
22:49:43.165688 run osmo-ms-mob/00097: Starting mobile
22:49:43.201256 run osmo-ms-mob/00097(pid=232): Launched
22:49:43.218432 run mass: MS start registered {at=22244288.92175609, delay=0.00026962533593177795, ms=00097}
22:49:43.251326 run mass: MS performed LU {at=22244288.95464433, lu_delay=22.0306283980608, ms=00052}
22:49:43.418263 run mass: MS performed LU {at=22244289.12156311, lu_delay=22.155937135219574, ms=00053}
22:49:43.561996 run mass: MS performed LU {at=22244289.26530374, lu_delay=4.971981681883335, ms=00092}
22:49:44.565444 run osmo-ms-mob/00098: Starting mobile
22:49:44.579411 run osmo-ms-mob/00098(pid=233): Launched
22:49:44.591295 run mass: MS start registered {at=22244290.294637293, delay=0.005237344652414322, ms=00098}
22:49:44.917546 run mass: MS performed LU {at=22244290.620879017, lu_delay=4.627624683082104, ms=00094}
22:49:45.046453 run mass: MS performed LU {at=22244290.749749087, lu_delay=5.6551946103572845, ms=00093}
22:49:45.171552 run mass: MS performed LU {at=22244290.87488727, lu_delay=22.728023774921894, ms=00056}
22:49:46.369399 run osmo-ms-mob/00099: Starting mobile
22:49:46.387291 run osmo-ms-mob/00099(pid=234): Launched
22:49:46.395401 run mass: All started... {duration=55.737275406718254, too_slow=6}
22:49:46.402488 run mass: MS start registered {at=22244292.105846085, delay=0.0070804208517074585, ms=00099}
22:49:46.883645 run mass: MS performed LU {at=22244292.58697936, lu_delay=4.665636915713549, ms=00096}
22:49:46.901589 run mass: MS performed LU {at=22244292.604935635, lu_delay=22.6141097843647, ms=00062}
22:49:46.947931 run mass: MS performed LU {at=22244292.65126316, lu_delay=5.756495986133814, ms=00095}
22:49:48.813158 run mass: MS performed LU {at=22244294.516488027, lu_delay=5.594731938093901, ms=00097}
22:49:50.650116 run mass: MS performed LU {at=22244296.353428368, lu_delay=6.058791074901819, ms=00098}
22:49:50.903292 run mass: MS performed LU {at=22244296.606620666, lu_delay=22.8093371540308, ms=00072}
22:49:52.578756 run mass: MS performed LU {at=22244298.282091457, lu_delay=6.1762453727424145, ms=00099}
22:50:50.716811 run mass: Tests done {all_completed=False, max=22.8093371540308, min=3.9790630750358105}
22:50:50.723203 tst register_default_mass.py: Test passed (150.7 sec)
22:50:50.728903 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:50:50.732389 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:50:50.735861 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:50:50.739308 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:50:50.742746 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:50:50.746201 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:50:50.749690 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:50:50.753173 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:50:50.756615 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:50:50.760069 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:50:50.763544 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:50:50.767012 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:50:50.770462 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:50:50.773874 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:50:50.777363 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:50:50.780821 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:50:50.784335 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:50:50.788382 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:50:50.791960 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:50:50.795541 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:50:50.799039 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:50:50.802562 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:50:50.806435 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:50:50.810069 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:50:50.814261 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:50:50.817761 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:50:50.821282 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:50:50.824835 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:50:50.828325 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:50:50.832102 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:50:50.836135 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:50:50.840098 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:50:50.843804 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:50:50.847331 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:50:50.850829 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:50:50.854313 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:50:50.858033 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:50:50.861545 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:50:50.865041 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:50:50.868510 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:50:50.871987 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:50:50.875645 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:50:50.879502 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:50:50.883007 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:50:50.886526 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:50:50.890016 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:50:50.893539 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:50:50.897045 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:50:50.900530 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:50:50.904012 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:50:50.907972 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:50:50.911465 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:50:50.914963 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:50:50.918455 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:50:50.921926 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:50:50.925409 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:50:50.928900 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:50:50.932377 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:50:50.935834 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:50:50.939301 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:50:50.942839 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:50:50.946391 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:50:50.949917 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:50:50.953412 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:50:50.956918 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:50:50.960404 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:50:50.963899 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:50:50.967369 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:50:50.970850 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:50:50.975069 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:50:50.978572 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:50:50.982638 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:50:50.986106 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:50:50.989572 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:50:50.993037 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:50:50.996529 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:50:51.000013 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:50:51.003500 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:50:51.009154 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:50:51.012698 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:50:51.016297 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:50:51.019766 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:50:51.023309 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:50:51.026697 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:50:51.030159 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:50:51.033632 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:50:51.037849 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:50:51.041499 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:50:51.045786 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:50:51.049270 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:50:51.052803 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:50:51.056373 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:50:51.060002 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:50:51.063813 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:50:51.067293 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:50:51.070853 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:50:51.074364 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:50:51.077851 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:50:51.081970 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:50:51.085682 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:50:51.089579 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:50:51.093281 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:50:51.096796 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:50:51.100246 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:50:51.103750 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:50:51.107259 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:50:51.110835 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:50:51.114341 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:50:51.117818 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:50:51.121325 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:50:51.124858 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:50:51.128357 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:50:51.131828 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:50:51.135318 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:50:51.138816 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:50:51.142296 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:50:51.145745 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:50:51.149215 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:50:51.152680 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:50:51.155961 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:50:51.159270 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:50:51.162603 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:50:51.165971 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:50:51.169310 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:50:51.172765 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:50:51.176220 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:50:51.179685 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:50:51.183116 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:50:51.186586 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:50:51.190056 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:50:51.193498 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:50:51.196943 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:50:51.200396 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:50:51.203862 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:50:51.207332 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:50:51.210765 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:50:51.214224 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:50:51.217689 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:50:51.221161 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:50:51.224609 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:50:51.228081 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:50:51.231537 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:50:51.234995 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:50:51.238445 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:50:51.241926 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:50:51.245391 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:50:51.248848 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:50:51.252307 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:50:51.255809 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:50:51.259299 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:50:51.262755 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:50:51.266174 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:50:51.269641 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:50:51.273118 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:50:51.276580 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:50:51.280033 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:50:51.283518 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:50:51.286973 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:50:51.290415 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:50:51.293869 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:50:51.297321 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:50:51.300792 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:50:51.304285 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:50:51.307739 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:50:51.311217 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:50:51.314713 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:50:51.318190 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:50:51.321677 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:50:51.325173 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:50:51.328736 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:50:51.332217 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:50:51.335682 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:50:51.339182 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:50:51.342694 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:50:51.346229 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:50:51.349693 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:50:51.353174 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:50:51.356646 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:50:51.360117 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:50:51.363583 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:50:51.367063 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:50:51.370535 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:50:51.374001 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:50:51.377461 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:50:51.380928 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:50:51.410621 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:50:51.414211 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:50:51.417750 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:50:51.421225 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:50:51.424702 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:50:51.428163 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:50:51.431609 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:50:51.435053 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:50:51.438487 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:50:51.441909 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:50:51.445354 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:50:51.448824 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:50:51.452279 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:50:51.455728 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:50:51.459210 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:50:51.462691 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:50:51.466157 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:50:51.469629 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:50:51.473459 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:50:51.476961 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:50:51.480433 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:50:51.483915 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:50:51.487369 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:50:51.490811 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:50:51.494280 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:50:51.497714 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:50:51.501151 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:50:51.504592 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:50:51.508044 --- ParallelTerminationStrategy: PID 22 died...
22:50:51.509593 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:50:51.513401 --- ParallelTerminationStrategy: PID 23 died...
22:50:51.514919 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:50:51.518751 --- ParallelTerminationStrategy: PID 24 died...
22:50:51.520306 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:50:51.524130 --- ParallelTerminationStrategy: PID 25 died...
22:50:51.525741 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:50:51.529583 --- ParallelTerminationStrategy: PID 26 died...
22:50:51.531137 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:50:51.535088 --- ParallelTerminationStrategy: PID 27 died...
22:50:51.536652 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:50:51.540526 --- ParallelTerminationStrategy: PID 28 died...
22:50:51.542080 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:50:51.545960 --- ParallelTerminationStrategy: PID 29 died...
22:50:51.547500 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:50:51.551393 --- ParallelTerminationStrategy: PID 30 died...
22:50:51.552977 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:50:51.556822 --- ParallelTerminationStrategy: PID 31 died...
22:50:51.558433 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:50:51.562307 --- ParallelTerminationStrategy: PID 32 died...
22:50:51.563942 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:50:51.567807 --- ParallelTerminationStrategy: PID 33 died...
22:50:51.569353 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:50:51.573223 --- ParallelTerminationStrategy: PID 35 died...
22:50:51.574773 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:50:51.578622 --- ParallelTerminationStrategy: PID 36 died...
22:50:51.580171 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:50:51.584096 --- ParallelTerminationStrategy: PID 37 died...
22:50:51.585662 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:50:51.589493 --- ParallelTerminationStrategy: PID 38 died...
22:50:51.591057 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:50:51.594859 --- ParallelTerminationStrategy: PID 39 died...
22:50:51.596418 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:50:51.600252 --- ParallelTerminationStrategy: PID 40 died...
22:50:51.601793 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:50:51.605659 --- ParallelTerminationStrategy: PID 41 died...
22:50:51.607209 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:50:51.611046 --- ParallelTerminationStrategy: PID 42 died...
22:50:51.612584 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:50:51.616398 --- ParallelTerminationStrategy: PID 43 died...
22:50:51.617957 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:50:51.621784 --- ParallelTerminationStrategy: PID 44 died...
22:50:51.623357 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:50:51.627164 --- ParallelTerminationStrategy: PID 45 died...
22:50:51.628699 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:50:51.632516 --- ParallelTerminationStrategy: PID 46 died...
22:50:51.634079 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:50:51.637896 --- ParallelTerminationStrategy: PID 47 died...
22:50:51.639432 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:50:51.643244 --- ParallelTerminationStrategy: PID 48 died...
22:50:51.644775 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:50:51.648730 --- ParallelTerminationStrategy: PID 49 died...
22:50:51.652117 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:50:51.659701 --- ParallelTerminationStrategy: PID 50 died...
22:50:51.662937 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:50:51.667480 --- ParallelTerminationStrategy: PID 51 died...
22:50:51.669046 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:50:51.672821 --- ParallelTerminationStrategy: PID 52 died...
22:50:51.674392 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:50:51.678196 --- ParallelTerminationStrategy: PID 53 died...
22:50:51.679757 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:50:51.683598 --- ParallelTerminationStrategy: PID 54 died...
22:50:51.685145 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:50:51.689009 --- ParallelTerminationStrategy: PID 55 died...
22:50:51.690552 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:50:51.694379 --- ParallelTerminationStrategy: PID 56 died...
22:50:51.695930 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:50:51.699795 --- ParallelTerminationStrategy: PID 57 died...
22:50:51.701371 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:50:51.705276 --- ParallelTerminationStrategy: PID 58 died...
22:50:51.706831 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:50:51.710660 --- ParallelTerminationStrategy: PID 59 died...
22:50:51.712211 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:50:51.716085 --- ParallelTerminationStrategy: PID 60 died...
22:50:51.717655 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:50:51.721502 --- ParallelTerminationStrategy: PID 61 died...
22:50:51.723058 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:50:51.726901 --- ParallelTerminationStrategy: PID 62 died...
22:50:51.728499 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:50:51.732326 --- ParallelTerminationStrategy: PID 63 died...
22:50:51.733896 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:50:51.737755 --- ParallelTerminationStrategy: PID 64 died...
22:50:51.739289 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:50:51.743119 --- ParallelTerminationStrategy: PID 65 died...
22:50:51.744664 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:50:51.748488 --- ParallelTerminationStrategy: PID 66 died...
22:50:51.750030 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:50:51.753925 --- ParallelTerminationStrategy: PID 67 died...
22:50:51.755476 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:50:51.759298 --- ParallelTerminationStrategy: PID 68 died...
22:50:51.760873 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:50:51.764675 --- ParallelTerminationStrategy: PID 69 died...
22:50:51.766226 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:50:51.770088 --- ParallelTerminationStrategy: PID 70 died...
22:50:51.771625 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:50:51.775484 --- ParallelTerminationStrategy: PID 71 died...
22:50:51.777035 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:50:51.780859 --- ParallelTerminationStrategy: PID 72 died...
22:50:51.782397 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:50:51.786226 --- ParallelTerminationStrategy: PID 73 died...
22:50:51.787765 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:50:51.791602 --- ParallelTerminationStrategy: PID 74 died...
22:50:51.793218 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:50:51.797037 --- ParallelTerminationStrategy: PID 75 died...
22:50:51.798649 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:50:51.802514 --- ParallelTerminationStrategy: PID 76 died...
22:50:51.804058 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:50:51.807876 --- ParallelTerminationStrategy: PID 77 died...
22:50:51.809412 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:50:51.813215 --- ParallelTerminationStrategy: PID 78 died...
22:50:51.814750 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:50:51.818643 --- ParallelTerminationStrategy: PID 79 died...
22:50:51.820181 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:50:51.824024 --- ParallelTerminationStrategy: PID 80 died...
22:50:51.825578 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:50:51.829385 --- ParallelTerminationStrategy: PID 81 died...
22:50:51.830949 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:50:51.834756 --- ParallelTerminationStrategy: PID 82 died...
22:50:51.836314 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:50:51.840172 --- ParallelTerminationStrategy: PID 83 died...
22:50:51.841723 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:50:51.845578 --- ParallelTerminationStrategy: PID 84 died...
22:50:51.847138 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:50:51.850986 --- ParallelTerminationStrategy: PID 85 died...
22:50:51.852533 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:50:51.873486 --- ParallelTerminationStrategy: PID 86 died...
22:50:51.875046 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:50:51.878925 --- ParallelTerminationStrategy: PID 87 died...
22:50:51.880464 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:50:51.884291 --- ParallelTerminationStrategy: PID 88 died...
22:50:51.885851 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:50:51.889655 --- ParallelTerminationStrategy: PID 89 died...
22:50:51.891212 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:50:51.895025 --- ParallelTerminationStrategy: PID 90 died...
22:50:51.896554 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:50:51.900365 --- ParallelTerminationStrategy: PID 91 died...
22:50:51.901918 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:50:51.905733 --- ParallelTerminationStrategy: PID 92 died...
22:50:51.907275 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:50:51.911106 --- ParallelTerminationStrategy: PID 93 died...
22:50:51.912659 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:50:51.916484 --- ParallelTerminationStrategy: PID 94 died...
22:50:51.918046 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:50:51.921841 --- ParallelTerminationStrategy: PID 95 died...
22:50:51.923411 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:50:51.927257 --- ParallelTerminationStrategy: PID 96 died...
22:50:51.928813 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:50:51.932645 --- ParallelTerminationStrategy: PID 97 died...
22:50:51.934188 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:50:51.938013 --- ParallelTerminationStrategy: PID 98 died...
22:50:51.939540 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:50:51.943389 --- ParallelTerminationStrategy: PID 99 died...
22:50:51.944950 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:50:51.948778 --- ParallelTerminationStrategy: PID 100 died...
22:50:51.950344 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:50:51.954105 --- ParallelTerminationStrategy: PID 101 died...
22:50:51.955599 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:50:51.959386 --- ParallelTerminationStrategy: PID 102 died...
22:50:51.960928 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:50:51.964827 --- ParallelTerminationStrategy: PID 103 died...
22:50:51.966365 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:50:51.970170 --- ParallelTerminationStrategy: PID 104 died...
22:50:51.971712 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:50:51.975527 --- ParallelTerminationStrategy: PID 105 died...
22:50:51.977058 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:50:51.980901 --- ParallelTerminationStrategy: PID 106 died...
22:50:51.982487 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:50:51.986284 --- ParallelTerminationStrategy: PID 107 died...
22:50:51.987886 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:50:51.991679 --- ParallelTerminationStrategy: PID 108 died...
22:50:51.993223 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:50:51.997030 --- ParallelTerminationStrategy: PID 109 died...
22:50:51.998566 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:50:52.002385 --- ParallelTerminationStrategy: PID 110 died...
22:50:52.003927 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:50:52.007757 --- ParallelTerminationStrategy: PID 111 died...
22:50:52.009313 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:50:52.013137 --- ParallelTerminationStrategy: PID 112 died...
22:50:52.014682 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:50:52.018461 --- ParallelTerminationStrategy: PID 113 died...
22:50:52.020012 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:50:52.023696 --- ParallelTerminationStrategy: PID 114 died...
22:50:52.025180 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:50:52.028845 --- ParallelTerminationStrategy: PID 115 died...
22:50:52.030321 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:50:52.034029 --- ParallelTerminationStrategy: PID 116 died...
22:50:52.035503 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:50:52.039167 --- ParallelTerminationStrategy: PID 117 died...
22:50:52.040629 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:50:52.044274 --- ParallelTerminationStrategy: PID 118 died...
22:50:52.045751 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:50:52.049412 --- ParallelTerminationStrategy: PID 119 died...
22:50:52.050883 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:50:52.054546 --- ParallelTerminationStrategy: PID 120 died...
22:50:52.056037 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:50:52.059666 --- ParallelTerminationStrategy: PID 121 died...
22:50:52.111090 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:50:52.114966 --- ParallelTerminationStrategy: PID 122 died...
22:50:52.116533 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:50:52.120339 --- ParallelTerminationStrategy: PID 123 died...
22:50:52.121886 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:50:52.141619 --- ParallelTerminationStrategy: PID 124 died...
22:50:52.143191 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:50:52.147068 --- ParallelTerminationStrategy: PID 125 died...
22:50:52.148642 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:50:52.152461 --- ParallelTerminationStrategy: PID 126 died...
22:50:52.153953 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:50:52.157607 --- ParallelTerminationStrategy: PID 127 died...
22:50:52.159090 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:50:52.162880 --- ParallelTerminationStrategy: PID 128 died...
22:50:52.164411 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:50:52.168343 --- ParallelTerminationStrategy: PID 129 died...
22:50:52.169880 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:50:52.173709 --- ParallelTerminationStrategy: PID 130 died...
22:50:52.175252 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:50:52.179065 --- ParallelTerminationStrategy: PID 131 died...
22:50:52.180614 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:50:52.184412 --- ParallelTerminationStrategy: PID 132 died...
22:50:52.185966 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:50:52.189764 --- ParallelTerminationStrategy: PID 133 died...
22:50:52.191298 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:50:52.195085 --- ParallelTerminationStrategy: PID 134 died...
22:50:52.196612 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:50:52.200453 --- ParallelTerminationStrategy: PID 135 died...
22:50:52.201995 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:50:52.205864 --- ParallelTerminationStrategy: PID 136 died...
22:50:52.207407 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:50:52.211238 --- ParallelTerminationStrategy: PID 137 died...
22:50:52.212786 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:50:52.216608 --- ParallelTerminationStrategy: PID 138 died...
22:50:52.218182 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:50:52.222048 --- ParallelTerminationStrategy: PID 139 died...
22:50:52.223666 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:50:52.227483 --- ParallelTerminationStrategy: PID 140 died...
22:50:52.229012 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:50:52.232835 --- ParallelTerminationStrategy: PID 141 died...
22:50:52.234377 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:50:52.238183 --- ParallelTerminationStrategy: PID 142 died...
22:50:52.239703 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:50:52.243559 --- ParallelTerminationStrategy: PID 143 died...
22:50:52.245102 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:50:52.249005 --- ParallelTerminationStrategy: PID 144 died...
22:50:52.250565 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:50:52.254391 --- ParallelTerminationStrategy: PID 145 died...
22:50:52.255953 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:50:52.259800 --- ParallelTerminationStrategy: PID 146 died...
22:50:52.261345 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:50:52.265196 --- ParallelTerminationStrategy: PID 147 died...
22:50:52.266723 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:50:52.270852 --- ParallelTerminationStrategy: PID 148 died...
22:50:52.272425 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:50:52.276291 --- ParallelTerminationStrategy: PID 149 died...
22:50:52.277851 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:50:52.281700 --- ParallelTerminationStrategy: PID 150 died...
22:50:52.283254 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:50:52.287170 --- ParallelTerminationStrategy: PID 151 died...
22:50:52.288727 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:50:52.292565 --- ParallelTerminationStrategy: PID 152 died...
22:50:52.294111 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:50:52.297972 --- ParallelTerminationStrategy: PID 153 died...
22:50:52.299516 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:50:52.303378 --- ParallelTerminationStrategy: PID 154 died...
22:50:52.304931 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:50:52.308760 --- ParallelTerminationStrategy: PID 155 died...
22:50:52.310315 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:50:52.314137 --- ParallelTerminationStrategy: PID 156 died...
22:50:52.315680 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:50:52.319574 --- ParallelTerminationStrategy: PID 157 died...
22:50:52.321124 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:50:52.324957 --- ParallelTerminationStrategy: PID 158 died...
22:50:52.326501 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:50:52.330348 --- ParallelTerminationStrategy: PID 159 died...
22:50:52.331894 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:50:52.335747 --- ParallelTerminationStrategy: PID 160 died...
22:50:52.337300 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:50:52.341149 --- ParallelTerminationStrategy: PID 161 died...
22:50:52.342716 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:50:52.346559 --- ParallelTerminationStrategy: PID 162 died...
22:50:52.348119 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:50:52.351967 --- ParallelTerminationStrategy: PID 163 died...
22:50:52.353519 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:50:52.357317 --- ParallelTerminationStrategy: PID 164 died...
22:50:52.358784 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:50:52.362529 --- ParallelTerminationStrategy: PID 165 died...
22:50:52.364004 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:50:52.367719 --- ParallelTerminationStrategy: PID 166 died...
22:50:52.369213 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:50:52.373014 --- ParallelTerminationStrategy: PID 167 died...
22:50:52.374554 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:50:52.378305 --- ParallelTerminationStrategy: PID 168 died...
22:50:52.379857 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:50:52.383690 --- ParallelTerminationStrategy: PID 169 died...
22:50:52.385281 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:50:52.389126 --- ParallelTerminationStrategy: PID 170 died...
22:50:52.390672 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:50:52.394560 --- ParallelTerminationStrategy: PID 171 died...
22:50:52.396099 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:50:52.399984 --- ParallelTerminationStrategy: PID 172 died...
22:50:52.401535 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:50:52.405371 --- ParallelTerminationStrategy: PID 173 died...
22:50:52.406907 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:50:52.410789 --- ParallelTerminationStrategy: PID 174 died...
22:50:52.412346 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:50:52.416207 --- ParallelTerminationStrategy: PID 175 died...
22:50:52.417759 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:50:52.421598 --- ParallelTerminationStrategy: PID 176 died...
22:50:52.423137 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:50:52.426982 --- ParallelTerminationStrategy: PID 177 died...
22:50:52.428528 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:50:52.432383 --- ParallelTerminationStrategy: PID 178 died...
22:50:52.433961 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:50:52.437839 --- ParallelTerminationStrategy: PID 179 died...
22:50:52.439405 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:50:52.443209 --- ParallelTerminationStrategy: PID 180 died...
22:50:52.444772 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:50:52.448621 --- ParallelTerminationStrategy: PID 181 died...
22:50:52.450323 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:50:52.454196 --- ParallelTerminationStrategy: PID 182 died...
22:50:52.455740 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:50:52.459642 --- ParallelTerminationStrategy: PID 183 died...
22:50:52.461164 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:50:52.464858 --- ParallelTerminationStrategy: PID 184 died...
22:50:52.466321 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:50:52.469996 --- ParallelTerminationStrategy: PID 185 died...
22:50:52.471476 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:50:52.475190 --- ParallelTerminationStrategy: PID 186 died...
22:50:52.476711 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:50:52.480520 --- ParallelTerminationStrategy: PID 187 died...
22:50:52.482074 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:50:52.485756 --- ParallelTerminationStrategy: PID 188 died...
22:50:52.487235 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:50:52.490936 --- ParallelTerminationStrategy: PID 189 died...
22:50:52.492408 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:50:52.496180 --- ParallelTerminationStrategy: PID 190 died...
22:50:52.497751 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:50:52.501634 --- ParallelTerminationStrategy: PID 191 died...
22:50:52.503180 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:50:52.507140 --- ParallelTerminationStrategy: PID 192 died...
22:50:52.508721 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:50:52.512579 --- ParallelTerminationStrategy: PID 193 died...
22:50:52.514143 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:50:52.518035 --- ParallelTerminationStrategy: PID 194 died...
22:50:52.519594 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:50:52.523552 --- ParallelTerminationStrategy: PID 195 died...
22:50:52.525133 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:50:52.529023 --- ParallelTerminationStrategy: PID 196 died...
22:50:52.530570 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:50:52.534486 --- ParallelTerminationStrategy: PID 197 died...
22:50:52.536085 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:50:52.539961 --- ParallelTerminationStrategy: PID 198 died...
22:50:52.541535 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:50:52.545400 --- ParallelTerminationStrategy: PID 199 died...
22:50:52.547080 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:50:52.550997 --- ParallelTerminationStrategy: PID 200 died...
22:50:52.552552 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:50:52.556441 --- ParallelTerminationStrategy: PID 201 died...
22:50:52.558021 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:50:52.561933 --- ParallelTerminationStrategy: PID 202 died...
22:50:52.563508 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:50:52.567422 --- ParallelTerminationStrategy: PID 203 died...
22:50:52.568989 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:50:52.572861 --- ParallelTerminationStrategy: PID 204 died...
22:50:52.574411 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:50:52.578329 --- ParallelTerminationStrategy: PID 205 died...
22:50:52.579882 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:50:52.583733 --- ParallelTerminationStrategy: PID 206 died...
22:50:52.585276 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:50:52.589155 --- ParallelTerminationStrategy: PID 207 died...
22:50:52.590709 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:50:52.594577 --- ParallelTerminationStrategy: PID 208 died...
22:50:52.596139 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:50:52.599995 --- ParallelTerminationStrategy: PID 209 died...
22:50:52.601648 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:50:52.605505 --- ParallelTerminationStrategy: PID 210 died...
22:50:52.607058 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:50:52.610910 --- ParallelTerminationStrategy: PID 211 died...
22:50:52.612462 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:50:52.616340 --- ParallelTerminationStrategy: PID 212 died...
22:50:52.617885 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:50:52.621753 --- ParallelTerminationStrategy: PID 213 died...
22:50:52.623310 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:50:52.627171 --- ParallelTerminationStrategy: PID 214 died...
22:50:52.628758 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:50:52.632585 --- ParallelTerminationStrategy: PID 215 died...
22:50:52.634151 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:50:52.637982 --- ParallelTerminationStrategy: PID 216 died...
22:50:52.639529 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:50:52.643373 --- ParallelTerminationStrategy: PID 217 died...
22:50:52.644938 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:50:52.648783 --- ParallelTerminationStrategy: PID 218 died...
22:50:52.650328 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:50:52.654170 --- ParallelTerminationStrategy: PID 219 died...
22:50:52.655718 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:50:52.659562 --- ParallelTerminationStrategy: PID 220 died...
22:50:52.661122 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:50:52.664999 --- ParallelTerminationStrategy: PID 221 died...
22:50:52.666563 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:50:52.670448 --- ParallelTerminationStrategy: PID 222 died...
22:50:52.672001 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:50:52.675859 --- ParallelTerminationStrategy: PID 223 died...
22:50:52.677418 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:50:52.681253 --- ParallelTerminationStrategy: PID 224 died...
22:50:52.682800 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:50:52.686692 --- ParallelTerminationStrategy: PID 225 died...
22:50:52.688289 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:50:52.692175 --- ParallelTerminationStrategy: PID 226 died...
22:50:52.693835 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:50:52.697687 --- ParallelTerminationStrategy: PID 227 died...
22:50:52.699241 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:50:52.703092 --- ParallelTerminationStrategy: PID 228 died...
22:50:52.704653 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:50:52.708495 --- ParallelTerminationStrategy: PID 229 died...
22:50:52.710044 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:50:52.713967 --- ParallelTerminationStrategy: PID 230 died...
22:50:52.715519 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:50:52.719417 --- ParallelTerminationStrategy: PID 231 died...
22:50:52.721009 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:50:52.724682 --- ParallelTerminationStrategy: PID 232 died...
22:50:52.726183 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:50:52.729866 --- ParallelTerminationStrategy: PID 233 died...
22:50:52.731354 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:50:52.735076 --- ParallelTerminationStrategy: PID 234 died...
22:50:52.736550 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:50:56.139897 --- ParallelTerminationStrategy: PID 34 died...
22:50:56.141582 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8102 netreg_mass PASS
---------------------------------------------------------------------
22:50:56.235122 tst trial-8102: Storing JUnit report in /build/trial-8102/run.2025-09-27_22-48-19/trial-8102.xml
--------------------------------------------------------------------------------------------
trial-8102 PASS
--------------------------------------------------------------------------------------------
22:50:56.246601 tst trial-8102: trial-8102: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (150.7 sec)
+ exit_code=0
+ rm -rf trial-8102/inst
+ cd trial-8102
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-09-27 22:48:19
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8102-run.tgz run.2025-09-27_22-48-19
+ tar czf /build/trial-8102-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-09-27_13_29_09.tgz osmo-bts-oc2g.build-2025-09-27_00_51_34.tgz osmo-bts-sysmo.build-2025-09-27_00_51_32.tgz osmo-bts.build-2025-09-27_00_51_40.tgz osmo-ggsn.build-2025-09-27_20_42_45.tgz osmo-hlr.build-2025-09-27_16_36_49.tgz osmo-hnbgw.build-2025-09-27_13_30_34.tgz osmo-mgw.build-2025-09-27_08_33_09.tgz osmo-msc.build-2025-09-27_13_34_37.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-09-27_07_34_01.tgz osmo-pcu-sysmo.build-2025-09-27_07_36_15.tgz osmo-pcu.build-2025-09-27_07_36_21.tgz osmo-sgsn.build-2025-09-27_20_48_38.tgz osmo-stp.build-2025-09-27_13_25_31.tgz osmo-trx.build-2025-09-27_14_26_25.tgz osmocom-bb.build-2025-09-27_21_17_14.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x
### Clean up ###
+ trap - EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS