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 7866
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins4869011511463703081.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-8341
+ 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 [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
#7 CACHED
#8 [ 8/28] RUN MKDIR /var/run/sshd
#8 CACHED
#9 [ 9/28] COPY SSH /root/.ssh
#9 CACHED
#10 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#10 CACHED
#11 [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
#11 CACHED
#12 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#12 CACHED
#13 [ 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
#13 CACHED
#14 [14/28] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8
#14 CACHED
#15 [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
#15 CACHED
#16 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#16 CACHED
#17 [20/28] WORKDIR /TMP
#17 CACHED
#18 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#18 CACHED
#19 [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 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#21 CACHED
#22 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#22 CACHED
#23 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#23 CACHED
#24 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#24 CACHED
#25 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#25 CACHED
#26 [ 3/28] RUN groupadd osmo-gsm-tester
#26 CACHED
#27 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#27 CACHED
#28 [ 2/28] RUN useradd -ms /bin/bash jenkins
#28 CACHED
#29 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#29 CACHED
#30 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#30 CACHED
#31 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#31 CACHED
#32 [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
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:3ed79e9667d749557b0185b796a416433794af9ee8a3b122f73092fdac8a2369 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 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=8342 -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-25 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8342
+ mkdir -p trial-8342
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-05-25_13_26_58.tgz osmo-bts-oc2g.build-2026-05-25_00_51_46.tgz osmo-bts-sysmo.build-2026-05-25_00_51_48.tgz osmo-bts.build-2026-05-25_00_51_46.tgz osmo-ggsn.build-2026-05-25_20_42_39.tgz osmo-hlr.build-2026-05-25_16_36_55.tgz osmo-hnbgw.build-2026-05-25_13_31_01.tgz osmo-mgw.build-2026-05-25_08_33_08.tgz osmo-msc.build-2026-05-25_13_35_41.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-05-25_07_34_51.tgz osmo-pcu-sysmo.build-2026-05-25_07_34_46.tgz osmo-pcu.build-2026-05-25_07_34_49.tgz osmo-sgsn.build-2026-05-25_20_48_09.tgz osmo-stp.build-2026-05-25_13_25_32.tgz osmo-trx.build-2026-05-25_14_21_57.tgz osmocom-bb.build-2026-05-25_21_18_01.tgz srslte.build-19.tgz trial-8342
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-05-25_13_26_58.md5 osmo-bts-oc2g.build-2026-05-25_00_51_46.md5 osmo-bts-sysmo.build-2026-05-25_00_51_48.md5 osmo-bts.build-2026-05-25_00_51_46.md5 osmo-ggsn.build-2026-05-25_20_42_39.md5 osmo-hlr.build-2026-05-25_16_36_55.md5 osmo-hnbgw.build-2026-05-25_13_31_01.md5 osmo-mgw.build-2026-05-25_08_33_08.md5 osmo-msc.build-2026-05-25_13_35_41.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-05-25_07_34_51.md5 osmo-pcu-sysmo.build-2026-05-25_07_34_46.md5 osmo-pcu.build-2026-05-25_07_34_49.md5 osmo-sgsn.build-2026-05-25_20_48_09.md5 osmo-stp.build-2026-05-25_13_25_32.md5 osmo-trx.build-2026-05-25_14_21_57.md5 osmocom-bb.build-2026-05-25_21_18_01.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-05-25_13_26_58.md5 osmo-bts-oc2g.build-2026-05-25_00_51_46.md5 osmo-bts-sysmo.build-2026-05-25_00_51_48.md5 osmo-bts.build-2026-05-25_00_51_46.md5 osmo-ggsn.build-2026-05-25_20_42_39.md5 osmo-hlr.build-2026-05-25_16_36_55.md5 osmo-hnbgw.build-2026-05-25_13_31_01.md5 osmo-mgw.build-2026-05-25_08_33_08.md5 osmo-msc.build-2026-05-25_13_35_41.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-05-25_07_34_51.md5 osmo-pcu-sysmo.build-2026-05-25_07_34_46.md5 osmo-pcu.build-2026-05-25_07_34_49.md5 osmo-sgsn.build-2026-05-25_20_48_09.md5 osmo-stp.build-2026-05-25_13_25_32.md5 osmo-trx.build-2026-05-25_14_21_57.md5 osmocom-bb.build-2026-05-25_21_18_01.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-8342 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8342'
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-8342
--------------------------------------------------------------------------------------------
22:48:16.810889 tst trial-8342: Detailed log at /build/trial-8342/run.2026-05-25_22-48-16/log
---------------------------------------------------------------------
trial-8342 netreg_mass
---------------------------------------------------------------------
22:48:17.017257 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.017650 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.018415 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.019549 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.061467 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.062384 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.063572 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.127313 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-8342 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.128080 tst register_default_mass.py:9: Claiming resources for the test
22:48:17.143372 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.143893 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.144346 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.144784 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.145216 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.145681 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.146130 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.177501 tst register_default_mass.py: using LAC 2
22:48:17.199859 tst register_default_mass.py: using RAC 2
22:48:17.226844 tst register_default_mass.py: using CellId 2
22:48:17.256650 tst register_default_mass.py: using BVCI 3
22:48:17.270700 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.271410 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.271988 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.272527 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.273046 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.273561 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.274088 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.274627 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.275164 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.275695 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.276217 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.276739 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.277283 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.277822 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.278354 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.278893 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.279422 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.279938 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.280454 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.280985 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.281497 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.282016 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.282553 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.283088 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.283603 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.284141 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.284673 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.285193 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.285710 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.286253 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.286767 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.287282 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.287818 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.288336 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.288858 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.289386 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.289904 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.290443 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.290963 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.291469 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.291969 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.292494 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.293010 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.293512 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.294019 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.294547 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.295059 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.295571 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.296089 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.296602 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.297110 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.297606 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.298125 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.298647 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.299154 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.299671 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.300192 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.300699 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.301207 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.301720 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.302233 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.302753 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.303280 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.303795 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.304310 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.304820 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.305330 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.305850 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.306369 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.306877 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.307403 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.307915 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.308490 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.309014 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.309523 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.310023 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.310534 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.311046 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.311547 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.312050 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.312562 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.313063 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.313567 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.314079 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.314588 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.315085 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.315591 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.316108 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.316613 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.317131 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.317651 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.318171 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.318693 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.319213 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.319721 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.320217 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.320729 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.321239 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.321743 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.322277 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.322783 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.323341 tst register_default_mass.py:21: Launching a simple network
22:48:17.333343 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.452762 run create_hlr_db(pid=19): Launched
22:48:18.467197 run create_hlr_db(pid=19): Terminated: ok {rc=0}
22:48:18.483330 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Launched
22:48:18.498050 run osmo-hlr_127.0.42.2(pid=22): Launched
22:48:18.503658 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.692165 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Launched
22:48:18.706754 run osmo-stp_127.0.42.5(pid=24): Launched
22:48:18.712287 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.132373 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Launched
22:48:19.147205 run osmo-msc_127.0.42.6(pid=26): Launched
22:48:22.162234 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.302854 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Launched
22:48:22.317645 run osmo-mgw_127.0.42.3(pid=28): Launched
22:48:22.323234 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.346522 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Launched
22:48:22.361314 run osmo-mgw_127.0.42.4(pid=30): Launched
22:48:22.366917 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.684762 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Launched
22:48:22.699873 run osmo-bsc_127.0.42.7(pid=32): Launched
22:48:28.725669 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.899107 run osmo-bts-virtual(pid=33): Launched
22:48:29.934806 tst register_default_mass.py: using MSISDN 1001
22:48:29.949272 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:29.987980 tst register_default_mass.py: using MSISDN 1002
22:48:30.005456 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.035756 tst register_default_mass.py: using MSISDN 1003
22:48:30.050114 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.080693 tst register_default_mass.py: using MSISDN 1004
22:48:30.095119 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.125569 tst register_default_mass.py: using MSISDN 1005
22:48:30.139919 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.169692 tst register_default_mass.py: using MSISDN 1006
22:48:30.183555 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.213340 tst register_default_mass.py: using MSISDN 1007
22:48:30.227398 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.257255 tst register_default_mass.py: using MSISDN 1008
22:48:30.271200 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.300924 tst register_default_mass.py: using MSISDN 1009
22:48:30.314968 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.345064 tst register_default_mass.py: using MSISDN 1010
22:48:30.356990 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.387351 tst register_default_mass.py: using MSISDN 1011
22:48:30.401533 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.431778 tst register_default_mass.py: using MSISDN 1012
22:48:30.445965 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.475937 tst register_default_mass.py: using MSISDN 1013
22:48:30.489947 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.520369 tst register_default_mass.py: using MSISDN 1014
22:48:30.534708 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.565050 tst register_default_mass.py: using MSISDN 1015
22:48:30.579293 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.609436 tst register_default_mass.py: using MSISDN 1016
22:48:30.623754 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.653167 tst register_default_mass.py: using MSISDN 1017
22:48:30.667046 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.696525 tst register_default_mass.py: using MSISDN 1018
22:48:30.709985 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.739823 tst register_default_mass.py: using MSISDN 1019
22:48:30.753643 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:30.783208 tst register_default_mass.py: using MSISDN 1020
22:48:30.797030 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:30.827304 tst register_default_mass.py: using MSISDN 1021
22:48:30.841572 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:30.872218 tst register_default_mass.py: using MSISDN 1022
22:48:30.886678 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:30.917290 tst register_default_mass.py: using MSISDN 1023
22:48:30.931701 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:30.962058 tst register_default_mass.py: using MSISDN 1024
22:48:30.976421 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.006793 tst register_default_mass.py: using MSISDN 1025
22:48:31.021099 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.051501 tst register_default_mass.py: using MSISDN 1026
22:48:31.065874 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.096035 tst register_default_mass.py: using MSISDN 1027
22:48:31.110236 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.140719 tst register_default_mass.py: using MSISDN 1028
22:48:31.155135 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.185690 tst register_default_mass.py: using MSISDN 1029
22:48:31.200017 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.230664 tst register_default_mass.py: using MSISDN 1030
22:48:31.245173 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.275694 tst register_default_mass.py: using MSISDN 1031
22:48:31.290243 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.320814 tst register_default_mass.py: using MSISDN 1032
22:48:31.335245 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.365520 tst register_default_mass.py: using MSISDN 1033
22:48:31.379878 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.410215 tst register_default_mass.py: using MSISDN 1034
22:48:31.424527 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.455126 tst register_default_mass.py: using MSISDN 1035
22:48:31.469615 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.500413 tst register_default_mass.py: using MSISDN 1036
22:48:31.514940 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.545708 tst register_default_mass.py: using MSISDN 1037
22:48:31.560184 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.589703 tst register_default_mass.py: using MSISDN 1038
22:48:31.603541 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.632968 tst register_default_mass.py: using MSISDN 1039
22:48:31.646727 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.676560 tst register_default_mass.py: using MSISDN 1040
22:48:31.690416 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.720813 tst register_default_mass.py: using MSISDN 1041
22:48:31.735241 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:31.765433 tst register_default_mass.py: using MSISDN 1042
22:48:31.779836 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:31.810236 tst register_default_mass.py: using MSISDN 1043
22:48:31.824518 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:31.855044 tst register_default_mass.py: using MSISDN 1044
22:48:31.864745 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:31.895094 tst register_default_mass.py: using MSISDN 1045
22:48:31.910653 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:31.940950 tst register_default_mass.py: using MSISDN 1046
22:48:31.955141 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:31.985620 tst register_default_mass.py: using MSISDN 1047
22:48:31.999810 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.030427 tst register_default_mass.py: using MSISDN 1048
22:48:32.044774 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.075327 tst register_default_mass.py: using MSISDN 1049
22:48:32.089778 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.120236 tst register_default_mass.py: using MSISDN 1050
22:48:32.134694 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.165099 tst register_default_mass.py: using MSISDN 1051
22:48:32.179510 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.210462 tst register_default_mass.py: using MSISDN 1052
22:48:32.224863 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.255310 tst register_default_mass.py: using MSISDN 1053
22:48:32.269484 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.299897 tst register_default_mass.py: using MSISDN 1054
22:48:32.314133 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.353319 tst register_default_mass.py: using MSISDN 1055
22:48:32.371066 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.401788 tst register_default_mass.py: using MSISDN 1056
22:48:32.416451 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.447129 tst register_default_mass.py: using MSISDN 1057
22:48:32.461651 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.492347 tst register_default_mass.py: using MSISDN 1058
22:48:32.506876 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.537494 tst register_default_mass.py: using MSISDN 1059
22:48:32.551920 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:32.582482 tst register_default_mass.py: using MSISDN 1060
22:48:32.596918 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:32.627134 tst register_default_mass.py: using MSISDN 1061
22:48:32.641349 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:32.671786 tst register_default_mass.py: using MSISDN 1062
22:48:32.686087 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:32.716539 tst register_default_mass.py: using MSISDN 1063
22:48:32.730919 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:32.761220 tst register_default_mass.py: using MSISDN 1064
22:48:32.775447 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:32.806015 tst register_default_mass.py: using MSISDN 1065
22:48:32.820557 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:32.851194 tst register_default_mass.py: using MSISDN 1066
22:48:32.865661 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:32.896261 tst register_default_mass.py: using MSISDN 1067
22:48:32.910721 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:32.941104 tst register_default_mass.py: using MSISDN 1068
22:48:32.955494 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:32.985889 tst register_default_mass.py: using MSISDN 1069
22:48:33.000314 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.030577 tst register_default_mass.py: using MSISDN 1070
22:48:33.045098 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.075615 tst register_default_mass.py: using MSISDN 1071
22:48:33.090297 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.120520 tst register_default_mass.py: using MSISDN 1072
22:48:33.134715 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.164913 tst register_default_mass.py: using MSISDN 1073
22:48:33.179103 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.209375 tst register_default_mass.py: using MSISDN 1074
22:48:33.223731 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.254801 tst register_default_mass.py: using MSISDN 1075
22:48:33.269322 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.299791 tst register_default_mass.py: using MSISDN 1076
22:48:33.313990 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.344521 tst register_default_mass.py: using MSISDN 1077
22:48:33.358946 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:33.389302 tst register_default_mass.py: using MSISDN 1078
22:48:33.398650 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:33.428997 tst register_default_mass.py: using MSISDN 1079
22:48:33.444786 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.475378 tst register_default_mass.py: using MSISDN 1080
22:48:33.489843 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:33.520241 tst register_default_mass.py: using MSISDN 1081
22:48:33.534601 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:33.565014 tst register_default_mass.py: using MSISDN 1082
22:48:33.579389 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:33.609723 tst register_default_mass.py: using MSISDN 1083
22:48:33.624015 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:33.654542 tst register_default_mass.py: using MSISDN 1084
22:48:33.669037 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:33.699097 tst register_default_mass.py: using MSISDN 1085
22:48:33.713388 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:33.747695 tst register_default_mass.py: using MSISDN 1086
22:48:33.763861 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:33.794309 tst register_default_mass.py: using MSISDN 1087
22:48:33.808736 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:33.839370 tst register_default_mass.py: using MSISDN 1088
22:48:33.853732 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:33.883806 tst register_default_mass.py: using MSISDN 1089
22:48:33.897997 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:33.928326 tst register_default_mass.py: using MSISDN 1090
22:48:33.942619 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:33.972693 tst register_default_mass.py: using MSISDN 1091
22:48:33.986851 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.017126 tst register_default_mass.py: using MSISDN 1092
22:48:34.031473 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.061943 tst register_default_mass.py: using MSISDN 1093
22:48:34.076395 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.106723 tst register_default_mass.py: using MSISDN 1094
22:48:34.120872 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.150786 tst register_default_mass.py: using MSISDN 1095
22:48:34.164993 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.194755 tst register_default_mass.py: using MSISDN 1096
22:48:34.208743 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.238188 tst register_default_mass.py: using MSISDN 1097
22:48:34.251975 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.281315 tst register_default_mass.py: using MSISDN 1098
22:48:34.295149 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.325053 tst register_default_mass.py: using MSISDN 1099
22:48:34.339128 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:34.368933 tst register_default_mass.py: using MSISDN 1100
22:48:34.382929 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:34.474338 run mass: Starting testcase
22:48:34.479862 run mass: Pre-launching all virtphy's
22:48:34.485249 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:34.498380 run osmo-ms-virt-phy/00000(pid=34): Launched
22:48:34.504477 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:34.517393 run osmo-ms-virt-phy/00001(pid=35): Launched
22:48:34.523443 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:34.536345 run osmo-ms-virt-phy/00002(pid=36): Launched
22:48:34.542402 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:34.555379 run osmo-ms-virt-phy/00003(pid=37): Launched
22:48:34.561384 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:34.574177 run osmo-ms-virt-phy/00004(pid=38): Launched
22:48:34.580151 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:34.593023 run osmo-ms-virt-phy/00005(pid=39): Launched
22:48:34.599069 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:34.611859 run osmo-ms-virt-phy/00006(pid=40): Launched
22:48:34.617786 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:34.630652 run osmo-ms-virt-phy/00007(pid=41): Launched
22:48:34.636555 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:34.649445 run osmo-ms-virt-phy/00008(pid=42): Launched
22:48:34.655428 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:34.668232 run osmo-ms-virt-phy/00009(pid=43): Launched
22:48:34.674220 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:34.687068 run osmo-ms-virt-phy/00010(pid=44): Launched
22:48:34.693013 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:34.705808 run osmo-ms-virt-phy/00011(pid=45): Launched
22:48:34.711752 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:34.724578 run osmo-ms-virt-phy/00012(pid=46): Launched
22:48:34.730570 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:34.743353 run osmo-ms-virt-phy/00013(pid=47): Launched
22:48:34.749272 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:34.762067 run osmo-ms-virt-phy/00014(pid=48): Launched
22:48:34.768047 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:34.780883 run osmo-ms-virt-phy/00015(pid=49): Launched
22:48:34.786808 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:34.799642 run osmo-ms-virt-phy/00016(pid=50): Launched
22:48:34.805532 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:34.818720 run osmo-ms-virt-phy/00017(pid=51): Launched
22:48:34.824793 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:34.837846 run osmo-ms-virt-phy/00018(pid=52): Launched
22:48:34.843907 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:34.856851 run osmo-ms-virt-phy/00019(pid=53): Launched
22:48:34.862947 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:34.875918 run osmo-ms-virt-phy/00020(pid=54): Launched
22:48:34.881939 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:34.894871 run osmo-ms-virt-phy/00021(pid=55): Launched
22:48:34.900880 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:34.913768 run osmo-ms-virt-phy/00022(pid=56): Launched
22:48:34.919854 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:34.932716 run osmo-ms-virt-phy/00023(pid=57): Launched
22:48:34.938715 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:34.951517 run osmo-ms-virt-phy/00024(pid=58): Launched
22:48:34.957448 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:34.970341 run osmo-ms-virt-phy/00025(pid=59): Launched
22:48:34.976324 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:34.989196 run osmo-ms-virt-phy/00026(pid=60): Launched
22:48:34.995180 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.008020 run osmo-ms-virt-phy/00027(pid=61): Launched
22:48:35.013983 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.026843 run osmo-ms-virt-phy/00028(pid=62): Launched
22:48:35.032786 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.045647 run osmo-ms-virt-phy/00029(pid=63): Launched
22:48:35.051700 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.064514 run osmo-ms-virt-phy/00030(pid=64): Launched
22:48:35.070539 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.083345 run osmo-ms-virt-phy/00031(pid=65): Launched
22:48:35.089284 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.102211 run osmo-ms-virt-phy/00032(pid=66): Launched
22:48:35.108146 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.121086 run osmo-ms-virt-phy/00033(pid=67): Launched
22:48:35.127045 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.139868 run osmo-ms-virt-phy/00034(pid=68): Launched
22:48:35.145789 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.158594 run osmo-ms-virt-phy/00035(pid=69): Launched
22:48:35.164500 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.177291 run osmo-ms-virt-phy/00036(pid=70): Launched
22:48:35.183236 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.196059 run osmo-ms-virt-phy/00037(pid=71): Launched
22:48:35.201960 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.214849 run osmo-ms-virt-phy/00038(pid=72): Launched
22:48:35.220767 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.233668 run osmo-ms-virt-phy/00039(pid=73): Launched
22:48:35.239595 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.252434 run osmo-ms-virt-phy/00040(pid=74): Launched
22:48:35.258377 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.271183 run osmo-ms-virt-phy/00041(pid=75): Launched
22:48:35.277117 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.290117 run osmo-ms-virt-phy/00042(pid=76): Launched
22:48:35.296042 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.308972 run osmo-ms-virt-phy/00043(pid=77): Launched
22:48:35.314921 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.327728 run osmo-ms-virt-phy/00044(pid=78): Launched
22:48:35.333778 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.346617 run osmo-ms-virt-phy/00045(pid=79): Launched
22:48:35.352639 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:35.365422 run osmo-ms-virt-phy/00046(pid=80): Launched
22:48:35.371344 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:35.384130 run osmo-ms-virt-phy/00047(pid=81): Launched
22:48:35.390069 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:35.402942 run osmo-ms-virt-phy/00048(pid=82): Launched
22:48:35.408815 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:35.421638 run osmo-ms-virt-phy/00049(pid=83): Launched
22:48:35.427527 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:35.440369 run osmo-ms-virt-phy/00050(pid=84): Launched
22:48:35.446330 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:35.459385 run osmo-ms-virt-phy/00051(pid=85): Launched
22:48:35.465354 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:35.478155 run osmo-ms-virt-phy/00052(pid=86): Launched
22:48:35.484112 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:35.496954 run osmo-ms-virt-phy/00053(pid=87): Launched
22:48:35.502950 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:35.515838 run osmo-ms-virt-phy/00054(pid=88): Launched
22:48:35.521904 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:35.534920 run osmo-ms-virt-phy/00055(pid=89): Launched
22:48:35.541015 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:35.553824 run osmo-ms-virt-phy/00056(pid=90): Launched
22:48:35.559807 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:35.572838 run osmo-ms-virt-phy/00057(pid=91): Launched
22:48:35.578901 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:35.591940 run osmo-ms-virt-phy/00058(pid=92): Launched
22:48:35.597919 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:35.610763 run osmo-ms-virt-phy/00059(pid=93): Launched
22:48:35.616814 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:35.629735 run osmo-ms-virt-phy/00060(pid=94): Launched
22:48:35.635744 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:35.648541 run osmo-ms-virt-phy/00061(pid=95): Launched
22:48:35.654422 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:35.667274 run osmo-ms-virt-phy/00062(pid=96): Launched
22:48:35.673240 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:35.686101 run osmo-ms-virt-phy/00063(pid=97): Launched
22:48:35.692095 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:35.704956 run osmo-ms-virt-phy/00064(pid=98): Launched
22:48:35.711008 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:35.723935 run osmo-ms-virt-phy/00065(pid=99): Launched
22:48:35.729941 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:35.742869 run osmo-ms-virt-phy/00066(pid=100): Launched
22:48:35.748849 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:35.761835 run osmo-ms-virt-phy/00067(pid=101): Launched
22:48:35.767774 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:35.780696 run osmo-ms-virt-phy/00068(pid=102): Launched
22:48:35.786665 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:35.799548 run osmo-ms-virt-phy/00069(pid=103): Launched
22:48:35.805614 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:35.818714 run osmo-ms-virt-phy/00070(pid=104): Launched
22:48:35.824736 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:35.837599 run osmo-ms-virt-phy/00071(pid=105): Launched
22:48:35.843585 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:35.856475 run osmo-ms-virt-phy/00072(pid=106): Launched
22:48:35.862445 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:35.875361 run osmo-ms-virt-phy/00073(pid=107): Launched
22:48:35.881287 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:35.894133 run osmo-ms-virt-phy/00074(pid=108): Launched
22:48:35.900031 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:35.912876 run osmo-ms-virt-phy/00075(pid=109): Launched
22:48:35.918769 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:35.931558 run osmo-ms-virt-phy/00076(pid=110): Launched
22:48:35.937462 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:35.950303 run osmo-ms-virt-phy/00077(pid=111): Launched
22:48:35.956333 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:35.969131 run osmo-ms-virt-phy/00078(pid=112): Launched
22:48:35.975127 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:35.988028 run osmo-ms-virt-phy/00079(pid=113): Launched
22:48:35.994063 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.007005 run osmo-ms-virt-phy/00080(pid=114): Launched
22:48:36.013006 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.025812 run osmo-ms-virt-phy/00081(pid=115): Launched
22:48:36.031762 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.044666 run osmo-ms-virt-phy/00082(pid=116): Launched
22:48:36.050586 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.063496 run osmo-ms-virt-phy/00083(pid=117): Launched
22:48:36.069449 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.082313 run osmo-ms-virt-phy/00084(pid=118): Launched
22:48:36.088239 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.101132 run osmo-ms-virt-phy/00085(pid=119): Launched
22:48:36.107068 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.119923 run osmo-ms-virt-phy/00086(pid=120): Launched
22:48:36.125813 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.138717 run osmo-ms-virt-phy/00087(pid=121): Launched
22:48:36.144629 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.157457 run osmo-ms-virt-phy/00088(pid=122): Launched
22:48:36.163382 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.176206 run osmo-ms-virt-phy/00089(pid=123): Launched
22:48:36.182123 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.194980 run osmo-ms-virt-phy/00090(pid=124): Launched
22:48:36.200871 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.213666 run osmo-ms-virt-phy/00091(pid=125): Launched
22:48:36.219635 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.232582 run osmo-ms-virt-phy/00092(pid=126): Launched
22:48:36.238490 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.251411 run osmo-ms-virt-phy/00093(pid=127): Launched
22:48:36.257320 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.270127 run osmo-ms-virt-phy/00094(pid=128): Launched
22:48:36.276235 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.289116 run osmo-ms-virt-phy/00095(pid=129): Launched
22:48:36.295196 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.308035 run osmo-ms-virt-phy/00096(pid=130): Launched
22:48:36.313957 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.326779 run osmo-ms-virt-phy/00097(pid=131): Launched
22:48:36.332728 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.345559 run osmo-ms-virt-phy/00098(pid=132): Launched
22:48:36.351478 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:36.364273 run osmo-ms-virt-phy/00099(pid=133): Launched
22:48:36.370217 run mass: Checking if sockets are in the filesystem
22:48:36.402050 run osmo-ms-mob/00000: Starting mobile
22:48:36.415034 run osmo-ms-mob/00000(pid=134): Launched
22:48:36.425700 run mass: MS start registered {at=660244.719525898, delay=0.004681261023506522, ms=00000}
22:48:40.617257 run osmo-ms-mob/00001: Starting mobile
22:48:40.633731 run osmo-ms-mob/00001(pid=135): Launched
22:48:40.644141 run mass: MS start registered {at=660248.937964747, delay=0.004424076993018389, ms=00001}
22:48:41.735250 run mass: MS performed LU {at=660250.02895654, lu_delay=5.309430642053485, ms=00000}
22:48:42.386374 run osmo-ms-mob/00002: Starting mobile
22:48:42.399395 run osmo-ms-mob/00002(pid=136): Launched
22:48:42.409990 run mass: MS start registered {at=660250.70381292, delay=0.004693710012361407, ms=00002}
22:48:43.717248 run osmo-ms-mob/00003: Starting mobile
22:48:43.733916 run osmo-ms-mob/00003(pid=137): Launched
22:48:43.744447 run mass: MS start registered {at=660252.038273976, delay=0.004658600897528231, ms=00003}
22:48:44.786077 run osmo-ms-mob/00004: Starting mobile
22:48:44.799177 run osmo-ms-mob/00004(pid=138): Launched
22:48:44.809690 run mass: MS start registered {at=660253.103517744, delay=0.004584362031891942, ms=00004}
22:48:45.501752 run mass: MS performed LU {at=660253.795466847, lu_delay=4.8575021000579, ms=00001}
22:48:45.786344 run osmo-ms-mob/00005: Starting mobile
22:48:45.799105 run osmo-ms-mob/00005(pid=139): Launched
22:48:45.809563 run mass: MS start registered {at=660254.103386485, delay=0.004483417025767267, ms=00005}
22:48:46.686907 run osmo-ms-mob/00006: Starting mobile
22:48:46.700045 run osmo-ms-mob/00006(pid=140): Launched
22:48:46.710649 run mass: MS start registered {at=660255.004474676, delay=0.004669887945055962, ms=00006}
22:48:47.402998 run mass: MS performed LU {at=660255.696710314, lu_delay=4.992897393996827, ms=00002}
22:48:47.616990 run osmo-ms-mob/00007: Starting mobile
22:48:47.633675 run osmo-ms-mob/00007(pid=141): Launched
22:48:47.644584 run mass: MS start registered {at=660255.938412798, delay=0.004758329945616424, ms=00007}
22:48:48.385936 run osmo-ms-mob/00008: Starting mobile
22:48:48.398750 run osmo-ms-mob/00008(pid=142): Launched
22:48:48.409378 run mass: MS start registered {at=660256.703207267, delay=0.0047369960229843855, ms=00008}
22:48:49.086085 run osmo-ms-mob/00009: Starting mobile
22:48:49.098924 run osmo-ms-mob/00009(pid=143): Launched
22:48:49.109600 run mass: MS start registered {at=660257.403429333, delay=0.004775427049025893, ms=00009}
22:48:49.266782 run mass: MS performed LU {at=660257.560505303, lu_delay=5.522231327020563, ms=00003}
22:48:49.816797 run osmo-ms-mob/00010: Starting mobile
22:48:49.833343 run osmo-ms-mob/00010(pid=144): Launched
22:48:49.839291 run mass: MS performed LU {at=660258.133124701, lu_delay=5.029606956988573, ms=00004}
22:48:49.845047 run mass: MS start registered {at=660258.138889456, delay=0.005781649029813707, ms=00010}
22:48:50.385697 run osmo-ms-mob/00011: Starting mobile
22:48:50.398787 run osmo-ms-mob/00011(pid=145): Launched
22:48:50.409501 run mass: MS start registered {at=660258.703327447, delay=0.004756358917802572, ms=00011}
22:48:50.986898 run osmo-ms-mob/00012: Starting mobile
22:48:50.999828 run osmo-ms-mob/00012(pid=146): Launched
22:48:51.010467 run mass: MS start registered {at=660259.304298086, delay=0.004758636932820082, ms=00012}
22:48:51.168752 run mass: MS performed LU {at=660259.46247079, lu_delay=4.457996114040725, ms=00006}
22:48:51.215008 run mass: MS performed LU {at=660259.50872662, lu_delay=5.405340134981088, ms=00005}
22:48:51.616813 run osmo-ms-mob/00013: Starting mobile
22:48:51.633670 run osmo-ms-mob/00013(pid=147): Launched
22:48:51.644443 run mass: MS start registered {at=660259.93827165, delay=0.0045698550529778, ms=00013}
22:48:52.186405 run osmo-ms-mob/00014: Starting mobile
22:48:52.199313 run osmo-ms-mob/00014(pid=148): Launched
22:48:52.210012 run mass: MS start registered {at=660260.503842431, delay=0.004758978029713035, ms=00014}
22:48:52.785747 run osmo-ms-mob/00015: Starting mobile
22:48:52.799039 run osmo-ms-mob/00015(pid=149): Launched
22:48:52.809809 run mass: MS start registered {at=660261.103639287, delay=0.004782056901603937, ms=00015}
22:48:53.032832 run mass: MS performed LU {at=660261.326548502, lu_delay=5.38813570397906, ms=00007}
22:48:53.317701 run osmo-ms-mob/00016: Starting mobile
22:48:53.334533 run osmo-ms-mob/00016(pid=150): Launched
22:48:53.345222 run mass: MS start registered {at=660261.639050653, delay=0.0046785129234194756, ms=00016}
22:48:53.550502 run mass: MS performed LU {at=660261.844226066, lu_delay=5.1410187990404665, ms=00008}
22:48:53.817558 run osmo-ms-mob/00017: Starting mobile
22:48:53.833981 run osmo-ms-mob/00017(pid=151): Launched
22:48:53.844626 run mass: MS start registered {at=660262.138454639, delay=0.004737879964523017, ms=00017}
22:48:54.425965 run osmo-ms-mob/00018: Starting mobile
22:48:54.441773 run osmo-ms-mob/00018(pid=152): Launched
22:48:54.452568 run mass: MS start registered {at=660262.746398037, delay=0.0049129449762403965, ms=00018}
22:48:54.786381 run osmo-ms-mob/00019: Starting mobile
22:48:54.799226 run osmo-ms-mob/00019(pid=153): Launched
22:48:54.809716 run mass: MS start registered {at=660263.103546155, delay=0.004535634070634842, ms=00019}
22:48:54.934373 run mass: MS performed LU {at=660263.228102258, lu_delay=5.824672925053164, ms=00009}
22:48:54.980799 run mass: MS performed LU {at=660263.274512597, lu_delay=5.135623140959069, ms=00010}
22:48:55.050414 run mass: MS performed LU {at=660263.344141595, lu_delay=4.640814148006029, ms=00011}
22:48:55.316670 run osmo-ms-mob/00020: Starting mobile
22:48:55.333032 run osmo-ms-mob/00020(pid=154): Launched
22:48:55.344103 run mass: MS start registered {at=660263.637930006, delay=0.004926915979012847, ms=00020}
22:48:55.799403 run osmo-ms-mob/00021: Starting mobile
22:48:55.813171 run osmo-ms-mob/00021(pid=155): Launched
22:48:55.823895 run mass: MS start registered {at=660264.117722714, delay=0.004732984001748264, ms=00021}
22:48:56.186559 run osmo-ms-mob/00022: Starting mobile
22:48:56.199535 run osmo-ms-mob/00022(pid=156): Launched
22:48:56.210187 run mass: MS start registered {at=660264.504016243, delay=0.004673183080740273, ms=00022}
22:48:56.718422 run osmo-ms-mob/00023: Starting mobile
22:48:56.735264 run osmo-ms-mob/00023(pid=157): Launched
22:48:56.745892 run mass: MS start registered {at=660265.039721438, delay=0.004664863925427198, ms=00023}
22:48:56.798849 run mass: MS performed LU {at=660265.092573585, lu_delay=5.788275499013253, ms=00012}
22:48:56.951206 run mass: MS performed LU {at=660265.244936082, lu_delay=4.74109365104232, ms=00014}
22:48:57.086954 run osmo-ms-mob/00024: Starting mobile
22:48:57.100089 run osmo-ms-mob/00024(pid=158): Launched
22:48:57.110708 run mass: MS start registered {at=660265.404535985, delay=0.0046763429418206215, ms=00024}
22:48:57.616412 run osmo-ms-mob/00025: Starting mobile
22:48:57.631504 run osmo-ms-mob/00025(pid=159): Launched
22:48:57.642384 run mass: MS start registered {at=660265.936203474, delay=0.004693292896263301, ms=00025}
22:48:57.985955 run osmo-ms-mob/00026: Starting mobile
22:48:57.999019 run osmo-ms-mob/00026(pid=160): Launched
22:48:58.009702 run mass: MS start registered {at=660266.303528375, delay=0.004767350968904793, ms=00026}
22:48:58.415103 run osmo-ms-mob/00027: Starting mobile
22:48:58.430488 run osmo-ms-mob/00027(pid=161): Launched
22:48:58.441239 run mass: MS start registered {at=660266.73506809, delay=0.004806466051377356, ms=00027}
22:48:58.699995 run mass: MS performed LU {at=660266.993719613, lu_delay=5.354668959975243, ms=00016}
22:48:58.715010 run osmo-ms-mob/00028: Starting mobile
22:48:58.727851 run osmo-ms-mob/00028(pid=162): Launched
22:48:58.738463 run mass: MS start registered {at=660267.032294753, delay=0.004581221961416304, ms=00028}
22:48:58.745247 run mass: MS performed LU {at=660267.03907323, lu_delay=4.900618590996601, ms=00017}
22:48:58.815823 run mass: MS performed LU {at=660267.109575607, lu_delay=6.0059363200562075, ms=00015}
22:48:59.208751 run osmo-ms-mob/00029: Starting mobile
22:48:59.225268 run osmo-ms-mob/00029(pid=163): Launched
22:48:59.236206 run mass: MS start registered {at=660267.530032309, delay=0.004955444019287825, ms=00029}
22:48:59.599713 run osmo-ms-mob/00030: Starting mobile
22:48:59.613213 run osmo-ms-mob/00030(pid=164): Launched
22:48:59.624437 run mass: MS start registered {at=660267.918264099, delay=0.005247154040262103, ms=00030}
22:48:59.985542 run osmo-ms-mob/00031: Starting mobile
22:48:59.998872 run osmo-ms-mob/00031(pid=165): Launched
22:49:00.009820 run mass: MS start registered {at=660268.303647658, delay=0.004684602026827633, ms=00031}
22:49:00.286032 run osmo-ms-mob/00032: Starting mobile
22:49:00.299048 run osmo-ms-mob/00032(pid=166): Launched
22:49:00.310157 run mass: MS start registered {at=660268.603976101, delay=0.004822408081963658, ms=00032}
22:49:00.481580 run mass: MS performed LU {at=660268.775308696, lu_delay=5.137378689949401, ms=00020}
22:49:00.505728 run mass: MS performed LU {at=660268.799566244, lu_delay=5.696020088973455, ms=00019}
22:49:00.516720 run osmo-ms-mob/00033: Starting mobile
22:49:00.529965 run osmo-ms-mob/00033(pid=167): Launched
22:49:00.541030 run mass: MS start registered {at=660268.834856871, delay=0.0049344380386173725, ms=00033}
22:49:00.563270 run mass: MS performed LU {at=660268.857089247, lu_delay=4.739366533001885, ms=00021}
22:49:00.754344 run mass: MS performed LU {at=660269.048077257, lu_delay=6.301679220050573, ms=00018}
22:49:00.778482 run mass: MS performed LU {at=660269.072320522, lu_delay=4.568304279004224, ms=00022}
22:49:00.811104 run osmo-ms-mob/00034: Starting mobile
22:49:00.825120 run osmo-ms-mob/00034(pid=168): Launched
22:49:00.836033 run mass: MS start registered {at=660269.129862076, delay=0.004887472023256123, ms=00034}
22:49:01.386585 run osmo-ms-mob/00035: Starting mobile
22:49:01.399552 run osmo-ms-mob/00035(pid=169): Launched
22:49:01.410574 run mass: MS start registered {at=660269.704401652, delay=0.00482040795031935, ms=00035}
22:49:01.786565 run osmo-ms-mob/00036: Starting mobile
22:49:01.799382 run osmo-ms-mob/00036(pid=170): Launched
22:49:01.810741 run mass: MS start registered {at=660270.104568206, delay=0.00509289198089391, ms=00036}
22:49:02.186511 run osmo-ms-mob/00037: Starting mobile
22:49:02.199564 run osmo-ms-mob/00037(pid=171): Launched
22:49:02.210806 run mass: MS start registered {at=660270.504631647, delay=0.0051107240142300725, ms=00037}
22:49:02.465742 run mass: MS performed LU {at=660270.759468268, lu_delay=4.82326479407493, ms=00025}
22:49:02.481173 run osmo-ms-mob/00038: Starting mobile
22:49:02.494067 run osmo-ms-mob/00038(pid=172): Launched
22:49:02.504907 run mass: MS start registered {at=660270.798736878, delay=0.004937295918352902, ms=00038}
22:49:02.511296 run mass: MS performed LU {at=660270.805132148, lu_delay=5.400596163002774, ms=00024}
22:49:02.581275 run mass: MS performed LU {at=660270.874997642, lu_delay=5.835276204044931, ms=00023}
22:49:02.610617 run osmo-ms-mob/00039: Starting mobile
22:49:02.623547 run osmo-ms-mob/00039(pid=173): Launched
22:49:02.634273 run mass: MS start registered {at=660270.928104254, delay=0.0047282029408961535, ms=00039}
22:49:02.673106 run mass: MS performed LU {at=660270.966871005, lu_delay=4.663342630024999, ms=00026}
22:49:03.197471 run osmo-ms-mob/00040: Starting mobile
22:49:03.211384 run osmo-ms-mob/00040(pid=174): Launched
22:49:03.223199 run mass: MS start registered {at=660271.517025526, delay=0.005472187069244683, ms=00040}
22:49:03.503032 run osmo-ms-mob/00041: Starting mobile
22:49:03.517076 run osmo-ms-mob/00041(pid=175): Launched
22:49:03.527957 run mass: MS start registered {at=660271.82178549, delay=0.004697329015471041, ms=00041}
22:49:03.804605 run osmo-ms-mob/00042: Starting mobile
22:49:03.819925 run osmo-ms-mob/00042(pid=176): Launched
22:49:03.831057 run mass: MS start registered {at=660272.124881553, delay=0.005166932940483093, ms=00042}
22:49:04.186300 run osmo-ms-mob/00043: Starting mobile
22:49:04.199077 run osmo-ms-mob/00043(pid=177): Launched
22:49:04.209628 run mass: MS start registered {at=660272.503456987, delay=0.004603973007760942, ms=00043}
22:49:04.247442 run mass: MS performed LU {at=660272.541190937, lu_delay=5.806122847017832, ms=00027}
22:49:04.330701 run mass: MS performed LU {at=660272.624426911, lu_delay=5.094394601997919, ms=00029}
22:49:04.358675 run osmo-ms-mob/00044: Starting mobile
22:49:04.371481 run osmo-ms-mob/00044(pid=178): Launched
22:49:04.377617 run mass: MS performed LU {at=660272.671454781, lu_delay=4.753190681920387, ms=00030}
22:49:04.383445 run mass: MS start registered {at=660272.677288047, delay=0.00584876409266144, ms=00044}
22:49:04.501179 run mass: MS performed LU {at=660272.794904107, lu_delay=5.7626093539875, ms=00028}
22:49:04.529886 run osmo-ms-mob/00045: Starting mobile
22:49:04.543083 run osmo-ms-mob/00045(pid=179): Launched
22:49:04.553777 run mass: MS start registered {at=660272.847606968, delay=0.004742076969705522, ms=00045}
22:49:05.099626 run osmo-ms-mob/00046: Starting mobile
22:49:05.113769 run osmo-ms-mob/00046(pid=180): Launched
22:49:05.124704 run mass: MS start registered {at=660273.418532604, delay=0.004845944000408053, ms=00046}
22:49:05.385882 run osmo-ms-mob/00047: Starting mobile
22:49:05.398873 run osmo-ms-mob/00047(pid=181): Launched
22:49:05.409911 run mass: MS start registered {at=660273.703739555, delay=0.004918415914289653, ms=00047}
22:49:05.730639 run osmo-ms-mob/00048: Starting mobile
22:49:05.747375 run osmo-ms-mob/00048(pid=182): Launched
22:49:05.758067 run mass: MS start registered {at=660274.051896642, delay=0.004759550909511745, ms=00048}
22:49:06.000017 run osmo-ms-mob/00049: Starting mobile
22:49:06.013750 run osmo-ms-mob/00049(pid=183): Launched
22:49:06.025161 run mass: MS start registered {at=660274.318985585, delay=0.0054871500469744205, ms=00049}
22:49:06.111801 run mass: MS performed LU {at=660274.405525733, lu_delay=5.275663656997494, ms=00034}
22:49:06.168753 run mass: MS performed LU {at=660274.462478417, lu_delay=5.858502315939404, ms=00032}
22:49:06.194833 run osmo-ms-mob/00050: Starting mobile
22:49:06.207930 run osmo-ms-mob/00050(pid=184): Launched
22:49:06.214210 run mass: MS performed LU {at=660274.508021219, lu_delay=6.2043735610786825, ms=00031}
22:49:06.220067 run mass: MS start registered {at=660274.513908937, delay=0.005916066933423281, ms=00050}
22:49:06.439832 run mass: MS performed LU {at=660274.733554191, lu_delay=5.898697319906205, ms=00033}
22:49:06.727407 run osmo-ms-mob/00051: Starting mobile
22:49:06.744978 run osmo-ms-mob/00051(pid=185): Launched
22:49:06.756161 run mass: MS start registered {at=660275.049989436, delay=0.004933081101626158, ms=00051}
22:49:06.986509 run osmo-ms-mob/00052: Starting mobile
22:49:06.999818 run osmo-ms-mob/00052(pid=186): Launched
22:49:07.010889 run mass: MS start registered {at=660275.304716506, delay=0.004907121998257935, ms=00052}
22:49:07.154529 run mass: MS performed LU {at=660275.448256316, lu_delay=5.743854664033279, ms=00035}
22:49:07.298558 run osmo-ms-mob/00053: Starting mobile
22:49:07.312278 run osmo-ms-mob/00053(pid=187): Launched
22:49:07.319834 run mass: MS performed LU {at=660275.613659804, lu_delay=3.791874313959852, ms=00041}
22:49:07.325895 run mass: MS start registered {at=660275.619735295, delay=0.007414910942316055, ms=00053}
22:49:07.600843 run osmo-ms-mob/00054: Starting mobile
22:49:07.614659 run osmo-ms-mob/00054(pid=188): Launched
22:49:07.625577 run mass: MS start registered {at=660275.919394741, delay=0.004726843908429146, ms=00054}
22:49:07.899532 run osmo-ms-mob/00055: Starting mobile
22:49:07.913459 run osmo-ms-mob/00055(pid=189): Launched
22:49:07.924336 run mass: MS start registered {at=660276.218163435, delay=0.0049225849797949195, ms=00055}
22:49:08.013158 run mass: MS performed LU {at=660276.306895347, lu_delay=4.789869820931926, ms=00040}
22:49:08.037055 run mass: MS performed LU {at=660276.330892191, lu_delay=5.532155313063413, ms=00038}
22:49:08.048238 run osmo-ms-mob/00056: Starting mobile
22:49:08.061753 run osmo-ms-mob/00056(pid=190): Launched
22:49:08.074017 run mass: MS start registered {at=660276.367843308, delay=0.005988270975649357, ms=00056}
22:49:08.105044 run mass: MS performed LU {at=660276.39883105, lu_delay=5.470726796076633, ms=00039}
22:49:08.360171 run mass: MS performed LU {at=660276.653897177, lu_delay=6.149265529937111, ms=00037}
22:49:08.389364 run osmo-ms-mob/00057: Starting mobile
22:49:08.402402 run osmo-ms-mob/00057(pid=191): Launched
22:49:08.413132 run mass: MS start registered {at=660276.706958369, delay=0.004744892008602619, ms=00057}
22:49:08.899755 run osmo-ms-mob/00058: Starting mobile
22:49:08.913274 run osmo-ms-mob/00058(pid=192): Launched
22:49:08.925648 run mass: MS start registered {at=660277.219471103, delay=0.006200481089763343, ms=00058}
22:49:09.204836 run osmo-ms-mob/00059: Starting mobile
22:49:09.219297 run osmo-ms-mob/00059(pid=193): Launched
22:49:09.230511 run mass: MS start registered {at=660277.524333677, delay=0.005004335078410804, ms=00059}
22:49:09.500968 run osmo-ms-mob/00060: Starting mobile
22:49:09.515027 run osmo-ms-mob/00060(pid=194): Launched
22:49:09.525850 run mass: MS start registered {at=660277.819678679, delay=0.004660728038288653, ms=00060}
22:49:09.886749 run osmo-ms-mob/00061: Starting mobile
22:49:09.899986 run osmo-ms-mob/00061(pid=195): Launched
22:49:09.910837 run mass: MS start registered {at=660278.204665064, delay=0.004578158026561141, ms=00061}
22:49:09.932531 run mass: MS performed LU {at=660278.226340909, lu_delay=4.807808305020444, ms=00046}
22:49:09.950805 run mass: MS performed LU {at=660278.244619293, lu_delay=5.741162306047045, ms=00043}
22:49:09.964526 run osmo-ms-mob/00062: Starting mobile
22:49:09.977711 run osmo-ms-mob/00062(pid=196): Launched
22:49:09.984108 run mass: MS performed LU {at=660278.277941033, lu_delay=4.574201478040777, ms=00047}
22:49:09.989965 run mass: MS start registered {at=660278.283806414, delay=0.005883618025109172, ms=00062}
22:49:10.205224 run mass: MS performed LU {at=660278.498947533, lu_delay=5.651340564945713, ms=00045}
22:49:10.233711 run osmo-ms-mob/00063: Starting mobile
22:49:10.246779 run osmo-ms-mob/00063(pid=197): Launched
22:49:10.257540 run mass: MS start registered {at=660278.551368889, delay=0.004837982007302344, ms=00063}
22:49:10.837524 run mass: MS performed LU {at=660279.131236701, lu_delay=7.006355148041621, ms=00042}
22:49:10.866599 run osmo-ms-mob/00064: Starting mobile
22:49:10.880160 run osmo-ms-mob/00064(pid=198): Launched
22:49:10.886289 run mass: MS performed LU {at=660279.18012261, lu_delay=4.861137024941854, ms=00049}
22:49:10.892402 run mass: MS start registered {at=660279.186241859, delay=0.006140075973235071, ms=00064}
22:49:11.018521 run mass: MS performed LU {at=660279.312258335, lu_delay=4.262268898892216, ms=00051}
22:49:11.041240 run mass: MS performed LU {at=660279.335075898, lu_delay=4.821166960988194, ms=00050}
22:49:11.052358 run osmo-ms-mob/00065: Starting mobile
22:49:11.066542 run osmo-ms-mob/00065(pid=199): Launched
22:49:11.077900 run mass: MS start registered {at=660279.371727598, delay=0.005198884988203645, ms=00065}
22:49:11.602353 run osmo-ms-mob/00066: Starting mobile
22:49:11.616303 run osmo-ms-mob/00066(pid=200): Launched
22:49:11.627119 run mass: MS start registered {at=660279.92094281, delay=0.004595275968313217, ms=00066}
22:49:11.871818 run mass: MS performed LU {at=660280.165545544, lu_delay=4.5458102490520105, ms=00053}
22:49:11.895877 run mass: MS performed LU {at=660280.189714683, lu_delay=6.13781804102473, ms=00048}
22:49:11.907638 run osmo-ms-mob/00067: Starting mobile
22:49:11.920792 run osmo-ms-mob/00067(pid=201): Launched
22:49:11.931751 run mass: MS start registered {at=660280.225579196, delay=0.004965796018950641, ms=00067}
22:49:12.321157 run osmo-ms-mob/00068: Starting mobile
22:49:12.340341 run osmo-ms-mob/00068(pid=202): Launched
22:49:12.351438 run mass: MS start registered {at=660280.645262875, delay=0.004942354978993535, ms=00068}
22:49:12.700717 run osmo-ms-mob/00069: Starting mobile
22:49:12.714829 run osmo-ms-mob/00069(pid=203): Launched
22:49:12.726354 run mass: MS start registered {at=660281.020177953, delay=0.005143968970514834, ms=00069}
22:49:12.803093 run mass: MS performed LU {at=660281.09683264, lu_delay=5.792116133961827, ms=00052}
22:49:13.098717 run osmo-ms-mob/00070: Starting mobile
22:49:13.112651 run osmo-ms-mob/00070(pid=204): Launched
22:49:13.123322 run mass: MS start registered {at=660281.417151899, delay=0.00468513194937259, ms=00070}
22:49:13.486809 run osmo-ms-mob/00071: Starting mobile
22:49:13.499897 run osmo-ms-mob/00071(pid=205): Launched
22:49:13.510940 run mass: MS start registered {at=660281.804761344, delay=0.005096025997772813, ms=00071}
22:49:13.661890 run mass: MS performed LU {at=660281.955614731, lu_delay=5.587771422928199, ms=00056}
22:49:13.763654 run mass: MS performed LU {at=660282.057391146, lu_delay=4.837920042918995, ms=00058}
22:49:13.809329 run mass: MS performed LU {at=660282.10307674, lu_delay=5.396118371048942, ms=00057}
22:49:13.832148 run osmo-ms-mob/00072: Starting mobile
22:49:13.845041 run osmo-ms-mob/00072(pid=206): Launched
22:49:13.855911 run mass: MS start registered {at=660282.149743058, delay=0.004922313033603132, ms=00072}
22:49:13.935671 run mass: MS performed LU {at=660282.229392503, lu_delay=6.011229068040848, ms=00055}
22:49:13.956541 run mass: MS performed LU {at=660282.250380051, lu_delay=6.330985310021788, ms=00054}
22:49:13.969917 run mass: MS performed LU {at=660282.263741492, lu_delay=22.32546984194778, ms=00013}
22:49:13.981413 run osmo-ms-mob/00073: Starting mobile
22:49:13.994488 run osmo-ms-mob/00073(pid=207): Launched
22:49:14.005357 run mass: MS start registered {at=660282.299184655, delay=0.0046840530121698976, ms=00073}
22:49:14.697708 run osmo-ms-mob/00074: Starting mobile
22:49:14.712059 run osmo-ms-mob/00074(pid=208): Launched
22:49:14.723213 run mass: MS start registered {at=660283.017043789, delay=0.004666864057071507, ms=00074}
22:49:14.797309 run mass: MS performed LU {at=660283.090929954, lu_delay=4.807123539969325, ms=00062}
22:49:14.840095 run mass: MS performed LU {at=660283.133836063, lu_delay=4.929170998977497, ms=00061}
22:49:14.864264 run mass: MS performed LU {at=660283.158102207, lu_delay=5.338423528010026, ms=00060}
22:49:14.875682 run osmo-ms-mob/00075: Starting mobile
22:49:14.889175 run osmo-ms-mob/00075(pid=209): Launched
22:49:14.900499 run mass: MS start registered {at=660283.194324659, delay=0.005022747907787561, ms=00075}
22:49:14.968039 run mass: MS performed LU {at=660283.261769607, lu_delay=5.737435929942876, ms=00059}
22:49:15.625950 run osmo-ms-mob/00076: Starting mobile
22:49:15.643185 run osmo-ms-mob/00076(pid=210): Launched
22:49:15.649242 run mass: MS performed LU {at=660283.943077595, lu_delay=4.571349996956997, ms=00065}
22:49:15.655189 run mass: MS performed LU {at=660283.949029572, lu_delay=5.397660682909191, ms=00063}
22:49:15.661372 run mass: MS start registered {at=660283.955213728, delay=0.012155211996287107, ms=00076}
22:49:15.667247 run mass: MS performed LU {at=660283.961087773, lu_delay=4.7748459139838815, ms=00064}
22:49:15.678443 run osmo-ms-mob/00077: Starting mobile
22:49:15.691614 run osmo-ms-mob/00077(pid=211): Launched
22:49:15.702697 run mass: MS start registered {at=660283.996525069, delay=0.004619174054823816, ms=00077}
22:49:16.495559 run osmo-ms-mob/00078: Starting mobile
22:49:16.509544 run osmo-ms-mob/00078(pid=212): Launched
22:49:16.520919 run mass: MS start registered {at=660284.814744384, delay=0.0053735109977424145, ms=00078}
22:49:16.885735 run osmo-ms-mob/00079: Starting mobile
22:49:16.898626 run osmo-ms-mob/00079(pid=213): Launched
22:49:16.909337 run mass: MS start registered {at=660285.203167535, delay=0.004768259008415043, ms=00079}
22:49:17.409266 run osmo-ms-mob/00080: Starting mobile
22:49:17.426483 run osmo-ms-mob/00080(pid=214): Launched
22:49:17.437435 run mass: MS start registered {at=660285.731259365, delay=0.004852660931646824, ms=00080}
22:49:17.528890 run mass: MS performed LU {at=660285.822621576, lu_delay=5.177358701010235, ms=00068}
22:49:17.575236 run mass: MS performed LU {at=660285.868961161, lu_delay=4.848783208057284, ms=00069}
22:49:17.644606 run mass: MS performed LU {at=660285.938330833, lu_delay=5.7127516369801015, ms=00067}
22:49:17.668465 run mass: MS performed LU {at=660285.962302744, lu_delay=6.041359934024513, ms=00066}
22:49:17.680143 run osmo-ms-mob/00081: Starting mobile
22:49:17.693080 run osmo-ms-mob/00081(pid=215): Launched
22:49:17.699473 run mass: MS performed LU {at=660285.993289213, lu_delay=4.576137314084917, ms=00070}
22:49:17.706896 run mass: MS start registered {at=660286.000737227, delay=0.007612152025103569, ms=00081}
22:49:18.286274 run osmo-ms-mob/00082: Starting mobile
22:49:18.299568 run osmo-ms-mob/00082(pid=216): Launched
22:49:18.310888 run mass: MS start registered {at=660286.604707209, delay=0.005346177029423416, ms=00082}
22:49:18.885698 run osmo-ms-mob/00083: Starting mobile
22:49:18.899498 run osmo-ms-mob/00083(pid=217): Launched
22:49:18.910253 run mass: MS start registered {at=660287.20405388, delay=0.004727969993837178, ms=00083}
22:49:19.329121 run mass: MS performed LU {at=660287.622844502, lu_delay=5.473101443960331, ms=00072}
22:49:19.385805 run osmo-ms-mob/00084: Starting mobile
22:49:19.401002 run osmo-ms-mob/00084(pid=218): Launched
22:49:19.407030 run mass: MS performed LU {at=660287.700864779, lu_delay=4.6838209899142385, ms=00074}
22:49:19.412823 run mass: MS start registered {at=660287.706665971, delay=0.005818570964038372, ms=00084}
22:49:19.438798 run mass: MS performed LU {at=660287.732613712, lu_delay=5.433429057011381, ms=00073}
22:49:19.602827 run mass: MS performed LU {at=660287.896554228, lu_delay=6.091792884049937, ms=00071}
22:49:19.625833 run mass: MS performed LU {at=660287.919672495, lu_delay=4.725347836036235, ms=00075}
22:49:19.637036 run osmo-ms-mob/00085: Starting mobile
22:49:19.650119 run osmo-ms-mob/00085(pid=219): Launched
22:49:19.660969 run mass: MS start registered {at=660287.954800375, delay=0.004840028006583452, ms=00085}
22:49:20.486762 run osmo-ms-mob/00086: Starting mobile
22:49:20.500228 run osmo-ms-mob/00086(pid=220): Launched
22:49:20.511099 run mass: MS start registered {at=660288.804927444, delay=0.0046563909854739904, ms=00086}
22:49:21.116350 run osmo-ms-mob/00087: Starting mobile
22:49:21.142025 run osmo-ms-mob/00087(pid=221): Launched
22:49:21.153419 run mass: MS start registered {at=660289.447247465, delay=0.004647438996471465, ms=00087}
22:49:21.294999 run mass: MS performed LU {at=660289.588723948, lu_delay=4.773979563964531, ms=00078}
22:49:21.341369 run mass: MS performed LU {at=660289.635072689, lu_delay=5.638547620037571, ms=00077}
22:49:21.410353 run mass: MS performed LU {at=660289.704082773, lu_delay=5.748869044939056, ms=00076}
22:49:21.663898 run mass: MS performed LU {at=660289.957622549, lu_delay=4.754455014015548, ms=00079}
22:49:21.717933 run osmo-ms-mob/00088: Starting mobile
22:49:21.733704 run osmo-ms-mob/00088(pid=222): Launched
22:49:21.744357 run mass: MS start registered {at=660290.038184187, delay=0.004676445038057864, ms=00088}
22:49:22.286573 run osmo-ms-mob/00089: Starting mobile
22:49:22.299967 run osmo-ms-mob/00089(pid=223): Launched
22:49:22.312105 run mass: MS start registered {at=660290.605921491, delay=0.006173977046273649, ms=00089}
22:49:22.886702 run osmo-ms-mob/00090: Starting mobile
22:49:22.900357 run osmo-ms-mob/00090(pid=224): Launched
22:49:22.911311 run mass: MS start registered {at=660291.20513903, delay=0.004963743966072798, ms=00090}
22:49:23.094575 run mass: MS performed LU {at=660291.388301885, lu_delay=5.387564657954499, ms=00081}
22:49:23.159971 run mass: MS performed LU {at=660291.453662853, lu_delay=4.848955643945374, ms=00082}
22:49:23.205333 run mass: MS performed LU {at=660291.499064589, lu_delay=5.767805224051699, ms=00080}
22:49:23.592766 run osmo-ms-mob/00091: Starting mobile
22:49:23.606167 run osmo-ms-mob/00091(pid=225): Launched
22:49:23.617241 run mass: MS start registered {at=660291.91106716, delay=0.005042813951149583, ms=00091}
22:49:24.299410 run osmo-ms-mob/00092: Starting mobile
22:49:24.313507 run osmo-ms-mob/00092(pid=226): Launched
22:49:24.324619 run mass: MS start registered {at=660292.618448007, delay=0.005122840986587107, ms=00092}
22:49:24.354138 run mass: MS performed LU {at=660292.647920921, lu_delay=22.54335271497257, ms=00036}
22:49:24.941270 run mass: MS performed LU {at=660293.234995002, lu_delay=5.280194627004676, ms=00085}
22:49:24.958862 run mass: MS performed LU {at=660293.252615708, lu_delay=5.545949737075716, ms=00084}
22:49:25.003810 run osmo-ms-mob/00093: Starting mobile
22:49:25.019256 run osmo-ms-mob/00093(pid=227): Launched
22:49:25.030496 run mass: MS start registered {at=660293.324323583, delay=0.005297537078149617, ms=00093}
22:49:25.107227 run mass: MS performed LU {at=660293.400953547, lu_delay=6.196899667032994, ms=00083}
22:49:25.467565 run mass: MS performed LU {at=660293.761293613, lu_delay=4.956366169033572, ms=00086}
22:49:25.999271 run osmo-ms-mob/00094: Starting mobile
22:49:26.012996 run osmo-ms-mob/00094(pid=228): Launched
22:49:26.024149 run mass: MS start registered {at=660294.317975147, delay=0.005236457102000713, ms=00094}
22:49:26.860936 run mass: MS performed LU {at=660295.154660094, lu_delay=4.548738602898084, ms=00089}
22:49:26.917028 run osmo-ms-mob/00095: Starting mobile
22:49:26.932725 run osmo-ms-mob/00095(pid=229): Launched
22:49:26.938719 run mass: MS performed LU {at=660295.23255463, lu_delay=5.1943704430013895, ms=00088}
22:49:26.944459 run mass: MS start registered {at=660295.238301771, delay=0.005764115019701421, ms=00095}
22:49:26.971517 run mass: MS performed LU {at=660295.26526195, lu_delay=5.818014484946616, ms=00087}
22:49:27.133419 run mass: MS performed LU {at=660295.427110999, lu_delay=22.74982295196969, ms=00044}
22:49:27.905269 run osmo-ms-mob/00096: Starting mobile
22:49:27.920427 run osmo-ms-mob/00096(pid=230): Launched
22:49:27.931942 run mass: MS start registered {at=660296.22576933, delay=0.005435296101495624, ms=00096}
22:49:28.827423 run mass: MS performed LU {at=660297.121130082, lu_delay=5.915991052053869, ms=00090}
22:49:28.872930 run mass: MS performed LU {at=660297.166653728, lu_delay=5.255586568033323, ms=00091}
22:49:28.895846 run osmo-ms-mob/00097: Starting mobile
22:49:28.908802 run osmo-ms-mob/00097(pid=231): Launched
22:49:28.920014 run mass: MS start registered {at=660297.213844541, delay=0.005218965001404285, ms=00097}
22:49:29.177457 run mass: MS performed LU {at=660297.471160882, lu_delay=4.85271287499927, ms=00092}
22:49:30.318043 run osmo-ms-mob/00098: Starting mobile
22:49:30.334721 run osmo-ms-mob/00098(pid=232): Launched
22:49:30.345626 run mass: MS start registered {at=660298.639455283, delay=0.004924757988192141, ms=00098}
22:49:30.691144 run mass: MS performed LU {at=660298.984866544, lu_delay=5.660542960977182, ms=00093}
22:49:30.736760 run mass: MS performed LU {at=660299.030500226, lu_delay=4.712525078910403, ms=00094}
22:49:32.117745 run osmo-ms-mob/00099: Starting mobile
22:49:32.133689 run osmo-ms-mob/00099(pid=233): Launched
22:49:32.139604 run mass: All started... {duration=55.763785679941066, too_slow=0}
22:49:32.145263 run mass: MS start registered {at=660300.439098291, delay=0.0056519260397180915, ms=00099}
22:49:32.592036 run mass: MS performed LU {at=660300.885760542, lu_delay=5.647458771010861, ms=00095}
22:49:32.638364 run mass: MS performed LU {at=660300.932065194, lu_delay=4.706295863958076, ms=00096}
22:49:34.457364 run mass: MS performed LU {at=660302.751094936, lu_delay=5.537250395049341, ms=00097}
22:49:36.358954 run mass: MS performed LU {at=660304.652682355, lu_delay=6.013227072078735, ms=00098}
22:49:38.223849 run mass: MS performed LU {at=660306.517575585, lu_delay=6.078477294067852, ms=00099}
22:49:38.246624 run mass: Tests done {all_completed=True, max=22.74982295196969, min=3.791874313959852}
22:49:38.252269 tst register_default_mass.py: Test passed (81.1 sec)
22:49:38.257438 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminating (SIGTERM)
22:49:38.260618 run osmo-hlr_127.0.42.2(pid=22): Terminating (SIGTERM)
22:49:38.263737 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminating (SIGTERM)
22:49:38.266874 run osmo-stp_127.0.42.5(pid=24): Terminating (SIGTERM)
22:49:38.270063 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminating (SIGTERM)
22:49:38.273268 run osmo-msc_127.0.42.6(pid=26): Terminating (SIGTERM)
22:49:38.276505 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminating (SIGTERM)
22:49:38.279777 run osmo-mgw_127.0.42.3(pid=28): Terminating (SIGTERM)
22:49:38.283004 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminating (SIGTERM)
22:49:38.286220 run osmo-mgw_127.0.42.4(pid=30): Terminating (SIGTERM)
22:49:38.289418 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminating (SIGTERM)
22:49:38.292627 run osmo-bsc_127.0.42.7(pid=32): Terminating (SIGTERM)
22:49:38.295850 run osmo-bts-virtual(pid=33): Terminating (SIGTERM)
22:49:38.299055 run osmo-ms-virt-phy/00000(pid=34): Terminating (SIGTERM)
22:49:38.302281 run osmo-ms-virt-phy/00001(pid=35): Terminating (SIGTERM)
22:49:38.305494 run osmo-ms-virt-phy/00002(pid=36): Terminating (SIGTERM)
22:49:38.308846 run osmo-ms-virt-phy/00003(pid=37): Terminating (SIGTERM)
22:49:38.312887 run osmo-ms-virt-phy/00004(pid=38): Terminating (SIGTERM)
22:49:38.316155 run osmo-ms-virt-phy/00005(pid=39): Terminating (SIGTERM)
22:49:38.319461 run osmo-ms-virt-phy/00006(pid=40): Terminating (SIGTERM)
22:49:38.322703 run osmo-ms-virt-phy/00007(pid=41): Terminating (SIGTERM)
22:49:38.325929 run osmo-ms-virt-phy/00008(pid=42): Terminating (SIGTERM)
22:49:38.329163 run osmo-ms-virt-phy/00009(pid=43): Terminating (SIGTERM)
22:49:38.332508 run osmo-ms-virt-phy/00010(pid=44): Terminating (SIGTERM)
22:49:38.335810 run osmo-ms-virt-phy/00011(pid=45): Terminating (SIGTERM)
22:49:38.339083 run osmo-ms-virt-phy/00012(pid=46): Terminating (SIGTERM)
22:49:38.342321 run osmo-ms-virt-phy/00013(pid=47): Terminating (SIGTERM)
22:49:38.345540 run osmo-ms-virt-phy/00014(pid=48): Terminating (SIGTERM)
22:49:38.348832 run osmo-ms-virt-phy/00015(pid=49): Terminating (SIGTERM)
22:49:38.352068 run osmo-ms-virt-phy/00016(pid=50): Terminating (SIGTERM)
22:49:38.355583 run osmo-ms-virt-phy/00017(pid=51): Terminating (SIGTERM)
22:49:38.358800 run osmo-ms-virt-phy/00018(pid=52): Terminating (SIGTERM)
22:49:38.362055 run osmo-ms-virt-phy/00019(pid=53): Terminating (SIGTERM)
22:49:38.365662 run osmo-ms-virt-phy/00020(pid=54): Terminating (SIGTERM)
22:49:38.369576 run osmo-ms-virt-phy/00021(pid=55): Terminating (SIGTERM)
22:49:38.372979 run osmo-ms-virt-phy/00022(pid=56): Terminating (SIGTERM)
22:49:38.376352 run osmo-ms-virt-phy/00023(pid=57): Terminating (SIGTERM)
22:49:38.379728 run osmo-ms-virt-phy/00024(pid=58): Terminating (SIGTERM)
22:49:38.383179 run osmo-ms-virt-phy/00025(pid=59): Terminating (SIGTERM)
22:49:38.386607 run osmo-ms-virt-phy/00026(pid=60): Terminating (SIGTERM)
22:49:38.389949 run osmo-ms-virt-phy/00027(pid=61): Terminating (SIGTERM)
22:49:38.393398 run osmo-ms-virt-phy/00028(pid=62): Terminating (SIGTERM)
22:49:38.396740 run osmo-ms-virt-phy/00029(pid=63): Terminating (SIGTERM)
22:49:38.400061 run osmo-ms-virt-phy/00030(pid=64): Terminating (SIGTERM)
22:49:38.403401 run osmo-ms-virt-phy/00031(pid=65): Terminating (SIGTERM)
22:49:38.407240 run osmo-ms-virt-phy/00032(pid=66): Terminating (SIGTERM)
22:49:38.410821 run osmo-ms-virt-phy/00033(pid=67): Terminating (SIGTERM)
22:49:38.414750 run osmo-ms-virt-phy/00034(pid=68): Terminating (SIGTERM)
22:49:38.418099 run osmo-ms-virt-phy/00035(pid=69): Terminating (SIGTERM)
22:49:38.421396 run osmo-ms-virt-phy/00036(pid=70): Terminating (SIGTERM)
22:49:38.424734 run osmo-ms-virt-phy/00037(pid=71): Terminating (SIGTERM)
22:49:38.428073 run osmo-ms-virt-phy/00038(pid=72): Terminating (SIGTERM)
22:49:38.431582 run osmo-ms-virt-phy/00039(pid=73): Terminating (SIGTERM)
22:49:38.434861 run osmo-ms-virt-phy/00040(pid=74): Terminating (SIGTERM)
22:49:38.438231 run osmo-ms-virt-phy/00041(pid=75): Terminating (SIGTERM)
22:49:38.441463 run osmo-ms-virt-phy/00042(pid=76): Terminating (SIGTERM)
22:49:38.444750 run osmo-ms-virt-phy/00043(pid=77): Terminating (SIGTERM)
22:49:38.448029 run osmo-ms-virt-phy/00044(pid=78): Terminating (SIGTERM)
22:49:38.451369 run osmo-ms-virt-phy/00045(pid=79): Terminating (SIGTERM)
22:49:38.454617 run osmo-ms-virt-phy/00046(pid=80): Terminating (SIGTERM)
22:49:38.458106 run osmo-ms-virt-phy/00047(pid=81): Terminating (SIGTERM)
22:49:38.461474 run osmo-ms-virt-phy/00048(pid=82): Terminating (SIGTERM)
22:49:38.464716 run osmo-ms-virt-phy/00049(pid=83): Terminating (SIGTERM)
22:49:38.468008 run osmo-ms-virt-phy/00050(pid=84): Terminating (SIGTERM)
22:49:38.471327 run osmo-ms-virt-phy/00051(pid=85): Terminating (SIGTERM)
22:49:38.474586 run osmo-ms-virt-phy/00052(pid=86): Terminating (SIGTERM)
22:49:38.477854 run osmo-ms-virt-phy/00053(pid=87): Terminating (SIGTERM)
22:49:38.481105 run osmo-ms-virt-phy/00054(pid=88): Terminating (SIGTERM)
22:49:38.484410 run osmo-ms-virt-phy/00055(pid=89): Terminating (SIGTERM)
22:49:38.488245 run osmo-ms-virt-phy/00056(pid=90): Terminating (SIGTERM)
22:49:38.491553 run osmo-ms-virt-phy/00057(pid=91): Terminating (SIGTERM)
22:49:38.494863 run osmo-ms-virt-phy/00058(pid=92): Terminating (SIGTERM)
22:49:38.498167 run osmo-ms-virt-phy/00059(pid=93): Terminating (SIGTERM)
22:49:38.501454 run osmo-ms-virt-phy/00060(pid=94): Terminating (SIGTERM)
22:49:38.504652 run osmo-ms-virt-phy/00061(pid=95): Terminating (SIGTERM)
22:49:38.507932 run osmo-ms-virt-phy/00062(pid=96): Terminating (SIGTERM)
22:49:38.511774 run osmo-ms-virt-phy/00063(pid=97): Terminating (SIGTERM)
22:49:38.515182 run osmo-ms-virt-phy/00064(pid=98): Terminating (SIGTERM)
22:49:38.518557 run osmo-ms-virt-phy/00065(pid=99): Terminating (SIGTERM)
22:49:38.521803 run osmo-ms-virt-phy/00066(pid=100): Terminating (SIGTERM)
22:49:38.525185 run osmo-ms-virt-phy/00067(pid=101): Terminating (SIGTERM)
22:49:38.528484 run osmo-ms-virt-phy/00068(pid=102): Terminating (SIGTERM)
22:49:38.531711 run osmo-ms-virt-phy/00069(pid=103): Terminating (SIGTERM)
22:49:38.534912 run osmo-ms-virt-phy/00070(pid=104): Terminating (SIGTERM)
22:49:38.538110 run osmo-ms-virt-phy/00071(pid=105): Terminating (SIGTERM)
22:49:38.541383 run osmo-ms-virt-phy/00072(pid=106): Terminating (SIGTERM)
22:49:38.544672 run osmo-ms-virt-phy/00073(pid=107): Terminating (SIGTERM)
22:49:38.548554 run osmo-ms-virt-phy/00074(pid=108): Terminating (SIGTERM)
22:49:38.551967 run osmo-ms-virt-phy/00075(pid=109): Terminating (SIGTERM)
22:49:38.555700 run osmo-ms-virt-phy/00076(pid=110): Terminating (SIGTERM)
22:49:38.559062 run osmo-ms-virt-phy/00077(pid=111): Terminating (SIGTERM)
22:49:38.562445 run osmo-ms-virt-phy/00078(pid=112): Terminating (SIGTERM)
22:49:38.565714 run osmo-ms-virt-phy/00079(pid=113): Terminating (SIGTERM)
22:49:38.569576 run osmo-ms-virt-phy/00080(pid=114): Terminating (SIGTERM)
22:49:38.572875 run osmo-ms-virt-phy/00081(pid=115): Terminating (SIGTERM)
22:49:38.576212 run osmo-ms-virt-phy/00082(pid=116): Terminating (SIGTERM)
22:49:38.579545 run osmo-ms-virt-phy/00083(pid=117): Terminating (SIGTERM)
22:49:38.582867 run osmo-ms-virt-phy/00084(pid=118): Terminating (SIGTERM)
22:49:38.586216 run osmo-ms-virt-phy/00085(pid=119): Terminating (SIGTERM)
22:49:38.589503 run osmo-ms-virt-phy/00086(pid=120): Terminating (SIGTERM)
22:49:38.592828 run osmo-ms-virt-phy/00087(pid=121): Terminating (SIGTERM)
22:49:38.596157 run osmo-ms-virt-phy/00088(pid=122): Terminating (SIGTERM)
22:49:38.599477 run osmo-ms-virt-phy/00089(pid=123): Terminating (SIGTERM)
22:49:38.602880 run osmo-ms-virt-phy/00090(pid=124): Terminating (SIGTERM)
22:49:38.606230 run osmo-ms-virt-phy/00091(pid=125): Terminating (SIGTERM)
22:49:38.609558 run osmo-ms-virt-phy/00092(pid=126): Terminating (SIGTERM)
22:49:38.612895 run osmo-ms-virt-phy/00093(pid=127): Terminating (SIGTERM)
22:49:38.616228 run osmo-ms-virt-phy/00094(pid=128): Terminating (SIGTERM)
22:49:38.619584 run osmo-ms-virt-phy/00095(pid=129): Terminating (SIGTERM)
22:49:38.622929 run osmo-ms-virt-phy/00096(pid=130): Terminating (SIGTERM)
22:49:38.626270 run osmo-ms-virt-phy/00097(pid=131): Terminating (SIGTERM)
22:49:38.630034 run osmo-ms-virt-phy/00098(pid=132): Terminating (SIGTERM)
22:49:38.633390 run osmo-ms-virt-phy/00099(pid=133): Terminating (SIGTERM)
22:49:38.636730 run osmo-ms-mob/00000(pid=134): Terminating (SIGTERM)
22:49:38.640065 run osmo-ms-mob/00001(pid=135): Terminating (SIGTERM)
22:49:38.643401 run osmo-ms-mob/00002(pid=136): Terminating (SIGTERM)
22:49:38.646696 run osmo-ms-mob/00003(pid=137): Terminating (SIGTERM)
22:49:38.649870 run osmo-ms-mob/00004(pid=138): Terminating (SIGTERM)
22:49:38.653053 run osmo-ms-mob/00005(pid=139): Terminating (SIGTERM)
22:49:38.656236 run osmo-ms-mob/00006(pid=140): Terminating (SIGTERM)
22:49:38.659423 run osmo-ms-mob/00007(pid=141): Terminating (SIGTERM)
22:49:38.662607 run osmo-ms-mob/00008(pid=142): Terminating (SIGTERM)
22:49:38.665791 run osmo-ms-mob/00009(pid=143): Terminating (SIGTERM)
22:49:38.668977 run osmo-ms-mob/00010(pid=144): Terminating (SIGTERM)
22:49:38.672153 run osmo-ms-mob/00011(pid=145): Terminating (SIGTERM)
22:49:38.675331 run osmo-ms-mob/00012(pid=146): Terminating (SIGTERM)
22:49:38.678508 run osmo-ms-mob/00013(pid=147): Terminating (SIGTERM)
22:49:38.681679 run osmo-ms-mob/00014(pid=148): Terminating (SIGTERM)
22:49:38.684869 run osmo-ms-mob/00015(pid=149): Terminating (SIGTERM)
22:49:38.688076 run osmo-ms-mob/00016(pid=150): Terminating (SIGTERM)
22:49:38.691257 run osmo-ms-mob/00017(pid=151): Terminating (SIGTERM)
22:49:38.694432 run osmo-ms-mob/00018(pid=152): Terminating (SIGTERM)
22:49:38.697604 run osmo-ms-mob/00019(pid=153): Terminating (SIGTERM)
22:49:38.700799 run osmo-ms-mob/00020(pid=154): Terminating (SIGTERM)
22:49:38.703989 run osmo-ms-mob/00021(pid=155): Terminating (SIGTERM)
22:49:38.707172 run osmo-ms-mob/00022(pid=156): Terminating (SIGTERM)
22:49:38.710354 run osmo-ms-mob/00023(pid=157): Terminating (SIGTERM)
22:49:38.713527 run osmo-ms-mob/00024(pid=158): Terminating (SIGTERM)
22:49:38.716646 run osmo-ms-mob/00025(pid=159): Terminating (SIGTERM)
22:49:38.719761 run osmo-ms-mob/00026(pid=160): Terminating (SIGTERM)
22:49:38.722869 run osmo-ms-mob/00027(pid=161): Terminating (SIGTERM)
22:49:38.725971 run osmo-ms-mob/00028(pid=162): Terminating (SIGTERM)
22:49:38.729095 run osmo-ms-mob/00029(pid=163): Terminating (SIGTERM)
22:49:38.732210 run osmo-ms-mob/00030(pid=164): Terminating (SIGTERM)
22:49:38.735332 run osmo-ms-mob/00031(pid=165): Terminating (SIGTERM)
22:49:38.738448 run osmo-ms-mob/00032(pid=166): Terminating (SIGTERM)
22:49:38.741555 run osmo-ms-mob/00033(pid=167): Terminating (SIGTERM)
22:49:38.744667 run osmo-ms-mob/00034(pid=168): Terminating (SIGTERM)
22:49:38.747783 run osmo-ms-mob/00035(pid=169): Terminating (SIGTERM)
22:49:38.750941 run osmo-ms-mob/00036(pid=170): Terminating (SIGTERM)
22:49:38.754105 run osmo-ms-mob/00037(pid=171): Terminating (SIGTERM)
22:49:38.757274 run osmo-ms-mob/00038(pid=172): Terminating (SIGTERM)
22:49:38.760456 run osmo-ms-mob/00039(pid=173): Terminating (SIGTERM)
22:49:38.763621 run osmo-ms-mob/00040(pid=174): Terminating (SIGTERM)
22:49:38.766778 run osmo-ms-mob/00041(pid=175): Terminating (SIGTERM)
22:49:38.769931 run osmo-ms-mob/00042(pid=176): Terminating (SIGTERM)
22:49:38.773098 run osmo-ms-mob/00043(pid=177): Terminating (SIGTERM)
22:49:38.776264 run osmo-ms-mob/00044(pid=178): Terminating (SIGTERM)
22:49:38.779438 run osmo-ms-mob/00045(pid=179): Terminating (SIGTERM)
22:49:38.782616 run osmo-ms-mob/00046(pid=180): Terminating (SIGTERM)
22:49:38.785784 run osmo-ms-mob/00047(pid=181): Terminating (SIGTERM)
22:49:38.788944 run osmo-ms-mob/00048(pid=182): Terminating (SIGTERM)
22:49:38.792126 run osmo-ms-mob/00049(pid=183): Terminating (SIGTERM)
22:49:38.795297 run osmo-ms-mob/00050(pid=184): Terminating (SIGTERM)
22:49:38.798473 run osmo-ms-mob/00051(pid=185): Terminating (SIGTERM)
22:49:38.801653 run osmo-ms-mob/00052(pid=186): Terminating (SIGTERM)
22:49:38.804821 run osmo-ms-mob/00053(pid=187): Terminating (SIGTERM)
22:49:38.807998 run osmo-ms-mob/00054(pid=188): Terminating (SIGTERM)
22:49:38.811180 run osmo-ms-mob/00055(pid=189): Terminating (SIGTERM)
22:49:38.814347 run osmo-ms-mob/00056(pid=190): Terminating (SIGTERM)
22:49:38.817510 run osmo-ms-mob/00057(pid=191): Terminating (SIGTERM)
22:49:38.820681 run osmo-ms-mob/00058(pid=192): Terminating (SIGTERM)
22:49:38.823852 run osmo-ms-mob/00059(pid=193): Terminating (SIGTERM)
22:49:38.827023 run osmo-ms-mob/00060(pid=194): Terminating (SIGTERM)
22:49:38.830191 run osmo-ms-mob/00061(pid=195): Terminating (SIGTERM)
22:49:38.833349 run osmo-ms-mob/00062(pid=196): Terminating (SIGTERM)
22:49:38.836525 run osmo-ms-mob/00063(pid=197): Terminating (SIGTERM)
22:49:38.839696 run osmo-ms-mob/00064(pid=198): Terminating (SIGTERM)
22:49:38.842871 run osmo-ms-mob/00065(pid=199): Terminating (SIGTERM)
22:49:38.846042 run osmo-ms-mob/00066(pid=200): Terminating (SIGTERM)
22:49:38.849210 run osmo-ms-mob/00067(pid=201): Terminating (SIGTERM)
22:49:38.852380 run osmo-ms-mob/00068(pid=202): Terminating (SIGTERM)
22:49:38.855544 run osmo-ms-mob/00069(pid=203): Terminating (SIGTERM)
22:49:38.858716 run osmo-ms-mob/00070(pid=204): Terminating (SIGTERM)
22:49:38.861880 run osmo-ms-mob/00071(pid=205): Terminating (SIGTERM)
22:49:38.865055 run osmo-ms-mob/00072(pid=206): Terminating (SIGTERM)
22:49:38.868214 run osmo-ms-mob/00073(pid=207): Terminating (SIGTERM)
22:49:38.871374 run osmo-ms-mob/00074(pid=208): Terminating (SIGTERM)
22:49:38.874552 run osmo-ms-mob/00075(pid=209): Terminating (SIGTERM)
22:49:38.877729 run osmo-ms-mob/00076(pid=210): Terminating (SIGTERM)
22:49:38.880909 run osmo-ms-mob/00077(pid=211): Terminating (SIGTERM)
22:49:38.884087 run osmo-ms-mob/00078(pid=212): Terminating (SIGTERM)
22:49:38.887251 run osmo-ms-mob/00079(pid=213): Terminating (SIGTERM)
22:49:38.890424 run osmo-ms-mob/00080(pid=214): Terminating (SIGTERM)
22:49:38.893595 run osmo-ms-mob/00081(pid=215): Terminating (SIGTERM)
22:49:38.896771 run osmo-ms-mob/00082(pid=216): Terminating (SIGTERM)
22:49:38.899948 run osmo-ms-mob/00083(pid=217): Terminating (SIGTERM)
22:49:38.903116 run osmo-ms-mob/00084(pid=218): Terminating (SIGTERM)
22:49:38.906282 run osmo-ms-mob/00085(pid=219): Terminating (SIGTERM)
22:49:38.909453 run osmo-ms-mob/00086(pid=220): Terminating (SIGTERM)
22:49:38.912615 run osmo-ms-mob/00087(pid=221): Terminating (SIGTERM)
22:49:38.915781 run osmo-ms-mob/00088(pid=222): Terminating (SIGTERM)
22:49:38.918948 run osmo-ms-mob/00089(pid=223): Terminating (SIGTERM)
22:49:38.922113 run osmo-ms-mob/00090(pid=224): Terminating (SIGTERM)
22:49:38.925284 run osmo-ms-mob/00091(pid=225): Terminating (SIGTERM)
22:49:38.928459 run osmo-ms-mob/00092(pid=226): Terminating (SIGTERM)
22:49:38.931631 run osmo-ms-mob/00093(pid=227): Terminating (SIGTERM)
22:49:38.934801 run osmo-ms-mob/00094(pid=228): Terminating (SIGTERM)
22:49:38.937970 run osmo-ms-mob/00095(pid=229): Terminating (SIGTERM)
22:49:38.941150 run osmo-ms-mob/00096(pid=230): Terminating (SIGTERM)
22:49:38.944316 run osmo-ms-mob/00097(pid=231): Terminating (SIGTERM)
22:49:38.947491 run osmo-ms-mob/00098(pid=232): Terminating (SIGTERM)
22:49:38.950660 run osmo-ms-mob/00099(pid=233): Terminating (SIGTERM)
22:49:38.953846 --- ParallelTerminationStrategy: PID 21 died...
22:49:38.955294 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminated: ok {rc=0}
22:49:38.958813 --- ParallelTerminationStrategy: PID 22 died...
22:49:38.960233 run osmo-hlr_127.0.42.2(pid=22): Terminated: ok {rc=0}
22:49:38.963752 --- ParallelTerminationStrategy: PID 23 died...
22:49:38.965180 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminated: ok {rc=0}
22:49:38.968696 --- ParallelTerminationStrategy: PID 24 died...
22:49:38.970121 run osmo-stp_127.0.42.5(pid=24): Terminated: ok {rc=0}
22:49:38.973636 --- ParallelTerminationStrategy: PID 25 died...
22:49:38.975075 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminated: ok {rc=0}
22:49:38.978633 --- ParallelTerminationStrategy: PID 26 died...
22:49:38.980076 run osmo-msc_127.0.42.6(pid=26): Terminated: ok {rc=0}
22:49:38.983623 --- ParallelTerminationStrategy: PID 27 died...
22:49:38.985060 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminated: ok {rc=0}
22:49:38.988631 --- ParallelTerminationStrategy: PID 28 died...
22:49:38.990067 run osmo-mgw_127.0.42.3(pid=28): Terminated {rc=15}
22:49:38.993642 --- ParallelTerminationStrategy: PID 29 died...
22:49:38.995087 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminated: ok {rc=0}
22:49:38.998645 --- ParallelTerminationStrategy: PID 30 died...
22:49:39.000083 run osmo-mgw_127.0.42.4(pid=30): Terminated {rc=15}
22:49:39.003663 --- ParallelTerminationStrategy: PID 31 died...
22:49:39.005104 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminated: ok {rc=0}
22:49:39.008677 --- ParallelTerminationStrategy: PID 32 died...
22:49:39.010128 run osmo-bsc_127.0.42.7(pid=32): Terminated: ok {rc=0}
22:49:39.013692 --- ParallelTerminationStrategy: PID 34 died...
22:49:39.015148 run osmo-ms-virt-phy/00000(pid=34): Terminated: ok {rc=0}
22:49:39.018724 --- ParallelTerminationStrategy: PID 35 died...
22:49:39.020178 run osmo-ms-virt-phy/00001(pid=35): Terminated: ok {rc=0}
22:49:39.023744 --- ParallelTerminationStrategy: PID 36 died...
22:49:39.025187 run osmo-ms-virt-phy/00002(pid=36): Terminated: ok {rc=0}
22:49:39.028747 --- ParallelTerminationStrategy: PID 37 died...
22:49:39.030186 run osmo-ms-virt-phy/00003(pid=37): Terminated: ok {rc=0}
22:49:39.033735 --- ParallelTerminationStrategy: PID 38 died...
22:49:39.035189 run osmo-ms-virt-phy/00004(pid=38): Terminated: ok {rc=0}
22:49:39.038746 --- ParallelTerminationStrategy: PID 39 died...
22:49:39.040182 run osmo-ms-virt-phy/00005(pid=39): Terminated: ok {rc=0}
22:49:39.043771 --- ParallelTerminationStrategy: PID 40 died...
22:49:39.045216 run osmo-ms-virt-phy/00006(pid=40): Terminated: ok {rc=0}
22:49:39.048770 --- ParallelTerminationStrategy: PID 41 died...
22:49:39.050214 run osmo-ms-virt-phy/00007(pid=41): Terminated: ok {rc=0}
22:49:39.053755 --- ParallelTerminationStrategy: PID 42 died...
22:49:39.055195 run osmo-ms-virt-phy/00008(pid=42): Terminated: ok {rc=0}
22:49:39.058755 --- ParallelTerminationStrategy: PID 43 died...
22:49:39.060187 run osmo-ms-virt-phy/00009(pid=43): Terminated: ok {rc=0}
22:49:39.063712 --- ParallelTerminationStrategy: PID 44 died...
22:49:39.065146 run osmo-ms-virt-phy/00010(pid=44): Terminated: ok {rc=0}
22:49:39.068686 --- ParallelTerminationStrategy: PID 45 died...
22:49:39.070117 run osmo-ms-virt-phy/00011(pid=45): Terminated: ok {rc=0}
22:49:39.073637 --- ParallelTerminationStrategy: PID 46 died...
22:49:39.075068 run osmo-ms-virt-phy/00012(pid=46): Terminated: ok {rc=0}
22:49:39.078599 --- ParallelTerminationStrategy: PID 47 died...
22:49:39.080027 run osmo-ms-virt-phy/00013(pid=47): Terminated: ok {rc=0}
22:49:39.083561 --- ParallelTerminationStrategy: PID 48 died...
22:49:39.084992 run osmo-ms-virt-phy/00014(pid=48): Terminated: ok {rc=0}
22:49:39.088521 --- ParallelTerminationStrategy: PID 49 died...
22:49:39.089958 run osmo-ms-virt-phy/00015(pid=49): Terminated: ok {rc=0}
22:49:39.093483 --- ParallelTerminationStrategy: PID 50 died...
22:49:39.094939 run osmo-ms-virt-phy/00016(pid=50): Terminated: ok {rc=0}
22:49:39.098471 --- ParallelTerminationStrategy: PID 51 died...
22:49:39.099912 run osmo-ms-virt-phy/00017(pid=51): Terminated: ok {rc=0}
22:49:39.103456 --- ParallelTerminationStrategy: PID 52 died...
22:49:39.104885 run osmo-ms-virt-phy/00018(pid=52): Terminated: ok {rc=0}
22:49:39.108410 --- ParallelTerminationStrategy: PID 53 died...
22:49:39.109830 run osmo-ms-virt-phy/00019(pid=53): Terminated: ok {rc=0}
22:49:39.113363 --- ParallelTerminationStrategy: PID 54 died...
22:49:39.114788 run osmo-ms-virt-phy/00020(pid=54): Terminated: ok {rc=0}
22:49:39.118310 --- ParallelTerminationStrategy: PID 55 died...
22:49:39.119738 run osmo-ms-virt-phy/00021(pid=55): Terminated: ok {rc=0}
22:49:39.123266 --- ParallelTerminationStrategy: PID 56 died...
22:49:39.124693 run osmo-ms-virt-phy/00022(pid=56): Terminated: ok {rc=0}
22:49:39.128216 --- ParallelTerminationStrategy: PID 57 died...
22:49:39.129642 run osmo-ms-virt-phy/00023(pid=57): Terminated: ok {rc=0}
22:49:39.133154 --- ParallelTerminationStrategy: PID 58 died...
22:49:39.134588 run osmo-ms-virt-phy/00024(pid=58): Terminated: ok {rc=0}
22:49:39.138105 --- ParallelTerminationStrategy: PID 59 died...
22:49:39.139532 run osmo-ms-virt-phy/00025(pid=59): Terminated: ok {rc=0}
22:49:39.143050 --- ParallelTerminationStrategy: PID 60 died...
22:49:39.144474 run osmo-ms-virt-phy/00026(pid=60): Terminated: ok {rc=0}
22:49:39.148025 --- ParallelTerminationStrategy: PID 61 died...
22:49:39.149449 run osmo-ms-virt-phy/00027(pid=61): Terminated: ok {rc=0}
22:49:39.152972 --- ParallelTerminationStrategy: PID 62 died...
22:49:39.154417 run osmo-ms-virt-phy/00028(pid=62): Terminated: ok {rc=0}
22:49:39.157947 --- ParallelTerminationStrategy: PID 63 died...
22:49:39.159374 run osmo-ms-virt-phy/00029(pid=63): Terminated: ok {rc=0}
22:49:39.162894 --- ParallelTerminationStrategy: PID 64 died...
22:49:39.164322 run osmo-ms-virt-phy/00030(pid=64): Terminated: ok {rc=0}
22:49:39.167845 --- ParallelTerminationStrategy: PID 65 died...
22:49:39.169277 run osmo-ms-virt-phy/00031(pid=65): Terminated: ok {rc=0}
22:49:39.172804 --- ParallelTerminationStrategy: PID 66 died...
22:49:39.174227 run osmo-ms-virt-phy/00032(pid=66): Terminated: ok {rc=0}
22:49:39.177753 --- ParallelTerminationStrategy: PID 67 died...
22:49:39.179187 run osmo-ms-virt-phy/00033(pid=67): Terminated: ok {rc=0}
22:49:39.182715 --- ParallelTerminationStrategy: PID 68 died...
22:49:39.184141 run osmo-ms-virt-phy/00034(pid=68): Terminated: ok {rc=0}
22:49:39.187693 --- ParallelTerminationStrategy: PID 69 died...
22:49:39.189118 run osmo-ms-virt-phy/00035(pid=69): Terminated: ok {rc=0}
22:49:39.192641 --- ParallelTerminationStrategy: PID 70 died...
22:49:39.194069 run osmo-ms-virt-phy/00036(pid=70): Terminated: ok {rc=0}
22:49:39.197599 --- ParallelTerminationStrategy: PID 71 died...
22:49:39.199024 run osmo-ms-virt-phy/00037(pid=71): Terminated: ok {rc=0}
22:49:39.202555 --- ParallelTerminationStrategy: PID 72 died...
22:49:39.203986 run osmo-ms-virt-phy/00038(pid=72): Terminated: ok {rc=0}
22:49:39.207505 --- ParallelTerminationStrategy: PID 73 died...
22:49:39.208933 run osmo-ms-virt-phy/00039(pid=73): Terminated: ok {rc=0}
22:49:39.212459 --- ParallelTerminationStrategy: PID 74 died...
22:49:39.213892 run osmo-ms-virt-phy/00040(pid=74): Terminated: ok {rc=0}
22:49:39.217417 --- ParallelTerminationStrategy: PID 75 died...
22:49:39.218848 run osmo-ms-virt-phy/00041(pid=75): Terminated: ok {rc=0}
22:49:39.222367 --- ParallelTerminationStrategy: PID 76 died...
22:49:39.223795 run osmo-ms-virt-phy/00042(pid=76): Terminated: ok {rc=0}
22:49:39.227325 --- ParallelTerminationStrategy: PID 77 died...
22:49:39.228759 run osmo-ms-virt-phy/00043(pid=77): Terminated: ok {rc=0}
22:49:39.232295 --- ParallelTerminationStrategy: PID 78 died...
22:49:39.233718 run osmo-ms-virt-phy/00044(pid=78): Terminated: ok {rc=0}
22:49:39.237257 --- ParallelTerminationStrategy: PID 79 died...
22:49:39.238691 run osmo-ms-virt-phy/00045(pid=79): Terminated: ok {rc=0}
22:49:39.242221 --- ParallelTerminationStrategy: PID 80 died...
22:49:39.243655 run osmo-ms-virt-phy/00046(pid=80): Terminated: ok {rc=0}
22:49:39.247178 --- ParallelTerminationStrategy: PID 81 died...
22:49:39.248601 run osmo-ms-virt-phy/00047(pid=81): Terminated: ok {rc=0}
22:49:39.252148 --- ParallelTerminationStrategy: PID 82 died...
22:49:39.253578 run osmo-ms-virt-phy/00048(pid=82): Terminated: ok {rc=0}
22:49:39.257105 --- ParallelTerminationStrategy: PID 83 died...
22:49:39.258541 run osmo-ms-virt-phy/00049(pid=83): Terminated: ok {rc=0}
22:49:39.262056 --- ParallelTerminationStrategy: PID 84 died...
22:49:39.263482 run osmo-ms-virt-phy/00050(pid=84): Terminated: ok {rc=0}
22:49:39.267018 --- ParallelTerminationStrategy: PID 85 died...
22:49:39.268455 run osmo-ms-virt-phy/00051(pid=85): Terminated: ok {rc=0}
22:49:39.271986 --- ParallelTerminationStrategy: PID 86 died...
22:49:39.273414 run osmo-ms-virt-phy/00052(pid=86): Terminated: ok {rc=0}
22:49:39.276954 --- ParallelTerminationStrategy: PID 87 died...
22:49:39.278385 run osmo-ms-virt-phy/00053(pid=87): Terminated: ok {rc=0}
22:49:39.281928 --- ParallelTerminationStrategy: PID 88 died...
22:49:39.283379 run osmo-ms-virt-phy/00054(pid=88): Terminated: ok {rc=0}
22:49:39.286914 --- ParallelTerminationStrategy: PID 89 died...
22:49:39.288344 run osmo-ms-virt-phy/00055(pid=89): Terminated: ok {rc=0}
22:49:39.291878 --- ParallelTerminationStrategy: PID 90 died...
22:49:39.293310 run osmo-ms-virt-phy/00056(pid=90): Terminated: ok {rc=0}
22:49:39.296837 --- ParallelTerminationStrategy: PID 91 died...
22:49:39.298273 run osmo-ms-virt-phy/00057(pid=91): Terminated: ok {rc=0}
22:49:39.301794 --- ParallelTerminationStrategy: PID 92 died...
22:49:39.303228 run osmo-ms-virt-phy/00058(pid=92): Terminated: ok {rc=0}
22:49:39.306761 --- ParallelTerminationStrategy: PID 93 died...
22:49:39.308188 run osmo-ms-virt-phy/00059(pid=93): Terminated: ok {rc=0}
22:49:39.311721 --- ParallelTerminationStrategy: PID 94 died...
22:49:39.313153 run osmo-ms-virt-phy/00060(pid=94): Terminated: ok {rc=0}
22:49:39.316690 --- ParallelTerminationStrategy: PID 95 died...
22:49:39.318118 run osmo-ms-virt-phy/00061(pid=95): Terminated: ok {rc=0}
22:49:39.321638 --- ParallelTerminationStrategy: PID 96 died...
22:49:39.323078 run osmo-ms-virt-phy/00062(pid=96): Terminated: ok {rc=0}
22:49:39.326594 --- ParallelTerminationStrategy: PID 97 died...
22:49:39.328029 run osmo-ms-virt-phy/00063(pid=97): Terminated: ok {rc=0}
22:49:39.331560 --- ParallelTerminationStrategy: PID 98 died...
22:49:39.332994 run osmo-ms-virt-phy/00064(pid=98): Terminated: ok {rc=0}
22:49:39.336532 --- ParallelTerminationStrategy: PID 99 died...
22:49:39.337963 run osmo-ms-virt-phy/00065(pid=99): Terminated: ok {rc=0}
22:49:39.341483 --- ParallelTerminationStrategy: PID 100 died...
22:49:39.342918 run osmo-ms-virt-phy/00066(pid=100): Terminated: ok {rc=0}
22:49:39.346466 --- ParallelTerminationStrategy: PID 101 died...
22:49:39.347898 run osmo-ms-virt-phy/00067(pid=101): Terminated: ok {rc=0}
22:49:39.351440 --- ParallelTerminationStrategy: PID 102 died...
22:49:39.352873 run osmo-ms-virt-phy/00068(pid=102): Terminated: ok {rc=0}
22:49:39.356414 --- ParallelTerminationStrategy: PID 103 died...
22:49:39.357837 run osmo-ms-virt-phy/00069(pid=103): Terminated: ok {rc=0}
22:49:39.361364 --- ParallelTerminationStrategy: PID 104 died...
22:49:39.362810 run osmo-ms-virt-phy/00070(pid=104): Terminated: ok {rc=0}
22:49:39.366340 --- ParallelTerminationStrategy: PID 105 died...
22:49:39.367768 run osmo-ms-virt-phy/00071(pid=105): Terminated: ok {rc=0}
22:49:39.371294 --- ParallelTerminationStrategy: PID 106 died...
22:49:39.372724 run osmo-ms-virt-phy/00072(pid=106): Terminated: ok {rc=0}
22:49:39.376256 --- ParallelTerminationStrategy: PID 107 died...
22:49:39.377688 run osmo-ms-virt-phy/00073(pid=107): Terminated: ok {rc=0}
22:49:39.381212 --- ParallelTerminationStrategy: PID 108 died...
22:49:39.382667 run osmo-ms-virt-phy/00074(pid=108): Terminated: ok {rc=0}
22:49:39.386187 --- ParallelTerminationStrategy: PID 109 died...
22:49:39.387609 run osmo-ms-virt-phy/00075(pid=109): Terminated: ok {rc=0}
22:49:39.391158 --- ParallelTerminationStrategy: PID 110 died...
22:49:39.392590 run osmo-ms-virt-phy/00076(pid=110): Terminated: ok {rc=0}
22:49:39.396125 --- ParallelTerminationStrategy: PID 111 died...
22:49:39.397557 run osmo-ms-virt-phy/00077(pid=111): Terminated: ok {rc=0}
22:49:39.401074 --- ParallelTerminationStrategy: PID 112 died...
22:49:39.402507 run osmo-ms-virt-phy/00078(pid=112): Terminated: ok {rc=0}
22:49:39.406033 --- ParallelTerminationStrategy: PID 113 died...
22:49:39.407467 run osmo-ms-virt-phy/00079(pid=113): Terminated: ok {rc=0}
22:49:39.411015 --- ParallelTerminationStrategy: PID 114 died...
22:49:39.412445 run osmo-ms-virt-phy/00080(pid=114): Terminated: ok {rc=0}
22:49:39.415967 --- ParallelTerminationStrategy: PID 115 died...
22:49:39.417401 run osmo-ms-virt-phy/00081(pid=115): Terminated: ok {rc=0}
22:49:39.420949 --- ParallelTerminationStrategy: PID 116 died...
22:49:39.422386 run osmo-ms-virt-phy/00082(pid=116): Terminated: ok {rc=0}
22:49:39.425911 --- ParallelTerminationStrategy: PID 117 died...
22:49:39.427351 run osmo-ms-virt-phy/00083(pid=117): Terminated: ok {rc=0}
22:49:39.430880 --- ParallelTerminationStrategy: PID 118 died...
22:49:39.432308 run osmo-ms-virt-phy/00084(pid=118): Terminated: ok {rc=0}
22:49:39.435861 --- ParallelTerminationStrategy: PID 119 died...
22:49:39.437293 run osmo-ms-virt-phy/00085(pid=119): Terminated: ok {rc=0}
22:49:39.440820 --- ParallelTerminationStrategy: PID 120 died...
22:49:39.442255 run osmo-ms-virt-phy/00086(pid=120): Terminated: ok {rc=0}
22:49:39.445772 --- ParallelTerminationStrategy: PID 121 died...
22:49:39.447203 run osmo-ms-virt-phy/00087(pid=121): Terminated: ok {rc=0}
22:49:39.450749 --- ParallelTerminationStrategy: PID 122 died...
22:49:39.452171 run osmo-ms-virt-phy/00088(pid=122): Terminated: ok {rc=0}
22:49:39.455694 --- ParallelTerminationStrategy: PID 123 died...
22:49:39.457116 run osmo-ms-virt-phy/00089(pid=123): Terminated: ok {rc=0}
22:49:39.460639 --- ParallelTerminationStrategy: PID 124 died...
22:49:39.462076 run osmo-ms-virt-phy/00090(pid=124): Terminated: ok {rc=0}
22:49:39.465591 --- ParallelTerminationStrategy: PID 125 died...
22:49:39.467044 run osmo-ms-virt-phy/00091(pid=125): Terminated: ok {rc=0}
22:49:39.470567 --- ParallelTerminationStrategy: PID 126 died...
22:49:39.472001 run osmo-ms-virt-phy/00092(pid=126): Terminated: ok {rc=0}
22:49:39.475561 --- ParallelTerminationStrategy: PID 127 died...
22:49:39.476990 run osmo-ms-virt-phy/00093(pid=127): Terminated: ok {rc=0}
22:49:39.480520 --- ParallelTerminationStrategy: PID 128 died...
22:49:39.481955 run osmo-ms-virt-phy/00094(pid=128): Terminated: ok {rc=0}
22:49:39.485481 --- ParallelTerminationStrategy: PID 129 died...
22:49:39.486912 run osmo-ms-virt-phy/00095(pid=129): Terminated: ok {rc=0}
22:49:39.490452 --- ParallelTerminationStrategy: PID 130 died...
22:49:39.491887 run osmo-ms-virt-phy/00096(pid=130): Terminated: ok {rc=0}
22:49:39.495453 --- ParallelTerminationStrategy: PID 131 died...
22:49:39.496888 run osmo-ms-virt-phy/00097(pid=131): Terminated: ok {rc=0}
22:49:39.500419 --- ParallelTerminationStrategy: PID 132 died...
22:49:39.501854 run osmo-ms-virt-phy/00098(pid=132): Terminated: ok {rc=0}
22:49:39.505384 --- ParallelTerminationStrategy: PID 133 died...
22:49:39.506847 run osmo-ms-virt-phy/00099(pid=133): Terminated: ok {rc=0}
22:49:39.510386 --- ParallelTerminationStrategy: PID 134 died...
22:49:39.511823 run osmo-ms-mob/00000(pid=134): Terminated {rc=26112}
22:49:39.515371 --- ParallelTerminationStrategy: PID 135 died...
22:49:39.516802 run osmo-ms-mob/00001(pid=135): Terminated {rc=26112}
22:49:39.520326 --- ParallelTerminationStrategy: PID 136 died...
22:49:39.521756 run osmo-ms-mob/00002(pid=136): Terminated {rc=26112}
22:49:39.525301 --- ParallelTerminationStrategy: PID 137 died...
22:49:39.526733 run osmo-ms-mob/00003(pid=137): Terminated {rc=26112}
22:49:39.530275 --- ParallelTerminationStrategy: PID 138 died...
22:49:39.531700 run osmo-ms-mob/00004(pid=138): Terminated {rc=26112}
22:49:39.535208 --- ParallelTerminationStrategy: PID 139 died...
22:49:39.536632 run osmo-ms-mob/00005(pid=139): Terminated {rc=26112}
22:49:39.540184 --- ParallelTerminationStrategy: PID 140 died...
22:49:39.541601 run osmo-ms-mob/00006(pid=140): Terminated {rc=26112}
22:49:39.545125 --- ParallelTerminationStrategy: PID 141 died...
22:49:39.546563 run osmo-ms-mob/00007(pid=141): Terminated {rc=26112}
22:49:39.550082 --- ParallelTerminationStrategy: PID 142 died...
22:49:39.551512 run osmo-ms-mob/00008(pid=142): Terminated {rc=26112}
22:49:39.555047 --- ParallelTerminationStrategy: PID 143 died...
22:49:39.556466 run osmo-ms-mob/00009(pid=143): Terminated {rc=26112}
22:49:39.560000 --- ParallelTerminationStrategy: PID 144 died...
22:49:39.561414 run osmo-ms-mob/00010(pid=144): Terminated {rc=26112}
22:49:39.564949 --- ParallelTerminationStrategy: PID 145 died...
22:49:39.566378 run osmo-ms-mob/00011(pid=145): Terminated {rc=26112}
22:49:39.569900 --- ParallelTerminationStrategy: PID 146 died...
22:49:39.571343 run osmo-ms-mob/00012(pid=146): Terminated {rc=26112}
22:49:39.574872 --- ParallelTerminationStrategy: PID 147 died...
22:49:39.576293 run osmo-ms-mob/00013(pid=147): Terminated {rc=26112}
22:49:39.579842 --- ParallelTerminationStrategy: PID 148 died...
22:49:39.581277 run osmo-ms-mob/00014(pid=148): Terminated {rc=26112}
22:49:39.584805 --- ParallelTerminationStrategy: PID 149 died...
22:49:39.586238 run osmo-ms-mob/00015(pid=149): Terminated {rc=26112}
22:49:39.589768 --- ParallelTerminationStrategy: PID 150 died...
22:49:39.591208 run osmo-ms-mob/00016(pid=150): Terminated {rc=26112}
22:49:39.594737 --- ParallelTerminationStrategy: PID 151 died...
22:49:39.596160 run osmo-ms-mob/00017(pid=151): Terminated {rc=26112}
22:49:39.599704 --- ParallelTerminationStrategy: PID 152 died...
22:49:39.601135 run osmo-ms-mob/00018(pid=152): Terminated {rc=26112}
22:49:39.604678 --- ParallelTerminationStrategy: PID 153 died...
22:49:39.606104 run osmo-ms-mob/00019(pid=153): Terminated {rc=26112}
22:49:39.609633 --- ParallelTerminationStrategy: PID 154 died...
22:49:39.611060 run osmo-ms-mob/00020(pid=154): Terminated {rc=26112}
22:49:39.614565 --- ParallelTerminationStrategy: PID 155 died...
22:49:39.615995 run osmo-ms-mob/00021(pid=155): Terminated {rc=26112}
22:49:39.619531 --- ParallelTerminationStrategy: PID 156 died...
22:49:39.620946 run osmo-ms-mob/00022(pid=156): Terminated {rc=26112}
22:49:39.624470 --- ParallelTerminationStrategy: PID 157 died...
22:49:39.625891 run osmo-ms-mob/00023(pid=157): Terminated {rc=26112}
22:49:39.629416 --- ParallelTerminationStrategy: PID 158 died...
22:49:39.630839 run osmo-ms-mob/00024(pid=158): Terminated {rc=26112}
22:49:39.634359 --- ParallelTerminationStrategy: PID 159 died...
22:49:39.635774 run osmo-ms-mob/00025(pid=159): Terminated {rc=26112}
22:49:39.639310 --- ParallelTerminationStrategy: PID 160 died...
22:49:39.640731 run osmo-ms-mob/00026(pid=160): Terminated {rc=26112}
22:49:39.644275 --- ParallelTerminationStrategy: PID 161 died...
22:49:39.645700 run osmo-ms-mob/00027(pid=161): Terminated {rc=26112}
22:49:39.649216 --- ParallelTerminationStrategy: PID 162 died...
22:49:39.650652 run osmo-ms-mob/00028(pid=162): Terminated {rc=26112}
22:49:39.654157 --- ParallelTerminationStrategy: PID 163 died...
22:49:39.655572 run osmo-ms-mob/00029(pid=163): Terminated {rc=26112}
22:49:39.659100 --- ParallelTerminationStrategy: PID 164 died...
22:49:39.660515 run osmo-ms-mob/00030(pid=164): Terminated {rc=26112}
22:49:39.664044 --- ParallelTerminationStrategy: PID 165 died...
22:49:39.665461 run osmo-ms-mob/00031(pid=165): Terminated {rc=26112}
22:49:39.668974 --- ParallelTerminationStrategy: PID 166 died...
22:49:39.670404 run osmo-ms-mob/00032(pid=166): Terminated {rc=26112}
22:49:39.673929 --- ParallelTerminationStrategy: PID 167 died...
22:49:39.675350 run osmo-ms-mob/00033(pid=167): Terminated {rc=26112}
22:49:39.678869 --- ParallelTerminationStrategy: PID 168 died...
22:49:39.680284 run osmo-ms-mob/00034(pid=168): Terminated {rc=26112}
22:49:39.683798 --- ParallelTerminationStrategy: PID 169 died...
22:49:39.685215 run osmo-ms-mob/00035(pid=169): Terminated {rc=26112}
22:49:39.688740 --- ParallelTerminationStrategy: PID 170 died...
22:49:39.690170 run osmo-ms-mob/00036(pid=170): Terminated {rc=26112}
22:49:39.693695 --- ParallelTerminationStrategy: PID 171 died...
22:49:39.695124 run osmo-ms-mob/00037(pid=171): Terminated {rc=26112}
22:49:39.698665 --- ParallelTerminationStrategy: PID 172 died...
22:49:39.700092 run osmo-ms-mob/00038(pid=172): Terminated {rc=26112}
22:49:39.703623 --- ParallelTerminationStrategy: PID 173 died...
22:49:39.705041 run osmo-ms-mob/00039(pid=173): Terminated {rc=26112}
22:49:39.708560 --- ParallelTerminationStrategy: PID 174 died...
22:49:39.709977 run osmo-ms-mob/00040(pid=174): Terminated {rc=26112}
22:49:39.713506 --- ParallelTerminationStrategy: PID 175 died...
22:49:39.714930 run osmo-ms-mob/00041(pid=175): Terminated {rc=26112}
22:49:39.718464 --- ParallelTerminationStrategy: PID 176 died...
22:49:39.719880 run osmo-ms-mob/00042(pid=176): Terminated {rc=26112}
22:49:39.723397 --- ParallelTerminationStrategy: PID 177 died...
22:49:39.724806 run osmo-ms-mob/00043(pid=177): Terminated {rc=26112}
22:49:39.728335 --- ParallelTerminationStrategy: PID 178 died...
22:49:39.729753 run osmo-ms-mob/00044(pid=178): Terminated {rc=26112}
22:49:39.733296 --- ParallelTerminationStrategy: PID 179 died...
22:49:39.734716 run osmo-ms-mob/00045(pid=179): Terminated {rc=26112}
22:49:39.738250 --- ParallelTerminationStrategy: PID 180 died...
22:49:39.739661 run osmo-ms-mob/00046(pid=180): Terminated {rc=26112}
22:49:39.743177 --- ParallelTerminationStrategy: PID 181 died...
22:49:39.744598 run osmo-ms-mob/00047(pid=181): Terminated {rc=26112}
22:49:39.748134 --- ParallelTerminationStrategy: PID 182 died...
22:49:39.749550 run osmo-ms-mob/00048(pid=182): Terminated {rc=26112}
22:49:39.753076 --- ParallelTerminationStrategy: PID 183 died...
22:49:39.754500 run osmo-ms-mob/00049(pid=183): Terminated {rc=26112}
22:49:39.758012 --- ParallelTerminationStrategy: PID 184 died...
22:49:39.759427 run osmo-ms-mob/00050(pid=184): Terminated {rc=26112}
22:49:39.762948 --- ParallelTerminationStrategy: PID 185 died...
22:49:39.764380 run osmo-ms-mob/00051(pid=185): Terminated {rc=26112}
22:49:39.767917 --- ParallelTerminationStrategy: PID 186 died...
22:49:39.769332 run osmo-ms-mob/00052(pid=186): Terminated {rc=26112}
22:49:39.772904 --- ParallelTerminationStrategy: PID 187 died...
22:49:39.774348 run osmo-ms-mob/00053(pid=187): Terminated {rc=26112}
22:49:39.777906 --- ParallelTerminationStrategy: PID 188 died...
22:49:39.779341 run osmo-ms-mob/00054(pid=188): Terminated {rc=26112}
22:49:39.782908 --- ParallelTerminationStrategy: PID 189 died...
22:49:39.784336 run osmo-ms-mob/00055(pid=189): Terminated {rc=26112}
22:49:39.787908 --- ParallelTerminationStrategy: PID 190 died...
22:49:39.789347 run osmo-ms-mob/00056(pid=190): Terminated {rc=26112}
22:49:39.792903 --- ParallelTerminationStrategy: PID 191 died...
22:49:39.794336 run osmo-ms-mob/00057(pid=191): Terminated {rc=26112}
22:49:39.797898 --- ParallelTerminationStrategy: PID 192 died...
22:49:39.799351 run osmo-ms-mob/00058(pid=192): Terminated {rc=26112}
22:49:39.802921 --- ParallelTerminationStrategy: PID 193 died...
22:49:39.804353 run osmo-ms-mob/00059(pid=193): Terminated {rc=26112}
22:49:39.807948 --- ParallelTerminationStrategy: PID 194 died...
22:49:39.809388 run osmo-ms-mob/00060(pid=194): Terminated {rc=26112}
22:49:39.812952 --- ParallelTerminationStrategy: PID 195 died...
22:49:39.814392 run osmo-ms-mob/00061(pid=195): Terminated {rc=26112}
22:49:39.817961 --- ParallelTerminationStrategy: PID 196 died...
22:49:39.819417 run osmo-ms-mob/00062(pid=196): Terminated {rc=26112}
22:49:39.822952 --- ParallelTerminationStrategy: PID 197 died...
22:49:39.824374 run osmo-ms-mob/00063(pid=197): Terminated {rc=26112}
22:49:39.827907 --- ParallelTerminationStrategy: PID 198 died...
22:49:39.829330 run osmo-ms-mob/00064(pid=198): Terminated {rc=26112}
22:49:39.832840 --- ParallelTerminationStrategy: PID 199 died...
22:49:39.834254 run osmo-ms-mob/00065(pid=199): Terminated {rc=26112}
22:49:39.837773 --- ParallelTerminationStrategy: PID 200 died...
22:49:39.839199 run osmo-ms-mob/00066(pid=200): Terminated {rc=26112}
22:49:39.842738 --- ParallelTerminationStrategy: PID 201 died...
22:49:39.844153 run osmo-ms-mob/00067(pid=201): Terminated {rc=26112}
22:49:39.847680 --- ParallelTerminationStrategy: PID 202 died...
22:49:39.849104 run osmo-ms-mob/00068(pid=202): Terminated {rc=26112}
22:49:39.852662 --- ParallelTerminationStrategy: PID 203 died...
22:49:39.854085 run osmo-ms-mob/00069(pid=203): Terminated {rc=26112}
22:49:39.857613 --- ParallelTerminationStrategy: PID 204 died...
22:49:39.859061 run osmo-ms-mob/00070(pid=204): Terminated {rc=26112}
22:49:39.862600 --- ParallelTerminationStrategy: PID 205 died...
22:49:39.864027 run osmo-ms-mob/00071(pid=205): Terminated {rc=26112}
22:49:39.867565 --- ParallelTerminationStrategy: PID 206 died...
22:49:39.868980 run osmo-ms-mob/00072(pid=206): Terminated {rc=26112}
22:49:39.872513 --- ParallelTerminationStrategy: PID 207 died...
22:49:39.873935 run osmo-ms-mob/00073(pid=207): Terminated {rc=26112}
22:49:39.877471 --- ParallelTerminationStrategy: PID 208 died...
22:49:39.878906 run osmo-ms-mob/00074(pid=208): Terminated {rc=26112}
22:49:39.882430 --- ParallelTerminationStrategy: PID 209 died...
22:49:39.883849 run osmo-ms-mob/00075(pid=209): Terminated {rc=26112}
22:49:39.887376 --- ParallelTerminationStrategy: PID 210 died...
22:49:39.888796 run osmo-ms-mob/00076(pid=210): Terminated {rc=26112}
22:49:39.892349 --- ParallelTerminationStrategy: PID 211 died...
22:49:39.893766 run osmo-ms-mob/00077(pid=211): Terminated {rc=26112}
22:49:39.897296 --- ParallelTerminationStrategy: PID 212 died...
22:49:39.898730 run osmo-ms-mob/00078(pid=212): Terminated {rc=26112}
22:49:39.902264 --- ParallelTerminationStrategy: PID 213 died...
22:49:39.903678 run osmo-ms-mob/00079(pid=213): Terminated {rc=26112}
22:49:39.907204 --- ParallelTerminationStrategy: PID 214 died...
22:49:39.908621 run osmo-ms-mob/00080(pid=214): Terminated {rc=26112}
22:49:39.912158 --- ParallelTerminationStrategy: PID 215 died...
22:49:39.913581 run osmo-ms-mob/00081(pid=215): Terminated {rc=26112}
22:49:39.917112 --- ParallelTerminationStrategy: PID 216 died...
22:49:39.918536 run osmo-ms-mob/00082(pid=216): Terminated {rc=26112}
22:49:39.922058 --- ParallelTerminationStrategy: PID 217 died...
22:49:39.923489 run osmo-ms-mob/00083(pid=217): Terminated {rc=26112}
22:49:39.927010 --- ParallelTerminationStrategy: PID 218 died...
22:49:39.928429 run osmo-ms-mob/00084(pid=218): Terminated {rc=26112}
22:49:39.931959 --- ParallelTerminationStrategy: PID 219 died...
22:49:39.933386 run osmo-ms-mob/00085(pid=219): Terminated {rc=26112}
22:49:39.936938 --- ParallelTerminationStrategy: PID 220 died...
22:49:39.938361 run osmo-ms-mob/00086(pid=220): Terminated {rc=26112}
22:49:39.941885 --- ParallelTerminationStrategy: PID 221 died...
22:49:39.943315 run osmo-ms-mob/00087(pid=221): Terminated {rc=26112}
22:49:39.946900 --- ParallelTerminationStrategy: PID 222 died...
22:49:39.948318 run osmo-ms-mob/00088(pid=222): Terminated {rc=26112}
22:49:39.951853 --- ParallelTerminationStrategy: PID 223 died...
22:49:39.953296 run osmo-ms-mob/00089(pid=223): Terminated {rc=26112}
22:49:39.956834 --- ParallelTerminationStrategy: PID 224 died...
22:49:39.958253 run osmo-ms-mob/00090(pid=224): Terminated {rc=26112}
22:49:39.961785 --- ParallelTerminationStrategy: PID 225 died...
22:49:39.963217 run osmo-ms-mob/00091(pid=225): Terminated {rc=26112}
22:49:39.966767 --- ParallelTerminationStrategy: PID 226 died...
22:49:39.968189 run osmo-ms-mob/00092(pid=226): Terminated {rc=26112}
22:49:39.971726 --- ParallelTerminationStrategy: PID 227 died...
22:49:39.973148 run osmo-ms-mob/00093(pid=227): Terminated {rc=26112}
22:49:39.976684 --- ParallelTerminationStrategy: PID 228 died...
22:49:39.978107 run osmo-ms-mob/00094(pid=228): Terminated {rc=26112}
22:49:39.981633 --- ParallelTerminationStrategy: PID 229 died...
22:49:39.983072 run osmo-ms-mob/00095(pid=229): Terminated {rc=26112}
22:49:39.986607 --- ParallelTerminationStrategy: PID 230 died...
22:49:39.988029 run osmo-ms-mob/00096(pid=230): Terminated {rc=26112}
22:49:39.991569 --- ParallelTerminationStrategy: PID 231 died...
22:49:39.992990 run osmo-ms-mob/00097(pid=231): Terminated {rc=26112}
22:49:39.996525 --- ParallelTerminationStrategy: PID 232 died...
22:49:39.997941 run osmo-ms-mob/00098(pid=232): Terminated {rc=26112}
22:49:40.001484 --- ParallelTerminationStrategy: PID 233 died...
22:49:40.002925 run osmo-ms-mob/00099(pid=233): Terminated {rc=26112}
22:49:43.407228 --- ParallelTerminationStrategy: PID 33 died...
22:49:43.413580 run osmo-bts-virtual(pid=33): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8342 netreg_mass PASS
---------------------------------------------------------------------
22:49:43.478016 tst trial-8342: Storing JUnit report in /build/trial-8342/run.2026-05-25_22-48-16/trial-8342.xml
--------------------------------------------------------------------------------------------
trial-8342 PASS
--------------------------------------------------------------------------------------------
22:49:43.488131 tst trial-8342: trial-8342: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8342/inst
+ cd trial-8342
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-05-25 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8342-run.tgz run.2026-05-25_22-48-16
+ tar czf /build/trial-8342-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-05-25_13_26_58.tgz osmo-bts-oc2g.build-2026-05-25_00_51_46.tgz osmo-bts-sysmo.build-2026-05-25_00_51_48.tgz osmo-bts.build-2026-05-25_00_51_46.tgz osmo-ggsn.build-2026-05-25_20_42_39.tgz osmo-hlr.build-2026-05-25_16_36_55.tgz osmo-hnbgw.build-2026-05-25_13_31_01.tgz osmo-mgw.build-2026-05-25_08_33_08.tgz osmo-msc.build-2026-05-25_13_35_41.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-05-25_07_34_51.tgz osmo-pcu-sysmo.build-2026-05-25_07_34_46.tgz osmo-pcu.build-2026-05-25_07_34_49.tgz osmo-sgsn.build-2026-05-25_20_48_09.tgz osmo-stp.build-2026-05-25_13_25_32.tgz osmo-trx.build-2026-05-25_14_21_57.tgz osmocom-bb.build-2026-05-25_21_18_01.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