Skipping 14 KB..
Full Log[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins4078441264982222474.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-8155
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
bce9627 nplab-m3ua-test: Configure Network Indicator as International
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
--build-arg USER=osmocom-build \
--build-arg UID=1000 \
--build-arg REGISTRY=docker.io \
--build-arg OSMO_TTCN3_BRANCH=master \
--build-arg UPSTREAM_DISTRO=debian:bookworm \
--build-arg DISTRO=debian-bookworm \
--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
--build-arg OSMOCOM_REPO_VERSION=latest \
--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--build-arg LIBOSMOCORE_BRANCH=master \
--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_S1GW_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.0s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.1s
#7 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#7 CACHED
#8 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#8 CACHED
#9 [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
#9 CACHED
#10 [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
#10 CACHED
#11 [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
#11 CACHED
#12 [20/28] WORKDIR /TMP
#12 CACHED
#13 [ 2/28] RUN useradd -ms /bin/bash jenkins
#13 CACHED
#14 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#14 CACHED
#15 [ 8/28] RUN MKDIR /var/run/sshd
#15 CACHED
#16 [ 9/28] COPY SSH /root/.ssh
#16 CACHED
#17 [ 3/28] RUN groupadd osmo-gsm-tester
#17 CACHED
#18 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#18 CACHED
#19 [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
#19 CACHED
#20 [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
#20 CACHED
#21 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#21 CACHED
#22 [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
#22 CACHED
#23 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#23 CACHED
#24 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#24 CACHED
#25 [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
#25 CACHED
#26 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#26 CACHED
#27 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#27 CACHED
#28 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#28 CACHED
#29 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#29 CACHED
#30 [ 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
#30 CACHED
#31 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#31 CACHED
#32 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:8d469f37041d596ebc3ed4ce412fb0e471b13c699dffb642f7fbea8082e40993 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8156 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-11-20 22:48:15
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8156
+ mkdir -p trial-8156
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-11-20_13_28_56.tgz osmo-bts-oc2g.build-2025-11-20_00_51_58.tgz osmo-bts-sysmo.build-2025-11-20_00_51_58.tgz osmo-bts.build-2025-11-20_00_52_07.tgz osmo-ggsn.build-2025-11-20_20_42_40.tgz osmo-hlr.build-2025-11-20_16_36_52.tgz osmo-hnbgw.build-2025-11-20_13_28_11.tgz osmo-mgw.build-2025-11-20_08_33_15.tgz osmo-msc.build-2025-11-20_13_34_21.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-20_07_34_01.tgz osmo-pcu-sysmo.build-2025-11-20_07_34_05.tgz osmo-pcu.build-2025-11-20_07_36_26.tgz osmo-sgsn.build-2025-11-20_20_48_15.tgz osmo-stp.build-2025-11-20_13_23_02.tgz osmo-trx.build-2025-11-20_14_26_54.tgz osmocom-bb.build-2025-11-20_21_17_49.tgz srslte.build-19.tgz trial-8156
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-11-20_13_28_56.md5 osmo-bts-oc2g.build-2025-11-20_00_51_58.md5 osmo-bts-sysmo.build-2025-11-20_00_51_58.md5 osmo-bts.build-2025-11-20_00_52_07.md5 osmo-ggsn.build-2025-11-20_20_42_40.md5 osmo-hlr.build-2025-11-20_16_36_52.md5 osmo-hnbgw.build-2025-11-20_13_28_11.md5 osmo-mgw.build-2025-11-20_08_33_15.md5 osmo-msc.build-2025-11-20_13_34_21.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-20_07_34_01.md5 osmo-pcu-sysmo.build-2025-11-20_07_34_05.md5 osmo-pcu.build-2025-11-20_07_36_26.md5 osmo-sgsn.build-2025-11-20_20_48_15.md5 osmo-stp.build-2025-11-20_13_23_02.md5 osmo-trx.build-2025-11-20_14_26_54.md5 osmocom-bb.build-2025-11-20_21_17_49.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-11-20_13_28_56.md5 osmo-bts-oc2g.build-2025-11-20_00_51_58.md5 osmo-bts-sysmo.build-2025-11-20_00_51_58.md5 osmo-bts.build-2025-11-20_00_52_07.md5 osmo-ggsn.build-2025-11-20_20_42_40.md5 osmo-hlr.build-2025-11-20_16_36_52.md5 osmo-hnbgw.build-2025-11-20_13_28_11.md5 osmo-mgw.build-2025-11-20_08_33_15.md5 osmo-msc.build-2025-11-20_13_34_21.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-20_07_34_01.md5 osmo-pcu-sysmo.build-2025-11-20_07_34_05.md5 osmo-pcu.build-2025-11-20_07_36_26.md5 osmo-sgsn.build-2025-11-20_20_48_15.md5 osmo-stp.build-2025-11-20_13_23_02.md5 osmo-trx.build-2025-11-20_14_26_54.md5 osmocom-bb.build-2025-11-20_21_17_49.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-8156 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8156'
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-8156
--------------------------------------------------------------------------------------------
22:48:15.529902 tst trial-8156: Detailed log at /build/trial-8156/run.2025-11-20_22-48-15/log
---------------------------------------------------------------------
trial-8156 netreg_mass
---------------------------------------------------------------------
22:48:15.732482 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:15.732858 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:15.733632 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:15.734800 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:15.775870 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:15.776718 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:15.777851 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:15.840185 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-8156 netreg_mass register_default_mass.py
----------------------------------------------
22:48:15.841007 tst register_default_mass.py:9: Claiming resources for the test
22:48:15.856247 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.856776 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.857226 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.857659 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.858099 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.858546 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.858982 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:15.889827 tst register_default_mass.py: using LAC 2
22:48:15.912210 tst register_default_mass.py: using RAC 2
22:48:15.938792 tst register_default_mass.py: using CellId 2
22:48:15.968165 tst register_default_mass.py: using BVCI 3
22:48:15.981973 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.982648 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.983232 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.983746 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.984258 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.984765 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.985255 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.985767 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.986285 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.986808 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.987297 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.987785 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.988295 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.988828 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.989339 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.989869 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.990382 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.990885 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.991406 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.991925 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.992427 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.992941 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.993469 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.993981 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.994495 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.995014 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.995521 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.996023 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.996542 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.997061 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.997580 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.998095 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.998608 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.999140 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.999661 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.000167 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.000691 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.001210 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.001720 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.002249 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.002748 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.003255 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.003774 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.004286 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.004792 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.005305 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.005810 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.006316 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.006832 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.007339 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.007849 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.008365 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.008875 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.009378 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.009873 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.010388 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.010884 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.011389 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.011898 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.012401 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.012903 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.013415 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.013929 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.014440 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.014959 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.015463 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.015968 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.016469 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.016989 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.017487 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.017986 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.018502 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.019073 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.019589 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.020089 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.020580 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.021081 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.021589 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.022088 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.022576 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.023083 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.023582 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.024076 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.024583 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.025080 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.025579 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.026088 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.026578 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.027068 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.027585 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.028092 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.028610 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.029133 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.029634 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.030134 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.030635 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.031132 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.031628 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.032144 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.032646 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.033140 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.033712 tst register_default_mass.py:21: Launching a simple network
22:48:16.043479 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:16.160247 run create_hlr_db(pid=19): Launched
22:48:17.173586 run create_hlr_db(pid=19): Terminated: ok {rc=0}
22:48:17.197788 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Launched
22:48:17.212829 run osmo-hlr_127.0.42.2(pid=22): Launched
22:48:17.218632 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:17.397775 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Launched
22:48:17.412647 run osmo-stp_127.0.42.5(pid=24): Launched
22:48:17.418172 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:17.830626 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Launched
22:48:17.845619 run osmo-msc_127.0.42.6(pid=26): Launched
22:48:20.860323 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:20.971971 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Launched
22:48:20.986777 run osmo-mgw_127.0.42.3(pid=28): Launched
22:48:20.992474 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:21.015904 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Launched
22:48:21.030784 run osmo-mgw_127.0.42.4(pid=30): Launched
22:48:21.036540 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:21.342930 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Launched
22:48:21.358049 run osmo-bsc_127.0.42.7(pid=32): Launched
22:48:27.389697 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:27.559873 run osmo-bts-virtual(pid=33): Launched
22:48:28.595905 tst register_default_mass.py: using MSISDN 1001
22:48:28.610035 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:28.648825 tst register_default_mass.py: using MSISDN 1002
22:48:28.666261 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:28.696480 tst register_default_mass.py: using MSISDN 1003
22:48:28.710864 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:28.740988 tst register_default_mass.py: using MSISDN 1004
22:48:28.755037 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:28.784824 tst register_default_mass.py: using MSISDN 1005
22:48:28.798710 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:28.828613 tst register_default_mass.py: using MSISDN 1006
22:48:28.842563 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:28.872497 tst register_default_mass.py: using MSISDN 1007
22:48:28.886426 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:28.916281 tst register_default_mass.py: using MSISDN 1008
22:48:28.930353 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:28.960366 tst register_default_mass.py: using MSISDN 1009
22:48:28.974555 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:29.004326 tst register_default_mass.py: using MSISDN 1010
22:48:29.018439 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:29.048536 tst register_default_mass.py: using MSISDN 1011
22:48:29.062806 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:29.092474 tst register_default_mass.py: using MSISDN 1012
22:48:29.106600 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:29.136693 tst register_default_mass.py: using MSISDN 1013
22:48:29.151113 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:29.180945 tst register_default_mass.py: using MSISDN 1014
22:48:29.195081 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:29.224944 tst register_default_mass.py: using MSISDN 1015
22:48:29.238913 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:29.268872 tst register_default_mass.py: using MSISDN 1016
22:48:29.282729 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:29.312991 tst register_default_mass.py: using MSISDN 1017
22:48:29.327224 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:29.357929 tst register_default_mass.py: using MSISDN 1018
22:48:29.372463 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:29.403036 tst register_default_mass.py: using MSISDN 1019
22:48:29.417656 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:29.446760 tst register_default_mass.py: using MSISDN 1020
22:48:29.460485 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:29.490788 tst register_default_mass.py: using MSISDN 1021
22:48:29.505023 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:29.535541 tst register_default_mass.py: using MSISDN 1022
22:48:29.549648 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:29.579867 tst register_default_mass.py: using MSISDN 1023
22:48:29.594043 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:29.624023 tst register_default_mass.py: using MSISDN 1024
22:48:29.635672 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:29.665849 tst register_default_mass.py: using MSISDN 1025
22:48:29.680102 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:29.710736 tst register_default_mass.py: using MSISDN 1026
22:48:29.725185 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:29.755249 tst register_default_mass.py: using MSISDN 1027
22:48:29.769622 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:29.799561 tst register_default_mass.py: using MSISDN 1028
22:48:29.813562 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:29.843638 tst register_default_mass.py: using MSISDN 1029
22:48:29.857935 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:29.888663 tst register_default_mass.py: using MSISDN 1030
22:48:29.902742 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:29.932740 tst register_default_mass.py: using MSISDN 1031
22:48:29.947011 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:29.976613 tst register_default_mass.py: using MSISDN 1032
22:48:29.982062 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:30.011216 tst register_default_mass.py: using MSISDN 1033
22:48:30.016749 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:30.047109 tst register_default_mass.py: using MSISDN 1034
22:48:30.061420 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:30.092313 tst register_default_mass.py: using MSISDN 1035
22:48:30.106920 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:30.137514 tst register_default_mass.py: using MSISDN 1036
22:48:30.152072 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:30.182761 tst register_default_mass.py: using MSISDN 1037
22:48:30.197140 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:30.227640 tst register_default_mass.py: using MSISDN 1038
22:48:30.242089 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:30.272782 tst register_default_mass.py: using MSISDN 1039
22:48:30.287350 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:30.317259 tst register_default_mass.py: using MSISDN 1040
22:48:30.331259 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:30.361766 tst register_default_mass.py: using MSISDN 1041
22:48:30.376158 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:30.406725 tst register_default_mass.py: using MSISDN 1042
22:48:30.421155 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:30.451933 tst register_default_mass.py: using MSISDN 1043
22:48:30.466513 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:30.497182 tst register_default_mass.py: using MSISDN 1044
22:48:30.511579 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:30.542014 tst register_default_mass.py: using MSISDN 1045
22:48:30.556498 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:30.587126 tst register_default_mass.py: using MSISDN 1046
22:48:30.601602 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:30.632117 tst register_default_mass.py: using MSISDN 1047
22:48:30.646704 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:30.677479 tst register_default_mass.py: using MSISDN 1048
22:48:30.691853 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:30.722371 tst register_default_mass.py: using MSISDN 1049
22:48:30.736847 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:30.767450 tst register_default_mass.py: using MSISDN 1050
22:48:30.781842 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:30.812568 tst register_default_mass.py: using MSISDN 1051
22:48:30.827120 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:30.857858 tst register_default_mass.py: using MSISDN 1052
22:48:30.872444 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:30.903261 tst register_default_mass.py: using MSISDN 1053
22:48:30.917841 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:30.948154 tst register_default_mass.py: using MSISDN 1054
22:48:30.962706 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:30.992427 tst register_default_mass.py: using MSISDN 1055
22:48:31.006520 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:31.037164 tst register_default_mass.py: using MSISDN 1056
22:48:31.051548 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:31.082156 tst register_default_mass.py: using MSISDN 1057
22:48:31.096740 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:31.126498 tst register_default_mass.py: using MSISDN 1058
22:48:31.140548 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:31.171294 tst register_default_mass.py: using MSISDN 1059
22:48:31.185797 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:31.216713 tst register_default_mass.py: using MSISDN 1060
22:48:31.231258 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:31.262064 tst register_default_mass.py: using MSISDN 1061
22:48:31.276700 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:31.307197 tst register_default_mass.py: using MSISDN 1062
22:48:31.321633 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:31.352496 tst register_default_mass.py: using MSISDN 1063
22:48:31.367174 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:31.397953 tst register_default_mass.py: using MSISDN 1064
22:48:31.412479 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:31.442421 tst register_default_mass.py: using MSISDN 1065
22:48:31.456402 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:31.486470 tst register_default_mass.py: using MSISDN 1066
22:48:31.500738 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:31.531459 tst register_default_mass.py: using MSISDN 1067
22:48:31.545997 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:31.576263 tst register_default_mass.py: using MSISDN 1068
22:48:31.590601 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:31.620530 tst register_default_mass.py: using MSISDN 1069
22:48:31.634523 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:31.665088 tst register_default_mass.py: using MSISDN 1070
22:48:31.679443 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:31.710321 tst register_default_mass.py: using MSISDN 1071
22:48:31.724854 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:31.755658 tst register_default_mass.py: using MSISDN 1072
22:48:31.770218 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:31.801158 tst register_default_mass.py: using MSISDN 1073
22:48:31.815836 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:31.846596 tst register_default_mass.py: using MSISDN 1074
22:48:31.861053 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:31.891975 tst register_default_mass.py: using MSISDN 1075
22:48:31.906602 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:31.937254 tst register_default_mass.py: using MSISDN 1076
22:48:31.951803 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:31.982602 tst register_default_mass.py: using MSISDN 1077
22:48:31.997166 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:32.028085 tst register_default_mass.py: using MSISDN 1078
22:48:32.042707 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:32.073371 tst register_default_mass.py: using MSISDN 1079
22:48:32.087824 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:32.118750 tst register_default_mass.py: using MSISDN 1080
22:48:32.133403 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:32.164159 tst register_default_mass.py: using MSISDN 1081
22:48:32.178785 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:32.209705 tst register_default_mass.py: using MSISDN 1082
22:48:32.224312 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:32.254829 tst register_default_mass.py: using MSISDN 1083
22:48:32.269149 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:32.300176 tst register_default_mass.py: using MSISDN 1084
22:48:32.314781 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:32.345461 tst register_default_mass.py: using MSISDN 1085
22:48:32.360049 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:32.390946 tst register_default_mass.py: using MSISDN 1086
22:48:32.405376 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:32.436100 tst register_default_mass.py: using MSISDN 1087
22:48:32.450760 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:32.481988 tst register_default_mass.py: using MSISDN 1088
22:48:32.496641 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:32.526943 tst register_default_mass.py: using MSISDN 1089
22:48:32.541311 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:32.572264 tst register_default_mass.py: using MSISDN 1090
22:48:32.586900 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:32.616733 tst register_default_mass.py: using MSISDN 1091
22:48:32.626109 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:32.656395 tst register_default_mass.py: using MSISDN 1092
22:48:32.671926 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:32.702381 tst register_default_mass.py: using MSISDN 1093
22:48:32.716632 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:32.746956 tst register_default_mass.py: using MSISDN 1094
22:48:32.761033 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:32.791547 tst register_default_mass.py: using MSISDN 1095
22:48:32.805689 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:32.844216 tst register_default_mass.py: using MSISDN 1096
22:48:32.861682 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:32.892227 tst register_default_mass.py: using MSISDN 1097
22:48:32.906743 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:32.936972 tst register_default_mass.py: using MSISDN 1098
22:48:32.951102 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:32.981589 tst register_default_mass.py: using MSISDN 1099
22:48:32.995782 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:33.026192 tst register_default_mass.py: using MSISDN 1100
22:48:33.040363 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:33.132014 run mass: Starting testcase
22:48:33.137642 run mass: Pre-launching all virtphy's
22:48:33.143074 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:33.156084 run osmo-ms-virt-phy/00000(pid=34): Launched
22:48:33.162094 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:33.174935 run osmo-ms-virt-phy/00001(pid=35): Launched
22:48:33.181077 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:33.194120 run osmo-ms-virt-phy/00002(pid=36): Launched
22:48:33.200177 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:33.213278 run osmo-ms-virt-phy/00003(pid=37): Launched
22:48:33.219379 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:33.232389 run osmo-ms-virt-phy/00004(pid=38): Launched
22:48:33.238445 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:33.251311 run osmo-ms-virt-phy/00005(pid=39): Launched
22:48:33.257203 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:33.269963 run osmo-ms-virt-phy/00006(pid=40): Launched
22:48:33.275885 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:33.288586 run osmo-ms-virt-phy/00007(pid=41): Launched
22:48:33.294508 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:33.307342 run osmo-ms-virt-phy/00008(pid=42): Launched
22:48:33.313239 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:33.326006 run osmo-ms-virt-phy/00009(pid=43): Launched
22:48:33.331887 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:33.344622 run osmo-ms-virt-phy/00010(pid=44): Launched
22:48:33.350483 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:33.363218 run osmo-ms-virt-phy/00011(pid=45): Launched
22:48:33.369110 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:33.381841 run osmo-ms-virt-phy/00012(pid=46): Launched
22:48:33.387713 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:33.400416 run osmo-ms-virt-phy/00013(pid=47): Launched
22:48:33.406314 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:33.419040 run osmo-ms-virt-phy/00014(pid=48): Launched
22:48:33.424929 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:33.437661 run osmo-ms-virt-phy/00015(pid=49): Launched
22:48:33.443575 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:33.456294 run osmo-ms-virt-phy/00016(pid=50): Launched
22:48:33.462224 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:33.474987 run osmo-ms-virt-phy/00017(pid=51): Launched
22:48:33.480849 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:33.493667 run osmo-ms-virt-phy/00018(pid=52): Launched
22:48:33.499617 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:33.512366 run osmo-ms-virt-phy/00019(pid=53): Launched
22:48:33.518364 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:33.531165 run osmo-ms-virt-phy/00020(pid=54): Launched
22:48:33.537158 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:33.549934 run osmo-ms-virt-phy/00021(pid=55): Launched
22:48:33.555858 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:33.568594 run osmo-ms-virt-phy/00022(pid=56): Launched
22:48:33.574529 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:33.587284 run osmo-ms-virt-phy/00023(pid=57): Launched
22:48:33.593190 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:33.605926 run osmo-ms-virt-phy/00024(pid=58): Launched
22:48:33.611825 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:33.624621 run osmo-ms-virt-phy/00025(pid=59): Launched
22:48:33.630633 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:33.643467 run osmo-ms-virt-phy/00026(pid=60): Launched
22:48:33.649468 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:33.662253 run osmo-ms-virt-phy/00027(pid=61): Launched
22:48:33.668246 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:33.681136 run osmo-ms-virt-phy/00028(pid=62): Launched
22:48:33.687028 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:33.699780 run osmo-ms-virt-phy/00029(pid=63): Launched
22:48:33.705776 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:33.718473 run osmo-ms-virt-phy/00030(pid=64): Launched
22:48:33.724472 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:33.737288 run osmo-ms-virt-phy/00031(pid=65): Launched
22:48:33.743251 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:33.756241 run osmo-ms-virt-phy/00032(pid=66): Launched
22:48:33.762279 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:33.775212 run osmo-ms-virt-phy/00033(pid=67): Launched
22:48:33.781123 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:33.793913 run osmo-ms-virt-phy/00034(pid=68): Launched
22:48:33.799772 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:33.812502 run osmo-ms-virt-phy/00035(pid=69): Launched
22:48:33.818426 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:33.831178 run osmo-ms-virt-phy/00036(pid=70): Launched
22:48:33.837059 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:33.849827 run osmo-ms-virt-phy/00037(pid=71): Launched
22:48:33.855701 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:33.868475 run osmo-ms-virt-phy/00038(pid=72): Launched
22:48:33.874378 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:33.887165 run osmo-ms-virt-phy/00039(pid=73): Launched
22:48:33.893060 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:33.905829 run osmo-ms-virt-phy/00040(pid=74): Launched
22:48:33.911727 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:33.924512 run osmo-ms-virt-phy/00041(pid=75): Launched
22:48:33.930439 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:33.943324 run osmo-ms-virt-phy/00042(pid=76): Launched
22:48:33.949213 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:33.962092 run osmo-ms-virt-phy/00043(pid=77): Launched
22:48:33.967989 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:33.980749 run osmo-ms-virt-phy/00044(pid=78): Launched
22:48:33.986806 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:33.999576 run osmo-ms-virt-phy/00045(pid=79): Launched
22:48:34.005595 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:34.018345 run osmo-ms-virt-phy/00046(pid=80): Launched
22:48:34.024195 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:34.036954 run osmo-ms-virt-phy/00047(pid=81): Launched
22:48:34.042819 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:34.055569 run osmo-ms-virt-phy/00048(pid=82): Launched
22:48:34.061473 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:34.074227 run osmo-ms-virt-phy/00049(pid=83): Launched
22:48:34.080136 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:34.092927 run osmo-ms-virt-phy/00050(pid=84): Launched
22:48:34.098787 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:34.111531 run osmo-ms-virt-phy/00051(pid=85): Launched
22:48:34.117422 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:34.130175 run osmo-ms-virt-phy/00052(pid=86): Launched
22:48:34.136039 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:34.148847 run osmo-ms-virt-phy/00053(pid=87): Launched
22:48:34.154753 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:34.167494 run osmo-ms-virt-phy/00054(pid=88): Launched
22:48:34.173404 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:34.186280 run osmo-ms-virt-phy/00055(pid=89): Launched
22:48:34.192175 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:34.205076 run osmo-ms-virt-phy/00056(pid=90): Launched
22:48:34.211008 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:34.223910 run osmo-ms-virt-phy/00057(pid=91): Launched
22:48:34.229803 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:34.242740 run osmo-ms-virt-phy/00058(pid=92): Launched
22:48:34.248614 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:34.261403 run osmo-ms-virt-phy/00059(pid=93): Launched
22:48:34.267284 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:34.280048 run osmo-ms-virt-phy/00060(pid=94): Launched
22:48:34.286005 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:34.298795 run osmo-ms-virt-phy/00061(pid=95): Launched
22:48:34.304768 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:34.317551 run osmo-ms-virt-phy/00062(pid=96): Launched
22:48:34.323501 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:34.336265 run osmo-ms-virt-phy/00063(pid=97): Launched
22:48:34.342156 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:34.354896 run osmo-ms-virt-phy/00064(pid=98): Launched
22:48:34.360819 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:34.373557 run osmo-ms-virt-phy/00065(pid=99): Launched
22:48:34.379465 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:34.392287 run osmo-ms-virt-phy/00066(pid=100): Launched
22:48:34.398208 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:34.411131 run osmo-ms-virt-phy/00067(pid=101): Launched
22:48:34.417067 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:34.429989 run osmo-ms-virt-phy/00068(pid=102): Launched
22:48:34.435894 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:34.448714 run osmo-ms-virt-phy/00069(pid=103): Launched
22:48:34.454646 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:34.467566 run osmo-ms-virt-phy/00070(pid=104): Launched
22:48:34.473447 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:34.486369 run osmo-ms-virt-phy/00071(pid=105): Launched
22:48:34.492232 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:34.505007 run osmo-ms-virt-phy/00072(pid=106): Launched
22:48:34.510895 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:34.523624 run osmo-ms-virt-phy/00073(pid=107): Launched
22:48:34.529536 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:34.542245 run osmo-ms-virt-phy/00074(pid=108): Launched
22:48:34.548118 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:34.560891 run osmo-ms-virt-phy/00075(pid=109): Launched
22:48:34.566758 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:34.579448 run osmo-ms-virt-phy/00076(pid=110): Launched
22:48:34.585372 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:34.598091 run osmo-ms-virt-phy/00077(pid=111): Launched
22:48:34.603963 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:34.616697 run osmo-ms-virt-phy/00078(pid=112): Launched
22:48:34.622590 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:34.635293 run osmo-ms-virt-phy/00079(pid=113): Launched
22:48:34.641346 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:34.654353 run osmo-ms-virt-phy/00080(pid=114): Launched
22:48:34.660221 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:34.673162 run osmo-ms-virt-phy/00081(pid=115): Launched
22:48:34.679057 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:34.691970 run osmo-ms-virt-phy/00082(pid=116): Launched
22:48:34.697835 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:34.710722 run osmo-ms-virt-phy/00083(pid=117): Launched
22:48:34.716613 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:34.729343 run osmo-ms-virt-phy/00084(pid=118): Launched
22:48:34.735209 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:34.748309 run osmo-ms-virt-phy/00085(pid=119): Launched
22:48:34.754189 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:34.766974 run osmo-ms-virt-phy/00086(pid=120): Launched
22:48:34.772861 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:34.785616 run osmo-ms-virt-phy/00087(pid=121): Launched
22:48:34.791546 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:34.804264 run osmo-ms-virt-phy/00088(pid=122): Launched
22:48:34.810198 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:34.822943 run osmo-ms-virt-phy/00089(pid=123): Launched
22:48:34.828834 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:34.841542 run osmo-ms-virt-phy/00090(pid=124): Launched
22:48:34.847439 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:34.860202 run osmo-ms-virt-phy/00091(pid=125): Launched
22:48:34.866104 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:34.878806 run osmo-ms-virt-phy/00092(pid=126): Launched
22:48:34.884933 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:34.897750 run osmo-ms-virt-phy/00093(pid=127): Launched
22:48:34.903778 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:34.916586 run osmo-ms-virt-phy/00094(pid=128): Launched
22:48:34.922481 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:34.935449 run osmo-ms-virt-phy/00095(pid=129): Launched
22:48:34.941374 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:34.954376 run osmo-ms-virt-phy/00096(pid=130): Launched
22:48:34.960263 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:34.973053 run osmo-ms-virt-phy/00097(pid=131): Launched
22:48:34.978906 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:34.991717 run osmo-ms-virt-phy/00098(pid=132): Launched
22:48:34.997587 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:35.010318 run osmo-ms-virt-phy/00099(pid=133): Launched
22:48:35.016222 run mass: Checking if sockets are in the filesystem
22:48:35.048577 run osmo-ms-mob/00000: Starting mobile
22:48:35.061631 run osmo-ms-mob/00000(pid=134): Launched
22:48:35.072294 run mass: MS start registered {at=26909820.775645275, delay=0.004738032817840576, ms=00000}
22:48:39.263220 run osmo-ms-mob/00001: Starting mobile
22:48:39.279921 run osmo-ms-mob/00001(pid=135): Launched
22:48:39.290330 run mass: MS start registered {at=26909824.993681163, delay=0.0044373199343681335, ms=00001}
22:48:40.388213 run mass: MS performed LU {at=26909826.091442235, lu_delay=5.315796960145235, ms=00000}
22:48:41.057527 run osmo-ms-mob/00002: Starting mobile
22:48:41.073766 run osmo-ms-mob/00002(pid=136): Launched
22:48:41.084291 run mass: MS start registered {at=26909826.787638687, delay=0.004603009670972824, ms=00002}
22:48:42.363848 run osmo-ms-mob/00003: Starting mobile
22:48:42.380587 run osmo-ms-mob/00003(pid=137): Launched
22:48:42.391123 run mass: MS start registered {at=26909828.094473194, delay=0.004720378667116165, ms=00003}
22:48:43.457833 run osmo-ms-mob/00004: Starting mobile
22:48:43.473993 run osmo-ms-mob/00004(pid=138): Launched
22:48:43.484634 run mass: MS start registered {at=26909829.187980898, delay=0.004619654268026352, ms=00004}
22:48:44.153619 run mass: MS performed LU {at=26909829.8568597, lu_delay=4.863178536295891, ms=00001}
22:48:44.464092 run osmo-ms-mob/00005: Starting mobile
22:48:44.481002 run osmo-ms-mob/00005(pid=139): Launched
22:48:44.491412 run mass: MS start registered {at=26909830.19475899, delay=0.004509929567575455, ms=00005}
22:48:45.333031 run osmo-ms-mob/00006: Starting mobile
22:48:45.345944 run osmo-ms-mob/00006(pid=140): Launched
22:48:45.356823 run mass: MS start registered {at=26909831.06016531, delay=0.004775594919919968, ms=00006}
22:48:46.055509 run mass: MS performed LU {at=26909831.758748103, lu_delay=4.971109416335821, ms=00002}
22:48:46.263062 run osmo-ms-mob/00007: Starting mobile
22:48:46.279871 run osmo-ms-mob/00007(pid=141): Launched
22:48:46.290682 run mass: MS start registered {at=26909831.99403332, delay=0.0048348568379879, ms=00007}
22:48:47.032461 run osmo-ms-mob/00008: Starting mobile
22:48:47.045176 run osmo-ms-mob/00008(pid=142): Launched
22:48:47.055782 run mass: MS start registered {at=26909832.759133346, delay=0.004705764353275299, ms=00008}
22:48:47.763273 run osmo-ms-mob/00009: Starting mobile
22:48:47.780154 run osmo-ms-mob/00009(pid=143): Launched
22:48:47.790769 run mass: MS start registered {at=26909833.49412366, delay=0.0045924074947834015, ms=00009}
22:48:47.919436 run mass: MS performed LU {at=26909833.622678448, lu_delay=5.528205253183842, ms=00003}
22:48:48.463530 run osmo-ms-mob/00010: Starting mobile
22:48:48.480131 run osmo-ms-mob/00010(pid=144): Launched
22:48:48.491176 run mass: MS start registered {at=26909834.19452565, delay=0.0052372366189956665, ms=00010}
22:48:49.043712 run osmo-ms-mob/00011: Starting mobile
22:48:49.057506 run osmo-ms-mob/00011(pid=145): Launched
22:48:49.068468 run mass: MS start registered {at=26909834.77182039, delay=0.00493236631155014, ms=00011}
22:48:49.645446 run osmo-ms-mob/00012: Starting mobile
22:48:49.659128 run osmo-ms-mob/00012(pid=146): Launched
22:48:49.669737 run mass: MS start registered {at=26909835.373090837, delay=0.004661906510591507, ms=00012}
22:48:49.820910 run mass: MS performed LU {at=26909835.524152532, lu_delay=6.336171634495258, ms=00004}
22:48:49.848134 run mass: MS performed LU {at=26909835.55147186, lu_delay=5.356712870299816, ms=00005}
22:48:50.263608 run osmo-ms-mob/00013: Starting mobile
22:48:50.280319 run osmo-ms-mob/00013(pid=147): Launched
22:48:50.292369 run mass: MS start registered {at=26909835.9957173, delay=0.006153963506221771, ms=00013}
22:48:50.338588 run mass: MS performed LU {at=26909836.041831885, lu_delay=4.981666576117277, ms=00006}
22:48:50.845597 run osmo-ms-mob/00014: Starting mobile
22:48:50.859251 run osmo-ms-mob/00014(pid=148): Launched
22:48:50.869972 run mass: MS start registered {at=26909836.573324025, delay=0.004739489406347275, ms=00014}
22:48:51.430601 run osmo-ms-mob/00015: Starting mobile
22:48:51.443576 run osmo-ms-mob/00015(pid=149): Launched
22:48:51.454618 run mass: MS start registered {at=26909837.1579722, delay=0.004575967788696289, ms=00015}
22:48:51.685278 run mass: MS performed LU {at=26909837.38851632, lu_delay=5.394483000040054, ms=00007}
22:48:51.819941 run mass: MS performed LU {at=26909837.523195434, lu_delay=4.764062087982893, ms=00008}
22:48:51.973645 run osmo-ms-mob/00016: Starting mobile
22:48:51.989974 run osmo-ms-mob/00016(pid=150): Launched
22:48:52.000500 run mass: MS start registered {at=26909837.703855094, delay=0.004511527717113495, ms=00016}
22:48:52.458117 run osmo-ms-mob/00017: Starting mobile
22:48:52.474072 run osmo-ms-mob/00017(pid=151): Launched
22:48:52.485309 run mass: MS start registered {at=26909838.18865299, delay=0.005208984017372131, ms=00017}
22:48:53.045308 run osmo-ms-mob/00018: Starting mobile
22:48:53.059008 run osmo-ms-mob/00018(pid=152): Launched
22:48:53.070271 run mass: MS start registered {at=26909838.77361827, delay=0.005284786224365234, ms=00018}
22:48:53.463835 run osmo-ms-mob/00019: Starting mobile
22:48:53.478135 run osmo-ms-mob/00019(pid=153): Launched
22:48:53.488929 run mass: MS start registered {at=26909839.192284714, delay=0.004645299166440964, ms=00019}
22:48:53.586941 run mass: MS performed LU {at=26909839.290199682, lu_delay=5.796076022088528, ms=00009}
22:48:53.615456 run mass: MS performed LU {at=26909839.318709128, lu_delay=5.124183475971222, ms=00010}
22:48:53.868354 run mass: MS performed LU {at=26909839.57160731, lu_delay=4.799786921590567, ms=00011}
22:48:53.900698 run osmo-ms-mob/00020: Starting mobile
22:48:53.915525 run osmo-ms-mob/00020(pid=154): Launched
22:48:53.926175 run mass: MS start registered {at=26909839.629531786, delay=0.004613619297742844, ms=00020}
22:48:54.443281 run osmo-ms-mob/00021: Starting mobile
22:48:54.456623 run osmo-ms-mob/00021(pid=155): Launched
22:48:54.467657 run mass: MS start registered {at=26909840.171009734, delay=0.004831600934267044, ms=00021}
22:48:54.844842 run osmo-ms-mob/00022: Starting mobile
22:48:54.858495 run osmo-ms-mob/00022(pid=156): Launched
22:48:54.869105 run mass: MS start registered {at=26909840.572457016, delay=0.004622835665941238, ms=00022}
22:48:55.356211 run osmo-ms-mob/00023: Starting mobile
22:48:55.373096 run osmo-ms-mob/00023(pid=157): Launched
22:48:55.379330 run mass: MS performed LU {at=26909841.08268878, lu_delay=5.08697148039937, ms=00013}
22:48:55.385125 run mass: MS performed LU {at=26909841.088491537, lu_delay=4.515167511999607, ms=00014}
22:48:55.390745 run mass: MS start registered {at=26909841.09411189, delay=0.011442132294178009, ms=00023}
22:48:55.451922 run mass: MS performed LU {at=26909841.155173276, lu_delay=5.782082438468933, ms=00012}
22:48:55.477586 run osmo-ms-mob/00024: Starting mobile
22:48:55.490502 run osmo-ms-mob/00024(pid=158): Launched
22:48:55.501205 run mass: MS start registered {at=26909841.204561017, delay=0.0045919232070446014, ms=00024}
22:48:56.231863 run osmo-ms-mob/00025: Starting mobile
22:48:56.244892 run osmo-ms-mob/00025(pid=159): Launched
22:48:56.256135 run mass: MS start registered {at=26909841.95948589, delay=0.004823766648769379, ms=00025}
22:48:56.633270 run osmo-ms-mob/00026: Starting mobile
22:48:56.646468 run osmo-ms-mob/00026(pid=160): Launched
22:48:56.657261 run mass: MS start registered {at=26909842.360613026, delay=0.004718445241451263, ms=00026}
22:48:57.063398 run osmo-ms-mob/00027: Starting mobile
22:48:57.080514 run osmo-ms-mob/00027(pid=161): Launched
22:48:57.091208 run mass: MS start registered {at=26909842.794560798, delay=0.004744123667478561, ms=00027}
22:48:57.352289 run mass: MS performed LU {at=26909843.05554098, lu_delay=4.866887990385294, ms=00017}
22:48:57.367713 run osmo-ms-mob/00028: Starting mobile
22:48:57.381023 run osmo-ms-mob/00028(pid=162): Launched
22:48:57.387218 run mass: MS performed LU {at=26909843.090580758, lu_delay=5.9326085560023785, ms=00015}
22:48:57.393114 run mass: MS start registered {at=26909843.096481606, delay=0.00591621920466423, ms=00028}
22:48:57.399088 run mass: MS performed LU {at=26909843.102451734, lu_delay=5.39859664067626, ms=00016}
22:48:57.861767 run osmo-ms-mob/00029: Starting mobile
22:48:57.879090 run osmo-ms-mob/00029(pid=163): Launched
22:48:57.890032 run mass: MS start registered {at=26909843.593379926, delay=0.004951588809490204, ms=00029}
22:48:58.231775 run osmo-ms-mob/00030: Starting mobile
22:48:58.244969 run osmo-ms-mob/00030(pid=164): Launched
22:48:58.256043 run mass: MS start registered {at=26909843.959396757, delay=0.004784449934959412, ms=00030}
22:48:58.632500 run osmo-ms-mob/00031: Starting mobile
22:48:58.645797 run osmo-ms-mob/00031(pid=165): Launched
22:48:58.656621 run mass: MS start registered {at=26909844.35997209, delay=0.004815045744180679, ms=00031}
22:48:58.985714 run osmo-ms-mob/00032: Starting mobile
22:48:58.999776 run osmo-ms-mob/00032(pid=166): Launched
22:48:59.010449 run mass: MS start registered {at=26909844.713801216, delay=0.004676844924688339, ms=00032}
22:48:59.116453 run mass: MS performed LU {at=26909844.819702942, lu_delay=6.046084672212601, ms=00018}
22:48:59.140522 run mass: MS performed LU {at=26909844.843884345, lu_delay=5.651599630713463, ms=00019}
22:48:59.217342 run mass: MS performed LU {at=26909844.920609955, lu_delay=5.291078168898821, ms=00020}
22:48:59.244900 run osmo-ms-mob/00033: Starting mobile
22:48:59.257614 run osmo-ms-mob/00033(pid=167): Launched
22:48:59.268423 run mass: MS start registered {at=26909844.971778244, delay=0.004888314753770828, ms=00033}
22:48:59.387684 run mass: MS performed LU {at=26909845.09093713, lu_delay=4.919927395880222, ms=00021}
22:48:59.642559 run mass: MS performed LU {at=26909845.345814474, lu_delay=4.773357458412647, ms=00022}
22:48:59.711517 run osmo-ms-mob/00034: Starting mobile
22:48:59.726466 run osmo-ms-mob/00034(pid=168): Launched
22:48:59.737297 run mass: MS start registered {at=26909845.440651305, delay=0.0045021288096904755, ms=00034}
22:49:00.040705 run osmo-ms-mob/00035: Starting mobile
22:49:00.053587 run osmo-ms-mob/00035(pid=169): Launched
22:49:00.064646 run mass: MS start registered {at=26909845.76796421, delay=0.004766128957271576, ms=00035}
22:49:00.432936 run osmo-ms-mob/00036: Starting mobile
22:49:00.446024 run osmo-ms-mob/00036(pid=170): Launched
22:49:00.456723 run mass: MS start registered {at=26909846.16007604, delay=0.004584435373544693, ms=00036}
22:49:00.851325 run osmo-ms-mob/00037: Starting mobile
22:49:00.864185 run osmo-ms-mob/00037(pid=171): Launched
22:49:00.874923 run mass: MS start registered {at=26909846.578276236, delay=0.004829883575439453, ms=00037}
22:49:01.118921 run mass: MS performed LU {at=26909846.822171666, lu_delay=5.728059776127338, ms=00023}
22:49:01.133991 run osmo-ms-mob/00038: Starting mobile
22:49:01.146995 run osmo-ms-mob/00038(pid=172): Launched
22:49:01.152916 run mass: MS performed LU {at=26909846.85627875, lu_delay=5.651717733591795, ms=00024}
22:49:01.158558 run mass: MS start registered {at=26909846.861925084, delay=0.00566178560256958, ms=00038}
22:49:01.164455 run mass: MS performed LU {at=26909846.86781927, lu_delay=4.908333379775286, ms=00025}
22:49:01.175226 run osmo-ms-mob/00039: Starting mobile
22:49:01.188248 run osmo-ms-mob/00039(pid=173): Launched
22:49:01.198878 run mass: MS start registered {at=26909846.90223323, delay=0.004506915807723999, ms=00039}
22:49:01.308292 run mass: MS performed LU {at=26909847.011541568, lu_delay=4.650928542017937, ms=00026}
22:49:01.831903 run osmo-ms-mob/00040: Starting mobile
22:49:01.844949 run osmo-ms-mob/00040(pid=174): Launched
22:49:01.856031 run mass: MS start registered {at=26909847.559384286, delay=0.004960890859365463, ms=00040}
22:49:02.145920 run osmo-ms-mob/00041: Starting mobile
22:49:02.159477 run osmo-ms-mob/00041(pid=175): Launched
22:49:02.170095 run mass: MS start registered {at=26909847.873447146, delay=0.004608489573001862, ms=00041}
22:49:02.448253 run osmo-ms-mob/00042: Starting mobile
22:49:02.461954 run osmo-ms-mob/00042(pid=176): Launched
22:49:02.473002 run mass: MS start registered {at=26909848.17635578, delay=0.0047281235456466675, ms=00042}
22:49:02.855082 run osmo-ms-mob/00043: Starting mobile
22:49:02.871545 run osmo-ms-mob/00043(pid=177): Launched
22:49:02.880269 run mass: MS performed LU {at=26909848.58362124, lu_delay=5.789060443639755, ms=00027}
22:49:02.886399 run mass: MS start registered {at=26909848.589765664, delay=0.008845925331115723, ms=00043}
22:49:02.898654 run mass: MS performed LU {at=26909848.602009565, lu_delay=5.505527958273888, ms=00028}
22:49:02.910001 run osmo-ms-mob/00044: Starting mobile
22:49:02.923138 run osmo-ms-mob/00044(pid=178): Launched
22:49:02.933629 run mass: MS start registered {at=26909848.636977665, delay=0.004482012242078781, ms=00044}
22:49:02.982842 run mass: MS performed LU {at=26909848.6860898, lu_delay=4.726693041622639, ms=00030}
22:49:03.154001 run mass: MS performed LU {at=26909848.85725173, lu_delay=5.263871803879738, ms=00029}
22:49:03.183749 run osmo-ms-mob/00045: Starting mobile
22:49:03.196995 run osmo-ms-mob/00045(pid=179): Launched
22:49:03.207671 run mass: MS start registered {at=26909848.911025766, delay=0.004571821540594101, ms=00045}
22:49:03.408702 run mass: MS performed LU {at=26909849.111934394, lu_delay=4.751962304115295, ms=00031}
22:49:03.756013 run osmo-ms-mob/00046: Starting mobile
22:49:03.771799 run osmo-ms-mob/00046(pid=180): Launched
22:49:03.782981 run mass: MS start registered {at=26909849.486329544, delay=0.005079798400402069, ms=00046}
22:49:04.031995 run osmo-ms-mob/00047: Starting mobile
22:49:04.045240 run osmo-ms-mob/00047(pid=181): Launched
22:49:04.055808 run mass: MS start registered {at=26909849.75915956, delay=0.004532482475042343, ms=00047}
22:49:04.345212 run osmo-ms-mob/00048: Starting mobile
22:49:04.359710 run osmo-ms-mob/00048(pid=182): Launched
22:49:04.370884 run mass: MS start registered {at=26909850.074228268, delay=0.005168989300727844, ms=00048}
22:49:04.631601 run osmo-ms-mob/00049: Starting mobile
22:49:04.644507 run osmo-ms-mob/00049(pid=183): Launched
22:49:04.655469 run mass: MS start registered {at=26909850.358820964, delay=0.004771541804075241, ms=00049}
22:49:04.884332 run mass: MS performed LU {at=26909850.587584794, lu_delay=5.146933488547802, ms=00034}
22:49:04.924020 run osmo-ms-mob/00050: Starting mobile
22:49:04.939359 run osmo-ms-mob/00050(pid=184): Launched
22:49:04.945322 run mass: MS performed LU {at=26909850.648682028, lu_delay=4.880717817693949, ms=00035}
22:49:04.951099 run mass: MS performed LU {at=26909850.654466126, lu_delay=5.9406649097800255, ms=00032}
22:49:04.956788 run mass: MS start registered {at=26909850.660155565, delay=0.01149052381515503, ms=00050}
22:49:05.074509 run mass: MS performed LU {at=26909850.777762275, lu_delay=5.805984031409025, ms=00033}
22:49:05.103447 run osmo-ms-mob/00051: Starting mobile
22:49:05.116265 run osmo-ms-mob/00051(pid=185): Launched
22:49:05.122356 run mass: MS performed LU {at=26909850.825718224, lu_delay=4.665642183274031, ms=00036}
22:49:05.128108 run mass: MS start registered {at=26909850.831475444, delay=0.005773808807134628, ms=00051}
22:49:05.632809 run osmo-ms-mob/00052: Starting mobile
22:49:05.645986 run osmo-ms-mob/00052(pid=186): Launched
22:49:05.656660 run mass: MS start registered {at=26909851.360014316, delay=0.004738152027130127, ms=00052}
22:49:05.944920 run osmo-ms-mob/00053: Starting mobile
22:49:05.959311 run osmo-ms-mob/00053(pid=187): Launched
22:49:05.970390 run mass: MS start registered {at=26909851.67373799, delay=0.005129266530275345, ms=00053}
22:49:06.245203 run osmo-ms-mob/00054: Starting mobile
22:49:06.259290 run osmo-ms-mob/00054(pid=188): Launched
22:49:06.270179 run mass: MS start registered {at=26909851.97353092, delay=0.004927933216094971, ms=00054}
22:49:06.544960 run osmo-ms-mob/00055: Starting mobile
22:49:06.558668 run osmo-ms-mob/00055(pid=189): Launched
22:49:06.569464 run mass: MS start registered {at=26909852.272816673, delay=0.004759542644023895, ms=00055}
22:49:06.647610 run mass: MS performed LU {at=26909852.35086213, lu_delay=4.791477844119072, ms=00040}
22:49:06.671738 run mass: MS performed LU {at=26909852.37510031, lu_delay=5.472867079079151, ms=00039}
22:49:06.683056 run osmo-ms-mob/00056: Starting mobile
22:49:06.696040 run osmo-ms-mob/00056(pid=190): Launched
22:49:06.707060 run mass: MS start registered {at=26909852.410413522, delay=0.00476464256644249, ms=00056}
22:49:06.749256 run mass: MS performed LU {at=26909852.452507157, lu_delay=5.590582072734833, ms=00038}
22:49:06.919856 run mass: MS performed LU {at=26909852.623107996, lu_delay=6.04483176022768, ms=00037}
22:49:06.949288 run osmo-ms-mob/00057: Starting mobile
22:49:06.962694 run osmo-ms-mob/00057(pid=191): Launched
22:49:06.968705 run mass: MS performed LU {at=26909852.67206571, lu_delay=4.79861856251955, ms=00041}
22:49:06.974484 run mass: MS start registered {at=26909852.67785112, delay=0.005803130567073822, ms=00057}
22:49:07.544341 run osmo-ms-mob/00058: Starting mobile
22:49:07.558257 run osmo-ms-mob/00058(pid=192): Launched
22:49:07.569473 run mass: MS start registered {at=26909853.272826776, delay=0.00496331974864006, ms=00058}
22:49:07.845287 run osmo-ms-mob/00059: Starting mobile
22:49:07.859408 run osmo-ms-mob/00059(pid=193): Launched
22:49:07.870169 run mass: MS start registered {at=26909853.573522374, delay=0.004630036652088165, ms=00059}
22:49:08.174457 run osmo-ms-mob/00060: Starting mobile
22:49:08.201926 run osmo-ms-mob/00060(pid=194): Launched
22:49:08.212916 run mass: MS start registered {at=26909853.916268513, delay=0.004862092435359955, ms=00060}
22:49:08.562168 run osmo-ms-mob/00061: Starting mobile
22:49:08.577395 run osmo-ms-mob/00061(pid=195): Launched
22:49:08.588253 run mass: MS start registered {at=26909854.291601676, delay=0.0048132650554180145, ms=00061}
22:49:08.602649 run mass: MS performed LU {at=26909854.30599811, lu_delay=6.129642330110073, ms=00042}
22:49:08.677808 run mass: MS performed LU {at=26909854.38107489, lu_delay=4.894745346158743, ms=00046}
22:49:08.718466 run osmo-ms-mob/00062: Starting mobile
22:49:08.731854 run osmo-ms-mob/00062(pid=196): Launched
22:49:08.737959 run mass: MS performed LU {at=26909854.441318806, lu_delay=5.85155314207077, ms=00043}
22:49:08.743988 run mass: MS start registered {at=26909854.447355006, delay=0.006053835153579712, ms=00062}
22:49:08.857784 run mass: MS performed LU {at=26909854.561032962, lu_delay=5.9240552969276905, ms=00044}
22:49:08.887793 run osmo-ms-mob/00063: Starting mobile
22:49:08.900780 run osmo-ms-mob/00063(pid=197): Launched
22:49:08.906784 run mass: MS performed LU {at=26909854.61014567, lu_delay=4.850986108183861, ms=00047}
22:49:08.912680 run mass: MS start registered {at=26909854.616046183, delay=0.005917958915233612, ms=00063}
22:49:09.547006 run osmo-ms-mob/00064: Starting mobile
22:49:09.560897 run osmo-ms-mob/00064(pid=198): Launched
22:49:09.571715 run mass: MS performed LU {at=26909855.275060974, lu_delay=6.364035207778215, ms=00045}
22:49:09.577798 run mass: MS start registered {at=26909855.28116526, delay=0.010661352425813675, ms=00064}
22:49:09.693172 run mass: MS performed LU {at=26909855.396428, lu_delay=5.0376070365309715, ms=00049}
22:49:09.931878 run osmo-ms-mob/00065: Starting mobile
22:49:09.945114 run osmo-ms-mob/00065(pid=199): Launched
22:49:09.956454 run mass: MS start registered {at=26909855.65980448, delay=0.004949979484081268, ms=00065}
22:49:10.272428 run osmo-ms-mob/00066: Starting mobile
22:49:10.288526 run osmo-ms-mob/00066(pid=200): Launched
22:49:10.299476 run mass: MS start registered {at=26909856.002829876, delay=0.004815485328435898, ms=00066}
22:49:10.413358 run mass: MS performed LU {at=26909856.116569355, lu_delay=4.442831363528967, ms=00053}
22:49:10.450280 run mass: MS performed LU {at=26909856.15350911, lu_delay=5.322033666074276, ms=00051}
22:49:10.473892 run mass: MS performed LU {at=26909856.17725298, lu_delay=5.517097417265177, ms=00050}
22:49:10.485010 run osmo-ms-mob/00067: Starting mobile
22:49:10.498391 run osmo-ms-mob/00067(pid=201): Launched
22:49:10.509222 run mass: MS start registered {at=26909856.212574266, delay=0.004749443382024765, ms=00067}
22:49:10.777193 run mass: MS performed LU {at=26909856.480442457, lu_delay=6.406214188784361, ms=00048}
22:49:10.946156 run osmo-ms-mob/00068: Starting mobile
22:49:10.960245 run osmo-ms-mob/00068(pid=202): Launched
22:49:10.971081 run mass: MS start registered {at=26909856.67443413, delay=0.0048068128526210785, ms=00068}
22:49:11.345175 run osmo-ms-mob/00069: Starting mobile
22:49:11.359298 run osmo-ms-mob/00069(pid=203): Launched
22:49:11.370557 run mass: MS start registered {at=26909857.07390269, delay=0.004749815911054611, ms=00069}
22:49:11.731822 run osmo-ms-mob/00070: Starting mobile
22:49:11.745072 run osmo-ms-mob/00070(pid=204): Launched
22:49:11.756967 run mass: MS start registered {at=26909857.46031348, delay=0.005809251219034195, ms=00070}
22:49:12.145945 run osmo-ms-mob/00071: Starting mobile
22:49:12.159932 run osmo-ms-mob/00071(pid=205): Launched
22:49:12.170911 run mass: MS start registered {at=26909857.874261983, delay=0.004571184515953064, ms=00071}
22:49:12.370505 run mass: MS performed LU {at=26909858.07375811, lu_delay=5.6633445881307125, ms=00056}
22:49:12.443707 run mass: MS performed LU {at=26909858.146972176, lu_delay=5.874155502766371, ms=00055}
22:49:12.486775 run osmo-ms-mob/00072: Starting mobile
22:49:12.500598 run osmo-ms-mob/00072(pid=206): Launched
22:49:12.506536 run mass: MS performed LU {at=26909858.20989799, lu_delay=5.532046873122454, ms=00057}
22:49:12.512305 run mass: MS start registered {at=26909858.215673108, delay=0.005791071802377701, ms=00072}
22:49:12.633084 run mass: MS performed LU {at=26909858.336341087, lu_delay=4.7628187127411366, ms=00059}
22:49:12.642659 run mass: MS performed LU {at=26909858.346024867, lu_delay=5.073198091238737, ms=00058}
22:49:12.653302 run osmo-ms-mob/00073: Starting mobile
22:49:12.666247 run osmo-ms-mob/00073(pid=207): Launched
22:49:12.677043 run mass: MS start registered {at=26909858.380396836, delay=0.004894375801086426, ms=00073}
22:49:13.346088 run osmo-ms-mob/00074: Starting mobile
22:49:13.360493 run osmo-ms-mob/00074(pid=208): Launched
22:49:13.371656 run mass: MS start registered {at=26909859.07500359, delay=0.005028184503316879, ms=00074}
22:49:13.713945 run mass: MS performed LU {at=26909859.417193778, lu_delay=3.757389299571514, ms=00065}
22:49:13.743865 run osmo-ms-mob/00075: Starting mobile
22:49:13.757228 run osmo-ms-mob/00075(pid=209): Launched
22:49:13.768454 run mass: MS start registered {at=26909859.471801586, delay=0.0049099065363407135, ms=00075}
22:49:14.215461 run mass: MS performed LU {at=26909859.918716688, lu_delay=5.62711501121521, ms=00061}
22:49:14.255522 run osmo-ms-mob/00076: Starting mobile
22:49:14.268426 run osmo-ms-mob/00076(pid=210): Launched
22:49:14.274768 run mass: MS performed LU {at=26909859.978126287, lu_delay=5.362080104649067, ms=00063}
22:49:14.280497 run mass: MS start registered {at=26909859.983864564, delay=0.005757685750722885, ms=00076}
22:49:14.307110 run mass: MS performed LU {at=26909860.01044767, lu_delay=5.563092663884163, ms=00062}
22:49:14.646316 run osmo-ms-mob/00077: Starting mobile
22:49:14.661507 run osmo-ms-mob/00077(pid=211): Launched
22:49:14.672336 run mass: MS start registered {at=26909860.375686646, delay=0.004873011261224747, ms=00077}
22:49:15.142730 run osmo-ms-mob/00078: Starting mobile
22:49:15.156861 run osmo-ms-mob/00078(pid=212): Launched
22:49:15.167494 run mass: MS start registered {at=26909860.870847695, delay=0.004704337567090988, ms=00078}
22:49:15.268501 run mass: MS performed LU {at=26909860.97173433, lu_delay=5.690569069236517, ms=00064}
22:49:15.545687 run osmo-ms-mob/00079: Starting mobile
22:49:15.559882 run osmo-ms-mob/00079(pid=213): Launched
22:49:15.571001 run mass: MS start registered {at=26909861.274352934, delay=0.005106501281261444, ms=00079}
22:49:16.032373 run osmo-ms-mob/00080: Starting mobile
22:49:16.045135 run osmo-ms-mob/00080(pid=214): Launched
22:49:16.055711 run mass: MS start registered {at=26909861.75906034, delay=0.004548646509647369, ms=00080}
22:49:16.163798 run mass: MS performed LU {at=26909861.867034286, lu_delay=5.8642044104635715, ms=00066}
22:49:16.180809 run mass: MS performed LU {at=26909861.88409745, lu_delay=4.810194760560989, ms=00069}
22:49:16.228100 run mass: MS performed LU {at=26909861.93135311, lu_delay=5.256918981671333, ms=00068}
22:49:16.371789 run mass: MS performed LU {at=26909862.07504018, lu_delay=5.862465914338827, ms=00067}
22:49:16.385246 run osmo-ms-mob/00081: Starting mobile
22:49:16.398441 run osmo-ms-mob/00081(pid=215): Launched
22:49:16.406739 run mass: MS performed LU {at=26909862.110091466, lu_delay=4.649777986109257, ms=00070}
22:49:16.412612 run mass: MS start registered {at=26909862.115979336, delay=0.008115287870168686, ms=00081}
22:49:16.944984 run osmo-ms-mob/00082: Starting mobile
22:49:16.958706 run osmo-ms-mob/00082(pid=216): Launched
22:49:16.969673 run mass: MS start registered {at=26909862.673021343, delay=0.004726696759462357, ms=00082}
22:49:17.567671 run osmo-ms-mob/00083: Starting mobile
22:49:17.585501 run osmo-ms-mob/00083(pid=217): Launched
22:49:17.596394 run mass: MS start registered {at=26909863.299745683, delay=0.004951491951942444, ms=00083}
22:49:17.962885 run mass: MS performed LU {at=26909863.66613308, lu_delay=4.5911294892430305, ms=00074}
22:49:18.007642 run osmo-ms-mob/00084: Starting mobile
22:49:18.021591 run osmo-ms-mob/00084(pid=218): Launched
22:49:18.027625 run mass: MS performed LU {at=26909863.73098557, lu_delay=5.51531246304512, ms=00072}
22:49:18.033421 run mass: MS start registered {at=26909863.736788422, delay=0.005821622908115387, ms=00084}
22:49:18.092454 run mass: MS performed LU {at=26909863.79570418, lu_delay=5.921442195773125, ms=00071}
22:49:18.236582 run mass: MS performed LU {at=26909863.939830493, lu_delay=5.5594336576759815, ms=00073}
22:49:18.571731 run osmo-ms-mob/00085: Starting mobile
22:49:18.588115 run osmo-ms-mob/00085(pid=219): Launched
22:49:18.598798 run mass: MS start registered {at=26909864.302151274, delay=0.004668347537517548, ms=00085}
22:49:19.132083 run osmo-ms-mob/00086: Starting mobile
22:49:19.145274 run osmo-ms-mob/00086(pid=220): Launched
22:49:19.156205 run mass: MS start registered {at=26909864.859558254, delay=0.004696961492300034, ms=00086}
22:49:19.732210 run osmo-ms-mob/00087: Starting mobile
22:49:19.745051 run osmo-ms-mob/00087(pid=221): Launched
22:49:19.755750 run mass: MS start registered {at=26909865.459104463, delay=0.004651013761758804, ms=00087}
22:49:19.930054 run mass: MS performed LU {at=26909865.633307222, lu_delay=6.16150563582778, ms=00075}
22:49:19.946435 run mass: MS performed LU {at=26909865.649714317, lu_delay=4.778866622596979, ms=00078}
22:49:19.993565 run mass: MS performed LU {at=26909865.696818095, lu_delay=5.321131449192762, ms=00077}
22:49:20.137090 run mass: MS performed LU {at=26909865.840299677, lu_delay=5.856435112655163, ms=00076}
22:49:20.190679 run osmo-ms-mob/00088: Starting mobile
22:49:20.205748 run osmo-ms-mob/00088(pid=222): Launched
22:49:20.216363 run mass: MS start registered {at=26909865.919718478, delay=0.004640381783246994, ms=00088}
22:49:20.945094 run osmo-ms-mob/00089: Starting mobile
22:49:20.958824 run osmo-ms-mob/00089(pid=223): Launched
22:49:20.969545 run mass: MS start registered {at=26909866.672896393, delay=0.004746034741401672, ms=00089}
22:49:21.572229 run osmo-ms-mob/00090: Starting mobile
22:49:21.588004 run osmo-ms-mob/00090(pid=224): Launched
22:49:21.598755 run mass: MS start registered {at=26909867.30210849, delay=0.004644133150577545, ms=00090}
22:49:21.729093 run mass: MS performed LU {at=26909867.432347346, lu_delay=5.673287007957697, ms=00080}
22:49:21.858709 run mass: MS performed LU {at=26909867.561959576, lu_delay=4.88893823325634, ms=00082}
22:49:21.982607 run mass: MS performed LU {at=26909867.685861025, lu_delay=6.4115080907940865, ms=00079}
22:49:22.245577 run osmo-ms-mob/00091: Starting mobile
22:49:22.259715 run osmo-ms-mob/00091(pid=225): Launched
22:49:22.270535 run mass: MS start registered {at=26909867.973888136, delay=0.004828065633773804, ms=00091}
22:49:22.945520 run osmo-ms-mob/00092: Starting mobile
22:49:22.959603 run osmo-ms-mob/00092(pid=226): Launched
22:49:22.970979 run mass: MS start registered {at=26909868.674332324, delay=0.0026282891631126404, ms=00092}
22:49:23.695055 run mass: MS performed LU {at=26909869.398312688, lu_delay=5.661524266004562, ms=00084}
22:49:23.735354 run osmo-ms-mob/00093: Starting mobile
22:49:23.750909 run osmo-ms-mob/00093(pid=227): Launched
22:49:23.756924 run mass: MS performed LU {at=26909869.46028693, lu_delay=5.158135656267405, ms=00085}
22:49:23.762965 run mass: MS performed LU {at=26909869.46633153, lu_delay=6.166585847735405, ms=00083}
22:49:23.768739 run mass: MS start registered {at=26909869.472106285, delay=0.01183551549911499, ms=00093}
22:49:23.886289 run mass: MS performed LU {at=26909869.589538146, lu_delay=4.729979891330004, ms=00086}
22:49:24.632176 run osmo-ms-mob/00094: Starting mobile
22:49:24.645493 run osmo-ms-mob/00094(pid=228): Launched
22:49:24.656386 run mass: MS start registered {at=26909870.359739453, delay=0.004807662218809128, ms=00094}
22:49:25.494392 run mass: MS performed LU {at=26909871.197643016, lu_delay=4.524746622890234, ms=00089}
22:49:25.537279 run osmo-ms-mob/00095: Starting mobile
22:49:25.553412 run osmo-ms-mob/00095(pid=229): Launched
22:49:25.564254 run mass: MS start registered {at=26909871.267608553, delay=0.004802905023097992, ms=00095}
22:49:25.624502 run mass: MS performed LU {at=26909871.327754922, lu_delay=5.868650458753109, ms=00087}
22:49:26.543828 run osmo-ms-mob/00096: Starting mobile
22:49:26.557425 run osmo-ms-mob/00096(pid=230): Launched
22:49:26.568394 run mass: MS start registered {at=26909872.27174535, delay=0.0050248801708221436, ms=00096}
22:49:27.461009 run mass: MS performed LU {at=26909873.164196648, lu_delay=5.190308511257172, ms=00091}
22:49:27.483542 run mass: MS performed LU {at=26909873.18690469, lu_delay=5.88479620218277, ms=00090}
22:49:27.494370 run osmo-ms-mob/00097: Starting mobile
22:49:27.507231 run osmo-ms-mob/00097(pid=231): Launched
22:49:27.518065 run mass: MS start registered {at=26909873.221422754, delay=0.00484786182641983, ms=00097}
22:49:27.524334 run mass: MS performed LU {at=26909873.227693297, lu_delay=21.867678981274366, ms=00052}
22:49:27.886362 run mass: MS performed LU {at=26909873.589611832, lu_delay=4.915279507637024, ms=00092}
22:49:28.971777 run osmo-ms-mob/00098: Starting mobile
22:49:28.988106 run osmo-ms-mob/00098(pid=232): Launched
22:49:28.998715 run mass: MS start registered {at=26909874.70206791, delay=0.004579894244670868, ms=00098}
22:49:29.242232 run mass: MS performed LU {at=26909874.94548752, lu_delay=4.585748068988323, ms=00094}
22:49:29.390102 run mass: MS performed LU {at=26909875.093352422, lu_delay=5.621246136724949, ms=00093}
22:49:29.496525 run mass: MS performed LU {at=26909875.199778143, lu_delay=23.22624722495675, ms=00054}
22:49:30.732365 run osmo-ms-mob/00099: Starting mobile
22:49:30.745432 run osmo-ms-mob/00099(pid=233): Launched
22:49:30.751470 run mass: All started... {duration=55.7296658270061, too_slow=0}
22:49:30.757490 run mass: MS start registered {at=26909876.460849687, delay=0.006012395024299622, ms=00099}
22:49:31.226601 run mass: MS performed LU {at=26909876.92978722, lu_delay=4.6580418683588505, ms=00096}
22:49:31.244947 run mass: MS performed LU {at=26909876.948255863, lu_delay=5.680647309869528, ms=00095}
22:49:31.527066 run mass: MS performed LU {at=26909877.230318546, lu_delay=23.314050033688545, ms=00060}
22:49:33.155706 run mass: MS performed LU {at=26909878.858958356, lu_delay=5.637535601854324, ms=00097}
22:49:34.992932 run mass: MS performed LU {at=26909880.696189083, lu_delay=5.994121171534061, ms=00098}
22:49:36.893969 run mass: MS performed LU {at=26909882.597221226, lu_delay=6.136371538043022, ms=00099}
22:49:38.994261 run mass: MS performed LU {at=26909884.697510898, lu_delay=22.581531561911106, ms=00081}
22:49:42.523937 run mass: MS performed LU {at=26909888.227138013, lu_delay=22.307419534772635, ms=00088}
22:49:42.533306 run mass: Tests done {all_completed=True, max=23.314050033688545, min=3.757389299571514}
22:49:42.538712 tst register_default_mass.py: Test passed (86.7 sec)
22:49:42.544008 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminating (SIGTERM)
22:49:42.547283 run osmo-hlr_127.0.42.2(pid=22): Terminating (SIGTERM)
22:49:42.550495 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminating (SIGTERM)
22:49:42.553729 run osmo-stp_127.0.42.5(pid=24): Terminating (SIGTERM)
22:49:42.556957 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminating (SIGTERM)
22:49:42.560216 run osmo-msc_127.0.42.6(pid=26): Terminating (SIGTERM)
22:49:42.563506 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminating (SIGTERM)
22:49:42.566769 run osmo-mgw_127.0.42.3(pid=28): Terminating (SIGTERM)
22:49:42.570013 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminating (SIGTERM)
22:49:42.573274 run osmo-mgw_127.0.42.4(pid=30): Terminating (SIGTERM)
22:49:42.576568 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminating (SIGTERM)
22:49:42.579863 run osmo-bsc_127.0.42.7(pid=32): Terminating (SIGTERM)
22:49:42.583169 run osmo-bts-virtual(pid=33): Terminating (SIGTERM)
22:49:42.586468 run osmo-ms-virt-phy/00000(pid=34): Terminating (SIGTERM)
22:49:42.589780 run osmo-ms-virt-phy/00001(pid=35): Terminating (SIGTERM)
22:49:42.593179 run osmo-ms-virt-phy/00002(pid=36): Terminating (SIGTERM)
22:49:42.596561 run osmo-ms-virt-phy/00003(pid=37): Terminating (SIGTERM)
22:49:42.599960 run osmo-ms-virt-phy/00004(pid=38): Terminating (SIGTERM)
22:49:42.603396 run osmo-ms-virt-phy/00005(pid=39): Terminating (SIGTERM)
22:49:42.606769 run osmo-ms-virt-phy/00006(pid=40): Terminating (SIGTERM)
22:49:42.610059 run osmo-ms-virt-phy/00007(pid=41): Terminating (SIGTERM)
22:49:42.613368 run osmo-ms-virt-phy/00008(pid=42): Terminating (SIGTERM)
22:49:42.616618 run osmo-ms-virt-phy/00009(pid=43): Terminating (SIGTERM)
22:49:42.619926 run osmo-ms-virt-phy/00010(pid=44): Terminating (SIGTERM)
22:49:42.623268 run osmo-ms-virt-phy/00011(pid=45): Terminating (SIGTERM)
22:49:42.626594 run osmo-ms-virt-phy/00012(pid=46): Terminating (SIGTERM)
22:49:42.629930 run osmo-ms-virt-phy/00013(pid=47): Terminating (SIGTERM)
22:49:42.633260 run osmo-ms-virt-phy/00014(pid=48): Terminating (SIGTERM)
22:49:42.636590 run osmo-ms-virt-phy/00015(pid=49): Terminating (SIGTERM)
22:49:42.639921 run osmo-ms-virt-phy/00016(pid=50): Terminating (SIGTERM)
22:49:42.643497 run osmo-ms-virt-phy/00017(pid=51): Terminating (SIGTERM)
22:49:42.646833 run osmo-ms-virt-phy/00018(pid=52): Terminating (SIGTERM)
22:49:42.650349 run osmo-ms-virt-phy/00019(pid=53): Terminating (SIGTERM)
22:49:42.653637 run osmo-ms-virt-phy/00020(pid=54): Terminating (SIGTERM)
22:49:42.656972 run osmo-ms-virt-phy/00021(pid=55): Terminating (SIGTERM)
22:49:42.660272 run osmo-ms-virt-phy/00022(pid=56): Terminating (SIGTERM)
22:49:42.663990 run osmo-ms-virt-phy/00023(pid=57): Terminating (SIGTERM)
22:49:42.667651 run osmo-ms-virt-phy/00024(pid=58): Terminating (SIGTERM)
22:49:42.671311 run osmo-ms-virt-phy/00025(pid=59): Terminating (SIGTERM)
22:49:42.674648 run osmo-ms-virt-phy/00026(pid=60): Terminating (SIGTERM)
22:49:42.677974 run osmo-ms-virt-phy/00027(pid=61): Terminating (SIGTERM)
22:49:42.681305 run osmo-ms-virt-phy/00028(pid=62): Terminating (SIGTERM)
22:49:42.684802 run osmo-ms-virt-phy/00029(pid=63): Terminating (SIGTERM)
22:49:42.688135 run osmo-ms-virt-phy/00030(pid=64): Terminating (SIGTERM)
22:49:42.691475 run osmo-ms-virt-phy/00031(pid=65): Terminating (SIGTERM)
22:49:42.694815 run osmo-ms-virt-phy/00032(pid=66): Terminating (SIGTERM)
22:49:42.698111 run osmo-ms-virt-phy/00033(pid=67): Terminating (SIGTERM)
22:49:42.701786 run osmo-ms-virt-phy/00034(pid=68): Terminating (SIGTERM)
22:49:42.705107 run osmo-ms-virt-phy/00035(pid=69): Terminating (SIGTERM)
22:49:42.708400 run osmo-ms-virt-phy/00036(pid=70): Terminating (SIGTERM)
22:49:42.711775 run osmo-ms-virt-phy/00037(pid=71): Terminating (SIGTERM)
22:49:42.715452 run osmo-ms-virt-phy/00038(pid=72): Terminating (SIGTERM)
22:49:42.718896 run osmo-ms-virt-phy/00039(pid=73): Terminating (SIGTERM)
22:49:42.722678 run osmo-ms-virt-phy/00040(pid=74): Terminating (SIGTERM)
22:49:42.726142 run osmo-ms-virt-phy/00041(pid=75): Terminating (SIGTERM)
22:49:42.730035 run osmo-ms-virt-phy/00042(pid=76): Terminating (SIGTERM)
22:49:42.733712 run osmo-ms-virt-phy/00043(pid=77): Terminating (SIGTERM)
22:49:42.737353 run osmo-ms-virt-phy/00044(pid=78): Terminating (SIGTERM)
22:49:42.740730 run osmo-ms-virt-phy/00045(pid=79): Terminating (SIGTERM)
22:49:42.744119 run osmo-ms-virt-phy/00046(pid=80): Terminating (SIGTERM)
22:49:42.747989 run osmo-ms-virt-phy/00047(pid=81): Terminating (SIGTERM)
22:49:42.751574 run osmo-ms-virt-phy/00048(pid=82): Terminating (SIGTERM)
22:49:42.755087 run osmo-ms-virt-phy/00049(pid=83): Terminating (SIGTERM)
22:49:42.758914 run osmo-ms-virt-phy/00050(pid=84): Terminating (SIGTERM)
22:49:42.762331 run osmo-ms-virt-phy/00051(pid=85): Terminating (SIGTERM)
22:49:42.765697 run osmo-ms-virt-phy/00052(pid=86): Terminating (SIGTERM)
22:49:42.769516 run osmo-ms-virt-phy/00053(pid=87): Terminating (SIGTERM)
22:49:42.772951 run osmo-ms-virt-phy/00054(pid=88): Terminating (SIGTERM)
22:49:42.776301 run osmo-ms-virt-phy/00055(pid=89): Terminating (SIGTERM)
22:49:42.779658 run osmo-ms-virt-phy/00056(pid=90): Terminating (SIGTERM)
22:49:42.783003 run osmo-ms-virt-phy/00057(pid=91): Terminating (SIGTERM)
22:49:42.786380 run osmo-ms-virt-phy/00058(pid=92): Terminating (SIGTERM)
22:49:42.789720 run osmo-ms-virt-phy/00059(pid=93): Terminating (SIGTERM)
22:49:42.793039 run osmo-ms-virt-phy/00060(pid=94): Terminating (SIGTERM)
22:49:42.796405 run osmo-ms-virt-phy/00061(pid=95): Terminating (SIGTERM)
22:49:42.799765 run osmo-ms-virt-phy/00062(pid=96): Terminating (SIGTERM)
22:49:42.803164 run osmo-ms-virt-phy/00063(pid=97): Terminating (SIGTERM)
22:49:42.806461 run osmo-ms-virt-phy/00064(pid=98): Terminating (SIGTERM)
22:49:42.809762 run osmo-ms-virt-phy/00065(pid=99): Terminating (SIGTERM)
22:49:42.813149 run osmo-ms-virt-phy/00066(pid=100): Terminating (SIGTERM)
22:49:42.816861 run osmo-ms-virt-phy/00067(pid=101): Terminating (SIGTERM)
22:49:42.820191 run osmo-ms-virt-phy/00068(pid=102): Terminating (SIGTERM)
22:49:42.823944 run osmo-ms-virt-phy/00069(pid=103): Terminating (SIGTERM)
22:49:42.827310 run osmo-ms-virt-phy/00070(pid=104): Terminating (SIGTERM)
22:49:42.830615 run osmo-ms-virt-phy/00071(pid=105): Terminating (SIGTERM)
22:49:42.833967 run osmo-ms-virt-phy/00072(pid=106): Terminating (SIGTERM)
22:49:42.837305 run osmo-ms-virt-phy/00073(pid=107): Terminating (SIGTERM)
22:49:42.840689 run osmo-ms-virt-phy/00074(pid=108): Terminating (SIGTERM)
22:49:42.844066 run osmo-ms-virt-phy/00075(pid=109): Terminating (SIGTERM)
22:49:42.847485 run osmo-ms-virt-phy/00076(pid=110): Terminating (SIGTERM)
22:49:42.850920 run osmo-ms-virt-phy/00077(pid=111): Terminating (SIGTERM)
22:49:42.854344 run osmo-ms-virt-phy/00078(pid=112): Terminating (SIGTERM)
22:49:42.857660 run osmo-ms-virt-phy/00079(pid=113): Terminating (SIGTERM)
22:49:42.861033 run osmo-ms-virt-phy/00080(pid=114): Terminating (SIGTERM)
22:49:42.864681 run osmo-ms-virt-phy/00081(pid=115): Terminating (SIGTERM)
22:49:42.868349 run osmo-ms-virt-phy/00082(pid=116): Terminating (SIGTERM)
22:49:42.872409 run osmo-ms-virt-phy/00083(pid=117): Terminating (SIGTERM)
22:49:42.875866 run osmo-ms-virt-phy/00084(pid=118): Terminating (SIGTERM)
22:49:42.879153 run osmo-ms-virt-phy/00085(pid=119): Terminating (SIGTERM)
22:49:42.882462 run osmo-ms-virt-phy/00086(pid=120): Terminating (SIGTERM)
22:49:42.886423 run osmo-ms-virt-phy/00087(pid=121): Terminating (SIGTERM)
22:49:42.889740 run osmo-ms-virt-phy/00088(pid=122): Terminating (SIGTERM)
22:49:42.893104 run osmo-ms-virt-phy/00089(pid=123): Terminating (SIGTERM)
22:49:42.896392 run osmo-ms-virt-phy/00090(pid=124): Terminating (SIGTERM)
22:49:42.899691 run osmo-ms-virt-phy/00091(pid=125): Terminating (SIGTERM)
22:49:42.903015 run osmo-ms-virt-phy/00092(pid=126): Terminating (SIGTERM)
22:49:42.906323 run osmo-ms-virt-phy/00093(pid=127): Terminating (SIGTERM)
22:49:42.909784 run osmo-ms-virt-phy/00094(pid=128): Terminating (SIGTERM)
22:49:42.913115 run osmo-ms-virt-phy/00095(pid=129): Terminating (SIGTERM)
22:49:42.916420 run osmo-ms-virt-phy/00096(pid=130): Terminating (SIGTERM)
22:49:42.919750 run osmo-ms-virt-phy/00097(pid=131): Terminating (SIGTERM)
22:49:42.923155 run osmo-ms-virt-phy/00098(pid=132): Terminating (SIGTERM)
22:49:42.926501 run osmo-ms-virt-phy/00099(pid=133): Terminating (SIGTERM)
22:49:42.929882 run osmo-ms-mob/00000(pid=134): Terminating (SIGTERM)
22:49:42.933240 run osmo-ms-mob/00001(pid=135): Terminating (SIGTERM)
22:49:42.936502 run osmo-ms-mob/00002(pid=136): Terminating (SIGTERM)
22:49:42.939775 run osmo-ms-mob/00003(pid=137): Terminating (SIGTERM)
22:49:42.943046 run osmo-ms-mob/00004(pid=138): Terminating (SIGTERM)
22:49:42.946278 run osmo-ms-mob/00005(pid=139): Terminating (SIGTERM)
22:49:42.949521 run osmo-ms-mob/00006(pid=140): Terminating (SIGTERM)
22:49:42.952784 run osmo-ms-mob/00007(pid=141): Terminating (SIGTERM)
22:49:42.956035 run osmo-ms-mob/00008(pid=142): Terminating (SIGTERM)
22:49:42.959292 run osmo-ms-mob/00009(pid=143): Terminating (SIGTERM)
22:49:42.962531 run osmo-ms-mob/00010(pid=144): Terminating (SIGTERM)
22:49:42.965736 run osmo-ms-mob/00011(pid=145): Terminating (SIGTERM)
22:49:42.968926 run osmo-ms-mob/00012(pid=146): Terminating (SIGTERM)
22:49:42.972143 run osmo-ms-mob/00013(pid=147): Terminating (SIGTERM)
22:49:42.975356 run osmo-ms-mob/00014(pid=148): Terminating (SIGTERM)
22:49:42.978567 run osmo-ms-mob/00015(pid=149): Terminating (SIGTERM)
22:49:42.981773 run osmo-ms-mob/00016(pid=150): Terminating (SIGTERM)
22:49:42.984985 run osmo-ms-mob/00017(pid=151): Terminating (SIGTERM)
22:49:42.988167 run osmo-ms-mob/00018(pid=152): Terminating (SIGTERM)
22:49:42.991371 run osmo-ms-mob/00019(pid=153): Terminating (SIGTERM)
22:49:42.994579 run osmo-ms-mob/00020(pid=154): Terminating (SIGTERM)
22:49:42.997809 run osmo-ms-mob/00021(pid=155): Terminating (SIGTERM)
22:49:43.001017 run osmo-ms-mob/00022(pid=156): Terminating (SIGTERM)
22:49:43.004204 run osmo-ms-mob/00023(pid=157): Terminating (SIGTERM)
22:49:43.007412 run osmo-ms-mob/00024(pid=158): Terminating (SIGTERM)
22:49:43.010615 run osmo-ms-mob/00025(pid=159): Terminating (SIGTERM)
22:49:43.013815 run osmo-ms-mob/00026(pid=160): Terminating (SIGTERM)
22:49:43.017015 run osmo-ms-mob/00027(pid=161): Terminating (SIGTERM)
22:49:43.020203 run osmo-ms-mob/00028(pid=162): Terminating (SIGTERM)
22:49:43.023403 run osmo-ms-mob/00029(pid=163): Terminating (SIGTERM)
22:49:43.026615 run osmo-ms-mob/00030(pid=164): Terminating (SIGTERM)
22:49:43.029811 run osmo-ms-mob/00031(pid=165): Terminating (SIGTERM)
22:49:43.033013 run osmo-ms-mob/00032(pid=166): Terminating (SIGTERM)
22:49:43.036201 run osmo-ms-mob/00033(pid=167): Terminating (SIGTERM)
22:49:43.039397 run osmo-ms-mob/00034(pid=168): Terminating (SIGTERM)
22:49:43.042599 run osmo-ms-mob/00035(pid=169): Terminating (SIGTERM)
22:49:43.045800 run osmo-ms-mob/00036(pid=170): Terminating (SIGTERM)
22:49:43.049004 run osmo-ms-mob/00037(pid=171): Terminating (SIGTERM)
22:49:43.052197 run osmo-ms-mob/00038(pid=172): Terminating (SIGTERM)
22:49:43.055388 run osmo-ms-mob/00039(pid=173): Terminating (SIGTERM)
22:49:43.058597 run osmo-ms-mob/00040(pid=174): Terminating (SIGTERM)
22:49:43.061804 run osmo-ms-mob/00041(pid=175): Terminating (SIGTERM)
22:49:43.065009 run osmo-ms-mob/00042(pid=176): Terminating (SIGTERM)
22:49:43.068201 run osmo-ms-mob/00043(pid=177): Terminating (SIGTERM)
22:49:43.071405 run osmo-ms-mob/00044(pid=178): Terminating (SIGTERM)
22:49:43.074613 run osmo-ms-mob/00045(pid=179): Terminating (SIGTERM)
22:49:43.077820 run osmo-ms-mob/00046(pid=180): Terminating (SIGTERM)
22:49:43.081020 run osmo-ms-mob/00047(pid=181): Terminating (SIGTERM)
22:49:43.084204 run osmo-ms-mob/00048(pid=182): Terminating (SIGTERM)
22:49:43.087402 run osmo-ms-mob/00049(pid=183): Terminating (SIGTERM)
22:49:43.090597 run osmo-ms-mob/00050(pid=184): Terminating (SIGTERM)
22:49:43.093792 run osmo-ms-mob/00051(pid=185): Terminating (SIGTERM)
22:49:43.097000 run osmo-ms-mob/00052(pid=186): Terminating (SIGTERM)
22:49:43.100200 run osmo-ms-mob/00053(pid=187): Terminating (SIGTERM)
22:49:43.103404 run osmo-ms-mob/00054(pid=188): Terminating (SIGTERM)
22:49:43.106614 run osmo-ms-mob/00055(pid=189): Terminating (SIGTERM)
22:49:43.109829 run osmo-ms-mob/00056(pid=190): Terminating (SIGTERM)
22:49:43.113110 run osmo-ms-mob/00057(pid=191): Terminating (SIGTERM)
22:49:43.116366 run osmo-ms-mob/00058(pid=192): Terminating (SIGTERM)
22:49:43.119631 run osmo-ms-mob/00059(pid=193): Terminating (SIGTERM)
22:49:43.122885 run osmo-ms-mob/00060(pid=194): Terminating (SIGTERM)
22:49:43.126157 run osmo-ms-mob/00061(pid=195): Terminating (SIGTERM)
22:49:43.129431 run osmo-ms-mob/00062(pid=196): Terminating (SIGTERM)
22:49:43.132693 run osmo-ms-mob/00063(pid=197): Terminating (SIGTERM)
22:49:43.135946 run osmo-ms-mob/00064(pid=198): Terminating (SIGTERM)
22:49:43.139209 run osmo-ms-mob/00065(pid=199): Terminating (SIGTERM)
22:49:43.142461 run osmo-ms-mob/00066(pid=200): Terminating (SIGTERM)
22:49:43.145702 run osmo-ms-mob/00067(pid=201): Terminating (SIGTERM)
22:49:43.148963 run osmo-ms-mob/00068(pid=202): Terminating (SIGTERM)
22:49:43.152232 run osmo-ms-mob/00069(pid=203): Terminating (SIGTERM)
22:49:43.155499 run osmo-ms-mob/00070(pid=204): Terminating (SIGTERM)
22:49:43.158747 run osmo-ms-mob/00071(pid=205): Terminating (SIGTERM)
22:49:43.162006 run osmo-ms-mob/00072(pid=206): Terminating (SIGTERM)
22:49:43.165277 run osmo-ms-mob/00073(pid=207): Terminating (SIGTERM)
22:49:43.168547 run osmo-ms-mob/00074(pid=208): Terminating (SIGTERM)
22:49:43.171803 run osmo-ms-mob/00075(pid=209): Terminating (SIGTERM)
22:49:43.175026 run osmo-ms-mob/00076(pid=210): Terminating (SIGTERM)
22:49:43.178221 run osmo-ms-mob/00077(pid=211): Terminating (SIGTERM)
22:49:43.181429 run osmo-ms-mob/00078(pid=212): Terminating (SIGTERM)
22:49:43.184619 run osmo-ms-mob/00079(pid=213): Terminating (SIGTERM)
22:49:43.187814 run osmo-ms-mob/00080(pid=214): Terminating (SIGTERM)
22:49:43.191013 run osmo-ms-mob/00081(pid=215): Terminating (SIGTERM)
22:49:43.194211 run osmo-ms-mob/00082(pid=216): Terminating (SIGTERM)
22:49:43.197410 run osmo-ms-mob/00083(pid=217): Terminating (SIGTERM)
22:49:43.200597 run osmo-ms-mob/00084(pid=218): Terminating (SIGTERM)
22:49:43.203797 run osmo-ms-mob/00085(pid=219): Terminating (SIGTERM)
22:49:43.207006 run osmo-ms-mob/00086(pid=220): Terminating (SIGTERM)
22:49:43.210219 run osmo-ms-mob/00087(pid=221): Terminating (SIGTERM)
22:49:43.213422 run osmo-ms-mob/00088(pid=222): Terminating (SIGTERM)
22:49:43.216618 run osmo-ms-mob/00089(pid=223): Terminating (SIGTERM)
22:49:43.219821 run osmo-ms-mob/00090(pid=224): Terminating (SIGTERM)
22:49:43.223004 run osmo-ms-mob/00091(pid=225): Terminating (SIGTERM)
22:49:43.226178 run osmo-ms-mob/00092(pid=226): Terminating (SIGTERM)
22:49:43.229383 run osmo-ms-mob/00093(pid=227): Terminating (SIGTERM)
22:49:43.232573 run osmo-ms-mob/00094(pid=228): Terminating (SIGTERM)
22:49:43.235781 run osmo-ms-mob/00095(pid=229): Terminating (SIGTERM)
22:49:43.238976 run osmo-ms-mob/00096(pid=230): Terminating (SIGTERM)
22:49:43.242176 run osmo-ms-mob/00097(pid=231): Terminating (SIGTERM)
22:49:43.245373 run osmo-ms-mob/00098(pid=232): Terminating (SIGTERM)
22:49:43.248570 run osmo-ms-mob/00099(pid=233): Terminating (SIGTERM)
22:49:43.251781 --- ParallelTerminationStrategy: PID 21 died...
22:49:43.253224 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminated: ok {rc=0}
22:49:43.256764 --- ParallelTerminationStrategy: PID 22 died...
22:49:43.258219 run osmo-hlr_127.0.42.2(pid=22): Terminated: ok {rc=0}
22:49:43.261761 --- ParallelTerminationStrategy: PID 23 died...
22:49:43.263196 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminated: ok {rc=0}
22:49:43.266742 --- ParallelTerminationStrategy: PID 24 died...
22:49:43.268196 run osmo-stp_127.0.42.5(pid=24): Terminated: ok {rc=0}
22:49:43.271741 --- ParallelTerminationStrategy: PID 25 died...
22:49:43.273189 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminated: ok {rc=0}
22:49:43.276767 --- ParallelTerminationStrategy: PID 26 died...
22:49:43.278223 run osmo-msc_127.0.42.6(pid=26): Terminated: ok {rc=0}
22:49:43.281778 --- ParallelTerminationStrategy: PID 27 died...
22:49:43.283230 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminated: ok {rc=0}
22:49:43.286799 --- ParallelTerminationStrategy: PID 28 died...
22:49:43.288254 run osmo-mgw_127.0.42.3(pid=28): Terminated {rc=15}
22:49:43.291858 --- ParallelTerminationStrategy: PID 29 died...
22:49:43.293316 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminated: ok {rc=0}
22:49:43.296897 --- ParallelTerminationStrategy: PID 30 died...
22:49:43.298353 run osmo-mgw_127.0.42.4(pid=30): Terminated {rc=15}
22:49:43.301933 --- ParallelTerminationStrategy: PID 31 died...
22:49:43.303393 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminated: ok {rc=0}
22:49:43.306986 --- ParallelTerminationStrategy: PID 32 died...
22:49:43.308452 run osmo-bsc_127.0.42.7(pid=32): Terminated: ok {rc=0}
22:49:43.312059 --- ParallelTerminationStrategy: PID 34 died...
22:49:43.313522 run osmo-ms-virt-phy/00000(pid=34): Terminated: ok {rc=0}
22:49:43.317146 --- ParallelTerminationStrategy: PID 35 died...
22:49:43.318606 run osmo-ms-virt-phy/00001(pid=35): Terminated: ok {rc=0}
22:49:43.322191 --- ParallelTerminationStrategy: PID 36 died...
22:49:43.323653 run osmo-ms-virt-phy/00002(pid=36): Terminated: ok {rc=0}
22:49:43.327249 --- ParallelTerminationStrategy: PID 37 died...
22:49:43.328719 run osmo-ms-virt-phy/00003(pid=37): Terminated: ok {rc=0}
22:49:43.332284 --- ParallelTerminationStrategy: PID 38 died...
22:49:43.333744 run osmo-ms-virt-phy/00004(pid=38): Terminated: ok {rc=0}
22:49:43.337330 --- ParallelTerminationStrategy: PID 39 died...
22:49:43.338790 run osmo-ms-virt-phy/00005(pid=39): Terminated: ok {rc=0}
22:49:43.342381 --- ParallelTerminationStrategy: PID 40 died...
22:49:43.343841 run osmo-ms-virt-phy/00006(pid=40): Terminated: ok {rc=0}
22:49:43.347428 --- ParallelTerminationStrategy: PID 41 died...
22:49:43.348903 run osmo-ms-virt-phy/00007(pid=41): Terminated: ok {rc=0}
22:49:43.352467 --- ParallelTerminationStrategy: PID 42 died...
22:49:43.353924 run osmo-ms-virt-phy/00008(pid=42): Terminated: ok {rc=0}
22:49:43.357482 --- ParallelTerminationStrategy: PID 43 died...
22:49:43.358936 run osmo-ms-virt-phy/00009(pid=43): Terminated: ok {rc=0}
22:49:43.362497 --- ParallelTerminationStrategy: PID 44 died...
22:49:43.363942 run osmo-ms-virt-phy/00010(pid=44): Terminated: ok {rc=0}
22:49:43.367528 --- ParallelTerminationStrategy: PID 45 died...
22:49:43.368982 run osmo-ms-virt-phy/00011(pid=45): Terminated: ok {rc=0}
22:49:43.372527 --- ParallelTerminationStrategy: PID 46 died...
22:49:43.373983 run osmo-ms-virt-phy/00012(pid=46): Terminated: ok {rc=0}
22:49:43.377529 --- ParallelTerminationStrategy: PID 47 died...
22:49:43.378976 run osmo-ms-virt-phy/00013(pid=47): Terminated: ok {rc=0}
22:49:43.382553 --- ParallelTerminationStrategy: PID 48 died...
22:49:43.383993 run osmo-ms-virt-phy/00014(pid=48): Terminated: ok {rc=0}
22:49:43.387621 --- ParallelTerminationStrategy: PID 49 died...
22:49:43.389088 run osmo-ms-virt-phy/00015(pid=49): Terminated: ok {rc=0}
22:49:43.392703 --- ParallelTerminationStrategy: PID 50 died...
22:49:43.394179 run osmo-ms-virt-phy/00016(pid=50): Terminated: ok {rc=0}
22:49:43.397802 --- ParallelTerminationStrategy: PID 51 died...
22:49:43.399264 run osmo-ms-virt-phy/00017(pid=51): Terminated: ok {rc=0}
22:49:43.402934 --- ParallelTerminationStrategy: PID 52 died...
22:49:43.404395 run osmo-ms-virt-phy/00018(pid=52): Terminated: ok {rc=0}
22:49:43.408028 --- ParallelTerminationStrategy: PID 53 died...
22:49:43.409529 run osmo-ms-virt-phy/00019(pid=53): Terminated: ok {rc=0}
22:49:43.413150 --- ParallelTerminationStrategy: PID 54 died...
22:49:43.414635 run osmo-ms-virt-phy/00020(pid=54): Terminated: ok {rc=0}
22:49:43.418260 --- ParallelTerminationStrategy: PID 55 died...
22:49:43.419731 run osmo-ms-virt-phy/00021(pid=55): Terminated: ok {rc=0}
22:49:43.423351 --- ParallelTerminationStrategy: PID 56 died...
22:49:43.424825 run osmo-ms-virt-phy/00022(pid=56): Terminated: ok {rc=0}
22:49:43.428453 --- ParallelTerminationStrategy: PID 57 died...
22:49:43.429922 run osmo-ms-virt-phy/00023(pid=57): Terminated: ok {rc=0}
22:49:43.433550 --- ParallelTerminationStrategy: PID 58 died...
22:49:43.435020 run osmo-ms-virt-phy/00024(pid=58): Terminated: ok {rc=0}
22:49:43.438661 --- ParallelTerminationStrategy: PID 59 died...
22:49:43.440126 run osmo-ms-virt-phy/00025(pid=59): Terminated: ok {rc=0}
22:49:43.443761 --- ParallelTerminationStrategy: PID 60 died...
22:49:43.445245 run osmo-ms-virt-phy/00026(pid=60): Terminated: ok {rc=0}
22:49:43.448862 --- ParallelTerminationStrategy: PID 61 died...
22:49:43.450335 run osmo-ms-virt-phy/00027(pid=61): Terminated: ok {rc=0}
22:49:43.453957 --- ParallelTerminationStrategy: PID 62 died...
22:49:43.455438 run osmo-ms-virt-phy/00028(pid=62): Terminated: ok {rc=0}
22:49:43.459059 --- ParallelTerminationStrategy: PID 63 died...
22:49:43.460527 run osmo-ms-virt-phy/00029(pid=63): Terminated: ok {rc=0}
22:49:43.464157 --- ParallelTerminationStrategy: PID 64 died...
22:49:43.465639 run osmo-ms-virt-phy/00030(pid=64): Terminated: ok {rc=0}
22:49:43.469258 --- ParallelTerminationStrategy: PID 65 died...
22:49:43.470724 run osmo-ms-virt-phy/00031(pid=65): Terminated: ok {rc=0}
22:49:43.474362 --- ParallelTerminationStrategy: PID 66 died...
22:49:43.475839 run osmo-ms-virt-phy/00032(pid=66): Terminated: ok {rc=0}
22:49:43.479472 --- ParallelTerminationStrategy: PID 67 died...
22:49:43.480963 run osmo-ms-virt-phy/00033(pid=67): Terminated: ok {rc=0}
22:49:43.484581 --- ParallelTerminationStrategy: PID 68 died...
22:49:43.486079 run osmo-ms-virt-phy/00034(pid=68): Terminated: ok {rc=0}
22:49:43.489707 --- ParallelTerminationStrategy: PID 69 died...
22:49:43.491183 run osmo-ms-virt-phy/00035(pid=69): Terminated: ok {rc=0}
22:49:43.494822 --- ParallelTerminationStrategy: PID 70 died...
22:49:43.496299 run osmo-ms-virt-phy/00036(pid=70): Terminated: ok {rc=0}
22:49:43.499927 --- ParallelTerminationStrategy: PID 71 died...
22:49:43.501405 run osmo-ms-virt-phy/00037(pid=71): Terminated: ok {rc=0}
22:49:43.505017 --- ParallelTerminationStrategy: PID 72 died...
22:49:43.506488 run osmo-ms-virt-phy/00038(pid=72): Terminated: ok {rc=0}
22:49:43.510138 --- ParallelTerminationStrategy: PID 73 died...
22:49:43.511606 run osmo-ms-virt-phy/00039(pid=73): Terminated: ok {rc=0}
22:49:43.515243 --- ParallelTerminationStrategy: PID 74 died...
22:49:43.516723 run osmo-ms-virt-phy/00040(pid=74): Terminated: ok {rc=0}
22:49:43.520343 --- ParallelTerminationStrategy: PID 75 died...
22:49:43.521826 run osmo-ms-virt-phy/00041(pid=75): Terminated: ok {rc=0}
22:49:43.525456 --- ParallelTerminationStrategy: PID 76 died...
22:49:43.526924 run osmo-ms-virt-phy/00042(pid=76): Terminated: ok {rc=0}
22:49:43.530570 --- ParallelTerminationStrategy: PID 77 died...
22:49:43.532041 run osmo-ms-virt-phy/00043(pid=77): Terminated: ok {rc=0}
22:49:43.535688 --- ParallelTerminationStrategy: PID 78 died...
22:49:43.537163 run osmo-ms-virt-phy/00044(pid=78): Terminated: ok {rc=0}
22:49:43.540790 --- ParallelTerminationStrategy: PID 79 died...
22:49:43.542263 run osmo-ms-virt-phy/00045(pid=79): Terminated: ok {rc=0}
22:49:43.545895 --- ParallelTerminationStrategy: PID 80 died...
22:49:43.547364 run osmo-ms-virt-phy/00046(pid=80): Terminated: ok {rc=0}
22:49:43.550998 --- ParallelTerminationStrategy: PID 81 died...
22:49:43.552468 run osmo-ms-virt-phy/00047(pid=81): Terminated: ok {rc=0}
22:49:43.556092 --- ParallelTerminationStrategy: PID 82 died...
22:49:43.557582 run osmo-ms-virt-phy/00048(pid=82): Terminated: ok {rc=0}
22:49:43.561207 --- ParallelTerminationStrategy: PID 83 died...
22:49:43.562676 run osmo-ms-virt-phy/00049(pid=83): Terminated: ok {rc=0}
22:49:43.566322 --- ParallelTerminationStrategy: PID 84 died...
22:49:43.567783 run osmo-ms-virt-phy/00050(pid=84): Terminated: ok {rc=0}
22:49:43.571421 --- ParallelTerminationStrategy: PID 85 died...
22:49:43.572921 run osmo-ms-virt-phy/00051(pid=85): Terminated: ok {rc=0}
22:49:43.576549 --- ParallelTerminationStrategy: PID 86 died...
22:49:43.578027 run osmo-ms-virt-phy/00052(pid=86): Terminated: ok {rc=0}
22:49:43.581669 --- ParallelTerminationStrategy: PID 87 died...
22:49:43.583141 run osmo-ms-virt-phy/00053(pid=87): Terminated: ok {rc=0}
22:49:43.586787 --- ParallelTerminationStrategy: PID 88 died...
22:49:43.588274 run osmo-ms-virt-phy/00054(pid=88): Terminated: ok {rc=0}
22:49:43.591912 --- ParallelTerminationStrategy: PID 89 died...
22:49:43.593396 run osmo-ms-virt-phy/00055(pid=89): Terminated: ok {rc=0}
22:49:43.597044 --- ParallelTerminationStrategy: PID 90 died...
22:49:43.598532 run osmo-ms-virt-phy/00056(pid=90): Terminated: ok {rc=0}
22:49:43.602165 --- ParallelTerminationStrategy: PID 91 died...
22:49:43.603640 run osmo-ms-virt-phy/00057(pid=91): Terminated: ok {rc=0}
22:49:43.607285 --- ParallelTerminationStrategy: PID 92 died...
22:49:43.608768 run osmo-ms-virt-phy/00058(pid=92): Terminated: ok {rc=0}
22:49:43.612393 --- ParallelTerminationStrategy: PID 93 died...
22:49:43.613889 run osmo-ms-virt-phy/00059(pid=93): Terminated: ok {rc=0}
22:49:43.617513 --- ParallelTerminationStrategy: PID 94 died...
22:49:43.618985 run osmo-ms-virt-phy/00060(pid=94): Terminated: ok {rc=0}
22:49:43.622603 --- ParallelTerminationStrategy: PID 95 died...
22:49:43.624075 run osmo-ms-virt-phy/00061(pid=95): Terminated: ok {rc=0}
22:49:43.627721 --- ParallelTerminationStrategy: PID 96 died...
22:49:43.629210 run osmo-ms-virt-phy/00062(pid=96): Terminated: ok {rc=0}
22:49:43.632841 --- ParallelTerminationStrategy: PID 97 died...
22:49:43.634318 run osmo-ms-virt-phy/00063(pid=97): Terminated: ok {rc=0}
22:49:43.637960 --- ParallelTerminationStrategy: PID 98 died...
22:49:43.639432 run osmo-ms-virt-phy/00064(pid=98): Terminated: ok {rc=0}
22:49:43.643050 --- ParallelTerminationStrategy: PID 99 died...
22:49:43.644529 run osmo-ms-virt-phy/00065(pid=99): Terminated: ok {rc=0}
22:49:43.648155 --- ParallelTerminationStrategy: PID 100 died...
22:49:43.649637 run osmo-ms-virt-phy/00066(pid=100): Terminated: ok {rc=0}
22:49:43.653303 --- ParallelTerminationStrategy: PID 101 died...
22:49:43.654769 run osmo-ms-virt-phy/00067(pid=101): Terminated: ok {rc=0}
22:49:43.658397 --- ParallelTerminationStrategy: PID 102 died...
22:49:43.659861 run osmo-ms-virt-phy/00068(pid=102): Terminated: ok {rc=0}
22:49:43.663480 --- ParallelTerminationStrategy: PID 103 died...
22:49:43.664959 run osmo-ms-virt-phy/00069(pid=103): Terminated: ok {rc=0}
22:49:43.668586 --- ParallelTerminationStrategy: PID 104 died...
22:49:43.670064 run osmo-ms-virt-phy/00070(pid=104): Terminated: ok {rc=0}
22:49:43.673689 --- ParallelTerminationStrategy: PID 105 died...
22:49:43.675161 run osmo-ms-virt-phy/00071(pid=105): Terminated: ok {rc=0}
22:49:43.678810 --- ParallelTerminationStrategy: PID 106 died...
22:49:43.680277 run osmo-ms-virt-phy/00072(pid=106): Terminated: ok {rc=0}
22:49:43.683913 --- ParallelTerminationStrategy: PID 107 died...
22:49:43.685395 run osmo-ms-virt-phy/00073(pid=107): Terminated: ok {rc=0}
22:49:43.689028 --- ParallelTerminationStrategy: PID 108 died...
22:49:43.690516 run osmo-ms-virt-phy/00074(pid=108): Terminated: ok {rc=0}
22:49:43.694151 --- ParallelTerminationStrategy: PID 109 died...
22:49:43.695629 run osmo-ms-virt-phy/00075(pid=109): Terminated: ok {rc=0}
22:49:43.699271 --- ParallelTerminationStrategy: PID 110 died...
22:49:43.700757 run osmo-ms-virt-phy/00076(pid=110): Terminated: ok {rc=0}
22:49:43.704393 --- ParallelTerminationStrategy: PID 111 died...
22:49:43.705882 run osmo-ms-virt-phy/00077(pid=111): Terminated: ok {rc=0}
22:49:43.709551 --- ParallelTerminationStrategy: PID 112 died...
22:49:43.711019 run osmo-ms-virt-phy/00078(pid=112): Terminated: ok {rc=0}
22:49:43.714661 --- ParallelTerminationStrategy: PID 113 died...
22:49:43.716126 run osmo-ms-virt-phy/00079(pid=113): Terminated: ok {rc=0}
22:49:43.719746 --- ParallelTerminationStrategy: PID 114 died...
22:49:43.721219 run osmo-ms-virt-phy/00080(pid=114): Terminated: ok {rc=0}
22:49:43.724876 --- ParallelTerminationStrategy: PID 115 died...
22:49:43.726356 run osmo-ms-virt-phy/00081(pid=115): Terminated: ok {rc=0}
22:49:43.730004 --- ParallelTerminationStrategy: PID 116 died...
22:49:43.731488 run osmo-ms-virt-phy/00082(pid=116): Terminated: ok {rc=0}
22:49:43.735132 --- ParallelTerminationStrategy: PID 117 died...
22:49:43.736629 run osmo-ms-virt-phy/00083(pid=117): Terminated: ok {rc=0}
22:49:43.740275 --- ParallelTerminationStrategy: PID 118 died...
22:49:43.741786 run osmo-ms-virt-phy/00084(pid=118): Terminated: ok {rc=0}
22:49:43.745425 --- ParallelTerminationStrategy: PID 119 died...
22:49:43.746900 run osmo-ms-virt-phy/00085(pid=119): Terminated: ok {rc=0}
22:49:43.750564 --- ParallelTerminationStrategy: PID 120 died...
22:49:43.752041 run osmo-ms-virt-phy/00086(pid=120): Terminated: ok {rc=0}
22:49:43.755676 --- ParallelTerminationStrategy: PID 121 died...
22:49:43.757159 run osmo-ms-virt-phy/00087(pid=121): Terminated: ok {rc=0}
22:49:43.760783 --- ParallelTerminationStrategy: PID 122 died...
22:49:43.762254 run osmo-ms-virt-phy/00088(pid=122): Terminated: ok {rc=0}
22:49:43.765894 --- ParallelTerminationStrategy: PID 123 died...
22:49:43.767378 run osmo-ms-virt-phy/00089(pid=123): Terminated: ok {rc=0}
22:49:43.771000 --- ParallelTerminationStrategy: PID 124 died...
22:49:43.772477 run osmo-ms-virt-phy/00090(pid=124): Terminated: ok {rc=0}
22:49:43.776121 --- ParallelTerminationStrategy: PID 125 died...
22:49:43.777599 run osmo-ms-virt-phy/00091(pid=125): Terminated: ok {rc=0}
22:49:43.781229 --- ParallelTerminationStrategy: PID 126 died...
22:49:43.782701 run osmo-ms-virt-phy/00092(pid=126): Terminated: ok {rc=0}
22:49:43.786352 --- ParallelTerminationStrategy: PID 127 died...
22:49:43.787823 run osmo-ms-virt-phy/00093(pid=127): Terminated: ok {rc=0}
22:49:43.791447 --- ParallelTerminationStrategy: PID 128 died...
22:49:43.792929 run osmo-ms-virt-phy/00094(pid=128): Terminated: ok {rc=0}
22:49:43.796564 --- ParallelTerminationStrategy: PID 129 died...
22:49:43.798049 run osmo-ms-virt-phy/00095(pid=129): Terminated: ok {rc=0}
22:49:43.801689 --- ParallelTerminationStrategy: PID 130 died...
22:49:43.803169 run osmo-ms-virt-phy/00096(pid=130): Terminated: ok {rc=0}
22:49:43.806804 --- ParallelTerminationStrategy: PID 131 died...
22:49:43.808269 run osmo-ms-virt-phy/00097(pid=131): Terminated: ok {rc=0}
22:49:43.811898 --- ParallelTerminationStrategy: PID 132 died...
22:49:43.813385 run osmo-ms-virt-phy/00098(pid=132): Terminated: ok {rc=0}
22:49:43.817027 --- ParallelTerminationStrategy: PID 133 died...
22:49:43.818498 run osmo-ms-virt-phy/00099(pid=133): Terminated: ok {rc=0}
22:49:43.822135 --- ParallelTerminationStrategy: PID 134 died...
22:49:43.823613 run osmo-ms-mob/00000(pid=134): Terminated {rc=26112}
22:49:43.827282 --- ParallelTerminationStrategy: PID 135 died...
22:49:43.828785 run osmo-ms-mob/00001(pid=135): Terminated {rc=26112}
22:49:43.832422 --- ParallelTerminationStrategy: PID 136 died...
22:49:43.833907 run osmo-ms-mob/00002(pid=136): Terminated {rc=26112}
22:49:43.837558 --- ParallelTerminationStrategy: PID 137 died...
22:49:43.839030 run osmo-ms-mob/00003(pid=137): Terminated {rc=26112}
22:49:43.842681 --- ParallelTerminationStrategy: PID 138 died...
22:49:43.844169 run osmo-ms-mob/00004(pid=138): Terminated {rc=26112}
22:49:43.847838 --- ParallelTerminationStrategy: PID 139 died...
22:49:43.849321 run osmo-ms-mob/00005(pid=139): Terminated {rc=26112}
22:49:43.852999 --- ParallelTerminationStrategy: PID 140 died...
22:49:43.854470 run osmo-ms-mob/00006(pid=140): Terminated {rc=26112}
22:49:43.858096 --- ParallelTerminationStrategy: PID 141 died...
22:49:43.859566 run osmo-ms-mob/00007(pid=141): Terminated {rc=26112}
22:49:43.863230 --- ParallelTerminationStrategy: PID 142 died...
22:49:43.864718 run osmo-ms-mob/00008(pid=142): Terminated {rc=26112}
22:49:43.868362 --- ParallelTerminationStrategy: PID 143 died...
22:49:43.869847 run osmo-ms-mob/00009(pid=143): Terminated {rc=26112}
22:49:43.873502 --- ParallelTerminationStrategy: PID 144 died...
22:49:43.874979 run osmo-ms-mob/00010(pid=144): Terminated {rc=26112}
22:49:43.878624 --- ParallelTerminationStrategy: PID 145 died...
22:49:43.880096 run osmo-ms-mob/00011(pid=145): Terminated {rc=26112}
22:49:43.883764 --- ParallelTerminationStrategy: PID 146 died...
22:49:43.885250 run osmo-ms-mob/00012(pid=146): Terminated {rc=26112}
22:49:43.888909 --- ParallelTerminationStrategy: PID 147 died...
22:49:43.890392 run osmo-ms-mob/00013(pid=147): Terminated {rc=26112}
22:49:43.894037 --- ParallelTerminationStrategy: PID 148 died...
22:49:43.895513 run osmo-ms-mob/00014(pid=148): Terminated {rc=26112}
22:49:43.899156 --- ParallelTerminationStrategy: PID 149 died...
22:49:43.900629 run osmo-ms-mob/00015(pid=149): Terminated {rc=26112}
22:49:43.904257 --- ParallelTerminationStrategy: PID 150 died...
22:49:43.905767 run osmo-ms-mob/00016(pid=150): Terminated {rc=26112}
22:49:43.909407 --- ParallelTerminationStrategy: PID 151 died...
22:49:43.910880 run osmo-ms-mob/00017(pid=151): Terminated {rc=26112}
22:49:43.914543 --- ParallelTerminationStrategy: PID 152 died...
22:49:43.916025 run osmo-ms-mob/00018(pid=152): Terminated {rc=26112}
22:49:43.919686 --- ParallelTerminationStrategy: PID 153 died...
22:49:43.921170 run osmo-ms-mob/00019(pid=153): Terminated {rc=26112}
22:49:43.924814 --- ParallelTerminationStrategy: PID 154 died...
22:49:43.926285 run osmo-ms-mob/00020(pid=154): Terminated {rc=26112}
22:49:43.929977 --- ParallelTerminationStrategy: PID 155 died...
22:49:43.931448 run osmo-ms-mob/00021(pid=155): Terminated {rc=26112}
22:49:43.935103 --- ParallelTerminationStrategy: PID 156 died...
22:49:43.936575 run osmo-ms-mob/00022(pid=156): Terminated {rc=26112}
22:49:43.940237 --- ParallelTerminationStrategy: PID 157 died...
22:49:43.941729 run osmo-ms-mob/00023(pid=157): Terminated {rc=26112}
22:49:43.945391 --- ParallelTerminationStrategy: PID 158 died...
22:49:43.946859 run osmo-ms-mob/00024(pid=158): Terminated {rc=26112}
22:49:43.950507 --- ParallelTerminationStrategy: PID 159 died...
22:49:43.951982 run osmo-ms-mob/00025(pid=159): Terminated {rc=26112}
22:49:43.955643 --- ParallelTerminationStrategy: PID 160 died...
22:49:43.957118 run osmo-ms-mob/00026(pid=160): Terminated {rc=26112}
22:49:43.960772 --- ParallelTerminationStrategy: PID 161 died...
22:49:43.962250 run osmo-ms-mob/00027(pid=161): Terminated {rc=26112}
22:49:43.965899 --- ParallelTerminationStrategy: PID 162 died...
22:49:43.967376 run osmo-ms-mob/00028(pid=162): Terminated {rc=26112}
22:49:43.971038 --- ParallelTerminationStrategy: PID 163 died...
22:49:43.972511 run osmo-ms-mob/00029(pid=163): Terminated {rc=26112}
22:49:43.976147 --- ParallelTerminationStrategy: PID 164 died...
22:49:43.977628 run osmo-ms-mob/00030(pid=164): Terminated {rc=26112}
22:49:43.981276 --- ParallelTerminationStrategy: PID 165 died...
22:49:43.982750 run osmo-ms-mob/00031(pid=165): Terminated {rc=26112}
22:49:43.986392 --- ParallelTerminationStrategy: PID 166 died...
22:49:43.987862 run osmo-ms-mob/00032(pid=166): Terminated {rc=26112}
22:49:43.991507 --- ParallelTerminationStrategy: PID 167 died...
22:49:43.992986 run osmo-ms-mob/00033(pid=167): Terminated {rc=26112}
22:49:43.996664 --- ParallelTerminationStrategy: PID 168 died...
22:49:43.998148 run osmo-ms-mob/00034(pid=168): Terminated {rc=26112}
22:49:44.001820 --- ParallelTerminationStrategy: PID 169 died...
22:49:44.003300 run osmo-ms-mob/00035(pid=169): Terminated {rc=26112}
22:49:44.006975 --- ParallelTerminationStrategy: PID 170 died...
22:49:44.008450 run osmo-ms-mob/00036(pid=170): Terminated {rc=26112}
22:49:44.012092 --- ParallelTerminationStrategy: PID 171 died...
22:49:44.013587 run osmo-ms-mob/00037(pid=171): Terminated {rc=26112}
22:49:44.017236 --- ParallelTerminationStrategy: PID 172 died...
22:49:44.018708 run osmo-ms-mob/00038(pid=172): Terminated {rc=26112}
22:49:44.022360 --- ParallelTerminationStrategy: PID 173 died...
22:49:44.023827 run osmo-ms-mob/00039(pid=173): Terminated {rc=26112}
22:49:44.027475 --- ParallelTerminationStrategy: PID 174 died...
22:49:44.028971 run osmo-ms-mob/00040(pid=174): Terminated {rc=26112}
22:49:44.032614 --- ParallelTerminationStrategy: PID 175 died...
22:49:44.034096 run osmo-ms-mob/00041(pid=175): Terminated {rc=26112}
22:49:44.037759 --- ParallelTerminationStrategy: PID 176 died...
22:49:44.039233 run osmo-ms-mob/00042(pid=176): Terminated {rc=26112}
22:49:44.042895 --- ParallelTerminationStrategy: PID 177 died...
22:49:44.044367 run osmo-ms-mob/00043(pid=177): Terminated {rc=26112}
22:49:44.048035 --- ParallelTerminationStrategy: PID 178 died...
22:49:44.049515 run osmo-ms-mob/00044(pid=178): Terminated {rc=26112}
22:49:44.053163 --- ParallelTerminationStrategy: PID 179 died...
22:49:44.054645 run osmo-ms-mob/00045(pid=179): Terminated {rc=26112}
22:49:44.058302 --- ParallelTerminationStrategy: PID 180 died...
22:49:44.059781 run osmo-ms-mob/00046(pid=180): Terminated {rc=26112}
22:49:44.063433 --- ParallelTerminationStrategy: PID 181 died...
22:49:44.064930 run osmo-ms-mob/00047(pid=181): Terminated {rc=26112}
22:49:44.068585 --- ParallelTerminationStrategy: PID 182 died...
22:49:44.070068 run osmo-ms-mob/00048(pid=182): Terminated {rc=26112}
22:49:44.073729 --- ParallelTerminationStrategy: PID 183 died...
22:49:44.075208 run osmo-ms-mob/00049(pid=183): Terminated {rc=26112}
22:49:44.078873 --- ParallelTerminationStrategy: PID 184 died...
22:49:44.080351 run osmo-ms-mob/00050(pid=184): Terminated {rc=26112}
22:49:44.084001 --- ParallelTerminationStrategy: PID 185 died...
22:49:44.085488 run osmo-ms-mob/00051(pid=185): Terminated {rc=26112}
22:49:44.089126 --- ParallelTerminationStrategy: PID 186 died...
22:49:44.090594 run osmo-ms-mob/00052(pid=186): Terminated {rc=26112}
22:49:44.094271 --- ParallelTerminationStrategy: PID 187 died...
22:49:44.095751 run osmo-ms-mob/00053(pid=187): Terminated {rc=26112}
22:49:44.099399 --- ParallelTerminationStrategy: PID 188 died...
22:49:44.100882 run osmo-ms-mob/00054(pid=188): Terminated {rc=26112}
22:49:44.104530 --- ParallelTerminationStrategy: PID 189 died...
22:49:44.106019 run osmo-ms-mob/00055(pid=189): Terminated {rc=26112}
22:49:44.109679 --- ParallelTerminationStrategy: PID 190 died...
22:49:44.111164 run osmo-ms-mob/00056(pid=190): Terminated {rc=26112}
22:49:44.114812 --- ParallelTerminationStrategy: PID 191 died...
22:49:44.116284 run osmo-ms-mob/00057(pid=191): Terminated {rc=26112}
22:49:44.119943 --- ParallelTerminationStrategy: PID 192 died...
22:49:44.121425 run osmo-ms-mob/00058(pid=192): Terminated {rc=26112}
22:49:44.125097 --- ParallelTerminationStrategy: PID 193 died...
22:49:44.126577 run osmo-ms-mob/00059(pid=193): Terminated {rc=26112}
22:49:44.130223 --- ParallelTerminationStrategy: PID 194 died...
22:49:44.131700 run osmo-ms-mob/00060(pid=194): Terminated {rc=26112}
22:49:44.135362 --- ParallelTerminationStrategy: PID 195 died...
22:49:44.136836 run osmo-ms-mob/00061(pid=195): Terminated {rc=26112}
22:49:44.140491 --- ParallelTerminationStrategy: PID 196 died...
22:49:44.141972 run osmo-ms-mob/00062(pid=196): Terminated {rc=26112}
22:49:44.145669 --- ParallelTerminationStrategy: PID 197 died...
22:49:44.147143 run osmo-ms-mob/00063(pid=197): Terminated {rc=26112}
22:49:44.150815 --- ParallelTerminationStrategy: PID 198 died...
22:49:44.152292 run osmo-ms-mob/00064(pid=198): Terminated {rc=26112}
22:49:44.155952 --- ParallelTerminationStrategy: PID 199 died...
22:49:44.157456 run osmo-ms-mob/00065(pid=199): Terminated {rc=26112}
22:49:44.161105 --- ParallelTerminationStrategy: PID 200 died...
22:49:44.162616 run osmo-ms-mob/00066(pid=200): Terminated {rc=26112}
22:49:44.166431 --- ParallelTerminationStrategy: PID 201 died...
22:49:44.167954 run osmo-ms-mob/00067(pid=201): Terminated {rc=26112}
22:49:44.171621 --- ParallelTerminationStrategy: PID 202 died...
22:49:44.173100 run osmo-ms-mob/00068(pid=202): Terminated {rc=26112}
22:49:44.176746 --- ParallelTerminationStrategy: PID 203 died...
22:49:44.178220 run osmo-ms-mob/00069(pid=203): Terminated {rc=26112}
22:49:44.181903 --- ParallelTerminationStrategy: PID 204 died...
22:49:44.183379 run osmo-ms-mob/00070(pid=204): Terminated {rc=26112}
22:49:44.187050 --- ParallelTerminationStrategy: PID 205 died...
22:49:44.188531 run osmo-ms-mob/00071(pid=205): Terminated {rc=26112}
22:49:44.192189 --- ParallelTerminationStrategy: PID 206 died...
22:49:44.193693 run osmo-ms-mob/00072(pid=206): Terminated {rc=26112}
22:49:44.197363 --- ParallelTerminationStrategy: PID 207 died...
22:49:44.198836 run osmo-ms-mob/00073(pid=207): Terminated {rc=26112}
22:49:44.202504 --- ParallelTerminationStrategy: PID 208 died...
22:49:44.203981 run osmo-ms-mob/00074(pid=208): Terminated {rc=26112}
22:49:44.207639 --- ParallelTerminationStrategy: PID 209 died...
22:49:44.209117 run osmo-ms-mob/00075(pid=209): Terminated {rc=26112}
22:49:44.212790 --- ParallelTerminationStrategy: PID 210 died...
22:49:44.214264 run osmo-ms-mob/00076(pid=210): Terminated {rc=26112}
22:49:44.217939 --- ParallelTerminationStrategy: PID 211 died...
22:49:44.219422 run osmo-ms-mob/00077(pid=211): Terminated {rc=26112}
22:49:44.223102 --- ParallelTerminationStrategy: PID 212 died...
22:49:44.224587 run osmo-ms-mob/00078(pid=212): Terminated {rc=26112}
22:49:44.228242 --- ParallelTerminationStrategy: PID 213 died...
22:49:44.229735 run osmo-ms-mob/00079(pid=213): Terminated {rc=26112}
22:49:44.233400 --- ParallelTerminationStrategy: PID 214 died...
22:49:44.234897 run osmo-ms-mob/00080(pid=214): Terminated {rc=26112}
22:49:44.238570 --- ParallelTerminationStrategy: PID 215 died...
22:49:44.240053 run osmo-ms-mob/00081(pid=215): Terminated {rc=26112}
22:49:44.243693 --- ParallelTerminationStrategy: PID 216 died...
22:49:44.245194 run osmo-ms-mob/00082(pid=216): Terminated {rc=26112}
22:49:44.248853 --- ParallelTerminationStrategy: PID 217 died...
22:49:44.250325 run osmo-ms-mob/00083(pid=217): Terminated {rc=26112}
22:49:44.253997 --- ParallelTerminationStrategy: PID 218 died...
22:49:44.255481 run osmo-ms-mob/00084(pid=218): Terminated {rc=26112}
22:49:44.259160 --- ParallelTerminationStrategy: PID 219 died...
22:49:44.260643 run osmo-ms-mob/00085(pid=219): Terminated {rc=26112}
22:49:44.264301 --- ParallelTerminationStrategy: PID 220 died...
22:49:44.265782 run osmo-ms-mob/00086(pid=220): Terminated {rc=26112}
22:49:44.269472 --- ParallelTerminationStrategy: PID 221 died...
22:49:44.270953 run osmo-ms-mob/00087(pid=221): Terminated {rc=26112}
22:49:44.274623 --- ParallelTerminationStrategy: PID 222 died...
22:49:44.276101 run osmo-ms-mob/00088(pid=222): Terminated {rc=26112}
22:49:44.279754 --- ParallelTerminationStrategy: PID 223 died...
22:49:44.281250 run osmo-ms-mob/00089(pid=223): Terminated {rc=26112}
22:49:44.284908 --- ParallelTerminationStrategy: PID 224 died...
22:49:44.286408 run osmo-ms-mob/00090(pid=224): Terminated {rc=26112}
22:49:44.290081 --- ParallelTerminationStrategy: PID 225 died...
22:49:44.291564 run osmo-ms-mob/00091(pid=225): Terminated {rc=26112}
22:49:44.295255 --- ParallelTerminationStrategy: PID 226 died...
22:49:44.296737 run osmo-ms-mob/00092(pid=226): Terminated {rc=26112}
22:49:44.300469 --- ParallelTerminationStrategy: PID 227 died...
22:49:44.302027 run osmo-ms-mob/00093(pid=227): Terminated {rc=26112}
22:49:44.305843 --- ParallelTerminationStrategy: PID 228 died...
22:49:44.307383 run osmo-ms-mob/00094(pid=228): Terminated {rc=26112}
22:49:44.311217 --- ParallelTerminationStrategy: PID 229 died...
22:49:44.312775 run osmo-ms-mob/00095(pid=229): Terminated {rc=26112}
22:49:44.316590 --- ParallelTerminationStrategy: PID 230 died...
22:49:44.318124 run osmo-ms-mob/00096(pid=230): Terminated {rc=26112}
22:49:44.321921 --- ParallelTerminationStrategy: PID 231 died...
22:49:44.323461 run osmo-ms-mob/00097(pid=231): Terminated {rc=26112}
22:49:44.327283 --- ParallelTerminationStrategy: PID 232 died...
22:49:44.328821 run osmo-ms-mob/00098(pid=232): Terminated {rc=26112}
22:49:44.332650 --- ParallelTerminationStrategy: PID 233 died...
22:49:44.334185 run osmo-ms-mob/00099(pid=233): Terminated {rc=26112}
22:49:47.738643 --- ParallelTerminationStrategy: PID 33 died...
22:49:47.747874 run osmo-bts-virtual(pid=33): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8156 netreg_mass PASS
---------------------------------------------------------------------
22:49:47.823455 tst trial-8156: Storing JUnit report in /build/trial-8156/run.2025-11-20_22-48-15/trial-8156.xml
--------------------------------------------------------------------------------------------
trial-8156 PASS
--------------------------------------------------------------------------------------------
22:49:47.834090 tst trial-8156: trial-8156: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (86.7 sec)
+ exit_code=0
+ rm -rf trial-8156/inst
+ cd trial-8156
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-11-20 22:48:15
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8156-run.tgz run.2025-11-20_22-48-15
+ tar czf /build/trial-8156-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-11-20_13_28_56.tgz osmo-bts-oc2g.build-2025-11-20_00_51_58.tgz osmo-bts-sysmo.build-2025-11-20_00_51_58.tgz osmo-bts.build-2025-11-20_00_52_07.tgz osmo-ggsn.build-2025-11-20_20_42_40.tgz osmo-hlr.build-2025-11-20_16_36_52.tgz osmo-hnbgw.build-2025-11-20_13_28_11.tgz osmo-mgw.build-2025-11-20_08_33_15.tgz osmo-msc.build-2025-11-20_13_34_21.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-20_07_34_01.tgz osmo-pcu-sysmo.build-2025-11-20_07_34_05.tgz osmo-pcu.build-2025-11-20_07_36_26.tgz osmo-sgsn.build-2025-11-20_20_48_15.tgz osmo-stp.build-2025-11-20_13_23_02.tgz osmo-trx.build-2025-11-20_14_26_54.tgz osmocom-bb.build-2025-11-20_21_17_49.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