Skipping 14 KB..
Full LogCopied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 6918
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins1554207377930466147.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-7908
+ 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
9f3fa5a ttcn3-bts: Allow running osmo-bts-trx with rt prio
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
--build-arg USER=osmocom-build \
--build-arg UID=1000 \
--build-arg REGISTRY=docker.io \
--build-arg OSMO_TTCN3_BRANCH=master \
--build-arg UPSTREAM_DISTRO=debian:bookworm \
--build-arg DISTRO=debian-bookworm \
--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
--build-arg OSMOCOM_REPO_VERSION=latest \
--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--build-arg LIBOSMOCORE_BRANCH=master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 DONE 0.1s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.1s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.2s
#7 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#7 CACHED
#8 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#8 CACHED
#9 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#9 CACHED
#10 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#10 CACHED
#11 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#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 [ 8/28] RUN MKDIR /var/run/sshd
#13 CACHED
#14 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#14 CACHED
#15 [20/28] WORKDIR /TMP
#15 CACHED
#16 [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
#16 CACHED
#17 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#17 CACHED
#18 [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
#18 CACHED
#19 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#19 CACHED
#20 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#20 CACHED
#21 [ 3/28] RUN groupadd osmo-gsm-tester
#21 CACHED
#22 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#22 CACHED
#23 [ 2/28] RUN useradd -ms /bin/bash jenkins
#23 CACHED
#24 [ 9/28] COPY SSH /root/.ssh
#24 CACHED
#25 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#25 CACHED
#26 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#26 CACHED
#27 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#27 CACHED
#28 [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
#28 CACHED
#29 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#29 CACHED
#30 [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
#30 CACHED
#31 [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
#31 CACHED
#32 [23/28] RUN CD osmo-gsm-tester && git fetch && git checkout master && (git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:70e1d7fcf87194168a055d2dfd4d8092e306111d74010370b2279566a5be5a88 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
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=7909 -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-03-18 22:48:15
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7909
+ mkdir -p trial-7909
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-03-18_13_25_50.tgz osmo-bts-oc2g.build-2025-03-18_00_51_27.tgz osmo-bts-sysmo.build-2025-03-18_00_51_26.tgz osmo-bts.build-2025-03-18_00_51_37.tgz osmo-ggsn.build-2025-03-18_20_42_32.tgz osmo-hlr.build-2025-03-18_16_37_07.tgz osmo-hnbgw.build-2025-03-18_13_28_49.tgz osmo-mgw.build-2025-03-18_08_33_11.tgz osmo-msc.build-2025-03-18_13_32_51.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-18_10_08_21.tgz osmo-pcu-sysmo.build-2025-03-18_10_08_12.tgz osmo-pcu.build-2025-03-18_10_08_26.tgz osmo-sgsn.build-2025-03-18_20_48_01.tgz osmo-stp.build-2025-03-18_13_23_05.tgz osmo-trx.build-2025-03-18_14_28_18.tgz osmocom-bb.build-2025-03-18_21_17_44.tgz srslte.build-19.tgz trial-7909
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-03-18_13_25_50.md5 osmo-bts-oc2g.build-2025-03-18_00_51_27.md5 osmo-bts-sysmo.build-2025-03-18_00_51_26.md5 osmo-bts.build-2025-03-18_00_51_37.md5 osmo-ggsn.build-2025-03-18_20_42_32.md5 osmo-hlr.build-2025-03-18_16_37_07.md5 osmo-hnbgw.build-2025-03-18_13_28_49.md5 osmo-mgw.build-2025-03-18_08_33_11.md5 osmo-msc.build-2025-03-18_13_32_51.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-18_10_08_21.md5 osmo-pcu-sysmo.build-2025-03-18_10_08_12.md5 osmo-pcu.build-2025-03-18_10_08_26.md5 osmo-sgsn.build-2025-03-18_20_48_01.md5 osmo-stp.build-2025-03-18_13_23_05.md5 osmo-trx.build-2025-03-18_14_28_18.md5 osmocom-bb.build-2025-03-18_21_17_44.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-03-18_13_25_50.md5 osmo-bts-oc2g.build-2025-03-18_00_51_27.md5 osmo-bts-sysmo.build-2025-03-18_00_51_26.md5 osmo-bts.build-2025-03-18_00_51_37.md5 osmo-ggsn.build-2025-03-18_20_42_32.md5 osmo-hlr.build-2025-03-18_16_37_07.md5 osmo-hnbgw.build-2025-03-18_13_28_49.md5 osmo-mgw.build-2025-03-18_08_33_11.md5 osmo-msc.build-2025-03-18_13_32_51.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-18_10_08_21.md5 osmo-pcu-sysmo.build-2025-03-18_10_08_12.md5 osmo-pcu.build-2025-03-18_10_08_26.md5 osmo-sgsn.build-2025-03-18_20_48_01.md5 osmo-stp.build-2025-03-18_13_23_05.md5 osmo-trx.build-2025-03-18_14_28_18.md5 osmocom-bb.build-2025-03-18_21_17_44.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-7909 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7909'
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-7909
--------------------------------------------------------------------------------------------
22:48:16.010960 tst trial-7909: Detailed log at /build/trial-7909/run.2025-03-18_22-48-16/log
---------------------------------------------------------------------
trial-7909 netreg_mass
---------------------------------------------------------------------
22:48:16.217995 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.218360 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.219167 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.220358 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.261210 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.261997 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.263145 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:16.337720 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-7909 netreg_mass register_default_mass.py
----------------------------------------------
22:48:16.338771 tst register_default_mass.py:9: Claiming resources for the test
22:48:16.355009 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.355564 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.356044 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.356564 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.357058 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.357540 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.358011 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:16.410637 tst register_default_mass.py: using LAC 2
22:48:16.483923 tst register_default_mass.py: using RAC 2
22:48:16.519744 tst register_default_mass.py: using CellId 2
22:48:16.581276 tst register_default_mass.py: using BVCI 3
22:48:16.602471 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.603350 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.604140 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.604730 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.605276 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.605812 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.606334 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.606869 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.607424 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.607959 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.608614 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.609161 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.609695 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.610229 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.610758 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.611280 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.611794 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.612334 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.612857 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.613374 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.613905 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.614427 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.614946 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.615482 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.615998 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.616509 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.617045 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.617570 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.618092 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.618610 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.619144 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.619664 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.620188 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.620744 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.621279 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.621800 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.622335 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.622868 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.623395 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.623925 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.624447 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.624967 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.625496 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.626024 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.626538 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.627066 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.627588 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.628105 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.628652 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.629180 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.629698 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.630230 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.630749 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.631267 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.631775 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.632307 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.632832 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.633354 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.633873 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.634376 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.634872 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.635400 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.635928 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.636443 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.636982 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.637503 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.638015 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.638537 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.639055 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.639565 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.640090 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.640612 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.641219 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.641748 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.642259 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.642766 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.643283 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.643794 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.644306 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.644829 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.645345 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.645850 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.646355 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.646875 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.647384 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.647897 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.648403 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.648909 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.649430 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.649950 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.650464 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.650993 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.651512 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.652023 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.652551 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.653064 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.653566 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.654075 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.654590 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.655099 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.655595 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.656185 tst register_default_mass.py:21: Launching a simple network
22:48:16.666172 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:16.786326 run create_hlr_db(pid=20): Launched
22:48:17.804645 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:17.822311 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:17.837521 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:17.843373 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.018943 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.034095 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.039785 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:18.459112 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:18.474888 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:21.497059 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:21.612360 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:21.627397 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:21.633124 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:21.656995 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:21.672548 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:21.678369 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:21.993574 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.008899 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.026443 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.179471 run osmo-bts-virtual(pid=34): Launched
22:48:29.229006 tst register_default_mass.py: using MSISDN 1001
22:48:29.235075 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:29.335520 tst register_default_mass.py: using MSISDN 1002
22:48:29.341199 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:29.423515 tst register_default_mass.py: using MSISDN 1003
22:48:29.435094 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:29.526169 tst register_default_mass.py: using MSISDN 1004
22:48:29.537201 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:29.622090 tst register_default_mass.py: using MSISDN 1005
22:48:29.632923 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:29.707196 tst register_default_mass.py: using MSISDN 1006
22:48:29.715725 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:29.792717 tst register_default_mass.py: using MSISDN 1007
22:48:29.798698 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:29.898017 tst register_default_mass.py: using MSISDN 1008
22:48:29.903832 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.026008 tst register_default_mass.py: using MSISDN 1009
22:48:30.032824 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.145230 tst register_default_mass.py: using MSISDN 1010
22:48:30.151158 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.267056 tst register_default_mass.py: using MSISDN 1011
22:48:30.273827 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.374403 tst register_default_mass.py: using MSISDN 1012
22:48:30.380276 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.497152 tst register_default_mass.py: using MSISDN 1013
22:48:30.514030 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.611309 tst register_default_mass.py: using MSISDN 1014
22:48:30.618175 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.843126 tst register_default_mass.py: using MSISDN 1015
22:48:30.855379 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.967558 tst register_default_mass.py: using MSISDN 1016
22:48:30.973639 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.072582 tst register_default_mass.py: using MSISDN 1017
22:48:31.082265 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.165155 tst register_default_mass.py: using MSISDN 1018
22:48:31.171387 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.272726 tst register_default_mass.py: using MSISDN 1019
22:48:31.286283 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.368513 tst register_default_mass.py: using MSISDN 1020
22:48:31.387884 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.459268 tst register_default_mass.py: using MSISDN 1021
22:48:31.465495 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.547824 tst register_default_mass.py: using MSISDN 1022
22:48:31.553633 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.644987 tst register_default_mass.py: using MSISDN 1023
22:48:31.650845 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.735842 tst register_default_mass.py: using MSISDN 1024
22:48:31.741791 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.829551 tst register_default_mass.py: using MSISDN 1025
22:48:31.836908 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.921824 tst register_default_mass.py: using MSISDN 1026
22:48:31.929785 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.058921 tst register_default_mass.py: using MSISDN 1027
22:48:32.078225 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.153167 tst register_default_mass.py: using MSISDN 1028
22:48:32.168904 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.261282 tst register_default_mass.py: using MSISDN 1029
22:48:32.267833 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.354985 tst register_default_mass.py: using MSISDN 1030
22:48:32.377359 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.467357 tst register_default_mass.py: using MSISDN 1031
22:48:32.473157 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.581775 tst register_default_mass.py: using MSISDN 1032
22:48:32.587691 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.706851 tst register_default_mass.py: using MSISDN 1033
22:48:32.715194 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.802891 tst register_default_mass.py: using MSISDN 1034
22:48:32.808975 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.886710 tst register_default_mass.py: using MSISDN 1035
22:48:32.892582 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.983657 tst register_default_mass.py: using MSISDN 1036
22:48:32.989474 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.094453 tst register_default_mass.py: using MSISDN 1037
22:48:33.103659 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.194675 tst register_default_mass.py: using MSISDN 1038
22:48:33.213578 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.289605 tst register_default_mass.py: using MSISDN 1039
22:48:33.304972 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:33.373536 tst register_default_mass.py: using MSISDN 1040
22:48:33.387674 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:33.450115 tst register_default_mass.py: using MSISDN 1041
22:48:33.456400 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:33.534888 tst register_default_mass.py: using MSISDN 1042
22:48:33.544956 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.614251 tst register_default_mass.py: using MSISDN 1043
22:48:33.624212 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:33.701754 tst register_default_mass.py: using MSISDN 1044
22:48:33.715514 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:33.789966 tst register_default_mass.py: using MSISDN 1045
22:48:33.808349 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.895699 tst register_default_mass.py: using MSISDN 1046
22:48:33.915690 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:34.001506 tst register_default_mass.py: using MSISDN 1047
22:48:34.022230 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:34.085207 tst register_default_mass.py: using MSISDN 1048
22:48:34.092778 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:34.177045 tst register_default_mass.py: using MSISDN 1049
22:48:34.196998 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:34.277083 tst register_default_mass.py: using MSISDN 1050
22:48:34.288603 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:34.365207 tst register_default_mass.py: using MSISDN 1051
22:48:34.375574 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:34.450783 tst register_default_mass.py: using MSISDN 1052
22:48:34.464262 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:34.529055 tst register_default_mass.py: using MSISDN 1053
22:48:34.539326 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:34.625876 tst register_default_mass.py: using MSISDN 1054
22:48:34.633167 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:34.747683 tst register_default_mass.py: using MSISDN 1055
22:48:34.770386 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:34.855573 tst register_default_mass.py: using MSISDN 1056
22:48:34.863576 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:34.958855 tst register_default_mass.py: using MSISDN 1057
22:48:34.964677 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:35.042865 tst register_default_mass.py: using MSISDN 1058
22:48:35.058868 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:35.143731 tst register_default_mass.py: using MSISDN 1059
22:48:35.149697 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:35.243593 tst register_default_mass.py: using MSISDN 1060
22:48:35.249850 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:35.324439 tst register_default_mass.py: using MSISDN 1061
22:48:35.346529 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:35.431246 tst register_default_mass.py: using MSISDN 1062
22:48:35.444581 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:35.509799 tst register_default_mass.py: using MSISDN 1063
22:48:35.530629 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:35.595966 tst register_default_mass.py: using MSISDN 1064
22:48:35.605891 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:35.674739 tst register_default_mass.py: using MSISDN 1065
22:48:35.695829 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:35.767497 tst register_default_mass.py: using MSISDN 1066
22:48:35.773736 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:35.848879 tst register_default_mass.py: using MSISDN 1067
22:48:35.856073 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:35.935698 tst register_default_mass.py: using MSISDN 1068
22:48:35.941720 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:36.032321 tst register_default_mass.py: using MSISDN 1069
22:48:36.038441 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:36.117107 tst register_default_mass.py: using MSISDN 1070
22:48:36.122870 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:36.202190 tst register_default_mass.py: using MSISDN 1071
22:48:36.219087 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:36.285090 tst register_default_mass.py: using MSISDN 1072
22:48:36.425202 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:36.499315 tst register_default_mass.py: using MSISDN 1073
22:48:36.524868 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:36.596522 tst register_default_mass.py: using MSISDN 1074
22:48:36.606628 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:36.677906 tst register_default_mass.py: using MSISDN 1075
22:48:36.694122 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:36.774141 tst register_default_mass.py: using MSISDN 1076
22:48:36.784229 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:36.860806 tst register_default_mass.py: using MSISDN 1077
22:48:36.882697 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:36.954508 tst register_default_mass.py: using MSISDN 1078
22:48:36.980318 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:37.055085 tst register_default_mass.py: using MSISDN 1079
22:48:37.072238 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:37.142026 tst register_default_mass.py: using MSISDN 1080
22:48:37.163701 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:37.237633 tst register_default_mass.py: using MSISDN 1081
22:48:37.261058 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:37.336857 tst register_default_mass.py: using MSISDN 1082
22:48:37.344884 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:37.415586 tst register_default_mass.py: using MSISDN 1083
22:48:37.436889 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:37.500912 tst register_default_mass.py: using MSISDN 1084
22:48:37.521633 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:37.601587 tst register_default_mass.py: using MSISDN 1085
22:48:37.623590 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:37.697310 tst register_default_mass.py: using MSISDN 1086
22:48:37.719485 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:37.791183 tst register_default_mass.py: using MSISDN 1087
22:48:37.808841 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:37.872856 tst register_default_mass.py: using MSISDN 1088
22:48:37.882727 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:37.956429 tst register_default_mass.py: using MSISDN 1089
22:48:37.966712 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:38.048996 tst register_default_mass.py: using MSISDN 1090
22:48:38.073784 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:38.166060 tst register_default_mass.py: using MSISDN 1091
22:48:38.179507 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:38.243953 tst register_default_mass.py: using MSISDN 1092
22:48:38.257032 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:38.343702 tst register_default_mass.py: using MSISDN 1093
22:48:38.366207 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:38.436830 tst register_default_mass.py: using MSISDN 1094
22:48:38.455181 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:38.530864 tst register_default_mass.py: using MSISDN 1095
22:48:38.539072 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:38.618405 tst register_default_mass.py: using MSISDN 1096
22:48:38.624508 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:38.691471 tst register_default_mass.py: using MSISDN 1097
22:48:38.711150 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:38.786333 tst register_default_mass.py: using MSISDN 1098
22:48:38.806705 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:38.873328 tst register_default_mass.py: using MSISDN 1099
22:48:38.893074 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:38.977864 tst register_default_mass.py: using MSISDN 1100
22:48:38.994588 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:39.110364 run mass: Starting testcase
22:48:39.116178 run mass: Pre-launching all virtphy's
22:48:39.121786 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:39.135224 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:39.141441 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:39.154817 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:39.161054 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:39.174431 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:39.180797 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:39.194213 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:39.200736 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:39.214445 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:39.220921 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:39.234496 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:39.241125 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:39.255132 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:39.261543 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:39.275707 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:39.282098 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:39.295980 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:39.302310 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:39.316117 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:39.322513 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:39.336312 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:39.342621 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:39.361980 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:39.368273 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:39.382020 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:39.388218 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:39.401573 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:39.407846 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:39.421465 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:39.427827 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:39.441526 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:39.447877 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:39.461555 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:39.467900 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:39.481778 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:39.488131 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:39.501740 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:39.508126 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:39.521703 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:39.528012 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:39.541544 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:39.547711 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:39.560521 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:39.566480 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:39.579331 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:39.585354 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:39.598343 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:39.604492 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:39.618032 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:39.624303 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:39.637902 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:39.644121 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:39.657345 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:39.663660 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:39.676742 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:39.682778 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:39.695899 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:39.702056 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:39.715153 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:39.721368 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:39.734568 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:39.740890 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:39.753912 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:39.760044 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:39.773098 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:39.779283 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:39.792790 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:39.799084 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:39.812777 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:39.819018 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:39.832125 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:39.838163 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:39.851278 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:39.857266 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:39.870206 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:39.876258 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:39.889348 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:39.895387 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:39.908524 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:39.914552 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:39.927913 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:39.934010 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:39.946942 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:39.953005 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:39.966012 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:39.972118 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:39.985297 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:39.991508 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:40.005172 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:40.011426 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:40.024937 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:40.031221 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:40.044384 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:40.050416 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:40.063549 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:40.069757 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:40.082830 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:40.088993 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:40.102102 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:40.108258 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:40.121247 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:40.127316 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:40.140266 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:40.146357 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:40.159297 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:40.165202 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:40.178012 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:40.184221 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:40.197861 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:40.204205 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:40.217611 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:40.223629 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:40.236480 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:40.242402 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:40.255203 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:40.261271 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:40.274403 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:40.280342 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:40.293262 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:40.299298 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:40.312375 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:40.318590 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:40.332208 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:40.338495 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:40.352033 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:40.358371 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:40.372001 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:40.378308 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:40.391948 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:40.398224 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:40.411839 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:40.418191 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:40.431973 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:40.438306 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:40.451968 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:40.458303 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:40.471767 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:40.477870 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:40.491149 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:40.497196 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:40.510450 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:40.516521 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:40.529698 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:40.535760 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:40.549043 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:40.555179 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:40.568256 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:40.574585 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:40.588026 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:40.594198 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:40.607396 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:40.613559 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:40.626754 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:40.633071 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:40.646657 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:40.652974 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:40.666742 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:40.673106 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:40.686799 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:40.692955 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:40.706185 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:40.712391 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:40.725646 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:40.731928 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:40.745254 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:40.751309 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:40.764924 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:40.771194 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:40.784999 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:40.791307 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:40.804527 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:40.810767 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:40.824325 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:40.830745 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:40.844242 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:40.850320 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:40.863698 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:40.869777 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:40.883478 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:40.889736 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:40.903412 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:40.909689 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:40.923534 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:40.929859 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:40.943752 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:40.950081 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:40.964029 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:40.970345 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:40.984043 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:40.990445 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:41.004616 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:41.010874 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:41.024068 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:41.030339 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:41.043417 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:41.049619 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:41.062691 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:41.068727 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:41.081765 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:41.087741 run mass: Checking if sockets are in the filesystem
22:48:41.100016 run osmo-ms-mob/00000: Starting mobile
22:48:41.113552 run osmo-ms-mob/00000(pid=135): Launched
22:48:41.125037 run mass: MS start registered {at=5569026.828386919, delay=0.005424800328910351, ms=00000}
22:48:45.304059 run osmo-ms-mob/00001: Starting mobile
22:48:45.329365 run osmo-ms-mob/00001(pid=136): Launched
22:48:45.347273 run mass: MS start registered {at=5569031.050611417, delay=0.00597293209284544, ms=00001}
22:48:46.657122 run mass: MS performed LU {at=5569032.360310968, lu_delay=5.531924049369991, ms=00000}
22:48:47.100157 run osmo-ms-mob/00002: Starting mobile
22:48:47.113972 run osmo-ms-mob/00002(pid=137): Launched
22:48:47.125346 run mass: MS start registered {at=5569032.828675792, delay=0.005045353434979916, ms=00002}
22:48:48.413578 run osmo-ms-mob/00003: Starting mobile
22:48:48.427076 run osmo-ms-mob/00003(pid=138): Launched
22:48:48.437831 run mass: MS start registered {at=5569034.141176567, delay=0.004669111222028732, ms=00003}
22:48:49.504102 run osmo-ms-mob/00004: Starting mobile
22:48:49.517374 run osmo-ms-mob/00004(pid=139): Launched
22:48:49.528122 run mass: MS start registered {at=5569035.231473996, delay=0.0046627698466181755, ms=00004}
22:48:50.423400 run mass: MS performed LU {at=5569036.126648579, lu_delay=5.07603716198355, ms=00001}
22:48:50.453709 run osmo-ms-mob/00005: Starting mobile
22:48:50.466815 run osmo-ms-mob/00005(pid=140): Launched
22:48:50.477553 run mass: MS start registered {at=5569036.180900823, delay=0.004653529264032841, ms=00005}
22:48:51.399447 run osmo-ms-mob/00006: Starting mobile
22:48:51.413016 run osmo-ms-mob/00006(pid=141): Launched
22:48:51.424125 run mass: MS start registered {at=5569037.127455008, delay=0.004830087535083294, ms=00006}
22:48:52.300635 run osmo-ms-mob/00007: Starting mobile
22:48:52.314225 run osmo-ms-mob/00007(pid=142): Launched
22:48:52.322952 run mass: MS performed LU {at=5569038.026280989, lu_delay=5.197605197317898, ms=00002}
22:48:52.329332 run mass: MS start registered {at=5569038.032697579, delay=0.0087759830057621, ms=00007}
22:48:53.114724 run osmo-ms-mob/00008: Starting mobile
22:48:53.128439 run osmo-ms-mob/00008(pid=143): Launched
22:48:53.139377 run mass: MS start registered {at=5569038.842726896, delay=0.004930971190333366, ms=00008}
22:48:53.802807 run osmo-ms-mob/00009: Starting mobile
22:48:53.816775 run osmo-ms-mob/00009(pid=144): Launched
22:48:53.827994 run mass: MS start registered {at=5569039.531347739, delay=0.004897533915936947, ms=00009}
22:48:54.187994 run mass: MS performed LU {at=5569039.891324831, lu_delay=5.750148263759911, ms=00003}
22:48:54.512303 run osmo-ms-mob/00010: Starting mobile
22:48:54.527377 run osmo-ms-mob/00010(pid=145): Launched
22:48:54.538523 run mass: MS start registered {at=5569040.24187556, delay=0.004917859099805355, ms=00010}
22:48:54.704892 run mass: MS performed LU {at=5569040.408207888, lu_delay=5.176733891479671, ms=00004}
22:48:55.104567 run osmo-ms-mob/00011: Starting mobile
22:48:55.120380 run osmo-ms-mob/00011(pid=146): Launched
22:48:55.132489 run mass: MS start registered {at=5569040.835827005, delay=0.005701538175344467, ms=00011}
22:48:55.711808 run osmo-ms-mob/00012: Starting mobile
22:48:55.725104 run osmo-ms-mob/00012(pid=147): Launched
22:48:55.735883 run mass: MS start registered {at=5569041.439237182, delay=0.0048593441024422646, ms=00012}
22:48:56.089675 run mass: MS performed LU {at=5569041.792929026, lu_delay=5.612028202973306, ms=00005}
22:48:56.136348 run mass: MS performed LU {at=5569041.839605006, lu_delay=4.712149998173118, ms=00006}
22:48:56.316766 run osmo-ms-mob/00013: Starting mobile
22:48:56.330918 run osmo-ms-mob/00013(pid=148): Launched
22:48:56.342256 run mass: MS start registered {at=5569042.045606897, delay=0.005116461776196957, ms=00013}
22:48:56.900314 run osmo-ms-mob/00014: Starting mobile
22:48:56.914004 run osmo-ms-mob/00014(pid=149): Launched
22:48:56.925574 run mass: MS start registered {at=5569042.628908827, delay=0.004952475428581238, ms=00014}
22:48:57.499678 run osmo-ms-mob/00015: Starting mobile
22:48:57.513257 run osmo-ms-mob/00015(pid=150): Launched
22:48:57.524960 run mass: MS start registered {at=5569043.228300668, delay=0.005325941368937492, ms=00015}
22:48:57.953192 run mass: MS performed LU {at=5569043.656502424, lu_delay=5.623804844915867, ms=00007}
22:48:57.966284 run osmo-ms-mob/00016: Starting mobile
22:48:57.979613 run osmo-ms-mob/00016(pid=151): Launched
22:48:57.990525 run mass: MS start registered {at=5569043.69387567, delay=0.004543463699519634, ms=00016}
22:48:57.999785 run mass: MS performed LU {at=5569043.703140308, lu_delay=4.860413412563503, ms=00008}
22:48:58.501079 run osmo-ms-mob/00017: Starting mobile
22:48:58.514434 run osmo-ms-mob/00017(pid=152): Launched
22:48:58.525614 run mass: MS start registered {at=5569044.228964968, delay=0.005016024224460125, ms=00017}
22:48:59.100098 run osmo-ms-mob/00018: Starting mobile
22:48:59.115384 run osmo-ms-mob/00018(pid=153): Launched
22:48:59.126514 run mass: MS start registered {at=5569044.829863106, delay=0.0047419993206858635, ms=00018}
22:48:59.502639 run osmo-ms-mob/00019: Starting mobile
22:48:59.516118 run osmo-ms-mob/00019(pid=154): Launched
22:48:59.527169 run mass: MS start registered {at=5569045.230503978, delay=0.0049993060529232025, ms=00019}
22:48:59.854553 run mass: MS performed LU {at=5569045.557887149, lu_delay=5.316011589020491, ms=00010}
22:48:59.901004 run mass: MS performed LU {at=5569045.60434282, lu_delay=4.768515815027058, ms=00011}
22:48:59.912628 run osmo-ms-mob/00020: Starting mobile
22:48:59.926208 run osmo-ms-mob/00020(pid=155): Launched
22:48:59.937414 run mass: MS start registered {at=5569045.640767666, delay=0.004911327734589577, ms=00020}
22:48:59.970604 run mass: MS performed LU {at=5569045.673941537, lu_delay=6.142593798227608, ms=00009}
22:49:00.504096 run osmo-ms-mob/00021: Starting mobile
22:49:00.518110 run osmo-ms-mob/00021(pid=156): Launched
22:49:00.529503 run mass: MS start registered {at=5569046.232854775, delay=0.00490924995392561, ms=00021}
22:49:00.899668 run osmo-ms-mob/00022: Starting mobile
22:49:00.913215 run osmo-ms-mob/00022(pid=157): Launched
22:49:00.924244 run mass: MS start registered {at=5569046.627594383, delay=0.0049330806359648705, ms=00022}
22:49:01.484253 run osmo-ms-mob/00023: Starting mobile
22:49:01.498087 run osmo-ms-mob/00023(pid=158): Launched
22:49:01.504371 run mass: Starting too slowly. Moving on {now=5569047.207740236, sleep=-0.010931608267128468, target=5569047.196808628}
22:49:01.510280 run mass: MS start registered {at=5569047.213640056, delay=0.005902159959077835, ms=00023}
22:49:01.636054 run mass: MS performed LU {at=5569047.339389368, lu_delay=5.900152185931802, ms=00012}
22:49:01.718963 run mass: MS performed LU {at=5569047.422298061, lu_delay=4.793389233760536, ms=00014}
22:49:01.730586 run osmo-ms-mob/00024: Starting mobile
22:49:01.744477 run osmo-ms-mob/00024(pid=159): Launched
22:49:01.755491 run mass: MS start registered {at=5569047.458844984, delay=0.004427076317369938, ms=00024}
22:49:01.765466 run mass: MS performed LU {at=5569047.468819715, lu_delay=5.4232128178700805, ms=00013}
22:49:02.299954 run osmo-ms-mob/00025: Starting mobile
22:49:02.314461 run osmo-ms-mob/00025(pid=160): Launched
22:49:02.325968 run mass: MS start registered {at=5569048.029318522, delay=0.005133495666086674, ms=00025}
22:49:02.700321 run osmo-ms-mob/00026: Starting mobile
22:49:02.714127 run osmo-ms-mob/00026(pid=161): Launched
22:49:02.725184 run mass: MS start registered {at=5569048.428531292, delay=0.004719316028058529, ms=00026}
22:49:03.100114 run osmo-ms-mob/00027: Starting mobile
22:49:03.114195 run osmo-ms-mob/00027(pid=162): Launched
22:49:03.125543 run mass: MS start registered {at=5569048.828899145, delay=0.005102350376546383, ms=00027}
22:49:03.500182 run osmo-ms-mob/00028: Starting mobile
22:49:03.514382 run osmo-ms-mob/00028(pid=163): Launched
22:49:03.526083 run mass: MS start registered {at=5569049.229422652, delay=0.005341090261936188, ms=00028}
22:49:03.620337 run mass: MS performed LU {at=5569049.32366588, lu_delay=5.09470091201365, ms=00017}
22:49:03.666948 run mass: MS performed LU {at=5569049.370279365, lu_delay=4.54041625931859, ms=00018}
22:49:03.736546 run mass: MS performed LU {at=5569049.439881313, lu_delay=6.211580644361675, ms=00015}
22:49:03.748977 run osmo-ms-mob/00029: Starting mobile
22:49:03.762279 run osmo-ms-mob/00029(pid=164): Launched
22:49:03.772711 run mass: MS performed LU {at=5569049.476057392, lu_delay=5.782181721180677, ms=00016}
22:49:03.779003 run mass: MS start registered {at=5569049.482368201, delay=0.010274628177285194, ms=00029}
22:49:04.299190 run osmo-ms-mob/00030: Starting mobile
22:49:04.313158 run osmo-ms-mob/00030(pid=165): Launched
22:49:04.324599 run mass: MS start registered {at=5569050.027940235, delay=0.005098886787891388, ms=00030}
22:49:04.700312 run osmo-ms-mob/00031: Starting mobile
22:49:04.714297 run osmo-ms-mob/00031(pid=166): Launched
22:49:04.725829 run mass: MS start registered {at=5569050.429179203, delay=0.0050343722105026245, ms=00031}
22:49:05.000152 run osmo-ms-mob/00032: Starting mobile
22:49:05.013937 run osmo-ms-mob/00032(pid=167): Launched
22:49:05.025629 run mass: MS start registered {at=5569050.728962115, delay=0.005094703286886215, ms=00032}
22:49:05.399464 run osmo-ms-mob/00033: Starting mobile
22:49:05.415024 run osmo-ms-mob/00033(pid=168): Launched
22:49:05.426337 run mass: MS start registered {at=5569051.129673556, delay=0.00478882621973753, ms=00033}
22:49:05.485478 run mass: MS performed LU {at=5569051.188810085, lu_delay=4.955955309793353, ms=00021}
22:49:05.531289 run mass: MS performed LU {at=5569051.234623545, lu_delay=6.004119566641748, ms=00019}
22:49:05.674858 run mass: MS performed LU {at=5569051.378190029, lu_delay=4.750595645979047, ms=00022}
22:49:05.686758 run osmo-ms-mob/00034: Starting mobile
22:49:05.701214 run osmo-ms-mob/00034(pid=169): Launched
22:49:05.712398 run mass: MS start registered {at=5569051.415746485, delay=0.004824764095246792, ms=00034}
22:49:06.100195 run osmo-ms-mob/00035: Starting mobile
22:49:06.114175 run osmo-ms-mob/00035(pid=170): Launched
22:49:06.127438 run mass: MS start registered {at=5569051.830780254, delay=0.006699876859784126, ms=00035}
22:49:06.499749 run osmo-ms-mob/00036: Starting mobile
22:49:06.513790 run osmo-ms-mob/00036(pid=171): Launched
22:49:06.525109 run mass: MS start registered {at=5569052.228452883, delay=0.004956175573170185, ms=00036}
22:49:06.899523 run osmo-ms-mob/00037: Starting mobile
22:49:06.913237 run osmo-ms-mob/00037(pid=172): Launched
22:49:06.925721 run mass: MS start registered {at=5569052.629050795, delay=0.005481376312673092, ms=00037}
22:49:07.199536 run osmo-ms-mob/00038: Starting mobile
22:49:07.212986 run osmo-ms-mob/00038(pid=173): Launched
22:49:07.225007 run mass: MS start registered {at=5569052.928329896, delay=0.005672047846019268, ms=00038}
22:49:07.386616 run mass: MS performed LU {at=5569053.089933918, lu_delay=5.060615396127105, ms=00025}
22:49:07.432269 run mass: MS performed LU {at=5569053.13560297, lu_delay=4.7070716777816415, ms=00026}
22:49:07.444063 run osmo-ms-mob/00039: Starting mobile
22:49:07.457773 run osmo-ms-mob/00039(pid=174): Launched
22:49:07.474519 run mass: MS start registered {at=5569053.177845272, delay=0.00928498338907957, ms=00039}
22:49:07.502026 run mass: MS performed LU {at=5569053.205360381, lu_delay=5.9917203253135085, ms=00023}
22:49:07.538311 run mass: MS performed LU {at=5569053.241644283, lu_delay=5.782799298875034, ms=00024}
22:49:07.905792 run osmo-ms-mob/00040: Starting mobile
22:49:07.931814 run osmo-ms-mob/00040(pid=175): Launched
22:49:07.946666 run mass: MS start registered {at=5569053.650011849, delay=0.002733352594077587, ms=00040}
22:49:08.201103 run osmo-ms-mob/00041: Starting mobile
22:49:08.215362 run osmo-ms-mob/00041(pid=176): Launched
22:49:08.226864 run mass: MS start registered {at=5569053.930211812, delay=0.004984919913113117, ms=00041}
22:49:08.501567 run osmo-ms-mob/00042: Starting mobile
22:49:08.515482 run osmo-ms-mob/00042(pid=177): Launched
22:49:08.527227 run mass: MS start registered {at=5569054.230573258, delay=0.0050020962953567505, ms=00042}
22:49:08.908076 run osmo-ms-mob/00043: Starting mobile
22:49:08.942556 run osmo-ms-mob/00043(pid=178): Launched
22:49:08.956971 run mass: MS start registered {at=5569054.660313556, delay=3.493204712867737e-05, ms=00043}
22:49:09.209304 run osmo-ms-mob/00044: Starting mobile
22:49:09.246714 run osmo-ms-mob/00044(pid=179): Launched
22:49:09.264492 run mass: MS performed LU {at=5569054.967827599, lu_delay=6.138928453437984, ms=00027}
22:49:09.281014 run mass: MS performed LU {at=5569054.984361857, lu_delay=4.9564216220751405, ms=00030}
22:49:09.296858 run mass: MS start registered {at=5569055.000199972, delay=0.03241459559649229, ms=00044}
22:49:09.328783 run osmo-ms-mob/00045: Starting mobile
22:49:09.366883 run osmo-ms-mob/00045(pid=180): Launched
22:49:09.384914 run mass: MS performed LU {at=5569055.08824876, lu_delay=5.605880559422076, ms=00029}
22:49:09.402387 run mass: MS start registered {at=5569055.105734425, delay=0.017528980039060116, ms=00045}
22:49:09.458974 run mass: MS performed LU {at=5569055.162280058, lu_delay=5.932857405394316, ms=00028}
22:49:09.489639 run osmo-ms-mob/00046: Starting mobile
22:49:09.527329 run osmo-ms-mob/00046(pid=181): Launched
22:49:09.544801 run mass: MS performed LU {at=5569055.248136891, lu_delay=4.8189576882869005, ms=00031}
22:49:09.562094 run mass: MS start registered {at=5569055.265438859, delay=0.017345922999083996, ms=00046}
22:49:10.109206 run osmo-ms-mob/00047: Starting mobile
22:49:10.142802 run osmo-ms-mob/00047(pid=182): Launched
22:49:10.160328 run mass: MS start registered {at=5569055.86366395, delay=3.842264413833618e-05, ms=00047}
22:49:10.411382 run osmo-ms-mob/00048: Starting mobile
22:49:10.450223 run osmo-ms-mob/00048(pid=183): Launched
22:49:10.467950 run mass: MS start registered {at=5569056.171284837, delay=4.1540712118148804e-05, ms=00048}
22:49:10.707380 run osmo-ms-mob/00049: Starting mobile
22:49:10.740574 run osmo-ms-mob/00049(pid=184): Launched
22:49:10.756373 run mass: MS start registered {at=5569056.459702182, delay=0.0003545796498656273, ms=00049}
22:49:11.005452 run osmo-ms-mob/00050: Starting mobile
22:49:11.022763 run osmo-ms-mob/00050(pid=185): Launched
22:49:11.037514 run mass: MS performed LU {at=5569056.740865737, lu_delay=5.611192180775106, ms=00033}
22:49:11.045957 run mass: MS start registered {at=5569056.749317361, delay=0.008474264293909073, ms=00050}
22:49:11.069559 run mass: MS performed LU {at=5569056.772890345, lu_delay=4.94211009144783, ms=00035}
22:49:11.199024 run mass: MS performed LU {at=5569056.902356397, lu_delay=5.486609912477434, ms=00034}
22:49:11.210735 run osmo-ms-mob/00051: Starting mobile
22:49:11.224655 run osmo-ms-mob/00051(pid=186): Launched
22:49:11.238154 run mass: MS start registered {at=5569056.941492918, delay=0.0044756727293133736, ms=00051}
22:49:11.378779 run mass: MS performed LU {at=5569057.08211441, lu_delay=4.853661526925862, ms=00036}
22:49:11.700268 run osmo-ms-mob/00052: Starting mobile
22:49:11.716789 run osmo-ms-mob/00052(pid=187): Launched
22:49:11.729489 run mass: MS start registered {at=5569057.432838134, delay=0.005186080001294613, ms=00052}
22:49:12.000666 run osmo-ms-mob/00053: Starting mobile
22:49:12.024767 run osmo-ms-mob/00053(pid=188): Launched
22:49:12.041409 run mass: MS start registered {at=5569057.744734671, delay=0.007142220623791218, ms=00053}
22:49:12.075854 run mass: MS performed LU {at=5569057.779182525, lu_delay=7.050220410339534, ms=00032}
22:49:12.300956 run osmo-ms-mob/00054: Starting mobile
22:49:12.318429 run osmo-ms-mob/00054(pid=189): Launched
22:49:12.332892 run mass: MS start registered {at=5569058.036231935, delay=0.006630169227719307, ms=00054}
22:49:12.605408 run osmo-ms-mob/00055: Starting mobile
22:49:12.622878 run osmo-ms-mob/00055(pid=190): Launched
22:49:12.639756 run mass: MS start registered {at=5569058.343079484, delay=0.007552344352006912, ms=00055}
22:49:12.901314 run osmo-ms-mob/00056: Starting mobile
22:49:12.917601 run osmo-ms-mob/00056(pid=191): Launched
22:49:12.930821 run mass: MS start registered {at=5569058.634152306, delay=0.004059548489749432, ms=00056}
22:49:12.939355 run mass: MS performed LU {at=5569058.642713334, lu_delay=4.992701485753059, ms=00040}
22:49:12.970743 run mass: MS performed LU {at=5569058.674080035, lu_delay=5.745750138536096, ms=00038}
22:49:12.984369 run osmo-ms-mob/00057: Starting mobile
22:49:13.001044 run osmo-ms-mob/00057(pid=192): Launched
22:49:13.018951 run mass: MS start registered {at=5569058.722287911, delay=0.00844682939350605, ms=00057}
22:49:13.062983 run mass: MS performed LU {at=5569058.766316769, lu_delay=5.588471496477723, ms=00039}
22:49:13.224812 run mass: MS performed LU {at=5569058.928134382, lu_delay=4.997922569513321, ms=00041}
22:49:13.243108 run mass: MS performed LU {at=5569058.946450837, lu_delay=6.31740004196763, ms=00037}
22:49:13.258091 run osmo-ms-mob/00058: Starting mobile
22:49:13.275618 run osmo-ms-mob/00058(pid=193): Launched
22:49:13.288506 run mass: MS performed LU {at=5569058.991845726, lu_delay=4.761272467672825, ms=00042}
22:49:13.302080 run mass: MS start registered {at=5569059.005440821, delay=0.013636619783937931, ms=00058}
22:49:13.906222 run osmo-ms-mob/00059: Starting mobile
22:49:13.925561 run osmo-ms-mob/00059(pid=194): Launched
22:49:13.943706 run mass: MS start registered {at=5569059.647048183, delay=0.009113295935094357, ms=00059}
22:49:14.200992 run osmo-ms-mob/00060: Starting mobile
22:49:14.218534 run osmo-ms-mob/00060(pid=195): Launched
22:49:14.232189 run mass: MS start registered {at=5569059.935529888, delay=0.0015428615733981133, ms=00060}
22:49:14.290724 run mass: MS performed LU {at=5569059.994057655, lu_delay=3.8227728186175227, ms=00048}
22:49:14.605268 run osmo-ms-mob/00061: Starting mobile
22:49:14.623744 run osmo-ms-mob/00061(pid=196): Launched
22:49:14.637322 run mass: MS start registered {at=5569060.340656546, delay=0.005824371241033077, ms=00061}
22:49:14.798007 run mass: MS performed LU {at=5569060.501340213, lu_delay=5.841026657260954, ms=00043}
22:49:14.814816 run osmo-ms-mob/00062: Starting mobile
22:49:14.833530 run osmo-ms-mob/00062(pid=197): Launched
22:49:14.848281 run mass: MS start registered {at=5569060.551610321, delay=0.005843723192811012, ms=00062}
22:49:14.899775 run mass: MS performed LU {at=5569060.603091071, lu_delay=5.497356646694243, ms=00045}
22:49:14.964861 run mass: MS performed LU {at=5569060.668181929, lu_delay=4.804517978802323, ms=00047}
22:49:14.990798 run osmo-ms-mob/00063: Starting mobile
22:49:15.009280 run osmo-ms-mob/00063(pid=198): Launched
22:49:15.027159 run mass: MS start registered {at=5569060.730490079, delay=0.008921710774302483, ms=00063}
22:49:15.070809 run mass: MS performed LU {at=5569060.774125623, lu_delay=5.5086867632344365, ms=00046}
22:49:15.143930 run mass: MS performed LU {at=5569060.84724909, lu_delay=5.8470491180196404, ms=00044}
22:49:15.601765 run osmo-ms-mob/00064: Starting mobile
22:49:15.622124 run osmo-ms-mob/00064(pid=199): Launched
22:49:15.641594 run mass: MS start registered {at=5569061.344916104, delay=0.007354967296123505, ms=00064}
22:49:16.005849 run osmo-ms-mob/00065: Starting mobile
22:49:16.025841 run osmo-ms-mob/00065(pid=200): Launched
22:49:16.040057 run mass: MS start registered {at=5569061.743389811, delay=0.0028945496305823326, ms=00065}
22:49:16.302652 run osmo-ms-mob/00066: Starting mobile
22:49:16.326815 run osmo-ms-mob/00066(pid=201): Launched
22:49:16.349145 run mass: MS start registered {at=5569062.052474117, delay=0.013799060136079788, ms=00066}
22:49:16.700866 run osmo-ms-mob/00067: Starting mobile
22:49:16.717465 run osmo-ms-mob/00067(pid=202): Launched
22:49:16.731178 run mass: MS start registered {at=5569062.434524471, delay=0.006071200594305992, ms=00067}
22:49:16.739142 run mass: MS performed LU {at=5569062.442496027, lu_delay=4.4062640918418765, ms=00054}
22:49:16.755035 run mass: MS performed LU {at=5569062.458377044, lu_delay=5.709059682674706, ms=00050}
22:49:16.768697 run osmo-ms-mob/00068: Starting mobile
22:49:16.785756 run osmo-ms-mob/00068(pid=203): Launched
22:49:16.799601 run mass: MS start registered {at=5569062.502946912, delay=0.006012389436364174, ms=00068}
22:49:16.828520 run mass: MS performed LU {at=5569062.531855484, lu_delay=6.072153301909566, ms=00049}
22:49:17.008770 run mass: MS performed LU {at=5569062.712084904, lu_delay=5.770591986365616, ms=00051}
22:49:17.045648 run mass: MS performed LU {at=5569062.748980352, lu_delay=5.316142218187451, ms=00052}
22:49:17.061091 run osmo-ms-mob/00069: Starting mobile
22:49:17.080447 run osmo-ms-mob/00069(pid=204): Launched
22:49:17.100194 run mass: MS start registered {at=5569062.803507192, delay=0.010967508889734745, ms=00069}
22:49:17.724046 run mass: MS performed LU {at=5569063.427360387, lu_delay=5.682625715620816, ms=00053}
22:49:17.740598 run osmo-ms-mob/00070: Starting mobile
22:49:17.757997 run osmo-ms-mob/00070(pid=205): Launched
22:49:17.777314 run mass: MS start registered {at=5569063.480635154, delay=0.010567146353423595, ms=00070}
22:49:18.052373 run mass: MS performed LU {at=5569063.755684702, lu_delay=3.8201548140496016, ms=00060}
22:49:18.202382 run osmo-ms-mob/00071: Starting mobile
22:49:18.220249 run osmo-ms-mob/00071(pid=206): Launched
22:49:18.238817 run mass: MS start registered {at=5569063.942134357, delay=0.008903313428163528, ms=00071}
22:49:18.606714 run osmo-ms-mob/00072: Starting mobile
22:49:18.634228 run osmo-ms-mob/00072(pid=207): Launched
22:49:18.657935 run mass: MS start registered {at=5569064.361242851, delay=0.01390246395021677, ms=00072}
22:49:18.684173 run mass: MS performed LU {at=5569064.387485438, lu_delay=5.7533331317827106, ms=00056}
22:49:18.730892 run mass: MS performed LU {at=5569064.434220357, lu_delay=6.09114087279886, ms=00055}
22:49:18.799365 run mass: MS performed LU {at=5569064.50268122, lu_delay=5.780393308959901, ms=00057}
22:49:18.824717 run osmo-ms-mob/00073: Starting mobile
22:49:18.843553 run osmo-ms-mob/00073(pid=208): Launched
22:49:18.852464 run mass: MS performed LU {at=5569064.555814178, lu_delay=4.908765994943678, ms=00059}
22:49:18.865049 run mass: MS start registered {at=5569064.568378243, delay=0.012589803896844387, ms=00073}
22:49:18.910424 run mass: MS performed LU {at=5569064.613741354, lu_delay=5.608300533145666, ms=00058}
22:49:19.401000 run osmo-ms-mob/00074: Starting mobile
22:49:19.418110 run osmo-ms-mob/00074(pid=209): Launched
22:49:19.432151 run mass: MS start registered {at=5569065.135485269, delay=0.0055048661306500435, ms=00074}
22:49:19.807187 run osmo-ms-mob/00075: Starting mobile
22:49:19.834107 run osmo-ms-mob/00075(pid=210): Launched
22:49:19.856716 run mass: MS start registered {at=5569065.560031286, delay=0.011331072077155113, ms=00075}
22:49:20.300581 run osmo-ms-mob/00076: Starting mobile
22:49:20.318595 run osmo-ms-mob/00076(pid=211): Launched
22:49:20.332486 run mass: MS start registered {at=5569066.035816911, delay=0.005152620375156403, ms=00076}
22:49:20.502650 run mass: MS performed LU {at=5569066.20597835, lu_delay=5.865321803838015, ms=00061}
22:49:20.521479 run mass: MS performed LU {at=5569066.224809856, lu_delay=4.879893751814961, ms=00064}
22:49:20.536095 run osmo-ms-mob/00077: Starting mobile
22:49:20.555132 run osmo-ms-mob/00077(pid=212): Launched
22:49:20.568567 run mass: MS start registered {at=5569066.271912301, delay=0.00573852751404047, ms=00077}
22:49:20.594751 run mass: MS performed LU {at=5569066.298081818, lu_delay=5.746471497230232, ms=00062}
22:49:20.774766 run mass: MS performed LU {at=5569066.478094638, lu_delay=5.74760455917567, ms=00063}
22:49:20.784239 run mass: MS performed LU {at=5569066.487574028, lu_delay=4.7441842164844275, ms=00065}
22:49:21.205862 run osmo-ms-mob/00078: Starting mobile
22:49:21.237480 run osmo-ms-mob/00078(pid=213): Launched
22:49:21.252473 run mass: MS start registered {at=5569066.955815424, delay=3.6388635635375977e-05, ms=00078}
22:49:21.606166 run osmo-ms-mob/00079: Starting mobile
22:49:21.629646 run osmo-ms-mob/00079(pid=214): Launched
22:49:21.643303 run mass: MS start registered {at=5569067.346636308, delay=0.004787743091583252, ms=00079}
22:49:22.106351 run osmo-ms-mob/00080: Starting mobile
22:49:22.126843 run osmo-ms-mob/00080(pid=215): Launched
22:49:22.142848 run mass: MS start registered {at=5569067.846171084, delay=0.007606471888720989, ms=00080}
22:49:22.449932 run mass: MS performed LU {at=5569068.153243061, lu_delay=4.672607907094061, ms=00070}
22:49:22.496171 run mass: MS performed LU {at=5569068.199488982, lu_delay=6.147014864720404, ms=00066}
22:49:22.514576 run osmo-ms-mob/00081: Starting mobile
22:49:22.531579 run osmo-ms-mob/00081(pid=216): Launched
22:49:22.548513 run mass: MS start registered {at=5569068.251843652, delay=0.0076072728261351585, ms=00081}
22:49:22.564998 run mass: MS performed LU {at=5569068.268329289, lu_delay=5.46482209675014, ms=00069}
22:49:22.602392 run mass: MS performed LU {at=5569068.305723552, lu_delay=5.802776639349759, ms=00068}
22:49:22.676209 run mass: MS performed LU {at=5569068.379541378, lu_delay=5.94501690659672, ms=00067}
22:49:22.690548 run osmo-ms-mob/00082: Starting mobile
22:49:22.707384 run osmo-ms-mob/00082(pid=217): Launched
22:49:22.721215 run mass: MS performed LU {at=5569068.424560432, lu_delay=22.78379276674241, ms=00020}
22:49:22.732096 run mass: MS start registered {at=5569068.435459287, delay=0.010930896736681461, ms=00082}
22:49:23.600563 run osmo-ms-mob/00083: Starting mobile
22:49:23.619015 run osmo-ms-mob/00083(pid=218): Launched
22:49:23.631230 run mass: MS start registered {at=5569069.334575156, delay=0.005147701129317284, ms=00083}
22:49:24.107582 run osmo-ms-mob/00084: Starting mobile
22:49:24.144028 run osmo-ms-mob/00084(pid=219): Launched
22:49:24.164575 run mass: MS start registered {at=5569069.867885194, delay=0.010836307890713215, ms=00084}
22:49:24.232054 run mass: MS performed LU {at=5569069.935362532, lu_delay=5.574119680561125, ms=00072}
22:49:24.315198 run mass: MS performed LU {at=5569070.018514703, lu_delay=4.883029433898628, ms=00074}
22:49:24.360535 run mass: MS performed LU {at=5569070.063808237, lu_delay=5.495429994538426, ms=00073}
22:49:24.503821 run mass: MS performed LU {at=5569070.207123761, lu_delay=6.2649894040077925, ms=00071}
22:49:24.534617 run osmo-ms-mob/00085: Starting mobile
22:49:24.558722 run osmo-ms-mob/00085(pid=220): Launched
22:49:24.569079 run mass: MS performed LU {at=5569070.27241811, lu_delay=4.712386823259294, ms=00075}
22:49:24.581409 run mass: MS start registered {at=5569070.284763968, delay=0.012382079847157001, ms=00085}
22:49:25.201020 run osmo-ms-mob/00086: Starting mobile
22:49:25.218957 run osmo-ms-mob/00086(pid=221): Launched
22:49:25.233970 run mass: MS start registered {at=5569070.937288837, delay=0.006578513421118259, ms=00086}
22:49:25.800312 run osmo-ms-mob/00087: Starting mobile
22:49:25.818372 run osmo-ms-mob/00087(pid=222): Launched
22:49:25.832587 run mass: MS start registered {at=5569071.535922861, delay=0.006262499839067459, ms=00087}
22:49:26.216304 run mass: MS performed LU {at=5569071.91961144, lu_delay=4.572975131683052, ms=00079}
22:49:26.262314 run mass: MS performed LU {at=5569071.965640759, lu_delay=5.929823848418891, ms=00076}
22:49:26.277455 run osmo-ms-mob/00088: Starting mobile
22:49:26.295485 run osmo-ms-mob/00088(pid=223): Launched
22:49:26.310241 run mass: MS start registered {at=5569072.013582264, delay=0.006257267668843269, ms=00088}
22:49:26.331342 run mass: MS performed LU {at=5569072.034670288, lu_delay=5.0788548635318875, ms=00078}
22:49:26.367691 run mass: MS performed LU {at=5569072.071017395, lu_delay=5.799105093814433, ms=00077}
22:49:27.001384 run osmo-ms-mob/00089: Starting mobile
22:49:27.018326 run osmo-ms-mob/00089(pid=224): Launched
22:49:27.032177 run mass: MS start registered {at=5569072.735497518, delay=0.0059923650696873665, ms=00089}
22:49:27.601389 run osmo-ms-mob/00090: Starting mobile
22:49:27.621972 run osmo-ms-mob/00090(pid=225): Launched
22:49:27.635414 run mass: MS start registered {at=5569073.338742724, delay=0.005485674366354942, ms=00090}
22:49:27.997184 run mass: MS performed LU {at=5569073.700516418, lu_delay=5.448672765865922, ms=00081}
22:49:28.080050 run mass: MS performed LU {at=5569073.783380193, lu_delay=5.347920905798674, ms=00082}
22:49:28.126516 run mass: MS performed LU {at=5569073.829830768, lu_delay=5.983659683726728, ms=00080}
22:49:28.143343 run osmo-ms-mob/00091: Starting mobile
22:49:28.161273 run osmo-ms-mob/00091(pid=226): Launched
22:49:28.179445 run mass: MS start registered {at=5569073.882764458, delay=0.009118487127125263, ms=00091}
22:49:28.269764 run mass: MS performed LU {at=5569073.973048775, lu_delay=4.638473619706929, ms=00083}
22:49:29.003161 run osmo-ms-mob/00092: Starting mobile
22:49:29.018628 run osmo-ms-mob/00092(pid=227): Launched
22:49:29.031864 run mass: MS start registered {at=5569074.735213137, delay=0.005015500821173191, ms=00092}
22:49:29.800758 run osmo-ms-mob/00093: Starting mobile
22:49:29.816201 run osmo-ms-mob/00093(pid=228): Launched
22:49:29.829712 run mass: MS start registered {at=5569075.533051512, delay=0.006095356307923794, ms=00093}
22:49:29.981628 run mass: MS performed LU {at=5569075.684942369, lu_delay=5.817057175561786, ms=00084}
22:49:30.027463 run mass: MS performed LU {at=5569075.730780594, lu_delay=4.79349175747484, ms=00086}
22:49:30.097175 run mass: MS performed LU {at=5569075.800506925, lu_delay=5.5157429575920105, ms=00085}
22:49:30.700465 run osmo-ms-mob/00094: Starting mobile
22:49:30.715767 run osmo-ms-mob/00094(pid=229): Launched
22:49:30.728300 run mass: MS start registered {at=5569076.431650199, delay=0.0053389351814985275, ms=00094}
22:49:31.599893 run osmo-ms-mob/00095: Starting mobile
22:49:31.615630 run osmo-ms-mob/00095(pid=230): Launched
22:49:31.628631 run mass: MS start registered {at=5569077.331975587, delay=0.005436173640191555, ms=00095}
22:49:31.763228 run mass: MS performed LU {at=5569077.466544518, lu_delay=5.452962254174054, ms=00088}
22:49:31.845971 run mass: MS performed LU {at=5569077.549270228, lu_delay=4.813772709108889, ms=00089}
22:49:31.892327 run mass: MS performed LU {at=5569077.595650002, lu_delay=6.05972714163363, ms=00087}
22:49:32.601737 run osmo-ms-mob/00096: Starting mobile
22:49:32.617226 run osmo-ms-mob/00096(pid=231): Launched
22:49:32.629903 run mass: MS start registered {at=5569078.33324552, delay=0.00558023527264595, ms=00096}
22:49:33.700339 run osmo-ms-mob/00097: Starting mobile
22:49:33.717226 run osmo-ms-mob/00097(pid=232): Launched
22:49:33.730519 run mass: MS start registered {at=5569079.433857887, delay=0.005571790039539337, ms=00097}
22:49:33.747699 run mass: MS performed LU {at=5569079.451037617, lu_delay=6.112294893711805, ms=00090}
22:49:33.793552 run mass: MS performed LU {at=5569079.496886848, lu_delay=4.761673710308969, ms=00092}
22:49:33.863145 run mass: MS performed LU {at=5569079.566479889, lu_delay=5.683715431019664, ms=00091}
22:49:34.999299 run osmo-ms-mob/00098: Starting mobile
22:49:35.012280 run osmo-ms-mob/00098(pid=233): Launched
22:49:35.023439 run mass: MS start registered {at=5569080.726786988, delay=0.0050269365310668945, ms=00098}
22:49:35.612350 run mass: MS performed LU {at=5569081.315674568, lu_delay=5.782623055391014, ms=00093}
22:49:35.657749 run mass: MS performed LU {at=5569081.361081984, lu_delay=4.929431784898043, ms=00094}
22:49:36.799442 run osmo-ms-mob/00099: Starting mobile
22:49:36.813513 run osmo-ms-mob/00099(pid=234): Launched
22:49:36.819832 run mass: All started... {duration=55.72639204841107, too_slow=1}
22:49:36.825797 run mass: MS start registered {at=5569082.529156335, delay=0.0059591736644506454, ms=00099}
22:49:37.513400 run mass: MS performed LU {at=5569083.216727703, lu_delay=4.883482183329761, ms=00096}
22:49:37.559340 run mass: MS performed LU {at=5569083.262673433, lu_delay=5.930697846226394, ms=00095}
22:49:39.378150 run mass: MS performed LU {at=5569085.081432689, lu_delay=5.647574801929295, ms=00097}
22:49:41.279066 run mass: MS performed LU {at=5569086.982400868, lu_delay=4.453244533389807, ms=00099}
22:49:41.306690 run mass: MS performed LU {at=5569087.010022745, lu_delay=6.283235756680369, ms=00098}
22:49:41.314531 run mass: Tests done {all_completed=True, max=22.78379276674241, min=3.8201548140496016}
22:49:41.321729 tst register_default_mass.py: Test passed (85.0 sec)
22:49:41.328785 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:41.332920 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:41.336955 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:41.341058 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:41.345618 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:41.351162 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:41.356197 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:41.361398 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:41.366846 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:41.371724 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:41.376540 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:41.383901 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:41.393452 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:41.402771 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:41.412123 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:41.421731 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:41.432026 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:41.442249 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:41.452100 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:41.462092 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:41.471994 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:41.482041 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:41.492862 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:41.502969 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:41.519144 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:41.528798 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:41.538318 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:41.547688 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:41.557087 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:41.566465 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:41.576337 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:41.586109 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:41.595958 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:41.605784 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:41.615468 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:41.625124 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:41.634874 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:41.644920 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:41.654841 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:41.664725 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:41.674475 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:41.683879 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:41.693173 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:41.702469 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:41.711737 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:41.721203 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:41.730637 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:41.740402 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:41.750262 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:41.759994 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:41.769922 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:41.779717 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:41.789563 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:41.799629 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:41.809763 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:41.819487 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:41.829627 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:41.839199 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:41.849085 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:41.859009 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:41.869102 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:41.878866 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:41.888886 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:41.898599 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:41.908342 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:41.917983 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:41.927857 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:41.937678 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:41.947530 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:41.957445 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:41.966974 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:41.976461 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:41.985975 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:41.995733 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:42.005273 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:42.014998 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:42.024683 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:42.034456 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:42.044210 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:42.054141 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:42.063954 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:42.073725 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:42.083689 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:42.093703 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:42.103474 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:42.113531 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:42.123172 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:42.133119 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:42.143066 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:42.152901 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:42.162717 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:42.172397 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:42.182476 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:42.192392 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:42.202433 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:42.212479 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:42.222482 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:42.232411 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:42.241965 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:42.251621 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:42.261420 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:42.271239 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:42.280975 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:42.290427 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:42.299796 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:42.309409 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:42.318905 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:42.328521 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:42.337933 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:42.347420 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:42.356842 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:42.366419 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:42.376432 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:42.386504 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:42.396414 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:42.405887 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:42.415362 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:42.424726 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:42.433883 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:42.443544 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:42.452743 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:42.461645 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:42.470601 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:42.479646 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:42.488932 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:42.498064 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:42.507380 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:42.516508 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:42.525588 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:42.534665 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:42.543790 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:42.552993 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:42.561944 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:42.571037 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:42.580032 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:42.589113 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:42.598264 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:42.607545 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:42.616755 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:42.625921 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:42.635031 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:42.644213 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:42.653271 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:42.662166 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:42.671025 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:42.679884 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:42.688672 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:42.697530 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:42.706157 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:42.714506 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:42.722836 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:42.731206 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:42.739678 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:42.745033 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:42.749724 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:42.754336 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:42.758914 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:42.763448 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:42.768020 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:42.772546 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:42.777101 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:42.781629 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:42.786150 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:42.790678 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:42.795252 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:42.799691 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:42.804144 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:42.808606 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:42.813113 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:42.817594 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:42.822037 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:42.826414 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:42.830898 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:42.835355 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:43.677815 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:43.688371 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:43.695702 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:43.702965 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:43.710126 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:43.717263 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:43.724456 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:43.731813 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:43.739014 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:44.031542 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:44.038704 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:44.045842 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:44.052850 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:44.059898 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:44.066965 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:44.073923 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:44.080933 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:44.087909 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:44.094914 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:44.101915 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:44.109019 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:44.114465 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:44.118188 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:44.121822 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:44.125320 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:44.128860 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:44.132427 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:44.136066 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:44.139583 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:44.143111 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:44.146633 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:44.150156 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:44.153658 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:44.157143 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:44.160689 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:44.164220 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:44.167761 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:44.171273 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:44.174732 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:44.178177 --- ParallelTerminationStrategy: PID 22 died...
22:49:44.179720 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:44.183596 --- ParallelTerminationStrategy: PID 23 died...
22:49:44.185170 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:44.189068 --- ParallelTerminationStrategy: PID 24 died...
22:49:44.190669 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:44.194447 --- ParallelTerminationStrategy: PID 25 died...
22:49:44.196059 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:44.199925 --- ParallelTerminationStrategy: PID 26 died...
22:49:44.201485 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:44.205382 --- ParallelTerminationStrategy: PID 27 died...
22:49:44.206945 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:44.210796 --- ParallelTerminationStrategy: PID 28 died...
22:49:44.212373 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:44.216279 --- ParallelTerminationStrategy: PID 29 died...
22:49:44.217865 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:44.221747 --- ParallelTerminationStrategy: PID 30 died...
22:49:44.223344 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:44.227127 --- ParallelTerminationStrategy: PID 31 died...
22:49:44.228752 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:44.232596 --- ParallelTerminationStrategy: PID 32 died...
22:49:44.234191 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:44.238126 --- ParallelTerminationStrategy: PID 33 died...
22:49:44.239704 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:44.243624 --- ParallelTerminationStrategy: PID 35 died...
22:49:44.245193 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:44.249107 --- ParallelTerminationStrategy: PID 36 died...
22:49:44.250661 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:44.254537 --- ParallelTerminationStrategy: PID 37 died...
22:49:44.256101 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:44.259907 --- ParallelTerminationStrategy: PID 38 died...
22:49:44.261465 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:44.265360 --- ParallelTerminationStrategy: PID 39 died...
22:49:44.266915 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:44.270840 --- ParallelTerminationStrategy: PID 40 died...
22:49:44.272385 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:44.276307 --- ParallelTerminationStrategy: PID 41 died...
22:49:44.277884 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:44.281756 --- ParallelTerminationStrategy: PID 42 died...
22:49:44.283350 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:44.287228 --- ParallelTerminationStrategy: PID 43 died...
22:49:44.288862 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:44.292921 --- ParallelTerminationStrategy: PID 44 died...
22:49:44.294528 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:44.298533 --- ParallelTerminationStrategy: PID 45 died...
22:49:44.300113 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:44.304086 --- ParallelTerminationStrategy: PID 46 died...
22:49:44.305698 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:44.309659 --- ParallelTerminationStrategy: PID 47 died...
22:49:44.311247 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:44.315152 --- ParallelTerminationStrategy: PID 48 died...
22:49:44.316817 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:44.320756 --- ParallelTerminationStrategy: PID 49 died...
22:49:44.322365 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:44.326405 --- ParallelTerminationStrategy: PID 50 died...
22:49:44.327991 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:44.331928 --- ParallelTerminationStrategy: PID 51 died...
22:49:44.333531 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:44.337451 --- ParallelTerminationStrategy: PID 52 died...
22:49:44.339124 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:44.342984 --- ParallelTerminationStrategy: PID 53 died...
22:49:44.344613 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:44.348549 --- ParallelTerminationStrategy: PID 54 died...
22:49:44.350167 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:44.354089 --- ParallelTerminationStrategy: PID 55 died...
22:49:44.355680 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:44.359852 --- ParallelTerminationStrategy: PID 56 died...
22:49:44.361640 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:44.366182 --- ParallelTerminationStrategy: PID 57 died...
22:49:44.368072 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:44.372916 --- ParallelTerminationStrategy: PID 58 died...
22:49:44.374839 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:44.379670 --- ParallelTerminationStrategy: PID 59 died...
22:49:44.381620 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:44.386417 --- ParallelTerminationStrategy: PID 60 died...
22:49:44.388345 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:44.393154 --- ParallelTerminationStrategy: PID 61 died...
22:49:44.395119 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:44.399783 --- ParallelTerminationStrategy: PID 62 died...
22:49:44.401678 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:44.406310 --- ParallelTerminationStrategy: PID 63 died...
22:49:44.408213 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:44.412796 --- ParallelTerminationStrategy: PID 64 died...
22:49:44.414607 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:44.419115 --- ParallelTerminationStrategy: PID 65 died...
22:49:44.420965 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:44.425384 --- ParallelTerminationStrategy: PID 66 died...
22:49:44.427193 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:44.431619 --- ParallelTerminationStrategy: PID 67 died...
22:49:44.433399 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:44.437700 --- ParallelTerminationStrategy: PID 68 died...
22:49:44.439394 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:44.443568 --- ParallelTerminationStrategy: PID 69 died...
22:49:44.445203 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:44.449129 --- ParallelTerminationStrategy: PID 70 died...
22:49:44.450689 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:44.454512 --- ParallelTerminationStrategy: PID 71 died...
22:49:44.456047 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:44.459913 --- ParallelTerminationStrategy: PID 72 died...
22:49:44.461445 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:44.465296 --- ParallelTerminationStrategy: PID 73 died...
22:49:44.466829 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:44.470605 --- ParallelTerminationStrategy: PID 74 died...
22:49:44.472127 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:44.475844 --- ParallelTerminationStrategy: PID 75 died...
22:49:44.477328 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:44.481139 --- ParallelTerminationStrategy: PID 76 died...
22:49:44.482706 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:44.486645 --- ParallelTerminationStrategy: PID 77 died...
22:49:44.488350 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:44.493066 --- ParallelTerminationStrategy: PID 78 died...
22:49:44.495056 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:44.500132 --- ParallelTerminationStrategy: PID 79 died...
22:49:44.502236 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:44.507480 --- ParallelTerminationStrategy: PID 80 died...
22:49:44.509681 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:44.514909 --- ParallelTerminationStrategy: PID 81 died...
22:49:44.517012 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:44.522084 --- ParallelTerminationStrategy: PID 82 died...
22:49:44.524234 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:44.529512 --- ParallelTerminationStrategy: PID 83 died...
22:49:44.531634 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:44.536868 --- ParallelTerminationStrategy: PID 84 died...
22:49:44.538986 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:44.544235 --- ParallelTerminationStrategy: PID 85 died...
22:49:44.546392 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:44.551666 --- ParallelTerminationStrategy: PID 86 died...
22:49:44.553802 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:44.559052 --- ParallelTerminationStrategy: PID 87 died...
22:49:44.561190 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:44.566544 --- ParallelTerminationStrategy: PID 88 died...
22:49:44.568697 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:44.574090 --- ParallelTerminationStrategy: PID 89 died...
22:49:44.576226 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:44.581661 --- ParallelTerminationStrategy: PID 90 died...
22:49:44.583882 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:44.589183 --- ParallelTerminationStrategy: PID 91 died...
22:49:44.591348 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:44.596633 --- ParallelTerminationStrategy: PID 92 died...
22:49:44.598785 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:44.604138 --- ParallelTerminationStrategy: PID 93 died...
22:49:44.606336 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:44.611677 --- ParallelTerminationStrategy: PID 94 died...
22:49:44.613784 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:44.619090 --- ParallelTerminationStrategy: PID 95 died...
22:49:44.621246 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:44.626617 --- ParallelTerminationStrategy: PID 96 died...
22:49:44.628765 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:44.633984 --- ParallelTerminationStrategy: PID 97 died...
22:49:44.636133 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:44.641595 --- ParallelTerminationStrategy: PID 98 died...
22:49:44.643831 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:44.649146 --- ParallelTerminationStrategy: PID 99 died...
22:49:44.651266 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:44.656513 --- ParallelTerminationStrategy: PID 100 died...
22:49:44.658678 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:44.663851 --- ParallelTerminationStrategy: PID 101 died...
22:49:44.665936 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:44.671131 --- ParallelTerminationStrategy: PID 102 died...
22:49:44.673220 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:44.678482 --- ParallelTerminationStrategy: PID 103 died...
22:49:44.680602 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:44.685845 --- ParallelTerminationStrategy: PID 104 died...
22:49:44.687941 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:44.693190 --- ParallelTerminationStrategy: PID 105 died...
22:49:44.695350 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:44.700615 --- ParallelTerminationStrategy: PID 106 died...
22:49:44.702803 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:44.708078 --- ParallelTerminationStrategy: PID 107 died...
22:49:44.710212 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:44.715406 --- ParallelTerminationStrategy: PID 108 died...
22:49:44.717576 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:44.722661 --- ParallelTerminationStrategy: PID 109 died...
22:49:44.724694 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:44.729788 --- ParallelTerminationStrategy: PID 110 died...
22:49:44.731878 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:44.736914 --- ParallelTerminationStrategy: PID 111 died...
22:49:44.738969 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:44.744051 --- ParallelTerminationStrategy: PID 112 died...
22:49:44.746179 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:44.751256 --- ParallelTerminationStrategy: PID 113 died...
22:49:44.753319 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:44.758438 --- ParallelTerminationStrategy: PID 114 died...
22:49:44.760456 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:44.765519 --- ParallelTerminationStrategy: PID 115 died...
22:49:44.767510 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:44.772402 --- ParallelTerminationStrategy: PID 116 died...
22:49:44.774397 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:44.779297 --- ParallelTerminationStrategy: PID 117 died...
22:49:44.781310 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:44.786296 --- ParallelTerminationStrategy: PID 118 died...
22:49:44.788289 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:44.793178 --- ParallelTerminationStrategy: PID 119 died...
22:49:44.795163 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:44.800043 --- ParallelTerminationStrategy: PID 120 died...
22:49:44.802075 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:44.806949 --- ParallelTerminationStrategy: PID 121 died...
22:49:44.808919 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:44.813918 --- ParallelTerminationStrategy: PID 122 died...
22:49:44.815905 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:44.820819 --- ParallelTerminationStrategy: PID 123 died...
22:49:44.822790 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:44.827720 --- ParallelTerminationStrategy: PID 124 died...
22:49:44.829693 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:44.834721 --- ParallelTerminationStrategy: PID 125 died...
22:49:44.836820 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:44.841829 --- ParallelTerminationStrategy: PID 126 died...
22:49:44.843837 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:44.848856 --- ParallelTerminationStrategy: PID 127 died...
22:49:44.850920 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:44.855867 --- ParallelTerminationStrategy: PID 128 died...
22:49:44.857874 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:44.862918 --- ParallelTerminationStrategy: PID 129 died...
22:49:44.864973 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:44.869921 --- ParallelTerminationStrategy: PID 130 died...
22:49:44.871940 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:44.876920 --- ParallelTerminationStrategy: PID 131 died...
22:49:44.878980 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:44.884055 --- ParallelTerminationStrategy: PID 132 died...
22:49:44.886103 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:44.891186 --- ParallelTerminationStrategy: PID 133 died...
22:49:44.893366 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:44.898622 --- ParallelTerminationStrategy: PID 134 died...
22:49:44.900726 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:44.905877 --- ParallelTerminationStrategy: PID 135 died...
22:49:44.907910 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:44.913148 --- ParallelTerminationStrategy: PID 136 died...
22:49:44.915259 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:44.920380 --- ParallelTerminationStrategy: PID 137 died...
22:49:44.922448 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:44.927560 --- ParallelTerminationStrategy: PID 138 died...
22:49:44.929654 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:44.934784 --- ParallelTerminationStrategy: PID 139 died...
22:49:44.936809 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:44.941880 --- ParallelTerminationStrategy: PID 140 died...
22:49:44.943925 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:44.948981 --- ParallelTerminationStrategy: PID 141 died...
22:49:44.951002 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:44.956067 --- ParallelTerminationStrategy: PID 142 died...
22:49:44.958125 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:44.963150 --- ParallelTerminationStrategy: PID 143 died...
22:49:44.965165 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:44.970179 --- ParallelTerminationStrategy: PID 144 died...
22:49:44.972131 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:44.977140 --- ParallelTerminationStrategy: PID 145 died...
22:49:44.979154 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:44.984120 --- ParallelTerminationStrategy: PID 146 died...
22:49:44.986152 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:44.991036 --- ParallelTerminationStrategy: PID 147 died...
22:49:44.993023 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:44.998004 --- ParallelTerminationStrategy: PID 148 died...
22:49:45.000032 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:45.005055 --- ParallelTerminationStrategy: PID 149 died...
22:49:45.007005 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:45.011910 --- ParallelTerminationStrategy: PID 150 died...
22:49:45.013973 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:45.018835 --- ParallelTerminationStrategy: PID 151 died...
22:49:45.020811 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:45.025730 --- ParallelTerminationStrategy: PID 152 died...
22:49:45.027697 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:45.032705 --- ParallelTerminationStrategy: PID 153 died...
22:49:45.034718 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:45.039737 --- ParallelTerminationStrategy: PID 154 died...
22:49:45.041755 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:45.046857 --- ParallelTerminationStrategy: PID 155 died...
22:49:45.048936 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:45.054022 --- ParallelTerminationStrategy: PID 156 died...
22:49:45.056099 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:45.061564 --- ParallelTerminationStrategy: PID 157 died...
22:49:45.066006 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:45.076005 --- ParallelTerminationStrategy: PID 158 died...
22:49:45.080202 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:45.090109 --- ParallelTerminationStrategy: PID 159 died...
22:49:45.094091 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:45.103915 --- ParallelTerminationStrategy: PID 160 died...
22:49:45.107964 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:45.117781 --- ParallelTerminationStrategy: PID 161 died...
22:49:45.121795 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:45.131637 --- ParallelTerminationStrategy: PID 162 died...
22:49:45.135805 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:45.145775 --- ParallelTerminationStrategy: PID 163 died...
22:49:45.149836 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:45.159547 --- ParallelTerminationStrategy: PID 164 died...
22:49:45.163581 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:45.173360 --- ParallelTerminationStrategy: PID 165 died...
22:49:45.177472 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:45.187476 --- ParallelTerminationStrategy: PID 166 died...
22:49:45.191665 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:45.201446 --- ParallelTerminationStrategy: PID 167 died...
22:49:45.205670 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:45.215657 --- ParallelTerminationStrategy: PID 168 died...
22:49:45.219654 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:45.229282 --- ParallelTerminationStrategy: PID 169 died...
22:49:45.233212 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:45.242984 --- ParallelTerminationStrategy: PID 170 died...
22:49:45.246971 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:45.257036 --- ParallelTerminationStrategy: PID 171 died...
22:49:45.261045 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:45.268023 --- ParallelTerminationStrategy: PID 172 died...
22:49:45.270230 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:45.275359 --- ParallelTerminationStrategy: PID 173 died...
22:49:45.277613 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:45.282851 --- ParallelTerminationStrategy: PID 174 died...
22:49:45.284991 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:45.290156 --- ParallelTerminationStrategy: PID 175 died...
22:49:45.292285 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:45.297674 --- ParallelTerminationStrategy: PID 176 died...
22:49:45.299819 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:45.305056 --- ParallelTerminationStrategy: PID 177 died...
22:49:45.307180 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:45.312453 --- ParallelTerminationStrategy: PID 178 died...
22:49:45.314579 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:45.319855 --- ParallelTerminationStrategy: PID 179 died...
22:49:45.322019 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:45.327317 --- ParallelTerminationStrategy: PID 180 died...
22:49:45.329548 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:45.335058 --- ParallelTerminationStrategy: PID 181 died...
22:49:45.337321 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:45.342924 --- ParallelTerminationStrategy: PID 182 died...
22:49:45.345243 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:45.350707 --- ParallelTerminationStrategy: PID 183 died...
22:49:45.352927 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:45.358285 --- ParallelTerminationStrategy: PID 184 died...
22:49:45.360480 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:45.365866 --- ParallelTerminationStrategy: PID 185 died...
22:49:45.368097 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:45.373677 --- ParallelTerminationStrategy: PID 186 died...
22:49:45.375907 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:45.381501 --- ParallelTerminationStrategy: PID 187 died...
22:49:45.383995 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:45.390459 --- ParallelTerminationStrategy: PID 188 died...
22:49:45.392708 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:45.397995 --- ParallelTerminationStrategy: PID 189 died...
22:49:45.400174 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:45.405666 --- ParallelTerminationStrategy: PID 190 died...
22:49:45.407939 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:45.413227 --- ParallelTerminationStrategy: PID 191 died...
22:49:45.415386 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:45.420565 --- ParallelTerminationStrategy: PID 192 died...
22:49:45.422835 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:45.428132 --- ParallelTerminationStrategy: PID 193 died...
22:49:45.430413 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:45.435655 --- ParallelTerminationStrategy: PID 194 died...
22:49:45.437875 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:45.443210 --- ParallelTerminationStrategy: PID 195 died...
22:49:45.445427 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:45.450868 --- ParallelTerminationStrategy: PID 196 died...
22:49:45.453073 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:45.458547 --- ParallelTerminationStrategy: PID 197 died...
22:49:45.460788 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:45.466188 --- ParallelTerminationStrategy: PID 198 died...
22:49:45.468543 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:45.475872 --- ParallelTerminationStrategy: PID 199 died...
22:49:45.478117 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:45.483674 --- ParallelTerminationStrategy: PID 200 died...
22:49:45.485914 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:45.491427 --- ParallelTerminationStrategy: PID 201 died...
22:49:45.493691 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:45.499031 --- ParallelTerminationStrategy: PID 202 died...
22:49:45.501340 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:45.506731 --- ParallelTerminationStrategy: PID 203 died...
22:49:45.509005 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:45.514418 --- ParallelTerminationStrategy: PID 204 died...
22:49:45.516677 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:45.522100 --- ParallelTerminationStrategy: PID 205 died...
22:49:45.524261 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:45.529575 --- ParallelTerminationStrategy: PID 206 died...
22:49:45.531822 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:45.537200 --- ParallelTerminationStrategy: PID 207 died...
22:49:45.539449 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:45.544758 --- ParallelTerminationStrategy: PID 208 died...
22:49:45.546907 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:45.552374 --- ParallelTerminationStrategy: PID 209 died...
22:49:45.554482 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:45.559805 --- ParallelTerminationStrategy: PID 210 died...
22:49:45.562004 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:45.567331 --- ParallelTerminationStrategy: PID 211 died...
22:49:45.569609 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:45.574837 --- ParallelTerminationStrategy: PID 212 died...
22:49:45.577016 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:45.582277 --- ParallelTerminationStrategy: PID 213 died...
22:49:45.584445 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:45.589974 --- ParallelTerminationStrategy: PID 214 died...
22:49:45.592118 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:45.597452 --- ParallelTerminationStrategy: PID 215 died...
22:49:45.599601 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:45.604956 --- ParallelTerminationStrategy: PID 216 died...
22:49:45.607097 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:45.612389 --- ParallelTerminationStrategy: PID 217 died...
22:49:45.614637 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:45.620085 --- ParallelTerminationStrategy: PID 218 died...
22:49:45.622341 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:45.627690 --- ParallelTerminationStrategy: PID 219 died...
22:49:45.630004 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:45.636236 --- ParallelTerminationStrategy: PID 220 died...
22:49:45.638579 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:45.644158 --- ParallelTerminationStrategy: PID 221 died...
22:49:45.646418 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:45.651725 --- ParallelTerminationStrategy: PID 222 died...
22:49:45.653966 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:45.659370 --- ParallelTerminationStrategy: PID 223 died...
22:49:45.661584 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:45.666987 --- ParallelTerminationStrategy: PID 224 died...
22:49:45.669169 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:45.674634 --- ParallelTerminationStrategy: PID 225 died...
22:49:45.676871 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:45.682303 --- ParallelTerminationStrategy: PID 226 died...
22:49:45.684476 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:45.690195 --- ParallelTerminationStrategy: PID 227 died...
22:49:45.692446 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:45.698083 --- ParallelTerminationStrategy: PID 228 died...
22:49:45.700334 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:45.706001 --- ParallelTerminationStrategy: PID 229 died...
22:49:45.708692 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:45.715136 --- ParallelTerminationStrategy: PID 230 died...
22:49:45.717337 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:45.722635 --- ParallelTerminationStrategy: PID 231 died...
22:49:45.724747 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:45.730015 --- ParallelTerminationStrategy: PID 232 died...
22:49:45.732155 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:45.737416 --- ParallelTerminationStrategy: PID 233 died...
22:49:45.739624 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:45.745038 --- ParallelTerminationStrategy: PID 234 died...
22:49:45.747286 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:47.166940 --- ParallelTerminationStrategy: PID 34 died...
22:49:47.170706 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7909 netreg_mass PASS
---------------------------------------------------------------------
22:49:47.256736 tst trial-7909: Storing JUnit report in /build/trial-7909/run.2025-03-18_22-48-16/trial-7909.xml
--------------------------------------------------------------------------------------------
trial-7909 PASS
--------------------------------------------------------------------------------------------
22:49:47.280999 tst trial-7909: trial-7909: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (85.0 sec)
+ exit_code=0
+ rm -rf trial-7909/inst
+ cd trial-7909
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-03-18 22:48:15
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7909-run.tgz run.2025-03-18_22-48-16
+ tar czf /build/trial-7909-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-03-18_13_25_50.tgz osmo-bts-oc2g.build-2025-03-18_00_51_27.tgz osmo-bts-sysmo.build-2025-03-18_00_51_26.tgz osmo-bts.build-2025-03-18_00_51_37.tgz osmo-ggsn.build-2025-03-18_20_42_32.tgz osmo-hlr.build-2025-03-18_16_37_07.tgz osmo-hnbgw.build-2025-03-18_13_28_49.tgz osmo-mgw.build-2025-03-18_08_33_11.tgz osmo-msc.build-2025-03-18_13_32_51.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-18_10_08_21.tgz osmo-pcu-sysmo.build-2025-03-18_10_08_12.tgz osmo-pcu.build-2025-03-18_10_08_26.tgz osmo-sgsn.build-2025-03-18_20_48_01.tgz osmo-stp.build-2025-03-18_13_23_05.tgz osmo-trx.build-2025-03-18_14_28_18.tgz osmocom-bb.build-2025-03-18_21_17_44.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