--build-arg USER=osmocom-build \
--build-arg UID=1000 \
--build-arg REGISTRY=docker.io \
--build-arg OSMO_TTCN3_BRANCH=master \
--build-arg UPSTREAM_DISTRO=debian:bookworm \
--build-arg DISTRO=debian-bookworm \
--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
--build-arg OSMOCOM_REPO_VERSION=latest \
--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--build-arg LIBOSMOCORE_BRANCH=master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 DONE 0.1s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.1s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.3s
#7 [ 9/28] COPY SSH /root/.ssh
#7 CACHED
#8 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#8 CACHED
#9 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#9 CACHED
#10 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#10 CACHED
#11 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#11 CACHED
#12 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#12 CACHED
#13 [ 3/28] RUN groupadd osmo-gsm-tester
#13 CACHED
#14 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#14 CACHED
#15 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#15 CACHED
#16 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#16 CACHED
#17 [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
#17 CACHED
#18 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#18 CACHED
#19 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#19 CACHED
#20 [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
#20 CACHED
#21 [ 8/28] RUN MKDIR /var/run/sshd
#21 CACHED
#22 [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
#22 CACHED
#23 [19/28] RUN IF [ "$(arch)" = "x86_64" ]; then apt-get update && apt-get install -y --no-install-recommends python3-pip python3-setuptools python3-wheel ninja-build build-essential flex bison git libsctp-dev libgnutls28-dev libgcrypt-dev libssl-dev libidn11-dev libmongoc-dev libbson-dev libyaml-dev libnghttp2-dev libmicrohttpd-dev libcurl4-gnutls-dev libnghttp2-dev meson && apt-get clean; fi
#23 CACHED
#24 [ 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
#24 CACHED
#25 [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
#25 CACHED
#26 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#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 [ 2/28] RUN useradd -ms /bin/bash jenkins
#28 CACHED
#29 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#29 CACHED
#30 [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
#30 CACHED
#31 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#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:54e1561826a9cb715190e19c784693f4a1d08ae2697446c44a6b9ab21ac05318 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=7898 -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-03-07 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7898
+ mkdir -p trial-7898
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-03-07_16_26_09.tgz osmo-bts-oc2g.build-2025-03-07_00_51_24.tgz osmo-bts-sysmo.build-2025-03-07_00_51_26.tgz osmo-bts.build-2025-03-07_00_51_40.tgz osmo-ggsn.build-2025-03-07_20_42_38.tgz osmo-hlr.build-2025-03-07_16_36_40.tgz osmo-hnbgw.build-2025-03-07_13_29_36.tgz osmo-mgw.build-2025-03-07_16_23_23.tgz osmo-msc.build-2025-03-07_16_29_33.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-07_07_41_27.tgz osmo-pcu-sysmo.build-2025-03-07_07_41_23.tgz osmo-pcu.build-2025-03-07_07_41_29.tgz osmo-sgsn.build-2025-03-07_20_48_00.tgz osmo-stp.build-2025-03-07_13_25_45.tgz osmo-trx.build-2025-03-07_14_28_11.tgz osmocom-bb.build-2025-03-07_21_17_17.tgz srslte.build-19.tgz trial-7898
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-03-07_16_26_09.md5 osmo-bts-oc2g.build-2025-03-07_00_51_24.md5 osmo-bts-sysmo.build-2025-03-07_00_51_26.md5 osmo-bts.build-2025-03-07_00_51_40.md5 osmo-ggsn.build-2025-03-07_20_42_38.md5 osmo-hlr.build-2025-03-07_16_36_40.md5 osmo-hnbgw.build-2025-03-07_13_29_36.md5 osmo-mgw.build-2025-03-07_16_23_23.md5 osmo-msc.build-2025-03-07_16_29_33.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-07_07_41_27.md5 osmo-pcu-sysmo.build-2025-03-07_07_41_23.md5 osmo-pcu.build-2025-03-07_07_41_29.md5 osmo-sgsn.build-2025-03-07_20_48_00.md5 osmo-stp.build-2025-03-07_13_25_45.md5 osmo-trx.build-2025-03-07_14_28_11.md5 osmocom-bb.build-2025-03-07_21_17_17.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-03-07_16_26_09.md5 osmo-bts-oc2g.build-2025-03-07_00_51_24.md5 osmo-bts-sysmo.build-2025-03-07_00_51_26.md5 osmo-bts.build-2025-03-07_00_51_40.md5 osmo-ggsn.build-2025-03-07_20_42_38.md5 osmo-hlr.build-2025-03-07_16_36_40.md5 osmo-hnbgw.build-2025-03-07_13_29_36.md5 osmo-mgw.build-2025-03-07_16_23_23.md5 osmo-msc.build-2025-03-07_16_29_33.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-07_07_41_27.md5 osmo-pcu-sysmo.build-2025-03-07_07_41_23.md5 osmo-pcu.build-2025-03-07_07_41_29.md5 osmo-sgsn.build-2025-03-07_20_48_00.md5 osmo-stp.build-2025-03-07_13_25_45.md5 osmo-trx.build-2025-03-07_14_28_11.md5 osmocom-bb.build-2025-03-07_21_17_17.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-7898 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7898'
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-7898
--------------------------------------------------------------------------------------------
22:48:17.530093 tst trial-7898: Detailed log at /build/trial-7898/run.2025-03-07_22-48-17/log
---------------------------------------------------------------------
trial-7898 netreg_mass
---------------------------------------------------------------------
22:48:17.735028 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.735438 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.736294 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.737558 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.777524 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.778352 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.779553 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.852025 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-7898 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.852899 tst register_default_mass.py:9: Claiming resources for the test
22:48:17.868416 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.868999 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.869466 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.869906 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.870353 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.870832 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.871296 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.914389 tst register_default_mass.py: using LAC 2
22:48:17.954317 tst register_default_mass.py: using RAC 2
22:48:17.992130 tst register_default_mass.py: using CellId 2
22:48:18.044359 tst register_default_mass.py: using BVCI 3
22:48:18.050390 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.051054 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.051618 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.052154 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.052758 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.053309 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.053909 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.054466 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.055007 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.055526 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.056050 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.056568 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.057103 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.057624 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.058162 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.058684 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.059197 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.059703 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.060236 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.060753 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.061267 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.061797 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.062315 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.062832 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.063361 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.063885 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.064412 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.064945 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.065470 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.065990 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.066516 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.067043 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.067581 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.068115 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.068643 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.069185 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.069709 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.070235 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.070773 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.071290 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.071798 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.072311 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.072852 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.073365 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.073877 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.074404 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.074953 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.075500 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.076031 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.076561 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.077158 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.077695 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.078220 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.078742 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.079285 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.079827 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.080366 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.080940 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.081495 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.082032 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.082586 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.083152 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.083710 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.084283 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.084860 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.085427 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.086002 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.086587 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.087169 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.087735 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.088324 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.088911 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.089595 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.090181 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.090748 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.091316 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.091894 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.092462 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.093019 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.093562 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.094129 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.094686 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.095250 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.095816 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.096393 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.096962 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.097541 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.098112 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.098673 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.099229 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.099814 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.100378 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.100960 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.101551 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.102134 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.102701 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.103291 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.103866 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.104436 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.105031 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.105604 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.106238 tst register_default_mass.py:21: Launching a simple network
22:48:18.117493 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.242219 run create_hlr_db(pid=20): Launched
22:48:19.252960 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.269797 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.285149 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.290932 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.469814 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.485271 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.491882 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.979135 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.996428 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.012844 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.306991 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:23.350953 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:23.368201 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.430268 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:23.469340 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.484029 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.845172 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.863294 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.923690 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.235727 run osmo-bts-virtual(pid=34): Launched
22:48:31.321168 tst register_default_mass.py: using MSISDN 1001
22:48:31.331636 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.436991 tst register_default_mass.py: using MSISDN 1002
22:48:31.454029 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.538596 tst register_default_mass.py: using MSISDN 1003
22:48:31.547801 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.628356 tst register_default_mass.py: using MSISDN 1004
22:48:31.644343 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.720206 tst register_default_mass.py: using MSISDN 1005
22:48:31.736390 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.813556 tst register_default_mass.py: using MSISDN 1006
22:48:31.825147 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.916041 tst register_default_mass.py: using MSISDN 1007
22:48:31.928760 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:32.004840 tst register_default_mass.py: using MSISDN 1008
22:48:32.015756 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:32.087083 tst register_default_mass.py: using MSISDN 1009
22:48:32.098666 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:32.170582 tst register_default_mass.py: using MSISDN 1010
22:48:32.183473 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:32.265723 tst register_default_mass.py: using MSISDN 1011
22:48:32.279242 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:32.362730 tst register_default_mass.py: using MSISDN 1012
22:48:32.372313 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:32.435882 tst register_default_mass.py: using MSISDN 1013
22:48:32.450706 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:32.538332 tst register_default_mass.py: using MSISDN 1014
22:48:32.555675 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:32.635389 tst register_default_mass.py: using MSISDN 1015
22:48:32.647961 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:32.721639 tst register_default_mass.py: using MSISDN 1016
22:48:32.738143 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:32.816977 tst register_default_mass.py: using MSISDN 1017
22:48:32.833233 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:32.904763 tst register_default_mass.py: using MSISDN 1018
22:48:32.914710 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.988291 tst register_default_mass.py: using MSISDN 1019
22:48:33.000338 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:33.068602 tst register_default_mass.py: using MSISDN 1020
22:48:33.081889 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:33.158398 tst register_default_mass.py: using MSISDN 1021
22:48:33.172257 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:33.251043 tst register_default_mass.py: using MSISDN 1022
22:48:33.260604 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:33.322474 tst register_default_mass.py: using MSISDN 1023
22:48:33.329906 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:33.393311 tst register_default_mass.py: using MSISDN 1024
22:48:33.409085 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:33.495925 tst register_default_mass.py: using MSISDN 1025
22:48:33.511343 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:33.586304 tst register_default_mass.py: using MSISDN 1026
22:48:33.597599 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:33.676862 tst register_default_mass.py: using MSISDN 1027
22:48:33.686895 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:33.766786 tst register_default_mass.py: using MSISDN 1028
22:48:33.784140 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:33.914341 tst register_default_mass.py: using MSISDN 1029
22:48:33.930425 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:34.020741 tst register_default_mass.py: using MSISDN 1030
22:48:34.037963 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:34.128770 tst register_default_mass.py: using MSISDN 1031
22:48:34.145584 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:34.270895 tst register_default_mass.py: using MSISDN 1032
22:48:34.287457 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:34.369354 tst register_default_mass.py: using MSISDN 1033
22:48:34.386244 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:34.469350 tst register_default_mass.py: using MSISDN 1034
22:48:34.485769 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:34.561986 tst register_default_mass.py: using MSISDN 1035
22:48:34.579723 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:34.660556 tst register_default_mass.py: using MSISDN 1036
22:48:34.671917 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:34.759210 tst register_default_mass.py: using MSISDN 1037
22:48:34.769221 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:34.850360 tst register_default_mass.py: using MSISDN 1038
22:48:34.866869 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:34.942022 tst register_default_mass.py: using MSISDN 1039
22:48:34.959062 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:35.043820 tst register_default_mass.py: using MSISDN 1040
22:48:35.055023 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:35.134518 tst register_default_mass.py: using MSISDN 1041
22:48:35.151609 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:35.221083 tst register_default_mass.py: using MSISDN 1042
22:48:35.238013 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:35.307338 tst register_default_mass.py: using MSISDN 1043
22:48:35.323896 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:35.404637 tst register_default_mass.py: using MSISDN 1044
22:48:35.419155 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:35.491490 tst register_default_mass.py: using MSISDN 1045
22:48:35.506151 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:35.582709 tst register_default_mass.py: using MSISDN 1046
22:48:35.598209 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:35.669409 tst register_default_mass.py: using MSISDN 1047
22:48:35.684125 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:35.763914 tst register_default_mass.py: using MSISDN 1048
22:48:35.780080 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:35.852219 tst register_default_mass.py: using MSISDN 1049
22:48:35.868766 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:35.943634 tst register_default_mass.py: using MSISDN 1050
22:48:35.960952 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:36.045622 tst register_default_mass.py: using MSISDN 1051
22:48:36.063675 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:36.141511 tst register_default_mass.py: using MSISDN 1052
22:48:36.158188 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:36.237117 tst register_default_mass.py: using MSISDN 1053
22:48:36.249386 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:36.312807 tst register_default_mass.py: using MSISDN 1054
22:48:36.329867 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:36.407650 tst register_default_mass.py: using MSISDN 1055
22:48:36.424886 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:36.500537 tst register_default_mass.py: using MSISDN 1056
22:48:36.516502 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:36.588910 tst register_default_mass.py: using MSISDN 1057
22:48:36.605252 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:36.684984 tst register_default_mass.py: using MSISDN 1058
22:48:36.701360 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:36.770540 tst register_default_mass.py: using MSISDN 1059
22:48:36.787625 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:36.859692 tst register_default_mass.py: using MSISDN 1060
22:48:36.871997 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:36.958562 tst register_default_mass.py: using MSISDN 1061
22:48:36.974718 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:37.044303 tst register_default_mass.py: using MSISDN 1062
22:48:37.061041 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:37.146754 tst register_default_mass.py: using MSISDN 1063
22:48:37.162232 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:37.244170 tst register_default_mass.py: using MSISDN 1064
22:48:37.259607 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:37.343642 tst register_default_mass.py: using MSISDN 1065
22:48:37.357885 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:37.424817 tst register_default_mass.py: using MSISDN 1066
22:48:37.441158 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:37.516889 tst register_default_mass.py: using MSISDN 1067
22:48:37.533835 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:37.621058 tst register_default_mass.py: using MSISDN 1068
22:48:37.630671 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:37.705390 tst register_default_mass.py: using MSISDN 1069
22:48:37.721652 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:37.798781 tst register_default_mass.py: using MSISDN 1070
22:48:37.812107 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:37.887656 tst register_default_mass.py: using MSISDN 1071
22:48:37.903556 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:37.975448 tst register_default_mass.py: using MSISDN 1072
22:48:37.992964 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:38.072853 tst register_default_mass.py: using MSISDN 1073
22:48:38.088958 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:38.166035 tst register_default_mass.py: using MSISDN 1074
22:48:38.179243 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:38.243505 tst register_default_mass.py: using MSISDN 1075
22:48:38.258677 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:38.323845 tst register_default_mass.py: using MSISDN 1076
22:48:38.339915 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:38.419146 tst register_default_mass.py: using MSISDN 1077
22:48:38.436546 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:38.529493 tst register_default_mass.py: using MSISDN 1078
22:48:38.543907 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:38.631387 tst register_default_mass.py: using MSISDN 1079
22:48:38.651495 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:38.731746 tst register_default_mass.py: using MSISDN 1080
22:48:38.751354 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:38.846901 tst register_default_mass.py: using MSISDN 1081
22:48:38.869893 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:38.946492 tst register_default_mass.py: using MSISDN 1082
22:48:38.962502 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:39.036558 tst register_default_mass.py: using MSISDN 1083
22:48:39.052427 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:39.131049 tst register_default_mass.py: using MSISDN 1084
22:48:39.146737 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:39.219261 tst register_default_mass.py: using MSISDN 1085
22:48:39.234831 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:39.305657 tst register_default_mass.py: using MSISDN 1086
22:48:39.323624 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:39.413180 tst register_default_mass.py: using MSISDN 1087
22:48:39.430824 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:39.505957 tst register_default_mass.py: using MSISDN 1088
22:48:39.522695 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:39.606583 tst register_default_mass.py: using MSISDN 1089
22:48:39.623785 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:39.699435 tst register_default_mass.py: using MSISDN 1090
22:48:39.722340 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:39.809005 tst register_default_mass.py: using MSISDN 1091
22:48:39.825177 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:39.899598 tst register_default_mass.py: using MSISDN 1092
22:48:39.917867 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:40.002747 tst register_default_mass.py: using MSISDN 1093
22:48:40.021880 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:40.100051 tst register_default_mass.py: using MSISDN 1094
22:48:40.118417 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:40.190598 tst register_default_mass.py: using MSISDN 1095
22:48:40.208252 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:40.280847 tst register_default_mass.py: using MSISDN 1096
22:48:40.293757 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:40.360906 tst register_default_mass.py: using MSISDN 1097
22:48:40.378117 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:40.455249 tst register_default_mass.py: using MSISDN 1098
22:48:40.466318 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:40.539748 tst register_default_mass.py: using MSISDN 1099
22:48:40.557321 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:40.655562 tst register_default_mass.py: using MSISDN 1100
22:48:40.673376 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:40.915410 run mass: Starting testcase
22:48:40.925319 run mass: Pre-launching all virtphy's
22:48:40.934793 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:40.957251 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:40.968478 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:40.988687 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:41.000396 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:41.024328 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:41.036166 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:41.057328 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:41.067955 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:41.104987 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:41.123812 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:41.164237 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:41.182696 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:41.221803 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:41.233063 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:41.254223 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:41.267121 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:41.290490 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:41.304693 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:41.326373 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:41.337298 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:41.357953 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:41.377013 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:41.416587 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:41.434992 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:41.475129 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:41.494042 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:41.536780 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:41.555489 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:41.595794 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:41.613842 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:41.650378 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:41.665574 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:41.694298 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:41.705734 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:41.727489 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:41.744238 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:41.778812 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:41.793288 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:41.816444 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:41.830631 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:41.862003 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:41.879624 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:41.917429 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:41.931810 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:41.953983 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:41.966472 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:41.991724 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:42.004529 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:42.028712 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:42.047416 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:42.086935 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:42.105291 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:42.145116 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:42.163083 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:42.236402 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:42.245858 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:42.264539 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:42.276971 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:42.306315 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:42.325395 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:42.366149 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:42.385065 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:42.425045 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:42.444077 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:42.485296 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:42.503086 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:42.540297 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:42.555827 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:42.579546 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:42.592758 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:42.614368 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:42.633513 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:42.674107 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:42.692784 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:42.733988 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:42.753468 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:42.793910 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:42.813551 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:42.854292 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:42.873386 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:42.913419 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:42.932009 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:42.971084 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:42.990274 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:43.031381 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:43.050842 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:43.091579 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:43.110210 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:43.149858 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:43.168435 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:43.208527 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:43.368707 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:43.405419 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:43.418535 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:43.448702 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:43.466673 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:43.498530 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:43.511968 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:43.540089 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:43.553529 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:43.585862 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:43.604574 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:43.645592 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:43.663508 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:43.703867 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:43.720511 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:43.755025 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:43.767581 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:43.790399 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:43.804165 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:43.825726 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:43.836299 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:43.856553 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:43.866678 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:43.888850 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:43.907580 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:43.947256 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:43.965657 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:44.005513 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:44.024387 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:44.064614 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:44.081962 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:44.122802 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:44.141691 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:44.181307 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:44.199548 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:44.238641 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:44.256377 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:44.295242 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:44.313084 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:44.351486 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:44.369951 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:44.414808 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:44.427507 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:44.450274 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:44.468796 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:44.507515 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:44.524587 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:44.564132 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:44.582545 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:44.622252 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:44.640929 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:44.681755 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:44.700345 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:44.740556 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:44.759318 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:44.799797 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:44.818794 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:44.858163 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:44.877028 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:44.916793 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:44.934902 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:44.973979 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:44.992962 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:45.032182 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:45.051288 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:45.091909 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:45.109142 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:45.149248 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:45.167819 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:45.207561 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:45.226372 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:45.265596 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:45.283806 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:45.322783 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:45.341148 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:45.380715 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:45.398998 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:45.437152 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:45.455360 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:45.495234 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:45.514791 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:45.554918 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:45.566114 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:45.589697 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:45.608128 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:45.648824 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:45.667870 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:45.706994 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:45.725208 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:45.765285 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:45.783977 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:45.819524 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:45.831623 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:45.855014 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:45.866743 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:45.894470 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:45.908081 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:45.931114 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:45.942841 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:45.964402 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:45.977043 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:45.998677 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:46.010994 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:46.034796 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:46.047165 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:46.072921 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:46.091679 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:46.131912 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:46.143076 run mass: Checking if sockets are in the filesystem
22:48:46.163176 run osmo-ms-mob/00000: Starting mobile
22:48:46.187301 run osmo-ms-mob/00000(pid=135): Launched
22:48:46.211891 run mass: MS start registered {at=4618631.915209662, delay=0.012078271247446537, ms=00000}
22:48:50.368637 run osmo-ms-mob/00001: Starting mobile
22:48:50.407808 run osmo-ms-mob/00001(pid=136): Launched
22:48:50.435797 run mass: MS start registered {at=4618636.139106435, delay=0.009492350742220879, ms=00001}
22:48:52.161867 run osmo-ms-mob/00002: Starting mobile
22:48:52.182279 run osmo-ms-mob/00002(pid=137): Launched
22:48:52.199435 run mass: MS start registered {at=4618637.902767237, delay=0.0058212969452142715, ms=00002}
22:48:52.496956 run mass: MS performed LU {at=4618638.200267297, lu_delay=6.285057635046542, ms=00000}
22:48:53.464513 run osmo-ms-mob/00003: Starting mobile
22:48:53.492116 run osmo-ms-mob/00003(pid=138): Launched
22:48:53.505630 run mass: MS start registered {at=4618639.208972687, delay=0.00568788219243288, ms=00003}
22:48:54.562809 run osmo-ms-mob/00004: Starting mobile
22:48:54.581473 run osmo-ms-mob/00004(pid=139): Launched
22:48:54.602726 run mass: MS start registered {at=4618640.306042425, delay=0.011207093484699726, ms=00004}
22:48:55.563212 run osmo-ms-mob/00005: Starting mobile
22:48:55.579969 run osmo-ms-mob/00005(pid=140): Launched
22:48:55.601586 run mass: MS start registered {at=4618641.304899832, delay=0.013338685967028141, ms=00005}
22:48:56.262544 run mass: MS performed LU {at=4618641.965846625, lu_delay=5.826740190386772, ms=00001}
22:48:56.460260 run osmo-ms-mob/00006: Starting mobile
22:48:56.477151 run osmo-ms-mob/00006(pid=141): Launched
22:48:56.490453 run mass: MS start registered {at=4618642.193788658, delay=0.005666818469762802, ms=00006}
22:48:57.371206 run osmo-ms-mob/00007: Starting mobile
22:48:57.391120 run osmo-ms-mob/00007(pid=142): Launched
22:48:57.405559 run mass: MS start registered {at=4618643.108874958, delay=0.005946066230535507, ms=00007}
22:48:58.159435 run osmo-ms-mob/00008: Starting mobile
22:48:58.178005 run osmo-ms-mob/00008(pid=143): Launched
22:48:58.185930 run mass: MS performed LU {at=4618643.889280684, lu_delay=5.986513447016478, ms=00002}
22:48:58.194567 run mass: MS performed LU {at=4618643.897925939, lu_delay=4.688953252509236, ms=00003}
22:48:58.202248 run mass: MS start registered {at=4618643.905610711, delay=0.016354143619537354, ms=00008}
22:48:58.861360 run osmo-ms-mob/00009: Starting mobile
22:48:58.879637 run osmo-ms-mob/00009(pid=144): Launched
22:48:58.893156 run mass: MS start registered {at=4618644.596486896, delay=0.005768420174717903, ms=00009}
22:48:59.559938 run osmo-ms-mob/00010: Starting mobile
22:48:59.577056 run osmo-ms-mob/00010(pid=145): Launched
22:48:59.590767 run mass: MS start registered {at=4618645.294107482, delay=0.006078875623643398, ms=00010}
22:49:00.028237 run mass: MS performed LU {at=4618645.731568606, lu_delay=5.425526180304587, ms=00004}
22:49:00.158978 run osmo-ms-mob/00011: Starting mobile
22:49:00.175094 run osmo-ms-mob/00011(pid=146): Launched
22:49:00.188254 run mass: MS start registered {at=4618645.891595358, delay=0.00555474404245615, ms=00011}
22:49:00.761547 run osmo-ms-mob/00012: Starting mobile
22:49:00.779240 run osmo-ms-mob/00012(pid=147): Launched
22:49:00.795005 run mass: MS start registered {at=4618646.498337438, delay=0.00709302444010973, ms=00012}
22:49:01.363834 run osmo-ms-mob/00013: Starting mobile
22:49:01.383107 run osmo-ms-mob/00013(pid=148): Launched
22:49:01.396766 run mass: MS start registered {at=4618647.100101494, delay=0.005967435427010059, ms=00013}
22:49:01.929020 run mass: MS performed LU {at=4618647.632335661, lu_delay=5.438547003082931, ms=00006}
22:49:01.945644 run osmo-ms-mob/00014: Starting mobile
22:49:01.963376 run osmo-ms-mob/00014(pid=149): Launched
22:49:01.971336 run mass: MS performed LU {at=4618647.674686011, lu_delay=4.565811052918434, ms=00007}
22:49:01.979663 run mass: MS performed LU {at=4618647.683020642, lu_delay=6.378120809793472, ms=00005}
22:49:01.987497 run mass: MS start registered {at=4618647.690859215, delay=0.016199683770537376, ms=00014}
22:49:02.561251 run osmo-ms-mob/00015: Starting mobile
22:49:02.577887 run osmo-ms-mob/00015(pid=150): Launched
22:49:02.592567 run mass: MS start registered {at=4618648.29590455, delay=0.007081741467118263, ms=00015}
22:49:03.241432 run osmo-ms-mob/00016: Starting mobile
22:49:03.257810 run osmo-ms-mob/00016(pid=151): Launched
22:49:03.264730 run mass: Starting too slowly. Moving on {now=4618648.96809754, sleep=-0.1126433489844203, target=4618648.855454191}
22:49:03.271507 run mass: MS start registered {at=4618648.97486156, delay=0.006766769103705883, ms=00016}
22:49:03.278766 run mass: Starting too slowly. Moving on {now=4618648.982134384, sleep=-0.026680193841457367, target=4618648.95545419}
22:49:03.622665 run osmo-ms-mob/00017: Starting mobile
22:49:03.637117 run osmo-ms-mob/00017(pid=152): Launched
22:49:03.749532 run mass: Starting too slowly. Moving on {now=4618649.452898786, sleep=-0.09744459763169289, target=4618649.355454189}
22:49:03.755441 run mass: MS start registered {at=4618649.458799116, delay=0.00590264517813921, ms=00017}
22:49:03.761508 run mass: Starting too slowly. Moving on {now=4618649.46487758, sleep=-0.00942339189350605, target=4618649.455454188}
22:49:03.794037 run mass: MS performed LU {at=4618649.497382088, lu_delay=4.90089519135654, ms=00009}
22:49:03.927914 run mass: MS performed LU {at=4618649.631247581, lu_delay=5.725636869668961, ms=00008}
22:49:04.159207 run osmo-ms-mob/00018: Starting mobile
22:49:04.174298 run osmo-ms-mob/00018(pid=153): Launched
22:49:04.186478 run mass: MS start registered {at=4618649.889826524, delay=0.005414322018623352, ms=00018}
22:49:04.558594 run osmo-ms-mob/00019: Starting mobile
22:49:04.572238 run osmo-ms-mob/00019(pid=154): Launched
22:49:04.583967 run mass: MS start registered {at=4618650.287294536, delay=0.005406361073255539, ms=00019}
22:49:05.059932 run osmo-ms-mob/00020: Starting mobile
22:49:05.077609 run osmo-ms-mob/00020(pid=155): Launched
22:49:05.091811 run mass: MS start registered {at=4618650.795151677, delay=0.0059851985424757, ms=00020}
22:49:05.559009 run osmo-ms-mob/00021: Starting mobile
22:49:05.575478 run osmo-ms-mob/00021(pid=156): Launched
22:49:05.589558 run mass: MS start registered {at=4618651.292897081, delay=0.006035337224602699, ms=00021}
22:49:05.695060 run mass: MS performed LU {at=4618651.39839112, lu_delay=4.90005368180573, ms=00012}
22:49:05.722987 run mass: MS performed LU {at=4618651.42632002, lu_delay=6.132212538272142, ms=00010}
22:49:05.741750 run mass: MS performed LU {at=4618651.445069396, lu_delay=5.553474037908018, ms=00011}
22:49:05.759231 run osmo-ms-mob/00022: Starting mobile
22:49:05.778005 run osmo-ms-mob/00022(pid=157): Launched
22:49:05.791175 run mass: MS start registered {at=4618651.49451159, delay=0.005439738743007183, ms=00022}
22:49:06.459510 run osmo-ms-mob/00023: Starting mobile
22:49:06.474539 run osmo-ms-mob/00023(pid=158): Launched
22:49:06.486731 run mass: MS start registered {at=4618652.190072826, delay=0.005510612390935421, ms=00023}
22:49:06.859914 run osmo-ms-mob/00024: Starting mobile
22:49:06.877200 run osmo-ms-mob/00024(pid=159): Launched
22:49:06.895302 run mass: MS start registered {at=4618652.59863438, delay=0.00945783406496048, ms=00024}
22:49:07.359289 run osmo-ms-mob/00025: Starting mobile
22:49:07.375354 run osmo-ms-mob/00025(pid=160): Launched
22:49:07.387971 run mass: MS start registered {at=4618653.091319226, delay=0.005266938358545303, ms=00025}
22:49:07.457799 run mass: MS performed LU {at=4618653.161126486, lu_delay=6.061024991795421, ms=00013}
22:49:07.476953 run mass: MS performed LU {at=4618653.180298267, lu_delay=5.4894390515983105, ms=00014}
22:49:07.559878 run mass: MS performed LU {at=4618653.263209777, lu_delay=4.9673052271828055, ms=00015}
22:49:07.573000 run osmo-ms-mob/00026: Starting mobile
22:49:07.588842 run osmo-ms-mob/00026(pid=161): Launched
22:49:07.601698 run mass: MS start registered {at=4618653.305043702, delay=0.005437791347503662, ms=00026}
22:49:08.166067 run osmo-ms-mob/00027: Starting mobile
22:49:08.199185 run osmo-ms-mob/00027(pid=162): Launched
22:49:08.214428 run mass: MS start registered {at=4618653.917769531, delay=3.481656312942505e-05, ms=00027}
22:49:08.564558 run osmo-ms-mob/00028: Starting mobile
22:49:08.596279 run osmo-ms-mob/00028(pid=163): Launched
22:49:08.610684 run mass: MS start registered {at=4618654.314026405, delay=0.00022017117589712143, ms=00028}
22:49:08.963326 run osmo-ms-mob/00029: Starting mobile
22:49:08.980301 run osmo-ms-mob/00029(pid=164): Launched
22:49:08.995288 run mass: MS start registered {at=4618654.698616453, delay=0.007177243009209633, ms=00029}
22:49:09.366323 run osmo-ms-mob/00030: Starting mobile
22:49:09.395790 run osmo-ms-mob/00030(pid=165): Launched
22:49:09.417633 run mass: MS start registered {at=4618655.120963311, delay=0.01325986348092556, ms=00030}
22:49:09.461414 run mass: MS performed LU {at=4618655.164723026, lu_delay=4.877428489737213, ms=00019}
22:49:09.488262 run mass: MS performed LU {at=4618655.191576512, lu_delay=5.301749987527728, ms=00018}
22:49:09.506876 run mass: MS performed LU {at=4618655.210221009, lu_delay=5.751421893015504, ms=00017}
22:49:09.521172 run osmo-ms-mob/00031: Starting mobile
22:49:09.538958 run osmo-ms-mob/00031(pid=166): Launched
22:49:09.560418 run mass: MS start registered {at=4618655.263749735, delay=0.008539346046745777, ms=00031}
22:49:09.613638 run mass: MS performed LU {at=4618655.316968824, lu_delay=6.3421072633937, ms=00016}
22:49:10.059640 run osmo-ms-mob/00032: Starting mobile
22:49:10.074838 run osmo-ms-mob/00032(pid=167): Launched
22:49:10.088775 run mass: MS start registered {at=4618655.792115396, delay=0.0066554956138134, ms=00032}
22:49:10.464830 run osmo-ms-mob/00033: Starting mobile
22:49:10.489693 run osmo-ms-mob/00033(pid=168): Launched
22:49:10.503473 run mass: MS start registered {at=4618656.206816351, delay=0.005234596319496632, ms=00033}
22:49:10.860985 run osmo-ms-mob/00034: Starting mobile
22:49:10.878277 run osmo-ms-mob/00034(pid=169): Launched
22:49:10.891759 run mass: MS start registered {at=4618656.595097338, delay=0.005757263861596584, ms=00034}
22:49:11.163291 run osmo-ms-mob/00035: Starting mobile
22:49:11.180193 run osmo-ms-mob/00035(pid=170): Launched
22:49:11.193801 run mass: MS start registered {at=4618656.897140135, delay=0.005827521905303001, ms=00035}
22:49:11.223363 run mass: MS performed LU {at=4618656.926705485, lu_delay=5.63380840420723, ms=00021}
22:49:11.242264 run mass: MS performed LU {at=4618656.945614693, lu_delay=4.755541866645217, ms=00023}
22:49:11.325624 run mass: MS performed LU {at=4618657.028957615, lu_delay=6.233805937692523, ms=00020}
22:49:11.338346 run osmo-ms-mob/00036: Starting mobile
22:49:11.353916 run osmo-ms-mob/00036(pid=171): Launched
22:49:11.367363 run mass: MS start registered {at=4618657.070709124, delay=0.005757147446274757, ms=00036}
22:49:11.515336 run mass: MS performed LU {at=4618657.218658149, lu_delay=5.724146558903158, ms=00022}
22:49:11.769081 run mass: MS performed LU {at=4618657.472415336, lu_delay=4.873780956491828, ms=00024}
22:49:11.958365 run osmo-ms-mob/00037: Starting mobile
22:49:11.971866 run osmo-ms-mob/00037(pid=172): Launched
22:49:11.983833 run mass: MS start registered {at=4618657.687175866, delay=0.005420834757387638, ms=00037}
22:49:12.260341 run osmo-ms-mob/00038: Starting mobile
22:49:12.280698 run osmo-ms-mob/00038(pid=173): Launched
22:49:12.295274 run mass: MS start registered {at=4618657.998620083, delay=0.005877835676074028, ms=00038}
22:49:12.558805 run osmo-ms-mob/00039: Starting mobile
22:49:12.573625 run osmo-ms-mob/00039(pid=174): Launched
22:49:12.585889 run mass: MS start registered {at=4618658.289225484, delay=0.005229083821177483, ms=00039}
22:49:12.959456 run osmo-ms-mob/00040: Starting mobile
22:49:12.976451 run osmo-ms-mob/00040(pid=175): Launched
22:49:12.991880 run mass: MS start registered {at=4618658.695216417, delay=0.007506025023758411, ms=00040}
22:49:13.227107 run mass: MS performed LU {at=4618658.930438949, lu_delay=5.012669418007135, ms=00027}
22:49:13.239904 run osmo-ms-mob/00041: Starting mobile
22:49:13.255226 run osmo-ms-mob/00041(pid=176): Launched
22:49:13.262521 run mass: MS performed LU {at=4618658.965872858, lu_delay=4.651846452616155, ms=00028}
22:49:13.269883 run mass: MS start registered {at=4618658.973245904, delay=0.007397543638944626, ms=00041}
22:49:13.277482 run mass: MS performed LU {at=4618658.980835988, lu_delay=5.889516762457788, ms=00025}
22:49:13.292058 run osmo-ms-mob/00042: Starting mobile
22:49:13.308375 run osmo-ms-mob/00042(pid=177): Launched
22:49:13.322411 run mass: MS start registered {at=4618659.025753695, delay=0.006249492987990379, ms=00042}
22:49:13.379274 run mass: MS performed LU {at=4618659.082607429, lu_delay=5.777563726529479, ms=00026}
22:49:14.074178 run osmo-ms-mob/00043: Starting mobile
22:49:14.090502 run osmo-ms-mob/00043(pid=178): Launched
22:49:14.099563 run mass: Starting too slowly. Moving on {now=4618659.802929985, sleep=-0.04747583530843258, target=4618659.75545415}
22:49:14.107143 run mass: MS start registered {at=4618659.810499778, delay=0.007571880705654621, ms=00043}
22:49:14.259932 run osmo-ms-mob/00044: Starting mobile
22:49:14.276610 run osmo-ms-mob/00044(pid=179): Launched
22:49:14.289706 run mass: MS start registered {at=4618659.993056257, delay=0.005297007970511913, ms=00044}
22:49:14.559193 run osmo-ms-mob/00045: Starting mobile
22:49:14.576185 run osmo-ms-mob/00045(pid=180): Launched
22:49:14.600048 run mass: MS start registered {at=4618660.303370155, delay=0.014906956814229488, ms=00045}
22:49:14.865465 run osmo-ms-mob/00046: Starting mobile
22:49:14.884600 run osmo-ms-mob/00046(pid=181): Launched
22:49:14.898931 run mass: MS start registered {at=4618660.602273292, delay=3.111734986305237e-05, ms=00046}
22:49:14.990038 run mass: MS performed LU {at=4618660.69335631, lu_delay=5.429606574587524, ms=00031}
22:49:15.007652 run mass: MS performed LU {at=4618660.710986447, lu_delay=4.918871050700545, ms=00032}
22:49:15.023282 run osmo-ms-mob/00047: Starting mobile
22:49:15.040636 run osmo-ms-mob/00047(pid=182): Launched
22:49:15.054666 run mass: MS start registered {at=4618660.757983146, delay=0.0051714833825826645, ms=00047}
22:49:15.090847 run mass: MS performed LU {at=4618660.794184982, lu_delay=6.095568528398871, ms=00029}
22:49:15.280577 run mass: MS performed LU {at=4618660.983908737, lu_delay=5.8629454262554646, ms=00030}
22:49:15.292916 run osmo-ms-mob/00048: Starting mobile
22:49:15.308758 run osmo-ms-mob/00048(pid=183): Launched
22:49:15.316183 run mass: MS performed LU {at=4618661.019538771, lu_delay=4.812722420319915, ms=00033}
22:49:15.323381 run mass: MS start registered {at=4618661.026743681, delay=0.007229176349937916, ms=00048}
22:49:15.758987 run osmo-ms-mob/00049: Starting mobile
22:49:15.774119 run osmo-ms-mob/00049(pid=184): Launched
22:49:15.786583 run mass: MS start registered {at=4618661.489927096, delay=0.0055716512724757195, ms=00049}
22:49:16.063772 run osmo-ms-mob/00050: Starting mobile
22:49:16.079684 run osmo-ms-mob/00050(pid=185): Launched
22:49:16.092323 run mass: MS start registered {at=4618661.795670098, delay=0.005350310355424881, ms=00050}
22:49:16.459016 run osmo-ms-mob/00051: Starting mobile
22:49:16.473607 run osmo-ms-mob/00051(pid=186): Launched
22:49:16.486093 run mass: MS start registered {at=4618662.189440969, delay=0.0053749093785882, ms=00051}
22:49:16.763675 run osmo-ms-mob/00052: Starting mobile
22:49:16.780881 run osmo-ms-mob/00052(pid=187): Launched
22:49:16.801717 run mass: MS start registered {at=4618662.505054125, delay=0.010560468770563602, ms=00052}
22:49:16.992665 run mass: MS performed LU {at=4618662.695971567, lu_delay=4.4067460829392076, ms=00039}
22:49:17.012765 run osmo-ms-mob/00053: Starting mobile
22:49:17.029314 run osmo-ms-mob/00053(pid=188): Launched
22:49:17.036931 run mass: MS performed LU {at=4618662.740285719, lu_delay=5.053109852597117, ms=00037}
22:49:17.044525 run mass: MS performed LU {at=4618662.747888373, lu_delay=4.74926829058677, ms=00038}
22:49:17.051786 run mass: MS start registered {at=4618662.755149052, delay=0.014883901923894882, ms=00053}
22:49:17.065197 run osmo-ms-mob/00054: Starting mobile
22:49:17.080567 run osmo-ms-mob/00054(pid=189): Launched
22:49:17.093208 run mass: MS start registered {at=4618662.796555768, delay=0.0057311393320560455, ms=00054}
22:49:17.144518 run mass: MS performed LU {at=4618662.847850556, lu_delay=6.252753217704594, ms=00034}
22:49:17.200057 run mass: MS performed LU {at=4618662.90338809, lu_delay=6.00624795537442, ms=00035}
22:49:17.212089 run osmo-ms-mob/00055: Starting mobile
22:49:17.226998 run osmo-ms-mob/00055(pid=190): Launched
22:49:17.234617 run mass: MS performed LU {at=4618662.93797249, lu_delay=5.867263365536928, ms=00036}
22:49:17.241665 run mass: MS start registered {at=4618662.94502627, delay=0.007075663655996323, ms=00055}
22:49:17.960367 run osmo-ms-mob/00056: Starting mobile
22:49:17.977599 run osmo-ms-mob/00056(pid=191): Launched
22:49:17.992998 run mass: MS start registered {at=4618663.69634613, delay=0.007311522029340267, ms=00056}
22:49:18.259162 run osmo-ms-mob/00057: Starting mobile
22:49:18.275833 run osmo-ms-mob/00057(pid=192): Launched
22:49:18.289069 run mass: MS start registered {at=4618663.99240838, delay=0.005525588057935238, ms=00057}
22:49:18.658596 run osmo-ms-mob/00058: Starting mobile
22:49:18.672437 run osmo-ms-mob/00058(pid=193): Launched
22:49:18.683982 run mass: MS start registered {at=4618664.387328242, delay=0.005238354206085205, ms=00058}
22:49:18.755429 run mass: MS performed LU {at=4618664.458759553, lu_delay=5.433005858212709, ms=00042}
22:49:18.773984 run mass: MS performed LU {at=4618664.477329849, lu_delay=4.666830071248114, ms=00043}
22:49:18.785638 run osmo-ms-mob/00059: Starting mobile
22:49:18.800130 run osmo-ms-mob/00059(pid=194): Launched
22:49:18.812759 run mass: MS start registered {at=4618664.516094107, delay=0.005678513087332249, ms=00059}
22:49:18.857246 run mass: MS performed LU {at=4618664.560581056, lu_delay=5.587335152551532, ms=00041}
22:49:19.046671 run mass: MS performed LU {at=4618664.750004076, lu_delay=4.756947819143534, ms=00044}
22:49:19.059269 run osmo-ms-mob/00060: Starting mobile
22:49:19.075090 run osmo-ms-mob/00060(pid=195): Launched
22:49:19.082546 run mass: MS performed LU {at=4618664.785900393, lu_delay=6.0906839752569795, ms=00040}
22:49:19.089685 run mass: MS start registered {at=4618664.793048399, delay=0.007173157297074795, ms=00060}
22:49:20.137460 run osmo-ms-mob/00061: Starting mobile
22:49:20.152101 run osmo-ms-mob/00061(pid=196): Launched
22:49:20.158593 run mass: Starting too slowly. Moving on {now=4618665.86196137, sleep=-0.4065072415396571, target=4618665.455454129}
22:49:20.258961 run mass: MS start registered {at=4618665.962301557, delay=0.10034252516925335, ms=00061}
22:49:20.270420 run mass: Starting too slowly. Moving on {now=4618665.973787725, sleep=-0.4183335965499282, target=4618665.555454128}
22:49:20.276278 run mass: Starting too slowly. Moving on {now=4618665.97964858, sleep=-0.3241944517940283, target=4618665.655454128}
22:49:20.382360 run osmo-ms-mob/00062: Starting mobile
22:49:20.420423 run osmo-ms-mob/00062(pid=197): Launched
22:49:20.427383 run mass: Starting too slowly. Moving on {now=4618666.130750191, sleep=-0.37529606372117996, target=4618665.755454128}
22:49:20.434774 run mass: MS start registered {at=4618666.138130071, delay=0.007382392883300781, ms=00062}
22:49:20.442619 run mass: Starting too slowly. Moving on {now=4618666.145981701, sleep=-0.29052757378667593, target=4618665.855454127}
22:49:20.449624 run mass: Starting too slowly. Moving on {now=4618666.152990264, sleep=-0.1975361369550228, target=4618665.955454127}
22:49:20.470338 run osmo-ms-mob/00063: Starting mobile
22:49:20.486994 run osmo-ms-mob/00063(pid=198): Launched
22:49:20.494234 run mass: Starting too slowly. Moving on {now=4618666.197602631, sleep=-0.14214850403368473, target=4618666.055454127}
22:49:20.501273 run mass: Starting too slowly. Moving on {now=4618666.204641625, sleep=-0.04918749909847975, target=4618666.155454126}
22:49:20.508349 run mass: MS start registered {at=4618666.211705668, delay=0.01410538051277399, ms=00063}
22:49:20.658261 run osmo-ms-mob/00064: Starting mobile
22:49:20.671881 run osmo-ms-mob/00064(pid=199): Launched
22:49:20.683767 run mass: MS start registered {at=4618666.387108207, delay=0.005456182174384594, ms=00064}
22:49:21.090907 run osmo-ms-mob/00065: Starting mobile
22:49:21.104912 run osmo-ms-mob/00065(pid=200): Launched
22:49:21.116243 run mass: MS start registered {at=4618666.819595193, delay=0.005044234916567802, ms=00065}
22:49:21.359976 run osmo-ms-mob/00066: Starting mobile
22:49:21.376909 run osmo-ms-mob/00066(pid=201): Launched
22:49:21.391823 run mass: MS start registered {at=4618667.095157715, delay=0.0072633568197488785, ms=00066}
22:49:21.759729 run osmo-ms-mob/00067: Starting mobile
22:49:21.776204 run osmo-ms-mob/00067(pid=202): Launched
22:49:21.789553 run mass: MS start registered {at=4618667.492898408, delay=0.005602660588920116, ms=00067}
22:49:21.865862 run mass: MS performed LU {at=4618667.569195482, lu_delay=4.814046430401504, ms=00053}
22:49:22.059720 run osmo-ms-mob/00068: Starting mobile
22:49:22.075664 run osmo-ms-mob/00068(pid=203): Launched
22:49:22.083534 run mass: MS performed LU {at=4618667.786882669, lu_delay=3.7944742888212204, ms=00057}
22:49:22.091259 run mass: MS start registered {at=4618667.794619639, delay=0.007760435342788696, ms=00068}
22:49:22.143279 run mass: MS performed LU {at=4618667.846594597, lu_delay=6.819850916042924, ms=00048}
22:49:22.153353 run mass: MS performed LU {at=4618667.856715383, lu_delay=7.254442091099918, ms=00046}
22:49:22.167513 run osmo-ms-mob/00069: Starting mobile
22:49:22.184208 run osmo-ms-mob/00069(pid=204): Launched
22:49:22.197500 run mass: MS start registered {at=4618667.900835309, delay=0.005680825561285019, ms=00069}
22:49:22.205914 run mass: MS performed LU {at=4618667.90926638, lu_delay=6.113596281968057, ms=00050}
22:49:22.216538 run mass: MS performed LU {at=4618667.919890739, lu_delay=7.616520583629608, ms=00045}
22:49:22.322576 run mass: MS performed LU {at=4618668.025895434, lu_delay=7.267912288196385, ms=00047}
22:49:22.336348 run osmo-ms-mob/00070: Starting mobile
22:49:22.352632 run osmo-ms-mob/00070(pid=205): Launched
22:49:22.366459 run mass: MS start registered {at=4618668.069798382, delay=0.005935683846473694, ms=00070}
22:49:22.521416 run mass: MS performed LU {at=4618668.224750504, lu_delay=6.035309534519911, ms=00051}
22:49:22.539965 run mass: MS performed LU {at=4618668.243308914, lu_delay=5.73825478926301, ms=00052}
22:49:22.576520 run mass: MS performed LU {at=4618668.279827915, lu_delay=4.583481784909964, ms=00056}
22:49:22.589453 run osmo-ms-mob/00071: Starting mobile
22:49:22.605408 run osmo-ms-mob/00071(pid=206): Launched
22:49:22.619813 run mass: MS start registered {at=4618668.323159007, delay=0.007122175768017769, ms=00071}
22:49:22.830733 run mass: MS performed LU {at=4618668.534067621, lu_delay=5.589041351340711, ms=00055}
22:49:22.885733 run mass: MS performed LU {at=4618668.588985019, lu_delay=5.792429251596332, ms=00054}
22:49:23.426555 run mass: MS performed LU {at=4618669.129886288, lu_delay=4.336837889626622, ms=00060}
22:49:23.440338 run osmo-ms-mob/00072: Starting mobile
22:49:23.457409 run osmo-ms-mob/00072(pid=207): Launched
22:49:23.471551 run mass: MS start registered {at=4618669.174899894, delay=0.006262386217713356, ms=00072}
22:49:23.486197 run mass: MS performed LU {at=4618669.18953626, lu_delay=4.673442153260112, ms=00059}
22:49:24.058289 run osmo-ms-mob/00073: Starting mobile
22:49:24.072955 run osmo-ms-mob/00073(pid=208): Launched
22:49:24.084846 run mass: MS start registered {at=4618669.788199012, delay=0.005230887793004513, ms=00073}
22:49:24.460296 run osmo-ms-mob/00074: Starting mobile
22:49:24.478350 run osmo-ms-mob/00074(pid=209): Launched
22:49:24.492164 run mass: MS start registered {at=4618670.195514062, delay=0.0025282464921474457, ms=00074}
22:49:24.857968 run osmo-ms-mob/00075: Starting mobile
22:49:24.871766 run osmo-ms-mob/00075(pid=210): Launched
22:49:24.884059 run mass: MS start registered {at=4618670.587382505, delay=0.0013349512591958046, ms=00075}
22:49:25.360424 run osmo-ms-mob/00076: Starting mobile
22:49:25.378525 run osmo-ms-mob/00076(pid=211): Launched
22:49:25.391985 run mass: MS start registered {at=4618671.095326321, delay=0.005630849860608578, ms=00076}
22:49:25.447249 run mass: MS performed LU {at=4618671.150539762, lu_delay=6.763211520388722, ms=00058}
22:49:25.803117 run osmo-ms-mob/00077: Starting mobile
22:49:25.817837 run osmo-ms-mob/00077(pid=212): Launched
22:49:25.835268 run mass: MS start registered {at=4618671.538624442, delay=1.9031576812267303e-05, ms=00077}
22:49:25.964133 run mass: MS performed LU {at=4618671.667432037, lu_delay=5.705130480229855, ms=00061}
22:49:26.263231 run osmo-ms-mob/00078: Starting mobile
22:49:26.280213 run osmo-ms-mob/00078(pid=213): Launched
22:49:26.293742 run mass: MS start registered {at=4618671.997089313, delay=0.004402521066367626, ms=00078}
22:49:26.305418 run mass: MS performed LU {at=4618672.008752279, lu_delay=5.621644072234631, ms=00064}
22:49:26.453151 run mass: MS performed LU {at=4618672.156482863, lu_delay=6.018352792598307, ms=00062}
22:49:26.559899 run mass: MS performed LU {at=4618672.263221047, lu_delay=4.770322638563812, ms=00067}
22:49:26.573568 run osmo-ms-mob/00079: Starting mobile
22:49:26.590132 run osmo-ms-mob/00079(pid=214): Launched
22:49:26.597963 run mass: MS performed LU {at=4618672.301315569, lu_delay=5.4817203767597675, ms=00065}
22:49:26.605397 run mass: MS start registered {at=4618672.308760688, delay=0.007467595860362053, ms=00079}
22:49:27.159170 run osmo-ms-mob/00080: Starting mobile
22:49:27.177506 run osmo-ms-mob/00080(pid=215): Launched
22:49:27.190273 run mass: MS start registered {at=4618672.893619627, delay=0.005183982662856579, ms=00080}
22:49:27.659038 run osmo-ms-mob/00081: Starting mobile
22:49:27.674681 run osmo-ms-mob/00081(pid=216): Launched
22:49:27.687549 run mass: MS start registered {at=4618673.390900562, delay=0.004715299233794212, ms=00081}
22:49:28.058202 run osmo-ms-mob/00082: Starting mobile
22:49:28.072095 run osmo-ms-mob/00082(pid=217): Launched
22:49:28.083980 run mass: MS start registered {at=4618673.787329607, delay=0.005305632017552853, ms=00082}
22:49:28.262523 run mass: MS performed LU {at=4618673.965831553, lu_delay=6.064996243454516, ms=00069}
22:49:28.272037 run mass: MS performed LU {at=4618673.975365036, lu_delay=5.905566654168069, ms=00070}
22:49:28.290538 run mass: MS performed LU {at=4618673.993872102, lu_delay=6.1992524629458785, ms=00068}
22:49:28.516065 run mass: MS performed LU {at=4618674.219400158, lu_delay=5.044500264339149, ms=00072}
22:49:28.528827 run osmo-ms-mob/00083: Starting mobile
22:49:28.543566 run osmo-ms-mob/00083(pid=218): Launched
22:49:28.555409 run mass: MS start registered {at=4618674.258759355, delay=0.0051506878808140755, ms=00083}
22:49:29.162994 run osmo-ms-mob/00084: Starting mobile
22:49:29.178261 run osmo-ms-mob/00084(pid=219): Launched
22:49:29.190284 run mass: MS start registered {at=4618674.89362581, delay=0.005305701866745949, ms=00084}
22:49:29.658767 run osmo-ms-mob/00085: Starting mobile
22:49:29.672858 run osmo-ms-mob/00085(pid=220): Launched
22:49:29.684533 run mass: MS start registered {at=4618675.387881814, delay=0.005130608566105366, ms=00085}
22:49:30.200777 run mass: MS performed LU {at=4618675.904087876, lu_delay=4.808761554770172, ms=00076}
22:49:30.226327 run osmo-ms-mob/00086: Starting mobile
22:49:30.257314 run osmo-ms-mob/00086(pid=221): Launched
22:49:30.272282 run mass: MS performed LU {at=4618675.975626246, lu_delay=6.1874272339046, ms=00073}
22:49:30.286606 run mass: MS start registered {at=4618675.989959441, delay=0.014369630254805088, ms=00086}
22:49:30.325370 run mass: MS performed LU {at=4618676.028688831, lu_delay=5.833174768835306, ms=00074}
22:49:30.579666 run mass: MS performed LU {at=4618676.282978145, lu_delay=4.744353703223169, ms=00077}
22:49:30.865119 run osmo-ms-mob/00087: Starting mobile
22:49:30.882765 run osmo-ms-mob/00087(pid=222): Launched
22:49:30.904303 run mass: MS start registered {at=4618676.607638901, delay=0.012993563897907734, ms=00087}
22:49:31.464440 run osmo-ms-mob/00088: Starting mobile
22:49:31.491001 run osmo-ms-mob/00088(pid=223): Launched
22:49:31.505764 run mass: MS start registered {at=4618677.209085625, delay=0.005764272063970566, ms=00088}
22:49:32.028357 run mass: MS performed LU {at=4618677.731671988, lu_delay=4.8380523612722754, ms=00080}
22:49:32.043164 run osmo-ms-mob/00089: Starting mobile
22:49:32.060958 run osmo-ms-mob/00089(pid=224): Launched
22:49:32.068990 run mass: MS performed LU {at=4618677.772343146, lu_delay=5.463582457974553, ms=00079}
22:49:32.076732 run mass: MS performed LU {at=4618677.78009463, lu_delay=5.7830053167417645, ms=00078}
22:49:32.084245 run mass: MS start registered {at=4618677.787609887, delay=0.015292102470993996, ms=00089}
22:49:32.516817 run mass: MS performed LU {at=4618678.220148568, lu_delay=4.8292480064556, ms=00081}
22:49:32.659214 run osmo-ms-mob/00090: Starting mobile
22:49:32.676138 run osmo-ms-mob/00090(pid=225): Launched
22:49:32.689933 run mass: MS start registered {at=4618678.393279255, delay=0.006042158231139183, ms=00090}
22:49:33.359398 run osmo-ms-mob/00091: Starting mobile
22:49:33.376364 run osmo-ms-mob/00091(pid=226): Launched
22:49:33.389972 run mass: MS start registered {at=4618679.093318095, delay=0.006037093698978424, ms=00091}
22:49:33.966116 run mass: MS performed LU {at=4618679.669449819, lu_delay=5.41069046407938, ms=00083}
22:49:33.978490 run osmo-ms-mob/00092: Starting mobile
22:49:33.993911 run osmo-ms-mob/00092(pid=227): Launched
22:49:34.001332 run mass: MS performed LU {at=4618679.704686065, lu_delay=5.917356458492577, ms=00082}
22:49:34.009142 run mass: MS start registered {at=4618679.712495368, delay=0.00783373974263668, ms=00092}
22:49:34.054380 run mass: MS performed LU {at=4618679.757713521, lu_delay=4.864087711088359, ms=00084}
22:49:34.863673 run osmo-ms-mob/00093: Starting mobile
22:49:34.881103 run osmo-ms-mob/00093(pid=228): Launched
22:49:34.902629 run mass: MS start registered {at=4618680.605951403, delay=0.011324552819132805, ms=00093}
22:49:35.739163 run mass: MS performed LU {at=4618681.442469611, lu_delay=6.0545877972617745, ms=00085}
22:49:35.752418 run osmo-ms-mob/00094: Starting mobile
22:49:35.769671 run osmo-ms-mob/00094(pid=229): Launched
22:49:35.783711 run mass: MS start registered {at=4618681.487047158, delay=0.0031226584687829018, ms=00094}
22:49:35.803531 run mass: MS performed LU {at=4618681.506860734, lu_delay=4.8992218328639865, ms=00087}
22:49:35.821701 run mass: MS performed LU {at=4618681.525020666, lu_delay=5.535061225295067, ms=00086}
22:49:36.662931 run osmo-ms-mob/00095: Starting mobile
22:49:36.681823 run osmo-ms-mob/00095(pid=230): Launched
22:49:36.702190 run mass: MS start registered {at=4618682.405502395, delay=0.011073941364884377, ms=00095}
22:49:37.665070 run osmo-ms-mob/00096: Starting mobile
22:49:37.695505 run osmo-ms-mob/00096(pid=231): Launched
22:49:37.717352 run mass: MS start registered {at=4618683.420674088, delay=0.007829190231859684, ms=00096}
22:49:37.731945 run mass: MS performed LU {at=4618683.435273873, lu_delay=5.041994617320597, ms=00090}
22:49:37.750447 run mass: MS performed LU {at=4618683.453767406, lu_delay=5.666157518513501, ms=00089}
22:49:37.820178 run mass: MS performed LU {at=4618683.523481268, lu_delay=6.314395643770695, ms=00088}
22:49:38.074219 run mass: MS performed LU {at=4618683.777534073, lu_delay=22.287606976926327, ms=00049}
22:49:38.758405 run osmo-ms-mob/00097: Starting mobile
22:49:38.772496 run osmo-ms-mob/00097(pid=232): Launched
22:49:38.784464 run mass: MS start registered {at=4618684.487803718, delay=0.005613785237073898, ms=00097}
22:49:39.504639 run mass: MS performed LU {at=4618685.207964708, lu_delay=4.6020133048295975, ms=00093}
22:49:39.569330 run mass: MS performed LU {at=4618685.27266165, lu_delay=5.56016628164798, ms=00092}
22:49:39.587556 run mass: MS performed LU {at=4618685.290905514, lu_delay=6.197587418369949, ms=00091}
22:49:40.058710 run osmo-ms-mob/00098: Starting mobile
22:49:40.073422 run osmo-ms-mob/00098(pid=233): Launched
22:49:40.086657 run mass: MS start registered {at=4618685.789988755, delay=0.006433982402086258, ms=00098}
22:49:41.498100 run mass: MS performed LU {at=4618687.201416967, lu_delay=5.714369809255004, ms=00094}
22:49:41.516311 run mass: MS performed LU {at=4618687.219630257, lu_delay=4.814127862453461, ms=00095}
22:49:41.862438 run osmo-ms-mob/00099: Starting mobile
22:49:41.878406 run osmo-ms-mob/00099(pid=234): Launched
22:49:41.885694 run mass: All started... {duration=55.733607567846775, too_slow=13}
22:49:41.892607 run mass: MS start registered {at=4618687.595963609, delay=0.006905067712068558, ms=00099}
22:49:43.335797 run mass: MS performed LU {at=4618689.039085824, lu_delay=5.6184117356315255, ms=00096}
22:49:43.590102 run mass: MS performed LU {at=4618689.293405719, lu_delay=23.08170005120337, ms=00063}
22:49:43.704367 run mass: MS performed LU {at=4618689.407645736, lu_delay=4.919842017814517, ms=00097}
22:49:43.722841 run mass: MS performed LU {at=4618689.426185989, lu_delay=22.33102827426046, ms=00066}
22:49:45.264463 run mass: MS performed LU {at=4618690.967755779, lu_delay=5.177767023444176, ms=00098}
22:49:45.753249 run mass: MS performed LU {at=4618691.456558533, lu_delay=23.133399525657296, ms=00071}
22:49:47.100918 run mass: MS performed LU {at=4618692.804230709, lu_delay=5.208267099224031, ms=00099}
22:49:47.354863 run mass: MS performed LU {at=4618693.058158795, lu_delay=22.470776290632784, ms=00075}
22:49:47.374933 run mass: Tests done {all_completed=True, max=23.133399525657296, min=3.7944742888212204}
22:49:47.393574 tst register_default_mass.py: Test passed (89.5 sec)
22:49:47.410387 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:47.419532 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:47.428266 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:47.437191 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:47.445202 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:47.454159 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:47.462505 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:47.469862 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:47.477857 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:47.487025 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:47.495953 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:47.507126 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:47.516322 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:47.525107 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:47.533019 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:47.542292 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:47.557655 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:47.565891 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:47.573199 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:47.581337 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:47.588727 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:47.598492 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:47.606294 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:47.614385 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:47.623043 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:47.631854 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:47.641147 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:47.652849 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:47.662468 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:47.670493 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:47.679787 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:47.687668 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:47.693785 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:47.700753 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:47.708441 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:47.716973 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:47.725220 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:47.735174 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:47.744049 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:47.753106 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:47.763420 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:47.772458 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:47.781268 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:47.790158 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:47.798796 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:47.809151 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:47.817166 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:47.826559 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:47.836241 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:47.845998 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:47.854278 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:47.863282 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:47.871409 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:47.879166 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:47.886228 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:47.896168 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:47.904852 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:47.914006 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:47.922807 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:47.931628 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:47.939924 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:47.950372 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:47.961535 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:47.972690 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:47.984036 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:47.996042 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:48.006945 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:48.018186 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:48.027976 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:48.036667 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:48.046998 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:48.055606 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:48.065526 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:48.074785 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:48.083617 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:48.092229 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:48.100905 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:48.109746 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:48.118408 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:48.127059 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:48.135718 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:48.143299 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:48.151509 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:48.159642 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:48.167908 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:48.176813 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:48.185660 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:48.194714 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:48.203488 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:48.212933 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:48.222478 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:48.230855 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:48.239430 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:48.248881 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:48.259316 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:48.267972 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:48.276352 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:48.283619 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:48.292139 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:48.301522 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:48.310848 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:48.320062 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:48.328851 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:48.337011 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:48.346291 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:48.355560 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:48.366542 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:48.375885 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:48.384805 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:48.394984 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:48.403774 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:48.411664 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:48.420137 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:48.429725 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:48.438649 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:48.447466 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:48.455698 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:48.462786 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:48.470822 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:48.480833 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:48.491419 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:48.501919 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:48.512206 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:48.522908 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:48.533397 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:48.543850 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:48.554437 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:48.564868 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:48.575091 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:48.585783 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:48.596087 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:48.606319 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:48.616532 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:48.626695 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:48.637069 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:48.647273 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:48.657700 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:48.667843 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:48.677958 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:48.688407 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:48.698879 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:48.708802 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:48.718971 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:48.729204 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:48.739669 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:48.750012 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:48.760500 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:48.770716 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:48.780938 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:48.791259 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:48.799380 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:48.806201 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:48.813026 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:48.820792 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:48.830640 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:48.839570 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:48.846648 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:48.854433 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:48.862751 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:48.869657 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:48.876811 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:48.883738 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:48.891339 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:48.898450 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:48.907061 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:48.914133 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:48.923036 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:48.932080 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:48.941991 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:48.950565 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:48.959253 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:48.967834 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:48.976171 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:48.983171 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:48.989482 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:48.996443 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:49.002885 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:49.010498 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:49.018233 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:49.024416 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:49.030220 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:49.035430 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:49.040663 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:49.046255 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:49.051506 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:49.056604 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:49.061642 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:49.066546 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:49.071402 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:49.076265 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:49.081061 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:49.085857 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:49.091050 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:49.096153 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:49.101300 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:49.106033 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:49.111044 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:49.115954 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:49.120837 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:49.125727 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:49.141396 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:49.145778 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:49.150357 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:49.155097 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:49.160219 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:49.165185 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:49.170101 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:49.174946 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:49.179671 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:49.184344 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:49.189060 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:49.194042 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:49.198869 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:49.204319 --- ParallelTerminationStrategy: PID 22 died...
22:49:49.206519 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:49.212298 --- ParallelTerminationStrategy: PID 23 died...
22:49:49.214469 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:49.219704 --- ParallelTerminationStrategy: PID 24 died...
22:49:49.221848 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:49.227449 --- ParallelTerminationStrategy: PID 25 died...
22:49:49.229878 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:49.235391 --- ParallelTerminationStrategy: PID 26 died...
22:49:49.237586 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:49.243173 --- ParallelTerminationStrategy: PID 27 died...
22:49:49.245393 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:49.250797 --- ParallelTerminationStrategy: PID 28 died...
22:49:49.252992 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:49.258389 --- ParallelTerminationStrategy: PID 29 died...
22:49:49.260779 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:49.266745 --- ParallelTerminationStrategy: PID 30 died...
22:49:49.268969 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:49.274327 --- ParallelTerminationStrategy: PID 31 died...
22:49:49.276623 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:49.282403 --- ParallelTerminationStrategy: PID 32 died...
22:49:49.284741 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:49.290263 --- ParallelTerminationStrategy: PID 33 died...
22:49:49.292755 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:49.299172 --- ParallelTerminationStrategy: PID 35 died...
22:49:49.301503 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:49.307023 --- ParallelTerminationStrategy: PID 36 died...
22:49:49.309203 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:49.314592 --- ParallelTerminationStrategy: PID 37 died...
22:49:49.316787 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:49.322475 --- ParallelTerminationStrategy: PID 38 died...
22:49:49.324845 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:49.330435 --- ParallelTerminationStrategy: PID 39 died...
22:49:49.332595 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:49.338065 --- ParallelTerminationStrategy: PID 40 died...
22:49:49.340463 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:49.346184 --- ParallelTerminationStrategy: PID 41 died...
22:49:49.348407 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:49.353841 --- ParallelTerminationStrategy: PID 42 died...
22:49:49.356026 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:49.361379 --- ParallelTerminationStrategy: PID 43 died...
22:49:49.363537 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:49.368850 --- ParallelTerminationStrategy: PID 44 died...
22:49:49.371007 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:49.376366 --- ParallelTerminationStrategy: PID 45 died...
22:49:49.378625 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:49.383961 --- ParallelTerminationStrategy: PID 46 died...
22:49:49.386081 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:49.391304 --- ParallelTerminationStrategy: PID 47 died...
22:49:49.393502 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:49.401300 --- ParallelTerminationStrategy: PID 48 died...
22:49:49.405769 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:49.416143 --- ParallelTerminationStrategy: PID 49 died...
22:49:49.420407 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:49.430617 --- ParallelTerminationStrategy: PID 50 died...
22:49:49.434709 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:49.442903 --- ParallelTerminationStrategy: PID 51 died...
22:49:49.445137 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:49.450548 --- ParallelTerminationStrategy: PID 52 died...
22:49:49.452862 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:49.458237 --- ParallelTerminationStrategy: PID 53 died...
22:49:49.460443 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:49.466192 --- ParallelTerminationStrategy: PID 54 died...
22:49:49.468312 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:49.473796 --- ParallelTerminationStrategy: PID 55 died...
22:49:49.475940 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:49.481306 --- ParallelTerminationStrategy: PID 56 died...
22:49:49.483489 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:49.488781 --- ParallelTerminationStrategy: PID 57 died...
22:49:49.490962 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:49.496204 --- ParallelTerminationStrategy: PID 58 died...
22:49:49.498588 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:49.509119 --- ParallelTerminationStrategy: PID 59 died...
22:49:49.513329 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:49.523552 --- ParallelTerminationStrategy: PID 60 died...
22:49:49.527983 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:49.538455 --- ParallelTerminationStrategy: PID 61 died...
22:49:49.542689 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:49.552885 --- ParallelTerminationStrategy: PID 62 died...
22:49:49.557159 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:49.567406 --- ParallelTerminationStrategy: PID 63 died...
22:49:49.571690 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:49.581863 --- ParallelTerminationStrategy: PID 64 died...
22:49:49.586078 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:49.596162 --- ParallelTerminationStrategy: PID 65 died...
22:49:49.600400 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:49.610672 --- ParallelTerminationStrategy: PID 66 died...
22:49:49.614936 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:49.624984 --- ParallelTerminationStrategy: PID 67 died...
22:49:49.629141 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:49.639516 --- ParallelTerminationStrategy: PID 68 died...
22:49:49.643693 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:49.654125 --- ParallelTerminationStrategy: PID 69 died...
22:49:49.658425 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:49.668796 --- ParallelTerminationStrategy: PID 70 died...
22:49:49.673082 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:49.683565 --- ParallelTerminationStrategy: PID 71 died...
22:49:49.687800 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:49.697923 --- ParallelTerminationStrategy: PID 72 died...
22:49:49.702192 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:49.713323 --- ParallelTerminationStrategy: PID 73 died...
22:49:49.717943 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:49.729061 --- ParallelTerminationStrategy: PID 74 died...
22:49:49.733664 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:49.744988 --- ParallelTerminationStrategy: PID 75 died...
22:49:49.749997 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:49.761746 --- ParallelTerminationStrategy: PID 76 died...
22:49:49.766481 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:49.777833 --- ParallelTerminationStrategy: PID 77 died...
22:49:49.782637 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:49.794002 --- ParallelTerminationStrategy: PID 78 died...
22:49:49.798598 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:49.809930 --- ParallelTerminationStrategy: PID 79 died...
22:49:49.814522 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:49.825598 --- ParallelTerminationStrategy: PID 80 died...
22:49:49.830411 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:49.841903 --- ParallelTerminationStrategy: PID 81 died...
22:49:49.846929 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:49.858175 --- ParallelTerminationStrategy: PID 82 died...
22:49:49.862859 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:49.874463 --- ParallelTerminationStrategy: PID 83 died...
22:49:49.879146 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:49.890825 --- ParallelTerminationStrategy: PID 84 died...
22:49:49.895580 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:49.906749 --- ParallelTerminationStrategy: PID 85 died...
22:49:49.911264 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:49.922142 --- ParallelTerminationStrategy: PID 86 died...
22:49:49.926749 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:49.938060 --- ParallelTerminationStrategy: PID 87 died...
22:49:49.942820 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:49.954206 --- ParallelTerminationStrategy: PID 88 died...
22:49:49.958347 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:49.967479 --- ParallelTerminationStrategy: PID 89 died...
22:49:49.971197 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:49.980966 --- ParallelTerminationStrategy: PID 90 died...
22:49:49.985028 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:49.994831 --- ParallelTerminationStrategy: PID 91 died...
22:49:49.998833 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:50.008487 --- ParallelTerminationStrategy: PID 92 died...
22:49:50.012461 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:50.022088 --- ParallelTerminationStrategy: PID 93 died...
22:49:50.025954 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:50.035376 --- ParallelTerminationStrategy: PID 94 died...
22:49:50.039175 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:50.048612 --- ParallelTerminationStrategy: PID 95 died...
22:49:50.052533 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:50.062090 --- ParallelTerminationStrategy: PID 96 died...
22:49:50.066062 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:50.075494 --- ParallelTerminationStrategy: PID 97 died...
22:49:50.079423 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:50.088794 --- ParallelTerminationStrategy: PID 98 died...
22:49:50.092621 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:50.101916 --- ParallelTerminationStrategy: PID 99 died...
22:49:50.105983 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:50.115954 --- ParallelTerminationStrategy: PID 100 died...
22:49:50.120021 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:50.129895 --- ParallelTerminationStrategy: PID 101 died...
22:49:50.134007 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:50.143819 --- ParallelTerminationStrategy: PID 102 died...
22:49:50.147994 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:50.157816 --- ParallelTerminationStrategy: PID 103 died...
22:49:50.161754 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:50.171531 --- ParallelTerminationStrategy: PID 104 died...
22:49:50.175154 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:50.185047 --- ParallelTerminationStrategy: PID 105 died...
22:49:50.189297 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:50.199404 --- ParallelTerminationStrategy: PID 106 died...
22:49:50.203571 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:50.213525 --- ParallelTerminationStrategy: PID 107 died...
22:49:50.217491 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:50.227333 --- ParallelTerminationStrategy: PID 108 died...
22:49:50.232579 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:50.242092 --- ParallelTerminationStrategy: PID 109 died...
22:49:50.246069 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:50.255640 --- ParallelTerminationStrategy: PID 110 died...
22:49:50.259583 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:50.269154 --- ParallelTerminationStrategy: PID 111 died...
22:49:50.273145 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:50.282491 --- ParallelTerminationStrategy: PID 112 died...
22:49:50.286378 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:50.296343 --- ParallelTerminationStrategy: PID 113 died...
22:49:50.300381 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:50.310458 --- ParallelTerminationStrategy: PID 114 died...
22:49:50.314585 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:50.324466 --- ParallelTerminationStrategy: PID 115 died...
22:49:50.328465 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:50.337963 --- ParallelTerminationStrategy: PID 116 died...
22:49:50.341940 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:50.351641 --- ParallelTerminationStrategy: PID 117 died...
22:49:50.355617 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:50.365502 --- ParallelTerminationStrategy: PID 118 died...
22:49:50.369678 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:50.379557 --- ParallelTerminationStrategy: PID 119 died...
22:49:50.383644 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:50.393587 --- ParallelTerminationStrategy: PID 120 died...
22:49:50.397619 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:50.407010 --- ParallelTerminationStrategy: PID 121 died...
22:49:50.411237 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:50.419113 --- ParallelTerminationStrategy: PID 122 died...
22:49:50.422253 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:50.432062 --- ParallelTerminationStrategy: PID 123 died...
22:49:50.435981 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:50.448291 --- ParallelTerminationStrategy: PID 124 died...
22:49:50.452582 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:50.461775 --- ParallelTerminationStrategy: PID 125 died...
22:49:50.465788 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:50.474150 --- ParallelTerminationStrategy: PID 126 died...
22:49:50.477345 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:50.485532 --- ParallelTerminationStrategy: PID 127 died...
22:49:50.489604 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:50.499118 --- ParallelTerminationStrategy: PID 128 died...
22:49:50.503072 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:50.512646 --- ParallelTerminationStrategy: PID 129 died...
22:49:50.516505 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:50.526122 --- ParallelTerminationStrategy: PID 130 died...
22:49:50.530095 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:50.539004 --- ParallelTerminationStrategy: PID 131 died...
22:49:50.543106 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:50.552171 --- ParallelTerminationStrategy: PID 132 died...
22:49:50.556221 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:50.565560 --- ParallelTerminationStrategy: PID 133 died...
22:49:50.569640 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:50.579109 --- ParallelTerminationStrategy: PID 134 died...
22:49:50.583274 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:50.593335 --- ParallelTerminationStrategy: PID 135 died...
22:49:50.597532 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:50.607697 --- ParallelTerminationStrategy: PID 136 died...
22:49:50.611744 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:50.621517 --- ParallelTerminationStrategy: PID 137 died...
22:49:50.625533 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:50.635088 --- ParallelTerminationStrategy: PID 138 died...
22:49:50.639103 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:50.648424 --- ParallelTerminationStrategy: PID 139 died...
22:49:50.652270 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:50.661715 --- ParallelTerminationStrategy: PID 140 died...
22:49:50.665553 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:50.675031 --- ParallelTerminationStrategy: PID 141 died...
22:49:50.678912 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:50.688402 --- ParallelTerminationStrategy: PID 142 died...
22:49:50.692478 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:50.700615 --- ParallelTerminationStrategy: PID 143 died...
22:49:50.704359 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:50.714514 --- ParallelTerminationStrategy: PID 144 died...
22:49:50.718549 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:50.728657 --- ParallelTerminationStrategy: PID 145 died...
22:49:50.732833 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:50.742483 --- ParallelTerminationStrategy: PID 146 died...
22:49:50.744984 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:50.753697 --- ParallelTerminationStrategy: PID 147 died...
22:49:50.757499 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:50.767481 --- ParallelTerminationStrategy: PID 148 died...
22:49:50.771663 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:50.781767 --- ParallelTerminationStrategy: PID 149 died...
22:49:50.786036 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:50.795696 --- ParallelTerminationStrategy: PID 150 died...
22:49:50.799608 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:50.808765 --- ParallelTerminationStrategy: PID 151 died...
22:49:50.844437 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:50.853448 --- ParallelTerminationStrategy: PID 152 died...
22:49:50.857297 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:50.867226 --- ParallelTerminationStrategy: PID 153 died...
22:49:50.870749 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:50.877975 --- ParallelTerminationStrategy: PID 154 died...
22:49:50.880951 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:50.887359 --- ParallelTerminationStrategy: PID 155 died...
22:49:50.890157 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:50.898386 --- ParallelTerminationStrategy: PID 156 died...
22:49:50.901747 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:50.910894 --- ParallelTerminationStrategy: PID 157 died...
22:49:50.914255 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:50.920840 --- ParallelTerminationStrategy: PID 158 died...
22:49:50.923180 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:50.929719 --- ParallelTerminationStrategy: PID 159 died...
22:49:50.933001 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:50.941574 --- ParallelTerminationStrategy: PID 160 died...
22:49:50.945204 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:50.953984 --- ParallelTerminationStrategy: PID 161 died...
22:49:50.957708 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:50.966556 --- ParallelTerminationStrategy: PID 162 died...
22:49:50.970549 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:50.979096 --- ParallelTerminationStrategy: PID 163 died...
22:49:50.981992 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:50.989283 --- ParallelTerminationStrategy: PID 164 died...
22:49:50.993003 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:50.999672 --- ParallelTerminationStrategy: PID 165 died...
22:49:51.002160 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:51.008587 --- ParallelTerminationStrategy: PID 166 died...
22:49:51.011759 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:51.020694 --- ParallelTerminationStrategy: PID 167 died...
22:49:51.023226 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:51.028842 --- ParallelTerminationStrategy: PID 168 died...
22:49:51.031043 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:51.036194 --- ParallelTerminationStrategy: PID 169 died...
22:49:51.038226 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:51.043055 --- ParallelTerminationStrategy: PID 170 died...
22:49:51.044953 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:51.049596 --- ParallelTerminationStrategy: PID 171 died...
22:49:51.051504 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:51.056180 --- ParallelTerminationStrategy: PID 172 died...
22:49:51.058100 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:51.064282 --- ParallelTerminationStrategy: PID 173 died...
22:49:51.066809 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:51.074686 --- ParallelTerminationStrategy: PID 174 died...
22:49:51.077394 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:51.084436 --- ParallelTerminationStrategy: PID 175 died...
22:49:51.087089 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:51.096019 --- ParallelTerminationStrategy: PID 176 died...
22:49:51.099538 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:51.106998 --- ParallelTerminationStrategy: PID 177 died...
22:49:51.110904 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:51.122093 --- ParallelTerminationStrategy: PID 178 died...
22:49:51.126529 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:51.137258 --- ParallelTerminationStrategy: PID 179 died...
22:49:51.141904 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:51.152846 --- ParallelTerminationStrategy: PID 180 died...
22:49:51.157301 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:51.168260 --- ParallelTerminationStrategy: PID 181 died...
22:49:51.172603 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:51.183210 --- ParallelTerminationStrategy: PID 182 died...
22:49:51.187542 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:51.198295 --- ParallelTerminationStrategy: PID 183 died...
22:49:51.202707 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:51.209379 --- ParallelTerminationStrategy: PID 184 died...
22:49:51.211615 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:51.217503 --- ParallelTerminationStrategy: PID 185 died...
22:49:51.219855 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:51.225982 --- ParallelTerminationStrategy: PID 186 died...
22:49:51.230696 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:51.241798 --- ParallelTerminationStrategy: PID 187 died...
22:49:51.246474 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:51.257684 --- ParallelTerminationStrategy: PID 188 died...
22:49:51.262574 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:51.273668 --- ParallelTerminationStrategy: PID 189 died...
22:49:51.278253 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:51.289545 --- ParallelTerminationStrategy: PID 190 died...
22:49:51.294269 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:51.305932 --- ParallelTerminationStrategy: PID 191 died...
22:49:51.310640 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:51.322142 --- ParallelTerminationStrategy: PID 192 died...
22:49:51.326888 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:51.338090 --- ParallelTerminationStrategy: PID 193 died...
22:49:51.342513 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:51.353367 --- ParallelTerminationStrategy: PID 194 died...
22:49:51.357775 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:51.368413 --- ParallelTerminationStrategy: PID 195 died...
22:49:51.372723 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:51.383176 --- ParallelTerminationStrategy: PID 196 died...
22:49:51.386338 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:51.391740 --- ParallelTerminationStrategy: PID 197 died...
22:49:51.393843 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:51.399005 --- ParallelTerminationStrategy: PID 198 died...
22:49:51.401169 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:51.406262 --- ParallelTerminationStrategy: PID 199 died...
22:49:51.408277 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:51.413030 --- ParallelTerminationStrategy: PID 200 died...
22:49:51.414866 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:51.419371 --- ParallelTerminationStrategy: PID 201 died...
22:49:51.421144 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:51.425464 --- ParallelTerminationStrategy: PID 202 died...
22:49:51.427217 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:51.431598 --- ParallelTerminationStrategy: PID 203 died...
22:49:51.433317 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:51.437582 --- ParallelTerminationStrategy: PID 204 died...
22:49:51.439379 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:51.443868 --- ParallelTerminationStrategy: PID 205 died...
22:49:51.445806 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:51.456798 --- ParallelTerminationStrategy: PID 206 died...
22:49:51.461338 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:51.472073 --- ParallelTerminationStrategy: PID 207 died...
22:49:51.476499 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:51.487481 --- ParallelTerminationStrategy: PID 208 died...
22:49:51.492147 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:51.503723 --- ParallelTerminationStrategy: PID 209 died...
22:49:51.508340 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:51.519041 --- ParallelTerminationStrategy: PID 210 died...
22:49:51.522954 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:51.532751 --- ParallelTerminationStrategy: PID 211 died...
22:49:51.535778 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:51.544685 --- ParallelTerminationStrategy: PID 212 died...
22:49:51.547772 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:51.555906 --- ParallelTerminationStrategy: PID 213 died...
22:49:51.558711 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:51.565120 --- ParallelTerminationStrategy: PID 214 died...
22:49:51.567688 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:51.574323 --- ParallelTerminationStrategy: PID 215 died...
22:49:51.577119 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:51.583679 --- ParallelTerminationStrategy: PID 216 died...
22:49:51.586281 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:51.593935 --- ParallelTerminationStrategy: PID 217 died...
22:49:51.598017 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:51.605148 --- ParallelTerminationStrategy: PID 218 died...
22:49:51.608195 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:51.615719 --- ParallelTerminationStrategy: PID 219 died...
22:49:51.618527 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:51.625334 --- ParallelTerminationStrategy: PID 220 died...
22:49:51.627918 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:51.635105 --- ParallelTerminationStrategy: PID 221 died...
22:49:51.638321 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:51.645343 --- ParallelTerminationStrategy: PID 222 died...
22:49:51.647802 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:51.655274 --- ParallelTerminationStrategy: PID 223 died...
22:49:51.658286 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:51.666605 --- ParallelTerminationStrategy: PID 224 died...
22:49:51.671861 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:51.681204 --- ParallelTerminationStrategy: PID 225 died...
22:49:51.683832 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:51.690262 --- ParallelTerminationStrategy: PID 226 died...
22:49:51.693035 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:51.700008 --- ParallelTerminationStrategy: PID 227 died...
22:49:51.703329 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:51.710992 --- ParallelTerminationStrategy: PID 228 died...
22:49:51.713526 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:51.721840 --- ParallelTerminationStrategy: PID 229 died...
22:49:51.724731 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:51.731327 --- ParallelTerminationStrategy: PID 230 died...
22:49:51.734373 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:51.742726 --- ParallelTerminationStrategy: PID 231 died...
22:49:51.745902 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:51.752680 --- ParallelTerminationStrategy: PID 232 died...
22:49:51.755728 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:51.762209 --- ParallelTerminationStrategy: PID 233 died...
22:49:51.765469 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:51.772169 --- ParallelTerminationStrategy: PID 234 died...
22:49:51.775060 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:52.676964 --- ParallelTerminationStrategy: PID 34 died...
22:49:52.681258 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7898 netreg_mass PASS
---------------------------------------------------------------------
22:49:52.820447 tst trial-7898: Storing JUnit report in /build/trial-7898/run.2025-03-07_22-48-17/trial-7898.xml
--------------------------------------------------------------------------------------------
trial-7898 PASS
--------------------------------------------------------------------------------------------
22:49:52.861900 tst trial-7898: trial-7898: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (89.5 sec)
+ exit_code=0
+ rm -rf trial-7898/inst
+ cd trial-7898
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-03-07 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7898-run.tgz run.2025-03-07_22-48-17
+ tar czf /build/trial-7898-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-03-07_16_26_09.tgz osmo-bts-oc2g.build-2025-03-07_00_51_24.tgz osmo-bts-sysmo.build-2025-03-07_00_51_26.tgz osmo-bts.build-2025-03-07_00_51_40.tgz osmo-ggsn.build-2025-03-07_20_42_38.tgz osmo-hlr.build-2025-03-07_16_36_40.tgz osmo-hnbgw.build-2025-03-07_13_29_36.tgz osmo-mgw.build-2025-03-07_16_23_23.tgz osmo-msc.build-2025-03-07_16_29_33.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-07_07_41_27.tgz osmo-pcu-sysmo.build-2025-03-07_07_41_23.tgz osmo-pcu.build-2025-03-07_07_41_29.tgz osmo-sgsn.build-2025-03-07_20_48_00.tgz osmo-stp.build-2025-03-07_13_25_45.tgz osmo-trx.build-2025-03-07_14_28_11.tgz osmocom-bb.build-2025-03-07_21_17_17.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