This log is too long to show here, 14 KB has been skipped — click to see the complete log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins466045613187365212.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-8305
+ 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
290ae4c ttcn3-bts-test: write bts logs to tmpfs
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
--build-arg USER=osmocom-build \
--build-arg UID=1000 \
--build-arg REGISTRY=docker.io \
--build-arg OSMO_TTCN3_BRANCH=master \
--build-arg UPSTREAM_DISTRO=debian:bookworm \
--build-arg DISTRO=debian-bookworm \
--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
--build-arg OSMOCOM_REPO_VERSION=latest \
--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--build-arg LIBOSMOCORE_BRANCH=master \
--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_S1GW_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.0s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.1s
#7 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#7 CACHED
#8 [ 8/28] RUN MKDIR /var/run/sshd
#8 CACHED
#9 [ 2/28] RUN useradd -ms /bin/bash jenkins
#9 CACHED
#10 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#10 CACHED
#11 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#11 CACHED
#12 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#12 CACHED
#13 [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
#13 CACHED
#14 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#14 CACHED
#15 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#15 CACHED
#16 [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
#16 CACHED
#17 [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
#17 CACHED
#18 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#18 CACHED
#19 [20/28] WORKDIR /TMP
#19 CACHED
#20 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#20 CACHED
#21 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#21 CACHED
#22 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#22 CACHED
#23 [ 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
#23 CACHED
#24 [ 9/28] COPY SSH /root/.ssh
#24 CACHED
#25 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#25 CACHED
#26 [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
#26 CACHED
#27 [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
#27 CACHED
#28 [ 3/28] RUN groupadd osmo-gsm-tester
#28 CACHED
#29 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#29 CACHED
#30 [14/28] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8
#30 CACHED
#31 [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
#31 CACHED
#32 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:4abe751b7daf39c8a263391e4055ad8a50cf6716a7392b63bf08544caa832482 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8306 -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-04-19 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8306
+ mkdir -p trial-8306
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-04-19_13_26_43.tgz osmo-bts-oc2g.build-2026-04-19_00_52_05.tgz osmo-bts-sysmo.build-2026-04-19_00_51_52.tgz osmo-bts.build-2026-04-19_00_52_08.tgz osmo-ggsn.build-2026-04-19_20_42_55.tgz osmo-hlr.build-2026-04-19_16_37_06.tgz osmo-hnbgw.build-2026-04-19_13_29_26.tgz osmo-mgw.build-2026-04-19_08_33_55.tgz osmo-msc.build-2026-04-19_13_33_20.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-04-19_07_35_03.tgz osmo-pcu-sysmo.build-2026-04-19_07_35_00.tgz osmo-pcu.build-2026-04-19_07_35_00.tgz osmo-sgsn.build-2026-04-19_20_48_26.tgz osmo-stp.build-2026-04-19_13_23_11.tgz osmo-trx.build-2026-04-19_14_21_30.tgz osmocom-bb.build-2026-04-19_21_17_19.tgz srslte.build-19.tgz trial-8306
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-04-19_13_26_43.md5 osmo-bts-oc2g.build-2026-04-19_00_52_05.md5 osmo-bts-sysmo.build-2026-04-19_00_51_52.md5 osmo-bts.build-2026-04-19_00_52_08.md5 osmo-ggsn.build-2026-04-19_20_42_55.md5 osmo-hlr.build-2026-04-19_16_37_06.md5 osmo-hnbgw.build-2026-04-19_13_29_26.md5 osmo-mgw.build-2026-04-19_08_33_55.md5 osmo-msc.build-2026-04-19_13_33_20.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-04-19_07_35_03.md5 osmo-pcu-sysmo.build-2026-04-19_07_35_00.md5 osmo-pcu.build-2026-04-19_07_35_00.md5 osmo-sgsn.build-2026-04-19_20_48_26.md5 osmo-stp.build-2026-04-19_13_23_11.md5 osmo-trx.build-2026-04-19_14_21_30.md5 osmocom-bb.build-2026-04-19_21_17_19.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-04-19_13_26_43.md5 osmo-bts-oc2g.build-2026-04-19_00_52_05.md5 osmo-bts-sysmo.build-2026-04-19_00_51_52.md5 osmo-bts.build-2026-04-19_00_52_08.md5 osmo-ggsn.build-2026-04-19_20_42_55.md5 osmo-hlr.build-2026-04-19_16_37_06.md5 osmo-hnbgw.build-2026-04-19_13_29_26.md5 osmo-mgw.build-2026-04-19_08_33_55.md5 osmo-msc.build-2026-04-19_13_33_20.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-04-19_07_35_03.md5 osmo-pcu-sysmo.build-2026-04-19_07_35_00.md5 osmo-pcu.build-2026-04-19_07_35_00.md5 osmo-sgsn.build-2026-04-19_20_48_26.md5 osmo-stp.build-2026-04-19_13_23_11.md5 osmo-trx.build-2026-04-19_14_21_30.md5 osmocom-bb.build-2026-04-19_21_17_19.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-8306 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8306'
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-8306
--------------------------------------------------------------------------------------------
22:48:18.930552 tst trial-8306: Detailed log at /build/trial-8306/run.2026-04-19_22-48-18/log
---------------------------------------------------------------------
trial-8306 netreg_mass
---------------------------------------------------------------------
22:48:19.137493 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:19.137863 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:19.138625 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:19.139784 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:19.181115 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:19.181973 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:19.183122 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:19.245667 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-8306 netreg_mass register_default_mass.py
----------------------------------------------
22:48:19.246433 tst register_default_mass.py:9: Claiming resources for the test
22:48:19.261469 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.261983 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.262457 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.262888 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.263320 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.263794 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.264239 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:19.294853 tst register_default_mass.py: using LAC 2
22:48:19.316481 tst register_default_mass.py: using RAC 2
22:48:19.342895 tst register_default_mass.py: using CellId 2
22:48:19.372388 tst register_default_mass.py: using BVCI 3
22:48:19.386010 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.386689 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.387250 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.387803 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.388299 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.388815 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.389314 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.389826 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.390347 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.390864 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.391371 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.391890 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.392427 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.392947 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.393456 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.393985 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.394496 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.395003 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.395521 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.396036 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.396540 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.397068 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.397582 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.398088 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.398606 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.399113 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.399617 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.400137 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.400653 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.401164 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.401680 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.402195 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.402704 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.403239 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.403769 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.404286 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.404813 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.405330 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.405839 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.406353 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.406860 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.407364 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.407886 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.408401 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.408906 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.409405 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.409916 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.410433 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.410935 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.411460 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.411977 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.412483 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.412983 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.413502 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.414002 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.414499 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.414996 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.415515 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.416013 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.416502 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.416997 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.417497 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.418000 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.418498 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.419002 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.419500 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.420007 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.420521 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.421021 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.421523 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.422026 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.422531 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.423110 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.423627 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.424138 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.424650 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.425148 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.425651 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.426152 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.426654 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.427146 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.427670 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.428174 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.428668 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.429172 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.429666 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.430156 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.430657 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.431158 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.431661 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.432167 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.432673 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.433182 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.433699 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.434203 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.434699 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.435195 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.435705 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.436213 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.436714 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.437206 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.437781 tst register_default_mass.py:21: Launching a simple network
22:48:19.447677 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.566697 run create_hlr_db(pid=20): Launched
22:48:20.581041 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:20.597051 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:20.612213 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:20.617892 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.813766 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:20.828759 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:20.834319 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:21.254332 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:21.269674 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:24.284604 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:24.412866 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:24.427936 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:24.433520 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:24.456568 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:24.471567 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:24.477231 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:24.791458 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:24.809098 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:30.846703 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:31.018815 run osmo-bts-virtual(pid=34): Launched
22:48:32.054720 tst register_default_mass.py: using MSISDN 1001
22:48:32.064557 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:32.103692 tst register_default_mass.py: using MSISDN 1002
22:48:32.121860 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:32.152271 tst register_default_mass.py: using MSISDN 1003
22:48:32.166663 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:32.196938 tst register_default_mass.py: using MSISDN 1004
22:48:32.211300 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:32.241392 tst register_default_mass.py: using MSISDN 1005
22:48:32.255558 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:32.285651 tst register_default_mass.py: using MSISDN 1006
22:48:32.299689 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:32.329720 tst register_default_mass.py: using MSISDN 1007
22:48:32.343627 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:32.373556 tst register_default_mass.py: using MSISDN 1008
22:48:32.387338 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:32.416177 tst register_default_mass.py: using MSISDN 1009
22:48:32.429712 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:32.458779 tst register_default_mass.py: using MSISDN 1010
22:48:32.472211 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:32.501201 tst register_default_mass.py: using MSISDN 1011
22:48:32.514780 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:32.543986 tst register_default_mass.py: using MSISDN 1012
22:48:32.554185 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:32.584243 tst register_default_mass.py: using MSISDN 1013
22:48:32.599436 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:32.629369 tst register_default_mass.py: using MSISDN 1014
22:48:32.643235 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:32.673687 tst register_default_mass.py: using MSISDN 1015
22:48:32.687786 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:32.718543 tst register_default_mass.py: using MSISDN 1016
22:48:32.728400 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:32.758743 tst register_default_mass.py: using MSISDN 1017
22:48:32.774175 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:32.804325 tst register_default_mass.py: using MSISDN 1018
22:48:32.818456 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.848212 tst register_default_mass.py: using MSISDN 1019
22:48:32.862343 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.892483 tst register_default_mass.py: using MSISDN 1020
22:48:32.906581 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.936580 tst register_default_mass.py: using MSISDN 1021
22:48:32.950647 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.988604 tst register_default_mass.py: using MSISDN 1022
22:48:33.005908 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:33.035685 tst register_default_mass.py: using MSISDN 1023
22:48:33.049602 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:33.079636 tst register_default_mass.py: using MSISDN 1024
22:48:33.093805 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:33.122903 tst register_default_mass.py: using MSISDN 1025
22:48:33.136460 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:33.166538 tst register_default_mass.py: using MSISDN 1026
22:48:33.180333 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:33.209724 tst register_default_mass.py: using MSISDN 1027
22:48:33.223393 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:33.252822 tst register_default_mass.py: using MSISDN 1028
22:48:33.266076 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:33.295112 tst register_default_mass.py: using MSISDN 1029
22:48:33.308684 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:33.337855 tst register_default_mass.py: using MSISDN 1030
22:48:33.351409 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:33.380505 tst register_default_mass.py: using MSISDN 1031
22:48:33.394007 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:33.423236 tst register_default_mass.py: using MSISDN 1032
22:48:33.436875 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:33.465912 tst register_default_mass.py: using MSISDN 1033
22:48:33.479318 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.508617 tst register_default_mass.py: using MSISDN 1034
22:48:33.522145 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.551027 tst register_default_mass.py: using MSISDN 1035
22:48:33.564385 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.593521 tst register_default_mass.py: using MSISDN 1036
22:48:33.606916 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.635910 tst register_default_mass.py: using MSISDN 1037
22:48:33.649243 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.678439 tst register_default_mass.py: using MSISDN 1038
22:48:33.691994 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.721031 tst register_default_mass.py: using MSISDN 1039
22:48:33.734348 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:33.763462 tst register_default_mass.py: using MSISDN 1040
22:48:33.776971 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:33.805925 tst register_default_mass.py: using MSISDN 1041
22:48:33.819397 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:33.848544 tst register_default_mass.py: using MSISDN 1042
22:48:33.862012 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.890859 tst register_default_mass.py: using MSISDN 1043
22:48:33.904225 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:33.933427 tst register_default_mass.py: using MSISDN 1044
22:48:33.946997 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:33.976029 tst register_default_mass.py: using MSISDN 1045
22:48:33.989545 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:34.018611 tst register_default_mass.py: using MSISDN 1046
22:48:34.032119 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:34.061215 tst register_default_mass.py: using MSISDN 1047
22:48:34.074666 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:34.103530 tst register_default_mass.py: using MSISDN 1048
22:48:34.116924 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:34.146050 tst register_default_mass.py: using MSISDN 1049
22:48:34.159425 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:34.188413 tst register_default_mass.py: using MSISDN 1050
22:48:34.202016 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:34.230906 tst register_default_mass.py: using MSISDN 1051
22:48:34.244225 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:34.273560 tst register_default_mass.py: using MSISDN 1052
22:48:34.287032 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:34.316063 tst register_default_mass.py: using MSISDN 1053
22:48:34.329482 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:34.358407 tst register_default_mass.py: using MSISDN 1054
22:48:34.371884 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:34.400653 tst register_default_mass.py: using MSISDN 1055
22:48:34.414083 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:34.443412 tst register_default_mass.py: using MSISDN 1056
22:48:34.456933 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:34.486047 tst register_default_mass.py: using MSISDN 1057
22:48:34.499655 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:34.528754 tst register_default_mass.py: using MSISDN 1058
22:48:34.542323 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:34.571360 tst register_default_mass.py: using MSISDN 1059
22:48:34.584755 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:34.613926 tst register_default_mass.py: using MSISDN 1060
22:48:34.627453 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:34.656411 tst register_default_mass.py: using MSISDN 1061
22:48:34.669897 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:34.698964 tst register_default_mass.py: using MSISDN 1062
22:48:34.712458 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:34.741419 tst register_default_mass.py: using MSISDN 1063
22:48:34.754739 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:34.783900 tst register_default_mass.py: using MSISDN 1064
22:48:34.797494 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:34.826456 tst register_default_mass.py: using MSISDN 1065
22:48:34.839922 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:34.869159 tst register_default_mass.py: using MSISDN 1066
22:48:34.882729 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:34.912099 tst register_default_mass.py: using MSISDN 1067
22:48:34.925662 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:34.954853 tst register_default_mass.py: using MSISDN 1068
22:48:34.968381 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:34.997167 tst register_default_mass.py: using MSISDN 1069
22:48:35.010642 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:35.039840 tst register_default_mass.py: using MSISDN 1070
22:48:35.053307 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:35.082620 tst register_default_mass.py: using MSISDN 1071
22:48:35.096331 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:35.126112 tst register_default_mass.py: using MSISDN 1072
22:48:35.139930 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:35.169859 tst register_default_mass.py: using MSISDN 1073
22:48:35.183766 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:35.213646 tst register_default_mass.py: using MSISDN 1074
22:48:35.227493 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:35.257067 tst register_default_mass.py: using MSISDN 1075
22:48:35.270834 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:35.300571 tst register_default_mass.py: using MSISDN 1076
22:48:35.314531 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:35.344243 tst register_default_mass.py: using MSISDN 1077
22:48:35.357940 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:35.387552 tst register_default_mass.py: using MSISDN 1078
22:48:35.401408 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:35.431113 tst register_default_mass.py: using MSISDN 1079
22:48:35.444987 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:35.474441 tst register_default_mass.py: using MSISDN 1080
22:48:35.488103 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:35.517718 tst register_default_mass.py: using MSISDN 1081
22:48:35.531468 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:35.561041 tst register_default_mass.py: using MSISDN 1082
22:48:35.574874 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:35.604450 tst register_default_mass.py: using MSISDN 1083
22:48:35.618199 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:35.648052 tst register_default_mass.py: using MSISDN 1084
22:48:35.661734 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:35.691466 tst register_default_mass.py: using MSISDN 1085
22:48:35.705329 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:35.734827 tst register_default_mass.py: using MSISDN 1086
22:48:35.748755 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:35.778459 tst register_default_mass.py: using MSISDN 1087
22:48:35.792328 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:35.821915 tst register_default_mass.py: using MSISDN 1088
22:48:35.835632 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:35.865448 tst register_default_mass.py: using MSISDN 1089
22:48:35.879302 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:35.909020 tst register_default_mass.py: using MSISDN 1090
22:48:35.922860 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:35.952514 tst register_default_mass.py: using MSISDN 1091
22:48:35.966380 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:35.996032 tst register_default_mass.py: using MSISDN 1092
22:48:36.009692 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:36.043149 tst register_default_mass.py: using MSISDN 1093
22:48:36.058985 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:36.088534 tst register_default_mass.py: using MSISDN 1094
22:48:36.102428 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:36.132145 tst register_default_mass.py: using MSISDN 1095
22:48:36.145914 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:36.175411 tst register_default_mass.py: using MSISDN 1096
22:48:36.189195 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:36.218820 tst register_default_mass.py: using MSISDN 1097
22:48:36.232568 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:36.262032 tst register_default_mass.py: using MSISDN 1098
22:48:36.275780 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:36.305349 tst register_default_mass.py: using MSISDN 1099
22:48:36.319065 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:36.348738 tst register_default_mass.py: using MSISDN 1100
22:48:36.362436 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:36.453127 run mass: Starting testcase
22:48:36.458645 run mass: Pre-launching all virtphy's
22:48:36.464092 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:36.477265 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:36.483432 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:36.496588 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:36.502708 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:36.515793 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:36.521928 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:36.535070 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:36.541216 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:36.554342 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:36.560426 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:36.573273 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:36.579314 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:36.592327 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:36.598344 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:36.611270 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:36.617301 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:36.630260 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:36.636275 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:36.649299 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:36.655308 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:36.668267 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:36.674288 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:36.687285 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:36.693249 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:36.706175 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:36.712170 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:36.725255 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:36.731250 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:36.744227 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:36.750285 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:36.763251 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:36.769252 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:36.782180 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:36.788174 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:36.801153 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:36.807175 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:36.820116 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:36.826111 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:36.839051 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:36.845057 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:36.858029 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:36.864003 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:36.877010 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:36.883031 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:36.895957 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:36.901975 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:36.914920 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:36.920943 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:36.933868 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:36.939976 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:36.952961 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:36.959036 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:36.972058 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:36.978045 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:36.991073 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:36.997023 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:37.010039 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:37.016034 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:37.029062 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:37.035041 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:37.048006 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:37.054021 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:37.067002 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:37.072995 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:37.085957 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:37.091997 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:37.104961 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:37.110958 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:37.123952 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:37.129937 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:37.142843 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:37.148815 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:37.161723 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:37.167725 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:37.180777 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:37.186720 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:37.199804 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:37.205783 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:37.218811 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:37.224828 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:37.237892 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:37.243899 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:37.256783 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:37.262751 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:37.275661 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:37.281695 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:37.294623 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:37.300629 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:37.313573 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:37.319583 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:37.332573 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:37.338546 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:37.351440 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:37.357496 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:37.370419 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:37.376423 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:37.389315 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:37.395286 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:37.408347 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:37.414345 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:37.427417 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:37.433439 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:37.446366 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:37.452353 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:37.465392 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:37.471390 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:37.484420 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:37.490397 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:37.503293 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:37.509276 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:37.522245 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:37.528248 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:37.541149 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:37.547147 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:37.560047 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:37.565991 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:37.578905 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:37.584896 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:37.597813 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:37.603793 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:37.616730 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:37.622755 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:37.635687 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:37.641678 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:37.654756 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:37.660868 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:37.673918 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:37.679919 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:37.693184 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:37.699159 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:37.712328 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:37.718311 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:37.731311 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:37.737301 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:37.750296 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:37.756276 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:37.769249 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:37.775277 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:37.788279 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:37.794241 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:37.807176 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:37.813157 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:37.826121 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:37.832166 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:37.845130 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:37.851106 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:37.864044 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:37.869993 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:37.883169 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:37.889178 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:37.902251 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:37.908223 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:37.921174 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:37.927318 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:37.940324 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:37.946501 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:37.959539 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:37.965527 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:37.978461 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:37.984459 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:37.997417 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:38.003430 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:38.016341 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:38.022311 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:38.035246 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:38.041251 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:38.054186 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:38.060152 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:38.073069 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:38.079036 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:38.091996 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:38.097952 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:38.110896 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:38.117103 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:38.130065 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:38.136261 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:38.149289 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:38.155285 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:38.168361 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:38.174349 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:38.187433 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:38.193421 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:38.206414 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:38.212441 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:38.225382 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:38.231376 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:38.244345 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:38.250357 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:38.263268 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:38.269248 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:38.282162 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:38.288179 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:38.301106 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:38.307088 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:38.320053 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:38.326061 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:38.339045 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:38.345070 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:38.358220 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:38.364222 run mass: Checking if sockets are in the filesystem
22:48:38.397034 run osmo-ms-mob/00000: Starting mobile
22:48:38.410175 run osmo-ms-mob/00000(pid=135): Launched
22:48:38.422740 run mass: MS start registered {at=7189544.631054613, delay=0.006280905567109585, ms=00000}
22:48:42.611727 run osmo-ms-mob/00001: Starting mobile
22:48:42.628714 run osmo-ms-mob/00001(pid=136): Launched
22:48:42.639373 run mass: MS start registered {at=7189548.847691383, delay=0.004435809329152107, ms=00001}
22:48:43.856352 run mass: MS performed LU {at=7189550.064550976, lu_delay=5.433496363461018, ms=00000}
22:48:44.411871 run osmo-ms-mob/00002: Starting mobile
22:48:44.428747 run osmo-ms-mob/00002(pid=137): Launched
22:48:44.439170 run mass: MS start registered {at=7189550.647486224, delay=0.004457932896912098, ms=00002}
22:48:45.707149 run osmo-ms-mob/00003: Starting mobile
22:48:45.729107 run osmo-ms-mob/00003(pid=138): Launched
22:48:45.739629 run mass: MS start registered {at=7189551.947949777, delay=0.004420841112732887, ms=00003}
22:48:46.780280 run osmo-ms-mob/00004: Starting mobile
22:48:46.793302 run osmo-ms-mob/00004(pid=139): Launched
22:48:46.803693 run mass: MS start registered {at=7189553.012012709, delay=0.004258197732269764, ms=00004}
22:48:47.621847 run mass: MS performed LU {at=7189553.830048303, lu_delay=4.982356919907033, ms=00001}
22:48:47.811155 run osmo-ms-mob/00005: Starting mobile
22:48:47.828196 run osmo-ms-mob/00005(pid=140): Launched
22:48:47.838645 run mass: MS start registered {at=7189554.046955725, delay=0.0043478552252054214, ms=00005}
22:48:48.682164 run osmo-ms-mob/00006: Starting mobile
22:48:48.695465 run osmo-ms-mob/00006(pid=141): Launched
22:48:48.706259 run mass: MS start registered {at=7189554.914576396, delay=0.004755668342113495, ms=00006}
22:48:49.523796 run mass: MS performed LU {at=7189555.731963719, lu_delay=5.084477495402098, ms=00002}
22:48:49.565872 run osmo-ms-mob/00007: Starting mobile
22:48:49.581396 run osmo-ms-mob/00007(pid=142): Launched
22:48:49.591833 run mass: MS start registered {at=7189555.800155321, delay=0.004345132037997246, ms=00007}
22:48:50.392960 run osmo-ms-mob/00008: Starting mobile
22:48:50.407019 run osmo-ms-mob/00008(pid=143): Launched
22:48:50.417923 run mass: MS start registered {at=7189556.626242072, delay=0.004873061552643776, ms=00008}
22:48:51.081047 run osmo-ms-mob/00009: Starting mobile
22:48:51.094318 run osmo-ms-mob/00009(pid=144): Launched
22:48:51.105258 run mass: MS start registered {at=7189557.313575064, delay=0.004828492179512978, ms=00009}
22:48:51.387088 run mass: MS performed LU {at=7189557.595300334, lu_delay=5.647350556217134, ms=00003}
22:48:51.812219 run osmo-ms-mob/00010: Starting mobile
22:48:51.829089 run osmo-ms-mob/00010(pid=145): Launched
22:48:51.839629 run mass: MS start registered {at=7189558.047950574, delay=0.0044481875374913216, ms=00010}
22:48:51.904512 run mass: MS performed LU {at=7189558.11272658, lu_delay=5.10071387141943, ms=00004}
22:48:52.383487 run osmo-ms-mob/00011: Starting mobile
22:48:52.396848 run osmo-ms-mob/00011(pid=146): Launched
22:48:52.407464 run mass: MS start registered {at=7189558.615781807, delay=0.004420863464474678, ms=00011}
22:48:52.981176 run osmo-ms-mob/00012: Starting mobile
22:48:52.994676 run osmo-ms-mob/00012(pid=147): Launched
22:48:53.005228 run mass: MS start registered {at=7189559.213550214, delay=0.0044938428327441216, ms=00012}
22:48:53.289056 run mass: MS performed LU {at=7189559.497265224, lu_delay=5.450309499166906, ms=00005}
22:48:53.611431 run osmo-ms-mob/00013: Starting mobile
22:48:53.628379 run osmo-ms-mob/00013(pid=148): Launched
22:48:53.638900 run mass: MS start registered {at=7189559.84722279, delay=0.004385626874864101, ms=00013}
22:48:53.806063 run mass: MS performed LU {at=7189560.014274035, lu_delay=5.0996976383030415, ms=00006}
22:48:54.190275 run osmo-ms-mob/00014: Starting mobile
22:48:54.203381 run osmo-ms-mob/00014(pid=149): Launched
22:48:54.214577 run mass: MS start registered {at=7189560.422892977, delay=0.005167566239833832, ms=00014}
22:48:54.781036 run osmo-ms-mob/00015: Starting mobile
22:48:54.794214 run osmo-ms-mob/00015(pid=150): Launched
22:48:54.804973 run mass: MS start registered {at=7189561.013293506, delay=0.004597708582878113, ms=00015}
22:48:55.152723 run mass: MS performed LU {at=7189561.36093481, lu_delay=4.734692737460136, ms=00008}
22:48:55.199278 run mass: MS performed LU {at=7189561.407495968, lu_delay=5.607340646907687, ms=00007}
22:48:55.225352 run osmo-ms-mob/00016: Starting mobile
22:48:55.238475 run osmo-ms-mob/00016(pid=151): Launched
22:48:55.249114 run mass: MS start registered {at=7189561.457437934, delay=0.004408152773976326, ms=00016}
22:48:55.820836 run osmo-ms-mob/00017: Starting mobile
22:48:55.837480 run osmo-ms-mob/00017(pid=152): Launched
22:48:55.848183 run mass: MS start registered {at=7189562.056504218, delay=0.004610784351825714, ms=00017}
22:48:56.380079 run osmo-ms-mob/00018: Starting mobile
22:48:56.393253 run osmo-ms-mob/00018(pid=153): Launched
22:48:56.403965 run mass: MS start registered {at=7189562.612283438, delay=0.00468620378524065, ms=00018}
22:48:56.811648 run osmo-ms-mob/00019: Starting mobile
22:48:56.828797 run osmo-ms-mob/00019(pid=154): Launched
22:48:56.839678 run mass: MS start registered {at=7189563.047996669, delay=0.0048554278910160065, ms=00019}
22:48:57.054848 run mass: MS performed LU {at=7189563.263063809, lu_delay=4.6472820015624166, ms=00011}
22:48:57.100831 run mass: MS performed LU {at=7189563.309081401, lu_delay=5.995506336912513, ms=00009}
22:48:57.170425 run mass: MS performed LU {at=7189563.378643869, lu_delay=5.330693295225501, ms=00010}
22:48:57.186086 run osmo-ms-mob/00020: Starting mobile
22:48:57.199611 run osmo-ms-mob/00020(pid=155): Launched
22:48:57.210282 run mass: MS start registered {at=7189563.418604365, delay=0.004337087273597717, ms=00020}
22:48:57.792965 run osmo-ms-mob/00021: Starting mobile
22:48:57.806606 run osmo-ms-mob/00021(pid=156): Launched
22:48:57.817365 run mass: MS start registered {at=7189564.025680376, delay=0.004624432884156704, ms=00021}
22:48:58.180552 run osmo-ms-mob/00022: Starting mobile
22:48:58.194058 run osmo-ms-mob/00022(pid=157): Launched
22:48:58.204727 run mass: MS start registered {at=7189564.413045927, delay=0.004568031989037991, ms=00022}
22:48:58.711508 run osmo-ms-mob/00023: Starting mobile
22:48:58.728372 run osmo-ms-mob/00023(pid=158): Launched
22:48:58.739160 run mass: MS start registered {at=7189564.947482391, delay=0.004695171490311623, ms=00023}
22:48:58.835923 run mass: MS performed LU {at=7189565.044139552, lu_delay=4.6212465753778815, ms=00014}
22:48:58.919027 run mass: MS performed LU {at=7189565.127246929, lu_delay=5.280024139210582, ms=00013}
22:48:58.965636 run mass: MS performed LU {at=7189565.173837615, lu_delay=5.960287401452661, ms=00012}
22:48:58.988263 run osmo-ms-mob/00024: Starting mobile
22:48:59.001407 run osmo-ms-mob/00024(pid=159): Launched
22:48:59.011978 run mass: MS start registered {at=7189565.220303235, delay=0.004486127756536007, ms=00024}
22:48:59.581279 run osmo-ms-mob/00025: Starting mobile
22:48:59.594373 run osmo-ms-mob/00025(pid=160): Launched
22:48:59.606832 run mass: MS start registered {at=7189565.815152194, delay=0.00608420092612505, ms=00025}
22:48:59.992824 run osmo-ms-mob/00026: Starting mobile
22:49:00.007406 run osmo-ms-mob/00026(pid=161): Launched
22:49:00.018252 run mass: MS start registered {at=7189566.226573811, delay=0.004451623186469078, ms=00026}
22:49:00.392531 run osmo-ms-mob/00027: Starting mobile
22:49:00.406624 run osmo-ms-mob/00027(pid=162): Launched
22:49:00.417628 run mass: MS start registered {at=7189566.625948311, delay=0.004561741836369038, ms=00027}
22:49:00.804612 run osmo-ms-mob/00028: Starting mobile
22:49:00.821260 run osmo-ms-mob/00028(pid=163): Launched
22:49:00.827523 run mass: MS performed LU {at=7189567.035849648, lu_delay=4.979345429688692, ms=00017}
22:49:00.833599 run mass: MS start registered {at=7189567.041934954, delay=0.006103198975324631, ms=00028}
22:49:00.866461 run mass: MS performed LU {at=7189567.074725122, lu_delay=6.0614316165447235, ms=00015}
22:49:00.936405 run mass: MS performed LU {at=7189567.144622442, lu_delay=5.687184507958591, ms=00016}
22:49:00.964683 run osmo-ms-mob/00029: Starting mobile
22:49:00.977828 run osmo-ms-mob/00029(pid=164): Launched
22:49:00.988501 run mass: MS start registered {at=7189567.196823841, delay=0.004603518173098564, ms=00029}
22:49:01.208329 run mass: MS performed LU {at=7189567.416544184, lu_delay=4.804260745644569, ms=00018}
22:49:01.592599 run osmo-ms-mob/00030: Starting mobile
22:49:01.606553 run osmo-ms-mob/00030(pid=165): Launched
22:49:01.617564 run mass: MS start registered {at=7189567.825885641, delay=0.004841960966587067, ms=00030}
22:49:01.980848 run osmo-ms-mob/00031: Starting mobile
22:49:01.994211 run osmo-ms-mob/00031(pid=166): Launched
22:49:02.004947 run mass: MS start registered {at=7189568.21326454, delay=0.004483206197619438, ms=00031}
22:49:02.290107 run osmo-ms-mob/00032: Starting mobile
22:49:02.303795 run osmo-ms-mob/00032(pid=167): Launched
22:49:02.314444 run mass: MS start registered {at=7189568.522764463, delay=0.004464861936867237, ms=00032}
22:49:02.601519 run mass: MS performed LU {at=7189568.809737812, lu_delay=5.391133447177708, ms=00020}
22:49:02.645802 run osmo-ms-mob/00033: Starting mobile
22:49:02.659973 run osmo-ms-mob/00033(pid=168): Launched
22:49:02.670731 run mass: MS start registered {at=7189568.879053141, delay=0.004700393415987492, ms=00033}
22:49:02.683956 run mass: MS performed LU {at=7189568.892279156, lu_delay=5.844282486476004, ms=00019}
22:49:02.731337 run mass: MS performed LU {at=7189568.939553337, lu_delay=4.913872960954905, ms=00021}
22:49:02.874777 run mass: MS performed LU {at=7189569.082993006, lu_delay=4.669947079382837, ms=00022}
22:49:02.904055 run osmo-ms-mob/00034: Starting mobile
22:49:02.917245 run osmo-ms-mob/00034(pid=169): Launched
22:49:02.928047 run mass: MS start registered {at=7189569.136369726, delay=0.004481127485632896, ms=00034}
22:49:03.414647 run osmo-ms-mob/00035: Starting mobile
22:49:03.427900 run osmo-ms-mob/00035(pid=170): Launched
22:49:03.438722 run mass: MS start registered {at=7189569.647041868, delay=0.004767386242747307, ms=00035}
22:49:03.785763 run osmo-ms-mob/00036: Starting mobile
22:49:03.799228 run osmo-ms-mob/00036(pid=171): Launched
22:49:03.810015 run mass: MS start registered {at=7189570.018335596, delay=0.004611102864146233, ms=00036}
22:49:04.180945 run osmo-ms-mob/00037: Starting mobile
22:49:04.193853 run osmo-ms-mob/00037(pid=172): Launched
22:49:04.204550 run mass: MS start registered {at=7189570.41287198, delay=0.004588755778968334, ms=00037}
22:49:04.480696 run osmo-ms-mob/00038: Starting mobile
22:49:04.494015 run osmo-ms-mob/00038(pid=173): Launched
22:49:04.504861 run mass: MS start registered {at=7189570.713177446, delay=0.00474101398140192, ms=00038}
22:49:04.586591 run mass: MS performed LU {at=7189570.79480679, lu_delay=4.568232978694141, ms=00026}
22:49:04.632650 run mass: MS performed LU {at=7189570.840867185, lu_delay=5.0257149906829, ms=00025}
22:49:04.655557 run osmo-ms-mob/00039: Starting mobile
22:49:04.668652 run osmo-ms-mob/00039(pid=174): Launched
22:49:04.679400 run mass: MS start registered {at=7189570.887722225, delay=0.004705434665083885, ms=00039}
22:49:04.700118 run mass: MS performed LU {at=7189570.908432986, lu_delay=5.688129751011729, ms=00024}
22:49:04.738442 run mass: MS performed LU {at=7189570.946681225, lu_delay=5.999198833480477, ms=00023}
22:49:05.180980 run osmo-ms-mob/00040: Starting mobile
22:49:05.205695 run osmo-ms-mob/00040(pid=175): Launched
22:49:05.216640 run mass: MS start registered {at=7189571.424960791, delay=0.004602988250553608, ms=00040}
22:49:05.500529 run osmo-ms-mob/00041: Starting mobile
22:49:05.516347 run osmo-ms-mob/00041(pid=176): Launched
22:49:05.527765 run mass: MS start registered {at=7189571.736079921, delay=0.005240988917648792, ms=00041}
22:49:05.793152 run osmo-ms-mob/00042: Starting mobile
22:49:05.806964 run osmo-ms-mob/00042(pid=177): Launched
22:49:05.817695 run mass: MS start registered {at=7189572.026016845, delay=0.004415313713252544, ms=00042}
22:49:06.193857 run osmo-ms-mob/00043: Starting mobile
22:49:06.207651 run osmo-ms-mob/00043(pid=178): Launched
22:49:06.218740 run mass: MS start registered {at=7189572.427058153, delay=0.00494825653731823, ms=00043}
22:49:06.367425 run mass: MS performed LU {at=7189572.575643895, lu_delay=5.378820054233074, ms=00029}
22:49:06.450687 run mass: MS performed LU {at=7189572.658904008, lu_delay=5.616969053633511, ms=00028}
22:49:06.478175 run osmo-ms-mob/00044: Starting mobile
22:49:06.491148 run osmo-ms-mob/00044(pid=179): Launched
22:49:06.497610 run mass: MS performed LU {at=7189572.705940146, lu_delay=6.079991835169494, ms=00027}
22:49:06.503430 run mass: MS start registered {at=7189572.711764871, delay=0.005840062163770199, ms=00044}
22:49:06.641414 run mass: MS performed LU {at=7189572.849629794, lu_delay=5.023744152858853, ms=00030}
22:49:06.670918 run osmo-ms-mob/00045: Starting mobile
22:49:06.684373 run osmo-ms-mob/00045(pid=180): Launched
22:49:06.690520 run mass: MS performed LU {at=7189572.898848009, lu_delay=4.685583469457924, ms=00031}
22:49:06.696465 run mass: MS start registered {at=7189572.9048001, delay=0.0059697916731238365, ms=00045}
22:49:07.111410 run osmo-ms-mob/00046: Starting mobile
22:49:07.126654 run osmo-ms-mob/00046(pid=181): Launched
22:49:07.137569 run mass: MS start registered {at=7189573.345887909, delay=0.004515135660767555, ms=00046}
22:49:07.393779 run osmo-ms-mob/00047: Starting mobile
22:49:07.407812 run osmo-ms-mob/00047(pid=182): Launched
22:49:07.418785 run mass: MS start registered {at=7189573.627103844, delay=0.004550674930214882, ms=00047}
22:49:07.681242 run osmo-ms-mob/00048: Starting mobile
22:49:07.694676 run osmo-ms-mob/00048(pid=183): Launched
22:49:07.705639 run mass: MS start registered {at=7189573.913957924, delay=0.004759879782795906, ms=00048}
22:49:07.980480 run osmo-ms-mob/00049: Starting mobile
22:49:07.993508 run osmo-ms-mob/00049(pid=184): Launched
22:49:08.004309 run mass: MS start registered {at=7189574.212630016, delay=0.00440838560461998, ms=00049}
22:49:08.313526 run osmo-ms-mob/00050: Starting mobile
22:49:08.330405 run osmo-ms-mob/00050(pid=185): Launched
22:49:08.341115 run mass: MS start registered {at=7189574.549437754, delay=0.004626801237463951, ms=00050}
22:49:08.351160 run mass: MS performed LU {at=7189574.559460525, lu_delay=5.6804073844105005, ms=00033}
22:49:08.398038 run mass: MS performed LU {at=7189574.606255038, lu_delay=5.469885312020779, ms=00034}
22:49:08.467937 run mass: MS performed LU {at=7189574.676156492, lu_delay=6.153392028994858, ms=00032}
22:49:08.483853 run osmo-ms-mob/00051: Starting mobile
22:49:08.497199 run osmo-ms-mob/00051(pid=186): Launched
22:49:08.503514 run mass: MS performed LU {at=7189574.711840588, lu_delay=5.064798719249666, ms=00035}
22:49:08.509384 run mass: MS start registered {at=7189574.717719417, delay=0.0058962441980838776, ms=00051}
22:49:08.794948 run mass: MS performed LU {at=7189575.003167418, lu_delay=4.984831822104752, ms=00036}
22:49:08.823610 run osmo-ms-mob/00052: Starting mobile
22:49:08.836960 run osmo-ms-mob/00052(pid=187): Launched
22:49:08.847910 run mass: MS start registered {at=7189575.056233747, delay=0.004853731021285057, ms=00052}
22:49:09.294192 run osmo-ms-mob/00053: Starting mobile
22:49:09.307960 run osmo-ms-mob/00053(pid=188): Launched
22:49:09.318658 run mass: MS start registered {at=7189575.526978283, delay=0.004617832601070404, ms=00053}
22:49:09.593696 run osmo-ms-mob/00054: Starting mobile
22:49:09.607640 run osmo-ms-mob/00054(pid=189): Launched
22:49:09.618533 run mass: MS start registered {at=7189575.82685389, delay=0.004927277565002441, ms=00054}
22:49:09.880298 run osmo-ms-mob/00055: Starting mobile
22:49:09.893634 run osmo-ms-mob/00055(pid=190): Launched
22:49:09.904458 run mass: MS start registered {at=7189576.112779132, delay=0.0045621637254953384, ms=00055}
22:49:10.133194 run mass: MS performed LU {at=7189576.341411551, lu_delay=5.453689326532185, ms=00039}
22:49:10.148608 run osmo-ms-mob/00056: Starting mobile
22:49:10.161963 run osmo-ms-mob/00056(pid=191): Launched
22:49:10.173253 run mass: MS start registered {at=7189576.381565937, delay=0.005163888446986675, ms=00056}
22:49:10.216110 run mass: MS performed LU {at=7189576.424346822, lu_delay=6.011474842205644, ms=00037}
22:49:10.263141 run mass: MS performed LU {at=7189576.471357857, lu_delay=4.735277935862541, ms=00041}
22:49:10.287521 run osmo-ms-mob/00057: Starting mobile
22:49:10.300660 run osmo-ms-mob/00057(pid=192): Launched
22:49:10.311461 run mass: MS start registered {at=7189576.519785366, delay=0.004588590003550053, ms=00057}
22:49:10.406570 run mass: MS performed LU {at=7189576.614788498, lu_delay=5.189827706664801, ms=00040}
22:49:10.461417 run mass: MS performed LU {at=7189576.669634936, lu_delay=4.643618091009557, ms=00042}
22:49:10.911263 run osmo-ms-mob/00058: Starting mobile
22:49:10.928432 run osmo-ms-mob/00058(pid=193): Launched
22:49:10.941838 run mass: MS start registered {at=7189577.150155556, delay=0.007062300108373165, ms=00058}
22:49:11.190596 run osmo-ms-mob/00059: Starting mobile
22:49:11.204327 run osmo-ms-mob/00059(pid=194): Launched
22:49:11.215071 run mass: MS start registered {at=7189577.42339081, delay=0.00474708154797554, ms=00059}
22:49:11.480477 run osmo-ms-mob/00060: Starting mobile
22:49:11.493608 run osmo-ms-mob/00060(pid=195): Launched
22:49:11.504530 run mass: MS start registered {at=7189577.712848602, delay=0.004491596482694149, ms=00060}
22:49:11.881973 run osmo-ms-mob/00061: Starting mobile
22:49:11.895261 run osmo-ms-mob/00061(pid=196): Launched
22:49:11.905978 run mass: MS start registered {at=7189578.114296511, delay=0.004674943163990974, ms=00061}
22:49:12.117863 run mass: MS performed LU {at=7189578.32608168, lu_delay=5.4212815798819065, ms=00045}
22:49:12.161955 run osmo-ms-mob/00062: Starting mobile
22:49:12.176570 run osmo-ms-mob/00062(pid=197): Launched
22:49:12.182655 run mass: MS performed LU {at=7189578.390984516, lu_delay=5.6792196445167065, ms=00044}
22:49:12.188418 run mass: MS start registered {at=7189578.396754007, delay=0.005785495042800903, ms=00062}
22:49:12.233038 run mass: MS performed LU {at=7189578.441281491, lu_delay=6.0142233381047845, ms=00043}
22:49:12.256229 run osmo-ms-mob/00063: Starting mobile
22:49:12.269922 run osmo-ms-mob/00063(pid=198): Launched
22:49:12.276077 run mass: MS performed LU {at=7189578.484405565, lu_delay=4.857301721349359, ms=00047}
22:49:12.281965 run mass: MS start registered {at=7189578.490301222, delay=0.00591233279556036, ms=00063}
22:49:12.325326 run mass: MS performed LU {at=7189578.533566231, lu_delay=5.187678322196007, ms=00046}
22:49:12.597409 run mass: MS performed LU {at=7189578.805626593, lu_delay=4.891668668948114, ms=00048}
22:49:12.641283 run osmo-ms-mob/00064: Starting mobile
22:49:12.655262 run osmo-ms-mob/00064(pid=199): Launched
22:49:12.666408 run mass: MS start registered {at=7189578.874728098, delay=0.004710606299340725, ms=00064}
22:49:13.294861 run osmo-ms-mob/00065: Starting mobile
22:49:13.308946 run osmo-ms-mob/00065(pid=200): Launched
22:49:13.319713 run mass: MS start registered {at=7189579.528034876, delay=0.004756849259138107, ms=00065}
22:49:13.613489 run osmo-ms-mob/00066: Starting mobile
22:49:13.630431 run osmo-ms-mob/00066(pid=201): Launched
22:49:13.640955 run mass: MS start registered {at=7189579.84927689, delay=0.004421588033437729, ms=00066}
22:49:13.898959 run mass: MS performed LU {at=7189580.107153542, lu_delay=5.050919795408845, ms=00052}
22:49:13.928508 run osmo-ms-mob/00067: Starting mobile
22:49:13.941916 run osmo-ms-mob/00067(pid=202): Launched
22:49:13.952595 run mass: MS start registered {at=7189580.160917944, delay=0.004489860497415066, ms=00067}
22:49:13.982260 run mass: MS performed LU {at=7189580.190497462, lu_delay=5.472778044641018, ms=00051}
22:49:14.173014 run mass: MS performed LU {at=7189580.381230821, lu_delay=4.854252537712455, ms=00053}
22:49:14.216397 run osmo-ms-mob/00068: Starting mobile
22:49:14.230966 run osmo-ms-mob/00068(pid=203): Launched
22:49:14.237198 run mass: MS performed LU {at=7189580.445525867, lu_delay=6.232895851135254, ms=00049}
22:49:14.243086 run mass: MS start registered {at=7189580.451421833, delay=0.005913587287068367, ms=00068}
22:49:14.694174 run osmo-ms-mob/00069: Starting mobile
22:49:14.708408 run osmo-ms-mob/00069(pid=204): Launched
22:49:14.719411 run mass: MS start registered {at=7189580.927729713, delay=0.004692455753684044, ms=00069}
22:49:15.095332 run osmo-ms-mob/00070: Starting mobile
22:49:15.109347 run osmo-ms-mob/00070(pid=205): Launched
22:49:15.120887 run mass: MS start registered {at=7189581.329204685, delay=0.005094542168080807, ms=00070}
22:49:15.260666 run mass: MS performed LU {at=7189581.468883482, lu_delay=3.7560348799452186, ms=00060}
22:49:15.495159 run osmo-ms-mob/00071: Starting mobile
22:49:15.509416 run osmo-ms-mob/00071(pid=206): Launched
22:49:15.520555 run mass: MS start registered {at=7189581.728874901, delay=0.004903812892735004, ms=00071}
22:49:15.800614 run mass: MS performed LU {at=7189582.008814926, lu_delay=5.896035794168711, ms=00055}
22:49:15.829891 run osmo-ms-mob/00072: Starting mobile
22:49:15.843271 run osmo-ms-mob/00072(pid=207): Launched
22:49:15.854143 run mass: MS start registered {at=7189582.062465253, delay=0.0048225317150354385, ms=00072}
22:49:15.930107 run mass: MS performed LU {at=7189582.138337039, lu_delay=4.988181483000517, ms=00058}
22:49:16.090846 run mass: MS performed LU {at=7189582.299065275, lu_delay=6.472211385145783, ms=00054}
22:49:16.127789 run mass: MS performed LU {at=7189582.336027117, lu_delay=4.912636307068169, ms=00059}
22:49:16.145210 run osmo-ms-mob/00073: Starting mobile
22:49:16.158506 run osmo-ms-mob/00073(pid=208): Launched
22:49:16.169379 run mass: MS start registered {at=7189582.377700518, delay=0.004380703903734684, ms=00073}
22:49:16.693611 run osmo-ms-mob/00074: Starting mobile
22:49:16.708124 run osmo-ms-mob/00074(pid=209): Launched
22:49:16.719885 run mass: MS start registered {at=7189582.928202226, delay=0.005403118208050728, ms=00074}
22:49:16.806123 run mass: MS performed LU {at=7189583.014314561, lu_delay=6.494529195129871, ms=00057}
22:49:16.941521 run mass: MS performed LU {at=7189583.14974715, lu_delay=3.6217122739180923, ms=00065}
22:49:17.094712 run osmo-ms-mob/00075: Starting mobile
22:49:17.108940 run osmo-ms-mob/00075(pid=210): Launched
22:49:17.120140 run mass: MS start registered {at=7189583.328458057, delay=0.005077190697193146, ms=00075}
22:49:17.612590 run osmo-ms-mob/00076: Starting mobile
22:49:17.630183 run osmo-ms-mob/00076(pid=211): Launched
22:49:17.642792 run mass: MS start registered {at=7189583.851105245, delay=0.006464785896241665, ms=00076}
22:49:17.664186 run mass: MS performed LU {at=7189583.872469536, lu_delay=5.475715529173613, ms=00062}
22:49:17.702779 run mass: MS performed LU {at=7189583.911013426, lu_delay=5.420712204650044, ms=00063}
22:49:17.719128 run mass: MS performed LU {at=7189583.927449188, lu_delay=5.052721090614796, ms=00064}
22:49:17.730385 run osmo-ms-mob/00077: Starting mobile
22:49:17.743581 run osmo-ms-mob/00077(pid=212): Launched
22:49:17.754599 run mass: MS start registered {at=7189583.962919955, delay=0.004733310081064701, ms=00077}
22:49:17.993004 run mass: MS performed LU {at=7189584.201220031, lu_delay=6.086923520080745, ms=00061}
22:49:18.493750 run osmo-ms-mob/00078: Starting mobile
22:49:18.507846 run osmo-ms-mob/00078(pid=213): Launched
22:49:18.519054 run mass: MS start registered {at=7189584.727370555, delay=0.005212884396314621, ms=00078}
22:49:18.893458 run osmo-ms-mob/00079: Starting mobile
22:49:18.907901 run osmo-ms-mob/00079(pid=214): Launched
22:49:18.918821 run mass: MS start registered {at=7189585.127141239, delay=0.004661670885980129, ms=00079}
22:49:19.410116 run osmo-ms-mob/00080: Starting mobile
22:49:19.425109 run osmo-ms-mob/00080(pid=215): Launched
22:49:19.435851 run mass: MS start registered {at=7189585.644167933, delay=0.004561898298561573, ms=00080}
22:49:19.566562 run mass: MS performed LU {at=7189585.77478123, lu_delay=5.92550433985889, ms=00066}
22:49:19.630824 run mass: MS performed LU {at=7189585.839051406, lu_delay=4.911321693100035, ms=00069}
22:49:19.695190 run mass: MS performed LU {at=7189585.903429475, lu_delay=5.452007642015815, ms=00068}
22:49:19.857359 run mass: MS performed LU {at=7189586.06557766, lu_delay=5.9046597154811025, ms=00067}
22:49:19.872248 run osmo-ms-mob/00081: Starting mobile
22:49:19.885614 run osmo-ms-mob/00081(pid=216): Launched
22:49:19.892894 run mass: MS performed LU {at=7189586.101192513, lu_delay=4.7719878274947405, ms=00070}
22:49:19.898924 run mass: MS start registered {at=7189586.107260082, delay=0.007222696207463741, ms=00081}
22:49:20.322260 run osmo-ms-mob/00082: Starting mobile
22:49:20.339553 run osmo-ms-mob/00082(pid=217): Launched
22:49:20.350500 run mass: MS start registered {at=7189586.558819784, delay=0.004854334518313408, ms=00082}
22:49:20.893534 run osmo-ms-mob/00083: Starting mobile
22:49:20.907365 run osmo-ms-mob/00083(pid=218): Launched
22:49:20.918436 run mass: MS start registered {at=7189587.126753858, delay=0.0049470216035842896, ms=00083}
22:49:21.408631 run osmo-ms-mob/00084: Starting mobile
22:49:21.424510 run osmo-ms-mob/00084(pid=219): Launched
22:49:21.430867 run mass: MS performed LU {at=7189587.639194057, lu_delay=5.910319156013429, ms=00071}
22:49:21.436785 run mass: MS start registered {at=7189587.645120256, delay=0.005943750962615013, ms=00084}
22:49:21.469010 run mass: MS performed LU {at=7189587.677299309, lu_delay=5.614834055304527, ms=00072}
22:49:21.560199 run mass: MS performed LU {at=7189587.768417327, lu_delay=4.840215100906789, ms=00074}
22:49:21.723035 run mass: MS performed LU {at=7189587.931252784, lu_delay=5.553552266210318, ms=00073}
22:49:21.754463 run osmo-ms-mob/00085: Starting mobile
22:49:21.769713 run osmo-ms-mob/00085(pid=220): Launched
22:49:21.780500 run mass: MS start registered {at=7189587.988820613, delay=0.004696688614785671, ms=00085}
22:49:21.993609 run mass: MS performed LU {at=7189588.201827826, lu_delay=4.873369769193232, ms=00075}
22:49:22.493057 run osmo-ms-mob/00086: Starting mobile
22:49:22.507131 run osmo-ms-mob/00086(pid=221): Launched
22:49:22.517848 run mass: MS start registered {at=7189588.726169196, delay=0.004670104943215847, ms=00086}
22:49:23.119886 run osmo-ms-mob/00087: Starting mobile
22:49:23.136536 run osmo-ms-mob/00087(pid=222): Launched
22:49:23.147372 run mass: MS start registered {at=7189589.355691482, delay=0.004675892181694508, ms=00087}
22:49:23.397966 run mass: MS performed LU {at=7189589.606183062, lu_delay=5.755077817477286, ms=00076}
22:49:23.414400 run mass: MS performed LU {at=7189589.622643146, lu_delay=5.659723190590739, ms=00077}
22:49:23.461554 run mass: MS performed LU {at=7189589.669787898, lu_delay=4.942417343147099, ms=00078}
22:49:23.484750 run osmo-ms-mob/00088: Starting mobile
22:49:23.497835 run osmo-ms-mob/00088(pid=223): Launched
22:49:23.508518 run mass: MS start registered {at=7189589.716842858, delay=0.004504173994064331, ms=00088}
22:49:23.765453 run mass: MS performed LU {at=7189589.97367678, lu_delay=4.846535541117191, ms=00079}
22:49:24.292285 run osmo-ms-mob/00089: Starting mobile
22:49:24.305943 run osmo-ms-mob/00089(pid=224): Launched
22:49:24.316995 run mass: MS start registered {at=7189590.525315717, delay=0.004253067076206207, ms=00089}
22:49:24.900968 run osmo-ms-mob/00090: Starting mobile
22:49:24.917148 run osmo-ms-mob/00090(pid=225): Launched
22:49:24.927901 run mass: MS start registered {at=7189591.136222653, delay=0.004619613289833069, ms=00090}
22:49:25.196415 run mass: MS performed LU {at=7189591.404634098, lu_delay=5.760466164909303, ms=00080}
22:49:25.214428 run mass: MS performed LU {at=7189591.422708562, lu_delay=5.315448479726911, ms=00081}
22:49:25.326164 run mass: MS performed LU {at=7189591.534376687, lu_delay=4.975556903518736, ms=00082}
22:49:25.607432 run osmo-ms-mob/00091: Starting mobile
22:49:25.624093 run osmo-ms-mob/00091(pid=226): Launched
22:49:25.634930 run mass: MS start registered {at=7189591.843252257, delay=0.004728130996227264, ms=00091}
22:49:26.293460 run osmo-ms-mob/00092: Starting mobile
22:49:26.307356 run osmo-ms-mob/00092(pid=227): Launched
22:49:26.318553 run mass: MS start registered {at=7189592.526873708, delay=0.004685650579631329, ms=00092}
22:49:27.120294 run osmo-ms-mob/00093: Starting mobile
22:49:27.136883 run osmo-ms-mob/00093(pid=228): Launched
22:49:27.147714 run mass: MS start registered {at=7189593.356021525, delay=0.004705292172729969, ms=00093}
22:49:27.161198 run mass: MS performed LU {at=7189593.369499415, lu_delay=6.242745556868613, ms=00083}
22:49:27.180532 run mass: MS performed LU {at=7189593.388777982, lu_delay=4.662608786486089, ms=00086}
22:49:27.226992 run mass: MS performed LU {at=7189593.435212053, lu_delay=5.44639143999666, ms=00085}
22:49:27.296347 run mass: MS performed LU {at=7189593.504561782, lu_delay=5.85944152623415, ms=00084}
22:49:27.353155 run mass: MS performed LU {at=7189593.561386689, lu_delay=22.848209242336452, ms=00038}
22:49:27.979870 run osmo-ms-mob/00094: Starting mobile
22:49:27.992907 run osmo-ms-mob/00094(pid=229): Launched
22:49:28.005238 run mass: MS start registered {at=7189594.213552396, delay=0.0062210820615291595, ms=00094}
22:49:28.911606 run osmo-ms-mob/00095: Starting mobile
22:49:28.928504 run osmo-ms-mob/00095(pid=230): Launched
22:49:28.939304 run mass: MS start registered {at=7189595.147624829, delay=0.004733651876449585, ms=00095}
22:49:28.961722 run mass: MS performed LU {at=7189595.170024386, lu_delay=4.644708668813109, ms=00089}
22:49:28.979606 run mass: MS performed LU {at=7189595.187913003, lu_delay=5.832221521064639, ms=00087}
22:49:29.091344 run mass: MS performed LU {at=7189595.299569199, lu_delay=5.582726340740919, ms=00088}
22:49:29.906010 run osmo-ms-mob/00096: Starting mobile
22:49:29.922514 run osmo-ms-mob/00096(pid=231): Launched
22:49:29.933197 run mass: MS start registered {at=7189596.141517886, delay=0.004584718495607376, ms=00096}
22:49:30.928842 run mass: MS performed LU {at=7189597.136943213, lu_delay=5.2936909552663565, ms=00091}
22:49:30.943871 run osmo-ms-mob/00097: Starting mobile
22:49:30.957132 run osmo-ms-mob/00097(pid=232): Launched
22:49:30.963328 run mass: MS performed LU {at=7189597.171657746, lu_delay=4.644784037955105, ms=00092}
22:49:30.969367 run mass: MS start registered {at=7189597.177701555, delay=0.0060604652389883995, ms=00097}
22:49:30.992086 run mass: MS performed LU {at=7189597.200402869, lu_delay=6.06418021582067, ms=00090}
22:49:31.063210 run mass: MS performed LU {at=7189597.271429863, lu_delay=22.72199210897088, ms=00050}
22:49:32.292783 run osmo-ms-mob/00098: Starting mobile
22:49:32.307315 run osmo-ms-mob/00098(pid=233): Launched
22:49:32.318841 run mass: MS start registered {at=7189598.527161834, delay=0.0051330337300896645, ms=00098}
22:49:32.728433 run mass: MS performed LU {at=7189598.936649408, lu_delay=4.723097012378275, ms=00094}
22:49:32.857730 run mass: MS performed LU {at=7189599.065946541, lu_delay=5.7099250154569745, ms=00093}
22:49:32.982235 run mass: MS performed LU {at=7189599.190436654, lu_delay=22.808870716951787, ms=00056}
22:49:34.103537 run osmo-ms-mob/00099: Starting mobile
22:49:34.119842 run osmo-ms-mob/00099(pid=234): Launched
22:49:34.126001 run mass: All started... {duration=55.75592205673456, too_slow=0}
22:49:34.132262 run mass: MS start registered {at=7189600.340588072, delay=0.006251810118556023, ms=00099}
22:49:34.695001 run mass: MS performed LU {at=7189600.903192857, lu_delay=4.761674971319735, ms=00096}
22:49:34.712865 run mass: MS performed LU {at=7189600.921097373, lu_delay=5.773472543805838, ms=00095}
22:49:36.624161 run mass: MS performed LU {at=7189602.832377745, lu_delay=5.654676189646125, ms=00097}
22:49:38.460333 run mass: MS performed LU {at=7189604.668392285, lu_delay=6.141230450943112, ms=00098}
22:49:40.362250 run mass: MS performed LU {at=7189606.570467879, lu_delay=6.229879806749523, ms=00099}
22:49:40.384916 run mass: Tests done {all_completed=True, max=22.848209242336452, min=3.6217122739180923}
22:49:40.390609 tst register_default_mass.py: Test passed (81.1 sec)
22:49:40.396228 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:40.399686 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:40.403110 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:40.406530 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:40.409939 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:40.413410 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:40.416912 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:40.420431 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:40.424059 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:40.427603 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:40.431101 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:40.434747 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:40.438390 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:40.442445 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:40.446091 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:40.449659 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:40.453243 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:40.457019 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:40.460606 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:40.464207 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:40.467758 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:40.471865 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:40.475445 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:40.478978 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:40.482519 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:40.486726 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:40.490345 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:40.493763 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:40.497339 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:40.500845 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:40.504710 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:40.508645 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:40.512198 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:40.515711 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:40.519165 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:40.522648 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:40.526137 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:40.529672 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:40.533354 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:40.537105 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:40.540982 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:40.544652 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:40.548143 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:40.551851 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:40.555367 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:40.558846 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:40.562393 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:40.565849 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:40.569323 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:40.572818 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:40.576337 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:40.579867 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:40.583474 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:40.587100 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:40.590732 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:40.594216 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:40.597732 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:40.601303 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:40.604856 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:40.608861 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:40.612423 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:40.615962 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:40.619400 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:40.622937 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:40.626414 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:40.629952 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:40.633493 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:40.637027 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:40.640539 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:40.644053 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:40.647578 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:40.651071 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:40.654546 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:40.657956 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:40.661456 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:40.664951 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:40.668547 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:40.672093 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:40.675627 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:40.679147 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:40.682549 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:40.686018 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:40.689544 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:40.692991 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:40.696972 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:40.700405 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:40.703917 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:40.707349 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:40.710826 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:40.714273 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:40.717720 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:40.721344 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:40.725300 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:40.729130 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:40.732703 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:40.736163 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:40.739874 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:40.743830 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:40.747331 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:40.750835 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:40.754239 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:40.757797 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:40.761389 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:40.765169 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:40.768953 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:40.772783 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:40.776341 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:40.779936 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:40.783558 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:40.787133 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:40.790709 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:40.794298 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:40.797908 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:40.801421 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:40.805024 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:40.808540 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:40.812028 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:40.815506 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:40.819011 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:40.822503 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:40.826000 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:40.829478 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:40.832989 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:40.836465 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:40.839939 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:40.843425 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:40.846915 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:40.850393 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:40.853873 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:40.857360 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:40.860844 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:40.864335 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:40.867822 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:40.871309 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:40.874775 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:40.878241 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:40.881732 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:40.885201 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:40.888675 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:40.892151 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:40.895631 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:40.899111 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:40.902585 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:40.906069 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:40.909553 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:40.913025 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:40.916527 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:40.920010 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:40.923489 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:40.926958 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:40.930443 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:40.933916 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:40.937391 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:40.940870 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:40.944354 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:40.947824 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:40.951301 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:40.954777 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:40.958181 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:40.961561 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:40.964939 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:40.968318 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:40.971696 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:40.975075 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:40.978423 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:40.981782 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:40.985161 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:40.988547 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:40.991920 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:40.995286 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:40.998668 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:41.002038 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:41.005399 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:41.008760 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:41.012136 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:41.015499 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:41.018870 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:41.022235 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:41.025614 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:41.028998 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:41.032372 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:41.035749 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:41.039101 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:41.042462 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:41.045832 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:41.049219 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:41.052601 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:41.055981 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:41.059338 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:41.062704 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:41.066063 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:41.069438 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:41.072816 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:41.076196 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:41.079561 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:41.082936 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:41.086326 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:41.089689 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:41.093042 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:41.096426 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:41.099790 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:41.103149 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:41.106508 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:41.109878 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:41.113263 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:41.116622 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:41.119991 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:41.123354 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:41.126725 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:41.130087 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:41.133451 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:41.136814 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:41.140191 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:41.143570 --- ParallelTerminationStrategy: PID 22 died...
22:49:41.145107 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:41.148850 --- ParallelTerminationStrategy: PID 23 died...
22:49:41.150362 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:41.154085 --- ParallelTerminationStrategy: PID 24 died...
22:49:41.155598 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:41.159322 --- ParallelTerminationStrategy: PID 25 died...
22:49:41.160836 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:41.164544 --- ParallelTerminationStrategy: PID 26 died...
22:49:41.166056 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:41.169800 --- ParallelTerminationStrategy: PID 27 died...
22:49:41.171320 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:41.175047 --- ParallelTerminationStrategy: PID 28 died...
22:49:41.176569 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:41.180331 --- ParallelTerminationStrategy: PID 29 died...
22:49:41.181849 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:41.185584 --- ParallelTerminationStrategy: PID 30 died...
22:49:41.187102 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:41.190834 --- ParallelTerminationStrategy: PID 31 died...
22:49:41.192373 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:41.196128 --- ParallelTerminationStrategy: PID 32 died...
22:49:41.197657 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:41.201395 --- ParallelTerminationStrategy: PID 33 died...
22:49:41.202916 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:41.206629 --- ParallelTerminationStrategy: PID 35 died...
22:49:41.208154 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:41.211885 --- ParallelTerminationStrategy: PID 36 died...
22:49:41.213388 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:41.217090 --- ParallelTerminationStrategy: PID 37 died...
22:49:41.218599 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:41.222312 --- ParallelTerminationStrategy: PID 38 died...
22:49:41.223827 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:41.227513 --- ParallelTerminationStrategy: PID 39 died...
22:49:41.229020 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:41.232729 --- ParallelTerminationStrategy: PID 40 died...
22:49:41.234233 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:41.237961 --- ParallelTerminationStrategy: PID 41 died...
22:49:41.239462 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:41.243194 --- ParallelTerminationStrategy: PID 42 died...
22:49:41.244689 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:41.248416 --- ParallelTerminationStrategy: PID 43 died...
22:49:41.249909 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:41.253584 --- ParallelTerminationStrategy: PID 44 died...
22:49:41.255093 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:41.258827 --- ParallelTerminationStrategy: PID 45 died...
22:49:41.260340 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:41.264063 --- ParallelTerminationStrategy: PID 46 died...
22:49:41.265562 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:41.269290 --- ParallelTerminationStrategy: PID 47 died...
22:49:41.270802 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:41.274522 --- ParallelTerminationStrategy: PID 48 died...
22:49:41.276023 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:41.279731 --- ParallelTerminationStrategy: PID 49 died...
22:49:41.281227 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:41.284938 --- ParallelTerminationStrategy: PID 50 died...
22:49:41.286441 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:41.290146 --- ParallelTerminationStrategy: PID 51 died...
22:49:41.291647 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:41.295342 --- ParallelTerminationStrategy: PID 52 died...
22:49:41.296858 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:41.300567 --- ParallelTerminationStrategy: PID 53 died...
22:49:41.302057 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:41.305759 --- ParallelTerminationStrategy: PID 54 died...
22:49:41.307251 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:41.310965 --- ParallelTerminationStrategy: PID 55 died...
22:49:41.312475 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:41.316187 --- ParallelTerminationStrategy: PID 56 died...
22:49:41.317697 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:41.321392 --- ParallelTerminationStrategy: PID 57 died...
22:49:41.322907 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:41.326602 --- ParallelTerminationStrategy: PID 58 died...
22:49:41.328100 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:41.331817 --- ParallelTerminationStrategy: PID 59 died...
22:49:41.333319 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:41.337034 --- ParallelTerminationStrategy: PID 60 died...
22:49:41.338537 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:41.342228 --- ParallelTerminationStrategy: PID 61 died...
22:49:41.343737 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:41.347439 --- ParallelTerminationStrategy: PID 62 died...
22:49:41.348952 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:41.352675 --- ParallelTerminationStrategy: PID 63 died...
22:49:41.354163 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:41.357882 --- ParallelTerminationStrategy: PID 64 died...
22:49:41.359387 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:41.363121 --- ParallelTerminationStrategy: PID 65 died...
22:49:41.364634 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:41.368367 --- ParallelTerminationStrategy: PID 66 died...
22:49:41.369870 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:41.373602 --- ParallelTerminationStrategy: PID 67 died...
22:49:41.375115 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:41.378829 --- ParallelTerminationStrategy: PID 68 died...
22:49:41.380337 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:41.384063 --- ParallelTerminationStrategy: PID 69 died...
22:49:41.385571 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:41.389300 --- ParallelTerminationStrategy: PID 70 died...
22:49:41.390807 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:41.394528 --- ParallelTerminationStrategy: PID 71 died...
22:49:41.396044 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:41.399747 --- ParallelTerminationStrategy: PID 72 died...
22:49:41.401263 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:41.404981 --- ParallelTerminationStrategy: PID 73 died...
22:49:41.406484 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:41.410190 --- ParallelTerminationStrategy: PID 74 died...
22:49:41.411700 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:41.415427 --- ParallelTerminationStrategy: PID 75 died...
22:49:41.416949 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:41.420673 --- ParallelTerminationStrategy: PID 76 died...
22:49:41.422190 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:41.425927 --- ParallelTerminationStrategy: PID 77 died...
22:49:41.427437 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:41.431147 --- ParallelTerminationStrategy: PID 78 died...
22:49:41.432666 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:41.436372 --- ParallelTerminationStrategy: PID 79 died...
22:49:41.437876 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:41.441588 --- ParallelTerminationStrategy: PID 80 died...
22:49:41.443080 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:41.446787 --- ParallelTerminationStrategy: PID 81 died...
22:49:41.448306 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:41.452033 --- ParallelTerminationStrategy: PID 82 died...
22:49:41.453535 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:41.457243 --- ParallelTerminationStrategy: PID 83 died...
22:49:41.458739 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:41.462458 --- ParallelTerminationStrategy: PID 84 died...
22:49:41.463959 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:41.467655 --- ParallelTerminationStrategy: PID 85 died...
22:49:41.469171 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:41.472903 --- ParallelTerminationStrategy: PID 86 died...
22:49:41.474413 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:41.478169 --- ParallelTerminationStrategy: PID 87 died...
22:49:41.479686 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:41.483386 --- ParallelTerminationStrategy: PID 88 died...
22:49:41.484900 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:41.488601 --- ParallelTerminationStrategy: PID 89 died...
22:49:41.490097 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:41.493793 --- ParallelTerminationStrategy: PID 90 died...
22:49:41.495295 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:41.498997 --- ParallelTerminationStrategy: PID 91 died...
22:49:41.500501 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:41.504193 --- ParallelTerminationStrategy: PID 92 died...
22:49:41.505698 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:41.509419 --- ParallelTerminationStrategy: PID 93 died...
22:49:41.510915 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:41.514608 --- ParallelTerminationStrategy: PID 94 died...
22:49:41.516110 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:41.519824 --- ParallelTerminationStrategy: PID 95 died...
22:49:41.521328 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:41.525052 --- ParallelTerminationStrategy: PID 96 died...
22:49:41.526545 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:41.530284 --- ParallelTerminationStrategy: PID 97 died...
22:49:41.531793 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:41.535475 --- ParallelTerminationStrategy: PID 98 died...
22:49:41.536988 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:41.540708 --- ParallelTerminationStrategy: PID 99 died...
22:49:41.542215 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:41.545909 --- ParallelTerminationStrategy: PID 100 died...
22:49:41.547404 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:41.551082 --- ParallelTerminationStrategy: PID 101 died...
22:49:41.552595 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:41.556287 --- ParallelTerminationStrategy: PID 102 died...
22:49:41.557790 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:41.561470 --- ParallelTerminationStrategy: PID 103 died...
22:49:41.562966 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:41.566769 --- ParallelTerminationStrategy: PID 104 died...
22:49:41.568332 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:41.572128 --- ParallelTerminationStrategy: PID 105 died...
22:49:41.573667 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:41.577476 --- ParallelTerminationStrategy: PID 106 died...
22:49:41.579020 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:41.582840 --- ParallelTerminationStrategy: PID 107 died...
22:49:41.584381 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:41.588207 --- ParallelTerminationStrategy: PID 108 died...
22:49:41.589759 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:41.593571 --- ParallelTerminationStrategy: PID 109 died...
22:49:41.595123 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:41.598960 --- ParallelTerminationStrategy: PID 110 died...
22:49:41.600512 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:41.604315 --- ParallelTerminationStrategy: PID 111 died...
22:49:41.605862 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:41.609613 --- ParallelTerminationStrategy: PID 112 died...
22:49:41.611109 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:41.614822 --- ParallelTerminationStrategy: PID 113 died...
22:49:41.616334 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:41.620084 --- ParallelTerminationStrategy: PID 114 died...
22:49:41.621584 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:41.625301 --- ParallelTerminationStrategy: PID 115 died...
22:49:41.626809 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:41.630504 --- ParallelTerminationStrategy: PID 116 died...
22:49:41.632020 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:41.635729 --- ParallelTerminationStrategy: PID 117 died...
22:49:41.637227 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:41.640919 --- ParallelTerminationStrategy: PID 118 died...
22:49:41.642419 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:41.646123 --- ParallelTerminationStrategy: PID 119 died...
22:49:41.647638 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:41.651346 --- ParallelTerminationStrategy: PID 120 died...
22:49:41.652840 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:41.656539 --- ParallelTerminationStrategy: PID 121 died...
22:49:41.658037 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:41.661752 --- ParallelTerminationStrategy: PID 122 died...
22:49:41.663253 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:41.666967 --- ParallelTerminationStrategy: PID 123 died...
22:49:41.668469 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:41.672189 --- ParallelTerminationStrategy: PID 124 died...
22:49:41.673688 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:41.677413 --- ParallelTerminationStrategy: PID 125 died...
22:49:41.678944 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:41.682667 --- ParallelTerminationStrategy: PID 126 died...
22:49:41.684171 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:41.687894 --- ParallelTerminationStrategy: PID 127 died...
22:49:41.689392 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:41.693097 --- ParallelTerminationStrategy: PID 128 died...
22:49:41.694603 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:41.698316 --- ParallelTerminationStrategy: PID 129 died...
22:49:41.699836 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:41.703540 --- ParallelTerminationStrategy: PID 130 died...
22:49:41.705061 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:41.708765 --- ParallelTerminationStrategy: PID 131 died...
22:49:41.710263 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:41.713971 --- ParallelTerminationStrategy: PID 132 died...
22:49:41.715468 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:41.719166 --- ParallelTerminationStrategy: PID 133 died...
22:49:41.720669 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:41.724363 --- ParallelTerminationStrategy: PID 134 died...
22:49:41.725871 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:41.729587 --- ParallelTerminationStrategy: PID 135 died...
22:49:41.731087 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:41.734813 --- ParallelTerminationStrategy: PID 136 died...
22:49:41.736323 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:41.740068 --- ParallelTerminationStrategy: PID 137 died...
22:49:41.741572 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:41.745307 --- ParallelTerminationStrategy: PID 138 died...
22:49:41.746822 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:41.750575 --- ParallelTerminationStrategy: PID 139 died...
22:49:41.752086 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:41.755820 --- ParallelTerminationStrategy: PID 140 died...
22:49:41.757318 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:41.761068 --- ParallelTerminationStrategy: PID 141 died...
22:49:41.762569 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:41.766275 --- ParallelTerminationStrategy: PID 142 died...
22:49:41.767787 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:41.771491 --- ParallelTerminationStrategy: PID 143 died...
22:49:41.773011 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:41.776768 --- ParallelTerminationStrategy: PID 144 died...
22:49:41.778264 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:41.781970 --- ParallelTerminationStrategy: PID 145 died...
22:49:41.783473 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:41.787219 --- ParallelTerminationStrategy: PID 146 died...
22:49:41.788726 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:41.792480 --- ParallelTerminationStrategy: PID 147 died...
22:49:41.793991 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:41.797714 --- ParallelTerminationStrategy: PID 148 died...
22:49:41.799224 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:41.802964 --- ParallelTerminationStrategy: PID 149 died...
22:49:41.804472 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:41.808221 --- ParallelTerminationStrategy: PID 150 died...
22:49:41.809731 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:41.813442 --- ParallelTerminationStrategy: PID 151 died...
22:49:41.814952 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:41.818678 --- ParallelTerminationStrategy: PID 152 died...
22:49:41.820184 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:41.823923 --- ParallelTerminationStrategy: PID 153 died...
22:49:41.825445 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:41.829163 --- ParallelTerminationStrategy: PID 154 died...
22:49:41.830665 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:41.834406 --- ParallelTerminationStrategy: PID 155 died...
22:49:41.835912 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:41.839620 --- ParallelTerminationStrategy: PID 156 died...
22:49:41.841132 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:41.844881 --- ParallelTerminationStrategy: PID 157 died...
22:49:41.846395 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:41.850111 --- ParallelTerminationStrategy: PID 158 died...
22:49:41.851605 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:41.855326 --- ParallelTerminationStrategy: PID 159 died...
22:49:41.856859 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:41.860594 --- ParallelTerminationStrategy: PID 160 died...
22:49:41.862102 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:41.865818 --- ParallelTerminationStrategy: PID 161 died...
22:49:41.867329 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:41.871060 --- ParallelTerminationStrategy: PID 162 died...
22:49:41.872582 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:41.876318 --- ParallelTerminationStrategy: PID 163 died...
22:49:41.877833 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:41.881556 --- ParallelTerminationStrategy: PID 164 died...
22:49:41.883054 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:41.886777 --- ParallelTerminationStrategy: PID 165 died...
22:49:41.888288 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:41.892021 --- ParallelTerminationStrategy: PID 166 died...
22:49:41.893527 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:41.897242 --- ParallelTerminationStrategy: PID 167 died...
22:49:41.898746 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:41.902476 --- ParallelTerminationStrategy: PID 168 died...
22:49:41.903984 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:41.907730 --- ParallelTerminationStrategy: PID 169 died...
22:49:41.909242 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:41.912981 --- ParallelTerminationStrategy: PID 170 died...
22:49:41.914496 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:41.918242 --- ParallelTerminationStrategy: PID 171 died...
22:49:41.919755 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:41.923483 --- ParallelTerminationStrategy: PID 172 died...
22:49:41.924994 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:41.928722 --- ParallelTerminationStrategy: PID 173 died...
22:49:41.930233 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:41.933965 --- ParallelTerminationStrategy: PID 174 died...
22:49:41.935467 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:41.939225 --- ParallelTerminationStrategy: PID 175 died...
22:49:41.940746 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:41.944477 --- ParallelTerminationStrategy: PID 176 died...
22:49:41.945993 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:41.949756 --- ParallelTerminationStrategy: PID 177 died...
22:49:41.951258 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:41.955025 --- ParallelTerminationStrategy: PID 178 died...
22:49:41.956568 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:41.960328 --- ParallelTerminationStrategy: PID 179 died...
22:49:41.961844 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:41.965612 --- ParallelTerminationStrategy: PID 180 died...
22:49:41.967127 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:41.970891 --- ParallelTerminationStrategy: PID 181 died...
22:49:41.972412 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:41.976160 --- ParallelTerminationStrategy: PID 182 died...
22:49:41.977675 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:41.981428 --- ParallelTerminationStrategy: PID 183 died...
22:49:41.982942 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:41.986697 --- ParallelTerminationStrategy: PID 184 died...
22:49:41.988238 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:41.991999 --- ParallelTerminationStrategy: PID 185 died...
22:49:41.993519 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:41.997282 --- ParallelTerminationStrategy: PID 186 died...
22:49:41.998801 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:42.002551 --- ParallelTerminationStrategy: PID 187 died...
22:49:42.004075 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:42.007818 --- ParallelTerminationStrategy: PID 188 died...
22:49:42.009342 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:42.013111 --- ParallelTerminationStrategy: PID 189 died...
22:49:42.014628 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:42.018406 --- ParallelTerminationStrategy: PID 190 died...
22:49:42.019928 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:42.023685 --- ParallelTerminationStrategy: PID 191 died...
22:49:42.025213 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:42.028982 --- ParallelTerminationStrategy: PID 192 died...
22:49:42.030512 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:42.034278 --- ParallelTerminationStrategy: PID 193 died...
22:49:42.035802 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:42.039544 --- ParallelTerminationStrategy: PID 194 died...
22:49:42.041068 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:42.044833 --- ParallelTerminationStrategy: PID 195 died...
22:49:42.046353 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:42.050121 --- ParallelTerminationStrategy: PID 196 died...
22:49:42.051630 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:42.055404 --- ParallelTerminationStrategy: PID 197 died...
22:49:42.056928 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:42.060673 --- ParallelTerminationStrategy: PID 198 died...
22:49:42.062193 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:42.065941 --- ParallelTerminationStrategy: PID 199 died...
22:49:42.067455 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:42.071223 --- ParallelTerminationStrategy: PID 200 died...
22:49:42.072762 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:42.076505 --- ParallelTerminationStrategy: PID 201 died...
22:49:42.078061 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:42.081820 --- ParallelTerminationStrategy: PID 202 died...
22:49:42.083337 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:42.087098 --- ParallelTerminationStrategy: PID 203 died...
22:49:42.088620 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:42.092385 --- ParallelTerminationStrategy: PID 204 died...
22:49:42.093913 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:42.097677 --- ParallelTerminationStrategy: PID 205 died...
22:49:42.099194 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:42.102955 --- ParallelTerminationStrategy: PID 206 died...
22:49:42.104479 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:42.108248 --- ParallelTerminationStrategy: PID 207 died...
22:49:42.109759 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:42.113527 --- ParallelTerminationStrategy: PID 208 died...
22:49:42.115042 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:42.118804 --- ParallelTerminationStrategy: PID 209 died...
22:49:42.120327 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:42.124081 --- ParallelTerminationStrategy: PID 210 died...
22:49:42.125599 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:42.129360 --- ParallelTerminationStrategy: PID 211 died...
22:49:42.130881 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:42.134631 --- ParallelTerminationStrategy: PID 212 died...
22:49:42.136153 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:42.139918 --- ParallelTerminationStrategy: PID 213 died...
22:49:42.141437 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:42.145197 --- ParallelTerminationStrategy: PID 214 died...
22:49:42.146719 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:42.150481 --- ParallelTerminationStrategy: PID 215 died...
22:49:42.152008 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:42.155769 --- ParallelTerminationStrategy: PID 216 died...
22:49:42.157284 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:42.161034 --- ParallelTerminationStrategy: PID 217 died...
22:49:42.162547 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:42.166306 --- ParallelTerminationStrategy: PID 218 died...
22:49:42.167818 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:42.171539 --- ParallelTerminationStrategy: PID 219 died...
22:49:42.173055 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:42.176780 --- ParallelTerminationStrategy: PID 220 died...
22:49:42.178285 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:42.182019 --- ParallelTerminationStrategy: PID 221 died...
22:49:42.183534 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:42.187275 --- ParallelTerminationStrategy: PID 222 died...
22:49:42.188784 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:42.192534 --- ParallelTerminationStrategy: PID 223 died...
22:49:42.194039 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:42.197779 --- ParallelTerminationStrategy: PID 224 died...
22:49:42.199285 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:42.203040 --- ParallelTerminationStrategy: PID 225 died...
22:49:42.204571 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:42.208312 --- ParallelTerminationStrategy: PID 226 died...
22:49:42.209824 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:42.213560 --- ParallelTerminationStrategy: PID 227 died...
22:49:42.215063 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:42.218801 --- ParallelTerminationStrategy: PID 228 died...
22:49:42.220310 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:42.224042 --- ParallelTerminationStrategy: PID 229 died...
22:49:42.225550 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:42.229280 --- ParallelTerminationStrategy: PID 230 died...
22:49:42.230793 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:42.234531 --- ParallelTerminationStrategy: PID 231 died...
22:49:42.236055 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:42.239810 --- ParallelTerminationStrategy: PID 232 died...
22:49:42.241317 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:42.245056 --- ParallelTerminationStrategy: PID 233 died...
22:49:42.246557 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:42.250300 --- ParallelTerminationStrategy: PID 234 died...
22:49:42.251819 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:45.656161 --- ParallelTerminationStrategy: PID 34 died...
22:49:45.662182 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8306 netreg_mass PASS
---------------------------------------------------------------------
22:49:45.739163 tst trial-8306: Storing JUnit report in /build/trial-8306/run.2026-04-19_22-48-18/trial-8306.xml
--------------------------------------------------------------------------------------------
trial-8306 PASS
--------------------------------------------------------------------------------------------
22:49:45.750190 tst trial-8306: trial-8306: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8306/inst
+ cd trial-8306
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-04-19 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8306-run.tgz run.2026-04-19_22-48-18
+ tar czf /build/trial-8306-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-04-19_13_26_43.tgz osmo-bts-oc2g.build-2026-04-19_00_52_05.tgz osmo-bts-sysmo.build-2026-04-19_00_51_52.tgz osmo-bts.build-2026-04-19_00_52_08.tgz osmo-ggsn.build-2026-04-19_20_42_55.tgz osmo-hlr.build-2026-04-19_16_37_06.tgz osmo-hnbgw.build-2026-04-19_13_29_26.tgz osmo-mgw.build-2026-04-19_08_33_55.tgz osmo-msc.build-2026-04-19_13_33_20.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-04-19_07_35_03.tgz osmo-pcu-sysmo.build-2026-04-19_07_35_00.tgz osmo-pcu.build-2026-04-19_07_35_00.tgz osmo-sgsn.build-2026-04-19_20_48_26.tgz osmo-stp.build-2026-04-19_13_23_11.tgz osmo-trx.build-2026-04-19_14_21_30.tgz osmocom-bb.build-2026-04-19_21_17_19.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