Skipping 14 KB..
Full Log[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins15125313795289301058.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-8055
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
f17cc18 ttcn3-bts-test: show respawn count at the end
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
--build-arg USER=osmocom-build \
--build-arg UID=1000 \
--build-arg REGISTRY=docker.io \
--build-arg OSMO_TTCN3_BRANCH=master \
--build-arg UPSTREAM_DISTRO=debian:bookworm \
--build-arg DISTRO=debian-bookworm \
--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
--build-arg OSMOCOM_REPO_VERSION=latest \
--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--build-arg LIBOSMOCORE_BRANCH=master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_S1GW_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 DONE 0.1s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.1s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.2s
#7 [ 3/28] RUN groupadd osmo-gsm-tester
#7 CACHED
#8 [ 2/28] RUN useradd -ms /bin/bash jenkins
#8 CACHED
#9 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#9 CACHED
#10 [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
#10 CACHED
#11 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#11 CACHED
#12 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#12 CACHED
#13 [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
#13 CACHED
#14 [12/28] RUN MKDIR -p /osmo-gsm-tester-srsue /osmo-gsm-tester-srsenb /osmo-gsm-tester-srsepc /osmo-gsm-tester-trx /osmo-gsm-tester-grbroker /osmo-gsm-tester-open5gs
#14 CACHED
#15 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#15 CACHED
#16 [ 8/28] RUN MKDIR /var/run/sshd
#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 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#18 CACHED
#19 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#19 CACHED
#20 [ 9/28] COPY SSH /root/.ssh
#20 CACHED
#21 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#21 CACHED
#22 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#22 CACHED
#23 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#23 CACHED
#24 [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
#24 CACHED
#25 [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
#25 CACHED
#26 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#26 CACHED
#27 [20/28] WORKDIR /TMP
#27 CACHED
#28 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#28 CACHED
#29 [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
#29 CACHED
#30 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#30 CACHED
#31 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#31 CACHED
#32 [ 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
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:a736b0002ff26145c9a3171f23e0e945fe21802848a0f7fa06b71781a7babed1 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8056 -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-08-12 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8056
+ mkdir -p trial-8056
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-08-12_13_29_25.tgz osmo-bts-oc2g.build-2025-08-12_00_51_28.tgz osmo-bts-sysmo.build-2025-08-12_00_51_35.tgz osmo-bts.build-2025-08-12_00_51_39.tgz osmo-ggsn.build-2025-08-12_20_42_42.tgz osmo-hlr.build-2025-08-12_16_36_50.tgz osmo-hnbgw.build-2025-08-12_13_31_42.tgz osmo-mgw.build-2025-08-12_08_33_12.tgz osmo-msc.build-2025-08-12_13_35_58.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-12_11_07_13.tgz osmo-pcu-sysmo.build-2025-08-12_11_07_18.tgz osmo-pcu.build-2025-08-12_11_07_15.tgz osmo-sgsn.build-2025-08-12_20_48_46.tgz osmo-stp.build-2025-08-12_13_26_24.tgz osmo-trx.build-2025-08-12_14_28_47.tgz osmocom-bb.build-2025-08-12_21_17_21.tgz srslte.build-19.tgz trial-8056
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-08-12_13_29_25.md5 osmo-bts-oc2g.build-2025-08-12_00_51_28.md5 osmo-bts-sysmo.build-2025-08-12_00_51_35.md5 osmo-bts.build-2025-08-12_00_51_39.md5 osmo-ggsn.build-2025-08-12_20_42_42.md5 osmo-hlr.build-2025-08-12_16_36_50.md5 osmo-hnbgw.build-2025-08-12_13_31_42.md5 osmo-mgw.build-2025-08-12_08_33_12.md5 osmo-msc.build-2025-08-12_13_35_58.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-12_11_07_13.md5 osmo-pcu-sysmo.build-2025-08-12_11_07_18.md5 osmo-pcu.build-2025-08-12_11_07_15.md5 osmo-sgsn.build-2025-08-12_20_48_46.md5 osmo-stp.build-2025-08-12_13_26_24.md5 osmo-trx.build-2025-08-12_14_28_47.md5 osmocom-bb.build-2025-08-12_21_17_21.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-08-12_13_29_25.md5 osmo-bts-oc2g.build-2025-08-12_00_51_28.md5 osmo-bts-sysmo.build-2025-08-12_00_51_35.md5 osmo-bts.build-2025-08-12_00_51_39.md5 osmo-ggsn.build-2025-08-12_20_42_42.md5 osmo-hlr.build-2025-08-12_16_36_50.md5 osmo-hnbgw.build-2025-08-12_13_31_42.md5 osmo-mgw.build-2025-08-12_08_33_12.md5 osmo-msc.build-2025-08-12_13_35_58.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-12_11_07_13.md5 osmo-pcu-sysmo.build-2025-08-12_11_07_18.md5 osmo-pcu.build-2025-08-12_11_07_15.md5 osmo-sgsn.build-2025-08-12_20_48_46.md5 osmo-stp.build-2025-08-12_13_26_24.md5 osmo-trx.build-2025-08-12_14_28_47.md5 osmocom-bb.build-2025-08-12_21_17_21.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-8056 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8056'
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-8056
--------------------------------------------------------------------------------------------
22:48:17.233681 tst trial-8056: Detailed log at /build/trial-8056/run.2025-08-12_22-48-17/log
---------------------------------------------------------------------
trial-8056 netreg_mass
---------------------------------------------------------------------
22:48:17.443158 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.443506 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.444290 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.445470 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.488554 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.489535 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.491116 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.567994 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-8056 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.568997 tst register_default_mass.py:9: Claiming resources for the test
22:48:17.584778 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.585376 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.585837 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.586274 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.586705 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.587143 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.587563 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.627757 tst register_default_mass.py: using LAC 2
22:48:17.663019 tst register_default_mass.py: using RAC 2
22:48:17.708067 tst register_default_mass.py: using CellId 2
22:48:17.753543 tst register_default_mass.py: using BVCI 3
22:48:17.774713 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.775558 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.776195 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.776768 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.777284 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.777794 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.778295 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.778801 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.779304 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.779824 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.780317 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.780834 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.781354 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.781877 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.782413 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.782941 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.783463 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.783988 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.784504 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.785023 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.785549 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.786070 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.786609 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.787132 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.787646 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.788169 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.788698 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.789215 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.789748 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.790277 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.790787 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.791316 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.791838 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.792367 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.792917 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.793435 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.793944 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.794456 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.794986 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.795506 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.796024 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.796538 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.797053 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.797581 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.798095 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.798610 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.799125 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.799640 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.800159 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.800679 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.801193 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.801710 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.802223 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.802735 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.803241 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.803764 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.804275 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.804782 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.805304 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.805808 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.806310 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.806831 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.807351 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.807860 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.808369 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.808901 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.809412 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.809930 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.810439 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.810936 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.811458 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.811974 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.812557 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.813083 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.813590 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.814090 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.814577 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.815084 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.815593 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.816087 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.816592 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.817101 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.817599 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.818085 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.818575 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.819069 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.819566 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.820082 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.820588 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.821245 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.821763 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.822272 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.822810 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.823329 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.823832 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.824340 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.824865 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.825383 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.825892 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.826415 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.826929 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.827490 tst register_default_mass.py:21: Launching a simple network
22:48:17.837573 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.958369 run create_hlr_db(pid=20): Launched
22:48:18.976115 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.996864 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.012589 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.018502 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.198276 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.213530 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.219563 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.660902 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.675754 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.696270 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.824131 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.839085 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.844811 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.868469 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.883708 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.889611 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.204938 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.220433 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.238132 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.385914 run osmo-bts-virtual(pid=34): Launched
22:48:30.445005 tst register_default_mass.py: using MSISDN 1001
22:48:30.463245 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.546081 tst register_default_mass.py: using MSISDN 1002
22:48:30.555042 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.636605 tst register_default_mass.py: using MSISDN 1003
22:48:30.642407 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.716362 tst register_default_mass.py: using MSISDN 1004
22:48:30.722341 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.806034 tst register_default_mass.py: using MSISDN 1005
22:48:30.816515 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.886866 tst register_default_mass.py: using MSISDN 1006
22:48:30.894631 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.964100 tst register_default_mass.py: using MSISDN 1007
22:48:30.984398 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.055110 tst register_default_mass.py: using MSISDN 1008
22:48:31.067351 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.154041 tst register_default_mass.py: using MSISDN 1009
22:48:31.170878 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.233974 tst register_default_mass.py: using MSISDN 1010
22:48:31.239759 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.304057 tst register_default_mass.py: using MSISDN 1011
22:48:31.325341 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.397455 tst register_default_mass.py: using MSISDN 1012
22:48:31.406814 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.476671 tst register_default_mass.py: using MSISDN 1013
22:48:31.494025 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.560215 tst register_default_mass.py: using MSISDN 1014
22:48:31.583373 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.660098 tst register_default_mass.py: using MSISDN 1015
22:48:31.665820 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.748094 tst register_default_mass.py: using MSISDN 1016
22:48:31.759021 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.836381 tst register_default_mass.py: using MSISDN 1017
22:48:31.842187 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.913168 tst register_default_mass.py: using MSISDN 1018
22:48:31.919257 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.029479 tst register_default_mass.py: using MSISDN 1019
22:48:32.036530 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.280530 tst register_default_mass.py: using MSISDN 1020
22:48:32.303517 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.372823 tst register_default_mass.py: using MSISDN 1021
22:48:32.388723 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.467547 tst register_default_mass.py: using MSISDN 1022
22:48:32.490725 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.565059 tst register_default_mass.py: using MSISDN 1023
22:48:32.584030 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.645715 tst register_default_mass.py: using MSISDN 1024
22:48:32.661313 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.742372 tst register_default_mass.py: using MSISDN 1025
22:48:32.748314 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.831310 tst register_default_mass.py: using MSISDN 1026
22:48:32.837536 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.976832 tst register_default_mass.py: using MSISDN 1027
22:48:32.986400 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:33.072639 tst register_default_mass.py: using MSISDN 1028
22:48:33.078624 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:33.178383 tst register_default_mass.py: using MSISDN 1029
22:48:33.185867 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:33.258838 tst register_default_mass.py: using MSISDN 1030
22:48:33.265822 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:33.329146 tst register_default_mass.py: using MSISDN 1031
22:48:33.337110 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:33.417942 tst register_default_mass.py: using MSISDN 1032
22:48:33.423740 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:33.495204 tst register_default_mass.py: using MSISDN 1033
22:48:33.503974 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.560211 tst register_default_mass.py: using MSISDN 1034
22:48:33.566310 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.633430 tst register_default_mass.py: using MSISDN 1035
22:48:33.639333 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.696426 tst register_default_mass.py: using MSISDN 1036
22:48:33.705551 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.780377 tst register_default_mass.py: using MSISDN 1037
22:48:33.786121 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.907739 tst register_default_mass.py: using MSISDN 1038
22:48:33.931879 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:34.003615 tst register_default_mass.py: using MSISDN 1039
22:48:34.010292 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:34.085439 tst register_default_mass.py: using MSISDN 1040
22:48:34.106447 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:34.192380 tst register_default_mass.py: using MSISDN 1041
22:48:34.200830 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:34.282640 tst register_default_mass.py: using MSISDN 1042
22:48:34.305232 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:34.381532 tst register_default_mass.py: using MSISDN 1043
22:48:34.402733 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:34.474559 tst register_default_mass.py: using MSISDN 1044
22:48:34.494471 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:34.576027 tst register_default_mass.py: using MSISDN 1045
22:48:34.589625 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:34.660080 tst register_default_mass.py: using MSISDN 1046
22:48:34.667596 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:34.741157 tst register_default_mass.py: using MSISDN 1047
22:48:34.763136 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:34.853288 tst register_default_mass.py: using MSISDN 1048
22:48:34.872931 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:34.942892 tst register_default_mass.py: using MSISDN 1049
22:48:34.948750 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:35.027074 tst register_default_mass.py: using MSISDN 1050
22:48:35.036905 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:35.111754 tst register_default_mass.py: using MSISDN 1051
22:48:35.130485 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:35.214222 tst register_default_mass.py: using MSISDN 1052
22:48:35.223936 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:35.295933 tst register_default_mass.py: using MSISDN 1053
22:48:35.311897 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:35.394100 tst register_default_mass.py: using MSISDN 1054
22:48:35.406856 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:35.483439 tst register_default_mass.py: using MSISDN 1055
22:48:35.489679 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:35.565402 tst register_default_mass.py: using MSISDN 1056
22:48:35.573506 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:35.646691 tst register_default_mass.py: using MSISDN 1057
22:48:35.657846 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:35.720798 tst register_default_mass.py: using MSISDN 1058
22:48:35.734698 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:35.803260 tst register_default_mass.py: using MSISDN 1059
22:48:35.824880 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:35.908448 tst register_default_mass.py: using MSISDN 1060
22:48:35.914594 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:36.026964 tst register_default_mass.py: using MSISDN 1061
22:48:36.033003 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:36.121794 tst register_default_mass.py: using MSISDN 1062
22:48:36.127764 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:36.201447 tst register_default_mass.py: using MSISDN 1063
22:48:36.207400 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:36.287898 tst register_default_mass.py: using MSISDN 1064
22:48:36.294124 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:36.373505 tst register_default_mass.py: using MSISDN 1065
22:48:36.379611 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:36.446801 tst register_default_mass.py: using MSISDN 1066
22:48:36.452902 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:36.549632 tst register_default_mass.py: using MSISDN 1067
22:48:36.556208 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:36.664543 tst register_default_mass.py: using MSISDN 1068
22:48:36.670412 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:36.751797 tst register_default_mass.py: using MSISDN 1069
22:48:36.758413 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:36.840763 tst register_default_mass.py: using MSISDN 1070
22:48:36.846844 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:36.910591 tst register_default_mass.py: using MSISDN 1071
22:48:36.916636 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:37.000975 tst register_default_mass.py: using MSISDN 1072
22:48:37.007047 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:37.071944 tst register_default_mass.py: using MSISDN 1073
22:48:37.078139 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:37.152581 tst register_default_mass.py: using MSISDN 1074
22:48:37.159217 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:37.221982 tst register_default_mass.py: using MSISDN 1075
22:48:37.228329 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:37.297843 tst register_default_mass.py: using MSISDN 1076
22:48:37.305434 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:37.369652 tst register_default_mass.py: using MSISDN 1077
22:48:37.375791 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:37.440509 tst register_default_mass.py: using MSISDN 1078
22:48:37.446588 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:37.527013 tst register_default_mass.py: using MSISDN 1079
22:48:37.535827 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:37.605288 tst register_default_mass.py: using MSISDN 1080
22:48:37.611116 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:37.674222 tst register_default_mass.py: using MSISDN 1081
22:48:37.680242 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:37.756278 tst register_default_mass.py: using MSISDN 1082
22:48:37.766307 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:37.831747 tst register_default_mass.py: using MSISDN 1083
22:48:37.842216 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:37.949434 tst register_default_mass.py: using MSISDN 1084
22:48:37.963383 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:38.044486 tst register_default_mass.py: using MSISDN 1085
22:48:38.050201 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:38.126369 tst register_default_mass.py: using MSISDN 1086
22:48:38.148223 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:38.226396 tst register_default_mass.py: using MSISDN 1087
22:48:38.232352 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:38.305441 tst register_default_mass.py: using MSISDN 1088
22:48:38.314604 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:38.393764 tst register_default_mass.py: using MSISDN 1089
22:48:38.409443 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:38.482297 tst register_default_mass.py: using MSISDN 1090
22:48:38.492740 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:38.563288 tst register_default_mass.py: using MSISDN 1091
22:48:38.573379 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:38.647425 tst register_default_mass.py: using MSISDN 1092
22:48:38.654638 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:38.723086 tst register_default_mass.py: using MSISDN 1093
22:48:38.745290 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:38.808980 tst register_default_mass.py: using MSISDN 1094
22:48:38.830498 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:38.901386 tst register_default_mass.py: using MSISDN 1095
22:48:38.923399 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:38.994150 tst register_default_mass.py: using MSISDN 1096
22:48:39.016635 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:39.097374 tst register_default_mass.py: using MSISDN 1097
22:48:39.103449 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:39.201779 tst register_default_mass.py: using MSISDN 1098
22:48:39.207843 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:39.288692 tst register_default_mass.py: using MSISDN 1099
22:48:39.298646 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:39.383577 tst register_default_mass.py: using MSISDN 1100
22:48:39.401822 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:39.528590 run mass: Starting testcase
22:48:39.534680 run mass: Pre-launching all virtphy's
22:48:39.540507 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:39.554444 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:39.560918 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:39.574663 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:39.580978 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:39.594558 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:39.600848 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:39.614535 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:39.620901 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:39.634798 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:39.641339 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:39.655329 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:39.661729 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:39.675544 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:39.681957 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:39.695716 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:39.701898 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:39.715199 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:39.721334 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:39.734343 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:39.740411 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:39.753593 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:39.759690 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:39.773376 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:39.779817 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:39.793630 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:39.800049 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:39.813890 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:39.820309 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:39.834298 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:39.840695 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:39.854371 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:39.860686 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:39.874174 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:39.880477 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:39.894183 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:39.900524 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:39.913923 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:39.920218 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:39.933871 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:39.940164 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:39.953265 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:39.959260 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:39.972374 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:39.978509 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:39.992008 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:39.998386 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:40.012254 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:40.018566 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:40.032275 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:40.038632 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:40.052396 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:40.058789 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:40.072329 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:40.078437 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:40.092184 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:40.098520 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:40.112262 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:40.118514 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:40.131885 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:40.138182 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:40.151765 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:40.158092 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:40.171505 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:40.177630 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:40.190624 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:40.196728 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:40.209638 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:40.215693 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:40.228731 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:40.234794 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:40.248026 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:40.254138 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:40.267233 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:40.273436 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:40.286749 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:40.292835 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:40.306120 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:40.312162 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:40.325005 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:40.330945 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:40.343756 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:40.349769 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:40.362741 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:40.368751 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:40.381614 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:40.387650 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:40.400667 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:40.406929 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:40.420195 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:40.426304 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:40.439334 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:40.445482 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:40.458569 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:40.464541 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:40.477631 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:40.483786 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:40.497272 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:40.503439 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:40.516499 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:40.522726 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:40.535846 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:40.542163 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:40.555392 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:40.561519 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:40.574938 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:40.580996 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:40.594071 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:40.600189 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:40.613371 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:40.619438 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:40.632731 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:40.639063 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:40.652762 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:40.659054 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:40.672477 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:40.678683 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:40.691825 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:40.697912 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:40.711104 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:40.717404 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:40.731023 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:40.737308 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:40.750781 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:40.757098 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:40.770196 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:40.776499 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:40.789695 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:40.795931 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:40.809154 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:40.815446 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:40.828652 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:40.834746 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:40.847968 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:40.854196 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:40.867620 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:40.873755 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:40.887157 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:40.893335 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:40.907004 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:40.913477 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:40.927529 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:40.933876 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:40.947655 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:40.953940 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:40.967534 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:40.973730 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:40.986918 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:40.993135 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:41.006726 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:41.013161 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:41.026797 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:41.033094 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:41.046820 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:41.053158 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:41.066834 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:41.073155 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:41.086837 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:41.093132 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:41.106466 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:41.112720 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:41.125698 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:41.131662 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:41.144518 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:41.150528 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:41.163659 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:41.169708 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:41.182796 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:41.188832 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:41.202113 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:41.208299 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:41.221443 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:41.227596 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:41.240658 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:41.246837 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:41.259849 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:41.265883 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:41.279249 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:41.285332 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:41.298964 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:41.305252 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:41.318895 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:41.325097 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:41.338252 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:41.344278 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:41.357384 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:41.363684 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:41.377416 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:41.383705 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:41.397336 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:41.403653 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:41.417300 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:41.423642 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:41.437438 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:41.443725 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:41.457339 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:41.463631 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:41.476868 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:41.483050 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:41.496033 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:41.502043 run mass: Checking if sockets are in the filesystem
22:48:41.514224 run osmo-ms-mob/00000: Starting mobile
22:48:41.527993 run osmo-ms-mob/00000(pid=135): Launched
22:48:41.539159 run mass: MS start registered {at=18269827.242508862, delay=0.005011454224586487, ms=00000}
22:48:45.713792 run osmo-ms-mob/00001: Starting mobile
22:48:45.727523 run osmo-ms-mob/00001(pid=136): Launched
22:48:45.738954 run mass: MS start registered {at=18269831.44229737, delay=0.005089215934276581, ms=00001}
22:48:47.514172 run osmo-ms-mob/00002: Starting mobile
22:48:47.527838 run osmo-ms-mob/00002(pid=137): Launched
22:48:47.539895 run mass: MS start registered {at=18269833.24322265, delay=0.005366865545511246, ms=00002}
22:48:47.862233 run mass: MS performed LU {at=18269833.565554388, lu_delay=6.323045525699854, ms=00000}
22:48:48.814508 run osmo-ms-mob/00003: Starting mobile
22:48:48.875145 run osmo-ms-mob/00003(pid=138): Launched
22:48:48.887007 run mass: MS start registered {at=18269834.590343393, delay=0.005178980529308319, ms=00003}
22:48:49.914288 run osmo-ms-mob/00004: Starting mobile
22:48:49.928092 run osmo-ms-mob/00004(pid=139): Launched
22:48:49.940002 run mass: MS start registered {at=18269835.64334243, delay=0.004309285432100296, ms=00004}
22:48:50.929664 run osmo-ms-mob/00005: Starting mobile
22:48:50.943503 run osmo-ms-mob/00005(pid=140): Launched
22:48:50.955554 run mass: MS start registered {at=18269836.658894047, delay=0.005868624895811081, ms=00005}
22:48:51.628424 run mass: MS performed LU {at=18269837.33170231, lu_delay=5.889404941350222, ms=00001}
22:48:51.820352 run osmo-ms-mob/00006: Starting mobile
22:48:51.833925 run osmo-ms-mob/00006(pid=141): Launched
22:48:51.846306 run mass: MS start registered {at=18269837.54965454, delay=0.0059449635446071625, ms=00006}
22:48:52.720820 run osmo-ms-mob/00007: Starting mobile
22:48:52.735410 run osmo-ms-mob/00007(pid=142): Launched
22:48:52.747248 run mass: MS start registered {at=18269838.450584732, delay=0.004798233509063721, ms=00007}
22:48:53.521851 run osmo-ms-mob/00008: Starting mobile
22:48:53.535448 run osmo-ms-mob/00008(pid=143): Launched
22:48:53.541529 run mass: MS performed LU {at=18269839.244884025, lu_delay=6.001661375164986, ms=00002}
22:48:53.547482 run mass: MS start registered {at=18269839.250847068, delay=0.005984306335449219, ms=00008}
22:48:54.028391 run mass: MS performed LU {at=18269839.73165019, lu_delay=5.141306795179844, ms=00003}
22:48:54.214509 run osmo-ms-mob/00009: Starting mobile
22:48:54.229607 run osmo-ms-mob/00009(pid=144): Launched
22:48:54.241860 run mass: MS start registered {at=18269839.94519457, delay=0.00521116703748703, ms=00009}
22:48:54.914279 run osmo-ms-mob/00010: Starting mobile
22:48:54.929410 run osmo-ms-mob/00010(pid=145): Launched
22:48:54.940839 run mass: MS start registered {at=18269840.644190338, delay=0.005072794854640961, ms=00010}
22:48:55.393852 run mass: MS performed LU {at=18269841.097161956, lu_delay=5.453819524496794, ms=00004}
22:48:55.515453 run osmo-ms-mob/00011: Starting mobile
22:48:55.529082 run osmo-ms-mob/00011(pid=146): Launched
22:48:55.541044 run mass: MS start registered {at=18269841.244382318, delay=0.005635470151901245, ms=00011}
22:48:55.929454 run mass: MS performed LU {at=18269841.632779803, lu_delay=4.973885755985975, ms=00005}
22:48:56.113936 run osmo-ms-mob/00012: Starting mobile
22:48:56.127941 run osmo-ms-mob/00012(pid=147): Launched
22:48:56.139739 run mass: MS start registered {at=18269841.84308177, delay=0.005430340766906738, ms=00012}
22:48:56.714753 run osmo-ms-mob/00013: Starting mobile
22:48:56.728582 run osmo-ms-mob/00013(pid=148): Launched
22:48:56.740632 run mass: MS start registered {at=18269842.443974223, delay=0.003592226654291153, ms=00013}
22:48:57.295324 run mass: MS performed LU {at=18269842.998649444, lu_delay=5.448994904756546, ms=00006}
22:48:57.307206 run osmo-ms-mob/00014: Starting mobile
22:48:57.321101 run osmo-ms-mob/00014(pid=149): Launched
22:48:57.327783 run mass: MS performed LU {at=18269843.031137154, lu_delay=4.58055242151022, ms=00007}
22:48:57.334007 run mass: MS start registered {at=18269843.037371848, delay=0.006255477666854858, ms=00014}
22:48:57.916486 run osmo-ms-mob/00015: Starting mobile
22:48:57.930352 run osmo-ms-mob/00015(pid=150): Launched
22:48:57.942425 run mass: MS start registered {at=18269843.645751342, delay=0.0052294619381427765, ms=00015}
22:48:58.424601 run osmo-ms-mob/00016: Starting mobile
22:48:58.439024 run osmo-ms-mob/00016(pid=151): Launched
22:48:58.451151 run mass: MS start registered {at=18269844.154482547, delay=0.005870252847671509, ms=00016}
22:48:58.914696 run osmo-ms-mob/00017: Starting mobile
22:48:58.929102 run osmo-ms-mob/00017(pid=152): Launched
22:48:58.940966 run mass: MS start registered {at=18269844.6443126, delay=0.005500920116901398, ms=00017}
22:48:59.159559 run mass: MS performed LU {at=18269844.86288811, lu_delay=4.917693540453911, ms=00009}
22:48:59.224623 run mass: MS performed LU {at=18269844.92795277, lu_delay=5.677105702459812, ms=00008}
22:48:59.514512 run osmo-ms-mob/00018: Starting mobile
22:48:59.528425 run osmo-ms-mob/00018(pid=153): Launched
22:48:59.540671 run mass: MS start registered {at=18269845.243997, delay=0.00593065470457077, ms=00018}
22:48:59.914988 run osmo-ms-mob/00019: Starting mobile
22:48:59.929818 run osmo-ms-mob/00019(pid=154): Launched
22:48:59.942028 run mass: MS start registered {at=18269845.645369716, delay=0.005538173019886017, ms=00019}
22:49:00.430612 run osmo-ms-mob/00020: Starting mobile
22:49:00.444105 run osmo-ms-mob/00020(pid=155): Launched
22:49:00.456225 run mass: MS start registered {at=18269846.159566168, delay=0.006028786301612854, ms=00020}
22:49:00.916129 run osmo-ms-mob/00021: Starting mobile
22:49:00.930051 run osmo-ms-mob/00021(pid=156): Launched
22:49:00.943870 run mass: MS start registered {at=18269846.64719814, delay=0.0073486752808094025, ms=00021}
22:49:01.061080 run mass: MS performed LU {at=18269846.764396563, lu_delay=5.5200142450630665, ms=00011}
22:49:01.088469 run mass: MS performed LU {at=18269846.791805513, lu_delay=6.147615175694227, ms=00010}
22:49:01.176355 run mass: MS performed LU {at=18269846.87966677, lu_delay=5.0365850031375885, ms=00012}
22:49:01.189394 run osmo-ms-mob/00022: Starting mobile
22:49:01.206065 run osmo-ms-mob/00022(pid=157): Launched
22:49:01.217985 run mass: MS start registered {at=18269846.921310842, delay=0.005400974303483963, ms=00022}
22:49:01.816938 run osmo-ms-mob/00023: Starting mobile
22:49:01.831187 run osmo-ms-mob/00023(pid=158): Launched
22:49:01.843584 run mass: MS start registered {at=18269847.546916824, delay=0.005721330642700195, ms=00023}
22:49:02.214750 run osmo-ms-mob/00024: Starting mobile
22:49:02.228952 run osmo-ms-mob/00024(pid=159): Launched
22:49:02.241132 run mass: MS start registered {at=18269847.944474816, delay=0.005833767354488373, ms=00024}
22:49:02.748242 run osmo-ms-mob/00025: Starting mobile
22:49:02.762436 run osmo-ms-mob/00025(pid=160): Launched
22:49:02.774067 run mass: MS start registered {at=18269848.47740551, delay=0.0051589831709861755, ms=00025}
22:49:02.842052 run mass: MS performed LU {at=18269848.54537553, lu_delay=6.1014013066887856, ms=00013}
22:49:02.926393 run mass: MS performed LU {at=18269848.629635353, lu_delay=5.592263504862785, ms=00014}
22:49:02.991128 run mass: MS performed LU {at=18269848.69443085, lu_delay=5.048679508268833, ms=00015}
22:49:03.005423 run osmo-ms-mob/00026: Starting mobile
22:49:03.018955 run osmo-ms-mob/00026(pid=161): Launched
22:49:03.030664 run mass: MS start registered {at=18269848.734011382, delay=0.005344986915588379, ms=00026}
22:49:03.096781 run mass: MS performed LU {at=18269848.79993232, lu_delay=4.64544977247715, ms=00016}
22:49:03.519291 run osmo-ms-mob/00027: Starting mobile
22:49:03.545793 run osmo-ms-mob/00027(pid=162): Launched
22:49:03.565116 run mass: MS start registered {at=18269849.268449176, delay=0.007108118385076523, ms=00027}
22:49:03.915632 run osmo-ms-mob/00028: Starting mobile
22:49:03.930611 run osmo-ms-mob/00028(pid=163): Launched
22:49:03.942842 run mass: MS start registered {at=18269849.64617475, delay=0.005245611071586609, ms=00028}
22:49:04.326344 run osmo-ms-mob/00029: Starting mobile
22:49:04.340058 run osmo-ms-mob/00029(pid=164): Launched
22:49:04.351745 run mass: MS start registered {at=18269850.05509132, delay=0.005347549915313721, ms=00029}
22:49:04.717887 run osmo-ms-mob/00030: Starting mobile
22:49:04.740070 run osmo-ms-mob/00030(pid=165): Launched
22:49:04.752117 run mass: MS start registered {at=18269850.45544564, delay=0.00498909130692482, ms=00030}
22:49:04.827540 run mass: MS performed LU {at=18269850.530871633, lu_delay=4.88550191745162, ms=00019}
22:49:04.854434 run mass: MS performed LU {at=18269850.55776228, lu_delay=5.313765279948711, ms=00018}
22:49:04.942191 run mass: MS performed LU {at=18269850.645521432, lu_delay=4.485955264419317, ms=00020}
22:49:04.954167 run osmo-ms-mob/00031: Starting mobile
22:49:04.967935 run osmo-ms-mob/00031(pid=166): Launched
22:49:04.980193 run mass: MS start registered {at=18269850.683534, delay=0.005187332630157471, ms=00031}
22:49:04.998174 run mass: MS performed LU {at=18269850.70151478, lu_delay=6.0572021789848804, ms=00017}
22:49:05.414643 run osmo-ms-mob/00032: Starting mobile
22:49:05.429612 run osmo-ms-mob/00032(pid=167): Launched
22:49:05.442217 run mass: MS start registered {at=18269851.145536825, delay=0.004795834422111511, ms=00032}
22:49:05.833126 run osmo-ms-mob/00033: Starting mobile
22:49:05.848368 run osmo-ms-mob/00033(pid=168): Launched
22:49:05.860462 run mass: MS start registered {at=18269851.563810386, delay=0.005710449069738388, ms=00033}
22:49:06.213984 run osmo-ms-mob/00034: Starting mobile
22:49:06.228219 run osmo-ms-mob/00034(pid=169): Launched
22:49:06.240095 run mass: MS start registered {at=18269851.943430904, delay=0.005342066287994385, ms=00034}
22:49:06.513641 run osmo-ms-mob/00035: Starting mobile
22:49:06.527791 run osmo-ms-mob/00035(pid=170): Launched
22:49:06.539858 run mass: MS start registered {at=18269852.243180472, delay=0.005512513220310211, ms=00035}
22:49:06.608645 run mass: MS performed LU {at=18269852.311963007, lu_delay=5.664764866232872, ms=00021}
22:49:06.691780 run mass: MS performed LU {at=18269852.39510813, lu_delay=4.8481913059949875, ms=00023}
22:49:06.756504 run mass: MS performed LU {at=18269852.459823936, lu_delay=5.538513094186783, ms=00022}
22:49:06.768595 run osmo-ms-mob/00036: Starting mobile
22:49:06.782486 run osmo-ms-mob/00036(pid=171): Launched
22:49:06.794776 run mass: MS start registered {at=18269852.498120707, delay=0.005935546010732651, ms=00036}
22:49:06.862340 run mass: MS performed LU {at=18269852.565667145, lu_delay=4.621192328631878, ms=00024}
22:49:07.315841 run osmo-ms-mob/00037: Starting mobile
22:49:07.330152 run osmo-ms-mob/00037(pid=172): Launched
22:49:07.342756 run mass: MS start registered {at=18269853.046092033, delay=0.0059964582324028015, ms=00037}
22:49:07.614852 run osmo-ms-mob/00038: Starting mobile
22:49:07.629740 run osmo-ms-mob/00038(pid=173): Launched
22:49:07.643598 run mass: MS start registered {at=18269853.346932128, delay=0.007141634821891785, ms=00038}
22:49:07.914775 run osmo-ms-mob/00039: Starting mobile
22:49:07.928172 run osmo-ms-mob/00039(pid=174): Launched
22:49:07.940122 run mass: MS start registered {at=18269853.643471148, delay=0.005593255162239075, ms=00039}
22:49:08.322298 run osmo-ms-mob/00040: Starting mobile
22:49:08.336795 run osmo-ms-mob/00040(pid=175): Launched
22:49:08.348861 run mass: MS start registered {at=18269854.05219891, delay=0.005618687719106674, ms=00040}
22:49:08.592852 run mass: MS performed LU {at=18269854.296169907, lu_delay=4.649995155632496, ms=00028}
22:49:08.604653 run osmo-ms-mob/00041: Starting mobile
22:49:08.618233 run osmo-ms-mob/00041(pid=176): Launched
22:49:08.624930 run mass: MS performed LU {at=18269854.328284703, lu_delay=5.850879192352295, ms=00025}
22:49:08.631028 run mass: MS start registered {at=18269854.334393427, delay=0.006131313741207123, ms=00041}
22:49:08.708239 run mass: MS performed LU {at=18269854.411568034, lu_delay=5.677556652575731, ms=00026}
22:49:08.720938 run osmo-ms-mob/00042: Starting mobile
22:49:08.734717 run osmo-ms-mob/00042(pid=177): Launched
22:49:08.747145 run mass: MS start registered {at=18269854.450491946, delay=0.005742780864238739, ms=00042}
22:49:08.763912 run mass: MS performed LU {at=18269854.467251938, lu_delay=5.198802761733532, ms=00027}
22:49:09.319946 run osmo-ms-mob/00043: Starting mobile
22:49:09.349213 run osmo-ms-mob/00043(pid=178): Launched
22:49:09.369212 run mass: MS start registered {at=18269855.072531044, delay=0.0072109512984752655, ms=00043}
22:49:09.619951 run osmo-ms-mob/00044: Starting mobile
22:49:09.646847 run osmo-ms-mob/00044(pid=179): Launched
22:49:09.660527 run mass: MS start registered {at=18269855.36386515, delay=0.0014250986278057098, ms=00044}
22:49:09.916064 run osmo-ms-mob/00045: Starting mobile
22:49:09.930178 run osmo-ms-mob/00045(pid=180): Launched
22:49:09.942875 run mass: MS start registered {at=18269855.646207485, delay=0.006097875535488129, ms=00045}
22:49:10.216157 run osmo-ms-mob/00046: Starting mobile
22:49:10.245409 run osmo-ms-mob/00046(pid=181): Launched
22:49:10.256897 run mass: MS start registered {at=18269855.96024581, delay=0.004219096153974533, ms=00046}
22:49:10.375508 run mass: MS performed LU {at=18269856.07874715, lu_delay=5.623301509767771, ms=00030}
22:49:10.457545 run mass: MS performed LU {at=18269856.16079736, lu_delay=5.477263361215591, ms=00031}
22:49:10.470373 run osmo-ms-mob/00047: Starting mobile
22:49:10.483903 run osmo-ms-mob/00047(pid=182): Launched
22:49:10.495668 run mass: MS start registered {at=18269856.19901845, delay=0.005463309586048126, ms=00047}
22:49:10.522280 run mass: MS performed LU {at=18269856.2256108, lu_delay=6.170519478619099, ms=00029}
22:49:10.629536 run mass: MS performed LU {at=18269856.33277517, lu_delay=5.187238346785307, ms=00032}
22:49:10.653347 run osmo-ms-mob/00048: Starting mobile
22:49:10.667690 run osmo-ms-mob/00048(pid=183): Launched
22:49:10.674129 run mass: MS performed LU {at=18269856.377485123, lu_delay=4.813674736768007, ms=00033}
22:49:10.680303 run mass: MS start registered {at=18269856.383666545, delay=0.006204593926668167, ms=00048}
22:49:11.114838 run osmo-ms-mob/00049: Starting mobile
22:49:11.131019 run osmo-ms-mob/00049(pid=184): Launched
22:49:11.143143 run mass: MS start registered {at=18269856.846487224, delay=0.005455758422613144, ms=00049}
22:49:11.426871 run osmo-ms-mob/00050: Starting mobile
22:49:11.440068 run osmo-ms-mob/00050(pid=185): Launched
22:49:11.451928 run mass: MS start registered {at=18269857.155270204, delay=0.005528729408979416, ms=00050}
22:49:11.828846 run osmo-ms-mob/00051: Starting mobile
22:49:11.842647 run osmo-ms-mob/00051(pid=186): Launched
22:49:11.854682 run mass: MS start registered {at=18269857.5580306, delay=0.005680248141288757, ms=00051}
22:49:12.114142 run osmo-ms-mob/00052: Starting mobile
22:49:12.128373 run osmo-ms-mob/00052(pid=187): Launched
22:49:12.141799 run mass: MS start registered {at=18269857.845132474, delay=0.005947895348072052, ms=00052}
22:49:12.358401 run mass: MS performed LU {at=18269858.06173069, lu_delay=5.563609983772039, ms=00036}
22:49:12.370387 run osmo-ms-mob/00053: Starting mobile
22:49:12.384287 run osmo-ms-mob/00053(pid=188): Launched
22:49:12.391384 run mass: MS performed LU {at=18269858.09473824, lu_delay=6.151307336986065, ms=00034}
22:49:12.397514 run mass: MS start registered {at=18269858.100877956, delay=0.006164576858282089, ms=00053}
22:49:12.473552 run mass: MS performed LU {at=18269858.176862106, lu_delay=5.933681633323431, ms=00035}
22:49:12.487153 run osmo-ms-mob/00054: Starting mobile
22:49:12.500984 run osmo-ms-mob/00054(pid=189): Launched
22:49:12.513886 run mass: MS start registered {at=18269858.217214435, delay=0.006163779646158218, ms=00054}
22:49:12.529900 run mass: MS performed LU {at=18269858.233232845, lu_delay=5.187140811234713, ms=00037}
22:49:12.566594 run mass: MS performed LU {at=18269858.26992472, lu_delay=4.626453571021557, ms=00039}
22:49:12.578842 run osmo-ms-mob/00055: Starting mobile
22:49:12.592813 run osmo-ms-mob/00055(pid=190): Launched
22:49:12.599330 run mass: MS performed LU {at=18269858.302685253, lu_delay=4.9557531252503395, ms=00038}
22:49:12.605456 run mass: MS start registered {at=18269858.30882063, delay=0.006158463656902313, ms=00055}
22:49:13.324404 run osmo-ms-mob/00056: Starting mobile
22:49:13.339344 run osmo-ms-mob/00056(pid=191): Launched
22:49:13.351283 run mass: MS start registered {at=18269859.054628637, delay=0.005664225667715073, ms=00056}
22:49:13.613541 run osmo-ms-mob/00057: Starting mobile
22:49:13.627035 run osmo-ms-mob/00057(pid=192): Launched
22:49:13.639135 run mass: MS start registered {at=18269859.342482798, delay=0.005404409021139145, ms=00057}
22:49:14.033821 run osmo-ms-mob/00058: Starting mobile
22:49:14.047640 run osmo-ms-mob/00058(pid=193): Launched
22:49:14.060225 run mass: MS start registered {at=18269859.763538677, delay=0.00571543350815773, ms=00058}
22:49:14.140193 run mass: MS performed LU {at=18269859.843513325, lu_delay=5.509119898080826, ms=00041}
22:49:14.223687 run mass: MS performed LU {at=18269859.926916014, lu_delay=4.85438496991992, ms=00043}
22:49:14.245971 run osmo-ms-mob/00059: Starting mobile
22:49:14.259319 run osmo-ms-mob/00059(pid=194): Launched
22:49:14.271276 run mass: MS start registered {at=18269859.974619742, delay=0.005702666938304901, ms=00059}
22:49:14.287983 run mass: MS performed LU {at=18269859.99132979, lu_delay=5.5408378429710865, ms=00042}
22:49:14.431156 run mass: MS performed LU {at=18269860.134468406, lu_delay=4.770603258162737, ms=00044}
22:49:14.443827 run osmo-ms-mob/00060: Starting mobile
22:49:14.457857 run osmo-ms-mob/00060(pid=195): Launched
22:49:14.469914 run mass: MS start registered {at=18269860.1732571, delay=0.005332820117473602, ms=00060}
22:49:15.030501 run osmo-ms-mob/00061: Starting mobile
22:49:15.044831 run osmo-ms-mob/00061(pid=196): Launched
22:49:15.056925 run mass: MS start registered {at=18269860.760265823, delay=0.005474884063005447, ms=00061}
22:49:15.316587 run osmo-ms-mob/00062: Starting mobile
22:49:15.332228 run osmo-ms-mob/00062(pid=197): Launched
22:49:15.347097 run mass: MS start registered {at=18269861.050419558, delay=0.008021004498004913, ms=00062}
22:49:15.614046 run osmo-ms-mob/00063: Starting mobile
22:49:15.628065 run osmo-ms-mob/00063(pid=198): Launched
22:49:15.643510 run mass: MS start registered {at=18269861.346815795, delay=0.008818313479423523, ms=00063}
22:49:16.005217 run mass: MS performed LU {at=18269861.70843092, lu_delay=5.748185109347105, ms=00046}
22:49:16.022122 run osmo-ms-mob/00064: Starting mobile
22:49:16.036395 run osmo-ms-mob/00064(pid=199): Launched
22:49:16.048525 run mass: MS start registered {at=18269861.75185754, delay=0.005713708698749542, ms=00064}
22:49:16.075513 run mass: MS performed LU {at=18269861.778867073, lu_delay=6.132659588009119, ms=00045}
22:49:16.153775 run mass: MS performed LU {at=18269861.8570266, lu_delay=4.7017563953995705, ms=00050}
22:49:16.333412 run mass: MS performed LU {at=18269862.03665494, lu_delay=5.652988396584988, ms=00048}
22:49:16.364036 run osmo-ms-mob/00065: Starting mobile
22:49:16.377710 run osmo-ms-mob/00065(pid=200): Launched
22:49:16.384364 run mass: MS performed LU {at=18269862.08771719, lu_delay=5.8886987417936325, ms=00047}
22:49:16.390595 run mass: MS start registered {at=18269862.093958814, delay=0.006267964839935303, ms=00065}
22:49:16.714773 run osmo-ms-mob/00066: Starting mobile
22:49:16.729327 run osmo-ms-mob/00066(pid=201): Launched
22:49:16.741943 run mass: MS start registered {at=18269862.4452761, delay=0.006184186786413193, ms=00066}
22:49:17.047527 run mass: MS performed LU {at=18269862.750855774, lu_delay=5.904368549585342, ms=00049}
22:49:17.060311 run osmo-ms-mob/00067: Starting mobile
22:49:17.074746 run osmo-ms-mob/00067(pid=202): Launched
22:49:17.086905 run mass: MS start registered {at=18269862.7902574, delay=0.005586735904216766, ms=00067}
22:49:17.218719 run mass: MS performed LU {at=18269862.922006562, lu_delay=4.821128606796265, ms=00053}
22:49:17.227321 run mass: MS performed LU {at=18269862.930679534, lu_delay=3.8760508969426155, ms=00056}
22:49:17.241089 run osmo-ms-mob/00068: Starting mobile
22:49:17.255844 run osmo-ms-mob/00068(pid=203): Launched
22:49:17.269864 run mass: MS start registered {at=18269862.973206718, delay=0.007297474890947342, ms=00068}
22:49:17.814200 run osmo-ms-mob/00069: Starting mobile
22:49:17.828808 run osmo-ms-mob/00069(pid=204): Launched
22:49:17.842293 run mass: MS start registered {at=18269863.545628063, delay=0.0010275468230247498, ms=00069}
22:49:17.906258 run mass: MS performed LU {at=18269863.609582983, lu_delay=5.300762351602316, ms=00055}
22:49:17.961564 run mass: MS performed LU {at=18269863.66489128, lu_delay=5.447676844894886, ms=00054}
22:49:18.016854 run mass: MS performed LU {at=18269863.720140643, lu_delay=5.8750081695616245, ms=00052}
22:49:18.054119 run osmo-ms-mob/00070: Starting mobile
22:49:18.068570 run osmo-ms-mob/00070(pid=205): Launched
22:49:18.081539 run mass: MS start registered {at=18269863.784870896, delay=0.006579607725143433, ms=00070}
22:49:18.615068 run osmo-ms-mob/00071: Starting mobile
22:49:18.630455 run osmo-ms-mob/00071(pid=206): Launched
22:49:18.642783 run mass: MS start registered {at=18269864.34612636, delay=0.005304910242557526, ms=00071}
22:49:18.976634 run mass: MS performed LU {at=18269864.67985561, lu_delay=7.121825009584427, ms=00051}
22:49:18.988993 run osmo-ms-mob/00072: Starting mobile
22:49:19.003205 run osmo-ms-mob/00072(pid=207): Launched
22:49:19.015636 run mass: MS start registered {at=18269864.718981743, delay=0.006012622267007828, ms=00072}
22:49:19.096472 run mass: MS performed LU {at=18269864.799803205, lu_delay=5.457320407032967, ms=00057}
22:49:19.414825 run osmo-ms-mob/00073: Starting mobile
22:49:19.429144 run osmo-ms-mob/00073(pid=208): Launched
22:49:19.441315 run mass: MS start registered {at=18269865.14465149, delay=0.005746752023696899, ms=00073}
22:49:19.769984 run mass: MS performed LU {at=18269865.473293252, lu_delay=4.71302742883563, ms=00061}
22:49:19.784572 run osmo-ms-mob/00074: Starting mobile
22:49:19.799358 run osmo-ms-mob/00074(pid=209): Launched
22:49:19.811285 run mass: MS start registered {at=18269865.514629927, delay=0.005627017468214035, ms=00074}
22:49:19.825887 run mass: MS performed LU {at=18269865.529217906, lu_delay=5.765679229050875, ms=00058}
22:49:19.863114 run mass: MS performed LU {at=18269865.566443875, lu_delay=5.591824132949114, ms=00059}
22:49:20.107454 run mass: MS performed LU {at=18269865.8107717, lu_delay=4.76035214215517, ms=00062}
22:49:20.120124 run osmo-ms-mob/00075: Starting mobile
22:49:20.133418 run osmo-ms-mob/00075(pid=210): Launched
22:49:20.145269 run mass: MS start registered {at=18269865.848612864, delay=0.005424425005912781, ms=00075}
22:49:20.714664 run osmo-ms-mob/00076: Starting mobile
22:49:20.729331 run osmo-ms-mob/00076(pid=211): Launched
22:49:20.742051 run mass: MS start registered {at=18269866.445382316, delay=0.005800936371088028, ms=00076}
22:49:20.937656 run mass: MS performed LU {at=18269866.64095352, lu_delay=3.8506961166858673, ms=00067}
22:49:21.114526 run osmo-ms-mob/00077: Starting mobile
22:49:21.128814 run osmo-ms-mob/00077(pid=212): Launched
22:49:21.141787 run mass: MS start registered {at=18269866.845124837, delay=0.00032837316393852234, ms=00077}
22:49:21.614448 run osmo-ms-mob/00078: Starting mobile
22:49:21.630908 run osmo-ms-mob/00078(pid=213): Launched
22:49:21.643598 run mass: MS start registered {at=18269867.3469398, delay=0.005476891994476318, ms=00078}
22:49:21.689598 run mass: MS performed LU {at=18269867.39292461, lu_delay=4.947648510336876, ms=00066}
22:49:21.727597 run mass: MS performed LU {at=18269867.430922974, lu_delay=5.679065432399511, ms=00064}
22:49:21.782278 run mass: MS performed LU {at=18269867.485603947, lu_delay=5.391645133495331, ms=00065}
22:49:21.794280 run osmo-ms-mob/00079: Starting mobile
22:49:21.808449 run osmo-ms-mob/00079(pid=214): Launched
22:49:21.821105 run mass: MS start registered {at=18269867.524436746, delay=0.006066225469112396, ms=00079}
22:49:22.036468 run mass: MS performed LU {at=18269867.739796937, lu_delay=4.766590218991041, ms=00068}
22:49:22.514443 run osmo-ms-mob/00080: Starting mobile
22:49:22.528053 run osmo-ms-mob/00080(pid=215): Launched
22:49:22.540279 run mass: MS start registered {at=18269868.24361702, delay=0.0060349442064762115, ms=00080}
22:49:22.595818 run mass: MS performed LU {at=18269868.299066164, lu_delay=6.9522503688931465, ms=00063}
22:49:23.015996 run osmo-ms-mob/00081: Starting mobile
22:49:23.030020 run osmo-ms-mob/00081(pid=216): Launched
22:49:23.041835 run mass: MS start registered {at=18269868.74517849, delay=0.005349826067686081, ms=00081}
22:49:23.427633 run osmo-ms-mob/00082: Starting mobile
22:49:23.441988 run osmo-ms-mob/00082(pid=217): Launched
22:49:23.454074 run mass: MS start registered {at=18269869.15741794, delay=0.005755659192800522, ms=00082}
22:49:23.592533 run mass: MS performed LU {at=18269869.295790266, lu_delay=5.5109193697571754, ms=00070}
22:49:23.638922 run mass: MS performed LU {at=18269869.342127968, lu_delay=4.996001608669758, ms=00071}
22:49:23.655660 run mass: MS performed LU {at=18269869.359002855, lu_delay=5.813374791294336, ms=00069}
22:49:23.863579 run mass: MS performed LU {at=18269869.566907883, lu_delay=4.847926139831543, ms=00072}
22:49:24.014098 run osmo-ms-mob/00083: Starting mobile
22:49:24.029056 run osmo-ms-mob/00083(pid=218): Launched
22:49:24.041485 run mass: MS start registered {at=18269869.74483086, delay=0.005643755197525024, ms=00083}
22:49:24.514171 run osmo-ms-mob/00084: Starting mobile
22:49:24.528003 run osmo-ms-mob/00084(pid=219): Launched
22:49:24.540876 run mass: MS start registered {at=18269870.244208917, delay=0.0058030299842357635, ms=00084}
22:49:25.014919 run osmo-ms-mob/00085: Starting mobile
22:49:25.029377 run osmo-ms-mob/00085(pid=220): Launched
22:49:25.041896 run mass: MS start registered {at=18269870.745225877, delay=0.006136301904916763, ms=00085}
22:49:25.566582 run mass: MS performed LU {at=18269871.269904763, lu_delay=4.8245224468410015, ms=00076}
22:49:25.578519 run osmo-ms-mob/00086: Starting mobile
22:49:25.592523 run osmo-ms-mob/00086(pid=221): Launched
22:49:25.598850 run mass: MS performed LU {at=18269871.302202042, lu_delay=6.157550550997257, ms=00073}
22:49:25.604995 run mass: MS start registered {at=18269871.308359664, delay=0.0061834752559661865, ms=00086}
22:49:25.654978 run mass: MS performed LU {at=18269871.35830712, lu_delay=5.843677192926407, ms=00074}
22:49:25.691419 run mass: MS performed LU {at=18269871.394745156, lu_delay=5.546132292598486, ms=00075}
22:49:25.728907 run mass: MS performed LU {at=18269871.432237733, lu_delay=4.58711289614439, ms=00077}
22:49:26.215557 run osmo-ms-mob/00087: Starting mobile
22:49:26.229583 run osmo-ms-mob/00087(pid=222): Launched
22:49:26.241412 run mass: MS start registered {at=18269871.944763128, delay=0.005482219159603119, ms=00087}
22:49:26.814142 run osmo-ms-mob/00088: Starting mobile
22:49:26.827410 run osmo-ms-mob/00088(pid=223): Launched
22:49:26.839191 run mass: MS start registered {at=18269872.542539917, delay=0.005373403429985046, ms=00088}
22:49:27.358174 run mass: MS performed LU {at=18269873.061503477, lu_delay=5.714563678950071, ms=00078}
22:49:27.369867 run osmo-ms-mob/00089: Starting mobile
22:49:27.383656 run osmo-ms-mob/00089(pid=224): Launched
22:49:27.395092 run mass: MS start registered {at=18269873.098442346, delay=0.005318403244018555, ms=00089}
22:49:27.403323 run mass: MS performed LU {at=18269873.10664724, lu_delay=4.863030221313238, ms=00080}
22:49:27.421395 run mass: MS performed LU {at=18269873.12471993, lu_delay=5.600283183157444, ms=00079}
22:49:28.018892 run osmo-ms-mob/00090: Starting mobile
22:49:28.034167 run osmo-ms-mob/00090(pid=225): Launched
22:49:28.046159 run mass: MS start registered {at=18269873.74950107, delay=0.005263220518827438, ms=00090}
22:49:28.714713 run osmo-ms-mob/00091: Starting mobile
22:49:28.729371 run osmo-ms-mob/00091(pid=226): Launched
22:49:28.741775 run mass: MS start registered {at=18269874.445096463, delay=0.005595501512289047, ms=00091}
22:49:29.413508 run osmo-ms-mob/00092: Starting mobile
22:49:29.427569 run osmo-ms-mob/00092(pid=227): Launched
22:49:29.439626 run mass: MS start registered {at=18269875.142974693, delay=0.004843380302190781, ms=00092}
22:49:29.567708 run mass: MS performed LU {at=18269875.27103787, lu_delay=6.5258593782782555, ms=00081}
22:49:29.586135 run mass: MS performed LU {at=18269875.289470296, lu_delay=6.132052354514599, ms=00082}
22:49:29.655412 run mass: MS performed LU {at=18269875.358731855, lu_delay=5.613900993019342, ms=00083}
22:49:29.673959 run mass: MS performed LU {at=18269875.37728424, lu_delay=5.133075322955847, ms=00084}
22:49:30.213986 run osmo-ms-mob/00093: Starting mobile
22:49:30.229015 run osmo-ms-mob/00093(pid=228): Launched
22:49:30.241446 run mass: MS start registered {at=18269875.944782324, delay=0.00032512471079826355, ms=00093}
22:49:31.105154 run mass: MS performed LU {at=18269876.808471736, lu_delay=6.0632458589971066, ms=00085}
22:49:31.118410 run osmo-ms-mob/00094: Starting mobile
22:49:31.132266 run osmo-ms-mob/00094(pid=229): Launched
22:49:31.145312 run mass: MS start registered {at=18269876.84863503, delay=0.006680380553007126, ms=00094}
22:49:31.169583 run mass: MS performed LU {at=18269876.87282374, lu_delay=4.9280606135725975, ms=00087}
22:49:31.187633 run mass: MS performed LU {at=18269876.890965503, lu_delay=5.582605838775635, ms=00086}
22:49:31.358923 run mass: MS performed LU {at=18269877.062229365, lu_delay=23.010030455887318, ms=00040}
22:49:32.014208 run osmo-ms-mob/00095: Starting mobile
22:49:32.028444 run osmo-ms-mob/00095(pid=230): Launched
22:49:32.040654 run mass: MS start registered {at=18269877.743975513, delay=0.0058991387486457825, ms=00095}
22:49:33.014406 run osmo-ms-mob/00096: Starting mobile
22:49:33.028330 run osmo-ms-mob/00096(pid=231): Launched
22:49:33.040101 run mass: MS start registered {at=18269878.743451618, delay=0.005471233278512955, ms=00096}
22:49:33.098885 run mass: MS performed LU {at=18269878.802210536, lu_delay=5.703768189996481, ms=00089}
22:49:33.116445 run mass: MS performed LU {at=18269878.819777556, lu_delay=6.277237638831139, ms=00088}
22:49:33.186705 run mass: MS performed LU {at=18269878.89003476, lu_delay=5.140533693134785, ms=00090}
22:49:33.440185 run mass: MS performed LU {at=18269879.143514704, lu_delay=4.698418240994215, ms=00091}
22:49:34.113674 run osmo-ms-mob/00097: Starting mobile
22:49:34.127480 run osmo-ms-mob/00097(pid=232): Launched
22:49:34.139374 run mass: MS start registered {at=18269879.842709664, delay=0.005446769297122955, ms=00097}
22:49:34.935520 run mass: MS performed LU {at=18269880.638848893, lu_delay=4.694066569209099, ms=00093}
22:49:34.953825 run mass: MS performed LU {at=18269880.65718056, lu_delay=5.514205865561962, ms=00092}
22:49:35.414173 run osmo-ms-mob/00098: Starting mobile
22:49:35.428034 run osmo-ms-mob/00098(pid=233): Launched
22:49:35.439625 run mass: MS start registered {at=18269881.142975405, delay=0.005424562841653824, ms=00098}
22:49:36.864638 run mass: MS performed LU {at=18269882.56796005, lu_delay=4.823984537273645, ms=00095}
22:49:36.882204 run mass: MS performed LU {at=18269882.585554827, lu_delay=5.7369197979569435, ms=00094}
22:49:36.952355 run mass: MS performed LU {at=18269882.655691206, lu_delay=22.48243410512805, ms=00060}
22:49:37.214264 run osmo-ms-mob/00099: Starting mobile
22:49:37.228051 run osmo-ms-mob/00099(pid=234): Launched
22:49:37.234233 run mass: All started... {duration=55.726544588804245, too_slow=0}
22:49:37.240118 run mass: MS start registered {at=18269882.94347546, delay=0.0058772265911102295, ms=00099}
22:49:38.701403 run mass: MS performed LU {at=18269884.404728636, lu_delay=5.6612770184874535, ms=00096}
22:49:38.955206 run mass: MS performed LU {at=18269884.658535358, lu_delay=4.815825693309307, ms=00097}
22:49:40.630583 run mass: MS performed LU {at=18269886.33389491, lu_delay=5.190919503569603, ms=00098}
22:49:42.466551 run mass: MS performed LU {at=18269888.169876304, lu_delay=5.2264008447527885, ms=00099}
22:49:42.473018 run mass: Tests done {all_completed=True, max=23.010030455887318, min=3.8506961166858673}
22:49:42.478773 tst register_default_mass.py: Test passed (84.9 sec)
22:49:42.484544 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:42.488009 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:42.491609 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:42.495187 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:42.498757 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:42.502292 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:42.505788 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:42.509268 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:42.512736 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:42.516194 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:42.519659 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:42.523112 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:42.526449 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:42.529829 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:42.533298 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:42.536801 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:42.540329 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:42.543888 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:42.547621 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:42.551704 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:42.556077 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:42.560438 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:42.564883 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:42.569317 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:42.573712 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:42.578712 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:42.583153 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:42.587943 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:42.592221 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:42.596473 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:42.600661 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:42.604891 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:42.609137 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:42.614201 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:42.618506 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:42.622865 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:42.627134 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:42.631648 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:42.635895 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:42.640131 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:42.644381 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:42.648623 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:42.652882 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:42.657418 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:42.661788 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:42.666185 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:42.670556 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:42.675154 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:42.679594 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:42.683956 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:42.688266 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:42.692638 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:42.696958 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:42.701332 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:42.706103 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:42.710633 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:42.715177 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:42.719751 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:42.724432 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:42.729092 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:42.733771 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:42.738444 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:42.743335 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:42.748408 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:42.753080 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:42.757814 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:42.762590 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:42.767372 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:42.772166 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:42.777402 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:42.782781 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:42.788004 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:42.793142 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:42.797953 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:42.802810 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:42.807631 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:42.812384 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:42.817022 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:42.821659 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:42.826284 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:42.830839 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:42.835331 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:42.839872 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:42.844610 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:42.849302 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:42.853923 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:42.858960 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:42.863818 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:42.868676 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:42.873467 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:42.878284 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:42.883053 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:42.887748 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:42.892497 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:42.897152 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:42.902559 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:42.907451 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:42.912532 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:42.917168 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:42.922034 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:42.926676 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:42.931330 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:42.935935 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:42.940601 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:42.945237 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:42.949770 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:42.954276 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:42.959257 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:42.965650 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:42.974719 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:42.983566 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:42.992396 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:43.000932 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:43.007528 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:43.012229 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:43.016919 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:43.021548 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:43.026127 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:43.030595 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:43.035103 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:43.039427 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:43.043756 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:43.055013 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:43.059230 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:43.063536 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:43.067893 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:43.072230 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:43.076609 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:43.080983 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:43.085324 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:43.089708 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:43.094045 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:43.098386 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:43.102716 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:43.107143 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:43.111560 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:43.115892 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:43.120174 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:43.124377 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:43.128570 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:43.132754 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:43.136971 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:43.141236 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:43.145442 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:43.149647 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:43.153837 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:43.158036 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:43.162244 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:43.166438 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:43.170622 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:43.174799 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:43.178986 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:43.183175 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:43.187575 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:43.191782 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:43.195976 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:43.200140 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:43.204335 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:43.208530 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:43.212759 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:43.217138 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:43.221502 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:43.225685 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:43.229880 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:43.234038 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:43.238258 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:43.242548 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:43.246883 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:43.251111 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:43.255315 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:43.259495 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:43.263566 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:43.267555 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:43.271536 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:43.275522 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:43.279527 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:43.283521 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:43.287525 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:43.291731 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:43.295814 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:43.299894 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:43.303957 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:43.308028 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:43.312094 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:43.316154 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:43.320238 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:43.324317 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:43.328381 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:43.332448 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:43.336509 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:43.340574 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:43.344656 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:43.348742 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:43.352830 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:43.356967 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:43.361164 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:43.365249 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:43.369281 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:43.373353 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:43.377431 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:43.381514 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:43.385604 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:43.389786 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:43.393942 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:43.398115 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:43.402273 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:43.406478 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:43.410697 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:43.414904 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:43.419155 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:43.423453 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:43.427703 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:43.432002 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:43.436230 --- ParallelTerminationStrategy: PID 22 died...
22:49:43.438176 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:43.442899 --- ParallelTerminationStrategy: PID 23 died...
22:49:43.444827 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:43.449561 --- ParallelTerminationStrategy: PID 24 died...
22:49:43.451470 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:43.456225 --- ParallelTerminationStrategy: PID 25 died...
22:49:43.458180 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:43.462946 --- ParallelTerminationStrategy: PID 26 died...
22:49:43.464873 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:43.469690 --- ParallelTerminationStrategy: PID 27 died...
22:49:43.471645 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:43.476438 --- ParallelTerminationStrategy: PID 28 died...
22:49:43.478398 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:43.483215 --- ParallelTerminationStrategy: PID 29 died...
22:49:43.485169 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:43.489996 --- ParallelTerminationStrategy: PID 30 died...
22:49:43.491935 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:43.496653 --- ParallelTerminationStrategy: PID 31 died...
22:49:43.498550 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:43.503252 --- ParallelTerminationStrategy: PID 32 died...
22:49:43.505206 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:43.510056 --- ParallelTerminationStrategy: PID 33 died...
22:49:43.512009 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:43.516744 --- ParallelTerminationStrategy: PID 35 died...
22:49:43.518685 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:43.523396 --- ParallelTerminationStrategy: PID 36 died...
22:49:43.525290 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:43.530009 --- ParallelTerminationStrategy: PID 37 died...
22:49:43.531940 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:43.536653 --- ParallelTerminationStrategy: PID 38 died...
22:49:43.538585 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:43.543337 --- ParallelTerminationStrategy: PID 39 died...
22:49:43.545233 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:43.550058 --- ParallelTerminationStrategy: PID 40 died...
22:49:43.552011 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:43.556867 --- ParallelTerminationStrategy: PID 41 died...
22:49:43.558830 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:43.563693 --- ParallelTerminationStrategy: PID 42 died...
22:49:43.565687 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:43.570519 --- ParallelTerminationStrategy: PID 43 died...
22:49:43.572451 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:43.577249 --- ParallelTerminationStrategy: PID 44 died...
22:49:43.579151 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:43.583798 --- ParallelTerminationStrategy: PID 45 died...
22:49:43.585706 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:43.590376 --- ParallelTerminationStrategy: PID 46 died...
22:49:43.592255 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:43.596934 --- ParallelTerminationStrategy: PID 47 died...
22:49:43.598889 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:43.603694 --- ParallelTerminationStrategy: PID 48 died...
22:49:43.605595 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:43.610410 --- ParallelTerminationStrategy: PID 49 died...
22:49:43.612360 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:43.617133 --- ParallelTerminationStrategy: PID 50 died...
22:49:43.619084 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:43.623881 --- ParallelTerminationStrategy: PID 51 died...
22:49:43.625821 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:43.630572 --- ParallelTerminationStrategy: PID 52 died...
22:49:43.632488 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:43.637301 --- ParallelTerminationStrategy: PID 53 died...
22:49:43.639208 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:43.643978 --- ParallelTerminationStrategy: PID 54 died...
22:49:43.645866 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:43.650633 --- ParallelTerminationStrategy: PID 55 died...
22:49:43.652592 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:43.657310 --- ParallelTerminationStrategy: PID 56 died...
22:49:43.659244 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:43.664019 --- ParallelTerminationStrategy: PID 57 died...
22:49:43.665973 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:43.670776 --- ParallelTerminationStrategy: PID 58 died...
22:49:43.672716 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:43.677560 --- ParallelTerminationStrategy: PID 59 died...
22:49:43.679475 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:43.684286 --- ParallelTerminationStrategy: PID 60 died...
22:49:43.686234 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:43.691072 --- ParallelTerminationStrategy: PID 61 died...
22:49:43.693023 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:43.698026 --- ParallelTerminationStrategy: PID 62 died...
22:49:43.699955 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:43.704797 --- ParallelTerminationStrategy: PID 63 died...
22:49:43.706765 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:43.711494 --- ParallelTerminationStrategy: PID 64 died...
22:49:43.713414 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:43.718233 --- ParallelTerminationStrategy: PID 65 died...
22:49:43.720171 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:43.724939 --- ParallelTerminationStrategy: PID 66 died...
22:49:43.726896 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:43.731728 --- ParallelTerminationStrategy: PID 67 died...
22:49:43.733662 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:43.738464 --- ParallelTerminationStrategy: PID 68 died...
22:49:43.740410 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:43.745230 --- ParallelTerminationStrategy: PID 69 died...
22:49:43.747185 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:43.752060 --- ParallelTerminationStrategy: PID 70 died...
22:49:43.753996 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:43.758798 --- ParallelTerminationStrategy: PID 71 died...
22:49:43.760750 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:43.765622 --- ParallelTerminationStrategy: PID 72 died...
22:49:43.767564 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:43.772381 --- ParallelTerminationStrategy: PID 73 died...
22:49:43.774342 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:43.779158 --- ParallelTerminationStrategy: PID 74 died...
22:49:43.781130 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:43.786014 --- ParallelTerminationStrategy: PID 75 died...
22:49:43.787998 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:43.793001 --- ParallelTerminationStrategy: PID 76 died...
22:49:43.795022 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:43.800005 --- ParallelTerminationStrategy: PID 77 died...
22:49:43.802015 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:43.807138 --- ParallelTerminationStrategy: PID 78 died...
22:49:43.809102 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:43.813934 --- ParallelTerminationStrategy: PID 79 died...
22:49:43.815893 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:43.820730 --- ParallelTerminationStrategy: PID 80 died...
22:49:43.822676 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:43.827485 --- ParallelTerminationStrategy: PID 81 died...
22:49:43.829426 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:43.834168 --- ParallelTerminationStrategy: PID 82 died...
22:49:43.836129 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:43.840926 --- ParallelTerminationStrategy: PID 83 died...
22:49:43.842822 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:43.847603 --- ParallelTerminationStrategy: PID 84 died...
22:49:43.849509 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:43.854311 --- ParallelTerminationStrategy: PID 85 died...
22:49:43.856248 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:43.861070 --- ParallelTerminationStrategy: PID 86 died...
22:49:43.863010 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:43.867942 --- ParallelTerminationStrategy: PID 87 died...
22:49:43.869919 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:43.874740 --- ParallelTerminationStrategy: PID 88 died...
22:49:43.876683 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:43.881477 --- ParallelTerminationStrategy: PID 89 died...
22:49:43.883427 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:43.888547 --- ParallelTerminationStrategy: PID 90 died...
22:49:43.890454 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:43.895247 --- ParallelTerminationStrategy: PID 91 died...
22:49:43.897139 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:43.901861 --- ParallelTerminationStrategy: PID 92 died...
22:49:43.903803 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:43.908533 --- ParallelTerminationStrategy: PID 93 died...
22:49:43.910590 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:43.915407 --- ParallelTerminationStrategy: PID 94 died...
22:49:43.917321 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:43.922092 --- ParallelTerminationStrategy: PID 95 died...
22:49:43.923984 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:43.928697 --- ParallelTerminationStrategy: PID 96 died...
22:49:43.930654 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:43.935481 --- ParallelTerminationStrategy: PID 97 died...
22:49:43.937378 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:43.942174 --- ParallelTerminationStrategy: PID 98 died...
22:49:43.944074 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:43.948885 --- ParallelTerminationStrategy: PID 99 died...
22:49:43.950824 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:43.955536 --- ParallelTerminationStrategy: PID 100 died...
22:49:43.957422 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:43.962075 --- ParallelTerminationStrategy: PID 101 died...
22:49:43.963976 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:43.968712 --- ParallelTerminationStrategy: PID 102 died...
22:49:43.970590 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:43.975306 --- ParallelTerminationStrategy: PID 103 died...
22:49:43.977248 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:43.981972 --- ParallelTerminationStrategy: PID 104 died...
22:49:43.983855 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:43.988885 --- ParallelTerminationStrategy: PID 105 died...
22:49:43.990786 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:43.995513 --- ParallelTerminationStrategy: PID 106 died...
22:49:43.997430 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:44.002143 --- ParallelTerminationStrategy: PID 107 died...
22:49:44.004061 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:44.008793 --- ParallelTerminationStrategy: PID 108 died...
22:49:44.010693 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:44.015414 --- ParallelTerminationStrategy: PID 109 died...
22:49:44.017313 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:44.022128 --- ParallelTerminationStrategy: PID 110 died...
22:49:44.024081 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:44.028931 --- ParallelTerminationStrategy: PID 111 died...
22:49:44.030842 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:44.035535 --- ParallelTerminationStrategy: PID 112 died...
22:49:44.037457 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:44.042186 --- ParallelTerminationStrategy: PID 113 died...
22:49:44.044056 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:44.048726 --- ParallelTerminationStrategy: PID 114 died...
22:49:44.050556 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:44.055089 --- ParallelTerminationStrategy: PID 115 died...
22:49:44.056919 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:44.061459 --- ParallelTerminationStrategy: PID 116 died...
22:49:44.063290 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:44.067815 --- ParallelTerminationStrategy: PID 117 died...
22:49:44.069659 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:44.074228 --- ParallelTerminationStrategy: PID 118 died...
22:49:44.076066 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:44.080595 --- ParallelTerminationStrategy: PID 119 died...
22:49:44.082432 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:44.087036 --- ParallelTerminationStrategy: PID 120 died...
22:49:44.088908 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:44.093524 --- ParallelTerminationStrategy: PID 121 died...
22:49:44.095379 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:44.099971 --- ParallelTerminationStrategy: PID 122 died...
22:49:44.101825 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:44.106407 --- ParallelTerminationStrategy: PID 123 died...
22:49:44.108273 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:44.112840 --- ParallelTerminationStrategy: PID 124 died...
22:49:44.114689 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:44.119330 --- ParallelTerminationStrategy: PID 125 died...
22:49:44.121212 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:44.125767 --- ParallelTerminationStrategy: PID 126 died...
22:49:44.127607 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:44.132150 --- ParallelTerminationStrategy: PID 127 died...
22:49:44.134063 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:44.138620 --- ParallelTerminationStrategy: PID 128 died...
22:49:44.140449 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:44.144988 --- ParallelTerminationStrategy: PID 129 died...
22:49:44.146837 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:44.151400 --- ParallelTerminationStrategy: PID 130 died...
22:49:44.153244 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:44.157776 --- ParallelTerminationStrategy: PID 131 died...
22:49:44.159632 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:44.164282 --- ParallelTerminationStrategy: PID 132 died...
22:49:44.166176 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:44.170722 --- ParallelTerminationStrategy: PID 133 died...
22:49:44.172547 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:44.177103 --- ParallelTerminationStrategy: PID 134 died...
22:49:44.178941 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:44.183481 --- ParallelTerminationStrategy: PID 135 died...
22:49:44.185266 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:44.189709 --- ParallelTerminationStrategy: PID 136 died...
22:49:44.191503 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:44.195951 --- ParallelTerminationStrategy: PID 137 died...
22:49:44.197740 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:44.202188 --- ParallelTerminationStrategy: PID 138 died...
22:49:44.203977 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:44.208368 --- ParallelTerminationStrategy: PID 139 died...
22:49:44.210147 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:44.214542 --- ParallelTerminationStrategy: PID 140 died...
22:49:44.216291 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:44.220705 --- ParallelTerminationStrategy: PID 141 died...
22:49:44.222460 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:44.226796 --- ParallelTerminationStrategy: PID 142 died...
22:49:44.228570 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:44.232985 --- ParallelTerminationStrategy: PID 143 died...
22:49:44.234770 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:44.239195 --- ParallelTerminationStrategy: PID 144 died...
22:49:44.240990 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:44.245373 --- ParallelTerminationStrategy: PID 145 died...
22:49:44.247125 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:44.251446 --- ParallelTerminationStrategy: PID 146 died...
22:49:44.253207 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:44.257523 --- ParallelTerminationStrategy: PID 147 died...
22:49:44.259268 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:44.263621 --- ParallelTerminationStrategy: PID 148 died...
22:49:44.265418 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:44.269937 --- ParallelTerminationStrategy: PID 149 died...
22:49:44.271765 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:44.276380 --- ParallelTerminationStrategy: PID 150 died...
22:49:44.278270 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:44.282938 --- ParallelTerminationStrategy: PID 151 died...
22:49:44.284794 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:44.289376 --- ParallelTerminationStrategy: PID 152 died...
22:49:44.291241 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:44.295915 --- ParallelTerminationStrategy: PID 153 died...
22:49:44.297795 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:44.302495 --- ParallelTerminationStrategy: PID 154 died...
22:49:44.304465 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:44.309170 --- ParallelTerminationStrategy: PID 155 died...
22:49:44.311047 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:44.315723 --- ParallelTerminationStrategy: PID 156 died...
22:49:44.317626 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:44.322310 --- ParallelTerminationStrategy: PID 157 died...
22:49:44.324188 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:44.328852 --- ParallelTerminationStrategy: PID 158 died...
22:49:44.330730 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:44.335567 --- ParallelTerminationStrategy: PID 159 died...
22:49:44.337508 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:44.342331 --- ParallelTerminationStrategy: PID 160 died...
22:49:44.344264 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:44.349077 --- ParallelTerminationStrategy: PID 161 died...
22:49:44.350994 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:44.355695 --- ParallelTerminationStrategy: PID 162 died...
22:49:44.357578 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:44.362241 --- ParallelTerminationStrategy: PID 163 died...
22:49:44.364133 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:44.368837 --- ParallelTerminationStrategy: PID 164 died...
22:49:44.370701 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:44.375253 --- ParallelTerminationStrategy: PID 165 died...
22:49:44.377088 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:44.381550 --- ParallelTerminationStrategy: PID 166 died...
22:49:44.383385 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:44.387903 --- ParallelTerminationStrategy: PID 167 died...
22:49:44.389739 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:44.394204 --- ParallelTerminationStrategy: PID 168 died...
22:49:44.396031 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:44.400604 --- ParallelTerminationStrategy: PID 169 died...
22:49:44.402434 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:44.406982 --- ParallelTerminationStrategy: PID 170 died...
22:49:44.408785 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:44.413225 --- ParallelTerminationStrategy: PID 171 died...
22:49:44.415043 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:44.419516 --- ParallelTerminationStrategy: PID 172 died...
22:49:44.421384 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:44.425948 --- ParallelTerminationStrategy: PID 173 died...
22:49:44.427777 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:44.432397 --- ParallelTerminationStrategy: PID 174 died...
22:49:44.434276 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:44.438958 --- ParallelTerminationStrategy: PID 175 died...
22:49:44.440830 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:44.445422 --- ParallelTerminationStrategy: PID 176 died...
22:49:44.447256 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:44.451710 --- ParallelTerminationStrategy: PID 177 died...
22:49:44.453487 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:44.457896 --- ParallelTerminationStrategy: PID 178 died...
22:49:44.459678 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:44.464182 --- ParallelTerminationStrategy: PID 179 died...
22:49:44.466038 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:44.470594 --- ParallelTerminationStrategy: PID 180 died...
22:49:44.472416 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:44.476987 --- ParallelTerminationStrategy: PID 181 died...
22:49:44.478820 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:44.483558 --- ParallelTerminationStrategy: PID 182 died...
22:49:44.485459 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:44.490170 --- ParallelTerminationStrategy: PID 183 died...
22:49:44.492104 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:44.497042 --- ParallelTerminationStrategy: PID 184 died...
22:49:44.499026 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:44.504015 --- ParallelTerminationStrategy: PID 185 died...
22:49:44.506049 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:44.511012 --- ParallelTerminationStrategy: PID 186 died...
22:49:44.513011 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:44.517868 --- ParallelTerminationStrategy: PID 187 died...
22:49:44.519858 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:44.524776 --- ParallelTerminationStrategy: PID 188 died...
22:49:44.526729 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:44.531724 --- ParallelTerminationStrategy: PID 189 died...
22:49:44.533738 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:44.538760 --- ParallelTerminationStrategy: PID 190 died...
22:49:44.540765 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:44.545740 --- ParallelTerminationStrategy: PID 191 died...
22:49:44.547743 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:44.552674 --- ParallelTerminationStrategy: PID 192 died...
22:49:44.554628 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:44.559491 --- ParallelTerminationStrategy: PID 193 died...
22:49:44.561448 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:44.566204 --- ParallelTerminationStrategy: PID 194 died...
22:49:44.568105 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:44.572876 --- ParallelTerminationStrategy: PID 195 died...
22:49:44.574760 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:44.579457 --- ParallelTerminationStrategy: PID 196 died...
22:49:44.581378 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:44.586093 --- ParallelTerminationStrategy: PID 197 died...
22:49:44.588045 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:44.592893 --- ParallelTerminationStrategy: PID 198 died...
22:49:44.594845 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:44.599858 --- ParallelTerminationStrategy: PID 199 died...
22:49:44.601873 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:44.607108 --- ParallelTerminationStrategy: PID 200 died...
22:49:44.609094 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:44.613954 --- ParallelTerminationStrategy: PID 201 died...
22:49:44.615884 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:44.620713 --- ParallelTerminationStrategy: PID 202 died...
22:49:44.622652 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:44.627475 --- ParallelTerminationStrategy: PID 203 died...
22:49:44.629374 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:44.634101 --- ParallelTerminationStrategy: PID 204 died...
22:49:44.636021 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:44.640796 --- ParallelTerminationStrategy: PID 205 died...
22:49:44.642727 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:44.647428 --- ParallelTerminationStrategy: PID 206 died...
22:49:44.649310 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:44.653996 --- ParallelTerminationStrategy: PID 207 died...
22:49:44.655911 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:44.660764 --- ParallelTerminationStrategy: PID 208 died...
22:49:44.662693 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:44.667412 --- ParallelTerminationStrategy: PID 209 died...
22:49:44.669325 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:44.674089 --- ParallelTerminationStrategy: PID 210 died...
22:49:44.676018 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:44.680732 --- ParallelTerminationStrategy: PID 211 died...
22:49:44.682621 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:44.687393 --- ParallelTerminationStrategy: PID 212 died...
22:49:44.689297 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:44.694057 --- ParallelTerminationStrategy: PID 213 died...
22:49:44.695938 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:44.700684 --- ParallelTerminationStrategy: PID 214 died...
22:49:44.702584 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:44.707260 --- ParallelTerminationStrategy: PID 215 died...
22:49:44.709135 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:44.713813 --- ParallelTerminationStrategy: PID 216 died...
22:49:44.715684 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:44.748055 --- ParallelTerminationStrategy: PID 217 died...
22:49:44.749629 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:44.753495 --- ParallelTerminationStrategy: PID 218 died...
22:49:44.755111 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:44.759223 --- ParallelTerminationStrategy: PID 219 died...
22:49:44.760917 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:44.765134 --- ParallelTerminationStrategy: PID 220 died...
22:49:44.766863 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:44.771152 --- ParallelTerminationStrategy: PID 221 died...
22:49:44.772895 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:44.777319 --- ParallelTerminationStrategy: PID 222 died...
22:49:44.779097 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:44.783484 --- ParallelTerminationStrategy: PID 223 died...
22:49:44.785222 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:44.789544 --- ParallelTerminationStrategy: PID 224 died...
22:49:44.791269 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:44.795586 --- ParallelTerminationStrategy: PID 225 died...
22:49:44.797353 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:44.801760 --- ParallelTerminationStrategy: PID 226 died...
22:49:44.803532 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:44.807968 --- ParallelTerminationStrategy: PID 227 died...
22:49:44.809777 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:44.814154 --- ParallelTerminationStrategy: PID 228 died...
22:49:44.815941 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:44.820283 --- ParallelTerminationStrategy: PID 229 died...
22:49:44.822047 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:44.826403 --- ParallelTerminationStrategy: PID 230 died...
22:49:44.828198 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:44.832640 --- ParallelTerminationStrategy: PID 231 died...
22:49:44.834410 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:44.838896 --- ParallelTerminationStrategy: PID 232 died...
22:49:44.840696 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:44.845126 --- ParallelTerminationStrategy: PID 233 died...
22:49:44.846908 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:44.851391 --- ParallelTerminationStrategy: PID 234 died...
22:49:44.853235 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:48.257561 --- ParallelTerminationStrategy: PID 34 died...
22:49:48.260850 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8056 netreg_mass PASS
---------------------------------------------------------------------
22:49:48.342493 tst trial-8056: Storing JUnit report in /build/trial-8056/run.2025-08-12_22-48-17/trial-8056.xml
--------------------------------------------------------------------------------------------
trial-8056 PASS
--------------------------------------------------------------------------------------------
22:49:48.355355 tst trial-8056: trial-8056: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (84.9 sec)
+ exit_code=0
+ rm -rf trial-8056/inst
+ cd trial-8056
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-08-12 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8056-run.tgz run.2025-08-12_22-48-17
+ tar czf /build/trial-8056-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-08-12_13_29_25.tgz osmo-bts-oc2g.build-2025-08-12_00_51_28.tgz osmo-bts-sysmo.build-2025-08-12_00_51_35.tgz osmo-bts.build-2025-08-12_00_51_39.tgz osmo-ggsn.build-2025-08-12_20_42_42.tgz osmo-hlr.build-2025-08-12_16_36_50.tgz osmo-hnbgw.build-2025-08-12_13_31_42.tgz osmo-mgw.build-2025-08-12_08_33_12.tgz osmo-msc.build-2025-08-12_13_35_58.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-12_11_07_13.tgz osmo-pcu-sysmo.build-2025-08-12_11_07_18.tgz osmo-pcu.build-2025-08-12_11_07_15.tgz osmo-sgsn.build-2025-08-12_20_48_46.tgz osmo-stp.build-2025-08-12_13_26_24.tgz osmo-trx.build-2025-08-12_14_28_47.tgz osmocom-bb.build-2025-08-12_21_17_21.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x
### Clean up ###
+ trap - EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS