Skipping 14 KB..
Full Log[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins18251870873860810496.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-7926
+ 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
ffa93bd debian-bookworm-build: fix lcov-to-cobertura-xml
+ 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 OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 DONE 0.1s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.1s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.3s
#7 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#7 CACHED
#8 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#8 CACHED
#9 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#9 CACHED
#10 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#10 CACHED
#11 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#11 CACHED
#12 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#12 CACHED
#13 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#13 CACHED
#14 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#14 CACHED
#15 [16/28] RUN APT-GET update && apt-get install -y --no-install-recommends cmake libfftw3-dev libmbedtls-dev libboost-program-options-dev libconfig++-dev libsctp-dev libpcsclite-dev libuhd-dev libczmq-dev libsoapysdr-dev soapysdr-module-lms7 && apt-get clean
#15 CACHED
#16 [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
#16 CACHED
#17 [ 8/28] RUN MKDIR /var/run/sshd
#17 CACHED
#18 [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
#18 CACHED
#19 [ 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
#19 CACHED
#20 [ 2/28] RUN useradd -ms /bin/bash jenkins
#20 CACHED
#21 [20/28] WORKDIR /TMP
#21 CACHED
#22 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#22 CACHED
#23 [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
#23 CACHED
#24 [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
#24 CACHED
#25 [ 3/28] RUN groupadd osmo-gsm-tester
#25 CACHED
#26 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#26 CACHED
#27 [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
#27 CACHED
#28 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#28 CACHED
#29 [ 9/28] COPY SSH /root/.ssh
#29 CACHED
#30 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#30 CACHED
#31 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#31 CACHED
#32 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:e4115c51e35faed1e72846f18f762012a4acf168df941fe6614b9bdb3c4b2ee8 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
[33m2 warnings found (use docker --debug to expand):
[0m - InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
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=7927 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-04-05 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7927
+ mkdir -p trial-7927
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-04-05_13_25_47.tgz osmo-bts-oc2g.build-2025-04-05_00_51_38.tgz osmo-bts-sysmo.build-2025-04-05_00_51_28.tgz osmo-bts.build-2025-04-05_00_51_39.tgz osmo-ggsn.build-2025-04-05_20_42_29.tgz osmo-hlr.build-2025-04-05_16_36_56.tgz osmo-hnbgw.build-2025-04-05_13_28_30.tgz osmo-mgw.build-2025-04-05_08_33_16.tgz osmo-msc.build-2025-04-05_13_32_47.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-05_07_41_41.tgz osmo-pcu-sysmo.build-2025-04-05_07_41_33.tgz osmo-pcu.build-2025-04-05_07_41_41.tgz osmo-sgsn.build-2025-04-05_20_47_53.tgz osmo-stp.build-2025-04-05_13_23_07.tgz osmo-trx.build-2025-04-05_14_26_59.tgz osmocom-bb.build-2025-04-05_21_17_21.tgz srslte.build-19.tgz trial-7927
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-04-05_13_25_47.md5 osmo-bts-oc2g.build-2025-04-05_00_51_38.md5 osmo-bts-sysmo.build-2025-04-05_00_51_28.md5 osmo-bts.build-2025-04-05_00_51_39.md5 osmo-ggsn.build-2025-04-05_20_42_29.md5 osmo-hlr.build-2025-04-05_16_36_56.md5 osmo-hnbgw.build-2025-04-05_13_28_30.md5 osmo-mgw.build-2025-04-05_08_33_16.md5 osmo-msc.build-2025-04-05_13_32_47.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-05_07_41_41.md5 osmo-pcu-sysmo.build-2025-04-05_07_41_33.md5 osmo-pcu.build-2025-04-05_07_41_41.md5 osmo-sgsn.build-2025-04-05_20_47_53.md5 osmo-stp.build-2025-04-05_13_23_07.md5 osmo-trx.build-2025-04-05_14_26_59.md5 osmocom-bb.build-2025-04-05_21_17_21.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-04-05_13_25_47.md5 osmo-bts-oc2g.build-2025-04-05_00_51_38.md5 osmo-bts-sysmo.build-2025-04-05_00_51_28.md5 osmo-bts.build-2025-04-05_00_51_39.md5 osmo-ggsn.build-2025-04-05_20_42_29.md5 osmo-hlr.build-2025-04-05_16_36_56.md5 osmo-hnbgw.build-2025-04-05_13_28_30.md5 osmo-mgw.build-2025-04-05_08_33_16.md5 osmo-msc.build-2025-04-05_13_32_47.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-05_07_41_41.md5 osmo-pcu-sysmo.build-2025-04-05_07_41_33.md5 osmo-pcu.build-2025-04-05_07_41_41.md5 osmo-sgsn.build-2025-04-05_20_47_53.md5 osmo-stp.build-2025-04-05_13_23_07.md5 osmo-trx.build-2025-04-05_14_26_59.md5 osmocom-bb.build-2025-04-05_21_17_21.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-7927 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7927'
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-7927
--------------------------------------------------------------------------------------------
22:48:18.572012 tst trial-7927: Detailed log at /build/trial-7927/run.2025-04-05_22-48-18/log
---------------------------------------------------------------------
trial-7927 netreg_mass
---------------------------------------------------------------------
22:48:18.776055 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.776411 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.777213 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.778385 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.820953 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.822389 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.824487 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.896695 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-7927 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.897454 tst register_default_mass.py:9: Claiming resources for the test
22:48:18.913031 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.913626 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.914096 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.914542 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.915011 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.915490 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.915957 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.978831 tst register_default_mass.py: using LAC 2
22:48:19.012395 tst register_default_mass.py: using RAC 2
22:48:19.047103 tst register_default_mass.py: using CellId 2
22:48:19.082357 tst register_default_mass.py: using BVCI 3
22:48:19.088230 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.088906 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.089471 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.090019 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.090576 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.091111 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.091651 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.092204 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.092742 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.093261 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.093788 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.094324 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.094869 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.095418 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.095953 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.096492 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.097037 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.097572 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.098117 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.098649 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.099277 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.099825 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.100364 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.100904 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.101447 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.101975 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.102510 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.103040 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.103570 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.104107 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.104630 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.105157 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.105681 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.106222 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.106751 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.107275 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.107789 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.108321 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.108852 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.109382 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.109893 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.110407 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.110946 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.111467 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.111977 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.112493 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.113028 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.113554 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.114094 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.114616 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.115222 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.115802 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.116325 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.116863 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.117387 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.117904 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.118435 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.118964 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.119479 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.120006 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.120522 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.121040 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.121574 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.122108 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.122618 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.123148 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.123669 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.124192 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.124797 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.125325 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.125849 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.126376 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.126978 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.127509 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.128024 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.128531 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.129061 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.129582 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.130096 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.130612 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.131132 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.131637 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.132154 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.132679 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.133181 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.133691 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.134203 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.134712 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.135237 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.135753 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.136264 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.136794 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.137318 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.137826 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.138325 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.138849 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.139361 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.139883 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.140410 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.140927 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.141434 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.142015 tst register_default_mass.py:21: Launching a simple network
22:48:19.151967 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.272782 run create_hlr_db(pid=20): Launched
22:48:20.282980 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:20.300090 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:20.315782 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:20.321682 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.497148 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:20.512387 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:20.518168 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.941992 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.958027 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.968899 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:24.082742 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:24.097770 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:24.103371 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:24.127120 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:24.142590 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:24.148301 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:24.468588 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:24.484391 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:30.500880 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.654633 run osmo-bts-virtual(pid=34): Launched
22:48:31.699647 tst register_default_mass.py: using MSISDN 1001
22:48:31.705800 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.802272 tst register_default_mass.py: using MSISDN 1002
22:48:31.808008 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.880673 tst register_default_mass.py: using MSISDN 1003
22:48:31.886453 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.966530 tst register_default_mass.py: using MSISDN 1004
22:48:31.972348 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:32.045131 tst register_default_mass.py: using MSISDN 1005
22:48:32.050869 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:32.122670 tst register_default_mass.py: using MSISDN 1006
22:48:32.131240 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:32.235442 tst register_default_mass.py: using MSISDN 1007
22:48:32.241087 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:32.315161 tst register_default_mass.py: using MSISDN 1008
22:48:32.322027 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:32.401354 tst register_default_mass.py: using MSISDN 1009
22:48:32.407118 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:32.471204 tst register_default_mass.py: using MSISDN 1010
22:48:32.476829 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:32.538616 tst register_default_mass.py: using MSISDN 1011
22:48:32.544335 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:32.618976 tst register_default_mass.py: using MSISDN 1012
22:48:32.624415 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:32.694022 tst register_default_mass.py: using MSISDN 1013
22:48:32.699913 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:32.782278 tst register_default_mass.py: using MSISDN 1014
22:48:32.787817 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:32.858444 tst register_default_mass.py: using MSISDN 1015
22:48:32.863978 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:32.935253 tst register_default_mass.py: using MSISDN 1016
22:48:32.940795 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:33.019428 tst register_default_mass.py: using MSISDN 1017
22:48:33.026891 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:33.096456 tst register_default_mass.py: using MSISDN 1018
22:48:33.101887 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:33.167847 tst register_default_mass.py: using MSISDN 1019
22:48:33.173593 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:33.380026 tst register_default_mass.py: using MSISDN 1020
22:48:33.385576 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:33.453500 tst register_default_mass.py: using MSISDN 1021
22:48:33.459240 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:33.533737 tst register_default_mass.py: using MSISDN 1022
22:48:33.543897 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:33.637003 tst register_default_mass.py: using MSISDN 1023
22:48:33.642930 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:33.708059 tst register_default_mass.py: using MSISDN 1024
22:48:33.715064 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:33.789086 tst register_default_mass.py: using MSISDN 1025
22:48:33.796415 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:33.861293 tst register_default_mass.py: using MSISDN 1026
22:48:33.867901 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:33.938562 tst register_default_mass.py: using MSISDN 1027
22:48:33.944171 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:34.021146 tst register_default_mass.py: using MSISDN 1028
22:48:34.026876 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:34.094096 tst register_default_mass.py: using MSISDN 1029
22:48:34.099454 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:34.167488 tst register_default_mass.py: using MSISDN 1030
22:48:34.173363 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:34.271376 tst register_default_mass.py: using MSISDN 1031
22:48:34.277238 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:34.339168 tst register_default_mass.py: using MSISDN 1032
22:48:34.345115 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:34.429124 tst register_default_mass.py: using MSISDN 1033
22:48:34.435001 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:34.499054 tst register_default_mass.py: using MSISDN 1034
22:48:34.504862 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:34.574919 tst register_default_mass.py: using MSISDN 1035
22:48:34.580512 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:34.656929 tst register_default_mass.py: using MSISDN 1036
22:48:34.662861 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:34.736360 tst register_default_mass.py: using MSISDN 1037
22:48:34.742310 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:34.804034 tst register_default_mass.py: using MSISDN 1038
22:48:34.810352 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:34.879709 tst register_default_mass.py: using MSISDN 1039
22:48:34.886851 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:34.971420 tst register_default_mass.py: using MSISDN 1040
22:48:34.979812 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:35.051661 tst register_default_mass.py: using MSISDN 1041
22:48:35.059860 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:35.196319 tst register_default_mass.py: using MSISDN 1042
22:48:35.202004 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:35.265354 tst register_default_mass.py: using MSISDN 1043
22:48:35.272800 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:35.337301 tst register_default_mass.py: using MSISDN 1044
22:48:35.343148 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:35.423771 tst register_default_mass.py: using MSISDN 1045
22:48:35.429535 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:35.508179 tst register_default_mass.py: using MSISDN 1046
22:48:35.513860 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:35.602912 tst register_default_mass.py: using MSISDN 1047
22:48:35.608532 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:35.689128 tst register_default_mass.py: using MSISDN 1048
22:48:35.694836 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:35.769130 tst register_default_mass.py: using MSISDN 1049
22:48:35.774849 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:35.851302 tst register_default_mass.py: using MSISDN 1050
22:48:35.857117 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:35.923951 tst register_default_mass.py: using MSISDN 1051
22:48:35.929862 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:36.003919 tst register_default_mass.py: using MSISDN 1052
22:48:36.009987 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:36.127495 tst register_default_mass.py: using MSISDN 1053
22:48:36.133165 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:36.202539 tst register_default_mass.py: using MSISDN 1054
22:48:36.209277 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:36.286539 tst register_default_mass.py: using MSISDN 1055
22:48:36.297096 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:36.363159 tst register_default_mass.py: using MSISDN 1056
22:48:36.368554 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:36.434633 tst register_default_mass.py: using MSISDN 1057
22:48:36.440476 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:36.518765 tst register_default_mass.py: using MSISDN 1058
22:48:36.524335 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:36.597237 tst register_default_mass.py: using MSISDN 1059
22:48:36.606606 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:36.678921 tst register_default_mass.py: using MSISDN 1060
22:48:36.684773 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:36.774333 tst register_default_mass.py: using MSISDN 1061
22:48:36.780186 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:36.858267 tst register_default_mass.py: using MSISDN 1062
22:48:36.863912 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:36.945965 tst register_default_mass.py: using MSISDN 1063
22:48:36.951745 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:37.028777 tst register_default_mass.py: using MSISDN 1064
22:48:37.034635 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:37.105455 tst register_default_mass.py: using MSISDN 1065
22:48:37.111172 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:37.184908 tst register_default_mass.py: using MSISDN 1066
22:48:37.190750 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:37.263982 tst register_default_mass.py: using MSISDN 1067
22:48:37.269674 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:37.348233 tst register_default_mass.py: using MSISDN 1068
22:48:37.353689 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:37.453390 tst register_default_mass.py: using MSISDN 1069
22:48:37.463941 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:37.528381 tst register_default_mass.py: using MSISDN 1070
22:48:37.534197 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:37.617372 tst register_default_mass.py: using MSISDN 1071
22:48:37.624630 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:37.715791 tst register_default_mass.py: using MSISDN 1072
22:48:37.721438 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:37.790618 tst register_default_mass.py: using MSISDN 1073
22:48:37.797560 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:37.880237 tst register_default_mass.py: using MSISDN 1074
22:48:37.886056 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:37.962099 tst register_default_mass.py: using MSISDN 1075
22:48:37.972263 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:38.043271 tst register_default_mass.py: using MSISDN 1076
22:48:38.050933 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:38.126490 tst register_default_mass.py: using MSISDN 1077
22:48:38.132039 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:38.201458 tst register_default_mass.py: using MSISDN 1078
22:48:38.206968 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:38.277539 tst register_default_mass.py: using MSISDN 1079
22:48:38.283783 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:38.477404 tst register_default_mass.py: using MSISDN 1080
22:48:38.483118 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:38.564835 tst register_default_mass.py: using MSISDN 1081
22:48:38.570412 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:38.633907 tst register_default_mass.py: using MSISDN 1082
22:48:38.639403 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:38.717947 tst register_default_mass.py: using MSISDN 1083
22:48:38.723843 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:38.792291 tst register_default_mass.py: using MSISDN 1084
22:48:38.798162 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:38.879940 tst register_default_mass.py: using MSISDN 1085
22:48:38.885873 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:38.952817 tst register_default_mass.py: using MSISDN 1086
22:48:38.958507 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:39.052864 tst register_default_mass.py: using MSISDN 1087
22:48:39.058716 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:39.134654 tst register_default_mass.py: using MSISDN 1088
22:48:39.140169 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:39.220734 tst register_default_mass.py: using MSISDN 1089
22:48:39.226253 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:39.301050 tst register_default_mass.py: using MSISDN 1090
22:48:39.306563 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:39.371912 tst register_default_mass.py: using MSISDN 1091
22:48:39.377900 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:39.441285 tst register_default_mass.py: using MSISDN 1092
22:48:39.448296 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:39.519291 tst register_default_mass.py: using MSISDN 1093
22:48:39.527728 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:39.601280 tst register_default_mass.py: using MSISDN 1094
22:48:39.607372 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:39.683432 tst register_default_mass.py: using MSISDN 1095
22:48:39.691696 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:39.770462 tst register_default_mass.py: using MSISDN 1096
22:48:39.776050 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:39.850951 tst register_default_mass.py: using MSISDN 1097
22:48:39.856996 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:39.932342 tst register_default_mass.py: using MSISDN 1098
22:48:39.938363 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:40.010260 tst register_default_mass.py: using MSISDN 1099
22:48:40.015961 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:40.085689 tst register_default_mass.py: using MSISDN 1100
22:48:40.091418 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:40.200776 run mass: Starting testcase
22:48:40.206731 run mass: Pre-launching all virtphy's
22:48:40.212456 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:40.226019 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:40.232447 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:40.245997 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:40.252285 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:40.265752 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:40.271962 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:40.285512 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:40.291668 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:40.305041 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:40.311322 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:40.324795 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:40.330905 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:40.344199 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:40.350382 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:40.363816 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:40.370019 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:40.383521 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:40.389758 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:40.403175 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:40.409456 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:40.423066 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:40.429392 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:40.443000 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:40.449145 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:40.462478 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:40.468703 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:40.482072 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:40.488226 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:40.501568 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:40.507546 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:40.520551 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:40.526771 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:40.539760 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:40.545755 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:40.558849 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:40.564856 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:40.577865 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:40.583822 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:40.597171 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:40.603401 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:40.616967 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:40.623181 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:40.636729 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:40.642951 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:40.656588 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:40.662836 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:40.676343 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:40.682670 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:40.696190 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:40.702490 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:40.716011 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:40.722237 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:40.735784 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:40.742030 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:40.755486 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:40.761690 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:40.775129 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:40.781491 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:40.795055 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:40.801255 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:40.814702 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:40.821022 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:40.834667 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:40.840856 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:40.854386 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:40.860571 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:40.874100 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:40.880313 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:40.893779 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:40.900016 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:40.913510 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:40.919744 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:40.932959 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:40.938964 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:40.951873 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:40.957855 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:40.970836 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:40.977405 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:40.990755 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:40.997110 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:41.010141 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:41.016284 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:41.029323 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:41.035564 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:41.049238 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:41.055511 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:41.069074 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:41.075191 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:41.088358 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:41.094622 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:41.108190 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:41.114467 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:41.127989 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:41.134285 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:41.147873 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:41.154166 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:41.167656 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:41.173949 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:41.187466 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:41.193800 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:41.207318 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:41.213570 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:41.226843 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:41.233029 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:41.246716 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:41.252942 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:41.266372 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:41.272651 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:41.285781 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:41.291995 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:41.305926 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:41.312037 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:41.325095 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:41.331363 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:41.344495 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:41.350436 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:41.363415 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:41.369483 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:41.382815 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:41.388877 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:41.401794 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:41.407871 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:41.420804 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:41.426730 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:41.439669 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:41.445934 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:41.458976 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:41.465179 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:41.478152 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:41.484273 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:41.497090 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:41.503074 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:41.515939 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:41.521935 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:41.534678 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:41.540542 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:41.553292 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:41.559317 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:41.572007 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:41.578010 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:41.590956 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:41.596936 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:41.609716 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:41.615661 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:41.628415 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:41.634556 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:41.647659 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:41.653653 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:41.666598 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:41.672632 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:41.685617 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:41.691843 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:41.704832 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:41.710997 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:41.723928 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:41.729927 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:41.742828 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:41.749117 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:41.761982 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:41.768163 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:41.781154 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:41.787129 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:41.801231 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:41.807283 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:41.820404 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:41.826605 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:41.839823 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:41.845855 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:41.858931 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:41.864864 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:41.877768 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:41.883803 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:41.896772 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:41.902850 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:41.915718 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:41.921639 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:41.934450 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:41.940514 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:41.953872 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:41.960018 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:41.973498 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:41.979545 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:41.992578 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:41.998673 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:42.011575 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:42.017693 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:42.030806 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:42.037021 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:42.052602 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:42.058763 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:42.071772 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:42.077862 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:42.090948 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:42.097166 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:42.110020 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:42.116156 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:42.129397 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:42.135646 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:42.149100 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:42.155266 run mass: Checking if sockets are in the filesystem
22:48:42.167763 run osmo-ms-mob/00000: Starting mobile
22:48:42.181363 run osmo-ms-mob/00000(pid=135): Launched
22:48:42.195748 run mass: MS start registered {at=7124227.899096467, delay=0.00822821818292141, ms=00000}
22:48:46.366814 run osmo-ms-mob/00001: Starting mobile
22:48:46.379852 run osmo-ms-mob/00001(pid=136): Launched
22:48:46.390685 run mass: MS start registered {at=7124232.094015362, delay=0.004700560122728348, ms=00001}
22:48:47.250974 run mass: MS performed LU {at=7124232.954306213, lu_delay=5.055209746584296, ms=00000}
22:48:48.167777 run osmo-ms-mob/00002: Starting mobile
22:48:48.181572 run osmo-ms-mob/00002(pid=137): Launched
22:48:48.193585 run mass: MS start registered {at=7124233.896913477, delay=0.005698182620108128, ms=00002}
22:48:49.467003 run osmo-ms-mob/00003: Starting mobile
22:48:49.480049 run osmo-ms-mob/00003(pid=138): Launched
22:48:49.490997 run mass: MS start registered {at=7124235.194343188, delay=0.004878178238868713, ms=00003}
22:48:50.566811 run osmo-ms-mob/00004: Starting mobile
22:48:50.579786 run osmo-ms-mob/00004(pid=139): Launched
22:48:50.590661 run mass: MS start registered {at=7124236.29401038, delay=0.004859426990151405, ms=00004}
22:48:51.487478 run mass: MS performed LU {at=7124237.190805042, lu_delay=5.096789680421352, ms=00001}
22:48:51.498795 run osmo-ms-mob/00005: Starting mobile
22:48:51.511818 run osmo-ms-mob/00005(pid=140): Launched
22:48:51.523049 run mass: MS start registered {at=7124237.226391881, delay=0.004970616661012173, ms=00005}
22:48:52.467291 run osmo-ms-mob/00006: Starting mobile
22:48:52.480916 run osmo-ms-mob/00006(pid=141): Launched
22:48:52.491801 run mass: MS start registered {at=7124238.19515301, delay=0.0046141548082232475, ms=00006}
22:48:52.917581 run mass: MS performed LU {at=7124238.620899578, lu_delay=4.723986100405455, ms=00002}
22:48:53.367258 run osmo-ms-mob/00007: Starting mobile
22:48:53.380290 run osmo-ms-mob/00007(pid=142): Launched
22:48:53.391628 run mass: MS start registered {at=7124239.094970471, delay=0.005026990547776222, ms=00007}
22:48:54.168978 run osmo-ms-mob/00008: Starting mobile
22:48:54.182773 run osmo-ms-mob/00008(pid=143): Launched
22:48:54.194117 run mass: MS start registered {at=7124239.897466094, delay=0.004818655550479889, ms=00008}
22:48:54.782764 run mass: MS performed LU {at=7124240.486095329, lu_delay=5.291752140969038, ms=00003}
22:48:54.794399 run osmo-ms-mob/00009: Starting mobile
22:48:54.808001 run osmo-ms-mob/00009(pid=144): Launched
22:48:54.818961 run mass: MS start registered {at=7124240.522314281, delay=0.004685436375439167, ms=00009}
22:48:55.570369 run osmo-ms-mob/00010: Starting mobile
22:48:55.584074 run osmo-ms-mob/00010(pid=145): Launched
22:48:55.596051 run mass: MS start registered {at=7124241.299392567, delay=0.005591310560703278, ms=00010}
22:48:56.167646 run osmo-ms-mob/00011: Starting mobile
22:48:56.180961 run osmo-ms-mob/00011(pid=146): Launched
22:48:56.192034 run mass: MS start registered {at=7124241.895384023, delay=0.005017552524805069, ms=00011}
22:48:56.683911 run mass: MS performed LU {at=7124242.387232777, lu_delay=6.093222396448255, ms=00004}
22:48:56.695654 run osmo-ms-mob/00012: Starting mobile
22:48:56.708858 run osmo-ms-mob/00012(pid=147): Launched
22:48:56.715460 run mass: MS performed LU {at=7124242.418790874, lu_delay=5.192398993298411, ms=00005}
22:48:56.721491 run mass: MS start registered {at=7124242.424858073, delay=0.00608577486127615, ms=00012}
22:48:57.367723 run osmo-ms-mob/00013: Starting mobile
22:48:57.381747 run osmo-ms-mob/00013(pid=148): Launched
22:48:57.393155 run mass: MS start registered {at=7124243.096504458, delay=0.005117821507155895, ms=00013}
22:48:57.967518 run osmo-ms-mob/00014: Starting mobile
22:48:57.981274 run osmo-ms-mob/00014(pid=149): Launched
22:48:57.993772 run mass: MS start registered {at=7124243.697105894, delay=0.005928548984229565, ms=00014}
22:48:58.548170 run mass: MS performed LU {at=7124244.251501096, lu_delay=5.156530625186861, ms=00007}
22:48:58.559450 run osmo-ms-mob/00015: Starting mobile
22:48:58.572483 run osmo-ms-mob/00015(pid=150): Launched
22:48:58.583111 run mass: MS start registered {at=7124244.286463373, delay=0.004617107100784779, ms=00015}
22:48:58.612623 run mass: MS performed LU {at=7124244.315974352, lu_delay=6.120821341872215, ms=00006}
22:48:59.067807 run osmo-ms-mob/00016: Starting mobile
22:48:59.081376 run osmo-ms-mob/00016(pid=151): Launched
22:48:59.092057 run mass: MS start registered {at=7124244.795403408, delay=0.004204045049846172, ms=00016}
22:48:59.567481 run osmo-ms-mob/00017: Starting mobile
22:48:59.581451 run osmo-ms-mob/00017(pid=152): Launched
22:48:59.592455 run mass: MS start registered {at=7124245.295809484, delay=0.004665819928050041, ms=00017}
22:49:00.166745 run osmo-ms-mob/00018: Starting mobile
22:49:00.180410 run osmo-ms-mob/00018(pid=153): Launched
22:49:00.191504 run mass: MS start registered {at=7124245.894854519, delay=0.00479742418974638, ms=00018}
22:49:00.449663 run mass: MS performed LU {at=7124246.152997289, lu_delay=4.853604721836746, ms=00010}
22:49:00.477207 run mass: MS performed LU {at=7124246.180549525, lu_delay=5.658235243521631, ms=00009}
22:49:00.492744 run osmo-ms-mob/00019: Starting mobile
22:49:00.506147 run osmo-ms-mob/00019(pid=154): Launched
22:49:00.517239 run mass: MS start registered {at=7124246.220590871, delay=0.004873388446867466, ms=00019}
22:49:00.564879 run mass: MS performed LU {at=7124246.268225716, lu_delay=6.370759622193873, ms=00008}
22:49:01.067184 run osmo-ms-mob/00020: Starting mobile
22:49:01.080782 run osmo-ms-mob/00020(pid=155): Launched
22:49:01.092158 run mass: MS start registered {at=7124246.795506534, delay=0.0051484014838933945, ms=00020}
22:49:01.567533 run osmo-ms-mob/00021: Starting mobile
22:49:01.581503 run osmo-ms-mob/00021(pid=156): Launched
22:49:01.592513 run mass: MS start registered {at=7124247.295862628, delay=0.004756455309689045, ms=00021}
22:49:01.967687 run osmo-ms-mob/00022: Starting mobile
22:49:01.981213 run osmo-ms-mob/00022(pid=157): Launched
22:49:01.992344 run mass: MS start registered {at=7124247.6956948, delay=0.004605977796018124, ms=00022}
22:49:02.230883 run mass: MS performed LU {at=7124247.934220348, lu_delay=5.5093622747808695, ms=00012}
22:49:02.313964 run mass: MS performed LU {at=7124248.01730087, lu_delay=4.9207964120432734, ms=00013}
22:49:02.378943 run mass: MS performed LU {at=7124248.082278903, lu_delay=6.186894879676402, ms=00011}
22:49:02.390716 run osmo-ms-mob/00023: Starting mobile
22:49:02.404253 run osmo-ms-mob/00023(pid=158): Launched
22:49:02.415305 run mass: MS start registered {at=7124248.118654334, delay=0.0046801697462797165, ms=00023}
22:49:02.867217 run osmo-ms-mob/00024: Starting mobile
22:49:02.880843 run osmo-ms-mob/00024(pid=159): Launched
22:49:02.891609 run mass: MS start registered {at=7124248.594962142, delay=0.004691040143370628, ms=00024}
22:49:03.367304 run osmo-ms-mob/00025: Starting mobile
22:49:03.380953 run osmo-ms-mob/00025(pid=160): Launched
22:49:03.392242 run mass: MS start registered {at=7124249.095588654, delay=0.005040423944592476, ms=00025}
22:49:03.767483 run osmo-ms-mob/00026: Starting mobile
22:49:03.782822 run osmo-ms-mob/00026(pid=161): Launched
22:49:03.793925 run mass: MS start registered {at=7124249.497274818, delay=0.0048632873222231865, ms=00026}
22:49:04.167155 run osmo-ms-mob/00027: Starting mobile
22:49:04.180814 run osmo-ms-mob/00027(pid=162): Launched
22:49:04.191799 run mass: MS start registered {at=7124249.895142476, delay=0.004664178937673569, ms=00027}
22:49:04.215816 run mass: MS performed LU {at=7124249.919131958, lu_delay=5.123728550039232, ms=00016}
22:49:04.243552 run mass: MS performed LU {at=7124249.946884945, lu_delay=6.249779051169753, ms=00014}
22:49:04.331271 run mass: MS performed LU {at=7124250.034606103, lu_delay=4.738796618767083, ms=00017}
22:49:04.343355 run osmo-ms-mob/00028: Starting mobile
22:49:04.357082 run osmo-ms-mob/00028(pid=163): Launched
22:49:04.368131 run mass: MS performed LU {at=7124250.071481633, lu_delay=5.7850182596594095, ms=00015}
22:49:04.374195 run mass: MS start registered {at=7124250.077561306, delay=0.010608702898025513, ms=00028}
22:49:04.967935 run osmo-ms-mob/00029: Starting mobile
22:49:04.981620 run osmo-ms-mob/00029(pid=164): Launched
22:49:04.992792 run mass: MS start registered {at=7124250.696140403, delay=0.00488879531621933, ms=00029}
22:49:05.366585 run osmo-ms-mob/00030: Starting mobile
22:49:05.379894 run osmo-ms-mob/00030(pid=165): Launched
22:49:05.390794 run mass: MS start registered {at=7124251.094122366, delay=0.004599521867930889, ms=00030}
22:49:05.766951 run osmo-ms-mob/00031: Starting mobile
22:49:05.780943 run osmo-ms-mob/00031(pid=166): Launched
22:49:05.792497 run mass: MS start registered {at=7124251.495836237, delay=0.005097629502415657, ms=00031}
22:49:05.997450 run mass: MS performed LU {at=7124251.700785562, lu_delay=5.8059310438111424, ms=00018}
22:49:06.009174 run osmo-ms-mob/00032: Starting mobile
22:49:06.022713 run osmo-ms-mob/00032(pid=167): Launched
22:49:06.034240 run mass: MS start registered {at=7124251.737585088, delay=0.005218196660280228, ms=00032}
22:49:06.079981 run mass: MS performed LU {at=7124251.783316494, lu_delay=4.987809959799051, ms=00020}
22:49:06.144840 run mass: MS performed LU {at=7124251.848173202, lu_delay=5.627582331188023, ms=00019}
22:49:06.269704 run mass: MS performed LU {at=7124251.973037997, lu_delay=4.677175369113684, ms=00021}
22:49:06.281390 run osmo-ms-mob/00033: Starting mobile
22:49:06.295179 run osmo-ms-mob/00033(pid=168): Launched
22:49:06.306510 run mass: MS start registered {at=7124252.009854078, delay=0.005013817921280861, ms=00033}
22:49:06.866845 run osmo-ms-mob/00034: Starting mobile
22:49:06.880568 run osmo-ms-mob/00034(pid=169): Launched
22:49:06.891730 run mass: MS start registered {at=7124252.595073414, delay=0.004934400320053101, ms=00034}
22:49:07.168329 run osmo-ms-mob/00035: Starting mobile
22:49:07.182325 run osmo-ms-mob/00035(pid=170): Launched
22:49:07.194209 run mass: MS start registered {at=7124252.897539773, delay=0.005292836576700211, ms=00035}
22:49:07.567687 run osmo-ms-mob/00036: Starting mobile
22:49:07.580910 run osmo-ms-mob/00036(pid=171): Launched
22:49:07.591650 run mass: MS start registered {at=7124253.294986088, delay=0.004697157070040703, ms=00036}
22:49:07.973605 run osmo-ms-mob/00037: Starting mobile
22:49:07.987624 run osmo-ms-mob/00037(pid=172): Launched
22:49:07.993876 run mass: MS performed LU {at=7124253.697234068, lu_delay=5.102271925657988, ms=00024}
22:49:07.999940 run mass: MS start registered {at=7124253.703306042, delay=0.0060919784009456635, ms=00037}
22:49:08.009550 run mass: MS performed LU {at=7124253.712903301, lu_delay=6.017208501696587, ms=00022}
22:49:08.020591 run osmo-ms-mob/00038: Starting mobile
22:49:08.033981 run osmo-ms-mob/00038(pid=173): Launched
22:49:08.045278 run mass: MS start registered {at=7124253.748631023, delay=0.005107044242322445, ms=00038}
22:49:08.097382 run mass: MS performed LU {at=7124253.800721249, lu_delay=5.682066914625466, ms=00023}
22:49:08.133319 run mass: MS performed LU {at=7124253.836654721, lu_delay=4.741066066548228, ms=00025}
22:49:08.145025 run osmo-ms-mob/00039: Starting mobile
22:49:08.158842 run osmo-ms-mob/00039(pid=174): Launched
22:49:08.170236 run mass: MS start registered {at=7124253.873584174, delay=0.00513580534607172, ms=00039}
22:49:08.967463 run osmo-ms-mob/00040: Starting mobile
22:49:08.981380 run osmo-ms-mob/00040(pid=175): Launched
22:49:08.992819 run mass: MS start registered {at=7124254.696154982, delay=0.005158609710633755, ms=00040}
22:49:09.267721 run osmo-ms-mob/00041: Starting mobile
22:49:09.281563 run osmo-ms-mob/00041(pid=176): Launched
22:49:09.293048 run mass: MS start registered {at=7124254.996390684, delay=0.004818890243768692, ms=00041}
22:49:09.583256 run osmo-ms-mob/00042: Starting mobile
22:49:09.597164 run osmo-ms-mob/00042(pid=177): Launched
22:49:09.608281 run mass: MS start registered {at=7124255.311630288, delay=0.0051143234595656395, ms=00042}
22:49:09.763278 run mass: MS performed LU {at=7124255.466605343, lu_delay=5.969330525025725, ms=00026}
22:49:09.846165 run mass: MS performed LU {at=7124255.549499631, lu_delay=5.4719383250921965, ms=00028}
22:49:09.858070 run osmo-ms-mob/00043: Starting mobile
22:49:09.871985 run osmo-ms-mob/00043(pid=178): Launched
22:49:09.882950 run mass: MS start registered {at=7124255.58630232, delay=0.0047324784100055695, ms=00043}
22:49:09.911080 run mass: MS performed LU {at=7124255.614402295, lu_delay=4.918261892162263, ms=00029}
22:49:10.037580 run mass: MS performed LU {at=7124255.740855813, lu_delay=5.845713336952031, ms=00027}
22:49:10.065935 run osmo-ms-mob/00044: Starting mobile
22:49:10.079009 run osmo-ms-mob/00044(pid=179): Launched
22:49:10.085351 run mass: MS performed LU {at=7124255.788707346, lu_delay=4.69458497967571, ms=00030}
22:49:10.091133 run mass: MS start registered {at=7124255.794498805, delay=0.005810613743960857, ms=00044}
22:49:10.568019 run osmo-ms-mob/00045: Starting mobile
22:49:10.582189 run osmo-ms-mob/00045(pid=180): Launched
22:49:10.593475 run mass: MS start registered {at=7124256.296815669, delay=0.004842828027904034, ms=00045}
22:49:10.867794 run osmo-ms-mob/00046: Starting mobile
22:49:10.881900 run osmo-ms-mob/00046(pid=181): Launched
22:49:10.893356 run mass: MS start registered {at=7124256.596703473, delay=0.005081984214484692, ms=00046}
22:49:11.171413 run osmo-ms-mob/00047: Starting mobile
22:49:11.186183 run osmo-ms-mob/00047(pid=182): Launched
22:49:11.197942 run mass: MS start registered {at=7124256.901284135, delay=0.005151919089257717, ms=00047}
22:49:11.467345 run osmo-ms-mob/00048: Starting mobile
22:49:11.481370 run osmo-ms-mob/00048(pid=183): Launched
22:49:11.492644 run mass: MS start registered {at=7124257.195988373, delay=0.004819981753826141, ms=00048}
22:49:11.627238 run mass: MS performed LU {at=7124257.330551578, lu_delay=5.592966489493847, ms=00032}
22:49:11.664029 run mass: MS performed LU {at=7124257.367346766, lu_delay=5.871510528959334, ms=00031}
22:49:11.677826 run osmo-ms-mob/00049: Starting mobile
22:49:11.691805 run osmo-ms-mob/00049(pid=184): Launched
22:49:11.703088 run mass: MS start registered {at=7124257.406434625, delay=0.005028619430959225, ms=00049}
22:49:11.775244 run mass: MS performed LU {at=7124257.478576473, lu_delay=4.883503058925271, ms=00034}
22:49:11.955500 run mass: MS performed LU {at=7124257.658836096, lu_delay=4.761296322569251, ms=00035}
22:49:11.967551 run osmo-ms-mob/00050: Starting mobile
22:49:11.980559 run osmo-ms-mob/00050(pid=185): Launched
22:49:11.991458 run mass: MS start registered {at=7124257.69481038, delay=0.004600671119987965, ms=00050}
22:49:12.467614 run osmo-ms-mob/00051: Starting mobile
22:49:12.481771 run osmo-ms-mob/00051(pid=186): Launched
22:49:12.493317 run mass: MS start registered {at=7124258.196659618, delay=0.005173151381313801, ms=00051}
22:49:12.670981 run mass: MS performed LU {at=7124258.374306901, lu_delay=6.364452823065221, ms=00033}
22:49:12.690538 run osmo-ms-mob/00052: Starting mobile
22:49:12.704293 run osmo-ms-mob/00052(pid=187): Launched
22:49:12.715918 run mass: MS start registered {at=7124258.419201195, delay=0.005312229506671429, ms=00052}
22:49:13.067902 run osmo-ms-mob/00053: Starting mobile
22:49:13.081727 run osmo-ms-mob/00053(pid=188): Launched
22:49:13.093750 run mass: MS start registered {at=7124258.797062519, delay=0.005764109082520008, ms=00053}
22:49:13.368645 run osmo-ms-mob/00054: Starting mobile
22:49:13.382526 run osmo-ms-mob/00054(pid=189): Launched
22:49:13.394079 run mass: MS start registered {at=7124259.097410468, delay=0.005020415410399437, ms=00054}
22:49:13.528573 run mass: MS performed LU {at=7124259.231906822, lu_delay=5.9369207341223955, ms=00036}
22:49:13.565447 run mass: MS performed LU {at=7124259.268782814, lu_delay=5.395198640413582, ms=00039}
22:49:13.577027 run osmo-ms-mob/00055: Starting mobile
22:49:13.591076 run osmo-ms-mob/00055(pid=190): Launched
22:49:13.602282 run mass: MS start registered {at=7124259.305633028, delay=0.004896284081041813, ms=00055}
22:49:13.675986 run mass: MS performed LU {at=7124259.37932133, lu_delay=5.676015288569033, ms=00037}
22:49:13.819238 run mass: MS performed LU {at=7124259.522574438, lu_delay=5.773943414911628, ms=00038}
22:49:13.830962 run osmo-ms-mob/00056: Starting mobile
22:49:13.844821 run osmo-ms-mob/00056(pid=191): Launched
22:49:13.855839 run mass: MS performed LU {at=7124259.559186406, lu_delay=4.8630314245820045, ms=00040}
22:49:13.862157 run mass: MS start registered {at=7124259.565521488, delay=0.010785664431750774, ms=00056}
22:49:14.267374 run osmo-ms-mob/00057: Starting mobile
22:49:14.281643 run osmo-ms-mob/00057(pid=192): Launched
22:49:14.293152 run mass: MS start registered {at=7124259.996491493, delay=0.005189875140786171, ms=00057}
22:49:14.668140 run osmo-ms-mob/00058: Starting mobile
22:49:14.682815 run osmo-ms-mob/00058(pid=193): Launched
22:49:14.695922 run mass: MS start registered {at=7124260.399219156, delay=0.00518710445612669, ms=00058}
22:49:14.807184 run mass: MS performed LU {at=7124260.510488667, lu_delay=4.715989861637354, ms=00044}
22:49:14.974650 run osmo-ms-mob/00059: Starting mobile
22:49:15.005154 run osmo-ms-mob/00059(pid=194): Launched
22:49:15.019879 run mass: MS start registered {at=7124260.723208216, delay=3.780238330364227e-05, ms=00059}
22:49:15.274065 run osmo-ms-mob/00060: Starting mobile
22:49:15.303126 run osmo-ms-mob/00060(pid=195): Launched
22:49:15.316737 run mass: MS start registered {at=7124261.020080439, delay=3.400910645723343e-05, ms=00060}
22:49:15.393741 run mass: MS performed LU {at=7124261.097046934, lu_delay=5.785416645929217, ms=00042}
22:49:15.430624 run mass: MS performed LU {at=7124261.133936835, lu_delay=5.547634515911341, ms=00043}
22:49:15.541488 run mass: MS performed LU {at=7124261.244791448, lu_delay=6.248400764539838, ms=00041}
22:49:15.555976 run osmo-ms-mob/00061: Starting mobile
22:49:15.583229 run osmo-ms-mob/00061(pid=196): Launched
22:49:15.597134 run mass: MS start registered {at=7124261.300470104, delay=4.519987851381302e-05, ms=00061}
22:49:15.721428 run mass: MS performed LU {at=7124261.424748041, lu_delay=4.8280445681884885, ms=00046}
22:49:15.967915 run osmo-ms-mob/00062: Starting mobile
22:49:15.981086 run osmo-ms-mob/00062(pid=197): Launched
22:49:15.992826 run mass: MS start registered {at=7124261.696167646, delay=0.005542395636439323, ms=00062}
22:49:16.268275 run osmo-ms-mob/00063: Starting mobile
22:49:16.285038 run osmo-ms-mob/00063(pid=198): Launched
22:49:16.298812 run mass: MS start registered {at=7124262.00214986, delay=0.0054640742018818855, ms=00063}
22:49:16.668874 run osmo-ms-mob/00064: Starting mobile
22:49:16.683867 run osmo-ms-mob/00064(pid=199): Launched
22:49:16.695148 run mass: MS start registered {at=7124262.398495546, delay=0.0048029739409685135, ms=00064}
22:49:17.068237 run osmo-ms-mob/00065: Starting mobile
22:49:17.083373 run osmo-ms-mob/00065(pid=200): Launched
22:49:17.096530 run mass: MS start registered {at=7124262.799831311, delay=0.005822974257171154, ms=00065}
22:49:17.293945 run mass: MS performed LU {at=7124262.997281903, lu_delay=5.801293530501425, ms=00048}
22:49:17.307328 run osmo-ms-mob/00066: Starting mobile
22:49:17.323315 run osmo-ms-mob/00066(pid=201): Launched
22:49:17.338171 run mass: MS start registered {at=7124263.041507675, delay=0.005700170993804932, ms=00066}
22:49:17.377411 run mass: MS performed LU {at=7124263.080714995, lu_delay=5.385904614813626, ms=00050}
22:49:17.442387 run mass: MS performed LU {at=7124263.145715719, lu_delay=5.73928109370172, ms=00049}
22:49:17.567846 run mass: MS performed LU {at=7124263.271182834, lu_delay=6.369898699223995, ms=00047}
22:49:17.580170 run osmo-ms-mob/00067: Starting mobile
22:49:17.594822 run osmo-ms-mob/00067(pid=202): Launched
22:49:17.601505 run mass: MS performed LU {at=7124263.304861817, lu_delay=4.885660621337593, ms=00052}
22:49:17.607990 run mass: MS start registered {at=7124263.311355929, delay=0.006514557637274265, ms=00067}
22:49:17.621954 run mass: MS performed LU {at=7124263.325284267, lu_delay=5.128624648787081, ms=00051}
22:49:17.640616 run osmo-ms-mob/00068: Starting mobile
22:49:17.654968 run osmo-ms-mob/00068(pid=203): Launched
22:49:17.666191 run mass: MS start registered {at=7124263.369539969, delay=0.004719776101410389, ms=00068}
22:49:18.468496 run osmo-ms-mob/00069: Starting mobile
22:49:18.484255 run osmo-ms-mob/00069(pid=204): Launched
22:49:18.497447 run mass: MS start registered {at=7124264.20078848, delay=0.00555812194943428, ms=00069}
22:49:18.688396 run mass: MS performed LU {at=7124264.391714332, lu_delay=3.9924951754510403, ms=00058}
22:49:18.868081 run osmo-ms-mob/00070: Starting mobile
22:49:18.883376 run osmo-ms-mob/00070(pid=205): Launched
22:49:18.896943 run mass: MS start registered {at=7124264.60025402, delay=0.0050819506868720055, ms=00070}
22:49:19.271938 run osmo-ms-mob/00071: Starting mobile
22:49:19.289247 run osmo-ms-mob/00071(pid=206): Launched
22:49:19.297479 run mass: MS performed LU {at=7124265.000832532, lu_delay=5.435311043635011, ms=00056}
22:49:19.306508 run mass: MS performed LU {at=7124265.009863744, lu_delay=5.70423071552068, ms=00055}
22:49:19.348048 run mass: MS start registered {at=7124265.051308808, delay=0.05050145275890827, ms=00071}
22:49:19.394306 run mass: MS performed LU {at=7124265.097640281, lu_delay=6.0002298122271895, ms=00054}
22:49:19.406996 run osmo-ms-mob/00072: Starting mobile
22:49:19.423850 run osmo-ms-mob/00072(pid=207): Launched
22:49:19.431722 run mass: MS performed LU {at=7124265.135072248, lu_delay=6.3380097290501, ms=00053}
22:49:19.438369 run mass: MS start registered {at=7124265.141733612, delay=0.008083799853920937, ms=00072}
22:49:19.486314 run mass: MS performed LU {at=7124265.189647964, lu_delay=5.193156471475959, ms=00057}
22:49:20.077885 run osmo-ms-mob/00073: Starting mobile
22:49:20.113285 run osmo-ms-mob/00073(pid=208): Launched
22:49:20.129252 run mass: MS start registered {at=7124265.832589922, delay=3.645848482847214e-05, ms=00073}
22:49:20.472352 run osmo-ms-mob/00074: Starting mobile
22:49:20.490274 run osmo-ms-mob/00074(pid=209): Launched
22:49:20.508279 run mass: MS start registered {at=7124266.211587964, delay=0.009035540744662285, ms=00074}
22:49:20.868926 run osmo-ms-mob/00075: Starting mobile
22:49:20.883132 run osmo-ms-mob/00075(pid=210): Launched
22:49:20.895024 run mass: MS start registered {at=7124266.598357615, delay=0.005250163376331329, ms=00075}
22:49:21.060084 run mass: MS performed LU {at=7124266.763396866, lu_delay=5.067229219712317, ms=00062}
22:49:21.097634 run mass: MS performed LU {at=7124266.800964676, lu_delay=5.500494571402669, ms=00061}
22:49:21.208381 run mass: MS performed LU {at=7124266.911713481, lu_delay=6.188505264930427, ms=00059}
22:49:21.351657 run mass: MS performed LU {at=7124267.054992449, lu_delay=5.052842588163912, ms=00063}
22:49:21.363432 run osmo-ms-mob/00076: Starting mobile
22:49:21.376820 run osmo-ms-mob/00076(pid=211): Launched
22:49:21.388262 run mass: MS performed LU {at=7124267.091612053, lu_delay=4.6931165074929595, ms=00064}
22:49:21.394427 run mass: MS start registered {at=7124267.097792335, delay=0.010890424251556396, ms=00076}
22:49:21.768681 run osmo-ms-mob/00077: Starting mobile
22:49:21.785840 run osmo-ms-mob/00077(pid=212): Launched
22:49:21.798812 run mass: MS start registered {at=7124267.502142172, delay=0.005496324971318245, ms=00077}
22:49:22.103387 run mass: MS performed LU {at=7124267.806720393, lu_delay=6.7866399539634585, ms=00060}
22:49:22.267713 run osmo-ms-mob/00078: Starting mobile
22:49:22.282780 run osmo-ms-mob/00078(pid=213): Launched
22:49:22.297446 run mass: MS start registered {at=7124268.000783649, delay=0.007582503370940685, ms=00078}
22:49:22.667630 run osmo-ms-mob/00079: Starting mobile
22:49:22.690122 run osmo-ms-mob/00079(pid=214): Launched
22:49:22.701884 run mass: MS start registered {at=7124268.40521199, delay=0.005454619415104389, ms=00079}
22:49:22.925134 run mass: MS performed LU {at=7124268.628465978, lu_delay=5.317110049538314, ms=00067}
22:49:22.961239 run mass: MS performed LU {at=7124268.664574885, lu_delay=5.864743573591113, ms=00065}
22:49:23.072853 run mass: MS performed LU {at=7124268.776187928, lu_delay=5.734680253081024, ms=00066}
22:49:23.084475 run osmo-ms-mob/00080: Starting mobile
22:49:23.098195 run osmo-ms-mob/00080(pid=215): Launched
22:49:23.109195 run mass: MS start registered {at=7124268.812548709, delay=0.004677438177168369, ms=00080}
22:49:23.252847 run mass: MS performed LU {at=7124268.956182113, lu_delay=5.5866421442478895, ms=00068}
22:49:23.289494 run mass: MS performed LU {at=7124268.992831096, lu_delay=4.792042615823448, ms=00069}
22:49:23.667100 run osmo-ms-mob/00081: Starting mobile
22:49:23.681327 run osmo-ms-mob/00081(pid=216): Launched
22:49:23.692928 run mass: MS start registered {at=7124269.396273546, delay=0.004629133269190788, ms=00081}
22:49:24.067471 run osmo-ms-mob/00082: Starting mobile
22:49:24.090428 run osmo-ms-mob/00082(pid=217): Launched
22:49:24.101897 run mass: MS start registered {at=7124269.805241656, delay=0.005036970600485802, ms=00082}
22:49:24.669563 run osmo-ms-mob/00083: Starting mobile
22:49:24.684371 run osmo-ms-mob/00083(pid=218): Launched
22:49:24.696406 run mass: MS start registered {at=7124270.399728558, delay=0.005792340263724327, ms=00083}
22:49:24.825819 run mass: MS performed LU {at=7124270.529135136, lu_delay=5.477826328016818, ms=00071}
22:49:24.863330 run mass: MS performed LU {at=7124270.566664547, lu_delay=4.3550765831023455, ms=00074}
22:49:24.973628 run mass: MS performed LU {at=7124270.676940049, lu_delay=5.535206437110901, ms=00072}
22:49:25.117821 run mass: MS performed LU {at=7124270.821127079, lu_delay=4.98853715788573, ms=00073}
22:49:25.135779 run osmo-ms-mob/00084: Starting mobile
22:49:25.152260 run osmo-ms-mob/00084(pid=219): Launched
22:49:25.159793 run mass: MS performed LU {at=7124270.86314648, lu_delay=6.26289246045053, ms=00070}
22:49:25.167185 run mass: MS start registered {at=7124270.870546812, delay=0.007423143833875656, ms=00084}
22:49:25.669871 run osmo-ms-mob/00085: Starting mobile
22:49:25.686514 run osmo-ms-mob/00085(pid=220): Launched
22:49:25.700103 run mass: MS start registered {at=7124271.403443604, delay=0.006027732044458389, ms=00085}
22:49:26.274411 run osmo-ms-mob/00086: Starting mobile
22:49:26.293252 run osmo-ms-mob/00086(pid=221): Launched
22:49:26.306567 run mass: MS start registered {at=7124272.009910772, delay=0.0053887078538537025, ms=00086}
22:49:26.810486 run mass: MS performed LU {at=7124272.513804624, lu_delay=5.915447008796036, ms=00075}
22:49:26.823719 run osmo-ms-mob/00087: Starting mobile
22:49:26.892279 run osmo-ms-mob/00087(pid=222): Launched
22:49:26.899303 run mass: MS performed LU {at=7124272.602660405, lu_delay=5.100518233142793, ms=00077}
22:49:26.905423 run mass: MS start registered {at=7124272.608787963, delay=0.006146981380879879, ms=00087}
22:49:26.925755 run mass: MS performed LU {at=7124272.629076866, lu_delay=5.531284531578422, ms=00076}
22:49:27.198038 run mass: MS performed LU {at=7124272.901354774, lu_delay=4.900571124628186, ms=00078}
22:49:27.467616 run osmo-ms-mob/00088: Starting mobile
22:49:27.481949 run osmo-ms-mob/00088(pid=223): Launched
22:49:27.493781 run mass: MS start registered {at=7124273.197125785, delay=0.005441389977931976, ms=00088}
22:49:28.067431 run osmo-ms-mob/00089: Starting mobile
22:49:28.081236 run osmo-ms-mob/00089(pid=224): Launched
22:49:28.092959 run mass: MS start registered {at=7124273.796302757, delay=0.005481633357703686, ms=00089}
22:49:28.591603 run mass: MS performed LU {at=7124274.294925118, lu_delay=4.898651571944356, ms=00081}
22:49:28.604371 run osmo-ms-mob/00090: Starting mobile
22:49:28.617995 run osmo-ms-mob/00090(pid=225): Launched
22:49:28.630049 run mass: MS start registered {at=7124274.333389421, delay=0.005851715803146362, ms=00090}
22:49:28.674877 run mass: MS performed LU {at=7124274.378170314, lu_delay=5.9729583244770765, ms=00079}
22:49:28.739332 run mass: MS performed LU {at=7124274.442661103, lu_delay=5.630112393759191, ms=00080}
22:49:28.864400 run mass: MS performed LU {at=7124274.567690429, lu_delay=4.76244877371937, ms=00082}
22:49:29.367745 run osmo-ms-mob/00091: Starting mobile
22:49:29.381976 run osmo-ms-mob/00091(pid=226): Launched
22:49:29.393464 run mass: MS start registered {at=7124275.096807724, delay=0.0051789665594697, ms=00091}
22:49:30.067383 run osmo-ms-mob/00092: Starting mobile
22:49:30.081051 run osmo-ms-mob/00092(pid=227): Launched
22:49:30.092722 run mass: MS start registered {at=7124275.796062245, delay=0.005318419076502323, ms=00092}
22:49:30.576482 run mass: MS performed LU {at=7124276.279814821, lu_delay=4.876371216960251, ms=00085}
22:49:30.604120 run mass: MS performed LU {at=7124276.307454902, lu_delay=5.907726343721151, ms=00083}
22:49:30.692070 run mass: MS performed LU {at=7124276.39540464, lu_delay=5.524857827462256, ms=00084}
22:49:30.704941 run osmo-ms-mob/00093: Starting mobile
22:49:30.720190 run osmo-ms-mob/00093(pid=228): Launched
22:49:30.731620 run mass: MS start registered {at=7124276.434966343, delay=0.005137698724865913, ms=00093}
22:49:31.772352 run osmo-ms-mob/00094: Starting mobile
22:49:31.786714 run osmo-ms-mob/00094(pid=229): Launched
22:49:31.798236 run mass: MS start registered {at=7124277.501577891, delay=0.005228666588664055, ms=00094}
22:49:32.357714 run mass: MS performed LU {at=7124278.061051444, lu_delay=6.051140672527254, ms=00086}
22:49:32.441264 run mass: MS performed LU {at=7124278.144502125, lu_delay=5.535714161582291, ms=00087}
22:49:32.505818 run mass: MS performed LU {at=7124278.209151569, lu_delay=5.012025783769786, ms=00088}
22:49:32.611252 run mass: MS performed LU {at=7124278.314584972, lu_delay=22.017769303172827, ms=00045}
22:49:32.622996 run osmo-ms-mob/00095: Starting mobile
22:49:32.637338 run osmo-ms-mob/00095(pid=230): Launched
22:49:32.649422 run mass: MS start registered {at=7124278.352732612, delay=0.00545642152428627, ms=00095}
22:49:33.666978 run osmo-ms-mob/00096: Starting mobile
22:49:33.680200 run osmo-ms-mob/00096(pid=231): Launched
22:49:33.691464 run mass: MS start registered {at=7124279.394813773, delay=0.004947199486196041, ms=00096}
22:49:34.342849 run mass: MS performed LU {at=7124280.046177676, lu_delay=4.949369952082634, ms=00091}
22:49:34.370275 run mass: MS performed LU {at=7124280.073614178, lu_delay=5.740224757231772, ms=00090}
22:49:34.458093 run mass: MS performed LU {at=7124280.161410297, lu_delay=6.365107540041208, ms=00089}
22:49:34.807776 run osmo-ms-mob/00097: Starting mobile
22:49:34.821266 run osmo-ms-mob/00097(pid=232): Launched
22:49:34.833832 run mass: MS start registered {at=7124280.537171772, delay=0.006482785567641258, ms=00097}
22:49:36.077601 run osmo-ms-mob/00098: Starting mobile
22:49:36.090683 run osmo-ms-mob/00098(pid=233): Launched
22:49:36.101801 run mass: MS start registered {at=7124281.805147621, delay=0.005059149116277695, ms=00098}
22:49:36.359418 run mass: MS performed LU {at=7124282.062744874, lu_delay=5.62777853012085, ms=00093}
22:49:36.443183 run mass: MS performed LU {at=7124282.146441918, lu_delay=4.644864026457071, ms=00094}
22:49:36.507646 run mass: MS performed LU {at=7124282.210911992, lu_delay=6.4148497469723225, ms=00092}
22:49:37.867393 run osmo-ms-mob/00099: Starting mobile
22:49:37.881146 run osmo-ms-mob/00099(pid=234): Launched
22:49:37.887338 run mass: All started... {duration=55.72625113092363, too_slow=0}
22:49:37.894205 run mass: MS start registered {at=7124283.59756276, delay=0.006858603097498417, ms=00099}
22:49:38.107883 run mass: MS performed LU {at=7124283.811219303, lu_delay=5.458486691117287, ms=00095}
22:49:38.606705 run mass: MS performed LU {at=7124284.310037773, lu_delay=4.915223999880254, ms=00096}
22:49:39.973173 run mass: MS performed LU {at=7124285.676422279, lu_delay=5.139250507578254, ms=00097}
22:49:42.345167 run mass: MS performed LU {at=7124288.04845665, lu_delay=6.243309029377997, ms=00098}
22:49:43.738879 run mass: MS performed LU {at=7124289.442214961, lu_delay=5.84465220104903, ms=00099}
22:49:43.745415 run mass: Tests done {all_completed=True, max=22.017769303172827, min=3.9924951754510403}
22:49:43.750969 tst register_default_mass.py: Test passed (84.9 sec)
22:49:43.756400 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:43.759918 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:43.763244 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:43.766610 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:43.770009 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:43.773424 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:43.776767 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:43.780025 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:43.783286 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:43.786558 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:43.789810 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:43.793078 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:43.796325 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:43.799722 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:43.803111 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:43.806504 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:43.809933 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:43.813365 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:43.817001 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:43.820709 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:43.824118 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:43.827546 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:43.830965 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:43.834360 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:43.837963 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:43.841966 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:43.845376 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:43.848788 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:43.852181 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:43.855603 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:43.859017 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:43.862432 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:43.866184 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:43.869658 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:43.873106 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:43.876526 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:43.879950 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:43.883583 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:43.887019 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:43.890432 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:43.893988 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:43.897452 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:43.901088 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:43.904525 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:43.907989 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:43.911391 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:43.915391 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:43.918922 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:43.922352 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:43.925783 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:43.929528 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:43.933029 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:43.936440 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:43.939860 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:43.943322 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:43.946940 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:43.950446 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:43.953913 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:43.957387 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:43.960825 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:43.964278 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:43.969510 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:43.973149 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:43.977243 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:43.980683 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:43.984095 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:43.987539 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:43.990977 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:43.994409 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:43.998100 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:44.001713 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:44.005663 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:44.009066 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:44.012434 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:44.015977 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:44.019382 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:44.022799 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:44.026185 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:44.029580 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:44.033008 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:44.036434 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:44.039819 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:44.043145 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:44.046506 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:44.049877 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:44.053276 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:44.056669 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:44.060045 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:44.063391 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:44.066908 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:44.070351 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:44.073784 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:44.077193 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:44.080819 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:44.084377 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:44.088291 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:44.091655 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:44.094968 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:44.098372 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:44.102246 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:44.105891 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:44.109654 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:44.113073 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:44.116511 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:44.120019 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:44.123447 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:44.126851 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:44.130346 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:44.134037 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:44.138467 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:44.141924 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:44.145368 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:44.148784 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:44.152251 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:44.155696 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:44.159126 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:44.162527 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:44.165923 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:44.169362 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:44.172779 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:44.176414 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:44.179836 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:44.183231 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:44.186612 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:44.189938 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:44.193257 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:44.196660 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:44.200192 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:44.203705 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:44.207124 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:44.210532 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:44.213970 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:44.217415 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:44.220848 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:44.224284 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:44.227730 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:44.231329 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:44.234720 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:44.238161 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:44.241599 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:44.245013 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:44.248399 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:44.251805 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:44.255207 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:44.258594 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:44.261981 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:44.265353 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:44.268738 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:44.272143 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:44.275520 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:44.278921 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:44.282257 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:44.285549 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:44.288959 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:44.292227 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:44.295494 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:44.298801 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:44.302046 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:44.305297 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:44.308611 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:44.311861 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:44.315245 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:44.318642 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:44.322039 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:44.325423 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:44.328790 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:44.332151 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:44.335390 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:44.338626 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:44.341874 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:44.345105 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:44.348458 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:44.351871 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:44.355296 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:44.358694 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:44.362078 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:44.365442 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:44.368834 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:44.372234 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:44.375649 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:44.379066 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:44.382518 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:44.385923 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:44.389324 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:44.392561 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:44.395905 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:44.399287 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:44.402716 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:44.406117 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:44.409548 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:44.412982 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:44.416555 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:44.420040 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:44.423468 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:44.426896 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:44.430340 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:44.433766 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:44.437193 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:44.440626 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:44.444040 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:44.447429 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:44.450814 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:44.454196 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:44.457597 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:44.460914 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:44.464253 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:44.467519 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:44.470886 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:44.474292 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:44.477556 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:44.480893 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:44.484285 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:44.487686 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:44.491158 --- ParallelTerminationStrategy: PID 22 died...
22:49:44.492750 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:44.496512 --- ParallelTerminationStrategy: PID 23 died...
22:49:44.498089 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:44.501839 --- ParallelTerminationStrategy: PID 24 died...
22:49:44.503427 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:44.507175 --- ParallelTerminationStrategy: PID 25 died...
22:49:44.508704 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:44.512452 --- ParallelTerminationStrategy: PID 26 died...
22:49:44.513981 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:44.517809 --- ParallelTerminationStrategy: PID 27 died...
22:49:44.519344 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:44.523190 --- ParallelTerminationStrategy: PID 28 died...
22:49:44.524729 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:44.528532 --- ParallelTerminationStrategy: PID 29 died...
22:49:44.530106 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:44.534021 --- ParallelTerminationStrategy: PID 30 died...
22:49:44.535607 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:44.539488 --- ParallelTerminationStrategy: PID 31 died...
22:49:44.541056 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:44.545157 --- ParallelTerminationStrategy: PID 32 died...
22:49:44.546714 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:44.550558 --- ParallelTerminationStrategy: PID 33 died...
22:49:44.552125 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:44.555976 --- ParallelTerminationStrategy: PID 35 died...
22:49:44.557533 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:44.561330 --- ParallelTerminationStrategy: PID 36 died...
22:49:44.562806 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:44.566488 --- ParallelTerminationStrategy: PID 37 died...
22:49:44.567955 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:44.571575 --- ParallelTerminationStrategy: PID 38 died...
22:49:44.573129 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:44.576761 --- ParallelTerminationStrategy: PID 39 died...
22:49:44.578229 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:44.581865 --- ParallelTerminationStrategy: PID 40 died...
22:49:44.583346 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:44.587038 --- ParallelTerminationStrategy: PID 41 died...
22:49:44.588517 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:44.592148 --- ParallelTerminationStrategy: PID 42 died...
22:49:44.593654 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:44.597266 --- ParallelTerminationStrategy: PID 43 died...
22:49:44.598729 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:44.602365 --- ParallelTerminationStrategy: PID 44 died...
22:49:44.603910 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:44.607836 --- ParallelTerminationStrategy: PID 45 died...
22:49:44.609424 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:44.613370 --- ParallelTerminationStrategy: PID 46 died...
22:49:44.614864 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:44.618477 --- ParallelTerminationStrategy: PID 47 died...
22:49:44.619948 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:44.623627 --- ParallelTerminationStrategy: PID 48 died...
22:49:44.625160 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:44.628937 --- ParallelTerminationStrategy: PID 49 died...
22:49:44.630527 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:44.634312 --- ParallelTerminationStrategy: PID 50 died...
22:49:44.635823 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:44.639600 --- ParallelTerminationStrategy: PID 51 died...
22:49:44.641197 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:44.644996 --- ParallelTerminationStrategy: PID 52 died...
22:49:44.646533 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:44.650206 --- ParallelTerminationStrategy: PID 53 died...
22:49:44.651658 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:44.655346 --- ParallelTerminationStrategy: PID 54 died...
22:49:44.656819 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:44.660435 --- ParallelTerminationStrategy: PID 55 died...
22:49:44.661920 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:44.665688 --- ParallelTerminationStrategy: PID 56 died...
22:49:44.667220 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:44.671022 --- ParallelTerminationStrategy: PID 57 died...
22:49:44.672550 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:44.676334 --- ParallelTerminationStrategy: PID 58 died...
22:49:44.677815 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:44.681497 --- ParallelTerminationStrategy: PID 59 died...
22:49:44.683034 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:44.686846 --- ParallelTerminationStrategy: PID 60 died...
22:49:44.688377 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:44.692205 --- ParallelTerminationStrategy: PID 61 died...
22:49:44.693742 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:44.697540 --- ParallelTerminationStrategy: PID 62 died...
22:49:44.699077 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:44.702896 --- ParallelTerminationStrategy: PID 63 died...
22:49:44.704433 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:44.708225 --- ParallelTerminationStrategy: PID 64 died...
22:49:44.709761 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:44.713559 --- ParallelTerminationStrategy: PID 65 died...
22:49:44.715088 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:44.718894 --- ParallelTerminationStrategy: PID 66 died...
22:49:44.720418 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:44.724211 --- ParallelTerminationStrategy: PID 67 died...
22:49:44.725742 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:44.729387 --- ParallelTerminationStrategy: PID 68 died...
22:49:44.730867 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:44.734491 --- ParallelTerminationStrategy: PID 69 died...
22:49:44.735958 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:44.739700 --- ParallelTerminationStrategy: PID 70 died...
22:49:44.741243 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:44.745027 --- ParallelTerminationStrategy: PID 71 died...
22:49:44.746561 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:44.750409 --- ParallelTerminationStrategy: PID 72 died...
22:49:44.751952 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:44.755762 --- ParallelTerminationStrategy: PID 73 died...
22:49:44.757313 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:44.761097 --- ParallelTerminationStrategy: PID 74 died...
22:49:44.762625 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:44.766446 --- ParallelTerminationStrategy: PID 75 died...
22:49:44.767930 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:44.771560 --- ParallelTerminationStrategy: PID 76 died...
22:49:44.773045 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:44.776695 --- ParallelTerminationStrategy: PID 77 died...
22:49:44.778235 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:44.782045 --- ParallelTerminationStrategy: PID 78 died...
22:49:44.783576 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:44.787358 --- ParallelTerminationStrategy: PID 79 died...
22:49:44.788906 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:44.792638 --- ParallelTerminationStrategy: PID 80 died...
22:49:44.794176 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:44.797970 --- ParallelTerminationStrategy: PID 81 died...
22:49:44.799505 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:44.803302 --- ParallelTerminationStrategy: PID 82 died...
22:49:44.805011 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:44.808843 --- ParallelTerminationStrategy: PID 83 died...
22:49:44.810366 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:44.814152 --- ParallelTerminationStrategy: PID 84 died...
22:49:44.815677 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:44.819470 --- ParallelTerminationStrategy: PID 85 died...
22:49:44.821010 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:44.824809 --- ParallelTerminationStrategy: PID 86 died...
22:49:44.826354 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:44.830089 --- ParallelTerminationStrategy: PID 87 died...
22:49:44.831580 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:44.835215 --- ParallelTerminationStrategy: PID 88 died...
22:49:44.836702 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:44.840337 --- ParallelTerminationStrategy: PID 89 died...
22:49:44.841828 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:44.845527 --- ParallelTerminationStrategy: PID 90 died...
22:49:44.846996 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:44.850666 --- ParallelTerminationStrategy: PID 91 died...
22:49:44.852152 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:44.855813 --- ParallelTerminationStrategy: PID 92 died...
22:49:44.857303 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:44.860949 --- ParallelTerminationStrategy: PID 93 died...
22:49:44.862432 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:44.866160 --- ParallelTerminationStrategy: PID 94 died...
22:49:44.867702 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:44.871503 --- ParallelTerminationStrategy: PID 95 died...
22:49:44.873050 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:44.876736 --- ParallelTerminationStrategy: PID 96 died...
22:49:44.878263 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:44.882011 --- ParallelTerminationStrategy: PID 97 died...
22:49:44.883495 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:44.887265 --- ParallelTerminationStrategy: PID 98 died...
22:49:44.888802 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:44.892585 --- ParallelTerminationStrategy: PID 99 died...
22:49:44.894151 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:44.898024 --- ParallelTerminationStrategy: PID 100 died...
22:49:44.899571 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:44.903355 --- ParallelTerminationStrategy: PID 101 died...
22:49:44.904877 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:44.908641 --- ParallelTerminationStrategy: PID 102 died...
22:49:44.910164 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:44.913938 --- ParallelTerminationStrategy: PID 103 died...
22:49:44.915452 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:44.919247 --- ParallelTerminationStrategy: PID 104 died...
22:49:44.920776 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:44.924548 --- ParallelTerminationStrategy: PID 105 died...
22:49:44.926081 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:44.929889 --- ParallelTerminationStrategy: PID 106 died...
22:49:44.931424 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:44.935195 --- ParallelTerminationStrategy: PID 107 died...
22:49:44.936711 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:44.940459 --- ParallelTerminationStrategy: PID 108 died...
22:49:44.941986 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:44.945774 --- ParallelTerminationStrategy: PID 109 died...
22:49:44.947286 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:44.951045 --- ParallelTerminationStrategy: PID 110 died...
22:49:44.952577 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:44.956358 --- ParallelTerminationStrategy: PID 111 died...
22:49:44.957891 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:44.961660 --- ParallelTerminationStrategy: PID 112 died...
22:49:44.963186 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:44.966946 --- ParallelTerminationStrategy: PID 113 died...
22:49:44.968460 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:44.972288 --- ParallelTerminationStrategy: PID 114 died...
22:49:44.973819 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:44.977633 --- ParallelTerminationStrategy: PID 115 died...
22:49:44.979152 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:44.982914 --- ParallelTerminationStrategy: PID 116 died...
22:49:44.984436 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:44.988234 --- ParallelTerminationStrategy: PID 117 died...
22:49:44.989786 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:44.993550 --- ParallelTerminationStrategy: PID 118 died...
22:49:44.995073 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:44.998846 --- ParallelTerminationStrategy: PID 119 died...
22:49:45.000364 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:45.004142 --- ParallelTerminationStrategy: PID 120 died...
22:49:45.005669 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:45.009450 --- ParallelTerminationStrategy: PID 121 died...
22:49:45.010991 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:45.014776 --- ParallelTerminationStrategy: PID 122 died...
22:49:45.016288 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:45.020073 --- ParallelTerminationStrategy: PID 123 died...
22:49:45.021593 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:45.025331 --- ParallelTerminationStrategy: PID 124 died...
22:49:45.026854 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:45.030638 --- ParallelTerminationStrategy: PID 125 died...
22:49:45.032152 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:45.035942 --- ParallelTerminationStrategy: PID 126 died...
22:49:45.037472 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:45.041253 --- ParallelTerminationStrategy: PID 127 died...
22:49:45.042771 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:45.046578 --- ParallelTerminationStrategy: PID 128 died...
22:49:45.048110 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:45.051866 --- ParallelTerminationStrategy: PID 129 died...
22:49:45.053411 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:45.057176 --- ParallelTerminationStrategy: PID 130 died...
22:49:45.058698 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:45.062468 --- ParallelTerminationStrategy: PID 131 died...
22:49:45.063989 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:45.067756 --- ParallelTerminationStrategy: PID 132 died...
22:49:45.069280 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:45.073059 --- ParallelTerminationStrategy: PID 133 died...
22:49:45.074578 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:45.078366 --- ParallelTerminationStrategy: PID 134 died...
22:49:45.079885 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:45.083651 --- ParallelTerminationStrategy: PID 135 died...
22:49:45.085169 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:45.088916 --- ParallelTerminationStrategy: PID 136 died...
22:49:45.090431 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:45.094239 --- ParallelTerminationStrategy: PID 137 died...
22:49:45.095753 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:45.099493 --- ParallelTerminationStrategy: PID 138 died...
22:49:45.101008 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:45.104752 --- ParallelTerminationStrategy: PID 139 died...
22:49:45.106266 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:45.110019 --- ParallelTerminationStrategy: PID 140 died...
22:49:45.111530 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:45.115140 --- ParallelTerminationStrategy: PID 141 died...
22:49:45.116583 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:45.120202 --- ParallelTerminationStrategy: PID 142 died...
22:49:45.121677 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:45.125302 --- ParallelTerminationStrategy: PID 143 died...
22:49:45.126780 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:45.130524 --- ParallelTerminationStrategy: PID 144 died...
22:49:45.132036 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:45.135857 --- ParallelTerminationStrategy: PID 145 died...
22:49:45.137391 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:45.141157 --- ParallelTerminationStrategy: PID 146 died...
22:49:45.142669 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:45.146415 --- ParallelTerminationStrategy: PID 147 died...
22:49:45.147940 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:45.151721 --- ParallelTerminationStrategy: PID 148 died...
22:49:45.153253 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:45.157014 --- ParallelTerminationStrategy: PID 149 died...
22:49:45.158529 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:45.162288 --- ParallelTerminationStrategy: PID 150 died...
22:49:45.163810 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:45.167588 --- ParallelTerminationStrategy: PID 151 died...
22:49:45.169145 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:45.172934 --- ParallelTerminationStrategy: PID 152 died...
22:49:45.174456 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:45.178226 --- ParallelTerminationStrategy: PID 153 died...
22:49:45.179741 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:45.183488 --- ParallelTerminationStrategy: PID 154 died...
22:49:45.185013 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:45.188766 --- ParallelTerminationStrategy: PID 155 died...
22:49:45.190282 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:45.194043 --- ParallelTerminationStrategy: PID 156 died...
22:49:45.195570 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:45.199429 --- ParallelTerminationStrategy: PID 157 died...
22:49:45.200975 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:45.204741 --- ParallelTerminationStrategy: PID 158 died...
22:49:45.206266 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:45.210019 --- ParallelTerminationStrategy: PID 159 died...
22:49:45.211529 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:45.215268 --- ParallelTerminationStrategy: PID 160 died...
22:49:45.216812 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:45.220534 --- ParallelTerminationStrategy: PID 161 died...
22:49:45.222061 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:45.225695 --- ParallelTerminationStrategy: PID 162 died...
22:49:45.227173 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:45.230886 --- ParallelTerminationStrategy: PID 163 died...
22:49:45.232398 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:45.236157 --- ParallelTerminationStrategy: PID 164 died...
22:49:45.237686 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:45.241443 --- ParallelTerminationStrategy: PID 165 died...
22:49:45.242957 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:45.246747 --- ParallelTerminationStrategy: PID 166 died...
22:49:45.248258 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:45.252043 --- ParallelTerminationStrategy: PID 167 died...
22:49:45.253573 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:45.257382 --- ParallelTerminationStrategy: PID 168 died...
22:49:45.258858 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:45.262737 --- ParallelTerminationStrategy: PID 169 died...
22:49:45.264249 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:45.267960 --- ParallelTerminationStrategy: PID 170 died...
22:49:45.269459 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:45.273136 --- ParallelTerminationStrategy: PID 171 died...
22:49:45.274665 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:45.278427 --- ParallelTerminationStrategy: PID 172 died...
22:49:45.279973 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:45.283763 --- ParallelTerminationStrategy: PID 173 died...
22:49:45.285285 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:45.289054 --- ParallelTerminationStrategy: PID 174 died...
22:49:45.290571 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:45.294344 --- ParallelTerminationStrategy: PID 175 died...
22:49:45.295941 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:45.299723 --- ParallelTerminationStrategy: PID 176 died...
22:49:45.301243 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:45.305005 --- ParallelTerminationStrategy: PID 177 died...
22:49:45.306525 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:45.310319 --- ParallelTerminationStrategy: PID 178 died...
22:49:45.311849 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:45.315649 --- ParallelTerminationStrategy: PID 179 died...
22:49:45.317166 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:45.320964 --- ParallelTerminationStrategy: PID 180 died...
22:49:45.322495 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:45.326283 --- ParallelTerminationStrategy: PID 181 died...
22:49:45.327807 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:45.331621 --- ParallelTerminationStrategy: PID 182 died...
22:49:45.333147 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:45.336919 --- ParallelTerminationStrategy: PID 183 died...
22:49:45.338455 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:45.342261 --- ParallelTerminationStrategy: PID 184 died...
22:49:45.343782 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:45.347604 --- ParallelTerminationStrategy: PID 185 died...
22:49:45.349138 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:45.352923 --- ParallelTerminationStrategy: PID 186 died...
22:49:45.354441 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:45.358219 --- ParallelTerminationStrategy: PID 187 died...
22:49:45.359728 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:45.363540 --- ParallelTerminationStrategy: PID 188 died...
22:49:45.365058 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:45.368831 --- ParallelTerminationStrategy: PID 189 died...
22:49:45.370356 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:45.374140 --- ParallelTerminationStrategy: PID 190 died...
22:49:45.375651 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:45.379484 --- ParallelTerminationStrategy: PID 191 died...
22:49:45.381011 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:45.384782 --- ParallelTerminationStrategy: PID 192 died...
22:49:45.386307 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:45.390102 --- ParallelTerminationStrategy: PID 193 died...
22:49:45.391627 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:45.395386 --- ParallelTerminationStrategy: PID 194 died...
22:49:45.396918 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:45.400697 --- ParallelTerminationStrategy: PID 195 died...
22:49:45.402228 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:45.406014 --- ParallelTerminationStrategy: PID 196 died...
22:49:45.407550 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:45.411411 --- ParallelTerminationStrategy: PID 197 died...
22:49:45.412930 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:45.416713 --- ParallelTerminationStrategy: PID 198 died...
22:49:45.418237 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:45.422004 --- ParallelTerminationStrategy: PID 199 died...
22:49:45.423528 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:45.427300 --- ParallelTerminationStrategy: PID 200 died...
22:49:45.428840 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:45.432592 --- ParallelTerminationStrategy: PID 201 died...
22:49:45.434137 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:45.437889 --- ParallelTerminationStrategy: PID 202 died...
22:49:45.439414 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:45.443209 --- ParallelTerminationStrategy: PID 203 died...
22:49:45.444733 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:45.448522 --- ParallelTerminationStrategy: PID 204 died...
22:49:45.450059 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:45.453834 --- ParallelTerminationStrategy: PID 205 died...
22:49:45.455354 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:45.459131 --- ParallelTerminationStrategy: PID 206 died...
22:49:45.460650 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:45.464415 --- ParallelTerminationStrategy: PID 207 died...
22:49:45.465953 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:45.469703 --- ParallelTerminationStrategy: PID 208 died...
22:49:45.471226 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:45.475014 --- ParallelTerminationStrategy: PID 209 died...
22:49:45.476523 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:45.480278 --- ParallelTerminationStrategy: PID 210 died...
22:49:45.481834 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:45.485598 --- ParallelTerminationStrategy: PID 211 died...
22:49:45.487102 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:45.490863 --- ParallelTerminationStrategy: PID 212 died...
22:49:45.492370 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:45.496139 --- ParallelTerminationStrategy: PID 213 died...
22:49:45.497691 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:45.501464 --- ParallelTerminationStrategy: PID 214 died...
22:49:45.502988 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:45.506753 --- ParallelTerminationStrategy: PID 215 died...
22:49:45.508265 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:45.512040 --- ParallelTerminationStrategy: PID 216 died...
22:49:45.513554 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:45.517326 --- ParallelTerminationStrategy: PID 217 died...
22:49:45.518854 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:45.522626 --- ParallelTerminationStrategy: PID 218 died...
22:49:45.524141 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:45.527908 --- ParallelTerminationStrategy: PID 219 died...
22:49:45.529435 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:45.533212 --- ParallelTerminationStrategy: PID 220 died...
22:49:45.534739 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:45.538503 --- ParallelTerminationStrategy: PID 221 died...
22:49:45.540033 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:45.543796 --- ParallelTerminationStrategy: PID 222 died...
22:49:45.545352 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:45.549169 --- ParallelTerminationStrategy: PID 223 died...
22:49:45.550687 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:45.554463 --- ParallelTerminationStrategy: PID 224 died...
22:49:45.555986 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:45.559745 --- ParallelTerminationStrategy: PID 225 died...
22:49:45.561268 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:45.564993 --- ParallelTerminationStrategy: PID 226 died...
22:49:45.566489 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:45.570112 --- ParallelTerminationStrategy: PID 227 died...
22:49:45.571613 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:45.575398 --- ParallelTerminationStrategy: PID 228 died...
22:49:45.576927 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:45.580722 --- ParallelTerminationStrategy: PID 229 died...
22:49:45.582175 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:45.585812 --- ParallelTerminationStrategy: PID 230 died...
22:49:45.587271 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:45.590888 --- ParallelTerminationStrategy: PID 231 died...
22:49:45.592343 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:45.595986 --- ParallelTerminationStrategy: PID 232 died...
22:49:45.597471 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:45.601160 --- ParallelTerminationStrategy: PID 233 died...
22:49:45.602679 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:45.606447 --- ParallelTerminationStrategy: PID 234 died...
22:49:45.607958 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:49.011416 --- ParallelTerminationStrategy: PID 34 died...
22:49:49.013077 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7927 netreg_mass PASS
---------------------------------------------------------------------
22:49:49.098189 tst trial-7927: Storing JUnit report in /build/trial-7927/run.2025-04-05_22-48-18/trial-7927.xml
--------------------------------------------------------------------------------------------
trial-7927 PASS
--------------------------------------------------------------------------------------------
22:49:49.117366 tst trial-7927: trial-7927: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (84.9 sec)
+ exit_code=0
+ rm -rf trial-7927/inst
+ cd trial-7927
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-04-05 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7927-run.tgz run.2025-04-05_22-48-18
+ tar czf /build/trial-7927-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-04-05_13_25_47.tgz osmo-bts-oc2g.build-2025-04-05_00_51_38.tgz osmo-bts-sysmo.build-2025-04-05_00_51_28.tgz osmo-bts.build-2025-04-05_00_51_39.tgz osmo-ggsn.build-2025-04-05_20_42_29.tgz osmo-hlr.build-2025-04-05_16_36_56.tgz osmo-hnbgw.build-2025-04-05_13_28_30.tgz osmo-mgw.build-2025-04-05_08_33_16.tgz osmo-msc.build-2025-04-05_13_32_47.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-05_07_41_41.tgz osmo-pcu-sysmo.build-2025-04-05_07_41_33.tgz osmo-pcu.build-2025-04-05_07_41_41.tgz osmo-sgsn.build-2025-04-05_20_47_53.tgz osmo-stp.build-2025-04-05_13_23_07.tgz osmo-trx.build-2025-04-05_14_26_59.tgz osmocom-bb.build-2025-04-05_21_17_21.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