This log is too long to show here, 14 KB has been skipped — click to see the complete log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins16017858179568197774.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-8238
+ 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
84f2d35 osmo-ns-master: drop python3-osmopy-utils / --enable-external-tests
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
--build-arg USER=osmocom-build \
--build-arg UID=1000 \
--build-arg REGISTRY=docker.io \
--build-arg OSMO_TTCN3_BRANCH=master \
--build-arg UPSTREAM_DISTRO=debian:bookworm \
--build-arg DISTRO=debian-bookworm \
--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
--build-arg OSMOCOM_REPO_VERSION=latest \
--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--build-arg LIBOSMOCORE_BRANCH=master \
--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_S1GW_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.0s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.1s
#7 [ 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
#7 CACHED
#8 [14/28] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8
#8 CACHED
#9 [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
#9 CACHED
#10 [ 9/28] COPY SSH /root/.ssh
#10 CACHED
#11 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#11 CACHED
#12 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#12 CACHED
#13 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#13 CACHED
#14 [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
#14 CACHED
#15 [20/28] WORKDIR /TMP
#15 CACHED
#16 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://archive.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#16 CACHED
#17 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#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 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#19 CACHED
#20 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#20 CACHED
#21 [ 8/28] RUN MKDIR /var/run/sshd
#21 CACHED
#22 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#22 CACHED
#23 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#23 CACHED
#24 [ 2/28] RUN useradd -ms /bin/bash jenkins
#24 CACHED
#25 [ 3/28] RUN groupadd osmo-gsm-tester
#25 CACHED
#26 [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
#26 CACHED
#27 [15/28] RUN APT-GET update && apt-get install -y --no-install-recommends telnet libosmocore-dev libosmo-abis-dev libosmo-gsup-client-dev libosmo-netif-dev libosmo-ranap-dev libosmo-sigtran-dev libsmpp34-dev libgtp-dev libasn1c-dev && apt-get clean
#27 CACHED
#28 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#28 CACHED
#29 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#29 CACHED
#30 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#30 CACHED
#31 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#31 CACHED
#32 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:dc4061f025794233e1884a0ae51006426e4698770fafb846fa08a3b08b5a8d47 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8239 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-02-11 22:48:20
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8239
+ mkdir -p trial-8239
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-02-11_15_08_05.tgz osmo-bts-oc2g.build-2026-02-11_00_51_39.tgz osmo-bts-sysmo.build-2026-02-11_00_51_36.tgz osmo-bts.build-2026-02-11_00_51_42.tgz osmo-ggsn.build-2026-02-11_20_42_30.tgz osmo-hlr.build-2026-02-11_16_36_50.tgz osmo-hnbgw.build-2026-02-11_15_12_15.tgz osmo-mgw.build-2026-02-11_08_33_09.tgz osmo-msc.build-2026-02-11_15_15_24.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-02-11_07_35_14.tgz osmo-pcu-sysmo.build-2026-02-11_07_35_20.tgz osmo-pcu.build-2026-02-11_07_35_26.tgz osmo-sgsn.build-2026-02-11_20_48_13.tgz osmo-stp.build-2026-02-11_15_04_37.tgz osmo-trx.build-2026-02-11_14_21_31.tgz osmocom-bb.build-2026-02-11_21_17_42.tgz srslte.build-19.tgz trial-8239
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-02-11_15_08_05.md5 osmo-bts-oc2g.build-2026-02-11_00_51_39.md5 osmo-bts-sysmo.build-2026-02-11_00_51_36.md5 osmo-bts.build-2026-02-11_00_51_42.md5 osmo-ggsn.build-2026-02-11_20_42_30.md5 osmo-hlr.build-2026-02-11_16_36_50.md5 osmo-hnbgw.build-2026-02-11_15_12_15.md5 osmo-mgw.build-2026-02-11_08_33_09.md5 osmo-msc.build-2026-02-11_15_15_24.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-02-11_07_35_14.md5 osmo-pcu-sysmo.build-2026-02-11_07_35_20.md5 osmo-pcu.build-2026-02-11_07_35_26.md5 osmo-sgsn.build-2026-02-11_20_48_13.md5 osmo-stp.build-2026-02-11_15_04_37.md5 osmo-trx.build-2026-02-11_14_21_31.md5 osmocom-bb.build-2026-02-11_21_17_42.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-02-11_15_08_05.md5 osmo-bts-oc2g.build-2026-02-11_00_51_39.md5 osmo-bts-sysmo.build-2026-02-11_00_51_36.md5 osmo-bts.build-2026-02-11_00_51_42.md5 osmo-ggsn.build-2026-02-11_20_42_30.md5 osmo-hlr.build-2026-02-11_16_36_50.md5 osmo-hnbgw.build-2026-02-11_15_12_15.md5 osmo-mgw.build-2026-02-11_08_33_09.md5 osmo-msc.build-2026-02-11_15_15_24.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-02-11_07_35_14.md5 osmo-pcu-sysmo.build-2026-02-11_07_35_20.md5 osmo-pcu.build-2026-02-11_07_35_26.md5 osmo-sgsn.build-2026-02-11_20_48_13.md5 osmo-stp.build-2026-02-11_15_04_37.md5 osmo-trx.build-2026-02-11_14_21_31.md5 osmocom-bb.build-2026-02-11_21_17_42.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-8239 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8239'
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-8239
--------------------------------------------------------------------------------------------
22:48:20.868662 tst trial-8239: Detailed log at /build/trial-8239/run.2026-02-11_22-48-20/log
---------------------------------------------------------------------
trial-8239 netreg_mass
---------------------------------------------------------------------
22:48:21.074100 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:21.074481 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:21.075375 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:21.076545 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:21.118163 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:21.119032 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:21.120210 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:21.181614 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-8239 netreg_mass register_default_mass.py
----------------------------------------------
22:48:21.182459 tst register_default_mass.py:9: Claiming resources for the test
22:48:21.197590 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.198115 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.198578 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.199008 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.199447 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.199888 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.200313 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:21.230357 tst register_default_mass.py: using LAC 2
22:48:21.251972 tst register_default_mass.py: using RAC 2
22:48:21.278183 tst register_default_mass.py: using CellId 2
22:48:21.307209 tst register_default_mass.py: using BVCI 3
22:48:21.320737 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.321432 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.322021 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.322527 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.323034 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.323538 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.324025 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.324512 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.325022 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.325516 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.326012 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.326518 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.327032 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.327541 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.328096 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.328628 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.329142 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.329666 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.330194 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.330711 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.331219 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.331760 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.332292 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.332812 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.333345 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.333867 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.334383 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.334907 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.335426 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.335965 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.336479 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.336998 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.337515 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.338066 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.338595 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.339115 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.339649 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.340180 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.340721 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.341246 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.341757 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.342295 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.342819 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.343349 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.343881 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.344395 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.344914 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.345453 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.345970 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.346481 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.347015 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.347531 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.348042 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.348572 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.349081 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.349588 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.350111 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.350629 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.351143 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.351654 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.352174 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.352681 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.353190 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.353722 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.354230 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.354737 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.355262 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.355792 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.356306 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.356825 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.357340 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.357853 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.358451 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.358966 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.359460 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.359960 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.360436 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.360946 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.361445 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.361926 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.362397 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.362895 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.363382 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.363869 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.364343 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.364832 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.365318 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.365811 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.366301 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.366787 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.367277 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.367773 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.368271 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.368769 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.369282 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.369798 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.370304 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.370832 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.371333 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.371842 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.372316 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.372863 tst register_default_mass.py:21: Launching a simple network
22:48:21.382423 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:21.501875 run create_hlr_db(pid=20): Launched
22:48:22.515426 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:22.531547 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:22.546235 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:22.551903 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:22.739044 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:22.753854 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:22.759584 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:23.181544 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:23.197948 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:26.212205 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:26.340383 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:26.355150 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:26.360637 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:26.383591 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:26.398340 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:26.403967 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:26.717391 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:26.732482 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:32.759444 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:32.932292 run osmo-bts-virtual(pid=34): Launched
22:48:33.967400 tst register_default_mass.py: using MSISDN 1001
22:48:33.981731 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:34.021294 tst register_default_mass.py: using MSISDN 1002
22:48:34.039113 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:34.070186 tst register_default_mass.py: using MSISDN 1003
22:48:34.085005 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:34.116198 tst register_default_mass.py: using MSISDN 1004
22:48:34.130802 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:34.161710 tst register_default_mass.py: using MSISDN 1005
22:48:34.176024 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:34.207143 tst register_default_mass.py: using MSISDN 1006
22:48:34.221604 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:34.252410 tst register_default_mass.py: using MSISDN 1007
22:48:34.266746 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:34.297716 tst register_default_mass.py: using MSISDN 1008
22:48:34.312140 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:34.346536 tst register_default_mass.py: using MSISDN 1009
22:48:34.356610 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:34.387276 tst register_default_mass.py: using MSISDN 1010
22:48:34.403165 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:34.434121 tst register_default_mass.py: using MSISDN 1011
22:48:34.448900 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:34.479649 tst register_default_mass.py: using MSISDN 1012
22:48:34.494204 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:34.524834 tst register_default_mass.py: using MSISDN 1013
22:48:34.539231 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:34.569867 tst register_default_mass.py: using MSISDN 1014
22:48:34.584387 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:34.615012 tst register_default_mass.py: using MSISDN 1015
22:48:34.629519 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:34.660381 tst register_default_mass.py: using MSISDN 1016
22:48:34.674977 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:34.705531 tst register_default_mass.py: using MSISDN 1017
22:48:34.720027 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:34.750866 tst register_default_mass.py: using MSISDN 1018
22:48:34.765522 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:34.796154 tst register_default_mass.py: using MSISDN 1019
22:48:34.810753 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:34.840885 tst register_default_mass.py: using MSISDN 1020
22:48:34.855122 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:34.885897 tst register_default_mass.py: using MSISDN 1021
22:48:34.900454 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:34.930596 tst register_default_mass.py: using MSISDN 1022
22:48:34.944822 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:34.983050 tst register_default_mass.py: using MSISDN 1023
22:48:35.000578 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:35.030915 tst register_default_mass.py: using MSISDN 1024
22:48:35.045537 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:35.075797 tst register_default_mass.py: using MSISDN 1025
22:48:35.090066 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:35.120828 tst register_default_mass.py: using MSISDN 1026
22:48:35.135302 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:35.165860 tst register_default_mass.py: using MSISDN 1027
22:48:35.180359 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:35.210928 tst register_default_mass.py: using MSISDN 1028
22:48:35.225249 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:35.255519 tst register_default_mass.py: using MSISDN 1029
22:48:35.269949 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:35.300446 tst register_default_mass.py: using MSISDN 1030
22:48:35.314846 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:35.345174 tst register_default_mass.py: using MSISDN 1031
22:48:35.359490 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:35.390068 tst register_default_mass.py: using MSISDN 1032
22:48:35.404658 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:35.435075 tst register_default_mass.py: using MSISDN 1033
22:48:35.449439 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:35.479707 tst register_default_mass.py: using MSISDN 1034
22:48:35.493959 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:35.524849 tst register_default_mass.py: using MSISDN 1035
22:48:35.539300 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:35.569732 tst register_default_mass.py: using MSISDN 1036
22:48:35.584006 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:35.614328 tst register_default_mass.py: using MSISDN 1037
22:48:35.628609 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:35.658972 tst register_default_mass.py: using MSISDN 1038
22:48:35.673379 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:35.703820 tst register_default_mass.py: using MSISDN 1039
22:48:35.718137 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:35.748529 tst register_default_mass.py: using MSISDN 1040
22:48:35.762885 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:35.793393 tst register_default_mass.py: using MSISDN 1041
22:48:35.807721 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:35.838074 tst register_default_mass.py: using MSISDN 1042
22:48:35.852396 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:35.882767 tst register_default_mass.py: using MSISDN 1043
22:48:35.897183 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:35.927802 tst register_default_mass.py: using MSISDN 1044
22:48:35.942296 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:35.981076 tst register_default_mass.py: using MSISDN 1045
22:48:35.998713 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:36.029368 tst register_default_mass.py: using MSISDN 1046
22:48:36.044088 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:36.074632 tst register_default_mass.py: using MSISDN 1047
22:48:36.089108 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:36.119459 tst register_default_mass.py: using MSISDN 1048
22:48:36.133816 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:36.164369 tst register_default_mass.py: using MSISDN 1049
22:48:36.178939 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:36.209455 tst register_default_mass.py: using MSISDN 1050
22:48:36.223790 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:36.254074 tst register_default_mass.py: using MSISDN 1051
22:48:36.268354 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:36.298704 tst register_default_mass.py: using MSISDN 1052
22:48:36.312956 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:36.343188 tst register_default_mass.py: using MSISDN 1053
22:48:36.357427 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:36.387760 tst register_default_mass.py: using MSISDN 1054
22:48:36.402123 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:36.432589 tst register_default_mass.py: using MSISDN 1055
22:48:36.447005 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:36.477401 tst register_default_mass.py: using MSISDN 1056
22:48:36.491701 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:36.521885 tst register_default_mass.py: using MSISDN 1057
22:48:36.536151 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:36.566432 tst register_default_mass.py: using MSISDN 1058
22:48:36.580884 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:36.609924 tst register_default_mass.py: using MSISDN 1059
22:48:36.623573 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:36.653486 tst register_default_mass.py: using MSISDN 1060
22:48:36.667409 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:36.697657 tst register_default_mass.py: using MSISDN 1061
22:48:36.712111 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:36.749263 tst register_default_mass.py: using MSISDN 1062
22:48:36.765870 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:36.795544 tst register_default_mass.py: using MSISDN 1063
22:48:36.809903 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:36.838849 tst register_default_mass.py: using MSISDN 1064
22:48:36.852598 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:36.883091 tst register_default_mass.py: using MSISDN 1065
22:48:36.897293 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:36.927655 tst register_default_mass.py: using MSISDN 1066
22:48:36.942108 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:36.972615 tst register_default_mass.py: using MSISDN 1067
22:48:36.986938 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:37.017375 tst register_default_mass.py: using MSISDN 1068
22:48:37.031859 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:37.062169 tst register_default_mass.py: using MSISDN 1069
22:48:37.076435 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:37.106985 tst register_default_mass.py: using MSISDN 1070
22:48:37.121313 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:37.151718 tst register_default_mass.py: using MSISDN 1071
22:48:37.166017 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:37.196302 tst register_default_mass.py: using MSISDN 1072
22:48:37.210709 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:37.241059 tst register_default_mass.py: using MSISDN 1073
22:48:37.255401 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:37.285482 tst register_default_mass.py: using MSISDN 1074
22:48:37.299626 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:37.329987 tst register_default_mass.py: using MSISDN 1075
22:48:37.344246 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:37.374676 tst register_default_mass.py: using MSISDN 1076
22:48:37.389005 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:37.419269 tst register_default_mass.py: using MSISDN 1077
22:48:37.433685 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:37.464057 tst register_default_mass.py: using MSISDN 1078
22:48:37.478322 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:37.508864 tst register_default_mass.py: using MSISDN 1079
22:48:37.523303 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:37.553598 tst register_default_mass.py: using MSISDN 1080
22:48:37.567859 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:37.597305 tst register_default_mass.py: using MSISDN 1081
22:48:37.611139 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:37.640596 tst register_default_mass.py: using MSISDN 1082
22:48:37.654474 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:37.684667 tst register_default_mass.py: using MSISDN 1083
22:48:37.698688 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:37.728883 tst register_default_mass.py: using MSISDN 1084
22:48:37.743093 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:37.772897 tst register_default_mass.py: using MSISDN 1085
22:48:37.786888 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:37.817102 tst register_default_mass.py: using MSISDN 1086
22:48:37.831385 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:37.861613 tst register_default_mass.py: using MSISDN 1087
22:48:37.875915 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:37.906286 tst register_default_mass.py: using MSISDN 1088
22:48:37.920702 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:37.950963 tst register_default_mass.py: using MSISDN 1089
22:48:37.965314 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:37.995500 tst register_default_mass.py: using MSISDN 1090
22:48:38.009836 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:38.040323 tst register_default_mass.py: using MSISDN 1091
22:48:38.054675 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:38.085074 tst register_default_mass.py: using MSISDN 1092
22:48:38.099388 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:38.129910 tst register_default_mass.py: using MSISDN 1093
22:48:38.144335 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:38.175060 tst register_default_mass.py: using MSISDN 1094
22:48:38.189522 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:38.219995 tst register_default_mass.py: using MSISDN 1095
22:48:38.234404 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:38.264217 tst register_default_mass.py: using MSISDN 1096
22:48:38.278324 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:38.308684 tst register_default_mass.py: using MSISDN 1097
22:48:38.322914 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:38.353506 tst register_default_mass.py: using MSISDN 1098
22:48:38.367931 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:38.398354 tst register_default_mass.py: using MSISDN 1099
22:48:38.412845 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:38.443423 tst register_default_mass.py: using MSISDN 1100
22:48:38.457816 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:38.549169 run mass: Starting testcase
22:48:38.554690 run mass: Pre-launching all virtphy's
22:48:38.560189 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:38.573306 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:38.579465 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:38.592578 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:38.598611 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:38.611592 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:38.617619 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:38.630649 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:38.636789 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:38.649873 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:38.656071 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:38.669222 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:38.675296 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:38.688242 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:38.694198 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:38.707063 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:38.713060 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:38.725962 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:38.731959 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:38.744830 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:38.750847 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:38.763791 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:38.769885 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:38.782855 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:38.789037 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:38.802135 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:38.808203 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:38.821185 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:38.827349 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:38.840456 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:38.846518 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:38.859565 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:38.865632 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:38.878543 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:38.884541 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:38.897451 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:38.903438 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:38.916400 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:38.922323 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:38.935205 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:38.941251 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:38.954185 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:38.960202 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:38.973170 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:38.979104 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:38.992018 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:38.997951 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:39.010805 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:39.016826 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:39.029730 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:39.035729 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:39.048639 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:39.054645 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:39.067555 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:39.073524 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:39.086467 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:39.092439 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:39.105481 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:39.111486 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:39.124573 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:39.130520 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:39.143559 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:39.149566 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:39.162478 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:39.168450 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:39.181326 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:39.187267 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:39.200299 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:39.206256 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:39.219146 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:39.225149 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:39.238044 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:39.244002 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:39.256905 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:39.262845 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:39.275780 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:39.281830 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:39.294847 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:39.300830 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:39.313764 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:39.319762 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:39.332803 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:39.338929 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:39.352098 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:39.358167 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:39.371132 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:39.377216 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:39.390091 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:39.396095 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:39.408951 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:39.414966 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:39.427876 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:39.433843 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:39.446692 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:39.452697 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:39.465603 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:39.471553 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:39.484453 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:39.490421 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:39.503258 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:39.509239 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:39.522117 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:39.528114 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:39.541024 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:39.546976 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:39.560063 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:39.566146 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:39.579136 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:39.585160 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:39.598176 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:39.604143 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:39.617185 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:39.623156 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:39.636072 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:39.642036 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:39.654921 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:39.660926 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:39.673905 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:39.680058 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:39.693232 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:39.699249 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:39.712269 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:39.718405 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:39.731521 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:39.737571 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:39.750622 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:39.756681 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:39.769777 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:39.775778 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:39.788872 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:39.794835 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:39.807848 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:39.813951 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:39.827152 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:39.833310 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:39.846408 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:39.852677 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:39.865758 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:39.871801 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:39.884905 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:39.890949 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:39.904047 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:39.910095 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:39.923174 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:39.929231 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:39.942302 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:39.948372 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:39.961426 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:39.967483 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:39.980578 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:39.986617 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:39.999743 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:40.005863 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:40.019041 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:40.025146 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:40.038440 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:40.044521 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:40.057611 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:40.063583 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:40.076716 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:40.082685 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:40.095888 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:40.101846 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:40.114700 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:40.120677 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:40.133593 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:40.139521 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:40.152420 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:40.158328 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:40.171188 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:40.177176 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:40.190266 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:40.196225 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:40.209083 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:40.215094 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:40.228013 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:40.233940 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:40.246852 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:40.252791 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:40.265855 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:40.271967 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:40.284988 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:40.290940 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:40.304034 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:40.310014 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:40.323102 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:40.329113 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:40.341994 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:40.347951 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:40.360879 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:40.366854 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:40.379815 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:40.385814 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:40.398704 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:40.404656 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:40.417575 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:40.423552 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:40.436452 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:40.442430 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:40.455314 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:40.461280 run mass: Checking if sockets are in the filesystem
22:48:40.494070 run osmo-ms-mob/00000: Starting mobile
22:48:40.507131 run osmo-ms-mob/00000(pid=135): Launched
22:48:40.519396 run mass: MS start registered {at=1400746.727713648, delay=0.006136235082522035, ms=00000}
22:48:44.708716 run osmo-ms-mob/00001: Starting mobile
22:48:44.725366 run osmo-ms-mob/00001(pid=136): Launched
22:48:44.736558 run mass: MS start registered {at=1400750.944876157, delay=0.004680546931922436, ms=00001}
22:48:45.761142 run mass: MS performed LU {at=1400751.969341336, lu_delay=5.241627688053995, ms=00000}
22:48:46.504631 run osmo-ms-mob/00002: Starting mobile
22:48:46.520982 run osmo-ms-mob/00002(pid=137): Launched
22:48:46.531505 run mass: MS start registered {at=1400752.739821369, delay=0.004601106978952885, ms=00002}
22:48:47.809311 run osmo-ms-mob/00003: Starting mobile
22:48:47.826147 run osmo-ms-mob/00003(pid=138): Launched
22:48:47.837066 run mass: MS start registered {at=1400754.045384262, delay=0.004702894948422909, ms=00003}
22:48:48.899565 run osmo-ms-mob/00004: Starting mobile
22:48:48.915594 run osmo-ms-mob/00004(pid=139): Launched
22:48:48.926182 run mass: MS start registered {at=1400755.13450037, delay=0.00470146699808538, ms=00004}
22:48:49.527385 run mass: MS performed LU {at=1400755.735594515, lu_delay=4.790718358010054, ms=00001}
22:48:49.877447 run osmo-ms-mob/00005: Starting mobile
22:48:49.890380 run osmo-ms-mob/00005(pid=140): Launched
22:48:49.900942 run mass: MS start registered {at=1400756.109261717, delay=0.00460257800295949, ms=00005}
22:48:50.777265 run osmo-ms-mob/00006: Starting mobile
22:48:50.790114 run osmo-ms-mob/00006(pid=141): Launched
22:48:50.800553 run mass: MS start registered {at=1400757.008874497, delay=0.004481978015974164, ms=00006}
22:48:51.428885 run mass: MS performed LU {at=1400757.637088199, lu_delay=4.897266829852015, ms=00002}
22:48:51.707791 run osmo-ms-mob/00007: Starting mobile
22:48:51.724596 run osmo-ms-mob/00007(pid=142): Launched
22:48:51.735144 run mass: MS start registered {at=1400757.943465676, delay=0.004622656852006912, ms=00007}
22:48:52.477155 run osmo-ms-mob/00008: Starting mobile
22:48:52.489971 run osmo-ms-mob/00008(pid=143): Launched
22:48:52.500934 run mass: MS start registered {at=1400758.709255674, delay=0.0045972708612680435, ms=00008}
22:48:53.208996 run osmo-ms-mob/00009: Starting mobile
22:48:53.225998 run osmo-ms-mob/00009(pid=144): Launched
22:48:53.236840 run mass: MS start registered {at=1400759.445160823, delay=0.004834417952224612, ms=00009}
22:48:53.292925 run mass: MS performed LU {at=1400759.501150645, lu_delay=5.4557663830928504, ms=00003}
22:48:53.914101 run osmo-ms-mob/00010: Starting mobile
22:48:53.931461 run osmo-ms-mob/00010(pid=145): Launched
22:48:53.942460 run mass: MS start registered {at=1400760.150780739, delay=0.0049886079505085945, ms=00010}
22:48:54.478352 run osmo-ms-mob/00011: Starting mobile
22:48:54.491722 run osmo-ms-mob/00011(pid=146): Launched
22:48:54.502461 run mass: MS start registered {at=1400760.710779813, delay=0.004651484778150916, ms=00011}
22:48:55.077197 run osmo-ms-mob/00012: Starting mobile
22:48:55.090534 run osmo-ms-mob/00012(pid=147): Launched
22:48:55.101419 run mass: MS start registered {at=1400761.309737675, delay=0.004884087946265936, ms=00012}
22:48:55.193918 run mass: MS performed LU {at=1400761.402129902, lu_delay=5.292868185089901, ms=00005}
22:48:55.220838 run mass: MS performed LU {at=1400761.429116133, lu_delay=6.294615763006732, ms=00004}
22:48:55.708501 run osmo-ms-mob/00013: Starting mobile
22:48:55.725553 run osmo-ms-mob/00013(pid=148): Launched
22:48:55.736318 run mass: MS start registered {at=1400761.944641163, delay=0.004813451087102294, ms=00013}
22:48:56.277295 run osmo-ms-mob/00014: Starting mobile
22:48:56.290446 run osmo-ms-mob/00014(pid=149): Launched
22:48:56.301090 run mass: MS start registered {at=1400762.509412902, delay=0.004521972965449095, ms=00014}
22:48:56.899802 run osmo-ms-mob/00015: Starting mobile
22:48:56.915949 run osmo-ms-mob/00015(pid=150): Launched
22:48:56.926576 run mass: MS start registered {at=1400763.134898946, delay=0.004575500963255763, ms=00015}
22:48:57.057675 run mass: MS performed LU {at=1400763.265882998, lu_delay=6.257008501095697, ms=00006}
22:48:57.122841 run mass: MS performed LU {at=1400763.331073063, lu_delay=5.3876073870342225, ms=00007}
22:48:57.417916 run osmo-ms-mob/00016: Starting mobile
22:48:57.442248 run osmo-ms-mob/00016(pid=151): Launched
22:48:57.451970 run mass: MS performed LU {at=1400763.660297683, lu_delay=4.951042009051889, ms=00008}
22:48:57.458230 run mass: MS start registered {at=1400763.666563868, delay=0.0062849260866642, ms=00016}
22:48:57.887944 run osmo-ms-mob/00017: Starting mobile
22:48:57.901724 run osmo-ms-mob/00017(pid=152): Launched
22:48:57.912880 run mass: MS start registered {at=1400764.121201341, delay=0.004703771090134978, ms=00017}
22:48:58.508420 run osmo-ms-mob/00018: Starting mobile
22:48:58.525073 run osmo-ms-mob/00018(pid=153): Launched
22:48:58.535829 run mass: MS start registered {at=1400764.744148241, delay=0.004648070782423019, ms=00018}
22:48:58.858413 run mass: MS performed LU {at=1400765.066633308, lu_delay=4.355853495188057, ms=00011}
22:48:58.902165 run osmo-ms-mob/00019: Starting mobile
22:48:58.916233 run osmo-ms-mob/00019(pid=154): Launched
22:48:58.926938 run mass: MS start registered {at=1400765.13526003, delay=0.004540233872830868, ms=00019}
22:48:58.959891 run mass: MS performed LU {at=1400765.168144933, lu_delay=5.7229841100052, ms=00009}
22:48:58.987010 run mass: MS performed LU {at=1400765.195263464, lu_delay=5.044482724973932, ms=00010}
22:48:59.408327 run osmo-ms-mob/00020: Starting mobile
22:48:59.424869 run osmo-ms-mob/00020(pid=155): Launched
22:48:59.436045 run mass: MS start registered {at=1400765.644367315, delay=0.004777191206812859, ms=00020}
22:48:59.890611 run osmo-ms-mob/00021: Starting mobile
22:48:59.904524 run osmo-ms-mob/00021(pid=156): Launched
22:48:59.915220 run mass: MS start registered {at=1400766.123541367, delay=0.004684359999373555, ms=00021}
22:49:00.289284 run osmo-ms-mob/00022: Starting mobile
22:49:00.303016 run osmo-ms-mob/00022(pid=157): Launched
22:49:00.314000 run mass: MS start registered {at=1400766.522319336, delay=0.004648635862395167, ms=00022}
22:49:00.808296 run osmo-ms-mob/00023: Starting mobile
22:49:00.825256 run osmo-ms-mob/00023(pid=158): Launched
22:49:00.831261 run mass: MS performed LU {at=1400767.039588677, lu_delay=5.094947513891384, ms=00013}
22:49:00.837024 run mass: MS start registered {at=1400767.045358726, delay=0.005789860151708126, ms=00023}
22:49:00.889204 run mass: MS performed LU {at=1400767.097423871, lu_delay=5.787686196155846, ms=00012}
22:49:01.177773 run osmo-ms-mob/00024: Starting mobile
22:49:01.190561 run osmo-ms-mob/00024(pid=159): Launched
22:49:01.196822 run mass: MS performed LU {at=1400767.405149754, lu_delay=4.895736851962283, ms=00014}
22:49:01.202966 run mass: MS start registered {at=1400767.411300135, delay=0.006167554995045066, ms=00024}
22:49:01.689287 run osmo-ms-mob/00025: Starting mobile
22:49:01.703109 run osmo-ms-mob/00025(pid=160): Launched
22:49:01.714009 run mass: MS start registered {at=1400767.922329241, delay=0.004731427878141403, ms=00025}
22:49:02.098858 run osmo-ms-mob/00026: Starting mobile
22:49:02.111872 run osmo-ms-mob/00026(pid=161): Launched
22:49:02.122537 run mass: MS start registered {at=1400768.330858573, delay=0.004683514125645161, ms=00026}
22:49:02.476513 run osmo-ms-mob/00027: Starting mobile
22:49:02.489769 run osmo-ms-mob/00027(pid=162): Launched
22:49:02.500495 run mass: MS start registered {at=1400768.708815155, delay=0.004717485047876835, ms=00027}
22:49:02.624473 run mass: MS performed LU {at=1400768.832692066, lu_delay=5.166128197917715, ms=00016}
22:49:02.726180 run mass: MS performed LU {at=1400768.934401496, lu_delay=5.79950255015865, ms=00015}
22:49:02.752390 run mass: MS performed LU {at=1400768.960612533, lu_delay=4.839411191875115, ms=00017}
22:49:02.764967 run osmo-ms-mob/00028: Starting mobile
22:49:02.778069 run osmo-ms-mob/00028(pid=163): Launched
22:49:02.788714 run mass: MS start registered {at=1400768.997038526, delay=0.004511791048571467, ms=00028}
22:49:03.308668 run osmo-ms-mob/00029: Starting mobile
22:49:03.326573 run osmo-ms-mob/00029(pid=164): Launched
22:49:03.337457 run mass: MS start registered {at=1400769.54577823, delay=0.004635400138795376, ms=00029}
22:49:03.688606 run osmo-ms-mob/00030: Starting mobile
22:49:03.706292 run osmo-ms-mob/00030(pid=165): Launched
22:49:03.717493 run mass: MS start registered {at=1400769.925813253, delay=0.004471638007089496, ms=00030}
22:49:04.089654 run osmo-ms-mob/00031: Starting mobile
22:49:04.104055 run osmo-ms-mob/00031(pid=166): Launched
22:49:04.114793 run mass: MS start registered {at=1400770.32311201, delay=0.00465600797906518, ms=00031}
22:49:04.408451 run osmo-ms-mob/00032: Starting mobile
22:49:04.425436 run osmo-ms-mob/00032(pid=167): Launched
22:49:04.436028 run mass: MS start registered {at=1400770.644350735, delay=0.004530474077910185, ms=00032}
22:49:04.590709 run mass: MS performed LU {at=1400770.798928978, lu_delay=5.663668947992846, ms=00019}
22:49:04.654738 run mass: MS performed LU {at=1400770.862959476, lu_delay=5.218592160847038, ms=00020}
22:49:04.682405 run osmo-ms-mob/00033: Starting mobile
22:49:04.695243 run osmo-ms-mob/00033(pid=168): Launched
22:49:04.706067 run mass: MS start registered {at=1400770.914391609, delay=0.0048386158887296915, ms=00033}
22:49:04.722440 run mass: MS performed LU {at=1400770.9307639, lu_delay=4.807222533039749, ms=00021}
22:49:04.760456 run mass: MS performed LU {at=1400770.968693493, lu_delay=6.224545252043754, ms=00018}
22:49:05.210523 run osmo-ms-mob/00034: Starting mobile
22:49:05.227992 run osmo-ms-mob/00034(pid=169): Launched
22:49:05.238797 run mass: MS start registered {at=1400771.447116558, delay=0.004663137020543218, ms=00034}
22:49:05.489141 run osmo-ms-mob/00035: Starting mobile
22:49:05.502835 run osmo-ms-mob/00035(pid=170): Launched
22:49:05.513657 run mass: MS start registered {at=1400771.721977383, delay=0.004688273882493377, ms=00035}
22:49:05.887969 run osmo-ms-mob/00036: Starting mobile
22:49:05.902014 run osmo-ms-mob/00036(pid=171): Launched
22:49:05.913195 run mass: MS start registered {at=1400772.121513236, delay=0.005209965165704489, ms=00036}
22:49:06.306959 run osmo-ms-mob/00037: Starting mobile
22:49:06.323877 run osmo-ms-mob/00037(pid=172): Launched
22:49:06.334498 run mass: MS start registered {at=1400772.542820428, delay=0.004665978020057082, ms=00037}
22:49:06.389465 run mass: MS performed LU {at=1400772.597686635, lu_delay=6.075367299141362, ms=00022}
22:49:06.491123 run mass: MS performed LU {at=1400772.699344278, lu_delay=4.777015037136152, ms=00025}
22:49:06.520045 run osmo-ms-mob/00038: Starting mobile
22:49:06.533174 run osmo-ms-mob/00038(pid=173): Launched
22:49:06.539176 run mass: MS performed LU {at=1400772.74750652, lu_delay=5.336206384934485, ms=00024}
22:49:06.544921 run mass: MS start registered {at=1400772.753255926, delay=0.005765007110312581, ms=00038}
22:49:06.877836 run osmo-ms-mob/00039: Starting mobile
22:49:06.890698 run osmo-ms-mob/00039(pid=174): Launched
22:49:06.901871 run mass: MS start registered {at=1400773.110191579, delay=0.005012854002416134, ms=00039}
22:49:07.277125 run osmo-ms-mob/00040: Starting mobile
22:49:07.290631 run osmo-ms-mob/00040(pid=175): Launched
22:49:07.301630 run mass: MS start registered {at=1400773.50995331, delay=0.00483843102119863, ms=00040}
22:49:07.591062 run osmo-ms-mob/00041: Starting mobile
22:49:07.604969 run osmo-ms-mob/00041(pid=176): Launched
22:49:07.615867 run mass: MS start registered {at=1400773.824185758, delay=0.004909614799544215, ms=00041}
22:49:07.877035 run osmo-ms-mob/00042: Starting mobile
22:49:07.890187 run osmo-ms-mob/00042(pid=177): Launched
22:49:07.900934 run mass: MS start registered {at=1400774.10925332, delay=0.0047867028042674065, ms=00042}
22:49:08.294427 run osmo-ms-mob/00043: Starting mobile
22:49:08.307525 run osmo-ms-mob/00043(pid=178): Launched
22:49:08.318580 run mass: MS start registered {at=1400774.52689923, delay=0.004727490013465285, ms=00043}
22:49:08.355878 run mass: MS performed LU {at=1400774.564114535, lu_delay=6.23325596190989, ms=00026}
22:49:08.420034 run mass: MS performed LU {at=1400774.628254569, lu_delay=5.919439413817599, ms=00027}
22:49:08.446557 run osmo-ms-mob/00044: Starting mobile
22:49:08.459359 run osmo-ms-mob/00044(pid=179): Launched
22:49:08.470238 run mass: MS start registered {at=1400774.678561768, delay=0.004993228940293193, ms=00044}
22:49:08.526136 run mass: MS performed LU {at=1400774.734355577, lu_delay=4.808542323997244, ms=00030}
22:49:08.564180 run mass: MS performed LU {at=1400774.772423559, lu_delay=5.226645329035819, ms=00029}
22:49:08.584015 run osmo-ms-mob/00045: Starting mobile
22:49:08.597380 run osmo-ms-mob/00045(pid=180): Launched
22:49:08.608060 run mass: MS start registered {at=1400774.816381214, delay=0.004685042891651392, ms=00045}
22:49:09.177190 run osmo-ms-mob/00046: Starting mobile
22:49:09.190125 run osmo-ms-mob/00046(pid=181): Launched
22:49:09.201208 run mass: MS start registered {at=1400775.409528971, delay=0.004894301062449813, ms=00046}
22:49:09.491412 run osmo-ms-mob/00047: Starting mobile
22:49:09.505477 run osmo-ms-mob/00047(pid=182): Launched
22:49:09.516338 run mass: MS start registered {at=1400775.724659835, delay=0.004804718075320125, ms=00047}
22:49:09.791210 run osmo-ms-mob/00048: Starting mobile
22:49:09.805028 run osmo-ms-mob/00048(pid=183): Launched
22:49:09.816257 run mass: MS start registered {at=1400776.024574767, delay=0.005201850086450577, ms=00048}
22:49:10.076868 run osmo-ms-mob/00049: Starting mobile
22:49:10.089806 run osmo-ms-mob/00049(pid=184): Launched
22:49:10.100574 run mass: MS start registered {at=1400776.308895668, delay=0.004716888070106506, ms=00049}
22:49:10.155368 run mass: MS performed LU {at=1400776.363588908, lu_delay=5.719238172983751, ms=00032}
22:49:10.257479 run mass: MS performed LU {at=1400776.465701126, lu_delay=5.018584568053484, ms=00034}
22:49:10.286050 run osmo-ms-mob/00050: Starting mobile
22:49:10.299153 run osmo-ms-mob/00050(pid=185): Launched
22:49:10.305184 run mass: MS performed LU {at=1400776.513514283, lu_delay=6.190402273088694, ms=00031}
22:49:10.310874 run mass: MS start registered {at=1400776.519209391, delay=0.00571205304004252, ms=00050}
22:49:10.482936 run mass: MS performed LU {at=1400776.691154757, lu_delay=5.776763148140162, ms=00033}
22:49:10.790397 run osmo-ms-mob/00051: Starting mobile
22:49:10.806800 run osmo-ms-mob/00051(pid=186): Launched
22:49:10.817627 run mass: MS start registered {at=1400777.025947211, delay=0.004764215089380741, ms=00051}
22:49:11.090456 run osmo-ms-mob/00052: Starting mobile
22:49:11.104617 run osmo-ms-mob/00052(pid=187): Launched
22:49:11.115488 run mass: MS start registered {at=1400777.323808439, delay=0.004681535065174103, ms=00052}
22:49:11.392014 run osmo-ms-mob/00053: Starting mobile
22:49:11.405891 run osmo-ms-mob/00053(pid=188): Launched
22:49:11.417423 run mass: MS start registered {at=1400777.62573671, delay=0.005467200884595513, ms=00053}
22:49:11.526700 run mass: MS performed LU {at=1400777.734931672, lu_delay=3.91074591409415, ms=00041}
22:49:11.690325 run osmo-ms-mob/00054: Starting mobile
22:49:11.704043 run osmo-ms-mob/00054(pid=189): Launched
22:49:11.715886 run mass: MS start registered {at=1400777.924201552, delay=0.005498894024640322, ms=00054}
22:49:11.989676 run osmo-ms-mob/00055: Starting mobile
22:49:12.003430 run osmo-ms-mob/00055(pid=190): Launched
22:49:12.014453 run mass: MS start registered {at=1400778.22276842, delay=0.004777491791173816, ms=00055}
22:49:12.057504 run mass: MS performed LU {at=1400778.265735646, lu_delay=6.14422240993008, ms=00036}
22:49:12.121488 run mass: MS performed LU {at=1400778.329706723, lu_delay=4.81975341308862, ms=00040}
22:49:12.148790 run osmo-ms-mob/00056: Starting mobile
22:49:12.161913 run osmo-ms-mob/00056(pid=191): Launched
22:49:12.172725 run mass: MS start registered {at=1400778.381047311, delay=0.004644290078431368, ms=00056}
22:49:12.185257 run mass: MS performed LU {at=1400778.393577515, lu_delay=5.283385935937986, ms=00039}
22:49:12.330602 run mass: MS performed LU {at=1400778.538831245, lu_delay=5.996010816888884, ms=00037}
22:49:12.365820 run osmo-ms-mob/00057: Starting mobile
22:49:12.379330 run osmo-ms-mob/00057(pid=192): Launched
22:49:12.385877 run mass: MS performed LU {at=1400778.594204648, lu_delay=5.840948721859604, ms=00038}
22:49:12.392586 run mass: MS start registered {at=1400778.600910522, delay=0.006724937120452523, ms=00057}
22:49:12.992165 run osmo-ms-mob/00058: Starting mobile
22:49:13.006091 run osmo-ms-mob/00058(pid=193): Launched
22:49:13.017523 run mass: MS start registered {at=1400779.225839733, delay=0.005421984009444714, ms=00058}
22:49:13.208113 run mass: MS performed LU {at=1400779.416337736, lu_delay=4.88943850598298, ms=00043}
22:49:13.237900 run osmo-ms-mob/00059: Starting mobile
22:49:13.251272 run osmo-ms-mob/00059(pid=194): Launched
22:49:13.262127 run mass: MS start registered {at=1400779.47044826, delay=0.00476829195395112, ms=00059}
22:49:13.606484 run osmo-ms-mob/00060: Starting mobile
22:49:13.621613 run osmo-ms-mob/00060(pid=195): Launched
22:49:13.632961 run mass: MS start registered {at=1400779.841282906, delay=0.005044319899752736, ms=00060}
22:49:13.921315 run mass: MS performed LU {at=1400780.129538966, lu_delay=6.020285646198317, ms=00042}
22:49:13.965747 run osmo-ms-mob/00061: Starting mobile
22:49:13.979515 run osmo-ms-mob/00061(pid=196): Launched
22:49:13.992386 run mass: MS start registered {at=1400780.200699108, delay=0.006705184001475573, ms=00061}
22:49:14.022248 run mass: MS performed LU {at=1400780.230493625, lu_delay=4.820964653976262, ms=00046}
22:49:14.049890 run mass: MS performed LU {at=1400780.258134507, lu_delay=4.5334746721200645, ms=00047}
22:49:14.065380 run osmo-ms-mob/00062: Starting mobile
22:49:14.078725 run osmo-ms-mob/00062(pid=197): Launched
22:49:14.089623 run mass: MS start registered {at=1400780.297945553, delay=0.004400094039738178, ms=00062}
22:49:14.194710 run mass: MS performed LU {at=1400780.402929425, lu_delay=5.586548211053014, ms=00045}
22:49:14.248851 run mass: MS performed LU {at=1400780.457096141, lu_delay=5.778534373035654, ms=00044}
22:49:14.274324 run osmo-ms-mob/00063: Starting mobile
22:49:14.287448 run osmo-ms-mob/00063(pid=198): Launched
22:49:14.298381 run mass: MS start registered {at=1400780.506700888, delay=0.004933837102726102, ms=00063}
22:49:14.985966 run osmo-ms-mob/00064: Starting mobile
22:49:14.999554 run osmo-ms-mob/00064(pid=199): Launched
22:49:15.012338 run mass: MS start registered {at=1400781.220649094, delay=0.0063634910620749, ms=00064}
22:49:15.402857 run osmo-ms-mob/00065: Starting mobile
22:49:15.417197 run osmo-ms-mob/00065(pid=200): Launched
22:49:15.428355 run mass: MS start registered {at=1400781.636672285, delay=0.0051502559799700975, ms=00065}
22:49:15.677225 run osmo-ms-mob/00066: Starting mobile
22:49:15.690506 run osmo-ms-mob/00066(pid=201): Launched
22:49:15.701496 run mass: MS start registered {at=1400781.90981793, delay=0.004959054058417678, ms=00066}
22:49:15.887167 run mass: MS performed LU {at=1400782.095390424, lu_delay=6.070815656799823, ms=00048}
22:49:15.952014 run mass: MS performed LU {at=1400782.160255502, lu_delay=5.1343082909006625, ms=00051}
22:49:16.015898 run osmo-ms-mob/00067: Starting mobile
22:49:16.032728 run osmo-ms-mob/00067(pid=202): Launched
22:49:16.038886 run mass: MS performed LU {at=1400782.247215403, lu_delay=5.938319734996185, ms=00049}
22:49:16.044726 run mass: MS start registered {at=1400782.25306122, delay=0.005863526137545705, ms=00067}
22:49:16.057375 run mass: MS performed LU {at=1400782.265696981, lu_delay=5.74648759001866, ms=00050}
22:49:16.068219 run osmo-ms-mob/00068: Starting mobile
22:49:16.081436 run osmo-ms-mob/00068(pid=203): Launched
22:49:16.092346 run mass: MS start registered {at=1400782.300669385, delay=0.004871175857260823, ms=00068}
22:49:16.098596 run mass: MS performed LU {at=1400782.306924133, lu_delay=4.9831156940199435, ms=00052}
22:49:16.150841 run mass: MS performed LU {at=1400782.35906094, lu_delay=4.733324230182916, ms=00053}
22:49:16.788379 run osmo-ms-mob/00069: Starting mobile
22:49:16.802190 run osmo-ms-mob/00069(pid=204): Launched
22:49:16.813063 run mass: MS start registered {at=1400783.021385999, delay=0.004802915966138244, ms=00069}
22:49:17.188474 run osmo-ms-mob/00070: Starting mobile
22:49:17.202451 run osmo-ms-mob/00070(pid=205): Launched
22:49:17.213879 run mass: MS start registered {at=1400783.422198493, delay=0.005025746067985892, ms=00070}
22:49:17.577780 run osmo-ms-mob/00071: Starting mobile
22:49:17.591018 run osmo-ms-mob/00071(pid=206): Launched
22:49:17.601880 run mass: MS start registered {at=1400783.810203612, delay=0.004792849067598581, ms=00071}
22:49:17.687486 run mass: MS performed LU {at=1400783.895711734, lu_delay=4.669872001046315, ms=00058}
22:49:17.789189 run mass: MS performed LU {at=1400783.99741081, lu_delay=4.5269625501241535, ms=00059}
22:49:17.815410 run mass: MS performed LU {at=1400784.023724545, lu_delay=5.8009561251383275, ms=00055}
22:49:17.827783 run osmo-ms-mob/00072: Starting mobile
22:49:17.840834 run osmo-ms-mob/00072(pid=207): Launched
22:49:17.851566 run mass: MS start registered {at=1400784.059890946, delay=0.004702620906755328, ms=00072}
22:49:17.961273 run mass: MS performed LU {at=1400784.169487391, lu_delay=5.788440079893917, ms=00056}
22:49:17.995962 run mass: MS performed LU {at=1400784.204217085, lu_delay=5.6033065628726035, ms=00057}
22:49:18.014477 run mass: MS performed LU {at=1400784.222786586, lu_delay=6.298585033975542, ms=00054}
22:49:18.027580 run osmo-ms-mob/00073: Starting mobile
22:49:18.040777 run osmo-ms-mob/00073(pid=208): Launched
22:49:18.051920 run mass: MS start registered {at=1400784.260241541, delay=0.004985737148672342, ms=00073}
22:49:18.787213 run osmo-ms-mob/00074: Starting mobile
22:49:18.800826 run osmo-ms-mob/00074(pid=209): Launched
22:49:18.812010 run mass: MS start registered {at=1400785.020332147, delay=0.004662888823077083, ms=00074}
22:49:19.191628 run osmo-ms-mob/00075: Starting mobile
22:49:19.205290 run osmo-ms-mob/00075(pid=210): Launched
22:49:19.216188 run mass: MS start registered {at=1400785.424508757, delay=0.004877677885815501, ms=00075}
22:49:19.653306 run mass: MS performed LU {at=1400785.861532217, lu_delay=5.660833108937368, ms=00061}
22:49:19.696024 run osmo-ms-mob/00076: Starting mobile
22:49:19.711529 run osmo-ms-mob/00076(pid=211): Launched
22:49:19.717732 run mass: MS performed LU {at=1400785.926059999, lu_delay=6.084777093026787, ms=00060}
22:49:19.723531 run mass: MS start registered {at=1400785.93186532, delay=0.005823491141200066, ms=00076}
22:49:19.787140 run mass: MS performed LU {at=1400785.99536404, lu_delay=4.774714945815504, ms=00064}
22:49:19.823504 run mass: MS performed LU {at=1400786.031743285, lu_delay=5.525042396970093, ms=00063}
22:49:19.841243 run osmo-ms-mob/00077: Starting mobile
22:49:19.854651 run osmo-ms-mob/00077(pid=212): Launched
22:49:19.861113 run mass: MS performed LU {at=1400786.069438438, lu_delay=5.7714928849600255, ms=00062}
22:49:19.867073 run mass: MS start registered {at=1400786.075407851, delay=0.005987548967823386, ms=00077}
22:49:20.589203 run osmo-ms-mob/00078: Starting mobile
22:49:20.603487 run osmo-ms-mob/00078(pid=213): Launched
22:49:20.614742 run mass: MS start registered {at=1400786.823061962, delay=0.005248599918559194, ms=00078}
22:49:20.977640 run osmo-ms-mob/00079: Starting mobile
22:49:20.991181 run osmo-ms-mob/00079(pid=214): Launched
22:49:21.002385 run mass: MS start registered {at=1400787.210701389, delay=0.0051919519901275635, ms=00079}
22:49:21.452691 run mass: MS performed LU {at=1400787.660909187, lu_delay=4.6395231881178916, ms=00069}
22:49:21.470626 run osmo-ms-mob/00080: Starting mobile
22:49:21.483572 run osmo-ms-mob/00080(pid=215): Launched
22:49:21.489892 run mass: MS performed LU {at=1400787.698220222, lu_delay=5.788402291946113, ms=00066}
22:49:21.495644 run mass: MS start registered {at=1400787.703979131, delay=0.00577690196223557, ms=00080}
22:49:21.582724 run mass: MS performed LU {at=1400787.790942847, lu_delay=5.490273462142795, ms=00068}
22:49:21.990713 run osmo-ms-mob/00081: Starting mobile
22:49:22.004678 run osmo-ms-mob/00081(pid=216): Launched
22:49:22.016611 run mass: MS start registered {at=1400788.224931674, delay=0.005489918170496821, ms=00081}
22:49:22.377072 run osmo-ms-mob/00082: Starting mobile
22:49:22.390522 run osmo-ms-mob/00082(pid=217): Launched
22:49:22.401429 run mass: MS start registered {at=1400788.609751212, delay=0.0046680038794875145, ms=00082}
22:49:22.477672 run mass: MS performed LU {at=1400788.685897499, lu_delay=6.4328362790402025, ms=00067}
22:49:23.008234 run osmo-ms-mob/00083: Starting mobile
22:49:23.024166 run osmo-ms-mob/00083(pid=218): Launched
22:49:23.035157 run mass: MS start registered {at=1400789.243480203, delay=0.004793877014890313, ms=00083}
22:49:23.317548 run mass: MS performed LU {at=1400789.525770996, lu_delay=22.480412269942462, ms=00023}
22:49:23.353944 run mass: MS performed LU {at=1400789.56218335, lu_delay=5.502292404184118, ms=00072}
22:49:23.370276 run osmo-ms-mob/00084: Starting mobile
22:49:23.383607 run osmo-ms-mob/00084(pid=219): Launched
22:49:23.390254 run mass: MS performed LU {at=1400789.598559167, lu_delay=4.578227020101622, ms=00074}
22:49:23.396337 run mass: MS start registered {at=1400789.604671826, delay=0.006783664925023913, ms=00084}
22:49:23.664149 run mass: MS performed LU {at=1400789.872364539, lu_delay=5.612122997874394, ms=00073}
22:49:24.017347 run osmo-ms-mob/00085: Starting mobile
22:49:24.034524 run osmo-ms-mob/00085(pid=220): Launched
22:49:24.045692 run mass: MS start registered {at=1400790.254008652, delay=0.005180113948881626, ms=00085}
22:49:24.263577 run mass: MS performed LU {at=1400790.471782526, lu_delay=4.539917205926031, ms=00076}
22:49:24.406375 run mass: MS performed LU {at=1400790.614596356, lu_delay=7.192397862905636, ms=00070}
22:49:24.485546 run mass: MS performed LU {at=1400790.693775742, lu_delay=4.618367891060188, ms=00077}
22:49:24.511689 run osmo-ms-mob/00086: Starting mobile
22:49:24.525236 run osmo-ms-mob/00086(pid=221): Launched
22:49:24.536341 run mass: MS start registered {at=1400790.744661911, delay=0.004866246832534671, ms=00086}
22:49:25.217456 run osmo-ms-mob/00087: Starting mobile
22:49:25.235933 run osmo-ms-mob/00087(pid=222): Launched
22:49:25.242295 run mass: MS performed LU {at=1400791.450621672, lu_delay=4.627559710061178, ms=00078}
22:49:25.248290 run mass: MS start registered {at=1400791.45662508, delay=0.006022593937814236, ms=00087}
22:49:25.255465 run mass: MS performed LU {at=1400791.463787639, lu_delay=6.039278882090002, ms=00075}
22:49:25.538014 run mass: MS performed LU {at=1400791.746233482, lu_delay=22.749194955918938, ms=00028}
22:49:25.818225 run osmo-ms-mob/00088: Starting mobile
22:49:25.835358 run osmo-ms-mob/00088(pid=223): Launched
22:49:25.846745 run mass: MS start registered {at=1400792.055064416, delay=0.005234441952779889, ms=00088}
22:49:26.390277 run osmo-ms-mob/00089: Starting mobile
22:49:26.404302 run osmo-ms-mob/00089(pid=224): Launched
22:49:26.415343 run mass: MS start registered {at=1400792.623664471, delay=0.004969235043972731, ms=00089}
22:49:27.001663 run osmo-ms-mob/00090: Starting mobile
22:49:27.014793 run osmo-ms-mob/00090(pid=225): Launched
22:49:27.025584 run mass: MS start registered {at=1400793.233906501, delay=0.004779275041073561, ms=00090}
22:49:27.083306 run mass: MS performed LU {at=1400793.291523891, lu_delay=6.08082250203006, ms=00079}
22:49:27.120148 run mass: MS performed LU {at=1400793.328388673, lu_delay=5.624409541953355, ms=00080}
22:49:27.157799 run mass: MS performed LU {at=1400793.366040545, lu_delay=5.141108870971948, ms=00081}
22:49:27.429955 run mass: MS performed LU {at=1400793.638175668, lu_delay=5.028424456017092, ms=00082}
22:49:27.466776 run mass: MS performed LU {at=1400793.674996614, lu_delay=21.953019231092185, ms=00035}
22:49:27.717362 run osmo-ms-mob/00091: Starting mobile
22:49:27.733880 run osmo-ms-mob/00091(pid=226): Launched
22:49:27.744955 run mass: MS start registered {at=1400793.953273094, delay=0.005102988099679351, ms=00091}
22:49:28.390947 run osmo-ms-mob/00092: Starting mobile
22:49:28.404756 run osmo-ms-mob/00092(pid=227): Launched
22:49:28.415816 run mass: MS start registered {at=1400794.624136277, delay=0.0048049280885607, ms=00092}
22:49:28.984821 run mass: MS performed LU {at=1400795.193039554, lu_delay=5.588367728050798, ms=00084}
22:49:29.068491 run mass: MS performed LU {at=1400795.27668769, lu_delay=5.022679038112983, ms=00085}
22:49:29.123684 run osmo-ms-mob/00093: Starting mobile
22:49:29.138736 run osmo-ms-mob/00093(pid=228): Launched
22:49:29.144780 run mass: MS performed LU {at=1400795.353110812, lu_delay=6.109630608931184, ms=00083}
22:49:29.150542 run mass: MS start registered {at=1400795.3588782, delay=0.005783666856586933, ms=00093}
22:49:29.259071 run mass: MS performed LU {at=1400795.467293228, lu_delay=4.722631317097694, ms=00086}
22:49:30.094330 run osmo-ms-mob/00094: Starting mobile
22:49:30.108784 run osmo-ms-mob/00094(pid=229): Launched
22:49:30.119913 run mass: MS start registered {at=1400796.328232629, delay=0.005077515030279756, ms=00094}
22:49:31.008956 run osmo-ms-mob/00095: Starting mobile
22:49:31.026473 run osmo-ms-mob/00095(pid=230): Launched
22:49:31.032610 run mass: MS performed LU {at=1400797.240937986, lu_delay=5.784312905976549, ms=00087}
22:49:31.038423 run mass: MS performed LU {at=1400797.246757477, lu_delay=5.191693061031401, ms=00088}
22:49:31.044144 run mass: MS start registered {at=1400797.252479538, delay=0.011560122016817331, ms=00095}
22:49:31.084693 run mass: MS performed LU {at=1400797.292934022, lu_delay=4.669269550824538, ms=00089}
22:49:31.977347 run osmo-ms-mob/00096: Starting mobile
22:49:31.990974 run osmo-ms-mob/00096(pid=231): Launched
22:49:32.001858 run mass: MS start registered {at=1400798.210174538, delay=0.004721814068034291, ms=00096}
22:49:32.833462 run mass: MS performed LU {at=1400799.041687739, lu_delay=5.807781238108873, ms=00090}
22:49:32.856340 run mass: MS performed LU {at=1400799.064672342, lu_delay=5.111399248009548, ms=00091}
22:49:33.100785 run osmo-ms-mob/00097: Starting mobile
22:49:33.116768 run osmo-ms-mob/00097(pid=232): Launched
22:49:33.127933 run mass: MS start registered {at=1400799.336255685, delay=0.005020709941163659, ms=00097}
22:49:34.408810 run osmo-ms-mob/00098: Starting mobile
22:49:34.425214 run osmo-ms-mob/00098(pid=233): Launched
22:49:34.436750 run mass: MS start registered {at=1400800.6450552, delay=0.00556940003298223, ms=00098}
22:49:34.762617 run mass: MS performed LU {at=1400800.970836461, lu_delay=6.346700184047222, ms=00092}
22:49:34.781104 run mass: MS performed LU {at=1400800.989352412, lu_delay=5.630474212113768, ms=00093}
22:49:34.850397 run mass: MS performed LU {at=1400801.058617035, lu_delay=4.730384405935183, ms=00094}
22:49:36.200103 run osmo-ms-mob/00099: Starting mobile
22:49:36.216322 run osmo-ms-mob/00099(pid=234): Launched
22:49:36.222372 run mass: All started... {duration=55.755496124969795, too_slow=0}
22:49:36.228210 run mass: MS start registered {at=1400802.436538367, delay=0.005830973153933883, ms=00099}
22:49:36.599528 run mass: MS performed LU {at=1400802.807747448, lu_delay=5.555267910007387, ms=00095}
22:49:36.853658 run mass: MS performed LU {at=1400803.061880476, lu_delay=4.851705938111991, ms=00096}
22:49:38.529341 run mass: MS performed LU {at=1400804.737540761, lu_delay=5.401285076048225, ms=00097}
22:49:38.782278 run mass: MS performed LU {at=1400804.990501476, lu_delay=23.353829191066325, ms=00065}
22:49:40.366282 run mass: MS performed LU {at=1400806.574325907, lu_delay=5.9292707070708275, ms=00098}
22:49:40.390732 run mass: MS performed LU {at=1400806.599065233, lu_delay=22.788861620938405, ms=00071}
22:49:42.295571 run mass: MS performed LU {at=1400808.50379569, lu_delay=6.067257322836667, ms=00099}
22:49:42.306010 run mass: Tests done {all_completed=True, max=23.353829191066325, min=3.91074591409415}
22:49:42.311385 tst register_default_mass.py: Test passed (81.1 sec)
22:49:42.316678 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:42.319921 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:42.323120 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:42.326362 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:42.329580 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:42.332847 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:42.336161 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:42.339480 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:42.342785 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:42.346046 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:42.349337 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:42.352621 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:42.355897 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:42.359170 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:42.362467 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:42.365844 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:42.369172 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:42.372630 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:42.376054 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:42.379370 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:42.382777 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:42.386118 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:42.389511 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:42.393213 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:42.396625 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:42.400152 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:42.403557 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:42.407433 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:42.412867 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:42.416912 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:42.420371 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:42.423803 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:42.427160 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:42.430510 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:42.433866 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:42.437895 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:42.441437 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:42.444884 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:42.449022 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:42.455832 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:42.461237 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:42.464766 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:42.468165 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:42.471456 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:42.474738 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:42.478043 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:42.481333 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:42.484761 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:42.488053 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:42.491339 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:42.494936 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:42.498557 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:42.502056 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:42.505326 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:42.508621 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:42.511920 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:42.515176 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:42.518476 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:42.521739 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:42.525043 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:42.528421 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:42.531703 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:42.534996 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:42.538300 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:42.541576 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:42.544859 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:42.548159 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:42.551886 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:42.555137 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:42.558413 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:42.561670 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:42.564986 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:42.568310 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:42.571605 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:42.574913 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:42.578226 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:42.581522 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:42.584790 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:42.588333 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:42.591833 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:42.595119 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:42.598490 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:42.601792 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:42.605077 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:42.608407 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:42.611710 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:42.615026 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:42.618292 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:42.621642 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:42.624965 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:42.628547 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:42.631896 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:42.635779 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:42.639132 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:42.642463 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:42.645928 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:42.649233 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:42.652629 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:42.656015 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:42.659364 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:42.662695 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:42.666124 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:42.669410 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:42.672825 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:42.676213 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:42.679507 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:42.682976 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:42.686685 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:42.690112 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:42.693395 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:42.696733 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:42.700510 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:42.703840 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:42.707157 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:42.710498 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:42.713821 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:42.717051 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:42.720317 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:42.723596 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:42.726887 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:42.730165 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:42.733441 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:42.736719 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:42.739992 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:42.743261 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:42.746541 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:42.749801 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:42.753077 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:42.756349 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:42.759626 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:42.762901 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:42.766189 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:42.769466 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:42.772750 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:42.776026 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:42.779309 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:42.782584 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:42.785853 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:42.789126 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:42.792396 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:42.795655 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:42.798942 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:42.802202 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:42.805481 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:42.808740 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:42.812013 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:42.815274 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:42.818644 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:42.821960 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:42.825237 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:42.828506 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:42.831779 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:42.835032 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:42.838319 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:42.841587 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:42.844847 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:42.848115 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:42.851386 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:42.854655 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:42.857917 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:42.861187 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:42.864456 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:42.867730 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:42.870992 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:42.874256 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:42.877538 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:42.880811 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:42.884073 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:42.887333 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:42.890609 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:42.893879 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:42.897168 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:42.900422 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:42.903683 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:42.906949 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:42.910212 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:42.913477 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:42.916756 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:42.920034 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:42.923294 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:42.926561 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:42.929829 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:42.933099 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:42.936385 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:42.939646 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:42.942921 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:42.946199 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:42.949461 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:42.952728 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:42.956007 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:42.959265 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:42.962546 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:42.965809 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:42.969063 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:42.972324 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:42.975573 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:42.978836 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:42.982095 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:42.985351 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:42.988624 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:42.991887 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:42.995158 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:42.998432 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:43.001687 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:43.004953 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:43.008232 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:43.011491 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:43.014747 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:43.018023 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:43.021282 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:43.024558 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:43.027810 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:43.031066 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:43.034339 --- ParallelTerminationStrategy: PID 22 died...
22:49:43.035831 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:43.039472 --- ParallelTerminationStrategy: PID 23 died...
22:49:43.040948 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:43.044594 --- ParallelTerminationStrategy: PID 24 died...
22:49:43.046077 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:43.049724 --- ParallelTerminationStrategy: PID 25 died...
22:49:43.051198 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:43.054842 --- ParallelTerminationStrategy: PID 26 died...
22:49:43.056330 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:43.059991 --- ParallelTerminationStrategy: PID 27 died...
22:49:43.061471 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:43.065127 --- ParallelTerminationStrategy: PID 28 died...
22:49:43.066598 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:43.070257 --- ParallelTerminationStrategy: PID 29 died...
22:49:43.071752 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:43.075430 --- ParallelTerminationStrategy: PID 30 died...
22:49:43.076901 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:43.080556 --- ParallelTerminationStrategy: PID 31 died...
22:49:43.082028 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:43.085711 --- ParallelTerminationStrategy: PID 32 died...
22:49:43.087192 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:43.090854 --- ParallelTerminationStrategy: PID 33 died...
22:49:43.092341 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:43.096022 --- ParallelTerminationStrategy: PID 35 died...
22:49:43.097499 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:43.101192 --- ParallelTerminationStrategy: PID 36 died...
22:49:43.102679 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:43.106360 --- ParallelTerminationStrategy: PID 37 died...
22:49:43.107864 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:43.111528 --- ParallelTerminationStrategy: PID 38 died...
22:49:43.113024 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:43.116693 --- ParallelTerminationStrategy: PID 39 died...
22:49:43.118182 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:43.121862 --- ParallelTerminationStrategy: PID 40 died...
22:49:43.123344 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:43.127008 --- ParallelTerminationStrategy: PID 41 died...
22:49:43.128520 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:43.132182 --- ParallelTerminationStrategy: PID 42 died...
22:49:43.133661 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:43.137325 --- ParallelTerminationStrategy: PID 43 died...
22:49:43.138800 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:43.142487 --- ParallelTerminationStrategy: PID 44 died...
22:49:43.143977 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:43.147621 --- ParallelTerminationStrategy: PID 45 died...
22:49:43.149118 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:43.152810 --- ParallelTerminationStrategy: PID 46 died...
22:49:43.154292 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:43.157935 --- ParallelTerminationStrategy: PID 47 died...
22:49:43.159414 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:43.163073 --- ParallelTerminationStrategy: PID 48 died...
22:49:43.164571 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:43.168224 --- ParallelTerminationStrategy: PID 49 died...
22:49:43.169705 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:43.173384 --- ParallelTerminationStrategy: PID 50 died...
22:49:43.174873 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:43.178519 --- ParallelTerminationStrategy: PID 51 died...
22:49:43.179999 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:43.183635 --- ParallelTerminationStrategy: PID 52 died...
22:49:43.185129 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:43.188789 --- ParallelTerminationStrategy: PID 53 died...
22:49:43.190283 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:43.193962 --- ParallelTerminationStrategy: PID 54 died...
22:49:43.195445 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:43.199101 --- ParallelTerminationStrategy: PID 55 died...
22:49:43.200579 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:43.204274 --- ParallelTerminationStrategy: PID 56 died...
22:49:43.205750 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:43.209399 --- ParallelTerminationStrategy: PID 57 died...
22:49:43.210877 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:43.214517 --- ParallelTerminationStrategy: PID 58 died...
22:49:43.216003 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:43.219647 --- ParallelTerminationStrategy: PID 59 died...
22:49:43.221135 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:43.224793 --- ParallelTerminationStrategy: PID 60 died...
22:49:43.226281 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:43.229923 --- ParallelTerminationStrategy: PID 61 died...
22:49:43.231401 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:43.235061 --- ParallelTerminationStrategy: PID 62 died...
22:49:43.236543 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:43.240217 --- ParallelTerminationStrategy: PID 63 died...
22:49:43.241689 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:43.245361 --- ParallelTerminationStrategy: PID 64 died...
22:49:43.246842 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:43.250497 --- ParallelTerminationStrategy: PID 65 died...
22:49:43.251987 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:43.255644 --- ParallelTerminationStrategy: PID 66 died...
22:49:43.257134 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:43.260790 --- ParallelTerminationStrategy: PID 67 died...
22:49:43.262268 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:43.265905 --- ParallelTerminationStrategy: PID 68 died...
22:49:43.267377 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:43.271011 --- ParallelTerminationStrategy: PID 69 died...
22:49:43.272508 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:43.276164 --- ParallelTerminationStrategy: PID 70 died...
22:49:43.277639 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:43.281324 --- ParallelTerminationStrategy: PID 71 died...
22:49:43.282814 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:43.286449 --- ParallelTerminationStrategy: PID 72 died...
22:49:43.287954 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:43.291595 --- ParallelTerminationStrategy: PID 73 died...
22:49:43.293075 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:43.296731 --- ParallelTerminationStrategy: PID 74 died...
22:49:43.298209 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:43.301864 --- ParallelTerminationStrategy: PID 75 died...
22:49:43.303339 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:43.307112 --- ParallelTerminationStrategy: PID 76 died...
22:49:43.308656 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:43.312466 --- ParallelTerminationStrategy: PID 77 died...
22:49:43.314000 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:43.317805 --- ParallelTerminationStrategy: PID 78 died...
22:49:43.319351 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:43.323143 --- ParallelTerminationStrategy: PID 79 died...
22:49:43.324684 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:43.328500 --- ParallelTerminationStrategy: PID 80 died...
22:49:43.330031 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:43.333829 --- ParallelTerminationStrategy: PID 81 died...
22:49:43.335359 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:43.339157 --- ParallelTerminationStrategy: PID 82 died...
22:49:43.340686 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:43.344488 --- ParallelTerminationStrategy: PID 83 died...
22:49:43.346021 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:43.349804 --- ParallelTerminationStrategy: PID 84 died...
22:49:43.351340 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:43.355136 --- ParallelTerminationStrategy: PID 85 died...
22:49:43.356678 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:43.360498 --- ParallelTerminationStrategy: PID 86 died...
22:49:43.362030 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:43.365821 --- ParallelTerminationStrategy: PID 87 died...
22:49:43.367360 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:43.371150 --- ParallelTerminationStrategy: PID 88 died...
22:49:43.372685 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:43.376519 --- ParallelTerminationStrategy: PID 89 died...
22:49:43.378056 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:43.381878 --- ParallelTerminationStrategy: PID 90 died...
22:49:43.383413 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:43.387218 --- ParallelTerminationStrategy: PID 91 died...
22:49:43.388773 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:43.392572 --- ParallelTerminationStrategy: PID 92 died...
22:49:43.394112 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:43.397910 --- ParallelTerminationStrategy: PID 93 died...
22:49:43.399454 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:43.403257 --- ParallelTerminationStrategy: PID 94 died...
22:49:43.404808 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:43.408607 --- ParallelTerminationStrategy: PID 95 died...
22:49:43.410142 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:43.413973 --- ParallelTerminationStrategy: PID 96 died...
22:49:43.415508 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:43.419327 --- ParallelTerminationStrategy: PID 97 died...
22:49:43.420876 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:43.424704 --- ParallelTerminationStrategy: PID 98 died...
22:49:43.426256 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:43.430056 --- ParallelTerminationStrategy: PID 99 died...
22:49:43.431605 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:43.435408 --- ParallelTerminationStrategy: PID 100 died...
22:49:43.436940 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:43.440748 --- ParallelTerminationStrategy: PID 101 died...
22:49:43.442292 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:43.446082 --- ParallelTerminationStrategy: PID 102 died...
22:49:43.447611 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:43.451441 --- ParallelTerminationStrategy: PID 103 died...
22:49:43.452989 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:43.456780 --- ParallelTerminationStrategy: PID 104 died...
22:49:43.458317 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:43.462124 --- ParallelTerminationStrategy: PID 105 died...
22:49:43.463671 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:43.467468 --- ParallelTerminationStrategy: PID 106 died...
22:49:43.469010 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:43.472812 --- ParallelTerminationStrategy: PID 107 died...
22:49:43.474343 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:43.478141 --- ParallelTerminationStrategy: PID 108 died...
22:49:43.479701 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:43.483498 --- ParallelTerminationStrategy: PID 109 died...
22:49:43.485040 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:43.488869 --- ParallelTerminationStrategy: PID 110 died...
22:49:43.490414 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:43.494205 --- ParallelTerminationStrategy: PID 111 died...
22:49:43.495744 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:43.499544 --- ParallelTerminationStrategy: PID 112 died...
22:49:43.501097 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:43.504920 --- ParallelTerminationStrategy: PID 113 died...
22:49:43.506459 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:43.510267 --- ParallelTerminationStrategy: PID 114 died...
22:49:43.511812 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:43.515598 --- ParallelTerminationStrategy: PID 115 died...
22:49:43.517155 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:43.520954 --- ParallelTerminationStrategy: PID 116 died...
22:49:43.522493 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:43.526289 --- ParallelTerminationStrategy: PID 117 died...
22:49:43.527831 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:43.531625 --- ParallelTerminationStrategy: PID 118 died...
22:49:43.533162 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:43.536946 --- ParallelTerminationStrategy: PID 119 died...
22:49:43.538484 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:43.542287 --- ParallelTerminationStrategy: PID 120 died...
22:49:43.543831 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:43.547628 --- ParallelTerminationStrategy: PID 121 died...
22:49:43.549175 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:43.552971 --- ParallelTerminationStrategy: PID 122 died...
22:49:43.554518 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:43.558325 --- ParallelTerminationStrategy: PID 123 died...
22:49:43.559854 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:43.563679 --- ParallelTerminationStrategy: PID 124 died...
22:49:43.565219 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:43.569010 --- ParallelTerminationStrategy: PID 125 died...
22:49:43.570541 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:43.574348 --- ParallelTerminationStrategy: PID 126 died...
22:49:43.575881 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:43.579683 --- ParallelTerminationStrategy: PID 127 died...
22:49:43.581220 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:43.585032 --- ParallelTerminationStrategy: PID 128 died...
22:49:43.586580 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:43.590379 --- ParallelTerminationStrategy: PID 129 died...
22:49:43.591919 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:43.595740 --- ParallelTerminationStrategy: PID 130 died...
22:49:43.597272 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:43.601080 --- ParallelTerminationStrategy: PID 131 died...
22:49:43.602624 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:43.606440 --- ParallelTerminationStrategy: PID 132 died...
22:49:43.607987 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:43.611802 --- ParallelTerminationStrategy: PID 133 died...
22:49:43.613344 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:43.617118 --- ParallelTerminationStrategy: PID 134 died...
22:49:43.618645 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:43.622434 --- ParallelTerminationStrategy: PID 135 died...
22:49:43.624385 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:43.630028 --- ParallelTerminationStrategy: PID 136 died...
22:49:43.631639 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:43.635598 --- ParallelTerminationStrategy: PID 137 died...
22:49:43.637204 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:43.641142 --- ParallelTerminationStrategy: PID 138 died...
22:49:43.642674 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:43.646486 --- ParallelTerminationStrategy: PID 139 died...
22:49:43.648022 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:43.651811 --- ParallelTerminationStrategy: PID 140 died...
22:49:43.653344 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:43.657121 --- ParallelTerminationStrategy: PID 141 died...
22:49:43.658654 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:43.662570 --- ParallelTerminationStrategy: PID 142 died...
22:49:43.664159 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:43.668087 --- ParallelTerminationStrategy: PID 143 died...
22:49:43.669662 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:43.673620 --- ParallelTerminationStrategy: PID 144 died...
22:49:43.675202 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:43.679133 --- ParallelTerminationStrategy: PID 145 died...
22:49:43.680701 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:43.684649 --- ParallelTerminationStrategy: PID 146 died...
22:49:43.686224 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:43.690139 --- ParallelTerminationStrategy: PID 147 died...
22:49:43.691735 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:43.695667 --- ParallelTerminationStrategy: PID 148 died...
22:49:43.697254 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:43.701192 --- ParallelTerminationStrategy: PID 149 died...
22:49:43.702768 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:43.706703 --- ParallelTerminationStrategy: PID 150 died...
22:49:43.708307 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:43.712254 --- ParallelTerminationStrategy: PID 151 died...
22:49:43.713840 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:43.717776 --- ParallelTerminationStrategy: PID 152 died...
22:49:43.719365 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:43.723317 --- ParallelTerminationStrategy: PID 153 died...
22:49:43.724909 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:43.728872 --- ParallelTerminationStrategy: PID 154 died...
22:49:43.730448 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:43.734359 --- ParallelTerminationStrategy: PID 155 died...
22:49:43.735940 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:43.739891 --- ParallelTerminationStrategy: PID 156 died...
22:49:43.741470 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:43.745422 --- ParallelTerminationStrategy: PID 157 died...
22:49:43.747002 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:43.750965 --- ParallelTerminationStrategy: PID 158 died...
22:49:43.752549 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:43.756473 --- ParallelTerminationStrategy: PID 159 died...
22:49:43.758066 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:43.762030 --- ParallelTerminationStrategy: PID 160 died...
22:49:43.763627 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:43.767589 --- ParallelTerminationStrategy: PID 161 died...
22:49:43.769182 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:43.773098 --- ParallelTerminationStrategy: PID 162 died...
22:49:43.774677 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:43.778622 --- ParallelTerminationStrategy: PID 163 died...
22:49:43.780237 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:43.784169 --- ParallelTerminationStrategy: PID 164 died...
22:49:43.785749 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:43.789678 --- ParallelTerminationStrategy: PID 165 died...
22:49:43.791263 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:43.795212 --- ParallelTerminationStrategy: PID 166 died...
22:49:43.796796 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:43.800719 --- ParallelTerminationStrategy: PID 167 died...
22:49:43.802300 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:43.806235 --- ParallelTerminationStrategy: PID 168 died...
22:49:43.807830 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:43.811784 --- ParallelTerminationStrategy: PID 169 died...
22:49:43.813371 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:43.817307 --- ParallelTerminationStrategy: PID 170 died...
22:49:43.818903 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:43.822846 --- ParallelTerminationStrategy: PID 171 died...
22:49:43.824435 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:43.828364 --- ParallelTerminationStrategy: PID 172 died...
22:49:43.829932 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:43.833858 --- ParallelTerminationStrategy: PID 173 died...
22:49:43.835446 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:43.839410 --- ParallelTerminationStrategy: PID 174 died...
22:49:43.840993 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:43.844936 --- ParallelTerminationStrategy: PID 175 died...
22:49:43.846527 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:43.850481 --- ParallelTerminationStrategy: PID 176 died...
22:49:43.852085 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:43.856059 --- ParallelTerminationStrategy: PID 177 died...
22:49:43.857652 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:43.861622 --- ParallelTerminationStrategy: PID 178 died...
22:49:43.863198 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:43.867122 --- ParallelTerminationStrategy: PID 179 died...
22:49:43.868701 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:43.872645 --- ParallelTerminationStrategy: PID 180 died...
22:49:43.874219 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:43.878163 --- ParallelTerminationStrategy: PID 181 died...
22:49:43.879762 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:43.883689 --- ParallelTerminationStrategy: PID 182 died...
22:49:43.885277 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:43.889213 --- ParallelTerminationStrategy: PID 183 died...
22:49:43.890800 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:43.894756 --- ParallelTerminationStrategy: PID 184 died...
22:49:43.896346 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:43.900290 --- ParallelTerminationStrategy: PID 185 died...
22:49:43.901862 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:43.905796 --- ParallelTerminationStrategy: PID 186 died...
22:49:43.907372 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:43.911311 --- ParallelTerminationStrategy: PID 187 died...
22:49:43.912908 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:43.916843 --- ParallelTerminationStrategy: PID 188 died...
22:49:43.918420 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:43.922347 --- ParallelTerminationStrategy: PID 189 died...
22:49:43.923930 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:43.927875 --- ParallelTerminationStrategy: PID 190 died...
22:49:43.929454 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:43.933381 --- ParallelTerminationStrategy: PID 191 died...
22:49:43.934959 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:43.938885 --- ParallelTerminationStrategy: PID 192 died...
22:49:43.940478 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:43.944414 --- ParallelTerminationStrategy: PID 193 died...
22:49:43.945994 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:43.949933 --- ParallelTerminationStrategy: PID 194 died...
22:49:43.951519 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:43.955467 --- ParallelTerminationStrategy: PID 195 died...
22:49:43.957054 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:43.960999 --- ParallelTerminationStrategy: PID 196 died...
22:49:43.962579 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:43.966542 --- ParallelTerminationStrategy: PID 197 died...
22:49:43.968135 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:43.972078 --- ParallelTerminationStrategy: PID 198 died...
22:49:43.973669 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:43.977631 --- ParallelTerminationStrategy: PID 199 died...
22:49:43.979213 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:43.983140 --- ParallelTerminationStrategy: PID 200 died...
22:49:43.984722 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:43.988657 --- ParallelTerminationStrategy: PID 201 died...
22:49:43.990231 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:43.994161 --- ParallelTerminationStrategy: PID 202 died...
22:49:43.995761 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:43.999696 --- ParallelTerminationStrategy: PID 203 died...
22:49:44.001282 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:44.005232 --- ParallelTerminationStrategy: PID 204 died...
22:49:44.006805 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:44.010762 --- ParallelTerminationStrategy: PID 205 died...
22:49:44.012341 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:44.016286 --- ParallelTerminationStrategy: PID 206 died...
22:49:44.017874 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:44.021809 --- ParallelTerminationStrategy: PID 207 died...
22:49:44.023387 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:44.027352 --- ParallelTerminationStrategy: PID 208 died...
22:49:44.028948 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:44.032903 --- ParallelTerminationStrategy: PID 209 died...
22:49:44.034475 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:44.038400 --- ParallelTerminationStrategy: PID 210 died...
22:49:44.039981 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:44.043924 --- ParallelTerminationStrategy: PID 211 died...
22:49:44.045514 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:44.049452 --- ParallelTerminationStrategy: PID 212 died...
22:49:44.051042 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:44.054979 --- ParallelTerminationStrategy: PID 213 died...
22:49:44.056573 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:44.060530 --- ParallelTerminationStrategy: PID 214 died...
22:49:44.062111 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:44.066042 --- ParallelTerminationStrategy: PID 215 died...
22:49:44.067618 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:44.071544 --- ParallelTerminationStrategy: PID 216 died...
22:49:44.073140 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:44.077065 --- ParallelTerminationStrategy: PID 217 died...
22:49:44.078648 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:44.082598 --- ParallelTerminationStrategy: PID 218 died...
22:49:44.084188 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:44.088111 --- ParallelTerminationStrategy: PID 219 died...
22:49:44.089701 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:44.093646 --- ParallelTerminationStrategy: PID 220 died...
22:49:44.095231 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:44.099211 --- ParallelTerminationStrategy: PID 221 died...
22:49:44.100801 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:44.104765 --- ParallelTerminationStrategy: PID 222 died...
22:49:44.106354 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:44.110305 --- ParallelTerminationStrategy: PID 223 died...
22:49:44.111906 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:44.115862 --- ParallelTerminationStrategy: PID 224 died...
22:49:44.117452 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:44.121413 --- ParallelTerminationStrategy: PID 225 died...
22:49:44.122994 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:44.126985 --- ParallelTerminationStrategy: PID 226 died...
22:49:44.128585 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:44.132531 --- ParallelTerminationStrategy: PID 227 died...
22:49:44.134120 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:44.138080 --- ParallelTerminationStrategy: PID 228 died...
22:49:44.139681 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:44.143637 --- ParallelTerminationStrategy: PID 229 died...
22:49:44.145236 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:44.149185 --- ParallelTerminationStrategy: PID 230 died...
22:49:44.150775 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:44.154746 --- ParallelTerminationStrategy: PID 231 died...
22:49:44.156344 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:44.160305 --- ParallelTerminationStrategy: PID 232 died...
22:49:44.161901 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:44.165845 --- ParallelTerminationStrategy: PID 233 died...
22:49:44.167433 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:44.171425 --- ParallelTerminationStrategy: PID 234 died...
22:49:44.173021 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:47.577776 --- ParallelTerminationStrategy: PID 34 died...
22:49:47.583951 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8239 netreg_mass PASS
---------------------------------------------------------------------
22:49:47.659563 tst trial-8239: Storing JUnit report in /build/trial-8239/run.2026-02-11_22-48-20/trial-8239.xml
--------------------------------------------------------------------------------------------
trial-8239 PASS
--------------------------------------------------------------------------------------------
22:49:47.670517 tst trial-8239: trial-8239: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8239/inst
+ cd trial-8239
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-02-11 22:48:20
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8239-run.tgz run.2026-02-11_22-48-20
+ tar czf /build/trial-8239-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-02-11_15_08_05.tgz osmo-bts-oc2g.build-2026-02-11_00_51_39.tgz osmo-bts-sysmo.build-2026-02-11_00_51_36.tgz osmo-bts.build-2026-02-11_00_51_42.tgz osmo-ggsn.build-2026-02-11_20_42_30.tgz osmo-hlr.build-2026-02-11_16_36_50.tgz osmo-hnbgw.build-2026-02-11_15_12_15.tgz osmo-mgw.build-2026-02-11_08_33_09.tgz osmo-msc.build-2026-02-11_15_15_24.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-02-11_07_35_14.tgz osmo-pcu-sysmo.build-2026-02-11_07_35_20.tgz osmo-pcu.build-2026-02-11_07_35_26.tgz osmo-sgsn.build-2026-02-11_20_48_13.tgz osmo-stp.build-2026-02-11_15_04_37.tgz osmo-trx.build-2026-02-11_14_21_31.tgz osmocom-bb.build-2026-02-11_21_17_42.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