Skipping 14 KB..
Full Log[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins4296518710231515824.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-8088
+ 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
f17cc18 ttcn3-bts-test: show respawn count at the end
+ 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_S1GW_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 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:
#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.2s
#7 [20/28] WORKDIR /TMP
#7 CACHED
#8 [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
#8 CACHED
#9 [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
#9 CACHED
#10 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#10 CACHED
#11 [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
#11 CACHED
#12 [ 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
#12 CACHED
#13 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#13 CACHED
#14 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#14 CACHED
#15 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#15 CACHED
#16 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#16 CACHED
#17 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#17 CACHED
#18 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#18 CACHED
#19 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://archive.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#19 CACHED
#20 [ 9/28] COPY SSH /root/.ssh
#20 CACHED
#21 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#21 CACHED
#22 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#22 CACHED
#23 [ 2/28] RUN useradd -ms /bin/bash jenkins
#23 CACHED
#24 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#24 CACHED
#25 [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
#25 CACHED
#26 [12/28] RUN MKDIR -p /osmo-gsm-tester-srsue /osmo-gsm-tester-srsenb /osmo-gsm-tester-srsepc /osmo-gsm-tester-trx /osmo-gsm-tester-grbroker /osmo-gsm-tester-open5gs
#26 CACHED
#27 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#27 CACHED
#28 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#28 CACHED
#29 [ 3/28] RUN groupadd osmo-gsm-tester
#29 CACHED
#30 [ 8/28] RUN MKDIR /var/run/sshd
#30 CACHED
#31 [16/28] RUN APT-GET update && apt-get install -y --no-install-recommends cmake libfftw3-dev libmbedtls-dev libboost-program-options-dev libconfig++-dev libsctp-dev libpcsclite-dev libuhd-dev libczmq-dev libsoapysdr-dev soapysdr-module-lms7 && apt-get clean
#31 CACHED
#32 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:5ec55a78be38171ec5bd4e612d3c39a7de1d5268633cb3ca9b9e91c57313f41b 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8089 -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-09-14 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8089
+ mkdir -p trial-8089
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-09-14_13_29_00.tgz osmo-bts-oc2g.build-2025-09-14_00_51_43.tgz osmo-bts-sysmo.build-2025-09-14_00_51_34.tgz osmo-bts.build-2025-09-14_00_51_41.tgz osmo-ggsn.build-2025-09-14_20_42_27.tgz osmo-hlr.build-2025-09-14_16_36_52.tgz osmo-hnbgw.build-2025-09-14_13_30_26.tgz osmo-mgw.build-2025-09-14_08_33_04.tgz osmo-msc.build-2025-09-14_13_34_33.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-09-14_07_34_02.tgz osmo-pcu-sysmo.build-2025-09-14_07_36_07.tgz osmo-pcu.build-2025-09-14_07_36_14.tgz osmo-sgsn.build-2025-09-14_20_48_32.tgz osmo-stp.build-2025-09-14_13_25_22.tgz osmo-trx.build-2025-09-14_09_49_50.tgz osmocom-bb.build-2025-09-14_21_17_22.tgz srslte.build-19.tgz trial-8089
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-09-14_13_29_00.md5 osmo-bts-oc2g.build-2025-09-14_00_51_43.md5 osmo-bts-sysmo.build-2025-09-14_00_51_34.md5 osmo-bts.build-2025-09-14_00_51_41.md5 osmo-ggsn.build-2025-09-14_20_42_27.md5 osmo-hlr.build-2025-09-14_16_36_52.md5 osmo-hnbgw.build-2025-09-14_13_30_26.md5 osmo-mgw.build-2025-09-14_08_33_04.md5 osmo-msc.build-2025-09-14_13_34_33.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-09-14_07_34_02.md5 osmo-pcu-sysmo.build-2025-09-14_07_36_07.md5 osmo-pcu.build-2025-09-14_07_36_14.md5 osmo-sgsn.build-2025-09-14_20_48_32.md5 osmo-stp.build-2025-09-14_13_25_22.md5 osmo-trx.build-2025-09-14_09_49_50.md5 osmocom-bb.build-2025-09-14_21_17_22.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-09-14_13_29_00.md5 osmo-bts-oc2g.build-2025-09-14_00_51_43.md5 osmo-bts-sysmo.build-2025-09-14_00_51_34.md5 osmo-bts.build-2025-09-14_00_51_41.md5 osmo-ggsn.build-2025-09-14_20_42_27.md5 osmo-hlr.build-2025-09-14_16_36_52.md5 osmo-hnbgw.build-2025-09-14_13_30_26.md5 osmo-mgw.build-2025-09-14_08_33_04.md5 osmo-msc.build-2025-09-14_13_34_33.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-09-14_07_34_02.md5 osmo-pcu-sysmo.build-2025-09-14_07_36_07.md5 osmo-pcu.build-2025-09-14_07_36_14.md5 osmo-sgsn.build-2025-09-14_20_48_32.md5 osmo-stp.build-2025-09-14_13_25_22.md5 osmo-trx.build-2025-09-14_09_49_50.md5 osmocom-bb.build-2025-09-14_21_17_22.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-8089 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8089'
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-8089
--------------------------------------------------------------------------------------------
22:48:17.662252 tst trial-8089: Detailed log at /build/trial-8089/run.2025-09-14_22-48-17/log
---------------------------------------------------------------------
trial-8089 netreg_mass
---------------------------------------------------------------------
22:48:17.923285 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.923725 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.924707 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.926164 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.972287 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.973323 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.974721 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.080701 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-8089 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.082300 tst register_default_mass.py:9: Claiming resources for the test
22:48:18.121437 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.122705 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.123808 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.124924 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.125991 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.127315 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.128474 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.187577 tst register_default_mass.py: using LAC 2
22:48:18.235657 tst register_default_mass.py: using RAC 2
22:48:18.283634 tst register_default_mass.py: using CellId 2
22:48:18.333149 tst register_default_mass.py: using BVCI 3
22:48:18.345994 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.347400 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.348661 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.349907 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.351114 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.352329 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.353524 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.354723 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.355923 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.357131 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.358464 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.359628 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.360830 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.362011 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.363186 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.364361 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.365535 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.366728 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.367961 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.369272 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.370505 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.371765 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.373019 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.374239 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.375433 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.377291 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.378647 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.379908 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.381167 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.382412 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.383624 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.384845 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.386068 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.387352 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.389005 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.390274 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.391509 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.392786 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.394066 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.395271 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.396484 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.397685 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.398872 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.400061 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.401257 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.402435 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.403616 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.404875 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.406083 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.407276 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.408495 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.409717 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.410917 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.412107 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.413304 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.414489 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.415703 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.416903 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.418086 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.419254 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.420424 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.421603 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.422791 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.424035 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.425238 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.426443 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.427636 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.428853 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.430049 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.431230 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.432449 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.433654 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.435008 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.436199 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.437411 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.438590 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.439788 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.441002 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.442252 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.443459 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.444704 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.445935 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.447154 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.448346 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.449527 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.450740 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.451927 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.453112 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.454291 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.455484 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.456688 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.457874 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.459071 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.460296 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.461527 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.462728 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.463903 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.465094 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.466277 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.467452 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.468612 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.469858 tst register_default_mass.py:21: Launching a simple network
22:48:18.489029 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.635211 run create_hlr_db(pid=20): Launched
22:48:19.650375 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.690266 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.726327 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.741145 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.053061 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:20.071735 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:20.078802 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.620623 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.641416 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.658129 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.845276 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:23.865691 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:23.873607 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.905056 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:23.924819 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.933318 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:24.488018 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:24.534382 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:30.569846 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.945487 run osmo-bts-virtual(pid=34): Launched
22:48:32.012096 tst register_default_mass.py: using MSISDN 1001
22:48:32.030658 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:32.133672 tst register_default_mass.py: using MSISDN 1002
22:48:32.148599 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:32.331621 tst register_default_mass.py: using MSISDN 1003
22:48:32.350079 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:32.475800 tst register_default_mass.py: using MSISDN 1004
22:48:32.491935 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:32.579276 tst register_default_mass.py: using MSISDN 1005
22:48:32.593052 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:32.658529 tst register_default_mass.py: using MSISDN 1006
22:48:32.675492 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:32.754336 tst register_default_mass.py: using MSISDN 1007
22:48:32.770443 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:32.843726 tst register_default_mass.py: using MSISDN 1008
22:48:32.860206 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:32.937016 tst register_default_mass.py: using MSISDN 1009
22:48:32.947307 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:33.009310 tst register_default_mass.py: using MSISDN 1010
22:48:33.020942 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:33.090235 tst register_default_mass.py: using MSISDN 1011
22:48:33.099965 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:33.166469 tst register_default_mass.py: using MSISDN 1012
22:48:33.174850 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:33.235525 tst register_default_mass.py: using MSISDN 1013
22:48:33.241882 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:33.307550 tst register_default_mass.py: using MSISDN 1014
22:48:33.314864 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:33.375114 tst register_default_mass.py: using MSISDN 1015
22:48:33.381998 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:33.464886 tst register_default_mass.py: using MSISDN 1016
22:48:33.471599 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:33.535280 tst register_default_mass.py: using MSISDN 1017
22:48:33.541677 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:33.612612 tst register_default_mass.py: using MSISDN 1018
22:48:33.619017 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:33.693766 tst register_default_mass.py: using MSISDN 1019
22:48:33.703891 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:33.760534 tst register_default_mass.py: using MSISDN 1020
22:48:33.767643 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:33.839995 tst register_default_mass.py: using MSISDN 1021
22:48:33.847465 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:33.926241 tst register_default_mass.py: using MSISDN 1022
22:48:33.933383 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:33.999499 tst register_default_mass.py: using MSISDN 1023
22:48:34.006024 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:34.075490 tst register_default_mass.py: using MSISDN 1024
22:48:34.084553 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:34.145267 tst register_default_mass.py: using MSISDN 1025
22:48:34.158749 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:34.231340 tst register_default_mass.py: using MSISDN 1026
22:48:34.247934 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:34.326987 tst register_default_mass.py: using MSISDN 1027
22:48:34.343334 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:34.435091 tst register_default_mass.py: using MSISDN 1028
22:48:34.442333 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:34.514744 tst register_default_mass.py: using MSISDN 1029
22:48:34.522822 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:34.593054 tst register_default_mass.py: using MSISDN 1030
22:48:34.605070 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:34.674273 tst register_default_mass.py: using MSISDN 1031
22:48:34.686264 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:34.759300 tst register_default_mass.py: using MSISDN 1032
22:48:34.772121 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:34.844837 tst register_default_mass.py: using MSISDN 1033
22:48:34.854503 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:34.948492 tst register_default_mass.py: using MSISDN 1034
22:48:34.963416 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:35.068235 tst register_default_mass.py: using MSISDN 1035
22:48:35.082298 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:35.196281 tst register_default_mass.py: using MSISDN 1036
22:48:35.205832 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:35.313662 tst register_default_mass.py: using MSISDN 1037
22:48:35.326374 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:35.415591 tst register_default_mass.py: using MSISDN 1038
22:48:35.423286 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:35.493336 tst register_default_mass.py: using MSISDN 1039
22:48:35.500422 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:35.579439 tst register_default_mass.py: using MSISDN 1040
22:48:35.586860 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:35.675016 tst register_default_mass.py: using MSISDN 1041
22:48:35.682285 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:35.746154 tst register_default_mass.py: using MSISDN 1042
22:48:35.759584 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:35.833872 tst register_default_mass.py: using MSISDN 1043
22:48:35.846220 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:35.925241 tst register_default_mass.py: using MSISDN 1044
22:48:35.939045 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:36.032542 tst register_default_mass.py: using MSISDN 1045
22:48:36.043836 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:36.118137 tst register_default_mass.py: using MSISDN 1046
22:48:36.129722 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:36.197974 tst register_default_mass.py: using MSISDN 1047
22:48:36.205462 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:36.277612 tst register_default_mass.py: using MSISDN 1048
22:48:36.290994 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:36.378732 tst register_default_mass.py: using MSISDN 1049
22:48:36.386259 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:36.466285 tst register_default_mass.py: using MSISDN 1050
22:48:36.475890 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:36.542596 tst register_default_mass.py: using MSISDN 1051
22:48:36.551178 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:36.619090 tst register_default_mass.py: using MSISDN 1052
22:48:36.626813 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:36.689289 tst register_default_mass.py: using MSISDN 1053
22:48:36.698953 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:36.767349 tst register_default_mass.py: using MSISDN 1054
22:48:36.774959 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:36.845977 tst register_default_mass.py: using MSISDN 1055
22:48:36.852675 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:36.924113 tst register_default_mass.py: using MSISDN 1056
22:48:36.934424 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:37.000570 tst register_default_mass.py: using MSISDN 1057
22:48:37.009164 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:37.085657 tst register_default_mass.py: using MSISDN 1058
22:48:37.095730 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:37.162407 tst register_default_mass.py: using MSISDN 1059
22:48:37.170135 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:37.242791 tst register_default_mass.py: using MSISDN 1060
22:48:37.249528 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:37.318969 tst register_default_mass.py: using MSISDN 1061
22:48:37.325821 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:37.463999 tst register_default_mass.py: using MSISDN 1062
22:48:37.476023 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:37.537937 tst register_default_mass.py: using MSISDN 1063
22:48:37.545116 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:37.613402 tst register_default_mass.py: using MSISDN 1064
22:48:37.623186 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:37.690483 tst register_default_mass.py: using MSISDN 1065
22:48:37.698215 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:37.758197 tst register_default_mass.py: using MSISDN 1066
22:48:37.764762 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:37.826336 tst register_default_mass.py: using MSISDN 1067
22:48:37.833295 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:37.894259 tst register_default_mass.py: using MSISDN 1068
22:48:37.901420 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:37.974526 tst register_default_mass.py: using MSISDN 1069
22:48:37.980977 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:38.053363 tst register_default_mass.py: using MSISDN 1070
22:48:38.061691 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:38.333220 tst register_default_mass.py: using MSISDN 1071
22:48:38.341645 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:38.409074 tst register_default_mass.py: using MSISDN 1072
22:48:38.417860 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:38.477326 tst register_default_mass.py: using MSISDN 1073
22:48:38.486270 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:38.555593 tst register_default_mass.py: using MSISDN 1074
22:48:38.562471 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:38.630233 tst register_default_mass.py: using MSISDN 1075
22:48:38.638480 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:38.728157 tst register_default_mass.py: using MSISDN 1076
22:48:38.742636 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:38.830704 tst register_default_mass.py: using MSISDN 1077
22:48:38.842959 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:38.940268 tst register_default_mass.py: using MSISDN 1078
22:48:38.947900 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:39.057790 tst register_default_mass.py: using MSISDN 1079
22:48:39.065830 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:39.171656 tst register_default_mass.py: using MSISDN 1080
22:48:39.182047 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:39.264967 tst register_default_mass.py: using MSISDN 1081
22:48:39.275457 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:39.350722 tst register_default_mass.py: using MSISDN 1082
22:48:39.363155 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:39.436165 tst register_default_mass.py: using MSISDN 1083
22:48:39.443107 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:39.507416 tst register_default_mass.py: using MSISDN 1084
22:48:39.516155 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:39.586511 tst register_default_mass.py: using MSISDN 1085
22:48:39.594199 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:39.660215 tst register_default_mass.py: using MSISDN 1086
22:48:39.668929 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:39.737535 tst register_default_mass.py: using MSISDN 1087
22:48:39.744951 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:39.813061 tst register_default_mass.py: using MSISDN 1088
22:48:39.823882 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:39.903404 tst register_default_mass.py: using MSISDN 1089
22:48:39.913083 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:39.987192 tst register_default_mass.py: using MSISDN 1090
22:48:39.994279 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:40.070064 tst register_default_mass.py: using MSISDN 1091
22:48:40.076926 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:40.149088 tst register_default_mass.py: using MSISDN 1092
22:48:40.157323 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:40.247768 tst register_default_mass.py: using MSISDN 1093
22:48:40.263121 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:40.356057 tst register_default_mass.py: using MSISDN 1094
22:48:40.366664 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:40.437037 tst register_default_mass.py: using MSISDN 1095
22:48:40.448025 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:40.518302 tst register_default_mass.py: using MSISDN 1096
22:48:40.524767 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:40.608704 tst register_default_mass.py: using MSISDN 1097
22:48:40.617700 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:40.679572 tst register_default_mass.py: using MSISDN 1098
22:48:40.686536 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:40.751945 tst register_default_mass.py: using MSISDN 1099
22:48:40.758721 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:40.829479 tst register_default_mass.py: using MSISDN 1100
22:48:40.839657 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:40.980509 run mass: Starting testcase
22:48:40.987780 run mass: Pre-launching all virtphy's
22:48:40.994877 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:41.011972 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:41.024253 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:41.045912 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:41.053913 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:41.070788 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:41.078604 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:41.095265 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:41.102530 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:41.118233 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:41.125724 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:41.142470 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:41.150363 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:41.167291 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:41.175112 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:41.193832 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:41.201627 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:41.218380 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:41.226002 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:41.242866 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:41.250714 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:41.267110 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:41.274695 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:41.291077 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:41.298766 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:41.315517 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:41.323369 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:41.340637 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:41.348652 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:41.366016 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:41.374322 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:41.392330 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:41.400958 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:41.418774 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:41.426905 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:41.444252 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:41.452597 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:41.470536 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:41.479768 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:41.497751 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:41.507332 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:41.524908 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:41.534456 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:41.552366 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:41.560649 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:41.578442 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:41.586813 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:41.615835 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:41.629699 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:41.648208 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:41.656141 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:41.673379 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:41.681451 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:41.698677 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:41.706557 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:41.723188 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:41.730866 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:41.747431 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:41.756157 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:41.773083 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:41.780847 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:41.797639 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:41.806661 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:41.823471 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:41.831182 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:41.848079 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:41.855856 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:41.873306 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:41.881531 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:41.899186 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:41.907133 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:41.924195 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:41.932309 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:41.949536 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:41.957456 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:41.973939 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:41.982914 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:41.999610 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:42.007371 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:42.023758 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:42.031466 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:42.048240 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:42.055664 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:42.071978 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:42.079599 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:42.096443 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:42.104458 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:42.121404 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:42.128990 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:42.145495 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:42.153026 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:42.169511 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:42.177089 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:42.193058 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:42.200390 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:42.216213 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:42.224091 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:42.240148 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:42.247731 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:42.263488 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:42.272816 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:42.288471 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:42.296181 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:42.312466 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:42.326057 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:42.343542 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:42.351569 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:42.368973 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:42.376887 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:42.393528 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:42.401283 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:42.417685 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:42.425033 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:42.477123 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:42.518143 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:42.532185 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:42.572698 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:42.587883 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:42.594907 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:42.610602 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:42.618221 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:42.634610 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:42.642127 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:42.659213 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:42.666160 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:42.680352 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:42.686894 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:42.700826 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:42.707261 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:42.721619 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:42.728237 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:42.742472 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:42.749347 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:42.765192 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:42.772793 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:42.789343 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:42.797104 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:42.813625 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:42.821326 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:42.837840 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:42.845437 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:42.861840 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:42.870502 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:42.886724 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:42.894018 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:42.909895 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:42.918721 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:42.935377 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:42.943054 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:42.960222 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:42.968076 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:42.986972 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:42.995975 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:43.013466 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:43.021273 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:43.038699 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:43.046861 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:43.063970 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:43.072194 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:43.089595 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:43.097531 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:43.114116 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:43.121431 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:43.137439 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:43.145014 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:43.161513 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:43.169206 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:43.185328 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:43.192828 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:43.227607 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:43.234775 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:43.250456 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:43.257614 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:43.273721 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:43.281033 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:43.297187 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:43.304583 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:43.323045 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:43.330057 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:43.344943 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:43.351567 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:43.365978 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:43.372738 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:43.387289 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:43.394079 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:43.409127 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:43.416151 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:43.431536 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:43.438708 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:43.454860 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:43.462365 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:43.478999 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:43.487223 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:43.504291 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:43.511994 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:43.528673 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:43.535959 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:43.551919 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:43.559265 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:43.575318 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:43.582801 run mass: Checking if sockets are in the filesystem
22:48:43.597706 run osmo-ms-mob/00000: Starting mobile
22:48:43.613658 run osmo-ms-mob/00000(pid=135): Launched
22:48:43.630262 run mass: MS start registered {at=21121029.333596736, delay=0.00916624441742897, ms=00000}
22:48:47.799169 run osmo-ms-mob/00001: Starting mobile
22:48:47.813878 run osmo-ms-mob/00001(pid=136): Launched
22:48:47.826293 run mass: MS start registered {at=21121033.52962993, delay=0.00041423365473747253, ms=00001}
22:48:49.429790 run mass: MS performed LU {at=21121035.133098803, lu_delay=5.799502067267895, ms=00000}
22:48:49.596806 run osmo-ms-mob/00002: Starting mobile
22:48:49.611392 run osmo-ms-mob/00002(pid=137): Launched
22:48:49.624575 run mass: MS start registered {at=21121035.327918474, delay=0.006033055484294891, ms=00002}
22:48:50.897183 run osmo-ms-mob/00003: Starting mobile
22:48:50.912239 run osmo-ms-mob/00003(pid=138): Launched
22:48:50.924210 run mass: MS start registered {at=21121036.62756004, delay=0.0048985667526721954, ms=00003}
22:48:51.998603 run osmo-ms-mob/00004: Starting mobile
22:48:52.012864 run osmo-ms-mob/00004(pid=139): Launched
22:48:52.024807 run mass: MS start registered {at=21121037.728155114, delay=0.004944898188114166, ms=00004}
22:48:52.999891 run osmo-ms-mob/00005: Starting mobile
22:48:53.013985 run osmo-ms-mob/00005(pid=140): Launched
22:48:53.025995 run mass: MS start registered {at=21121038.729340352, delay=0.005447983741760254, ms=00005}
22:48:53.195319 run mass: MS performed LU {at=21121038.89864467, lu_delay=5.369014739990234, ms=00001}
22:48:53.895771 run osmo-ms-mob/00006: Starting mobile
22:48:53.909461 run osmo-ms-mob/00006(pid=141): Launched
22:48:53.921525 run mass: MS start registered {at=21121039.624872565, delay=0.005794629454612732, ms=00006}
22:48:54.800880 run osmo-ms-mob/00007: Starting mobile
22:48:54.817569 run osmo-ms-mob/00007(pid=142): Launched
22:48:54.829490 run mass: MS start registered {at=21121040.532834608, delay=0.004937469959259033, ms=00007}
22:48:55.096520 run mass: MS performed LU {at=21121040.79985304, lu_delay=5.4719345681369305, ms=00002}
22:48:55.600836 run osmo-ms-mob/00008: Starting mobile
22:48:55.617764 run osmo-ms-mob/00008(pid=143): Launched
22:48:55.631010 run mass: MS start registered {at=21121041.334357537, delay=0.005386576056480408, ms=00008}
22:48:56.296371 run osmo-ms-mob/00009: Starting mobile
22:48:56.311886 run osmo-ms-mob/00009(pid=144): Launched
22:48:56.324061 run mass: MS start registered {at=21121042.027402487, delay=0.0051317960023880005, ms=00009}
22:48:56.960401 run mass: MS performed LU {at=21121042.663733445, lu_delay=4.93557833135128, ms=00004}
22:48:56.972959 run osmo-ms-mob/00010: Starting mobile
22:48:56.988111 run osmo-ms-mob/00010(pid=145): Launched
22:48:57.000897 run mass: MS start registered {at=21121042.704244573, delay=0.005525019019842148, ms=00010}
22:48:57.008908 run mass: MS performed LU {at=21121042.71226276, lu_delay=6.084702719002962, ms=00003}
22:48:57.596391 run osmo-ms-mob/00011: Starting mobile
22:48:57.611517 run osmo-ms-mob/00011(pid=146): Launched
22:48:57.625804 run mass: MS start registered {at=21121043.329146605, delay=0.007048510015010834, ms=00011}
22:48:58.197359 run osmo-ms-mob/00012: Starting mobile
22:48:58.214055 run osmo-ms-mob/00012(pid=147): Launched
22:48:58.226643 run mass: MS start registered {at=21121043.929989483, delay=0.0053258016705513, ms=00012}
22:48:58.797455 run osmo-ms-mob/00013: Starting mobile
22:48:58.814443 run osmo-ms-mob/00013(pid=148): Launched
22:48:58.827768 run mass: MS start registered {at=21121044.531113137, delay=0.005372278392314911, ms=00013}
22:48:58.862006 run mass: MS performed LU {at=21121044.565315023, lu_delay=5.835974670946598, ms=00005}
22:48:58.908565 run mass: MS performed LU {at=21121044.611898612, lu_delay=4.987026046961546, ms=00006}
22:48:59.396692 run osmo-ms-mob/00014: Starting mobile
22:48:59.412041 run osmo-ms-mob/00014(pid=149): Launched
22:48:59.424503 run mass: MS start registered {at=21121045.12785388, delay=0.005352526903152466, ms=00014}
22:48:59.997473 run osmo-ms-mob/00015: Starting mobile
22:49:00.013639 run osmo-ms-mob/00015(pid=150): Launched
22:49:00.028495 run mass: MS start registered {at=21121045.73183953, delay=0.007011324167251587, ms=00015}
22:49:00.497973 run osmo-ms-mob/00016: Starting mobile
22:49:00.513383 run osmo-ms-mob/00016(pid=151): Launched
22:49:00.526123 run mass: MS start registered {at=21121046.2294642, delay=0.00542130321264267, ms=00016}
22:49:00.727132 run mass: MS performed LU {at=21121046.43045119, lu_delay=5.89761658012867, ms=00007}
22:49:00.773639 run mass: MS performed LU {at=21121046.47697856, lu_delay=5.142621021717787, ms=00008}
22:49:00.996828 run osmo-ms-mob/00017: Starting mobile
22:49:01.011238 run osmo-ms-mob/00017(pid=152): Launched
22:49:01.023025 run mass: MS start registered {at=21121046.726378106, delay=0.005182512104511261, ms=00017}
22:49:01.095809 run mass: MS performed LU {at=21121046.79914289, lu_delay=4.771740403026342, ms=00009}
22:49:01.597035 run osmo-ms-mob/00018: Starting mobile
22:49:01.612273 run osmo-ms-mob/00018(pid=153): Launched
22:49:01.625020 run mass: MS start registered {at=21121047.32835446, delay=0.005788624286651611, ms=00018}
22:49:01.996205 run osmo-ms-mob/00019: Starting mobile
22:49:02.010965 run osmo-ms-mob/00019(pid=154): Launched
22:49:02.024041 run mass: MS start registered {at=21121047.727381267, delay=0.00567718967795372, ms=00019}
22:49:02.496420 run osmo-ms-mob/00020: Starting mobile
22:49:02.511735 run osmo-ms-mob/00020(pid=155): Launched
22:49:02.524981 run mass: MS start registered {at=21121048.228330888, delay=0.0034759528934955597, ms=00020}
22:49:02.628541 run mass: MS performed LU {at=21121048.33187699, lu_delay=5.627632416784763, ms=00010}
22:49:02.674152 run mass: MS performed LU {at=21121048.37749437, lu_delay=5.0483477637171745, ms=00011}
22:49:02.761915 run mass: MS performed LU {at=21121048.46525544, lu_delay=4.535265956073999, ms=00012}
22:49:02.996705 run osmo-ms-mob/00021: Starting mobile
22:49:03.015972 run osmo-ms-mob/00021(pid=156): Launched
22:49:03.028795 run mass: MS start registered {at=21121048.73214149, delay=0.005375944077968597, ms=00021}
22:49:03.396376 run osmo-ms-mob/00022: Starting mobile
22:49:03.412136 run osmo-ms-mob/00022(pid=157): Launched
22:49:03.425346 run mass: MS start registered {at=21121049.12869496, delay=0.005547951906919479, ms=00022}
22:49:04.023197 run osmo-ms-mob/00023: Starting mobile
22:49:04.037002 run osmo-ms-mob/00023(pid=158): Launched
22:49:04.043293 run mass: Starting too slowly. Moving on {now=21121049.746662386, sleep=-0.05346754938364029, target=21121049.693194836}
22:49:04.049097 run mass: MS start registered {at=21121049.75245743, delay=0.005796879529953003, ms=00023}
22:49:04.359237 run osmo-ms-mob/00024: Starting mobile
22:49:04.373132 run osmo-ms-mob/00024(pid=159): Launched
22:49:04.384518 run mass: MS start registered {at=21121050.08787022, delay=0.0050610266625881195, ms=00024}
22:49:04.492411 run mass: MS performed LU {at=21121050.1957307, lu_delay=5.067876819521189, ms=00014}
22:49:04.538958 run mass: MS performed LU {at=21121050.24228555, lu_delay=5.711172413080931, ms=00013}
22:49:04.796889 run osmo-ms-mob/00025: Starting mobile
22:49:04.813077 run osmo-ms-mob/00025(pid=160): Launched
22:49:04.826121 run mass: MS start registered {at=21121050.529458508, delay=0.005228240042924881, ms=00025}
22:49:05.197579 run osmo-ms-mob/00026: Starting mobile
22:49:05.224615 run osmo-ms-mob/00026(pid=161): Launched
22:49:05.243157 run mass: MS start registered {at=21121050.946474858, delay=0.010161135345697403, ms=00026}
22:49:05.333192 run mass: MS performed LU {at=21121051.036518596, lu_delay=5.304679065942764, ms=00015}
22:49:05.600483 run osmo-ms-mob/00027: Starting mobile
22:49:05.617197 run osmo-ms-mob/00027(pid=162): Launched
22:49:05.630463 run mass: MS start registered {at=21121051.333810028, delay=0.005032163113355637, ms=00027}
22:49:05.997628 run osmo-ms-mob/00028: Starting mobile
22:49:06.013134 run osmo-ms-mob/00028(pid=163): Launched
22:49:06.025946 run mass: MS start registered {at=21121051.72928522, delay=0.005474064499139786, ms=00028}
22:49:06.292690 run mass: MS performed LU {at=21121051.996021587, lu_delay=4.667667128145695, ms=00018}
22:49:06.307211 run osmo-ms-mob/00029: Starting mobile
22:49:06.322667 run osmo-ms-mob/00029(pid=164): Launched
22:49:06.337002 run mass: MS start registered {at=21121052.040346015, delay=0.006386090070009232, ms=00029}
22:49:06.393749 run mass: MS performed LU {at=21121052.09708476, lu_delay=5.370706655085087, ms=00017}
22:49:06.440185 run mass: MS performed LU {at=21121052.143530842, lu_delay=5.914066642522812, ms=00016}
22:49:06.796311 run osmo-ms-mob/00030: Starting mobile
22:49:06.811630 run osmo-ms-mob/00030(pid=165): Launched
22:49:06.824309 run mass: MS start registered {at=21121052.52764374, delay=0.005120828747749329, ms=00030}
22:49:07.202034 run osmo-ms-mob/00031: Starting mobile
22:49:07.219116 run osmo-ms-mob/00031(pid=166): Launched
22:49:07.239633 run mass: MS start registered {at=21121052.94295937, delay=0.011767182499170303, ms=00031}
22:49:07.497772 run osmo-ms-mob/00032: Starting mobile
22:49:07.514724 run osmo-ms-mob/00032(pid=167): Launched
22:49:07.528884 run mass: MS start registered {at=21121053.232208528, delay=0.007132027298212051, ms=00032}
22:49:07.896131 run osmo-ms-mob/00033: Starting mobile
22:49:07.911366 run osmo-ms-mob/00033(pid=168): Launched
22:49:07.924237 run mass: MS start registered {at=21121053.627586, delay=0.005753271281719208, ms=00033}
22:49:08.259126 run mass: MS performed LU {at=21121053.96244913, lu_delay=6.235067863017321, ms=00019}
22:49:08.271788 run osmo-ms-mob/00034: Starting mobile
22:49:08.286326 run osmo-ms-mob/00034(pid=169): Launched
22:49:08.298416 run mass: MS start registered {at=21121054.001761764, delay=0.005335073918104172, ms=00034}
22:49:08.306100 run mass: MS performed LU {at=21121054.009459276, lu_delay=5.781128387898207, ms=00020}
22:49:08.392714 run mass: MS performed LU {at=21121054.096049722, lu_delay=4.967354763299227, ms=00022}
22:49:08.406587 run osmo-ms-mob/00035: Starting mobile
22:49:08.423820 run osmo-ms-mob/00035(pid=170): Launched
22:49:08.432254 run mass: MS performed LU {at=21121054.135606352, lu_delay=5.403464861214161, ms=00021}
22:49:08.440108 run mass: MS start registered {at=21121054.143471297, delay=0.007886916399002075, ms=00035}
22:49:08.996722 run osmo-ms-mob/00036: Starting mobile
22:49:09.012078 run osmo-ms-mob/00036(pid=171): Launched
22:49:09.024518 run mass: MS start registered {at=21121054.727868266, delay=0.0053493306040763855, ms=00036}
22:49:09.396021 run osmo-ms-mob/00037: Starting mobile
22:49:09.412034 run osmo-ms-mob/00037(pid=172): Launched
22:49:09.424276 run mass: MS start registered {at=21121055.127625387, delay=0.0053566209971904755, ms=00037}
22:49:09.697911 run osmo-ms-mob/00038: Starting mobile
22:49:09.714097 run osmo-ms-mob/00038(pid=173): Launched
22:49:09.726926 run mass: MS start registered {at=21121055.43027207, delay=0.005217038094997406, ms=00038}
22:49:10.001365 run osmo-ms-mob/00039: Starting mobile
22:49:10.021333 run osmo-ms-mob/00039(pid=174): Launched
22:49:10.033495 run mass: MS start registered {at=21121055.736841552, delay=0.00535920262336731, ms=00039}
22:49:10.058321 run mass: MS performed LU {at=21121055.761657782, lu_delay=5.232199274003506, ms=00025}
22:49:10.160360 run mass: MS performed LU {at=21121055.86367168, lu_delay=4.917196821421385, ms=00026}
22:49:10.206739 run mass: MS performed LU {at=21121055.91006746, lu_delay=5.822197239845991, ms=00024}
22:49:10.223612 run osmo-ms-mob/00040: Starting mobile
22:49:10.244454 run osmo-ms-mob/00040(pid=175): Launched
22:49:10.264901 run mass: MS start registered {at=21121055.968205083, delay=0.0097881518304348, ms=00040}
22:49:10.349956 run mass: MS performed LU {at=21121056.05324581, lu_delay=4.719435781240463, ms=00027}
22:49:10.698052 run osmo-ms-mob/00041: Starting mobile
22:49:10.714328 run osmo-ms-mob/00041(pid=176): Launched
22:49:10.727354 run mass: MS start registered {at=21121056.430700753, delay=0.005629919469356537, ms=00041}
22:49:11.004394 run osmo-ms-mob/00042: Starting mobile
22:49:11.044407 run osmo-ms-mob/00042(pid=177): Launched
22:49:11.061149 run mass: MS start registered {at=21121056.76448822, delay=3.980472683906555e-05, ms=00042}
22:49:11.403086 run osmo-ms-mob/00043: Starting mobile
22:49:11.428427 run osmo-ms-mob/00043(pid=178): Launched
22:49:11.442704 run mass: MS start registered {at=21121057.146031998, delay=0.005311239510774612, ms=00043}
22:49:11.697839 run osmo-ms-mob/00044: Starting mobile
22:49:11.713885 run osmo-ms-mob/00044(pid=179): Launched
22:49:11.727837 run mass: MS start registered {at=21121057.431174085, delay=0.005839753895998001, ms=00044}
22:49:11.996415 run osmo-ms-mob/00045: Starting mobile
22:49:12.013763 run osmo-ms-mob/00045(pid=180): Launched
22:49:12.024334 run mass: MS performed LU {at=21121057.727677353, lu_delay=4.784717984497547, ms=00031}
22:49:12.032917 run mass: MS start registered {at=21121057.736274596, delay=0.009240657091140747, ms=00045}
22:49:12.070975 run mass: MS performed LU {at=21121057.774310187, lu_delay=5.733964171260595, ms=00029}
22:49:12.084521 run osmo-ms-mob/00046: Starting mobile
22:49:12.100890 run osmo-ms-mob/00046(pid=181): Launched
22:49:12.115439 run mass: MS start registered {at=21121057.818785857, delay=0.0063212476670742035, ms=00046}
22:49:12.158184 run mass: MS performed LU {at=21121057.861517247, lu_delay=5.3338735066354275, ms=00030}
22:49:12.485748 run mass: MS performed LU {at=21121058.189070836, lu_delay=4.956862308084965, ms=00032}
22:49:12.502345 run osmo-ms-mob/00047: Starting mobile
22:49:12.519627 run osmo-ms-mob/00047(pid=182): Launched
22:49:12.532992 run mass: MS start registered {at=21121058.23633766, delay=0.005475614219903946, ms=00047}
22:49:12.896912 run osmo-ms-mob/00048: Starting mobile
22:49:12.914435 run osmo-ms-mob/00048(pid=183): Launched
22:49:12.937155 run mass: MS start registered {at=21121058.640487105, delay=0.013576481491327286, ms=00048}
22:49:13.198348 run osmo-ms-mob/00049: Starting mobile
22:49:13.214350 run osmo-ms-mob/00049(pid=184): Launched
22:49:13.227517 run mass: MS start registered {at=21121058.930864383, delay=0.005615696310997009, ms=00049}
22:49:13.495859 run osmo-ms-mob/00050: Starting mobile
22:49:13.512538 run osmo-ms-mob/00050(pid=185): Launched
22:49:13.525638 run mass: MS start registered {at=21121059.228981305, delay=0.0055375248193740845, ms=00050}
22:49:13.824300 run mass: MS performed LU {at=21121059.527636558, lu_delay=5.5258747935295105, ms=00034}
22:49:13.836078 run osmo-ms-mob/00051: Starting mobile
22:49:13.850070 run osmo-ms-mob/00051(pid=186): Launched
22:49:13.861784 run mass: MS start registered {at=21121059.56513183, delay=0.00533057376742363, ms=00051}
22:49:13.925673 run mass: MS performed LU {at=21121059.629005194, lu_delay=4.901136927306652, ms=00036}
22:49:13.972110 run mass: MS performed LU {at=21121059.675446678, lu_delay=5.531975381076336, ms=00035}
22:49:13.984514 run osmo-ms-mob/00052: Starting mobile
22:49:13.998867 run osmo-ms-mob/00052(pid=187): Launched
22:49:14.011117 run mass: MS start registered {at=21121059.714467544, delay=0.0054665543138980865, ms=00052}
22:49:14.115376 run mass: MS performed LU {at=21121059.81871153, lu_delay=6.191125530749559, ms=00033}
22:49:14.151893 run mass: MS performed LU {at=21121059.85523199, lu_delay=4.727606602013111, ms=00037}
22:49:14.164279 run osmo-ms-mob/00053: Starting mobile
22:49:14.179793 run osmo-ms-mob/00053(pid=188): Launched
22:49:14.192537 run mass: MS start registered {at=21121059.895878367, delay=0.005495309829711914, ms=00053}
22:49:14.797472 run osmo-ms-mob/00054: Starting mobile
22:49:14.815646 run osmo-ms-mob/00054(pid=189): Launched
22:49:14.834644 run mass: MS start registered {at=21121060.53797392, delay=0.009736713021993637, ms=00054}
22:49:15.097731 run osmo-ms-mob/00055: Starting mobile
22:49:15.114926 run osmo-ms-mob/00055(pid=190): Launched
22:49:15.128813 run mass: MS start registered {at=21121060.832158532, delay=0.005955535918474197, ms=00055}
22:49:15.203904 run mass: MS performed LU {at=21121060.907232303, lu_delay=3.7612003050744534, ms=00043}
22:49:15.397242 run osmo-ms-mob/00056: Starting mobile
22:49:15.414052 run osmo-ms-mob/00056(pid=191): Launched
22:49:15.426658 run mass: MS start registered {at=21121061.13000523, delay=0.004324290901422501, ms=00056}
22:49:15.696881 run osmo-ms-mob/00057: Starting mobile
22:49:15.715545 run osmo-ms-mob/00057(pid=192): Launched
22:49:15.729842 run mass: MS start registered {at=21121061.433178917, delay=0.006391327828168869, ms=00057}
22:49:15.790646 run mass: MS performed LU {at=21121061.49397595, lu_delay=6.063703879714012, ms=00038}
22:49:15.836906 run mass: MS performed LU {at=21121061.540237237, lu_delay=5.803395684808493, ms=00039}
22:49:15.924296 run mass: MS performed LU {at=21121061.627628963, lu_delay=5.659423880279064, ms=00040}
22:49:15.938863 run osmo-ms-mob/00058: Starting mobile
22:49:15.956172 run osmo-ms-mob/00058(pid=193): Launched
22:49:15.969812 run mass: MS start registered {at=21121061.673148718, delay=0.0060173869132995605, ms=00058}
22:49:16.016720 run mass: MS performed LU {at=21121061.720034484, lu_delay=5.28933373093605, ms=00041}
22:49:16.052872 run mass: MS performed LU {at=21121061.756192457, lu_delay=4.991704236716032, ms=00042}
22:49:16.068571 run osmo-ms-mob/00059: Starting mobile
22:49:16.086749 run osmo-ms-mob/00059(pid=194): Launched
22:49:16.099986 run mass: MS start registered {at=21121061.80332977, delay=0.005706235766410828, ms=00059}
22:49:16.697015 run osmo-ms-mob/00060: Starting mobile
22:49:16.712813 run osmo-ms-mob/00060(pid=195): Launched
22:49:16.725455 run mass: MS start registered {at=21121062.42879826, delay=0.005643982440233231, ms=00060}
22:49:17.096453 run osmo-ms-mob/00061: Starting mobile
22:49:17.112211 run osmo-ms-mob/00061(pid=196): Launched
22:49:17.125247 run mass: MS start registered {at=21121062.828595933, delay=0.005686931312084198, ms=00061}
22:49:17.403559 run osmo-ms-mob/00062: Starting mobile
22:49:17.423320 run osmo-ms-mob/00062(pid=197): Launched
22:49:17.437731 run mass: MS start registered {at=21121063.1410641, delay=0.00631607323884964, ms=00062}
22:49:17.697001 run osmo-ms-mob/00063: Starting mobile
22:49:17.712152 run osmo-ms-mob/00063(pid=198): Launched
22:49:17.719287 run mass: MS performed LU {at=21121063.42264097, lu_delay=5.186303310096264, ms=00047}
22:49:17.726415 run mass: MS start registered {at=21121063.429777984, delay=0.007162041962146759, ms=00063}
22:49:17.737683 run mass: MS performed LU {at=21121063.441022966, lu_delay=5.704748369753361, ms=00045}
22:49:17.862191 run mass: MS performed LU {at=21121063.565525882, lu_delay=5.746740024536848, ms=00046}
22:49:17.874860 run osmo-ms-mob/00064: Starting mobile
22:49:17.891234 run osmo-ms-mob/00064(pid=199): Launched
22:49:17.898933 run mass: MS performed LU {at=21121063.602286864, lu_delay=6.171112779527903, ms=00044}
22:49:17.906795 run mass: MS start registered {at=21121063.610157203, delay=0.007895343005657196, ms=00064}
22:49:17.917382 run mass: MS performed LU {at=21121063.620715927, lu_delay=4.6898515447974205, ms=00049}
22:49:18.502689 run osmo-ms-mob/00065: Starting mobile
22:49:18.520428 run osmo-ms-mob/00065(pid=200): Launched
22:49:18.537813 run mass: MS start registered {at=21121064.24113437, delay=0.008734285831451416, ms=00065}
22:49:18.801690 run osmo-ms-mob/00066: Starting mobile
22:49:18.820773 run osmo-ms-mob/00066(pid=201): Launched
22:49:18.834991 run mass: MS start registered {at=21121064.538343515, delay=0.005921602249145508, ms=00066}
22:49:19.196678 run osmo-ms-mob/00067: Starting mobile
22:49:19.211593 run osmo-ms-mob/00067(pid=202): Launched
22:49:19.224455 run mass: MS start registered {at=21121064.92779428, delay=0.005714163184165955, ms=00067}
22:49:19.496691 run osmo-ms-mob/00068: Starting mobile
22:49:19.512021 run osmo-ms-mob/00068(pid=203): Launched
22:49:19.524559 run mass: MS start registered {at=21121065.22790298, delay=0.005265295505523682, ms=00068}
22:49:19.556385 run mass: MS performed LU {at=21121065.25972271, lu_delay=5.363844342529774, ms=00053}
22:49:19.602376 run mass: MS performed LU {at=21121065.305710826, lu_delay=4.767736904323101, ms=00054}
22:49:19.689611 run mass: MS performed LU {at=21121065.392944377, lu_delay=5.678476832807064, ms=00052}
22:49:19.702378 run osmo-ms-mob/00069: Starting mobile
22:49:19.717261 run osmo-ms-mob/00069(pid=204): Launched
22:49:19.726823 run mass: MS performed LU {at=21121065.43016859, lu_delay=6.201187286525965, ms=00050}
22:49:19.734050 run mass: MS start registered {at=21121065.43741286, delay=0.008863061666488647, ms=00069}
22:49:19.782285 run mass: MS performed LU {at=21121065.48561377, lu_delay=5.920481942594051, ms=00051}
22:49:20.054037 run mass: MS performed LU {at=21121065.75737227, lu_delay=4.925213739275932, ms=00055}
22:49:20.067272 run osmo-ms-mob/00070: Starting mobile
22:49:20.084450 run osmo-ms-mob/00070(pid=205): Launched
22:49:20.099368 run mass: MS start registered {at=21121065.80268773, delay=0.007020685821771622, ms=00070}
22:49:20.699461 run osmo-ms-mob/00071: Starting mobile
22:49:20.716029 run osmo-ms-mob/00071(pid=206): Launched
22:49:20.729593 run mass: MS start registered {at=21121066.43293891, delay=0.00528411939740181, ms=00071}
22:49:21.095461 run osmo-ms-mob/00072: Starting mobile
22:49:21.108618 run osmo-ms-mob/00072(pid=207): Launched
22:49:21.120968 run mass: MS start registered {at=21121066.824317124, delay=0.00556669756770134, ms=00072}
22:49:21.393179 run mass: MS performed LU {at=21121067.09650909, lu_delay=5.663330174982548, ms=00057}
22:49:21.407616 run osmo-ms-mob/00073: Starting mobile
22:49:21.425381 run osmo-ms-mob/00073(pid=208): Launched
22:49:21.439236 run mass: MS start registered {at=21121067.14256393, delay=0.00600844994187355, ms=00073}
22:49:21.457447 run mass: MS performed LU {at=21121067.160767592, lu_delay=5.357437822967768, ms=00059}
22:49:21.504227 run mass: MS performed LU {at=21121067.207550324, lu_delay=4.778752066195011, ms=00060}
22:49:21.647492 run mass: MS performed LU {at=21121067.350792877, lu_delay=6.220787648111582, ms=00056}
22:49:21.662618 run osmo-ms-mob/00074: Starting mobile
22:49:21.681028 run osmo-ms-mob/00074(pid=209): Launched
22:49:21.690695 run mass: MS performed LU {at=21121067.39404682, lu_delay=5.720898102968931, ms=00058}
22:49:21.702269 run mass: MS start registered {at=21121067.405608553, delay=0.011590220034122467, ms=00074}
22:49:22.296437 run osmo-ms-mob/00075: Starting mobile
22:49:22.313240 run osmo-ms-mob/00075(pid=210): Launched
22:49:22.326642 run mass: MS start registered {at=21121068.029988565, delay=0.005300115793943405, ms=00075}
22:49:22.796746 run osmo-ms-mob/00076: Starting mobile
22:49:22.814256 run osmo-ms-mob/00076(pid=211): Launched
22:49:22.828055 run mass: MS start registered {at=21121068.531390782, delay=0.0051170773804187775, ms=00076}
22:49:23.204984 run osmo-ms-mob/00077: Starting mobile
22:49:23.243615 run osmo-ms-mob/00077(pid=212): Launched
22:49:23.262511 run mass: MS start registered {at=21121068.965847626, delay=4.29004430770874e-05, ms=00077}
22:49:23.322494 run mass: MS performed LU {at=21121069.02580521, lu_delay=4.78467083722353, ms=00065}
22:49:23.368739 run mass: MS performed LU {at=21121069.072042678, lu_delay=5.642264693975449, ms=00063}
22:49:23.456453 run mass: MS performed LU {at=21121069.159766495, lu_delay=6.331170562654734, ms=00061}
22:49:23.492962 run mass: MS performed LU {at=21121069.196256917, lu_delay=5.586099714040756, ms=00064}
22:49:23.526168 run osmo-ms-mob/00078: Starting mobile
22:49:23.551359 run osmo-ms-mob/00078(pid=213): Launched
22:49:23.577313 run mass: MS start registered {at=21121069.28060986, delay=0.016250956803560257, ms=00078}
22:49:23.821037 run mass: MS performed LU {at=21121069.524326894, lu_delay=4.9859833791852, ms=00066}
22:49:24.100869 run osmo-ms-mob/00079: Starting mobile
22:49:24.126290 run osmo-ms-mob/00079(pid=214): Launched
22:49:24.151623 run mass: MS start registered {at=21121069.85493165, delay=0.015187796205282211, ms=00079}
22:49:24.602578 run osmo-ms-mob/00080: Starting mobile
22:49:24.624116 run osmo-ms-mob/00080(pid=215): Launched
22:49:24.641848 run mass: MS start registered {at=21121070.34518347, delay=4.712119698524475e-05, ms=00080}
22:49:25.097860 run osmo-ms-mob/00081: Starting mobile
22:49:25.116119 run osmo-ms-mob/00081(pid=216): Launched
22:49:25.134161 run mass: MS start registered {at=21121070.83749144, delay=0.0002071969211101532, ms=00081}
22:49:25.223411 run mass: MS performed LU {at=21121070.92670252, lu_delay=5.4892896600067616, ms=00069}
22:49:25.269557 run mass: MS performed LU {at=21121070.972855095, lu_delay=6.045060813426971, ms=00067}
22:49:25.394597 run mass: MS performed LU {at=21121071.097887076, lu_delay=5.2951993457973, ms=00070}
22:49:25.426765 run osmo-ms-mob/00082: Starting mobile
22:49:25.464621 run osmo-ms-mob/00082(pid=217): Launched
22:49:25.482342 run mass: MS performed LU {at=21121071.18567837, lu_delay=4.752739459276199, ms=00071}
22:49:25.499562 run mass: MS start registered {at=21121071.202905502, delay=0.017267923802137375, ms=00082}
22:49:26.105467 run osmo-ms-mob/00083: Starting mobile
22:49:26.138540 run osmo-ms-mob/00083(pid=218): Launched
22:49:26.163360 run mass: MS start registered {at=21121071.86664877, delay=0.008088119328022003, ms=00083}
22:49:26.605412 run osmo-ms-mob/00084: Starting mobile
22:49:26.636172 run osmo-ms-mob/00084(pid=219): Launched
22:49:26.660074 run mass: MS start registered {at=21121072.36340473, delay=0.013963673263788223, ms=00084}
22:49:27.088055 run mass: MS performed LU {at=21121072.79136967, lu_delay=4.761381104588509, ms=00075}
22:49:27.101948 run osmo-ms-mob/00085: Starting mobile
22:49:27.118356 run osmo-ms-mob/00085(pid=220): Launched
22:49:27.131578 run mass: MS start registered {at=21121072.834915597, delay=0.005683079361915588, ms=00085}
22:49:27.141890 run mass: MS performed LU {at=21121072.84524536, lu_delay=5.439636807888746, ms=00074}
22:49:27.222040 run mass: MS performed LU {at=21121072.925370872, lu_delay=6.10105374827981, ms=00072}
22:49:27.331918 run mass: MS performed LU {at=21121073.03524939, lu_delay=23.28279196098447, ms=00023}
22:49:27.703870 run osmo-ms-mob/00086: Starting mobile
22:49:27.736677 run osmo-ms-mob/00086(pid=221): Launched
22:49:27.751924 run mass: MS start registered {at=21121073.45526547, delay=0.00010231137275695801, ms=00086}
22:49:28.298421 run osmo-ms-mob/00087: Starting mobile
22:49:28.317154 run osmo-ms-mob/00087(pid=222): Launched
22:49:28.336682 run mass: MS start registered {at=21121074.039991684, delay=0.009800560772418976, ms=00087}
22:49:28.904137 run osmo-ms-mob/00088: Starting mobile
22:49:28.941268 run osmo-ms-mob/00088(pid=223): Launched
22:49:28.960704 run mass: MS performed LU {at=21121074.664038505, lu_delay=5.698190879076719, ms=00077}
22:49:28.978498 run mass: MS start registered {at=21121074.681844182, delay=0.01788349077105522, ms=00088}
22:49:28.995691 run mass: MS performed LU {at=21121074.69902772, lu_delay=6.167636938393116, ms=00076}
22:49:29.035021 run mass: MS performed LU {at=21121074.738309138, lu_delay=5.457699276506901, ms=00078}
22:49:29.179030 run mass: MS performed LU {at=21121074.882360652, lu_delay=5.02742900326848, ms=00079}
22:49:29.233750 run mass: MS performed LU {at=21121074.93708588, lu_delay=23.207800660282373, ms=00028}
22:49:29.245388 run osmo-ms-mob/00089: Starting mobile
22:49:29.259652 run osmo-ms-mob/00089(pid=224): Launched
22:49:29.272078 run mass: MS start registered {at=21121074.97541987, delay=0.005030222237110138, ms=00089}
22:49:30.148003 run osmo-ms-mob/00090: Starting mobile
22:49:30.161695 run osmo-ms-mob/00090(pid=225): Launched
22:49:30.173483 run mass: MS start registered {at=21121075.876825046, delay=0.005109678953886032, ms=00090}
22:49:30.802613 run osmo-ms-mob/00091: Starting mobile
22:49:30.832175 run osmo-ms-mob/00091(pid=226): Launched
22:49:30.850809 run mass: MS start registered {at=21121076.554137927, delay=0.010082889348268509, ms=00091}
22:49:30.859261 run mass: MS performed LU {at=21121076.5626104, lu_delay=5.725118957459927, ms=00081}
22:49:30.899796 run mass: MS performed LU {at=21121076.603130702, lu_delay=5.4002251997590065, ms=00082}
22:49:31.080214 run mass: MS performed LU {at=21121076.78352825, lu_delay=4.91687947884202, ms=00083}
22:49:31.223260 run mass: MS performed LU {at=21121076.926582336, lu_delay=6.581398867070675, ms=00080}
22:49:31.497019 run osmo-ms-mob/00092: Starting mobile
22:49:31.512042 run osmo-ms-mob/00092(pid=227): Launched
22:49:31.529263 run mass: MS start registered {at=21121077.232584186, delay=0.009082995355129242, ms=00092}
22:49:32.302995 run osmo-ms-mob/00093: Starting mobile
22:49:32.334439 run osmo-ms-mob/00093(pid=228): Launched
22:49:32.355785 run mass: MS start registered {at=21121078.059124503, delay=0.0070897117257118225, ms=00093}
22:49:32.653147 run mass: MS performed LU {at=21121078.35645177, lu_delay=5.52153617143631, ms=00085}
22:49:32.755290 run mass: MS performed LU {at=21121078.45860295, lu_delay=5.003337480127811, ms=00086}
22:49:32.801038 run mass: MS performed LU {at=21121078.50434527, lu_delay=6.140940543264151, ms=00084}
22:49:32.925760 run mass: MS performed LU {at=21121078.629092183, lu_delay=4.589100498706102, ms=00087}
22:49:33.196964 run osmo-ms-mob/00094: Starting mobile
22:49:33.212094 run osmo-ms-mob/00094(pid=229): Launched
22:49:33.224614 run mass: MS start registered {at=21121078.92796186, delay=0.005598150193691254, ms=00094}
22:49:34.100812 run osmo-ms-mob/00095: Starting mobile
22:49:34.118490 run osmo-ms-mob/00095(pid=230): Launched
22:49:34.135400 run mass: MS start registered {at=21121079.838741828, delay=0.00858185812830925, ms=00095}
22:49:34.619791 run mass: MS performed LU {at=21121080.32312517, lu_delay=5.641280986368656, ms=00088}
22:49:34.666021 run mass: MS performed LU {at=21121080.369357176, lu_delay=5.393937304615974, ms=00089}
22:49:34.752942 run mass: MS performed LU {at=21121080.456276964, lu_delay=21.815789859741926, ms=00048}
22:49:35.025857 run mass: MS performed LU {at=21121080.72919122, lu_delay=4.852366175502539, ms=00090}
22:49:35.037876 run osmo-ms-mob/00096: Starting mobile
22:49:35.052905 run osmo-ms-mob/00096(pid=231): Launched
22:49:35.066292 run mass: MS start registered {at=21121080.76962897, delay=0.0063954852521419525, ms=00096}
22:49:36.197909 run osmo-ms-mob/00097: Starting mobile
22:49:36.214196 run osmo-ms-mob/00097(pid=232): Launched
22:49:36.227422 run mass: MS start registered {at=21121081.93075024, delay=0.004976470023393631, ms=00097}
22:49:36.521177 run mass: MS performed LU {at=21121082.224508613, lu_delay=4.991924427449703, ms=00092}
22:49:36.566651 run mass: MS performed LU {at=21121082.269965474, lu_delay=5.71582754701376, ms=00091}
22:49:37.496383 run osmo-ms-mob/00098: Starting mobile
22:49:37.510777 run osmo-ms-mob/00098(pid=233): Launched
22:49:37.522892 run mass: MS start registered {at=21121083.226236537, delay=0.0054361410439014435, ms=00098}
22:49:38.385304 run mass: MS performed LU {at=21121084.088634405, lu_delay=5.160672545433044, ms=00094}
22:49:38.432117 run mass: MS performed LU {at=21121084.13542097, lu_delay=6.076296467334032, ms=00093}
22:49:39.297407 run osmo-ms-mob/00099: Starting mobile
22:49:39.312006 run osmo-ms-mob/00099(pid=234): Launched
22:49:39.318386 run mass: All started... {duration=55.7285588234663, too_slow=1}
22:49:39.324330 run mass: MS start registered {at=21121085.027686298, delay=0.005936473608016968, ms=00099}
22:49:40.286280 run mass: MS performed LU {at=21121085.9896028, lu_delay=6.150860972702503, ms=00095}
22:49:40.333379 run mass: MS performed LU {at=21121086.03671025, lu_delay=5.267081279307604, ms=00096}
22:49:40.402404 run mass: MS performed LU {at=21121086.105739646, lu_delay=22.964675545692444, ms=00062}
22:49:42.068421 run mass: MS performed LU {at=21121087.771755096, lu_delay=22.543852116912603, ms=00068}
22:49:42.151195 run mass: MS performed LU {at=21121087.854525305, lu_delay=4.628288768231869, ms=00098}
22:49:42.197610 run mass: MS performed LU {at=21121087.9009439, lu_delay=5.970193661749363, ms=00097}
22:49:44.053154 run mass: MS performed LU {at=21121089.756481245, lu_delay=4.728794947266579, ms=00099}
22:49:44.098648 run mass: MS performed LU {at=21121089.801966157, lu_delay=22.65940222516656, ms=00073}
22:49:44.107048 run mass: Tests done {all_completed=True, max=23.28279196098447, min=3.7612003050744534}
22:49:44.114330 tst register_default_mass.py: Test passed (86.0 sec)
22:49:44.121300 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:44.125510 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:44.129607 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:44.133708 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:44.137770 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:44.141841 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:44.145973 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:44.150086 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:44.154206 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:44.158273 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:44.162384 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:44.166477 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:44.170563 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:44.174658 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:44.179002 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:44.183158 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:44.187436 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:44.191825 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:44.196563 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:44.201163 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:44.205671 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:44.210171 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:44.215014 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:44.219754 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:44.224799 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:44.229271 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:44.233928 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:44.238575 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:44.243941 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:44.248428 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:44.254141 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:44.258673 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:44.263115 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:44.267615 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:44.272273 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:44.276876 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:44.281493 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:44.285995 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:44.290592 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:44.295080 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:44.299598 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:44.304078 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:44.308540 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:44.313014 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:44.317495 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:44.321891 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:44.326370 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:44.330687 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:44.335128 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:44.339412 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:44.343617 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:44.347835 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:44.352068 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:44.356252 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:44.360494 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:44.364731 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:44.368943 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:44.373225 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:44.378033 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:44.382390 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:44.386609 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:44.391523 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:44.395655 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:44.399795 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:44.404158 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:44.408440 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:44.413371 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:44.417637 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:44.422218 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:44.426346 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:44.430502 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:44.434827 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:44.439034 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:44.445503 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:44.449916 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:44.454111 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:44.458966 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:44.463383 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:44.467689 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:44.471921 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:44.476300 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:44.480835 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:44.485025 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:44.489231 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:44.493432 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:44.497609 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:44.502284 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:44.506724 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:44.511428 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:44.515667 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:44.520035 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:44.524281 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:44.528473 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:44.533249 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:44.537453 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:44.541625 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:44.545809 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:44.549992 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:44.554189 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:44.558375 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:44.562577 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:44.566718 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:44.570940 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:44.575125 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:44.579311 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:44.584151 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:44.588362 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:44.592556 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:44.596749 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:44.600940 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:44.605126 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:44.609308 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:44.613504 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:44.617782 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:44.621994 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:44.626258 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:44.630432 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:44.634600 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:44.638674 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:44.642811 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:44.646890 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:44.650949 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:44.655005 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:44.659050 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:44.663051 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:44.667113 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:44.671191 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:44.675275 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:44.679367 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:44.683448 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:44.687535 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:44.691602 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:44.695679 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:44.699756 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:44.703838 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:44.707979 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:44.712054 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:44.716135 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:44.720220 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:44.724307 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:44.728421 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:44.732593 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:44.736833 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:44.741040 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:44.745233 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:44.749417 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:44.753576 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:44.757544 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:44.761605 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:44.765702 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:44.769788 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:44.773892 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:44.778062 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:44.782268 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:44.786459 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:44.790675 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:44.795019 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:44.799358 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:44.803687 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:44.808011 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:44.812349 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:44.816677 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:44.820982 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:44.825331 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:44.829579 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:44.833803 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:44.837982 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:44.842188 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:44.846389 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:44.850590 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:44.854846 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:44.859127 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:44.863417 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:44.867691 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:44.872001 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:44.876407 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:44.880836 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:44.885142 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:44.889436 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:44.893594 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:44.897789 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:44.901888 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:44.905940 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:44.909996 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:44.914072 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:44.918154 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:44.922274 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:44.926462 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:44.930537 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:44.934686 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:44.938761 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:44.942835 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:44.947105 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:44.951190 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:44.955267 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:44.959423 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:44.963511 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:44.967636 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:44.971766 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:44.975949 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:44.980335 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:44.984394 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:44.988462 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:44.992727 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:44.996695 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:45.000541 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:45.004392 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:45.008247 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:45.012111 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:45.016055 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:45.020225 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:45.024205 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:45.028181 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:45.032162 --- ParallelTerminationStrategy: PID 22 died...
22:49:45.033956 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:45.038312 --- ParallelTerminationStrategy: PID 23 died...
22:49:45.040094 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:45.044460 --- ParallelTerminationStrategy: PID 24 died...
22:49:45.046224 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:45.050546 --- ParallelTerminationStrategy: PID 25 died...
22:49:45.052326 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:45.056655 --- ParallelTerminationStrategy: PID 26 died...
22:49:45.058410 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:45.062645 --- ParallelTerminationStrategy: PID 27 died...
22:49:45.064365 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:45.068617 --- ParallelTerminationStrategy: PID 28 died...
22:49:45.070350 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:45.074640 --- ParallelTerminationStrategy: PID 29 died...
22:49:45.076385 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:45.080668 --- ParallelTerminationStrategy: PID 30 died...
22:49:45.082393 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:45.086666 --- ParallelTerminationStrategy: PID 31 died...
22:49:45.088405 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:45.092716 --- ParallelTerminationStrategy: PID 32 died...
22:49:45.094438 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:45.098737 --- ParallelTerminationStrategy: PID 33 died...
22:49:45.100488 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:45.104774 --- ParallelTerminationStrategy: PID 35 died...
22:49:45.106516 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:45.110807 --- ParallelTerminationStrategy: PID 36 died...
22:49:45.112544 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:45.116849 --- ParallelTerminationStrategy: PID 37 died...
22:49:45.118587 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:45.122916 --- ParallelTerminationStrategy: PID 38 died...
22:49:45.124663 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:45.128962 --- ParallelTerminationStrategy: PID 39 died...
22:49:45.130701 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:45.135028 --- ParallelTerminationStrategy: PID 40 died...
22:49:45.136767 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:45.141058 --- ParallelTerminationStrategy: PID 41 died...
22:49:45.142811 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:45.147102 --- ParallelTerminationStrategy: PID 42 died...
22:49:45.148876 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:45.153164 --- ParallelTerminationStrategy: PID 43 died...
22:49:45.154908 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:45.159178 --- ParallelTerminationStrategy: PID 44 died...
22:49:45.161040 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:45.165375 --- ParallelTerminationStrategy: PID 45 died...
22:49:45.167113 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:45.171334 --- ParallelTerminationStrategy: PID 46 died...
22:49:45.173011 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:45.177142 --- ParallelTerminationStrategy: PID 47 died...
22:49:45.178760 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:45.182790 --- ParallelTerminationStrategy: PID 48 died...
22:49:45.184483 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:45.188647 --- ParallelTerminationStrategy: PID 49 died...
22:49:45.190332 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:45.194431 --- ParallelTerminationStrategy: PID 50 died...
22:49:45.196036 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:45.200021 --- ParallelTerminationStrategy: PID 51 died...
22:49:45.201662 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:45.205808 --- ParallelTerminationStrategy: PID 52 died...
22:49:45.207489 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:45.211634 --- ParallelTerminationStrategy: PID 53 died...
22:49:45.213343 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:45.217484 --- ParallelTerminationStrategy: PID 54 died...
22:49:45.219149 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:45.223307 --- ParallelTerminationStrategy: PID 55 died...
22:49:45.224989 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:45.229154 --- ParallelTerminationStrategy: PID 56 died...
22:49:45.230834 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:45.234996 --- ParallelTerminationStrategy: PID 57 died...
22:49:45.236612 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:45.240613 --- ParallelTerminationStrategy: PID 58 died...
22:49:45.242239 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:45.246219 --- ParallelTerminationStrategy: PID 59 died...
22:49:45.247836 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:45.251808 --- ParallelTerminationStrategy: PID 60 died...
22:49:45.253408 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:45.257412 --- ParallelTerminationStrategy: PID 61 died...
22:49:45.259027 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:45.263043 --- ParallelTerminationStrategy: PID 62 died...
22:49:45.264777 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:45.268970 --- ParallelTerminationStrategy: PID 63 died...
22:49:45.270670 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:45.274947 --- ParallelTerminationStrategy: PID 64 died...
22:49:45.276731 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:45.281177 --- ParallelTerminationStrategy: PID 65 died...
22:49:45.282968 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:45.287359 --- ParallelTerminationStrategy: PID 66 died...
22:49:45.289130 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:45.293463 --- ParallelTerminationStrategy: PID 67 died...
22:49:45.295150 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:45.299334 --- ParallelTerminationStrategy: PID 68 died...
22:49:45.301027 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:45.305087 --- ParallelTerminationStrategy: PID 69 died...
22:49:45.306708 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:45.310688 --- ParallelTerminationStrategy: PID 70 died...
22:49:45.312303 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:45.316349 --- ParallelTerminationStrategy: PID 71 died...
22:49:45.318067 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:45.322266 --- ParallelTerminationStrategy: PID 72 died...
22:49:45.324003 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:45.328295 --- ParallelTerminationStrategy: PID 73 died...
22:49:45.330027 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:45.334359 --- ParallelTerminationStrategy: PID 74 died...
22:49:45.336138 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:45.340515 --- ParallelTerminationStrategy: PID 75 died...
22:49:45.342304 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:45.346684 --- ParallelTerminationStrategy: PID 76 died...
22:49:45.348467 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:45.352880 --- ParallelTerminationStrategy: PID 77 died...
22:49:45.354653 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:45.358862 --- ParallelTerminationStrategy: PID 78 died...
22:49:45.360551 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:45.364749 --- ParallelTerminationStrategy: PID 79 died...
22:49:45.366435 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:45.370618 --- ParallelTerminationStrategy: PID 80 died...
22:49:45.372308 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:45.376303 --- ParallelTerminationStrategy: PID 81 died...
22:49:45.377991 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:45.382059 --- ParallelTerminationStrategy: PID 82 died...
22:49:45.383677 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:45.387831 --- ParallelTerminationStrategy: PID 83 died...
22:49:45.389444 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:45.393441 --- ParallelTerminationStrategy: PID 84 died...
22:49:45.395046 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:45.399043 --- ParallelTerminationStrategy: PID 85 died...
22:49:45.400654 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:45.404712 --- ParallelTerminationStrategy: PID 86 died...
22:49:45.406332 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:45.410329 --- ParallelTerminationStrategy: PID 87 died...
22:49:45.411937 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:45.415802 --- ParallelTerminationStrategy: PID 88 died...
22:49:45.417351 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:45.421126 --- ParallelTerminationStrategy: PID 89 died...
22:49:45.422638 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:45.426379 --- ParallelTerminationStrategy: PID 90 died...
22:49:45.427881 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:45.431603 --- ParallelTerminationStrategy: PID 91 died...
22:49:45.433130 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:45.436849 --- ParallelTerminationStrategy: PID 92 died...
22:49:45.438357 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:45.442138 --- ParallelTerminationStrategy: PID 93 died...
22:49:45.443679 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:45.447552 --- ParallelTerminationStrategy: PID 94 died...
22:49:45.449136 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:45.453222 --- ParallelTerminationStrategy: PID 95 died...
22:49:45.454913 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:45.459101 --- ParallelTerminationStrategy: PID 96 died...
22:49:45.460799 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:45.464981 --- ParallelTerminationStrategy: PID 97 died...
22:49:45.466674 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:45.470849 --- ParallelTerminationStrategy: PID 98 died...
22:49:45.472562 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:45.476631 --- ParallelTerminationStrategy: PID 99 died...
22:49:45.478241 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:45.482216 --- ParallelTerminationStrategy: PID 100 died...
22:49:45.483827 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:45.487877 --- ParallelTerminationStrategy: PID 101 died...
22:49:45.489470 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:45.493348 --- ParallelTerminationStrategy: PID 102 died...
22:49:45.494883 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:45.498755 --- ParallelTerminationStrategy: PID 103 died...
22:49:45.500319 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:45.504212 --- ParallelTerminationStrategy: PID 104 died...
22:49:45.505800 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:45.509680 --- ParallelTerminationStrategy: PID 105 died...
22:49:45.511240 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:45.515107 --- ParallelTerminationStrategy: PID 106 died...
22:49:45.516667 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:45.520536 --- ParallelTerminationStrategy: PID 107 died...
22:49:45.522120 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:45.525984 --- ParallelTerminationStrategy: PID 108 died...
22:49:45.527550 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:45.531497 --- ParallelTerminationStrategy: PID 109 died...
22:49:45.533104 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:45.537075 --- ParallelTerminationStrategy: PID 110 died...
22:49:45.538673 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:45.542642 --- ParallelTerminationStrategy: PID 111 died...
22:49:45.544214 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:45.548041 --- ParallelTerminationStrategy: PID 112 died...
22:49:45.549572 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:45.553413 --- ParallelTerminationStrategy: PID 113 died...
22:49:45.554985 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:45.558852 --- ParallelTerminationStrategy: PID 114 died...
22:49:45.560428 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:45.564325 --- ParallelTerminationStrategy: PID 115 died...
22:49:45.565957 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:45.569915 --- ParallelTerminationStrategy: PID 116 died...
22:49:45.571519 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:45.575481 --- ParallelTerminationStrategy: PID 117 died...
22:49:45.577098 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:45.581071 --- ParallelTerminationStrategy: PID 118 died...
22:49:45.582680 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:45.586664 --- ParallelTerminationStrategy: PID 119 died...
22:49:45.588270 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:45.592244 --- ParallelTerminationStrategy: PID 120 died...
22:49:45.593847 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:45.597801 --- ParallelTerminationStrategy: PID 121 died...
22:49:45.599400 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:45.603383 --- ParallelTerminationStrategy: PID 122 died...
22:49:45.604999 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:45.609011 --- ParallelTerminationStrategy: PID 123 died...
22:49:45.610632 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:45.614577 --- ParallelTerminationStrategy: PID 124 died...
22:49:45.616188 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:45.620199 --- ParallelTerminationStrategy: PID 125 died...
22:49:45.621805 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:45.625814 --- ParallelTerminationStrategy: PID 126 died...
22:49:45.627433 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:45.631381 --- ParallelTerminationStrategy: PID 127 died...
22:49:45.633002 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:45.637173 --- ParallelTerminationStrategy: PID 128 died...
22:49:45.638862 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:45.643017 --- ParallelTerminationStrategy: PID 129 died...
22:49:45.644698 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:45.648888 --- ParallelTerminationStrategy: PID 130 died...
22:49:45.650575 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:45.654752 --- ParallelTerminationStrategy: PID 131 died...
22:49:45.656446 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:45.660718 --- ParallelTerminationStrategy: PID 132 died...
22:49:45.662466 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:45.686281 --- ParallelTerminationStrategy: PID 133 died...
22:49:45.688081 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:45.692429 --- ParallelTerminationStrategy: PID 134 died...
22:49:45.694204 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:45.698373 --- ParallelTerminationStrategy: PID 135 died...
22:49:45.700056 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:45.704273 --- ParallelTerminationStrategy: PID 136 died...
22:49:45.747903 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:45.752016 --- ParallelTerminationStrategy: PID 137 died...
22:49:45.753615 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:45.757547 --- ParallelTerminationStrategy: PID 138 died...
22:49:45.759129 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:45.763073 --- ParallelTerminationStrategy: PID 139 died...
22:49:45.764667 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:45.768605 --- ParallelTerminationStrategy: PID 140 died...
22:49:45.770200 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:45.774147 --- ParallelTerminationStrategy: PID 141 died...
22:49:45.775736 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:45.779839 --- ParallelTerminationStrategy: PID 142 died...
22:49:45.781887 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:45.786142 --- ParallelTerminationStrategy: PID 143 died...
22:49:45.787873 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:45.792220 --- ParallelTerminationStrategy: PID 144 died...
22:49:45.793977 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:45.798349 --- ParallelTerminationStrategy: PID 145 died...
22:49:45.800124 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:45.804650 --- ParallelTerminationStrategy: PID 146 died...
22:49:45.806621 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:45.811142 --- ParallelTerminationStrategy: PID 147 died...
22:49:45.812958 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:45.817303 --- ParallelTerminationStrategy: PID 148 died...
22:49:45.819008 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:45.824751 --- ParallelTerminationStrategy: PID 149 died...
22:49:45.826489 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:45.830769 --- ParallelTerminationStrategy: PID 150 died...
22:49:45.832489 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:45.836756 --- ParallelTerminationStrategy: PID 151 died...
22:49:45.838479 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:45.842751 --- ParallelTerminationStrategy: PID 152 died...
22:49:45.844467 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:45.848789 --- ParallelTerminationStrategy: PID 153 died...
22:49:45.850505 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:45.854782 --- ParallelTerminationStrategy: PID 154 died...
22:49:45.856508 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:45.860733 --- ParallelTerminationStrategy: PID 155 died...
22:49:45.862413 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:45.866475 --- ParallelTerminationStrategy: PID 156 died...
22:49:45.868070 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:45.872091 --- ParallelTerminationStrategy: PID 157 died...
22:49:45.873708 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:45.877740 --- ParallelTerminationStrategy: PID 158 died...
22:49:45.879340 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:45.883338 --- ParallelTerminationStrategy: PID 159 died...
22:49:45.884954 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:45.888786 --- ParallelTerminationStrategy: PID 160 died...
22:49:45.890345 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:45.894226 --- ParallelTerminationStrategy: PID 161 died...
22:49:45.895791 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:45.899670 --- ParallelTerminationStrategy: PID 162 died...
22:49:45.901240 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:45.905140 --- ParallelTerminationStrategy: PID 163 died...
22:49:45.906707 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:45.910612 --- ParallelTerminationStrategy: PID 164 died...
22:49:45.912184 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:45.916078 --- ParallelTerminationStrategy: PID 165 died...
22:49:45.917668 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:45.921548 --- ParallelTerminationStrategy: PID 166 died...
22:49:45.923124 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:45.927108 --- ParallelTerminationStrategy: PID 167 died...
22:49:45.928716 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:45.932756 --- ParallelTerminationStrategy: PID 168 died...
22:49:45.934366 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:45.938391 --- ParallelTerminationStrategy: PID 169 died...
22:49:45.940169 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:45.944298 --- ParallelTerminationStrategy: PID 170 died...
22:49:45.945888 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:45.949883 --- ParallelTerminationStrategy: PID 171 died...
22:49:45.951494 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:45.955478 --- ParallelTerminationStrategy: PID 172 died...
22:49:45.957072 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:45.961087 --- ParallelTerminationStrategy: PID 173 died...
22:49:45.962692 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:45.966666 --- ParallelTerminationStrategy: PID 174 died...
22:49:45.968269 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:45.972237 --- ParallelTerminationStrategy: PID 175 died...
22:49:45.973851 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:45.977769 --- ParallelTerminationStrategy: PID 176 died...
22:49:45.979313 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:45.983129 --- ParallelTerminationStrategy: PID 177 died...
22:49:45.984664 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:45.988505 --- ParallelTerminationStrategy: PID 178 died...
22:49:45.990079 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:45.993977 --- ParallelTerminationStrategy: PID 179 died...
22:49:45.995539 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:45.999421 --- ParallelTerminationStrategy: PID 180 died...
22:49:46.001034 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:46.004943 --- ParallelTerminationStrategy: PID 181 died...
22:49:46.006499 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:46.010387 --- ParallelTerminationStrategy: PID 182 died...
22:49:46.011960 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:46.015841 --- ParallelTerminationStrategy: PID 183 died...
22:49:46.017405 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:46.021233 --- ParallelTerminationStrategy: PID 184 died...
22:49:46.022754 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:46.026548 --- ParallelTerminationStrategy: PID 185 died...
22:49:46.028071 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:46.031874 --- ParallelTerminationStrategy: PID 186 died...
22:49:46.033417 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:46.037237 --- ParallelTerminationStrategy: PID 187 died...
22:49:46.038763 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:46.042574 --- ParallelTerminationStrategy: PID 188 died...
22:49:46.044111 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:46.047969 --- ParallelTerminationStrategy: PID 189 died...
22:49:46.049503 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:46.053326 --- ParallelTerminationStrategy: PID 190 died...
22:49:46.054872 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:46.058667 --- ParallelTerminationStrategy: PID 191 died...
22:49:46.060295 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:46.064294 --- ParallelTerminationStrategy: PID 192 died...
22:49:46.065911 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:46.069911 --- ParallelTerminationStrategy: PID 193 died...
22:49:46.071517 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:46.075523 --- ParallelTerminationStrategy: PID 194 died...
22:49:46.077158 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:46.081146 --- ParallelTerminationStrategy: PID 195 died...
22:49:46.082747 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:46.086823 --- ParallelTerminationStrategy: PID 196 died...
22:49:46.088517 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:46.092711 --- ParallelTerminationStrategy: PID 197 died...
22:49:46.094436 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:46.098824 --- ParallelTerminationStrategy: PID 198 died...
22:49:46.100595 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:46.105037 --- ParallelTerminationStrategy: PID 199 died...
22:49:46.106800 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:46.111205 --- ParallelTerminationStrategy: PID 200 died...
22:49:46.112997 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:46.117236 --- ParallelTerminationStrategy: PID 201 died...
22:49:46.118915 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:46.123095 --- ParallelTerminationStrategy: PID 202 died...
22:49:46.124745 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:46.128747 --- ParallelTerminationStrategy: PID 203 died...
22:49:46.130355 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:46.134344 --- ParallelTerminationStrategy: PID 204 died...
22:49:46.135967 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:46.140153 --- ParallelTerminationStrategy: PID 205 died...
22:49:46.141850 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:46.146060 --- ParallelTerminationStrategy: PID 206 died...
22:49:46.147751 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:46.151944 --- ParallelTerminationStrategy: PID 207 died...
22:49:46.153647 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:46.157934 --- ParallelTerminationStrategy: PID 208 died...
22:49:46.159612 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:46.163791 --- ParallelTerminationStrategy: PID 209 died...
22:49:46.165474 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:46.169694 --- ParallelTerminationStrategy: PID 210 died...
22:49:46.171381 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:46.175460 --- ParallelTerminationStrategy: PID 211 died...
22:49:46.177101 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:46.181098 --- ParallelTerminationStrategy: PID 212 died...
22:49:46.182702 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:46.186786 --- ParallelTerminationStrategy: PID 213 died...
22:49:46.188391 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:46.192408 --- ParallelTerminationStrategy: PID 214 died...
22:49:46.194093 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:46.198163 --- ParallelTerminationStrategy: PID 215 died...
22:49:46.199775 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:46.203931 --- ParallelTerminationStrategy: PID 216 died...
22:49:46.205622 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:46.209618 --- ParallelTerminationStrategy: PID 217 died...
22:49:46.211214 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:46.215196 --- ParallelTerminationStrategy: PID 218 died...
22:49:46.216808 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:46.220832 --- ParallelTerminationStrategy: PID 219 died...
22:49:46.222448 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:46.226471 --- ParallelTerminationStrategy: PID 220 died...
22:49:46.228074 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:46.232084 --- ParallelTerminationStrategy: PID 221 died...
22:49:46.233703 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:46.237706 --- ParallelTerminationStrategy: PID 222 died...
22:49:46.239304 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:46.243295 --- ParallelTerminationStrategy: PID 223 died...
22:49:46.244907 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:46.248897 --- ParallelTerminationStrategy: PID 224 died...
22:49:46.250495 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:46.254481 --- ParallelTerminationStrategy: PID 225 died...
22:49:46.256085 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:46.260106 --- ParallelTerminationStrategy: PID 226 died...
22:49:46.261807 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:46.265997 --- ParallelTerminationStrategy: PID 227 died...
22:49:46.267684 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:46.271867 --- ParallelTerminationStrategy: PID 228 died...
22:49:46.273623 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:46.277971 --- ParallelTerminationStrategy: PID 229 died...
22:49:46.279701 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:46.283986 --- ParallelTerminationStrategy: PID 230 died...
22:49:46.285736 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:46.290121 --- ParallelTerminationStrategy: PID 231 died...
22:49:46.291891 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:46.296302 --- ParallelTerminationStrategy: PID 232 died...
22:49:46.298118 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:46.302525 --- ParallelTerminationStrategy: PID 233 died...
22:49:46.304310 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:46.308932 --- ParallelTerminationStrategy: PID 234 died...
22:49:46.310751 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:49.715045 --- ParallelTerminationStrategy: PID 34 died...
22:49:49.716719 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8089 netreg_mass PASS
---------------------------------------------------------------------
22:49:49.799959 tst trial-8089: Storing JUnit report in /build/trial-8089/run.2025-09-14_22-48-17/trial-8089.xml
--------------------------------------------------------------------------------------------
trial-8089 PASS
--------------------------------------------------------------------------------------------
22:49:49.811383 tst trial-8089: trial-8089: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (86.0 sec)
+ exit_code=0
+ rm -rf trial-8089/inst
+ cd trial-8089
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-09-14 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8089-run.tgz run.2025-09-14_22-48-17
+ tar czf /build/trial-8089-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-09-14_13_29_00.tgz osmo-bts-oc2g.build-2025-09-14_00_51_43.tgz osmo-bts-sysmo.build-2025-09-14_00_51_34.tgz osmo-bts.build-2025-09-14_00_51_41.tgz osmo-ggsn.build-2025-09-14_20_42_27.tgz osmo-hlr.build-2025-09-14_16_36_52.tgz osmo-hnbgw.build-2025-09-14_13_30_26.tgz osmo-mgw.build-2025-09-14_08_33_04.tgz osmo-msc.build-2025-09-14_13_34_33.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-09-14_07_34_02.tgz osmo-pcu-sysmo.build-2025-09-14_07_36_07.tgz osmo-pcu.build-2025-09-14_07_36_14.tgz osmo-sgsn.build-2025-09-14_20_48_32.tgz osmo-stp.build-2025-09-14_13_25_22.tgz osmo-trx.build-2025-09-14_09_49_50.tgz osmocom-bb.build-2025-09-14_21_17_22.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