Skipping 14 KB..
Full Log[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins17996453122633010232.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-8206
+ 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
6c4454f bpftrace: Introduce ksys_write_delay.bt
+ 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 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#7 CACHED
#8 [ 9/28] COPY SSH /root/.ssh
#8 CACHED
#9 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#9 CACHED
#10 [20/28] WORKDIR /TMP
#10 CACHED
#11 [16/28] RUN APT-GET update && apt-get install -y --no-install-recommends cmake libfftw3-dev libmbedtls-dev libboost-program-options-dev libconfig++-dev libsctp-dev libpcsclite-dev libuhd-dev libczmq-dev libsoapysdr-dev soapysdr-module-lms7 && apt-get clean
#11 CACHED
#12 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#12 CACHED
#13 [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
#13 CACHED
#14 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#14 CACHED
#15 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#15 CACHED
#16 [ 2/28] RUN useradd -ms /bin/bash jenkins
#16 CACHED
#17 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#17 CACHED
#18 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#18 CACHED
#19 [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
#19 CACHED
#20 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#20 CACHED
#21 [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
#21 CACHED
#22 [ 3/28] RUN groupadd osmo-gsm-tester
#22 CACHED
#23 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#23 CACHED
#24 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#24 CACHED
#25 [ 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
#25 CACHED
#26 [23/28] RUN CD osmo-gsm-tester && git fetch && git checkout master && (git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#26 CACHED
#27 [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
#27 CACHED
#28 [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
#28 CACHED
#29 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#29 CACHED
#30 [ 8/28] RUN MKDIR /var/run/sshd
#30 CACHED
#31 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#31 CACHED
#32 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:57a4f90f2e5611d27a8d73a58dc7bd6d94acfe1c08c3419d678f995790a6ba4d 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=8207 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-01-10 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8207
+ mkdir -p trial-8207
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-01-10_13_35_46.tgz osmo-bts-oc2g.build-2026-01-10_00_51_48.tgz osmo-bts-sysmo.build-2026-01-10_00_51_35.tgz osmo-bts.build-2026-01-10_00_51_43.tgz osmo-ggsn.build-2026-01-10_20_42_46.tgz osmo-hlr.build-2026-01-10_16_37_03.tgz osmo-hnbgw.build-2026-01-10_13_32_36.tgz osmo-mgw.build-2026-01-10_08_33_17.tgz osmo-msc.build-2026-01-10_13_43_34.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-10_07_34_03.tgz osmo-pcu-sysmo.build-2026-01-10_07_36_07.tgz osmo-pcu.build-2026-01-10_07_36_15.tgz osmo-sgsn.build-2026-01-10_20_48_39.tgz osmo-stp.build-2026-01-10_13_23_41.tgz osmo-trx.build-2026-01-10_14_31_08.tgz osmocom-bb.build-2026-01-10_21_17_57.tgz srslte.build-19.tgz trial-8207
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-01-10_13_35_46.md5 osmo-bts-oc2g.build-2026-01-10_00_51_48.md5 osmo-bts-sysmo.build-2026-01-10_00_51_35.md5 osmo-bts.build-2026-01-10_00_51_43.md5 osmo-ggsn.build-2026-01-10_20_42_46.md5 osmo-hlr.build-2026-01-10_16_37_03.md5 osmo-hnbgw.build-2026-01-10_13_32_36.md5 osmo-mgw.build-2026-01-10_08_33_17.md5 osmo-msc.build-2026-01-10_13_43_34.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-10_07_34_03.md5 osmo-pcu-sysmo.build-2026-01-10_07_36_07.md5 osmo-pcu.build-2026-01-10_07_36_15.md5 osmo-sgsn.build-2026-01-10_20_48_39.md5 osmo-stp.build-2026-01-10_13_23_41.md5 osmo-trx.build-2026-01-10_14_31_08.md5 osmocom-bb.build-2026-01-10_21_17_57.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-01-10_13_35_46.md5 osmo-bts-oc2g.build-2026-01-10_00_51_48.md5 osmo-bts-sysmo.build-2026-01-10_00_51_35.md5 osmo-bts.build-2026-01-10_00_51_43.md5 osmo-ggsn.build-2026-01-10_20_42_46.md5 osmo-hlr.build-2026-01-10_16_37_03.md5 osmo-hnbgw.build-2026-01-10_13_32_36.md5 osmo-mgw.build-2026-01-10_08_33_17.md5 osmo-msc.build-2026-01-10_13_43_34.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-10_07_34_03.md5 osmo-pcu-sysmo.build-2026-01-10_07_36_07.md5 osmo-pcu.build-2026-01-10_07_36_15.md5 osmo-sgsn.build-2026-01-10_20_48_39.md5 osmo-stp.build-2026-01-10_13_23_41.md5 osmo-trx.build-2026-01-10_14_31_08.md5 osmocom-bb.build-2026-01-10_21_17_57.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-8207 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8207'
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-8207
--------------------------------------------------------------------------------------------
22:48:18.384346 tst trial-8207: Detailed log at /build/trial-8207/run.2026-01-10_22-48-18/log
---------------------------------------------------------------------
trial-8207 netreg_mass
---------------------------------------------------------------------
22:48:18.595210 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.595557 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.596338 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.597481 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.638702 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.639552 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.640703 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.702746 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-8207 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.703537 tst register_default_mass.py:9: Claiming resources for the test
22:48:18.718521 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.719040 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.719503 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.719930 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.720351 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.720811 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.721240 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.751474 tst register_default_mass.py: using LAC 2
22:48:18.773136 tst register_default_mass.py: using RAC 2
22:48:18.799599 tst register_default_mass.py: using CellId 2
22:48:18.829288 tst register_default_mass.py: using BVCI 3
22:48:18.843251 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.843929 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.844507 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.845066 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.845574 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.846064 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.846546 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.847055 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.847551 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.848035 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.848519 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.849043 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.849562 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.850073 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.850600 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.851122 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.851634 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.852165 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.852682 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.853200 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.853725 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.854243 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.854753 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.855269 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.855784 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.856293 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.856802 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.857323 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.857837 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.858369 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.858880 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.859408 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.859936 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.860453 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.860996 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.861510 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.862017 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.862529 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.863056 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.863561 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.864059 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.864573 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.865086 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.865590 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.866091 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.866599 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.867103 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.867607 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.868104 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.868620 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.869133 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.869631 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.870129 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.870641 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.871141 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.871635 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.872149 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.872656 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.873156 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.873664 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.874162 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.874658 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.875182 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.875698 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.876211 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.876728 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.877252 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.877765 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.878265 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.878756 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.879264 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.879769 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.880353 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.880876 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.881382 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.881890 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.882386 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.882885 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.883378 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.883876 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.884366 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.884863 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.885373 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.885867 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.886358 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.886861 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.887359 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.887850 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.888361 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.888872 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.889370 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.889866 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.890391 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.890896 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.891391 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.891895 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.892397 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.892906 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.893402 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.893910 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.894401 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.894971 tst register_default_mass.py:21: Launching a simple network
22:48:18.904883 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.023713 run create_hlr_db(pid=20): Launched
22:48:20.037754 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:20.061956 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:20.078938 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:20.084628 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.272032 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:20.286786 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:20.292495 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.709569 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.724284 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.738986 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.853146 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:23.867868 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:23.873576 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.897033 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:23.911973 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.917571 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:24.230554 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:24.245598 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:30.277550 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.449493 run osmo-bts-virtual(pid=34): Launched
22:48:31.485231 tst register_default_mass.py: using MSISDN 1001
22:48:31.499142 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.538192 tst register_default_mass.py: using MSISDN 1002
22:48:31.555669 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.586281 tst register_default_mass.py: using MSISDN 1003
22:48:31.601026 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.631390 tst register_default_mass.py: using MSISDN 1004
22:48:31.645761 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.676474 tst register_default_mass.py: using MSISDN 1005
22:48:31.690745 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.720573 tst register_default_mass.py: using MSISDN 1006
22:48:31.734709 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.764949 tst register_default_mass.py: using MSISDN 1007
22:48:31.779185 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.809472 tst register_default_mass.py: using MSISDN 1008
22:48:31.823660 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.854069 tst register_default_mass.py: using MSISDN 1009
22:48:31.868209 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.898383 tst register_default_mass.py: using MSISDN 1010
22:48:31.912678 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.942922 tst register_default_mass.py: using MSISDN 1011
22:48:31.957313 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.987567 tst register_default_mass.py: using MSISDN 1012
22:48:32.001756 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:32.031833 tst register_default_mass.py: using MSISDN 1013
22:48:32.046106 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:32.075960 tst register_default_mass.py: using MSISDN 1014
22:48:32.090029 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:32.120057 tst register_default_mass.py: using MSISDN 1015
22:48:32.134111 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:32.163956 tst register_default_mass.py: using MSISDN 1016
22:48:32.177824 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:32.207675 tst register_default_mass.py: using MSISDN 1017
22:48:32.221672 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:32.251880 tst register_default_mass.py: using MSISDN 1018
22:48:32.266258 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.296405 tst register_default_mass.py: using MSISDN 1019
22:48:32.310573 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.340805 tst register_default_mass.py: using MSISDN 1020
22:48:32.355116 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.385212 tst register_default_mass.py: using MSISDN 1021
22:48:32.399431 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.438057 tst register_default_mass.py: using MSISDN 1022
22:48:32.455594 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.485938 tst register_default_mass.py: using MSISDN 1023
22:48:32.500317 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.530486 tst register_default_mass.py: using MSISDN 1024
22:48:32.544848 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.575121 tst register_default_mass.py: using MSISDN 1025
22:48:32.589533 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.619912 tst register_default_mass.py: using MSISDN 1026
22:48:32.634240 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.664492 tst register_default_mass.py: using MSISDN 1027
22:48:32.678761 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.709536 tst register_default_mass.py: using MSISDN 1028
22:48:32.723882 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.754083 tst register_default_mass.py: using MSISDN 1029
22:48:32.768224 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.798508 tst register_default_mass.py: using MSISDN 1030
22:48:32.812822 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.842925 tst register_default_mass.py: using MSISDN 1031
22:48:32.857139 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.887202 tst register_default_mass.py: using MSISDN 1032
22:48:32.901443 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.931827 tst register_default_mass.py: using MSISDN 1033
22:48:32.946072 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.976195 tst register_default_mass.py: using MSISDN 1034
22:48:32.990512 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.021016 tst register_default_mass.py: using MSISDN 1035
22:48:33.035179 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.065386 tst register_default_mass.py: using MSISDN 1036
22:48:33.079567 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.109583 tst register_default_mass.py: using MSISDN 1037
22:48:33.123767 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.154087 tst register_default_mass.py: using MSISDN 1038
22:48:33.168449 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.198821 tst register_default_mass.py: using MSISDN 1039
22:48:33.213071 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:33.243190 tst register_default_mass.py: using MSISDN 1040
22:48:33.257437 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:33.287625 tst register_default_mass.py: using MSISDN 1041
22:48:33.301968 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:33.332293 tst register_default_mass.py: using MSISDN 1042
22:48:33.346536 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.376784 tst register_default_mass.py: using MSISDN 1043
22:48:33.391147 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:33.421617 tst register_default_mass.py: using MSISDN 1044
22:48:33.436026 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:33.466493 tst register_default_mass.py: using MSISDN 1045
22:48:33.480823 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.510709 tst register_default_mass.py: using MSISDN 1046
22:48:33.524666 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:33.554790 tst register_default_mass.py: using MSISDN 1047
22:48:33.569110 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:33.599306 tst register_default_mass.py: using MSISDN 1048
22:48:33.613556 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:33.643026 tst register_default_mass.py: using MSISDN 1049
22:48:33.656912 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.687507 tst register_default_mass.py: using MSISDN 1050
22:48:33.701876 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.732222 tst register_default_mass.py: using MSISDN 1051
22:48:33.746433 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:33.776126 tst register_default_mass.py: using MSISDN 1052
22:48:33.790076 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:33.820413 tst register_default_mass.py: using MSISDN 1053
22:48:33.834717 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:33.864950 tst register_default_mass.py: using MSISDN 1054
22:48:33.879123 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.909240 tst register_default_mass.py: using MSISDN 1055
22:48:33.923540 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.953935 tst register_default_mass.py: using MSISDN 1056
22:48:33.968268 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.998451 tst register_default_mass.py: using MSISDN 1057
22:48:34.012719 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:34.043044 tst register_default_mass.py: using MSISDN 1058
22:48:34.057285 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:34.087643 tst register_default_mass.py: using MSISDN 1059
22:48:34.102101 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:34.132657 tst register_default_mass.py: using MSISDN 1060
22:48:34.147061 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:34.177829 tst register_default_mass.py: using MSISDN 1061
22:48:34.192197 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:34.222770 tst register_default_mass.py: using MSISDN 1062
22:48:34.237187 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:34.267649 tst register_default_mass.py: using MSISDN 1063
22:48:34.281938 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:34.312259 tst register_default_mass.py: using MSISDN 1064
22:48:34.326658 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:34.357371 tst register_default_mass.py: using MSISDN 1065
22:48:34.371762 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:34.402077 tst register_default_mass.py: using MSISDN 1066
22:48:34.416157 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:34.445844 tst register_default_mass.py: using MSISDN 1067
22:48:34.459920 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:34.490515 tst register_default_mass.py: using MSISDN 1068
22:48:34.504671 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:34.535402 tst register_default_mass.py: using MSISDN 1069
22:48:34.549922 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:34.580611 tst register_default_mass.py: using MSISDN 1070
22:48:34.595145 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:34.625587 tst register_default_mass.py: using MSISDN 1071
22:48:34.639835 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:34.670146 tst register_default_mass.py: using MSISDN 1072
22:48:34.684637 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.714771 tst register_default_mass.py: using MSISDN 1073
22:48:34.728969 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.759310 tst register_default_mass.py: using MSISDN 1074
22:48:34.773728 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.804491 tst register_default_mass.py: using MSISDN 1075
22:48:34.819061 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:34.849841 tst register_default_mass.py: using MSISDN 1076
22:48:34.864290 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.895483 tst register_default_mass.py: using MSISDN 1077
22:48:34.909842 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.940524 tst register_default_mass.py: using MSISDN 1078
22:48:34.950409 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.980546 tst register_default_mass.py: using MSISDN 1079
22:48:34.996044 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:35.026559 tst register_default_mass.py: using MSISDN 1080
22:48:35.041106 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:35.071492 tst register_default_mass.py: using MSISDN 1081
22:48:35.085790 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:35.116230 tst register_default_mass.py: using MSISDN 1082
22:48:35.130498 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:35.160943 tst register_default_mass.py: using MSISDN 1083
22:48:35.175353 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:35.205847 tst register_default_mass.py: using MSISDN 1084
22:48:35.220155 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:35.250477 tst register_default_mass.py: using MSISDN 1085
22:48:35.264785 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:35.294709 tst register_default_mass.py: using MSISDN 1086
22:48:35.300513 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:35.330121 tst register_default_mass.py: using MSISDN 1087
22:48:35.335879 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:35.365729 tst register_default_mass.py: using MSISDN 1088
22:48:35.371555 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:35.401437 tst register_default_mass.py: using MSISDN 1089
22:48:35.407505 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:35.438181 tst register_default_mass.py: using MSISDN 1090
22:48:35.451997 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:35.482426 tst register_default_mass.py: using MSISDN 1091
22:48:35.496734 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:35.527085 tst register_default_mass.py: using MSISDN 1092
22:48:35.541370 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:35.572044 tst register_default_mass.py: using MSISDN 1093
22:48:35.586441 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:35.616688 tst register_default_mass.py: using MSISDN 1094
22:48:35.630089 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:35.659832 tst register_default_mass.py: using MSISDN 1095
22:48:35.673749 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:35.704133 tst register_default_mass.py: using MSISDN 1096
22:48:35.718444 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:35.749050 tst register_default_mass.py: using MSISDN 1097
22:48:35.763495 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:35.794171 tst register_default_mass.py: using MSISDN 1098
22:48:35.808656 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:35.839147 tst register_default_mass.py: using MSISDN 1099
22:48:35.853531 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.890690 tst register_default_mass.py: using MSISDN 1100
22:48:35.902219 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.997042 run mass: Starting testcase
22:48:36.002442 run mass: Pre-launching all virtphy's
22:48:36.007786 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:36.020774 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:36.026830 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:36.039941 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:36.045902 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:36.058675 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:36.064729 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:36.077691 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:36.083764 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:36.096742 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:36.102822 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:36.115846 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:36.121972 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:36.134999 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:36.140981 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:36.153683 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:36.159646 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:36.172443 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:36.178394 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:36.191174 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:36.197112 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:36.209866 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:36.215766 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:36.228548 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:36.234490 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:36.247317 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:36.253349 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:36.266184 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:36.272117 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:36.284893 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:36.290815 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:36.303633 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:36.309549 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:36.322318 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:36.328240 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:36.341098 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:36.347065 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:36.359964 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:36.365930 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:36.378756 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:36.384722 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:36.397579 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:36.403537 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:36.416428 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:36.422389 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:36.435304 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:36.441258 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:36.454114 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:36.460020 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:36.472869 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:36.478796 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:36.491592 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:36.497605 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:36.510483 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:36.516557 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:36.529519 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:36.535576 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:36.548461 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:36.554495 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:36.567499 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:36.573589 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:36.586457 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:36.592450 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:36.605535 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:36.611553 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:36.624509 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:36.630644 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:36.643972 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:36.650064 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:36.663219 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:36.669157 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:36.682089 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:36.688116 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:36.701045 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:36.707076 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:36.719943 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:36.725910 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:36.738764 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:36.744763 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:36.757680 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:36.763651 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:36.776478 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:36.782497 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:36.795361 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:36.801350 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:36.814390 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:36.820331 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:36.833378 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:36.839295 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.852269 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:36.858202 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.871064 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:36.877126 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.889993 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:36.896043 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.908945 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:36.914972 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.927860 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:36.933836 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.946688 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:36.952589 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.965469 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:36.971479 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.984351 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:36.990292 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:37.003132 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:37.009133 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:37.021976 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:37.027875 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:37.040798 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:37.046770 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:37.059627 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:37.065792 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:37.078819 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:37.084957 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:37.097883 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:37.103861 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:37.116907 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:37.122901 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:37.135927 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:37.141878 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:37.154764 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:37.160757 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:37.173587 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:37.179634 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:37.192458 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:37.198461 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:37.211305 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:37.217273 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:37.230045 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:37.235987 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:37.248831 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:37.254801 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:37.267636 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:37.273574 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:37.286382 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:37.292376 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:37.305453 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:37.311449 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:37.324401 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:37.330422 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:37.343248 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:37.349351 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:37.362147 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:37.368199 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:37.381098 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:37.387040 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:37.399834 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:37.405772 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:37.418562 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:37.424484 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:37.437492 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:37.443710 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:37.456769 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:37.462811 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:37.475669 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:37.481692 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:37.494574 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:37.500597 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:37.513436 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:37.519401 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:37.532286 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:37.538518 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:37.551476 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:37.557552 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:37.570388 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:37.576357 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:37.589453 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:37.595447 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:37.608481 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:37.614480 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:37.627540 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:37.633570 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:37.646456 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:37.652393 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:37.665284 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:37.671279 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:37.684106 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:37.690046 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:37.702873 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:37.708837 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:37.721706 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:37.727631 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:37.740421 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:37.746343 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:37.759208 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:37.765208 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:37.778280 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:37.784201 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:37.797170 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:37.803188 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:37.816039 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:37.822187 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:37.835092 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:37.841193 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:37.854072 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:37.860083 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.872946 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:37.878886 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.899669 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:37.905675 run mass: Checking if sockets are in the filesystem
22:48:37.928980 run osmo-ms-mob/00000: Starting mobile
22:48:37.941827 run osmo-ms-mob/00000(pid=135): Launched
22:48:37.953934 run mass: MS start registered {at=31316223.657284003, delay=0.006134897470474243, ms=00000}
22:48:42.152784 run osmo-ms-mob/00001: Starting mobile
22:48:42.169557 run osmo-ms-mob/00001(pid=136): Launched
22:48:42.180228 run mass: MS start registered {at=31316227.88357821, delay=0.004565346986055374, ms=00001}
22:48:43.278936 run mass: MS performed LU {at=31316228.982169453, lu_delay=5.3248854503035545, ms=00000}
22:48:43.944377 run osmo-ms-mob/00002: Starting mobile
22:48:43.960487 run osmo-ms-mob/00002(pid=137): Launched
22:48:43.971259 run mass: MS start registered {at=31316229.67460537, delay=0.0048514679074287415, ms=00002}
22:48:45.252876 run osmo-ms-mob/00003: Starting mobile
22:48:45.269771 run osmo-ms-mob/00003(pid=138): Launched
22:48:45.280353 run mass: MS start registered {at=31316230.98370551, delay=0.0046331919729709625, ms=00003}
22:48:46.321931 run osmo-ms-mob/00004: Starting mobile
22:48:46.334985 run osmo-ms-mob/00004(pid=139): Launched
22:48:46.345939 run mass: MS start registered {at=31316232.049290273, delay=0.004650581628084183, ms=00004}
22:48:47.044258 run mass: MS performed LU {at=31316232.747499388, lu_delay=4.8639211766421795, ms=00001}
22:48:47.353401 run osmo-ms-mob/00005: Starting mobile
22:48:47.370061 run osmo-ms-mob/00005(pid=140): Launched
22:48:47.380809 run mass: MS start registered {at=31316233.084160216, delay=0.004813160747289658, ms=00005}
22:48:48.226246 run osmo-ms-mob/00006: Starting mobile
22:48:48.239437 run osmo-ms-mob/00006(pid=141): Launched
22:48:48.250121 run mass: MS start registered {at=31316233.953471895, delay=0.004702474921941757, ms=00006}
22:48:48.945632 run mass: MS performed LU {at=31316234.64886771, lu_delay=4.9742623418569565, ms=00002}
22:48:49.122197 run osmo-ms-mob/00007: Starting mobile
22:48:49.135281 run osmo-ms-mob/00007(pid=142): Launched
22:48:49.145967 run mass: MS start registered {at=31316234.84932071, delay=0.004647780209779739, ms=00007}
22:48:49.921639 run osmo-ms-mob/00008: Starting mobile
22:48:49.934649 run osmo-ms-mob/00008(pid=143): Launched
22:48:49.945422 run mass: MS start registered {at=31316235.648774136, delay=0.004670225083827972, ms=00008}
22:48:50.643899 run osmo-ms-mob/00009: Starting mobile
22:48:50.659743 run osmo-ms-mob/00009(pid=144): Launched
22:48:50.670629 run mass: MS start registered {at=31316236.373982564, delay=0.004674486815929413, ms=00009}
22:48:50.811136 run mass: MS performed LU {at=31316236.514381416, lu_delay=5.530675906687975, ms=00003}
22:48:51.361305 run osmo-ms-mob/00010: Starting mobile
22:48:51.377322 run osmo-ms-mob/00010(pid=145): Launched
22:48:51.383337 run mass: MS performed LU {at=31316237.08669668, lu_delay=5.037406407296658, ms=00004}
22:48:51.389125 run mass: MS start registered {at=31316237.092492264, delay=0.005812857300043106, ms=00010}
22:48:51.921551 run osmo-ms-mob/00011: Starting mobile
22:48:51.934594 run osmo-ms-mob/00011(pid=146): Launched
22:48:51.945568 run mass: MS start registered {at=31316237.648921162, delay=0.004642080515623093, ms=00011}
22:48:52.552635 run osmo-ms-mob/00012: Starting mobile
22:48:52.569603 run osmo-ms-mob/00012(pid=147): Launched
22:48:52.580442 run mass: MS start registered {at=31316238.283791482, delay=0.0048676058650016785, ms=00012}
22:48:52.712247 run mass: MS performed LU {at=31316238.41549305, lu_delay=4.46202115342021, ms=00006}
22:48:52.758595 run mass: MS performed LU {at=31316238.46184016, lu_delay=5.377679944038391, ms=00005}
22:48:53.142496 run osmo-ms-mob/00013: Starting mobile
22:48:53.157184 run osmo-ms-mob/00013(pid=148): Launched
22:48:53.167845 run mass: MS start registered {at=31316238.87119831, delay=0.00465032085776329, ms=00013}
22:48:53.721705 run osmo-ms-mob/00014: Starting mobile
22:48:53.735078 run osmo-ms-mob/00014(pid=149): Launched
22:48:53.745941 run mass: MS start registered {at=31316239.44929224, delay=0.0047864653170108795, ms=00014}
22:48:54.321853 run osmo-ms-mob/00015: Starting mobile
22:48:54.334875 run osmo-ms-mob/00015(pid=150): Launched
22:48:54.346098 run mass: MS start registered {at=31316240.04945003, delay=0.0047228336334228516, ms=00015}
22:48:54.576487 run mass: MS performed LU {at=31316240.27971964, lu_delay=5.430398929864168, ms=00007}
22:48:54.622659 run mass: MS performed LU {at=31316240.32592816, lu_delay=4.6771540232002735, ms=00008}
22:48:54.822026 run osmo-ms-mob/00016: Starting mobile
22:48:54.835100 run osmo-ms-mob/00016(pid=151): Launched
22:48:54.845910 run mass: MS start registered {at=31316240.549263857, delay=0.004775483161211014, ms=00016}
22:48:55.342962 run osmo-ms-mob/00017: Starting mobile
22:48:55.359106 run osmo-ms-mob/00017(pid=152): Launched
22:48:55.370033 run mass: MS start registered {at=31316241.0733861, delay=0.004797555506229401, ms=00017}
22:48:55.952797 run osmo-ms-mob/00018: Starting mobile
22:48:55.968559 run osmo-ms-mob/00018(pid=153): Launched
22:48:55.979613 run mass: MS start registered {at=31316241.68296479, delay=0.005018245428800583, ms=00018}
22:48:56.344420 run osmo-ms-mob/00019: Starting mobile
22:48:56.361227 run osmo-ms-mob/00019(pid=154): Launched
22:48:56.376035 run mass: MS start registered {at=31316242.079382516, delay=0.005693558603525162, ms=00019}
22:48:56.477550 run mass: MS performed LU {at=31316242.180804, lu_delay=5.088311735540628, ms=00010}
22:48:56.523649 run mass: MS performed LU {at=31316242.226902954, lu_delay=5.852920390665531, ms=00009}
22:48:56.593169 run mass: MS performed LU {at=31316242.29641188, lu_delay=4.647490717470646, ms=00011}
22:48:56.847607 run osmo-ms-mob/00020: Starting mobile
22:48:56.864272 run osmo-ms-mob/00020(pid=155): Launched
22:48:56.875116 run mass: MS start registered {at=31316242.578468848, delay=0.004749268293380737, ms=00020}
22:48:57.334700 run osmo-ms-mob/00021: Starting mobile
22:48:57.348212 run osmo-ms-mob/00021(pid=156): Launched
22:48:57.359540 run mass: MS start registered {at=31316243.06289198, delay=0.00500740110874176, ms=00021}
22:48:57.753104 run osmo-ms-mob/00022: Starting mobile
22:48:57.769990 run osmo-ms-mob/00022(pid=157): Launched
22:48:57.781225 run mass: MS start registered {at=31316243.48457526, delay=0.005208786576986313, ms=00022}
22:48:58.243905 run osmo-ms-mob/00023: Starting mobile
22:48:58.261096 run osmo-ms-mob/00023(pid=158): Launched
22:48:58.272207 run mass: MS start registered {at=31316243.97555589, delay=0.004892352968454361, ms=00023}
22:48:58.341597 run mass: MS performed LU {at=31316244.0448644, lu_delay=5.173666089773178, ms=00013}
22:48:58.388735 run mass: MS performed LU {at=31316244.091959085, lu_delay=5.808167602866888, ms=00012}
22:48:58.494223 run mass: MS performed LU {at=31316244.197475873, lu_delay=4.748183634132147, ms=00014}
22:48:58.562320 run osmo-ms-mob/00024: Starting mobile
22:48:58.577758 run osmo-ms-mob/00024(pid=159): Launched
22:48:58.588511 run mass: MS start registered {at=31316244.2918609, delay=0.004666261374950409, ms=00024}
22:48:59.117278 run osmo-ms-mob/00025: Starting mobile
22:48:59.130324 run osmo-ms-mob/00025(pid=160): Launched
22:48:59.141126 run mass: MS start registered {at=31316244.84448018, delay=0.004822857677936554, ms=00025}
22:48:59.534965 run osmo-ms-mob/00026: Starting mobile
22:48:59.549259 run osmo-ms-mob/00026(pid=161): Launched
22:48:59.560059 run mass: MS start registered {at=31316245.263413742, delay=0.004800524562597275, ms=00026}
22:48:59.921496 run osmo-ms-mob/00027: Starting mobile
22:48:59.934444 run osmo-ms-mob/00027(pid=162): Launched
22:48:59.945713 run mass: MS start registered {at=31316245.649054047, delay=0.005251321941614151, ms=00027}
22:49:00.243936 run mass: MS performed LU {at=31316245.947190244, lu_delay=4.873804144561291, ms=00017}
22:49:00.259191 run osmo-ms-mob/00028: Starting mobile
22:49:00.272387 run osmo-ms-mob/00028(pid=163): Launched
22:49:00.283462 run mass: MS start registered {at=31316245.986815233, delay=0.005111914128065109, ms=00028}
22:49:00.289640 run mass: MS performed LU {at=31316245.993001893, lu_delay=5.4437380358576775, ms=00016}
22:49:00.753878 run osmo-ms-mob/00029: Starting mobile
22:49:00.771449 run osmo-ms-mob/00029(pid=164): Launched
22:49:00.782644 run mass: MS start registered {at=31316246.485993188, delay=0.005024448037147522, ms=00029}
22:49:01.134334 run osmo-ms-mob/00030: Starting mobile
22:49:01.148527 run osmo-ms-mob/00030(pid=165): Launched
22:49:01.162590 run mass: MS start registered {at=31316246.865935285, delay=0.008136853575706482, ms=00030}
22:49:01.521987 run osmo-ms-mob/00031: Starting mobile
22:49:01.535421 run osmo-ms-mob/00031(pid=166): Launched
22:49:01.546689 run mass: MS start registered {at=31316247.25003791, delay=0.005242995917797089, ms=00031}
22:49:01.854886 run osmo-ms-mob/00032: Starting mobile
22:49:01.870357 run osmo-ms-mob/00032(pid=167): Launched
22:49:01.881762 run mass: MS start registered {at=31316247.585114107, delay=0.005047354847192764, ms=00032}
22:49:02.025249 run mass: MS performed LU {at=31316247.728504114, lu_delay=6.045539323240519, ms=00018}
22:49:02.107941 run mass: MS performed LU {at=31316247.81121202, lu_delay=4.748320043087006, ms=00021}
22:49:02.122856 run osmo-ms-mob/00033: Starting mobile
22:49:02.135655 run osmo-ms-mob/00033(pid=168): Launched
22:49:02.146676 run mass: MS start registered {at=31316247.850031927, delay=0.005049113184213638, ms=00033}
22:49:02.153283 run mass: MS performed LU {at=31316247.85663962, lu_delay=5.777257103472948, ms=00019}
22:49:02.278318 run mass: MS performed LU {at=31316247.981572133, lu_delay=5.403103284537792, ms=00020}
22:49:02.652774 run osmo-ms-mob/00034: Starting mobile
22:49:02.669577 run osmo-ms-mob/00034(pid=169): Launched
22:49:02.680832 run mass: MS start registered {at=31316248.384184565, delay=0.005266360938549042, ms=00034}
22:49:02.922037 run osmo-ms-mob/00035: Starting mobile
22:49:02.935419 run osmo-ms-mob/00035(pid=170): Launched
22:49:02.946587 run mass: MS start registered {at=31316248.649938896, delay=0.005062177777290344, ms=00035}
22:49:03.321681 run osmo-ms-mob/00036: Starting mobile
22:49:03.335114 run osmo-ms-mob/00036(pid=171): Launched
22:49:03.345970 run mass: MS start registered {at=31316249.049323447, delay=0.00481095165014267, ms=00036}
22:49:03.753195 run osmo-ms-mob/00037: Starting mobile
22:49:03.768211 run osmo-ms-mob/00037(pid=172): Launched
22:49:03.779509 run mass: MS start registered {at=31316249.482860386, delay=0.004897844046354294, ms=00037}
22:49:03.945112 run mass: MS performed LU {at=31316249.648367286, lu_delay=5.672811396420002, ms=00023}
22:49:03.974930 run osmo-ms-mob/00038: Starting mobile
22:49:03.988274 run osmo-ms-mob/00038(pid=173): Launched
22:49:03.999369 run mass: MS start registered {at=31316249.70272253, delay=0.00501207634806633, ms=00038}
22:49:04.007605 run mass: MS performed LU {at=31316249.71095773, lu_delay=6.226382467895746, ms=00022}
22:49:04.056074 run mass: MS performed LU {at=31316249.759328935, lu_delay=5.467468034476042, ms=00024}
22:49:04.081523 run osmo-ms-mob/00039: Starting mobile
22:49:04.094431 run osmo-ms-mob/00039(pid=174): Launched
22:49:04.105219 run mass: MS start registered {at=31316249.80857198, delay=0.004706285893917084, ms=00039}
22:49:04.199410 run mass: MS performed LU {at=31316249.902670134, lu_delay=4.63925639167428, ms=00026}
22:49:04.222767 run mass: MS performed LU {at=31316249.92613064, lu_delay=5.081650462001562, ms=00025}
22:49:04.734012 run osmo-ms-mob/00040: Starting mobile
22:49:04.747784 run osmo-ms-mob/00040(pid=175): Launched
22:49:04.758587 run mass: MS start registered {at=31316250.461939152, delay=0.004685100167989731, ms=00040}
22:49:05.022048 run osmo-ms-mob/00041: Starting mobile
22:49:05.035427 run osmo-ms-mob/00041(pid=176): Launched
22:49:05.046581 run mass: MS start registered {at=31316250.7499304, delay=0.004927638918161392, ms=00041}
22:49:05.322275 run osmo-ms-mob/00042: Starting mobile
22:49:05.335594 run osmo-ms-mob/00042(pid=177): Launched
22:49:05.346630 run mass: MS start registered {at=31316251.049981978, delay=0.00488019734621048, ms=00042}
22:49:05.743929 run osmo-ms-mob/00043: Starting mobile
22:49:05.760131 run osmo-ms-mob/00043(pid=178): Launched
22:49:05.770853 run mass: MS start registered {at=31316251.474206895, delay=0.004810798913240433, ms=00043}
22:49:05.789583 run mass: MS performed LU {at=31316251.49291121, lu_delay=5.006918020546436, ms=00029}
22:49:05.873262 run mass: MS performed LU {at=31316251.576517638, lu_delay=4.710582353174686, ms=00030}
22:49:05.901829 run osmo-ms-mob/00044: Starting mobile
22:49:05.914805 run osmo-ms-mob/00044(pid=179): Launched
22:49:05.921054 run mass: MS performed LU {at=31316251.624415815, lu_delay=5.637600582093, ms=00028}
22:49:05.926797 run mass: MS start registered {at=31316251.63016337, delay=0.005763605237007141, ms=00044}
22:49:06.044574 run mass: MS performed LU {at=31316251.747827183, lu_delay=6.0987731367349625, ms=00027}
22:49:06.073557 run osmo-ms-mob/00045: Starting mobile
22:49:06.086739 run osmo-ms-mob/00045(pid=180): Launched
22:49:06.097642 run mass: MS start registered {at=31316251.800995614, delay=0.0048245154321193695, ms=00045}
22:49:06.635515 run osmo-ms-mob/00046: Starting mobile
22:49:06.649870 run osmo-ms-mob/00046(pid=181): Launched
22:49:06.660890 run mass: MS start registered {at=31316252.364244036, delay=0.0050273798406124115, ms=00046}
22:49:06.937207 run osmo-ms-mob/00047: Starting mobile
22:49:06.951387 run osmo-ms-mob/00047(pid=182): Launched
22:49:06.962657 run mass: MS start registered {at=31316252.666007325, delay=0.004967741668224335, ms=00047}
22:49:07.233210 run osmo-ms-mob/00048: Starting mobile
22:49:07.247198 run osmo-ms-mob/00048(pid=183): Launched
22:49:07.258406 run mass: MS start registered {at=31316252.96175226, delay=0.005209542810916901, ms=00048}
22:49:07.551703 run osmo-ms-mob/00049: Starting mobile
22:49:07.566783 run osmo-ms-mob/00049(pid=184): Launched
22:49:07.577702 run mass: MS start registered {at=31316253.2810563, delay=0.004937570542097092, ms=00049}
22:49:07.655053 run mass: MS performed LU {at=31316253.35830701, lu_delay=4.974122446030378, ms=00034}
22:49:07.711198 run mass: MS performed LU {at=31316253.414462633, lu_delay=4.764523737132549, ms=00035}
22:49:07.739163 run osmo-ms-mob/00050: Starting mobile
22:49:07.752238 run osmo-ms-mob/00050(pid=185): Launched
22:49:07.763392 run mass: MS start registered {at=31316253.46674213, delay=0.005073387175798416, ms=00050}
22:49:07.821113 run mass: MS performed LU {at=31316253.524375834, lu_delay=5.939261727035046, ms=00032}
22:49:07.964800 run mass: MS performed LU {at=31316253.66805134, lu_delay=5.818019412457943, ms=00033}
22:49:07.981775 run mass: MS performed LU {at=31316253.685054276, lu_delay=4.63573082908988, ms=00036}
22:49:07.999224 run osmo-ms-mob/00051: Starting mobile
22:49:08.012614 run osmo-ms-mob/00051(pid=186): Launched
22:49:08.023466 run mass: MS start registered {at=31316253.726822615, delay=0.0047845132648944855, ms=00051}
22:49:08.523255 run osmo-ms-mob/00052: Starting mobile
22:49:08.536620 run osmo-ms-mob/00052(pid=187): Launched
22:49:08.547733 run mass: MS start registered {at=31316254.251083534, delay=0.005107700824737549, ms=00052}
22:49:08.697867 run mass: MS performed LU {at=31316254.401107885, lu_delay=7.151069976389408, ms=00031}
22:49:08.834881 run osmo-ms-mob/00053: Starting mobile
22:49:08.849241 run osmo-ms-mob/00053(pid=188): Launched
22:49:08.861823 run mass: MS start registered {at=31316254.565170098, delay=0.006609801203012466, ms=00053}
22:49:09.134606 run osmo-ms-mob/00054: Starting mobile
22:49:09.149036 run osmo-ms-mob/00054(pid=189): Launched
22:49:09.160139 run mass: MS start registered {at=31316254.8634919, delay=0.004953652620315552, ms=00054}
22:49:09.420915 run osmo-ms-mob/00055: Starting mobile
22:49:09.434259 run osmo-ms-mob/00055(pid=190): Launched
22:49:09.445226 run mass: MS start registered {at=31316255.14857916, delay=0.0049261897802352905, ms=00055}
22:49:09.556813 run mass: MS performed LU {at=31316255.260069992, lu_delay=5.55734746158123, ms=00038}
22:49:09.581493 run mass: MS performed LU {at=31316255.284855664, lu_delay=5.476283684372902, ms=00039}
22:49:09.592850 run osmo-ms-mob/00056: Starting mobile
22:49:09.605988 run osmo-ms-mob/00056(pid=191): Launched
22:49:09.617241 run mass: MS start registered {at=31316255.32059431, delay=0.004946663975715637, ms=00056}
22:49:09.685140 run mass: MS performed LU {at=31316255.388406985, lu_delay=5.905546598136425, ms=00037}
22:49:09.883878 run mass: MS performed LU {at=31316255.587130167, lu_delay=5.125191014260054, ms=00040}
22:49:09.898257 run osmo-ms-mob/00057: Starting mobile
22:49:09.911573 run osmo-ms-mob/00057(pid=192): Launched
22:49:09.917709 run mass: MS performed LU {at=31316255.621069808, lu_delay=4.871139407157898, ms=00041}
22:49:09.923774 run mass: MS start registered {at=31316255.627139248, delay=0.006086956709623337, ms=00057}
22:49:10.433840 run osmo-ms-mob/00058: Starting mobile
22:49:10.447323 run osmo-ms-mob/00058(pid=193): Launched
22:49:10.458755 run mass: MS start registered {at=31316256.162102465, delay=0.005451779812574387, ms=00058}
22:49:10.735381 run osmo-ms-mob/00059: Starting mobile
22:49:10.749327 run osmo-ms-mob/00059(pid=194): Launched
22:49:10.760463 run mass: MS start registered {at=31316256.463816848, delay=0.004992559552192688, ms=00059}
22:49:11.035264 run osmo-ms-mob/00060: Starting mobile
22:49:11.049193 run osmo-ms-mob/00060(pid=195): Launched
22:49:11.060387 run mass: MS start registered {at=31316256.76373023, delay=0.004858899861574173, ms=00060}
22:49:11.443403 run osmo-ms-mob/00061: Starting mobile
22:49:11.460220 run osmo-ms-mob/00061(pid=196): Launched
22:49:11.466160 run mass: MS performed LU {at=31316257.16952063, lu_delay=5.368525017052889, ms=00045}
22:49:11.471893 run mass: MS start registered {at=31316257.175260257, delay=0.005757633596658707, ms=00061}
22:49:11.477969 run mass: MS performed LU {at=31316257.18132961, lu_delay=4.817085575312376, ms=00046}
22:49:11.488601 run osmo-ms-mob/00062: Starting mobile
22:49:11.502086 run osmo-ms-mob/00062(pid=197): Launched
22:49:11.513488 run mass: MS start registered {at=31316257.21684003, delay=0.005340360105037689, ms=00062}
22:49:11.587352 run mass: MS performed LU {at=31316257.290602695, lu_delay=4.624595370143652, ms=00047}
22:49:11.730904 run mass: MS performed LU {at=31316257.434154414, lu_delay=5.803991042077541, ms=00044}
22:49:11.760026 run osmo-ms-mob/00063: Starting mobile
22:49:11.773241 run osmo-ms-mob/00063(pid=198): Launched
22:49:11.779179 run mass: MS performed LU {at=31316257.482540686, lu_delay=6.008333791047335, ms=00043}
22:49:11.784980 run mass: MS performed LU {at=31316257.488342702, lu_delay=6.438360724598169, ms=00042}
22:49:11.790595 run mass: MS start registered {at=31316257.493962493, delay=0.011438209563493729, ms=00063}
22:49:12.442731 run osmo-ms-mob/00064: Starting mobile
22:49:12.457043 run osmo-ms-mob/00064(pid=199): Launched
22:49:12.468448 run mass: MS start registered {at=31316258.17179806, delay=0.005127709358930588, ms=00064}
22:49:12.834610 run osmo-ms-mob/00065: Starting mobile
22:49:12.848761 run osmo-ms-mob/00065(pid=200): Launched
22:49:12.860225 run mass: MS start registered {at=31316258.56356972, delay=0.005317952483892441, ms=00065}
22:49:13.134478 run osmo-ms-mob/00066: Starting mobile
22:49:13.148459 run osmo-ms-mob/00066(pid=201): Launched
22:49:13.159595 run mass: MS start registered {at=31316258.862946223, delay=0.005121760070323944, ms=00066}
22:49:13.322154 run mass: MS performed LU {at=31316259.025407407, lu_delay=6.063655149191618, ms=00048}
22:49:13.340295 run mass: MS performed LU {at=31316259.043616384, lu_delay=5.316793769598007, ms=00051}
22:49:13.356507 run osmo-ms-mob/00067: Starting mobile
22:49:13.370106 run osmo-ms-mob/00067(pid=202): Launched
22:49:13.381994 run mass: MS start registered {at=31316259.085339006, delay=0.005503341555595398, ms=00067}
22:49:13.451418 run mass: MS performed LU {at=31316259.15467096, lu_delay=5.687928829342127, ms=00050}
22:49:13.649740 run mass: MS performed LU {at=31316259.3529922, lu_delay=4.787822101265192, ms=00053}
22:49:13.693851 run osmo-ms-mob/00068: Starting mobile
22:49:13.707655 run osmo-ms-mob/00068(pid=203): Launched
22:49:13.713644 run mass: MS performed LU {at=31316259.417005897, lu_delay=6.135949596762657, ms=00049}
22:49:13.719441 run mass: MS start registered {at=31316259.422809042, delay=0.005820747464895248, ms=00068}
22:49:14.232850 run osmo-ms-mob/00069: Starting mobile
22:49:14.246672 run osmo-ms-mob/00069(pid=204): Launched
22:49:14.259028 run mass: MS start registered {at=31316259.96237352, delay=0.005965888500213623, ms=00069}
22:49:14.635285 run osmo-ms-mob/00070: Starting mobile
22:49:14.649383 run osmo-ms-mob/00070(pid=205): Launched
22:49:14.660904 run mass: MS start registered {at=31316260.36425128, delay=0.005547996610403061, ms=00070}
22:49:15.035123 run osmo-ms-mob/00071: Starting mobile
22:49:15.048639 run osmo-ms-mob/00071(pid=206): Launched
22:49:15.060246 run mass: MS start registered {at=31316260.76359899, delay=0.005416151136159897, ms=00071}
22:49:15.288083 run mass: MS performed LU {at=31316260.991337664, lu_delay=5.8427585028111935, ms=00055}
22:49:15.306405 run mass: MS performed LU {at=31316261.00966374, lu_delay=5.382524490356445, ms=00057}
22:49:15.323803 run osmo-ms-mob/00072: Starting mobile
22:49:15.336773 run osmo-ms-mob/00072(pid=207): Launched
22:49:15.347522 run mass: MS start registered {at=31316261.050879333, delay=0.004686903208494186, ms=00072}
22:49:15.422358 run mass: MS performed LU {at=31316261.125606548, lu_delay=5.805012237280607, ms=00056}
22:49:15.478239 run mass: MS performed LU {at=31316261.18149643, lu_delay=5.019393965601921, ms=00058}
22:49:15.501486 run mass: MS performed LU {at=31316261.2048487, lu_delay=4.741031851619482, ms=00059}
22:49:15.512436 run osmo-ms-mob/00073: Starting mobile
22:49:15.525869 run osmo-ms-mob/00073(pid=208): Launched
22:49:15.536941 run mass: MS start registered {at=31316261.2402953, delay=0.004995197057723999, ms=00073}
22:49:16.235481 run osmo-ms-mob/00074: Starting mobile
22:49:16.249614 run osmo-ms-mob/00074(pid=209): Launched
22:49:16.260951 run mass: MS start registered {at=31316261.964277994, delay=0.0053466856479644775, ms=00074}
22:49:16.632267 run osmo-ms-mob/00075: Starting mobile
22:49:16.645934 run osmo-ms-mob/00075(pid=210): Launched
22:49:16.657463 run mass: MS start registered {at=31316262.360809732, delay=0.005524184554815292, ms=00075}
22:49:17.088172 run mass: MS performed LU {at=31316262.79142231, lu_delay=5.616162054240704, ms=00061}
22:49:17.131560 run osmo-ms-mob/00076: Starting mobile
22:49:17.147428 run osmo-ms-mob/00076(pid=211): Launched
22:49:17.153641 run mass: MS performed LU {at=31316262.857000746, lu_delay=4.685202684253454, ms=00064}
22:49:17.159537 run mass: MS start registered {at=31316262.862904336, delay=0.005922675132751465, ms=00076}
22:49:17.217131 run mass: MS performed LU {at=31316262.92040353, lu_delay=5.426441036164761, ms=00063}
22:49:17.397064 run mass: MS performed LU {at=31316263.100315843, lu_delay=6.336585611104965, ms=00060}
22:49:17.425877 run osmo-ms-mob/00077: Starting mobile
22:49:17.439299 run osmo-ms-mob/00077(pid=212): Launched
22:49:17.445345 run mass: MS performed LU {at=31316263.148706723, lu_delay=5.931866694241762, ms=00062}
22:49:17.451192 run mass: MS performed LU {at=31316263.154557317, lu_delay=23.10510728880763, ms=00015}
22:49:17.457119 run mass: MS start registered {at=31316263.160485998, delay=0.011795397847890854, ms=00077}
22:49:18.052831 run osmo-ms-mob/00078: Starting mobile
22:49:18.069401 run osmo-ms-mob/00078(pid=213): Launched
22:49:18.080736 run mass: MS start registered {at=31316263.784088407, delay=0.005113463848829269, ms=00078}
22:49:18.432668 run osmo-ms-mob/00079: Starting mobile
22:49:18.446418 run osmo-ms-mob/00079(pid=214): Launched
22:49:18.457660 run mass: MS start registered {at=31316264.161006372, delay=0.0051576122641563416, ms=00079}
22:49:18.481637 run mass: MS performed LU {at=31316264.184909083, lu_delay=3.820657804608345, ms=00070}
22:49:18.954369 run osmo-ms-mob/00080: Starting mobile
22:49:18.972209 run osmo-ms-mob/00080(pid=215): Launched
22:49:18.983834 run mass: MS start registered {at=31316264.687178303, delay=0.00556984543800354, ms=00080}
22:49:19.054157 run mass: MS performed LU {at=31316264.757349815, lu_delay=5.894403591752052, ms=00066}
22:49:19.071338 run mass: MS performed LU {at=31316264.774615332, lu_delay=5.689276326447725, ms=00067}
22:49:19.187709 run mass: MS performed LU {at=31316264.89096287, lu_delay=4.9285893477499485, ms=00069}
22:49:19.244588 run mass: MS performed LU {at=31316264.94785726, lu_delay=5.525048218667507, ms=00068}
22:49:19.274142 run osmo-ms-mob/00081: Starting mobile
22:49:19.287302 run osmo-ms-mob/00081(pid=216): Launched
22:49:19.293650 run mass: MS performed LU {at=31316264.997009, lu_delay=6.433439280837774, ms=00065}
22:49:19.299447 run mass: MS start registered {at=31316265.002813548, delay=0.00582442432641983, ms=00081}
22:49:19.832412 run osmo-ms-mob/00082: Starting mobile
22:49:19.846198 run osmo-ms-mob/00082(pid=217): Launched
22:49:19.857485 run mass: MS start registered {at=31316265.56083856, delay=0.005176171660423279, ms=00082}
22:49:20.449613 run osmo-ms-mob/00083: Starting mobile
22:49:20.465842 run osmo-ms-mob/00083(pid=218): Launched
22:49:20.476998 run mass: MS start registered {at=31316266.18035077, delay=0.004940226674079895, ms=00083}
22:49:20.872654 run mass: MS performed LU {at=31316266.57588654, lu_delay=4.611608546227217, ms=00074}
22:49:20.934910 run osmo-ms-mob/00084: Starting mobile
22:49:20.952301 run osmo-ms-mob/00084(pid=219): Launched
22:49:20.963259 run mass: MS start registered {at=31316266.66660954, delay=0.004918687045574188, ms=00084}
22:49:20.981849 run mass: MS performed LU {at=31316266.685186986, lu_delay=5.921587996184826, ms=00071}
22:49:21.162493 run mass: MS performed LU {at=31316266.865747433, lu_delay=5.625452134758234, ms=00073}
22:49:21.452088 run osmo-ms-mob/00085: Starting mobile
22:49:21.468099 run osmo-ms-mob/00085(pid=220): Launched
22:49:21.479664 run mass: MS start registered {at=31316267.183016866, delay=0.005092628300189972, ms=00085}
22:49:22.030075 run osmo-ms-mob/00086: Starting mobile
22:49:22.045662 run osmo-ms-mob/00086(pid=221): Launched
22:49:22.056831 run mass: MS start registered {at=31316267.760185264, delay=0.004863828420639038, ms=00086}
22:49:22.643637 run osmo-ms-mob/00087: Starting mobile
22:49:22.660075 run osmo-ms-mob/00087(pid=222): Launched
22:49:22.671142 run mass: MS start registered {at=31316268.374494694, delay=0.004976533353328705, ms=00087}
22:49:22.820167 run mass: MS performed LU {at=31316268.52339546, lu_delay=6.162585727870464, ms=00075}
22:49:22.837854 run mass: MS performed LU {at=31316268.54116448, lu_delay=5.380678482353687, ms=00077}
22:49:22.885167 run mass: MS performed LU {at=31316268.58842126, lu_delay=5.725516922771931, ms=00076}
22:49:22.953744 run mass: MS performed LU {at=31316268.656994663, lu_delay=4.872906256467104, ms=00078}
22:49:22.982663 run osmo-ms-mob/00088: Starting mobile
22:49:22.995569 run osmo-ms-mob/00088(pid=223): Launched
22:49:23.006715 run mass: MS start registered {at=31316268.710069202, delay=0.005011659115552902, ms=00088}
22:49:23.245376 run mass: MS performed LU {at=31316268.948630214, lu_delay=4.787623841315508, ms=00079}
22:49:23.843440 run osmo-ms-mob/00089: Starting mobile
22:49:23.857341 run osmo-ms-mob/00089(pid=224): Launched
22:49:23.868843 run mass: MS start registered {at=31316269.572194003, delay=0.005562484264373779, ms=00089}
22:49:24.446643 run osmo-ms-mob/00090: Starting mobile
22:49:24.462812 run osmo-ms-mob/00090(pid=225): Launched
22:49:24.473732 run mass: MS start registered {at=31316270.177088138, delay=0.004886407405138016, ms=00090}
22:49:24.638485 run mass: MS performed LU {at=31316270.341739945, lu_delay=5.338926397264004, ms=00081}
22:49:24.675928 run mass: MS performed LU {at=31316270.379115075, lu_delay=5.691936772316694, ms=00080}
22:49:24.748788 run mass: MS performed LU {at=31316270.452040765, lu_delay=4.891202203929424, ms=00082}
22:49:25.162744 run osmo-ms-mob/00091: Starting mobile
22:49:25.180537 run osmo-ms-mob/00091(pid=226): Launched
22:49:25.191823 run mass: MS start registered {at=31316270.895171456, delay=0.005231939256191254, ms=00091}
22:49:25.835213 run osmo-ms-mob/00092: Starting mobile
22:49:25.849025 run osmo-ms-mob/00092(pid=227): Launched
22:49:25.860390 run mass: MS start registered {at=31316271.563741256, delay=0.005041353404521942, ms=00092}
22:49:26.586122 run mass: MS performed LU {at=31316272.2893489, lu_delay=5.622739359736443, ms=00084}
22:49:26.644894 run osmo-ms-mob/00093: Starting mobile
22:49:26.660171 run osmo-ms-mob/00093(pid=228): Launched
22:49:26.666204 run mass: MS performed LU {at=31316272.369565435, lu_delay=6.189214665442705, ms=00083}
22:49:26.672031 run mass: MS performed LU {at=31316272.375397757, lu_delay=5.192380890250206, ms=00085}
22:49:26.677793 run mass: MS start registered {at=31316272.381160337, delay=0.011611957103013992, ms=00093}
22:49:26.955379 run mass: MS performed LU {at=31316272.658630148, lu_delay=4.8984448835253716, ms=00086}
22:49:27.521071 run osmo-ms-mob/00094: Starting mobile
22:49:27.534269 run osmo-ms-mob/00094(pid=229): Launched
22:49:27.545523 run mass: MS start registered {at=31316273.248873204, delay=0.0053261928260326385, ms=00094}
22:49:28.386017 run mass: MS performed LU {at=31316274.089268498, lu_delay=5.379199296236038, ms=00088}
22:49:28.429296 run osmo-ms-mob/00095: Starting mobile
22:49:28.443273 run osmo-ms-mob/00095(pid=230): Launched
22:49:28.454290 run mass: MS start registered {at=31316274.157640107, delay=0.004804864525794983, ms=00095}
22:49:28.515126 run mass: MS performed LU {at=31316274.21838277, lu_delay=5.843888074159622, ms=00087}
22:49:28.639792 run mass: MS performed LU {at=31316274.34304583, lu_delay=4.770851828157902, ms=00089}
22:49:29.433397 run osmo-ms-mob/00096: Starting mobile
22:49:29.447010 run osmo-ms-mob/00096(pid=231): Launched
22:49:29.458375 run mass: MS start registered {at=31316275.16172515, delay=0.005311213433742523, ms=00096}
22:49:30.351703 run mass: MS performed LU {at=31316276.054928835, lu_delay=5.159757379442453, ms=00091}
22:49:30.369774 run mass: MS performed LU {at=31316276.073053867, lu_delay=5.895965728908777, ms=00090}
22:49:30.386685 run osmo-ms-mob/00097: Starting mobile
22:49:30.399843 run osmo-ms-mob/00097(pid=232): Launched
22:49:30.411213 run mass: MS start registered {at=31316276.11456593, delay=0.004878487437963486, ms=00097}
22:49:30.651469 run mass: MS performed LU {at=31316276.35472157, lu_delay=22.103638034313917, ms=00052}
22:49:30.720388 run mass: MS performed LU {at=31316276.423639927, lu_delay=4.859898671507835, ms=00092}
22:49:31.852778 run osmo-ms-mob/00098: Starting mobile
22:49:31.869540 run osmo-ms-mob/00098(pid=233): Launched
22:49:31.880658 run mass: MS start registered {at=31316277.584008716, delay=0.005159653723239899, ms=00098}
22:49:32.151716 run mass: MS performed LU {at=31316277.854969613, lu_delay=5.473809275776148, ms=00093}
22:49:32.168787 run mass: MS performed LU {at=31316277.87208215, lu_delay=23.00859025120735, ms=00054}
22:49:32.281319 run mass: MS performed LU {at=31316277.98457721, lu_delay=4.735704004764557, ms=00094}
22:49:33.660953 run osmo-ms-mob/00099: Starting mobile
22:49:33.678583 run osmo-ms-mob/00099(pid=234): Launched
22:49:33.684571 run mass: All started... {duration=55.77328170835972, too_slow=0}
22:49:33.690218 run mass: MS start registered {at=31316279.393579897, delay=0.00564207136631012, ms=00099}
22:49:34.117490 run mass: MS performed LU {at=31316279.82073316, lu_delay=4.659008011221886, ms=00096}
22:49:34.135082 run mass: MS performed LU {at=31316279.838394888, lu_delay=5.680754780769348, ms=00095}
22:49:36.046633 run mass: MS performed LU {at=31316281.74988444, lu_delay=5.635318510234356, ms=00097}
22:49:37.882701 run mass: MS performed LU {at=31316283.585931607, lu_delay=6.001922890543938, ms=00098}
22:49:38.137442 run mass: MS performed LU {at=31316283.840696, lu_delay=22.789816666394472, ms=00072}
22:49:39.812718 run mass: MS performed LU {at=31316285.515927777, lu_delay=6.122347880154848, ms=00099}
22:49:39.822115 run mass: Tests done {all_completed=True, max=23.10510728880763, min=3.820657804608345}
22:49:39.827589 tst register_default_mass.py: Test passed (81.1 sec)
22:49:39.833083 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:39.836436 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:39.839770 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:39.843126 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:39.846495 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:39.849958 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:39.853615 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:39.857127 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:39.860578 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:39.864074 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:39.867530 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:39.871012 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:39.874451 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:39.877866 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:39.881349 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:39.884878 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:39.888381 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:39.891916 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:39.896033 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:39.899532 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:39.903012 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:39.906499 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:39.910395 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:39.913968 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:39.917526 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:39.921037 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:39.925058 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:39.928918 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:39.932466 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:39.935969 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:39.939538 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:39.943111 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:39.946660 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:39.950213 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:39.953889 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:39.957551 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:39.961117 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:39.964664 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:39.968229 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:39.971815 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:39.975534 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:39.979118 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:39.982649 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:39.986223 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:39.989766 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:39.993734 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:39.997301 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:40.000851 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:40.004350 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:40.007860 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:40.011369 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:40.014863 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:40.018412 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:40.021913 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:40.025466 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:40.028942 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:40.032499 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:40.036071 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:40.039621 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:40.043182 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:40.046806 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:40.050365 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:40.053949 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:40.057511 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:40.061046 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:40.064576 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:40.068137 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:40.071692 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:40.075236 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:40.078772 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:40.082331 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:40.085866 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:40.089301 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:40.092846 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:40.096381 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:40.099912 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:40.103370 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:40.106915 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:40.110416 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:40.113866 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:40.117299 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:40.120831 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:40.124323 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:40.127823 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:40.131250 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:40.134760 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:40.138794 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:40.142450 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:40.146325 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:40.149796 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:40.153328 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:40.156797 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:40.160226 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:40.163827 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:40.167325 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:40.171032 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:40.174659 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:40.178492 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:40.181924 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:40.185364 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:40.188857 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:40.192380 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:40.195907 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:40.199330 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:40.202772 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:40.206285 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:40.209790 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:40.213315 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:40.216767 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:40.220301 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:40.223754 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:40.227181 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:40.230644 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:40.234052 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:40.237557 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:40.240958 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:40.244331 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:40.247708 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:40.251101 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:40.254489 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:40.257886 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:40.261274 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:40.264656 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:40.268039 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:40.271422 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:40.274850 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:40.278289 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:40.281732 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:40.285191 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:40.288618 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:40.292060 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:40.295456 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:40.298842 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:40.302228 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:40.305618 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:40.309004 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:40.312377 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:40.315748 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:40.319148 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:40.322531 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:40.325921 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:40.329311 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:40.332692 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:40.336065 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:40.339458 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:40.342835 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:40.346217 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:40.349601 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:40.352988 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:40.356370 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:40.359734 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:40.363110 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:40.366496 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:40.369889 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:40.373270 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:40.376630 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:40.379999 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:40.383378 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:40.386767 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:40.390150 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:40.393535 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:40.396907 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:40.400281 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:40.403661 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:40.407050 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:40.410444 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:40.413855 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:40.417268 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:40.420674 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:40.424066 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:40.427469 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:40.430885 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:40.434305 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:40.437700 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:40.441103 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:40.444506 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:40.447923 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:40.451334 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:40.454746 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:40.458160 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:40.461570 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:40.464966 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:40.468367 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:40.471759 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:40.475166 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:40.478575 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:40.482003 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:40.485399 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:40.488798 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:40.492187 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:40.495585 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:40.498976 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:40.502392 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:40.505803 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:40.509214 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:40.512616 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:40.516023 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:40.519416 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:40.522816 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:40.526258 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:40.529682 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:40.533091 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:40.536480 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:40.539885 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:40.543305 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:40.546723 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:40.550126 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:40.553516 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:40.556932 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:40.560348 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:40.563787 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:40.567190 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:40.570592 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:40.574017 --- ParallelTerminationStrategy: PID 22 died...
22:49:40.575548 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:40.579318 --- ParallelTerminationStrategy: PID 23 died...
22:49:40.580852 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:40.584616 --- ParallelTerminationStrategy: PID 24 died...
22:49:40.586151 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:40.589931 --- ParallelTerminationStrategy: PID 25 died...
22:49:40.591456 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:40.595237 --- ParallelTerminationStrategy: PID 26 died...
22:49:40.596787 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:40.600569 --- ParallelTerminationStrategy: PID 27 died...
22:49:40.602131 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:40.605891 --- ParallelTerminationStrategy: PID 28 died...
22:49:40.607419 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:40.611217 --- ParallelTerminationStrategy: PID 29 died...
22:49:40.612771 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:40.616560 --- ParallelTerminationStrategy: PID 30 died...
22:49:40.618105 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:40.621914 --- ParallelTerminationStrategy: PID 31 died...
22:49:40.623448 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:40.627262 --- ParallelTerminationStrategy: PID 32 died...
22:49:40.628820 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:40.632614 --- ParallelTerminationStrategy: PID 33 died...
22:49:40.634181 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:40.637975 --- ParallelTerminationStrategy: PID 35 died...
22:49:40.639510 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:40.643298 --- ParallelTerminationStrategy: PID 36 died...
22:49:40.644849 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:40.648627 --- ParallelTerminationStrategy: PID 37 died...
22:49:40.650157 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:40.653937 --- ParallelTerminationStrategy: PID 38 died...
22:49:40.655469 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:40.659269 --- ParallelTerminationStrategy: PID 39 died...
22:49:40.660806 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:40.664570 --- ParallelTerminationStrategy: PID 40 died...
22:49:40.666144 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:40.669906 --- ParallelTerminationStrategy: PID 41 died...
22:49:40.671441 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:40.675193 --- ParallelTerminationStrategy: PID 42 died...
22:49:40.676686 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:40.680321 --- ParallelTerminationStrategy: PID 43 died...
22:49:40.681822 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:40.685486 --- ParallelTerminationStrategy: PID 44 died...
22:49:40.686965 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:40.690602 --- ParallelTerminationStrategy: PID 45 died...
22:49:40.692079 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:40.695731 --- ParallelTerminationStrategy: PID 46 died...
22:49:40.697232 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:40.700870 --- ParallelTerminationStrategy: PID 47 died...
22:49:40.702358 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:40.706025 --- ParallelTerminationStrategy: PID 48 died...
22:49:40.707488 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:40.711152 --- ParallelTerminationStrategy: PID 49 died...
22:49:40.712620 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:40.716337 --- ParallelTerminationStrategy: PID 50 died...
22:49:40.717839 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:40.721478 --- ParallelTerminationStrategy: PID 51 died...
22:49:40.722959 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:40.726655 --- ParallelTerminationStrategy: PID 52 died...
22:49:40.728137 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:40.731907 --- ParallelTerminationStrategy: PID 53 died...
22:49:40.733392 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:40.737061 --- ParallelTerminationStrategy: PID 54 died...
22:49:40.738547 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:40.742204 --- ParallelTerminationStrategy: PID 55 died...
22:49:40.743734 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:40.747504 --- ParallelTerminationStrategy: PID 56 died...
22:49:40.748981 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:40.752594 --- ParallelTerminationStrategy: PID 57 died...
22:49:40.754075 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:40.757709 --- ParallelTerminationStrategy: PID 58 died...
22:49:40.759175 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:40.762802 --- ParallelTerminationStrategy: PID 59 died...
22:49:40.764265 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:40.767895 --- ParallelTerminationStrategy: PID 60 died...
22:49:40.769374 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:40.773005 --- ParallelTerminationStrategy: PID 61 died...
22:49:40.774468 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:40.778096 --- ParallelTerminationStrategy: PID 62 died...
22:49:40.779559 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:40.783173 --- ParallelTerminationStrategy: PID 63 died...
22:49:40.784641 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:40.788254 --- ParallelTerminationStrategy: PID 64 died...
22:49:40.789722 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:40.793345 --- ParallelTerminationStrategy: PID 65 died...
22:49:40.794811 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:40.798439 --- ParallelTerminationStrategy: PID 66 died...
22:49:40.799905 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:40.803541 --- ParallelTerminationStrategy: PID 67 died...
22:49:40.805011 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:40.808648 --- ParallelTerminationStrategy: PID 68 died...
22:49:40.810116 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:40.813735 --- ParallelTerminationStrategy: PID 69 died...
22:49:40.815194 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:40.818808 --- ParallelTerminationStrategy: PID 70 died...
22:49:40.820271 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:40.823905 --- ParallelTerminationStrategy: PID 71 died...
22:49:40.825383 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:40.829022 --- ParallelTerminationStrategy: PID 72 died...
22:49:40.830490 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:40.834130 --- ParallelTerminationStrategy: PID 73 died...
22:49:40.835583 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:40.839218 --- ParallelTerminationStrategy: PID 74 died...
22:49:40.840691 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:40.844294 --- ParallelTerminationStrategy: PID 75 died...
22:49:40.845778 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:40.849399 --- ParallelTerminationStrategy: PID 76 died...
22:49:40.850867 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:40.854512 --- ParallelTerminationStrategy: PID 77 died...
22:49:40.855979 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:40.859584 --- ParallelTerminationStrategy: PID 78 died...
22:49:40.861061 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:40.864700 --- ParallelTerminationStrategy: PID 79 died...
22:49:40.866172 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:40.869807 --- ParallelTerminationStrategy: PID 80 died...
22:49:40.871279 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:40.874895 --- ParallelTerminationStrategy: PID 81 died...
22:49:40.876361 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:40.879993 --- ParallelTerminationStrategy: PID 82 died...
22:49:40.881470 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:40.885101 --- ParallelTerminationStrategy: PID 83 died...
22:49:40.886565 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:40.890181 --- ParallelTerminationStrategy: PID 84 died...
22:49:40.891649 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:40.895281 --- ParallelTerminationStrategy: PID 85 died...
22:49:40.896746 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:40.900377 --- ParallelTerminationStrategy: PID 86 died...
22:49:40.901856 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:40.905475 --- ParallelTerminationStrategy: PID 87 died...
22:49:40.906938 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:40.910572 --- ParallelTerminationStrategy: PID 88 died...
22:49:40.912036 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:40.915673 --- ParallelTerminationStrategy: PID 89 died...
22:49:40.917155 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:40.920791 --- ParallelTerminationStrategy: PID 90 died...
22:49:40.922263 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:40.925937 --- ParallelTerminationStrategy: PID 91 died...
22:49:40.927408 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:40.931038 --- ParallelTerminationStrategy: PID 92 died...
22:49:40.932507 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:40.936145 --- ParallelTerminationStrategy: PID 93 died...
22:49:40.937621 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:40.941251 --- ParallelTerminationStrategy: PID 94 died...
22:49:40.942714 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:40.946341 --- ParallelTerminationStrategy: PID 95 died...
22:49:40.947800 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:40.951441 --- ParallelTerminationStrategy: PID 96 died...
22:49:40.952922 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:40.956527 --- ParallelTerminationStrategy: PID 97 died...
22:49:40.958005 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:40.961639 --- ParallelTerminationStrategy: PID 98 died...
22:49:40.963101 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:40.966710 --- ParallelTerminationStrategy: PID 99 died...
22:49:40.968185 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:40.971815 --- ParallelTerminationStrategy: PID 100 died...
22:49:40.973282 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:40.976913 --- ParallelTerminationStrategy: PID 101 died...
22:49:40.978369 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:40.981986 --- ParallelTerminationStrategy: PID 102 died...
22:49:40.983452 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:40.987079 --- ParallelTerminationStrategy: PID 103 died...
22:49:40.988546 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:40.992183 --- ParallelTerminationStrategy: PID 104 died...
22:49:40.993659 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:40.997278 --- ParallelTerminationStrategy: PID 105 died...
22:49:40.998743 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:41.002352 --- ParallelTerminationStrategy: PID 106 died...
22:49:41.003814 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:41.007449 --- ParallelTerminationStrategy: PID 107 died...
22:49:41.008924 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:41.012528 --- ParallelTerminationStrategy: PID 108 died...
22:49:41.013996 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:41.017638 --- ParallelTerminationStrategy: PID 109 died...
22:49:41.019107 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:41.022744 --- ParallelTerminationStrategy: PID 110 died...
22:49:41.024219 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:41.027854 --- ParallelTerminationStrategy: PID 111 died...
22:49:41.029330 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:41.032978 --- ParallelTerminationStrategy: PID 112 died...
22:49:41.034444 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:41.038057 --- ParallelTerminationStrategy: PID 113 died...
22:49:41.039523 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:41.043152 --- ParallelTerminationStrategy: PID 114 died...
22:49:41.044620 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:41.048259 --- ParallelTerminationStrategy: PID 115 died...
22:49:41.049751 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:41.053377 --- ParallelTerminationStrategy: PID 116 died...
22:49:41.054846 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:41.058483 --- ParallelTerminationStrategy: PID 117 died...
22:49:41.059952 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:41.063572 --- ParallelTerminationStrategy: PID 118 died...
22:49:41.065045 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:41.068672 --- ParallelTerminationStrategy: PID 119 died...
22:49:41.070141 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:41.073796 --- ParallelTerminationStrategy: PID 120 died...
22:49:41.075262 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:41.078890 --- ParallelTerminationStrategy: PID 121 died...
22:49:41.080352 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:41.083990 --- ParallelTerminationStrategy: PID 122 died...
22:49:41.085468 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:41.089091 --- ParallelTerminationStrategy: PID 123 died...
22:49:41.090551 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:41.094170 --- ParallelTerminationStrategy: PID 124 died...
22:49:41.095631 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:41.099251 --- ParallelTerminationStrategy: PID 125 died...
22:49:41.100718 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:41.104324 --- ParallelTerminationStrategy: PID 126 died...
22:49:41.105794 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:41.109425 --- ParallelTerminationStrategy: PID 127 died...
22:49:41.110894 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:41.114537 --- ParallelTerminationStrategy: PID 128 died...
22:49:41.116009 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:41.119632 --- ParallelTerminationStrategy: PID 129 died...
22:49:41.121116 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:41.124790 --- ParallelTerminationStrategy: PID 130 died...
22:49:41.126264 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:41.129934 --- ParallelTerminationStrategy: PID 131 died...
22:49:41.131406 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:41.135048 --- ParallelTerminationStrategy: PID 132 died...
22:49:41.136519 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:41.140165 --- ParallelTerminationStrategy: PID 133 died...
22:49:41.141641 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:41.145278 --- ParallelTerminationStrategy: PID 134 died...
22:49:41.146746 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:41.150392 --- ParallelTerminationStrategy: PID 135 died...
22:49:41.151859 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:41.155544 --- ParallelTerminationStrategy: PID 136 died...
22:49:41.157027 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:41.160666 --- ParallelTerminationStrategy: PID 137 died...
22:49:41.162142 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:41.165781 --- ParallelTerminationStrategy: PID 138 died...
22:49:41.167247 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:41.170903 --- ParallelTerminationStrategy: PID 139 died...
22:49:41.172365 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:41.175997 --- ParallelTerminationStrategy: PID 140 died...
22:49:41.177476 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:41.181103 --- ParallelTerminationStrategy: PID 141 died...
22:49:41.182569 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:41.186242 --- ParallelTerminationStrategy: PID 142 died...
22:49:41.187704 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:41.191344 --- ParallelTerminationStrategy: PID 143 died...
22:49:41.192809 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:41.196434 --- ParallelTerminationStrategy: PID 144 died...
22:49:41.197899 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:41.201555 --- ParallelTerminationStrategy: PID 145 died...
22:49:41.203020 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:41.206656 --- ParallelTerminationStrategy: PID 146 died...
22:49:41.208126 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:41.211762 --- ParallelTerminationStrategy: PID 147 died...
22:49:41.213244 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:41.216894 --- ParallelTerminationStrategy: PID 148 died...
22:49:41.218362 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:41.221987 --- ParallelTerminationStrategy: PID 149 died...
22:49:41.223443 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:41.227093 --- ParallelTerminationStrategy: PID 150 died...
22:49:41.228550 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:41.232191 --- ParallelTerminationStrategy: PID 151 died...
22:49:41.233668 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:41.237309 --- ParallelTerminationStrategy: PID 152 died...
22:49:41.238774 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:41.242429 --- ParallelTerminationStrategy: PID 153 died...
22:49:41.243895 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:41.247516 --- ParallelTerminationStrategy: PID 154 died...
22:49:41.248983 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:41.252610 --- ParallelTerminationStrategy: PID 155 died...
22:49:41.254083 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:41.257720 --- ParallelTerminationStrategy: PID 156 died...
22:49:41.259177 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:41.262833 --- ParallelTerminationStrategy: PID 157 died...
22:49:41.264303 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:41.267997 --- ParallelTerminationStrategy: PID 158 died...
22:49:41.269475 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:41.273129 --- ParallelTerminationStrategy: PID 159 died...
22:49:41.274608 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:41.278256 --- ParallelTerminationStrategy: PID 160 died...
22:49:41.279725 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:41.283386 --- ParallelTerminationStrategy: PID 161 died...
22:49:41.284866 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:41.288524 --- ParallelTerminationStrategy: PID 162 died...
22:49:41.290004 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:41.293665 --- ParallelTerminationStrategy: PID 163 died...
22:49:41.295131 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:41.298786 --- ParallelTerminationStrategy: PID 164 died...
22:49:41.300259 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:41.303899 --- ParallelTerminationStrategy: PID 165 died...
22:49:41.305382 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:41.309040 --- ParallelTerminationStrategy: PID 166 died...
22:49:41.310515 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:41.314160 --- ParallelTerminationStrategy: PID 167 died...
22:49:41.315632 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:41.319291 --- ParallelTerminationStrategy: PID 168 died...
22:49:41.320782 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:41.324481 --- ParallelTerminationStrategy: PID 169 died...
22:49:41.325976 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:41.329668 --- ParallelTerminationStrategy: PID 170 died...
22:49:41.331140 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:41.334803 --- ParallelTerminationStrategy: PID 171 died...
22:49:41.336274 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:41.339959 --- ParallelTerminationStrategy: PID 172 died...
22:49:41.341444 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:41.345116 --- ParallelTerminationStrategy: PID 173 died...
22:49:41.346579 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:41.350225 --- ParallelTerminationStrategy: PID 174 died...
22:49:41.351687 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:41.355340 --- ParallelTerminationStrategy: PID 175 died...
22:49:41.356812 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:41.360438 --- ParallelTerminationStrategy: PID 176 died...
22:49:41.361922 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:41.365579 --- ParallelTerminationStrategy: PID 177 died...
22:49:41.367066 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:41.370744 --- ParallelTerminationStrategy: PID 178 died...
22:49:41.372224 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:41.375906 --- ParallelTerminationStrategy: PID 179 died...
22:49:41.377410 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:41.381076 --- ParallelTerminationStrategy: PID 180 died...
22:49:41.382553 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:41.386239 --- ParallelTerminationStrategy: PID 181 died...
22:49:41.387708 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:41.391391 --- ParallelTerminationStrategy: PID 182 died...
22:49:41.392884 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:41.396547 --- ParallelTerminationStrategy: PID 183 died...
22:49:41.398037 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:41.401714 --- ParallelTerminationStrategy: PID 184 died...
22:49:41.403179 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:41.406848 --- ParallelTerminationStrategy: PID 185 died...
22:49:41.408320 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:41.411985 --- ParallelTerminationStrategy: PID 186 died...
22:49:41.413470 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:41.417156 --- ParallelTerminationStrategy: PID 187 died...
22:49:41.418633 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:41.422319 --- ParallelTerminationStrategy: PID 188 died...
22:49:41.423807 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:41.427492 --- ParallelTerminationStrategy: PID 189 died...
22:49:41.428984 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:41.432676 --- ParallelTerminationStrategy: PID 190 died...
22:49:41.434162 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:41.437844 --- ParallelTerminationStrategy: PID 191 died...
22:49:41.439335 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:41.443023 --- ParallelTerminationStrategy: PID 192 died...
22:49:41.444490 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:41.448167 --- ParallelTerminationStrategy: PID 193 died...
22:49:41.449658 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:41.453585 --- ParallelTerminationStrategy: PID 194 died...
22:49:41.455135 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:41.458883 --- ParallelTerminationStrategy: PID 195 died...
22:49:41.460355 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:41.464040 --- ParallelTerminationStrategy: PID 196 died...
22:49:41.465531 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:41.469217 --- ParallelTerminationStrategy: PID 197 died...
22:49:41.470695 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:41.474405 --- ParallelTerminationStrategy: PID 198 died...
22:49:41.475901 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:41.479598 --- ParallelTerminationStrategy: PID 199 died...
22:49:41.481115 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:41.484795 --- ParallelTerminationStrategy: PID 200 died...
22:49:41.486282 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:41.489975 --- ParallelTerminationStrategy: PID 201 died...
22:49:41.491455 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:41.495142 --- ParallelTerminationStrategy: PID 202 died...
22:49:41.496634 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:41.500327 --- ParallelTerminationStrategy: PID 203 died...
22:49:41.501831 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:41.505532 --- ParallelTerminationStrategy: PID 204 died...
22:49:41.507024 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:41.510728 --- ParallelTerminationStrategy: PID 205 died...
22:49:41.512213 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:41.515919 --- ParallelTerminationStrategy: PID 206 died...
22:49:41.517429 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:41.521278 --- ParallelTerminationStrategy: PID 207 died...
22:49:41.522805 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:41.526476 --- ParallelTerminationStrategy: PID 208 died...
22:49:41.527958 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:41.531643 --- ParallelTerminationStrategy: PID 209 died...
22:49:41.533134 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:41.536830 --- ParallelTerminationStrategy: PID 210 died...
22:49:41.538323 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:41.542009 --- ParallelTerminationStrategy: PID 211 died...
22:49:41.543488 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:41.547186 --- ParallelTerminationStrategy: PID 212 died...
22:49:41.548665 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:41.552342 --- ParallelTerminationStrategy: PID 213 died...
22:49:41.553833 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:41.557522 --- ParallelTerminationStrategy: PID 214 died...
22:49:41.559000 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:41.562685 --- ParallelTerminationStrategy: PID 215 died...
22:49:41.564158 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:41.567843 --- ParallelTerminationStrategy: PID 216 died...
22:49:41.569331 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:41.573010 --- ParallelTerminationStrategy: PID 217 died...
22:49:41.574491 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:41.578173 --- ParallelTerminationStrategy: PID 218 died...
22:49:41.579659 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:41.583335 --- ParallelTerminationStrategy: PID 219 died...
22:49:41.584820 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:41.588489 --- ParallelTerminationStrategy: PID 220 died...
22:49:41.589961 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:41.593650 --- ParallelTerminationStrategy: PID 221 died...
22:49:41.595116 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:41.598781 --- ParallelTerminationStrategy: PID 222 died...
22:49:41.600254 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:41.603935 --- ParallelTerminationStrategy: PID 223 died...
22:49:41.605420 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:41.609101 --- ParallelTerminationStrategy: PID 224 died...
22:49:41.610576 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:41.614251 --- ParallelTerminationStrategy: PID 225 died...
22:49:41.615725 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:41.619414 --- ParallelTerminationStrategy: PID 226 died...
22:49:41.620895 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:41.624562 --- ParallelTerminationStrategy: PID 227 died...
22:49:41.626064 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:41.629767 --- ParallelTerminationStrategy: PID 228 died...
22:49:41.631254 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:41.634963 --- ParallelTerminationStrategy: PID 229 died...
22:49:41.636430 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:41.640085 --- ParallelTerminationStrategy: PID 230 died...
22:49:41.641564 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:41.645206 --- ParallelTerminationStrategy: PID 231 died...
22:49:41.646669 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:41.650315 --- ParallelTerminationStrategy: PID 232 died...
22:49:41.651782 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:41.655450 --- ParallelTerminationStrategy: PID 233 died...
22:49:41.656923 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:41.660573 --- ParallelTerminationStrategy: PID 234 died...
22:49:41.662069 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:45.066558 --- ParallelTerminationStrategy: PID 34 died...
22:49:45.072537 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8207 netreg_mass PASS
---------------------------------------------------------------------
22:49:45.164721 tst trial-8207: Storing JUnit report in /build/trial-8207/run.2026-01-10_22-48-18/trial-8207.xml
--------------------------------------------------------------------------------------------
trial-8207 PASS
--------------------------------------------------------------------------------------------
22:49:45.177182 tst trial-8207: trial-8207: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8207/inst
+ cd trial-8207
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-01-10 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8207-run.tgz run.2026-01-10_22-48-18
+ tar czf /build/trial-8207-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-01-10_13_35_46.tgz osmo-bts-oc2g.build-2026-01-10_00_51_48.tgz osmo-bts-sysmo.build-2026-01-10_00_51_35.tgz osmo-bts.build-2026-01-10_00_51_43.tgz osmo-ggsn.build-2026-01-10_20_42_46.tgz osmo-hlr.build-2026-01-10_16_37_03.tgz osmo-hnbgw.build-2026-01-10_13_32_36.tgz osmo-mgw.build-2026-01-10_08_33_17.tgz osmo-msc.build-2026-01-10_13_43_34.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-10_07_34_03.tgz osmo-pcu-sysmo.build-2026-01-10_07_36_07.tgz osmo-pcu.build-2026-01-10_07_36_15.tgz osmo-sgsn.build-2026-01-10_20_48_39.tgz osmo-stp.build-2026-01-10_13_23_41.tgz osmo-trx.build-2026-01-10_14_31_08.tgz osmocom-bb.build-2026-01-10_21_17_57.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