--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--build-arg LIBOSMOCORE_BRANCH=master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 DONE 0.1s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context:
#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 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#7 CACHED
#8 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#8 CACHED
#9 [ 2/28] RUN useradd -ms /bin/bash jenkins
#9 CACHED
#10 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#10 CACHED
#11 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#11 CACHED
#12 [ 8/28] RUN MKDIR /var/run/sshd
#12 CACHED
#13 [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
#13 CACHED
#14 [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
#14 CACHED
#15 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#15 CACHED
#16 [ 9/28] COPY SSH /root/.ssh
#16 CACHED
#17 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#17 CACHED
#18 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#18 CACHED
#19 [16/28] RUN APT-GET update && apt-get install -y --no-install-recommends cmake libfftw3-dev libmbedtls-dev libboost-program-options-dev libconfig++-dev libsctp-dev libpcsclite-dev libuhd-dev libczmq-dev libsoapysdr-dev soapysdr-module-lms7 && apt-get clean
#19 CACHED
#20 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#20 CACHED
#21 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#21 CACHED
#22 [ 3/28] RUN groupadd osmo-gsm-tester
#22 CACHED
#23 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#23 CACHED
#24 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#24 CACHED
#25 [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
#25 CACHED
#26 [19/28] RUN IF [ "$(arch)" = "x86_64" ]; then apt-get update && apt-get install -y --no-install-recommends python3-pip python3-setuptools python3-wheel ninja-build build-essential flex bison git libsctp-dev libgnutls28-dev libgcrypt-dev libssl-dev libidn11-dev libmongoc-dev libbson-dev libyaml-dev libnghttp2-dev libmicrohttpd-dev libcurl4-gnutls-dev libnghttp2-dev meson && apt-get clean; fi
#26 CACHED
#27 [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
#27 CACHED
#28 [ 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
#28 CACHED
#29 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#29 CACHED
#30 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#30 CACHED
#31 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#31 CACHED
#32 [20/28] WORKDIR /TMP
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:4394f885f5ab8ced4b33823dc0ec37893dc8d4fb72890dc4290e4a67b218a80c 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.1s done
#34 DONE 0.2s
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=8026 -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-07-13 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8026
+ mkdir -p trial-8026
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-07-13_13_28_53.tgz osmo-bts-oc2g.build-2025-07-13_00_51_36.tgz osmo-bts-sysmo.build-2025-07-13_00_51_37.tgz osmo-bts.build-2025-07-13_00_51_45.tgz osmo-ggsn.build-2025-07-13_20_42_22.tgz osmo-hlr.build-2025-07-13_16_36_50.tgz osmo-hnbgw.build-2025-07-13_13_30_17.tgz osmo-mgw.build-2025-07-13_08_33_12.tgz osmo-msc.build-2025-07-13_13_34_22.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-13_07_33_59.tgz osmo-pcu-sysmo.build-2025-07-13_07_36_03.tgz osmo-pcu.build-2025-07-13_07_36_10.tgz osmo-sgsn.build-2025-07-13_20_48_24.tgz osmo-stp.build-2025-07-13_13_25_23.tgz osmo-trx.build-2025-07-13_14_28_01.tgz osmocom-bb.build-2025-07-13_21_17_44.tgz srslte.build-19.tgz trial-8026
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-07-13_13_28_53.md5 osmo-bts-oc2g.build-2025-07-13_00_51_36.md5 osmo-bts-sysmo.build-2025-07-13_00_51_37.md5 osmo-bts.build-2025-07-13_00_51_45.md5 osmo-ggsn.build-2025-07-13_20_42_22.md5 osmo-hlr.build-2025-07-13_16_36_50.md5 osmo-hnbgw.build-2025-07-13_13_30_17.md5 osmo-mgw.build-2025-07-13_08_33_12.md5 osmo-msc.build-2025-07-13_13_34_22.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-13_07_33_59.md5 osmo-pcu-sysmo.build-2025-07-13_07_36_03.md5 osmo-pcu.build-2025-07-13_07_36_10.md5 osmo-sgsn.build-2025-07-13_20_48_24.md5 osmo-stp.build-2025-07-13_13_25_23.md5 osmo-trx.build-2025-07-13_14_28_01.md5 osmocom-bb.build-2025-07-13_21_17_44.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-07-13_13_28_53.md5 osmo-bts-oc2g.build-2025-07-13_00_51_36.md5 osmo-bts-sysmo.build-2025-07-13_00_51_37.md5 osmo-bts.build-2025-07-13_00_51_45.md5 osmo-ggsn.build-2025-07-13_20_42_22.md5 osmo-hlr.build-2025-07-13_16_36_50.md5 osmo-hnbgw.build-2025-07-13_13_30_17.md5 osmo-mgw.build-2025-07-13_08_33_12.md5 osmo-msc.build-2025-07-13_13_34_22.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-13_07_33_59.md5 osmo-pcu-sysmo.build-2025-07-13_07_36_03.md5 osmo-pcu.build-2025-07-13_07_36_10.md5 osmo-sgsn.build-2025-07-13_20_48_24.md5 osmo-stp.build-2025-07-13_13_25_23.md5 osmo-trx.build-2025-07-13_14_28_01.md5 osmocom-bb.build-2025-07-13_21_17_44.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-8026 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8026'
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-8026
--------------------------------------------------------------------------------------------
22:48:17.934621 tst trial-8026: Detailed log at /build/trial-8026/run.2025-07-13_22-48-17/log
---------------------------------------------------------------------
trial-8026 netreg_mass
---------------------------------------------------------------------
22:48:18.169910 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.170328 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.171271 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.172672 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.216983 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.217889 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.219140 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.305059 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-8026 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.307343 tst register_default_mass.py:9: Claiming resources for the test
22:48:18.325446 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.326103 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.326650 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.327326 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.327838 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.328383 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.328908 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.376127 tst register_default_mass.py: using LAC 2
22:48:18.411592 tst register_default_mass.py: using RAC 2
22:48:18.457534 tst register_default_mass.py: using CellId 2
22:48:18.493013 tst register_default_mass.py: using BVCI 3
22:48:18.499598 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.500309 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.501062 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.501681 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.502275 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.502852 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.503413 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.504012 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.504606 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.505334 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.505918 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.506496 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.507095 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.507719 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.508321 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.508928 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.509537 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.510364 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.511038 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.511676 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.512296 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.512924 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.513541 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.514183 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.514804 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.515429 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.516066 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.516797 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.517431 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.518067 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.518698 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.519325 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.519955 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.520607 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.521241 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.521865 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.522486 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.523105 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.523718 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.524340 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.524960 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.525569 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.526180 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.526809 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.527421 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.528051 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.528752 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.529366 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.529983 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.530589 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.531193 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.531811 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.532421 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.533031 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.533645 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.534250 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.534845 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.535563 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.536169 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.536767 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.537368 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.538002 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.538632 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.539252 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.539885 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.540504 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.541167 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.541806 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.542425 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.543052 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.543669 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.544304 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.545126 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.545753 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.546381 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.546995 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.547595 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.548222 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.548864 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.549471 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.550091 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.550706 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.551326 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.551947 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.552581 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.553220 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.553832 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.554465 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.555093 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.555719 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.556338 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.557013 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.557653 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.558284 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.558929 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.559552 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.560172 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.560860 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.561504 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.562134 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.562756 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.563467 tst register_default_mass.py:21: Launching a simple network
22:48:18.576288 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.728102 run create_hlr_db(pid=20): Launched
22:48:19.744917 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.792540 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.834690 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.851704 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.328528 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:20.370138 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:20.379407 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:21.172238 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:21.219261 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:24.244608 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:24.459209 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:24.483227 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:24.496326 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:24.536673 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:24.561943 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:24.573550 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:25.262145 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:25.286467 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:31.313925 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:31.496877 run osmo-bts-virtual(pid=34): Launched
22:48:32.553269 tst register_default_mass.py: using MSISDN 1001
22:48:32.562757 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:32.666290 tst register_default_mass.py: using MSISDN 1002
22:48:32.674394 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:32.757667 tst register_default_mass.py: using MSISDN 1003
22:48:32.764582 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:32.867800 tst register_default_mass.py: using MSISDN 1004
22:48:32.879179 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:32.972289 tst register_default_mass.py: using MSISDN 1005
22:48:32.985114 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:33.098592 tst register_default_mass.py: using MSISDN 1006
22:48:33.111239 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:33.217589 tst register_default_mass.py: using MSISDN 1007
22:48:33.226233 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:33.290893 tst register_default_mass.py: using MSISDN 1008
22:48:33.298377 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:33.363585 tst register_default_mass.py: using MSISDN 1009
22:48:33.371258 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:33.440979 tst register_default_mass.py: using MSISDN 1010
22:48:33.454410 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:33.530083 tst register_default_mass.py: using MSISDN 1011
22:48:33.538373 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:33.598560 tst register_default_mass.py: using MSISDN 1012
22:48:33.608513 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:33.679350 tst register_default_mass.py: using MSISDN 1013
22:48:33.687034 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:33.762294 tst register_default_mass.py: using MSISDN 1014
22:48:33.772137 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:33.845183 tst register_default_mass.py: using MSISDN 1015
22:48:33.852085 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:33.917950 tst register_default_mass.py: using MSISDN 1016
22:48:33.927893 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:33.994346 tst register_default_mass.py: using MSISDN 1017
22:48:34.006263 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:34.072596 tst register_default_mass.py: using MSISDN 1018
22:48:34.079269 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:34.144619 tst register_default_mass.py: using MSISDN 1019
22:48:34.156684 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:34.221260 tst register_default_mass.py: using MSISDN 1020
22:48:34.228049 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:34.302748 tst register_default_mass.py: using MSISDN 1021
22:48:34.311284 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:34.390863 tst register_default_mass.py: using MSISDN 1022
22:48:34.400822 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:34.485525 tst register_default_mass.py: using MSISDN 1023
22:48:34.498838 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:34.585754 tst register_default_mass.py: using MSISDN 1024
22:48:34.596038 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:34.691407 tst register_default_mass.py: using MSISDN 1025
22:48:34.701405 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:34.793121 tst register_default_mass.py: using MSISDN 1026
22:48:34.803422 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:34.866578 tst register_default_mass.py: using MSISDN 1027
22:48:34.873154 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:34.955743 tst register_default_mass.py: using MSISDN 1028
22:48:34.962564 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:35.036009 tst register_default_mass.py: using MSISDN 1029
22:48:35.043097 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:35.113403 tst register_default_mass.py: using MSISDN 1030
22:48:35.125651 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:35.203887 tst register_default_mass.py: using MSISDN 1031
22:48:35.211147 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:35.271021 tst register_default_mass.py: using MSISDN 1032
22:48:35.278810 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:35.338362 tst register_default_mass.py: using MSISDN 1033
22:48:35.345215 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:35.424194 tst register_default_mass.py: using MSISDN 1034
22:48:35.434463 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:35.502776 tst register_default_mass.py: using MSISDN 1035
22:48:35.512244 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:35.577039 tst register_default_mass.py: using MSISDN 1036
22:48:35.584390 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:35.657786 tst register_default_mass.py: using MSISDN 1037
22:48:35.664894 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:35.743857 tst register_default_mass.py: using MSISDN 1038
22:48:35.750648 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:35.833688 tst register_default_mass.py: using MSISDN 1039
22:48:35.845999 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:35.919715 tst register_default_mass.py: using MSISDN 1040
22:48:35.930402 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:36.008893 tst register_default_mass.py: using MSISDN 1041
22:48:36.022247 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:36.089714 tst register_default_mass.py: using MSISDN 1042
22:48:36.099011 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:36.257869 tst register_default_mass.py: using MSISDN 1043
22:48:36.270241 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:36.332926 tst register_default_mass.py: using MSISDN 1044
22:48:36.345950 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:36.414819 tst register_default_mass.py: using MSISDN 1045
22:48:36.425033 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:36.500401 tst register_default_mass.py: using MSISDN 1046
22:48:36.509622 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:36.581226 tst register_default_mass.py: using MSISDN 1047
22:48:36.593843 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:36.679894 tst register_default_mass.py: using MSISDN 1048
22:48:36.687705 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:36.764306 tst register_default_mass.py: using MSISDN 1049
22:48:36.773135 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:36.850019 tst register_default_mass.py: using MSISDN 1050
22:48:36.859604 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:36.936518 tst register_default_mass.py: using MSISDN 1051
22:48:36.945459 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:37.011696 tst register_default_mass.py: using MSISDN 1052
22:48:37.023179 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:37.106349 tst register_default_mass.py: using MSISDN 1053
22:48:37.118902 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:37.191741 tst register_default_mass.py: using MSISDN 1054
22:48:37.201373 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:37.261614 tst register_default_mass.py: using MSISDN 1055
22:48:37.274780 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:37.353795 tst register_default_mass.py: using MSISDN 1056
22:48:37.364182 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:37.441461 tst register_default_mass.py: using MSISDN 1057
22:48:37.451907 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:37.520793 tst register_default_mass.py: using MSISDN 1058
22:48:37.529924 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:37.910212 tst register_default_mass.py: using MSISDN 1059
22:48:37.917322 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:38.000084 tst register_default_mass.py: using MSISDN 1060
22:48:38.007571 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:38.070640 tst register_default_mass.py: using MSISDN 1061
22:48:38.080531 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:38.167971 tst register_default_mass.py: using MSISDN 1062
22:48:38.176746 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:38.247982 tst register_default_mass.py: using MSISDN 1063
22:48:38.260208 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:38.677502 tst register_default_mass.py: using MSISDN 1064
22:48:38.753709 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:38.846325 tst register_default_mass.py: using MSISDN 1065
22:48:38.853779 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:38.919377 tst register_default_mass.py: using MSISDN 1066
22:48:38.927934 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:38.988522 tst register_default_mass.py: using MSISDN 1067
22:48:38.996029 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:39.069925 tst register_default_mass.py: using MSISDN 1068
22:48:39.081451 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:39.158949 tst register_default_mass.py: using MSISDN 1069
22:48:39.166316 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:39.247902 tst register_default_mass.py: using MSISDN 1070
22:48:39.260122 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:39.346798 tst register_default_mass.py: using MSISDN 1071
22:48:39.357777 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:39.426134 tst register_default_mass.py: using MSISDN 1072
22:48:39.438862 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:39.507855 tst register_default_mass.py: using MSISDN 1073
22:48:39.515287 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:39.592366 tst register_default_mass.py: using MSISDN 1074
22:48:39.599889 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:39.663049 tst register_default_mass.py: using MSISDN 1075
22:48:39.672670 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:39.740887 tst register_default_mass.py: using MSISDN 1076
22:48:39.753743 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:39.840965 tst register_default_mass.py: using MSISDN 1077
22:48:39.849450 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:39.911172 tst register_default_mass.py: using MSISDN 1078
22:48:39.918266 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:39.988784 tst register_default_mass.py: using MSISDN 1079
22:48:39.997542 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:40.074035 tst register_default_mass.py: using MSISDN 1080
22:48:40.081109 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:40.144345 tst register_default_mass.py: using MSISDN 1081
22:48:40.151842 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:40.220982 tst register_default_mass.py: using MSISDN 1082
22:48:40.227313 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:40.294277 tst register_default_mass.py: using MSISDN 1083
22:48:40.300565 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:40.361913 tst register_default_mass.py: using MSISDN 1084
22:48:40.368469 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:40.433706 tst register_default_mass.py: using MSISDN 1085
22:48:40.441737 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:40.508068 tst register_default_mass.py: using MSISDN 1086
22:48:40.514207 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:40.589877 tst register_default_mass.py: using MSISDN 1087
22:48:40.599443 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:40.669006 tst register_default_mass.py: using MSISDN 1088
22:48:40.679876 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:40.752592 tst register_default_mass.py: using MSISDN 1089
22:48:40.760084 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:40.830176 tst register_default_mass.py: using MSISDN 1090
22:48:40.837164 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:40.898142 tst register_default_mass.py: using MSISDN 1091
22:48:40.904995 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:40.979233 tst register_default_mass.py: using MSISDN 1092
22:48:40.989007 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:41.058762 tst register_default_mass.py: using MSISDN 1093
22:48:41.065921 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:41.176301 tst register_default_mass.py: using MSISDN 1094
22:48:41.185192 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:41.250865 tst register_default_mass.py: using MSISDN 1095
22:48:41.262926 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:41.326713 tst register_default_mass.py: using MSISDN 1096
22:48:41.334003 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:41.404032 tst register_default_mass.py: using MSISDN 1097
22:48:41.410880 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:41.473399 tst register_default_mass.py: using MSISDN 1098
22:48:41.480412 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:41.596497 tst register_default_mass.py: using MSISDN 1099
22:48:41.602615 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:41.675474 tst register_default_mass.py: using MSISDN 1100
22:48:41.681797 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:41.799694 run mass: Starting testcase
22:48:41.806504 run mass: Pre-launching all virtphy's
22:48:41.813103 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:41.828607 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:41.836011 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:41.851888 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:41.859517 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:41.876229 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:41.883866 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:41.900273 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:41.907631 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:41.923455 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:41.930775 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:41.946642 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:41.953828 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:41.969424 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:41.977083 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:41.993337 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:42.002388 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:42.019059 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:42.026711 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:42.042867 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:42.050124 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:42.065704 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:42.072976 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:42.088860 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:42.096147 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:42.111928 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:42.119144 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:42.134942 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:42.142146 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:42.157547 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:42.164575 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:42.179695 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:42.186646 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:42.201592 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:42.208692 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:42.223983 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:42.231093 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:42.246948 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:42.254102 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:42.269752 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:42.277323 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:42.293645 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:42.300926 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:42.316203 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:42.323213 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:42.338420 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:42.345565 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:42.361651 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:42.369330 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:42.385956 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:42.394178 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:42.411836 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:42.420063 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:42.437241 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:42.445244 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:42.462269 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:42.470118 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:42.487146 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:42.495165 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:42.512273 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:42.520140 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:42.536985 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:42.544406 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:42.560799 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:42.568520 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:42.584836 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:42.592753 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:42.609538 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:42.618564 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:42.635576 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:42.642989 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:42.659270 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:42.666702 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:42.682911 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:42.690523 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:42.706690 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:42.714137 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:42.730794 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:42.738426 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:42.754697 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:42.762200 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:42.778769 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:42.786880 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:42.804372 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:42.812428 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:42.829984 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:42.838151 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:42.855335 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:42.862693 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:42.879166 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:42.887374 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:42.903978 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:42.911373 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:42.927552 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:42.934974 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:42.951127 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:42.959933 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:42.976981 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:42.984776 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:43.001582 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:43.009045 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:43.025315 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:43.032483 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:43.048631 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:43.056125 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:43.072152 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:43.079208 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:43.093850 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:43.100587 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:43.115472 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:43.122427 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:43.137152 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:43.143926 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:43.158572 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:43.165361 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:43.179890 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:43.186834 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:43.201686 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:43.208376 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:43.222984 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:43.229734 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:43.244300 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:43.251083 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:43.265872 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:43.272610 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:43.287251 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:43.294287 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:43.467824 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:43.474239 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:43.488125 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:43.494584 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:43.508763 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:43.515501 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:43.530586 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:43.537361 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:43.552207 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:43.558995 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:43.573599 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:43.580673 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:43.595535 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:43.602352 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:43.617050 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:43.624220 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:43.638995 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:43.645735 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:43.660299 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:43.667052 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:43.681620 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:43.688516 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:43.703227 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:43.709949 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:43.724546 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:43.731285 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:43.745895 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:43.752773 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:43.767683 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:43.774427 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:43.789379 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:44.371745 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:44.385703 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:44.393695 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:44.407849 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:44.414402 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:44.428360 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:44.434840 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:44.449562 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:44.457138 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:44.472861 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:44.479630 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:44.494126 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:44.500680 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:44.514979 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:44.764878 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:44.778894 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:44.785456 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:44.799049 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:44.805591 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:44.821023 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:44.827474 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:44.841028 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:44.847419 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:44.861030 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:44.867415 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:44.880802 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:44.887133 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:44.900754 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:44.908480 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:44.923198 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:44.930221 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:44.945649 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:44.952410 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:44.967369 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:44.974040 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:44.988452 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:44.995093 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:45.009586 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:45.016134 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:45.030173 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:45.036615 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:45.050656 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:45.057241 run mass: Checking if sockets are in the filesystem
22:48:45.070881 run osmo-ms-mob/00000: Starting mobile
22:48:45.085707 run osmo-ms-mob/00000(pid=135): Launched
22:48:45.100772 run mass: MS start registered {at=15677830.804113796, delay=0.008335698395967484, ms=00000}
22:48:49.270661 run osmo-ms-mob/00001: Starting mobile
22:48:49.287947 run osmo-ms-mob/00001(pid=136): Launched
22:48:49.300868 run mass: MS start registered {at=15677835.004203368, delay=0.005163049325346947, ms=00001}
22:48:49.975637 run mass: MS performed LU {at=15677835.678963803, lu_delay=4.874850006774068, ms=00000}
22:48:51.070185 run osmo-ms-mob/00002: Starting mobile
22:48:51.086690 run osmo-ms-mob/00002(pid=137): Launched
22:48:51.099756 run mass: MS start registered {at=15677836.803087318, delay=0.005293708294630051, ms=00002}
22:48:52.374008 run osmo-ms-mob/00003: Starting mobile
22:48:52.393081 run osmo-ms-mob/00003(pid=138): Launched
22:48:52.417322 run mass: MS start registered {at=15677838.120622385, delay=0.01463385857641697, ms=00003}
22:48:53.471268 run osmo-ms-mob/00004: Starting mobile
22:48:53.488615 run osmo-ms-mob/00004(pid=139): Launched
22:48:53.502456 run mass: MS start registered {at=15677839.205789087, delay=0.005822585895657539, ms=00004}
22:48:54.212667 run mass: MS performed LU {at=15677839.915975371, lu_delay=4.9117720033973455, ms=00001}
22:48:54.472819 run osmo-ms-mob/00005: Starting mobile
22:48:54.490114 run osmo-ms-mob/00005(pid=140): Launched
22:48:54.504002 run mass: MS start registered {at=15677840.207340114, delay=3.528967499732971e-05, ms=00005}
22:48:55.371991 run osmo-ms-mob/00006: Starting mobile
22:48:55.391114 run osmo-ms-mob/00006(pid=141): Launched
22:48:55.404224 run mass: MS start registered {at=15677841.1075756, delay=0.004467997699975967, ms=00006}
22:48:56.113674 run mass: MS performed LU {at=15677841.816984713, lu_delay=5.013897394761443, ms=00002}
22:48:56.270310 run osmo-ms-mob/00007: Starting mobile
22:48:56.286357 run osmo-ms-mob/00007(pid=142): Launched
22:48:56.298796 run mass: MS start registered {at=15677842.002135957, delay=0.005212448537349701, ms=00007}
22:48:57.070195 run osmo-ms-mob/00008: Starting mobile
22:48:57.084922 run osmo-ms-mob/00008(pid=143): Launched
22:48:57.097107 run mass: MS start registered {at=15677842.800446715, delay=0.00507868267595768, ms=00008}
22:48:57.507433 run mass: MS performed LU {at=15677843.210766383, lu_delay=5.090143997222185, ms=00003}
22:48:57.770547 run osmo-ms-mob/00009: Starting mobile
22:48:57.785501 run osmo-ms-mob/00009(pid=144): Launched
22:48:57.797723 run mass: MS start registered {at=15677843.501070883, delay=0.0050721243023872375, ms=00009}
22:48:58.471488 run osmo-ms-mob/00010: Starting mobile
22:48:58.488893 run osmo-ms-mob/00010(pid=145): Launched
22:48:58.502739 run mass: MS start registered {at=15677844.20606013, delay=0.0053408220410346985, ms=00010}
22:48:59.071318 run osmo-ms-mob/00011: Starting mobile
22:48:59.087565 run osmo-ms-mob/00011(pid=146): Launched
22:48:59.100383 run mass: MS start registered {at=15677844.803715276, delay=0.005404748022556305, ms=00011}
22:48:59.409252 run mass: MS performed LU {at=15677845.112552512, lu_delay=5.9067634250968695, ms=00004}
22:48:59.437038 run mass: MS performed LU {at=15677845.140364707, lu_delay=4.93302459269762, ms=00005}
22:48:59.672140 run osmo-ms-mob/00012: Starting mobile
22:48:59.689527 run osmo-ms-mob/00012(pid=147): Launched
22:48:59.707061 run mass: MS start registered {at=15677845.410392959, delay=0.008980967104434967, ms=00012}
22:49:00.271994 run osmo-ms-mob/00013: Starting mobile
22:49:00.291628 run osmo-ms-mob/00013(pid=148): Launched
22:49:00.316092 run mass: MS start registered {at=15677846.01942331, delay=0.015266209840774536, ms=00013}
22:49:00.870626 run osmo-ms-mob/00014: Starting mobile
22:49:00.884529 run osmo-ms-mob/00014(pid=149): Launched
22:49:00.896549 run mass: MS start registered {at=15677846.599880831, delay=0.005444329231977463, ms=00014}
22:49:01.273290 run mass: MS performed LU {at=15677846.976624485, lu_delay=5.86904888600111, ms=00006}
22:49:01.338208 run mass: MS performed LU {at=15677847.041539898, lu_delay=5.0394039414823055, ms=00007}
22:49:01.350941 run osmo-ms-mob/00015: Starting mobile
22:49:01.366353 run osmo-ms-mob/00015(pid=150): Launched
22:49:01.379325 run mass: MS start registered {at=15677847.082667718, delay=0.005481181666254997, ms=00015}
22:49:01.970470 run osmo-ms-mob/00016: Starting mobile
22:49:01.986116 run osmo-ms-mob/00016(pid=151): Launched
22:49:01.999003 run mass: MS start registered {at=15677847.70234023, delay=0.005446135997772217, ms=00016}
22:49:02.473149 run osmo-ms-mob/00017: Starting mobile
22:49:02.490556 run osmo-ms-mob/00017(pid=152): Launched
22:49:02.504178 run mass: MS start registered {at=15677848.207519257, delay=0.005488177761435509, ms=00017}
22:49:03.070505 run osmo-ms-mob/00018: Starting mobile
22:49:03.087500 run osmo-ms-mob/00018(pid=153): Launched
22:49:03.100715 run mass: MS start registered {at=15677848.804035425, delay=0.005476819351315498, ms=00018}
22:49:03.174610 run mass: MS performed LU {at=15677848.877943454, lu_delay=5.376872571185231, ms=00009}
22:49:03.202208 run mass: MS performed LU {at=15677848.905543225, lu_delay=6.105096509680152, ms=00008}
22:49:03.290515 run mass: MS performed LU {at=15677848.99384903, lu_delay=4.787788899615407, ms=00010}
22:49:03.302505 run osmo-ms-mob/00019: Starting mobile
22:49:03.315906 run osmo-ms-mob/00019(pid=154): Launched
22:49:03.327610 run mass: MS start registered {at=15677849.030952698, delay=0.005136419087648392, ms=00019}
22:49:03.970096 run osmo-ms-mob/00020: Starting mobile
22:49:03.987085 run osmo-ms-mob/00020(pid=155): Launched
22:49:04.000175 run mass: MS start registered {at=15677849.703513037, delay=0.005620244890451431, ms=00020}
22:49:04.472439 run osmo-ms-mob/00021: Starting mobile
22:49:04.490458 run osmo-ms-mob/00021(pid=156): Launched
22:49:04.504527 run mass: MS start registered {at=15677850.207872028, delay=0.0053441207855939865, ms=00021}
22:49:04.870373 run osmo-ms-mob/00022: Starting mobile
22:49:04.885616 run osmo-ms-mob/00022(pid=157): Launched
22:49:04.899307 run mass: MS start registered {at=15677850.60265357, delay=0.0067231133580207825, ms=00022}
22:49:04.956290 run mass: MS performed LU {at=15677850.659608074, lu_delay=4.640184763818979, ms=00013}
22:49:05.039192 run mass: MS performed LU {at=15677850.742526283, lu_delay=5.332133324816823, ms=00012}
22:49:05.104010 run mass: MS performed LU {at=15677850.80733484, lu_delay=6.003619564697146, ms=00011}
22:49:05.372397 run osmo-ms-mob/00023: Starting mobile
22:49:05.392021 run osmo-ms-mob/00023(pid=158): Launched
22:49:05.406911 run mass: MS start registered {at=15677851.110232426, delay=0.0048681702464818954, ms=00023}
22:49:05.771249 run osmo-ms-mob/00024: Starting mobile
22:49:05.788664 run osmo-ms-mob/00024(pid=159): Launched
22:49:05.803748 run mass: MS start registered {at=15677851.507069282, delay=0.004247419536113739, ms=00024}
22:49:06.277611 run osmo-ms-mob/00025: Starting mobile
22:49:06.311230 run osmo-ms-mob/00025(pid=160): Launched
22:49:06.326768 run mass: MS start registered {at=15677852.030110752, delay=3.647617995738983e-05, ms=00025}
22:49:06.677431 run osmo-ms-mob/00026: Starting mobile
22:49:06.709807 run osmo-ms-mob/00026(pid=161): Launched
22:49:06.732797 run mass: MS start registered {at=15677852.436115872, delay=0.007394084706902504, ms=00026}
22:49:06.940941 run mass: MS performed LU {at=15677852.644253025, lu_delay=4.941912794485688, ms=00016}
22:49:06.968475 run mass: MS performed LU {at=15677852.671802146, lu_delay=6.071921315044165, ms=00014}
22:49:06.983162 run osmo-ms-mob/00027: Starting mobile
22:49:07.000820 run osmo-ms-mob/00027(pid=162): Launched
22:49:07.014561 run mass: MS start registered {at=15677852.717903236, delay=3.686361014842987e-05, ms=00027}
22:49:07.055599 run mass: MS performed LU {at=15677852.758908652, lu_delay=5.676240934059024, ms=00015}
22:49:07.328107 run mass: MS performed LU {at=15677853.031425033, lu_delay=4.82390577532351, ms=00017}
22:49:07.470386 run osmo-ms-mob/00028: Starting mobile
22:49:07.486616 run osmo-ms-mob/00028(pid=163): Launched
22:49:07.502036 run mass: MS start registered {at=15677853.20536355, delay=0.007971120998263359, ms=00028}
22:49:07.874715 run osmo-ms-mob/00029: Starting mobile
22:49:07.891982 run osmo-ms-mob/00029(pid=164): Launched
22:49:07.909955 run mass: MS start registered {at=15677853.613287354, delay=0.008426938205957413, ms=00029}
22:49:08.272503 run osmo-ms-mob/00030: Starting mobile
22:49:08.290489 run osmo-ms-mob/00030(pid=165): Launched
22:49:08.308413 run mass: MS start registered {at=15677854.011745716, delay=0.009203735738992691, ms=00030}
22:49:08.676152 run osmo-ms-mob/00031: Starting mobile
22:49:08.706876 run osmo-ms-mob/00031(pid=166): Launched
22:49:08.722082 run mass: MS performed LU {at=15677854.425421154, lu_delay=5.394468456506729, ms=00019}
22:49:08.736506 run mass: MS start registered {at=15677854.439858163, delay=0.01447540707886219, ms=00031}
22:49:08.804865 run mass: MS performed LU {at=15677854.508173358, lu_delay=4.804660320281982, ms=00020}
22:49:08.825890 run osmo-ms-mob/00032: Starting mobile
22:49:08.856605 run osmo-ms-mob/00032(pid=167): Launched
22:49:08.872919 run mass: MS performed LU {at=15677854.576254942, lu_delay=5.772219516336918, ms=00018}
22:49:08.888046 run mass: MS start registered {at=15677854.591397673, delay=0.015185842290520668, ms=00032}
22:49:09.370128 run osmo-ms-mob/00033: Starting mobile
22:49:09.383737 run osmo-ms-mob/00033(pid=168): Launched
22:49:09.396416 run mass: MS start registered {at=15677855.099765124, delay=0.0059107281267642975, ms=00033}
22:49:09.771223 run osmo-ms-mob/00034: Starting mobile
22:49:09.785677 run osmo-ms-mob/00034(pid=169): Launched
22:49:09.798195 run mass: MS start registered {at=15677855.501532383, delay=0.005323069170117378, ms=00034}
22:49:10.069431 run osmo-ms-mob/00035: Starting mobile
22:49:10.200514 run osmo-ms-mob/00035(pid=170): Launched
22:49:10.206519 run mass: Starting too slowly. Moving on {now=15677855.909887964, sleep=-0.04298400692641735, target=15677855.866903957}
22:49:10.212205 run mass: MS start registered {at=15677855.915563744, delay=0.005678044632077217, ms=00035}
22:49:10.470253 run osmo-ms-mob/00036: Starting mobile
22:49:10.483779 run osmo-ms-mob/00036(pid=171): Launched
22:49:10.495305 run mass: MS start registered {at=15677856.198644947, delay=0.005100017413496971, ms=00036}
22:49:10.706482 run mass: MS performed LU {at=15677856.409814317, lu_delay=5.299581890925765, ms=00023}
22:49:10.734169 run mass: MS performed LU {at=15677856.437514277, lu_delay=6.229642249643803, ms=00021}
22:49:10.745850 run osmo-ms-mob/00037: Starting mobile
22:49:10.759936 run osmo-ms-mob/00037(pid=172): Launched
22:49:10.771572 run mass: MS start registered {at=15677856.474922441, delay=0.005015157163143158, ms=00037}
22:49:10.822167 run mass: MS performed LU {at=15677856.525501017, lu_delay=5.018431734293699, ms=00024}
22:49:10.858329 run mass: MS performed LU {at=15677856.561659964, lu_delay=5.959006393328309, ms=00022}
22:49:10.870242 run osmo-ms-mob/00038: Starting mobile
22:49:10.885031 run osmo-ms-mob/00038(pid=173): Launched
22:49:10.897398 run mass: MS start registered {at=15677856.600742051, delay=0.005461065098643303, ms=00038}
22:49:11.112217 run mass: MS performed LU {at=15677856.815550545, lu_delay=4.785439793020487, ms=00025}
22:49:11.469695 run osmo-ms-mob/00039: Starting mobile
22:49:11.483352 run osmo-ms-mob/00039(pid=174): Launched
22:49:11.494231 run mass: MS start registered {at=15677857.197580898, delay=0.004600435495376587, ms=00039}
22:49:11.869833 run osmo-ms-mob/00040: Starting mobile
22:49:11.883657 run osmo-ms-mob/00040(pid=175): Launched
22:49:11.895345 run mass: MS start registered {at=15677857.598686282, delay=0.00517699122428894, ms=00040}
22:49:12.169963 run osmo-ms-mob/00041: Starting mobile
22:49:12.184086 run osmo-ms-mob/00041(pid=176): Launched
22:49:12.196085 run mass: MS start registered {at=15677857.899433471, delay=0.005179489031434059, ms=00041}
22:49:12.470218 run osmo-ms-mob/00042: Starting mobile
22:49:12.484741 run osmo-ms-mob/00042(pid=177): Launched
22:49:12.491109 run mass: MS performed LU {at=15677858.19446673, lu_delay=4.989103181287646, ms=00028}
22:49:12.497467 run mass: MS start registered {at=15677858.200830992, delay=0.006383582949638367, ms=00042}
22:49:12.570933 run mass: MS performed LU {at=15677858.274267655, lu_delay=5.556364418938756, ms=00027}
22:49:12.635368 run mass: MS performed LU {at=15677858.33871458, lu_delay=4.725427225232124, ms=00029}
22:49:12.646613 run osmo-ms-mob/00043: Starting mobile
22:49:12.659890 run osmo-ms-mob/00043(pid=178): Launched
22:49:12.671174 run mass: MS start registered {at=15677858.374525202, delay=0.0050211101770401, ms=00043}
22:49:12.778015 run mass: MS performed LU {at=15677858.481349384, lu_delay=6.045233512297273, ms=00026}
22:49:13.170476 run osmo-ms-mob/00044: Starting mobile
22:49:13.185096 run osmo-ms-mob/00044(pid=179): Launched
22:49:13.197359 run mass: MS start registered {at=15677858.9007076, delay=0.005236353725194931, ms=00044}
22:49:13.470658 run osmo-ms-mob/00045: Starting mobile
22:49:13.484647 run osmo-ms-mob/00045(pid=180): Launched
22:49:13.495813 run mass: MS start registered {at=15677859.199160643, delay=0.004650287330150604, ms=00045}
22:49:13.779946 run osmo-ms-mob/00046: Starting mobile
22:49:13.797524 run osmo-ms-mob/00046(pid=181): Launched
22:49:13.814204 run mass: MS start registered {at=15677859.517533092, delay=0.008504338562488556, ms=00046}
22:49:14.069939 run osmo-ms-mob/00047: Starting mobile
22:49:14.086130 run osmo-ms-mob/00047(pid=182): Launched
22:49:14.098648 run mass: MS start registered {at=15677859.801981343, delay=0.005157677456736565, ms=00047}
22:49:14.370787 run osmo-ms-mob/00048: Starting mobile
22:49:14.385403 run osmo-ms-mob/00048(pid=183): Launched
22:49:14.398247 run mass: MS start registered {at=15677860.101588933, delay=0.004582894966006279, ms=00048}
22:49:14.472174 run mass: MS performed LU {at=15677860.175509015, lu_delay=5.735650852322578, ms=00031}
22:49:14.499898 run mass: MS performed LU {at=15677860.203240886, lu_delay=5.611843213438988, ms=00032}
22:49:14.511667 run osmo-ms-mob/00049: Starting mobile
22:49:14.525600 run osmo-ms-mob/00049(pid=184): Launched
22:49:14.537349 run mass: MS start registered {at=15677860.240701668, delay=0.005188802257180214, ms=00049}
22:49:14.587726 run mass: MS performed LU {at=15677860.291059213, lu_delay=6.279313497245312, ms=00030}
22:49:14.624566 run mass: MS performed LU {at=15677860.327900263, lu_delay=5.228135138750076, ms=00033}
22:49:14.636664 run osmo-ms-mob/00050: Starting mobile
22:49:14.651532 run osmo-ms-mob/00050(pid=185): Launched
22:49:14.658217 run mass: MS performed LU {at=15677860.361574152, lu_delay=4.860041769221425, ms=00034}
22:49:14.665262 run mass: MS start registered {at=15677860.368625024, delay=0.007073281332850456, ms=00050}
22:49:15.634973 run osmo-ms-mob/00051: Starting mobile
22:49:15.689509 run osmo-ms-mob/00051(pid=186): Launched
22:49:15.696420 run mass: Starting too slowly. Moving on {now=15677861.399787286, sleep=-0.23288334906101227, target=15677861.166903937}
22:49:15.702502 run mass: MS start registered {at=15677861.40586116, delay=0.006075989454984665, ms=00051}
22:49:15.708773 run mass: Starting too slowly. Moving on {now=15677861.41214224, sleep=-0.14523830264806747, target=15677861.266903937}
22:49:15.715103 run mass: Starting too slowly. Moving on {now=15677861.41847284, sleep=-0.051568903028964996, target=15677861.366903936}
22:49:15.877644 run osmo-ms-mob/00052: Starting mobile
22:49:15.891972 run osmo-ms-mob/00052(pid=187): Launched
22:49:15.898327 run mass: Starting too slowly. Moving on {now=15677861.601695042, sleep=-0.13479110598564148, target=15677861.466903936}
22:49:15.904416 run mass: MS start registered {at=15677861.607775168, delay=0.006082620471715927, ms=00052}
22:49:15.910587 run mass: Starting too slowly. Moving on {now=15677861.613956533, sleep=-0.047052597627043724, target=15677861.566903936}
22:49:16.171065 run osmo-ms-mob/00053: Starting mobile
22:49:16.476623 run osmo-ms-mob/00053(pid=188): Launched
22:49:16.482797 run mass: Starting too slowly. Moving on {now=15677862.186166981, sleep=-0.4192630462348461, target=15677861.766903935}
22:49:16.489633 run mass: MS performed LU {at=15677862.192990176, lu_delay=5.592248125001788, ms=00038}
22:49:16.495791 run mass: Starting too slowly. Moving on {now=15677862.19915978, sleep=-0.3322558458894491, target=15677861.866903935}
22:49:16.502112 run mass: MS start registered {at=15677862.205471635, delay=0.019306719303131104, ms=00053}
22:49:16.508060 run mass: Starting too slowly. Moving on {now=15677862.211429715, sleep=-0.24452578090131283, target=15677861.966903934}
22:49:16.747483 run osmo-ms-mob/00054: Starting mobile
22:49:16.762429 run osmo-ms-mob/00054(pid=189): Launched
22:49:16.768937 run mass: Starting too slowly. Moving on {now=15677862.472307095, sleep=-0.4054031614214182, target=15677862.066903934}
22:49:16.774999 run mass: MS start registered {at=15677862.478357948, delay=0.006053199991583824, ms=00054}
22:49:16.784080 run mass: Starting too slowly. Moving on {now=15677862.487444455, sleep=-0.32054052129387856, target=15677862.166903934}
22:49:16.790364 run mass: Starting too slowly. Moving on {now=15677862.49373235, sleep=-0.22682841680943966, target=15677862.266903933}
22:49:16.801482 run osmo-ms-mob/00055: Starting mobile
22:49:16.815100 run osmo-ms-mob/00055(pid=190): Launched
22:49:16.821771 run mass: Starting too slowly. Moving on {now=15677862.525138633, sleep=-0.15823470056056976, target=15677862.366903933}
22:49:16.828031 run mass: MS start registered {at=15677862.531387843, delay=0.006251845508813858, ms=00055}
22:49:16.834015 run mass: Starting too slowly. Moving on {now=15677862.537384687, sleep=-0.07048075459897518, target=15677862.466903932}
22:49:16.869707 run osmo-ms-mob/00056: Starting mobile
22:49:16.883692 run osmo-ms-mob/00056(pid=191): Launched
22:49:16.895863 run mass: MS start registered {at=15677862.599205628, delay=0.005463218316435814, ms=00056}
22:49:17.169861 run osmo-ms-mob/00057: Starting mobile
22:49:17.183785 run osmo-ms-mob/00057(pid=192): Launched
22:49:17.196033 run mass: MS start registered {at=15677862.89937219, delay=0.005317371338605881, ms=00057}
22:49:17.569564 run osmo-ms-mob/00058: Starting mobile
22:49:17.583856 run osmo-ms-mob/00058(pid=193): Launched
22:49:17.596393 run mass: MS start registered {at=15677863.29973678, delay=0.0055578891187906265, ms=00058}
22:49:17.720895 run mass: MS performed LU {at=15677863.42422898, lu_delay=6.949306538328528, ms=00037}
22:49:17.739056 run mass: MS performed LU {at=15677863.442406477, lu_delay=6.244825579226017, ms=00039}
22:49:17.751097 run osmo-ms-mob/00059: Starting mobile
22:49:17.765891 run osmo-ms-mob/00059(pid=194): Launched
22:49:17.772961 run mass: MS performed LU {at=15677863.47631609, lu_delay=7.27767114341259, ms=00036}
22:49:17.779928 run mass: MS performed LU {at=15677863.4832913, lu_delay=5.884605018422008, ms=00040}
22:49:17.786940 run mass: MS start registered {at=15677863.490304038, delay=0.014009460806846619, ms=00059}
22:49:17.800116 run osmo-ms-mob/00060: Starting mobile
22:49:17.815538 run osmo-ms-mob/00060(pid=195): Launched
22:49:17.822658 run mass: MS performed LU {at=15677863.526013868, lu_delay=7.610450124368072, ms=00035}
22:49:17.829767 run mass: MS start registered {at=15677863.533130437, delay=0.0071389079093933105, ms=00060}
22:49:18.237844 run mass: MS performed LU {at=15677863.941166904, lu_delay=6.041733432561159, ms=00041}
22:49:18.265863 run mass: MS performed LU {at=15677863.969203878, lu_delay=5.7683728858828545, ms=00042}
22:49:18.277144 run osmo-ms-mob/00061: Starting mobile
22:49:18.290960 run osmo-ms-mob/00061(pid=196): Launched
22:49:18.302705 run mass: MS start registered {at=15677864.0060507, delay=0.005149954929947853, ms=00061}
22:49:18.352977 run mass: MS performed LU {at=15677864.056309806, lu_delay=5.681784603744745, ms=00043}
22:49:18.389918 run mass: MS performed LU {at=15677864.093254333, lu_delay=4.894093690440059, ms=00045}
22:49:18.402233 run osmo-ms-mob/00062: Starting mobile
22:49:18.418348 run osmo-ms-mob/00062(pid=197): Launched
22:49:18.425255 run mass: MS performed LU {at=15677864.128610723, lu_delay=5.227903122082353, ms=00044}
22:49:18.432895 run mass: MS start registered {at=15677864.136257116, delay=0.007672315463423729, ms=00062}
22:49:18.718193 run mass: MS performed LU {at=15677864.421524731, lu_delay=4.903991639614105, ms=00046}
22:49:18.729976 run osmo-ms-mob/00063: Starting mobile
22:49:18.744169 run osmo-ms-mob/00063(pid=198): Launched
22:49:18.757207 run mass: MS start registered {at=15677864.460539687, delay=0.006350550800561905, ms=00063}
22:49:19.128588 run mass: MS performed LU {at=15677864.831869869, lu_delay=4.463244844228029, ms=00050}
22:49:19.137867 run mass: MS performed LU {at=15677864.841229772, lu_delay=5.039248429238796, ms=00047}
22:49:19.331953 run mass: MS performed LU {at=15677865.03527744, lu_delay=4.933688506484032, ms=00048}
22:49:19.345625 run osmo-ms-mob/00064: Starting mobile
22:49:19.361758 run osmo-ms-mob/00064(pid=199): Launched
22:49:19.369429 run mass: MS performed LU {at=15677865.072781974, lu_delay=3.6669208146631718, ms=00051}
22:49:19.376725 run mass: MS start registered {at=15677865.080088638, delay=0.007331028580665588, ms=00064}
22:49:19.970470 run osmo-ms-mob/00065: Starting mobile
22:49:19.984097 run osmo-ms-mob/00065(pid=200): Launched
22:49:19.995638 run mass: MS start registered {at=15677865.698981147, delay=0.005306676030158997, ms=00065}
22:49:20.018955 run mass: MS performed LU {at=15677865.722288221, lu_delay=5.481586553156376, ms=00049}
22:49:20.271479 run osmo-ms-mob/00066: Starting mobile
22:49:20.285307 run osmo-ms-mob/00066(pid=201): Launched
22:49:20.296928 run mass: MS start registered {at=15677866.00027906, delay=0.004820788279175758, ms=00066}
22:49:20.671531 run osmo-ms-mob/00067: Starting mobile
22:49:20.686653 run osmo-ms-mob/00067(pid=202): Launched
22:49:20.698404 run mass: MS start registered {at=15677866.40175547, delay=0.0048536211252212524, ms=00067}
22:49:20.970962 run osmo-ms-mob/00068: Starting mobile
22:49:20.987512 run osmo-ms-mob/00068(pid=203): Launched
22:49:21.002472 run mass: MS start registered {at=15677866.705802646, delay=0.006927741691470146, ms=00068}
22:49:21.370079 run osmo-ms-mob/00069: Starting mobile
22:49:21.385503 run osmo-ms-mob/00069(pid=204): Launched
22:49:21.397844 run mass: MS start registered {at=15677867.101191135, delay=0.005400354042649269, ms=00069}
22:49:21.769987 run osmo-ms-mob/00070: Starting mobile
22:49:21.783734 run osmo-ms-mob/00070(pid=205): Launched
22:49:21.794643 run mass: MS start registered {at=15677867.497992937, delay=0.004654746502637863, ms=00070}
22:49:21.985284 run mass: MS performed LU {at=15677867.688618414, lu_delay=5.2102604657411575, ms=00054}
22:49:22.003339 run mass: MS performed LU {at=15677867.706685053, lu_delay=5.501213418319821, ms=00053}
22:49:22.015286 run osmo-ms-mob/00071: Starting mobile
22:49:22.029369 run osmo-ms-mob/00071(pid=206): Launched
22:49:22.036018 run mass: MS performed LU {at=15677867.7393728, lu_delay=5.207984955981374, ms=00055}
22:49:22.042317 run mass: MS start registered {at=15677867.745683143, delay=0.006331950426101685, ms=00071}
22:49:22.118848 run mass: MS performed LU {at=15677867.822183492, lu_delay=4.922811301425099, ms=00057}
22:49:22.155991 run mass: MS performed LU {at=15677867.859323723, lu_delay=6.251548554748297, ms=00052}
22:49:22.170224 run osmo-ms-mob/00072: Starting mobile
22:49:22.187542 run osmo-ms-mob/00072(pid=207): Launched
22:49:22.201260 run mass: MS start registered {at=15677867.904599693, delay=0.005638474598526955, ms=00072}
22:49:22.410455 run mass: MS performed LU {at=15677868.113792043, lu_delay=4.814055263996124, ms=00058}
22:49:22.971490 run osmo-ms-mob/00073: Starting mobile
22:49:22.987835 run osmo-ms-mob/00073(pid=208): Launched
22:49:23.001272 run mass: MS start registered {at=15677868.704615884, delay=0.005588442087173462, ms=00073}
22:49:23.147940 run mass: MS performed LU {at=15677868.851273743, lu_delay=5.360969705507159, ms=00059}
22:49:23.369906 run osmo-ms-mob/00074: Starting mobile
22:49:23.383459 run osmo-ms-mob/00074(pid=209): Launched
22:49:23.394685 run mass: MS start registered {at=15677869.09803339, delay=0.004804791882634163, ms=00074}
22:49:23.769848 run osmo-ms-mob/00075: Starting mobile
22:49:23.784222 run osmo-ms-mob/00075(pid=210): Launched
22:49:23.790796 run mass: MS performed LU {at=15677869.494152952, lu_delay=5.0336132645606995, ms=00063}
22:49:23.797404 run mass: MS start registered {at=15677869.500768293, delay=0.0066367462277412415, ms=00075}
22:49:23.840698 run mass: MS performed LU {at=15677869.544034937, lu_delay=6.010904500260949, ms=00060}
22:49:23.859201 run mass: MS performed LU {at=15677869.562550247, lu_delay=5.556499546393752, ms=00061}
22:49:24.112257 run mass: MS performed LU {at=15677869.815589858, lu_delay=5.679332742467523, ms=00062}
22:49:24.124298 run osmo-ms-mob/00076: Starting mobile
22:49:24.138589 run osmo-ms-mob/00076(pid=211): Launched
22:49:24.146049 run mass: MS performed LU {at=15677869.84940579, lu_delay=4.769317151978612, ms=00064}
22:49:24.152904 run mass: MS start registered {at=15677869.85626835, delay=0.0068855881690979, ms=00076}
22:49:24.669842 run osmo-ms-mob/00077: Starting mobile
22:49:24.684066 run osmo-ms-mob/00077(pid=212): Launched
22:49:24.695746 run mass: MS start registered {at=15677870.399095805, delay=0.005054084584116936, ms=00077}
22:49:25.170540 run osmo-ms-mob/00078: Starting mobile
22:49:25.185779 run osmo-ms-mob/00078(pid=213): Launched
22:49:25.198277 run mass: MS start registered {at=15677870.901625969, delay=0.0051421914249658585, ms=00078}
22:49:25.569739 run osmo-ms-mob/00079: Starting mobile
22:49:25.583467 run osmo-ms-mob/00079(pid=214): Launched
22:49:25.594968 run mass: MS start registered {at=15677871.29831746, delay=0.0050186291337013245, ms=00079}
22:49:25.751451 run mass: MS performed LU {at=15677871.454767276, lu_delay=5.755786128342152, ms=00065}
22:49:25.769581 run mass: MS performed LU {at=15677871.4729181, lu_delay=4.767115455120802, ms=00068}
22:49:25.884877 run mass: MS performed LU {at=15677871.58821297, lu_delay=5.587933911010623, ms=00066}
22:49:25.921545 run mass: MS performed LU {at=15677871.624880759, lu_delay=4.52368962392211, ms=00069}
22:49:25.934075 run osmo-ms-mob/00080: Starting mobile
22:49:25.950273 run osmo-ms-mob/00080(pid=215): Launched
22:49:25.963602 run mass: MS start registered {at=15677871.666946752, delay=0.005828911438584328, ms=00080}
22:49:26.574744 run osmo-ms-mob/00081: Starting mobile
22:49:26.588996 run osmo-ms-mob/00081(pid=216): Launched
22:49:26.600675 run mass: MS start registered {at=15677872.30401718, delay=0.005020679906010628, ms=00081}
22:49:26.969644 run osmo-ms-mob/00082: Starting mobile
22:49:26.984791 run osmo-ms-mob/00082(pid=217): Launched
22:49:26.997402 run mass: MS start registered {at=15677872.700745182, delay=0.005513012409210205, ms=00082}
22:49:27.550266 run mass: MS performed LU {at=15677873.253601255, lu_delay=5.349001562222838, ms=00072}
22:49:27.562598 run osmo-ms-mob/00083: Starting mobile
22:49:27.577204 run osmo-ms-mob/00083(pid=218): Launched
22:49:27.588471 run mass: MS performed LU {at=15677873.291811857, lu_delay=5.546128714457154, ms=00071}
22:49:27.595488 run mass: MS start registered {at=15677873.298851617, delay=0.011484045535326004, ms=00083}
22:49:27.606782 run mass: MS performed LU {at=15677873.3101297, lu_delay=5.812136763706803, ms=00070}
22:49:27.860413 run mass: MS performed LU {at=15677873.563748416, lu_delay=4.859132532030344, ms=00073}
22:49:28.070136 run osmo-ms-mob/00084: Starting mobile
22:49:28.085321 run osmo-ms-mob/00084(pid=219): Launched
22:49:28.097674 run mass: MS start registered {at=15677873.801019328, delay=0.00539117306470871, ms=00084}
22:49:28.569994 run osmo-ms-mob/00085: Starting mobile
22:49:28.583686 run osmo-ms-mob/00085(pid=220): Launched
22:49:28.595430 run mass: MS start registered {at=15677874.298779398, delay=0.005523050203919411, ms=00085}
22:49:29.172021 run osmo-ms-mob/00086: Starting mobile
22:49:29.185728 run osmo-ms-mob/00086(pid=221): Launched
22:49:29.197148 run mass: MS start registered {at=15677874.900497133, delay=0.0049927495419979095, ms=00086}
22:49:29.516799 run mass: MS performed LU {at=15677875.220086906, lu_delay=5.719318613409996, ms=00075}
22:49:29.534806 run mass: MS performed LU {at=15677875.23816429, lu_delay=4.8390684854239225, ms=00077}
22:49:29.650874 run mass: MS performed LU {at=15677875.35420818, lu_delay=5.497939830645919, ms=00076}
22:49:29.663093 run osmo-ms-mob/00087: Starting mobile
22:49:29.677057 run osmo-ms-mob/00087(pid=222): Launched
22:49:29.688763 run mass: MS start registered {at=15677875.392115198, delay=0.0049486588686704636, ms=00087}
22:49:29.816834 run mass: MS performed LU {at=15677875.520153955, lu_delay=6.422120565548539, ms=00074}
22:49:29.923183 run mass: MS performed LU {at=15677875.626519809, lu_delay=4.724893840029836, ms=00078}
22:49:30.370867 run osmo-ms-mob/00088: Starting mobile
22:49:30.385334 run osmo-ms-mob/00088(pid=223): Launched
22:49:30.397165 run mass: MS start registered {at=15677876.100508727, delay=0.005345437675714493, ms=00088}
22:49:30.969446 run osmo-ms-mob/00089: Starting mobile
22:49:30.982942 run osmo-ms-mob/00089(pid=224): Launched
22:49:30.994448 run mass: MS start registered {at=15677876.697792813, delay=0.002364691346883774, ms=00089}
22:49:31.354654 run mass: MS performed LU {at=15677877.057977788, lu_delay=5.391031036153436, ms=00080}
22:49:31.372089 run mass: MS performed LU {at=15677877.075433707, lu_delay=5.777116246521473, ms=00079}
22:49:31.552171 run mass: MS performed LU {at=15677877.25549885, lu_delay=4.95148167014122, ms=00081}
22:49:31.565043 run osmo-ms-mob/00090: Starting mobile
22:49:31.579247 run osmo-ms-mob/00090(pid=225): Launched
22:49:31.590923 run mass: MS start registered {at=15677877.294252545, delay=0.005147086456418037, ms=00090}
22:49:32.269929 run osmo-ms-mob/00091: Starting mobile
22:49:32.283552 run osmo-ms-mob/00091(pid=226): Launched
22:49:32.294644 run mass: MS start registered {at=15677877.997995842, delay=0.004916684702038765, ms=00091}
22:49:32.969823 run osmo-ms-mob/00092: Starting mobile
22:49:32.984220 run osmo-ms-mob/00092(pid=227): Launched
22:49:32.995696 run mass: MS start registered {at=15677878.699016087, delay=0.005018912255764008, ms=00092}
22:49:33.282739 run mass: MS performed LU {at=15677878.986026183, lu_delay=5.687174566090107, ms=00083}
22:49:33.301146 run mass: MS performed LU {at=15677879.004465697, lu_delay=6.303720515221357, ms=00082}
22:49:33.564668 run mass: MS performed LU {at=15677879.2679766, lu_delay=4.969197202473879, ms=00085}
22:49:33.583047 run mass: MS performed LU {at=15677879.28639218, lu_delay=5.485372852534056, ms=00084}
22:49:33.595196 run osmo-ms-mob/00093: Starting mobile
22:49:33.609594 run osmo-ms-mob/00093(pid=228): Launched
22:49:33.621411 run mass: MS start registered {at=15677879.324727584, delay=0.00515502505004406, ms=00093}
22:49:34.671051 run osmo-ms-mob/00094: Starting mobile
22:49:34.685146 run osmo-ms-mob/00094(pid=229): Launched
22:49:34.696440 run mass: MS start registered {at=15677880.399792382, delay=0.0049052126705646515, ms=00094}
22:49:35.064084 run mass: MS performed LU {at=15677880.76739698, lu_delay=4.666888253763318, ms=00088}
22:49:35.100798 run mass: MS performed LU {at=15677880.8041264, lu_delay=5.903629267588258, ms=00086}
22:49:35.319115 run mass: MS performed LU {at=15677881.022363389, lu_delay=5.630248190835118, ms=00087}
22:49:35.571335 run osmo-ms-mob/00095: Starting mobile
22:49:35.585744 run osmo-ms-mob/00095(pid=230): Launched
22:49:35.597298 run mass: MS start registered {at=15677881.30064901, delay=0.004287326708436012, ms=00095}
22:49:36.569763 run osmo-ms-mob/00096: Starting mobile
22:49:36.584290 run osmo-ms-mob/00096(pid=231): Launched
22:49:36.595501 run mass: MS start registered {at=15677882.298853198, delay=0.004895467311143875, ms=00096}
22:49:37.048839 run mass: MS performed LU {at=15677882.75216724, lu_delay=6.054374426603317, ms=00089}
22:49:37.066943 run mass: MS performed LU {at=15677882.770295162, lu_delay=5.476042617112398, ms=00090}
22:49:37.094787 run mass: MS performed LU {at=15677882.798128285, lu_delay=4.800132442265749, ms=00091}
22:49:37.702909 run osmo-ms-mob/00097: Starting mobile
22:49:37.721363 run osmo-ms-mob/00097(pid=232): Launched
22:49:37.733524 run mass: MS start registered {at=15677883.436867654, delay=0.005123879760503769, ms=00097}
22:49:38.974333 run osmo-ms-mob/00098: Starting mobile
22:49:38.987714 run osmo-ms-mob/00098(pid=233): Launched
22:49:38.998706 run mass: MS start registered {at=15677884.702055668, delay=0.005019377917051315, ms=00098}
22:49:40.173298 run mass: MS performed LU {at=15677885.876621168, lu_delay=6.551893584430218, ms=00093}
22:49:40.242086 run mass: MS performed LU {at=15677885.945418088, lu_delay=7.246402001008391, ms=00092}
22:49:40.260995 run mass: MS performed LU {at=15677885.964332918, lu_delay=23.365127289667726, ms=00056}
22:49:40.776366 run osmo-ms-mob/00099: Starting mobile
22:49:40.807606 run osmo-ms-mob/00099(pid=234): Launched
22:49:40.821703 run mass: All started... {duration=55.758157193660736, too_slow=14}
22:49:40.834704 run mass: MS performed LU {at=15677886.538044048, lu_delay=5.237395038828254, ms=00095}
22:49:40.848051 run mass: MS start registered {at=15677886.551403472, delay=0.026347391307353973, ms=00099}
22:49:40.861789 run mass: MS performed LU {at=15677886.565131074, lu_delay=6.165338691323996, ms=00094}
22:49:42.632904 run mass: MS performed LU {at=15677888.336228168, lu_delay=4.899360513314605, ms=00097}
22:49:42.743384 run mass: MS performed LU {at=15677888.446704466, lu_delay=6.147851267829537, ms=00096}
22:49:42.886350 run mass: MS performed LU {at=15677888.5896834, lu_delay=22.18792792968452, ms=00067}
22:49:44.580112 run mass: MS performed LU {at=15677890.28344266, lu_delay=5.581386990845203, ms=00098}
22:49:46.482078 run mass: MS performed LU {at=15677892.185415108, lu_delay=5.634011635556817, ms=00099}
22:49:46.488326 run mass: Tests done {all_completed=True, max=23.365127289667726, min=3.6669208146631718}
22:49:46.493960 tst register_default_mass.py: Test passed (88.2 sec)
22:49:46.499560 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:46.503049 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:46.506487 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:46.509941 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:46.513483 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:46.517126 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:46.520791 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:46.524513 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:46.528235 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:46.531996 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:46.535808 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:46.539606 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:46.543351 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:46.547038 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:46.550815 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:46.554700 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:46.558736 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:46.563704 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:46.567928 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:46.572023 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:46.576099 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:46.580218 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:46.584336 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:46.588466 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:46.592574 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:46.596654 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:46.600736 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:46.604811 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:46.609215 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:46.613299 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:46.617705 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:46.621825 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:46.626179 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:46.630421 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:46.634491 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:46.638632 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:46.642825 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:46.647041 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:46.651249 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:46.658352 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:46.662804 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:46.667092 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:46.671598 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:46.675795 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:46.679971 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:46.684106 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:46.688216 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:46.692385 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:46.696604 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:46.700734 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:46.704852 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:46.708994 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:46.713155 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:46.717497 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:46.721784 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:46.726040 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:46.730265 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:46.734495 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:46.738756 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:46.742990 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:46.747207 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:46.751429 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:46.755675 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:46.759927 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:46.764276 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:46.768605 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:46.772947 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:46.777307 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:46.781644 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:46.785961 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:46.790332 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:46.794748 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:46.799104 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:46.803458 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:46.807810 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:46.812179 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:46.816529 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:46.820830 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:46.825132 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:46.829400 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:46.833652 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:46.837884 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:46.842433 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:46.846879 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:46.851274 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:46.855639 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:46.860161 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:46.864450 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:46.868710 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:46.872899 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:46.877124 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:46.881348 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:46.885623 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:46.890232 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:46.894633 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:46.898911 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:46.903142 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:46.907546 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:46.911962 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:46.916705 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:46.921023 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:46.925299 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:46.929554 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:46.933755 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:46.937945 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:46.942149 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:46.946362 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:46.950592 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:46.955331 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:46.960212 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:46.964560 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:46.968815 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:46.973065 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:46.977313 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:46.981680 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:46.986002 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:46.990249 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:46.994414 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:46.998512 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:47.002449 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:47.006411 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:47.010367 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:47.014222 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:47.018071 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:47.021928 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:47.025795 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:47.029650 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:47.033448 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:47.037220 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:47.040985 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:47.044753 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:47.048533 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:47.052278 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:47.056042 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:47.059666 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:47.063425 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:47.067169 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:47.070812 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:47.074463 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:47.078293 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:47.081895 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:47.085487 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:47.089078 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:47.092670 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:47.096300 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:47.099949 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:47.103778 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:47.107554 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:47.111341 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:47.115116 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:47.119011 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:47.122980 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:47.127060 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:47.131117 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:47.135280 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:47.139470 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:47.143730 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:47.147944 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:47.152116 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:47.156450 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:47.160622 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:47.164854 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:47.169034 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:47.173215 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:47.177395 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:47.181584 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:47.185752 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:47.189986 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:47.194165 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:47.198382 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:47.202549 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:47.206736 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:47.210910 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:47.215055 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:47.219109 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:47.223165 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:47.227234 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:47.231321 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:47.235396 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:47.239671 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:47.243861 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:47.248039 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:47.252203 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:47.256406 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:47.260572 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:47.264781 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:47.268989 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:47.273181 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:47.277366 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:47.281559 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:47.285703 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:47.289715 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:47.293693 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:47.297643 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:47.301562 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:47.305459 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:47.309362 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:47.313268 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:47.317197 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:47.321125 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:47.325040 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:47.328997 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:47.332982 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:47.336959 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:47.340921 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:47.344852 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:47.348793 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:47.352708 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:47.356661 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:47.360645 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:47.364585 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:47.368558 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:47.372504 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:47.376485 --- ParallelTerminationStrategy: PID 22 died...
22:49:47.378400 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:47.382936 --- ParallelTerminationStrategy: PID 23 died...
22:49:47.384798 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:47.389376 --- ParallelTerminationStrategy: PID 24 died...
22:49:47.391251 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:47.395873 --- ParallelTerminationStrategy: PID 25 died...
22:49:47.397743 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:47.402372 --- ParallelTerminationStrategy: PID 26 died...
22:49:47.404203 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:47.408586 --- ParallelTerminationStrategy: PID 27 died...
22:49:47.410405 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:47.414774 --- ParallelTerminationStrategy: PID 28 died...
22:49:47.416591 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:47.421137 --- ParallelTerminationStrategy: PID 29 died...
22:49:47.423028 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:47.427551 --- ParallelTerminationStrategy: PID 30 died...
22:49:47.429384 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:47.433889 --- ParallelTerminationStrategy: PID 31 died...
22:49:47.435690 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:47.440118 --- ParallelTerminationStrategy: PID 32 died...
22:49:47.441951 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:47.446431 --- ParallelTerminationStrategy: PID 33 died...
22:49:47.448264 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:47.452784 --- ParallelTerminationStrategy: PID 35 died...
22:49:47.454623 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:47.459161 --- ParallelTerminationStrategy: PID 36 died...
22:49:47.460997 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:47.465656 --- ParallelTerminationStrategy: PID 37 died...
22:49:47.467494 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:47.472032 --- ParallelTerminationStrategy: PID 38 died...
22:49:47.473913 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:47.478438 --- ParallelTerminationStrategy: PID 39 died...
22:49:47.480267 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:47.484794 --- ParallelTerminationStrategy: PID 40 died...
22:49:47.486624 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:47.491189 --- ParallelTerminationStrategy: PID 41 died...
22:49:47.493008 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:47.497291 --- ParallelTerminationStrategy: PID 42 died...
22:49:47.499013 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:47.503284 --- ParallelTerminationStrategy: PID 43 died...
22:49:47.505032 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:47.509493 --- ParallelTerminationStrategy: PID 44 died...
22:49:47.511315 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:47.515802 --- ParallelTerminationStrategy: PID 45 died...
22:49:47.517627 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:47.522127 --- ParallelTerminationStrategy: PID 46 died...
22:49:47.523928 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:47.528340 --- ParallelTerminationStrategy: PID 47 died...
22:49:47.530087 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:47.534447 --- ParallelTerminationStrategy: PID 48 died...
22:49:47.536227 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:47.540589 --- ParallelTerminationStrategy: PID 49 died...
22:49:47.542453 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:47.546810 --- ParallelTerminationStrategy: PID 50 died...
22:49:47.548708 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:47.553075 --- ParallelTerminationStrategy: PID 51 died...
22:49:47.554823 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:47.559179 --- ParallelTerminationStrategy: PID 52 died...
22:49:47.560959 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:47.565320 --- ParallelTerminationStrategy: PID 53 died...
22:49:47.567146 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:47.571524 --- ParallelTerminationStrategy: PID 54 died...
22:49:47.573298 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:47.577699 --- ParallelTerminationStrategy: PID 55 died...
22:49:47.579467 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:47.583933 --- ParallelTerminationStrategy: PID 56 died...
22:49:47.585756 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:47.590191 --- ParallelTerminationStrategy: PID 57 died...
22:49:47.591957 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:47.596389 --- ParallelTerminationStrategy: PID 58 died...
22:49:47.598187 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:47.602524 --- ParallelTerminationStrategy: PID 59 died...
22:49:47.604266 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:47.608561 --- ParallelTerminationStrategy: PID 60 died...
22:49:47.610254 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:47.614423 --- ParallelTerminationStrategy: PID 61 died...
22:49:47.616034 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:47.620009 --- ParallelTerminationStrategy: PID 62 died...
22:49:47.621634 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:47.625621 --- ParallelTerminationStrategy: PID 63 died...
22:49:47.627252 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:47.631224 --- ParallelTerminationStrategy: PID 64 died...
22:49:47.632835 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:47.636818 --- ParallelTerminationStrategy: PID 65 died...
22:49:47.638408 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:47.642352 --- ParallelTerminationStrategy: PID 66 died...
22:49:47.643953 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:47.647838 --- ParallelTerminationStrategy: PID 67 died...
22:49:47.649395 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:47.653154 --- ParallelTerminationStrategy: PID 68 died...
22:49:47.654683 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:47.658520 --- ParallelTerminationStrategy: PID 69 died...
22:49:47.660063 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:47.663904 --- ParallelTerminationStrategy: PID 70 died...
22:49:47.665677 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:47.669734 --- ParallelTerminationStrategy: PID 71 died...
22:49:47.671387 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:47.675539 --- ParallelTerminationStrategy: PID 72 died...
22:49:47.677151 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:47.681118 --- ParallelTerminationStrategy: PID 73 died...
22:49:47.682717 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:47.686675 --- ParallelTerminationStrategy: PID 74 died...
22:49:47.688258 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:47.692202 --- ParallelTerminationStrategy: PID 75 died...
22:49:47.693804 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:47.697777 --- ParallelTerminationStrategy: PID 76 died...
22:49:47.699381 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:47.703322 --- ParallelTerminationStrategy: PID 77 died...
22:49:47.704939 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:47.708901 --- ParallelTerminationStrategy: PID 78 died...
22:49:47.710541 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:47.714508 --- ParallelTerminationStrategy: PID 79 died...
22:49:47.716098 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:47.720070 --- ParallelTerminationStrategy: PID 80 died...
22:49:47.721677 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:47.725811 --- ParallelTerminationStrategy: PID 81 died...
22:49:47.727501 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:47.731705 --- ParallelTerminationStrategy: PID 82 died...
22:49:47.733462 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:47.737671 --- ParallelTerminationStrategy: PID 83 died...
22:49:47.739390 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:47.743687 --- ParallelTerminationStrategy: PID 84 died...
22:49:47.745443 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:47.749690 --- ParallelTerminationStrategy: PID 85 died...
22:49:47.751443 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:47.755708 --- ParallelTerminationStrategy: PID 86 died...
22:49:47.757472 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:47.761806 --- ParallelTerminationStrategy: PID 87 died...
22:49:47.763526 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:47.767809 --- ParallelTerminationStrategy: PID 88 died...
22:49:47.769592 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:47.773959 --- ParallelTerminationStrategy: PID 89 died...
22:49:47.775744 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:47.780172 --- ParallelTerminationStrategy: PID 90 died...
22:49:47.781925 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:47.786155 --- ParallelTerminationStrategy: PID 91 died...
22:49:47.787901 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:47.792204 --- ParallelTerminationStrategy: PID 92 died...
22:49:47.793929 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:47.798175 --- ParallelTerminationStrategy: PID 93 died...
22:49:47.799902 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:47.804224 --- ParallelTerminationStrategy: PID 94 died...
22:49:47.806019 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:47.810359 --- ParallelTerminationStrategy: PID 95 died...
22:49:47.812135 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:47.816496 --- ParallelTerminationStrategy: PID 96 died...
22:49:47.818261 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:47.822654 --- ParallelTerminationStrategy: PID 97 died...
22:49:47.824467 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:47.828929 --- ParallelTerminationStrategy: PID 98 died...
22:49:47.830695 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:47.835075 --- ParallelTerminationStrategy: PID 99 died...
22:49:47.836802 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:47.841044 --- ParallelTerminationStrategy: PID 100 died...
22:49:47.842774 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:47.846994 --- ParallelTerminationStrategy: PID 101 died...
22:49:47.848719 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:47.852890 --- ParallelTerminationStrategy: PID 102 died...
22:49:47.854567 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:47.858727 --- ParallelTerminationStrategy: PID 103 died...
22:49:47.860412 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:47.864561 --- ParallelTerminationStrategy: PID 104 died...
22:49:47.866279 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:47.870454 --- ParallelTerminationStrategy: PID 105 died...
22:49:47.872133 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:47.876366 --- ParallelTerminationStrategy: PID 106 died...
22:49:47.878048 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:47.882226 --- ParallelTerminationStrategy: PID 107 died...
22:49:47.883954 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:47.888206 --- ParallelTerminationStrategy: PID 108 died...
22:49:47.890006 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:47.894402 --- ParallelTerminationStrategy: PID 109 died...
22:49:47.896159 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:47.900526 --- ParallelTerminationStrategy: PID 110 died...
22:49:47.902329 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:47.906447 --- ParallelTerminationStrategy: PID 111 died...
22:49:47.908160 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:47.912149 --- ParallelTerminationStrategy: PID 112 died...
22:49:47.913764 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:47.917772 --- ParallelTerminationStrategy: PID 113 died...
22:49:47.919456 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:47.923601 --- ParallelTerminationStrategy: PID 114 died...
22:49:47.925249 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:47.929240 --- ParallelTerminationStrategy: PID 115 died...
22:49:47.930853 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:47.934946 --- ParallelTerminationStrategy: PID 116 died...
22:49:47.936679 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:47.940841 --- ParallelTerminationStrategy: PID 117 died...
22:49:47.942525 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:47.946729 --- ParallelTerminationStrategy: PID 118 died...
22:49:47.948439 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:47.952821 --- ParallelTerminationStrategy: PID 119 died...
22:49:47.954595 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:47.958918 --- ParallelTerminationStrategy: PID 120 died...
22:49:47.960650 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:47.964861 --- ParallelTerminationStrategy: PID 121 died...
22:49:47.966532 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:47.970571 --- ParallelTerminationStrategy: PID 122 died...
22:49:47.972259 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:47.976227 --- ParallelTerminationStrategy: PID 123 died...
22:49:47.977833 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:47.981859 --- ParallelTerminationStrategy: PID 124 died...
22:49:47.983525 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:47.987540 --- ParallelTerminationStrategy: PID 125 died...
22:49:47.989139 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:47.993091 --- ParallelTerminationStrategy: PID 126 died...
22:49:47.994693 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:47.998733 --- ParallelTerminationStrategy: PID 127 died...
22:49:48.000351 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:48.004331 --- ParallelTerminationStrategy: PID 128 died...
22:49:48.005936 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:48.009900 --- ParallelTerminationStrategy: PID 129 died...
22:49:48.011499 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:48.015479 --- ParallelTerminationStrategy: PID 130 died...
22:49:48.017110 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:48.021107 --- ParallelTerminationStrategy: PID 131 died...
22:49:48.022725 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:48.026675 --- ParallelTerminationStrategy: PID 132 died...
22:49:48.028295 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:48.032250 --- ParallelTerminationStrategy: PID 133 died...
22:49:48.033849 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:48.037832 --- ParallelTerminationStrategy: PID 134 died...
22:49:48.039427 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:48.043461 --- ParallelTerminationStrategy: PID 135 died...
22:49:48.045058 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:48.049078 --- ParallelTerminationStrategy: PID 136 died...
22:49:48.050700 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:48.054668 --- ParallelTerminationStrategy: PID 137 died...
22:49:48.056276 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:48.060334 --- ParallelTerminationStrategy: PID 138 died...
22:49:48.061957 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:48.066028 --- ParallelTerminationStrategy: PID 139 died...
22:49:48.067697 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:48.071896 --- ParallelTerminationStrategy: PID 140 died...
22:49:48.073528 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:48.077533 --- ParallelTerminationStrategy: PID 141 died...
22:49:48.079176 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:48.083402 --- ParallelTerminationStrategy: PID 142 died...
22:49:48.085092 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:48.089311 --- ParallelTerminationStrategy: PID 143 died...
22:49:48.090988 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:48.095053 --- ParallelTerminationStrategy: PID 144 died...
22:49:48.096666 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:48.100656 --- ParallelTerminationStrategy: PID 145 died...
22:49:48.102288 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:48.106447 --- ParallelTerminationStrategy: PID 146 died...
22:49:48.108116 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:48.112288 --- ParallelTerminationStrategy: PID 147 died...
22:49:48.113963 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:48.117997 --- ParallelTerminationStrategy: PID 148 died...
22:49:48.119592 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:48.123574 --- ParallelTerminationStrategy: PID 149 died...
22:49:48.125201 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:48.129234 --- ParallelTerminationStrategy: PID 150 died...
22:49:48.130837 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:48.134845 --- ParallelTerminationStrategy: PID 151 died...
22:49:48.136487 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:48.140757 --- ParallelTerminationStrategy: PID 152 died...
22:49:48.142479 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:48.146748 --- ParallelTerminationStrategy: PID 153 died...
22:49:48.148505 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:48.152951 --- ParallelTerminationStrategy: PID 154 died...
22:49:48.154690 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:48.159037 --- ParallelTerminationStrategy: PID 155 died...
22:49:48.160753 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:48.165026 --- ParallelTerminationStrategy: PID 156 died...
22:49:48.166748 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:48.170846 --- ParallelTerminationStrategy: PID 157 died...
22:49:48.172438 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:48.176430 --- ParallelTerminationStrategy: PID 158 died...
22:49:48.178052 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:48.182083 --- ParallelTerminationStrategy: PID 159 died...
22:49:48.183677 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:48.187667 --- ParallelTerminationStrategy: PID 160 died...
22:49:48.189319 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:48.193477 --- ParallelTerminationStrategy: PID 161 died...
22:49:48.195162 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:48.199453 --- ParallelTerminationStrategy: PID 162 died...
22:49:48.201177 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:48.205527 --- ParallelTerminationStrategy: PID 163 died...
22:49:48.207336 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:48.211772 --- ParallelTerminationStrategy: PID 164 died...
22:49:48.213483 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:48.217643 --- ParallelTerminationStrategy: PID 165 died...
22:49:48.219323 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:48.223495 --- ParallelTerminationStrategy: PID 166 died...
22:49:48.225183 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:48.229259 --- ParallelTerminationStrategy: PID 167 died...
22:49:48.230919 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:48.234887 --- ParallelTerminationStrategy: PID 168 died...
22:49:48.236510 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:48.240514 --- ParallelTerminationStrategy: PID 169 died...
22:49:48.242126 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:48.246109 --- ParallelTerminationStrategy: PID 170 died...
22:49:48.247707 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:48.251706 --- ParallelTerminationStrategy: PID 171 died...
22:49:48.253358 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:48.257371 --- ParallelTerminationStrategy: PID 172 died...
22:49:48.258997 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:48.263136 --- ParallelTerminationStrategy: PID 173 died...
22:49:48.264838 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:48.268830 --- ParallelTerminationStrategy: PID 174 died...
22:49:48.270433 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:48.274469 --- ParallelTerminationStrategy: PID 175 died...
22:49:48.276062 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:48.280065 --- ParallelTerminationStrategy: PID 176 died...
22:49:48.281706 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:48.285713 --- ParallelTerminationStrategy: PID 177 died...
22:49:48.287315 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:48.291287 --- ParallelTerminationStrategy: PID 178 died...
22:49:48.292898 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:48.297089 --- ParallelTerminationStrategy: PID 179 died...
22:49:48.298679 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:48.302687 --- ParallelTerminationStrategy: PID 180 died...
22:49:48.304283 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:48.308248 --- ParallelTerminationStrategy: PID 181 died...
22:49:48.309864 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:48.313867 --- ParallelTerminationStrategy: PID 182 died...
22:49:48.315469 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:48.319427 --- ParallelTerminationStrategy: PID 183 died...
22:49:48.320990 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:48.324878 --- ParallelTerminationStrategy: PID 184 died...
22:49:48.326446 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:48.330406 --- ParallelTerminationStrategy: PID 185 died...
22:49:48.331954 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:48.335792 --- ParallelTerminationStrategy: PID 186 died...
22:49:48.337379 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:48.341284 --- ParallelTerminationStrategy: PID 187 died...
22:49:48.342848 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:48.346745 --- ParallelTerminationStrategy: PID 188 died...
22:49:48.348277 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:48.352093 --- ParallelTerminationStrategy: PID 189 died...
22:49:48.353637 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:48.357437 --- ParallelTerminationStrategy: PID 190 died...
22:49:48.358962 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:48.362779 --- ParallelTerminationStrategy: PID 191 died...
22:49:48.364352 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:48.368160 --- ParallelTerminationStrategy: PID 192 died...
22:49:48.369717 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:48.373506 --- ParallelTerminationStrategy: PID 193 died...
22:49:48.375057 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:48.378955 --- ParallelTerminationStrategy: PID 194 died...
22:49:48.380519 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:48.384425 --- ParallelTerminationStrategy: PID 195 died...
22:49:48.385986 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:48.389878 --- ParallelTerminationStrategy: PID 196 died...
22:49:48.391452 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:48.395387 --- ParallelTerminationStrategy: PID 197 died...
22:49:48.396979 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:48.400939 --- ParallelTerminationStrategy: PID 198 died...
22:49:48.402542 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:48.406561 --- ParallelTerminationStrategy: PID 199 died...
22:49:48.408166 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:48.412377 --- ParallelTerminationStrategy: PID 200 died...
22:49:48.414114 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:48.418409 --- ParallelTerminationStrategy: PID 201 died...
22:49:48.420155 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:48.424449 --- ParallelTerminationStrategy: PID 202 died...
22:49:48.426183 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:48.430615 --- ParallelTerminationStrategy: PID 203 died...
22:49:48.432393 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:48.436923 --- ParallelTerminationStrategy: PID 204 died...
22:49:48.438770 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:48.443464 --- ParallelTerminationStrategy: PID 205 died...
22:49:48.445313 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:48.449888 --- ParallelTerminationStrategy: PID 206 died...
22:49:48.451710 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:48.456141 --- ParallelTerminationStrategy: PID 207 died...
22:49:48.457998 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:48.462326 --- ParallelTerminationStrategy: PID 208 died...
22:49:48.464046 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:48.468376 --- ParallelTerminationStrategy: PID 209 died...
22:49:48.470108 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:48.474432 --- ParallelTerminationStrategy: PID 210 died...
22:49:48.476103 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:48.480081 --- ParallelTerminationStrategy: PID 211 died...
22:49:48.481675 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:48.485656 --- ParallelTerminationStrategy: PID 212 died...
22:49:48.487183 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:48.491128 --- ParallelTerminationStrategy: PID 213 died...
22:49:48.492706 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:48.496588 --- ParallelTerminationStrategy: PID 214 died...
22:49:48.498189 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:48.501982 --- ParallelTerminationStrategy: PID 215 died...
22:49:48.503533 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:48.507412 --- ParallelTerminationStrategy: PID 216 died...
22:49:48.508989 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:48.512872 --- ParallelTerminationStrategy: PID 217 died...
22:49:48.514399 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:48.518157 --- ParallelTerminationStrategy: PID 218 died...
22:49:48.519650 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:48.523406 --- ParallelTerminationStrategy: PID 219 died...
22:49:48.524919 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:48.528655 --- ParallelTerminationStrategy: PID 220 died...
22:49:48.530148 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:48.533944 --- ParallelTerminationStrategy: PID 221 died...
22:49:48.535522 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:48.539367 --- ParallelTerminationStrategy: PID 222 died...
22:49:48.540904 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:48.544723 --- ParallelTerminationStrategy: PID 223 died...
22:49:48.546248 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:48.550146 --- ParallelTerminationStrategy: PID 224 died...
22:49:48.551737 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:48.556126 --- ParallelTerminationStrategy: PID 225 died...
22:49:48.557844 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:48.562055 --- ParallelTerminationStrategy: PID 226 died...
22:49:48.563767 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:48.568064 --- ParallelTerminationStrategy: PID 227 died...
22:49:48.569891 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:48.574492 --- ParallelTerminationStrategy: PID 228 died...
22:49:48.576256 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:48.580693 --- ParallelTerminationStrategy: PID 229 died...
22:49:48.582485 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:48.586852 --- ParallelTerminationStrategy: PID 230 died...
22:49:48.588619 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:48.593041 --- ParallelTerminationStrategy: PID 231 died...
22:49:48.594827 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:48.599339 --- ParallelTerminationStrategy: PID 232 died...
22:49:48.601107 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:48.605571 --- ParallelTerminationStrategy: PID 233 died...
22:49:48.607512 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:48.611917 --- ParallelTerminationStrategy: PID 234 died...
22:49:48.613703 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:52.017894 --- ParallelTerminationStrategy: PID 34 died...
22:49:52.019602 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8026 netreg_mass PASS
---------------------------------------------------------------------
22:49:52.095181 tst trial-8026: Storing JUnit report in /build/trial-8026/run.2025-07-13_22-48-17/trial-8026.xml
--------------------------------------------------------------------------------------------
trial-8026 PASS
--------------------------------------------------------------------------------------------
22:49:52.105246 tst trial-8026: trial-8026: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (88.2 sec)
+ exit_code=0
+ rm -rf trial-8026/inst
+ cd trial-8026
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-07-13 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8026-run.tgz run.2025-07-13_22-48-17
+ tar czf /build/trial-8026-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-07-13_13_28_53.tgz osmo-bts-oc2g.build-2025-07-13_00_51_36.tgz osmo-bts-sysmo.build-2025-07-13_00_51_37.tgz osmo-bts.build-2025-07-13_00_51_45.tgz osmo-ggsn.build-2025-07-13_20_42_22.tgz osmo-hlr.build-2025-07-13_16_36_50.tgz osmo-hnbgw.build-2025-07-13_13_30_17.tgz osmo-mgw.build-2025-07-13_08_33_12.tgz osmo-msc.build-2025-07-13_13_34_22.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-13_07_33_59.tgz osmo-pcu-sysmo.build-2025-07-13_07_36_03.tgz osmo-pcu.build-2025-07-13_07_36_10.tgz osmo-sgsn.build-2025-07-13_20_48_24.tgz osmo-stp.build-2025-07-13_13_25_23.tgz osmo-trx.build-2025-07-13_14_28_01.tgz osmocom-bb.build-2025-07-13_21_17_44.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