Skipping 14 KB..
Full Log[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins11722085776932339601.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-8135
+ 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
88b255d common/Release.key: update
+ 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 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.0s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.1s
#7 [ 5/28] RUN APT-GET update && apt-get install -y --no-install-recommends cpio dbus tcpdump sqlite3 python3 python3-setuptools python3-yaml python3-mako python3-gi python3-numpy python3-wheel python3-watchdog ofono patchelf rpm2cpio sudo libcap2-bin python3-pip udhcpc iperf3 locales
#7 CACHED
#8 [ 2/28] RUN useradd -ms /bin/bash jenkins
#8 CACHED
#9 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#9 CACHED
#10 [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
#10 CACHED
#11 [20/28] WORKDIR /TMP
#11 CACHED
#12 [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
#12 CACHED
#13 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#13 CACHED
#14 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#14 CACHED
#15 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#15 CACHED
#16 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://archive.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#16 CACHED
#17 [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 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#18 CACHED
#19 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#19 CACHED
#20 [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
#20 CACHED
#21 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#21 CACHED
#22 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#22 CACHED
#23 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#23 CACHED
#24 [ 8/28] RUN MKDIR /var/run/sshd
#24 CACHED
#25 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#25 CACHED
#26 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#26 CACHED
#27 [ 9/28] COPY SSH /root/.ssh
#27 CACHED
#28 [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
#28 CACHED
#29 [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
#29 CACHED
#30 [ 3/28] RUN groupadd osmo-gsm-tester
#30 CACHED
#31 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#31 CACHED
#32 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:96b0ae031e70129978dd144412078169794102853b51aeb7c493765efb521828 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8136 -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-10-31 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8136
+ mkdir -p trial-8136
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-10-31_14_53_32.tgz osmo-bts-oc2g.build-2025-10-31_00_51_46.tgz osmo-bts-sysmo.build-2025-10-31_00_51_46.tgz osmo-bts.build-2025-10-31_00_51_51.tgz osmo-ggsn.build-2025-10-31_20_42_32.tgz osmo-hlr.build-2025-10-31_16_36_52.tgz osmo-hnbgw.build-2025-10-31_14_55_51.tgz osmo-mgw.build-2025-10-31_08_33_12.tgz osmo-msc.build-2025-10-31_20_58_16.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-10-31_07_36_14.tgz osmo-pcu-sysmo.build-2025-10-31_07_34_04.tgz osmo-pcu.build-2025-10-31_07_36_18.tgz osmo-sgsn.build-2025-10-31_20_48_17.tgz osmo-stp.build-2025-10-31_14_48_13.tgz osmo-trx.build-2025-10-31_14_26_39.tgz osmocom-bb.build-2025-10-31_21_17_19.tgz srslte.build-19.tgz trial-8136
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-10-31_14_53_32.md5 osmo-bts-oc2g.build-2025-10-31_00_51_46.md5 osmo-bts-sysmo.build-2025-10-31_00_51_46.md5 osmo-bts.build-2025-10-31_00_51_51.md5 osmo-ggsn.build-2025-10-31_20_42_32.md5 osmo-hlr.build-2025-10-31_16_36_52.md5 osmo-hnbgw.build-2025-10-31_14_55_51.md5 osmo-mgw.build-2025-10-31_08_33_12.md5 osmo-msc.build-2025-10-31_20_58_16.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-10-31_07_36_14.md5 osmo-pcu-sysmo.build-2025-10-31_07_34_04.md5 osmo-pcu.build-2025-10-31_07_36_18.md5 osmo-sgsn.build-2025-10-31_20_48_17.md5 osmo-stp.build-2025-10-31_14_48_13.md5 osmo-trx.build-2025-10-31_14_26_39.md5 osmocom-bb.build-2025-10-31_21_17_19.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-10-31_14_53_32.md5 osmo-bts-oc2g.build-2025-10-31_00_51_46.md5 osmo-bts-sysmo.build-2025-10-31_00_51_46.md5 osmo-bts.build-2025-10-31_00_51_51.md5 osmo-ggsn.build-2025-10-31_20_42_32.md5 osmo-hlr.build-2025-10-31_16_36_52.md5 osmo-hnbgw.build-2025-10-31_14_55_51.md5 osmo-mgw.build-2025-10-31_08_33_12.md5 osmo-msc.build-2025-10-31_20_58_16.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-10-31_07_36_14.md5 osmo-pcu-sysmo.build-2025-10-31_07_34_04.md5 osmo-pcu.build-2025-10-31_07_36_18.md5 osmo-sgsn.build-2025-10-31_20_48_17.md5 osmo-stp.build-2025-10-31_14_48_13.md5 osmo-trx.build-2025-10-31_14_26_39.md5 osmocom-bb.build-2025-10-31_21_17_19.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-8136 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8136'
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-8136
--------------------------------------------------------------------------------------------
22:48:18.570202 tst trial-8136: Detailed log at /build/trial-8136/run.2025-10-31_22-48-18/log
---------------------------------------------------------------------
trial-8136 netreg_mass
---------------------------------------------------------------------
22:48:18.772379 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.772743 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.773525 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.774657 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.816407 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.817309 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.818497 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.880848 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-8136 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.881592 tst register_default_mass.py:9: Claiming resources for the test
22:48:18.896588 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.897087 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.897535 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.897961 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.898386 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.898836 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.899270 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.929917 tst register_default_mass.py: using LAC 2
22:48:18.952443 tst register_default_mass.py: using RAC 2
22:48:18.979619 tst register_default_mass.py: using CellId 2
22:48:19.009671 tst register_default_mass.py: using BVCI 3
22:48:19.023595 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.024270 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.024862 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.025383 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.025877 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.026380 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.026860 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.027349 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.027970 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.028472 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.028991 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.029490 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.030011 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.030530 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.031036 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.031544 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.032071 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.032580 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.033099 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.033619 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.034127 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.034635 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.035150 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.035673 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.036178 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.036713 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.037225 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.037744 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.038255 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.038776 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.039294 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.039814 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.040345 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.040885 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.041403 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.041923 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.042447 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.042967 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.043481 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.044004 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.044506 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.045029 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.045554 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.046065 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.046573 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.047091 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.047595 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.048103 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.048602 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.049135 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.049650 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.050151 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.050670 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.051177 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.051678 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.052190 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.052705 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.053211 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.053714 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.054225 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.054727 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.055231 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.055758 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.056267 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.056778 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.057293 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.057804 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.058338 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.058861 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.059367 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.059873 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.060393 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.060991 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.061510 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.062008 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.062504 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.063008 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.063508 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.064009 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.064521 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.065036 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.065537 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.066045 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.066546 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.067034 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.067520 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.068022 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.068519 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.069022 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.069539 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.070043 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.070543 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.071066 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.071570 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.072063 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.072574 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.073080 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.073580 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.074087 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.074592 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.075086 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.075648 tst register_default_mass.py:21: Launching a simple network
22:48:19.085664 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.202924 run create_hlr_db(pid=20): Launched
22:48:20.217416 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:20.233808 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:20.248506 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:20.254033 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.434113 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:20.448599 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:20.454204 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.865243 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.880198 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.894929 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:24.006497 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:24.021322 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:24.026968 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:24.050493 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:24.065513 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:24.071230 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:24.376205 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:24.391220 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:30.417602 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.587786 run osmo-bts-virtual(pid=34): Launched
22:48:31.623267 tst register_default_mass.py: using MSISDN 1001
22:48:31.637730 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.677539 tst register_default_mass.py: using MSISDN 1002
22:48:31.695247 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.725922 tst register_default_mass.py: using MSISDN 1003
22:48:31.740704 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.771830 tst register_default_mass.py: using MSISDN 1004
22:48:31.786523 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.817325 tst register_default_mass.py: using MSISDN 1005
22:48:31.832009 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.863337 tst register_default_mass.py: using MSISDN 1006
22:48:31.877977 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.908829 tst register_default_mass.py: using MSISDN 1007
22:48:31.923219 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.954017 tst register_default_mass.py: using MSISDN 1008
22:48:31.968368 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.998790 tst register_default_mass.py: using MSISDN 1009
22:48:32.012951 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:32.043639 tst register_default_mass.py: using MSISDN 1010
22:48:32.057844 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:32.088479 tst register_default_mass.py: using MSISDN 1011
22:48:32.102793 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:32.133688 tst register_default_mass.py: using MSISDN 1012
22:48:32.148159 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:32.178792 tst register_default_mass.py: using MSISDN 1013
22:48:32.192990 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:32.223402 tst register_default_mass.py: using MSISDN 1014
22:48:32.237348 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:32.267809 tst register_default_mass.py: using MSISDN 1015
22:48:32.282028 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:32.312733 tst register_default_mass.py: using MSISDN 1016
22:48:32.327162 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:32.357628 tst register_default_mass.py: using MSISDN 1017
22:48:32.371769 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:32.402300 tst register_default_mass.py: using MSISDN 1018
22:48:32.416277 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.447043 tst register_default_mass.py: using MSISDN 1019
22:48:32.461355 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.492002 tst register_default_mass.py: using MSISDN 1020
22:48:32.506279 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.536501 tst register_default_mass.py: using MSISDN 1021
22:48:32.550563 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.580599 tst register_default_mass.py: using MSISDN 1022
22:48:32.594676 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.625223 tst register_default_mass.py: using MSISDN 1023
22:48:32.639514 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.669901 tst register_default_mass.py: using MSISDN 1024
22:48:32.684082 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.714572 tst register_default_mass.py: using MSISDN 1025
22:48:32.728699 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.759016 tst register_default_mass.py: using MSISDN 1026
22:48:32.772987 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.803430 tst register_default_mass.py: using MSISDN 1027
22:48:32.817701 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.848125 tst register_default_mass.py: using MSISDN 1028
22:48:32.862147 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.892398 tst register_default_mass.py: using MSISDN 1029
22:48:32.906580 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.936786 tst register_default_mass.py: using MSISDN 1030
22:48:32.950811 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.981308 tst register_default_mass.py: using MSISDN 1031
22:48:32.995408 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:33.026159 tst register_default_mass.py: using MSISDN 1032
22:48:33.040466 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:33.070410 tst register_default_mass.py: using MSISDN 1033
22:48:33.084205 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.114403 tst register_default_mass.py: using MSISDN 1034
22:48:33.128220 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.158317 tst register_default_mass.py: using MSISDN 1035
22:48:33.172354 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.202521 tst register_default_mass.py: using MSISDN 1036
22:48:33.216297 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.250899 tst register_default_mass.py: using MSISDN 1037
22:48:33.266746 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.296489 tst register_default_mass.py: using MSISDN 1038
22:48:33.310498 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.341080 tst register_default_mass.py: using MSISDN 1039
22:48:33.355195 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:33.385403 tst register_default_mass.py: using MSISDN 1040
22:48:33.399358 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:33.429676 tst register_default_mass.py: using MSISDN 1041
22:48:33.443674 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:33.474017 tst register_default_mass.py: using MSISDN 1042
22:48:33.488118 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.518381 tst register_default_mass.py: using MSISDN 1043
22:48:33.532368 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:33.562790 tst register_default_mass.py: using MSISDN 1044
22:48:33.576799 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:33.606611 tst register_default_mass.py: using MSISDN 1045
22:48:33.620692 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.651115 tst register_default_mass.py: using MSISDN 1046
22:48:33.665204 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:33.695371 tst register_default_mass.py: using MSISDN 1047
22:48:33.709384 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:33.739276 tst register_default_mass.py: using MSISDN 1048
22:48:33.753090 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:33.783616 tst register_default_mass.py: using MSISDN 1049
22:48:33.797753 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.827866 tst register_default_mass.py: using MSISDN 1050
22:48:33.842050 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.872053 tst register_default_mass.py: using MSISDN 1051
22:48:33.885862 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:33.915979 tst register_default_mass.py: using MSISDN 1052
22:48:33.929866 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:33.959880 tst register_default_mass.py: using MSISDN 1053
22:48:33.973814 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:34.003980 tst register_default_mass.py: using MSISDN 1054
22:48:34.018041 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:34.048158 tst register_default_mass.py: using MSISDN 1055
22:48:34.061946 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:34.091958 tst register_default_mass.py: using MSISDN 1056
22:48:34.105959 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:34.136014 tst register_default_mass.py: using MSISDN 1057
22:48:34.149897 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:34.179907 tst register_default_mass.py: using MSISDN 1058
22:48:34.194011 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:34.224111 tst register_default_mass.py: using MSISDN 1059
22:48:34.238067 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:34.268241 tst register_default_mass.py: using MSISDN 1060
22:48:34.282244 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:34.312366 tst register_default_mass.py: using MSISDN 1061
22:48:34.326281 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:34.356212 tst register_default_mass.py: using MSISDN 1062
22:48:34.370119 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:34.400334 tst register_default_mass.py: using MSISDN 1063
22:48:34.414381 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:34.444370 tst register_default_mass.py: using MSISDN 1064
22:48:34.458371 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:34.488618 tst register_default_mass.py: using MSISDN 1065
22:48:34.502615 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:34.532619 tst register_default_mass.py: using MSISDN 1066
22:48:34.546567 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:34.576923 tst register_default_mass.py: using MSISDN 1067
22:48:34.591077 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:34.621410 tst register_default_mass.py: using MSISDN 1068
22:48:34.635540 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:34.665710 tst register_default_mass.py: using MSISDN 1069
22:48:34.679708 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:34.709051 tst register_default_mass.py: using MSISDN 1070
22:48:34.718899 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:34.749032 tst register_default_mass.py: using MSISDN 1071
22:48:34.764013 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:34.794246 tst register_default_mass.py: using MSISDN 1072
22:48:34.808215 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.838043 tst register_default_mass.py: using MSISDN 1073
22:48:34.851760 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.881844 tst register_default_mass.py: using MSISDN 1074
22:48:34.895502 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.925143 tst register_default_mass.py: using MSISDN 1075
22:48:34.938566 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:34.968426 tst register_default_mass.py: using MSISDN 1076
22:48:34.978237 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:35.008030 tst register_default_mass.py: using MSISDN 1077
22:48:35.023495 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:35.052766 tst register_default_mass.py: using MSISDN 1078
22:48:35.066865 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:35.096753 tst register_default_mass.py: using MSISDN 1079
22:48:35.110816 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:35.140794 tst register_default_mass.py: using MSISDN 1080
22:48:35.153825 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:35.183732 tst register_default_mass.py: using MSISDN 1081
22:48:35.197596 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:35.227255 tst register_default_mass.py: using MSISDN 1082
22:48:35.241134 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:35.271039 tst register_default_mass.py: using MSISDN 1083
22:48:35.285046 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:35.314953 tst register_default_mass.py: using MSISDN 1084
22:48:35.329144 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:35.358975 tst register_default_mass.py: using MSISDN 1085
22:48:35.371928 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:35.402322 tst register_default_mass.py: using MSISDN 1086
22:48:35.416380 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:35.446635 tst register_default_mass.py: using MSISDN 1087
22:48:35.460838 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:35.491391 tst register_default_mass.py: using MSISDN 1088
22:48:35.505803 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:35.544270 tst register_default_mass.py: using MSISDN 1089
22:48:35.560765 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:35.591178 tst register_default_mass.py: using MSISDN 1090
22:48:35.605705 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:35.635946 tst register_default_mass.py: using MSISDN 1091
22:48:35.650046 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:35.680083 tst register_default_mass.py: using MSISDN 1092
22:48:35.694165 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:35.724177 tst register_default_mass.py: using MSISDN 1093
22:48:35.738181 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:35.768297 tst register_default_mass.py: using MSISDN 1094
22:48:35.782536 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:35.812695 tst register_default_mass.py: using MSISDN 1095
22:48:35.826895 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:35.857049 tst register_default_mass.py: using MSISDN 1096
22:48:35.871173 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:35.901161 tst register_default_mass.py: using MSISDN 1097
22:48:35.915373 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:35.945885 tst register_default_mass.py: using MSISDN 1098
22:48:35.960299 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:35.990135 tst register_default_mass.py: using MSISDN 1099
22:48:36.004100 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:36.034054 tst register_default_mass.py: using MSISDN 1100
22:48:36.048184 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:36.139720 run mass: Starting testcase
22:48:36.145146 run mass: Pre-launching all virtphy's
22:48:36.150474 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:36.163207 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:36.169258 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:36.181860 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:36.187762 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:36.200464 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:36.206392 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:36.219370 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:36.225394 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:36.238226 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:36.244168 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:36.257027 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:36.263028 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:36.275654 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:36.281500 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:36.294065 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:36.299851 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:36.312415 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:36.318265 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:36.330893 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:36.336687 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:36.349290 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:36.355084 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:36.367622 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:36.373401 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:36.385936 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:36.391737 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:36.404299 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:36.410136 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:36.422706 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:36.428512 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:36.441126 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:36.446896 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:36.459456 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:36.465330 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:36.477901 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:36.483741 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:36.496403 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:36.502327 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:36.515066 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:36.520942 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:36.533622 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:36.539498 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:36.552264 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:36.558088 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:36.570873 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:36.576718 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:36.589374 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:36.595269 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:36.607975 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:36.613851 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:36.626597 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:36.632443 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:36.645220 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:36.651093 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:36.663931 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:36.669914 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:36.682783 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:36.688723 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:36.701446 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:36.707284 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:36.719989 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:36.725844 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:36.738695 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:36.744613 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:36.757934 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:36.763922 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:36.777052 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:36.783050 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:36.795877 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:36.801959 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:36.814788 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:36.820917 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:36.833885 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:36.839828 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:36.852539 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:36.858483 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:36.871245 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:36.877279 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:36.890179 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:36.896140 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:36.908916 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:36.914951 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:36.927845 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:36.933798 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:36.946704 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:36.952683 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:36.965426 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:36.971417 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.984140 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:36.990184 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:37.002879 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:37.008814 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:37.021661 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:37.027539 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:37.040411 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:37.046333 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:37.059016 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:37.064880 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:37.077518 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:37.083376 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:37.096022 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:37.101972 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:37.114686 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:37.120554 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:37.133239 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:37.139066 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:37.151691 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:37.157525 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:37.170172 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:37.175995 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:37.188675 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:37.194613 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:37.207479 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:37.213402 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:37.226236 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:37.232173 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:37.245188 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:37.255028 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:37.267853 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:37.273808 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:37.286508 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:37.292439 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:37.305176 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:37.311121 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:37.323798 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:37.329767 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:37.342435 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:37.348375 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:37.361099 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:37.367014 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:37.379624 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:37.385517 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:37.398228 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:37.404182 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:37.416907 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:37.422781 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:37.435432 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:37.441483 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:37.454152 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:37.460077 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:37.472776 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:37.478632 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:37.491480 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:37.497336 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:37.510160 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:37.516003 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:37.528680 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:37.534582 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:37.547226 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:37.553098 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:37.565778 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:37.571609 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:37.584284 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:37.590128 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:37.602782 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:37.608582 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:37.621224 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:37.627086 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:37.639726 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:37.645554 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:37.658263 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:37.664092 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:37.676969 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:37.682871 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:37.695746 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:37.701556 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:37.714210 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:37.720190 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:37.732913 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:37.738887 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:37.751703 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:37.757569 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:37.770248 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:37.776138 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:37.788854 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:37.794718 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:37.807398 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:37.813237 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:37.825853 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:37.831664 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:37.844272 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:37.850181 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:37.862844 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:37.868722 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:37.881414 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:37.887245 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:37.899910 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:37.905785 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:37.918605 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:37.924483 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:37.937356 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:37.943307 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:37.956314 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:37.962290 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:37.975329 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:37.981348 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.994275 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:38.000222 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:38.013139 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:38.019101 run mass: Checking if sockets are in the filesystem
22:48:38.051321 run osmo-ms-mob/00000: Starting mobile
22:48:38.064144 run osmo-ms-mob/00000(pid=135): Launched
22:48:38.075127 run mass: MS start registered {at=25181823.778476775, delay=0.005093492567539215, ms=00000}
22:48:42.265899 run osmo-ms-mob/00001: Starting mobile
22:48:42.283898 run osmo-ms-mob/00001(pid=136): Launched
22:48:42.296104 run mass: MS start registered {at=25181827.999415033, delay=0.005631990730762482, ms=00001}
22:48:43.416000 run mass: MS performed LU {at=25181829.11923271, lu_delay=5.340755935758352, ms=00000}
22:48:44.052993 run osmo-ms-mob/00002: Starting mobile
22:48:44.066849 run osmo-ms-mob/00002(pid=137): Launched
22:48:44.077769 run mass: MS start registered {at=25181829.781105492, delay=0.00495535135269165, ms=00002}
22:48:45.365833 run osmo-ms-mob/00003: Starting mobile
22:48:45.383111 run osmo-ms-mob/00003(pid=138): Launched
22:48:45.393558 run mass: MS start registered {at=25181831.09690922, delay=0.004461757838726044, ms=00003}
22:48:46.435305 run osmo-ms-mob/00004: Starting mobile
22:48:46.448359 run osmo-ms-mob/00004(pid=139): Launched
22:48:46.458974 run mass: MS start registered {at=25181832.16232567, delay=0.004645101726055145, ms=00004}
22:48:47.181602 run mass: MS performed LU {at=25181832.884839166, lu_delay=4.885424133390188, ms=00001}
22:48:47.434508 run osmo-ms-mob/00005: Starting mobile
22:48:47.447342 run osmo-ms-mob/00005(pid=140): Launched
22:48:47.457806 run mass: MS start registered {at=25181833.161157873, delay=0.0044877789914608, ms=00005}
22:48:48.336107 run osmo-ms-mob/00006: Starting mobile
22:48:48.349012 run osmo-ms-mob/00006(pid=141): Launched
22:48:48.360055 run mass: MS start registered {at=25181834.06340341, delay=0.00497451052069664, ms=00006}
22:48:49.083469 run mass: MS performed LU {at=25181834.78670805, lu_delay=5.005602557212114, ms=00002}
22:48:49.264808 run osmo-ms-mob/00007: Starting mobile
22:48:49.280067 run osmo-ms-mob/00007(pid=142): Launched
22:48:49.290644 run mass: MS start registered {at=25181834.993996423, delay=0.00456593930721283, ms=00007}
22:48:50.035637 run osmo-ms-mob/00008: Starting mobile
22:48:50.048615 run osmo-ms-mob/00008(pid=143): Launched
22:48:50.059375 run mass: MS start registered {at=25181835.762728434, delay=0.004448454827070236, ms=00008}
22:48:50.734793 run osmo-ms-mob/00009: Starting mobile
22:48:50.747805 run osmo-ms-mob/00009(pid=144): Launched
22:48:50.758551 run mass: MS start registered {at=25181836.461901132, delay=0.004627101123332977, ms=00009}
22:48:50.947291 run mass: MS performed LU {at=25181836.65053787, lu_delay=5.553628649562597, ms=00003}
22:48:51.466325 run osmo-ms-mob/00010: Starting mobile
22:48:51.482640 run osmo-ms-mob/00010(pid=145): Launched
22:48:51.488620 run mass: MS performed LU {at=25181837.191978335, lu_delay=5.029652666300535, ms=00004}
22:48:51.494420 run mass: MS start registered {at=25181837.19778763, delay=0.005828443914651871, ms=00010}
22:48:52.034764 run osmo-ms-mob/00011: Starting mobile
22:48:52.047681 run osmo-ms-mob/00011(pid=146): Launched
22:48:52.058501 run mass: MS start registered {at=25181837.76185456, delay=0.004547324031591415, ms=00011}
22:48:52.633857 run osmo-ms-mob/00012: Starting mobile
22:48:52.647827 run osmo-ms-mob/00012(pid=147): Launched
22:48:52.659237 run mass: MS start registered {at=25181838.36258793, delay=0.005070138722658157, ms=00012}
22:48:52.848716 run mass: MS performed LU {at=25181838.551919047, lu_delay=5.39076117426157, ms=00005}
22:48:53.267440 run osmo-ms-mob/00013: Starting mobile
22:48:53.284903 run osmo-ms-mob/00013(pid=148): Launched
22:48:53.295582 run mass: MS start registered {at=25181838.998931848, delay=0.004799902439117432, ms=00013}
22:48:53.365736 run mass: MS performed LU {at=25181839.068977363, lu_delay=5.005573954433203, ms=00006}
22:48:53.835501 run osmo-ms-mob/00014: Starting mobile
22:48:53.852147 run osmo-ms-mob/00014(pid=149): Launched
22:48:53.863060 run mass: MS start registered {at=25181839.56640969, delay=0.004921216517686844, ms=00014}
22:48:54.465693 run osmo-ms-mob/00015: Starting mobile
22:48:54.482965 run osmo-ms-mob/00015(pid=150): Launched
22:48:54.493682 run mass: MS start registered {at=25181840.197035424, delay=0.00470033660531044, ms=00015}
22:48:54.713740 run mass: MS performed LU {at=25181840.416982118, lu_delay=5.422985695302486, ms=00007}
22:48:54.758984 run mass: MS performed LU {at=25181840.462262847, lu_delay=4.69953441247344, ms=00008}
22:48:54.935136 run osmo-ms-mob/00016: Starting mobile
22:48:54.948143 run osmo-ms-mob/00016(pid=151): Launched
22:48:54.958974 run mass: MS start registered {at=25181840.662326083, delay=0.004883844405412674, ms=00016}
22:48:55.457693 run osmo-ms-mob/00017: Starting mobile
22:48:55.473916 run osmo-ms-mob/00017(pid=152): Launched
22:48:55.484984 run mass: MS start registered {at=25181841.18833451, delay=0.005133073776960373, ms=00017}
22:48:56.048996 run osmo-ms-mob/00018: Starting mobile
22:48:56.062696 run osmo-ms-mob/00018(pid=153): Launched
22:48:56.073414 run mass: MS start registered {at=25181841.77676732, delay=0.004832770675420761, ms=00018}
22:48:56.457214 run osmo-ms-mob/00019: Starting mobile
22:48:56.473205 run osmo-ms-mob/00019(pid=154): Launched
22:48:56.483768 run mass: MS start registered {at=25181842.187123846, delay=0.004673689603805542, ms=00019}
22:48:56.614598 run mass: MS performed LU {at=25181842.31784814, lu_delay=5.120060507208109, ms=00010}
22:48:56.660779 run mass: MS performed LU {at=25181842.364028238, lu_delay=5.902127105742693, ms=00009}
22:48:56.968522 run osmo-ms-mob/00020: Starting mobile
22:48:56.982939 run osmo-ms-mob/00020(pid=155): Launched
22:48:56.988929 run mass: MS performed LU {at=25181842.69228944, lu_delay=4.930434882640839, ms=00011}
22:48:56.994907 run mass: MS start registered {at=25181842.69827225, delay=0.006001833826303482, ms=00020}
22:48:57.448056 run osmo-ms-mob/00021: Starting mobile
22:48:57.462463 run osmo-ms-mob/00021(pid=156): Launched
22:48:57.473510 run mass: MS start registered {at=25181843.176857676, delay=0.0049890317022800446, ms=00021}
22:48:57.834534 run osmo-ms-mob/00022: Starting mobile
22:48:57.847887 run osmo-ms-mob/00022(pid=157): Launched
22:48:57.858626 run mass: MS start registered {at=25181843.5619787, delay=0.004639975726604462, ms=00022}
22:48:58.335589 run osmo-ms-mob/00023: Starting mobile
22:48:58.348263 run osmo-ms-mob/00023(pid=158): Launched
22:48:58.358880 run mass: MS start registered {at=25181844.062230054, delay=0.004841029644012451, ms=00023}
22:48:58.479329 run mass: MS performed LU {at=25181844.182582222, lu_delay=5.183650374412537, ms=00013}
22:48:58.525860 run mass: MS performed LU {at=25181844.22911144, lu_delay=5.866523511707783, ms=00012}
22:48:58.631439 run mass: MS performed LU {at=25181844.334689952, lu_delay=4.768280263990164, ms=00014}
22:48:58.685122 run osmo-ms-mob/00024: Starting mobile
22:48:58.700771 run osmo-ms-mob/00024(pid=159): Launched
22:48:58.711481 run mass: MS start registered {at=25181844.414835613, delay=0.004687916487455368, ms=00024}
22:48:59.268799 run osmo-ms-mob/00025: Starting mobile
22:48:59.281493 run osmo-ms-mob/00025(pid=160): Launched
22:48:59.292063 run mass: MS start registered {at=25181844.995417446, delay=0.004636697471141815, ms=00025}
22:48:59.635984 run osmo-ms-mob/00026: Starting mobile
22:48:59.648801 run osmo-ms-mob/00026(pid=161): Launched
22:48:59.659719 run mass: MS start registered {at=25181845.36307172, delay=0.0048206523060798645, ms=00026}
22:49:00.057321 run osmo-ms-mob/00027: Starting mobile
22:49:00.073279 run osmo-ms-mob/00027(pid=162): Launched
22:49:00.084126 run mass: MS start registered {at=25181845.78747207, delay=0.004898041486740112, ms=00027}
22:49:00.380787 run mass: MS performed LU {at=25181846.083996974, lu_delay=4.89566246420145, ms=00017}
22:49:00.396266 run osmo-ms-mob/00028: Starting mobile
22:49:00.409405 run osmo-ms-mob/00028(pid=163): Launched
22:49:00.420248 run mass: MS start registered {at=25181846.123604782, delay=0.00498431921005249, ms=00028}
22:49:00.426320 run mass: MS performed LU {at=25181846.129681613, lu_delay=5.467355530709028, ms=00016}
22:49:00.495665 run mass: MS performed LU {at=25181846.198915254, lu_delay=6.001879829913378, ms=00015}
22:49:00.862516 run osmo-ms-mob/00029: Starting mobile
22:49:00.880209 run osmo-ms-mob/00029(pid=164): Launched
22:49:00.890963 run mass: MS start registered {at=25181846.594316896, delay=0.004909049719572067, ms=00029}
22:49:01.248616 run osmo-ms-mob/00030: Starting mobile
22:49:01.262432 run osmo-ms-mob/00030(pid=165): Launched
22:49:01.273183 run mass: MS start registered {at=25181846.97653678, delay=0.004779096692800522, ms=00030}
22:49:01.666099 run osmo-ms-mob/00031: Starting mobile
22:49:01.683850 run osmo-ms-mob/00031(pid=166): Launched
22:49:01.694930 run mass: MS start registered {at=25181847.39828002, delay=0.004846159368753433, ms=00031}
22:49:01.953972 run osmo-ms-mob/00032: Starting mobile
22:49:01.969471 run osmo-ms-mob/00032(pid=167): Launched
22:49:01.980148 run mass: MS start registered {at=25181847.68349916, delay=0.0046878233551979065, ms=00032}
22:49:02.245333 run mass: MS performed LU {at=25181847.948581867, lu_delay=6.171814545989037, ms=00018}
22:49:02.289345 run osmo-ms-mob/00033: Starting mobile
22:49:02.303424 run osmo-ms-mob/00033(pid=168): Launched
22:49:02.309690 run mass: MS performed LU {at=25181848.013050545, lu_delay=5.314778294414282, ms=00020}
22:49:02.315548 run mass: MS start registered {at=25181848.018915854, delay=0.005882520228624344, ms=00033}
22:49:02.416089 run mass: MS performed LU {at=25181848.119340334, lu_delay=4.942482657730579, ms=00021}
22:49:02.758314 run osmo-ms-mob/00034: Starting mobile
22:49:02.775101 run osmo-ms-mob/00034(pid=169): Launched
22:49:02.786002 run mass: MS start registered {at=25181848.4893523, delay=0.00466340035200119, ms=00034}
22:49:03.034519 run osmo-ms-mob/00035: Starting mobile
22:49:03.047428 run osmo-ms-mob/00035(pid=170): Launched
22:49:03.057955 run mass: MS start registered {at=25181848.7613091, delay=0.004481460899114609, ms=00035}
22:49:03.448473 run osmo-ms-mob/00036: Starting mobile
22:49:03.462147 run osmo-ms-mob/00036(pid=171): Launched
22:49:03.473232 run mass: MS start registered {at=25181849.176586144, delay=0.004786156117916107, ms=00036}
22:49:03.849705 run osmo-ms-mob/00037: Starting mobile
22:49:03.863452 run osmo-ms-mob/00037(pid=172): Launched
22:49:03.874048 run mass: MS start registered {at=25181849.577400494, delay=0.0045265816152095795, ms=00037}
22:49:04.171470 run osmo-ms-mob/00038: Starting mobile
22:49:04.184165 run osmo-ms-mob/00038(pid=173): Launched
22:49:04.190071 run mass: MS performed LU {at=25181849.893429898, lu_delay=5.478594284504652, ms=00024}
22:49:04.196105 run mass: MS performed LU {at=25181849.89947129, lu_delay=5.837241236120462, ms=00023}
22:49:04.201771 run mass: MS start registered {at=25181849.905139018, delay=0.01172703132033348, ms=00038}
22:49:04.212254 run osmo-ms-mob/00039: Starting mobile
22:49:04.225025 run osmo-ms-mob/00039(pid=174): Launched
22:49:04.235505 run mass: MS start registered {at=25181849.938861955, delay=0.004568777978420258, ms=00039}
22:49:04.260508 run mass: MS performed LU {at=25181849.963845752, lu_delay=6.401867050677538, ms=00022}
22:49:04.318642 run mass: MS performed LU {at=25181850.0218923, lu_delay=5.026474855840206, ms=00025}
22:49:04.571292 run mass: MS performed LU {at=25181850.27454154, lu_delay=4.91146981716156, ms=00026}
22:49:04.614734 run osmo-ms-mob/00040: Starting mobile
22:49:04.628641 run osmo-ms-mob/00040(pid=175): Launched
22:49:04.639466 run mass: MS start registered {at=25181850.342818987, delay=0.004831422120332718, ms=00040}
22:49:05.135042 run osmo-ms-mob/00041: Starting mobile
22:49:05.147910 run osmo-ms-mob/00041(pid=176): Launched
22:49:05.158974 run mass: MS start registered {at=25181850.862326536, delay=0.004897627979516983, ms=00041}
22:49:05.435775 run osmo-ms-mob/00042: Starting mobile
22:49:05.449470 run osmo-ms-mob/00042(pid=177): Launched
22:49:05.460168 run mass: MS start registered {at=25181851.163522545, delay=0.0046831704676151276, ms=00042}
22:49:05.866107 run osmo-ms-mob/00043: Starting mobile
22:49:05.882649 run osmo-ms-mob/00043(pid=178): Launched
22:49:05.893083 run mass: MS start registered {at=25181851.596437804, delay=0.0045644305646419525, ms=00043}
22:49:05.946364 run mass: MS performed LU {at=25181851.6496258, lu_delay=5.526021018624306, ms=00028}
22:49:06.010595 run mass: MS performed LU {at=25181851.71382567, lu_delay=4.737288888543844, ms=00030}
22:49:06.041342 run osmo-ms-mob/00044: Starting mobile
22:49:06.054351 run osmo-ms-mob/00044(pid=179): Launched
22:49:06.060529 run mass: MS performed LU {at=25181851.763888374, lu_delay=5.976416304707527, ms=00027}
22:49:06.066281 run mass: MS start registered {at=25181851.769647926, delay=0.005776878446340561, ms=00044}
22:49:06.237239 run mass: MS performed LU {at=25181851.94049212, lu_delay=5.3461752235889435, ms=00029}
22:49:06.266111 run osmo-ms-mob/00045: Starting mobile
22:49:06.279329 run osmo-ms-mob/00045(pid=180): Launched
22:49:06.290179 run mass: MS start registered {at=25181851.993532337, delay=0.0046673789620399475, ms=00045}
22:49:06.775197 run osmo-ms-mob/00046: Starting mobile
22:49:06.792097 run osmo-ms-mob/00046(pid=181): Launched
22:49:06.802859 run mass: MS start registered {at=25181852.50621051, delay=0.0045944154262542725, ms=00046}
22:49:07.047070 run osmo-ms-mob/00047: Starting mobile
22:49:07.061139 run osmo-ms-mob/00047(pid=182): Launched
22:49:07.071879 run mass: MS start registered {at=25181852.775228847, delay=0.0046886540949344635, ms=00047}
22:49:07.335994 run osmo-ms-mob/00048: Starting mobile
22:49:07.349300 run osmo-ms-mob/00048(pid=183): Launched
22:49:07.359873 run mass: MS start registered {at=25181853.063226964, delay=0.004547119140625, ms=00048}
22:49:07.634991 run osmo-ms-mob/00049: Starting mobile
22:49:07.648064 run osmo-ms-mob/00049(pid=184): Launched
22:49:07.658824 run mass: MS start registered {at=25181853.362174362, delay=0.004753556102514267, ms=00049}
22:49:07.912352 run mass: MS performed LU {at=25181853.61560023, lu_delay=5.9321010671556, ms=00032}
22:49:07.926985 run osmo-ms-mob/00050: Starting mobile
22:49:07.939735 run osmo-ms-mob/00050(pid=185): Launched
22:49:07.950333 run mass: MS start registered {at=25181853.65368923, delay=0.004687611013650894, ms=00050}
22:49:07.956916 run mass: MS performed LU {at=25181853.660272107, lu_delay=5.170919805765152, ms=00034}
22:49:08.027228 run mass: MS performed LU {at=25181853.7304799, lu_delay=5.711564045399427, ms=00033}
22:49:08.083521 run mass: MS performed LU {at=25181853.786772113, lu_delay=6.388492092490196, ms=00031}
22:49:08.108936 run osmo-ms-mob/00051: Starting mobile
22:49:08.122069 run osmo-ms-mob/00051(pid=186): Launched
22:49:08.128141 run mass: MS performed LU {at=25181853.831502806, lu_delay=5.070193707942963, ms=00035}
22:49:08.133995 run mass: MS start registered {at=25181853.837362103, delay=0.00587843731045723, ms=00051}
22:49:08.374004 run mass: MS performed LU {at=25181854.077253636, lu_delay=4.900667492300272, ms=00036}
22:49:08.419069 run osmo-ms-mob/00052: Starting mobile
22:49:08.433006 run osmo-ms-mob/00052(pid=187): Launched
22:49:08.443928 run mass: MS start registered {at=25181854.147278395, delay=0.0047317370772361755, ms=00052}
22:49:08.946209 run osmo-ms-mob/00053: Starting mobile
22:49:08.959495 run osmo-ms-mob/00053(pid=188): Launched
22:49:08.970311 run mass: MS start registered {at=25181854.673663214, delay=0.0048336461186409, ms=00053}
22:49:09.240239 run osmo-ms-mob/00054: Starting mobile
22:49:09.254030 run osmo-ms-mob/00054(pid=189): Launched
22:49:09.265613 run mass: MS start registered {at=25181854.968963865, delay=0.005016826093196869, ms=00054}
22:49:09.548990 run osmo-ms-mob/00055: Starting mobile
22:49:09.562621 run osmo-ms-mob/00055(pid=190): Launched
22:49:09.573367 run mass: MS start registered {at=25181855.276720013, delay=0.004752505570650101, ms=00055}
22:49:09.694117 run mass: MS performed LU {at=25181855.39736836, lu_delay=5.458506405353546, ms=00039}
22:49:09.776249 run mass: MS performed LU {at=25181855.479516514, lu_delay=5.574377495795488, ms=00038}
22:49:09.804402 run osmo-ms-mob/00056: Starting mobile
22:49:09.817326 run osmo-ms-mob/00056(pid=191): Launched
22:49:09.823470 run mass: MS performed LU {at=25181855.526830394, lu_delay=5.184011407196522, ms=00040}
22:49:09.829216 run mass: MS start registered {at=25181855.532584056, delay=0.005769316107034683, ms=00056}
22:49:09.947738 run mass: MS performed LU {at=25181855.650989793, lu_delay=6.07358929887414, ms=00037}
22:49:09.976841 run osmo-ms-mob/00057: Starting mobile
22:49:09.989988 run osmo-ms-mob/00057(pid=192): Launched
22:49:10.001128 run mass: MS start registered {at=25181855.704479158, delay=0.005169037729501724, ms=00057}
22:49:10.006903 run mass: MS performed LU {at=25181855.7102659, lu_delay=4.8479393646121025, ms=00041}
22:49:10.545449 run osmo-ms-mob/00058: Starting mobile
22:49:10.558860 run osmo-ms-mob/00058(pid=193): Launched
22:49:10.569831 run mass: MS start registered {at=25181856.273184128, delay=0.004818346351385117, ms=00058}
22:49:10.845601 run osmo-ms-mob/00059: Starting mobile
22:49:10.859486 run osmo-ms-mob/00059(pid=194): Launched
22:49:10.870348 run mass: MS start registered {at=25181856.573694963, delay=0.004786182194948196, ms=00059}
22:49:11.149434 run osmo-ms-mob/00060: Starting mobile
22:49:11.163647 run osmo-ms-mob/00060(pid=195): Launched
22:49:11.174713 run mass: MS start registered {at=25181856.878066964, delay=0.0051514022052288055, ms=00060}
22:49:11.568019 run osmo-ms-mob/00061: Starting mobile
22:49:11.585615 run osmo-ms-mob/00061(pid=196): Launched
22:49:11.596286 run mass: MS start registered {at=25181857.299639802, delay=0.004753421992063522, ms=00061}
22:49:11.677476 run mass: MS performed LU {at=25181857.38073644, lu_delay=4.874525930732489, ms=00046}
22:49:11.724117 run mass: MS performed LU {at=25181857.427368317, lu_delay=5.657720390707254, ms=00044}
22:49:11.747543 run osmo-ms-mob/00062: Starting mobile
22:49:11.760249 run osmo-ms-mob/00062(pid=197): Launched
22:49:11.770927 run mass: MS start registered {at=25181857.474284474, delay=0.004863053560256958, ms=00062}
22:49:11.792188 run mass: MS performed LU {at=25181857.49553374, lu_delay=5.502001401036978, ms=00045}
22:49:11.850302 run mass: MS performed LU {at=25181857.553552657, lu_delay=4.77832381054759, ms=00047}
22:49:11.876982 run osmo-ms-mob/00063: Starting mobile
22:49:11.889854 run osmo-ms-mob/00063(pid=198): Launched
22:49:11.895773 run mass: MS performed LU {at=25181857.59913493, lu_delay=6.4356123842298985, ms=00042}
22:49:11.901652 run mass: MS start registered {at=25181857.605018668, delay=0.005902137607336044, ms=00063}
22:49:12.547956 run osmo-ms-mob/00064: Starting mobile
22:49:12.561933 run osmo-ms-mob/00064(pid=199): Launched
22:49:12.573089 run mass: MS start registered {at=25181858.276433256, delay=0.00514279305934906, ms=00064}
22:49:12.949465 run osmo-ms-mob/00065: Starting mobile
22:49:12.963084 run osmo-ms-mob/00065(pid=200): Launched
22:49:12.974462 run mass: MS start registered {at=25181858.677809883, delay=0.0052791014313697815, ms=00065}
22:49:13.234950 run osmo-ms-mob/00066: Starting mobile
22:49:13.248073 run osmo-ms-mob/00066(pid=201): Launched
22:49:13.258838 run mass: MS start registered {at=25181858.962192476, delay=0.0047376640141010284, ms=00066}
22:49:13.459625 run mass: MS performed LU {at=25181859.162872743, lu_delay=5.509183511137962, ms=00050}
22:49:13.542645 run mass: MS performed LU {at=25181859.245912615, lu_delay=6.182685650885105, ms=00048}
22:49:13.556611 run osmo-ms-mob/00067: Starting mobile
22:49:13.569625 run osmo-ms-mob/00067(pid=202): Launched
22:49:13.580413 run mass: MS start registered {at=25181859.28376793, delay=0.00483548641204834, ms=00067}
22:49:13.587795 run mass: MS performed LU {at=25181859.291138735, lu_delay=5.928964372724295, ms=00049}
22:49:13.712986 run mass: MS performed LU {at=25181859.416237645, lu_delay=5.268959250301123, ms=00052}
22:49:13.742104 run osmo-ms-mob/00068: Starting mobile
22:49:13.755158 run osmo-ms-mob/00068(pid=203): Launched
22:49:13.765877 run mass: MS start registered {at=25181859.469228998, delay=0.004698030650615692, ms=00068}
22:49:13.771908 run mass: MS performed LU {at=25181859.47526974, lu_delay=5.637907635420561, ms=00051}
22:49:13.804611 run mass: MS performed LU {at=25181859.50788143, lu_delay=4.834218215197325, ms=00053}
22:49:14.348044 run osmo-ms-mob/00069: Starting mobile
22:49:14.361872 run osmo-ms-mob/00069(pid=204): Launched
22:49:14.372832 run mass: MS start registered {at=25181860.076186758, delay=0.004992656409740448, ms=00069}
22:49:14.748006 run osmo-ms-mob/00070: Starting mobile
22:49:14.761673 run osmo-ms-mob/00070(pid=205): Launched
22:49:14.772676 run mass: MS start registered {at=25181860.476026036, delay=0.004723981022834778, ms=00070}
22:49:15.166362 run osmo-ms-mob/00071: Starting mobile
22:49:15.181425 run osmo-ms-mob/00071(pid=206): Launched
22:49:15.192193 run mass: MS start registered {at=25181860.895548042, delay=0.004833530634641647, ms=00071}
22:49:15.443218 run mass: MS performed LU {at=25181861.146472186, lu_delay=4.873288057744503, ms=00058}
22:49:15.471977 run osmo-ms-mob/00072: Starting mobile
22:49:15.484983 run osmo-ms-mob/00072(pid=207): Launched
22:49:15.495778 run mass: MS start registered {at=25181861.199128605, delay=0.004767961800098419, ms=00072}
22:49:15.559723 run mass: MS performed LU {at=25181861.26297908, lu_delay=6.29401521384716, ms=00054}
22:49:15.615405 run mass: MS performed LU {at=25181861.318666283, lu_delay=5.614187125116587, ms=00057}
22:49:15.638200 run mass: MS performed LU {at=25181861.341562483, lu_delay=6.0648424699902534, ms=00055}
22:49:15.649036 run osmo-ms-mob/00073: Starting mobile
22:49:15.661999 run osmo-ms-mob/00073(pid=208): Launched
22:49:15.672698 run mass: MS start registered {at=25181861.37605267, delay=0.004707399755716324, ms=00073}
22:49:16.348179 run osmo-ms-mob/00074: Starting mobile
22:49:16.361937 run osmo-ms-mob/00074(pid=209): Launched
22:49:16.372973 run mass: MS start registered {at=25181862.076323166, delay=0.004891417920589447, ms=00074}
22:49:16.767189 run osmo-ms-mob/00075: Starting mobile
22:49:16.782668 run osmo-ms-mob/00075(pid=210): Launched
22:49:16.793700 run mass: MS start registered {at=25181862.49704073, delay=0.0050210244953632355, ms=00075}
22:49:17.225275 run mass: MS performed LU {at=25181862.928525478, lu_delay=6.050458513200283, ms=00060}
22:49:17.276258 run osmo-ms-mob/00076: Starting mobile
22:49:17.296249 run osmo-ms-mob/00076(pid=211): Launched
22:49:17.307213 run mass: MS performed LU {at=25181863.0105568, lu_delay=4.734123542904854, ms=00064}
22:49:17.313236 run mass: MS start registered {at=25181863.01660231, delay=0.010831166058778763, ms=00076}
22:49:17.354613 run mass: MS performed LU {at=25181863.05785018, lu_delay=5.758210375905037, ms=00061}
22:49:17.478459 run mass: MS performed LU {at=25181863.181707975, lu_delay=5.707423500716686, ms=00062}
22:49:17.507792 run osmo-ms-mob/00077: Starting mobile
22:49:17.521111 run osmo-ms-mob/00077(pid=212): Launched
22:49:17.531729 run mass: MS start registered {at=25181863.235084146, delay=0.004737883806228638, ms=00077}
22:49:17.538008 run mass: MS performed LU {at=25181863.241369076, lu_delay=5.636350408196449, ms=00063}
22:49:18.147151 run osmo-ms-mob/00078: Starting mobile
22:49:18.161395 run osmo-ms-mob/00078(pid=213): Launched
22:49:18.172131 run mass: MS start registered {at=25181863.87547971, delay=0.004330698400735855, ms=00078}
22:49:18.549106 run osmo-ms-mob/00079: Starting mobile
22:49:18.563027 run osmo-ms-mob/00079(pid=214): Launched
22:49:18.574020 run mass: MS start registered {at=25181864.27737314, delay=0.004766680300235748, ms=00079}
22:49:18.599844 run mass: MS performed LU {at=25181864.30317934, lu_delay=3.82715330272913, ms=00070}
22:49:19.058118 run osmo-ms-mob/00080: Starting mobile
22:49:19.074192 run osmo-ms-mob/00080(pid=215): Launched
22:49:19.084874 run mass: MS start registered {at=25181864.78822631, delay=0.004533547908067703, ms=00080}
22:49:19.090882 run mass: MS performed LU {at=25181864.794242974, lu_delay=5.325013976544142, ms=00068}
22:49:19.209939 run mass: MS performed LU {at=25181864.913191114, lu_delay=6.235381230711937, ms=00065}
22:49:19.399760 run mass: MS performed LU {at=25181865.10301096, lu_delay=6.1408184841275215, ms=00066}
22:49:19.435285 run mass: MS performed LU {at=25181865.138574187, lu_delay=5.062387429177761, ms=00069}
22:49:19.480698 run osmo-ms-mob/00081: Starting mobile
22:49:19.494591 run osmo-ms-mob/00081(pid=216): Launched
22:49:19.500613 run mass: MS performed LU {at=25181865.203971937, lu_delay=23.01684809103608, ms=00019}
22:49:19.506289 run mass: MS start registered {at=25181865.209655654, delay=0.0057023391127586365, ms=00081}
22:49:19.947993 run osmo-ms-mob/00082: Starting mobile
22:49:19.961808 run osmo-ms-mob/00082(pid=217): Launched
22:49:19.972383 run mass: MS start registered {at=25181865.675737806, delay=0.004690676927566528, ms=00082}
22:49:20.548357 run osmo-ms-mob/00083: Starting mobile
22:49:20.562375 run osmo-ms-mob/00083(pid=218): Launched
22:49:20.573101 run mass: MS start registered {at=25181866.27645202, delay=0.0047986991703510284, ms=00083}
22:49:21.064938 run osmo-ms-mob/00084: Starting mobile
22:49:21.080446 run osmo-ms-mob/00084(pid=219): Launched
22:49:21.086369 run mass: MS performed LU {at=25181866.789727926, lu_delay=5.894179884344339, ms=00071}
22:49:21.092079 run mass: MS start registered {at=25181866.79544531, delay=0.005736030638217926, ms=00084}
22:49:21.245098 run mass: MS performed LU {at=25181866.948347375, lu_delay=4.872024208307266, ms=00074}
22:49:21.552497 run osmo-ms-mob/00085: Starting mobile
22:49:21.576855 run osmo-ms-mob/00085(pid=220): Launched
22:49:21.587652 run mass: MS start registered {at=25181867.291006126, delay=0.004884582012891769, ms=00085}
22:49:22.131919 run osmo-ms-mob/00086: Starting mobile
22:49:22.146300 run osmo-ms-mob/00086(pid=221): Launched
22:49:22.157896 run mass: MS start registered {at=25181867.86123992, delay=0.004669405519962311, ms=00086}
22:49:22.764701 run osmo-ms-mob/00087: Starting mobile
22:49:22.779824 run osmo-ms-mob/00087(pid=222): Launched
22:49:22.790904 run mass: MS start registered {at=25181868.494251505, delay=0.004925347864627838, ms=00087}
22:49:22.975021 run mass: MS performed LU {at=25181868.678272504, lu_delay=5.661670193076134, ms=00076}
22:49:23.090872 run mass: MS performed LU {at=25181868.794122837, lu_delay=4.91864312812686, ms=00078}
22:49:23.165621 run mass: MS performed LU {at=25181868.868880026, lu_delay=6.3718392960727215, ms=00075}
22:49:23.374727 run osmo-ms-mob/00088: Starting mobile
22:49:23.391270 run osmo-ms-mob/00088(pid=223): Launched
22:49:23.402321 run mass: MS start registered {at=25181869.105661966, delay=0.0049623362720012665, ms=00088}
22:49:23.417439 run mass: MS performed LU {at=25181869.120774522, lu_delay=4.84340138360858, ms=00079}
22:49:23.947120 run osmo-ms-mob/00089: Starting mobile
22:49:23.960865 run osmo-ms-mob/00089(pid=224): Launched
22:49:23.971690 run mass: MS start registered {at=25181869.675041754, delay=0.0046821944415569305, ms=00089}
22:49:24.568637 run osmo-ms-mob/00090: Starting mobile
22:49:24.585831 run osmo-ms-mob/00090(pid=225): Launched
22:49:24.596673 run mass: MS start registered {at=25181870.30002448, delay=0.004858318716287613, ms=00090}
22:49:24.775258 run mass: MS performed LU {at=25181870.478507582, lu_delay=4.802769776433706, ms=00082}
22:49:24.840023 run mass: MS performed LU {at=25181870.543290906, lu_delay=5.755064595490694, ms=00080}
22:49:24.861535 run mass: MS performed LU {at=25181870.56489761, lu_delay=5.35524195805192, ms=00081}
22:49:25.235813 run osmo-ms-mob/00091: Starting mobile
22:49:25.249052 run osmo-ms-mob/00091(pid=226): Launched
22:49:25.259791 run mass: MS start registered {at=25181870.963144936, delay=0.004734549671411514, ms=00091}
22:49:25.948494 run osmo-ms-mob/00092: Starting mobile
22:49:25.962214 run osmo-ms-mob/00092(pid=227): Launched
22:49:25.973260 run mass: MS start registered {at=25181871.676605377, delay=0.005155876278877258, ms=00092}
22:49:26.620544 run mass: MS performed LU {at=25181872.323874805, lu_delay=5.528429493308067, ms=00084}
22:49:26.676824 run mass: MS performed LU {at=25181872.380090725, lu_delay=4.518850803375244, ms=00086}
22:49:26.701157 run osmo-ms-mob/00093: Starting mobile
22:49:26.714791 run osmo-ms-mob/00093(pid=228): Launched
22:49:26.726036 run mass: MS start registered {at=25181872.42938724, delay=0.005002163350582123, ms=00093}
22:49:26.739639 run mass: MS performed LU {at=25181872.442993138, lu_delay=6.166541118174791, ms=00083}
22:49:26.929094 run mass: MS performed LU {at=25181872.632422127, lu_delay=5.341416001319885, ms=00085}
22:49:27.631670 run osmo-ms-mob/00094: Starting mobile
22:49:27.646210 run osmo-ms-mob/00094(pid=229): Launched
22:49:27.657449 run mass: MS start registered {at=25181873.360799167, delay=0.004947677254676819, ms=00094}
22:49:28.543392 run osmo-ms-mob/00095: Starting mobile
22:49:28.558698 run osmo-ms-mob/00095(pid=230): Launched
22:49:28.570018 run mass: MS start registered {at=25181874.273371994, delay=0.005038294941186905, ms=00095}
22:49:28.604641 run mass: MS performed LU {at=25181874.307939813, lu_delay=5.202277846634388, ms=00088}
22:49:28.650558 run mass: MS performed LU {at=25181874.35390759, lu_delay=5.85965608432889, ms=00087}
22:49:28.756684 run mass: MS performed LU {at=25181874.460021473, lu_delay=4.784979719668627, ms=00089}
22:49:29.010511 run mass: MS performed LU {at=25181874.713843375, lu_delay=23.11740557104349, ms=00043}
22:49:29.531201 run osmo-ms-mob/00096: Starting mobile
22:49:29.544799 run osmo-ms-mob/00096(pid=231): Launched
22:49:29.556152 run mass: MS start registered {at=25181875.2595035, delay=0.004733823239803314, ms=00096}
22:49:30.506138 run mass: MS performed LU {at=25181876.209464047, lu_delay=5.909439567476511, ms=00090}
22:49:30.551858 run mass: MS performed LU {at=25181876.255158942, lu_delay=5.292014006525278, ms=00091}
22:49:30.566583 run osmo-ms-mob/00097: Starting mobile
22:49:30.580579 run osmo-ms-mob/00097(pid=232): Launched
22:49:30.591786 run mass: MS start registered {at=25181876.29514595, delay=0.0024810321629047394, ms=00097}
22:49:30.856117 run mass: MS performed LU {at=25181876.559453472, lu_delay=4.882848095148802, ms=00092}
22:49:31.932196 run osmo-ms-mob/00098: Starting mobile
22:49:31.947560 run osmo-ms-mob/00098(pid=233): Launched
22:49:31.958841 run mass: MS start registered {at=25181877.66219517, delay=0.004851259291172028, ms=00098}
22:49:32.370420 run mass: MS performed LU {at=25181878.073723786, lu_delay=4.7129246182739735, ms=00094}
22:49:32.416565 run mass: MS performed LU {at=25181878.119899444, lu_delay=5.690512202680111, ms=00093}
22:49:32.522299 run mass: MS performed LU {at=25181878.225639407, lu_delay=21.65194444358349, ms=00059}
22:49:32.776395 run mass: MS performed LU {at=25181878.47972911, lu_delay=22.9471450522542, ms=00056}
22:49:33.743020 run osmo-ms-mob/00099: Starting mobile
22:49:33.758091 run osmo-ms-mob/00099(pid=234): Launched
22:49:33.764307 run mass: All started... {duration=55.73953913524747, too_slow=0}
22:49:33.770110 run mass: MS start registered {at=25181879.473470557, delay=0.005797035992145538, ms=00099}
22:49:34.271707 run mass: MS performed LU {at=25181879.97503295, lu_delay=5.701660957187414, ms=00095}
22:49:34.317661 run mass: MS performed LU {at=25181880.021005046, lu_delay=4.761501546949148, ms=00096}
22:49:36.136416 run mass: MS performed LU {at=25181881.839556742, lu_delay=22.555788811296225, ms=00067}
22:49:36.182980 run mass: MS performed LU {at=25181881.88627623, lu_delay=5.591130279004574, ms=00097}
22:49:38.037561 run mass: MS performed LU {at=25181883.740892995, lu_delay=6.078697826713324, ms=00098}
22:49:38.152763 run mass: MS performed LU {at=25181883.85609511, lu_delay=22.656966503709555, ms=00072}
22:49:38.319162 run mass: MS performed LU {at=25181884.022495028, lu_delay=22.646442357450724, ms=00073}
22:49:39.902442 run mass: MS performed LU {at=25181885.605775952, lu_delay=6.132305394858122, ms=00099}
22:49:40.183568 run mass: MS performed LU {at=25181885.886894275, lu_delay=22.651810128241777, ms=00077}
22:49:40.191433 run mass: Tests done {all_completed=True, max=23.11740557104349, min=3.82715330272913}
22:49:40.196889 tst register_default_mass.py: Test passed (81.3 sec)
22:49:40.202289 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:40.205555 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:40.208807 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:40.212060 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:40.215317 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:40.218716 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:40.222131 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:40.225554 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:40.228970 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:40.232381 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:40.235795 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:40.239215 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:40.242632 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:40.246025 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:40.249458 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:40.253011 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:40.256636 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:40.260092 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:40.263798 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:40.267250 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:40.270867 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:40.274430 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:40.278022 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:40.284304 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:40.288118 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:40.291693 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:40.295149 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:40.298981 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:40.302570 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:40.306047 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:40.309488 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:40.313296 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:40.316720 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:40.320138 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:40.323555 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:40.327140 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:40.330676 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:40.334115 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:40.337611 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:40.341041 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:40.344461 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:40.348130 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:40.351585 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:40.355029 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:40.358487 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:40.361911 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:40.365366 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:40.368804 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:40.372872 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:40.376433 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:40.379891 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:40.383324 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:40.386770 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:40.390207 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:40.393634 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:40.397072 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:40.400499 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:40.403928 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:40.407356 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:40.410794 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:40.414207 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:40.417626 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:40.421135 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:40.424588 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:40.428056 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:40.431504 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:40.435493 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:40.439017 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:40.442474 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:40.445912 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:40.449365 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:40.452809 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:40.456229 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:40.459664 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:40.463110 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:40.466573 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:40.470004 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:40.473435 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:40.476872 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:40.480309 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:40.483747 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:40.487185 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:40.490641 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:40.494071 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:40.497535 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:40.501422 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:40.504893 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:40.508848 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:40.512289 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:40.515785 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:40.519236 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:40.522685 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:40.526129 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:40.529976 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:40.533434 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:40.536948 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:40.540369 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:40.543806 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:40.547589 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:40.551312 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:40.555036 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:40.558473 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:40.561925 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:40.565359 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:40.568793 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:40.572207 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:40.575648 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:40.579081 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:40.582532 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:40.585963 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:40.589410 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:40.592897 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:40.596334 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:40.599773 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:40.603215 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:40.606644 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:40.610040 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:40.613456 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:40.616863 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:40.620254 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:40.623666 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:40.627059 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:40.630476 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:40.633867 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:40.637268 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:40.640658 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:40.644076 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:40.647496 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:40.650909 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:40.654329 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:40.657742 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:40.661154 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:40.664564 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:40.667987 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:40.671400 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:40.674821 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:40.678226 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:40.681634 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:40.685034 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:40.688459 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:40.691865 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:40.695288 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:40.698722 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:40.702130 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:40.705545 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:40.708960 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:40.712367 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:40.715767 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:40.719191 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:40.722593 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:40.726018 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:40.729426 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:40.732826 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:40.736218 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:40.739632 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:40.743030 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:40.746446 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:40.749849 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:40.753268 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:40.756679 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:40.760083 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:40.763507 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:40.766913 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:40.770331 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:40.773743 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:40.777140 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:40.780561 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:40.783973 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:40.787377 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:40.790804 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:40.794207 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:40.797617 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:40.801028 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:40.804350 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:40.807668 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:40.811088 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:40.814499 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:40.817903 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:40.821327 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:40.824738 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:40.828139 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:40.831563 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:40.834971 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:40.838386 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:40.841783 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:40.845207 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:40.848594 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:40.852004 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:40.855421 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:40.858834 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:40.862254 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:40.865662 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:40.869070 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:40.872484 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:40.875910 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:40.879322 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:40.882793 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:40.886207 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:40.889617 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:40.893022 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:40.896432 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:40.899859 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:40.903268 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:40.906682 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:40.910088 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:40.913493 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:40.916894 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:40.920286 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:40.923691 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:40.927089 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:40.930507 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:40.933911 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:40.937298 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:40.940722 --- ParallelTerminationStrategy: PID 22 died...
22:49:40.942277 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:40.946053 --- ParallelTerminationStrategy: PID 23 died...
22:49:40.947602 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:40.951379 --- ParallelTerminationStrategy: PID 24 died...
22:49:40.952922 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:40.956702 --- ParallelTerminationStrategy: PID 25 died...
22:49:40.958240 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:40.962008 --- ParallelTerminationStrategy: PID 26 died...
22:49:40.963541 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:40.967381 --- ParallelTerminationStrategy: PID 27 died...
22:49:40.968937 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:40.972783 --- ParallelTerminationStrategy: PID 28 died...
22:49:40.974334 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:40.978147 --- ParallelTerminationStrategy: PID 29 died...
22:49:40.979688 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:40.983510 --- ParallelTerminationStrategy: PID 30 died...
22:49:40.985057 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:40.988890 --- ParallelTerminationStrategy: PID 31 died...
22:49:40.990444 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:40.994264 --- ParallelTerminationStrategy: PID 32 died...
22:49:40.995813 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:40.999658 --- ParallelTerminationStrategy: PID 33 died...
22:49:41.001279 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:41.005137 --- ParallelTerminationStrategy: PID 35 died...
22:49:41.006683 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:41.010520 --- ParallelTerminationStrategy: PID 36 died...
22:49:41.012074 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:41.015892 --- ParallelTerminationStrategy: PID 37 died...
22:49:41.017454 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:41.021308 --- ParallelTerminationStrategy: PID 38 died...
22:49:41.022856 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:41.026683 --- ParallelTerminationStrategy: PID 39 died...
22:49:41.028219 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:41.032054 --- ParallelTerminationStrategy: PID 40 died...
22:49:41.033617 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:41.037417 --- ParallelTerminationStrategy: PID 41 died...
22:49:41.038969 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:41.042780 --- ParallelTerminationStrategy: PID 42 died...
22:49:41.044327 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:41.048168 --- ParallelTerminationStrategy: PID 43 died...
22:49:41.049739 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:41.053560 --- ParallelTerminationStrategy: PID 44 died...
22:49:41.055097 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:41.058906 --- ParallelTerminationStrategy: PID 45 died...
22:49:41.060437 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:41.064257 --- ParallelTerminationStrategy: PID 46 died...
22:49:41.065800 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:41.069611 --- ParallelTerminationStrategy: PID 47 died...
22:49:41.071150 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:41.074959 --- ParallelTerminationStrategy: PID 48 died...
22:49:41.076500 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:41.080346 --- ParallelTerminationStrategy: PID 49 died...
22:49:41.081905 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:41.085704 --- ParallelTerminationStrategy: PID 50 died...
22:49:41.087232 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:41.091087 --- ParallelTerminationStrategy: PID 51 died...
22:49:41.092644 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:41.096447 --- ParallelTerminationStrategy: PID 52 died...
22:49:41.097988 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:41.101772 --- ParallelTerminationStrategy: PID 53 died...
22:49:41.103305 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:41.107118 --- ParallelTerminationStrategy: PID 54 died...
22:49:41.108700 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:41.112489 --- ParallelTerminationStrategy: PID 55 died...
22:49:41.114033 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:41.117825 --- ParallelTerminationStrategy: PID 56 died...
22:49:41.119357 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:41.123165 --- ParallelTerminationStrategy: PID 57 died...
22:49:41.124709 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:41.128565 --- ParallelTerminationStrategy: PID 58 died...
22:49:41.130125 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:41.133921 --- ParallelTerminationStrategy: PID 59 died...
22:49:41.135450 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:41.139287 --- ParallelTerminationStrategy: PID 60 died...
22:49:41.140828 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:41.144631 --- ParallelTerminationStrategy: PID 61 died...
22:49:41.146175 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:41.149963 --- ParallelTerminationStrategy: PID 62 died...
22:49:41.151506 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:41.155335 --- ParallelTerminationStrategy: PID 63 died...
22:49:41.156910 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:41.160715 --- ParallelTerminationStrategy: PID 64 died...
22:49:41.162256 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:41.166057 --- ParallelTerminationStrategy: PID 65 died...
22:49:41.167596 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:41.171404 --- ParallelTerminationStrategy: PID 66 died...
22:49:41.172961 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:41.176793 --- ParallelTerminationStrategy: PID 67 died...
22:49:41.178337 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:41.182137 --- ParallelTerminationStrategy: PID 68 died...
22:49:41.183685 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:41.187505 --- ParallelTerminationStrategy: PID 69 died...
22:49:41.189054 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:41.192878 --- ParallelTerminationStrategy: PID 70 died...
22:49:41.194424 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:41.198258 --- ParallelTerminationStrategy: PID 71 died...
22:49:41.199807 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:41.203629 --- ParallelTerminationStrategy: PID 72 died...
22:49:41.205176 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:41.209010 --- ParallelTerminationStrategy: PID 73 died...
22:49:41.210551 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:41.214371 --- ParallelTerminationStrategy: PID 74 died...
22:49:41.215903 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:41.219700 --- ParallelTerminationStrategy: PID 75 died...
22:49:41.221276 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:41.225076 --- ParallelTerminationStrategy: PID 76 died...
22:49:41.226618 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:41.230433 --- ParallelTerminationStrategy: PID 77 died...
22:49:41.231989 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:41.235794 --- ParallelTerminationStrategy: PID 78 died...
22:49:41.237344 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:41.241149 --- ParallelTerminationStrategy: PID 79 died...
22:49:41.242687 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:41.246492 --- ParallelTerminationStrategy: PID 80 died...
22:49:41.248053 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:41.251897 --- ParallelTerminationStrategy: PID 81 died...
22:49:41.253451 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:41.257254 --- ParallelTerminationStrategy: PID 82 died...
22:49:41.258788 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:41.262603 --- ParallelTerminationStrategy: PID 83 died...
22:49:41.264144 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:41.267990 --- ParallelTerminationStrategy: PID 84 died...
22:49:41.269543 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:41.273350 --- ParallelTerminationStrategy: PID 85 died...
22:49:41.274916 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:41.278646 --- ParallelTerminationStrategy: PID 86 died...
22:49:41.280119 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:41.283936 --- ParallelTerminationStrategy: PID 87 died...
22:49:41.285481 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:41.289307 --- ParallelTerminationStrategy: PID 88 died...
22:49:41.290843 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:41.294657 --- ParallelTerminationStrategy: PID 89 died...
22:49:41.296197 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:41.299998 --- ParallelTerminationStrategy: PID 90 died...
22:49:41.301555 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:41.305380 --- ParallelTerminationStrategy: PID 91 died...
22:49:41.306928 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:41.310754 --- ParallelTerminationStrategy: PID 92 died...
22:49:41.312301 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:41.316102 --- ParallelTerminationStrategy: PID 93 died...
22:49:41.317649 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:41.321479 --- ParallelTerminationStrategy: PID 94 died...
22:49:41.323029 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:41.326840 --- ParallelTerminationStrategy: PID 95 died...
22:49:41.328378 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:41.332184 --- ParallelTerminationStrategy: PID 96 died...
22:49:41.333755 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:41.337568 --- ParallelTerminationStrategy: PID 97 died...
22:49:41.339120 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:41.342982 --- ParallelTerminationStrategy: PID 98 died...
22:49:41.344525 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:41.348353 --- ParallelTerminationStrategy: PID 99 died...
22:49:41.349910 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:41.353748 --- ParallelTerminationStrategy: PID 100 died...
22:49:41.355292 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:41.359113 --- ParallelTerminationStrategy: PID 101 died...
22:49:41.360664 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:41.364458 --- ParallelTerminationStrategy: PID 102 died...
22:49:41.366068 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:41.369878 --- ParallelTerminationStrategy: PID 103 died...
22:49:41.371433 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:41.375227 --- ParallelTerminationStrategy: PID 104 died...
22:49:41.376780 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:41.380579 --- ParallelTerminationStrategy: PID 105 died...
22:49:41.382114 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:41.385914 --- ParallelTerminationStrategy: PID 106 died...
22:49:41.387452 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:41.391244 --- ParallelTerminationStrategy: PID 107 died...
22:49:41.392790 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:41.396582 --- ParallelTerminationStrategy: PID 108 died...
22:49:41.398128 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:41.401970 --- ParallelTerminationStrategy: PID 109 died...
22:49:41.403513 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:41.407301 --- ParallelTerminationStrategy: PID 110 died...
22:49:41.408850 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:41.412668 --- ParallelTerminationStrategy: PID 111 died...
22:49:41.414207 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:41.417999 --- ParallelTerminationStrategy: PID 112 died...
22:49:41.419525 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:41.423311 --- ParallelTerminationStrategy: PID 113 died...
22:49:41.424885 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:41.428692 --- ParallelTerminationStrategy: PID 114 died...
22:49:41.430223 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:41.434008 --- ParallelTerminationStrategy: PID 115 died...
22:49:41.435539 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:41.439327 --- ParallelTerminationStrategy: PID 116 died...
22:49:41.440868 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:41.444659 --- ParallelTerminationStrategy: PID 117 died...
22:49:41.446195 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:41.450017 --- ParallelTerminationStrategy: PID 118 died...
22:49:41.451560 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:41.455349 --- ParallelTerminationStrategy: PID 119 died...
22:49:41.456908 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:41.460697 --- ParallelTerminationStrategy: PID 120 died...
22:49:41.462237 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:41.466020 --- ParallelTerminationStrategy: PID 121 died...
22:49:41.467553 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:41.471328 --- ParallelTerminationStrategy: PID 122 died...
22:49:41.472905 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:41.476682 --- ParallelTerminationStrategy: PID 123 died...
22:49:41.478219 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:41.482010 --- ParallelTerminationStrategy: PID 124 died...
22:49:41.483547 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:41.487328 --- ParallelTerminationStrategy: PID 125 died...
22:49:41.488867 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:41.492675 --- ParallelTerminationStrategy: PID 126 died...
22:49:41.494213 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:41.498034 --- ParallelTerminationStrategy: PID 127 died...
22:49:41.499565 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:41.503414 --- ParallelTerminationStrategy: PID 128 died...
22:49:41.504955 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:41.508767 --- ParallelTerminationStrategy: PID 129 died...
22:49:41.510296 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:41.514090 --- ParallelTerminationStrategy: PID 130 died...
22:49:41.515641 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:41.519462 --- ParallelTerminationStrategy: PID 131 died...
22:49:41.521010 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:41.524793 --- ParallelTerminationStrategy: PID 132 died...
22:49:41.526330 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:41.530110 --- ParallelTerminationStrategy: PID 133 died...
22:49:41.531633 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:41.535470 --- ParallelTerminationStrategy: PID 134 died...
22:49:41.537022 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:41.540821 --- ParallelTerminationStrategy: PID 135 died...
22:49:41.542359 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:41.546183 --- ParallelTerminationStrategy: PID 136 died...
22:49:41.547732 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:41.551549 --- ParallelTerminationStrategy: PID 137 died...
22:49:41.553091 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:41.556934 --- ParallelTerminationStrategy: PID 138 died...
22:49:41.558465 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:41.562283 --- ParallelTerminationStrategy: PID 139 died...
22:49:41.563820 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:41.567651 --- ParallelTerminationStrategy: PID 140 died...
22:49:41.569198 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:41.573003 --- ParallelTerminationStrategy: PID 141 died...
22:49:41.574537 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:41.578357 --- ParallelTerminationStrategy: PID 142 died...
22:49:41.579890 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:41.583706 --- ParallelTerminationStrategy: PID 143 died...
22:49:41.585257 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:41.589086 --- ParallelTerminationStrategy: PID 144 died...
22:49:41.590609 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:41.594408 --- ParallelTerminationStrategy: PID 145 died...
22:49:41.595949 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:41.599800 --- ParallelTerminationStrategy: PID 146 died...
22:49:41.601346 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:41.605141 --- ParallelTerminationStrategy: PID 147 died...
22:49:41.606681 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:41.610482 --- ParallelTerminationStrategy: PID 148 died...
22:49:41.612020 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:41.615836 --- ParallelTerminationStrategy: PID 149 died...
22:49:41.617382 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:41.621243 --- ParallelTerminationStrategy: PID 150 died...
22:49:41.622779 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:41.626601 --- ParallelTerminationStrategy: PID 151 died...
22:49:41.628137 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:41.631957 --- ParallelTerminationStrategy: PID 152 died...
22:49:41.633495 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:41.637303 --- ParallelTerminationStrategy: PID 153 died...
22:49:41.638835 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:41.642705 --- ParallelTerminationStrategy: PID 154 died...
22:49:41.644247 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:41.648079 --- ParallelTerminationStrategy: PID 155 died...
22:49:41.649653 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:41.653492 --- ParallelTerminationStrategy: PID 156 died...
22:49:41.655028 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:41.658846 --- ParallelTerminationStrategy: PID 157 died...
22:49:41.660379 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:41.664243 --- ParallelTerminationStrategy: PID 158 died...
22:49:41.665800 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:41.669634 --- ParallelTerminationStrategy: PID 159 died...
22:49:41.671161 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:41.674995 --- ParallelTerminationStrategy: PID 160 died...
22:49:41.676536 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:41.680359 --- ParallelTerminationStrategy: PID 161 died...
22:49:41.681952 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:41.685776 --- ParallelTerminationStrategy: PID 162 died...
22:49:41.687320 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:41.691154 --- ParallelTerminationStrategy: PID 163 died...
22:49:41.692695 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:41.696509 --- ParallelTerminationStrategy: PID 164 died...
22:49:41.698056 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:41.701870 --- ParallelTerminationStrategy: PID 165 died...
22:49:41.703418 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:41.707242 --- ParallelTerminationStrategy: PID 166 died...
22:49:41.708788 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:41.712594 --- ParallelTerminationStrategy: PID 167 died...
22:49:41.714231 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:41.718081 --- ParallelTerminationStrategy: PID 168 died...
22:49:41.719625 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:41.723504 --- ParallelTerminationStrategy: PID 169 died...
22:49:41.725051 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:41.728880 --- ParallelTerminationStrategy: PID 170 died...
22:49:41.730428 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:41.734244 --- ParallelTerminationStrategy: PID 171 died...
22:49:41.735807 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:41.739630 --- ParallelTerminationStrategy: PID 172 died...
22:49:41.741209 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:41.745035 --- ParallelTerminationStrategy: PID 173 died...
22:49:41.746584 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:41.750410 --- ParallelTerminationStrategy: PID 174 died...
22:49:41.751998 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:41.755831 --- ParallelTerminationStrategy: PID 175 died...
22:49:41.757394 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:41.761238 --- ParallelTerminationStrategy: PID 176 died...
22:49:41.762780 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:41.766596 --- ParallelTerminationStrategy: PID 177 died...
22:49:41.768133 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:41.771962 --- ParallelTerminationStrategy: PID 178 died...
22:49:41.773509 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:41.777369 --- ParallelTerminationStrategy: PID 179 died...
22:49:41.778907 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:41.782720 --- ParallelTerminationStrategy: PID 180 died...
22:49:41.784265 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:41.788083 --- ParallelTerminationStrategy: PID 181 died...
22:49:41.789624 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:41.793439 --- ParallelTerminationStrategy: PID 182 died...
22:49:41.794979 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:41.798820 --- ParallelTerminationStrategy: PID 183 died...
22:49:41.800364 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:41.804186 --- ParallelTerminationStrategy: PID 184 died...
22:49:41.805737 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:41.809577 --- ParallelTerminationStrategy: PID 185 died...
22:49:41.811115 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:41.814930 --- ParallelTerminationStrategy: PID 186 died...
22:49:41.816471 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:41.820296 --- ParallelTerminationStrategy: PID 187 died...
22:49:41.821843 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:41.825669 --- ParallelTerminationStrategy: PID 188 died...
22:49:41.827214 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:41.831077 --- ParallelTerminationStrategy: PID 189 died...
22:49:41.832619 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:41.836446 --- ParallelTerminationStrategy: PID 190 died...
22:49:41.837995 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:41.841821 --- ParallelTerminationStrategy: PID 191 died...
22:49:41.843367 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:41.847183 --- ParallelTerminationStrategy: PID 192 died...
22:49:41.848730 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:41.852535 --- ParallelTerminationStrategy: PID 193 died...
22:49:41.854104 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:41.857920 --- ParallelTerminationStrategy: PID 194 died...
22:49:41.859449 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:41.863253 --- ParallelTerminationStrategy: PID 195 died...
22:49:41.864797 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:41.868610 --- ParallelTerminationStrategy: PID 196 died...
22:49:41.870159 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:41.874028 --- ParallelTerminationStrategy: PID 197 died...
22:49:41.875562 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:41.879413 --- ParallelTerminationStrategy: PID 198 died...
22:49:41.880962 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:41.884793 --- ParallelTerminationStrategy: PID 199 died...
22:49:41.886335 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:41.890189 --- ParallelTerminationStrategy: PID 200 died...
22:49:41.891727 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:41.895561 --- ParallelTerminationStrategy: PID 201 died...
22:49:41.897146 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:41.900976 --- ParallelTerminationStrategy: PID 202 died...
22:49:41.902535 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:41.906365 --- ParallelTerminationStrategy: PID 203 died...
22:49:41.907909 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:41.911738 --- ParallelTerminationStrategy: PID 204 died...
22:49:41.913303 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:41.917180 --- ParallelTerminationStrategy: PID 205 died...
22:49:41.918728 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:41.922550 --- ParallelTerminationStrategy: PID 206 died...
22:49:41.924105 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:41.927926 --- ParallelTerminationStrategy: PID 207 died...
22:49:41.929468 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:41.933279 --- ParallelTerminationStrategy: PID 208 died...
22:49:41.934821 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:41.938652 --- ParallelTerminationStrategy: PID 209 died...
22:49:41.940193 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:41.944009 --- ParallelTerminationStrategy: PID 210 died...
22:49:41.945559 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:41.949384 --- ParallelTerminationStrategy: PID 211 died...
22:49:41.950921 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:41.954761 --- ParallelTerminationStrategy: PID 212 died...
22:49:41.956299 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:41.960112 --- ParallelTerminationStrategy: PID 213 died...
22:49:41.961654 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:41.965467 --- ParallelTerminationStrategy: PID 214 died...
22:49:41.967000 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:41.970861 --- ParallelTerminationStrategy: PID 215 died...
22:49:41.972413 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:41.976230 --- ParallelTerminationStrategy: PID 216 died...
22:49:41.977777 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:41.981646 --- ParallelTerminationStrategy: PID 217 died...
22:49:41.983187 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:41.987008 --- ParallelTerminationStrategy: PID 218 died...
22:49:41.988554 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:41.992364 --- ParallelTerminationStrategy: PID 219 died...
22:49:41.993910 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:41.997790 --- ParallelTerminationStrategy: PID 220 died...
22:49:41.999334 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:42.003166 --- ParallelTerminationStrategy: PID 221 died...
22:49:42.004704 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:42.008513 --- ParallelTerminationStrategy: PID 222 died...
22:49:42.010057 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:42.013936 --- ParallelTerminationStrategy: PID 223 died...
22:49:42.015484 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:42.019318 --- ParallelTerminationStrategy: PID 224 died...
22:49:42.020862 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:42.024704 --- ParallelTerminationStrategy: PID 225 died...
22:49:42.026252 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:42.030083 --- ParallelTerminationStrategy: PID 226 died...
22:49:42.031618 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:42.035479 --- ParallelTerminationStrategy: PID 227 died...
22:49:42.037026 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:42.040855 --- ParallelTerminationStrategy: PID 228 died...
22:49:42.042395 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:42.046223 --- ParallelTerminationStrategy: PID 229 died...
22:49:42.047777 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:42.051481 --- ParallelTerminationStrategy: PID 230 died...
22:49:42.053019 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:42.056893 --- ParallelTerminationStrategy: PID 231 died...
22:49:42.058382 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:42.062070 --- ParallelTerminationStrategy: PID 232 died...
22:49:42.063560 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:42.067262 --- ParallelTerminationStrategy: PID 233 died...
22:49:42.068771 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:42.072441 --- ParallelTerminationStrategy: PID 234 died...
22:49:42.073954 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:45.477386 --- ParallelTerminationStrategy: PID 34 died...
22:49:45.479437 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8136 netreg_mass PASS
---------------------------------------------------------------------
22:49:45.552442 tst trial-8136: Storing JUnit report in /build/trial-8136/run.2025-10-31_22-48-18/trial-8136.xml
--------------------------------------------------------------------------------------------
trial-8136 PASS
--------------------------------------------------------------------------------------------
22:49:45.563312 tst trial-8136: trial-8136: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (81.3 sec)
+ exit_code=0
+ rm -rf trial-8136/inst
+ cd trial-8136
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-10-31 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8136-run.tgz run.2025-10-31_22-48-18
+ tar czf /build/trial-8136-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-10-31_14_53_32.tgz osmo-bts-oc2g.build-2025-10-31_00_51_46.tgz osmo-bts-sysmo.build-2025-10-31_00_51_46.tgz osmo-bts.build-2025-10-31_00_51_51.tgz osmo-ggsn.build-2025-10-31_20_42_32.tgz osmo-hlr.build-2025-10-31_16_36_52.tgz osmo-hnbgw.build-2025-10-31_14_55_51.tgz osmo-mgw.build-2025-10-31_08_33_12.tgz osmo-msc.build-2025-10-31_20_58_16.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-10-31_07_36_14.tgz osmo-pcu-sysmo.build-2025-10-31_07_34_04.tgz osmo-pcu.build-2025-10-31_07_36_18.tgz osmo-sgsn.build-2025-10-31_20_48_17.tgz osmo-stp.build-2025-10-31_14_48_13.tgz osmo-trx.build-2025-10-31_14_26_39.tgz osmocom-bb.build-2025-10-31_21_17_19.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