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 7856
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins7079599839001220672.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-8336
+ 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 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#7 CACHED
#8 [20/28] WORKDIR /TMP
#8 CACHED
#9 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#9 CACHED
#10 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#10 CACHED
#11 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#11 CACHED
#12 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#12 CACHED
#13 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#13 CACHED
#14 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#14 CACHED
#15 [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
#15 CACHED
#16 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#16 CACHED
#17 [ 2/28] RUN useradd -ms /bin/bash jenkins
#17 CACHED
#18 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#18 CACHED
#19 [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
#19 CACHED
#20 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://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
#20 CACHED
#21 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#21 CACHED
#22 [ 3/28] RUN groupadd osmo-gsm-tester
#22 CACHED
#23 [ 8/28] RUN MKDIR /var/run/sshd
#23 CACHED
#24 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#24 CACHED
#25 [15/28] RUN APT-GET update && apt-get install -y --no-install-recommends telnet libosmocore-dev libosmo-abis-dev libosmo-gsup-client-dev libosmo-netif-dev libosmo-ranap-dev libosmo-sigtran-dev libsmpp34-dev libgtp-dev libasn1c-dev && apt-get clean
#25 CACHED
#26 [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
#26 CACHED
#27 [ 9/28] COPY 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 [ 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
#29 CACHED
#30 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#30 CACHED
#31 [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
#31 CACHED
#32 [23/28] RUN CD osmo-gsm-tester && git fetch && git checkout master && (git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:8209f13d1e821f2ced1bfd1d63e18df1e264b6e7ddeb7f419e9fd8cca5d56e89 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=8337 -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-20 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8337
+ mkdir -p trial-8337
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-05-20_13_26_48.tgz osmo-bts-oc2g.build-2026-05-20_00_51_59.tgz osmo-bts-sysmo.build-2026-05-20_00_51_49.tgz osmo-bts.build-2026-05-20_00_52_02.tgz osmo-ggsn.build-2026-05-20_20_42_54.tgz osmo-hlr.build-2026-05-20_16_37_05.tgz osmo-hnbgw.build-2026-05-20_13_28_46.tgz osmo-mgw.build-2026-05-20_08_33_10.tgz osmo-msc.build-2026-05-20_13_34_21.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-05-20_07_35_14.tgz osmo-pcu-sysmo.build-2026-05-20_07_35_13.tgz osmo-pcu.build-2026-05-20_07_35_12.tgz osmo-sgsn.build-2026-05-20_20_48_32.tgz osmo-stp.build-2026-05-20_13_25_36.tgz osmo-trx.build-2026-05-20_14_21_58.tgz osmocom-bb.build-2026-05-20_21_17_56.tgz srslte.build-19.tgz trial-8337
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-05-20_13_26_48.md5 osmo-bts-oc2g.build-2026-05-20_00_51_59.md5 osmo-bts-sysmo.build-2026-05-20_00_51_49.md5 osmo-bts.build-2026-05-20_00_52_02.md5 osmo-ggsn.build-2026-05-20_20_42_54.md5 osmo-hlr.build-2026-05-20_16_37_05.md5 osmo-hnbgw.build-2026-05-20_13_28_46.md5 osmo-mgw.build-2026-05-20_08_33_10.md5 osmo-msc.build-2026-05-20_13_34_21.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-05-20_07_35_14.md5 osmo-pcu-sysmo.build-2026-05-20_07_35_13.md5 osmo-pcu.build-2026-05-20_07_35_12.md5 osmo-sgsn.build-2026-05-20_20_48_32.md5 osmo-stp.build-2026-05-20_13_25_36.md5 osmo-trx.build-2026-05-20_14_21_58.md5 osmocom-bb.build-2026-05-20_21_17_56.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-05-20_13_26_48.md5 osmo-bts-oc2g.build-2026-05-20_00_51_59.md5 osmo-bts-sysmo.build-2026-05-20_00_51_49.md5 osmo-bts.build-2026-05-20_00_52_02.md5 osmo-ggsn.build-2026-05-20_20_42_54.md5 osmo-hlr.build-2026-05-20_16_37_05.md5 osmo-hnbgw.build-2026-05-20_13_28_46.md5 osmo-mgw.build-2026-05-20_08_33_10.md5 osmo-msc.build-2026-05-20_13_34_21.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-05-20_07_35_14.md5 osmo-pcu-sysmo.build-2026-05-20_07_35_13.md5 osmo-pcu.build-2026-05-20_07_35_12.md5 osmo-sgsn.build-2026-05-20_20_48_32.md5 osmo-stp.build-2026-05-20_13_25_36.md5 osmo-trx.build-2026-05-20_14_21_58.md5 osmocom-bb.build-2026-05-20_21_17_56.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-8337 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8337'
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-8337
--------------------------------------------------------------------------------------------
22:48:16.809555 tst trial-8337: Detailed log at /build/trial-8337/run.2026-05-20_22-48-16/log
---------------------------------------------------------------------
trial-8337 netreg_mass
---------------------------------------------------------------------
22:48:17.015645 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.016015 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.016765 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.017895 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.059414 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.060311 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.061478 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.123969 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-8337 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.124728 tst register_default_mass.py:9: Claiming resources for the test
22:48:17.139688 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.140226 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.140694 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.141131 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.141568 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.142019 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.142460 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.173164 tst register_default_mass.py: using LAC 2
22:48:17.195236 tst register_default_mass.py: using RAC 2
22:48:17.222005 tst register_default_mass.py: using CellId 2
22:48:17.251855 tst register_default_mass.py: using BVCI 3
22:48:17.265778 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.266479 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.267050 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.267561 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.268053 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.268557 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.269039 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.269549 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.270062 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.270581 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.271070 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.271571 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.272102 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.272623 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.273126 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.273630 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.274144 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.274656 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.275158 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.275673 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.276178 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.276686 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.277213 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.277724 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.278234 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.278762 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.279269 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.279785 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.280308 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.280819 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.281321 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.281840 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.282363 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.282881 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.283389 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.283907 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.284418 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.284928 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.285451 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.285954 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.286456 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.286962 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.287479 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.287978 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.288495 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.289002 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.289499 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.289997 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.290520 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.291021 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.291547 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.292056 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.292550 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.293052 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.293571 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.294074 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.294578 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.295095 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.295601 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.296102 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.296604 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.297102 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.297622 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.298136 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.298642 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.299147 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.299663 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.300172 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.300670 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.301185 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.301685 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.302195 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.302771 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.303279 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.303786 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.304272 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.304786 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.305288 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.305787 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.306302 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.306802 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.307299 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.307800 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.308310 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.308806 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.309305 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.309812 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.310311 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.310800 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.311306 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.311810 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.312300 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.312804 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.313305 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.313795 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.314305 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.314805 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.315305 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.315820 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.316326 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.316824 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.317393 tst register_default_mass.py:21: Launching a simple network
22:48:17.327274 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.447206 run create_hlr_db(pid=20): Launched
22:48:18.461761 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.477602 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.492290 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.497880 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.697405 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.712249 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.717843 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.141905 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.156810 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.171379 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.311559 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.326286 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.331831 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.354844 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.369452 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.374980 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.692707 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.707627 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.740232 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.913756 run osmo-bts-virtual(pid=34): Launched
22:48:29.949574 tst register_default_mass.py: using MSISDN 1001
22:48:29.963792 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.003256 tst register_default_mass.py: using MSISDN 1002
22:48:30.020895 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.051112 tst register_default_mass.py: using MSISDN 1003
22:48:30.065516 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.095967 tst register_default_mass.py: using MSISDN 1004
22:48:30.110413 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.140844 tst register_default_mass.py: using MSISDN 1005
22:48:30.155251 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.185633 tst register_default_mass.py: using MSISDN 1006
22:48:30.200027 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.230235 tst register_default_mass.py: using MSISDN 1007
22:48:30.244482 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.274854 tst register_default_mass.py: using MSISDN 1008
22:48:30.289095 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.318866 tst register_default_mass.py: using MSISDN 1009
22:48:30.332851 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.362400 tst register_default_mass.py: using MSISDN 1010
22:48:30.376276 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.406291 tst register_default_mass.py: using MSISDN 1011
22:48:30.420448 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.450948 tst register_default_mass.py: using MSISDN 1012
22:48:30.460514 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.491347 tst register_default_mass.py: using MSISDN 1013
22:48:30.507296 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.538827 tst register_default_mass.py: using MSISDN 1014
22:48:30.553876 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.585147 tst register_default_mass.py: using MSISDN 1015
22:48:30.599869 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.630660 tst register_default_mass.py: using MSISDN 1016
22:48:30.645262 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.676429 tst register_default_mass.py: using MSISDN 1017
22:48:30.691194 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.722130 tst register_default_mass.py: using MSISDN 1018
22:48:30.736775 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.767861 tst register_default_mass.py: using MSISDN 1019
22:48:30.782546 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:30.813840 tst register_default_mass.py: using MSISDN 1020
22:48:30.828943 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:30.860307 tst register_default_mass.py: using MSISDN 1021
22:48:30.875070 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:30.905918 tst register_default_mass.py: using MSISDN 1022
22:48:30.920681 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:30.951745 tst register_default_mass.py: using MSISDN 1023
22:48:30.966329 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:30.997011 tst register_default_mass.py: using MSISDN 1024
22:48:31.011547 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.042322 tst register_default_mass.py: using MSISDN 1025
22:48:31.056968 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.087741 tst register_default_mass.py: using MSISDN 1026
22:48:31.102374 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.136877 tst register_default_mass.py: using MSISDN 1027
22:48:31.153210 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.184166 tst register_default_mass.py: using MSISDN 1028
22:48:31.198928 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.229797 tst register_default_mass.py: using MSISDN 1029
22:48:31.244501 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.275506 tst register_default_mass.py: using MSISDN 1030
22:48:31.290168 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.321048 tst register_default_mass.py: using MSISDN 1031
22:48:31.335733 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.366417 tst register_default_mass.py: using MSISDN 1032
22:48:31.380989 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.411805 tst register_default_mass.py: using MSISDN 1033
22:48:31.426486 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.457221 tst register_default_mass.py: using MSISDN 1034
22:48:31.471859 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.502991 tst register_default_mass.py: using MSISDN 1035
22:48:31.517673 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.548454 tst register_default_mass.py: using MSISDN 1036
22:48:31.563023 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.594125 tst register_default_mass.py: using MSISDN 1037
22:48:31.608967 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.639709 tst register_default_mass.py: using MSISDN 1038
22:48:31.654148 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.685257 tst register_default_mass.py: using MSISDN 1039
22:48:31.699991 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.730707 tst register_default_mass.py: using MSISDN 1040
22:48:31.745224 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.776010 tst register_default_mass.py: using MSISDN 1041
22:48:31.790510 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:31.821644 tst register_default_mass.py: using MSISDN 1042
22:48:31.836417 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:31.867526 tst register_default_mass.py: using MSISDN 1043
22:48:31.882299 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:31.913445 tst register_default_mass.py: using MSISDN 1044
22:48:31.928332 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:31.967943 tst register_default_mass.py: using MSISDN 1045
22:48:31.985770 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.016851 tst register_default_mass.py: using MSISDN 1046
22:48:32.031828 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.062347 tst register_default_mass.py: using MSISDN 1047
22:48:32.076811 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.107940 tst register_default_mass.py: using MSISDN 1048
22:48:32.122614 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.153723 tst register_default_mass.py: using MSISDN 1049
22:48:32.168461 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.199561 tst register_default_mass.py: using MSISDN 1050
22:48:32.214277 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.245344 tst register_default_mass.py: using MSISDN 1051
22:48:32.260079 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.291350 tst register_default_mass.py: using MSISDN 1052
22:48:32.306046 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.337063 tst register_default_mass.py: using MSISDN 1053
22:48:32.351709 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.382594 tst register_default_mass.py: using MSISDN 1054
22:48:32.397144 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.428123 tst register_default_mass.py: using MSISDN 1055
22:48:32.442799 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.473873 tst register_default_mass.py: using MSISDN 1056
22:48:32.488569 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.519429 tst register_default_mass.py: using MSISDN 1057
22:48:32.534011 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.565021 tst register_default_mass.py: using MSISDN 1058
22:48:32.579749 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.610588 tst register_default_mass.py: using MSISDN 1059
22:48:32.625145 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:32.656124 tst register_default_mass.py: using MSISDN 1060
22:48:32.670637 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:32.701571 tst register_default_mass.py: using MSISDN 1061
22:48:32.716275 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:32.747034 tst register_default_mass.py: using MSISDN 1062
22:48:32.761421 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:32.794880 tst register_default_mass.py: using MSISDN 1063
22:48:32.814065 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:32.845472 tst register_default_mass.py: using MSISDN 1064
22:48:32.860343 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:32.891329 tst register_default_mass.py: using MSISDN 1065
22:48:32.905730 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:32.936730 tst register_default_mass.py: using MSISDN 1066
22:48:32.950627 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:32.981542 tst register_default_mass.py: using MSISDN 1067
22:48:32.995558 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.026319 tst register_default_mass.py: using MSISDN 1068
22:48:33.040587 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.071275 tst register_default_mass.py: using MSISDN 1069
22:48:33.085279 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.115720 tst register_default_mass.py: using MSISDN 1070
22:48:33.129649 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.160473 tst register_default_mass.py: using MSISDN 1071
22:48:33.174655 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.205660 tst register_default_mass.py: using MSISDN 1072
22:48:33.219788 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.250506 tst register_default_mass.py: using MSISDN 1073
22:48:33.264371 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.295106 tst register_default_mass.py: using MSISDN 1074
22:48:33.309192 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.340069 tst register_default_mass.py: using MSISDN 1075
22:48:33.354234 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.384930 tst register_default_mass.py: using MSISDN 1076
22:48:33.399173 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.429741 tst register_default_mass.py: using MSISDN 1077
22:48:33.443545 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:33.474011 tst register_default_mass.py: using MSISDN 1078
22:48:33.488128 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:33.518703 tst register_default_mass.py: using MSISDN 1079
22:48:33.532577 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.563325 tst register_default_mass.py: using MSISDN 1080
22:48:33.577358 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:33.608381 tst register_default_mass.py: using MSISDN 1081
22:48:33.622771 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:33.653524 tst register_default_mass.py: using MSISDN 1082
22:48:33.667565 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:33.698334 tst register_default_mass.py: using MSISDN 1083
22:48:33.712430 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:33.743215 tst register_default_mass.py: using MSISDN 1084
22:48:33.757261 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:33.788273 tst register_default_mass.py: using MSISDN 1085
22:48:33.798047 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:33.828735 tst register_default_mass.py: using MSISDN 1086
22:48:33.844541 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:33.875460 tst register_default_mass.py: using MSISDN 1087
22:48:33.890185 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:33.921061 tst register_default_mass.py: using MSISDN 1088
22:48:33.935570 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:33.966270 tst register_default_mass.py: using MSISDN 1089
22:48:33.980861 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.011349 tst register_default_mass.py: using MSISDN 1090
22:48:34.025819 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.056483 tst register_default_mass.py: using MSISDN 1091
22:48:34.071071 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.101857 tst register_default_mass.py: using MSISDN 1092
22:48:34.116454 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.147215 tst register_default_mass.py: using MSISDN 1093
22:48:34.161812 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.192765 tst register_default_mass.py: using MSISDN 1094
22:48:34.207370 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.238054 tst register_default_mass.py: using MSISDN 1095
22:48:34.252592 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.283301 tst register_default_mass.py: using MSISDN 1096
22:48:34.297780 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.328376 tst register_default_mass.py: using MSISDN 1097
22:48:34.342867 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.373929 tst register_default_mass.py: using MSISDN 1098
22:48:34.388666 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.419639 tst register_default_mass.py: using MSISDN 1099
22:48:34.434060 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:34.464738 tst register_default_mass.py: using MSISDN 1100
22:48:34.479024 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:34.571339 run mass: Starting testcase
22:48:34.577070 run mass: Pre-launching all virtphy's
22:48:34.582528 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:34.595544 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:34.601472 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:34.614168 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:34.620014 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:34.632739 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:34.638750 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:34.651572 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:34.657522 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:34.670341 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:34.676296 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:34.689011 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:34.694993 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:34.707757 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:34.713771 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:34.726528 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:34.732401 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:34.745233 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:34.751202 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:34.763875 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:34.769725 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:34.782478 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:34.788414 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:34.801162 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:34.807127 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:34.819800 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:34.825664 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:34.838374 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:34.844251 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:34.856868 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:34.862717 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:34.875366 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:34.881200 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:34.893882 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:34.899729 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:34.912407 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:34.918252 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:34.930945 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:34.936795 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:34.949497 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:34.955374 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:34.968058 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:34.973952 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:34.986708 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:34.992583 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.005337 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.011215 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.023932 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.029789 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.042820 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.048850 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.061740 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.067705 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.080674 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.086625 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.099352 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.105411 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.118278 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.124301 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.137066 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.142988 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.156226 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:35.162232 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.174891 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:35.180790 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.193558 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:35.199466 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.212071 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:35.217910 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.230587 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:35.236493 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.249195 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:35.255020 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.267660 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:35.273488 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.286093 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:35.291970 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.304834 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:35.310691 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.323544 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:35.329414 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.342203 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:35.348082 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.360859 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:35.366735 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.379452 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:35.385377 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.398152 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:35.404061 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.416831 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:35.422713 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.435477 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:35.441369 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:35.454075 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:35.460018 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:35.472733 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:35.478647 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:35.491356 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:35.497189 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:35.509919 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:35.515787 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:35.528538 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:35.534575 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:35.547474 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:35.553453 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:35.566237 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:35.572153 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:35.584989 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:35.590875 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:35.603739 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:35.609648 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:35.622493 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:35.628406 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:35.641151 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:35.647070 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:35.659861 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:35.665814 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:35.678617 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:35.684512 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:35.697278 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:35.703227 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:35.716018 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:35.721962 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:35.734779 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:35.740661 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:35.753400 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:35.759325 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:35.772150 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:35.778043 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:35.790903 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:35.796801 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:35.809562 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:35.815566 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:35.828303 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:35.834263 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:35.847063 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:35.852969 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:35.865696 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:35.871559 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:35.884263 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:35.890159 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:35.902885 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:35.908760 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:35.921543 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:35.927488 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:35.940301 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:35.946184 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:35.958969 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:35.964854 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:35.977629 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:35.983506 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:35.996244 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.002460 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.015372 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.021426 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.034318 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.040303 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.053166 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.059082 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.072253 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.078253 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.091057 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.097001 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.109758 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.115652 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.128331 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.134230 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.146934 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.152886 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.165557 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:36.171473 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.184117 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:36.189936 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.202714 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:36.208653 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.221294 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:36.227145 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.240033 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:36.245947 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.258860 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:36.264762 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.277513 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:36.283550 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.296383 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:36.302359 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.315184 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:36.321092 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.333848 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:36.339761 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.352525 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:36.358385 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.371155 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:36.377074 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.389859 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:36.395812 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.408616 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:36.414537 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.427367 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:36.433273 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:36.446078 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:36.452023 run mass: Checking if sockets are in the filesystem
22:48:36.484262 run osmo-ms-mob/00000: Starting mobile
22:48:36.497395 run osmo-ms-mob/00000(pid=135): Launched
22:48:36.508482 run mass: MS start registered {at=228244.802307061, delay=0.00502012501237914, ms=00000}
22:48:40.699604 run osmo-ms-mob/00001: Starting mobile
22:48:40.716706 run osmo-ms-mob/00001(pid=136): Launched
22:48:40.727672 run mass: MS start registered {at=228249.021496823, delay=0.00493526499485597, ms=00001}
22:48:41.742426 run mass: MS performed LU {at=228250.036131158, lu_delay=5.233824096998433, ms=00000}
22:48:42.499134 run osmo-ms-mob/00002: Starting mobile
22:48:42.515814 run osmo-ms-mob/00002(pid=137): Launched
22:48:42.526382 run mass: MS start registered {at=228250.820204948, delay=0.004576906998408958, ms=00002}
22:48:43.799497 run osmo-ms-mob/00003: Starting mobile
22:48:43.816380 run osmo-ms-mob/00003(pid=138): Launched
22:48:43.826983 run mass: MS start registered {at=228252.120810446, delay=0.004603208013577387, ms=00003}
22:48:44.866955 run osmo-ms-mob/00004: Starting mobile
22:48:44.879873 run osmo-ms-mob/00004(pid=139): Launched
22:48:44.890369 run mass: MS start registered {at=228253.184194348, delay=0.004487672995310277, ms=00004}
22:48:45.508473 run mass: MS performed LU {at=228253.802186957, lu_delay=4.780690134008182, ms=00001}
22:48:45.899375 run osmo-ms-mob/00005: Starting mobile
22:48:45.916289 run osmo-ms-mob/00005(pid=140): Launched
22:48:45.926927 run mass: MS start registered {at=228254.22074966, delay=0.004648845992051065, ms=00005}
22:48:46.789974 run osmo-ms-mob/00006: Starting mobile
22:48:46.806086 run osmo-ms-mob/00006(pid=141): Launched
22:48:46.816604 run mass: MS start registered {at=228255.1104341, delay=0.004695356008596718, ms=00006}
22:48:47.409858 run mass: MS performed LU {at=228255.703569203, lu_delay=4.883364255016204, ms=00002}
22:48:47.668311 run osmo-ms-mob/00007: Starting mobile
22:48:47.681172 run osmo-ms-mob/00007(pid=142): Launched
22:48:47.691712 run mass: MS start registered {at=228255.985538815, delay=0.004605864000041038, ms=00007}
22:48:48.467723 run osmo-ms-mob/00008: Starting mobile
22:48:48.480853 run osmo-ms-mob/00008(pid=143): Launched
22:48:48.491491 run mass: MS start registered {at=228256.78531768, delay=0.004677725024521351, ms=00008}
22:48:49.198939 run osmo-ms-mob/00009: Starting mobile
22:48:49.215891 run osmo-ms-mob/00009(pid=144): Launched
22:48:49.226770 run mass: MS start registered {at=228257.520596726, delay=0.004894387006061152, ms=00009}
22:48:49.273346 run mass: MS performed LU {at=228257.567085541, lu_delay=5.446275094989687, ms=00003}
22:48:49.899229 run osmo-ms-mob/00010: Starting mobile
22:48:49.916350 run osmo-ms-mob/00010(pid=145): Launched
22:48:49.927094 run mass: MS start registered {at=228258.220923863, delay=0.004704284016042948, ms=00010}
22:48:50.468508 run osmo-ms-mob/00011: Starting mobile
22:48:50.481419 run osmo-ms-mob/00011(pid=146): Launched
22:48:50.492121 run mass: MS start registered {at=228258.785949721, delay=0.004841938993195072, ms=00011}
22:48:51.098943 run osmo-ms-mob/00012: Starting mobile
22:48:51.115673 run osmo-ms-mob/00012(pid=147): Launched
22:48:51.126317 run mass: MS start registered {at=228259.420145824, delay=0.004603954992489889, ms=00012}
22:48:51.174944 run mass: MS performed LU {at=228259.4686829, lu_delay=5.247933240025304, ms=00005}
22:48:51.201919 run mass: MS performed LU {at=228259.495728503, lu_delay=6.3115341550146695, ms=00004}
22:48:51.699726 run osmo-ms-mob/00013: Starting mobile
22:48:51.716631 run osmo-ms-mob/00013(pid=148): Launched
22:48:51.727555 run mass: MS start registered {at=228260.021379699, delay=0.004772713000420481, ms=00013}
22:48:52.268434 run osmo-ms-mob/00014: Starting mobile
22:48:52.281352 run osmo-ms-mob/00014(pid=149): Launched
22:48:52.292234 run mass: MS start registered {at=228260.586063494, delay=0.004630108014680445, ms=00014}
22:48:52.868279 run osmo-ms-mob/00015: Starting mobile
22:48:52.881254 run osmo-ms-mob/00015(pid=150): Launched
22:48:52.891854 run mass: MS start registered {at=228261.185681447, delay=0.004609042021911591, ms=00015}
22:48:53.040112 run mass: MS performed LU {at=228261.333827112, lu_delay=6.223393011983717, ms=00006}
22:48:53.105108 run mass: MS performed LU {at=228261.398819919, lu_delay=5.413281104003545, ms=00007}
22:48:53.399067 run osmo-ms-mob/00016: Starting mobile
22:48:53.416110 run osmo-ms-mob/00016(pid=151): Launched
22:48:53.422541 run mass: MS performed LU {at=228261.716375013, lu_delay=4.931057332985802, ms=00008}
22:48:53.428487 run mass: MS start registered {at=228261.722328979, delay=0.0059728540072683245, ms=00016}
22:48:53.881242 run osmo-ms-mob/00017: Starting mobile
22:48:53.895248 run osmo-ms-mob/00017(pid=152): Launched
22:48:53.906388 run mass: MS start registered {at=228262.200214414, delay=0.004959335026796907, ms=00017}
22:48:54.499563 run osmo-ms-mob/00018: Starting mobile
22:48:54.515876 run osmo-ms-mob/00018(pid=153): Launched
22:48:54.526497 run mass: MS start registered {at=228262.820324886, delay=0.004682941013015807, ms=00018}
22:48:54.840103 run mass: MS performed LU {at=228263.133828421, lu_delay=4.347878700005822, ms=00011}
22:48:54.862002 run osmo-ms-mob/00019: Starting mobile
22:48:54.875082 run osmo-ms-mob/00019(pid=154): Launched
22:48:54.885658 run mass: MS start registered {at=228263.179487662, delay=0.004548374010482803, ms=00019}
22:48:54.941844 run mass: MS performed LU {at=228263.235569224, lu_delay=5.01464536099229, ms=00010}
22:48:54.968093 run mass: MS performed LU {at=228263.261900071, lu_delay=5.741303344984772, ms=00009}
22:48:55.390584 run osmo-ms-mob/00020: Starting mobile
22:48:55.406610 run osmo-ms-mob/00020(pid=155): Launched
22:48:55.417892 run mass: MS start registered {at=228263.711716885, delay=0.0051440570096019655, ms=00020}
22:48:55.867775 run osmo-ms-mob/00021: Starting mobile
22:48:55.880961 run osmo-ms-mob/00021(pid=156): Launched
22:48:55.891722 run mass: MS start registered {at=228264.185548938, delay=0.004729890002636239, ms=00021}
22:48:56.268478 run osmo-ms-mob/00022: Starting mobile
22:48:56.281364 run osmo-ms-mob/00022(pid=157): Launched
22:48:56.292494 run mass: MS start registered {at=228264.586322609, delay=0.00497180299134925, ms=00022}
22:48:56.790032 run osmo-ms-mob/00023: Starting mobile
22:48:56.806101 run osmo-ms-mob/00023(pid=158): Launched
22:48:56.812068 run mass: MS performed LU {at=228265.105903626, lu_delay=5.084523927012924, ms=00013}
22:48:56.817863 run mass: MS start registered {at=228265.11170618, delay=0.005819926998810843, ms=00023}
22:48:56.870426 run mass: MS performed LU {at=228265.163994929, lu_delay=5.743849104997935, ms=00012}
22:48:57.190963 run osmo-ms-mob/00024: Starting mobile
22:48:57.207296 run osmo-ms-mob/00024(pid=159): Launched
22:48:57.213366 run mass: MS performed LU {at=228265.507200109, lu_delay=4.92113661498297, ms=00014}
22:48:57.219202 run mass: MS start registered {at=228265.513044387, delay=0.005862431979039684, ms=00024}
22:48:57.668895 run osmo-ms-mob/00025: Starting mobile
22:48:57.682468 run osmo-ms-mob/00025(pid=160): Launched
22:48:57.693327 run mass: MS start registered {at=228265.987155776, delay=0.004860437999013811, ms=00025}
22:48:58.066987 run osmo-ms-mob/00026: Starting mobile
22:48:58.080237 run osmo-ms-mob/00026(pid=161): Launched
22:48:58.091218 run mass: MS start registered {at=228266.385045576, delay=0.004896603000815958, ms=00026}
22:48:58.490312 run osmo-ms-mob/00027: Starting mobile
22:48:58.506563 run osmo-ms-mob/00027(pid=162): Launched
22:48:58.517417 run mass: MS start registered {at=228266.811241929, delay=0.004797080997377634, ms=00027}
22:48:58.605695 run mass: MS performed LU {at=228266.899420933, lu_delay=5.177091954014031, ms=00016}
22:48:58.707022 run mass: MS performed LU {at=228267.000750017, lu_delay=4.800535602989839, ms=00017}
22:48:58.734997 run mass: MS performed LU {at=228267.028751329, lu_delay=5.843069881986594, ms=00015}
22:48:58.750278 run osmo-ms-mob/00028: Starting mobile
22:48:58.763262 run osmo-ms-mob/00028(pid=163): Launched
22:48:58.774082 run mass: MS start registered {at=228267.067912987, delay=0.004840910987695679, ms=00028}
22:48:59.290372 run osmo-ms-mob/00029: Starting mobile
22:48:59.306804 run osmo-ms-mob/00029(pid=164): Launched
22:48:59.317740 run mass: MS start registered {at=228267.611568812, delay=0.00485782598843798, ms=00029}
22:48:59.679719 run osmo-ms-mob/00030: Starting mobile
22:48:59.693328 run osmo-ms-mob/00030(pid=165): Launched
22:48:59.704215 run mass: MS start registered {at=228267.998044266, delay=0.0049275169731117785, ms=00030}
22:49:00.088953 run osmo-ms-mob/00031: Starting mobile
22:49:00.105310 run osmo-ms-mob/00031(pid=166): Launched
22:49:00.116234 run mass: MS start registered {at=228268.410062699, delay=0.004848993994528428, ms=00031}
22:49:00.367732 run osmo-ms-mob/00032: Starting mobile
22:49:00.380526 run osmo-ms-mob/00032(pid=167): Launched
22:49:00.391268 run mass: MS start registered {at=228268.685095831, delay=0.004750738997245207, ms=00032}
22:49:00.571673 run mass: MS performed LU {at=228268.865402307, lu_delay=6.045077421003953, ms=00018}
22:49:00.636057 run mass: MS performed LU {at=228268.929761719, lu_delay=4.744212780991802, ms=00021}
22:49:00.679301 run osmo-ms-mob/00033: Starting mobile
22:49:00.694852 run osmo-ms-mob/00033(pid=168): Launched
22:49:00.703691 run mass: MS performed LU {at=228268.997519175, lu_delay=5.285802289989078, ms=00020}
22:49:00.709489 run mass: MS start registered {at=228269.003331697, delay=0.008603124995715916, ms=00033}
22:49:00.742448 run mass: MS performed LU {at=228269.036193872, lu_delay=5.856706209975528, ms=00019}
22:49:01.199286 run osmo-ms-mob/00034: Starting mobile
22:49:01.216420 run osmo-ms-mob/00034(pid=169): Launched
22:49:01.227166 run mass: MS start registered {at=228269.520989546, delay=0.004784483986441046, ms=00034}
22:49:01.481237 run osmo-ms-mob/00035: Starting mobile
22:49:01.495056 run osmo-ms-mob/00035(pid=170): Launched
22:49:01.505932 run mass: MS start registered {at=228269.799759314, delay=0.00488699198467657, ms=00035}
22:49:01.868368 run osmo-ms-mob/00036: Starting mobile
22:49:01.881400 run osmo-ms-mob/00036(pid=171): Launched
22:49:01.892685 run mass: MS start registered {at=228270.18650374, delay=0.005252328992355615, ms=00036}
22:49:02.290673 run osmo-ms-mob/00037: Starting mobile
22:49:02.306832 run osmo-ms-mob/00037(pid=172): Launched
22:49:02.318027 run mass: MS start registered {at=228270.611855472, delay=0.005021958990255371, ms=00037}
22:49:02.370940 run mass: MS performed LU {at=228270.664665896, lu_delay=4.677510120003717, ms=00025}
22:49:02.472444 run mass: MS performed LU {at=228270.766169099, lu_delay=6.17984649000573, ms=00022}
22:49:02.500629 run osmo-ms-mob/00038: Starting mobile
22:49:02.513538 run osmo-ms-mob/00038(pid=173): Launched
22:49:02.524429 run mass: MS start registered {at=228270.81825918, delay=0.004983207007171586, ms=00038}
22:49:02.644444 run mass: MS performed LU {at=228270.938167452, lu_delay=5.425123065011576, ms=00024}
22:49:02.868292 run osmo-ms-mob/00039: Starting mobile
22:49:02.881554 run osmo-ms-mob/00039(pid=174): Launched
22:49:02.892520 run mass: MS start registered {at=228271.186348143, delay=0.004978009004844353, ms=00039}
22:49:03.268096 run osmo-ms-mob/00040: Starting mobile
22:49:03.281354 run osmo-ms-mob/00040(pid=175): Launched
22:49:03.292818 run mass: MS start registered {at=228271.586644893, delay=0.005496578000020236, ms=00040}
22:49:03.580775 run osmo-ms-mob/00041: Starting mobile
22:49:03.594788 run osmo-ms-mob/00041(pid=176): Launched
22:49:03.606226 run mass: MS start registered {at=228271.900024885, delay=0.005432145000668243, ms=00041}
22:49:03.906840 run osmo-ms-mob/00042: Starting mobile
22:49:03.923070 run osmo-ms-mob/00042(pid=177): Launched
22:49:03.934382 run mass: MS start registered {at=228272.228204591, delay=0.005362948984839022, ms=00042}
22:49:04.289239 run osmo-ms-mob/00043: Starting mobile
22:49:04.305924 run osmo-ms-mob/00043(pid=178): Launched
22:49:04.317173 run mass: MS start registered {at=228272.610998192, delay=0.00501967198215425, ms=00043}
22:49:04.336702 run mass: MS performed LU {at=228272.630515771, lu_delay=5.018946958996821, ms=00029}
22:49:04.402398 run mass: MS performed LU {at=228272.696123625, lu_delay=5.884881695994409, ms=00027}
22:49:04.430505 run osmo-ms-mob/00044: Starting mobile
22:49:04.443453 run osmo-ms-mob/00044(pid=179): Launched
22:49:04.454415 run mass: MS start registered {at=228272.748244938, delay=0.005004595004720613, ms=00044}
22:49:04.469590 run mass: MS performed LU {at=228272.763421918, lu_delay=5.695508931006771, ms=00028}
22:49:04.545828 run mass: MS performed LU {at=228272.839550477, lu_delay=6.454504900990287, ms=00026}
22:49:04.573005 run osmo-ms-mob/00045: Starting mobile
22:49:04.585928 run osmo-ms-mob/00045(pid=180): Launched
22:49:04.597044 run mass: MS start registered {at=228272.890870432, delay=0.005110700993100181, ms=00045}
22:49:05.168183 run osmo-ms-mob/00046: Starting mobile
22:49:05.182064 run osmo-ms-mob/00046(pid=181): Launched
22:49:05.193392 run mass: MS start registered {at=228273.487219489, delay=0.00503158601350151, ms=00046}
22:49:05.467635 run osmo-ms-mob/00047: Starting mobile
22:49:05.480842 run osmo-ms-mob/00047(pid=182): Launched
22:49:05.492489 run mass: MS start registered {at=228273.786315267, delay=0.005319368006894365, ms=00047}
22:49:05.781256 run osmo-ms-mob/00048: Starting mobile
22:49:05.795048 run osmo-ms-mob/00048(pid=183): Launched
22:49:05.806025 run mass: MS start registered {at=228274.09985602, delay=0.0049333540082443506, ms=00048}
22:49:06.068185 run osmo-ms-mob/00049: Starting mobile
22:49:06.081069 run osmo-ms-mob/00049(pid=184): Launched
22:49:06.091912 run mass: MS start registered {at=228274.385741817, delay=0.0047866160166449845, ms=00049}
22:49:06.137215 run mass: MS performed LU {at=228274.430956566, lu_delay=4.631197252019774, ms=00035}
22:49:06.174214 run mass: MS performed LU {at=228274.467927456, lu_delay=6.057864756992785, ms=00031}
22:49:06.193970 run osmo-ms-mob/00050: Starting mobile
22:49:06.206931 run osmo-ms-mob/00050(pid=185): Launched
22:49:06.219757 run mass: MS start registered {at=228274.513578855, delay=0.006718905991874635, ms=00050}
22:49:06.237392 run mass: MS performed LU {at=228274.531196876, lu_delay=5.010207329993136, ms=00034}
22:49:06.446704 run mass: MS performed LU {at=228274.740430802, lu_delay=5.737099104997469, ms=00033}
22:49:06.464651 run mass: MS performed LU {at=228274.758403919, lu_delay=6.073308088001795, ms=00032}
22:49:06.482168 run osmo-ms-mob/00051: Starting mobile
22:49:06.495116 run osmo-ms-mob/00051(pid=186): Launched
22:49:06.506161 run mass: MS start registered {at=228274.799986355, delay=0.005097031011246145, ms=00051}
22:49:07.069186 run osmo-ms-mob/00052: Starting mobile
22:49:07.082811 run osmo-ms-mob/00052(pid=187): Launched
22:49:07.094244 run mass: MS start registered {at=228275.388068114, delay=0.005081498005893081, ms=00052}
22:49:07.379005 run osmo-ms-mob/00053: Starting mobile
22:49:07.392573 run osmo-ms-mob/00053(pid=188): Launched
22:49:07.403995 run mass: MS start registered {at=228275.697818506, delay=0.005071028019301593, ms=00053}
22:49:07.508837 run mass: MS performed LU {at=228275.802568433, lu_delay=3.9025435479998123, ms=00041}
22:49:07.681247 run osmo-ms-mob/00054: Starting mobile
22:49:07.695079 run osmo-ms-mob/00054(pid=189): Launched
22:49:07.706467 run mass: MS start registered {at=228276.000290994, delay=0.0051344069943297654, ms=00054}
22:49:07.991177 run osmo-ms-mob/00055: Starting mobile
22:49:08.007353 run osmo-ms-mob/00055(pid=190): Launched
22:49:08.018517 run mass: MS start registered {at=228276.312344944, delay=0.0048688539827708155, ms=00055}
22:49:08.103118 run mass: MS performed LU {at=228276.396831576, lu_delay=6.2103278360154945, ms=00036}
22:49:08.167557 run mass: MS performed LU {at=228276.461284711, lu_delay=5.274936567991972, ms=00039}
22:49:08.182307 run osmo-ms-mob/00056: Starting mobile
22:49:08.195590 run osmo-ms-mob/00056(pid=191): Launched
22:49:08.206715 run mass: MS start registered {at=228276.500535792, delay=0.0051374809991102666, ms=00056}
22:49:08.236027 run mass: MS performed LU {at=228276.5297667, lu_delay=5.711507519998122, ms=00038}
22:49:08.311960 run mass: MS performed LU {at=228276.605686434, lu_delay=5.99383096199017, ms=00037}
22:49:08.339552 run osmo-ms-mob/00057: Starting mobile
22:49:08.352819 run osmo-ms-mob/00057(pid=192): Launched
22:49:08.364059 run mass: MS start registered {at=228276.6578825, delay=0.005208657996263355, ms=00057}
22:49:08.370567 run mass: MS performed LU {at=228276.664401215, lu_delay=5.077756322018104, ms=00040}
22:49:08.980529 run osmo-ms-mob/00058: Starting mobile
22:49:08.994067 run osmo-ms-mob/00058(pid=193): Launched
22:49:09.005658 run mass: MS start registered {at=228277.299485153, delay=0.005318997980793938, ms=00058}
22:49:09.281459 run osmo-ms-mob/00059: Starting mobile
22:49:09.295339 run osmo-ms-mob/00059(pid=194): Launched
22:49:09.307071 run mass: MS start registered {at=228277.600887519, delay=0.005594951973762363, ms=00059}
22:49:09.604750 run osmo-ms-mob/00060: Starting mobile
22:49:09.625313 run osmo-ms-mob/00060(pid=195): Launched
22:49:09.636048 run mass: MS start registered {at=228277.929877838, delay=0.00457268999889493, ms=00060}
22:49:09.903376 run mass: MS performed LU {at=228278.19710269, lu_delay=5.586104498011991, ms=00043}
22:49:09.931380 run osmo-ms-mob/00061: Starting mobile
22:49:09.945185 run osmo-ms-mob/00061(pid=196): Launched
22:49:09.951490 run mass: MS performed LU {at=228278.245325341, lu_delay=5.497080403001746, ms=00044}
22:49:09.958035 run mass: MS start registered {at=228278.251875192, delay=0.00656869902741164, ms=00061}
22:49:10.031807 run mass: MS performed LU {at=228278.32554984, lu_delay=4.539234572992427, ms=00047}
22:49:10.057929 run osmo-ms-mob/00062: Starting mobile
22:49:10.071029 run osmo-ms-mob/00062(pid=197): Launched
22:49:10.082359 run mass: MS start registered {at=228278.376184714, delay=0.0042682109924498945, ms=00062}
22:49:10.212549 run mass: MS performed LU {at=228278.506273292, lu_delay=5.615402860014001, ms=00045}
22:49:10.237225 run mass: MS performed LU {at=228278.531061451, lu_delay=6.30285686001298, ms=00042}
22:49:10.248402 run osmo-ms-mob/00063: Starting mobile
22:49:10.261443 run osmo-ms-mob/00063(pid=198): Launched
22:49:10.272504 run mass: MS start registered {at=228278.566332128, delay=0.004858911997871473, ms=00063}
22:49:10.927357 run mass: MS performed LU {at=228279.221084137, lu_delay=5.733864648005692, ms=00046}
22:49:10.956782 run osmo-ms-mob/00064: Starting mobile
22:49:10.969707 run osmo-ms-mob/00064(pid=199): Launched
22:49:10.980949 run mass: MS start registered {at=228279.274774856, delay=0.004956421005772427, ms=00064}
22:49:11.306116 run mass: MS performed LU {at=228279.599852835, lu_delay=3.9020343289885204, ms=00053}
22:49:11.335046 run osmo-ms-mob/00065: Starting mobile
22:49:11.348066 run osmo-ms-mob/00065(pid=200): Launched
22:49:11.359388 run mass: MS start registered {at=228279.653213726, delay=0.0050267949991393834, ms=00065}
22:49:11.679414 run osmo-ms-mob/00066: Starting mobile
22:49:11.692927 run osmo-ms-mob/00066(pid=201): Launched
22:49:11.704257 run mass: MS start registered {at=228279.998078892, delay=0.005180252017453313, ms=00066}
22:49:11.767276 run mass: MS performed LU {at=228280.061010477, lu_delay=4.672942362987669, ms=00052}
22:49:11.803690 run mass: MS performed LU {at=228280.097423938, lu_delay=5.29743758297991, ms=00051}
22:49:11.841677 run mass: MS performed LU {at=228280.135426055, lu_delay=5.621847200003685, ms=00050}
22:49:11.860048 run osmo-ms-mob/00067: Starting mobile
22:49:11.873467 run osmo-ms-mob/00067(pid=202): Launched
22:49:11.884501 run mass: MS start registered {at=228280.178328163, delay=0.004903131979517639, ms=00067}
22:49:12.391863 run osmo-ms-mob/00068: Starting mobile
22:49:12.405333 run osmo-ms-mob/00068(pid=203): Launched
22:49:12.416451 run mass: MS start registered {at=228280.71027404, delay=0.005067379999672994, ms=00068}
22:49:12.726917 run mass: MS performed LU {at=228281.020626803, lu_delay=6.920770782977343, ms=00048}
22:49:12.754684 run osmo-ms-mob/00069: Starting mobile
22:49:12.767930 run osmo-ms-mob/00069(pid=204): Launched
22:49:12.779119 run mass: MS start registered {at=228281.072944782, delay=0.005182082008104771, ms=00069}
22:49:12.945153 run mass: MS performed LU {at=228281.238876859, lu_delay=5.238585864979541, ms=00054}
22:49:13.180843 run osmo-ms-mob/00070: Starting mobile
22:49:13.195192 run osmo-ms-mob/00070(pid=205): Launched
22:49:13.207379 run mass: MS start registered {at=228281.501202181, delay=0.006065092020435259, ms=00070}
22:49:13.581576 run osmo-ms-mob/00071: Starting mobile
22:49:13.595410 run osmo-ms-mob/00071(pid=206): Launched
22:49:13.606753 run mass: MS start registered {at=228281.900573616, delay=0.005209399008890614, ms=00071}
22:49:13.706731 run mass: MS performed LU {at=228282.000456708, lu_delay=5.499920915986877, ms=00056}
22:49:13.742626 run mass: MS performed LU {at=228282.036386722, lu_delay=5.724041778012179, ms=00055}
22:49:13.797829 run mass: MS performed LU {at=228282.091581819, lu_delay=4.79209666600218, ms=00058}
22:49:13.824471 run osmo-ms-mob/00072: Starting mobile
22:49:13.837357 run osmo-ms-mob/00072(pid=207): Launched
22:49:13.848543 run mass: MS start registered {at=228282.142368739, delay=0.004941780003719032, ms=00072}
22:49:13.987091 run mass: MS performed LU {at=228282.280779634, lu_delay=4.679892115003895, ms=00059}
22:49:14.407369 run osmo-ms-mob/00073: Starting mobile
22:49:14.424339 run osmo-ms-mob/00073(pid=208): Launched
22:49:14.435726 run mass: MS start registered {at=228282.729552777, delay=0.004726377985207364, ms=00073}
22:49:14.781094 run osmo-ms-mob/00074: Starting mobile
22:49:14.794995 run osmo-ms-mob/00074(pid=209): Launched
22:49:14.801064 run mass: MS performed LU {at=228283.094899171, lu_delay=5.1650213329994585, ms=00060}
22:49:14.807143 run mass: MS start registered {at=228283.100984351, delay=0.006102920015109703, ms=00074}
22:49:15.198775 run osmo-ms-mob/00075: Starting mobile
22:49:15.214282 run osmo-ms-mob/00075(pid=210): Launched
22:49:15.225481 run mass: MS start registered {at=228283.519299195, delay=0.005049222003435716, ms=00075}
22:49:15.551077 run mass: MS performed LU {at=228283.844808733, lu_delay=4.570033877011156, ms=00064}
22:49:15.575114 run mass: MS performed LU {at=228283.868951896, lu_delay=5.492767182004172, ms=00062}
22:49:15.586268 run osmo-ms-mob/00076: Starting mobile
22:49:15.599719 run osmo-ms-mob/00076(pid=211): Launched
22:49:15.606662 run mass: MS performed LU {at=228283.900484008, lu_delay=5.648608815972693, ms=00061}
22:49:15.612881 run mass: MS start registered {at=228283.90672306, delay=0.006783854012610391, ms=00076}
22:49:16.107928 run osmo-ms-mob/00077: Starting mobile
22:49:16.123808 run osmo-ms-mob/00077(pid=212): Launched
22:49:16.135002 run mass: MS start registered {at=228284.428831761, delay=0.005154382000910118, ms=00077}
22:49:16.582097 run osmo-ms-mob/00078: Starting mobile
22:49:16.596194 run osmo-ms-mob/00078(pid=213): Launched
22:49:16.607623 run mass: MS start registered {at=228284.901446396, delay=0.005277568998280913, ms=00078}
22:49:16.620744 run mass: MS performed LU {at=228284.914559136, lu_delay=6.348227008013055, ms=00063}
22:49:16.747929 run mass: MS performed LU {at=228285.041661487, lu_delay=3.5404593059793115, ms=00070}
22:49:16.981361 run osmo-ms-mob/00079: Starting mobile
22:49:16.995314 run osmo-ms-mob/00079(pid=214): Launched
22:49:17.006789 run mass: MS start registered {at=228285.300615669, delay=0.005123187002027407, ms=00079}
22:49:17.508751 run osmo-ms-mob/00080: Starting mobile
22:49:17.524811 run osmo-ms-mob/00080(pid=215): Launched
22:49:17.531097 run mass: MS performed LU {at=228285.824929405, lu_delay=5.646601242013276, ms=00067}
22:49:17.537083 run mass: MS performed LU {at=228285.830922932, lu_delay=5.832844039978227, ms=00066}
22:49:17.542849 run mass: MS performed LU {at=228285.836691132, lu_delay=6.183477405982558, ms=00065}
22:49:17.548823 run mass: MS start registered {at=228285.842664942, delay=0.01775528199505061, ms=00080}
22:49:17.743920 run mass: MS performed LU {at=228286.037614166, lu_delay=5.327340126008494, ms=00068}
22:49:17.780084 run osmo-ms-mob/00081: Starting mobile
22:49:17.793204 run osmo-ms-mob/00081(pid=216): Launched
22:49:17.804758 run mass: MS start registered {at=228286.098583677, delay=0.00543409600504674, ms=00081}
22:49:18.381772 run osmo-ms-mob/00082: Starting mobile
22:49:18.396301 run osmo-ms-mob/00082(pid=217): Launched
22:49:18.407602 run mass: MS start registered {at=228286.701423983, delay=0.005139090993907303, ms=00082}
22:49:18.988671 run osmo-ms-mob/00083: Starting mobile
22:49:19.005030 run osmo-ms-mob/00083(pid=218): Launched
22:49:19.016151 run mass: MS start registered {at=228287.309978139, delay=0.005011164990719408, ms=00083}
22:49:19.317081 run mass: MS performed LU {at=228287.610804903, lu_delay=5.710231286997441, ms=00071}
22:49:19.446731 run mass: MS performed LU {at=228287.740457026, lu_delay=5.010904249007581, ms=00073}
22:49:19.477012 run osmo-ms-mob/00084: Starting mobile
22:49:19.491444 run osmo-ms-mob/00084(pid=219): Launched
22:49:19.497424 run mass: MS performed LU {at=228287.791261725, lu_delay=5.6488929860061035, ms=00072}
22:49:19.503186 run mass: MS start registered {at=228287.797028746, delay=0.005783640983281657, ms=00084}
22:49:19.571237 run mass: MS performed LU {at=228287.864969694, lu_delay=4.763985342986416, ms=00074}
22:49:19.610691 run mass: MS performed LU {at=228287.904445771, lu_delay=22.792739591008285, ms=00023}
22:49:19.998870 run osmo-ms-mob/00085: Starting mobile
22:49:20.015773 run osmo-ms-mob/00085(pid=220): Launched
22:49:20.026875 run mass: MS start registered {at=228288.320694063, delay=0.005144861992448568, ms=00085}
22:49:20.581954 run osmo-ms-mob/00086: Starting mobile
22:49:20.595975 run osmo-ms-mob/00086(pid=221): Launched
22:49:20.607071 run mass: MS start registered {at=228288.900898033, delay=0.005145278992131352, ms=00086}
22:49:21.206027 run osmo-ms-mob/00087: Starting mobile
22:49:21.223315 run osmo-ms-mob/00087(pid=222): Launched
22:49:21.234514 run mass: MS start registered {at=228289.528343077, delay=0.005239955004071817, ms=00087}
22:49:21.240843 run mass: MS performed LU {at=228289.534679033, lu_delay=6.015379838005174, ms=00075}
22:49:21.283294 run mass: MS performed LU {at=228289.576873024, lu_delay=4.675426628004061, ms=00078}
22:49:21.307438 run mass: MS performed LU {at=228289.601273422, lu_delay=5.172441661008634, ms=00077}
22:49:21.510089 run mass: MS performed LU {at=228289.80381404, lu_delay=5.8970909799973015, ms=00076}
22:49:21.534328 run mass: MS performed LU {at=228289.828164549, lu_delay=21.830120283004362, ms=00030}
22:49:21.545448 run osmo-ms-mob/00088: Starting mobile
22:49:21.558348 run osmo-ms-mob/00088(pid=223): Launched
22:49:21.569306 run mass: MS start registered {at=228289.863137429, delay=0.005000261997338384, ms=00088}
22:49:22.368948 run osmo-ms-mob/00089: Starting mobile
22:49:22.382344 run osmo-ms-mob/00089(pid=224): Launched
22:49:22.393774 run mass: MS start registered {at=228290.687602279, delay=0.004824486008146778, ms=00089}
22:49:22.967285 run osmo-ms-mob/00090: Starting mobile
22:49:22.980379 run osmo-ms-mob/00090(pid=225): Launched
22:49:22.991521 run mass: MS start registered {at=228291.285345854, delay=0.005147070012753829, ms=00090}
22:49:23.212988 run mass: MS performed LU {at=228291.506717508, lu_delay=5.408133830991574, ms=00081}
22:49:23.230575 run mass: MS performed LU {at=228291.524332371, lu_delay=6.223716701992089, ms=00079}
22:49:23.300789 run mass: MS performed LU {at=228291.594516172, lu_delay=5.751851229986642, ms=00080}
22:49:23.324835 run mass: MS performed LU {at=228291.618672464, lu_delay=4.917248481011484, ms=00082}
22:49:23.680617 run osmo-ms-mob/00091: Starting mobile
22:49:23.694530 run osmo-ms-mob/00091(pid=226): Launched
22:49:23.705784 run mass: MS start registered {at=228291.999610001, delay=0.005114743980811909, ms=00091}
22:49:24.381161 run osmo-ms-mob/00092: Starting mobile
22:49:24.395112 run osmo-ms-mob/00092(pid=227): Launched
22:49:24.406339 run mass: MS start registered {at=228292.700154432, delay=0.0051552650111261755, ms=00092}
22:49:24.984815 run mass: MS performed LU {at=228293.278542548, lu_delay=4.957848485006252, ms=00085}
22:49:25.049483 run mass: MS performed LU {at=228293.343213943, lu_delay=6.033235804003198, ms=00083}
22:49:25.102480 run osmo-ms-mob/00093: Starting mobile
22:49:25.117652 run osmo-ms-mob/00093(pid=228): Launched
22:49:25.123652 run mass: MS performed LU {at=228293.417489972, lu_delay=5.620461226004409, ms=00084}
22:49:25.129409 run mass: MS start registered {at=228293.423251014, delay=0.00577677899855189, ms=00093}
22:49:25.240527 run mass: MS performed LU {at=228293.534251611, lu_delay=4.633353578014066, ms=00086}
22:49:26.080098 run osmo-ms-mob/00094: Starting mobile
22:49:26.093681 run osmo-ms-mob/00094(pid=229): Launched
22:49:26.104941 run mass: MS start registered {at=228294.398767821, delay=0.005263869999907911, ms=00094}
22:49:26.997821 run osmo-ms-mob/00095: Starting mobile
22:49:27.014526 run osmo-ms-mob/00095(pid=230): Launched
22:49:27.020481 run mass: MS performed LU {at=228295.314315869, lu_delay=5.785972792014945, ms=00087}
22:49:27.026319 run mass: MS performed LU {at=228295.320161035, lu_delay=4.632558755984064, ms=00089}
22:49:27.031939 run mass: MS start registered {at=228295.325782182, delay=0.011484054994070902, ms=00095}
22:49:27.066550 run mass: MS performed LU {at=228295.360314327, lu_delay=5.49717689800309, ms=00088}
22:49:27.968321 run osmo-ms-mob/00096: Starting mobile
22:49:27.981324 run osmo-ms-mob/00096(pid=231): Launched
22:49:27.992633 run mass: MS start registered {at=228296.286461098, delay=0.0051664340135175735, ms=00096}
22:49:28.815024 run mass: MS performed LU {at=228297.108746929, lu_delay=5.823401075002039, ms=00090}
22:49:28.838812 run mass: MS performed LU {at=228297.132650547, lu_delay=5.133040546003031, ms=00091}
22:49:28.967899 run mass: MS performed LU {at=228297.261626363, lu_delay=22.875884545996087, ms=00049}
22:49:29.024847 run osmo-ms-mob/00097: Starting mobile
22:49:29.039858 run osmo-ms-mob/00097(pid=232): Launched
22:49:29.050932 run mass: MS start registered {at=228297.34475786, delay=0.005091032013297081, ms=00097}
22:49:30.399603 run osmo-ms-mob/00098: Starting mobile
22:49:30.416355 run osmo-ms-mob/00098(pid=233): Launched
22:49:30.427603 run mass: MS start registered {at=228298.721428508, delay=0.0051477109955158085, ms=00098}
22:49:30.744141 run mass: MS performed LU {at=228299.03786331, lu_delay=5.61461229599081, ms=00093}
22:49:30.761730 run mass: MS performed LU {at=228299.055467757, lu_delay=6.355313324980671, ms=00092}
22:49:30.831825 run mass: MS performed LU {at=228299.125552299, lu_delay=4.7267844779998995, ms=00094}
22:49:30.868826 run mass: MS performed LU {at=228299.162581868, lu_delay=22.50469936800073, ms=00057}
22:49:32.167435 run osmo-ms-mob/00099: Starting mobile
22:49:32.180514 run osmo-ms-mob/00099(pid=234): Launched
22:49:32.186555 run mass: All started... {duration=55.728952554025454, too_slow=0}
22:49:32.192241 run mass: MS start registered {at=228300.486077339, delay=0.0056794290139805526, ms=00099}
22:49:32.580956 run mass: MS performed LU {at=228300.874654436, lu_delay=5.548872254003072, ms=00095}
22:49:32.834928 run mass: MS performed LU {at=228301.128651049, lu_delay=4.842189950984903, ms=00096}
22:49:34.510482 run mass: MS performed LU {at=228302.804207411, lu_delay=5.459449551010039, ms=00097}
22:49:34.999400 run mass: MS performed LU {at=228303.293122374, lu_delay=22.220177591982065, ms=00069}
22:49:36.347463 run mass: MS performed LU {at=228304.641186457, lu_delay=5.919757949013729, ms=00098}
22:49:38.248739 run mass: MS performed LU {at=228306.542464507, lu_delay=6.056387167976936, ms=00099}
22:49:38.259164 run mass: Tests done {all_completed=True, max=22.875884545996087, min=3.5404593059793115}
22:49:38.264571 tst register_default_mass.py: Test passed (81.1 sec)
22:49:38.269754 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:38.272924 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:38.276071 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:38.279216 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:38.282365 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:38.285508 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:38.288701 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:38.292018 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:38.295205 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:38.298379 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:38.301540 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:38.304754 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:38.307977 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:38.311147 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:38.314374 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:38.317593 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:38.320816 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:38.324140 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:38.327439 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:38.330627 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:38.333797 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:38.337628 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:38.340902 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:38.344140 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:38.347366 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:38.350590 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:38.353797 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:38.357004 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:38.360239 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:38.363461 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:38.366669 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:38.369888 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:38.373376 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:38.376628 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:38.379884 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:38.383102 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:38.386345 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:38.389975 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:38.393442 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:38.396663 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:38.399902 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:38.403139 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:38.406353 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:38.409790 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:38.413017 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:38.416209 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:38.419628 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:38.422877 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:38.426103 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:38.429342 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:38.432554 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:38.435788 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:38.439203 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:38.442435 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:38.445624 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:38.448855 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:38.452087 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:38.455318 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:38.458512 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:38.461718 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:38.464975 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:38.468235 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:38.471845 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:38.475660 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:38.478915 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:38.482235 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:38.485478 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:38.488769 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:38.491995 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:38.495253 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:38.498530 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:38.501754 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:38.505008 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:38.508238 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:38.511494 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:38.514717 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:38.517937 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:38.521175 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:38.524438 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:38.527714 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:38.530956 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:38.534202 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:38.537425 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:38.540656 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:38.543900 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:38.547107 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:38.550320 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:38.553586 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:38.556808 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:38.560020 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:38.563326 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:38.567012 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:38.570722 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:38.574012 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:38.577638 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:38.581394 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:38.585486 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:38.588790 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:38.592051 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:38.595311 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:38.598588 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:38.601836 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:38.605141 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:38.608429 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:38.611707 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:38.614979 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:38.618302 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:38.621554 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:38.624806 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:38.628116 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:38.631383 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:38.634737 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:38.638019 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:38.641285 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:38.644566 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:38.647780 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:38.650987 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:38.654166 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:38.657351 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:38.660542 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:38.663731 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:38.666919 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:38.670125 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:38.673306 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:38.676526 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:38.679765 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:38.683016 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:38.686247 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:38.689483 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:38.692737 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:38.695970 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:38.699214 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:38.702451 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:38.705655 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:38.708850 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:38.712042 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:38.715236 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:38.718469 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:38.721697 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:38.724927 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:38.728167 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:38.731391 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:38.734632 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:38.737853 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:38.741043 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:38.744213 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:38.747410 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:38.750602 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:38.753783 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:38.756965 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:38.760154 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:38.763356 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:38.766531 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:38.769723 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:38.772909 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:38.776095 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:38.779290 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:38.782485 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:38.785667 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:38.788855 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:38.792042 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:38.795228 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:38.798416 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:38.801606 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:38.804786 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:38.807983 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:38.811175 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:38.814354 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:38.817538 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:38.820730 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:38.823916 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:38.827105 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:38.830310 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:38.833494 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:38.836681 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:38.839865 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:38.843059 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:38.846242 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:38.849427 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:38.852621 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:38.855804 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:38.858993 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:38.862175 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:38.865356 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:38.868532 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:38.871728 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:38.874917 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:38.878106 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:38.881294 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:38.884478 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:38.887666 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:38.890851 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:38.894042 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:38.897226 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:38.900406 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:38.903593 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:38.906786 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:38.909974 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:38.913165 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:38.916352 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:38.919534 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:38.922729 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:38.925930 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:38.929127 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:38.932318 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:38.935505 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:38.938697 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:38.941894 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:38.945083 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:38.948273 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:38.951467 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:38.954670 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:38.957879 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:38.961071 --- ParallelTerminationStrategy: PID 22 died...
22:49:38.962525 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:38.966047 --- ParallelTerminationStrategy: PID 23 died...
22:49:38.967489 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:38.971026 --- ParallelTerminationStrategy: PID 24 died...
22:49:38.972461 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:38.975986 --- ParallelTerminationStrategy: PID 25 died...
22:49:38.977422 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:38.980943 --- ParallelTerminationStrategy: PID 26 died...
22:49:38.982382 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:38.985942 --- ParallelTerminationStrategy: PID 27 died...
22:49:38.987394 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:38.990946 --- ParallelTerminationStrategy: PID 28 died...
22:49:38.992392 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:38.995962 --- ParallelTerminationStrategy: PID 29 died...
22:49:38.997405 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:39.000972 --- ParallelTerminationStrategy: PID 30 died...
22:49:39.002417 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:39.005956 --- ParallelTerminationStrategy: PID 31 died...
22:49:39.007401 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:39.010971 --- ParallelTerminationStrategy: PID 32 died...
22:49:39.012411 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:39.015983 --- ParallelTerminationStrategy: PID 33 died...
22:49:39.017430 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:39.021028 --- ParallelTerminationStrategy: PID 35 died...
22:49:39.022495 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:39.026062 --- ParallelTerminationStrategy: PID 36 died...
22:49:39.027520 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:39.031082 --- ParallelTerminationStrategy: PID 37 died...
22:49:39.032529 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:39.036126 --- ParallelTerminationStrategy: PID 38 died...
22:49:39.037575 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:39.041154 --- ParallelTerminationStrategy: PID 39 died...
22:49:39.042604 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:39.046181 --- ParallelTerminationStrategy: PID 40 died...
22:49:39.047635 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:39.051204 --- ParallelTerminationStrategy: PID 41 died...
22:49:39.052660 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:39.056244 --- ParallelTerminationStrategy: PID 42 died...
22:49:39.057690 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:39.061249 --- ParallelTerminationStrategy: PID 43 died...
22:49:39.062698 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:39.066261 --- ParallelTerminationStrategy: PID 44 died...
22:49:39.067697 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:39.071282 --- ParallelTerminationStrategy: PID 45 died...
22:49:39.072726 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:39.076271 --- ParallelTerminationStrategy: PID 46 died...
22:49:39.077713 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:39.081263 --- ParallelTerminationStrategy: PID 47 died...
22:49:39.082743 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:39.086286 --- ParallelTerminationStrategy: PID 48 died...
22:49:39.087722 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:39.091259 --- ParallelTerminationStrategy: PID 49 died...
22:49:39.092696 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:39.096226 --- ParallelTerminationStrategy: PID 50 died...
22:49:39.097665 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:39.101203 --- ParallelTerminationStrategy: PID 51 died...
22:49:39.102653 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:39.106196 --- ParallelTerminationStrategy: PID 52 died...
22:49:39.107634 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:39.111171 --- ParallelTerminationStrategy: PID 53 died...
22:49:39.112611 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:39.116144 --- ParallelTerminationStrategy: PID 54 died...
22:49:39.117574 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:39.121117 --- ParallelTerminationStrategy: PID 55 died...
22:49:39.122553 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:39.126109 --- ParallelTerminationStrategy: PID 56 died...
22:49:39.127552 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:39.131093 --- ParallelTerminationStrategy: PID 57 died...
22:49:39.132529 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:39.136068 --- ParallelTerminationStrategy: PID 58 died...
22:49:39.137504 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:39.141036 --- ParallelTerminationStrategy: PID 59 died...
22:49:39.142491 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:39.146026 --- ParallelTerminationStrategy: PID 60 died...
22:49:39.147469 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:39.151020 --- ParallelTerminationStrategy: PID 61 died...
22:49:39.152467 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:39.156017 --- ParallelTerminationStrategy: PID 62 died...
22:49:39.157465 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:39.161017 --- ParallelTerminationStrategy: PID 63 died...
22:49:39.162461 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:39.166017 --- ParallelTerminationStrategy: PID 64 died...
22:49:39.167488 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:39.171038 --- ParallelTerminationStrategy: PID 65 died...
22:49:39.172486 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:39.176050 --- ParallelTerminationStrategy: PID 66 died...
22:49:39.177491 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:39.181041 --- ParallelTerminationStrategy: PID 67 died...
22:49:39.182508 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:39.186063 --- ParallelTerminationStrategy: PID 68 died...
22:49:39.187518 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:39.191078 --- ParallelTerminationStrategy: PID 69 died...
22:49:39.192522 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:39.196065 --- ParallelTerminationStrategy: PID 70 died...
22:49:39.197514 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:39.201063 --- ParallelTerminationStrategy: PID 71 died...
22:49:39.202537 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:39.206106 --- ParallelTerminationStrategy: PID 72 died...
22:49:39.207554 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:39.211121 --- ParallelTerminationStrategy: PID 73 died...
22:49:39.212574 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:39.216157 --- ParallelTerminationStrategy: PID 74 died...
22:49:39.217617 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:39.221190 --- ParallelTerminationStrategy: PID 75 died...
22:49:39.222646 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:39.226314 --- ParallelTerminationStrategy: PID 76 died...
22:49:39.227811 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:39.231535 --- ParallelTerminationStrategy: PID 77 died...
22:49:39.233049 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:39.236754 --- ParallelTerminationStrategy: PID 78 died...
22:49:39.238261 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:39.241977 --- ParallelTerminationStrategy: PID 79 died...
22:49:39.243483 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:39.247212 --- ParallelTerminationStrategy: PID 80 died...
22:49:39.248710 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:39.252432 --- ParallelTerminationStrategy: PID 81 died...
22:49:39.253941 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:39.257628 --- ParallelTerminationStrategy: PID 82 died...
22:49:39.259137 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:39.262847 --- ParallelTerminationStrategy: PID 83 died...
22:49:39.264347 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:39.268069 --- ParallelTerminationStrategy: PID 84 died...
22:49:39.269573 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:39.273271 --- ParallelTerminationStrategy: PID 85 died...
22:49:39.274772 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:39.278478 --- ParallelTerminationStrategy: PID 86 died...
22:49:39.279979 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:39.283705 --- ParallelTerminationStrategy: PID 87 died...
22:49:39.285204 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:39.288902 --- ParallelTerminationStrategy: PID 88 died...
22:49:39.290400 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:39.294091 --- ParallelTerminationStrategy: PID 89 died...
22:49:39.295595 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:39.299320 --- ParallelTerminationStrategy: PID 90 died...
22:49:39.300811 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:39.304510 --- ParallelTerminationStrategy: PID 91 died...
22:49:39.306015 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:39.309711 --- ParallelTerminationStrategy: PID 92 died...
22:49:39.311214 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:39.314922 --- ParallelTerminationStrategy: PID 93 died...
22:49:39.316427 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:39.320149 --- ParallelTerminationStrategy: PID 94 died...
22:49:39.321659 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:39.325345 --- ParallelTerminationStrategy: PID 95 died...
22:49:39.326845 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:39.330543 --- ParallelTerminationStrategy: PID 96 died...
22:49:39.332042 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:39.335735 --- ParallelTerminationStrategy: PID 97 died...
22:49:39.337226 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:39.340950 --- ParallelTerminationStrategy: PID 98 died...
22:49:39.342460 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:39.346159 --- ParallelTerminationStrategy: PID 99 died...
22:49:39.347662 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:39.351367 --- ParallelTerminationStrategy: PID 100 died...
22:49:39.352867 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:39.356572 --- ParallelTerminationStrategy: PID 101 died...
22:49:39.358076 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:39.361816 --- ParallelTerminationStrategy: PID 102 died...
22:49:39.363323 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:39.367027 --- ParallelTerminationStrategy: PID 103 died...
22:49:39.368526 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:39.372237 --- ParallelTerminationStrategy: PID 104 died...
22:49:39.373744 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:39.377450 --- ParallelTerminationStrategy: PID 105 died...
22:49:39.378976 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:39.382674 --- ParallelTerminationStrategy: PID 106 died...
22:49:39.384174 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:39.387884 --- ParallelTerminationStrategy: PID 107 died...
22:49:39.389385 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:39.393095 --- ParallelTerminationStrategy: PID 108 died...
22:49:39.394599 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:39.398334 --- ParallelTerminationStrategy: PID 109 died...
22:49:39.399832 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:39.403534 --- ParallelTerminationStrategy: PID 110 died...
22:49:39.405036 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:39.408745 --- ParallelTerminationStrategy: PID 111 died...
22:49:39.410257 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:39.413956 --- ParallelTerminationStrategy: PID 112 died...
22:49:39.415462 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:39.419159 --- ParallelTerminationStrategy: PID 113 died...
22:49:39.420657 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:39.424349 --- ParallelTerminationStrategy: PID 114 died...
22:49:39.425845 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:39.429580 --- ParallelTerminationStrategy: PID 115 died...
22:49:39.431085 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:39.434787 --- ParallelTerminationStrategy: PID 116 died...
22:49:39.436291 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:39.439993 --- ParallelTerminationStrategy: PID 117 died...
22:49:39.441496 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:39.445214 --- ParallelTerminationStrategy: PID 118 died...
22:49:39.446714 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:39.450449 --- ParallelTerminationStrategy: PID 119 died...
22:49:39.451953 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:39.455660 --- ParallelTerminationStrategy: PID 120 died...
22:49:39.457164 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:39.460854 --- ParallelTerminationStrategy: PID 121 died...
22:49:39.462353 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:39.466050 --- ParallelTerminationStrategy: PID 122 died...
22:49:39.467551 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:39.471250 --- ParallelTerminationStrategy: PID 123 died...
22:49:39.472747 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:39.476463 --- ParallelTerminationStrategy: PID 124 died...
22:49:39.477957 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:39.481663 --- ParallelTerminationStrategy: PID 125 died...
22:49:39.483162 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:39.486907 --- ParallelTerminationStrategy: PID 126 died...
22:49:39.488436 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:39.492186 --- ParallelTerminationStrategy: PID 127 died...
22:49:39.493684 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:39.497396 --- ParallelTerminationStrategy: PID 128 died...
22:49:39.498900 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:39.502603 --- ParallelTerminationStrategy: PID 129 died...
22:49:39.504099 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:39.507802 --- ParallelTerminationStrategy: PID 130 died...
22:49:39.509300 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:39.512974 --- ParallelTerminationStrategy: PID 131 died...
22:49:39.514461 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:39.518134 --- ParallelTerminationStrategy: PID 132 died...
22:49:39.519619 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:39.523327 --- ParallelTerminationStrategy: PID 133 died...
22:49:39.524816 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:39.528482 --- ParallelTerminationStrategy: PID 134 died...
22:49:39.529960 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:39.533634 --- ParallelTerminationStrategy: PID 135 died...
22:49:39.535129 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:39.538818 --- ParallelTerminationStrategy: PID 136 died...
22:49:39.540303 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:39.543990 --- ParallelTerminationStrategy: PID 137 died...
22:49:39.545480 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:39.549196 --- ParallelTerminationStrategy: PID 138 died...
22:49:39.550782 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:39.554493 --- ParallelTerminationStrategy: PID 139 died...
22:49:39.555993 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:39.559720 --- ParallelTerminationStrategy: PID 140 died...
22:49:39.561217 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:39.564907 --- ParallelTerminationStrategy: PID 141 died...
22:49:39.566400 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:39.569988 --- ParallelTerminationStrategy: PID 142 died...
22:49:39.571443 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:39.575018 --- ParallelTerminationStrategy: PID 143 died...
22:49:39.576466 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:39.580139 --- ParallelTerminationStrategy: PID 144 died...
22:49:39.581639 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:39.585396 --- ParallelTerminationStrategy: PID 145 died...
22:49:39.586911 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:39.590602 --- ParallelTerminationStrategy: PID 146 died...
22:49:39.592086 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:39.595783 --- ParallelTerminationStrategy: PID 147 died...
22:49:39.597266 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:39.600967 --- ParallelTerminationStrategy: PID 148 died...
22:49:39.602461 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:39.606161 --- ParallelTerminationStrategy: PID 149 died...
22:49:39.607661 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:39.611356 --- ParallelTerminationStrategy: PID 150 died...
22:49:39.612838 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:39.616525 --- ParallelTerminationStrategy: PID 151 died...
22:49:39.618011 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:39.621687 --- ParallelTerminationStrategy: PID 152 died...
22:49:39.623187 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:39.626874 --- ParallelTerminationStrategy: PID 153 died...
22:49:39.628358 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:39.632047 --- ParallelTerminationStrategy: PID 154 died...
22:49:39.633519 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:39.637209 --- ParallelTerminationStrategy: PID 155 died...
22:49:39.638698 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:39.642409 --- ParallelTerminationStrategy: PID 156 died...
22:49:39.643907 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:39.647623 --- ParallelTerminationStrategy: PID 157 died...
22:49:39.649113 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:39.652799 --- ParallelTerminationStrategy: PID 158 died...
22:49:39.654283 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:39.657967 --- ParallelTerminationStrategy: PID 159 died...
22:49:39.659453 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:39.663148 --- ParallelTerminationStrategy: PID 160 died...
22:49:39.664631 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:39.668349 --- ParallelTerminationStrategy: PID 161 died...
22:49:39.669832 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:39.673524 --- ParallelTerminationStrategy: PID 162 died...
22:49:39.675022 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:39.678720 --- ParallelTerminationStrategy: PID 163 died...
22:49:39.680207 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:39.683906 --- ParallelTerminationStrategy: PID 164 died...
22:49:39.685391 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:39.689075 --- ParallelTerminationStrategy: PID 165 died...
22:49:39.690567 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:39.694279 --- ParallelTerminationStrategy: PID 166 died...
22:49:39.695774 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:39.699450 --- ParallelTerminationStrategy: PID 167 died...
22:49:39.700935 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:39.704632 --- ParallelTerminationStrategy: PID 168 died...
22:49:39.706124 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:39.709827 --- ParallelTerminationStrategy: PID 169 died...
22:49:39.711328 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:39.715024 --- ParallelTerminationStrategy: PID 170 died...
22:49:39.716509 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:39.720223 --- ParallelTerminationStrategy: PID 171 died...
22:49:39.721706 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:39.725401 --- ParallelTerminationStrategy: PID 172 died...
22:49:39.726895 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:39.730596 --- ParallelTerminationStrategy: PID 173 died...
22:49:39.732079 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:39.735818 --- ParallelTerminationStrategy: PID 174 died...
22:49:39.737305 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:39.741006 --- ParallelTerminationStrategy: PID 175 died...
22:49:39.742500 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:39.746200 --- ParallelTerminationStrategy: PID 176 died...
22:49:39.747696 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:39.751409 --- ParallelTerminationStrategy: PID 177 died...
22:49:39.752901 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:39.756638 --- ParallelTerminationStrategy: PID 178 died...
22:49:39.758139 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:39.761846 --- ParallelTerminationStrategy: PID 179 died...
22:49:39.763334 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:39.767037 --- ParallelTerminationStrategy: PID 180 died...
22:49:39.768534 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:39.772238 --- ParallelTerminationStrategy: PID 181 died...
22:49:39.773733 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:39.777464 --- ParallelTerminationStrategy: PID 182 died...
22:49:39.778968 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:39.782655 --- ParallelTerminationStrategy: PID 183 died...
22:49:39.784151 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:39.787936 --- ParallelTerminationStrategy: PID 184 died...
22:49:39.789431 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:39.793127 --- ParallelTerminationStrategy: PID 185 died...
22:49:39.794653 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:39.798366 --- ParallelTerminationStrategy: PID 186 died...
22:49:39.799859 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:39.803558 --- ParallelTerminationStrategy: PID 187 died...
22:49:39.805046 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:39.808747 --- ParallelTerminationStrategy: PID 188 died...
22:49:39.810244 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:39.813945 --- ParallelTerminationStrategy: PID 189 died...
22:49:39.815439 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:39.819146 --- ParallelTerminationStrategy: PID 190 died...
22:49:39.820637 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:39.824343 --- ParallelTerminationStrategy: PID 191 died...
22:49:39.825841 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:39.829545 --- ParallelTerminationStrategy: PID 192 died...
22:49:39.831029 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:39.834726 --- ParallelTerminationStrategy: PID 193 died...
22:49:39.836219 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:39.839947 --- ParallelTerminationStrategy: PID 194 died...
22:49:39.841435 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:39.845160 --- ParallelTerminationStrategy: PID 195 died...
22:49:39.846659 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:39.850397 --- ParallelTerminationStrategy: PID 196 died...
22:49:39.851899 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:39.855610 --- ParallelTerminationStrategy: PID 197 died...
22:49:39.857098 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:39.860827 --- ParallelTerminationStrategy: PID 198 died...
22:49:39.862329 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:39.866041 --- ParallelTerminationStrategy: PID 199 died...
22:49:39.867558 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:39.871254 --- ParallelTerminationStrategy: PID 200 died...
22:49:39.872750 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:39.876451 --- ParallelTerminationStrategy: PID 201 died...
22:49:39.877933 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:39.881637 --- ParallelTerminationStrategy: PID 202 died...
22:49:39.883138 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:39.886856 --- ParallelTerminationStrategy: PID 203 died...
22:49:39.888346 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:39.892048 --- ParallelTerminationStrategy: PID 204 died...
22:49:39.893535 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:39.897254 --- ParallelTerminationStrategy: PID 205 died...
22:49:39.898744 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:39.902466 --- ParallelTerminationStrategy: PID 206 died...
22:49:39.903958 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:39.907667 --- ParallelTerminationStrategy: PID 207 died...
22:49:39.909156 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:39.912875 --- ParallelTerminationStrategy: PID 208 died...
22:49:39.914401 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:39.918106 --- ParallelTerminationStrategy: PID 209 died...
22:49:39.919601 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:39.923316 --- ParallelTerminationStrategy: PID 210 died...
22:49:39.924808 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:39.928525 --- ParallelTerminationStrategy: PID 211 died...
22:49:39.930024 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:39.933728 --- ParallelTerminationStrategy: PID 212 died...
22:49:39.935218 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:39.938925 --- ParallelTerminationStrategy: PID 213 died...
22:49:39.940412 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:39.944121 --- ParallelTerminationStrategy: PID 214 died...
22:49:39.945610 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:39.949322 --- ParallelTerminationStrategy: PID 215 died...
22:49:39.950816 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:39.954520 --- ParallelTerminationStrategy: PID 216 died...
22:49:39.956011 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:39.959724 --- ParallelTerminationStrategy: PID 217 died...
22:49:39.961211 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:39.964925 --- ParallelTerminationStrategy: PID 218 died...
22:49:39.966419 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:39.970124 --- ParallelTerminationStrategy: PID 219 died...
22:49:39.971616 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:39.975366 --- ParallelTerminationStrategy: PID 220 died...
22:49:39.976860 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:39.980574 --- ParallelTerminationStrategy: PID 221 died...
22:49:39.982059 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:39.985765 --- ParallelTerminationStrategy: PID 222 died...
22:49:39.987291 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:39.990990 --- ParallelTerminationStrategy: PID 223 died...
22:49:39.992474 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:39.996181 --- ParallelTerminationStrategy: PID 224 died...
22:49:39.997666 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:40.001375 --- ParallelTerminationStrategy: PID 225 died...
22:49:40.002876 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:40.006584 --- ParallelTerminationStrategy: PID 226 died...
22:49:40.008083 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:40.011801 --- ParallelTerminationStrategy: PID 227 died...
22:49:40.013294 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:40.017009 --- ParallelTerminationStrategy: PID 228 died...
22:49:40.018503 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:40.022215 --- ParallelTerminationStrategy: PID 229 died...
22:49:40.023707 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:40.027425 --- ParallelTerminationStrategy: PID 230 died...
22:49:40.028926 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:40.032628 --- ParallelTerminationStrategy: PID 231 died...
22:49:40.034123 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:40.037838 --- ParallelTerminationStrategy: PID 232 died...
22:49:40.039329 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:40.043050 --- ParallelTerminationStrategy: PID 233 died...
22:49:40.044540 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:40.048256 --- ParallelTerminationStrategy: PID 234 died...
22:49:40.049756 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:43.454305 --- ParallelTerminationStrategy: PID 34 died...
22:49:43.460347 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8337 netreg_mass PASS
---------------------------------------------------------------------
22:49:43.537563 tst trial-8337: Storing JUnit report in /build/trial-8337/run.2026-05-20_22-48-16/trial-8337.xml
--------------------------------------------------------------------------------------------
trial-8337 PASS
--------------------------------------------------------------------------------------------
22:49:43.548325 tst trial-8337: trial-8337: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8337/inst
+ cd trial-8337
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-05-20 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8337-run.tgz run.2026-05-20_22-48-16
+ tar czf /build/trial-8337-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-05-20_13_26_48.tgz osmo-bts-oc2g.build-2026-05-20_00_51_59.tgz osmo-bts-sysmo.build-2026-05-20_00_51_49.tgz osmo-bts.build-2026-05-20_00_52_02.tgz osmo-ggsn.build-2026-05-20_20_42_54.tgz osmo-hlr.build-2026-05-20_16_37_05.tgz osmo-hnbgw.build-2026-05-20_13_28_46.tgz osmo-mgw.build-2026-05-20_08_33_10.tgz osmo-msc.build-2026-05-20_13_34_21.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-05-20_07_35_14.tgz osmo-pcu-sysmo.build-2026-05-20_07_35_13.tgz osmo-pcu.build-2026-05-20_07_35_12.tgz osmo-sgsn.build-2026-05-20_20_48_32.tgz osmo-stp.build-2026-05-20_13_25_36.tgz osmo-trx.build-2026-05-20_14_21_58.tgz osmocom-bb.build-2026-05-20_21_17_56.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