This log is too long to show here, 14 KB has been skipped — click to see the complete log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7868
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins10973767752508336314.sh
+ trap clean_up_trap EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
+ rm -rf trial-8342
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
2e9b710 debian-trixie-build: add tshark
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
--build-arg USER=osmocom-build \
--build-arg UID=1000 \
--build-arg REGISTRY=docker.io \
--build-arg OSMO_TTCN3_BRANCH=master \
--build-arg UPSTREAM_DISTRO=debian:bookworm \
--build-arg DISTRO=debian-bookworm \
--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
--build-arg OSMOCOM_REPO_VERSION=latest \
--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--build-arg LIBOSMOCORE_BRANCH=master \
--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_S1GW_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s
#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.0s
#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.0s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.1s
#7 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#7 CACHED
#8 [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
#8 CACHED
#9 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://archive.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#9 CACHED
#10 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#10 CACHED
#11 [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
#11 CACHED
#12 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#12 CACHED
#13 [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
#13 CACHED
#14 [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
#14 CACHED
#15 [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
#15 CACHED
#16 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#16 CACHED
#17 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#17 CACHED
#18 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#18 CACHED
#19 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#19 CACHED
#20 [20/28] WORKDIR /TMP
#20 CACHED
#21 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#21 CACHED
#22 [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
#22 CACHED
#23 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#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 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#25 CACHED
#26 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#26 CACHED
#27 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#27 CACHED
#28 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#28 CACHED
#29 [ 3/28] RUN groupadd osmo-gsm-tester
#29 CACHED
#30 [ 2/28] RUN useradd -ms /bin/bash jenkins
#30 CACHED
#31 [ 8/28] RUN MKDIR /var/run/sshd
#31 CACHED
#32 [ 9/28] COPY SSH /root/.ssh
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:a03650f28fbbd63c536c68e95b879597d0f01c8a2beba898231d5123da84655b done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
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=8343 -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=2026-05-26 22:48:22
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8343
+ mkdir -p trial-8343
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-05-26_13_26_59.tgz osmo-bts-oc2g.build-2026-05-26_00_51_41.tgz osmo-bts-sysmo.build-2026-05-26_00_51_43.tgz osmo-bts.build-2026-05-26_00_51_59.tgz osmo-ggsn.build-2026-05-26_20_42_42.tgz osmo-hlr.build-2026-05-26_16_36_52.tgz osmo-hnbgw.build-2026-05-26_13_30_57.tgz osmo-mgw.build-2026-05-26_08_33_08.tgz osmo-msc.build-2026-05-26_13_35_18.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-05-26_07_34_56.tgz osmo-pcu-sysmo.build-2026-05-26_07_34_52.tgz osmo-pcu.build-2026-05-26_07_34_53.tgz osmo-sgsn.build-2026-05-26_20_48_25.tgz osmo-stp.build-2026-05-26_13_25_21.tgz osmo-trx.build-2026-05-26_14_21_57.tgz osmocom-bb.build-2026-05-26_21_17_58.tgz srslte.build-19.tgz trial-8343
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-05-26_13_26_59.md5 osmo-bts-oc2g.build-2026-05-26_00_51_41.md5 osmo-bts-sysmo.build-2026-05-26_00_51_43.md5 osmo-bts.build-2026-05-26_00_51_59.md5 osmo-ggsn.build-2026-05-26_20_42_42.md5 osmo-hlr.build-2026-05-26_16_36_52.md5 osmo-hnbgw.build-2026-05-26_13_30_57.md5 osmo-mgw.build-2026-05-26_08_33_08.md5 osmo-msc.build-2026-05-26_13_35_18.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-05-26_07_34_56.md5 osmo-pcu-sysmo.build-2026-05-26_07_34_52.md5 osmo-pcu.build-2026-05-26_07_34_53.md5 osmo-sgsn.build-2026-05-26_20_48_25.md5 osmo-stp.build-2026-05-26_13_25_21.md5 osmo-trx.build-2026-05-26_14_21_57.md5 osmocom-bb.build-2026-05-26_21_17_58.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-05-26_13_26_59.md5 osmo-bts-oc2g.build-2026-05-26_00_51_41.md5 osmo-bts-sysmo.build-2026-05-26_00_51_43.md5 osmo-bts.build-2026-05-26_00_51_59.md5 osmo-ggsn.build-2026-05-26_20_42_42.md5 osmo-hlr.build-2026-05-26_16_36_52.md5 osmo-hnbgw.build-2026-05-26_13_30_57.md5 osmo-mgw.build-2026-05-26_08_33_08.md5 osmo-msc.build-2026-05-26_13_35_18.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-05-26_07_34_56.md5 osmo-pcu-sysmo.build-2026-05-26_07_34_52.md5 osmo-pcu.build-2026-05-26_07_34_53.md5 osmo-sgsn.build-2026-05-26_20_48_25.md5 osmo-stp.build-2026-05-26_13_25_21.md5 osmo-trx.build-2026-05-26_14_21_57.md5 osmocom-bb.build-2026-05-26_21_17_58.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-8343 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8343'
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-8343
--------------------------------------------------------------------------------------------
22:48:22.527147 tst trial-8343: Detailed log at /build/trial-8343/run.2026-05-26_22-48-22/log
---------------------------------------------------------------------
trial-8343 netreg_mass
---------------------------------------------------------------------
22:48:22.733283 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:22.733651 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:22.734431 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:22.735578 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:22.777210 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:22.778092 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:22.779271 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:22.842161 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-8343 netreg_mass register_default_mass.py
----------------------------------------------
22:48:22.842956 tst register_default_mass.py:9: Claiming resources for the test
22:48:22.857829 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.858342 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.858786 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.859224 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.859653 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.860096 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.860532 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:22.891639 tst register_default_mass.py: using LAC 2
22:48:22.913646 tst register_default_mass.py: using RAC 2
22:48:22.940285 tst register_default_mass.py: using CellId 2
22:48:22.969831 tst register_default_mass.py: using BVCI 3
22:48:22.983747 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.984443 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.985027 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.985567 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.986074 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.986582 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.987094 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.987611 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.988127 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.988647 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.989150 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.989650 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.990174 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.990699 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.991214 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.991720 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.992258 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.992781 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.993301 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.993824 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.994359 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.994886 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.995417 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.995953 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.996472 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.996990 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.997523 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.998040 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.998567 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.999105 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.999621 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.000136 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.000673 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.001201 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.001728 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.002263 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.002780 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.003295 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.003828 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.004346 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.004858 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.005382 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.005900 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.006416 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.006938 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.007451 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.007970 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.008501 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.009022 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.009537 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.010058 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.010579 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.011099 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.011625 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.012138 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.012664 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.013185 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.013701 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.014237 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.014753 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.015261 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.015787 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.016304 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.016830 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.017350 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.017866 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.018383 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.018914 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.019425 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.019935 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.020448 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.020959 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.021553 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.022085 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.022601 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.023109 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.023628 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.024138 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.024648 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.025162 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.025666 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.026177 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.026689 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.027205 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.027710 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.028207 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.028723 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.029236 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.029739 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.030264 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.030776 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.031284 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.031813 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.032329 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.032844 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.033359 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.033866 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.034376 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.034902 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.035416 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.035915 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.036489 tst register_default_mass.py:21: Launching a simple network
22:48:23.046350 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:23.165401 run create_hlr_db(pid=20): Launched
22:48:24.179591 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:24.195538 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:24.210291 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:24.215848 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:24.404390 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:24.418877 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:24.424434 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:24.842461 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:24.856989 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:27.872150 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:28.012443 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:28.027134 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:28.032737 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:28.055793 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:28.070414 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:28.075927 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:28.391163 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:28.405906 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:34.437371 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:34.609990 run osmo-bts-virtual(pid=34): Launched
22:48:35.645086 tst register_default_mass.py: using MSISDN 1001
22:48:35.659727 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:35.699079 tst register_default_mass.py: using MSISDN 1002
22:48:35.716743 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:35.747228 tst register_default_mass.py: using MSISDN 1003
22:48:35.761816 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:35.792361 tst register_default_mass.py: using MSISDN 1004
22:48:35.806811 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:35.837348 tst register_default_mass.py: using MSISDN 1005
22:48:35.851660 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:35.882132 tst register_default_mass.py: using MSISDN 1006
22:48:35.896596 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:35.927245 tst register_default_mass.py: using MSISDN 1007
22:48:35.941735 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:35.972702 tst register_default_mass.py: using MSISDN 1008
22:48:35.987205 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:36.017652 tst register_default_mass.py: using MSISDN 1009
22:48:36.032050 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:36.063092 tst register_default_mass.py: using MSISDN 1010
22:48:36.077697 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:36.108477 tst register_default_mass.py: using MSISDN 1011
22:48:36.122944 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:36.153231 tst register_default_mass.py: using MSISDN 1012
22:48:36.167546 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:36.198365 tst register_default_mass.py: using MSISDN 1013
22:48:36.212545 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:36.243030 tst register_default_mass.py: using MSISDN 1014
22:48:36.257159 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:36.287850 tst register_default_mass.py: using MSISDN 1015
22:48:36.302396 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:36.333018 tst register_default_mass.py: using MSISDN 1016
22:48:36.347494 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:36.378201 tst register_default_mass.py: using MSISDN 1017
22:48:36.392664 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:36.423109 tst register_default_mass.py: using MSISDN 1018
22:48:36.437556 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:36.468483 tst register_default_mass.py: using MSISDN 1019
22:48:36.483011 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:36.513866 tst register_default_mass.py: using MSISDN 1020
22:48:36.528499 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:36.559020 tst register_default_mass.py: using MSISDN 1021
22:48:36.573461 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:36.603678 tst register_default_mass.py: using MSISDN 1022
22:48:36.617885 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:36.648575 tst register_default_mass.py: using MSISDN 1023
22:48:36.662696 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:36.693437 tst register_default_mass.py: using MSISDN 1024
22:48:36.707956 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:36.738477 tst register_default_mass.py: using MSISDN 1025
22:48:36.752940 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:36.783675 tst register_default_mass.py: using MSISDN 1026
22:48:36.798073 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:36.828670 tst register_default_mass.py: using MSISDN 1027
22:48:36.843161 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:36.873725 tst register_default_mass.py: using MSISDN 1028
22:48:36.888060 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:36.918526 tst register_default_mass.py: using MSISDN 1029
22:48:36.932912 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:36.963466 tst register_default_mass.py: using MSISDN 1030
22:48:36.977857 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:37.008460 tst register_default_mass.py: using MSISDN 1031
22:48:37.022846 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:37.053369 tst register_default_mass.py: using MSISDN 1032
22:48:37.067799 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:37.098421 tst register_default_mass.py: using MSISDN 1033
22:48:37.112821 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:37.143360 tst register_default_mass.py: using MSISDN 1034
22:48:37.157793 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:37.188271 tst register_default_mass.py: using MSISDN 1035
22:48:37.202671 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:37.233016 tst register_default_mass.py: using MSISDN 1036
22:48:37.247351 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:37.277834 tst register_default_mass.py: using MSISDN 1037
22:48:37.292163 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:37.322981 tst register_default_mass.py: using MSISDN 1038
22:48:37.337219 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:37.367672 tst register_default_mass.py: using MSISDN 1039
22:48:37.381928 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:37.412579 tst register_default_mass.py: using MSISDN 1040
22:48:37.427049 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:37.457580 tst register_default_mass.py: using MSISDN 1041
22:48:37.472019 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:37.502723 tst register_default_mass.py: using MSISDN 1042
22:48:37.517037 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:37.547807 tst register_default_mass.py: using MSISDN 1043
22:48:37.562275 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:37.593014 tst register_default_mass.py: using MSISDN 1044
22:48:37.607632 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:37.638462 tst register_default_mass.py: using MSISDN 1045
22:48:37.653058 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:37.683880 tst register_default_mass.py: using MSISDN 1046
22:48:37.698410 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:37.729199 tst register_default_mass.py: using MSISDN 1047
22:48:37.743711 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:37.774505 tst register_default_mass.py: using MSISDN 1048
22:48:37.789050 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:37.819687 tst register_default_mass.py: using MSISDN 1049
22:48:37.834147 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:37.864424 tst register_default_mass.py: using MSISDN 1050
22:48:37.878802 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:37.909724 tst register_default_mass.py: using MSISDN 1051
22:48:37.924484 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:37.955104 tst register_default_mass.py: using MSISDN 1052
22:48:37.969644 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:38.000535 tst register_default_mass.py: using MSISDN 1053
22:48:38.015083 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:38.045837 tst register_default_mass.py: using MSISDN 1054
22:48:38.059410 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:38.090112 tst register_default_mass.py: using MSISDN 1055
22:48:38.104596 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:38.135312 tst register_default_mass.py: using MSISDN 1056
22:48:38.149897 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:38.180671 tst register_default_mass.py: using MSISDN 1057
22:48:38.195168 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:38.225982 tst register_default_mass.py: using MSISDN 1058
22:48:38.240609 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:38.272014 tst register_default_mass.py: using MSISDN 1059
22:48:38.286867 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:38.317706 tst register_default_mass.py: using MSISDN 1060
22:48:38.332273 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:38.363156 tst register_default_mass.py: using MSISDN 1061
22:48:38.377740 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:38.408400 tst register_default_mass.py: using MSISDN 1062
22:48:38.422909 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:38.462753 tst register_default_mass.py: using MSISDN 1063
22:48:38.480376 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:38.511339 tst register_default_mass.py: using MSISDN 1064
22:48:38.526147 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:38.556849 tst register_default_mass.py: using MSISDN 1065
22:48:38.571437 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:38.602322 tst register_default_mass.py: using MSISDN 1066
22:48:38.616894 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:38.647818 tst register_default_mass.py: using MSISDN 1067
22:48:38.662320 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:38.693049 tst register_default_mass.py: using MSISDN 1068
22:48:38.707694 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:38.738617 tst register_default_mass.py: using MSISDN 1069
22:48:38.753187 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:38.784038 tst register_default_mass.py: using MSISDN 1070
22:48:38.798658 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:38.829626 tst register_default_mass.py: using MSISDN 1071
22:48:38.844321 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:38.875012 tst register_default_mass.py: using MSISDN 1072
22:48:38.889511 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:38.920358 tst register_default_mass.py: using MSISDN 1073
22:48:38.934975 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:38.966264 tst register_default_mass.py: using MSISDN 1074
22:48:38.981208 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:39.012440 tst register_default_mass.py: using MSISDN 1075
22:48:39.027126 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:39.058172 tst register_default_mass.py: using MSISDN 1076
22:48:39.072776 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:39.104031 tst register_default_mass.py: using MSISDN 1077
22:48:39.118543 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:39.149410 tst register_default_mass.py: using MSISDN 1078
22:48:39.164017 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:39.195162 tst register_default_mass.py: using MSISDN 1079
22:48:39.209867 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:39.240861 tst register_default_mass.py: using MSISDN 1080
22:48:39.255540 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:39.286462 tst register_default_mass.py: using MSISDN 1081
22:48:39.301142 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:39.332144 tst register_default_mass.py: using MSISDN 1082
22:48:39.346841 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:39.377743 tst register_default_mass.py: using MSISDN 1083
22:48:39.392404 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:39.423009 tst register_default_mass.py: using MSISDN 1084
22:48:39.437437 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:39.468267 tst register_default_mass.py: using MSISDN 1085
22:48:39.482745 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:39.513447 tst register_default_mass.py: using MSISDN 1086
22:48:39.528027 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:39.559030 tst register_default_mass.py: using MSISDN 1087
22:48:39.573663 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:39.604686 tst register_default_mass.py: using MSISDN 1088
22:48:39.619393 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:39.649843 tst register_default_mass.py: using MSISDN 1089
22:48:39.664145 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:39.694939 tst register_default_mass.py: using MSISDN 1090
22:48:39.709476 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:39.740438 tst register_default_mass.py: using MSISDN 1091
22:48:39.755102 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:39.785923 tst register_default_mass.py: using MSISDN 1092
22:48:39.800484 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:39.831474 tst register_default_mass.py: using MSISDN 1093
22:48:39.846002 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:39.876578 tst register_default_mass.py: using MSISDN 1094
22:48:39.891012 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:39.921965 tst register_default_mass.py: using MSISDN 1095
22:48:39.936655 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:39.967323 tst register_default_mass.py: using MSISDN 1096
22:48:39.981849 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:40.012538 tst register_default_mass.py: using MSISDN 1097
22:48:40.027047 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:40.058058 tst register_default_mass.py: using MSISDN 1098
22:48:40.072874 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:40.103756 tst register_default_mass.py: using MSISDN 1099
22:48:40.118405 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:40.149185 tst register_default_mass.py: using MSISDN 1100
22:48:40.163783 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:40.255901 run mass: Starting testcase
22:48:40.261381 run mass: Pre-launching all virtphy's
22:48:40.266807 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:40.279797 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:40.285781 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:40.298620 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:40.304574 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:40.317270 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:40.323248 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:40.336007 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:40.341942 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:40.354638 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:40.360616 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:40.373323 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:40.379334 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:40.392077 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:40.398038 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:40.410688 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:40.416546 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:40.429183 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:40.435016 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:40.447635 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:40.453510 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:40.466153 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:40.472073 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:40.484905 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:40.490876 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:40.503696 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:40.509631 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:40.522474 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:40.528418 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:40.541203 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:40.547146 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:40.559979 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:40.565922 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:40.578762 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:40.584683 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:40.597573 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:40.603583 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:40.616471 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:40.622442 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:40.635323 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:40.641249 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:40.654134 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:40.660096 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:40.672978 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:40.678928 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:40.691726 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:40.697650 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:40.710499 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:40.716475 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:40.729319 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:40.735309 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:40.748152 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:40.754072 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:40.767005 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:40.772928 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:40.785780 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:40.791725 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:40.804510 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:40.810542 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:40.823375 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:40.829354 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:40.842112 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:40.847991 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:40.860727 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:40.866623 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:40.879371 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:40.885282 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:40.898090 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:40.903990 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:40.916749 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:40.922627 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:40.935404 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:40.941318 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:40.954021 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:40.959969 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:40.972705 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:40.978584 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:40.991347 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:40.997265 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:41.010111 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:41.016047 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:41.028873 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:41.034814 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:41.047667 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:41.053608 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:41.066687 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:41.072664 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:41.085509 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:41.091478 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:41.104361 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:41.110352 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:41.123171 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:41.129197 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:41.142001 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:41.147976 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:41.160766 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:41.166704 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:41.179485 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:41.185437 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:41.198379 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:41.204294 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:41.217107 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:41.223116 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:41.236078 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:41.241976 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:41.254897 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:41.260878 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:41.273734 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:41.279799 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:41.292629 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:41.298701 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:41.311544 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:41.317452 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:41.330287 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:41.336268 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:41.349142 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:41.355121 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:41.367967 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:41.373898 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:41.386728 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:41.392711 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:41.405540 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:41.411506 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:41.424296 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:41.430259 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:41.443055 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:41.449018 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:41.461846 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:41.467872 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:41.480942 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:41.486900 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:41.499932 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:41.505950 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:41.518876 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:41.524848 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:41.537817 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:41.543761 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:41.556595 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:41.562565 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:41.575394 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:41.581332 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:41.594180 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:41.600159 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:41.612957 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:41.618922 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:41.631759 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:41.637696 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:41.650637 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:41.656684 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:41.669506 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:41.675530 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:41.688282 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:41.694290 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:41.707151 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:41.713071 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:41.725977 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:41.731927 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:41.744560 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:41.750519 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:41.763303 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:41.769287 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:41.782162 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:41.788122 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:41.800872 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:41.806760 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:41.819510 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:41.825401 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:41.838138 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:41.844054 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:41.856788 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:41.862737 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:41.875457 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:41.881357 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:41.894088 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:41.900015 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:41.912762 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:41.918638 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:41.931376 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:41.937273 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:41.950121 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:41.956019 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:41.968958 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:41.974931 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:41.987987 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:41.993897 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:42.006783 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:42.012728 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:42.025456 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:42.031386 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:42.044132 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:42.050067 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:42.062842 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:42.068770 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:42.081668 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:42.087639 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:42.100453 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:42.106421 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:42.119147 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:42.125095 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:42.137783 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:42.143635 run mass: Checking if sockets are in the filesystem
22:48:42.176391 run osmo-ms-mob/00000: Starting mobile
22:48:42.189346 run osmo-ms-mob/00000(pid=135): Launched
22:48:42.201522 run mass: MS start registered {at=746650.495347668, delay=0.006017424981109798, ms=00000}
22:48:46.390345 run osmo-ms-mob/00001: Starting mobile
22:48:46.407252 run osmo-ms-mob/00001(pid=136): Launched
22:48:46.418130 run mass: MS start registered {at=746654.711956582, delay=0.004618366016075015, ms=00001}
22:48:47.446978 run mass: MS performed LU {at=746655.740681077, lu_delay=5.2453334090532735, ms=00000}
22:48:48.191668 run osmo-ms-mob/00002: Starting mobile
22:48:48.208317 run osmo-ms-mob/00002(pid=137): Launched
22:48:48.218678 run mass: MS start registered {at=746656.512500204, delay=0.004407037980854511, ms=00002}
22:48:49.491147 run osmo-ms-mob/00003: Starting mobile
22:48:49.507864 run osmo-ms-mob/00003(pid=138): Launched
22:48:49.518636 run mass: MS start registered {at=746657.812460946, delay=0.004780741990543902, ms=00003}
22:48:50.581794 run osmo-ms-mob/00004: Starting mobile
22:48:50.597876 run osmo-ms-mob/00004(pid=139): Launched
22:48:50.608341 run mass: MS start registered {at=746658.90216578, delay=0.0044906409457325935, ms=00004}
22:48:51.212389 run mass: MS performed LU {at=746659.506103647, lu_delay=4.794147065025754, ms=00001}
22:48:51.591935 run osmo-ms-mob/00005: Starting mobile
22:48:51.608868 run osmo-ms-mob/00005(pid=140): Launched
22:48:51.619879 run mass: MS start registered {at=746659.913704226, delay=0.0050087179988622665, ms=00005}
22:48:52.459687 run osmo-ms-mob/00006: Starting mobile
22:48:52.472432 run osmo-ms-mob/00006(pid=141): Launched
22:48:52.483176 run mass: MS start registered {at=746660.77700488, delay=0.004815837019123137, ms=00006}
22:48:53.114051 run mass: MS performed LU {at=746661.40776295, lu_delay=4.8952627460239455, ms=00002}
22:48:53.390565 run osmo-ms-mob/00007: Starting mobile
22:48:53.407426 run osmo-ms-mob/00007(pid=142): Launched
22:48:53.418397 run mass: MS start registered {at=746661.712225314, delay=0.0050146980211138725, ms=00007}
22:48:54.160116 run osmo-ms-mob/00008: Starting mobile
22:48:54.172968 run osmo-ms-mob/00008(pid=143): Launched
22:48:54.184172 run mass: MS start registered {at=746662.478004376, delay=0.005071190069429576, ms=00008}
22:48:54.891453 run osmo-ms-mob/00009: Starting mobile
22:48:54.908425 run osmo-ms-mob/00009(pid=144): Launched
22:48:54.919324 run mass: MS start registered {at=746663.213151231, delay=0.004907161928713322, ms=00009}
22:48:54.978577 run mass: MS performed LU {at=746663.272293557, lu_delay=5.45983261091169, ms=00003}
22:48:55.590499 run osmo-ms-mob/00010: Starting mobile
22:48:55.607914 run osmo-ms-mob/00010(pid=145): Launched
22:48:55.619041 run mass: MS start registered {at=746663.912869783, delay=0.004895512945950031, ms=00010}
22:48:56.160019 run osmo-ms-mob/00011: Starting mobile
22:48:56.173112 run osmo-ms-mob/00011(pid=146): Launched
22:48:56.184070 run mass: MS start registered {at=746664.477897139, delay=0.004977941047400236, ms=00011}
22:48:56.759454 run osmo-ms-mob/00012: Starting mobile
22:48:56.772657 run osmo-ms-mob/00012(pid=147): Launched
22:48:56.783517 run mass: MS start registered {at=746665.077346531, delay=0.004894056939519942, ms=00012}
22:48:56.880457 run mass: MS performed LU {at=746665.174176759, lu_delay=6.272010979009792, ms=00004}
22:48:56.907249 run mass: MS performed LU {at=746665.200998342, lu_delay=5.287294115987606, ms=00005}
22:48:57.381308 run osmo-ms-mob/00013: Starting mobile
22:48:57.397773 run osmo-ms-mob/00013(pid=148): Launched
22:48:57.408716 run mass: MS start registered {at=746665.702544752, delay=0.004888009047135711, ms=00013}
22:48:57.959114 run osmo-ms-mob/00014: Starting mobile
22:48:57.972241 run osmo-ms-mob/00014(pid=149): Launched
22:48:57.983112 run mass: MS start registered {at=746666.276940388, delay=0.00491312297526747, ms=00014}
22:48:58.559765 run osmo-ms-mob/00015: Starting mobile
22:48:58.572890 run osmo-ms-mob/00015(pid=150): Launched
22:48:58.583636 run mass: MS start registered {at=746666.877465063, delay=0.004781841998919845, ms=00015}
22:48:58.744084 run mass: MS performed LU {at=746667.037797691, lu_delay=5.325572376954369, ms=00007}
22:48:58.809844 run mass: MS performed LU {at=746667.103556222, lu_delay=6.326551342033781, ms=00006}
22:48:59.090296 run osmo-ms-mob/00016: Starting mobile
22:48:59.107054 run osmo-ms-mob/00016(pid=151): Launched
22:48:59.113244 run mass: MS performed LU {at=746667.407077777, lu_delay=4.929073400911875, ms=00008}
22:48:59.119107 run mass: MS start registered {at=746667.412948888, delay=0.00588621199131012, ms=00016}
22:48:59.569382 run osmo-ms-mob/00017: Starting mobile
22:48:59.582936 run osmo-ms-mob/00017(pid=152): Launched
22:48:59.594073 run mass: MS start registered {at=746667.887897667, delay=0.005092200008220971, ms=00017}
22:49:00.189306 run osmo-ms-mob/00018: Starting mobile
22:49:00.205874 run osmo-ms-mob/00018(pid=153): Launched
22:49:00.216726 run mass: MS start registered {at=746668.510552236, delay=0.0049111919943243265, ms=00018}
22:49:00.583404 run osmo-ms-mob/00019: Starting mobile
22:49:00.599673 run osmo-ms-mob/00019(pid=154): Launched
22:49:00.610702 run mass: MS start registered {at=746668.904531011, delay=0.005117899039760232, ms=00019}
22:49:00.645135 run mass: MS performed LU {at=746668.938857753, lu_delay=5.025987969944254, ms=00010}
22:49:00.673054 run mass: MS performed LU {at=746668.966816281, lu_delay=5.753665050026029, ms=00009}
22:49:00.779861 run mass: MS performed LU {at=746669.073585008, lu_delay=4.595687869004905, ms=00011}
22:49:01.082165 run osmo-ms-mob/00020: Starting mobile
22:49:01.098325 run osmo-ms-mob/00020(pid=155): Launched
22:49:01.109121 run mass: MS start registered {at=746669.402950137, delay=0.00481863203458488, ms=00020}
22:49:01.572685 run osmo-ms-mob/00021: Starting mobile
22:49:01.586516 run osmo-ms-mob/00021(pid=156): Launched
22:49:01.597450 run mass: MS start registered {at=746669.891277976, delay=0.0048962769797071815, ms=00021}
22:49:01.969731 run osmo-ms-mob/00022: Starting mobile
22:49:01.982891 run osmo-ms-mob/00022(pid=157): Launched
22:49:01.994020 run mass: MS start registered {at=746670.287845811, delay=0.0051198339788243175, ms=00022}
22:49:02.491513 run osmo-ms-mob/00023: Starting mobile
22:49:02.508031 run osmo-ms-mob/00023(pid=158): Launched
22:49:02.514309 run mass: MS performed LU {at=746670.808143087, lu_delay=5.730796555988491, ms=00012}
22:49:02.520061 run mass: MS start registered {at=746670.813903827, delay=0.005779291968792677, ms=00023}
22:49:02.575808 run mass: MS performed LU {at=746670.869531163, lu_delay=5.166986410971731, ms=00013}
22:49:02.882078 run osmo-ms-mob/00024: Starting mobile
22:49:02.898910 run osmo-ms-mob/00024(pid=159): Launched
22:49:02.904852 run mass: MS performed LU {at=746671.198686922, lu_delay=4.921746533946134, ms=00014}
22:49:02.910795 run mass: MS start registered {at=746671.204636589, delay=0.005967001081444323, ms=00024}
22:49:03.391267 run osmo-ms-mob/00025: Starting mobile
22:49:03.410736 run osmo-ms-mob/00025(pid=160): Launched
22:49:03.421993 run mass: MS start registered {at=746671.71582125, delay=0.004915919969789684, ms=00025}
22:49:03.760158 run osmo-ms-mob/00026: Starting mobile
22:49:03.773083 run osmo-ms-mob/00026(pid=161): Launched
22:49:03.784348 run mass: MS start registered {at=746672.078172395, delay=0.004636905970983207, ms=00026}
22:49:04.199300 run osmo-ms-mob/00027: Starting mobile
22:49:04.216958 run osmo-ms-mob/00027(pid=162): Launched
22:49:04.227871 run mass: MS start registered {at=746672.521699617, delay=0.0049800489796325564, ms=00027}
22:49:04.310311 run mass: MS performed LU {at=746672.604033948, lu_delay=5.726568885031156, ms=00015}
22:49:04.411226 run mass: MS performed LU {at=746672.704949889, lu_delay=5.2920010009547696, ms=00016}
22:49:04.438581 run mass: MS performed LU {at=746672.732357143, lu_delay=4.844459475949407, ms=00017}
22:49:04.451167 run osmo-ms-mob/00028: Starting mobile
22:49:04.464067 run osmo-ms-mob/00028(pid=163): Launched
22:49:04.474924 run mass: MS start registered {at=746672.768753785, delay=0.004882594104856253, ms=00028}
22:49:04.990577 run osmo-ms-mob/00029: Starting mobile
22:49:05.007733 run osmo-ms-mob/00029(pid=164): Launched
22:49:05.019207 run mass: MS start registered {at=746673.313032156, delay=0.0054510049521923065, ms=00029}
22:49:05.372398 run osmo-ms-mob/00030: Starting mobile
22:49:05.386500 run osmo-ms-mob/00030(pid=165): Launched
22:49:05.398113 run mass: MS start registered {at=746673.691940227, delay=0.005237947101704776, ms=00030}
22:49:05.759882 run osmo-ms-mob/00031: Starting mobile
22:49:05.773075 run osmo-ms-mob/00031(pid=166): Launched
22:49:05.784757 run mass: MS start registered {at=746674.078582595, delay=0.0053610739996656775, ms=00031}
22:49:06.091461 run osmo-ms-mob/00032: Starting mobile
22:49:06.108401 run osmo-ms-mob/00032(pid=167): Launched
22:49:06.119237 run mass: MS start registered {at=746674.413065776, delay=0.004849846940487623, ms=00032}
22:49:06.275770 run mass: MS performed LU {at=746674.569475282, lu_delay=5.6649442709749565, ms=00019}
22:49:06.409715 run mass: MS performed LU {at=746674.703441691, lu_delay=4.8121637150179595, ms=00021}
22:49:06.463696 run osmo-ms-mob/00033: Starting mobile
22:49:06.482427 run osmo-ms-mob/00033(pid=168): Launched
22:49:06.488445 run mass: MS performed LU {at=746674.782279231, lu_delay=6.271726995008066, ms=00018}
22:49:06.494217 run mass: MS start registered {at=746674.788058758, delay=0.005797283025458455, ms=00033}
22:49:06.881612 run osmo-ms-mob/00034: Starting mobile
22:49:06.898185 run osmo-ms-mob/00034(pid=169): Launched
22:49:06.909391 run mass: MS start registered {at=746675.203214469, delay=0.005258921999484301, ms=00034}
22:49:07.171566 run osmo-ms-mob/00035: Starting mobile
22:49:07.184975 run osmo-ms-mob/00035(pid=170): Launched
22:49:07.195965 run mass: MS start registered {at=746675.489791594, delay=0.004485687939450145, ms=00035}
22:49:07.575048 run osmo-ms-mob/00036: Starting mobile
22:49:07.588862 run osmo-ms-mob/00036(pid=171): Launched
22:49:07.599866 run mass: MS start registered {at=746675.893692322, delay=0.0047894209856167436, ms=00036}
22:49:07.989696 run osmo-ms-mob/00037: Starting mobile
22:49:08.005974 run osmo-ms-mob/00037(pid=172): Launched
22:49:08.016825 run mass: MS start registered {at=746676.310650903, delay=0.004978473065420985, ms=00037}
22:49:08.076105 run mass: MS performed LU {at=746676.369828119, lu_delay=6.081982307950966, ms=00022}
22:49:08.177625 run mass: MS performed LU {at=746676.471347846, lu_delay=5.657444018987007, ms=00023}
22:49:08.206394 run osmo-ms-mob/00038: Starting mobile
22:49:08.219345 run osmo-ms-mob/00038(pid=173): Launched
22:49:08.225319 run mass: MS performed LU {at=746676.519157453, lu_delay=5.314520863932557, ms=00024}
22:49:08.231101 run mass: MS start registered {at=746676.524944067, delay=0.005802687956020236, ms=00038}
22:49:08.348790 run mass: MS performed LU {at=746676.642514017, lu_delay=4.926692766952328, ms=00025}
22:49:08.362960 run osmo-ms-mob/00039: Starting mobile
22:49:08.376203 run osmo-ms-mob/00039(pid=174): Launched
22:49:08.387100 run mass: MS start registered {at=746676.680930852, delay=0.004871321958489716, ms=00039}
22:49:08.959374 run osmo-ms-mob/00040: Starting mobile
22:49:08.972499 run osmo-ms-mob/00040(pid=175): Launched
22:49:08.983368 run mass: MS start registered {at=746677.277199386, delay=0.0048665450885891914, ms=00040}
22:49:09.273225 run osmo-ms-mob/00041: Starting mobile
22:49:09.286889 run osmo-ms-mob/00041(pid=176): Launched
22:49:09.297887 run mass: MS start registered {at=746677.591717144, delay=0.004711571964435279, ms=00041}
22:49:09.573433 run osmo-ms-mob/00042: Starting mobile
22:49:09.587130 run osmo-ms-mob/00042(pid=177): Launched
22:49:09.598373 run mass: MS start registered {at=746677.892192034, delay=0.005236088065430522, ms=00042}
22:49:09.940774 run mass: MS performed LU {at=746678.234499837, lu_delay=4.921467681066133, ms=00029}
22:49:09.971537 run osmo-ms-mob/00043: Starting mobile
22:49:09.986140 run osmo-ms-mob/00043(pid=178): Launched
22:49:09.992236 run mass: MS performed LU {at=746678.286071381, lu_delay=5.7643717639148235, ms=00027}
22:49:09.998230 run mass: MS start registered {at=746678.292070442, delay=0.006016700994223356, ms=00043}
22:49:10.041436 run mass: MS performed LU {at=746678.335181903, lu_delay=4.643241675919853, ms=00030}
22:49:10.061646 run osmo-ms-mob/00044: Starting mobile
22:49:10.074586 run osmo-ms-mob/00044(pid=179): Launched
22:49:10.085477 run mass: MS start registered {at=746678.379304733, delay=0.004869536031037569, ms=00044}
22:49:10.249714 run mass: MS performed LU {at=746678.543438593, lu_delay=5.774684807984158, ms=00028}
22:49:10.273351 run mass: MS performed LU {at=746678.567189052, lu_delay=6.489016656996682, ms=00026}
22:49:10.284616 run osmo-ms-mob/00045: Starting mobile
22:49:10.297533 run osmo-ms-mob/00045(pid=180): Launched
22:49:10.308936 run mass: MS start registered {at=746678.602763589, delay=0.00543283496517688, ms=00045}
22:49:10.869218 run osmo-ms-mob/00046: Starting mobile
22:49:10.882885 run osmo-ms-mob/00046(pid=181): Launched
22:49:10.894580 run mass: MS start registered {at=746679.188402328, delay=0.0056621580151841044, ms=00046}
22:49:11.173837 run osmo-ms-mob/00047: Starting mobile
22:49:11.187565 run osmo-ms-mob/00047(pid=182): Launched
22:49:11.199396 run mass: MS start registered {at=746679.493220267, delay=0.005555334035307169, ms=00047}
22:49:11.459514 run osmo-ms-mob/00048: Starting mobile
22:49:11.472758 run osmo-ms-mob/00048(pid=183): Launched
22:49:11.483771 run mass: MS start registered {at=746679.777593492, delay=0.004970220965333283, ms=00048}
22:49:11.781418 run osmo-ms-mob/00049: Starting mobile
22:49:11.797485 run osmo-ms-mob/00049(pid=184): Launched
22:49:11.808561 run mass: MS start registered {at=746680.102387277, delay=0.005083352909423411, ms=00049}
22:49:11.841054 run mass: MS performed LU {at=746680.134804099, lu_delay=5.721738322987221, ms=00032}
22:49:11.942963 run mass: MS performed LU {at=746680.236688035, lu_delay=4.746896440978162, ms=00035}
22:49:11.957080 run osmo-ms-mob/00050: Starting mobile
22:49:11.969941 run osmo-ms-mob/00050(pid=185): Launched
22:49:11.975832 run mass: MS performed LU {at=746680.269669947, lu_delay=6.19108735199552, ms=00031}
22:49:11.981594 run mass: MS start registered {at=746680.275436052, delay=0.005781071027740836, ms=00050}
22:49:12.114378 run mass: MS performed LU {at=746680.408103554, lu_delay=5.620044796029106, ms=00033}
22:49:12.168701 run mass: MS performed LU {at=746680.462454327, lu_delay=5.259239858016372, ms=00034}
22:49:12.194154 run osmo-ms-mob/00051: Starting mobile
22:49:12.207195 run osmo-ms-mob/00051(pid=186): Launched
22:49:12.218068 run mass: MS start registered {at=746680.511897363, delay=0.004911449970677495, ms=00051}
22:49:12.758872 run osmo-ms-mob/00052: Starting mobile
22:49:12.772046 run osmo-ms-mob/00052(pid=187): Launched
22:49:12.783732 run mass: MS start registered {at=746681.077548681, delay=0.005125459982082248, ms=00052}
22:49:13.074306 run osmo-ms-mob/00053: Starting mobile
22:49:13.088106 run osmo-ms-mob/00053(pid=188): Launched
22:49:13.100211 run mass: MS start registered {at=746681.394033813, delay=0.005977435037493706, ms=00053}
22:49:13.377196 run osmo-ms-mob/00054: Starting mobile
22:49:13.390794 run osmo-ms-mob/00054(pid=189): Launched
22:49:13.402522 run mass: MS start registered {at=746681.69634498, delay=0.005761068081483245, ms=00054}
22:49:13.659673 run osmo-ms-mob/00055: Starting mobile
22:49:13.672569 run osmo-ms-mob/00055(pid=190): Launched
22:49:13.683585 run mass: MS start registered {at=746681.977413844, delay=0.005072360974736512, ms=00055}
22:49:13.704650 run mass: MS performed LU {at=746681.998466875, lu_delay=5.3175360230961815, ms=00039}
22:49:13.742260 run mass: MS performed LU {at=746682.035979212, lu_delay=4.758779825991951, ms=00040}
22:49:13.764263 run osmo-ms-mob/00056: Starting mobile
22:49:13.777298 run osmo-ms-mob/00056(pid=191): Launched
22:49:13.788384 run mass: MS start registered {at=746682.082211806, delay=0.004668656969442964, ms=00056}
22:49:13.872138 run mass: MS performed LU {at=746682.165860563, lu_delay=5.855209660017863, ms=00037}
22:49:14.016380 run mass: MS performed LU {at=746682.3101055, lu_delay=5.785161433042958, ms=00038}
22:49:14.044989 run osmo-ms-mob/00057: Starting mobile
22:49:14.057936 run osmo-ms-mob/00057(pid=192): Launched
22:49:14.068902 run mass: MS start registered {at=746682.362730239, delay=0.004860542016103864, ms=00057}
22:49:14.269018 run mass: MS performed LU {at=746682.562730184, lu_delay=4.971013040049002, ms=00041}
22:49:14.675150 run osmo-ms-mob/00058: Starting mobile
22:49:14.689328 run osmo-ms-mob/00058(pid=193): Launched
22:49:14.700516 run mass: MS start registered {at=746682.994341047, delay=0.005034625064581633, ms=00058}
22:49:14.767644 run mass: MS performed LU {at=746683.061375096, lu_delay=7.167682774015702, ms=00036}
22:49:14.911332 run mass: MS performed LU {at=746683.205058459, lu_delay=3.711838191957213, ms=00047}
22:49:14.940381 run osmo-ms-mob/00059: Starting mobile
22:49:14.953550 run osmo-ms-mob/00059(pid=194): Launched
22:49:14.964892 run mass: MS start registered {at=746683.258718473, delay=0.004942357074469328, ms=00059}
22:49:15.273765 run osmo-ms-mob/00060: Starting mobile
22:49:15.287440 run osmo-ms-mob/00060(pid=195): Launched
22:49:15.298745 run mass: MS start registered {at=746683.592568171, delay=0.00516485096886754, ms=00060}
22:49:15.607354 run mass: MS performed LU {at=746683.90105859, lu_delay=5.6089881480438635, ms=00043}
22:49:15.657800 run osmo-ms-mob/00061: Starting mobile
22:49:15.672382 run osmo-ms-mob/00061(pid=196): Launched
22:49:15.678451 run mass: MS performed LU {at=746683.97228585, lu_delay=6.080093815922737, ms=00042}
22:49:15.684336 run mass: MS start registered {at=746683.978177866, delay=0.005910031963139772, ms=00061}
22:49:15.736220 run mass: MS performed LU {at=746684.029968262, lu_delay=5.65066352894064, ms=00044}
22:49:15.758575 run osmo-ms-mob/00062: Starting mobile
22:49:15.771841 run osmo-ms-mob/00062(pid=197): Launched
22:49:15.782781 run mass: MS start registered {at=746684.076610996, delay=0.004879867075942457, ms=00062}
22:49:15.935716 run mass: MS performed LU {at=746684.229443185, lu_delay=5.626679596025497, ms=00045}
22:49:15.959341 run mass: MS performed LU {at=746684.253179714, lu_delay=5.06477738590911, ms=00046}
22:49:15.970419 run osmo-ms-mob/00063: Starting mobile
22:49:15.983339 run osmo-ms-mob/00063(pid=198): Launched
22:49:15.994571 run mass: MS start registered {at=746684.288394299, delay=0.005100026959553361, ms=00063}
22:49:16.672855 run osmo-ms-mob/00064: Starting mobile
22:49:16.686933 run osmo-ms-mob/00064(pid=199): Launched
22:49:16.698485 run mass: MS start registered {at=746684.992310406, delay=0.00526344811078161, ms=00064}
22:49:17.082644 run osmo-ms-mob/00065: Starting mobile
22:49:17.098992 run osmo-ms-mob/00065(pid=200): Launched
22:49:17.110026 run mass: MS start registered {at=746685.403854924, delay=0.004982994054444134, ms=00065}
22:49:17.359640 run osmo-ms-mob/00066: Starting mobile
22:49:17.372566 run osmo-ms-mob/00066(pid=201): Launched
22:49:17.383693 run mass: MS start registered {at=746685.677520372, delay=0.005185410031117499, ms=00066}
22:49:17.471412 run mass: MS performed LU {at=746685.765134988, lu_delay=5.662747711059637, ms=00049}
22:49:17.509146 run mass: MS performed LU {at=746685.802890084, lu_delay=5.5274540319805965, ms=00050}
22:49:17.637905 run mass: MS performed LU {at=746685.931639059, lu_delay=6.154045567032881, ms=00048}
22:49:17.668935 run osmo-ms-mob/00067: Starting mobile
22:49:17.683538 run osmo-ms-mob/00067(pid=202): Launched
22:49:17.694244 run mass: MS start registered {at=746685.988073673, delay=0.00466538593173027, ms=00067}
22:49:17.782223 run mass: MS performed LU {at=746686.075926998, lu_delay=4.9983783171046525, ms=00052}
22:49:17.804929 run mass: MS performed LU {at=746686.098764111, lu_delay=5.5868667480535805, ms=00051}
22:49:17.815721 run osmo-ms-mob/00068: Starting mobile
22:49:17.828714 run osmo-ms-mob/00068(pid=203): Launched
22:49:17.834754 run mass: MS performed LU {at=746686.128591704, lu_delay=4.734557890915312, ms=00053}
22:49:17.840592 run mass: MS start registered {at=746686.13443425, delay=0.005858374992385507, ms=00068}
22:49:18.473508 run osmo-ms-mob/00069: Starting mobile
22:49:18.487413 run osmo-ms-mob/00069(pid=204): Launched
22:49:18.498632 run mass: MS start registered {at=746686.792459198, delay=0.005003427038900554, ms=00069}
22:49:18.648668 run mass: MS performed LU {at=746686.942394118, lu_delay=3.6836756450356916, ms=00059}
22:49:18.859802 run osmo-ms-mob/00070: Starting mobile
22:49:18.873107 run osmo-ms-mob/00070(pid=205): Launched
22:49:18.884518 run mass: MS start registered {at=746687.178335358, delay=0.005356620065867901, ms=00070}
22:49:19.301636 run osmo-ms-mob/00071: Starting mobile
22:49:19.318065 run osmo-ms-mob/00071(pid=206): Launched
22:49:19.328914 run mass: MS start registered {at=746687.622739632, delay=0.004902500077150762, ms=00071}
22:49:19.372715 run mass: MS performed LU {at=746687.666456841, lu_delay=5.584245035075583, ms=00056}
22:49:19.411204 run mass: MS performed LU {at=746687.704952578, lu_delay=5.342222338891588, ms=00057}
22:49:19.501788 run mass: MS performed LU {at=746687.795526978, lu_delay=4.801185930962674, ms=00058}
22:49:19.530390 run osmo-ms-mob/00072: Starting mobile
22:49:19.543276 run osmo-ms-mob/00072(pid=207): Launched
22:49:19.554455 run mass: MS start registered {at=746687.848284058, delay=0.005016182083636522, ms=00072}
22:49:19.700672 run mass: MS performed LU {at=746687.994401778, lu_delay=6.016987934010103, ms=00055}
22:49:19.724477 run mass: MS performed LU {at=746688.018314975, lu_delay=6.321969994925894, ms=00054}
22:49:20.091417 run osmo-ms-mob/00073: Starting mobile
22:49:20.107759 run osmo-ms-mob/00073(pid=208): Launched
22:49:20.119055 run mass: MS start registered {at=746688.412877037, delay=0.005182638997212052, ms=00073}
22:49:20.472191 run osmo-ms-mob/00074: Starting mobile
22:49:20.485939 run osmo-ms-mob/00074(pid=209): Launched
22:49:20.499787 run mass: MS start registered {at=746688.793608241, delay=0.006792376982048154, ms=00074}
22:49:20.871695 run osmo-ms-mob/00075: Starting mobile
22:49:20.885521 run osmo-ms-mob/00075(pid=210): Launched
22:49:20.896892 run mass: MS start registered {at=746689.190715274, delay=0.0052947819931432605, ms=00075}
22:49:21.338557 run mass: MS performed LU {at=746689.632246737, lu_delay=4.6399363309610635, ms=00064}
22:49:21.398091 run osmo-ms-mob/00076: Starting mobile
22:49:21.413414 run osmo-ms-mob/00076(pid=211): Launched
22:49:21.419400 run mass: MS performed LU {at=746689.713236905, lu_delay=5.424842606065795, ms=00063}
22:49:21.425463 run mass: MS performed LU {at=746689.719303765, lu_delay=5.64269276894629, ms=00062}
22:49:21.431243 run mass: MS start registered {at=746689.725084976, delay=0.011866467888467014, ms=00076}
22:49:21.472666 run mass: MS performed LU {at=746689.766417774, lu_delay=5.788239908055402, ms=00061}
22:49:21.493509 run osmo-ms-mob/00077: Starting mobile
22:49:21.506898 run osmo-ms-mob/00077(pid=212): Launched
22:49:21.518214 run mass: MS start registered {at=746689.812014958, delay=0.005152862053364515, ms=00077}
22:49:22.274078 run osmo-ms-mob/00078: Starting mobile
22:49:22.288080 run osmo-ms-mob/00078(pid=213): Launched
22:49:22.299325 run mass: MS start registered {at=746690.593150084, delay=0.005025463993661106, ms=00078}
22:49:22.659981 run osmo-ms-mob/00079: Starting mobile
22:49:22.673169 run osmo-ms-mob/00079(pid=214): Launched
22:49:22.684336 run mass: MS start registered {at=746690.978160426, delay=0.004802252049557865, ms=00079}
22:49:23.138455 run mass: MS performed LU {at=746691.432184442, lu_delay=6.028329517925158, ms=00065}
22:49:23.167310 run osmo-ms-mob/00080: Starting mobile
22:49:23.180630 run osmo-ms-mob/00080(pid=215): Launched
22:49:23.186679 run mass: MS performed LU {at=746691.480513458, lu_delay=5.8029930860502645, ms=00066}
22:49:23.192642 run mass: MS start registered {at=746691.486476522, delay=0.0059810050297528505, ms=00080}
22:49:23.198664 run mass: MS performed LU {at=746691.492501712, lu_delay=5.5044280390720814, ms=00067}
22:49:23.448428 run mass: MS performed LU {at=746691.742152968, lu_delay=5.607718718005344, ms=00068}
22:49:23.472958 run mass: MS performed LU {at=746691.766794714, lu_delay=4.588459355989471, ms=00070}
22:49:23.484262 run osmo-ms-mob/00081: Starting mobile
22:49:23.497286 run osmo-ms-mob/00081(pid=216): Launched
22:49:23.503576 run mass: MS performed LU {at=746691.797409641, lu_delay=22.39445950393565, ms=00020}
22:49:23.509490 run mass: MS start registered {at=746691.803331664, delay=0.005939306924119592, ms=00081}
22:49:24.073372 run osmo-ms-mob/00082: Starting mobile
22:49:24.087389 run osmo-ms-mob/00082(pid=217): Launched
22:49:24.098746 run mass: MS start registered {at=746692.392571248, delay=0.005044243996962905, ms=00082}
22:49:24.163230 run mass: MS performed LU {at=746692.456921637, lu_delay=5.664462438900955, ms=00069}
22:49:24.287812 run mass: MS performed LU {at=746692.581548342, lu_delay=3.787940100999549, ms=00074}
22:49:24.668455 run osmo-ms-mob/00083: Starting mobile
22:49:24.682646 run osmo-ms-mob/00083(pid=218): Launched
22:49:24.693965 run mass: MS start registered {at=746692.987786828, delay=0.0052235599141567945, ms=00083}
22:49:25.123544 run mass: MS performed LU {at=746693.417271246, lu_delay=5.004394209012389, ms=00073}
22:49:25.178406 run osmo-ms-mob/00084: Starting mobile
22:49:25.193397 run osmo-ms-mob/00084(pid=219): Launched
22:49:25.199357 run mass: MS performed LU {at=746693.493192627, lu_delay=5.644908568938263, ms=00072}
22:49:25.205157 run mass: MS start registered {at=746693.498999302, delay=0.005823104060254991, ms=00084}
22:49:25.238342 run mass: MS performed LU {at=746693.532092231, lu_delay=5.909352598944679, ms=00071}
22:49:25.691916 run osmo-ms-mob/00085: Starting mobile
22:49:25.710013 run osmo-ms-mob/00085(pid=220): Launched
22:49:25.721622 run mass: MS start registered {at=746694.015441995, delay=0.005622911034151912, ms=00085}
22:49:26.262386 run osmo-ms-mob/00086: Starting mobile
22:49:26.275438 run osmo-ms-mob/00086(pid=221): Launched
22:49:26.287690 run mass: MS start registered {at=746694.581514788, delay=0.005808578920550644, ms=00086}
22:49:26.890832 run osmo-ms-mob/00087: Starting mobile
22:49:26.909429 run osmo-ms-mob/00087(pid=222): Launched
22:49:26.915899 run mass: MS performed LU {at=746695.209730392, lu_delay=6.019015118014067, ms=00075}
22:49:26.921797 run mass: MS start registered {at=746695.215638467, delay=0.005928467959165573, ms=00087}
22:49:26.940931 run mass: MS performed LU {at=746695.234757432, lu_delay=5.509672456071712, ms=00076}
22:49:26.987972 run mass: MS performed LU {at=746695.281697996, lu_delay=5.469683037954383, ms=00077}
22:49:27.196676 run mass: MS performed LU {at=746695.490401355, lu_delay=4.897251270944253, ms=00078}
22:49:27.489859 run osmo-ms-mob/00088: Starting mobile
22:49:27.506912 run osmo-ms-mob/00088(pid=223): Launched
22:49:27.518154 run mass: MS start registered {at=746695.811977055, delay=0.00521511398255825, ms=00088}
22:49:28.064619 run osmo-ms-mob/00089: Starting mobile
22:49:28.078572 run osmo-ms-mob/00089(pid=224): Launched
22:49:28.090099 run mass: MS start registered {at=746696.383902238, delay=0.005302959005348384, ms=00089}
22:49:28.690072 run osmo-ms-mob/00090: Starting mobile
22:49:28.707184 run osmo-ms-mob/00090(pid=225): Launched
22:49:28.718251 run mass: MS start registered {at=746697.012078461, delay=0.005041472031734884, ms=00090}
22:49:28.889427 run mass: MS performed LU {at=746697.183152407, lu_delay=4.790581158944406, ms=00082}
22:49:28.934826 run mass: MS performed LU {at=746697.22857649, lu_delay=5.742099967901595, ms=00080}
22:49:29.004016 run mass: MS performed LU {at=746697.297766178, lu_delay=5.494434514082968, ms=00081}
22:49:29.040847 run mass: MS performed LU {at=746697.334591001, lu_delay=6.356430575018749, ms=00079}
22:49:29.382604 run osmo-ms-mob/00091: Starting mobile
22:49:29.398644 run osmo-ms-mob/00091(pid=226): Launched
22:49:29.409898 run mass: MS start registered {at=746697.703719594, delay=0.00529085099697113, ms=00091}
22:49:30.070841 run osmo-ms-mob/00092: Starting mobile
22:49:30.084406 run osmo-ms-mob/00092(pid=227): Launched
22:49:30.095670 run mass: MS start registered {at=746698.389495247, delay=0.005299746990203857, ms=00092}
22:49:30.670219 run mass: MS performed LU {at=746698.96392179, lu_delay=4.948479795013554, ms=00085}
22:49:30.753403 run mass: MS performed LU {at=746699.047105943, lu_delay=6.0593191150110215, ms=00083}
22:49:30.808958 run osmo-ms-mob/00093: Starting mobile
22:49:30.824090 run osmo-ms-mob/00093(pid=228): Launched
22:49:30.830066 run mass: MS performed LU {at=746699.123901946, lu_delay=5.624902643961832, ms=00084}
22:49:30.835824 run mass: MS start registered {at=746699.129667115, delay=0.005781672080047429, ms=00093}
22:49:30.943357 run mass: MS performed LU {at=746699.23708024, lu_delay=4.655565452063456, ms=00086}
22:49:31.771667 run osmo-ms-mob/00094: Starting mobile
22:49:31.785623 run osmo-ms-mob/00094(pid=229): Launched
22:49:31.796830 run mass: MS start registered {at=746700.090657353, delay=0.005198290105909109, ms=00094}
22:49:32.691134 run osmo-ms-mob/00095: Starting mobile
22:49:32.708179 run osmo-ms-mob/00095(pid=230): Launched
22:49:32.714137 run mass: MS performed LU {at=746701.007970467, lu_delay=5.792331999982707, ms=00087}
22:49:32.720094 run mass: MS performed LU {at=746701.013934952, lu_delay=4.6300327139906585, ms=00089}
22:49:32.725805 run mass: MS start registered {at=746701.019647189, delay=0.011695317924022675, ms=00095}
22:49:32.770751 run mass: MS performed LU {at=746701.064475673, lu_delay=5.252498617977835, ms=00088}
22:49:33.674437 run osmo-ms-mob/00096: Starting mobile
22:49:33.688158 run osmo-ms-mob/00096(pid=231): Launched
22:49:33.699359 run mass: MS start registered {at=746701.993185582, delay=0.005173426936380565, ms=00096}
22:49:34.520105 run mass: MS performed LU {at=746702.813822626, lu_delay=5.801744165015407, ms=00090}
22:49:34.565985 run mass: MS performed LU {at=746702.859696053, lu_delay=5.155976458918303, ms=00091}
22:49:34.672035 run mass: MS performed LU {at=746702.965760138, lu_delay=4.576264890958555, ms=00092}
22:49:34.701148 run osmo-ms-mob/00097: Starting mobile
22:49:34.714490 run osmo-ms-mob/00097(pid=232): Launched
22:49:34.725655 run mass: MS start registered {at=746703.019483658, delay=0.00500508607365191, ms=00097}
22:49:36.090454 run osmo-ms-mob/00098: Starting mobile
22:49:36.109691 run osmo-ms-mob/00098(pid=233): Launched
22:49:36.121412 run mass: MS start registered {at=746704.415225344, delay=0.005690422956831753, ms=00098}
22:49:36.420905 run mass: MS performed LU {at=746704.714627819, lu_delay=4.623970465967432, ms=00094}
22:49:36.467018 run mass: MS performed LU {at=746704.760750048, lu_delay=5.63108293293044, ms=00093}
22:49:37.881145 run osmo-ms-mob/00099: Starting mobile
22:49:37.897185 run osmo-ms-mob/00099(pid=234): Launched
22:49:37.903114 run mass: All started... {duration=55.75395529798698, too_slow=0}
22:49:37.908833 run mass: MS start registered {at=746706.202668085, delay=0.0057117060059681535, ms=00099}
22:49:38.285730 run mass: MS performed LU {at=746706.579431895, lu_delay=5.55978470609989, ms=00095}
22:49:38.566896 run mass: MS performed LU {at=746706.86060683, lu_delay=23.26803865900729, ms=00060}
22:49:38.655156 run mass: MS performed LU {at=746706.948878826, lu_delay=4.9556932440027595, ms=00096}
22:49:40.187083 run mass: MS performed LU {at=746708.480810446, lu_delay=5.461326787946746, ms=00097}
22:49:42.051442 run mass: MS performed LU {at=746710.345167109, lu_delay=5.929941765032709, ms=00098}
22:49:43.952814 run mass: MS performed LU {at=746712.246538948, lu_delay=6.0438708630390465, ms=00099}
22:49:43.963211 run mass: Tests done {all_completed=True, max=23.26803865900729, min=3.6836756450356916}
22:49:43.968557 tst register_default_mass.py: Test passed (81.1 sec)
22:49:43.973774 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:43.976979 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:43.980151 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:43.983327 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:43.986486 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:43.989693 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:43.993018 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:43.996357 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:43.999645 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:44.002978 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:44.006349 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:44.009707 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:44.013083 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:44.016464 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:44.019851 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:44.023223 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:44.026602 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:44.029990 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:44.033347 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:44.036721 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:44.040094 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:44.043446 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:44.046810 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:44.050175 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:44.053526 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:44.056885 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:44.060240 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:44.063606 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:44.066962 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:44.070323 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:44.073593 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:44.077223 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:44.080568 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:44.083943 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:44.087267 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:44.091084 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:44.094440 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:44.098038 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:44.101420 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:44.104681 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:44.107934 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:44.111281 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:44.114591 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:44.117882 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:44.121139 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:44.124632 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:44.127941 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:44.131699 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:44.134952 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:44.138269 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:44.141809 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:44.145070 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:44.148361 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:44.151624 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:44.154945 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:44.158211 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:44.161447 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:44.164795 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:44.168088 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:44.171328 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:44.174605 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:44.178457 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:44.181765 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:44.185004 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:44.188431 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:44.191719 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:44.195007 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:44.198272 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:44.201526 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:44.204812 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:44.208110 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:44.211462 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:44.214707 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:44.218048 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:44.221380 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:44.224668 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:44.227987 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:44.231246 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:44.234586 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:44.237896 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:44.241146 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:44.244495 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:44.248360 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:44.251651 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:44.255016 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:44.258266 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:44.261504 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:44.264845 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:44.268151 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:44.271440 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:44.274688 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:44.278020 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:44.281278 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:44.284531 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:44.287831 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:44.291117 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:44.294499 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:44.298327 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:44.302158 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:44.305528 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:44.308921 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:44.312322 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:44.315696 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:44.319103 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:44.322509 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:44.325819 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:44.329207 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:44.332657 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:44.336019 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:44.339363 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:44.342782 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:44.346086 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:44.349526 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:44.352980 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:44.356383 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:44.359819 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:44.363133 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:44.366441 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:44.369735 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:44.373037 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:44.376328 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:44.379628 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:44.382918 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:44.386196 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:44.389491 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:44.392790 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:44.396090 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:44.399380 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:44.402667 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:44.405947 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:44.409235 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:44.412528 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:44.415818 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:44.419107 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:44.422392 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:44.425665 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:44.428952 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:44.432243 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:44.435529 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:44.438818 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:44.442115 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:44.445402 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:44.448689 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:44.451978 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:44.455266 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:44.458559 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:44.461841 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:44.465140 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:44.468426 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:44.471721 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:44.475007 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:44.478287 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:44.481566 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:44.484861 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:44.488144 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:44.491426 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:44.494707 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:44.497984 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:44.501270 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:44.504551 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:44.507835 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:44.511112 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:44.514411 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:44.517694 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:44.520983 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:44.524278 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:44.527556 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:44.530832 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:44.534116 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:44.537397 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:44.540681 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:44.543979 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:44.547257 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:44.550549 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:44.553832 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:44.557121 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:44.560408 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:44.563701 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:44.566981 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:44.570264 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:44.573550 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:44.576842 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:44.580128 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:44.583419 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:44.586711 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:44.590002 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:44.593292 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:44.596576 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:44.599869 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:44.603156 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:44.606459 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:44.609740 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:44.613025 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:44.616304 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:44.619604 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:44.622882 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:44.626178 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:44.629460 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:44.632747 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:44.636031 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:44.639317 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:44.642604 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:44.645887 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:44.649163 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:44.652460 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:44.655754 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:44.659045 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:44.662324 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:44.665611 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:44.668900 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:44.672181 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:44.675462 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:44.678753 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:44.682051 --- ParallelTerminationStrategy: PID 22 died...
22:49:44.683548 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:44.687181 --- ParallelTerminationStrategy: PID 23 died...
22:49:44.688660 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:44.692273 --- ParallelTerminationStrategy: PID 24 died...
22:49:44.693749 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:44.697379 --- ParallelTerminationStrategy: PID 25 died...
22:49:44.698855 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:44.702465 --- ParallelTerminationStrategy: PID 26 died...
22:49:44.703932 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:44.707612 --- ParallelTerminationStrategy: PID 27 died...
22:49:44.709091 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:44.712757 --- ParallelTerminationStrategy: PID 28 died...
22:49:44.714236 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:44.717916 --- ParallelTerminationStrategy: PID 29 died...
22:49:44.719406 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:44.723090 --- ParallelTerminationStrategy: PID 30 died...
22:49:44.724579 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:44.728257 --- ParallelTerminationStrategy: PID 31 died...
22:49:44.729743 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:44.733432 --- ParallelTerminationStrategy: PID 32 died...
22:49:44.734917 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:44.738599 --- ParallelTerminationStrategy: PID 33 died...
22:49:44.740087 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:44.743760 --- ParallelTerminationStrategy: PID 35 died...
22:49:44.745249 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:44.748937 --- ParallelTerminationStrategy: PID 36 died...
22:49:44.750423 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:44.754092 --- ParallelTerminationStrategy: PID 37 died...
22:49:44.755598 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:44.759255 --- ParallelTerminationStrategy: PID 38 died...
22:49:44.760748 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:44.764407 --- ParallelTerminationStrategy: PID 39 died...
22:49:44.765890 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:44.769563 --- ParallelTerminationStrategy: PID 40 died...
22:49:44.771045 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:44.774709 --- ParallelTerminationStrategy: PID 41 died...
22:49:44.776195 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:44.779838 --- ParallelTerminationStrategy: PID 42 died...
22:49:44.781328 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:44.785002 --- ParallelTerminationStrategy: PID 43 died...
22:49:44.786481 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:44.790114 --- ParallelTerminationStrategy: PID 44 died...
22:49:44.791588 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:44.795243 --- ParallelTerminationStrategy: PID 45 died...
22:49:44.796724 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:44.800360 --- ParallelTerminationStrategy: PID 46 died...
22:49:44.801828 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:44.805476 --- ParallelTerminationStrategy: PID 47 died...
22:49:44.806950 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:44.810583 --- ParallelTerminationStrategy: PID 48 died...
22:49:44.812050 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:44.815679 --- ParallelTerminationStrategy: PID 49 died...
22:49:44.817145 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:44.820776 --- ParallelTerminationStrategy: PID 50 died...
22:49:44.822249 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:44.825870 --- ParallelTerminationStrategy: PID 51 died...
22:49:44.827345 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:44.830988 --- ParallelTerminationStrategy: PID 52 died...
22:49:44.832454 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:44.836075 --- ParallelTerminationStrategy: PID 53 died...
22:49:44.837544 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:44.841179 --- ParallelTerminationStrategy: PID 54 died...
22:49:44.842653 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:44.846296 --- ParallelTerminationStrategy: PID 55 died...
22:49:44.847767 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:44.851396 --- ParallelTerminationStrategy: PID 56 died...
22:49:44.852867 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:44.856510 --- ParallelTerminationStrategy: PID 57 died...
22:49:44.857980 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:44.861610 --- ParallelTerminationStrategy: PID 58 died...
22:49:44.863082 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:44.866680 --- ParallelTerminationStrategy: PID 59 died...
22:49:44.868142 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:44.871742 --- ParallelTerminationStrategy: PID 60 died...
22:49:44.873192 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:44.876782 --- ParallelTerminationStrategy: PID 61 died...
22:49:44.878242 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:44.881852 --- ParallelTerminationStrategy: PID 62 died...
22:49:44.883323 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:44.886912 --- ParallelTerminationStrategy: PID 63 died...
22:49:44.888366 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:44.891974 --- ParallelTerminationStrategy: PID 64 died...
22:49:44.893426 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:44.897034 --- ParallelTerminationStrategy: PID 65 died...
22:49:44.898487 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:44.902079 --- ParallelTerminationStrategy: PID 66 died...
22:49:44.903548 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:44.907135 --- ParallelTerminationStrategy: PID 67 died...
22:49:44.908587 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:44.912191 --- ParallelTerminationStrategy: PID 68 died...
22:49:44.913640 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:44.917250 --- ParallelTerminationStrategy: PID 69 died...
22:49:44.918716 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:44.922328 --- ParallelTerminationStrategy: PID 70 died...
22:49:44.923784 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:44.927376 --- ParallelTerminationStrategy: PID 71 died...
22:49:44.928834 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:44.932429 --- ParallelTerminationStrategy: PID 72 died...
22:49:44.933892 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:44.937524 --- ParallelTerminationStrategy: PID 73 died...
22:49:44.939011 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:44.942619 --- ParallelTerminationStrategy: PID 74 died...
22:49:44.944081 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:44.947684 --- ParallelTerminationStrategy: PID 75 died...
22:49:44.949140 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:44.952754 --- ParallelTerminationStrategy: PID 76 died...
22:49:44.954211 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:44.957792 --- ParallelTerminationStrategy: PID 77 died...
22:49:44.959255 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:44.962870 --- ParallelTerminationStrategy: PID 78 died...
22:49:44.964326 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:44.967941 --- ParallelTerminationStrategy: PID 79 died...
22:49:44.969390 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:44.972976 --- ParallelTerminationStrategy: PID 80 died...
22:49:44.974451 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:44.978035 --- ParallelTerminationStrategy: PID 81 died...
22:49:44.979483 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:44.983110 --- ParallelTerminationStrategy: PID 82 died...
22:49:44.984554 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:44.988152 --- ParallelTerminationStrategy: PID 83 died...
22:49:44.989604 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:44.993183 --- ParallelTerminationStrategy: PID 84 died...
22:49:44.994645 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:44.998251 --- ParallelTerminationStrategy: PID 85 died...
22:49:44.999700 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:45.003279 --- ParallelTerminationStrategy: PID 86 died...
22:49:45.004725 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:45.008314 --- ParallelTerminationStrategy: PID 87 died...
22:49:45.009757 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:45.013388 --- ParallelTerminationStrategy: PID 88 died...
22:49:45.014859 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:45.018482 --- ParallelTerminationStrategy: PID 89 died...
22:49:45.020001 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:45.023735 --- ParallelTerminationStrategy: PID 90 died...
22:49:45.025243 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:45.028966 --- ParallelTerminationStrategy: PID 91 died...
22:49:45.030487 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:45.034226 --- ParallelTerminationStrategy: PID 92 died...
22:49:45.035744 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:45.039467 --- ParallelTerminationStrategy: PID 93 died...
22:49:45.040982 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:45.044736 --- ParallelTerminationStrategy: PID 94 died...
22:49:45.046246 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:45.049982 --- ParallelTerminationStrategy: PID 95 died...
22:49:45.051502 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:45.055234 --- ParallelTerminationStrategy: PID 96 died...
22:49:45.056740 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:45.060477 --- ParallelTerminationStrategy: PID 97 died...
22:49:45.061991 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:45.065741 --- ParallelTerminationStrategy: PID 98 died...
22:49:45.067265 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:45.070998 --- ParallelTerminationStrategy: PID 99 died...
22:49:45.072511 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:45.076261 --- ParallelTerminationStrategy: PID 100 died...
22:49:45.077773 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:45.081545 --- ParallelTerminationStrategy: PID 101 died...
22:49:45.083060 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:45.086807 --- ParallelTerminationStrategy: PID 102 died...
22:49:45.088308 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:45.091998 --- ParallelTerminationStrategy: PID 103 died...
22:49:45.093490 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:45.097205 --- ParallelTerminationStrategy: PID 104 died...
22:49:45.098702 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:45.102397 --- ParallelTerminationStrategy: PID 105 died...
22:49:45.103894 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:45.107606 --- ParallelTerminationStrategy: PID 106 died...
22:49:45.109101 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:45.112799 --- ParallelTerminationStrategy: PID 107 died...
22:49:45.114301 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:45.118006 --- ParallelTerminationStrategy: PID 108 died...
22:49:45.119514 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:45.123213 --- ParallelTerminationStrategy: PID 109 died...
22:49:45.124711 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:45.128298 --- ParallelTerminationStrategy: PID 110 died...
22:49:45.129745 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:45.133300 --- ParallelTerminationStrategy: PID 111 died...
22:49:45.134780 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:45.138417 --- ParallelTerminationStrategy: PID 112 died...
22:49:45.139915 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:45.143623 --- ParallelTerminationStrategy: PID 113 died...
22:49:45.145120 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:45.148828 --- ParallelTerminationStrategy: PID 114 died...
22:49:45.150346 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:45.154053 --- ParallelTerminationStrategy: PID 115 died...
22:49:45.155555 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:45.159247 --- ParallelTerminationStrategy: PID 116 died...
22:49:45.160741 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:45.164436 --- ParallelTerminationStrategy: PID 117 died...
22:49:45.165932 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:45.169647 --- ParallelTerminationStrategy: PID 118 died...
22:49:45.171148 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:45.174849 --- ParallelTerminationStrategy: PID 119 died...
22:49:45.176347 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:45.180039 --- ParallelTerminationStrategy: PID 120 died...
22:49:45.181547 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:45.185263 --- ParallelTerminationStrategy: PID 121 died...
22:49:45.186761 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:45.190470 --- ParallelTerminationStrategy: PID 122 died...
22:49:45.191965 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:45.195670 --- ParallelTerminationStrategy: PID 123 died...
22:49:45.197171 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:45.200872 --- ParallelTerminationStrategy: PID 124 died...
22:49:45.202376 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:45.206076 --- ParallelTerminationStrategy: PID 125 died...
22:49:45.207584 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:45.211286 --- ParallelTerminationStrategy: PID 126 died...
22:49:45.212787 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:45.216511 --- ParallelTerminationStrategy: PID 127 died...
22:49:45.218006 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:45.221706 --- ParallelTerminationStrategy: PID 128 died...
22:49:45.223212 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:45.226911 --- ParallelTerminationStrategy: PID 129 died...
22:49:45.228415 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:45.232158 --- ParallelTerminationStrategy: PID 130 died...
22:49:45.233662 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:45.237383 --- ParallelTerminationStrategy: PID 131 died...
22:49:45.238888 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:45.242593 --- ParallelTerminationStrategy: PID 132 died...
22:49:45.244092 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:45.247792 --- ParallelTerminationStrategy: PID 133 died...
22:49:45.249292 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:45.253002 --- ParallelTerminationStrategy: PID 134 died...
22:49:45.254497 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:45.258194 --- ParallelTerminationStrategy: PID 135 died...
22:49:45.259695 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:45.263418 --- ParallelTerminationStrategy: PID 136 died...
22:49:45.264918 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:45.268625 --- ParallelTerminationStrategy: PID 137 died...
22:49:45.270118 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:45.273820 --- ParallelTerminationStrategy: PID 138 died...
22:49:45.275316 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:45.279015 --- ParallelTerminationStrategy: PID 139 died...
22:49:45.280507 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:45.284228 --- ParallelTerminationStrategy: PID 140 died...
22:49:45.285716 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:45.289412 --- ParallelTerminationStrategy: PID 141 died...
22:49:45.290906 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:45.294609 --- ParallelTerminationStrategy: PID 142 died...
22:49:45.296097 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:45.299807 --- ParallelTerminationStrategy: PID 143 died...
22:49:45.301307 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:45.305006 --- ParallelTerminationStrategy: PID 144 died...
22:49:45.306490 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:45.310196 --- ParallelTerminationStrategy: PID 145 died...
22:49:45.311689 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:45.315394 --- ParallelTerminationStrategy: PID 146 died...
22:49:45.316886 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:45.320598 --- ParallelTerminationStrategy: PID 147 died...
22:49:45.322093 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:45.325793 --- ParallelTerminationStrategy: PID 148 died...
22:49:45.327287 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:45.330995 --- ParallelTerminationStrategy: PID 149 died...
22:49:45.332491 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:45.336190 --- ParallelTerminationStrategy: PID 150 died...
22:49:45.337685 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:45.341388 --- ParallelTerminationStrategy: PID 151 died...
22:49:45.342904 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:45.346601 --- ParallelTerminationStrategy: PID 152 died...
22:49:45.348086 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:45.351794 --- ParallelTerminationStrategy: PID 153 died...
22:49:45.353286 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:45.356987 --- ParallelTerminationStrategy: PID 154 died...
22:49:45.358493 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:45.362203 --- ParallelTerminationStrategy: PID 155 died...
22:49:45.363697 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:45.367416 --- ParallelTerminationStrategy: PID 156 died...
22:49:45.368906 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:45.372602 --- ParallelTerminationStrategy: PID 157 died...
22:49:45.374092 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:45.377793 --- ParallelTerminationStrategy: PID 158 died...
22:49:45.379286 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:45.382989 --- ParallelTerminationStrategy: PID 159 died...
22:49:45.384482 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:45.388185 --- ParallelTerminationStrategy: PID 160 died...
22:49:45.389672 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:45.393395 --- ParallelTerminationStrategy: PID 161 died...
22:49:45.394897 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:45.398597 --- ParallelTerminationStrategy: PID 162 died...
22:49:45.400089 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:45.403793 --- ParallelTerminationStrategy: PID 163 died...
22:49:45.405288 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:45.408991 --- ParallelTerminationStrategy: PID 164 died...
22:49:45.410479 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:45.414199 --- ParallelTerminationStrategy: PID 165 died...
22:49:45.415694 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:45.419392 --- ParallelTerminationStrategy: PID 166 died...
22:49:45.420881 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:45.424579 --- ParallelTerminationStrategy: PID 167 died...
22:49:45.426066 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:45.429765 --- ParallelTerminationStrategy: PID 168 died...
22:49:45.431257 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:45.434971 --- ParallelTerminationStrategy: PID 169 died...
22:49:45.436462 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:45.440168 --- ParallelTerminationStrategy: PID 170 died...
22:49:45.441658 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:45.445353 --- ParallelTerminationStrategy: PID 171 died...
22:49:45.446845 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:45.450543 --- ParallelTerminationStrategy: PID 172 died...
22:49:45.452035 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:45.455731 --- ParallelTerminationStrategy: PID 173 died...
22:49:45.457221 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:45.460924 --- ParallelTerminationStrategy: PID 174 died...
22:49:45.462420 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:45.466115 --- ParallelTerminationStrategy: PID 175 died...
22:49:45.467612 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:45.471307 --- ParallelTerminationStrategy: PID 176 died...
22:49:45.472799 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:45.476503 --- ParallelTerminationStrategy: PID 177 died...
22:49:45.477996 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:45.481717 --- ParallelTerminationStrategy: PID 178 died...
22:49:45.483207 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:45.486922 --- ParallelTerminationStrategy: PID 179 died...
22:49:45.488413 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:45.492119 --- ParallelTerminationStrategy: PID 180 died...
22:49:45.493607 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:45.497314 --- ParallelTerminationStrategy: PID 181 died...
22:49:45.498804 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:45.502519 --- ParallelTerminationStrategy: PID 182 died...
22:49:45.504007 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:45.507705 --- ParallelTerminationStrategy: PID 183 died...
22:49:45.509190 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:45.512912 --- ParallelTerminationStrategy: PID 184 died...
22:49:45.514410 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:45.518113 --- ParallelTerminationStrategy: PID 185 died...
22:49:45.519596 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:45.523300 --- ParallelTerminationStrategy: PID 186 died...
22:49:45.524793 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:45.528493 --- ParallelTerminationStrategy: PID 187 died...
22:49:45.529985 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:45.533695 --- ParallelTerminationStrategy: PID 188 died...
22:49:45.535193 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:45.538909 --- ParallelTerminationStrategy: PID 189 died...
22:49:45.540394 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:45.544088 --- ParallelTerminationStrategy: PID 190 died...
22:49:45.545573 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:45.549294 --- ParallelTerminationStrategy: PID 191 died...
22:49:45.550789 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:45.554497 --- ParallelTerminationStrategy: PID 192 died...
22:49:45.555986 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:45.559696 --- ParallelTerminationStrategy: PID 193 died...
22:49:45.561181 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:45.564886 --- ParallelTerminationStrategy: PID 194 died...
22:49:45.566377 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:45.570066 --- ParallelTerminationStrategy: PID 195 died...
22:49:45.571556 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:45.575278 --- ParallelTerminationStrategy: PID 196 died...
22:49:45.576758 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:45.580470 --- ParallelTerminationStrategy: PID 197 died...
22:49:45.581959 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:45.585654 --- ParallelTerminationStrategy: PID 198 died...
22:49:45.587146 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:45.590853 --- ParallelTerminationStrategy: PID 199 died...
22:49:45.592337 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:45.596041 --- ParallelTerminationStrategy: PID 200 died...
22:49:45.597523 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:45.601218 --- ParallelTerminationStrategy: PID 201 died...
22:49:45.602713 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:45.606424 --- ParallelTerminationStrategy: PID 202 died...
22:49:45.607911 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:45.611587 --- ParallelTerminationStrategy: PID 203 died...
22:49:45.613081 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:45.616781 --- ParallelTerminationStrategy: PID 204 died...
22:49:45.618270 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:45.621970 --- ParallelTerminationStrategy: PID 205 died...
22:49:45.623483 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:45.627187 --- ParallelTerminationStrategy: PID 206 died...
22:49:45.628679 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:45.632384 --- ParallelTerminationStrategy: PID 207 died...
22:49:45.633872 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:45.637568 --- ParallelTerminationStrategy: PID 208 died...
22:49:45.639072 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:45.642791 --- ParallelTerminationStrategy: PID 209 died...
22:49:45.644278 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:45.647970 --- ParallelTerminationStrategy: PID 210 died...
22:49:45.649459 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:45.653151 --- ParallelTerminationStrategy: PID 211 died...
22:49:45.654656 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:45.658357 --- ParallelTerminationStrategy: PID 212 died...
22:49:45.659846 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:45.663544 --- ParallelTerminationStrategy: PID 213 died...
22:49:45.665031 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:45.668736 --- ParallelTerminationStrategy: PID 214 died...
22:49:45.670237 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:45.673935 --- ParallelTerminationStrategy: PID 215 died...
22:49:45.675430 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:45.679128 --- ParallelTerminationStrategy: PID 216 died...
22:49:45.680608 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:45.684316 --- ParallelTerminationStrategy: PID 217 died...
22:49:45.685801 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:45.689524 --- ParallelTerminationStrategy: PID 218 died...
22:49:45.691014 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:45.694718 --- ParallelTerminationStrategy: PID 219 died...
22:49:45.696203 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:45.699908 --- ParallelTerminationStrategy: PID 220 died...
22:49:45.701404 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:45.705126 --- ParallelTerminationStrategy: PID 221 died...
22:49:45.706623 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:45.710329 --- ParallelTerminationStrategy: PID 222 died...
22:49:45.711820 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:45.715533 --- ParallelTerminationStrategy: PID 223 died...
22:49:45.717015 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:45.720725 --- ParallelTerminationStrategy: PID 224 died...
22:49:45.722221 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:45.725917 --- ParallelTerminationStrategy: PID 225 died...
22:49:45.727407 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:45.731118 --- ParallelTerminationStrategy: PID 226 died...
22:49:45.732609 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:45.736323 --- ParallelTerminationStrategy: PID 227 died...
22:49:45.737812 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:45.741518 --- ParallelTerminationStrategy: PID 228 died...
22:49:45.743019 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:45.746750 --- ParallelTerminationStrategy: PID 229 died...
22:49:45.748246 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:45.751955 --- ParallelTerminationStrategy: PID 230 died...
22:49:45.753450 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:45.757149 --- ParallelTerminationStrategy: PID 231 died...
22:49:45.758649 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:45.762365 --- ParallelTerminationStrategy: PID 232 died...
22:49:45.763863 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:45.767598 --- ParallelTerminationStrategy: PID 233 died...
22:49:45.769102 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:45.772809 --- ParallelTerminationStrategy: PID 234 died...
22:49:45.774321 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:49.178815 --- ParallelTerminationStrategy: PID 34 died...
22:49:49.185092 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8343 netreg_mass PASS
---------------------------------------------------------------------
22:49:49.257315 tst trial-8343: Storing JUnit report in /build/trial-8343/run.2026-05-26_22-48-22/trial-8343.xml
--------------------------------------------------------------------------------------------
trial-8343 PASS
--------------------------------------------------------------------------------------------
22:49:49.267680 tst trial-8343: trial-8343: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8343/inst
+ cd trial-8343
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-05-26 22:48:22
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8343-run.tgz run.2026-05-26_22-48-22
+ tar czf /build/trial-8343-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-05-26_13_26_59.tgz osmo-bts-oc2g.build-2026-05-26_00_51_41.tgz osmo-bts-sysmo.build-2026-05-26_00_51_43.tgz osmo-bts.build-2026-05-26_00_51_59.tgz osmo-ggsn.build-2026-05-26_20_42_42.tgz osmo-hlr.build-2026-05-26_16_36_52.tgz osmo-hnbgw.build-2026-05-26_13_30_57.tgz osmo-mgw.build-2026-05-26_08_33_08.tgz osmo-msc.build-2026-05-26_13_35_18.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-05-26_07_34_56.tgz osmo-pcu-sysmo.build-2026-05-26_07_34_52.tgz osmo-pcu.build-2026-05-26_07_34_53.tgz osmo-sgsn.build-2026-05-26_20_48_25.tgz osmo-stp.build-2026-05-26_13_25_21.tgz osmo-trx.build-2026-05-26_14_21_57.tgz osmocom-bb.build-2026-05-26_21_17_58.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