Skipping 14 KB..
Full Log[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins5563742431386833655.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-8162
+ 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
bce9627 nplab-m3ua-test: Configure Network Indicator as International
+ 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 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#7 CACHED
#8 [ 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
#8 CACHED
#9 [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
#9 CACHED
#10 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#10 CACHED
#11 [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
#11 CACHED
#12 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#12 CACHED
#13 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#13 CACHED
#14 [20/28] WORKDIR /TMP
#14 CACHED
#15 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#15 CACHED
#16 [12/28] RUN MKDIR -p /osmo-gsm-tester-srsue /osmo-gsm-tester-srsenb /osmo-gsm-tester-srsepc /osmo-gsm-tester-trx /osmo-gsm-tester-grbroker /osmo-gsm-tester-open5gs
#16 CACHED
#17 [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
#17 CACHED
#18 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#18 CACHED
#19 [ 8/28] RUN MKDIR /var/run/sshd
#19 CACHED
#20 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#20 CACHED
#21 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#21 CACHED
#22 [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
#22 CACHED
#23 [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
#23 CACHED
#24 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#24 CACHED
#25 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#25 CACHED
#26 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#26 CACHED
#27 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#27 CACHED
#28 [ 3/28] RUN groupadd osmo-gsm-tester
#28 CACHED
#29 [ 2/28] RUN useradd -ms /bin/bash jenkins
#29 CACHED
#30 [ 9/28] COPY SSH /root/.ssh
#30 CACHED
#31 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#31 CACHED
#32 [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
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:02ecbe7884b24d118a4cbf388fb499c5a833a6502875956ccacdc9618e824328 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 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=8163 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-11-27 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8163
+ mkdir -p trial-8163
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-11-27_16_22_15.tgz osmo-bts-oc2g.build-2025-11-27_00_51_48.tgz osmo-bts-sysmo.build-2025-11-27_00_51_46.tgz osmo-bts.build-2025-11-27_00_51_52.tgz osmo-ggsn.build-2025-11-27_20_42_37.tgz osmo-hlr.build-2025-11-27_16_36_34.tgz osmo-hnbgw.build-2025-11-27_16_24_42.tgz osmo-mgw.build-2025-11-27_08_33_15.tgz osmo-msc.build-2025-11-27_16_28_52.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-27_07_36_19.tgz osmo-pcu-sysmo.build-2025-11-27_07_34_06.tgz osmo-pcu.build-2025-11-27_07_36_23.tgz osmo-sgsn.build-2025-11-27_20_48_08.tgz osmo-stp.build-2025-11-27_16_21_47.tgz osmo-trx.build-2025-11-27_14_26_02.tgz osmocom-bb.build-2025-11-27_21_17_30.tgz srslte.build-19.tgz trial-8163
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-11-27_16_22_15.md5 osmo-bts-oc2g.build-2025-11-27_00_51_48.md5 osmo-bts-sysmo.build-2025-11-27_00_51_46.md5 osmo-bts.build-2025-11-27_00_51_52.md5 osmo-ggsn.build-2025-11-27_20_42_37.md5 osmo-hlr.build-2025-11-27_16_36_34.md5 osmo-hnbgw.build-2025-11-27_16_24_42.md5 osmo-mgw.build-2025-11-27_08_33_15.md5 osmo-msc.build-2025-11-27_16_28_52.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-27_07_36_19.md5 osmo-pcu-sysmo.build-2025-11-27_07_34_06.md5 osmo-pcu.build-2025-11-27_07_36_23.md5 osmo-sgsn.build-2025-11-27_20_48_08.md5 osmo-stp.build-2025-11-27_16_21_47.md5 osmo-trx.build-2025-11-27_14_26_02.md5 osmocom-bb.build-2025-11-27_21_17_30.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-11-27_16_22_15.md5 osmo-bts-oc2g.build-2025-11-27_00_51_48.md5 osmo-bts-sysmo.build-2025-11-27_00_51_46.md5 osmo-bts.build-2025-11-27_00_51_52.md5 osmo-ggsn.build-2025-11-27_20_42_37.md5 osmo-hlr.build-2025-11-27_16_36_34.md5 osmo-hnbgw.build-2025-11-27_16_24_42.md5 osmo-mgw.build-2025-11-27_08_33_15.md5 osmo-msc.build-2025-11-27_16_28_52.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-27_07_36_19.md5 osmo-pcu-sysmo.build-2025-11-27_07_34_06.md5 osmo-pcu.build-2025-11-27_07_36_23.md5 osmo-sgsn.build-2025-11-27_20_48_08.md5 osmo-stp.build-2025-11-27_16_21_47.md5 osmo-trx.build-2025-11-27_14_26_02.md5 osmocom-bb.build-2025-11-27_21_17_30.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-8163 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8163'
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-8163
--------------------------------------------------------------------------------------------
22:48:18.685827 tst trial-8163: Detailed log at /build/trial-8163/run.2025-11-27_22-48-18/log
---------------------------------------------------------------------
trial-8163 netreg_mass
---------------------------------------------------------------------
22:48:18.888300 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.888667 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.889417 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.890576 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.931688 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.932579 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.933691 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.995374 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-8163 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.996123 tst register_default_mass.py:9: Claiming resources for the test
22:48:19.011029 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.011535 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.011982 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.012438 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.012872 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.013341 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.013785 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:19.044224 tst register_default_mass.py: using LAC 2
22:48:19.066616 tst register_default_mass.py: using RAC 2
22:48:19.093374 tst register_default_mass.py: using CellId 2
22:48:19.122739 tst register_default_mass.py: using BVCI 3
22:48:19.136328 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.137027 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.137642 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.138162 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.138663 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.139184 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.139681 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.140197 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.140743 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.141263 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.141767 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.142298 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.142829 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.143344 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.143871 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.144388 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.144908 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.145431 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.145941 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.146451 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.146971 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.147493 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.148017 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.148534 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.149040 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.149543 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.150066 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.150573 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.151074 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.151594 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.152099 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.152606 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.153126 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.153656 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.154176 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.154682 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.155194 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.155712 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.156222 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.156731 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.157241 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.157748 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.158271 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.158782 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.159285 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.159804 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.160313 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.160824 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.161343 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.161848 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.162379 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.162882 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.163380 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.163880 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.164390 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.164901 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.165402 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.165916 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.166418 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.166912 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.167416 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.167914 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.168419 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.168936 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.169432 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.169928 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.170439 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.170947 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.171443 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.171945 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.172446 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.172973 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.173539 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.174051 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.174557 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.175047 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.175533 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.176045 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.176542 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.177031 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.177536 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.178030 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.178521 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.179026 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.179517 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.180005 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.180501 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.181009 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.181507 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.181999 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.182510 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.183017 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.183523 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.184030 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.184534 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.185031 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.185517 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.186031 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.186526 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.187015 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.187509 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.188064 tst register_default_mass.py:21: Launching a simple network
22:48:19.197922 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.314619 run create_hlr_db(pid=20): Launched
22:48:20.328403 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:20.352161 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:20.367170 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:20.372820 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.553590 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:20.568099 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:20.573692 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.985474 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:21.000218 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:24.015343 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:24.127320 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:24.142117 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:24.147760 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:24.170783 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:24.185787 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:24.191503 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:24.496161 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:24.513297 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:30.539661 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.709898 run osmo-bts-virtual(pid=34): Launched
22:48:31.746178 tst register_default_mass.py: using MSISDN 1001
22:48:31.760672 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.801596 tst register_default_mass.py: using MSISDN 1002
22:48:31.819575 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.851090 tst register_default_mass.py: using MSISDN 1003
22:48:31.866276 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.897956 tst register_default_mass.py: using MSISDN 1004
22:48:31.913051 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.944585 tst register_default_mass.py: using MSISDN 1005
22:48:31.959617 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.991546 tst register_default_mass.py: using MSISDN 1006
22:48:32.006707 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:32.038192 tst register_default_mass.py: using MSISDN 1007
22:48:32.053056 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:32.093597 tst register_default_mass.py: using MSISDN 1008
22:48:32.111701 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:32.143501 tst register_default_mass.py: using MSISDN 1009
22:48:32.158707 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:32.190589 tst register_default_mass.py: using MSISDN 1010
22:48:32.205929 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:32.237459 tst register_default_mass.py: using MSISDN 1011
22:48:32.252369 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:32.284465 tst register_default_mass.py: using MSISDN 1012
22:48:32.299721 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:32.330807 tst register_default_mass.py: using MSISDN 1013
22:48:32.345767 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:32.377541 tst register_default_mass.py: using MSISDN 1014
22:48:32.392561 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:32.423737 tst register_default_mass.py: using MSISDN 1015
22:48:32.438617 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:32.470413 tst register_default_mass.py: using MSISDN 1016
22:48:32.485401 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:32.517004 tst register_default_mass.py: using MSISDN 1017
22:48:32.531617 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:32.563396 tst register_default_mass.py: using MSISDN 1018
22:48:32.578541 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.609975 tst register_default_mass.py: using MSISDN 1019
22:48:32.624792 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.656658 tst register_default_mass.py: using MSISDN 1020
22:48:32.671964 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.703538 tst register_default_mass.py: using MSISDN 1021
22:48:32.718529 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.759091 tst register_default_mass.py: using MSISDN 1022
22:48:32.777181 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.808692 tst register_default_mass.py: using MSISDN 1023
22:48:32.823870 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.855669 tst register_default_mass.py: using MSISDN 1024
22:48:32.870795 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.902283 tst register_default_mass.py: using MSISDN 1025
22:48:32.917380 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.949247 tst register_default_mass.py: using MSISDN 1026
22:48:32.963735 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.995493 tst register_default_mass.py: using MSISDN 1027
22:48:33.010550 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:33.042296 tst register_default_mass.py: using MSISDN 1028
22:48:33.057333 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:33.092513 tst register_default_mass.py: using MSISDN 1029
22:48:33.109169 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:33.141212 tst register_default_mass.py: using MSISDN 1030
22:48:33.156419 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:33.187966 tst register_default_mass.py: using MSISDN 1031
22:48:33.203083 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:33.234716 tst register_default_mass.py: using MSISDN 1032
22:48:33.249613 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:33.281252 tst register_default_mass.py: using MSISDN 1033
22:48:33.296195 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.327769 tst register_default_mass.py: using MSISDN 1034
22:48:33.342568 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.374674 tst register_default_mass.py: using MSISDN 1035
22:48:33.389802 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.421329 tst register_default_mass.py: using MSISDN 1036
22:48:33.436027 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.467875 tst register_default_mass.py: using MSISDN 1037
22:48:33.482962 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.514247 tst register_default_mass.py: using MSISDN 1038
22:48:33.529049 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.560776 tst register_default_mass.py: using MSISDN 1039
22:48:33.575789 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:33.607541 tst register_default_mass.py: using MSISDN 1040
22:48:33.622757 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:33.653921 tst register_default_mass.py: using MSISDN 1041
22:48:33.668547 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:33.700076 tst register_default_mass.py: using MSISDN 1042
22:48:33.715081 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.746265 tst register_default_mass.py: using MSISDN 1043
22:48:33.760987 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:33.792907 tst register_default_mass.py: using MSISDN 1044
22:48:33.808066 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:33.839479 tst register_default_mass.py: using MSISDN 1045
22:48:33.854245 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.885242 tst register_default_mass.py: using MSISDN 1046
22:48:33.900014 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:33.931256 tst register_default_mass.py: using MSISDN 1047
22:48:33.945914 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:33.977250 tst register_default_mass.py: using MSISDN 1048
22:48:33.992103 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:34.023939 tst register_default_mass.py: using MSISDN 1049
22:48:34.039031 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:34.070237 tst register_default_mass.py: using MSISDN 1050
22:48:34.084987 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:34.116326 tst register_default_mass.py: using MSISDN 1051
22:48:34.131246 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:34.162737 tst register_default_mass.py: using MSISDN 1052
22:48:34.177523 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:34.209259 tst register_default_mass.py: using MSISDN 1053
22:48:34.224354 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:34.255929 tst register_default_mass.py: using MSISDN 1054
22:48:34.270985 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:34.302336 tst register_default_mass.py: using MSISDN 1055
22:48:34.317032 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:34.348020 tst register_default_mass.py: using MSISDN 1056
22:48:34.362779 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:34.394077 tst register_default_mass.py: using MSISDN 1057
22:48:34.408337 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:34.439893 tst register_default_mass.py: using MSISDN 1058
22:48:34.454721 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:34.486017 tst register_default_mass.py: using MSISDN 1059
22:48:34.500832 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:34.532445 tst register_default_mass.py: using MSISDN 1060
22:48:34.547362 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:34.579044 tst register_default_mass.py: using MSISDN 1061
22:48:34.594071 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:34.625754 tst register_default_mass.py: using MSISDN 1062
22:48:34.640766 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:34.672265 tst register_default_mass.py: using MSISDN 1063
22:48:34.687270 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:34.718777 tst register_default_mass.py: using MSISDN 1064
22:48:34.733812 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:34.765443 tst register_default_mass.py: using MSISDN 1065
22:48:34.780459 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:34.812257 tst register_default_mass.py: using MSISDN 1066
22:48:34.827360 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:34.859069 tst register_default_mass.py: using MSISDN 1067
22:48:34.874250 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:34.905656 tst register_default_mass.py: using MSISDN 1068
22:48:34.920652 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:34.951450 tst register_default_mass.py: using MSISDN 1069
22:48:34.965190 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:34.994752 tst register_default_mass.py: using MSISDN 1070
22:48:35.008597 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:35.039390 tst register_default_mass.py: using MSISDN 1071
22:48:35.053743 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:35.084971 tst register_default_mass.py: using MSISDN 1072
22:48:35.099702 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:35.131050 tst register_default_mass.py: using MSISDN 1073
22:48:35.145934 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:35.177297 tst register_default_mass.py: using MSISDN 1074
22:48:35.192146 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:35.223671 tst register_default_mass.py: using MSISDN 1075
22:48:35.238815 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:35.269451 tst register_default_mass.py: using MSISDN 1076
22:48:35.284064 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:35.315556 tst register_default_mass.py: using MSISDN 1077
22:48:35.330342 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:35.361750 tst register_default_mass.py: using MSISDN 1078
22:48:35.376631 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:35.407480 tst register_default_mass.py: using MSISDN 1079
22:48:35.416570 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:35.447888 tst register_default_mass.py: using MSISDN 1080
22:48:35.463631 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:35.495158 tst register_default_mass.py: using MSISDN 1081
22:48:35.509919 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:35.541458 tst register_default_mass.py: using MSISDN 1082
22:48:35.556133 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:35.587677 tst register_default_mass.py: using MSISDN 1083
22:48:35.602424 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:35.634175 tst register_default_mass.py: using MSISDN 1084
22:48:35.649072 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:35.680593 tst register_default_mass.py: using MSISDN 1085
22:48:35.695473 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:35.726187 tst register_default_mass.py: using MSISDN 1086
22:48:35.740552 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:35.771725 tst register_default_mass.py: using MSISDN 1087
22:48:35.786191 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:35.817658 tst register_default_mass.py: using MSISDN 1088
22:48:35.832185 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:35.863968 tst register_default_mass.py: using MSISDN 1089
22:48:35.878877 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:35.910274 tst register_default_mass.py: using MSISDN 1090
22:48:35.924886 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:35.956617 tst register_default_mass.py: using MSISDN 1091
22:48:35.971646 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:36.003092 tst register_default_mass.py: using MSISDN 1092
22:48:36.017658 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:36.049207 tst register_default_mass.py: using MSISDN 1093
22:48:36.063955 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:36.094927 tst register_default_mass.py: using MSISDN 1094
22:48:36.109440 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:36.140880 tst register_default_mass.py: using MSISDN 1095
22:48:36.155578 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:36.187407 tst register_default_mass.py: using MSISDN 1096
22:48:36.202314 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:36.233581 tst register_default_mass.py: using MSISDN 1097
22:48:36.248182 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:36.279791 tst register_default_mass.py: using MSISDN 1098
22:48:36.294383 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:36.325397 tst register_default_mass.py: using MSISDN 1099
22:48:36.339769 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:36.368500 tst register_default_mass.py: using MSISDN 1100
22:48:36.381881 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:36.474785 run mass: Starting testcase
22:48:36.480229 run mass: Pre-launching all virtphy's
22:48:36.485688 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:36.498754 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:36.504745 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:36.517456 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:36.523394 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:36.536059 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:36.542156 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:36.555225 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:36.561233 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:36.574084 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:36.580105 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:36.593069 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:36.599065 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:36.612038 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:36.618009 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:36.630975 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:36.637035 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:36.650034 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:36.656123 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:36.669114 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:36.675192 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:36.688220 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:36.694280 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:36.707282 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:36.713341 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:36.726338 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:36.732347 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:36.745250 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:36.751208 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:36.763968 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:36.769923 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:36.782689 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:36.788638 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:36.801534 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:36.807471 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:36.820289 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:36.826205 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:36.838985 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:36.844879 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:36.857787 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:36.863716 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:36.876644 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:36.882566 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:36.895455 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:36.901450 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:36.914299 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:36.920345 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:36.933244 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:36.939173 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:36.952057 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:36.958004 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:36.970860 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:36.976839 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:36.989676 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:36.995590 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:37.008357 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:37.014414 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:37.027285 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:37.033226 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:37.046073 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:37.051962 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:37.064822 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:37.070930 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:37.083854 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:37.089906 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:37.102949 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:37.109056 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:37.121955 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:37.127967 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:37.140916 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:37.146851 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:37.159669 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:37.165596 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:37.178408 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:37.184321 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:37.197194 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:37.203246 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:37.216157 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:37.222238 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:37.235243 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:37.241246 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:37.254263 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:37.260271 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:37.273295 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:37.279308 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:37.292343 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:37.298358 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:37.311361 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:37.317450 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:37.330591 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:37.336638 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:37.349769 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:37.355746 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:37.368858 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:37.374972 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:37.387942 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:37.394135 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:37.407160 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:37.413234 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:37.426226 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:37.432259 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:37.445269 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:37.451224 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:37.464138 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:37.470178 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:37.483145 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:37.489148 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:37.502113 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:37.508136 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:37.521105 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:37.527171 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:37.540164 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:37.546264 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:37.559529 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:37.565701 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:37.578897 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:37.584962 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:37.597848 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:37.603902 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:37.617116 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:37.623199 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:37.636303 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:37.642386 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:37.655371 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:37.661335 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:37.674039 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:37.679965 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:37.692580 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:37.698485 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:37.711467 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:37.717421 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:37.730206 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:37.736128 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:37.748939 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:37.754853 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:37.767564 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:37.773446 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:37.786163 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:37.792098 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:37.805098 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:37.811044 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:37.823974 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:37.829880 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:37.842777 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:37.848697 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:37.861630 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:37.867524 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:37.880239 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:37.886128 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:37.898869 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:37.904735 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:37.917450 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:37.923299 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:37.936040 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:37.941932 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:37.954671 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:37.960557 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:37.973295 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:37.979261 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:37.992139 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:37.998030 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:38.010926 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:38.016823 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:38.029593 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:38.035650 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:38.048445 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:38.054534 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:38.067307 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:38.073221 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:38.086160 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:38.092060 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:38.105095 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:38.110949 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:38.123667 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:38.129551 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:38.142325 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:38.148175 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:38.160900 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:38.166751 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:38.179455 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:38.185351 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:38.198068 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:38.203941 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:38.216688 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:38.222550 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:38.235268 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:38.241149 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:38.253916 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:38.259789 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:38.272768 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:38.278687 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:38.291608 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:38.297495 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:38.310302 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:38.316378 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:38.329229 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:38.335278 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:38.348183 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:38.354137 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:38.366946 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:38.372817 run mass: Checking if sockets are in the filesystem
22:48:38.404589 run osmo-ms-mob/00000: Starting mobile
22:48:38.417602 run osmo-ms-mob/00000(pid=135): Launched
22:48:38.428850 run mass: MS start registered {at=27514624.132199474, delay=0.0051408931612968445, ms=00000}
22:48:42.589515 run osmo-ms-mob/00001: Starting mobile
22:48:42.603893 run osmo-ms-mob/00001(pid=136): Launched
22:48:42.615806 run mass: MS start registered {at=27514628.319152057, delay=0.0041432566940784454, ms=00001}
22:48:43.537660 run mass: MS performed LU {at=27514629.240892667, lu_delay=5.108693193644285, ms=00000}
22:48:44.419215 run osmo-ms-mob/00002: Starting mobile
22:48:44.436038 run osmo-ms-mob/00002(pid=137): Launched
22:48:44.446718 run mass: MS start registered {at=27514630.15006396, delay=0.004752635955810547, ms=00002}
22:48:45.719604 run osmo-ms-mob/00003: Starting mobile
22:48:45.736250 run osmo-ms-mob/00003(pid=138): Launched
22:48:45.746758 run mass: MS start registered {at=27514631.450108167, delay=0.0046113356947898865, ms=00003}
22:48:46.811945 run osmo-ms-mob/00004: Starting mobile
22:48:46.827966 run osmo-ms-mob/00004(pid=139): Launched
22:48:46.838601 run mass: MS start registered {at=27514632.541951403, delay=0.004471432417631149, ms=00004}
22:48:47.304055 run mass: MS performed LU {at=27514633.007292017, lu_delay=4.688139960169792, ms=00001}
22:48:47.820916 run osmo-ms-mob/00005: Starting mobile
22:48:47.837462 run osmo-ms-mob/00005(pid=140): Launched
22:48:47.847803 run mass: MS start registered {at=27514633.55115305, delay=0.0043330118060112, ms=00005}
22:48:48.729868 run osmo-ms-mob/00006: Starting mobile
22:48:48.746534 run osmo-ms-mob/00006(pid=141): Launched
22:48:48.756982 run mass: MS start registered {at=27514634.46033646, delay=0.00449901819229126, ms=00006}
22:48:49.205212 run mass: MS performed LU {at=27514634.908447996, lu_delay=4.75838403403759, ms=00002}
22:48:49.617823 run osmo-ms-mob/00007: Starting mobile
22:48:49.630947 run osmo-ms-mob/00007(pid=142): Launched
22:48:49.641522 run mass: MS start registered {at=27514635.34487476, delay=0.004459023475646973, ms=00007}
22:48:50.388945 run osmo-ms-mob/00008: Starting mobile
22:48:50.401878 run osmo-ms-mob/00008(pid=143): Launched
22:48:50.412456 run mass: MS start registered {at=27514636.11580759, delay=0.004645492881536484, ms=00008}
22:48:51.069953 run mass: MS performed LU {at=27514636.77319702, lu_delay=5.323088854551315, ms=00003}
22:48:51.111443 run osmo-ms-mob/00009: Starting mobile
22:48:51.127009 run osmo-ms-mob/00009(pid=144): Launched
22:48:51.137580 run mass: MS start registered {at=27514636.840933792, delay=0.0045435018837451935, ms=00009}
22:48:51.819438 run osmo-ms-mob/00010: Starting mobile
22:48:51.843540 run osmo-ms-mob/00010(pid=145): Launched
22:48:51.855803 run mass: MS start registered {at=27514637.559125174, delay=0.0004003681242465973, ms=00010}
22:48:52.418944 run osmo-ms-mob/00011: Starting mobile
22:48:52.434734 run osmo-ms-mob/00011(pid=146): Launched
22:48:52.445383 run mass: MS start registered {at=27514638.14873581, delay=0.004603970795869827, ms=00011}
22:48:52.971288 run mass: MS performed LU {at=27514638.674534775, lu_delay=5.1233817264437675, ms=00005}
22:48:52.986655 run osmo-ms-mob/00012: Starting mobile
22:48:52.999955 run osmo-ms-mob/00012(pid=147): Launched
22:48:53.005936 run mass: MS performed LU {at=27514638.709297813, lu_delay=6.1673464104533195, ms=00004}
22:48:53.011648 run mass: MS start registered {at=27514638.71501558, delay=0.005732201039791107, ms=00012}
22:48:53.620644 run osmo-ms-mob/00013: Starting mobile
22:48:53.637790 run osmo-ms-mob/00013(pid=148): Launched
22:48:53.648542 run mass: MS start registered {at=27514639.351896323, delay=0.004842896014451981, ms=00013}
22:48:54.189132 run osmo-ms-mob/00014: Starting mobile
22:48:54.202250 run osmo-ms-mob/00014(pid=149): Launched
22:48:54.213255 run mass: MS start registered {at=27514639.916606773, delay=0.004940815269947052, ms=00014}
22:48:54.789757 run osmo-ms-mob/00015: Starting mobile
22:48:54.802727 run osmo-ms-mob/00015(pid=150): Launched
22:48:54.813458 run mass: MS start registered {at=27514640.516809, delay=0.004627566784620285, ms=00015}
22:48:54.834701 run mass: MS performed LU {at=27514640.53802452, lu_delay=5.193149760365486, ms=00007}
22:48:54.900803 run mass: MS performed LU {at=27514640.604043037, lu_delay=6.143706575036049, ms=00006}
22:48:55.327960 run osmo-ms-mob/00016: Starting mobile
22:48:55.343902 run osmo-ms-mob/00016(pid=151): Launched
22:48:55.354802 run mass: MS start registered {at=27514641.058150385, delay=0.004826705902814865, ms=00016}
22:48:55.797721 run osmo-ms-mob/00017: Starting mobile
22:48:55.811171 run osmo-ms-mob/00017(pid=152): Launched
22:48:55.822206 run mass: MS start registered {at=27514641.525555074, delay=0.004946574568748474, ms=00017}
22:48:56.389616 run osmo-ms-mob/00018: Starting mobile
22:48:56.402558 run osmo-ms-mob/00018(pid=153): Launched
22:48:56.413410 run mass: MS start registered {at=27514642.116759147, delay=0.004669439047574997, ms=00018}
22:48:56.736889 run mass: MS performed LU {at=27514642.440138645, lu_delay=4.881013471633196, ms=00010}
22:48:56.768855 run osmo-ms-mob/00019: Starting mobile
22:48:56.783409 run osmo-ms-mob/00019(pid=154): Launched
22:48:56.789335 run mass: MS performed LU {at=27514642.492698018, lu_delay=5.65176422521472, ms=00009}
22:48:56.795053 run mass: MS start registered {at=27514642.49842032, delay=0.00573774054646492, ms=00019}
22:48:56.851848 run mass: MS performed LU {at=27514642.55509885, lu_delay=6.439291261136532, ms=00008}
22:48:57.320939 run osmo-ms-mob/00020: Starting mobile
22:48:57.343032 run osmo-ms-mob/00020(pid=155): Launched
22:48:57.354017 run mass: MS start registered {at=27514643.05736886, delay=0.00462723895907402, ms=00020}
22:48:57.789999 run osmo-ms-mob/00021: Starting mobile
22:48:57.803546 run osmo-ms-mob/00021(pid=156): Launched
22:48:57.814520 run mass: MS start registered {at=27514643.5178707, delay=0.004897069185972214, ms=00021}
22:48:58.188971 run osmo-ms-mob/00022: Starting mobile
22:48:58.202651 run osmo-ms-mob/00022(pid=157): Launched
22:48:58.213498 run mass: MS start registered {at=27514643.916851103, delay=0.004706535488367081, ms=00022}
22:48:58.518410 run mass: MS performed LU {at=27514644.22166594, lu_delay=5.506650362163782, ms=00012}
22:48:58.601658 run mass: MS performed LU {at=27514644.30492708, lu_delay=6.156191270798445, ms=00011}
22:48:58.645357 run osmo-ms-mob/00023: Starting mobile
22:48:58.659236 run osmo-ms-mob/00023(pid=158): Launched
22:48:58.665423 run mass: MS performed LU {at=27514644.368783187, lu_delay=5.016886863857508, ms=00013}
22:48:58.671179 run mass: MS start registered {at=27514644.374544855, delay=0.00577777624130249, ms=00023}
22:48:58.771566 run mass: MS performed LU {at=27514644.474816035, lu_delay=4.558209262788296, ms=00014}
22:48:59.097817 run osmo-ms-mob/00024: Starting mobile
22:48:59.110878 run osmo-ms-mob/00024(pid=159): Launched
22:48:59.121838 run mass: MS start registered {at=27514644.82518968, delay=0.004508223384618759, ms=00024}
22:48:59.588709 run osmo-ms-mob/00025: Starting mobile
22:48:59.601749 run osmo-ms-mob/00025(pid=160): Launched
22:48:59.612883 run mass: MS start registered {at=27514645.31623733, delay=0.004942119121551514, ms=00025}
22:48:59.989453 run osmo-ms-mob/00026: Starting mobile
22:49:00.002735 run osmo-ms-mob/00026(pid=161): Launched
22:49:00.014129 run mass: MS start registered {at=27514645.717477947, delay=0.0052942149341106415, ms=00026}
22:49:00.411518 run osmo-ms-mob/00027: Starting mobile
22:49:00.427602 run osmo-ms-mob/00027(pid=162): Launched
22:49:00.438503 run mass: MS start registered {at=27514646.141852636, delay=0.0049248747527599335, ms=00027}
22:49:00.503306 run mass: MS performed LU {at=27514646.20655692, lu_delay=5.148406535387039, ms=00016}
22:49:00.529468 run mass: MS performed LU {at=27514646.23281034, lu_delay=4.707255266606808, ms=00017}
22:49:00.617978 run mass: MS performed LU {at=27514646.32122844, lu_delay=5.804419439285994, ms=00015}
22:49:00.653929 run osmo-ms-mob/00028: Starting mobile
22:49:00.667111 run osmo-ms-mob/00028(pid=163): Launched
22:49:00.678095 run mass: MS start registered {at=27514646.381449394, delay=0.004321809858083725, ms=00028}
22:49:01.219410 run osmo-ms-mob/00029: Starting mobile
22:49:01.235692 run osmo-ms-mob/00029(pid=164): Launched
22:49:01.246513 run mass: MS start registered {at=27514646.94986808, delay=0.004730727523565292, ms=00029}
22:49:01.602796 run osmo-ms-mob/00030: Starting mobile
22:49:01.616953 run osmo-ms-mob/00030(pid=165): Launched
22:49:01.627759 run mass: MS start registered {at=27514647.331113435, delay=0.004682138562202454, ms=00030}
22:49:01.989018 run osmo-ms-mob/00031: Starting mobile
22:49:02.001864 run osmo-ms-mob/00031(pid=166): Launched
22:49:02.012647 run mass: MS start registered {at=27514647.715996116, delay=0.004814866930246353, ms=00031}
22:49:02.320139 run osmo-ms-mob/00032: Starting mobile
22:49:02.336781 run osmo-ms-mob/00032(pid=167): Launched
22:49:02.343129 run mass: MS performed LU {at=27514648.046487175, lu_delay=5.929728027433157, ms=00018}
22:49:02.349058 run mass: MS start registered {at=27514648.052424636, delay=0.005957357585430145, ms=00032}
22:49:02.365473 run mass: MS performed LU {at=27514648.06881282, lu_delay=5.5703925006091595, ms=00019}
22:49:02.432539 run mass: MS performed LU {at=27514648.135791473, lu_delay=5.078422613441944, ms=00020}
22:49:02.459691 run osmo-ms-mob/00033: Starting mobile
22:49:02.472496 run osmo-ms-mob/00033(pid=168): Launched
22:49:02.483315 run mass: MS start registered {at=27514648.186668687, delay=0.004924517124891281, ms=00033}
22:49:02.538222 run mass: MS performed LU {at=27514648.24148853, lu_delay=4.72361782938242, ms=00021}
22:49:03.121272 run osmo-ms-mob/00034: Starting mobile
22:49:03.137996 run osmo-ms-mob/00034(pid=169): Launched
22:49:03.148805 run mass: MS start registered {at=27514648.852159735, delay=0.00481671467423439, ms=00034}
22:49:03.401672 run osmo-ms-mob/00035: Starting mobile
22:49:03.415661 run osmo-ms-mob/00035(pid=170): Launched
22:49:03.426704 run mass: MS start registered {at=27514649.130057238, delay=0.004838932305574417, ms=00035}
22:49:03.788709 run osmo-ms-mob/00036: Starting mobile
22:49:03.801879 run osmo-ms-mob/00036(pid=171): Launched
22:49:03.812749 run mass: MS start registered {at=27514649.51610373, delay=0.004788137972354889, ms=00036}
22:49:04.219332 run osmo-ms-mob/00037: Starting mobile
22:49:04.236275 run osmo-ms-mob/00037(pid=172): Launched
22:49:04.247083 run mass: MS start registered {at=27514649.950436383, delay=0.004852809011936188, ms=00037}
22:49:04.267205 run mass: MS performed LU {at=27514649.970532574, lu_delay=6.053681470453739, ms=00022}
22:49:04.296558 run mass: MS performed LU {at=27514649.99984022, lu_delay=5.625295363366604, ms=00023}
22:49:04.314651 run osmo-ms-mob/00038: Starting mobile
22:49:04.327627 run osmo-ms-mob/00038(pid=173): Launched
22:49:04.338197 run mass: MS start registered {at=27514650.041550986, delay=0.004587054252624512, ms=00038}
22:49:04.439858 run mass: MS performed LU {at=27514650.143111337, lu_delay=4.826874006539583, ms=00025}
22:49:04.818714 run osmo-ms-mob/00039: Starting mobile
22:49:04.831752 run osmo-ms-mob/00039(pid=174): Launched
22:49:04.842467 run mass: MS start registered {at=27514650.54582035, delay=0.004685051739215851, ms=00039}
22:49:05.202144 run osmo-ms-mob/00040: Starting mobile
22:49:05.216184 run osmo-ms-mob/00040(pid=175): Launched
22:49:05.227107 run mass: MS start registered {at=27514650.930462103, delay=0.004791047424077988, ms=00040}
22:49:05.502615 run osmo-ms-mob/00041: Starting mobile
22:49:05.516175 run osmo-ms-mob/00041(pid=176): Launched
22:49:05.526851 run mass: MS start registered {at=27514651.230204504, delay=0.00471094623208046, ms=00041}
22:49:05.789287 run osmo-ms-mob/00042: Starting mobile
22:49:05.802534 run osmo-ms-mob/00042(pid=177): Launched
22:49:05.813688 run mass: MS start registered {at=27514651.517039306, delay=0.004534304141998291, ms=00042}
22:49:06.050549 run mass: MS performed LU {at=27514651.753799945, lu_delay=5.372350551187992, ms=00028}
22:49:06.133304 run mass: MS performed LU {at=27514651.83655742, lu_delay=5.694704785943031, ms=00027}
22:49:06.176548 run osmo-ms-mob/00043: Starting mobile
22:49:06.190501 run osmo-ms-mob/00043(pid=178): Launched
22:49:06.196650 run mass: MS performed LU {at=27514651.900009636, lu_delay=6.18253168836236, ms=00026}
22:49:06.202425 run mass: MS start registered {at=27514651.905792143, delay=0.0058024562895298, ms=00043}
22:49:06.303697 run mass: MS performed LU {at=27514652.006946947, lu_delay=5.057078868150711, ms=00029}
22:49:06.332733 run osmo-ms-mob/00044: Starting mobile
22:49:06.346016 run osmo-ms-mob/00044(pid=179): Launched
22:49:06.352093 run mass: MS performed LU {at=27514652.055454284, lu_delay=4.724340848624706, ms=00030}
22:49:06.357991 run mass: MS start registered {at=27514652.061358087, delay=0.0059213340282440186, ms=00044}
22:49:06.821776 run osmo-ms-mob/00045: Starting mobile
22:49:06.837294 run osmo-ms-mob/00045(pid=180): Launched
22:49:06.848703 run mass: MS start registered {at=27514652.552053228, delay=0.005203276872634888, ms=00045}
22:49:07.099200 run osmo-ms-mob/00046: Starting mobile
22:49:07.112213 run osmo-ms-mob/00046(pid=181): Launched
22:49:07.123721 run mass: MS start registered {at=27514652.827070817, delay=0.005531948059797287, ms=00046}
22:49:07.399386 run osmo-ms-mob/00047: Starting mobile
22:49:07.413030 run osmo-ms-mob/00047(pid=182): Launched
22:49:07.424148 run mass: MS start registered {at=27514653.12750117, delay=0.005059141665697098, ms=00047}
22:49:07.689751 run osmo-ms-mob/00048: Starting mobile
22:49:07.703099 run osmo-ms-mob/00048(pid=183): Launched
22:49:07.714400 run mass: MS start registered {at=27514653.417752568, delay=0.004952702671289444, ms=00048}
22:49:07.970338 run mass: MS performed LU {at=27514653.67358893, lu_delay=5.957592815160751, ms=00031}
22:49:07.984318 run osmo-ms-mob/00049: Starting mobile
22:49:07.997597 run osmo-ms-mob/00049(pid=184): Launched
22:49:08.008718 run mass: MS start registered {at=27514653.71207083, delay=0.005170490592718124, ms=00049}
22:49:08.033409 run mass: MS performed LU {at=27514653.73674432, lu_delay=5.6843196824193, ms=00032}
22:49:08.061462 run mass: MS performed LU {at=27514653.76474989, lu_delay=5.578081201761961, ms=00033}
22:49:08.079624 run osmo-ms-mob/00050: Starting mobile
22:49:08.092465 run osmo-ms-mob/00050(pid=185): Launched
22:49:08.103350 run mass: MS start registered {at=27514653.806708086, delay=0.004953864961862564, ms=00050}
22:49:08.241800 run mass: MS performed LU {at=27514653.945051663, lu_delay=4.814994424581528, ms=00035}
22:49:08.265807 run mass: MS performed LU {at=27514653.969169144, lu_delay=5.117009408771992, ms=00034}
22:49:08.702641 run osmo-ms-mob/00051: Starting mobile
22:49:08.716581 run osmo-ms-mob/00051(pid=186): Launched
22:49:08.728001 run mass: MS start registered {at=27514654.431353685, delay=0.005181804299354553, ms=00051}
22:49:08.995474 run osmo-ms-mob/00052: Starting mobile
22:49:09.008797 run osmo-ms-mob/00052(pid=187): Launched
22:49:09.019745 run mass: MS start registered {at=27514654.72309986, delay=0.004979528486728668, ms=00052}
22:49:09.289604 run osmo-ms-mob/00053: Starting mobile
22:49:09.303280 run osmo-ms-mob/00053(pid=188): Launched
22:49:09.314346 run mass: MS start registered {at=27514655.017697223, delay=0.004901722073554993, ms=00053}
22:49:09.613494 run osmo-ms-mob/00054: Starting mobile
22:49:09.632356 run osmo-ms-mob/00054(pid=189): Launched
22:49:09.643697 run mass: MS start registered {at=27514655.347037543, delay=0.0051346272230148315, ms=00054}
22:49:09.815338 run mass: MS performed LU {at=27514655.518591218, lu_delay=5.568154834210873, ms=00037}
22:49:09.830833 run osmo-ms-mob/00055: Starting mobile
22:49:09.843990 run osmo-ms-mob/00055(pid=190): Launched
22:49:09.855424 run mass: MS start registered {at=27514655.55877482, delay=0.005480565130710602, ms=00055}
22:49:09.899259 run mass: MS performed LU {at=27514655.602510236, lu_delay=6.086406506597996, ms=00036}
22:49:09.963442 run mass: MS performed LU {at=27514655.666694064, lu_delay=4.7362319603562355, ms=00040}
22:49:09.990547 run osmo-ms-mob/00056: Starting mobile
22:49:10.003654 run osmo-ms-mob/00056(pid=191): Launched
22:49:10.014473 run mass: MS start registered {at=27514655.717830516, delay=0.004753325134515762, ms=00056}
22:49:10.069065 run mass: MS performed LU {at=27514655.77232845, lu_delay=5.226508099585772, ms=00039}
22:49:10.397446 run mass: MS performed LU {at=27514656.10069798, lu_delay=4.870493475347757, ms=00041}
22:49:10.442058 run osmo-ms-mob/00057: Starting mobile
22:49:10.455672 run osmo-ms-mob/00057(pid=192): Launched
22:49:10.466647 run mass: MS start registered {at=27514656.170003343, delay=0.005013488233089447, ms=00057}
22:49:10.889843 run osmo-ms-mob/00058: Starting mobile
22:49:10.902815 run osmo-ms-mob/00058(pid=193): Launched
22:49:10.914227 run mass: MS start registered {at=27514656.61757846, delay=0.005132455378770828, ms=00058}
22:49:11.189279 run osmo-ms-mob/00059: Starting mobile
22:49:11.202484 run osmo-ms-mob/00059(pid=194): Launched
22:49:11.214032 run mass: MS start registered {at=27514656.917384394, delay=0.005191449075937271, ms=00059}
22:49:11.488258 run osmo-ms-mob/00060: Starting mobile
22:49:11.501544 run osmo-ms-mob/00060(pid=195): Launched
22:49:11.512683 run mass: MS start registered {at=27514657.216036305, delay=0.00506751611828804, ms=00060}
22:49:11.679794 run mass: MS performed LU {at=27514657.383047357, lu_delay=5.321689270436764, ms=00044}
22:49:11.827853 run mass: MS performed LU {at=27514657.53110415, lu_delay=5.625312007963657, ms=00043}
22:49:11.856140 run osmo-ms-mob/00061: Starting mobile
22:49:11.869033 run osmo-ms-mob/00061(pid=196): Launched
22:49:11.880498 run mass: MS start registered {at=27514657.583852414, delay=0.004962153732776642, ms=00061}
22:49:12.008273 run mass: MS performed LU {at=27514657.711523946, lu_delay=6.194484639912844, ms=00042}
22:49:12.200801 run osmo-ms-mob/00062: Starting mobile
22:49:12.214970 run osmo-ms-mob/00062(pid=197): Launched
22:49:12.226176 run mass: MS start registered {at=27514657.929523498, delay=0.005118269473314285, ms=00062}
22:49:12.517782 run osmo-ms-mob/00063: Starting mobile
22:49:12.532540 run osmo-ms-mob/00063(pid=198): Launched
22:49:12.543783 run mass: MS start registered {at=27514658.24712946, delay=0.0052471160888671875, ms=00063}
22:49:12.722986 run mass: MS performed LU {at=27514658.426182102, lu_delay=5.599111285060644, ms=00046}
22:49:12.861269 run mass: MS performed LU {at=27514658.564525418, lu_delay=4.757817331701517, ms=00050}
22:49:12.890781 run osmo-ms-mob/00064: Starting mobile
22:49:12.904190 run osmo-ms-mob/00064(pid=199): Launched
22:49:12.915409 run mass: MS start registered {at=27514658.618754186, delay=0.005182519555091858, ms=00064}
22:49:13.311870 run osmo-ms-mob/00065: Starting mobile
22:49:13.327598 run osmo-ms-mob/00065(pid=200): Launched
22:49:13.338754 run mass: MS start registered {at=27514659.042101152, delay=0.005097329616546631, ms=00065}
22:49:13.604109 run osmo-ms-mob/00066: Starting mobile
22:49:13.618335 run osmo-ms-mob/00066(pid=201): Launched
22:49:13.624566 run mass: MS performed LU {at=27514659.327924702, lu_delay=4.6048248410224915, ms=00052}
22:49:13.630426 run mass: MS performed LU {at=27514659.333791435, lu_delay=6.206290263682604, ms=00047}
22:49:13.636436 run mass: MS start registered {at=27514659.33980242, delay=0.011896789073944092, ms=00066}
22:49:13.729019 run mass: MS performed LU {at=27514659.43228361, lu_delay=6.014531042426825, ms=00048}
22:49:13.757700 run osmo-ms-mob/00067: Starting mobile
22:49:13.770821 run osmo-ms-mob/00067(pid=202): Launched
22:49:13.782032 run mass: MS start registered {at=27514659.48538645, delay=0.005202148109674454, ms=00067}
22:49:13.909530 run mass: MS performed LU {at=27514659.61278261, lu_delay=5.181428924202919, ms=00051}
22:49:13.933112 run mass: MS performed LU {at=27514659.636475395, lu_delay=5.924404565244913, ms=00049}
22:49:13.944226 run osmo-ms-mob/00068: Starting mobile
22:49:13.957146 run osmo-ms-mob/00068(pid=203): Launched
22:49:13.968258 run mass: MS start registered {at=27514659.67160939, delay=0.004845015704631805, ms=00068}
22:49:14.524426 run mass: MS performed LU {at=27514660.227646265, lu_delay=4.509815748780966, ms=00056}
22:49:14.704598 run osmo-ms-mob/00069: Starting mobile
22:49:14.718303 run osmo-ms-mob/00069(pid=204): Launched
22:49:14.729707 run mass: MS start registered {at=27514660.43306037, delay=0.0048021115362644196, ms=00069}
22:49:14.739381 run mass: MS performed LU {at=27514660.44272127, lu_delay=3.8251428082585335, ms=00058}
22:49:15.129002 run osmo-ms-mob/00070: Starting mobile
22:49:15.155082 run osmo-ms-mob/00070(pid=205): Launched
22:49:15.166296 run mass: MS start registered {at=27514660.86964605, delay=0.004851020872592926, ms=00070}
22:49:15.506038 run osmo-ms-mob/00071: Starting mobile
22:49:15.520107 run osmo-ms-mob/00071(pid=206): Launched
22:49:15.531086 run mass: MS start registered {at=27514661.234439038, delay=0.004938643425703049, ms=00071}
22:49:15.537201 run mass: MS performed LU {at=27514661.24054882, lu_delay=5.893511276692152, ms=00054}
22:49:15.593153 run mass: MS performed LU {at=27514661.2963875, lu_delay=5.737612679600716, ms=00055}
22:49:15.782593 run mass: MS performed LU {at=27514661.485828687, lu_delay=4.568444292992353, ms=00059}
22:49:15.812773 run osmo-ms-mob/00072: Starting mobile
22:49:15.826173 run osmo-ms-mob/00072(pid=207): Launched
22:49:15.837392 run mass: MS start registered {at=27514661.54074454, delay=0.005112644284963608, ms=00072}
22:49:16.304756 run osmo-ms-mob/00073: Starting mobile
22:49:16.318980 run osmo-ms-mob/00073(pid=208): Launched
22:49:16.330586 run mass: MS start registered {at=27514662.0339373, delay=0.005280081182718277, ms=00073}
22:49:16.405587 run mass: MS performed LU {at=27514662.108844865, lu_delay=7.091147642582655, ms=00053}
22:49:16.703403 run osmo-ms-mob/00074: Starting mobile
22:49:16.717264 run osmo-ms-mob/00074(pid=209): Launched
22:49:16.728830 run mass: MS start registered {at=27514662.432176594, delay=0.005185898393392563, ms=00074}
22:49:17.104053 run osmo-ms-mob/00075: Starting mobile
22:49:17.118608 run osmo-ms-mob/00075(pid=210): Launched
22:49:17.129875 run mass: MS start registered {at=27514662.83322589, delay=0.004719577729701996, ms=00075}
22:49:17.366071 run mass: MS performed LU {at=27514663.069318384, lu_delay=5.139794886112213, ms=00062}
22:49:17.403686 run mass: MS performed LU {at=27514663.106979858, lu_delay=5.523127444088459, ms=00061}
22:49:17.494437 run mass: MS performed LU {at=27514663.197689272, lu_delay=4.950559813529253, ms=00063}
22:49:17.536654 run osmo-ms-mob/00076: Starting mobile
22:49:17.552214 run osmo-ms-mob/00076(pid=211): Launched
22:49:17.563027 run mass: MS start registered {at=27514663.266380798, delay=0.0049180760979652405, ms=00076}
22:49:17.675076 run mass: MS performed LU {at=27514663.37832638, lu_delay=6.162290073931217, ms=00060}
22:49:17.692992 run mass: MS performed LU {at=27514663.396283437, lu_delay=4.777529250830412, ms=00064}
22:49:18.020859 run osmo-ms-mob/00077: Starting mobile
22:49:18.036133 run osmo-ms-mob/00077(pid=212): Launched
22:49:18.047713 run mass: MS start registered {at=27514663.75104175, delay=0.0055053867399692535, ms=00077}
22:49:18.490233 run osmo-ms-mob/00078: Starting mobile
22:49:18.503135 run osmo-ms-mob/00078(pid=213): Launched
22:49:18.514315 run mass: MS start registered {at=27514664.21766202, delay=0.00509817898273468, ms=00078}
22:49:18.919844 run osmo-ms-mob/00079: Starting mobile
22:49:18.937153 run osmo-ms-mob/00079(pid=214): Launched
22:49:18.948241 run mass: MS start registered {at=27514664.651595715, delay=0.004917647689580917, ms=00079}
22:49:19.229805 run mass: MS performed LU {at=27514664.93303426, lu_delay=4.499973889440298, ms=00069}
22:49:19.331840 run mass: MS performed LU {at=27514665.035072733, lu_delay=5.992971580475569, ms=00065}
22:49:19.360220 run osmo-ms-mob/00080: Starting mobile
22:49:19.373203 run osmo-ms-mob/00080(pid=215): Launched
22:49:19.379287 run mass: MS performed LU {at=27514665.08264832, lu_delay=5.742845896631479, ms=00066}
22:49:19.385014 run mass: MS start registered {at=27514665.088381846, delay=0.005748692899942398, ms=00080}
22:49:19.902277 run osmo-ms-mob/00081: Starting mobile
22:49:19.916008 run osmo-ms-mob/00081(pid=216): Launched
22:49:19.927205 run mass: MS start registered {at=27514665.630546585, delay=0.005263980478048325, ms=00081}
22:49:20.302134 run osmo-ms-mob/00082: Starting mobile
22:49:20.315811 run osmo-ms-mob/00082(pid=217): Launched
22:49:20.322181 run mass: MS performed LU {at=27514666.02553735, lu_delay=6.353927958756685, ms=00068}
22:49:20.327958 run mass: MS start registered {at=27514666.031324577, delay=0.005805380642414093, ms=00082}
22:49:20.439811 run mass: MS performed LU {at=27514666.143064052, lu_delay=21.317874372005463, ms=00024}
22:49:20.922077 run osmo-ms-mob/00083: Starting mobile
22:49:20.938027 run osmo-ms-mob/00083(pid=218): Launched
22:49:20.950805 run mass: MS start registered {at=27514666.654154208, delay=0.006607756018638611, ms=00083}
22:49:21.131103 run mass: MS performed LU {at=27514666.834349807, lu_delay=4.800412505865097, ms=00073}
22:49:21.169118 run mass: MS performed LU {at=27514666.87239646, lu_delay=4.44021986797452, ms=00074}
22:49:21.191697 run mass: MS performed LU {at=27514666.89505579, lu_delay=5.660616751760244, ms=00071}
22:49:21.227013 run osmo-ms-mob/00084: Starting mobile
22:49:21.241274 run osmo-ms-mob/00084(pid=219): Launched
22:49:21.252166 run mass: MS start registered {at=27514666.955519553, delay=0.004893049597740173, ms=00084}
22:49:21.441181 run mass: MS performed LU {at=27514667.14432364, lu_delay=6.274677589535713, ms=00070}
22:49:21.465253 run mass: MS performed LU {at=27514667.16861447, lu_delay=5.627869930118322, ms=00072}
22:49:21.927992 run osmo-ms-mob/00085: Starting mobile
22:49:21.944578 run osmo-ms-mob/00085(pid=220): Launched
22:49:21.955813 run mass: MS start registered {at=27514667.659165546, delay=0.005081359297037125, ms=00085}
22:49:22.511548 run osmo-ms-mob/00086: Starting mobile
22:49:22.528992 run osmo-ms-mob/00086(pid=221): Launched
22:49:22.540243 run mass: MS start registered {at=27514668.243592434, delay=0.004955820739269257, ms=00086}
22:49:23.120144 run osmo-ms-mob/00087: Starting mobile
22:49:23.137145 run osmo-ms-mob/00087(pid=222): Launched
22:49:23.143360 run mass: MS performed LU {at=27514668.846720207, lu_delay=6.013494316488504, ms=00075}
22:49:23.149265 run mass: MS performed LU {at=27514668.852631923, lu_delay=5.586251124739647, ms=00076}
22:49:23.155059 run mass: MS start registered {at=27514668.85842712, delay=0.011724594980478287, ms=00087}
22:49:23.212546 run mass: MS performed LU {at=27514668.915797733, lu_delay=5.16475598141551, ms=00077}
22:49:23.234339 run mass: MS performed LU {at=27514668.93770114, lu_delay=4.720039118081331, ms=00078}
22:49:23.724865 run osmo-ms-mob/00088: Starting mobile
22:49:23.742473 run osmo-ms-mob/00088(pid=223): Launched
22:49:23.753505 run mass: MS start registered {at=27514669.456856243, delay=0.004977218806743622, ms=00088}
22:49:24.289235 run osmo-ms-mob/00089: Starting mobile
22:49:24.302574 run osmo-ms-mob/00089(pid=224): Launched
22:49:24.313817 run mass: MS start registered {at=27514670.017171036, delay=0.005029432475566864, ms=00089}
22:49:24.889671 run osmo-ms-mob/00090: Starting mobile
22:49:24.902941 run osmo-ms-mob/00090(pid=225): Launched
22:49:24.909054 run mass: MS performed LU {at=27514670.61241403, lu_delay=4.98186744377017, ms=00081}
22:49:24.915335 run mass: MS start registered {at=27514670.618699823, delay=0.006302673369646072, ms=00090}
22:49:24.933954 run mass: MS performed LU {at=27514670.637301996, lu_delay=5.985706280916929, ms=00079}
22:49:25.027254 run mass: MS performed LU {at=27514670.730504584, lu_delay=5.642122738063335, ms=00080}
22:49:25.187698 run mass: MS performed LU {at=27514670.89094842, lu_delay=4.859623841941357, ms=00082}
22:49:25.630345 run osmo-ms-mob/00091: Starting mobile
22:49:25.647085 run osmo-ms-mob/00091(pid=226): Launched
22:49:25.658251 run mass: MS start registered {at=27514671.361600067, delay=0.00510396808385849, ms=00091}
22:49:26.290288 run osmo-ms-mob/00092: Starting mobile
22:49:26.303735 run osmo-ms-mob/00092(pid=227): Launched
22:49:26.314808 run mass: MS start registered {at=27514672.01816236, delay=0.004987463355064392, ms=00092}
22:49:26.845669 run mass: MS performed LU {at=27514672.548920743, lu_delay=5.593401189893484, ms=00084}
22:49:26.869323 run mass: MS performed LU {at=27514672.57268237, lu_delay=4.913516823202372, ms=00085}
22:49:26.889674 run mass: MS performed LU {at=27514672.59300568, lu_delay=5.938851471990347, ms=00083}
22:49:26.928640 run osmo-ms-mob/00093: Starting mobile
22:49:26.943489 run osmo-ms-mob/00093(pid=228): Launched
22:49:26.954468 run mass: MS start registered {at=27514672.657821223, delay=0.0048563480377197266, ms=00093}
22:49:27.214128 run mass: MS performed LU {at=27514672.91738114, lu_delay=22.87583015486598, ms=00038}
22:49:27.231886 run mass: MS performed LU {at=27514672.935251012, lu_delay=4.691658578813076, ms=00086}
22:49:28.002845 run osmo-ms-mob/00094: Starting mobile
22:49:28.016507 run osmo-ms-mob/00094(pid=229): Launched
22:49:28.027925 run mass: MS start registered {at=27514673.731276907, delay=0.005095027387142181, ms=00094}
22:49:28.663730 run mass: MS performed LU {at=27514674.366979305, lu_delay=4.910123061388731, ms=00088}
22:49:28.682894 run mass: MS performed LU {at=27514674.38616259, lu_delay=21.834109362214804, ms=00045}
22:49:28.792676 run mass: MS performed LU {at=27514674.495894868, lu_delay=5.637467749416828, ms=00087}
22:49:28.848686 run osmo-ms-mob/00095: Starting mobile
22:49:28.863661 run osmo-ms-mob/00095(pid=230): Launched
22:49:28.875255 run mass: MS start registered {at=27514674.578601062, delay=0.00531759113073349, ms=00095}
22:49:28.936254 run mass: MS performed LU {at=27514674.639394358, lu_delay=4.622223321348429, ms=00089}
22:49:29.900820 run osmo-ms-mob/00096: Starting mobile
22:49:29.915417 run osmo-ms-mob/00096(pid=231): Launched
22:49:29.926597 run mass: MS start registered {at=27514675.6299491, delay=0.005165126174688339, ms=00096}
22:49:30.611769 run mass: MS performed LU {at=27514676.315022934, lu_delay=4.953422866761684, ms=00091}
22:49:30.628483 run mass: MS performed LU {at=27514676.331800867, lu_delay=5.713101044297218, ms=00090}
22:49:30.989418 run osmo-ms-mob/00097: Starting mobile
22:49:31.002392 run osmo-ms-mob/00097(pid=232): Launched
22:49:31.013781 run mass: MS start registered {at=27514676.717132326, delay=0.005031406879425049, ms=00097}
22:49:32.319378 run osmo-ms-mob/00098: Starting mobile
22:49:32.336280 run osmo-ms-mob/00098(pid=233): Launched
22:49:32.347353 run mass: MS start registered {at=27514678.050707392, delay=0.005007028579711914, ms=00098}
22:49:32.539714 run mass: MS performed LU {at=27514678.24296444, lu_delay=5.585143215954304, ms=00093}
22:49:32.557553 run mass: MS performed LU {at=27514678.260835078, lu_delay=4.529558170586824, ms=00094}
22:49:32.627896 run mass: MS performed LU {at=27514678.331148095, lu_delay=6.312985736876726, ms=00092}
22:49:32.645138 run mass: MS performed LU {at=27514678.34845716, lu_delay=22.1784538179636, ms=00057}
22:49:34.120099 run osmo-ms-mob/00099: Starting mobile
22:49:34.136622 run osmo-ms-mob/00099(pid=234): Launched
22:49:34.143059 run mass: All started... {duration=55.764441173523664, too_slow=0}
22:49:34.148869 run mass: MS start registered {at=27514679.85222654, delay=0.005802728235721588, ms=00099}
22:49:34.376105 run mass: MS performed LU {at=27514680.079334363, lu_delay=5.50073330104351, ms=00095}
22:49:34.630642 run mass: MS performed LU {at=27514680.333891265, lu_delay=4.703942164778709, ms=00096}
22:49:36.306041 run mass: MS performed LU {at=27514682.00929232, lu_delay=5.292159993201494, ms=00097}
22:49:36.559704 run mass: MS performed LU {at=27514682.262952432, lu_delay=22.777565982192755, ms=00067}
22:49:38.143086 run mass: MS performed LU {at=27514683.846331447, lu_delay=5.795624054968357, ms=00098}
22:49:40.044304 run mass: MS performed LU {at=27514685.747553308, lu_delay=5.895326767116785, ms=00099}
22:49:40.053301 run mass: Tests done {all_completed=True, max=22.87583015486598, min=3.8251428082585335}
22:49:40.058733 tst register_default_mass.py: Test passed (81.1 sec)
22:49:40.064075 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:40.067319 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:40.070527 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:40.073805 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:40.077072 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:40.080361 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:40.083666 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:40.086990 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:40.090299 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:40.093601 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:40.096884 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:40.100241 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:40.103540 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:40.106852 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:40.110183 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:40.113481 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:40.116810 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:40.120232 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:40.123641 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:40.126976 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:40.130319 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:40.133719 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:40.137060 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:40.140365 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:40.143721 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:40.147009 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:40.150373 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:40.153677 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:40.157003 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:40.160317 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:40.163628 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:40.166951 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:40.170651 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:40.173996 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:40.177311 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:40.180637 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:40.183995 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:40.187536 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:40.190899 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:40.194228 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:40.197651 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:40.201021 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:40.204385 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:40.207703 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:40.211015 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:40.214512 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:40.217854 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:40.221184 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:40.224492 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:40.227794 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:40.231110 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:40.234624 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:40.237940 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:40.241257 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:40.244551 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:40.247879 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:40.251211 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:40.254474 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:40.257777 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:40.261076 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:40.264352 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:40.267623 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:40.270944 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:40.274231 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:40.277556 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:40.280971 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:40.284269 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:40.287585 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:40.290907 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:40.294220 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:40.297601 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:40.300953 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:40.304282 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:40.307602 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:40.310951 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:40.314250 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:40.317620 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:40.321003 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:40.324305 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:40.327659 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:40.331061 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:40.334456 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:40.337813 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:40.341119 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:40.344480 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:40.347886 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:40.351178 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:40.354581 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:40.357956 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:40.361257 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:40.364554 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:40.367934 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:40.371308 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:40.374647 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:40.377966 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:40.381454 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:40.385045 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:40.388835 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:40.392217 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:40.395517 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:40.398870 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:40.402194 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:40.405618 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:40.408992 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:40.412308 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:40.415646 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:40.418957 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:40.422333 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:40.425635 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:40.428965 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:40.432358 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:40.435745 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:40.439085 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:40.442453 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:40.445757 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:40.449051 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:40.452308 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:40.455592 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:40.458864 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:40.462143 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:40.465404 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:40.468676 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:40.471945 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:40.475217 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:40.478515 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:40.481791 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:40.485069 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:40.488348 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:40.491631 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:40.494916 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:40.498202 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:40.501476 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:40.504760 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:40.508032 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:40.511313 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:40.514587 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:40.517860 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:40.521145 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:40.524413 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:40.527683 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:40.530956 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:40.534228 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:40.537488 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:40.540862 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:40.544142 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:40.547418 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:40.550697 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:40.553967 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:40.557247 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:40.560517 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:40.563794 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:40.567059 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:40.570335 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:40.573612 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:40.576905 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:40.580173 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:40.583440 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:40.586705 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:40.589980 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:40.593236 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:40.596507 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:40.599773 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:40.603056 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:40.606326 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:40.609602 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:40.612869 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:40.616137 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:40.619404 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:40.622670 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:40.625933 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:40.629201 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:40.632473 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:40.635745 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:40.639011 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:40.642283 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:40.645549 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:40.648814 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:40.652079 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:40.655357 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:40.658622 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:40.661900 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:40.665164 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:40.668438 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:40.671721 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:40.674998 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:40.678265 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:40.681528 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:40.684791 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:40.688051 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:40.691317 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:40.694592 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:40.697846 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:40.701115 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:40.704394 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:40.707667 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:40.710942 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:40.714219 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:40.717499 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:40.720774 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:40.724042 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:40.727315 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:40.730596 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:40.733868 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:40.737141 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:40.740417 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:40.743691 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:40.746978 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:40.750267 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:40.753532 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:40.756793 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:40.760059 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:40.763337 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:40.766606 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:40.769879 --- ParallelTerminationStrategy: PID 22 died...
22:49:40.771355 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:40.775006 --- ParallelTerminationStrategy: PID 23 died...
22:49:40.776484 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:40.780125 --- ParallelTerminationStrategy: PID 24 died...
22:49:40.781600 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:40.785240 --- ParallelTerminationStrategy: PID 25 died...
22:49:40.786708 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:40.790336 --- ParallelTerminationStrategy: PID 26 died...
22:49:40.791810 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:40.795460 --- ParallelTerminationStrategy: PID 27 died...
22:49:40.796953 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:40.800582 --- ParallelTerminationStrategy: PID 28 died...
22:49:40.802069 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:40.805723 --- ParallelTerminationStrategy: PID 29 died...
22:49:40.807188 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:40.810842 --- ParallelTerminationStrategy: PID 30 died...
22:49:40.812303 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:40.815952 --- ParallelTerminationStrategy: PID 31 died...
22:49:40.817444 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:40.821124 --- ParallelTerminationStrategy: PID 32 died...
22:49:40.822599 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:40.826272 --- ParallelTerminationStrategy: PID 33 died...
22:49:40.827757 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:40.831407 --- ParallelTerminationStrategy: PID 35 died...
22:49:40.832915 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:40.836566 --- ParallelTerminationStrategy: PID 36 died...
22:49:40.838051 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:40.841703 --- ParallelTerminationStrategy: PID 37 died...
22:49:40.843175 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:40.846801 --- ParallelTerminationStrategy: PID 38 died...
22:49:40.848277 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:40.851924 --- ParallelTerminationStrategy: PID 39 died...
22:49:40.853392 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:40.857051 --- ParallelTerminationStrategy: PID 40 died...
22:49:40.858520 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:40.862148 --- ParallelTerminationStrategy: PID 41 died...
22:49:40.863622 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:40.867266 --- ParallelTerminationStrategy: PID 42 died...
22:49:40.868738 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:40.872376 --- ParallelTerminationStrategy: PID 43 died...
22:49:40.873865 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:40.877505 --- ParallelTerminationStrategy: PID 44 died...
22:49:40.878977 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:40.882596 --- ParallelTerminationStrategy: PID 45 died...
22:49:40.884071 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:40.887713 --- ParallelTerminationStrategy: PID 46 died...
22:49:40.889190 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:40.892828 --- ParallelTerminationStrategy: PID 47 died...
22:49:40.894299 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:40.897941 --- ParallelTerminationStrategy: PID 48 died...
22:49:40.899403 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:40.903036 --- ParallelTerminationStrategy: PID 49 died...
22:49:40.904499 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:40.908111 --- ParallelTerminationStrategy: PID 50 died...
22:49:40.909588 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:40.913219 --- ParallelTerminationStrategy: PID 51 died...
22:49:40.914704 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:40.918347 --- ParallelTerminationStrategy: PID 52 died...
22:49:40.919815 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:40.923460 --- ParallelTerminationStrategy: PID 53 died...
22:49:40.924939 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:40.928566 --- ParallelTerminationStrategy: PID 54 died...
22:49:40.930039 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:40.933683 --- ParallelTerminationStrategy: PID 55 died...
22:49:40.935153 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:40.938780 --- ParallelTerminationStrategy: PID 56 died...
22:49:40.940231 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:40.943862 --- ParallelTerminationStrategy: PID 57 died...
22:49:40.945329 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:40.948943 --- ParallelTerminationStrategy: PID 58 died...
22:49:40.950404 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:40.954035 --- ParallelTerminationStrategy: PID 59 died...
22:49:40.955504 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:40.959153 --- ParallelTerminationStrategy: PID 60 died...
22:49:40.960610 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:40.964239 --- ParallelTerminationStrategy: PID 61 died...
22:49:40.965733 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:40.969353 --- ParallelTerminationStrategy: PID 62 died...
22:49:40.970818 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:40.974457 --- ParallelTerminationStrategy: PID 63 died...
22:49:40.975924 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:40.979552 --- ParallelTerminationStrategy: PID 64 died...
22:49:40.981020 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:40.984641 --- ParallelTerminationStrategy: PID 65 died...
22:49:40.986114 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:40.989732 --- ParallelTerminationStrategy: PID 66 died...
22:49:40.991197 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:40.994808 --- ParallelTerminationStrategy: PID 67 died...
22:49:40.996272 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:40.999881 --- ParallelTerminationStrategy: PID 68 died...
22:49:41.001353 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:41.004989 --- ParallelTerminationStrategy: PID 69 died...
22:49:41.006455 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:41.010063 --- ParallelTerminationStrategy: PID 70 died...
22:49:41.011520 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:41.015145 --- ParallelTerminationStrategy: PID 71 died...
22:49:41.016607 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:41.020239 --- ParallelTerminationStrategy: PID 72 died...
22:49:41.021729 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:41.025351 --- ParallelTerminationStrategy: PID 73 died...
22:49:41.026820 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:41.030449 --- ParallelTerminationStrategy: PID 74 died...
22:49:41.031915 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:41.035541 --- ParallelTerminationStrategy: PID 75 died...
22:49:41.037024 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:41.040642 --- ParallelTerminationStrategy: PID 76 died...
22:49:41.042114 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:41.045730 --- ParallelTerminationStrategy: PID 77 died...
22:49:41.047198 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:41.050825 --- ParallelTerminationStrategy: PID 78 died...
22:49:41.052290 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:41.055928 --- ParallelTerminationStrategy: PID 79 died...
22:49:41.057395 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:41.061017 --- ParallelTerminationStrategy: PID 80 died...
22:49:41.062478 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:41.066104 --- ParallelTerminationStrategy: PID 81 died...
22:49:41.067561 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:41.071205 --- ParallelTerminationStrategy: PID 82 died...
22:49:41.072702 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:41.076332 --- ParallelTerminationStrategy: PID 83 died...
22:49:41.077801 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:41.081437 --- ParallelTerminationStrategy: PID 84 died...
22:49:41.082901 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:41.086528 --- ParallelTerminationStrategy: PID 85 died...
22:49:41.087995 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:41.091622 --- ParallelTerminationStrategy: PID 86 died...
22:49:41.093085 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:41.096710 --- ParallelTerminationStrategy: PID 87 died...
22:49:41.098174 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:41.101798 --- ParallelTerminationStrategy: PID 88 died...
22:49:41.103255 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:41.106876 --- ParallelTerminationStrategy: PID 89 died...
22:49:41.108345 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:41.111953 --- ParallelTerminationStrategy: PID 90 died...
22:49:41.113431 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:41.117046 --- ParallelTerminationStrategy: PID 91 died...
22:49:41.118516 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:41.122160 --- ParallelTerminationStrategy: PID 92 died...
22:49:41.123621 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:41.127258 --- ParallelTerminationStrategy: PID 93 died...
22:49:41.128746 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:41.132364 --- ParallelTerminationStrategy: PID 94 died...
22:49:41.133837 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:41.137492 --- ParallelTerminationStrategy: PID 95 died...
22:49:41.138960 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:41.142585 --- ParallelTerminationStrategy: PID 96 died...
22:49:41.144053 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:41.147682 --- ParallelTerminationStrategy: PID 97 died...
22:49:41.149159 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:41.152818 --- ParallelTerminationStrategy: PID 98 died...
22:49:41.154278 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:41.157907 --- ParallelTerminationStrategy: PID 99 died...
22:49:41.159371 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:41.163010 --- ParallelTerminationStrategy: PID 100 died...
22:49:41.164471 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:41.168109 --- ParallelTerminationStrategy: PID 101 died...
22:49:41.169583 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:41.173202 --- ParallelTerminationStrategy: PID 102 died...
22:49:41.174663 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:41.178288 --- ParallelTerminationStrategy: PID 103 died...
22:49:41.179757 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:41.183378 --- ParallelTerminationStrategy: PID 104 died...
22:49:41.184841 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:41.188463 --- ParallelTerminationStrategy: PID 105 died...
22:49:41.189925 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:41.193561 --- ParallelTerminationStrategy: PID 106 died...
22:49:41.195025 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:41.198661 --- ParallelTerminationStrategy: PID 107 died...
22:49:41.200124 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:41.203772 --- ParallelTerminationStrategy: PID 108 died...
22:49:41.205233 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:41.208873 --- ParallelTerminationStrategy: PID 109 died...
22:49:41.210334 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:41.213964 --- ParallelTerminationStrategy: PID 110 died...
22:49:41.215429 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:41.219066 --- ParallelTerminationStrategy: PID 111 died...
22:49:41.220525 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:41.224146 --- ParallelTerminationStrategy: PID 112 died...
22:49:41.225619 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:41.229245 --- ParallelTerminationStrategy: PID 113 died...
22:49:41.230715 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:41.234349 --- ParallelTerminationStrategy: PID 114 died...
22:49:41.235802 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:41.239422 --- ParallelTerminationStrategy: PID 115 died...
22:49:41.240890 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:41.244497 --- ParallelTerminationStrategy: PID 116 died...
22:49:41.245972 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:41.249593 --- ParallelTerminationStrategy: PID 117 died...
22:49:41.251062 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:41.254679 --- ParallelTerminationStrategy: PID 118 died...
22:49:41.256146 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:41.259762 --- ParallelTerminationStrategy: PID 119 died...
22:49:41.261236 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:41.264850 --- ParallelTerminationStrategy: PID 120 died...
22:49:41.266321 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:41.269947 --- ParallelTerminationStrategy: PID 121 died...
22:49:41.271403 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:41.275022 --- ParallelTerminationStrategy: PID 122 died...
22:49:41.276482 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:41.280104 --- ParallelTerminationStrategy: PID 123 died...
22:49:41.281567 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:41.285179 --- ParallelTerminationStrategy: PID 124 died...
22:49:41.286638 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:41.290262 --- ParallelTerminationStrategy: PID 125 died...
22:49:41.291716 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:41.295344 --- ParallelTerminationStrategy: PID 126 died...
22:49:41.296819 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:41.300425 --- ParallelTerminationStrategy: PID 127 died...
22:49:41.301887 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:41.305524 --- ParallelTerminationStrategy: PID 128 died...
22:49:41.306981 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:41.310631 --- ParallelTerminationStrategy: PID 129 died...
22:49:41.312091 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:41.315730 --- ParallelTerminationStrategy: PID 130 died...
22:49:41.317204 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:41.320829 --- ParallelTerminationStrategy: PID 131 died...
22:49:41.322289 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:41.325924 --- ParallelTerminationStrategy: PID 132 died...
22:49:41.327382 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:41.331005 --- ParallelTerminationStrategy: PID 133 died...
22:49:41.332469 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:41.336081 --- ParallelTerminationStrategy: PID 134 died...
22:49:41.337552 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:41.341160 --- ParallelTerminationStrategy: PID 135 died...
22:49:41.342616 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:41.346280 --- ParallelTerminationStrategy: PID 136 died...
22:49:41.347749 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:41.351393 --- ParallelTerminationStrategy: PID 137 died...
22:49:41.352856 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:41.356507 --- ParallelTerminationStrategy: PID 138 died...
22:49:41.357988 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:41.361646 --- ParallelTerminationStrategy: PID 139 died...
22:49:41.363113 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:41.366770 --- ParallelTerminationStrategy: PID 140 died...
22:49:41.368233 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:41.371868 --- ParallelTerminationStrategy: PID 141 died...
22:49:41.373344 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:41.376989 --- ParallelTerminationStrategy: PID 142 died...
22:49:41.378452 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:41.382081 --- ParallelTerminationStrategy: PID 143 died...
22:49:41.383539 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:41.387214 --- ParallelTerminationStrategy: PID 144 died...
22:49:41.388681 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:41.392336 --- ParallelTerminationStrategy: PID 145 died...
22:49:41.393808 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:41.397462 --- ParallelTerminationStrategy: PID 146 died...
22:49:41.398934 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:41.402585 --- ParallelTerminationStrategy: PID 147 died...
22:49:41.404061 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:41.407735 --- ParallelTerminationStrategy: PID 148 died...
22:49:41.409209 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:41.412861 --- ParallelTerminationStrategy: PID 149 died...
22:49:41.414320 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:41.417973 --- ParallelTerminationStrategy: PID 150 died...
22:49:41.419438 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:41.423094 --- ParallelTerminationStrategy: PID 151 died...
22:49:41.424565 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:41.428214 --- ParallelTerminationStrategy: PID 152 died...
22:49:41.429693 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:41.433329 --- ParallelTerminationStrategy: PID 153 died...
22:49:41.434800 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:41.438470 --- ParallelTerminationStrategy: PID 154 died...
22:49:41.439941 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:41.443579 --- ParallelTerminationStrategy: PID 155 died...
22:49:41.445042 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:41.448687 --- ParallelTerminationStrategy: PID 156 died...
22:49:41.450146 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:41.453798 --- ParallelTerminationStrategy: PID 157 died...
22:49:41.455263 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:41.458921 --- ParallelTerminationStrategy: PID 158 died...
22:49:41.460391 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:41.464049 --- ParallelTerminationStrategy: PID 159 died...
22:49:41.465521 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:41.469168 --- ParallelTerminationStrategy: PID 160 died...
22:49:41.470633 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:41.474276 --- ParallelTerminationStrategy: PID 161 died...
22:49:41.475747 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:41.479407 --- ParallelTerminationStrategy: PID 162 died...
22:49:41.480874 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:41.484509 --- ParallelTerminationStrategy: PID 163 died...
22:49:41.486012 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:41.489649 --- ParallelTerminationStrategy: PID 164 died...
22:49:41.491119 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:41.494769 --- ParallelTerminationStrategy: PID 165 died...
22:49:41.496241 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:41.499907 --- ParallelTerminationStrategy: PID 166 died...
22:49:41.501404 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:41.505050 --- ParallelTerminationStrategy: PID 167 died...
22:49:41.506523 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:41.510162 --- ParallelTerminationStrategy: PID 168 died...
22:49:41.511630 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:41.515279 --- ParallelTerminationStrategy: PID 169 died...
22:49:41.516757 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:41.520402 --- ParallelTerminationStrategy: PID 170 died...
22:49:41.521869 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:41.525503 --- ParallelTerminationStrategy: PID 171 died...
22:49:41.526971 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:41.530605 --- ParallelTerminationStrategy: PID 172 died...
22:49:41.532077 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:41.535719 --- ParallelTerminationStrategy: PID 173 died...
22:49:41.537180 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:41.540820 --- ParallelTerminationStrategy: PID 174 died...
22:49:41.542296 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:41.545938 --- ParallelTerminationStrategy: PID 175 died...
22:49:41.547413 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:41.551078 --- ParallelTerminationStrategy: PID 176 died...
22:49:41.552542 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:41.556186 --- ParallelTerminationStrategy: PID 177 died...
22:49:41.557662 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:41.561307 --- ParallelTerminationStrategy: PID 178 died...
22:49:41.562769 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:41.566401 --- ParallelTerminationStrategy: PID 179 died...
22:49:41.567865 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:41.571535 --- ParallelTerminationStrategy: PID 180 died...
22:49:41.573006 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:41.576659 --- ParallelTerminationStrategy: PID 181 died...
22:49:41.578128 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:41.581796 --- ParallelTerminationStrategy: PID 182 died...
22:49:41.583266 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:41.586915 --- ParallelTerminationStrategy: PID 183 died...
22:49:41.588386 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:41.592021 --- ParallelTerminationStrategy: PID 184 died...
22:49:41.593491 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:41.597133 --- ParallelTerminationStrategy: PID 185 died...
22:49:41.598603 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:41.602252 --- ParallelTerminationStrategy: PID 186 died...
22:49:41.603710 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:41.607352 --- ParallelTerminationStrategy: PID 187 died...
22:49:41.608823 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:41.612479 --- ParallelTerminationStrategy: PID 188 died...
22:49:41.613948 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:41.617589 --- ParallelTerminationStrategy: PID 189 died...
22:49:41.619062 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:41.622709 --- ParallelTerminationStrategy: PID 190 died...
22:49:41.624181 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:41.627823 --- ParallelTerminationStrategy: PID 191 died...
22:49:41.629292 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:41.632936 --- ParallelTerminationStrategy: PID 192 died...
22:49:41.634406 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:41.638051 --- ParallelTerminationStrategy: PID 193 died...
22:49:41.639521 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:41.643168 --- ParallelTerminationStrategy: PID 194 died...
22:49:41.644640 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:41.648273 --- ParallelTerminationStrategy: PID 195 died...
22:49:41.649741 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:41.653391 --- ParallelTerminationStrategy: PID 196 died...
22:49:41.654845 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:41.658500 --- ParallelTerminationStrategy: PID 197 died...
22:49:41.659962 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:41.663622 --- ParallelTerminationStrategy: PID 198 died...
22:49:41.665082 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:41.668724 --- ParallelTerminationStrategy: PID 199 died...
22:49:41.670186 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:41.673821 --- ParallelTerminationStrategy: PID 200 died...
22:49:41.675290 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:41.678964 --- ParallelTerminationStrategy: PID 201 died...
22:49:41.680443 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:41.684090 --- ParallelTerminationStrategy: PID 202 died...
22:49:41.685552 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:41.689200 --- ParallelTerminationStrategy: PID 203 died...
22:49:41.690674 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:41.694321 --- ParallelTerminationStrategy: PID 204 died...
22:49:41.695790 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:41.699438 --- ParallelTerminationStrategy: PID 205 died...
22:49:41.700929 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:41.704568 --- ParallelTerminationStrategy: PID 206 died...
22:49:41.706047 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:41.709699 --- ParallelTerminationStrategy: PID 207 died...
22:49:41.711181 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:41.714835 --- ParallelTerminationStrategy: PID 208 died...
22:49:41.716299 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:41.719954 --- ParallelTerminationStrategy: PID 209 died...
22:49:41.721410 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:41.725085 --- ParallelTerminationStrategy: PID 210 died...
22:49:41.726549 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:41.730205 --- ParallelTerminationStrategy: PID 211 died...
22:49:41.731672 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:41.735321 --- ParallelTerminationStrategy: PID 212 died...
22:49:41.736796 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:41.740433 --- ParallelTerminationStrategy: PID 213 died...
22:49:41.741916 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:41.745550 --- ParallelTerminationStrategy: PID 214 died...
22:49:41.747007 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:41.750660 --- ParallelTerminationStrategy: PID 215 died...
22:49:41.752134 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:41.755785 --- ParallelTerminationStrategy: PID 216 died...
22:49:41.757255 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:41.760911 --- ParallelTerminationStrategy: PID 217 died...
22:49:41.762383 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:41.766031 --- ParallelTerminationStrategy: PID 218 died...
22:49:41.767501 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:41.771147 --- ParallelTerminationStrategy: PID 219 died...
22:49:41.772663 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:41.776335 --- ParallelTerminationStrategy: PID 220 died...
22:49:41.777817 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:41.781622 --- ParallelTerminationStrategy: PID 221 died...
22:49:41.783153 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:41.786976 --- ParallelTerminationStrategy: PID 222 died...
22:49:41.788513 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:41.792336 --- ParallelTerminationStrategy: PID 223 died...
22:49:41.793872 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:41.797690 --- ParallelTerminationStrategy: PID 224 died...
22:49:41.799216 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:41.803041 --- ParallelTerminationStrategy: PID 225 died...
22:49:41.804573 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:41.808390 --- ParallelTerminationStrategy: PID 226 died...
22:49:41.809939 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:41.813742 --- ParallelTerminationStrategy: PID 227 died...
22:49:41.815276 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:41.819097 --- ParallelTerminationStrategy: PID 228 died...
22:49:41.820632 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:41.824459 --- ParallelTerminationStrategy: PID 229 died...
22:49:41.826006 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:41.829831 --- ParallelTerminationStrategy: PID 230 died...
22:49:41.831365 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:41.835174 --- ParallelTerminationStrategy: PID 231 died...
22:49:41.836709 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:41.840504 --- ParallelTerminationStrategy: PID 232 died...
22:49:41.842054 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:41.845867 --- ParallelTerminationStrategy: PID 233 died...
22:49:41.847401 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:41.851235 --- ParallelTerminationStrategy: PID 234 died...
22:49:41.852768 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:45.257326 --- ParallelTerminationStrategy: PID 34 died...
22:49:45.263455 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8163 netreg_mass PASS
---------------------------------------------------------------------
22:49:45.333063 tst trial-8163: Storing JUnit report in /build/trial-8163/run.2025-11-27_22-48-18/trial-8163.xml
--------------------------------------------------------------------------------------------
trial-8163 PASS
--------------------------------------------------------------------------------------------
22:49:45.342816 tst trial-8163: trial-8163: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8163/inst
+ cd trial-8163
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-11-27 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8163-run.tgz run.2025-11-27_22-48-18
+ tar czf /build/trial-8163-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-11-27_16_22_15.tgz osmo-bts-oc2g.build-2025-11-27_00_51_48.tgz osmo-bts-sysmo.build-2025-11-27_00_51_46.tgz osmo-bts.build-2025-11-27_00_51_52.tgz osmo-ggsn.build-2025-11-27_20_42_37.tgz osmo-hlr.build-2025-11-27_16_36_34.tgz osmo-hnbgw.build-2025-11-27_16_24_42.tgz osmo-mgw.build-2025-11-27_08_33_15.tgz osmo-msc.build-2025-11-27_16_28_52.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-27_07_36_19.tgz osmo-pcu-sysmo.build-2025-11-27_07_34_06.tgz osmo-pcu.build-2025-11-27_07_36_23.tgz osmo-sgsn.build-2025-11-27_20_48_08.tgz osmo-stp.build-2025-11-27_16_21_47.tgz osmo-trx.build-2025-11-27_14_26_02.tgz osmocom-bb.build-2025-11-27_21_17_30.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